/**
 * 	Name: vsmf.css
 *
 */
/* ==========================================================================
   =Reset and Normalize
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/**
	 * 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;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
	 * 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. 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 */
}

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

/**
	 * 1. Correct color not being inherited.
	 *    Known issue: affects color of disabled elements.
	 * 2. Correct font properties not being inherited.
	 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 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 */
}

/**
	 * 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 */
}

/**
	 * 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 */
}

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

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

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

/* ==========================================================================
   =Grid
   ========================================================================== */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* ==========================================================================
   =Grid Helpers
   ========================================================================== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ==========================================================================
   =Clearings
   ========================================================================== */
/**
 	 * ClearFix Hack
	 * Usage:  add  class="fixed"  to parents of floated elements
 	 */
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

/**
 	 * Clear content
	 * Usage:  <br class="clear">
 	 */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ==========================================================================
   =Typography
   ========================================================================== */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #262626;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262626;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 40px;
}

h2 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
  font-size: 30px;
  line-height: 33px;
}

h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 26px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
}

h5 {
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 16px;
}

h6 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 14px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 25px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 90%;
}

big {
  font-size: 125%;
}

sub {
  vertical-align: sub;
  font-size: 75%;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

abbr[title] {
  border-bottom: 1px dotted #262626;
  cursor: help;
}

address {
  display: block;
  margin-bottom: 25px;
}

q {
  color: #262626;
  quotes: "\201C" "\201D" "\201C" "\201D";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  overflow: hidden;
  margin-bottom: 25px;
  color: #262626;
  line-height: 25px;
  quotes: "" "" "" "";
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  margin-top: 15px;
}

kbd,
tt,
var,
samp,
code,
pre {
  font-family: monospace;
}

pre {
  display: block;
  overflow-x: auto;
  margin-bottom: 25px;
  white-space: pre-wrap;
}

mark,
ins {
  text-decoration: none;
}

s,
del {
  text-decoration: line-through;
}

/* ==========================================================================
   =Forms
   ========================================================================== */
fieldset {
  display: block;
}

label {
  display: block;
}

/**
	 * 1. IE input fix.
	 */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  /* 1 */
  padding: 6px 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 25px;
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #acacac;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  cursor: not-allowed;
  background-color: #f9f9fb;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #f9f9fb;
}

textarea[rows] {
  height: auto;
}

/**
	 *  1. Disallow resize out of parent
	 */
textarea {
  max-width: 100%;
  /* 1 */
}

/**
	 * 1. IE input fix.
	 */
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  /* 1 */
  padding: 6px 12px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 25px;
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
}

select[multiple] {
  height: auto;
  padding: 6px 12px;
  line-height: 25px;
}

select:disabled {
  cursor: not-allowed;
}

select:focus {
  border-color: #acacac;
}

input[type="range"] {
  width: 50%;
}

/**
	 * 1. Firefox fix for size. or else it overflows on 320px
	 */
input[type="file"] {
  font-size: 13px;
  /* 1 */
  height: auto;
  width: 100%;
  margin-bottom: 25px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: baseline;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
  position: relative;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px 18px;
  border: 2px solid #c25582;
  border-radius: 3px;
  margin-bottom: 25px;
  background-color: transparent;
  color: #c25582;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat';
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  border-color: #342849;
  background-color: #342849;
  color: #ffffff;
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  border-color: #342849;
  background-color: #342849;
  color: #ffffff;
}

/**
 	 * Placeholder text color -- selectors need to be separate to work.
 	 */
::-webkit-input-placeholder {
  color: #262626;
}

:-moz-placeholder {
  color: #262626;
}

/**
 	 * 1. Since FF19 lowers the opacity of the placeholder by default
 	 */
::-moz-placeholder {
  color: #262626;
  opacity: 1;
  /* 1 */
}

:-ms-input-placeholder {
  color: #262626;
}

/* ==========================================================================
   =Formatting
   ========================================================================== */
hr {
  height: 1px;
  border: 0;
  margin: 25px 0;
  background-color: #ebebeb;
}

/* ==========================================================================
   =Lists
   ========================================================================== */
ul,
ol {
  margin-bottom: 25px;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 25px;
}

ul {
  list-style-type: disc;
}

ul.square,
ul.square ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 25px;
}

/* ==========================================================================
   =Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

/* ==========================================================================
   =Tables
   ========================================================================== */
table,
th,
td {
  border: 1px solid #ebebeb;
}

/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 25px;
  table-layout: fixed;
  /* 1 */
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 25px;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 15px;
}

/* ==========================================================================
   =Links
   ========================================================================== */
