/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

*/
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  /*display: inline;*/
  /*zoom: 1;*/
}
.clearfix {
  /*zoom: 1;*/
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  background: #ffffff;
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "museo-sans", serif;
  font-weight: 300;
  color: #3c3c3c;
  background-color: transparent;
  /*font-smoothing: antialiased !important;*/
  -webkit-font-smoothing: antialiased !important;
}
button,
input,
select,
textarea {
  font-family: "museo-sans", serif !important;;
  font-weight: 300;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", serif !important;;
  font-weight: 300;
}
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  text-align: left;
}
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: "museo-sans", serif !important;;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  transition: color 0.2s ease-out;
}
a:visited {

}
a:hover {

}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption {
  background-color: transparent;
}
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  /*margin-left: -7px;*/
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  /*vertical-align: middle;*/
}
button, input {
  line-height: normal;
  /*overflow: visible;*/
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0.25);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*::-webkit-selection {
  background: #d22135;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #d22135;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #d22135;
  color: #fff;
  text-shadow: none;
}*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
:-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.lt-ie8 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button:-moz-focus-inner, input:-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}

/* Turquoise: 5dddb7 */

/* GENERIC ============================================================================= */
body
{
    padding: 0;
    color: #434343;
    -webkit-font-smoothing: antialiased !important;
    overflow: hidden;
}

