@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&subset=latin-ext');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	/* Font */
	@font-face {
	  font-family: 'Notera_PersonalUseOnly';
	  src: url('fonts/Notera_PersonalUseOnly.eot'); /* IE9 Compat Modes */
	  src: url('fonts/Notera_PersonalUseOnly.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	    url('fonts/Notera_PersonalUseOnly.woff2') format('woff2'), /* Modern Browsers */
	    url('fonts/NoteraPersonalUseOnly.woff') format('woff'), /* Modern Browsers */
	    url('fonts/NoteraPersonalUseOnly.ttf') format('truetype'), /* Safari, Android, iOS */
	    url('fonts/NoteraPersonalUseOnly.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
	  font-style: normal;
	}
	
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	font: 15px/28px "Roboto", sans-serif;
	font-weight: 400;
	background-color: #fff;		
	color: #777777;
	line-height: 1.8;
}

a {		
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

ul, ol {
	padding: 0;
}

b, strong {
	font-weight: 900;
}

.entry-page p {
	margin-bottom: 25px;
}

h1 { font: 40px/42px "Playfair Display", sans-serif;}
h2 { font: 30px/32px "Playfair Display", sans-serif;}
h3 { font: 24px/30px "Playfair Display", sans-serif;}
h4 { font: 20px/25px "Playfair Display", sans-serif;}
h5 { font: 18px/20px "Playfair Display", sans-serif;}
h6 { font: 16px/18px "Playfair Display", sans-serif;}
h1, h2, h3, h4, h5, h6 { color: #333333; }

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;   
    color: #fff;
    background: transparent;    
    padding: 24px 120px 21px 124px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	background: rgba(0, 0, 0, 0.05);
    position: relative;
    border: none;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 45px;
    max-width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

select {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 0, 0, 0.05);
    height: 45px;
    padding: 10px;
    line-height: 100%;
    outline: 0;
    max-width: 100%;
    background-image: url("../img/caret.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background-color: #fff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

input[type="submit"], 
button[type="submit"],
.button,
.CL-content-link--button,
.CL-upload-file-link,
.CL-box-read-more-link,
.block-style-eight .opener {
    color: #ffffff;
    background-image: none;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #00bac9;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

input[type="submit"]:hover, 
button[type="submit"]:hover,
.button:hover,
.CL-content-link--button:hover,
.CL-upload-file-link:hover,
.CL-box-read-more-link:hover {
    background: #163A66;
    color: #ffffff;
}

textarea {
	width: 100%;
	height: 150px;
	padding: 12px 17px;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #999999;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #999999;
}

input[type="submit"] {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #ffffff;
}

.pad-top0px { padding-top: 0; }

.pad-bottom0px { padding-bottom: 0; }
.pad-bottom20px { padding-bottom: 20px; }
.pad-bottom40px { padding-bottom: 40px; }
.pad-bottom100px { padding-bottom: 100px; }

.mag-top-50px { margin-top: -50px; }

.blog-single .entry p {
	margin-bottom: 30px;
}

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



/* Site brand */
.site-brand .logo {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.site-brand .header-widgets {
	float: right;
}

.site-brand .header-widgets .widget {
	display: inline-block;
    text-align: left;
    margin-bottom: 0;
    vertical-align: top;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 25px;
    margin-right: 25px;
}

.site-brand .header-widgets #text-3 {
	border-right: 0;
	padding-right: 0;
    margin-right: 0;
}

.site-brand .header-widgets .widget i {
    font-size: 32px;
    vertical-align: middle;
    margin-right: 15px;
}

.site-brand .header-widgets .widget .info-icon .content {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

/* Header widgets */
.header-widgets {
	display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 30px 0;
}

.header-widgets .widget .info-icon .content span {
	color: #333333;
}

.button,
.CL-content-link--button,
.CL-upload-file-link,
.CL-box-read-more-link {
	color: #ffffff;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px;
}

.button:hover,
.CL-content-link--button:hover,
.CL-upload-file-link:hover,
.CL-box-read-more-link:hover {
	background-color: #163A66;
	color: #fff;
}

.CL-box-read-more-link a {
	color: #fff;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 999999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.header .header-wrap {
	max-width: 1920px;	
	margin: 0 auto;
}

.header .header-wrap .logo {	
	width: 186px;
	height: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;	
	float: left;
	margin: 38px 300px 0 60px;	
}

.header .header-wrap .show-search {
	float: right;
}

.header .header-wrap .show-search {
	line-height: 120px;
	padding-right: 38px;		
}

/* Header Fix */
/* Header Fix */
#header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
    top: -60px;
    max-width: 1920px;  
	margin: 0 auto;	
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

#header.upscrolled {
    opacity: 1;
    top: 0;	  
    max-width: 1920px;     
	margin: 0 auto;	
	background: #fff;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
	z-index: 999999;
}

#header.upscrolled #mainnav > ul > li > a {
	color: #777;
}

#header.upscrolled #mainnav > ul > li.home > a {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#header.upscrolled .menu-extra > li > a {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#header.upscrolled #mainnav .social-links a {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3);
}

#header.upscrolled #mainnav .social-links a:hover {
	color: #333;
}

#header.upscrolled #mainnav > ul > li.has-children > a:after {
	border-top-color: rgba(0, 0, 0, 0.1);
}

.home-boxed #header.downscrolled,
.home-boxed #header.upscrolled {
	width: 100%;
}