a {
  color: #c25582;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

a:focus {
  color: #342849;
}

a:hover {
  color: #342849;
}

a:active {
  color: #342849;
}

/* ==========================================================================
   =Components
   ========================================================================== */
/* =Buttons
   ========================================================================== */
a.btn {
  position: relative;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px 18px;
  border: 2px solid #c25582;
  border-radius: 3px;
  margin-bottom: 25px;
  color: #c25582;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat';
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.btn:focus,
a.btn:hover {
  border-color: #342849;
  background-color: #342849;
  color: #ffffff;
}

a.btn:active {
  border-color: #342849;
  background-color: #342849;
  color: #ffffff;
}

a.btn.btn-small {
  padding: 2px 16px;
}

a.btn.btn-large {
  padding: 6px 20px;
}

/* =Social Links
   ========================================================================== */
.social-links {
  margin-bottom: 25px;
}

/*
	 * 1. Clearfix hack
	 */
.social-links:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a.social-icon {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}

a.social-icon:last-child {
  margin-right: 0;
}

a.social-icon:hover,
a.social-icon:focus {
  color: #342849;
  border-color: #342849;
}

a.social-icon:active {
  color: #342849;
  border-color: #342849;
}

a.social-icon i {
  font-size: 17px;
  line-height: 28px;
}

/* =Icon Box
   ========================================================================== */
.icon-box {
  position: relative;
  margin-bottom: 25px;
}

.icon-box h4 {
  margin-bottom: 0;
  padding-top: 8px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.icon-box > i {
  display: block;
  float: left;
  font-size: 30px;
  line-height: 1;
}

.icon-box .icon-box-content {
  margin-left: 45px;
}

/* =Headline
   ========================================================================== */
.headline {
  padding: 10px;
  background-color: #c25582;
  margin-bottom: 25px;
}

.headline h5 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* =Checklist
   ========================================================================== */
.check-list {
  list-style: none;
}

.check-list li:before {
  position: relative;
  top: 2px;
  width: auto;
  height: auto;
  margin-right: 8px;
  color: #c25582;
  font-family: 'vsmf';
  font-size: 17px;
  font-style: normal;
}

.check-list li:before {
  content: "\e921";
}

@media (max-width: 767px) {
  .girlsingle .check-list {
    margin-bottom: 0;
  }
}

/* =Counter
   ========================================================================== */
.counter {
  position: relative;
  margin: 5px 0;
}

.counter:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.counter__standard,
.counter__symbol,
.counter__title {
  line-height: 1;
  color: #eee;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.counter__standard {
  font-weight: 700;
  color: #c25582;
}

/* ==========================================================================
   =Layout
   ========================================================================== */
/* =Wrap
   ========================================================================== */
#wrap {
  position: relative;
}

/* =Header Top
   ========================================================================== */
#header-top {
  display: none;
  padding: 7.5px 0;
  background-color: #000000;
  font-size: 90%;
}

@media (min-width: 768px) {
  #header-top {
    display: block;
  }
}

/* =Header
   ========================================================================== */
#header {
  padding: 35px 0 25px;
  background-color: #181221;
}

@media (min-width: 768px) {
  #header {
    padding: 45px 0 40px;
  }
}

/* =Content
   ========================================================================== */
#content {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  #content {
    padding-bottom: 50px;
  }
}

/* =Footer
   ========================================================================== */
#footer-top {
  padding: 25px 0;
  background-color: #c25582;
}

#footer {
  padding: 25px 0;
  background-color: #181221;
}

#footer-bottom {
  padding: 15px 0;
  background-color: #181221;
}

@media (min-width: 768px) {
  #footer-top {
    padding: 15px 0;
  }
  #footer {
    padding: 75px 0 50px;
  }
  #footer-bottom {
    padding: 25px 0 100px;
  }
}

/* ==========================================================================
   =Logo
   ========================================================================== */
#logo.logo-text a {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

#logo.logo-text a small {
  display: block;
  font-size: 50%;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

/* ==========================================================================
   =Navigation
   ========================================================================== */
#header nav {
  float: right;
}

/* ==========================================================================
   =Menu
   ========================================================================== */
/* =Menu Basics
   ========================================================================== */
.sf-menu {
  display: none;
}

@media (min-width: 992px) {
  .sf-menu {
    display: block;
  }
}

/*
	 * 1. Clearfix hack
	 */
.sf-menu:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.sf-menu,
.sf-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.sf-menu {
  padding-top: 5px;
}

.sf-menu > li {
  display: inline-block;
}

.sf-menu > li > a {
  position: relative;
  display: block;
}

.sf-menu .sf-mega,
.sf-menu li.dropdown ul {
  position: absolute;
  z-index: 1025;
  /* 1 */
  top: 100%;
  left: 0;
  display: none;
}

.sf-menu li.dropdown {
  position: relative;
}

.sf-menu li.dropdown ul ul {
  top: 0;
  left: 100%;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega,
.sf-menu li.dropdown:hover > ul,
.sf-menu li.dropdown.sfHover > ul {
  display: block;
}

/* =Menu Skin
   ========================================================================== */
.sf-menu a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}

.sf-menu a:not(.btn):hover {
  color: #c25582;
}

.sf-menu li.dropdown a:not(.btn),
.sf-menu li.mega a:not(.btn) {
  padding: 7px 15px;
}

.sf-menu li.dropdown ul a:not(.btn),
.sf-menu li.mega .sf-mega a:not(.btn) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sf-menu li.dropdown > a:not(.btn) {
  border-bottom: 0;
}