.wrapper
{
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper.short
{
    margin-bottom: 30px;
}

.wrapper.social-elements
{
    margin-top: 80px;
}

.pos-ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img, iframe
{
    display: block;
    max-width: 100%;
}

#map img
{
    max-width: inherit;
}

.video-wrapper
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aligncenter, .alignleft, .alignright
{
    margin: 0 auto;
}

img.alignnone, img.alignleft, img.alignright, img.aligncenter,
.alignnone img, .alignleft img, .alignright img, .aligncenter img
{
    padding: 5px;
    background-color: #f4f4f4;
}


/* TEXT ============================================================================= */
p, small, a
{
    font-weight: 300;
}

p
{
    /*margin-bottom: 30px !important;*/
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    text-align: justify;
}

    p.center
    {
        text-align: center;
    }

    p.notification
    {
        display: none;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 8px 20px;
        max-width: 450px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        text-align: center;
        background-color: #fff;
        box-sizing: border-box;
    }

a
{
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

    a:hover
    {
        color: #3b3871 ;
        text-decoration: none ;
    }

em
{
    font-style: italic;
    font-weight: 500;
}

em a
{
    font-style: italic;
    font-weight: 500;
}

strong
{
    font-weight: 700;
}

.sub-block
{
    margin-bottom: 40px;
}

    .sub-block > header
    {
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #c1bdbd;
    }

        .sub-block.small > header
        {
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #3b3871;
        }

    .sub-block h2
    {
        margin: 0;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 32px;
        color: #3b3871;
        text-align: center;
    }

    .sub-block header h3
    {
        margin: 0;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 300;
        line-height: 32px;
        color: #434343;
        text-align: center;
    }

    .sub-block p
    {
        margin: 0 auto;
        max-width: 810px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 35px;
        text-align: center;
        margin-bottom:0px;
    }

.sub-block.title h2
{
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 40px;
}

blockquote
{
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: none;
    border-top: 1px solid #3b3871;
    background-color: #f4f4f4;
}

    blockquote p, .sub-block blockquote p
    {
        margin: 0;
        font-size: 16px;
        font-size: 1.6rem;
        font-style: italic;
        font-weight: 300;
        line-height: 30px;
        text-align: center;
    }

        blockquote p:last-of-type, .sub-block blockquote p:last-of-type
        {
            margin-bottom: 0;
        }

.baw-months
{
    margin-top: 5px;
}

.baw-month
{
    font-size: 12px;
    font-size: 1.2rem;
}


/* HEADER ============================================================================= */
.site-header
{
    margin-bottom: 30px;
    background: url(../../images/header-city.png) repeat-x center bottom #3b3871;
    background: url(../../images/header-city.png) repeat-x center bottom/auto 100px, #3b3871 url(../../images/background-purple.jpg) center top;

}

    .site-header h1
    {
        margin: 0 auto;
        padding: 84px 0;
        padding-bottom: 104px;
        width: 280px;
        /*height: 172px;*/
    }

        .site-header h1 a
        {
            display: block;
            width: 280px;
            height: 172px;
            text-align: center;
            text-indent: -9999em;
            background: transparent url(../../images/logo-small.png) no-repeat;
        }

            .svg .site-header h1 a
            {
                background: transparent url(../../images/logo.svg) no-repeat;
                background-size: 280px 172px;
            }

.sharing-icons
{
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    text-align: center;
}

    .sharing-icons li
    {
        display: inline-block;
        padding: 0 5px;
    }

        .sharing-icons li:first-child
        {
            padding-left: 0;
        }

        .sharing-icons li:last-child
        {
            padding-right: 0;
        }

        .sharing-icons li a
        {
            display: block;
            width: 36px;
            height: 36px;
            text-indent: -9999em;
            background: transparent url(../../images/sharing-icons-large.png) no-repeat;
        }

            .svg .sharing-icons li a
            {
                background: transparent url(../../images/sharing-icons-large.svg) no-repeat;
                background-size: 260px 80px;
            }

        .sharing-icons li a.icon-twitter
        {
            background-position: left top;
        }

            .sharing-icons li a.icon-twitter:hover
            {
                /* background-position: left bottom; */
            }

        .sharing-icons li a.icon-facebook
        {
            background-position: -45px top;
        }

            .sharing-icons li a.icon-facebook:hover
            {
                /* background-position: -45px bottom; */
            }

        .sharing-icons li a.icon-pinterest
        {
            background-position: -90px top;
        }

            .sharing-icons li a.icon-pinterest:hover
            {
                /* background-position: -90px bottom; */
            }

        .sharing-icons li a.icon-instagram
        {
            background-position: -135px top;
        }

            .sharing-icons li a.icon-instagram:hover
            {
                /* background-position: -135px bottom; */
            }

.sharing-icons.small li
{
    display: inline-block;
    padding: 0 5px;
}

    .sharing-icons.small li a
    {
        width: 29px;
        height: 30px;
        background: transparent url(../../images/sharing-icons-small.png) no-repeat;
    }

        .svg .sharing-icons.small li a
        {
            background: transparent url(../../images/sharing-icons-small.svg) no-repeat;
            background-size: 219px 68px;
        }

    .sharing-icons.alt li a
    {
        background: transparent url(../../images/sharing-icons-small-alt.png) no-repeat;
    }

        .svg .sharing-icons.alt li a
        {
            background: transparent url(../../images/sharing-icons-small-alt.svg) no-repeat;
            background-size: 219px 68px;
        }

    .sharing-icons.small li a.icon-twitter
    {
        background-position: left top;
    }

        .sharing-icons.small li a.icon-twitter:hover
        {
            /* background-position: left bottom; */
        }

    .sharing-icons.small li a.icon-facebook
    {
        background-position: -38px top;
    }

        .sharing-icons.small li a.icon-facebook:hover
        {
            /* background-position: -38px bottom; */
        }

    .sharing-icons.small li a.icon-pinterest
    {
        background-position: -76px top;
    }

        .sharing-icons.small li a.icon-pinterest:hover
        {
            /* background-position: -76px bottom; */
        }

    .sharing-icons.small li a.icon-instagram
    {
        background-position: -114px top;
    }

        .sharing-icons.small li a.icon-instagram:hover
        {
            /* background-position: -114px bottom; */
        }


/* NAVIGATION ============================================================================= */
.site-nav
{
    display: none;
}

.search-form button
{
    position: absolute;
    left: 8px;
    top: 5px;
    width: 25px;
    height: 25px;
    text-indent: -9999em;
    background: transparent url(../../images/icon-search.png) no-repeat;
}

    .svg .search-form button
    {
        background: transparent url(../../images/icon-search.svg) no-repeat;
        background-size: 25px 25px;
    }

.search-form input[type=text]
{
    padding: 5px 15px 5px 45px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    border: none;
    border-radius: 0 !important;
    background-color: #fff;
    box-sizing: border-box;
    outline: none;
    /*appearance: none;*/
}

#mobile-search-form
{
    position: relative;
    margin: 20px;
    margin-bottom: 0;
}


/* MOBILE NAVIGATION ============================================================================= */
.mobile-menu
{
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 20px;
    padding-left: 20px;
    width: 20%;
    z-index: 1000;
    transition: .2s all ease;
}

.mobile-menu-trigger
{
    display: inline-block;
    width: 32px;
    height: 30px;
    color: transparent;
    text-indent: -9999px;
    background: #fff url(../../images/icon-mobile-menu.svg) no-repeat 6px 6px;
    background-size: 20px 18px;
    transition: background-color .2s ease;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

    .mobile-menu-trigger:hover
    {
        background-color: #f4f4f4;
    }

.mobile-slide
{
    position: relative;
    z-index: 1;
}

.mobile-nav, .mobile-slide
{
    width: 100%;
	transition: .2s all ease;
}

.mobile-nav
{
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #f4f4f4;
    box-shadow: inset -5px 0 5px 0 rgba(0,0,0,0.25);
    overflow: auto;
}

body.active .mobile-nav
{
    left: 0;
    width: 80%;
}

body.active .mobile-slide
{
    right: -80%;
}

body.active .mobile-menu
{
    left: 80%;
}

.mobile-nav ul
{
    padding: 25px;
}

    /* Level 1 */
    .mobile-nav > ul > li
    {
        position: relative;
    }

        .mobile-nav > ul > li > a:not(.sub-menu-trigger)
        {
            display: inline-block;
            padding: 10px 0;
            font-size: 20px;
            font-size: 2rem;
            color: #434343;
            text-decoration: none;
        }

            .mobile-nav > ul > li > a:not(.sub-menu-trigger):hover
            {
                color: #3b3871;
            }
    /* Level 1 */


/* SLIDER ============================================================================= */
.hp-slider
{
    list-style-type: none;
}

.slider
{
    margin: 30px 0;
}

    .slider .sy-slides-wrap
    {
        box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    }

    .slider .pager
    {
        margin: 0 auto;
        margin-top: 30px;
        padding: 0;
        text-align: center;
    }

        .slider .pager li
        {
            display: inline-block;
            padding: 0 5px;
            list-style-type: none;
        }

        .slider .pager li:first-child
        {
            padding-left: 0;
        }

        .slider .pager li:last-child
        {
            padding-right: 0;
        }

        .slider .pager li a
        {
            display: block;
            width: 10px;
            height: 10px;
            text-indent: 9999em;
            background: transparent url(../../images/slider-bullets.png) no-repeat;
            padding:0px;
            border:none;
            border-radius:0px;
        }

            .svg .slider .pager li a
            {
                background: transparent url(../../images/slider-bullets.svg) no-repeat;
                background-size: 20px 10px;
            }

            .slider .pager li.sy-active a
            {
                background-position: right top;
            }

.sy-controls li a:after
{
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    display: block;
    margin-left: -13px;
    margin-top: -24px;
    width: 26px;
    height: 48px;
    background: transparent url(../../images/slider-arrows.png) no-repeat;
}

    .svg .sy-controls li a:after
    {
        background: transparent url(../../images/slider-arrows.svg) no-repeat;
        background-size: 52px 48px;
    }

    .sy-controls li.sy-next a:after
    {
        background-position: right top;
    }


/* BOX LISTS ============================================================================= */
.large-box-list
{
    position: relative;
    margin-bottom: 58px;
    border-bottom: 1px solid #c1bdbd;
    padding-bottom: 30px;
}

.slidee > li
{
    position: relative;
    margin-right: 20px;
    float: left;
    width: 144px;
    min-height: 290px;
}

.slidee > li img
{
    margin-bottom: 15px;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}

.slidee > li h3
{
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: #434343;
    font-weight:300;
}

.slidee > li .read-more
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    color: #3b3871;
}

    .slidee > li .read-more:hover
    {
        color: #3b3871;
    }

.sly-prev, .sly-next
{
    display: none;
}

.std-box-list
{
    margin: 0 auto;
    margin-bottom: 20px;
}

    .std-box-list .slidee
    {
        padding-bottom: 0;
    }

        .std-box-list .slidee > li
        {
            float: none;
            margin: 0 auto;
            margin-bottom: 20px;
            width: 144px;
        }


/* NEWSLETTER ============================================================================= */
.newsletter-signup
{
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    padding-top: 24px;
    background: #3b3871 url(../../images/background-purple.jpg) center top;
    /* background: #3b3871 url(../../images/background.jpg) center top; */
}

    .newsletter-signup::before
    {
        position: absolute;
        right: 10%;
        top: -43px;
        display: block;
        content: '';
        width: 123px;
        height: 43px;
        /*background: transparent url(../../images/newsletter-flowers.png) no-repeat;*/
      background: transparent url(../../images/newsletter-flowers-purple.png) no-repeat;
    }

#frm-signup
{
    text-align: center;
}

    #frm-signup fieldset
    {
        margin-bottom: 0;
    }

    #frm-signup legend
    {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        border-bottom:none;
        margin-bottom:0px;
        width: 100%;
    }

    #frm-signup input, #frm-signup button, #frm-signup .button
    {
        display: inline-block;
    }

    #frm-signup input
    {
        margin-bottom: 20px;
        padding: 10px 40px;
        width: 100%;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        border: none;
        border-radius: 0 !important;
        background-color: #fff;
        outline: none;
        box-sizing: border-box;
        font-weight:300;
    }

    #frm-signup button, #frm-signup .button
    {
        padding: 9px 40px;
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        transition: background-color 0.3s ease-in-out;
    }

        #frm-signup button:hover,#frm-signup .button:hover
        {
            background-color: #3b3871;
        }

.important
{
    display: none !important;
}


/* ABOUT ============================================================================= */
.jojo-social
{
    margin-bottom: 30px;
    text-align: center;
}

    .jojo-social > li
    {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 320px;
        padding-bottom: 70px;
        display: inline-block;
        text-align: left;
    }

        .jojo-social li.twitter
        {
            background: transparent url(../../images/icon-event-twitter.png) no-repeat center bottom;
        }

            .svg .jojo-social li.twitter
            {
                background: transparent url(../../images/icon-event-twitter.svg) no-repeat center bottom;
                background-size: 66px 45px;
            }

        .jojo-social li.hp-blog
        {
            background: transparent url(../../images/icon-event-blog.png) no-repeat center bottom;
        }

            .svg .jojo-social li.hp-blog
            {
                background: transparent url(../../images/icon-event-blog.svg) no-repeat center bottom;
                background-size: 66px 45px;
            }

        .jojo-social li.instagram
        {
            background: transparent url(../../images/icon-event-instagram.png) no-repeat center bottom;
        }

            .svg .jojo-social li.instagram
            {
                background: transparent url(../../images/icon-event-instagram.svg) no-repeat center bottom;
                background-size: 66px 45px;
            }

        .jojo-social li.facebook
        {
            background: transparent url(../../images/icon-event-facebook.png) no-repeat center bottom;
        }

            .svg .jojo-social li.facebook
            {
                background: transparent url(../../images/icon-event-facebook.svg) no-repeat center bottom;
                background-size: 42px 42px;
            }

    .jojo-social > li:last-child
    {
        margin-bottom: 0;
    }

.twitter-list
{
    padding: 0 20px 30px 20px;
    min-height: 298px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}

.twitter-list h3
{
    padding: 20px 0;


}

.twitter-list h3 a {
	font-weight: 300;
    color:#434343;
}

    .twitter-list .tweet
    {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #c9c9c9;
    }

        .twitter-list .tweet:last-of-type
        {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

            .twitter-list .tweet-text p, .twitter-list .tweet-text p a, .twitter-list .tweet-text time
            {
                margin: 0;
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: 500;
                line-height: 26px;
                text-align: left;
                margin-bottom:0px !important;
            }

            .twitter-list .tweet-text p a
            {
                color: #3b3871;
            }

                .twitter-list .tweet-text p a:hover
                {
                    color: #3b3871;
                }

            .twitter-list .tweet-text time
            {
                font-size: 11px;
                font-size: 1.1rem;
                color: #3b3871;
            }


/* styling for blog wrapper and sidebar */

#blog {
	width: 75%;
	float: left;
	box-sizing: border-box;
}

#sidebar {
	width: 25%;
	float: left;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}

#sidebar ul {
	list-style: none;
	padding: 0;
}