.nav-wrap.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0); 
    top: -60px;
    max-width: 1920px;  
	margin: 0 auto;	
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.nav-wrap.upscrolled {
    opacity: 1;
    top: 0;	  
    max-width: 1920px;     
	margin: 0 auto;	
	background: #fff;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
	z-index: 999999;
}

.nav-wrap.upscrolled #mainnav > ul > li > a {
	color: #777;
}

.nav-wrap.upscrolled #mainnav > ul > li.home > a {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-wrap.upscrolled .menu-extra > li > a {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-wrap.upscrolled #mainnav .social-links a {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.3);
}

.nav-wrap.upscrolled #mainnav .social-links a:hover {
	color: #333;
}

.nav-wrap.upscrolled #mainnav > ul > li.has-children > a:after {
	border-top-color: rgba(0, 0, 0, 0.1);
}

.home-boxed .nav-wrap.downscrolled,
.home-boxed .nav-wrap.upscrolled {
	width: 100%;
}

.nav-wrap {
	position: relative;
}

.menu-extra {
    float: right;
    margin-left: 30px;
}

.footer-widgets ,
.mycontenttestimonial,
.mycontentcustom {
    clear: both;
    display: block;
    position: relative;
    padding: 50px 0 50px 0;
}

.flat-row.slider {
    padding:0;
}

.mycontent {
    padding: 50px 0 50px 0;
}

.flat-row .mycontent .CL-portlet {
    padding: 0;
}

/* Top Location */
.top .CL-custom-html {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top .CL-custom-html a {
    color: #FFF;
}


/* Top Navigation */

#nav ul li a {
    position: relative;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    line-height: 55px;
    padding: 0 20px 0 20px;
    outline: none;
}


#top-navigation .CL-portlet-languageswitch {
    padding-top: 5px;
}

#top-navigation .CL-menu-level-0 {
    float: right;
}

#top-navigation .CL-box-main-title {
	display:none;
}

#top-navigation {
    color:#FFF;
    position:relative;
}

#top-navigation ul li {
    float:left;
    list-style-type:none;
}

#top-navigation ul.CL-menu-level-0 li a {
    color:#FFF;
    line-height:1em;
    padding:10px 15px;
    float:left;
}

#top-navigation ul.CL-menu-level-0 li.CL-last-child a {
    padding:10px 0 10px 15px;
}

#top-navigation ul.CL-menu-level-1 li.CL-last-child a {
    padding: 18px 20px;
}

#top-navigation ul.CL-menu-level-1 li.CL-first-child a {
    padding:18px 15px;
}

