@charset "UTF-8";
@import url(animate.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300,100,100italic,300italic,400italic|Sarina);

/*========================================================
					  Main Styles
=========================================================*/

html {
    font: 400 14px/1.28571 "Roboto", sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    html {
        font-size: 14px;
    }
}

body {
    color: #323232;
    font: inherit;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #92006E;
}

h1.primary-clr a:hover,
h2.primary-clr a:hover,
h3.primary-clr a:hover,
h4.primary-clr a:hover,
h5.primary-clr a:hover,
h6.primary-clr a:hover {
    color: #323232;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.57143rem;
    font-weight: bold;
}

h3 {
    font-size: 1.71429rem;
}

h4 {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #92006E;
}

h5 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

h6 {
    font-size: 1rem;
}

p {
    color: #5e5e5e;
    margin-bottom: 15px;
    line-height: 28px;
    padding-right: 20px;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

html body *:last-child {
    margin-bottom: 0;
}


/*=======================================================
					   Main Layout
=========================================================*/

h2+.flex-list,
h2+.index-list {
    margin-top: 72px;
}


/*=======================================================
					   Help Classes
=========================================================*/

.primary-clr {
    color: #92006E;
}

.center {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
    .center-sm {
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .center-xs {
        text-align: center;
    }
}

.caps {
    text-transform: uppercase;
}

.hr {
    border-top: 6px solid #92006E;
}


/*=======================================================
						Components
=========================================================*/


/*==================     Brand     ======================*/

.brand {
    display: inline-block;
    color: #fff;
}

.brand_name {
    display: inline-block;
    overflow: hidden;
    font-family: "Sarina", cursive;
}

@media (max-width: 479px) {
    .brand_name {
        font-size: 2.5rem;
    }
}

.brand_slogan {
    display: inline-block;
    margin-left: 13px;
    margin-top: -4px;
    padding: 10px 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    border-left: 1px solid #fff;
}

.brand a:hover {
    color: inherit;
}


/*==================     Hero      ======================*/

.hero_title {
    margin-bottom: 13px;
}


/*==================   Thumbnail   ======================*/

.thumbnail img {
    width: 100%;
    margin-bottom: 42px;
}

.thumbnail__label {
    margin-bottom: 13px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d5d5d5;
}

.thumbnail p {
    margin-bottom: 18px;
}

.thumbnail-2 img {
    width: 100%;
}

.thumbnail-2 .thumb {
    margin-bottom: 14px;
}

.thumbnail-2 a {
    color: #92006E;
}

.thumbnail-2 a:hover {
    color: #323232;
}


/*==================  Backgrounds  ======================*/

.primary-bg {
    background: #95006A;
}

.bg-color-1 {
    background: #eee;
}

.bg-color-2 {
    background: #fff;
}

.bg-color-3 {
    background: #323232;
    color: #fff;
}

.bg-color-4 {
    background: #fbf9f3;
}

.bg-icon-1 {
    background: #eee url(../images/icon-purple.png) top center no-repeat;
}

.bg-footer {
    background: transparent url(../images/bg-footer.jpg) repeat-x;
    height: 5px;
}


/*==================     Icons     ======================*/

.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-rss {
    position: relative;
}

.fa-facebook:before,
.fa-twitter:before,
.fa-google-plus:before,
.fa-linkedin:before,
.fa-rss:before {
    left: 0;
    top: -3px;
    font-size: 17px;
    position: absolute;
    color: #92006E;
}

.icon {
    display: inline-block;
    width: 87px;
    height: 87px;
    border-radius: 24px;
    text-align: center;
}

.icon:before {
    font-size: 45px;
    line-height: 87px;
    color: #fff;
}


/*==================    Buttons    ======================*/

.btn {
    display: inline-block;
    width: 225px;
    padding: 18.6px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover {
    text-decoration: none;
    color: #92006E;
    background: #fff;
}

.btn:active {
    background: #e6e6e6;
}

.link {
    text-transform: uppercase;
    color: #92006E;
    line-height: 1.2;
}

.link:hover {
    color: #323232;
}


/*==================      Box      ======================*/

.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box {
    text-align: center;
    padding: 0;
}

.box_aside {
    float: none;
    padding: 0;
}

.box_cnt__no-flow {
    margin-top: 20px;
    overflow: hidden;
    padding: 0 15px 30px;
    width: 100%;
}


/*==================    Feature   ======================*/

.feature .box_cnt__no-flow {
    display: table;
}

.feature .icon {
    margin-top: -4px;
}

.feature p {
    font-style: italic;
    color: #5e5e5e;
}


/*==================      Post    ======================*/

.post time,
.post-2 time {
    font-size: 31px;
    font-weight: 100;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #92006E;
}

.post h6,
.post-2 h6 {
    color: #92006E;
    font-style: italic;
}

.post h6 a:hover,
.post-2 h6 a:hover {
    color: #323232;
}

.post .box {
    margin-bottom: 23px;
}

.post .box_cnt__no-flow {
    padding-top: 14px;
    padding-left: 20px;
}

.post>p {
    padding-right: 100px;
    margin-bottom: 18px;
}

@media (max-width: 979px) {
    .post .box_cnt__no-flow br {
        display: none;
    }
    .post p {
        padding: 0;
    }
}

@media (max-width: 479px) {
    .post {
        text-align: center;
    }
    .post .box_cnt__no-flow {
        padding: 0;
    }
    .post p {
        padding: 0;
    }
}

.post-2 img {
    margin-bottom: 36px;
}

.post-2 time {
    margin-bottom: 0;
}

.post-2 h6 {
    margin-bottom: 20px;
}

.post-2 p {
    margin-bottom: 0;
}

.post-2 *+.link {
    display: inline-block;
    margin-top: 18px;
}


/*==================     Quote    ======================*/

blockquote {
    position: relative;
}

blockquote:before {
    position: absolute;
    top: -35px;
    left: -26px;
    content: "";
    width: 73px;
    height: 59px;
    background: url(../images/quotes.png) center no-repeat;
    background-size: contain;
}

blockquote .box_aside {
    padding-left: 55px;
}

blockquote .box_cnt__no-flow {
    padding-left: 36px;
    padding-top: 8px;
}

blockquote .box_cnt__no-flow p {
    margin-bottom: 18px;
}

blockquote img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

blockquote q {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.22222;
}

blockquote cite {
    font-size: 36px;
    font-weight: 100;
}

@media (max-width: 767px) {
    blockquote {
        text-align: center;
    }
    blockquote .box_aside {
        float: none;
        display: block;
        padding-left: 0;
        text-align: center;
    }
    blockquote .box_cnt__no-flow {
        padding-left: 0;
        padding-top: 8px;
    }
    blockquote .box_cnt__no-flow p {
        margin-bottom: 18px;
    }
    blockquote .box_cnt__no-flow cite {
        font-size: 24px;
    }
    blockquote .box .box_aside img {
        display: inline-block;
        max-width: 100px;
    }
}

@media (max-width: 479px) {
    blockquote:before {
        top: -20px;
        left: 0;
        width: 60px;
    }
}


/*==================   Flex List   ======================*/

.flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.flex-list li {
    display: table-cell;
}

.flex-list li a:hover {
    opacity: .6;
}

@media (max-width: 767px) {
    .flex-list {
        text-align: center;
    }
    .flex-list,
    .flex-list li {
        display: inline-block;
    }
    .flex-list li {
        width: 33%;
    }
}


/*==================  Inline List  ======================*/

.inline-list li {
    display: inline-block;
    font-size: 11px;
}

.inline-list li+li:before {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
}

.inline-list a:hover {
    color: #92006E;
}


/*==================  Marked List  ======================*/

.marked-list li {
    position: relative;
    padding-left: 21px;
}

.marked-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #92006E;
}

.marked-list li+li {
    margin-top: 13px;
}

.marked-list a:hover {
    color: #92006E;
}


/*==================   Index List  =====================*/

.index-list {
    counter-reset: li;
}

.index-list li {
    position: relative;
    padding-left: 125px;
    color: #92006E;
    font-style: italic;
}

.index-list li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    top: -20px;
    left: 15px;
    width: 87px;
    height: 87px;
    padding-left: 10px;
    background: #92006E;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 87px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.index-list li h6 {
    padding-right: 10px;
    margin-bottom: 20px;
}

.index-list li h6 a:hover {
    color: #323232;
}

.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
    clear: left;
}