#sidebar ul li {
	padding: 5px;
}

#sidebar > ul {
margin-left: 20px;
}



.hp-blog
{
    min-height: 320px;
}

.hp-blog h3
{
    margin: 20px 0;
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    color: #3b3871;
}

.hp-blog .hp-post
{
    text-align: center;
}

    .hp-blog .hp-post h1
    {
        margin-bottom: 15px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        text-align: center;
    }

        .hp-blog .hp-post h1 a
        {
            color: #3b3871;
        }

            .hp-blog .hp-post h1 a:hover
            {
                color: #3b3871;
            }

    .hp-blog .hp-post p
    {
        margin-bottom: 20px;
        padding: 0 15px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 26px;
        text-align: center;
    }

    .hp-blog .hp-post .read-more
    {
        font-size: 14px;
        font-size: 1.4rem;
        text-align: center;
        text-transform: uppercase;
        color: #3b3871;
    }

        .hp-blog .hp-post .read-more:hover
        {
            color: #3b3871;
        }

.instagram img
{
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}


/* PAGES ============================================================================= */
.post
{
    margin-bottom: 50px;
}

    .post:last-of-type
    {
        margin-bottom: 80px;
    }

    .post .post-image img
    {
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 5px;
        background-color: #f4f4f4;
    }

    .post hgroup
    {
        margin-bottom: 20px;
    }

    .post h1
    {
        margin-bottom: 5px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 34px;
        text-align: left;
    }

    .post time
    {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-style: italic;
        color: #aaa;
        text-align: left;
    }

    .post .article-left {
      float:left;
      padding: 0px 15px 0px 15px;
      width: 42%;
      border-right: 1px solid #3b3871;
    }

    .post .article-right {
      float:right;
      padding: 0px 15px 15px 15px;
      /*width: 47%;*/
      width:100%;
    }

    .post .article-left img {
      margin: 0 auto;
    }