.sf-menu li.dropdown li > a:not(.btn):hover:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 140px;
  border-bottom: 1px solid #c25582;
  content: " ";
}

.sf-menu li:last-child > a:not(.btn) {
  border-bottom: none;
}

.sf-menu > li > a:not(.btn),
.sf-menu > li.dropdown > a:not(.btn),
.sf-menu > li.mega > a:not(.btn) {
  padding: 0 15px 15px 0;
  color: #ffffff;
}

.sf-menu > li a:not(.btn) i {
  margin-right: 2px;
  color: #ffffff;
}

.sf-menu > li.current > a:not(.btn) {
  color: #ffffff;
}

.sf-menu > li.sfHover > a:not(.btn):focus,
.sf-menu > li > a:not(.btn):focus,
.sf-menu > li.sfHover > a:not(.btn):hover,
.sf-menu > li > a:not(.btn):hover {
  color: #c25582;
}

/* =DropDown
   ========================================================================== */
/**
 	 * 1. allow long menu items to determine submenu width
 	 */
.sf-menu li.dropdown ul {
  min-width: 200px;
  /* 1 */
  background-color: rgba(38, 28, 28, 0.75);
  left: 0;
}

/* =Mega Menu Section
   ========================================================================== */
.sf-mega {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 0;
  background-color: rgba(38, 28, 28, 0.75);
  color: #ffffff;
}

.sf-mega-section {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

/**
 	 * 1. set mega menu section size, as a percentage of the mega menu width
 	 */
.sf-mega.sf-mega-1-col .sf-mega-section {
  width: 100%;
}

/* 1 */
.sf-mega.sf-mega-2-col .sf-mega-section {
  width: 50%;
}

.sf-mega.sf-mega-3-col .sf-mega-section {
  width: 33.3333333333%;
}

.sf-mega.sf-mega-4-col .sf-mega-section {
  width: 25%;
}

/* =Menu Arrows
   ========================================================================== */
.sf-menu .dropdown .dropdown > a:not(.btn):after {
  content: "\e924";
  font-family: 'vsmf';
  padding-left: 5px;
  float: right;
}

/* =Menu Log in / Sign Up Buttons
   ========================================================================== */
.sf-menu .btn {
  margin-bottom: 0;
}

.sf-menu .btn {
  margin-right: 10px;
}

.sf-menu li:last-child .btn {
  margin-right: 0;
}

/* ==========================================================================
   =Mobile Menu
   ========================================================================== */
#mobile-menu {
  display: none;
}

/*
	 * 1. Clearfix hack
	 */
#mobile-menu:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#mobile-menu {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0;
  margin-top: 15px;
}

#mobile-menu li {
  display: block;
  margin: 0;
}

#mobile-menu > li > ul,
#mobile-menu > li > ul > li > ul {
  display: none;
  margin-left: 0;
}

#mobile-menu .sf-mega {
  display: none;
  padding: 0;
  border: none;
  margin: 0;
}

#mobile-menu .sf-mega-section {
  float: none;
  width: 100%;
  padding: 0;
  border: none;
}

#mobile-menu .sf-mega-section ul {
  margin-left: 0;
  margin-bottom: 0;
}

#mobile-menu li a:not(.btn) {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-align: left;
  text-decoration: none;
  color: #ffffff;
}

#mobile-menu ul a:not(.btn) {
  padding-left: 37px;
}

#mobile-menu ul li ul a:not(.btn) {
  padding-left: 50px;
}

#mobile-menu li.dropdown > a:not(.btn) {
  padding-right: 75px;
}

#mobile-menu .mobile-menu-submenu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

#mobile-menu .mobile-menu-submenu-arrow:hover {
  background-color: rgba(38, 28, 28, 0.75);
}

#mobile-menu li .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 15px;
  margin: 7px 0;
  color: #ffffff;
}

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
#mobile-menu-trigger {
  display: inline-block;
  padding: 0 10px;
  border: 2px solid #c25582;
  border-radius: 3px;
  color: #ffffff;
}

@media (min-width: 992px) {
  #mobile-menu-trigger {
    display: none;
  }
}

#mobile-menu-trigger:hover {
  color: #c25582;
}

#mobile-menu-trigger i {
  font-size: 20px;
}

/* ==========================================================================
   =Page Header
   ========================================================================== */
#page-header {
  position: relative;
  padding: 15px 0;
  margin-bottom: 50px;
  background-color: #c25582;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page-header [class*=col] *:last-child {
  margin-bottom: 0;
}

#page-header-action {
  display: none;
}

#page-header .btn {
  color: #fff;
  border-color: #fff;
  font-weight: 400;
}

#page-header .btn:hover {
  background-color: transparent;
}

#page-header-title {
  color: #ffffff;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

#page-header-description {
  display: none;
}

@media (min-width: 768px) {
  #page-header-action {
    display: block;
  }
  #page-header-description {
    color: #ffffff;
    line-height: 30px;
    text-align: right;
    display: block;
  }
}

