/*
PWD Styles - compile this to pwd-styles.css
*/
/* quickly add transitions */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1rem 2rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25rem; }

sup {
  top: -0.5rem; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 1rem;
  height: 100%;
  line-height: 1;
  width: 100%; }

body {
  font-size: 18px;
  background: white;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
  height: 100vh;
  overflow: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.alignleft, img.alignleft {
  display: block; }
  @media (min-width: 768px) {
    .alignleft, img.alignleft {
      display: inline;
      float: left;
      margin-right: 1.5rem; } }

.alignright, img.alignright {
  display: block; }
  @media (min-width: 768px) {
    .alignright, img.alignright {
      display: inline;
      float: right;
      margin-left: 1.5rem; } }

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

a,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: black; }
  a:active,
  a:visited:active {
    color: black; }
  a:link,
  a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
li {
  color: inherit;
  display: block;
  font-family: inherit;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a,
  p a,
  .p a,
  li a {
    color: inherit;
    text-decoration: none; }
    h1 a:hover,
    .h1 a:hover,
    h2 a:hover,
    .h2 a:hover,
    h3 a:hover,
    .h3 a:hover,
    h4 a:hover,
    .h4 a:hover,
    h5 a:hover,
    .h5 a:hover,
    h6 a:hover,
    .h6 a:hover,
    p a:hover,
    .p a:hover,
    li a:hover {
      color: inherit; }

p, .p, li {
  margin: 0; }

/* Assistive text */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*sidebar toogle*/
.sliding_menu .menuSlider {
  display: none; }

.sliding_menu.active .menuSlider {
  margin-right: 0;
  display: block; }

.menuSlider {
	top:50px;
  position: fixed;
  background: rgba(108, 20, 59, 0.9);
  max-width: 600px;
  right: 0px;
  margin-right: -600px;
  z-index: 999999 !important;
  padding: 20px;
  width: 600px;

  padding-bottom: 100px;
  height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 580px) {
    .menuSlider {
      max-width: 100%;
      padding: 0px; } }

#menu-button {
/*   position: fixed; */
  height: 40px;
  width: 40px;
  right: 0;
  top: 0px !important;
  z-index: 999999 !important;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: url(../img/menu_icon.png) 50% 50% no-repeat #141b4d;
  background-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu-button.active {
  top: 20px !important;
  right: 40px;
  width: 50px;

  background: url(../img/close.png) 50% 50% no-repeat transparent;
  background-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 580px) {
    #menu-button.active {
      right: 20px; } }

.menuSlider ul#menu-primary {
  margin-top: 10px; }

@media (max-width: 580px) {
  .menuSlider .us_menu_1 .menu {
    margin-top: 25px; } }

.menuSlider .us_menu_2 .menu > li {
  margin-bottom: 1.5rem;
  line-height: 65px;
  margin: 0;
  min-width: 200px; }
  .menuSlider .us_menu_2 .menu > li a {
    font-family: 'Roboto',sans-serif;
    letter-spacing: 1px; }
  .menuSlider .us_menu_2 .menu > li .sub-menu {
    position: absolute;
    left: 250px;
    top: 0;
    display: none;
    line-height: 32px;
    margin-top: 30px;
    font-size: 15px;
    min-width: 250px; }
    @media (max-width: 580px) {
      .menuSlider .us_menu_2 .menu > li .sub-menu {
        left: 55%;
        width: 45%;
        min-width: unset;
        line-height: 26px; } }
    @media (max-width: 580px) {
      .menuSlider .us_menu_2 .menu > li .sub-menu li {
        margin-bottom: 10px; } }
    .menuSlider .us_menu_2 .menu > li .sub-menu li a {
      color: #ffffff;
      border-bottom: 1px solid transparent;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .menuSlider .us_menu_2 .menu > li .sub-menu li a:hover {
      border-bottom: 1px solid #ffffff;
      color: #ffffff !important; }
  .menuSlider .us_menu_2 .menu > li .sub-menu.hover {
    display: block; }

.menuSlider .us_menu_2 .menu > li::after {
  content: "";
  background: url(../img/arrow-right-white.png) 50% 50% no-repeat;
  background-size: 20px;
  position: absolute;
  height: 70px;
  width: 100px;
  opacity: 0;
  left: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menuSlider .us_menu_2 .menu > li:hover::after {
  content: "";
  background: url(../img/arrow-right-white.png) 70% 50% no-repeat;
  background-size: 20px;
  position: absolute;
  height: 70px;
  width: 100px;
  opacity: 1; }

#menu-primary::after {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1s ease 0.5s;
  -o-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s; }

ul#menu-top-menu-primary li {
  float: left;
  margin-right: 40px; }
  @media (max-width: 580px) {
    ul#menu-top-menu-primary li {
      margin-right: 10px; } }
  ul#menu-top-menu-primary li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 0px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  ul#menu-top-menu-primary li a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }

