@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
    border: 0 none;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
    border: 0;
}

embed {
    vertical-align: top;
}

.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

:focus, :active, :hover {
    outline: none;
}

/*
* {
    padding: 0;
    margin: 0;
}
*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #ba0720;
}

body, html {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    color: #3f3f3f;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
For iPhone clear
--------------------------------------------------------------*/

/*input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}*/

* {
    -webkit-tap-highlight-color: transparent;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

/*------------------------------------------------------------
Fonts
------------------------------------------------------------*/

/*------------------------------------------------------------
GRID
------------------------------------------------------------*/

.wrapper:before,
.wrapper:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

.wrapper:after, .row:after, .full-content:after {
    clear: both;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

/*------------------------------------------------------------
Responsive 4:3, 16:9 item for: images, video, objects, frames, embed
------------------------------------------------------------*/

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/*------------------------------------------------------------
Black btn styles
------------------------------------------------------------*/

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 25px 11px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.nude-btn {
    background: #f8e9d5;
    color: #141414;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 2px #aa7c5b;
}

.nude-btn:hover {
    background: #f6d9c4;
    color: #141414 !important;
}

.nude-btn:active {
    color: #141414 !important;
    background: #f1ddc2;
    box-shadow: none;
    transform: translateY(2px);
}

.purple-btn {
    background: #5d4da0;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 2px #423579;
}

.purple-btn:hover {
    background: #7a6db4;
    color: #ffffff !important;
}

.purple-btn:active {
    background: #4d3d8e;
    box-shadow: none;
    transform: translateY(2px);
    color: #ffffff !important;
}

/*------------------------------------------------------------
Block title
------------------------------------------------------------*/

.block-title {
    margin: 0 0 30px 0;
    color: #000000;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
}

/*------------------------------------------------------------
Header top menu
------------------------------------------------------------*/

.header-top {
    background: #f8e9d5;
}

.header-top .header-top-right {
    float: right;
    height: 45px;
}

.header-top .header-top-right .header-tel {
    float: left;
    margin: 14px 0 0 0;
    font-family: 'Raleway', sans-serif;
    color: #333333;
    font-size: 20px;
    line-height: 20px;
}

.header-top .header-top-right .pfs-link {
    float: left;
    margin: 14px 30px 0 0;
}

.header-top .header-top-right .pfs-link a {
    font-family: 'Raleway', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
}

.header-top .header-top-right .pfs-link a:hover {
    text-decoration: underline;
}

.header-top .header-top-right .soc-links {
    float: left;
    margin: 14px 22px 0 0;
}

.header-top .header-top-right .soc-links ul {
    font-size: 0;
    line-height: 0;
}

.header-top .header-top-right .soc-links ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0;
}

.header-top .header-top-right .soc-links ul li:last-child {
    margin: 0;
}

.header-top .header-top-right .soc-links ul li a {
    display: block;
}

.header-top .header-top-right .soc-links ul li a.tw-ico {
    background: url(../images/twitter-ico-retina.png) no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
}

.header-top .header-top-right .soc-links ul li a.tw-ico:hover {
    background: url(../images/twitter-ico-retina-hover.png) no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
}

.header-top .header-top-right .soc-links ul li a.fb-ico {
    background: url(../images/fb-ico-retina.png) no-repeat;
    background-size: 8px 16px;
    width: 8px;
    height: 16px;
}

.header-top .header-top-right .soc-links ul li a.fb-ico:hover {
    background: url(../images/fb-ico-retina-hover.png) no-repeat;
    background-size: 8px 16px;
    width: 8px;
    height: 16px;
}

.header-top .header-top-right .soc-links ul li a.instagram-ico {
    background: url(../images/instagram-ico-retina.png) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.header-top .header-top-right .soc-links ul li a.instagram-ico:hover {
    background: url(../images/instagram-ico-retina-hover.png) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.header-top .header-top-right .soc-links ul li a.pinterest-ico {
    background: url(../images/pinterest-ico-retina.png) no-repeat;
    background-size: 12px 16px;
    width: 12px;
    height: 16px;
}

.header-top .header-top-right .soc-links ul li a.pinterest-ico:hover {
    background: url(../images/pinterest-ico-retina-hover.png) no-repeat;
    background-size: 12px 16px;
    width: 12px;
    height: 16px;
}

.header-top-menu-wr {
    z-index: 2;
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 4px 2px -2px rgba(102, 102, 102, 0.25);
    -webkit-box-shadow: 0 4px 2px -2px rgba(102, 102, 102, 0.25);
    -moz-box-shadow: 0 4px 2px -2px rgba(102, 102, 102, 0.25);
}

.header-top-menu-wr .header-logo-block {
    float: left;
    margin: 0 35px 0 0;
}

.header-top-menu {
    margin: 33px 0 0 0;
}

.header-top-menu ul {
    font-size: 0;
    line-height: 0;
    text-align: right;
}

.header-top-menu ul li {
    padding: 15px 20px;
    display: inline-block;
    position: relative;
}

.header-top-menu ul li a {
    color: #000000;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-top-menu ul li a:hover {
    color: #5d4da0;
}

.header-top-menu ul li .sub-menu {
    display: none;
    /*top: 35px;*/
    position: absolute;
    z-index: 7;
    background: #ffffff;
    left: 0;
    width: 230px;
    padding: 15px 20px;
}

.header-top-menu ul li:hover .sub-menu {
    display: block;
}

.header-top-menu ul li .sub-menu li {
    padding: 0;
    display: block;
    border: none;
    margin: 0 0 10px 0;
}

.header-top-menu ul li .sub-menu li:after {
    background: transparent;
}

.header-top-menu ul li .sub-menu li:last-child {
    margin: 0;
}

.header-top-menu .sub-menu li a {
    display: block;
    color: #000000;
    font-size: 19px;
    line-height: 35px;
    text-align: left;
    text-transform: none;
}

/*------------------------------------------------------------
Main slider wrap
------------------------------------------------------------*/

.main-slider-wrap .main-slider-item {
    width: 100%;
    position: relative;
    height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slider-wrap .main-slider-item .main-slider-text-center {
    position: absolute;
    text-align: left;
    top: 70%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 100%;
}

.main-slider-wrap .main-slider-item .main-slider-title {
    padding: 0 550px 0 0;
    margin: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 10em;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(51, 51, 51, 0.36)
}

.main-slider-wrap .main-slider-item .main-slider-wrapper {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1140px;
    margin: 0 0 0 -570px;
}

.main-slider-block .owl-carousel .owl-item .main-slider-item .main-slider-img img {
    width: auto;
    display: inline-block;
    max-width: 100%;
}

.main-slider-block .owl-carousel .owl-controls .owl-dots {
    margin: -23px 0 0 0;
    position: relative;
    z-index: 5;
}

.main-slider-block .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    background: #ffffff;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.main-slider-block .owl-carousel .owl-controls .owl-dot.active {
    background: #ecc8ae;
    border: 2px solid #ecc8ae;
    margin: -2px 8px 0 8px;
}

.main-slider-wrap .owl-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.main-slider-wrap .owl-dot {
    text-align: center;
}

.main-slider-wrap .owl-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 8px;
    background: url(../images/main-slider-normal-dot-retina.png) no-repeat;
    background-size: 16px 16px;
}

.main-slider-wrap .owl-dot.active {
    background: url(../images/main-slider-active-dot-retina.png) no-repeat;
    background-size: 16px 16px;
}

/*
.main-slider-wrap .owl-dot.active:hover{
	background: url(../images/main-slider-active-dot.png) no-repeat;
}
.main-slider-wrap .owl-dot:hover{
	background: url(../images/main-slider-hover-dot.png) no-repeat;
}
*/

/*------------------------------------------------------------
Join wrap
------------------------------------------------------------*/

.dark-small-blk-wrap {
    background: #7a6db4;
    padding: 25px 0;
}

.dark-small-blk-wrap .dark-small-blk-text {
    margin: 5px 0 0 0;
    float: left;
    width: 80%;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
    line-height: 35px;
}

.dark-small-blk-text p {
    margin:0;
}

.dark-small-blk-text a, .dark-small-blk-text a:hover, .dark-small-blk-text a:visited, .dark-small-blk-text a:active {
    color: #ffffff;
    text-decoration: none;
}

.dark-small-blk-text a:hover {
    text-decoration: underline;
}

.dark-small-blk-wrap .dark-small-blk-btn-block {
    float: left;
    width: 20%;
    text-align: center;
}

.dark-small-blk-wrap .purple-btn:hover {
    background: #5d4da0;
}

/*------------------------------------------------------------
Philsophy block wrap
------------------------------------------------------------*/

.philosophy-blk-wrap {
    position: relative;
    padding: 70px 0 120px 0;
}

.philosophy-blk-wrap .philosophy-blk-wrapper {
    float: left;
    width: 40%;
}

.philosophy-blk-left-img-wrap {
    float: left;
    width: 30%;
    padding: 0 30px 0 0;
}

.philosophy-blk-right-img-wrap {
    float: left;
    width: 30%;
    padding: 0 0 0 30px;
}

.philosophy-blk-wrap .philosophy-blk-text-block p {
    margin: 0 0 25px 0;
    color: #000000;
    font-size: 19px;
    line-height: 35px;
}

.philosophy-blk-wrap .philosophy-blk-text-block .learnmore-btn {
    color: #5d4da0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #bfb6bb;
}

.philosophy-blk-wrap .philosophy-blk-text-block .learnmore-btn:hover {
    border-bottom: none;
}

/*------------------------------------------------------------
News events wrap
------------------------------------------------------------*/

.news-events-wrap {
    background: #f8e9d5;
    padding: 60px 0;
}

.news-wrap {
    float: left;
    width: 66%;
}

.news-list {
    margin: 0 -30px;
}

.news-list .news-item {
    padding: 0 30px;
    float: left;
    width: 50%;
}

.news-list .news-item .news-img-wrap {
    position: relative;
}

.news-list .news-item .news-img-wrap:after {
    position: absolute;
    left: 14px;
    top: 14px;
    content: "";
    background: #f1ddc2;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-list .news-item .news-img-block {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 2;
    border-right: 9px solid #f8e9d5;
    border-bottom: 9px solid #f8e9d5;
}

.news-list .news-item .news-date {
    margin: 25px 0 5px 0;
    color: #666666;
    font-size: 15px;
    line-height: 20px;
}

.news-list .news-item .news-title {
    margin: 0 0 10px 0;
}

.news-list .news-item .news-title a {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    text-decoration: none;
}

.news-list .news-item .news-title a:hover {
    color: #5d4da0;
}

.news-list .news-item .news-prev-text {
    margin: 0 0 15px 0;
}

.news-list .news-item .news-prev-text p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

.news-list .news-item .readmore-btn-block a {
    color: #5d4da0;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.news-list .news-item .readmore-btn-block a:hover {
    text-decoration: underline;
}

.events-wrap {
    padding: 0 0 0 40px;
    float: left;
    width: 33%;
}

.events-list .events-item {
    margin: 0 0 30px 0;
}

.events-list .events-item .date-wrap {
    float: left;
    width: 70px;
    margin: 0 20px 0 0;
    padding: 11px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #5d4da0;
    text-align: center;
}

.events-list .events-item .date-wrap .mounth {
    margin: 0 0 4px 0;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
}

.events-list .events-item .date-wrap .day {
    color: #ffffff;
    font-size: 33px;
    line-height: 33px;
}

.events-list .events-item .event-text-wrap {
    overflow: hidden;
}

.events-list .events-item .event-text-wrap .event-title {
    margin: 0 0 3px 0;
}

.events-list .events-item .event-text-wrap .event-title a {
    color: #000000;
    font-size: 19px;
    line-height: 25px;
    text-decoration: none;
    font-weight: bold;
}

.events-list .events-item .event-text-wrap .event-title a:hover {
    color: #5d4da0;
}

.events-list .events-item .event-text-wrap .event-timeduration {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
}

.events-month-item .event-month-name {
    margin: 0 0 18px 0;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.view-full-calendar-btn-block a {
    color: #5d4da0;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: none;
}

.view-full-calendar-btn-block a:hover {
    text-decoration: underline;
}

.event-meta {
    margin: 0 0 30px 0;
}

.event-meta .event-meta-row {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 24px;
    line-height: 40px;
}

.event-meta .event-meta-row:last-child {
    margin: 0;
}

.event-meta .event-meta-row span {
    color: #5d4da0;
}

.event-btns-wrap a {
    margin: 0 14px 0 0;
}

.event-btns-wrap .btn .calendar-btn-ico {
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/calendar-black-btn-ico.png) no-repeat;
    width: 19px;
    height: 20px;
}

/*------------------------------------------------------------
Signup wrap
------------------------------------------------------------*/

.signup-wrap {
    padding: 30px 0;
    background: #f1ddc2;
}

.signup-wrap .signup-text-block {
    float: left;
    width: 40%;
    color: #000000;
    font-size: 27px;
    line-height: 40px;
}

.signup-wrap .signup-form-block {
    float: left;
    width: 60%;
}

.signup-wrap .signup-form-block .form-col-input {
    display: inline-block;
    width: 66%;
}

.signup-wrap .signup-form-block .form-input {
    width: 100%;
    height: 40px;
    background: #ffffff;
    line-height: 40px;
    border: none;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    color: #a5a5a5;
    font-size: 17px;
}

.signup-wrap .signup-form-block .form-input:-webkit-input-placeholder, .signup-wrap .signup-form-block .form-input::-webkit-input-placeholder {
    color: #a5a5a5;
    opacity: 1;
}

.signup-wrap .signup-form-block .form-input:-webkit-input-placeholder:focus, .signup-wrap .signup-form-block .form-input::-webkit-input-placeholder:focus {
    color: transparent
}

.signup-wrap .signup-form-block .form-input:-moz-placeholder, .signup-wrap .signup-form-block .form-input::-moz-placeholder {
    color: #a5a5a5;
    opacity: 1;
}

.signup-wrap .signup-form-block .form-col-submit {
    padding: 0 0 0 20px;
    display: inline-block;
    width: 33%;
}

.signup-wrap .signup-form-block .form-submit {
    display: inline-block;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    height: 40px;
    padding: 0 25px;
    background: #5d4da0;
    border: none;
    box-shadow: 0 2px #423579;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 17px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Raleway', sans-serif;
}

.signup-wrap .signup-form-block .form-submit:hover {
    background: #7a6db4;
}

.signup-wrap .signup-form-block .form-submit:active {
    box-shadow: none;
    transform: translateY(2px);
}

/*------------------------------------------------------------
Testimonials wrap
------------------------------------------------------------*/

.testimonials-wrap {
    padding: 70px 0;
}

div.testimonials-item h2 {
    margin: 0;
    margin-bottom: 1ex;
}

.testimonials-item .testimonial-left-block {
    float: left;
    width: 50%;
    padding: 0 30px 0 0;
}

.testimonials-item .testimonial-left-block .testimonial-text {
    margin: 0 0 20px 0;
}

.testimonials-item .testimonial-left-block .testimonial-text p {
    color: #000000;
    font-size: 19px;
    line-height: 35px;
}

.testimonials-item .testimonial-left-block .testimonial-author {
    margin: 0 0 35px 0;
    color: #000000;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
}

.testimonials-item .testimonial-left-block .testimonial-author span {
    font-weight: normal;
}

.testimonials-item .testimonial-left-block .view-more-testimonials-block a {
    color: #5d4da0;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
}

.testimonials-item .testimonial-left-block .view-more-testimonials-block a:hover {
    text-decoration: underline;
}

.testimonials-item .testimonial-asset-block {
    float: left;
    width: 50%;
    margin: 0;
}

.testimonials-item .testimonial-asset-block .testimonial-asset-overlay {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 1px;
    border: 1px solid grey;
}

.testimonials-item .testimonial-asset-block .testimonial-asset-overlay img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

.testimonial-asset-overlay .video-play-ico {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    background: url(../images/play-icon.svg) no-repeat;
    background-size: 98px 98px;
    width: 98px;
    height: 98px;
    margin: -48px 0 0 -48px;
    z-index: 3;
}

.testimonial-asset-overlay:hover .video-play-ico {
    background: url(../images/play-icon-hover.svg) no-repeat;
    background-size: 98px 98px;
}

/*------------------------------------------------------------
Instagram tw wrap
------------------------------------------------------------*/

.instagram-tw-wrap {
    margin: 0 0 10px 0;
}

.insta-tw-grid-sizer {
   width: 20%;
}

.instagram-tw-grid:after {
    clear: both;
    content: "";
    display: block;
}

.instagram-tw-grid .instagram-tw-grid-item {
    overflow: hidden;
    position: relative;
    border: 5px solid #ffffff;
}

.instagram-tw-grid .instagram-tw-grid-item.with-tw-ico:after {
    position: absolute;
    left: 50%;
    bottom: 20px;
    content: "";
    background: url(../images/soc-wrap-tw-ico-retina.png) no-repeat;
    background-size: 21px 17px;
    width: 21px;
    height: 17px;
    margin: 0 0 0 -10px;
}

.instagram-tw-grid .instagram-tw-grid-item.with-inst-ico .instagram-text-block:after {
    position: absolute;
    left: 50%;
    bottom: 20px;
    content: "";
    background: url(../images/instagram-white-ico-retina.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
}

.instagram-tw-grid .instagram-tw-grid-item img {
    width: 100%;
}

.instagram-tw-grid .instagram-tw-grid-item.normal-width {
    width: 20%;
}

.instagram-tw-grid .instagram-tw-grid-item.double-width {
    width: 40%;
}

.instagram-tw-grid .instagram-tw-grid-item.white {
    background: #ffffff;
    padding: 10px 10px 50px 10px;
}

.instagram-tw-grid .instagram-tw-grid-item.orange {
    background: #ecd4bf;
    padding: 10px 10px 50px 10px;
}

.instagram-tw-grid .instagram-tw-grid-item p {
    color: #010101;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.instagram-tw-grid .instagram-tw-grid-item p a {
    color: #010101;
    text-decoration: none;
}

.instagram-tw-grid .instagram-tw-grid-item p a:hover {
    text-decoration: underline;
}

.instagram-text-block {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    padding: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.instagram-tw-grid .instagram-text-block p {
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
}

.instagram-tw-grid .instagram-tw-grid-item:hover .instagram-text-block {
    opacity: 1;
    visibility: visible;
}

/*------------------------------------------------------------
Breadcrumbs
------------------------------------------------------------*/

.breadcrumbs {
    margin: 0 0 25px 0;
}

.breadcrumbs ul li {
    float: left;
    position: relative;
    padding: 0 15px 0 0;
    color: #000000;
    font-size: 13px;
    line-height: 13px;
}

.breadcrumbs ul li:after {
    position: absolute;
    right: 4px;
    top: 50%;
    content: "";
    height: 1px;
    width: 4px;
    background: #000000;
}

.breadcrumbs ul li:last-child:after {
    background: transparent;
}

.breadcrumbs ul li a {
    color: #ba0720;
    font-size: 13px;
    line-height: 13px;
    text-decoration: underline;
}

.breadcrumbs ul li a:hover {
    text-decoration: none;
}

/*------------------------------------------------------------
Page title wrap
------------------------------------------------------------*/

.page-title-wrap {
    margin: 0 0 35px 0;
    padding: 75px 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title-wrap .page-title {
    color: #ffffff;
    font-size: 6em;
    font-weight: normal;
    line-height: 1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.page-title-wrap.blog-page-title {
    background-image: url(../images/blog-title-bg.jpg);
}

.page-title-wrap.faq-page-title {
    background-image: url(../images/faq-title-bg.jpg);
}

.page-title-wrap.gallery-page-title {
    background-image: url(../images/gallery-title-bg.jpg);
}

.page-title-wrap.people-page-title {
    background-image: url(../images/staff-title-bg.jpg);
}

.page-title-wrap.about-page-title {
    background-image: url(../images/about-title-bg.jpg);
}

.page-title-wrap.help-out-page-title {
    background-image: url(../images/help-out-title-bg.jpg);
}

.page-title-wrap.why-it-works-page-title {
    background-image: url(../images/why-it-works-title-bg.jpg);
}

.page-title-wrap.history-page-title {
    background-image: url(../images/history-title-bg.jpg);
}

.page-title-wrap.after-pfs-page-title {
    background-image: url(../images/after-pfs-title-bg.jpg);
}

.page-title-wrap.day-in-pfs-page-title {
    background-image: url(../images/day-in-pfs-title-bg.jpg);
}

.page-title-wrap.event-page-title {
    background-image: url(../images/event-title-bg.jpg);
}

.page-title-wrap.event-page-title {
    padding: 75px 0 30px 0;
}

.page-title-wrap.single-event-page-title {
    padding: 75px 0;
    background-image: url(../images/event-title-bg.jpg);
}

.page-title-wrap.event-page-title .events-page-list {
    margin: 20px 0 0 0;
}

.page-title-wrap.event-page-title .events-page-list ul li {
    float: left;
    margin: 0 10px 0 0;
    color: #ecd4bf;
    font-size: 19px;
    line-height: 19px;
}

.page-title-wrap.event-page-title .events-page-list ul li a {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    color: #ecd4bf;
    font-size: 19px;
    line-height: 19px;
    text-decoration: none;
}

.page-title-wrap.event-page-title .events-page-list ul li a.event-calendar-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: url(../images/orange-calendar-ico.png) no-repeat;
    width: 19px;
    height: 20px;
    margin: -10px 0 0 0;
}

.page-title-wrap.event-page-title .events-page-list ul li a.event-calendar-link.active:before {
    background: url(../images/white-calendar-ico.png) no-repeat;
}

.page-title-wrap.event-page-title .events-page-list ul li a.active {
    color: #ffffff;
}

.page-title-wrap.event-page-title .events-page-list ul li a.active span {
    border-bottom: 1px dotted #ffffff;
}

.page-title-wrap.event-page-title .events-page-list ul li a.event-list-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: url(../images/orange-events-ico.png) no-repeat;
    width: 17px;
    height: 16px;
    margin: -8px 0 0 0;
}

.page-title-wrap.event-page-title .events-page-list ul li a.event-list-link.active:before {
    background: url(../images/white-events-ico.png) no-repeat;
}

/*------------------------------------------------------------
Content
------------------------------------------------------------*/

.content-container {
    padding: 0 0 100px 0;
}

.content p {
    margin: 0 0 25px 0;
    color: #000000;
    font-size: 19px;
    line-height: 30px;
}

.content a {
    color: #5d4da0;
}

.content a:hover {
    text-decoration: none;
}

.content h2 {
    margin: 25px 0;
    color: #000000;
    font-size: 4em;
    font-weight: normal;
}

.content h3 {
    margin: 25px 0;
    color: #000000;
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
}

.content ul {
    margin: 0 0 15px 0;
}

.content ul li {
    padding: 0 0 0 40px;
    position: relative;
    color: #000000;
    font-size: 19px;
    line-height: 30px;
}

.content ul li:before {
    position: absolute;
    left: 13px;
    top: 11px;
    content: "";
    background: #5d4da0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content ol {
    margin: 0 0 15px 35px;
}

.content ol li {
    padding: 0 0 0 5px;
    list-style-type: decimal;
    list-style-position: outside;
    color: #000000;
    font-size: 19px;
    line-height: 30px;
}

/*------------------------------------------------------------
Blog articles list
------------------------------------------------------------*/

.blog-prev-article {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.blog-prev-article:last-child {
    margin: 0;
}

.blog-prev-article .blog-prev-img-block {
    margin: 0 0 10px 0;
}

.blog-prev-article .blog-prev-date {
    margin: 0 0 10px 0;
    color: #666666;
    font-size: 16px;
    line-height: 16px;
}

.blog-prev-article .blog-prev-title {
    margin: 0 0 12px 0;
    color: #666666;
}

.blog-prev-article .blog-prev-title a {
    color: #000000;
    text-decoration: none;
}

.blog-prev-article .blog-prev-title a:hover {
    color: #5d4da0;
}

.blog-prev-article .blog-prev-text {
    margin: 0 0 25px 0;
}

.blog-prev-article .blog-prev-text, .blog-prev-article .blog-prev-text p {
    color: #000000;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    line-height: 35px;
}

.blog-prev-article .blog-readmore-btn-block a {
    color: #5d4da0;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog-prev-article .blog-readmore-btn-block a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
Faq page
------------------------------------------------------------*/

.faq-list {
    margin: 0 0 225px 0;
    border-top: 2px solid #f8e9d5;
}

.faq-item {
    border-bottom: 2px solid #f8e9d5;
}

.faq-item .faq-question {
    position: relative;
    padding: 22px;
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
}

.faq-item .faq-question.active {
    background: #fbf7f2;
}

.faq-item .faq-question:after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    width: 24px;
    height: 13px;
    background: url(../images/orange-down-arrow.png) no-repeat;
    margin: -6px 0 0 0;
}

.faq-item .faq-question.active:after {
    background: url(../images/orange-up-arrow.png) no-repeat;
}

.faq-item .faq-answer {
    display: none;
    background: #fbf7f2;
    padding: 0 22px 22px;
}

.faq-item .faq-answer p {
    color: #000000;
    font-size: 19px;
    line-height: 35px;
}

/*------------------------------------------------------------
Contacts page
------------------------------------------------------------*/

.contacts-row {
    margin: 0 0 50px 0;
}

.contacts-row .contacts-title {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 19px;
    line-height: 35px;
    font-weight: bold;
}

.contacts-row p {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 19px;
    line-height: 35px;
}

.contacts-row p a {
    color: #5d4da0;
    font-size: 19px;
    line-height: 35px;
    text-decoration: underline;
}

.contacts-row p a:hover {
    text-decoration: none;
}

#contact-map {
    height: 100%;
}

/*------------------------------------------------------------
Gallery page
------------------------------------------------------------*/

.gallery-prev-list {
    margin: 0 -40px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.gallery-prev-list .gallery-item {
    display: inline-block;
    padding: 0 40px;
    margin: 0 0 22px 0;
    width: 50%;
}

.gallery-prev-list .gallery-item .gallery-img-block {
    background: #ffffff;
    position: relative;
}

.gallery-prev-list .gallery-item .gallery-img-block img {
    border-right: 9px solid #ffffff;
    border-bottom: 9px solid #ffffff;
    position: relative;
    z-index: 2;
}

.gallery-prev-list .gallery-item .gallery-title-block {
    margin-bottom: 35px;
    text-align: left;
}

.gallery-prev-list .gallery-item a {
    color: #000000;
    font-size: 24px;
    line-height: 25px;
    text-decoration: none;
}

.gallery-prev-list .gallery-item .gallery-title-block a:hover {
    color: #5d4da0;
}

/*------------------------------------------------------------
Album page
------------------------------------------------------------*/

.album-grid:after {
    content: '';
    display: block;
    clear: both;
}

.album-grid .album-grid-item, .album-grid .grid-sizer {
    margin: 0 9px 9px 0;
    float: left;
}

.album-grid .album-grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
}

/*------------------------------------------------------------
Pagination
------------------------------------------------------------*/

.pagination-wrap {
    margin-top: 1em;
}

.pagination ul {
    overflow: hidden;
}

.pagination ul li {
    float: left;
    margin: 0 18px 0 0;
}

.pagination ul li a {
    display: block;
    height: 43px;
    padding: 0 14px;
    color: #000000;
    font-size: 24px;
    line-height: 43px;
    text-decoration: none;
}

.pagination ul li a.active {
    background: #5d4da0;
    color: #ffffff;
}

.pagination ul li a:hover {
    color: #5d4da0;
}

.pagination ul li a.active:hover {
    color: #ffffff;
}

/*------------------------------------------------------------
Sidebar
------------------------------------------------------------*/

.right-sidebar {
    margin-bottom: 30px;
}

.right-sidebar .subscribe-sidebar-box {
    padding: 25px;
    background: #f8e9d5;
}

.sidebar-subscribe-wrap .subscribe-title {
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}

.sidebar-subscribe-wrap p {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
}

.sidebar-subscribe-wrap .subscribe-form-block {
    margin: 25px 0 0 0;
}

.sidebar-subscribe-wrap .subscribe-form .input-form {
    margin: 0 0 18px 0;
    width: 100%;
    height: 41px;
    border: 0;
    padding: 0 15px;
    color: #a5a5a5;
    font-size: 17px;
    line-height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sidebar-subscribe-wrap .subscribe-form .submit-form.btn {
    padding: 0 25px;
    height: 40px;
    font-family: 'Raleway', sans-serif;
}

.sidebar-menu-wrap {
    padding: 20px 0;
    background: #f8e9d5;
}

.sidebar-menu-wrap p {
    font-size: 19px;
}

.donate-sidebar {
    padding: 12px 24px;
}

/*.donate-sidebar input,
.donate-sidebar select,
.donate-sidebar textarea {
    -webkit-appearance: initial;
    -moz-appearance: default;
    appearance: default;
}*/

.donate-sidebar label {
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
}

.donate-sidebar h2 {
    margin-bottom: 1em;
    font-size: 40px;
    line-height: 20px;
    font-weight: normal;
}

.donate-sidebar input[type=checkbox] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    padding: 10px;
}
.form-row {
    display: block;
    margin-bottom: 1.5ex;
}
.donate-sidebar input[type=number] {
    width: 40px;
}

.sidebar-menu ul {
    margin:0;
    padding:0;
}

.sidebar-menu ul li a {
    padding: 12px 24px;
    display: block;
    color: #000000;
    font-size: 17px;
    line-height: 17px;
    text-decoration: none;
}

.sidebar-menu ul li a.active {
    color: #ffffff;
    background: #5d4da0;
}

.sidebar-menu ul li a.active:hover {
    color: #ffffff;
    background: #5d4da0;
}

.sidebar-menu ul li a:hover {
    color: #5d4da0;
}

.static-form .form-row {
    margin: 0 0 25px 0;
}

.static-form .form-row:last-child {
    margin: 0;
}

.static-form .form-row .form-input {
    width: 100%;
    height: 32px;
    border-bottom: 2px solid #000000;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: #ffffff;
    padding: 0 10px;
    color: #b5b5b5;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.static-form .form-row .textarea-form {
    width: 100%;
    height: 32px;
    border-bottom: 2px solid #000000;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: #ffffff;
    padding: 0 10px;
    font-family: 'Raleway', sans-serif;
    color: #b5b5b5;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.static-form .form-row .form-input input::-webkit-input-placeholder, .static-form .form-row .form-input textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.static-form .form-row .form-input input::-moz-placeholder, .static-form .form-row .form-input textarea::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.static-form .form-row .form-input:focus, .static-form .form-select:focus, .static-form .form-row .textarea-form:focus {
    border-bottom: 2px solid #ba0720;
}

.static-form .form-select, .modal-form .form-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    width: 100%;
    text-indent: 0.01px;
    text-overflow: "";
    font-family: 'Raleway', sans-serif;
    color: #b5b5b5;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 2px solid #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    background: url(../images/select-arrow-ico.png) 97% center no-repeat;
}

.static-form .form-row .form-submit {
    margin: 0 auto;
    display: block;
    width: 160px;
    height: 47px;
    border: 2px solid #000000;
    color: #000000;
    background: #ffffff;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Raleway', sans-serif;
}

.static-form .form-row .form-submit:hover {
    border: 2px solid #ba0720;
    background: #ba0720;
    color: #ffffff;
}

/*------------------------------------------------------------
Footer 
------------------------------------------------------------*/

.footer {
    padding: 24px 0 55px 0;
    background: #fbf7f2;
}

.footer .footer-left {
    float: left;
    width: 50%;
}

.footer .footer-left .footer-logo-block {
    float: left;
    width: 112px;
    margin: 0 80px 0 0;
}

.footer .footer-left .footer-school-info-block {
    margin: 15px 0 0 0;
    overflow: hidden;
}

.footer-school-info-block .school-name {
    color: #000000;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
}

.footer-school-info-block .school-tagline {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}

.footer-school-info-block .school-address {
    margin: 15px 0;
}

.footer-school-info-block .school-address p {
    color: #070707;
    font-size: 17px;
    line-height: 22px;
}

.footer-school-info-block .school-tel {
    margin: 0 0 15px 0;
}

.footer-school-info-block .school-tel a {
    color: #000000;
    font-size: 17px;
    line-height: 17px;
    text-decoration: none;
}

.footer-school-info-block .school-email a {
    color: #000000;
    font-size: 17px;
    line-height: 17px;
    text-decoration: none;
}

.footer-school-info-block .school-tel a:hover, .footer-school-info-block .school-email a:hover {
    color: #5d4da0;
}

.footer .footer-right {
    margin: 15px 0 0 0;
    float: left;
    width: 50%;
}

.footer .footer-right .footer-menu {
    float: left;
    width: 50%;
}

.footer .footer-right .footer-menu ul li {
    margin: 0 0 20px 0;
}

.footer .footer-right .footer-menu ul li:last-child {
    margin: 0;
}

.footer a {
    color: #000000;
    font-size: 17px;
    line-height: 17px;
    text-decoration: none;
    border-bottom: 1px solid #bfb6bb;
}

.footer a:hover {
    color: #5d4da0;
    border: none;
}

.footer .footer-right .footer-soc-wrap {
    float: left;
    width: 50%;
}

.footer-soc-wrap .footer-soc-list {
    margin: 0 0 18px 0;
}

.footer-soc-wrap .footer-soc-list ul {
    text-align: right;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.footer-soc-wrap .footer-soc-list ul li {
    display: inline-block;
    margin: 0 0 0 25px;
}

.footer-soc-wrap .footer-soc-list ul li:first-child {
    margin: 0;
}

.footer-soc-wrap .footer-soc-list ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border: none;
}

.footer-soc-wrap .footer-soc-list ul li a.tw-ico {
    background: url(../images/footer-tw-ico-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-soc-wrap .footer-soc-list ul li a.tw-ico:hover {
    background: url(../images/footer-tw-ico-hover-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-soc-wrap .footer-soc-list ul li a.fb-ico {
    background: url(../images/footer-fb-ico-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-soc-wrap .footer-soc-list ul li a.fb-ico:hover {
    background: url(../images/footer-fb-ico-hover-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-soc-wrap .footer-soc-list ul li a.instagram-ico {
    background: url(../images/footer-instagram-ico-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-soc-wrap .footer-soc-list ul li a.instagram-ico:hover {
    background: url(../images/footer-instagram-ico-hover-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-soc-wrap .footer-soc-list ul li a.pinterest-ico {
    background: url(../images/footer-pinterest-ico-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-soc-wrap .footer-soc-list ul li a.pinterest-ico:hover {
    background: url(../images/footer-pinterest-ico-hover-retina.png) no-repeat;
    background-size: 50px 50px;
}

.footer-support-btn-block {
    text-align: right;
}

.footer-support-btn-block .btn {
    padding: 14px 35px;
}

.footer-support-btn-block .nude-btn {
    font-size: 20px;
}

/*------------------------------------------------------------
Album modal wrap
------------------------------------------------------------*/

.album-modal-wrap.fancybox-opened .fancybox-skin {
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.album-modal-wrap .fancybox-close {
    background: url(../images/album-modal-close.png) no-repeat;
    width: 30px;
    height: 30px;
    right: -40px;
    top: -40px;
}

.album-modal-wrap .fancybox-nav span {
    width: 50px;
    height: 50px;
    visibility: visible;
}

.album-modal-wrap .fancybox-prev span {
    background: url(../images/photo-arrow-left.png) no-repeat;
    left: -90px;
}

.album-modal-wrap .fancybox-prev span:hover {
    background: url(../images/photo-arrow-left-active.png) no-repeat;
}

.album-modal-wrap .fancybox-next span {
    background: url(../images/photo-arrow-right.png) no-repeat;
    right: -90px;
}

.album-modal-wrap .fancybox-next span:hover {
    background: url(../images/photo-arrow-right-active.png) no-repeat;
}

/*------------------------------------------------------------
Modal box
------------------------------------------------------------*/

.modal-box {
    display: none;
    width: 400px;
    padding: 20px;
}

.modal-box .modal-head {
    margin: 0 0 22px 0;
    color: #000000;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.modal-box .modal-head span {
    color: #ba0720;
}

.modal-box .form-row {
    margin: 0 0 15px 0;
}

.modal-box .form-row:last-child {
    margin: 0;
}

.modal-box .form-row .form-input {
    border: 1px solid #cccccc;
    font-family: 'Raleway', sans-serif;
    color: #b5b5b5;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.modal-box .form-row .modal-textarea {
    width: 100%;
    min-height: 130px;
    border: 1px solid #cccccc;
    font-family: 'Raleway', sans-serif;
    color: #b5b5b5;
    font-size: 15px;
    line-height: 20px;
    height: 32px;
    padding: 0 10px;
    resize: none;
}

.modal-box .form-row .btn {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    width: 100%;
}

.modal-box .form-row .form-submit-btn {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 14px;
    height: 47px;
    line-height: 43px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
}

.modal-box .form-row .form-submit-btn:hover {
    background: #ba0720;
    color: #ffffff;
}

/*------------------------------------------------------------
Staff page
------------------------------------------------------------*/

.people-list-wrap {
    margin: 0 -15px;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.people-list-wrap .person-item {
    display: inline-block;
    padding: 0 15px;
    width: 33.3333%;
    margin: 0 0 44px 0;
}

.people-list-wrap .person-item .person-img-block {
    margin: 0 0 15px 0;
}

.people-list-wrap .person-item .person-name {
    margin: 0 0 8px 0;
}

.people-list-wrap .person-item .person-name a {
    color: #5d4da0;
    font-size: 27px;
    line-height: 30px;
    text-decoration: none;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.people-list-wrap .person-item .person-name a:hover {
    border-bottom: 1px solid #aea6cf;
}

.people-list-wrap .person-item .person-role {
    color: #999999;
    font-size: 17px;
    line-height: 17px;
}

.people-list-wrap .person-item .person-text {
    display: none;
}

.person-modal-box {
    padding: 20px;
    display: none;
    width: 950px;
}

.person-modal-box .person-modal-img-block {
    float: left;
    width: 35%;
    padding: 0 35px 0 0;
}

.person-modal-box .person-modal-img-block img {
    width: 100%;
}

.person-modal-box .person-modal-text-block {
    float: left;
    width: 65%;
}

.person-modal-box .person-modal-text-block .person-modal-name {
    margin: 0 0 8px 0;
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.person-modal-box .person-modal-text-block .person-modal-role {
    margin: 0 0 20px 0;
    color: #999999;
    font-size: 18px;
    line-height: 18px;
}

.person-modal-box .person-modal-text-block .person-modal-text {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

/*------------------------------------------------------------
Calendar page
------------------------------------------------------------*/

#calendar {
    margin: 0 0 165px;
}

.content-container .fc-toolbar {
    margin: 0 0 15px 0;
}

.content-container .fc-toolbar h2 {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.content-container .fc th {
    background: #fbf7f2;
    padding: 12px 0;
    color: #333333;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
}

.content-container .fc td, .content-container .fc th {
    border-width: 2px;
}

.content-container .fc-basic-view td.fc-day-number, .content-container .fc-basic-view td.fc-week-number span {
    padding: 12px;
}

.content-container .fc-unthemed .fc-divider, .content-container .fc-unthemed .fc-popover, .content-container .fc-unthemed .fc-row, .content-container .fc-unthemed tbody, .content-container .fc-unthemed td, .content-container .fc-unthemed th, .content-container .fc-unthemed thead {
    border-color: #f8e9d5;
}

.content-container .fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
    color: #999999;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
}

.content-container .fc-ltr .fc-basic-view .fc-more-cell {
    text-align: right;
}

.content-container .fc-ltr .fc-basic-view .fc-more-cell a.fc-more {
    margin: 1px 4px;
    color: #5d4da0;
    font-size: 15px;
    line-height: 15px;
}

.content-container .fc-ltr .fc-basic-view .fc-day-number.fc-other-month {
    color: #f8e9d5;
    opacity: 1;
}

.content-container .fc-row .fc-today {
    position: relative;
    background: #fbf7f2;
    z-index: -1;
}

.content-container .fc-row .fc-today:after {
    position: absolute;
    left: 30px;
    top: 16px;
    content: "";
    background: #5d4da0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content-container .fc-day-grid-event {
    margin: 4px;
}

.content-container .fc-event {
    position: relative;
    background: #5d4da0;
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 8px;
    border: none;
}

.content-container .fc-event:hover {
    background: #7a6db4;
}

.content-container .fc-day-grid-event .fc-content {
    font-size: 15px;
    line-height: 17px;
}

.content-container .fc-day-grid-event .fc-time {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
}

#calendar .fc-state-default {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    font-size: 17px;
    line-height: 17px;
}

#calendar .fc-state-default:hover {
    color: #f1ddc2;
}

#calendar .fc-myCustomButtonLeft-button {
    padding: 0 0 0 25px;
}

#calendar .fc-myCustomButtonRight-button {
    padding: 0 25px 0 0;
}

#calendar .fc-myCustomButtonLeft-button:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: url(../images/calendar-arrow-left.png) no-repeat;
    width: 14px;
    height: 24px;
    margin: -12px 0 0 0;
}

#calendar .fc-myCustomButtonLeft-button:hover:before {
    background: url(../images/calendar-arrow-left-active.png) no-repeat;
}

#calendar .fc-myCustomButtonRight-button:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    background: url(../images/calendar-arrow-right.png) no-repeat;
    width: 14px;
    height: 24px;
    margin: -12px 0 0 0;
}

#calendar .fc-myCustomButtonRight-button:hover:before {
    background: url(../images/calendar-arrow-right-active.png) no-repeat;
}

/*------------------------------------------------------------
Adaptive menu
------------------------------------------------------------*/

.adaptive-menu-wrap {
    padding: 25px 30px 0 30px;
    background: #ffffff;
    bottom: 0;
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

.main {
    min-height: 100%;
    height: 100%;
    position: relative;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}

body.lockscroll, html.lockscroll {
    overflow: hidden !important;
    height: 100vh;
}

.lockscroll .main {
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
}

.adaptive-menu {
    text-align: center;
}

.adaptive-menu ul {
    padding: 0;
}

.adaptive-menu ul li {
    margin: 0;
}

.adaptive-menu ul li a {
    color: #000000;
    font-size: 2em;
    line-height: 2em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.adaptive-menu ul li .sub-menu a {
    font-size: 1em;
    line-height: 2.5em;
    font-weight: normal;
}

.adaptive-menu ul li .sub-menu {
    margin: 0;
}

.adaptive-menu ul li a:hover {
    color: #ba0720;
}

.adaptive-menu-wrap .header-menu-close {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 25px;
    background: url(../images/close-icon.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}

/*------------------------------------------------------------
Adaptive styles
------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {

    .wrapper {
        width: 950px;
    }

    .header-top-menu ul li {
        padding: 15px 11px;
    }

    .header-top-menu ul li a {
        font-size: 15px;
    }

    .header-top-menu ul li .sub-menu {
        padding: 15px 11px;
    }

    .header-top-menu .sub-menu li a {
        font-size: 15px;
    }

    .main-slider-wrap .main-slider-item .main-slider-wrapper {
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0 15px;
    }

    .main-slider-wrap .main-slider-item  {
        height: 330px;
    }

    .main-slider-wrap .main-slider-item .main-slider-text-center {
        padding: 0 15px;
        left: 0;
    }

    .main-slider-wrap .main-slider-item .main-slider-title {
        padding: 0 400px 0 0;
    }

    .person-modal-box {
        width: 760px;
    }

}

@media only screen and (max-width: 980px) {

    .wrapper {
        width: 100%;
    }

    .header-top-menu {
        display: none;
    }

    .header-top-menu-toggle-btn {
        margin: 35px 0 0 0;
        float: right;
        display: block;
        background: url(../images/hamburger-retina.png) no-repeat;
        background-size: 35px 25px;
        width: 35px;
        height: 25px;
    }

    .main-slider-wrap .main-slider-item .main-slider-wrapper {
        padding: 0;

    }
    .main-slider-wrap .main-slider-item .main-slider-title {
        padding: 0;
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 0.5em;
    }

    .main-slider-wrap .main-slider-item .btn {
        display: none;
    }

    .main-slider-wrap .main-slider-item .main-slider-text-center {
        text-align: center;
        padding: 0;
    }

    .main-slider-wrap .main-slider-item  {
        height: 330px;
    }

    .dark-small-blk-wrap .dark-small-blk-text {
        margin: 10px 0 0 0;
        font-size: 18px;
        line-height: 26px;
    }

    .philosophy-blk-wrap .philosophy-blk-wrapper {
        float: none;
        width: 100%;
        padding: 0 15px;
    }

    .philosophy-blk-left-img-wrap, .philosophy-blk-right-img-wrap {
        display: none;
    }

    .right-sidebar .subscribe-sidebar-box {
        padding: 25px 15px;
    }

    .news-wrap {
        margin: 0 0 50px 0;
        float: none;
        width: 100%;
    }

    .events-wrap {
        padding: 0;
        float: none;
        width: 100%;
    }

    .signup-wrap .signup-text-block {
        margin: 0 0 30px 0;
        float: none;
        width: 100%;
        text-align: center;
    }

    .signup-wrap .signup-form-block {
        float: none;
        width: 100%;
    }

    .signup-wrap .signup-form-block .form-submit {
        width: 100%;
    }

    .person-modal-box {
        width: 100%;
    }

    .album-modal-wrap .fancybox-close {
        width: 36px;
        height: 36px;
        top: -18px;
        right: -18px;
        background: url(../images/fancybox/fancybox_sprite.png);
    }

    .album-modal-wrap .fancybox-nav:hover span {
        visibility: visible;
    }

    .album-modal-wrap .fancybox-prev span {
        left: 10px;
        width: 36px;
        height: 34px;
        background: url(../images/fancybox/fancybox_sprite.png);
        background-position: 0 -36px;
    }

    .album-modal-wrap .fancybox-next span {
        right: 10px;
        width: 36px;
        height: 34px;
        background: url(../images/fancybox/fancybox_sprite.png);
        background-position: 0 -72px;
    }

    .album-modal-wrap .fancybox-nav span {
        visibility: hidden;
    }

    .album-modal-wrap .fancybox-prev span:hover {
        background: url(../images/fancybox/fancybox_sprite.png);
        background-position: 0 -36px;
    }

    .album-modal-wrap .fancybox-next span:hover {
        background: url(../images/fancybox/fancybox_sprite.png);
        background-position: 0 -72px;
    }

    .footer .footer-left .footer-logo-block {
        margin: 0 30px 0 0;
    }

    .footer-soc-wrap .footer-soc-list ul li {
        margin: 0 0 0 15px;
    }

    .footer-support-btn-block .nude-btn {
        font-size: 17px;
    }

    .instagram-tw-grid .instagram-tw-grid-item.normal-width, .instagram-tw-grid .instagram-tw-grid-item.double-width {
        width: 33%;
    }

}

@media only screen and (max-width: 767px) {


    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }

    .header-top .header-top-right {
        float: none;
    }

    .header-top .header-top-right .header-tel {
        margin: 14px 25px 0 0;
    }

    .header-top .header-top-right .search-block {
        float: right;
    }

    .extended-search-block {
        width: 290px;
    }

    .block-title {
        margin: 0 0 30px 0;
        font-size: 22px;
        line-height: 26px;
    }

    .dark-small-blk-wrap .dark-small-blk-text {
        width: 100%;
        margin: 0 0 30px 0;
        float: none;
    }

    .dark-small-blk-wrap .dark-small-blk-btn-block {
        float: none;
        width: 100%;
    }

    .philosophy-blk-wrap .philosophy-blk-text-block {
        padding: 0;
    }

    .testimonials-item .testimonial-left-block {
        margin: 0 0 40px 0;
        float: none;
        width: 100%;
        padding: 0;
    }

    .footer .footer-right {
        float: none;
        width: 100%;
        margin: 0;
    }

    .instagram-tw-grid .instagram-tw-grid-item.normal-width {
        width: 33%;
    }

    .instagram-tw-grid .instagram-tw-grid-item.double-width {
        width: 66%;
    }

    .people-list-wrap .person-item {
        width: 50%;
    }

    .person-modal-box .person-modal-img-block {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0;
        text-align: center;
    }

    .person-modal-box .person-modal-img-block img {
        width: auto;
    }

    .person-modal-box .person-modal-text-block {
        float: none;
        width: 100%;
    }

    .faq-item .faq-question:after {
        right: 0px;
    }

    .news-list {
        margin: 0 0 50px 0;
    }

    .news-list .news-item {
        padding: 0 30px 0 0;
    }

    .gallery-prev-list {
        margin: 0;
    }

    .gallery-prev-list .gallery-item {
        padding: 0 15px;
    }

    .gallery-prev-list .gallery-item .gallery-title-block a {
        font-size: 20px;
        line-height: 26px;
    }

    .pagination-wrap {
        margin: 60px 0;
    }

    .footer .footer-left {
        margin: 0 0 40px 0;
        float: none;
        width: 100%;
    }

    .footer .footer-left .footer-logo-block {
        width: 100%;
        margin: 0 0 30px 0;
        float: none;
        text-align: center;
    }

    .footer .footer-left .footer-school-info-block {
        margin: 0 auto;
        width: 320px;
    }

    .footer .footer-right .footer-menu {
        margin: 0 auto 30px auto;
        float: none;
        width: 320px;
    }

    .footer .footer-right .footer-soc-wrap {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer-soc-wrap .footer-soc-list ul, .footer-support-btn-block {
        text-align: center;
    }

    .instagram-tw-grid .instagram-tw-grid-item.normal-width, .instagram-tw-grid .instagram-tw-grid-item.double-width {
        width: 50%;
    }

    .page-title-wrap .page-title {
        font-size: 3em;
    }

}

@media only screen and (max-width: 479px) {

    .content ul {
        margin-left: 0;
        padding-left: 0;
    }

    .header-top .header-top-right .soc-links {
        display: none;
    }

    .header-top .header-top-right .header-tel, .header-top .header-top-right .pfs-link {
        margin: 15px 10px 0 0;
        font-size: 14px;
        line-height: 14px;
    }

    .news-list .news-item {
        margin: 0 0 30px 0;
        float: none;
        width: 100%;
        padding: 0;
    }

    .news-list .news-item:last-child {
        margin: 0;
    }

    .signup-wrap .signup-text-block {
        font-size: 22px;
        line-height: 26px;
    }

    .signup-wrap .signup-form-block .form-col-input {
        width: 100%;
        display: block;
        margin: 0 0 15px 0;
    }

    .signup-wrap .signup-form-block .form-col-submit {
        padding: 0;
        width: 100%;
        display: block;
    }

    .instagram-tw-grid .instagram-tw-grid-item {
        border-left: 0;
        border-right: 0;
        border-top: 0;
        border-bottom: 10px solid #ffffff;
    }

    .instagram-tw-grid .instagram-tw-grid-item.normal-width, .instagram-tw-grid .instagram-tw-grid-item.double-width {
        width: 100%;
    }

    .gallery-prev-list .gallery-item {
        width: 100%;
        display: block;
        padding: 0;
    }

    .gallery-prev-list .gallery-item .gallery-img-block img {
        width: 100%;
        height: auto;
    }

    .people-list-wrap .person-item {
        width: 100%;
    }

    .people-list-wrap .person-item .person-img-block img {
        width: 100%;
    }

    .event-btns-wrap a {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .modal-box {
        width: 100%;
        padding: 0;
    }

    .footer .footer-left .footer-school-info-block, .footer .footer-right .footer-menu {
        width: 100%;
    }

}

h1.with-subtitle, h2.with-subtitle, h3.with-subtitle, h4.with-subtitle, h5.with-subtitle, h6.with-subtitle {
    margin-bottom: 0px;
}

.image-block img {
    padding: 1px;
    border: 1px solid grey;
    background-color: #fff;
}

.image-block.left {
    float: left;
    max-width: 40%;
    margin-right: 2ex;
    text-align:center;
}

.image-block.right {
    float: right;
    max-width: 40%;
    margin-left: 2ex;
    text-align:center;
}

.image-block.center {
    max-width: 100%;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.image-block.center iframe {
    width: 600px;
    height: 400px;
}

.image-block span {
    display:block;
}
img.blog-head {
    margin-bottom: 25px;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin-top: 1.5em;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 1.5em;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

sup a {
    vertical-align: super;
    font-size: small;
}

hr {
    border: 1px solid lightgrey;
}

p.indent {
    padding-left: 6ex;
}

.pagination-wrap a {
    color: #5d4da0;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    #instagram-tw-grid {
        display: none;
    }
}


.fancybox-video {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}
.fancybox-video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.fancybox-video:hover:before {
    color: #5d4da0;
}

.content ul {
    overflow: hidden;
}

.blog-menu {
    float: right;
    margin-top: 35px;
    margin-left: 20px;
    width: 25%;
}


.sidebar-menu li.title {
    padding: 12px 24px;
    display: block;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}