.pagination
{
    margin-bottom: 30px;
    display:block;
    text-align: left;
    padding-left:15px;
}

    .pagination span, .pagination a
    {
        /*display: block;
        float: left;*/
        display:inline-block;
        float:none;
        margin: 2px 2px 2px 0;
        padding: 6px 9px 5px 9px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 14px;
        text-decoration: none;
        width: auto;
        color: #fff;
        background: #3b3b3b;
    }

    .pagination a:hover
    {
        color: #fff;
        background: #3b3871;
    }

    .pagination .current
    {
        padding: 6px 9px 5px 9px;
        background: #3b3871;
        color: #fff;
    }

.gallery-images
{
    text-align: center;
    margin-bottom: 50px;
}

    .gallery-images li
    {
        display: inline-block;
        margin-bottom: 30px;
        padding: 0 15px;
    }

        .gallery-images li img
        {
            box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
        }

.book-image
{
    margin-bottom: 30px;
}

.book-image img
{
    margin: 0 auto;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}

.share
{
    position: relative;
    min-height: 25px;
}

.share .sharing-icons
{
    position: static;
    display: block;
}

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

    .buy-links li
    {
        margin-bottom: 20px;
    }

        .buy-links li img
        {
            margin: 0 auto;
        }

.reviews-list
{
    margin: 0 auto;
    max-width: 450px;
}

    .reviews-list li
    {
        margin-bottom: 30px;
    }

        .reviews-list li:last-child
        {
            margin-bottom: 0;
        }

    .reviews-list blockquote
    {
        margin-bottom: 20px;
    }

    .reviews-list p.publication, .sub-block .reviews-list p.publication
    {
        margin: 0;
        margin-bottom: 5px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px;
        text-align: center;
    }

    .reviews-list p.read-more
    {
        margin: 0;
        text-align: center;
    }