.drop-line-center {
  position: absolute;
  margin: auto;
  width: 1px;
  height: 280px;
  overflow: hidden;
  left: 0;
  right: 0; }

.drop-line-center {
  margin-top: 100px; }

.drop-line-center::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-animation: line-scroll 2s;
  animation: line-scroll 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes line-scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  20% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes line-scroll {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  20% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

/*search toogle*/
.search_menu .searchslider {
  display: none; }

.search_menu.active .searchslider {
  margin-right: 0;
  display: block;
  padding-right: 80px;
  padding-top: 40px; }

.searchslider {
  height: 100vh;
  position: fixed;
  background: rgba(108, 20, 59, 0.9);
  max-width: 450px;
  right: 0px;
  margin-right: -600px;
  z-index: 999999 !important;
  padding: 20px;
  width: 600px;
  top: 0;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 580px) {
    .searchslider {
      max-width: 100%; } }

#search-button {
/*   position: fixed; */
  height: 40px;
  width: 40px;
  right: 80px;
  top: 0px !important;
  z-index: 999999 !important;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background: url(../img/magnifying-glass.png) 60% 50% no-repeat #141b4d;
  background-size: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 580px) {
    #search-button {
      right: 60px; } }

#search-button.active {
  top: 17px !important;
  width: 50px;
  right: 15px;
  background: url(../img/close.png) 50% 50% no-repeat transparent;
  background-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.w-html.ush_html_1.active #search-button {
  background: url(../img/magnifying-glass.png) 50% 50% no-repeat transparent;
  background-size: 26px !important;
  top: 5px !important; }

input#us_form_search_s {
  border: 1px solid #ffffff;
  font-size: 15px !important;
  padding: 7px;
  padding-left: 15px;
  background: transparent;
  font-weight: 400;
  opacity: 1;
  padding-left: 10px;
  outline: none !important; }

.searchslider h4 {
  color: #ffffff;
  margin-top: 20px;
  margin-left: 15px; }

ul#menu-popular-searches {
  margin-top: 25px;
  margin-left: 15px; }
  ul#menu-popular-searches li {
    line-height: 5px;
    font-size: 16px; }
    ul#menu-popular-searches li a {
      color: #ffffff;
      border-bottom: 1px solid transparent;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    ul#menu-popular-searches li a:hover {
      border-bottom: 1px solid #ffffff; }

.w-search.layout_simple button i {
  color: #ffffff; }

input#us_form_search_s {
  color: #ffffff; }

/*
Footer SCSS
*/
.l-footer {
  overflow: visible !important; }
  @media (max-width: 1024px) {
    .l-footer {
      overflow: hidden !important; } }

.vc_hidden-md {
  display: block !important; }

.footer-logo {
  opacity: 0.8; }

@media (max-width: 1280px) {
  #page-footer .vc_col-sm-3 {
    width: 25% !important; } }

@media (max-width: 1024px) {
  #page-footer .vc_col-sm-3 {
    width: 100% !important; } }

#page-footer .w-iconbox-icon img {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#page-footer .w-iconbox-icon img:hover {
  opacity: 1; }

#page-footer p {
  font-size: 18px;
  color: #ffffff; }

#page-footer ul li a {
  font-size: 18px;
  color: #ffffff; }
  @media (max-width: 1024px) {
    #page-footer ul li a {
      font-size: 14px; } }

#page-footer .footer-bottom p {
  font-size: 14px;
  color: #ffffff; }
  @media (max-width: 1024px) {
    #page-footer .footer-bottom p {
      font-size: 12px; } }

