@charset "utf-8";

@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

/* Verge Studios v3 */


/* MINIFIED RESET */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}


/* ===============================================
SP PAGE BUILDER OVERRIDE
=============================================== */

.sppb-btn-primary {
    color: #fff;
    background-color: #006795;
    border-color: #00557c
}

.sppb-btn-primary:hover,
.sppb-btn-primary:focus,
.sppb-btn-primary.focus,
.sppb-btn-primary:active,
.sppb-btn-primary.active,
.open>.sppb-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #004462;
    border-color: #002b3e
}

.sppb-btn-primary:active,
.sppb-btn-primary.active,
.open>.sppb-btn-primary.dropdown-toggle {
    background-image: none
}

.sppb-btn-primary.disabled,
.sppb-btn-primary.disabled:hover,
.sppb-btn-primary.disabled:focus,
.sppb-btn-primary.disabled.focus,
.sppb-btn-primary.disabled:active,
.sppb-btn-primary.disabled.active,
.sppb-btn-primary[disabled],
.sppb-btn-primary[disabled]:hover,
.sppb-btn-primary[disabled]:focus,
.sppb-btn-primary[disabled].focus,
.sppb-btn-primary[disabled]:active,
.sppb-btn-primary[disabled].active,
fieldset[disabled] .sppb-btn-primary,
fieldset[disabled] .sppb-btn-primary:hover,
fieldset[disabled] .sppb-btn-primary:focus,
fieldset[disabled] .sppb-btn-primary.focus,
fieldset[disabled] .sppb-btn-primary:active,
fieldset[disabled] .sppb-btn-primary.active {
    background-color: #006795;
    border-color: #00557c
}

.sppb-btn-primary .badge {
    color: #006795;
    background-color: #fff
}


/* ===============================================
BUTTON
=============================================== */

.sppb-btn,
.btn {
    font-family: 'Karla', sans-serif!important;
}


/* ===============================================
BASIC
=============================================== */

body {
    font-family: 'Karla', sans-serif!important;
    background: #a02358;
    width: 100%;
}

#all-hold {
    background: #fff;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.centered,
.float-center {
    margin: 0 auto!important;
}

a {
	color:#b61d5e;
}

a:hover {
	color:#b61d5e;
}


/* ==========================
COLOR BOXES
========================== */

.greybox,
.half-greybox {
    background: #f7f7f7;
}

.whitebox,
.half-whitebox {
    background: #fff;
}

.bluebox,
.half-bluebox {
    background: #89bbe4;
}

.purplebox,
.half-purplebox {
    background: #94a8c4;
}


/* ==========================
PADDING BLOCK SPACING AND FONT SIZING
========================== */


/* MOBILE FIRST */

body {
    font-size: 17px;
}

.half-spaced {
    margin-bottom: 18px;
}

.spaced {
    margin-bottom: 30px!important;
}

.mobile-spaced {
    margin-bottom: 30px;
}

.double-spaced {
    margin-bottom: 60px!important;
}

.padded {
    padding: 30px;
}

.double-padded {
    padding: 60px;
}

.side-padded {
    padding: 0 30px;
}

.module.pad-box {
    padding: 30px 0;
}

.module.half-pad-box {
    padding: 30px 0;
}

#under-content-hold {
    padding: 30px 0;
}

#footer-hold {
    padding: 30px 0;
}

.no-space,
.no-space h1,
.no-space h2,
.no-space h3,
.no-space p {
    margin: 0!important;
    padding: 0!important;
}

@media (min-width: 768px) {
    /* TABLET AND DESKTOP SIZE */
    body {
        font-size: 18px;
    }
    .mobile-spaced {
        margin-bottom: 0px;
    }
    .module.pad-box {
        padding: 90px 0;
    }
    .module.half-pad-box {
        padding: 30px 0;
    }
    #under-content-hold {
        padding: 90px 0;
    }
    #footer-hold {
        padding: 30px 0;
    }
}


/* ==========================
TYPOGRAPHY
========================== */

h1 {
    margin: 0 0 .75em 0;
	line-height:1.25em;
}

h2 {
    margin: 0 0 .75em 0;
}