.quotes-list
{
    max-width: 600px;
}


/* FORM ============================================================================= */
.std-form
{
    margin: 30px auto;
    padding: 20px;
    max-width: 450px;
    background-color: #f4f4f4;
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15);
}

    .std-form label
    {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        max-width: 400px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 300;
        text-align: center;
    }

        .std-form label.error
        {
            position: relative;
            top: -30px;
            margin-bottom: 0;
            padding: 8px 0;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 500;
            color: #fff;
            background-color: #cc0000;
        }

    .std-form input[type=text], .std-form input[type=email], .std-form select, .std-form textarea
    {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 100%;
        max-width: 400px;
        box-sizing: border-box;
    }

    .std-form input[type=text], .std-form input[type=email], .std-form textarea
    {
        padding: 8px 10px;
        font-weight: 300;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px solid #ccc;
        outline: none;
    }

        .std-form input[type=text]:focus, .std-form input[type=email]:focus, .std-form textarea:focus
        {
            border: 1px solid #3b3871;
        }

    .std-form textarea
    {
        min-height: 100px;
    }

    .std-form input[type=submit]
    {
        display: block;
        margin: 0 auto;
        padding: 12px 30px;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
        color: #3b3871;
        background: none;
        transition: color 0.3s ease-in-out;
        border: none;
    }

    .std-form button
    {
        display: block;
        margin: 0 auto;
        padding: 12px 30px;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
        color: #3b3871;
        background: none;
        transition: color 0.3s ease-in-out;
        border: none;
    }

        .std-form button:hover
        {
            color: #3b3871;
        }

    .std-form p:last-of-type
    {
        margin-bottom: 0;
    }