#page-footer .footer-bottom a {
  font-size: 14px;
  color: #ffffff; }
  @media (max-width: 1024px) {
    #page-footer .footer-bottom a {
      font-size: 12px; } }

@media (max-width: 1024px) {
  #page-footer .footer-logo {
    margin: 0 auto; } }

@media (max-width: 1024px) {
  #page-footer .footer-logo img {
    max-width: 200px; } }

@media (max-width: 1024px) {
  #page-footer h2.hdr-undrln:after, #page-footer h3.hdr-undrln:after, #page-footer h5.hdr-undrln:after {
    margin: 0 auto !important; } }

@media (max-width: 1024px) {
  #page-footer h5 {
    margin-top: 30px; } }

/*
Merch Page*/
.g-cols.type_default {
  margin: 0; }

.single h2, .page-child h2 {
  font-size: 42px !important; }

@media (max-width: 580px) {
  .single h2, .page-child h2 {
    font-size: 36px !important;
    margin: 0px !important;
    padding: 25px !important;
    margin-bottom: 25px !important; } }

.single .vc_col-sm-3 .vc_column-inner, .page-child .vc_col-sm-3 .vc_column-inner {
  padding-left: 0px !important; }

@media (max-width: 1280px) {
  .single .vc_col-sm-9, .page-child .vc_col-sm-9 {
    width: 70% !important; }
  .single .vc_col-sm-3, .page-child .vc_col-sm-3 {
    width: 30% !important; } }

@media (max-width: 1024px) {
  .single .vc_col-sm-12, .page-child .vc_col-sm-12 {
    width: 100% !important; }
    .single .vc_col-sm-12 .vc_column-inner, .page-child .vc_col-sm-12 .vc_column-inner {
      padding-right: 0 !important; }
  .single .vc_col-sm-9, .page-child .vc_col-sm-9 {
    width: 100% !important; }
    .single .vc_col-sm-9 .vc_column-inner, .page-child .vc_col-sm-9 .vc_column-inner {
      padding-left: 20px !important;
      padding-right: 10px !important;
      margin-right: 0px !important; }
  .single .vc_col-sm-3, .page-child .vc_col-sm-3 {
    width: 100% !important; }
  .single .internal-sidebar, .page-child .internal-sidebar {
    margin-right: 0px !important;
    width: 100% !important;
    display: block;
    padding-right: 20px;
    padding-left: 20px !important;
    margin-left: 20px !important; } }

@media (max-width: 580px) {
  .single .vc_col-sm-9, .page-child .vc_col-sm-9 {
    width: 100% !important; }
    .single .vc_col-sm-9 .vc_column-inner, .page-child .vc_col-sm-9 .vc_column-inner {
      padding-left: 20px !important;
      padding-right: 10px !important; } }

.button-style1 em {
  font-weight: 700 !important;
  font-style: italic !important; }