h3,
h4,
h5 {
    margin: 0 0 .5em 0;
    font-weight: 400;
    line-height: 1.25em;
}

.article-title h1 {
    margin: 0 0 .5em 0;
    padding: 0;
}

h3 .caption-header {
    display: block;
    font-size: .6em;
    font-style: italic;
    padding-top: 10px;
}

p {
    line-height: 1.6em;
}

.cursive {
	font-family: 'Dancing Script', cursive;
}

.text-sans-serif {
    font-family: 'Karla', sans-serif!important;
}

.text-serif {
    font-family: 'Karla', sans-serif!important;
}

.text-white,
.text-white a,
a.text-white:hover {
    color: #fff!important;
}

.text-white a:hover,
a.text-white:hover {
    color: #f7cfe0!important;
}

.small-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.text-small {
    font-size: .875em;
}

.text-big {
    display: block;
    font-size: 1.3em;
    line-height: 1.75em;
}

.text-bigger {
    color: #555;
    display: block;
    font-size: 1.75em;
    line-height: 1.35em;
}

.text-bold {
    font-weight: 700;
}

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

.text-hero {
    padding: 0 80px;
}

.text-section h1,
.text-section h2,
.text-section h3,
.text-section p {
    font-size: 2em!important;
	font-weight:300;
    line-height: 1.5em;
}

.text-section.text-white:after {
    background: #fff!important;
}

.text-hero h1,
.text-hero h2,
.text-hero h3,
.text-hero h4 {
    font-size: 3em!important;
}

.text-big.dropcap:first-child:first-letter {
    color: #222;
    font-size: 2.5em;
    float: left;
    margin-right: 5px;
    margin-top: .1em;
    line-height: 1em;
}

.text-big.dropcap p:first-child:first-letter {
    color: #222;
    font-size: 2.5em;
    float: left;
    margin-right: 5px;
    margin-top: .1em;
    line-height: 1em;
}

.text-bigger.dropcap:first-child:first-letter {
    color: #222;
    font-size: 2.9em;
    float: left;
    margin-right: 5px;
    margin-top: .1em;
    line-height: 1em;
}

.text-bigger.dropcap p:first-child:first-letter {
    color: #222;
    font-size: 2.9em;
    float: left;
    margin-right: 5px;
    margin-top: .1em;
    line-height: 1em;
}

.dropcap.shift-down:first-child:first-letter,
.dropcap.shift-down p:first-child:first-letter {
    margin-top: .15em;
}

.text-white .dropcap:first-child:first-letter,
.text-white.dropcap:first-child:first-letter,
.text-white.dropcap p:first-child:first-letter {
    color: #fff!important;
}

.big-list {
	font-size:1.15em;
}

.big-list li {
	padding-left:30px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
    /* MOBILE */
    .text-big {
        display: block;
        font-size: 1.2em;
    }
    .text-bigger {
        display: block;
        font-size: 1.5em;
        line-height: 1.25em;
        padding: 0;
    }
    .text-hero {
        padding: 0;
    }
    .text-hero h1,
    .text-hero h2,
    .text-hero h3,
    .text-hero h4 {
        font-size: 2em!important;
    }
}

hr {
    background: none;
    border-top: 3px solid rgba(0, 0, 0, .1);
    margin: 40px auto 40px auto;
    padding: 0;
    width: 50px;
}

hr.white {
    background: none;
    border-top: 3px solid rgba(255, 255, 255, .5);
    margin: 40px auto 40px auto;
    padding: 0;
    width: 50px;
}

hr.wide {
    background: none;
    border-top: 1px solid #e6e6e6;
    margin: 40px auto 40px auto;
    padding: 0;
    width: 100%;
}


/* ==========================
IMAGERY
========================== */

.article-text img,
.blog img,
.tag-category-hold img,
.newsflash img {
    display: block;
    height: auto;
    max-width: 100%;
}

.framed-image {
    border: 1px solid #e6e6e6;
    padding: 3px;
}

.img-center,
.centered-image {
    margin: 0 auto;
}

.contained-image {
    max-width: 300px;
}


/* ==========================
INPUT
========================== */

