/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;

  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

html, body {
    overflow: auto;
    overflow-x: hidden;
}


/* line 24, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../usr/share/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


.news-content,
.blog .content {
    font-size: 15px;
    /* text-align: justify; */
    
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-style: normal;
    
    /* letter-spacing: .7px; */
    line-height: 23px;
}
.blog .content p{font-family: 'Noto Sans', sans-serif; font-style: normal; padding-bottom: 25px; line-height:23px;}
.blog .content h2, .blog .content h3{font-size: 22px; margin-bottom: 25px;font-style: italic;  font-family: 'Noto Sans', sans-serif; }
.blog a,
.title-h5, .blog .title-h5 {
    color: #e2b6b0;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.3em;
    font-size: 30px;
    text-align: left;
    /* font-family: "Didot"; */
     font-family: 'Cormorant Garamond', serif;
    /* font-weight: 400; */
    font-weight: 600;
    font-style: Italic;
    margin-bottom: 8px;
}
.title-h5 {
    text-align: center;
}
.news .element .text {
    font-size: 15px;
}
.blog .footer-form .btn {
    font-size: 15px;
}
.aside .title {
    color: #e2b6b0;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.3em;
    font-size: 22px;
    /*font-family: "Didot*/
     font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-style: Italic;
}
.aside a.readmore {
    font-size: 15px;
}
.content{
    z-index: 100;
}
#social {
	left: 35px;
	bottom: 35px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	z-index: 999;
}
#icons a {
	height: 0;
	opacity: 0;
	color: white;
	display: flex;
	align-items: center;
	margin: 0 0 10px 5px;
	pointer-events: none;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
#icons.active a {
	opacity: 1;
	height: 60px;
	pointer-events: auto;
}
#tl, #wa, #vb, #fb, #vk, #ml, #ms, #pinterest {
	width: 60px;
	height: 60px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
#tl, #tl + .title {background: #44B4F4;}
#pinterest + .title {background: #44B4F4;}
#wa, #wa + .title {background: #00D1B5;}
#vb, #vb + .title {background: #AB74D4;}
#fb, #fb + .title {background: linear-gradient(203.03deg, #FC5C73 6.71%, #963AFD 53.43%, #178AFF 89.56%);}
#vk, #vk + .title {background: #2787F5;}
#ml, #ml + .title {background: #4075FF;}
#pinterest{
	background: #E60023;
}
#pinterest img{
	max-width:70px;
}
#ms {
	width: 70px;
	height: 70px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	background: #07BB07;
	align-items: flex-start;
	justify-content: flex-start;
	transition: all 0.2s linear 0s;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms.active {
	transform: rotate(180deg);
	background-color: #FFFFFF !important;
	box-shadow: 0px 0px 12px rgba(7, 187, 7, 0.5);
	background-image: url(../img/icons/cl.svg) !important;
}
#ms #wrap {
	left: 0;
	display: flex;
	position: absolute;
	transition: all 0.15s linear 0s;
}
#ms.active #wrap {
	opacity: 0;
}
#ms #wrap div,
#ms span {
	width: 70px;
	height: 70px;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms span {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
}
#icons .title {
	width: 0;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	border-radius: 11px;
	font: 11px/21px Tahoma;
	transition: all 0.1s linear 0s;
}
#icons .title.active {
	opacity: 1;
	width: 85px;
	margin-left: 15px;
}