@media (min-width: 768px) {
  #page-header-title {
    text-align: center;
  }
}

/* ==========================================================================
   =Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  padding: 15px 0;
  margin-bottom: 0;
  margin-top: -50px;
  font-size: 14px;
}

.breadcrumbs-separator {
  padding: 0 5px;
}

/* ==========================================================================
   =Back to top
   ========================================================================== */
#back-to-top {
  position: fixed;
  z-index: 99999999;
  right: -40px;
  bottom: 13px;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  color: #c25582;
  line-height: 24px;
  border: 2px solid #c25582;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
  #back-to-top {
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}

#back-to-top i {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

#back-to-top:hover {
  background-color: #342849;
  border-color: #342849;
}

#back-to-top:hover i {
  color: #ffffff;
}

#back-to-top.visible {
  right: 11px;
}

#back-to-top.gone {
  right: -40px;
}

@media (min-width: 1200px) {
  #back-to-top {
    bottom: 7px;
  }
  #back-to-top.visible {
    right: 25px;
  }
}

/* ==========================================================================
   =Generic Page
   ========================================================================== */
/* =Conditional
   ========================================================================== */
.conditions-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #e8e8e8 url("../images/bg-conditions.png") no-repeat bottom left;
}

.conditions {
  position: relative;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px 15px;
  margin: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.conditions-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.conditions-frame {
  overflow-y: auto;
  height: 125px;
  padding: 20px;
  background-color: #ebebeb;
}

.conditions-frame p {
  margin-bottom: 12.5px;
  line-height: 1.25;
}

.conditions-actions {
  padding-top: 20px;
  text-align: center;
}

.conditions-actions .link {
  margin-right: 15px;
  font-size: 12px;
  color: #262626;
  font-weight: 700;
  text-decoration: underline;
}

.conditions-image {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .conditions-wrapper {
    background: #e8e8e8;
  }
  .conditions {
    max-width: 720px;
    padding: 80px 60px 60px 280px;
    margin: 0 auto;
    background: #ffffff url("../images/bg-conditions.png") no-repeat bottom left;
    background-size: 250px;
  }
  .conditions-actions {
    text-align: right;
  }
}

@media (min-width: 991px) {
  .conditions {
    max-width: 920px;
    padding: 80px 60px 60px 320px;
    background-size: 300px;
  }
  .conditions-frame {
    height: 200px;
  }
  .conditions-title {
    margin-bottom: 30px;
  }
  .conditions-actions {
    padding-top: 30px;
  }
}

/* ==========================================================================
   =Register Page
   ========================================================================== */
.register-page #content {
  background-color: #eeeeee;
}

@media (min-width: 1367px) {
  .register-page #content {
    padding-bottom: 125px;
  }
  .register-page #page-header {
    margin-bottom: 125px;
  }
}

.user-wrap {
  margin-bottom: 5px;
  position: relative;
}

.user-wrap:not(:last-child):after {
  content: 'ORI';
  background-color: #c25582;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid #f7f7f7;
  margin-top: -20px;
  z-index: 99999;
}

.user {
  padding: 50px 25px;
}

.user {
  background: #ffffff url("../images/bg-register-member.png") no-repeat bottom right;
  background-size: 100px;
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.15);
}

.user.user-escort {
  background-image: url("../images/bg-register-escort.png");
}

.user.user-agency {
  background-image: url("../images/bg-register-agency.png");
}

.user-title {
  font-weight: 700;
  margin-bottom: 0;
}

.user-title span {
  color: #c25582;
}

.user-subtitle {
  margin: 7px 0;
  font-weight: 700;
}

.user-intro {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.35;
}

.user-info .btn {
  margin-bottom: 0;
}

.user-list {
  font-size: 14px;
}

@media (min-width: 480px) {
  .user {
    background-size: 150px;
  }
}

@media (min-width: 991px) {
  .user {
    background-size: 125px;
    min-height: 390px;
    padding: 50px;
  }
  .user-wrap {
    width: 33.33333333%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .user-wrap:not(:last-child) {
    padding-right: 5px;
  }
  .user-wrap:not(:last-child):after {
    left: auto;
    right: -20px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 5px solid #f7f7f7;
    margin-top: -20px;
  }
}

@media (min-width: 991px) {
  .user {
    background-size: 150px;
  }
}

/* ==========================================================================
   =Login Page
   ========================================================================== */
.login-page #content {
  background-color: #eeeeee;
}

@media (min-width: 1367px) {
  .login-page #content {
    padding-bottom: 125px;
  }
  .login-page #page-header {
    margin-bottom: 125px;
  }
}

.login-wrap {
  background: #ffffff url("../images/bg-login.jpg") no-repeat bottom left;
  background-size: 450px;
  padding: 50px 50px 300px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  max-width: 920px;
  margin: 25px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .login-wrap {
    padding: 50px 50px 50px 350px;
    background-size: 650px;
  }
}

/* ==========================================================================
   =Escorts Page
   ========================================================================== */
/* =Filter escorts
   ========================================================================== */