.button-style1 a {
  display: inline-block;
  background: url(../img/arrow-right.png) 90% 50% no-repeat !important;
  padding: 15px 70px 15px 0px;
  color: #141b4d !important;
  background-size: 25px !important;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.button-style1 a:hover {
  background: url(../img/arrow-right.png) 95% 50% no-repeat !important;
  background-size: 25px !important;
  border-bottom: 2px solid #d5182e; }

.bright .button-style1 a {
  display: inline-block;
  background: url(../img/arrow-right.png) 90% 50% no-repeat !important;
  padding: 15px 70px 15px 0px;
  color: #141b4d !important;
  background-size: 25px !important;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bright .button-style1 a:hover {
  background: url(../img/arrow-right-red.png) 95% 25% no-repeat !important;
  background-size: 40px !important;
  border-bottom: 2px solid #d5182e; }

.button-style2 em {
  font-weight: 700 !important;
  font-style: italic !important; }

.button-style2 a {
  display: inline-block;
  background: url(../img/arrow-right.png) 90% 50% no-repeat !important;
  padding: 15px 50px 15px 0px;
  color: #141b4d !important;
  background-size: 25px !important;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.button-style2 a:hover {
  background: url(../img/arrow-right-red.png) 95% 40% no-repeat !important;
  background-size: 35px !important;
  border-bottom: 2px solid #d5182e; }

a.us-btn-style_5 {
  display: inline-block;
  background: url(../img/arrow-right.png) 90% 70% no-repeat !important;
  padding: 15px 50px 15px 0px;
  color: #ffffff !important;
  background-size: 25px !important;
  border-bottom: 2px solid transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.us-btn-style_5:hover {
  background: url(../img/arrow-right-red.png) 95% 70% no-repeat !important;
  background-size: 35px !important;
  border-bottom: 2px solid #d5182e !important; }

a.us-btn-style_7 {
  display: inline-block;
  background: url(../img/arrow-right.png) 90% 40% no-repeat !important;
  padding: 15px 50px 15px 0px;
  background-size: 25px !important;
  border-bottom: 2px solid transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.us-btn-style_7:hover {
  background: url(../img/arrow-right-red.png) 95% 35% no-repeat !important;
  background-size: 35px !important;
  border-bottom: 2px solid #d5182e !important; }

.g-breadcrumbs {
  margin-top: 50px; }
  .g-breadcrumbs li.g-breadcrumbs-separator {
    content: '' !important;
    margin-top: 3px;
    background: url(../img/arrow-right-light.png) 50% 50% no-repeat !important;
    font-size: 0 !important;
    background-size: 20px !important;
    width: 30px;
    height: 15px;
    margin-top: 0px !important; }

@media (max-width: 1024px) {
  .internal-sidebar .vc_column-inner {
    padding: 0px !important; } }

.internal-sidebar .menu {
  width: 100%; }
  .internal-sidebar .menu li {
    width: 100%;
    float: left; }
    .internal-sidebar .menu li a {
      width: 100%;
      border-bottom: 1px solid #dddddd;
      float: left;
      line-height: 40px; }

.internal-sidebar .sidebartext p {
  color: #ffffff;
  font-size: 16px; }

.img-centre {
  margin: 0 auto; }

.w-tabs-section .w-tabs-section-control:before {
  content: '' !important;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-right-blue.png) 50% 0 no-repeat !important;
  background-size: 25px !important;
  float: left; }

.header_hor .l-header .w-search.layout_simple .w-search-form, .header_hor .w-search.layout_modern .w-search-form {
  overflow: visible !important; }

.search-results .w-html.usg_html_1 {
  min-height: 0px !important; }

/*
Homepage Page SCSS
*/
.video {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: black;
  border-bottom: 5px solid #d5182e; }
  .video video#home_video {
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .video .play-bt {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../img/play.png) 50% 50% no-repeat;
    background-size: 45px;
    position: absolute;
    bottom: 25px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .video .play-bt:hover {
    opacity: 1; }
  .video .pause-bt {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../img/pause.png) 50% 50% no-repeat;
    background-size: 45px;
    position: absolute;
    bottom: 25px;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .video .pause-bt:hover {
    opacity: 1; }

.homeslider {
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background: #000000; }
  @media (max-width: 1024px) {
    .homeslider {
      min-height: 70vh;
      max-height: 70vh; } }
  @media (max-width: 768px) {
    .homeslider {
      min-height: 450px;
      max-height: 450px; } }

.single_slider {
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background-size: cover !important; }
  @media (max-width: 1024px) {
    .single_slider {
      min-height: 70vh;
      max-height: 70vh; } }
  @media (max-width: 768px) {
    .single_slider {
      min-height: 450px;
      max-height: 450px;
      background-position: 30% 50% !important; } }
  .single_slider .slider_content {
    width: 50%;
    padding-left: 10%;
    padding-top: 50vh;
    text-align: center; }
    @media (max-width: 1024px) {
      .single_slider .slider_content {
        padding-top: 30vh; } }
    @media (max-width: 768px) {
      .single_slider .slider_content {
        padding-top: 200px;
        width: 80%; } }
    .single_slider .slider_content h1 {
      color: #ffffff;
      margin: 0px;
      font-family: 'Roboto',sans-serif; }
      @media (max-width: 768px) {
        .single_slider .slider_content h1 {
          font-size: 28px; } }
    .single_slider .slider_content h3 {
      color: #ffffff;
      margin: 0px;
      font-size: 38px;
      font-family: 'Roboto',sans-serif;
      margin-bottom: 35px; }
      @media (max-width: 768px) {
        .single_slider .slider_content h3 {
          font-size: 20px;
          margin-bottom: 10px; } }
    .single_slider .slider_content a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: 0.5px;
      background: url(../img/arrow-right.png) 95% 50% no-repeat;
      background-size: 30px;
      padding: 20px 80px 20px 40px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .single_slider .slider_content a {
          line-height: 20px;
          font-size: 16px; } }
    .single_slider .slider_content a:hover {
      background: url(../img/arrow-right-red.png) 95% 35% no-repeat;
      background-size: 40px;
      padding-right: 80px; }
    .single_slider .slider_content a:hover {
      color: #ffffff;
      text-transform: uppercase; }

ul.slick-dots {
  margin: 0;
  position: absolute !important;
  bottom: 25px !important;
  right: 50px !important; }
  ul.slick-dots li {
    float: left;
    margin-right: 10px; }
    ul.slick-dots li button {
      width: 50px;
      font-size: 0;
      float: left;
      background: rgba(123, 123, 123, 0.5); }
  ul.slick-dots li.slick-active button {
    width: 50px;
    font-size: 0;
    float: left;
    background: #d5182e; }

.home_ctas .shadow-box {
  cursor: pointer;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    .home_ctas .shadow-box {
      width: 50% !important;
      border-bottom: 1px solid #dddddd; } }
  @media (max-width: 768px) {
    .home_ctas .shadow-box {
      width: 100% !important; } }
  .home_ctas .shadow-box .us-btn-style_3 {
    background: url(../img/arrow-right-light.png) 90% 45% no-repeat;
    padding: 15px 60px 15px 0px !important;
    background-size: 22px !important;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .home_ctas .shadow-box h3 {
    padding-top: 25px; }

.home_ctas .shadow-box:hover {
  background-color: #141b4d !important;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #d5182e !important;
  color: #ffffff; }
  .home_ctas .shadow-box:hover h3 {
    color: #ffffff; }
  .home_ctas .shadow-box:hover p {
    color: #ffffff; }
  .home_ctas .shadow-box:hover .us-btn-style_3 {
    color: #ffffff !important;
    background: url(../img/arrow-right-pink.png) 95% 0% no-repeat;
    border-bottom: 2px solid #d5182e;
    padding: 15px 60px 15px 0px !important;
    background-size: 40px !important; }

.opportunity .w-post-elm.post_image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  -o-object-position: 50% 0%;
  object-position: 50% 0%; }

#opportunity {
  width: 100%;
  overflow: hidden; }
  #opportunity .owl-nav div {
    font-size: 0px !important; }
  #opportunity .owl-prev {
    width: 50px;
    height: 50px;
    background: url(../img/arrow-left.png) 50% 50% no-repeat;
    background-size: 30px;
    left: 47% !important;
    top: 105% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #opportunity .owl-prev:hover {
    background: url(../img/arrow-left.png) 50% 50% no-repeat #fac5c9;
    background-size: 30px; }
  #opportunity .owl-next {
    background: url(../img/arrow-right.png) 50% 50% no-repeat;
    background-size: 30px;
    width: 50px;
    height: 50px;
    right: 47% !important;
    top: 105% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #opportunity .owl-next:hover {
    background: url(../img/arrow-right.png) 50% 50% no-repeat #fac5c9;
    background-size: 30px; }
  #opportunity .w-hwrapper.valign_top {
    overflow: hidden; }

@media (max-width: 1280px) {
  .home_about {
    padding: 10% !important; } }

.home_about .w-separator {
  color: #d5182e !important;
  text-align: center !important;
  max-width: 200px !important;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px; }

svg#textline {
  width: 70%;
  margin: 0 auto;
  margin-top: 150px;
  min-height: 120px; }
  @media (max-width: 1024px) {
    svg#textline {
      width: 100%;
      margin-top: 100px; } }

.textlineanimation {
  display: none; }
  .textlineanimation svg {
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
    float: right;
    padding: 50px;
    overflow: visible !important;
    margin-top: 120px;
    height: 0; }
/*     @media (max-width: 768px) {
      .textlineanimation svg {
        margin-top: 50px !important; } } */
    .textlineanimation svg text {
      letter-spacing: 10px;
      stroke: rgba(53, 63, 76, 0.5);
      font-size: 180px;
      text-transform: uppercase;
      stroke-width: 2;
      fill: white;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      stroke-linecap: round; }
/*       @media (max-width: 1280px) {
        .textlineanimation svg text {
          font-size: 150px !important; } }
      @media (max-width: 1024px) {
        .textlineanimation svg text {
          font-size: 130px !important; } }
      @media (max-width: 768px) {
        .textlineanimation svg text {
          font-size: 120px !important; } }
      @media (max-width: 580px) {
        .textlineanimation svg text {
          font-size: 80px !important; } } */

.textlineanimation.aos-animate {
  display: block; }
  .textlineanimation.aos-animate svg {
    position: relative;
    right: 0;
    text-align: right;
    width: 100%;
    float: right;
    padding: 50px;
    overflow: visible !important;
    margin-top: 120px;
    height: 0; }
    .textlineanimation.aos-animate svg text {
      letter-spacing: 2px;
      stroke: #a6a6a6;
      font-size: 190px;
      text-transform: uppercase;
      stroke-width: 2;
      fill: white;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      stroke-linecap: round;
      -webkit-animation: textAnimate 3s;
      animation: textAnimate 3s; }

@-webkit-keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%; }
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -20%; } }

@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%; }
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffstet: -20%; } }

.home_schools .w-vwrapper.usg_vwrapper_1.align_center.valign_middle img {
  max-width: 100px; }

@media (max-width: 1024px) {
  .home_schools .vc_col-sm-4 {
    width: 100% !important;
    padding: 0px 20px;
    margin-bottom: 25px; }
  .home_schools .vc_col-sm-8 {
    width: 100% !important; } }

#our_values .owl-dots {
  text-align: left !important; }

.home_contact {
  margin: inherit;
  float: left;
  min-width: 450px;
  position: absolute; }
  @media (max-width: 1024px) {
    .home_contact {
      position: relative; } }
  .home_contact .w-iconbox.iconpos_left.no_text, .home_contact .w-iconbox.iconpos_left.no_title, .home_contact .w-iconbox.iconpos_right.no_text, .home_contact .w-iconbox.iconpos_right.no_title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .home_contact .w-iconbox-icon svg, .home_contact .w-iconbox-icon img {
    width: 25px;
    margin-top: 5px; }
  .home_contact a {
    color: #ffffff !important;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .home_contact a:hover {
    color: #d5182e !important;
    border-bottom: 1px solid #d5182e; }

.home_map {
  width: 100%;
  float: left;
  margin-top: -650px !important; }
  @media (max-width: 1024px) {
    .home_map {
      margin-top: 0px !important; } }
  .home_map .g-cols.type_default {
    margin: 0px !important; }

.home_highlights .owl-item {
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.home_highlights .owl-item.active.center {
  margin-top: -100px; }

.home_highlights .owl-nav div {
  font-size: 0px !important; }

.home_highlights .owl-prev {
  width: 50px;
  height: 50px;
  background: url(../img/arrow-left.png) 50% 50% no-repeat #fac5c9 !important;
  opacity: 0.7 !important;
  background-size: 30px !important;
  left: 47% !important;
  top: 105% !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    .home_highlights .owl-prev {
      left: 45% !important; } }

.home_highlights .owl-prev:hover {
  opacity: 1 !important; }

.home_highlights .owl-next {
  cursor: pointer;
  background: url(../img/arrow-right.png) 50% 50% no-repeat #fac5c9 !important;
  background-size: 30px !important;
  opacity: 0.7 !important;
  width: 50px;
  height: 50px;
  left: 51% !important;
  right: unset !important;
  top: 105% !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    .home_highlights .owl-next {
      left: 55% !important; } }

.home_highlights .owl-next:hover {
  opacity: 1 !important; }

.home_highlights .w-grid.overflow_hidden .w-grid-item-h {
  overflow: auto;
  padding-top: 40px;
  background: #ffffff;
  border: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.home_highlights .w-vwrapper {
  background: #f4f7f9; }

@media (max-width: 768px) {
  .g-cols > div:not([class*=" vc_col-"]) {
    margin-bottom: 0px !important; } }

#us_grid_3 .w-grid-item {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #us_grid_3 .w-grid-item .opp_content:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/arrow-right.png) 50% 50% no-repeat #fac5c9 !important;
    background-size: 25px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

#us_grid_3 .w-grid-item:hover {
  cursor: pointer; }
  #us_grid_3 .w-grid-item:hover .opp_content:after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/arrow-right-white.png) 55% 50% no-repeat #d5182e !important;
    background-size: 28px !important; }

/*
 Content SCSS
*/
@media (max-width: 768px) {
  .l-canvas.type_wide {
    overflow: hidden; } }

#news_events a.us-btn-style_7 {
  background: url(../img/arrow-right.png) 90% 45% no-repeat !important;
  background-size: 25px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#news_events a.us-btn-style_7:hover {
  background: url(../img/arrow-right.png) 95% 45% no-repeat !important;
  background-size: 25px !important; }

#news_events .g-filters-item {
  padding: 5px;
  line-height: 50px; }
  @media (max-width: 580px) {
    #news_events .g-filters-item {
      width: 100%;
      line-height: 30px;
      padding: 0px;
      border-bottom: 1px solid #dddddd; } }

#news_events .g-filters-list span {
  font-size: 16px !important;
  font-weight: 500 !important; }

#news_events .post_content {
  padding-top: 15px !important;
  font-weight: 300;
  font-size: 17px; }

#gform_wrapper_1 li input[type=text], #gform_wrapper_1 li input[type=email], #gform_wrapper_1 li input[type=phone] {
  background: #ffffff; }

#gform_wrapper_1 label {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 0; }

#gform_wrapper_1 li textarea {
  background: #ffffff; }

#gform_wrapper_1 .gform_footer input[type=submit] {
  margin-top: -10px !important;
  background: #141b4d url(../img/arrow-right-light.png) 90% 50% no-repeat !important;
  background-size: 25px !important;
  padding: 20px 75px 20px 50px !important;
  width: 95% !important; }

