@charset "UTF-8";
/* 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, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* line 22, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/partial/_header.scss */
.header {
  width: 100%;
  height: 130px;
  border-bottom: 4px solid #000;
  -moz-box-shadow: 0px 1px 3px 0px #cfcfcf;
  -webkit-box-shadow: 0px 1px 3px 0px #cfcfcf;
  -o-box-shadow: 0px 1px 3px 0px #cfcfcf;
  box-shadow: 0px 1px 3px 0px #cfcfcf;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=3);
  /* / header trunk */
}
/* line 11, ../sass/partial/_header.scss */
.header .trunk {
  /* / header marger */
}
/* line 13, ../sass/partial/_header.scss */
.header .trunk .marger {
  float: left;
  /* /logo */
}
/* line 16, ../sass/partial/_header.scss */
.header .trunk .marger .logo-index {
  float: left;
  height: 100%;
  text-decoration: none;
  padding-top: 5px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
}
/* line 24, ../sass/partial/_header.scss */
.header .trunk .marger .logo-index .title {
  font-size: 45px;
  color: #4c4c4c;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
/* line 33, ../sass/partial/_header.scss */
.header .trunk .marger .logo-index .title span {
  color: #E6007E;
}
/* line 38, ../sass/partial/_header.scss */
.header .trunk .marger .logo-index .ie-title {
  display: none;
}
/* line 41, ../sass/partial/_header.scss */
.header .trunk .marger .logo-index .baseline {
  background-color: #E6007E;
  color: #fff;
  font-size: 18px;
  width: 500px;
  padding: 5px 20px;
  letter-spacing: 2px;
}
/* line 51, ../sass/partial/_header.scss */
.header .trunk .marger .logo-index:hover .title {
  color: #E6007E;
}
/* line 53, ../sass/partial/_header.scss */
.header .trunk .marger .logo-index:hover .title span {
  color: #4c4c4c;
}

/* / header */
/* line 1, ../sass/partial/_nav.scss */
.nav {
  float: left;
  width: 100%;
  margin-top: 25px;
}
/* line 7, ../sass/partial/_nav.scss */
.nav ul {
  text-align: center;
}
/* line 10, ../sass/partial/_nav.scss */
.nav ul li {
  float: left;
  width: 170px;
  text-transform: uppercase;
  font-family: 'Oswald', arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #000;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in;
}
/* line 26, ../sass/partial/_nav.scss */
.nav ul li:last-child {
  border: none;
}
/* line 31, ../sass/partial/_nav.scss */
.nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in;
}
/* line 41, ../sass/partial/_nav.scss */
.nav ul li a:hover {
  color: #e6007e;
}
/* line 46, ../sass/partial/_nav.scss */
.nav ul li ul {
  position: absolute;
  display: none;
}
/* line 49, ../sass/partial/_nav.scss */
.nav ul li ul li {
  font-weight: normal;
}
/* line 59, ../sass/partial/_nav.scss */
.nav ul li:hover ul {
  display: block;
  background-color: #999;
}
/* line 63, ../sass/partial/_nav.scss */
.nav ul li:hover ul li {
  float: none;
  text-transform: none;
  font-size: 16px;
  background-color: #e6007e;
  border: none;
}
/* line 69, ../sass/partial/_nav.scss */
.nav ul li:hover ul li:hover {
  background-color: #fff;
}
/* line 74, ../sass/partial/_nav.scss */
.nav ul li:hover ul li a {
  color: #fff;
}
/* line 79, ../sass/partial/_nav.scss */
.nav ul li:hover ul li a:hover {
  color: #e6007e;
}