#top-navigation ul.CL-menu-level-0 li a:hover, #top-navigation ul.CL-menu-level-0 li.CL-active a {
    color:#333;
}	

#top-navigation ul.CL-menu-level-0 li > .CL-menu-level-1,
#top-navigation ul.CL-menu-level-0 li ul.CL-menu-level-1 > .CL-menu-level-2 {
    display:none;
    position:absolute;
    top: 31px;
	left: 0;
	right: 0;
	background-color:#222222;
	width: 100%;
	z-index: 100;
	margin-top: 5px;
}

#top-navigation ul.CL-menu-level-0 li ul.CL-menu-level-1 > .CL-menu-level-2 {
    top:100%
}

#top-navigation ul.CL-menu-level-0 li > ul li a {
    width: 100%;
    text-align: center;
}

#top-navigation ul.CL-menu-level-0 li >  ul {
	margin:0px auto;
}

#top-navigation ul.CL-menu-level-0 li >  ul li a {
    color:#ccc;
    padding:18px 20px;
}	

#top-navigation ul.CL-menu-level-0 li >  ul li:last-child a {
	border-right:0px;
}

#top-navigation ul.CL-menu-level-0 li >  ul li:after {
    content:'|';
    margin:0px -3px;
    color:#CACACA;
    font-weight:normal;
    line-height:46px;
    float:right;
}

#top-navigation ul.CL-menu-level-0 li >  ul li:last-child:after {
    content:'';
    margin:0px;
    display:none;
}

#top-navigation ul.CL-menu-level-0 li >  ul li a:hover, #top-navigation ul.CL-menu-level-0 li >  ul li.CL-active a {
    background: rgba(0, 0, 0, 0.2);
	color: #ffffff;
}

#top-navigation ul li.CL-parent-menu:hover ul.CL-menu-level-1,
#top-navigation ul li.CL-parent-menu:hover li:hover ul.CL-menu-level-2 {
    display:block;
}

#header .CL-parent-menu a::before {
    position: absolute;
    top: 13px;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 8px;
    left: 50%;
    color: #CECECE;
}

/* Primary Navigation */

#header nav {
	height: inherit;
	line-height: inherit;
	position: relative;
	left: 0;
	top: 0;
	float:left;
}

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

#header nav ul li {
	display: inline-block;
	margin: 0 0.2em;
	padding: 0;
}

#header #nav ul li.CL-first-child a {
    padding: 0px 30px 0 0;
	font-size: 0;
	border-right: 1px solid rgba(0,0,0,0.1);
}

#header .CL-first-child a span::before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 34px;
    top: 7px;
    position: relative;
}

#header nav ul li a {
	color: #777;
	display: block;
	text-decoration: none;
}

#header nav ul li a.icon:before {
	margin-right: 0.5em;
}

#header nav ul li ul {
	display: none;
}

#header nav ul li:last-child {
	margin-right: 0;
}

.dropotron {
	color: #000;
	list-style: none;
	margin-top: -0.5em;
	min-width: 15em;
	padding: 0.5em 0;
}

.dropotron > li {
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
	padding: 0;
}

.dropotron > li > a {
	color: #000;
	display: block;
	padding: 0 1em;
}

.dropotron > li:first-child {
	box-shadow: none !important;
}

.dropotron.level-0 {
	font-size: 0.8em;
	margin-top: 3.5em;
}

.dropotron {
	padding: em 0.5em 1em 0.5em;
	line-height: 3em;
	background:#222;
}

.dropotron a, .dropotron span {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	padding: 0 3em 0 1em;
}

.dropotron li:hover > a, .dropotron li:hover > span {
	background: rgba(0, 0, 0, 0.8);
}

.dropotron.level-0 {
	margin-top: 1.9em;
}

.CL-menu-level-1 li {
    max-width: 250px;
    white-space: normal !important;
    line-height: 1.8em;
}

.dropotron a, .dropotron span {
    padding: 5px 1em 5px 1em;
}

.CL-menu-level-2 li {
    width: 250px !important;
}

.CL-menu-level-1 li span {
    font-size: 1em;
}