/*==================     List     ======================*/

.list li {
    color: #5e5e5e;
    line-height: 21px;
}

.list a:hover {
    color: #92006E;
}


/*===============    Contact table   ===================*/

.contact-table address {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #92006E;
    border-bottom: 2px solid #d5d5d5;
}

.contact-table dl:before,
.contact-table dl:after {
    display: table;
    content: "";
    line-height: 0;
}

.contact-table dl:after {
    clear: both;
}

.contact-table dl dt {
    float: left;
}

.contact-table dl dd {
    float: right;
}

.contact-table dl:last-child dt,
.contact-table dl:last-child dd {
    display: inline-block;
    float: none;
}

.contact-table dl a[href^="mailto:"] {
    text-decoration: underline;
}

.contact-table dl a[href^="mailto:"]:hover {
    color: #92006E;
}

.contact-table dl a[href^="callto:"]:hover {
    color: #92006E;
}


/*========================   Menu   ==========================*/

.sf-menu {
    display: inline-block;
    margin-top: 10px;
}

.sf-menu:before,
.sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.sf-menu:after {
    clear: both;
}

.sf-menu>li {
    position: relative;
    float: left;
}

.sf-menu>li+li {
    margin-left: 41px;
}

.sf-menu a {
    display: block;
}

.sf-menu>li>a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
    color: #323232;
}