/* line 1, ../sass/partial/_social.scss */
.nav-wrap {
  float: left;
  width: 70%;
}
/* line 5, ../sass/partial/_social.scss */
.nav-wrap .social {
  float: right;
  width: 50%;
  height: 45px;
  padding-top: 20px;
}
/* line 12, ../sass/partial/_social.scss */
.nav-wrap .social ul {
  float: right;
}
/* line 15, ../sass/partial/_social.scss */
.nav-wrap .social ul li {
  float: left;
  margin-left: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #000;
  height: 30px;
  width: 30px;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  behavior: url(PIE.htc);
  position: relative;
}
/* line 31, ../sass/partial/_social.scss */
.nav-wrap .social ul li a {
  height: 40px;
  width: 40px;
  background: url("../images/sprit_social.png") no-repeat;
  display: block;
}
/* line 38, ../sass/partial/_social.scss */
.nav-wrap .social ul li .icone_mail {
  content: ' ';
  background-position: 0 0;
}
/* line 42, ../sass/partial/_social.scss */
.nav-wrap .social ul li .icone_tumb {
  content: ' ';
  background-position: 0 -64px;
}
/* line 46, ../sass/partial/_social.scss */
.nav-wrap .social ul li .icone_cloud {
  content: ' ';
  background-position: 0 -95px;
}
/* line 50, ../sass/partial/_social.scss */
.nav-wrap .social ul li:hover {
  background-color: #e6007e;
}