/* FOOTER ============================================================================= */
.site-footer
{
    position: relative;
    margin-top: 75px;
    background: #3b3871 url(../../images/background-purple.jpg) center top;
}

    .site-footer::before
    {
        position: absolute;
        left: 0;
        right: 0;
        top: -46px;
        display: block;
        content: '';
        height: 46px;
        background: transparent url(../../images/footer-city.png) repeat-x center top / cover;
    }

    .site-footer small
    {
        display: block;
        padding-top: 20px;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 18px;
        text-align: center;
        color: #fff;
    }

        .site-footer small a
        {
            font-weight: 500;
            color: #fff;
        }

    .site-footer .lnk-super
    {
        position: relative;
        top: -1px;
        display: inline-block;
        text-indent: -9999em;
        width: 76px;
        height: 14px;
        background: transparent url(../../images/logo-sf.png) no-repeat;
    }

    .site-footer .sep
    {
        padding: 0 10px;
    }

    .site-footer .wrapper
    {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .site-footer .sharing-icons
    {
        top: 40px;
    }

    .site-footer .logo-penguin
    {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        width: 48px;
        height: 67px;
        text-indent: -9999em;
        background: transparent url(../../images/logo-penguin.png) no-repeat;
    }


/* LANGUAGE PREFERENCES ============================================================================= */
.lang-container
{
    padding: 5px 20px;
    background: #3c3c3c;
}

    .lang-container p
    {
        margin-bottom: 0;
        text-align: center;
        color: white;
    }

        .lang-container p a:hover
        {
            color: #3b3871;
        }


/* PLUGINS ============================================================================= */
/**
 * slippry v1.1 - Simple responsive content slider
 * http://slippry.com
 *
 * Author(s): Lukas Jakob Hafner - @saftsaak
 *            Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2013, booncon oy - http://booncon.com
 *
 * Thanks @ http://bxslider.com for the inspiration!
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* -------------------------- MIXINS ---------------------------------- */
/* -------------------------- END MIXINS ---------------------------------- */

/*@-webkit-keyframes left-right { */
  /* line 58, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }*/

  /* line 61, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}*/

/*@-moz-keyframes left-right {*/
  /* line 58, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }*/

  /* line 61, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}*/

/*@-ms-keyframes left-right {*/
  /* line 58, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }*/

  /* line 61, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}*/

/*@keyframes left-right {*/
  /* line 58, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }*/

  /* line 61, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}*/

/*@-webkit-keyframes right-left {*/
  /* line 66, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }*/

  /* line 69, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}*/

/*@-moz-keyframes right-left {*/
  /* line 66, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }*/

  /* line 69, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}*/

/*@-ms-keyframes right-left {*/
  /* line 66, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }*/

  /* line 69, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}*/

/*@keyframes right-left {*/
  /* line 66, ../src/slippry.scss */
  /*0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -moz-transform: translateY(0%) translateX(10%);
    -ms-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }*/

  /* line 69, ../src/slippry.scss */
  /*100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -moz-transform: translateY(-20%) translateX(-10%);
    -ms-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}*/

/* line 75, ../src/slippry.scss */
.sy-box.sy-loading {
  /*background: url(sy-loader.gif) 50% 50% no-repeat;*/
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
  min-height: 40px;
}
/* line 76, ../src/slippry.scss */
.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

/* line 85, ../src/slippry.scss */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 90, ../src/slippry.scss */
.sy-slides-wrap:hover .sy-controls {
  /*display: block;*/
}

/* line 96, ../src/slippry.scss */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

/* line 103, ../src/slippry.scss */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
/* line 104, ../src/slippry.scss */
.sy-list.horizontal {
  -webkit-transition: left ease;
  -moz-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}

/* line 115, ../src/slippry.scss */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}
/* line 119, ../src/slippry.scss */
.sy-slide.fade.useCSS.transition {
  -webkit-transition: opacity ease;
  -moz-transition: opacity ease;
  -o-transition: opacity ease;
  transition: opacity ease;
}
/* line 122, ../src/slippry.scss */
.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}
/* line 127, ../src/slippry.scss */
.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-delay: 0s;
  -webkit-animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-name: left-right;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-name: left-right;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-name: left-right;
  animation-fill-mode: forwards;
}
/* line 130, ../src/slippry.scss */
.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-delay: 0s;
  -webkit-animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-name: right-left;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-name: right-left;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-name: right-left;
  animation-fill-mode: forwards;
}
/* line 134, ../src/slippry.scss */
.sy-slide.kenburns.useCSS.transition {
  -webkit-transition: opacity ease;
  -moz-transition: opacity ease;
  -o-transition: opacity ease;
  transition: opacity ease;
}
/* line 139, ../src/slippry.scss */
.sy-slide.sy-active {
  z-index: 3;
}
/* line 142, ../src/slippry.scss */
.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
/* line 147, ../src/slippry.scss */
.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