#gform_wrapper_1 .gform_footer input[type=submit]:hover {
  background: #d5182e url(../img/arrow-right-light.png) 90% 50% no-repeat !important;
  background-size: 25px !important; }

#gform_wrapper_1 ul li.gfield {
  margin-bottom: 10px; }

#gform_wrapper_1 textarea.medium {
  height: 100px; }

.contact_info strong {
  color: #141b4d; }

@media (max-width: 580px) {
  .w-post-elm.post_title {
    padding: 0px !important; } }

@media (max-width: 768px) {
  blockquote::before {
    left: 15px;
    top: -10px;
    font-size: 20px; } }

.carousel-3d-slider[data-v-c06c963c] {
  -webkit-perspective: 1600px;
  perspective: 1600px; }

.carousel-3d-controls {
  display: none; }
  @media (max-width: 768px) {
    .carousel-3d-controls {
      display: block;
      top: 100% !important;
      z-index: 999; } }
  .carousel-3d-controls .prev {
    left: 100px !important; }
  .carousel-3d-controls .next {
    right: 100px !important; }

@media (max-width: 768px) {
  .carousel-3d-container {
    padding-bottom: 70px !important;
    overflow: visible !important; } }

.carousel-3d-slide {
  opacity: 0.7;
  border: 5px solid #d5182e !important;
  border-radius: 50% !important; }

.carousel-3d-slide.current {
  border: 5px solid #d5182e;
  border-radius: 50%;
  -webkit-transform: scale(0.9) !important;
  -ms-transform: scale(0.9) !important;
  transform: scale(0.9) !important; }

.carousel-3d-slide .circle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 300px;
  min-width: 300px;
  text-align: center;
  background: #141b4d;
  border: 10px solid #ffffff;
  border-radius: 50%;
  color: #ffffff; }
  .carousel-3d-slide .circle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border-radius: 50%;
    border: 0px; }
  .carousel-3d-slide .circle .story_textarea {
    opacity: 0;
    color: #ffffff;
    font-size: 20px;
    padding: 150px 30px 0px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #ffffff;
    background: url(../img/story.png) 50% 70px no-repeat;
    background-size: 70px;
    background-color: rgba(20, 27, 77, 0.8); }
    .carousel-3d-slide .circle .story_textarea span.story_name {
      float: left;
      width: 100%;
      font-size: 14px;
      margin-top: 20px;
      text-align: center; }

.carousel-3d-slide.current .circle .story_textarea {
  opacity: 1; }