/* line 1, ../sass/partial/_presentation.scss */
.intro {
  float: left;
  width: 100%;
  padding: 40px 0;
  border-bottom: 2px solid #e6007e;
}
/* line 7, ../sass/partial/_presentation.scss */
.intro .avatar {
  float: right;
  width: 45%;
  background-color: #999;
  overflow: hidden;
  width: 400px;
  height: 300px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 20, ../sass/partial/_presentation.scss */
.intro .avatar img {
  width: 102%;
  top: 40px;
  left: 20px;
}
/* line 29, ../sass/partial/_presentation.scss */
.intro .home_intro {
  float: right;
  width: 65%;
  padding: 0 65px 0 20px;
  color: #333;
  font-family: 'Quattrocento', georgia, serif;
  font-size: 17px;
  line-height: 26px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1, ../sass/partial/_push-home.scss */
.wrap_body {
  float: left;
  width: 100%;
}
/* line 5, ../sass/partial/_push-home.scss */
.wrap_body .pushField {
  float: left;
  padding: 40px 0;
  border-bottom: 2px solid #e6007e;
  width: 100%;
}
/* line 10, ../sass/partial/_push-home.scss */
.wrap_body .pushField img {
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 25px 15px 0;
}
/* line 19, ../sass/partial/_push-home.scss */
.wrap_body .pushField .head_push {
  float: left;
  width: 70%;
}
/* line 22, ../sass/partial/_push-home.scss */
.wrap_body .pushField .head_push h2 {
  float: left;
  font-family: 'Oswald', arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  color: #4c4c4c;
}
/* line 30, ../sass/partial/_push-home.scss */
.wrap_body .pushField .head_push > a {
  background-color: #E6007E;
  padding: 7px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  behavior: url(PIE.htc);
  position: relative;
  color: #fff;
  margin-left: 40px;
  font-family: arial, serif;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in;
}
/* line 50, ../sass/partial/_push-home.scss */
.wrap_body .pushField .head_push > a:hover {
  background-color: #d20475;
}
/* line 56, ../sass/partial/_push-home.scss */
.wrap_body .pushField > span {
  width: 50%;
  font-family: 'Quattrocento', georgia, serif;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: 30px;
  float: left;
}
.pushField > .push_content > p > a {
  color: #E6007E !important;
  font-weight: bold;
  text-decoration: none;
}
.pushField > .push_content > p > a:hover {
  text-decoration: underline;
}
/* line 64, ../sass/partial/_push-home.scss */
.wrap_body .pushField > span .mejs-controls,
.wrap_body .pushField > span .mejs-mediaelement,
.wrap_body .pushField > span .mejs-container {
  margin-top: 30px;
}

/* line 1, ../sass/partial/_post-home.scss */
.post_wrap {
  float: left;
  width: 100%;
  padding: 40px 0;
}
/* line 6, ../sass/partial/_post-home.scss */
.post_wrap > ul > li {
  margin: 20px 40px 20px 0;
  float: left;
}
/* line 9, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content {
  position: relative;
  display: block;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
/* line 17, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content .img-box img {
  width: 280px;
  height: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 26, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content .overlay {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 37%;
  padding: 10px 20px;
  display: block;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
}
/* line 40, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content .overlay .content h3 {
  font-family: 'Oswald', arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  color: #4c4c4c;
  padding-bottom: 6px;
}
/* line 57, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content .overlay .content span > a {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #E6007E;
  font-weight: bold;
  text-decoration: none;
  padding: 9px 0 0 0;
}
/* line 73, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content .overlay .content p {
  font-family: 'Quattrocento', georgia, serif;
  font-size: 15px;
  color: #333;
  line-height: 18px;
  margin-top: 5px;
  float: left;
}
/* line 85, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(230, 0, 126, 0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in;
}
/* line 103, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content > a:hover {
  background: rgba(230, 0, 126, 0.8);
  text-decoration: none;
}
/* line 107, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content > a:hover > p {
  text-align: center;
  line-height: 300px;
  font-family: 'Oswald', arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  display: block;
}
/* line 122, ../sass/partial/_post-home.scss */
.post_wrap > ul > li .item-content > a > p {
  display: none;
}
/* line 127, ../sass/partial/_post-home.scss */
.post_wrap > ul > li:nth-of-type(4n+4) {
  margin: 20px 0 20px 0;
}

/* line 2, ../sass/partial/_page.scss */
.custom_page {
  width: 100%;
  padding: 40px 0;
  height: 100%;
}
/* line 7, ../sass/partial/_page.scss */
.custom_page h1 {
  float: left;
  width: 100%;
  font-family: 'Oswald', arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 50px;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  padding-right: 30%;
  color: #4c4c4c;
}
/* line 22, ../sass/partial/_page.scss */
.custom_page span {
  width: 100%;
  font-family: 'Oswald', arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 0;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  padding-right: 30%;
  color: #4c4c4c;
}
.custom_page .text p span, .custom_page .text p span a {
  color: #E6007E;
  text-decoration: none;
}
.custom_page .text p span {
  font-weight: normal;
  font-family: 'Quattrocento', georgia, serif;
  font-size: 16px;
  letter-spacing: 0;
  padding: 10px 0;
}
.custom_page .text p span:hover {
  text-decoration: underline;
}
/* line 42, ../sass/partial/_page.scss */
.custom_page .text {
  width: 60%;
  float: left;
  font-family: 'Quattrocento', georgia, serif;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0 40px 10%;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  color: #333;
}
/* line 54, ../sass/partial/_page.scss */
.custom_page .text p {
  margin-bottom: 10px;
}
/* line 56, ../sass/partial/_page.scss */
.custom_page .text p > a {
  font-weight: bold;
  color: #E6007E;
  text-decoration: none;
}
/* line 60, ../sass/partial/_page.scss */
.custom_page .text p > a:hover {
  text-decoration: underline;
}
/* line 66, ../sass/partial/_page.scss */
.custom_page .text .french {
  font-family: 'Quattrocento', georgia, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  color: #666;
  padding: 20px 0 0 0;
}
/* line 77, ../sass/partial/_page.scss */
.custom_page .text .download {
  margin-top: 30px;
}
/* line 79, ../sass/partial/_page.scss */
.custom_page .text .download a {
  font-family: arial, sans-serif;
  color: #E6007E;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
/* line 86, ../sass/partial/_page.scss */
.custom_page .text .download a:hover {
  text-decoration: underline;
}
/* line 89, ../sass/partial/_page.scss */
.custom_page .text .download a::before {
  content: "";
  display: block;
  background: url("../images/attachment.png") no-repeat;
  width: 20px;
  height: 21px;
  float: left;
  margin: 0 6px 0 0;
}
/* line 104, ../sass/partial/_page.scss */
.custom_page .bloc_imgs {
  float: left;
  width: 30%;
  padding: 20px 0 0 40px;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
}
/* line 114, ../sass/partial/_page.scss */
.custom_page .bloc_imgs .img1 img {
  margin-bottom: 40px;
  width: 230px;
  height: 230px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 125, ../sass/partial/_page.scss */
.custom_page .bloc_imgs .img2 img {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2, ../sass/partial/_article.scss */
.article {
  width: 67%;
  padding: 30px 0 40px 50px;
  float: left;
}
/* line 7, ../sass/partial/_article.scss */
.article h1 {
  float: left;
  width: 100%;
  font-family: 'Oswald', arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 50px;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  padding-right: 30%;
  color: #4c4c4c;
}
/* line 22, ../sass/partial/_article.scss */
.article .chapo p {
  width: 100%;
  font-family: 'Oswald', arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 0;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  padding-right: 30%;
  color: #4c4c4c;
  display: block;
}
/* line 39, ../sass/partial/_article.scss */
.post_content a {
  color: #E6007E;
  font-weight: bold;
  text-decoration: none;
}
.post_content a:hover {
  text-decoration: underline;
}
.article .post_content {
  width: 60%;
  float: left;
  font-family: 'Quattrocento', georgia, serif;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0 40px 7%;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  color: #333;
}
/* line 51, ../sass/partial/_article.scss */
.article .post_content p {
  margin-bottom: 10px;
}
/* line 53, ../sass/partial/_article.scss */
.article .post_content p .mejs-controls,
.article .post_content p .mejs-mediaelement,
.article .post_content p .mejs-container {
  margin-top: 30px;
}
/* line 58, ../sass/partial/_article.scss */
.article .post_content p strong {
  font-weight: bold;
}
/* line 61, ../sass/partial/_article.scss */
.article .post_content p > a {
  color: #E6007E;
  font-weight: bold;
  text-decoration: none;
}
/* line 65, ../sass/partial/_article.scss */
.article .post_content p > a:hover {
  text-decoration: underline;
}
/* line 73, ../sass/partial/_article.scss */
.article .bloc_imgs_article {
  float: left;
  width: 30%;
  padding: 20px 0 0 40px;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  margin-top: 12px;
}
/* line 84, ../sass/partial/_article.scss */
.article .bloc_imgs_article .img1_article img {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 96, ../sass/partial/_article.scss */
.article .bloc_imgs_article .img2_article img {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 101, ../sass/partial/_article.scss */
.article .bloc_imgs_article .caption {
  margin-bottom: 40px;
}
/* line 108, ../sass/partial/_article.scss */
.article .gallery {
  display: block;
  width: 100%;
  float: left;
  margin-top: 2%;
}

/* line 1, ../sass/partial/_sidebar.scss */
.wrapper {
  height: 100%;
}
/* line 4, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap {
  float: left;
  width: 28%;
  border-right: 1px solid  #dfdfdf;
  height: 100%;
  -webkit-box-sizing: border-box;
  /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;
  /* Firefox 1 - 28 */
  box-sizing: border-box;
  padding: 40px 15px;
  overflow: auto;
}
/* line 16, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar {
  float: left;
  width: 100%;
  height: 100%;
}
/* line 24, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li {
  width: 100%;
  border-bottom: 1px solid #666;
  margin: 0;
  height: 150px;
  overflow: hidden;
}
/* line 32, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px 0 15px 0;
}
/* line 39, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content .thumbnail, .wrapper .sidebar_wrap .sidebar ul li .side_content .no_thumb {
  float: left;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 120px;
  height: 120px;
}
/* line 48, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content .thumbnail img, .wrapper .sidebar_wrap .sidebar ul li .side_content .no_thumb img {
  width: 102%;
  height: auto;
}
/* line 59, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content h4 {
  float: left;
  margin: 0 0 10px 10px;
  font-family: 'Oswald', arial, sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
  float: left;
  color: #4c4c4c;
}
/* line 71, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content > p {
  margin-left: 10px;
  font-family: 'Quattrocento', georgia, serif;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  float: left;
  width: 165px;
}
/* line 82, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  text-decoration: none;
  background: rgba(230, 0, 126, 0);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in;
}
/* line 95, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content a p {
  display: none;
  text-align: center;
  width: 100%;
  line-height: 135px;
  color: #fff;
  font-family: arial, sans-serif;
  font-weight: bold;
}
/* line 105, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content a:hover {
  background: rgba(230, 0, 126, 0.8);
}
/* line 107, ../sass/partial/_sidebar.scss */
.wrapper .sidebar_wrap .sidebar ul li .side_content a:hover p {
  display: block;
}

/* line 1, ../sass/partial/_breadcrumb.scss */
.breadcrumb_wrap {
  float: left;
  width: 100%;
  padding: 20px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #999;
}
/* line 13, ../sass/partial/_breadcrumb.scss */
.breadcrumb_wrap p span span a {
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in;
}
/* line 20, ../sass/partial/_breadcrumb.scss */
.breadcrumb_wrap p span span a:hover {
  color: #E5057D;
}
/* line 30, ../sass/partial/_breadcrumb.scss */
.breadcrumb_wrap::before {
  content: "";
  display: block;
  background: url("../images/pin.png") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 0 0;
}

/* line 2, ../sass/partial/_footer.scss */
.footer {
  float: left;
  background-color: #4c4c4c;
  width: 100%;
  display: block;
  padding: 20px;
  margin-top: 70px;
  border-top: 4px solid #E6007E;
  box-sizing: border-box;
}
/* line 14, ../sass/partial/_footer.scss */
.footer .trunk .marger .menu-footer-container ul {
  width: 100%;
  font-size: 12px;
}
/* line 16, ../sass/partial/_footer.scss */
.footer .trunk .marger .menu-footer-container ul li {
  font-family: arial, sans-serif;
  float: left;
  margin-right: 80px;
}
/* line 20, ../sass/partial/_footer.scss */
.footer .trunk .marger .menu-footer-container ul li a {
  color: #fff;
  text-decoration: none;
}

/* WP 3.6 Native Audio Player styling*/
/* change the color of the background */
/* line 4, ../sass/partial/_player.scss */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
  background: url("") !important;
}

/* change the color of the lettering */
/* line 11, ../sass/partial/_player.scss */
.mejs-currenttime,
.mejs-duration {
  color: black !important;
}

/* eliminate the yellow border around the play button during playback */
/* line 17, ../sass/partial/_player.scss */
.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

/* use a sprite file with darker transport icons */
/* line 22, ../sass/partial/_player.scss */
.mejs-controls .mejs-button button {
  background-image: url("../images/controls-dark.svg") !important;
}

/* change the color of the progress bar */
/* line 27, ../sass/partial/_player.scss */
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #dddddd !important;
}

/* change the color of the current time bar */
/* line 32, ../sass/partial/_player.scss */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #E6007E !important;
}

/* change the color of the file loading bar */
/* line 37, ../sass/partial/_player.scss */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #ccc !important;
}

/* line 41, ../sass/partial/_player.scss */
.mejs-horizontal-volume-current {
  background: #E6007E !important;
}

/* line 45, ../sass/partial/_player.scss */
.mejs-horizontal-volume-total {
  background: #ccc !important;
}

/* line 48, ../sass/partial/_player.scss */
.mejs_offscreen, .mejs-offscreen {
  display: none  !important;
}

/* line 29, ../sass/screen.scss */
.trunk {
  width: 1280px;
  margin: auto;
}

/* line 35, ../sass/screen.scss */
.marger {
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
}

/* line 43, ../sass/screen.scss */
body, html {
  height: 100%;
}

/* line 46, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 49, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 52, ../sass/screen.scss */
blockquote {
  margin: 30px 0 30px 30px;
  padding-left: 8px;
  font-family: georgia, sans-serif;
  font-style: italic;
  border-left: 1px solid #E6007E;
  quotes: "“" "”";
  font-size: 28px;
  line-height: 28px;
}

/* line 62, ../sass/screen.scss */
blockquote:before, blockquote:after {
  font-size: 25px;
}

/* line 65, ../sass/screen.scss */
blockquote:before {
  content: "\201C";
  padding-right: 5px;
}

/* line 69, ../sass/screen.scss */
blockquote:after {
  content: "\201D";
  padding-left: 5px;
}

/* line 73, ../sass/screen.scss */
blockquote p {
  display: inline;
}

/* line 76, ../sass/screen.scss */
figcaption {
  font-style: italic;
  color: #666;
}

/* line 76, ../sass/screen.scss */
.ie8 .title {
  display: none;
}

/* line 79, ../sass/screen.scss */
.ie8 .baseline {
  font-size: 16px !important;
  letter-spacing: -1px !important;
  font-weight: bold !important;
}

/* line 84, ../sass/screen.scss */
.ie8 .post_wrap ul li {
  margin: 20px 30px 20px 0;
}

/* line 87, ../sass/screen.scss */
.ie8 .overlay {
  background: #ffffff !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.header .trunk .marger .logo-index {
	width: 30% !important;
}
.header .trunk .marger .logo-index .title {
	font-size: 25px !important;
}

.event { padding: 30px 0; border-bottom: 1px solid #efefef; font-family: 'Oswald', arial, sans-serif; }
.event__link { color: #E6007E; }
.event__title { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.event__date { display: block; margin-bottom: 10px; }
.event__header p { line-height: 28px; }
.event__header a { color: #E6007E; }
.event__footer { margin-top: 20px; }
.event__date { font-weight: 800; }