.filter-escorts {
  border: 1px solid #ebebeb;
  padding: 10px 10px 5px;
  border-radius: 3px;
}

.filter-escorts .filter:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.filter-escorts .filter .filter-criteria {
  width: 20%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filter-escorts .filter .filter-criteria:not(:last-child) {
  padding-right: 10px;
}

.filter-escorts .filter .filter-criteria h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}

/* =Escort locations list
   ========================================================================== */
.escort-locations-wrap {
  background-color: #eeeeee;
  padding: 25px 0;
  margin-top: -50px;
  margin-bottom: 50px;
  position: relative;
}

.escort-locations:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.escort-locations {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}

.escort-locations li {
  margin-bottom: 5px;
  font-size: 14px;
}

.escort-locations li a span {
  padding: 5px 7px;
  margin-right: 10px;
  background-color: #342849;
  display: inline-block;
  min-width: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  border-radius: 3px;
}

@media (min-width: 350px) {
  .escort-locations {
    margin: -5px;
  }
  .escort-locations li {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .escort-locations li {
    width: 33.33333333%;
  }
}

@media (min-width: 991px) {
  .escort-locations li {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .escort-locations li {
    width: 20%;
  }
}

/* =Escorts
   ========================================================================== */
.escorts {
  list-style: none;
  margin-bottom: 0;
}

.escorts:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.escorts li {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .escorts {
    margin: -5px;
  }
  .escorts li {
    padding: 5px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .escorts li {
    width: 33.33333333%;
  }
}

/* =Escort profile sumary
   ========================================================================== */
.escort {
  position: relative;
}

.escort img {
  width: 100%;
}

.escort-bagdes {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.escort-bagdes div {
  background-color: #ffffff;
  color: #181221;
  padding: 5px 3px;
  border-radius: 3px;
  margin-bottom: 3px;
  text-align: center;
  width: 30px;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
}

.escort-bagdes div i {
  font-size: 25px;
  line-height: 25px;
  color: #181221;
}

/*
	.escort-bagdes .verified {
		background-color: green;
	}

	.escort-bagdes .new {
		background-color: red;
	}
	*/
.escort-details-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 25px;
  z-index: 1;
}

.escort-details h3 {
  margin: 0;
  color: #ffffff;
}

.escort-details p {
  margin: 0;
  color: #ffffff;
}

.escort-details .btn {
  margin: 15px 0 0 0;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .escort-details-wrap {
    top: 0;
    display: none;
  }
  .escort:hover .escort-details-wrap {
    display: block;
  }
  .escort-details {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* =Escort featured
   ========================================================================== */
.escort-featured {
  margin-bottom: 25px;
}

/* ==========================================================================
   =Escort Details Page
   ========================================================================== */
.escort-page #content {
  background-color: #eeeeee;
}

/* =Escort pics
   ========================================================================== */
.escort-pics {
  list-style: none;
  margin: 5px -5px 25px;
  position: relative;
}

.escort-pics li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
  padding: 5px;
  float: left;
  height: 100px;
  overflow: hidden;
}

.escort-pics:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

@media (min-width: 991px) {
  .escort-pics li {
    height: 125px;
  }
}

/* =Report problems
   ========================================================================== */
.report-problem .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/* =info box
   ========================================================================== */
.info-box {
  padding: 25px;
  background-color: #ffffff;
  margin-bottom: 25px;
}

.info-box h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.info-box h2 span {
  color: #c25582;
}

.info-box h5 {
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.info-box .headline h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding-left: 10px;
}

.info-box .btn {
  margin: 10px 0;
}

/* =Escort quick contact
   ========================================================================== */
.escort-quick-contact {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 15px 0;
}

.escort-quick-contact .btn {
  margin-bottom: 0;
  color: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 767px) {
  .escort-quick-contact .phone.show-phone {
    text-align: center;
  }
}

/* ==========================================================================
   =Posts
   ========================================================================== */
.post {
  position: relative;
}

.post + .post {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .post + .post {
    margin-top: 75px;
  }
}

/* =Sticky Post
   ========================================================================== */
/* =Post Header
   ========================================================================== */
.post-header {
  position: relative;
  margin-bottom: 25px;
}

/*
	 * 1. Clearfix hack
	 */
.post-header:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Post Content
   ========================================================================== */
.post-content {
  margin-bottom: 25px;
}

/*
	 * 1. Clearfix hack
	 */
.post-content:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-content iframe {
  max-width: 100%;
}

/* =Post Footer
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.post-footer:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Post Thumbnail
   ========================================================================== */
.post-thumbnail {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.post-thumbnail img {
  display: block;
}

/* =Post Title
   ========================================================================== */
.post-title {
  margin: 0 0 5px 0;
}

.post-title a {
  color: #262626;
}

/* =Post Meta
   ========================================================================== */
.post-meta {
  position: relative;
}

.post-meta:last-child {
  padding-bottom: 0;
}

.post-meta-separator {
  padding: 0 5px;
}

.edit-link:before {
  font-family: 'vsmf';
  content: "\e917";
  padding-right: 3px;
}

.comments-link:before {
  font-family: 'vsmf';
  content: "\e917";
  padding-right: 3px;
}

.tags-links {
  margin: 25px 0;
}

.tags-links a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #c25582;
}

.tags-links a:after {
  content: "-";
  padding-left: 5px;
}

.tags-links a:last-child:after {
  display: none;
}

.tags-links a:hover {
  color: #342849;
}

.more-link {
  position: relative;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px 18px;
  border: 2px solid #c25582;
  border-radius: 3px;
  margin-bottom: 0;
  color: #c25582;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat';
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.more-link:focus,
.more-link:hover {
  border-color: #342849;
  background-color: #342849;
  color: #ffffff;
}

.more-link:active {
  border-color: #342849;
  background-color: #342849;
  color: #ffffff;
}

.posted-on {
  display: inline-block;
  color: #262626;
}

/* ==========================================================================
   =Posts Navigation(s)
   ========================================================================== */
/* =Post Pagination
   ========================================================================== */
.pagination {
  margin: 75px 0 25px;
}

/*
	 * 1. Clearfix hack
	 */
.pagination:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 25px;
  text-align: center;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers.current {
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}

@media (max-width: 767px) {
  .pagination {
    margin: 50px 0 50px;
  }
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .pagination .page-numbers.current {
    display: inline-block;
  }
  .page-numbers.prev .screen-reader-text,
  .page-numbers.next .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
  }
}

/* =Page Links
   ========================================================================== */
.page-links {
  margin: 25px 0;
}

.page-links .page-number {
  padding: 0 5px 0 0;
}

/* =Post Navigation
   ========================================================================== */
.post-navigation {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 25px 0 25px 0;
}

/*
	 * 1. Clearfix hack
	 */
.post-navigation:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) {
  .post-navigation {
    margin: 25px 0 75px 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .post-navigation .nav-previous {
    margin-bottom: 25px;
  }
}

.post-navigation .nav-subtitle {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 5px;
}

/* ==========================================================================
   =Comments, Pingbacks and Trackbacks
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.comments-area:after,
.comment-list:after
.comment:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comments-area {
  margin-bottom: 50px;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.comment-list {
  margin: 25px 0;
}

@media (max-width: 480px) {
  .comment-list .children {
    margin-left: 5px;
  }
}

.no-comments,
.comment-awaiting-moderation {
  color: #262626;
}

/* =Comment Meta
   ========================================================================== */
.comment-meta {
  margin: 10px 0;
}

.comment-author {
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  position: absolute;
  left: -84px;
  top: -14px;
  height: 64px;
  width: 64px;
}

@media (max-width: 480px) {
  .comment-author .avatar {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: 48px;
    width: 48px;
    margin-bottom: 25px;
  }
}

.comment-author .says {
  display: none;
}

.comment-metadata > a {
  color: #262626;
}

/* =Comment Body
   ========================================================================== */
.comment .comment-body {
  position: relative;
  padding: 25px 0 25px 84px;
  border-top: 1px solid #ebebeb;
}

.comment-list > li:first-child > .comment-body {
  padding-top: 7px;
  border-top: 0;
}

@media (max-width: 480px) {
  .comment .comment-body {
    padding-left: 0;
  }
}

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

/* =Comment Reply
   ========================================================================== */
.reply {
  margin: 12px 0 25px;
}

.comment-reply-link {
  position: relative;
}

/* ==========================================================================
   =Comments Navigation
   ========================================================================== */
.comment-navigation {
  padding-top: 25px;
  margin-bottom: 25px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-navigation:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#comment-nav-above {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}

#comment-nav-below {
  border-top: 1px solid #ebebeb;
}

.comment-navigation .nav-next a:after {
  font-family: 'vsmf';
  content: "\e926";
  padding-left: 5px;
}

.comment-navigation .nav-previous a:before {
  font-family: 'vsmf';
  content: "\e927";
  padding-right: 5px;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

/* ==========================================================================
   =Comments Form
   ========================================================================== */
/*
	 * 1. Clearfix hack
	 */
.comment-respond:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-reply-title {
  margin-bottom: 0;
}

.comment-form {
  margin: 0 -15px;
}

/*
	 * 1. Clearfix hack
	 */
.comment-form:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-form p:not(.comment-notes):not(.logged-in-as) {
  margin-bottom: 0;
}

.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 33.33333333%;
    float: left;
  }
}

/* ==========================================================================
   =Widgets: Default WordPress Widgets
   ========================================================================== */
.widget {
  margin-bottom: 25px;
}

#header-top [class*=col]:last-child .widget:last-child,
#footer-top [class*=col]:last-child .widget:last-child,
#footer [class*=col]:last-child .widget:last-child,
#footer-bottom [class*=col]:last-child .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .widget {
    margin-bottom: 50px;
  }
  #header-top .widget,
  #footer-top .widget,
  #footer .widget,
  #footer-bottom .widget {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .widget:last-child {
    margin-bottom: 0 !important;
  }
}

