body {
	font-family: Arial, Helvetica, sans-serif; /*background: /*url(../Images/webdesign.png) no-repeat 50% 0*/ #f8f8f8;*/
	background-color:#fff;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

body,
#footer #footer-menu a {
	font-family: Arial, Helvetica, sans-serif;
} 

#stage h1,
h3 {
	font-family: Arial, Helvetica, sans-serif;
} 

#content-grey .column-33 h3,
#content .news-carousel .owl-item h5,
.news-carousel .owl-item a,
.quickcontact p,
.button,
#footer .row .footer-wrap a,
.back-button a, 
#content .news-list-box .csc-default h5,
#content-grey .column-33 h3, 
.shadow-box .column-33 h4,
#main-menu ul li.current a{
	font-family: 'ralewaybold';
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

/* Default Link Styles */
a {
	color: #0089cf;
	text-decoration: none;
	line-height: inherit;
}

a:hover, a:focus {
	color: #0089cf;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Default paragraph styles */
p {
	font-family: inherit;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	letter-spacing:0;
	/*text-rendering: optimizeLegibility;*/
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	/*text-rendering: optimizeLegibility;*/
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.14em;
	text-transform:uppercase;
}

h1, .default-headlines h3 {
	font-size: 26px;
	color: #0089cf;
	line-height: 1.4;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2, .default-headlines h4, .news.news-single .header h2  {
	font-size: 17px;
	margin-bottom: 27px;
	color: #768093;
	line-height: 26px;
	text-align:center;
}

h3 {color: #000000;
        font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
	margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #768093;
}

h5,
#content h5 a {
	font-size: 13px;
	margin-bottom: 7px;
	color: #768093;
	text-decoration: none;
	line-height:1.6em;
}

h6 {
	font-size: 16px;
	color: #768093;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 44px auto 40px;
	height: 0;
	max-width: 1060px;
}

/* Helpful Typography Defaults */
em,
i {
	font-style: italic;
	line-height: inherit;
}

strong,
b {
	font-weight: normal;
	line-height: inherit;
    
}

small {
	font-size: 60%;
	line-height: inherit;
}


/* Lists */
ul,
ol,
dl {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.25em;
	list-style-position: outside;
	font-family: inherit;
}

ul, ol {
	margin-left: 1em;
}

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

.inline-list {
	list-style: none;
	margin: 0 0 1.0625em -1.375em;
	overflow: hidden;
	padding: 0;
}

.inline-list > li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 20px;
}

/* Misc */
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

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

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

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

::-webkit-input-placeholder { /* WebKit browsers */
    color:#575757;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#575757;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#575757;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#575757;
}

.cookie.active {
    opacity: 1;
    transform: translateY(0);
}
.cookie {
    background-color: #fff;
    bottom: 0;
    font-size: 0.75rem;
    left: 0;
    opacity: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.3s;
    will-change: transform;
    z-index: 1;
}

.cookie p {
    margin: 0;
    font-size: 12px;
}

.cookie .js-cookie.js-toggle {
    background-color: #0081c6;;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    float: right;
    margin-left: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
}

#footer.active{
	margin-bottom: 60px;
}