/* Medium */
#navPanel, #navButton {
	display: none;
}

@media screen and (max-width: 980px) {

#header nav {
	display: none;
}

/* Off-Canvas Navigation */
#navButton {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10001;
}

#navButton .toggle {
	text-decoration: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#navButton .toggle:before {
						content: '\f0c9';
						display: block;
						font-size: 16px;
						position: absolute;
						left: 0;
						text-align: center;
						width: 4em;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				background-color: rgba(0,0,0,0.8);
				-moz-transform: translateY(-100%);
				-webkit-transform: translateY(-100%);
				-ms-transform: translateY(-100%);
				transform: translateY(-100%);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10002;
				height: calc(100% - 100px);
			}

				#navPanel .link {
					box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
					color: #d8dfe7;
					display: block;
					font-family: "Montserrat", Helvetica, sans-serif;
					font-size: 0.8em;
					font-weight: 400;
					letter-spacing: 0.05em;
					line-height: 4em;
					padding: 0 1.5em;
					text-decoration: none;
					text-transform: uppercase;
				}

					#navPanel .link:first-child {
						box-shadow: none;
					}

					#navPanel .link.depth-0 {
						color: #ffffff;
					}

					#navPanel .link .indent-1 {
						display: inline-block;
						width: 1.25em;
					}

					#navPanel .link .indent-2 {
						display: inline-block;
						width: 2.5em;
					}

					#navPanel .link .indent-3 {
						display: inline-block;
						width: 3.75em;
					}

					#navPanel .link .indent-4 {
						display: inline-block;
						width: 5em;
					}

					#navPanel .link .indent-5 {
						display: inline-block;
						width: 6.25em;
					}

			html.navPanel-visible {
				overflow-y: hidden;
			}

				html.navPanel-visible body {
					overflow-y: hidden;
				}

					html.navPanel-visible body #page-wrapper,
					html.navPanel-visible body #navButton,
					html.navPanel-visible body #header {
						-moz-transform: translateY(20em);
						-webkit-transform: translateY(20em);
						-ms-transform: translateY(20em);
						transform: translateY(20em);
					}

					html.navPanel-visible body #navPanel {
						-moz-transform: translateY(0);
						-webkit-transform: translateY(0);
						-ms-transform: translateY(0);
						transform: translateY(0);
					}

		}

	@media screen and (max-width: 980px) and (max-height: 480px) {

			#navPanel {
				-moz-transform: translateY(-17em);
				-webkit-transform: translateY(-17em);
				-ms-transform: translateY(-17em);
				transform: translateY(-17em);
				height: 17em;
			}

			html.navPanel-visible body #page-wrapper,
			html.navPanel-visible body #navButton,
			html.navPanel-visible body #header {
				-moz-transform: translateY(0em);
				-webkit-transform: translateY(0em);
				-ms-transform: translateY(0em);
				transform: translateY(0em);
}
}

/* Small */
@media screen and (max-width: 736px) {

/* Off-Canvas Navigation */
#navButton .toggle:before {
	height: 44px;
	line-height: 44px;
	width: 44px;
}

#navPanel .link {
	line-height: 44px;
	padding: 0 1.25em;
	}
}


/* Extra menu */

.menu-extra {
    float: right;
    margin-left: 30px;
    min-height: 20px;
    min-width: 30px;
}