/**
	 * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes
	 */
.widget > *:last-child {
  margin-bottom: 0;
  /* 1 */
}

.widget-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .widget-title {
    margin-bottom: 25px;
  }
}

/* =Archive Widget
   ========================================================================== */
.widget_archive ul {
  list-style: none;
}

.widget_archive li {
  padding: 6.25px 0;
  border-bottom: 1px solid #ebebeb;
}

.widget_archive li:first-child {
  padding-top: 0;
}

.widget_archive li:last-child {
  border-bottom: 0;
}

.widget_archive li span {
  float: right;
}

.widget_archive select {
  margin-bottom: 0;
}

/* =Calendar Widget
   ========================================================================== */
#calendar_wrap table {
  position: relative;
  border-collapse: separate;
  border-spacing: 4px;
}

#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td {
  border: 0;
  padding: 0;
  text-align: center;
}

#wp-calendar caption {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #c25582;
  line-height: 50px;
}

#wp-calendar th {
  color: #c25582;
  line-height: 50px;
}

#wp-calendar tbody td:not(.pad) {
  border: 1px solid #ebebeb;
  line-height: 40px;
}

#wp-calendar tbody td a {
  display: block;
  margin: 0;
  background-color: #ffffff;
  color: #c25582;
  line-height: 40px;
  text-align: center;
}