.sf-menu>li.active>a {
    color: #323232;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 70px;
    width: 235px;
    margin-top: 2px;
    padding: 15px 0 15px;
    background: #fff;
    z-index: 10;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .sf-menu ul {
        top: 30px;
    }
}

.sf-menu ul {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul>li {
    position: relative;
}

.sf-menu ul>li>a {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #323232;
    padding: 10px 35px 10px 31px;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
    color: #FFF;
    background: #92006E;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    min-width: 180px;
    margin-left: 10px;
    padding: 0;
    z-index: 4;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
    color: #fff;
    background: #323232;
}

.sf-menu ul>li>.sf-with-ul {
    position: relative;
}

.sf-menu ul>li>.sf-with-ul:before {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
    content: "";
    color: #fff;
    font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1199px) {
    .sf-menu>li {
        position: relative;
        float: left;
    }
    .sf-menu>li+li {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}


/*==================   RD Mobile Menu    =====================*/

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #92006E;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}


/*==================  Stuck menu  ======================*/

.stuck_container {
    padding: 37px 151px 29px 72px;
}

.stuck_container:before,
.stuck_container:after {
    display: table;
    content: "";
    line-height: 0;
}

.stuck_container:after {
    clear: both;
}

@media (max-width: 1199px) {
    .stuck_container {
        padding: 37px 0 29px;
    }
}

.isStuck {
    padding: 12px 151px 12px 72px;
    background: #92006E;
    z-index: 999;
    position: relative;
    border-bottom: 3px solid #cbcbcb;
}

.isStuck .sf-menu>li>ul {
    top: 53px;
}

.isStuck .search-form_toggle {
    top: 20px;
}

@media only screen and (max-width: 1199px) {
    .isStuck {
        display: none !important;
    }
}


/*==================  RD Parallax    ======================*/

.parallax {
    position: relative;
    overflow: hidden;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}

.parallax h2 {
    color: #fff;
    font-size: 28px;
}

.parallax h2+.row {
    margin-top: 0;
}

.parallax p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}


/*==================   Thumbnail    ======================*/

.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
}