input {
    padding: 10px;
}


/* ==========================
LOGO
========================== */

#logo-hold {
    background: #a02358;
    display: block;
    height: 120px;
    padding: 0px;
    width: 160px;
}

#logo {
    display: block;
    height: 120px;
    width: 160px;
}

#mobile-logo-hold img {
    display: block;
    height: 80px;
    margin: 0 auto;
    padding: 0;
}


/* ==========================
HEADER AND MENU
========================== */

#above-nav {
	color:#fff;
	font-size:24px;
	padding:40px 0 0 0; margin:0;
}

@media (max-width: 979px) {
	#above-nav {
		padding:20px 0 0 0;
	}
}

#homepage-top {
    background: #861646;
    height: 120px;
}

#top {
    background: #861646;
}

header {
    font-family: 'Karla', sans-serif;
    padding-top: 120px;
    margin-bottom: -120px;
}

#menu-hold {
    background: rgba(255, 255, 255, 0);
    display: block;
    font-weight: 600;
    margin-top: -120px;
    position: absolute;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 1000;
}

#menu-hold.affix {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    color: #222;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#menu-hold.affix a {
    color: #222;
}

#top-hold {
    display: block;
    height: 120px;
    position: relative;
}

#logo-hold {
    position: absolute;
    top: 0;
    left: 0;
}

#nav-hold {
    padding-left: 180px;
    width: 100%;
}

#main-menu-hold {
    padding: 0px;
}

#main-menu-hold:before,
#main-menu-hold:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

#main-menu-hold:after {
    clear: both;
}

#main-menu-hold {
    *zoom: 1;
}

#main-menu-hold,
#main-menu-hold ul {
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#main-menu-hold a,
#main-menu-hold a:visited {
    color: #fff;
    display: block;
    float: left;
    padding: 10px 0px;
    text-decoration: none;
}

#menu-hold.affix #main-menu-hold a,
#menu-hold.affix #main-menu-hold a:visited {
    color: #222;
}

#main-menu-hold a:hover {
    color: #fff;
    text-decoration: underline;
}

#menu-hold.affix #main-menu-hold a:hover {
    color: #222;
}

#main-menu-hold li {
    /* all list items */
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 25px 0 0;
}

#main-menu-hold li ul {
    /* second-level lists */
    position: absolute;
    background: #357d9e;
    left: -999em;
    /* using left instead of display to hide menus because display: none isn't read by screen readers */
    margin-top: 34px;
    z-index: 10000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .5);
    width: 200px;
}

#main-menu-hold li ul li {
    display: block;
    float: none;
    margin: 0;
    width: 200px;
}

#main-menu-hold li ul li a,
#main-menu-hold li ul li a:visited {
    color: #cdebf8;
    float: none;
    padding: 10px 20px;
}

#main-menu-hold li ul li a:hover {
    color: #fff;
}

#menu-hold.affix #main-menu-hold li ul li a,
#menu-hold.affix #main-menu-hold li ul li a:visited {
    color: #cdebf8;
}

#menu-hold.affix #main-menu-hold li ul li a:hover {
    color: #fff;
}

#main-menu-hold li:hover ul,
#main-menu-hold li.sfhover ul {
    /* lists nested under hovered list items */
    left: auto;
}

#above-menu {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-top: 30px;
}

#menu-hold.affix #above-menu {
    color: #222;
}

#above-menu strong {
    font-size: 13px;
    font-weight: 600;
}

#above-menu a {
    color: #fff;
}

#menu-hold.affix #above-menu a {
    color: #222;
}

#above-menu a:hover {
    color: #cdebf8;
}

#menu-hold.affix #above-menu a:hover {
    color: #222;
}

@media (max-width: 767px) {
    /* MOBILE */
    #homepage-top {
        height: 45px;
    }
}

@media (min-width: 768px) {
    /* LARGE */
}


/* ==========================
HIDDEN MENU ITEMS
========================== */

#main-menu-hold .item-101,
#ain-menu-hold .item-130,
#main-menu-hold .item-196 {
    display: none;
}


/* ==========================
MOBILE MENU
========================== */