#wp-calendar tbody td a:hover {
  background-color: #342849;
  color: #ffffff;
}

#wp-calendar #today {
  background-color: #c25582;
  color: #ffffff;
}

#wp-calendar tfoot {
  height: 0;
  float: left;
}

#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  width: 46px;
  line-height: 50px;
  font-size: 0;
}

#wp-calendar #prev a:before {
  position: relative;
  display: inline-block;
  color: #c25582;
  content: "\e927";
  font-family: 'vsmf';
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

#wp-calendar #prev a:hover:before {
  color: #342849;
}

#wp-calendar #next a {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-block;
  width: 46px;
  line-height: 50px;
  font-size: 0;
}

#wp-calendar #next a:before {
  position: relative;
  display: inline-block;
  color: #c25582;
  content: " \e926";
  font-family: 'vsmf';
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

#wp-calendar #next a:hover:before {
  color: #342849;
}

/* =Categories Widget
   ========================================================================== */
.widget_categories ul {
  list-style: none;
}

.widget_categories ul ul {
  margin-bottom: 0;
}

.widget_categories li {
  padding: 6.25px 0;
  border-bottom: 1px solid #ebebeb;
}

.widget_categories li ul li {
  border-bottom: 0;
}

.widget_categories li:first-child {
  padding-top: 0;
}

.widget_categories li:last-child {
  border-bottom: 0;
}

.widget_categories li ul li:last-child {
  padding-bottom: 0;
}

.widget_categories li span {
  float: right;
}

.widget_categories select {
  margin-bottom: 0;
}

/* =Pages Widget
   ========================================================================== */
.widget_pages ul {
  list-style: none;
}

.widget_pages li {
  padding: 6.25px 0;
}

.widget_pages li:first-child {
  padding-top: 0;
}

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

/* =Meta Widget
   ========================================================================== */
.widget_meta ul {
  list-style: none;
}

.widget_meta li {
  padding: 6.25px 0;
}

.widget_meta li:first-child {
  padding-top: 0;
}

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

/* =Recent Comments Widget
   ========================================================================== */
.widget_recent_comments ul {
  list-style: none;
}

.widget_recent_comments li {
  padding: 6.25px 0;
}

.widget_recent_comments li:first-child {
  padding-top: 0;
}

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

/* =Recent Entries Widget
   ========================================================================== */
.widget_recent_entries ul {
  list-style: none;
}

.widget_recent_entries ul li {
  position: relative;
  padding: 12.5px 0;
  border-bottom: 1px solid #ebebeb;
}

.widget_recent_entries ul li:first-child {
  padding-top: 0;
}

.widget_recent_entries ul li:last-child {
  border-bottom: 0;
}

.widget_recent_entries ul li a {
  display: block;
}

.widget_recent_entries ul li .post-date {
  display: block;
}

/* =RSS Widget
   ========================================================================== */
.widget_rss ul {
  margin: 0;
  list-style: none;
}

.widget_rss li {
  margin-bottom: 25px;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss ul li a.rsswidget {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.widget_rss .rsswidget img {
  margin-top: -5px;
}

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  padding: 12.5px 0;
  color: #342849;
}

/* =Search Widget
   ========================================================================== */
.widget_search .search-form {
  position: relative;
}

.widget_search .search-field {
  padding-left: 25px;
}

.widget_search .search-submit {
  position: absolute;
  top: 4px;
  right: 1px;
  padding: 3px 25px;
  border-width: 0 0 0 1px;
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #c25582;
  text-align: center;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #342849;
}

.widget_search .search-submit:active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #342849;
}

/* =Text Widget
   ========================================================================== */
/**
	 * 1. The last element inside text widget shouldn't have margin bottom
	 */