/* Slider */
.theme-dark .nivo-directionNav a {
    text-indent: 0;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    margin-top: -20px;
    opacity: 0.75;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transition: opacity 300ms ease 0s;
    vertical-align: middle;
    width: 44px;
    z-index: 999;
    background: transparent !important
}
.theme-dark a.nivo-prevNav {
    bottom: 50%;
    right: auto;
    left: 25px;
    z-index: 8;
    color: white;
}
.theme-dark a.nivo-nextNav {
    bottom: 50%;
    left: auto;
    right: 25px;
    z-index: 8;
    color: white
}
.theme-dark a.nivo-nextNav:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: -3px;
    right: -1px;
}
.theme-dark a.nivo-prevNav:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    top: -3px;
    right: 0px;
}
.theme-dark .nivoSlider {
    margin-bottom: 0px;
}
.theme-dark .nivo-directionNav a:hover {
    opacity: 1;
    background: none;
    border-radius: 50%;
}
.theme-dark .nivo-controlNav {
    background: transparent !important;
    height: 0px;
    left: 0;
    padding: 0px;
    position: relative;
    text-align: center;
    top: -22px;
    z-index: 10;
}
.theme-dark .nivo-controlNav a {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: relative;
    text-indent: -9999px;
    width: 18px;
    background-image: none;
}
.theme-dark .nivo-controlNav a:before {
    background-color: #FFFFFF;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 6px;
}
.theme-dark .nivo-controlNav a.active {
    border-color: #fff
}
.theme-dark .nivo-controlNav a:hover {
    border-color: #fff
}

.CL-article-block.CL-article-title {
    position: relative;
}

.CL-article-title::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 1px;
    left: 50px;
    right: 0;
    position: absolute;
    bottom: -3px;
}

.CL-article-title::after {
    content: "";
    height: 3px;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: -3px;
}


/* sidebar */

.sidebar h2.CL-box-main-title::before,
.footer-widgets h2.CL-box-main-title::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 1px;
    left: 50px;
    right: 0;
    position: absolute;
    bottom: -12px;
}

.footer-widgets h2.CL-box-main-title::before {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar h2.CL-box-main-title::after,
.footer-widgets h2.CL-box-main-title::after {
    content: "";
    height: 3px;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: -13px;
    background-color: #00bac9;
}

.CL-graph-wrapper {
    margin-top: 20px;
}

.sidebar .CL-box-main {
    position: relative;
    padding: 10px 0;
}

.sidebar .CL-box-main-title {
    position: inherit;
}

.sidebar .CL-box-main-content {
    margin-top: 25px;
}


/* breadcrumb */

.CL-trail a.CL-trail-home::before {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    width: 0;
    height: 2px;
    background-color: #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.CL-trail a.CL-trail-home:hover::before {
    width: 100%;
}

/* Blocks */
/* Center block */

.center-block {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.center-block .center-block-wrap h3.CL-box-title {
    position: relative;
    margin-top: 8px;
    margin-bottom: 30px;
    padding-bottom: 6px;
    font: 30px/32px "Playfair Display", sans-serif;
}

.center-block .center-block-wrap h3.CL-box-title::before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 2px;
    left: 50px;
    right: 0;
    position: absolute;
    bottom: -12px;
}

.center-block .center-block-wrap h3.CL-box-title::after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background-color: #00bac9;
    width: 40px;
}

.flat-button {
    margin-top: 35px;
}



/* Pop Block */

.block-style-two {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.image-and-title {
    position: relative;
    display: flex;
}

.block-style-two .image-and-title .CL-box-inplace-editors-wrapper {
    position: unset;
}

.block-style-two .CL-box-content-image-wrapper {
	background: #000;
}

.block-style-two .image-and-title h3.CL-box-title {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #ffffff;
    margin: 0;
    background: -webkit-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    background: -moz-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    background: -o-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%) repeat-x;
}