#mobile-menu-hold {
    background: url('/images/sa-mobile-bg.png') top left no-repeat #fff;
    position: relative;
}

#mobile-header {
    background: #006795;
    display: block;
    height: 80px;
}

#mobilemenu {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 3px solid #b61d5e;
}

#mobilemenu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobilemenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobilemenu ul li a {
    border-bottom: 1px solid #e6e6e6;
    color: #222!important;
    display: block;
    padding: 10px;
}

#mobilemenu ul ul li a {
    background: #f7f7f7;
    padding-left: 20px;
}

#hamburger-hold {
    display: block;
    padding: 10px;
    height: 45px;
    width: 180px;
}

a#mobile-call {
    border-left: 1px solid #e6e6e6;
    color: #b61d5e!important;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

a#mobile-call:hover {
    text-decoration: none;
}

.hamburger-menu {
    width: 30px;
    height: 5px;
    background-color: #b61d5e;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.hamburger-menu:after,
.hamburger-menu:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #b61d5e;
    position: absolute;
    border-radius: 5px;
}

.hamburger-menu:after {
    top: 10px;
}

.hamburger-menu:before {
    top: 20px;
}


/* ==========================
BREADCRUMB
========================== */

#breadcrumbs {
    background: #861646;
    padding-bottom: 40px;
}

.breadcrumb {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    padding: 150px 0 0 0;
    list-style: none;
}

@media (max-width: 767px) {
    /* MOBILE */
    .breadcrumb {
        padding: 80px 0 0 0;
    }
}

.breadcrumb > li {
    color: #dfb2c5;
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #dfb2c5;
    content: "/ ";
}

.breadcrumb > .active {
    color: #dfb2c5;
}

.breadcrumb a {
    color: #dfb2c5;
}


/* ==========================
SITE CONTENT
========================== */

.article-title {
    background: #861646;
}

.article-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    padding: 0px 0 40px 0;
    margin: 0;
}

.article-text {
    padding: 40px 0;
}


/* ==========================
ASIDE
========================== */

#sidebar {
    padding: 40px 0px;
}

ul.internal-menu {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.internal-menu li a {
    border-bottom: 1px solid #ddd;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
}

ul.internal-menu li:last-child a {
    border-bottom: 0;
}

ul.internal-menu li a:hover {
    background: #f7f7f7;
}

ul.internal-menu li.active a,
ul.internal-menu li.active a:hover {
    background: #eee;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    color: #222;
}


/* ==========================
ASIDE 2
========================== */

#full-width-sidebar {
    border-top: 1px solid #e6e6e6;
    padding: 40px 0;
}


/* ==========================
FLOAT BAR
========================== */

#float-bar {
    background:none;
    position:fixed;
    top:25%;
    right:15px;
    z-index:1000;
}

#float-bar button {
    background:#006795;
    border:2px solid #8ec3df;
    border-radius:999px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    color:#fff;
    display:block;
    font-size:2em;
    line-height:1em;
    margin-bottom:10px;
    padding:8px 10px;
}

#float-bar button span {
    display:none;
}

@media (max-width: 767px) {
    #float-bar {
        background: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        height: 40px;
        position: fixed;
        top:auto;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    #float-bar button {
        background: #fff;
        border: none;
        border-radius:0px;
        color:#222;
        display: block;
        float: left;
        font-family: 'Open Sans', sans-serif!important;
        font-size:1em;
        font-weight: bold;
        margin:0; padding:0;
        text-transform: uppercase;
        height: 40px;
        width: 50%;
    }
    #float-bar button:hover {
        color: #006795;
    }
    #float-bar button#float-email {
        border-right: 2px solid #e6e6e6;
    }
    #float-bar button span {
        display:inline;
        margin-left:8px;
    }
}


/* ==========================
MODAL
========================== */

.modal-header,
.modal-footer {
    background: #f7f7f7;
}


/* ==========================
FACEBOOK LIKE
========================== */

#fb-like-hold {
    overflow: hidden;
    width: 100%;
}


/* ==========================
LOCATION CAROUSEL
========================== */

.location-carousel .sppb-carousel-pro-text {
    display: none!important;
}