.thumb_overlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 30px "FontAwesome";
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
}

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}

.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*==================     ToTop     ======================*/

.toTop {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #92006E;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #adadad;
    text-decoration: none;
}

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}


/*========================================================
					 HEADER  Section
=========================================================*/

header {
    position: absolute;
    top: 0;
    border-bottom: 3px solid #cbcbcb;
    -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.15);
}

header .brand {
    float: left;
}

header .nav {
    float: right;
}

@media (max-width: 1199px) {}

*+.offset-1 {
    margin-top: 53px;
}

*+.offset-2 {
    margin-top: 48px;
}

*+.offset-3 {
    margin-top: 17px;
}

.privacy h2+h5 {
    margin-top: 80px;
}

.privacy *+p {
    margin-top: 30px;
}

.privacy *+h5 {
    margin-top: 30px;
}

.privacy *+a[href^="mailto:"] {
    display: inline-block;
    margin-top: 30px;
    text-decoration: underline;
}

.privacy *+a[href^="mailto:"]:hover {
    color: #92006E;
}


/*========================================================
					 CONTENT  Section
=========================================================*/

main {
    display: block;
    margin-top: 120px;
}


/*==================      Well     ======================*/

.well-1 {
    padding-top: 82px;
    padding-bottom: 87px;
}

.well-2 {
    padding-top: 91px;
    padding-bottom: 85px;
}

.well-3 {
    padding-top: 78px;
    padding-bottom: 86px;
}

.well-4 {
    padding-top: 54px;
    padding-bottom: 81px;
}

.well-5 {
    padding-top: 54px;
    padding-bottom: 52px;
}

.well-6 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.well-7 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.well--ins-0 {
    padding-top: 20px;
}

.well--ins-1 {
    padding-bottom: 97px;
}

.well--ins-2 {
    padding-top: 105px;
}

.well--ins-3 {
    padding-top: 120px;
}


/*========================================================
					 FOOTER  Styles
=========================================================*/

footer {
    background: #000;
    color: white;
}

footer h4,
footer h6 {
    color: white;
}

footer h4,
footer h6 {
    margin-top: 15px;
}

footer .col-md-3:last-child {
    text-align: right;
}

footer a {
    color: white
}

@media (max-width: 991px) {
    footer .col-md-3:last-child {
        text-align: left;
    }
}

@media (max-width: 767px) {
    footer .col-md-3:last-child {
        text-align: center;
    }
}

footer [class*="fa-"] {
    padding-left: 29px;
}

footer dt,
footer dd {
    display: inline-block;
}

footer section:nth-child(2) {
    text-align: right;
}

footer .copyright {
    margin-bottom: 6px;
}

footer .copyright span:first-child {
    text-transform: uppercase;
    font-weight: 700;
}

footer .copyright a:hover {
    color: #92006E;
}

@media (max-width: 479px) {
    footer .copyright {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    footer {
        text-align: left;
    }
    footer .social li {
        display: inline-block;
    }
    footer .social li a:before {
        position: static;
    }
    footer .social li a>span {
        display: none;
    }
    footer [class*="fa-"] {
        padding-left: 0;
        margin: 0 10px;
    }
}

nav {
    padding: 10px;
    position: fixed;
    background: #fff;
    z-index: 1000;
    width: 100%;
    height: 120px;
}

nav::after {
    content: "";
    display: block;
    clear: both;
}

hgroup {
    float: left;
    margin: 2px 2px 2px 10px;
}

aside {
    position: fixed;
    width: 300px;
    height: 100%;
    left: 0;
    bottom: -120px;
    display: none;
    background: #ddd;
    z-index: 110;
}

aside::before {
    content: "";
    display: block;
}

aside a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    font-size: 16px;
    color: #383838;
    border-bottom: 1px solid #aaa;
}

aside a:hover,
aside .active {
    color: #fff;
    background: #6a2aaf;
}

.toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
    float: left;
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 25px;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.toggle-bar {
    width: 38px;
    margin: 10px 0;
    position: relative;
    border-top: 6px solid #6a2aaf;
    display: block;
}

.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: #6a2aaf;
    height: 6px;
    width: 38px;
    position: absolute;
    top: -16px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}

.toggle-bar::after {
    top: 4px;
}

.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}

.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header [class*="col-"] {
    margin: 0;
    padding: 0;
}

header ul {
    list-style: none;
    display: inline-block;
}

header ul li {
    display: inline-block;
    padding: 25px 15px;
}

.color-white {
    color: #fff;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.font-11 {
    font-size: 11px;
}

.m-mt-10 {
    margin-top: -15px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.btn-danger {
    padding: 7px 15px;
    border-radius: 8px;
    background: #d9534f;
    color: #fff
}

.clearfix {
    clear: both;
    width: 100%;
}

.clear_15 {
    clear: both;
    width: 100%;
    height: 15px;
}

.color-purple {
    color: #92006E;
    font-size: 17px;
}

.h4-color-purple {
    color: #92006E;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 500;
}

.fancy {
    line-height: 0.5;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.fancy h2 {
    display: inline-block;
    position: relative;
    color: #92006E;
}

.fancy h2:before,
.fancy h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #92006E;
    border-top: 1px solid #92006E;
    top: 20px;
    width: 600px;
}

.fancy h2:before {
    right: 100%;
    margin-right: 15px;
}

.fancy h2:after {
    left: 100%;
    margin-left: 15px;
}

.fancy h2 span {
    display: inline;
    position: relative;
    color: #92006E;
    font-size: 13px;
}

.img-divider [class*="col-"] {
    margin: 30px 0 0;
    padding: 0;
}

.img-divider img,
.img-divider figure {
    width: 100%;
}

.bnt-purple {
    background: #92006E;
    padding: 8px 15px;
    width: 130px;
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -65px !important;
    z-index: 105;
    border-radius: 8px;
}

.m-ll-1 {
    margin-left: -1px !important;
}

.thumb-redes {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    display: block;
}

.thumb-redes img {
    width: 100%;
}

.thumb-redes a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 20px 0;
}

.thumb-redes .caption-redes {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#clientes-index {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    width: 90%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    display: none;
}

.ul-bullet li {
    margin: 0.5em;
    margin-left: 1.6em;
    font-size: 14px;
}

.ul-bullet li:before {
    content: '\f111' !important;
    font-family: 'FontAwesome';
    float: left;
    margin-left: -2.5em;
    color: #fff;
    font-size: 6px;
    top: 6px;
    position: relative;
}

.ul-bullet-purple li {
    margin: 0 0.5em 0.5em;
    margin-left: 1.6em;
    font-size: 14px;
}

.ul-bullet-purple li:before {
    content: '\f111' !important;
    font-family: 'FontAwesome';
    float: left;
    margin-left: -2.5em;
    color: #92006e;
    font-size: 8px;
    top: 0px;
    position: relative;
}

.ul-minus {
    margin-bottom: 15px;
}

.ul-minus li {
    margin: 0.5em;
    margin-left: 1.8em;
    font-size: 16px;
}

.ul-minus li:before {
    content: '\f068';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.2em;
    color: #1F1F2C;
    font-size: 8px;
    top: 6px;
    position: relative;
}

.only-800 {
    display: none;
}

.list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-normal {
    text-transform: none;
}

.col-0 .col-md-4 {
    padding: 20px 15px 30px;
    margin: 0
}

.bg-gray-1 {
    background: #BBBBBB
}

.bg-gray-2 {
    background: #D4D4D4
}

.bg-gray-3 {
    background: #DDDDDD
}

.bg-gray-4 {
    background: #E5E5E5
}

.m-t-0 {
    margin-top: 0
}

.m-t-0 .col-sm-6 {
    margin-top: 15px
}