.block-style-two .image-and-title .CL-box-content-image-wrapper img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.block-style-two .image-and-title:hover .CL-box-content-image-wrapper .CL-box-content-image {
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.CL-logged-in .block-style-two .image-and-title h3.CL-box-title {
    width: calc(100% - 30px);
    margin-left: 15px;
}

.CL-logged-in .block-style-two .image-and-title h3.CL-box-title {
    display: none;
}

.block-style-two .ui-wrapper,
.block-style-two .CL-box-content-image-wrapper.CL-box-content-image-right .CL-box-content-image,
.block-style-two .CL-text-image-wrapper.CL-text-image-right .CL-article-image-item
.block-style-two .CL-box-content-image-wrapper.CL-box-content-image-left .CL-box-content-image,
.block-style-two .CL-text-image-wrapper.CL-text-image-left .CL-article-image-item {
    margin: 0 !important;
}

.block-style-two .CL-box-content-image-wrapper.CL-box-content-image-left .CL-box-content-image,
.block-style-two .CL-text-image-wrapper.CL-text-image-left .CL-article-image-item {
    margin: 0;
}


.block-style-two .image-and-title h3.CL-box-title {
    padding: 20px;
    color: #ffffff;
    display: block;
}

.blocktwo-text {
    padding: 0px 20px;
}

.blocktwo-text .CL-box-text-content {
	 padding-bottom: 10px; 
}
/* Block three */

.maskoff {
    position: relative;
    display: flex;
}

.block-style-three .CL-box-content-image-wrapper {
	background: #000;
}

.block-style-three .CL-box-inplace-editors-wrapper {
    position: unset;
}

.maskoff .CL-box-title,
.maskoff .CL-box-read-more-link {
    position: absolute;
    z-index: 2;
}

.maskoff .CL-box-title {
	font: 18px/20px "Playfair Display", sans-serif;
	color: #FFF;
	padding: 20px 20px 15px 20px;
}

.maskoff .CL-box-read-more-link {
    top: calc(100% - 60px);
    left: 20px;
    margin-left: 0;
}

.maskoff .CL-box-title,
.maskoff .CL-box-read-more-link {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.maskoff:hover .CL-box-title,
.maskoff:hover .CL-box-read-more-link {
    opacity: 1;
}

.maskoff:hover .CL-box-content-image-wrapper .CL-box-content-image {
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.maskoff .CL-box-read-more-link {
    background: transparent;
    border: 1px solid #FFF;
    padding: 0px 20px;
}

.block-style-three .ui-wrapper,
.block-style-three .CL-box-content-image-wrapper.CL-box-content-image-right .CL-box-content-image,
.block-style-three .CL-text-image-wrapper.CL-text-image-right .CL-article-image-item
.block-style-three .CL-box-content-image-wrapper.CL-box-content-image-left .CL-box-content-image,
.block-style-three .CL-text-image-wrapper.CL-text-image-left .CL-article-image-item {
    margin: 0 !important;
}

/* Block four */

.feature-post {
    background: #000000;
}

.feature-post .CL-box-content-image-wrapper,
.maskoff .CL-box-content-image-wrapper .CL-box-content-image,
.feature-post .CL-box-content-image-wrapper .CL-box-content-image  {
   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-post:hover .CL-box-content-image-wrapper .CL-box-content-image{
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}


.block-style-four .feature-post .CL-box-content-image-wrapper {
    background: #000000;
}

.block-style-four .feature-post .CL-box-content-image-wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin-top: -15px;
    margin-left: -1px;
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}

.block-style-four .feature-post .CL-box-content-image-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin-top: -15px;
    margin-left: -1px;
}

.four_content {
    background: #FFF;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.four_content_wrapper {
    background: #FFF;
    padding: 5px;
}

.four_content_wrapper .CL-box-subtitle {
    color: #777777;
}

.CL-logged-in .four_content_wrapper {
    margin-top: 0;
}

.block-style-four .ui-wrapper,
.block-style-four .CL-box-content-image-wrapper.CL-box-content-image-right .CL-box-content-image,
.block-style-four .CL-text-image-wrapper.CL-text-image-right .CL-article-image-item
.block-style-four .CL-box-content-image-wrapper.CL-box-content-image-left .CL-box-content-image,
.block-style-four .CL-text-image-wrapper.CL-text-image-left .CL-article-image-item {
    margin: 0 !important;
}

/* Block five */

.block-style-five .iconbox {
    display: block;
    background: rgba(0,0,0,.3);
    padding: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

}

.block-style-five .CL-box-icon {
    display: inline-block;
    position: unset;
    right: unset;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

.block-style-five .CL-box-title {
	color: #FFF;
	text-align: center;
	padding-bottom: 5px;
}

.block-style-five .CL-box-text-content {
	color: #FFF;
}

/* Block six */


.block-style-six .CL-box-inplace-editors-wrapper {
    position: relative;
    float: right;
    text-align: left;
    width: calc(100% - 64px);
}


.block-style-six .CL-box-icon {
    position: unset;
    right: unset;
    float: left;
    display: inline-block;
}

.block-style-six .CL-box-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding: 0;
    color: #777777;
}

.block-style-six .CL-box-title {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    padding: 0;
    margin-top: -5px;
}

/* Block seven */

.AccordionsHeader {
    width: 100%;
    display: inline-block;
    transition: background-color 300ms ease 0s, color 300ms ease 0s;
}
article.AccordionsBox {
    display: none;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
article.AccordionsBox .post-header {
    margin: 5px 0 0 5px;
}
article.AccordionsBox .post-body {
    margin: 0px 10px 10px 10px;
    border-bottom: 1px solid #f0f0f0;
}
article.AccordionsBox .post-body .CL-box-text-content{
    padding: 0px;
}
article.AccordionsBox .CL-box-read-more-link {
    margin: 10px auto;
}

.AccordionsHeader h3.CL-box-title {
    display: inline-block;
    font: 19px/21px "Playfair Display", sans-serif;
}

.AccordionsHeader h3.CL-box-title:hover {
    cursor: pointer;
}

div.AccordionsBox .AccordionsHeader h3.CL-box-title::before {
    content: "\f055";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
    right: 0;
}

.AccordionsHeader h3.CL-box-title:before {
    cursor: pointer;
    content: "\f056";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    position: relative;
    right: 0;
}

/* Block eight */

.block-style-eight .opener {
    white-space: normal;
    height: auto;

}

.block-style-eight .opener p:before {
    content: "\f065";
    font-family: FontAwesome;
    position: relative;
    padding-right: 8px;
}

.block-style-eight .modal-close {
    background-image: url("../img/delete.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.block-style-eight .modal {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 3rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s linear;
    visibility: 0.3s linear;
    opacity: 0.3s ease-out;
}

.block-style-eight .modal.modal-visible {
    visibility: visible;
    opacity: 1;
}

.block-style-eight .modal-container {
    background: #eee;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 500px;
    transform: scale(0.9);
    transition: all 0.3s ease-out;
}

.block-style-eight .modal.modal-visible .modal-container {
    transform: scale(1);
}

.block-style-eight  .modal-container .modal-close {
    position: absolute;
    top: -16px;
    right: -16px;
}

.block-style-eight .modal-close {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.block-style-eight .modal-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2em;
    overflow: auto;
}

/* block nine */
.block-style-nine {
    position: relative;
}

.block-style-nine .profile-user img {
    border-radius: 50%;
    max-width: 200px !important;
    max-height: 200px !important;
}

.block-style-nine .profile-text {
    padding: 20px 0;
    text-align: center;
}

.block-style-nine .CL-box-read-more-link a::before {
    content: '';
    content: "\f007";
    font-family: FontAwesome;
    margin-right: 5px;
}

.block-style-nine .CL-box-read-more-link {
    margin-top: 10px;
}


/* footer copyright */
.footer .footer-content {
    background: #ffffff;
    padding: 20px 0 15px 0;
}


/* fixings */ 

#CL-toolbar-dialog-show-title {
    display: none;
}

.CL-logged-in .header {
    position: unset;
}

.CL-logged-in .site-brand .textwidget {
    min-height: 20px;
    min-width: 30px;
	max-width: 180px;
}

.header-widgets .CL-box-container {
    padding: 0;
}

.textwidget {
	max-width: 180px;
}

.flat-row.slider.remove-padding {
    padding: 0;
    display: unset;
}

.flat-row.slider.remove-padding .CL-portlet {
    padding: 0 !important;
}

.change-background {
	background: rgba(0, 0, 0, .3);
}

.CL-article-news-block, .CL-news-list-wrapper {
    padding: 10px 0;
}

.CL-logged-in #header.upscrolled {
    display: none;
}

.CL-article-block .CL-box-container, .CL-box-live-preview .CL-box-container {
    padding: 10px 0;
}

.CL-box-container {
    padding: 0;
}

.CL-position-custom_18 {
	max-width: 400px;
	min-width: 300px;
	min-height: 50px;
	float: right;
}

.flat-row.slider {
    height: 69px;
}

.CL-logged-in .flat-row.slider {
    height: 0;
}

.flat-row .sidebar .CL-portlet {
    padding: 0 0 35px 0;
}

.CL-poll-results h3, .CL-poll-results h4, .CL-poll-results span {
    text-align: left;
}

.mycontent .CL-article-block,
.mycontent .CL-box-main,
.mycontentcustom .CL-article-block,
.mycontentcustom .CL-box-main,
.mycontenttestimonial .CL-article-block,
.mycontenttestimonial .CL-box-main,
.mycontentfooter .CL-article-block,
.mycontentfooter .CL-box-main{
    padding: 10px 0;
}

.mycontentfooter .CL-box-main {
    padding: 0;
}


.CL-logged-in .header-wrap.clearfix {
    background: #FFF;
}

.CL-logged-in #header nav ul li a {
    color: #777 !important;
}

.sidebar .CL-menu-level-1,
.sidebar .CL-menu-level-2 {
    margin-left: 7px;
}

footer h2.CL-box-main-title {
    position: relative;
    margin-bottom: 25px;
}

.flat-row .CL-position-breadcrumb .CL-portlet {
    clear: both;
    display: block;
    position: relative;
}

.CL-trail-home {
    position: relative;
}

.CL-language-switch {
    width: 175px;
}

.flat-row.mycontentfooter .CL-portlet {
    padding: 0;
}

.breadcrumb .CL-box-main-title {
    display: none;
}

.CL-content-link--button {
    box-shadow: 0 0 0 rgba(55,55,55,.25);
}

@media screen and (max-width: 400px) {
	.sidebar .CL-what-is-new-item-icon {
	    width: 100%;
	}
}

@media screen and (min-width: 401px) {
	.sidebar .CL-what-is-new-item-icon {
	    width: 150px;
	}
}

@media screen and (min-width: 1000px) {
	.sidebar .CL-what-is-new-item-icon {
	    width: 100%;
	}
}

span.CL-what-is-new-item-title {
    font-size: 24px;
    margin-bottom: 5px;
    font: 24px/30px "Playfair Display", sans-serif;

}

.CL-what-is-new-item-text {
    color: #777777;
	line-height: 1.8;
	font: 15px/28px "Roboto", sans-serif;
}

@media screen and (max-width: 400px) {
	.CL-what-is-new-item-icon {
	    width: 100%;
	}
}

@media screen and (min-width: 401px) {
	.CL-what-is-new-item-icon {
	    width: 220px;
	}
}

.CL-what-is-new-item.CL-result-type-news:hover span.CL-what-is-new-item-title {
    text-decoration: none;
}

.CL-upload-file-link::before {
    content: "\f019";
    font-family: FontAwesome;
}

.CL-upload-link-icon {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.CL-image-template-buttons span.ui-button-text {
    padding: 8px 5px;
}

.CL-content-link--button, .CL-upload-file-link {
    white-space: unset;
    display: inline-table;
}

.sidebar .CL-command-option-caption,
.footer .CL-command-option-caption {
	display: none !important;
}

.sidebar .CL-language-switch {
    width: 100%;
}

.CL-command-options.portlet-options {
    min-width: 160px;
}

.header-widgets .CL-language-switch {
    width: 175px;
    margin-top: 3px;
}

.CL-position-header_image .CL-hidden-portlet-indicator.CL-hidden-portlet-indicator-left {
    position: unset;
}

.ui-dialog-titlebar button {
    max-width: unset;
}

/* -- Fix -- */
#top-navigation .CL-follow-us {
    text-align: right;
    padding-top: 5px;
}

#top-navigation ul.CL-follow-us li {
    float: unset;
}

.breadcrumb {
    padding: 0;
}

.CL-trail {
    padding: 0 10px;
}