.textwidget > *:last-child {
  margin-bottom: 0;
  /* 1 */
}

/* =Custom Html Widget
   ========================================================================== */
/* =Tag Cloud Widget
   ========================================================================== */
.widget_tag_cloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #c25582;
}

.widget_tag_cloud a:after {
  content: "-";
  padding-left: 6px;
}

.widget_tag_cloud a:last-child:after {
  display: none;
}

.widget_tag_cloud a:hover {
  color: #342849;
}

/* =Nav Menu Widget
   ========================================================================== */
.widget_nav_menu ul {
  list-style: none;
  margin-bottom: 0;
}

.widget_nav_menu li {
  padding: 6.25px 0;
}

.widget_nav_menu li:first-child {
  padding-top: 0;
}

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

.widget_nav_menu li a {
  display: inline-block;
}

#header-top .widget_nav_menu {
  text-align: right;
}

#header-top .widget_nav_menu li {
  display: inline-block;
  padding: 0 12.5px 0 0;
}

/* =Audio Widget
   ========================================================================== */
/* =Image Widget
   ========================================================================== */
/* =Video Widget
   ========================================================================== */
/* ==========================================================================
   =Widgets: Custom Widgets
   ========================================================================== */
/* =Social Media  Widget
   ========================================================================== */
@media (min-width: 768px) {
  #header-top .vsmf_widget_social_media .social-links {
    text-align: right;
  }
}

/* =Contact Info  Widget
   ========================================================================== */
.vsmf_widget_contact_info ul {
  list-style: none;
}

.vsmf_widget_contact_info span {
  font-weight: 700;
}

.vsmf_widget_contact_info ul li:not(:last-child) {
  margin-bottom: 13px;
}

.vsmf_widget_contact_info ul li i {
  margin-right: 5px;
  font-size: 17px;
  color: #c25582;
}

/* =Copyright
   ========================================================================== */
@media (min-width: 768px) {
  .copyright {
    text-align: center;
  }
}

/* ==========================================================================
   =Media
   ========================================================================== */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

/* =Captions
   ========================================================================== */
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  padding: 10px 0;
}

/* =Galleries
   ========================================================================== */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  padding: 10px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
   =Contrast
   ========================================================================== */
.contrast {
  color: #7a7a7a;
}

#footer-top.contrast {
  color: #ffffff;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast strong {
  color: #ffffff;
}

.contrast abbr[title] {
  border-bottom-color: #7a7a7a;
}

.contrast q,
.contrast blockquote {
  color: #7a7a7a;
}

.contrast hr {
  background-color: rgba(255, 255, 255, 0.25);
}

.contrast table,
.contrast th,
.contrast td {
  border-color: rgba(255, 255, 255, 0.25);
}

.contrast a {
  color: #919191;
}

.contrast a:focus {
  color: #ffffff;
}

.contrast a:hover {
  color: #ffffff;
}

.contrast a:active {
  color: #ffffff;
}

.contrast .btn:hover,
.contrast .btn:active {
  color: #ffffff;
}

.contrast a.social-icon {
  border-color: rgba(255, 255, 255, 0.25);
  color: #7a7a7a;
}

.contrast a.social-icon:hover,
.contrast a.social-icon:focus {
  color: #ffffff;
  border-color: #ffffff;
}

.contrast a.social-icon:active {
  color: #ffffff;
  border-color: #ffffff;
}

#header-top.contrast a.social-icon {
  border: 0;
  color: #7a7a7a;
}

#header-top.contrast a.social-icon:hover,
#header-top.contrast a.social-icon:focus {
  color: #342849;
}

#header-top.contrast a.social-icon:active {
  color: #342849;
}

.contrast .widget_archive li,
.contrast .widget_categories li,
.contrast .widget_recent_entries ul li {
  border-color: rgba(255, 255, 255, 0.25);
}

.contrast #wp-calendar tbody td:not(.pad) {
  border-color: rgba(255, 255, 255, 0.25);
}

.contrast .widget_rss cite,
.contrast .widget_rss .rss-date {
  color: #ffffff;
}

/* ==========================================================================
   =Accessibility
   ========================================================================== */
/**
 	 * Text meant only for screen readers.
	 *
	 * 1. Many screen reader and browser combinations announce broken words as they would appear visually.
 	 */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* 1 */
}

/**
	 * 1. Above WP toolbar.
 	 */
.screen-reader-text:focus {
  z-index: 100000;
  /* 1 */
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

/* ==========================================================================
   =Alignments
   ========================================================================== */
.alignleft {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}

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

/* ==========================================================================
   =Text Alignment classes
   ========================================================================== */
.text-left {
  text-align: left;
}

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

@media (max-width: 767px) {
  .text-right {
    text-align: left;
  }
}

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

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

.text-accent-color-1 {
  color: #342849;
}

.text-accent-color-2 {
  color: #c25582;
}

/* ==========================================================================
   =Text Transformation classes
   ========================================================================== */
.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* ==========================================================================
   =Other Helper classes
   ========================================================================== */
.m-bottom-none {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=vsmf.css.map */