/* line 157, ../src/slippry.scss */
.sy-controls {
  display: block;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
/* line 165, ../src/slippry.scss */
.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 48px;
  height: 100%;
  z-index: 33;
}
/* line 171, ../src/slippry.scss */
.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}
/* line 175, ../src/slippry.scss */
/*.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}*/
/* line 180, ../src/slippry.scss */
.sy-controls li.sy-next {
  right: 0;
  top: 0;
}
/* line 184, ../src/slippry.scss */
/*.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}*/
/* line 189, ../src/slippry.scss */
.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
/* line 195, ../src/slippry.scss */
.sy-controls li a:link, .sy-controls li a:visited {
  opacity: 0.6;
}
/* line 198, ../src/slippry.scss */
.sy-controls li a:hover, .sy-controls li a:focus {
  opacity: 1;
  outline: none;
}
/* line 202, ../src/slippry.scss */
.sy-controls li a:after {
  /*content: "";
  background-image: url(arrows.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: #fff;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;*/
}

/* line 226, ../src/slippry.scss */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%;
}
/* line 231, ../src/slippry.scss */
.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding: 0.4em 1em;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
}
/* line 239, ../src/slippry.scss */
.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  color: #e24b70;
  font-weight: 600;
  text-decoration: none;
}
/* line 244, ../src/slippry.scss */
.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}

/* line 251, ../src/slippry.scss */
.sy-pager {
  overflow: hidden;
  /*zoom: 1;*/
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 259, ../src/slippry.scss */
.sy-pager li {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin: 0 1em 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 266, ../src/slippry.scss */
.sy-pager li.sy-active a {
  background-color: #e24b70;
}
/* line 270, ../src/slippry.scss */
.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #cccccc;
  text-indent: -9999px;
  -webkit-background-size: 2em;
  -moz-background-size: 2em;
  -o-background-size: 2em;
  background-size: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* line 276, ../src/slippry.scss */
.sy-pager li a:link, .sy-pager li a:visited {
  opacity: 1.0;
}
/* line 279, ../src/slippry.scss */
.sy-pager li a:hover, .sy-pager li a:focus {
  opacity: 0.6;
}

/* line 288, ../src/slippry.scss */
.sy-filler {
  width: 100%;
}
/* line 290, ../src/slippry.scss */
.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -moz-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../images/fancybox_sprite@2x.png');
		background-size: 44px 152px;*/ /*The size of the normal image, half the size of the hi-res image*/
	/*}

	#fancybox-loading div {
		background-image: url('../../images/fancybox_loading@2x.gif');
		background-size: 24px 24px;*/ /*The size of the normal image, half the size of the hi-res image*/
	/*}
}*/

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	/*background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );*/
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('../../images/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}





/* Mobile for the blog page */

@media only screen
and (max-width : 650px) {
	.post .article-right {
		width: 100%;
		display: block;
		float:none;
		margin-top: 15px;
	}
	.post .article-right h1, .post .article-right span, .post .article-right time, .post .article-right p {
		text-align: center;
		display: block;
	}
	.post .article-left {
		width: 90%;
		float: none;
		display: block;
		border: none;
		padding: 0;
	}
    .pagination {
        text-align:center;
        padding-left:0;
    }

}

@media only screen
and (max-width : 768px) {
	#sidebar {
		width: 100%;
		float: none;
	}
	#blog {
		width: 100%;
		float: none;
	}
}

@media (min-width:768px) {
    footer.prh-footer .copyright-row p {
        text-align: right;
    }
}


.site-nav a:hover {
    text-decoration: none;
}





.book-image .dropdown {
    margin-top:25px;
    text-align: center;
}

.book-image .dropdown button {
    background: #3b3871;
    border: 1px solid #3b3871;
    color: #fff;
    text-shadow: none;
}

.book-image .dropdown button:hover {
    background-color: #3b3871;
    border: 1px solid #3b3871;
    color: #fff;
}

.open>.dropdown-toggle.btn-primary {
    background-color: #3b3871 !important;
    border: 1px solid #3b3871 !important;
    color: #fff;
}

.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #3b3871 !important;
    border: 1px solid #3b3871 !important;
    color: #fff;
}