.color-black {
    color: black !important;
}

.p-mv {
    padding: 20px 30px 35px;
    width: 100%;
}

.bg-triangulo {
    background-image: url(../images/triangulo.png);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 13px;
}

@media (max-width: 991px) {
    header ul li {
        padding: 25px 5px;
        font-size: 12px;
    }
    .f-13 {
        font-size: 13px
    }
}

@media (max-width: 800px) {
    header ul {
        display: none
    }
    .only-800 {
        display: block;
    }
}

@media (max-width: 767px) {
    .f-13 {
        display: none;
    }
}

@media (max-width: 479px) {
    .m-mt-10 img {
        margin-top: 15px;
    }
    .col-xs-12 {
        width: 100% !important;
    }
}

.form-informes {
    padding: 30px 15px;
    margin: 0
}

.form-contacto {
    padding: 30px 15px;
}

.m-b-15 {
    margin: 0 0 10px;
}

input[type="text"],
textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #d5d5d5;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 100%;
    resize: none;
}

input[type="submit"] {
    width: 100%;
    border: none;
    background: #d9534f;
    padding: 10px;
    color: white;
    font-weight: 500;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.p-a-15 {
    padding: 15px 15px 30px;
}

.p-15 {
    padding: 15px;
}

.without-mp p {
    margin: 0;
}

.without-mp [class*="col-"] {
    margin-top: 0;
    padding: 0;
}

.font-18 {
    font-size: 18px
}

.clear_30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.vertical-aling {
    height: 100%;
    left: 50%;
    margin: 16% 0 0 -50% !important;
    position: relative;
    width: 100%;
}

.p-relative {
    position: relative
}

.font-s-18 {
    font-size: 25px;
    font-weight: 500
}

#filters {
    width: 360px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#filters li {
    float: left;
    list-style: none;
    padding: 10px;
    border-left: 1px solid #92006e;
}

#filters li:first-child {
    border-left: 1px solid transparent;
}

#filters li a {
    color: #92006e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
}

#filters li a:hover {
    color: #323232;
}


/**** Isotope filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    height: 450px;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

@media(max-width: 767px) {
    .vertical-aling {
        left: 0;
        margin: 25px auto !important;
        position: relative;
        top: 0;
    }
}

.st-accordion {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
}

.st-accordion ul li {
    min-height: 50px;
    height: auto;
    border-bottom: 1px solid #c7deef;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.st-accordion ul li:first-child {
    border-top: none;
}

.st-accordion ul li>a {
    font-family: 'Josefin Slab', Georgia, serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 18px;
    display: block;
    position: relative;
    line-height: 30px;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.st-accordion ul li>a span {
    background: transparent url(../images/down.png) no-repeat center center;
    text-indent: -9000px;
    width: 26px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -7px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.st-accordion ul li>a:hover {
    color: #1693eb;
}

.st-accordion ul li>a:hover span {
    opacity: 1;
    right: 10px;
}

.st-accordion ul li.st-open>a {
    color: #1693eb;
}

.st-accordion ul li.st-open>a span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
    opacity: 1;
}

.st-content {
    padding: 5px 0px 10px 0px;
}

.st-content p {
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 20px;
    padding: 0px 4px 10px 4px;
}

.st-content img {
    width: 125px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 320px) {
    .st-accordion ul li>a {
        font-size: 16px;
    }
}

.col-50 {
    padding: 8px 0;
    margin: 0;
}

.col-50 .cont-3 {
    margin: 0;
    padding-right: 0;
}

.col-50 .cont-3 p {
    line-height: 18px;
    padding-top: 6px;
}

.col-50 .cont-3 p span {
    color: #92006E;
}

.col-50 .cont-2 {
    padding: 0 0 0 5px;
    margin: 0;
}

.bg-color-5 {
    background: #ddd;
}

.bg-color-6 {
    background: #ccc;
}

.clear-col [class*="col-"] {
    margin: 0 0 15px;
}