.location-carousel .sppb-item {
    text-align: center!important;
}

.location-carousel .sppb-item img {
    margin: 0 auto;
}


/* ==========================
BLOG
========================== */

.blog {
    padding-top: 40px;
}

p.fulltext-image {
    margin-bottom: 30px;
}

h2.dream-journal-title {
    background: url('/images/bg/dream-journal-bg.jpg') center center no-repeat #010d27;
    color: #fff;
    display: block;
    font-size: 3em;
    padding: 80px 20px;
    margin: 0!important;
    text-align: center;
}

p.byline {
    color: #888;
    font-style: italic;
    margin-bottom: 30px;
}

div.blog-spaced,
div.space-below {
    display: block;
    margin-bottom: 30px!important;
}

div.space-block {
    display: block;
    height: 30px;
}

img.portrait {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 200px;
}

p.blog-big-text {
    font-size: 1.3em;
    line-height: 1.75em;
}

p.blog-big-text-with-dropcap {
    font-size: 1.3em;
    line-height: 1.75em;
}

p.blog-big-text-with-dropcap:first-letter {
    color: #222;
    font-size: 3.15em;
    float: left;
    margin-right: 5px;
    margin-top: .1em;
    line-height: 1em;
}

ul.tags {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

ul.tags li {
    display: inline;
    margin-right: 3px;
    margin-bottom: 3px;
}

ul.tags li a {}


/* ==========================
TAG CATEGORY PAGE
========================== */

.tag-category {
    padding-top: 40px;
}


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

footer {
    background: #a02358;
	color:#dfb2c5;
    font-family: 'Open Sans', sans-serif!important;
    padding: 40px 0;
}

footer a {
    color: #dfb2c5;
	font-weight:bold;
}

footer a:hover {
    color: #fff;
}

footer ul {
    clear: both;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    float: left;
    font-weight: 700;
    padding: 0 10px 15px 0;
}

footer ul ul li {
    float: none;
    font-weight: 400;
    padding: 3px 10px 3px 0;
    width: 100%;
}

footer p#copyright {
    clear: both;
}

@media(max-width:767px) {
    footer ul li {
        width: 100%;
    }
}

@media(min-width:768px) {
    footer ul li {
        width: 16.6%;
    }
}

footer .item-101,
footer .item-130,
footer .item-196 {
    display: none;
}

/* =====================================================
SOCIAL BAR
===================================================== */

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 35px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc-small li a {
	width: 32px!important;
    height: 32px!important;
    line-height: 32px!important;
    font-size: 17px!important;
	margin-right:5px!important;
}

.soc a:hover {
    z-index: 2;
    
}

.soc-icon-last{
    margin:0 !important;
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-linkedin {
    background-color: #3371b7;
}
.soc-linkedin:before {
    content:'j';
}
.soc-reddit {
    background-color: #e74a1e;
}
.soc-reddit:before {
    content:'C';
}
.soc-pinterest {
    background-color: #c92619;
}
.soc-pinterest:before {
    content:'d';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}
.soc-facebook:hover {
    background-color: #526fac;
}
.soc-twitter:hover {
    background-color: #61bbf2;
}
.soc-linkedin:hover {
    background-color: #4785cb;
}
.soc-reddit:hover {
    background-color: #fb5e32;
}
.soc-pinterest:hover {
    background-color: #dd3a2d;
}
.soc-google:hover {
    background-color: #ed5241;
}

/* =====================================================
FORM
===================================================== */

.chrono_credits {
	display:none;
}

.form-button {
	background:#f7f7f7!important;
	border:3px solid #ccc!important;
	font-size:24px;
	font-weight:bold;
	height:auto!important;
	margin-top:30px!important;
	padding:15px 40px!important;
}

.bfElemWrap.control-group {
	margin-bottom:15px;
}

.bfSubmitButton.btn.btn-primary.pull-right.button {
	float:none!important;
}

/* =====================================================
NEW BUTTON
===================================================== */

a.purple-button {
	background:#b61d5e;
	color:#fff;
	font-weight:bold;
	padding:15px 30px;
	border-radius:10px;
}

a.purple-button:hover {
	color:#fff;
}