.book-image .dropdown button:focus {
    background-color: #3b3871;
    border: 1px solid #3b3871;
    color: #fff;
}

.book-image .dropdown button:active {
    border: 1px solid #3b3871;
}

.book-image .dropdown .dropdown-menu {
    width: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

footer.prh-footer p a:hover {
    text-decoration: underline !important;
    color: #ff6602 !important;
}

footer.prh-footer .copyright-row p a:hover {
    color:#fff !important;
}

.sub-block p a,.book-content p a {
    color:#434343;
}

.wrapper.short p a {
    color:#434343;
}

.wrapper.short p.gdpr_notice a {
  color: #fff;
}

/*
    Cookie Bar Info
 */

.large.cli-plugin-button, .large.cli-plugin-button:visited {
    border-radius:0!important;
    background: rgb(255, 102, 0);

    text-shadow: none!important;

    vertical-align: top;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

    background: #ff6600;
    color: #fff;
    border: none;

    padding: 10px 20px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;*/
    cursor: pointer;
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    /*float:left;*/

}

#cookie-law-info-bar .cookie-info-txt {
    display:block;
    font-size:16px;
    line-height:25px;
    width: 68%;
    margin: 0 auto;
    padding:20px 0;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .large.cli-plugin-button, .large.cli-plugin-button:visited {
        float:none;
    }
}

.large.cli-plugin-button:hover {
    color:#fff !important;
}

/* gdpr amendments for the newsletter */

.gdpr_notice {
  display: block;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #FFF !important;
}

.gdpr_notice a:hover{
  text-decoration: underline !important;
  color: #FFF !important;
}

/*CAPTCHA*/

.g-recaptcha .grecaptcha-badge {
    z-index:1;
}

/* Competition page */

.competition__wrapper .field-group {
  margin: 1.5rem 0;
}

.competition__wrapper input[type="email"] {
  width: auto;
  margin-bottom: 0;
  margin-left: 1.5rem;
  padding: 0.5rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
}

.competition__wrapper input[type="submit"] {
  display: block;
  margin: 0 auto 0 0;
  padding: 1rem 4rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: none;
  background-color: #3b3871;
  transition: background-color 0.3s ease-in-out;
}

.competition__wrapper input[type="submit"]:hover {
  background-color: #3b3871;
}

@media screen and (max-width: 768px) {
  .competition-header__image:first-child {
    margin-bottom: 1.5rem;
  }
}

.competition-form__input--confirmation {
  font-size: 1.25rem;
}

.competition-form__label--checkbox {
  display: block;
  margin-bottom: 1.5rem;
}

.competition-form__error {
  display: none;
  margin: 1rem;
  font-size: 1rem;
  color: red;
}

.competition__form.error .competition-form__error {
  display: block;
}

.competition-form__notice {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 100;
}

.competition__terms {
  margin-top: 3rem;
}

.competition__terms ol {
  margin-top: 1.5rem;
  list-style-position: inside;
}

.competition__terms ol li {
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 100;
  text-align: justify;
}

.site-footer a {
  color: white;
}

.site-footer a:hover {
  color: lightgray;
}