/**
 *** Table Of Contents
 **/
/*
 ** Template colors
 *
 Accent Colors:
 1: #cf357a
 2: #cf357a
 3: #cf357a
 4: #cf357a
 Light section (.ls) colors:
 Text color in light section: #cf357a
 Background color for light section and font color in dark section: #{$lightColor}
 Color for headings in light section and for background in dark section (.ds): #{$darkgreyColor}
 Background color for light muted section (grey - .ls.ms): #{$greyColor}
 Background color for dark muted section (.ds.ms): #{$darkColor}
 Border colors for elements in light section (and .bordered elements): #{$borderColor}, #{$borderColorRGBA}
 Background color for elements in light section (.hero-bg): #{$backgroundColor}
 Dark section (.ds) colors: 
 Text color in dark section: #{$darkFontColor}
 Border colors for elements in dark section: #{$darkBorderColor}
 Background color for elements in dark section (.hero-bg): #{$darkBackgroundColor}
 Color section (.cs) colors: 
 Background color for elements in color section: #{$colorBackgroundColor}
 Border color for elements in color section: #{$colorBorderColor}
 1. Common tags styles
 2. Styled lists
 3. Overrides for default Bootstrap components
 4. jQuery plugins styles
 - owl
 - flexslider
 - photoswipe
 - piechart
 - timetable
 - totop
 - countdown
 5. Bootstrap Addons helpers styles for sections and elements
 - horizontal
 - vertical
 - sections
 - media_items
 - buttons
 6. Light background sections (.ls) styles
 7. Dark background sections (.ds) styles
 8. Color background sections (.cs) styles
 9. Bootstrap Addons utility styles
 - layout
 - colors
 - spacing
 10. Shortcodes styles
 - icon-box
 - special-heading
 - number-card
 - price_table
 - quote-item
 - items-masonry
 11. Widgets styles
 - search_mailchimp
 - nav_cat_arch_meta_pages
 - calendar
 - rss
 - tag_cloud
 - flickr
 - instagram
 - access_press
 - twitter
 - post_slider
 - post_tabs
 - post_2cols
 12. Social icons styles
 13. WordPress styles
 14. Menu styles
 15. Header styles
 16. Side header styles
 17. Intro section styles
 18. Common sub-pages styles
 19. Template specific sections styles
 */
/*
 ** General Styles for HTML tags
 */
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
::selection {
  color: #fff;
  background-color: #cf357a;
}
::-moz-selection {
  color: #fff;
  background-color: #cf357a;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  background-color: #fff;
  overflow: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Vidaloka', serif;
  line-height: 1.4;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 12px;
}
h1 {
  font-size: 56px;
  margin-top: 50px;
}
h2 {
  font-size: 48px;
  margin-top: 35px;
}
h3 {
  font-size: 40px;
  margin-top: 38px;
  margin-bottom: 17px;
}
h4 {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
}
h5 {
  font-size: 24px;
  margin-top: 42px;
  margin-bottom: 23px;
}
h6 {
  font-size: 20px;
  margin-top: 42px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  h1 {
    font-size: 55px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 45px;
  }
  h4 {
    font-size: 35px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 1.1rem;
  }
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
p {
  margin-bottom: 15px;
}
ul:last-child, ol:last-child, p:last-child {
  margin-bottom: 0;
}
p:last-child:after {
  content: '';
  display: block;
  clear: both;
}
img, figure {
  max-width: 100%;
  height: auto;
}
figcaption {
  font-size: 0.95em;
  line-height: 1.4;
  padding: 10px 0 7px;
}
figcaption p {
  margin-bottom: 0;
}
b, strong {
  color: #383c42;
  font-weight: 500;
}
label {
  color: #20252b;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  color: #20252b;
}
a:hover {
  color: #cf357a;
  text-decoration: none;
  transition: all 0.15s linear 0s;
}
blockquote {
  max-width: 765px;
  margin: 40px auto;
  font-style: italic;
}
blockquote footer {
  margin-top: 20px;
}
blockquote cite {
  color: #20252b;
  font-size: 24px;
  font-style: normal;
}
blockquote cite span {
  margin-bottom: -7px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
input:focus, button:focus, select:focus, textarea:focus, a:focus {
  outline: medium none;
  text-decoration: none;
}
a > img {
  transition: all 0.15s ease-in-out 0s;
}
a:hover > img {
  opacity: 0.8;
}
a.btn:active, a.button:active, button:active, input[type="submit"]:active {
  position: relative;
  top: 1px !important;
}
hr {
  border-color: #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
iframe {
  border: none;
  max-width: 100%;
}
table {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}
table td, table th {
  padding: 13px 8px;
  line-height: 1.42857143;
  vertical-align: middle;
}
table th {
  color: #20252b;
  font-weight: normal;
  vertical-align: middle;
}
table tr {
  border-bottom: 1px solid #d9dadc;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
pre {
  line-height: 1.5;
  background-color: rgba(150, 150, 150, 0.05);
  padding: 0.5em 1em;
}
.big {
  margin: 0.85em 0 1.3em;
  font-size: 20px;
  line-height: 1.8em;
}
.big em {
  display: inline-block;
  margin: 0.3em 0 0;
}
@media (min-width: 768px) {
  .big em {
    margin: 1em 0 0.5em;
  }
}
.media h3 {
  text-transform: uppercase;
}
.media .dropcap {
  margin-right: 0;
}
.small-text {
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .small-text.extra-letter-spacing {
    letter-spacing: 1em;
  }
}
nav.navigation b {
  color: #cf357a;
}
ul, ol {
  padding-left: 1.15rem;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.list-bordered {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-bordered li {
  padding-top: 14px;
  padding-bottom: 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.list-bordered li + li {
  border-top: none;
}
.list-bordered.no-top-border > li:first-child {
  border-top: none;
}
.list-bordered.no-bottom-border > li:last-child {
  border-bottom: none;
}
.list1 ul, ul.list1 {
  list-style: none;
  padding: 0;
}
.list1 ul li, ul.list1 li {
  padding: 3px 0;
  position: relative;
  color: #252525;
}
.list1 ul li:before, ul.list1 li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 6px;
  color: #9bdaee;
  position: relative;
  padding-right: 20px;
  top: -2px;
}
ul.list1.color-main li:before {
  color: #cf357a;
}
.list2 ol, ol.list2 {
  counter-reset: li;
  list-style: none;
  padding: 0;
}
.list2 li {
  padding: 4px 0 4px 30px;
  position: relative;
  color: #252525;
}
.list2 li:after {
  color: #cf357a;
  content: counter(li) ".";
  counter-increment: li;
  left: 2px;
  position: absolute;
  top: 3px;
}
/*
 ** Bootstrap Overrides
 */
/* bootstrap breadcrumbs*/
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.breadcrumb > li {
  display: inline-block;
  padding: 0 20px;
  float: none;
}
.text-center .breadcrumb {
  justify-content: center;
}
@media (min-width: 992px) {
  .text-lg-right .breadcrumb {
    justify-content: flex-end;
  }
}
.breadcrumb-item.last-item {
  color: #cf357a;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
/* _forms */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control {
  height: 50px;
  border: 1px solid #d3d3d3;
  background-color: transparent;
  color: #808080;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  text-transform: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus, .form-control:focus {
  border-color: #adadad;
  background-color: transparent;
}
select.form-control:not([size]):not([multiple]) {
  height: 50px;
}
input[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
input[type="submit"], button {
  cursor: pointer;
}
input[type="submit"] {
  min-width: 200px;
}
input[type="submit"], button {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 41px;
  border: 1px solid #9bdaee;
  color: #fff;
  border-color: #9bdaee;
  background-color: #9bdaee;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
}
input[type="submit"]:hover, button:hover {
  background-color: #cf357a;
  border-color: #cf357a;
}
.ds input[type="submit"]:not([class]), .ds button:not([class]), .cs input[type="submit"]:not([class]), .cs button:not([class]) {
  border-color: #fff;
  color: #fff;
}
textarea, textarea.form-control {
  padding-top: 14px;
  height: 160px;
}
.form-group {
  position: relative;
}
[class*='col-'] > .form-group {
  margin-bottom: 0;
}
[class*='col-'] > .form-group + .form-group {
  margin-top: 10px;
}
.has-placeholder label, .field-select label {
  display: none;
}
/* select styling */
select[multiple] {
  height: auto;
}
select option, .form-control option {
  color: #808080;
  background-color: #fff;
}
.form-control-unstyled {
  border: none;
  background-color: transparent;
}
.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #cf357a;
  box-shadow: 0 0 0 2px #cf357a;
}
.form-control:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form-control::-moz-placeholder {
  text-transform: uppercase;
  color: #808080;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #808080;
  text-transform: uppercase;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
  text-transform: uppercase;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
/*icons for _forms */
form label + [class*="fa-"] {
  position: absolute;
  font-size: 16px;
  left: 28px;
  top: 60px;
  width: 1em;
  text-align: center;
}
form .has-placeholder label + [class*="fa-"] {
  top: 17px;
}
form label + [class*="fa-"] + .form-control {
  padding-left: 60px;
}
.checkbox label, .radio label {
  font-weight: inherit;
}
.checkbox label[for], .radio label[for] {
  font-weight: inherit;
}
.checkbox label[for] + input[type=checkbox], .radio label[for] + input[type=checkbox], .checkbox label[for] + input[type=radio], .radio label[for] + input[type=radio] {
  left: 20px;
}
input[type=checkbox], input[type=radio] {
  margin-top: 8px;
}
.form-wrapper.hero-bg, .form-wrapper.muted-bg, .form-wrapper.cs, .form-wrapper.ds, .form-wrapper.ls {
  padding: 35px;
}
.has-error .form-control {
  border-color: #cf357a;
}
.has-error label, .has-error .help-block {
  color: #cf357a;
}
/*styled checkbox */
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox label + input[type="checkbox"], .checkbox label > input[type="checkbox"] {
  display: inline-block;
}
input[type="checkbox"] + label {
  padding-left: 0;
}
input[type="checkbox"] + label > a {
  color: #20252b;
}
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 1px 10px 4px 0;
  text-align: center;
  padding-right: 0.1em;
  width: 16px;
  height: 16px;
  line-height: 14px;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  font-family: "FontAwesome";
}
input[type="checkbox"]:checked + label:before {
  padding: 4px;
  background-color: #9bdaee;
  background-clip: content-box;
}
input[type="checkbox"]:disabled + label:before {
  background-color: #e5e5e5;
}
/*styled radio*/
.radio input[type="radio"] {
  display: none;
}
.radio label + input[type="radio"], .radio label > input[type="radio"] {
  display: inline-block;
}
input[type="radio"] + label {
  padding-left: 0;
}
input[type="radio"] + label > a {
  color: #999;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
}
input[type="radio"]:checked + label:before {
  padding: 3px;
  background-color: #9bdaee;
  background-clip: content-box;
}
input[type="radio"]:disabled + label:before {
  background-color: #e5e5e5;
}
select {
  text-transform: uppercase;
}
.mc4wp-form-fields input[type="email"] {
  text-transform: uppercase;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select_container, .select_container:after, .select_container select {
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.select_container {
  position: relative;
}
.select_container select {
  width: 100%;
  cursor: pointer;
}
.select_container::before {
  content: '\f107';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #999797;
}
.select_container::after {
  content: '';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 30px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #1a1a1a;
}
/* carousel */
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
}
/* bootstrap tabs*/
.nav-tabs {
  border-bottom: 4px solid #cf357a;
}
.nav-tabs.color2 {
  border-bottom: 4px solid #9bdaee;
}
.nav-tabs.color2 .nav-link:hover, .nav-tabs.color2 .nav-link.active {
  border-color: #9bdaee;
  background: #9bdaee;
}
.nav-tabs .nav-link {
  text-align: center;
  border-radius: 25px 25px 0 0;
  border: 1px solid #e5e5e5;
  margin-right: 1px;
  border-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 9px 20px;
  color: #818181;
  min-width: 200px;
  margin-bottom: 1px;
}
.nav-tabs .nav-link:hover {
  background-color: #cf357a;
  color: #fff;
}
.nav-tabs .nav-link.color2:hover {
  border-color: #9bdaee;
  background: #9bdaee;
}
.small-tabs .nav-tabs .nav-link {
  padding: 10px 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #cf357a;
  background: #cf357a;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link.color2, .nav-tabs .nav-link.active.color2 {
  border-color: #9bdaee;
  background: #9bdaee;
}
.tab-content {
  border-radius: 0 0 5px 5px;
  border-top: none;
  border: 1px solid #e5e5e5;
  padding: 50px 55px;
}
@media (max-width: 767px) {
  .tab-content {
    padding: 30px;
  }
}
.tab-pane .media img {
  max-width: 40%;
}
.tab-pane .media img:first-child {
  margin-right: 10px;
}
/* bootstrap collapse*/
[data-toggle="collapse"] {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 10px;
}
[data-toggle="collapse"]:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  font-size: 10px;
  font-family: 'FontAwesome';
  content: "\f078";
}
[data-toggle="collapse"].collapsed:after {
  content: "\f054";
}
[role="tablist"] .card {
  border-radius: 0;
  border: none;
  background: none;
}
[role="tablist"] .card-header {
  padding: 0;
  background: none;
  border: none;
}
[role="tablist"] .card-header a {
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 15px 40px;
  background-color: #cf357a;
}
[role="tablist"] .card-header a i {
  margin-right: 13px;
  color: #fff;
}
[role="tablist"] .card-header a:before, [role="tablist"] .card-header a:after {
  text-align: center;
  font-family: inherit;
  font-size: 27px;
  font-weight: 100;
  content: '';
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
[role="tablist"] .card-header a:after {
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  vertical-align: top;
  top: 50%;
  bottom: auto;
  content: '-';
  background: none;
}
[role="tablist"] .card-header a:hover {
  color: #fff;
}
[role="tablist"] .card-header a.collapsed {
  background-color: #f2f2f2;
  color: #20252b;
}
[role="tablist"] .card-header a.collapsed i {
  color: #9bdaee;
}
[role="tablist"] .card-header a.collapsed:hover {
  background-color: #cf357a;
  color: #fff;
}
[role="tablist"] .card-header a.collapsed:hover i {
  color: #fff;
}
[role="tablist"] .card-header a.collapsed:hover:after {
  content: '+';
  margin-top: -15px;
  color: #fff;
}
[role="tablist"] .card-header a.collapsed:after {
  content: '+';
  font-size: 14px;
  margin-top: -15px;
  color: #9bdaee;
}
[role="tablist"] .card-body {
  padding: 20px 40px 33px;
}
@media (max-width: 767px) {
  [role="tablist"] .card-body {
    padding: 10px 19px 23px;
  }
}
[role="tablist"] .media img {
  max-width: 80px;
}
.ds [role="tablist"] .card-header a:hover {
  opacity: 1;
  color: #fff;
}
.bg-card [role="tablist"] .card {
  border-radius: 0;
  border: none;
  background: none;
}
.bg-card [role="tablist"] .card-header {
  padding: 0;
  background: none;
  border: none;
}
.bg-card [role="tablist"] .card-header a {
  background-color: #9bdaee;
}
.bg-card [role="tablist"] .card-header a i {
  color: #fff;
}
.bg-card [role="tablist"] .card-header a.collapsed {
  background-color: #f2f2f2;
  color: #20252b;
}
.bg-card [role="tablist"] .card-header a.collapsed i {
  color: #cf357a;
}
.bg-card [role="tablist"] .card-header a.collapsed:hover {
  background-color: #9bdaee;
  color: #fff;
}
.bg-card [role="tablist"] .card-header a.collapsed:hover i {
  color: #fff;
}
[role="tablist"] .card-header.color-main2 a {
  background-color: #9bdaee;
}
[role="tablist"] .card-header.color-main2 a.collapsed {
  background-color: #f2f2f2;
  color: #20252b;
}
[role="tablist"] .card-header.color-main2 a.collapsed:hover {
  background-color: #9bdaee;
  color: #fff;
}
/* bootstrap dropdown menu */
.dropdown-menu {
  border: none;
  border-top: 3px solid #cf357a;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 0;
  z-index: 1001;
  margin-top: 0;
  padding: 40px;
  background-color: #fff;
  font-size: inherit;
  line-height: 1.5;
}
.dropdown-menu > a {
  display: block;
  white-space: nowrap;
}
.dropdown-menu > a > img {
  max-width: none;
}
.dropdown-menu > a + a {
  margin-top: 1.5em;
}
.dropdown .dropdown-menu label, .dropdown .dropdown-menu h3, .dropdown .dropdown-menu h4 {
  color: #20252b;
}
.dropdown.show .dropdown-menu input {
  border: 1px solid #e5e5e5;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #20252b;
  background-color: transparent;
}
.dropdwon-menu-title {
  padding: 10px 30px;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
/* modal */
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop.show {
  background-color: #000;
  opacity: 0.6;
}
.modal-content {
  border-radius: 1px;
}
.modal-content [class*="col-"]:last-child {
  margin-bottom: 0;
}
/* bootstrap buttons */
.btn, .more-link {
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 42px;
  border-radius: 50px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .btn, .more-link {
    min-width: auto;
  }
}
.btn.round, .more-link.round, .btn.rounded, .more-link.rounded {
  padding: 23px;
  line-height: 1;
}
/* media elements */
.media > img {
  display: block;
}
.media-body h3, .media-body h4 {
  line-height: 1;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}
* + .media-body, .media-body + * {
  margin-left: 23px;
}
td .media-body {
  width: auto;
}
.embed-responsive-3by2 {
  height: 0;
  padding-bottom: 66.666%;
  background-color: #000;
  border-radius: 5px 5px 0 0;
}
.embed-placeholder:after {
  transition: all 0.3s ease-in-out;
  content: "\f04b";
  font-family: 'FontAwesome';
  position: absolute;
  color: #fff;
  font-size: 21px;
  line-height: 56px;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #cf357a;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-color: #cf357a;
}
.embed-placeholder:hover:after {
  background-color: #9bdaee;
  border-color: #9bdaee;
}
.alert {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50px;
  padding: 9px 55px;
  margin-bottom: 10px;
  border-color: #fff;
}
.alert:before {
  content: "";
  font-family: FontAwesome;
  position: relative;
  top: 0;
  left: -15px;
  font-size: 14px;
}
.alert-success {
  background-color: #78bf4d;
}
.alert-success:before {
  content: "\f058";
}
.alert-info {
  background-color: #4fc3f5;
}
.alert-info:before {
  content: "\f06a";
}
.alert-warning {
  background-color: #fc834b;
}
.alert-warning:before {
  content: "\f071";
}
.alert-danger {
  background-color: #f14f43;
}
.alert-danger:before {
  content: "\f057";
}
.mark, mark {
  background-color: transparent;
}
button.close {
  min-width: 0;
}
/* small in headings */
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  color: inherit;
  font-weight: 300;
}
/* labels */
.label-success {
  color: #fff;
  background-color: #4db19e;
}
.label-info {
  color: #fff;
  background-color: #007ebd;
}
.label-warning {
  color: #fff;
  background-color: #eeb269;
}
.label-danger {
  color: #fff;
  background-color: #dc5753;
}
/*
 progressbar*/
.progress {
  height: 5px;
  margin: 4px 0 20px;
  border-radius: 1px;
}
.progress + .progress {
  margin-top: 10px;
}
.progress [data-transitiongoal] {
  width: 0;
}
.progress .progress-bar {
  transition: width 0.5s ease 0.2s;
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff !important;
}
/*
 **plugins
 */
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-color-main-color: transparent;
  position: relative;
  z-index: 1;
  touch-action: manipulation;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel.owl-shadow-items .owl-stage {
  padding-top: 11px;
  padding-bottom: 11px;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-color-main-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item .box-shadow {
  height: 100%;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-color-main-color: transparent;
  line-height: 1;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 12px;
  border: 1px solid #fff;
  background-color: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #cf357a;
  background-color: #cf357a;
}
.owl-carousel .owl-nav {
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav > div {
  text-transform: uppercase;
  opacity: 0.1;
  color: #20252b;
  display: inline-block;
  right: 10px;
}
.owl-carousel .owl-nav > div:hover {
  opacity: 1;
  color: #cf357a;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav > div i {
    font-size: 50px;
  }
}
.owl-carousel .owl-nav > div:first-child {
  left: -15%;
  right: auto;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 THEMES
 Owl Default Theme
 */
.owl-theme:hover .owl-nav {
  opacity: 1;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  opacity: 1;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-tap-color-main-color: transparent;
}
.owl-theme .owl-nav > div {
  position: absolute;
  right: -15%;
  text-align: center;
}
.owl-theme .owl-dots {
  margin-top: 40px;
}
.item-media .owl-theme .owl-dots {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 20px;
}
/* .owl-center theme */
.owl-center .owl-nav {
  top: 0;
  bottom: 0;
  position: static;
  margin-top: 0;
  opacity: 1;
}
.owl-center .owl-nav > div {
  right: -15px;
  width: 50px;
  top: 0;
  bottom: 0;
  margin: 0;
  height: auto;
  background-color: rgba(32, 37, 43, 0.6);
}
.owl-center .owl-nav > div:first-child {
  left: -15px;
  right: auto;
}
.owl-center .owl-nav > div:first-child:after {
  left: 13px;
}
.owl-center .owl-nav > div:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  left: 17px;
}
/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
  position: absolute;
  top: -7.6%;
  right: -1em;
}
.top-right-nav .owl-nav > div {
  background: transparent;
  min-width: 2em;
}
.top-right-nav .owl-nav > div:first-child {
  left: auto;
  right: 3em;
}
.top-right-nav .owl-nav > div i {
  font-size: 1em;
}
/*theme with text nav*/
.owl-text-nav .owl-nav {
  display: none;
  text-align: center;
  -webkit-tap-color-main-color: transparent;
}
@media (min-width: 1560px) {
  .owl-text-nav .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    right: -13vw;
    left: -13vw;
  }
}
@media (min-width: 1800px) {
  .owl-text-nav .owl-nav {
    right: -15vw;
    left: -15vw;
  }
}
.owl-text-nav .owl-nav > div {
  position: absolute;
  right: 10px;
  text-align: center;
  margin-top: -30px;
}
.owl-text-nav .owl-nav > div > span {
  font-weight: 900;
  line-height: 1;
  display: block;
}
@media (min-width: 1560px) {
  .owl-text-nav .owl-nav > div > span {
    line-height: 1;
    font-size: 38px;
    max-width: 5em;
  }
}
.small-gallery-carousel a {
  display: block;
  overflow: hidden;
}
.small-gallery-carousel a img {
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
.small-gallery-carousel a:hover img {
  opacity: 0.2;
  transform: scale(1.2, 1.2);
}
.small-gallery-carousel .owl-nav > div {
  opacity: 1;
  right: 100px;
  margin-top: -8px;
}
.small-gallery-carousel .owl-nav > div:first-child {
  left: 100px;
}
.small-gallery-carousel .owl-nav > div i {
  font-size: 20px;
}
/* owl images fix */
.owl-carousel .owl-item {
  transition: opacity 0.2s ease 0.1s;
  opacity: 0;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-center .owl-item {
  opacity: 1;
}
/*
 ** Flexslider
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme */
.flexslider {
  margin: 0 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -35px 0 0;
  position: absolute;
  top: 100%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #9bdaee !important;
  text-align: center;
  opacity: 1;
}
.flex-direction-nav a:hover {
  color: #cf357a !important;
}
.flex-direction-nav .flex-prev {
  left: 48.4%;
  right: auto;
}
@media (max-width: 1600px) {
  .flex-direction-nav .flex-prev {
    margin-left: -20px;
  }
}
.flex-direction-nav .flex-next {
  right: 48.2%;
  text-align: right;
}
@media (max-width: 1600px) {
  .flex-direction-nav .flex-next {
    margin-right: -20px;
  }
}
.flex-prev:hover {
  color: #cf357a;
}
.flex-next:hover {
  color: #cf357a;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: '\f104';
  position: absolute;
  top: 5px;
  left: 12px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
  left: 14px;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: 'FontAwesome';
  font-size: 31px;
  display: inline-block;
  content: "\f01d";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f01d";
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 10;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.flex-control-nav li {
  text-align: center;
  display: inline-block;
  padding: 0 14px;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.5;
}
.ds .flex-control-paging li a, .cs .flex-control-paging li a {
  border-color: #fff;
}
.flex-control-paging li a:hover {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.flex-control-paging li a.flex-active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.flex-control-thumbs {
  margin: 1px -1px;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0 0 1px;
  padding: 0 0 0 1px;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* custom nav for flex slider*/
.flex-custom-nav {
  text-align: center;
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
  z-index: 3;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.flex-custom-nav .flex-control-nav {
  width: auto;
  display: inline-block;
  position: static;
}
.flex-custom-nav .flex-custom-link {
  font-size: 12px;
  position: relative;
  bottom: 7px;
  margin: 0 8px;
  color: #20252b;
}
.ds .flex-custom-nav .flex-custom-link, .cs .flex-custom-nav .flex-custom-link {
  color: #fff;
}
.flex-custom-nav .flex-custom-link:hover {
  color: #cf357a;
}
.page_slider:hover .flex-custom-nav {
  opacity: 1;
}
.blog-slider .intro_layers .intro-layer:first-child {
  margin-bottom: 10px;
}
/*
 **photoswipe
 * http://photoswipe.com/
 *
 */
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
 Background is added as a separate element.
 As animating opacity is much faster than animating rgba() background-color.
 */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
 stretched thumbnail or div placeholder element (see below)
 style is added to avoid flickering in webkit/blink when layers overlap
 */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
 div element that matches size of large image
 large image loads on top of it
 */
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
 Error message appears when image is not loaded
 (JS option errorMsg controls markup)
 */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
 Contents:
 1. Buttons
 2. Share modal and links
 3. Index indicator ("1 of X" counter)
 4. Caption
 5. Loading indicator
 6. Additional styles (root element, top bar, idle state, hidden state, etc.)
 */
/*
 1. Buttons
 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
 Arrow buttons hit area
 (icon is added to :before pseudo-element)
 */
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*
 2. Share modal/popup and links
 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
/*
 3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
/*
 4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*
 5. Loading indicator (preloader)
 You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
   The idea of animating inner circle is based on Polymer ("material") loading indicator
   by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
   */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*
 6. Additional styles
 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
 pswp__ui--hidden class is added when controls are hidden
 e.g. when user taps to toggle visibility of controls
 */
.pswp__ui--hidden {
  /* Force paint & create composition layer for controls. */
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.pswp__zoom-wrap .embed-responsive {
  max-width: 90%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .pswp__zoom-wrap .embed-responsive {
    max-width: 50%;
  }
}
/*
 ** Easy pieChart
 */
.chart {
  position: relative;
  display: inline-block;
  min-height: 150px;
  min-width: 150px;
  margin-bottom: 10px;
  text-align: center;
}
.chart .chart-meta {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.chart .chart-meta p {
  font-weight: 400;
  color: #808080;
  font-size: 20px;
  margin: 0;
}
.percent {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 60px;
  z-index: 2;
}
.percent:after {
  content: '%';
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
/* 
 ** Time Table 
 */
#timetable span {
  display: block;
}
#timetable th, #timetable td {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 25px 5px;
}
#timetable thead {
  color: #fff;
}
#timetable thead th {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-width: 0 1px;
}
#timetable tbody th, #timetable tbody td {
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-in-out;
}
#timetable tbody .current {
  background-color: #cf357a;
  border-color: #cf357a;
}
#timetable tbody .current a {
  color: #fff;
}
/* 
 ** toTop
 */
#toTop {
  bottom: 10px;
  right: 10px;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 1000;
  font-size: 0;
  color: transparent;
  background-color: #cf357a;
  opacity: 0.7;
  border-radius: 50px;
}
#toTop:after {
  color: #fff;
  content: '\f106';
  font-size: 16px;
  line-height: 60px;
  font-family: 'FontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
#toTopHover, #toTop:hover {
  bottom: 3px;
  opacity: 1;
}
#toTop:hover:after {
  color: #fff;
}
#toTop:active, #toTop:focus {
  outline: medium none;
}
.modal-open #toTop {
  visibility: hidden;
}
/* Countdown */
#comingsoon-countdown {
  text-align: center;
}
#comingsoon-countdown:before, #comingsoon-countdown:after {
  clear: both;
  display: table;
  content: ' ';
}
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  clear: both;
  display: table;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .countdown-row {
    padding: 0;
  }
}
.countdown-section {
  display: table-cell;
  padding: 10px 60px 20px;
  text-align: center;
}
.countdown-section:first-child {
  border-left-width: 0;
}
.countdown-amount {
  font-size: 60px;
  line-height: 1;
  color: #9bdaee;
}
.countdown-period {
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  min-width: 1em;
  margin-top: 3px;
}
.countdown-descr {
  display: block;
}
@media (max-width: 767px) {
  .countdown-section {
    padding: 20px 8px 0;
  }
  .countdown-amount {
    font-size: 30px;
  }
  .countdown-period {
    min-width: 3em;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .comingsoon .countdown-period {
    font-size: 15px;
  }
  .comingsoon .countdown-row {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comingsoon .countdown-section {
    padding: 10px 50px 20px;
  }
}
@media (max-width: 767px) {
  .page_slider .countdown-section {
    padding: 0 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_slider .countdown-section {
    padding: 0 30px;
  }
}
/* sidebar scroll plugin */
.scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100%;
}
.scroll-wrapper > .scroll-content {
  border: none;
  box-sizing: content-box;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: scroll;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}
.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: rgba(127, 127, 127, 0.4);
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 1px;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
/*
 ** Bootstrap Addons
 */
/*
 ** Horizontal padding (gutters) for columns and rows
 */
/* columns
 .c - columns
 px-* - horizontal padding value
 */
.c-gutter-100 [class*="col-"], .row.c-gutter-100 > [class*="col-"] {
  padding-right: 50px;
  padding-left: 50px;
}
.c-gutter-80 [class*="col-"], .row.c-gutter-80 > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
.c-gutter-60 [class*="col-"], .row.c-gutter-60 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.c-gutter-50 [class*="col-"], .row.c-gutter-50 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.c-gutter-30 [class*="col-"], .row.c-gutter-30 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.c-gutter-25 [class*="col-"], .row.c-gutter-25 > [class*="col-"] {
  padding-right: 12px;
  padding-left: 13px;
}
.c-gutter-20 [class*="col-"], .row.c-gutter-20 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.c-gutter-15 [class*="col-"], .row.c-gutter-15 > [class*="col-"] {
  padding-right: 7px;
  padding-left: 8px;
}
.c-gutter-10 [class*="col-"], .row.c-gutter-10 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.c-gutter-5 [class*="col-"], .row.c-gutter-5 > [class*="col-"] {
  padding-right: 2px;
  padding-left: 3px;
}
.c-gutter-2 [class*="col-"], .row.c-gutter-2 > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px;
}
.c-gutter-1 [class*="col-"], .row.c-gutter-1 > [class*="col-"] {
  padding-right: 0px;
  padding-left: 1px;
}
.c-gutter-0 [class*="col-"], .row.c-gutter-0 > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
/* rows */
.c-gutter-100 .row, div.row.c-gutter-100 {
  margin-left: -50px;
  margin-right: -50px;
}
.c-gutter-80 .row, div.row.c-gutter-80 {
  margin-left: -40px;
  margin-right: -40px;
}
.c-gutter-60 .row, div.row.c-gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.c-gutter-50 .row, div.row.c-gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.c-gutter-30 .row, div.row.c-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.c-gutter-25 .row, div.row.c-gutter-25 {
  margin-left: -13px;
  margin-right: -12px;
}
.c-gutter-20 .row, div.row.c-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.c-gutter-15 .row, div.row.c-gutter-15 {
  margin-left: -8px;
  margin-right: -7px;
}
.c-gutter-10 .row, div.row.c-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.c-gutter-5 .row, div.row.c-gutter-5 {
  margin-left: -3px;
  margin-right: -2px;
}
.c-gutter-2 .row, div.row.c-gutter-2 {
  margin-left: -1px;
  margin-right: -1px;
}
.c-gutter-1 .row, div.row.c-gutter-1 {
  margin-left: -1px;
  margin-right: 0px;
}
.c-gutter-0 .row, div.row.c-gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}
/* containers */
.container-px-0 [class*='container'] {
  padding-left: 0px;
  padding-right: 0px;
}
.container-px-1 [class*='container'] {
  padding-left: 1px;
  padding-right: 1px;
}
.container-px-2 [class*='container'] {
  padding-left: 2px;
  padding-right: 2px;
}
.container-px-5 [class*='container'] {
  padding-left: 5px;
  padding-right: 5px;
}
.container-px-10 [class*='container'] {
  padding-left: 10px;
  padding-right: 10px;
}
.container-px-20 [class*='container'] {
  padding-left: 20px;
  padding-right: 20px;
}
.container-px-30 [class*='container'] {
  padding-left: 30px;
  padding-right: 30px;
}
.container-px-60 [class*='container'] {
  padding-left: 60px;
  padding-right: 60px;
}
/*
 ** Vertical margins and padding for sections and columns
 */
/* Vertical padding for sections
 .s - section
 pt-* - padding top value
 pb-* - padding bottom value
 py-* - same value for top and for bottom padding
 */
.s-pt-0 > [class*='container'] {
  padding-top: 0px;
}
.s-pt-1 > [class*='container'] {
  padding-top: 1px;
}
.s-pt-2 > [class*='container'] {
  padding-top: 2px;
}
.s-pt-3 > [class*='container'] {
  padding-top: 3px;
}
.s-pt-5 > [class*='container'] {
  padding-top: 5px;
}
.s-pt-10 > [class*='container'] {
  padding-top: 10px;
}
.s-pt-15 > [class*='container'] {
  padding-top: 15px;
}
.s-pt-20 > [class*='container'] {
  padding-top: 20px;
}
.s-pt-25 > [class*='container'] {
  padding-top: 25px;
}
.s-pt-30 > [class*='container'] {
  padding-top: 30px;
}
.s-pt-40 > [class*='container'] {
  padding-top: 40px;
}
.s-pt-45 > [class*='container'] {
  padding-top: 45px;
}
.s-pt-50 > [class*='container'] {
  padding-top: 50px;
}
.s-pt-60 > [class*='container'] {
  padding-top: 60px;
}
.s-pt-70 > [class*='container'] {
  padding-top: 70px;
}
.s-pt-75 > [class*='container'] {
  padding-top: 75px;
}
.s-pt-80 > [class*='container'] {
  padding-top: 80px;
}
.s-pt-90 > [class*='container'] {
  padding-top: 90px;
}
.s-pt-100 > [class*='container'] {
  padding-top: 100px;
}
.s-pt-130 > [class*='container'] {
  padding-top: 130px;
}
.s-pt-160 > [class*='container'] {
  padding-top: 160px;
}
.s-pb-0 > [class*='container'] {
  padding-bottom: 0px;
}
.s-pb-1 > [class*='container'] {
  padding-bottom: 1px;
}
.s-pb-2 > [class*='container'] {
  padding-bottom: 2px;
}
.s-pb-3 > [class*='container'] {
  padding-bottom: 3px;
}
.s-pb-5 > [class*='container'] {
  padding-bottom: 5px;
}
.s-pb-10 > [class*='container'] {
  padding-bottom: 10px;
}
.s-pb-15 > [class*='container'] {
  padding-bottom: 15px;
}
.s-pb-20 > [class*='container'] {
  padding-bottom: 20px;
}
.s-pb-25 > [class*='container'] {
  padding-bottom: 25px;
}
.s-pb-30 > [class*='container'] {
  padding-bottom: 30px;
}
.s-pb-40 > [class*='container'] {
  padding-bottom: 40px;
}
.s-pb-45 > [class*='container'] {
  padding-bottom: 45px;
}
.s-pb-50 > [class*='container'] {
  padding-bottom: 50px;
}
.s-pb-60 > [class*='container'] {
  padding-bottom: 60px;
}
.s-pb-70 > [class*='container'] {
  padding-bottom: 70px;
}
.s-pb-75 > [class*='container'] {
  padding-bottom: 75px;
}
.s-pb-80 > [class*='container'] {
  padding-bottom: 80px;
}
.s-pb-90 > [class*='container'] {
  padding-bottom: 90px;
}
.s-pb-100 > [class*='container'] {
  padding-bottom: 100px;
}
.s-pb-130 > [class*='container'] {
  padding-bottom: 130px;
}
.s-pb-160 > [class*='container'] {
  padding-bottom: 160px;
}
.s-py-0 > [class*='container'] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.s-py-1 > [class*='container'] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.s-py-2 > [class*='container'] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.s-py-3 > [class*='container'] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.s-py-5 > [class*='container'] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.s-py-10 > [class*='container'] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.s-py-15 > [class*='container'] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.s-py-20 > [class*='container'] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.s-py-25 > [class*='container'] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.s-py-30 > [class*='container'] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.s-py-40 > [class*='container'] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s-py-45 > [class*='container'] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.s-py-50 > [class*='container'] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-py-60 > [class*='container'] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.s-py-70 > [class*='container'] {
  padding-top: 70px;
  padding-bottom: 70px;
}
.s-py-75 > [class*='container'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
.s-py-80 > [class*='container'] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.s-py-90 > [class*='container'] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.s-py-100 > [class*='container'] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.s-py-130 > [class*='container'] {
  padding-top: 130px;
  padding-bottom: 130px;
}
.s-py-160 > [class*='container'] {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (min-width: 576px) {
  .s-pt-sm-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-sm-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-sm-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-sm-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-sm-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-sm-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-sm-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-sm-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-sm-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-sm-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-sm-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-sm-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-sm-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-sm-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-sm-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-sm-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-sm-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-sm-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-sm-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-sm-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-sm-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pb-sm-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-sm-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-sm-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-sm-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-sm-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-sm-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-sm-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-sm-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-sm-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-sm-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-sm-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-sm-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-sm-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-sm-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-sm-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-sm-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-sm-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-sm-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-sm-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-sm-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-sm-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-py-sm-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-sm-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-sm-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-sm-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-sm-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-sm-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-sm-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-sm-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-sm-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-sm-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-sm-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-sm-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-sm-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-sm-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-sm-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-sm-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-sm-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-sm-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-sm-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-sm-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-sm-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .s-pt-md-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-md-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-md-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-md-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-md-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-md-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-md-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-md-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-md-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-md-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-md-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-md-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-md-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-md-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-md-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-md-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-md-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-md-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-md-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-md-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-md-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pb-md-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-md-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-md-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-md-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-md-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-md-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-md-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-md-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-md-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-md-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-md-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-md-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-md-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-md-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-md-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-md-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-md-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-md-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-md-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-md-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-md-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-py-md-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-md-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-md-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-md-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-md-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-md-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-md-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-md-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-md-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-md-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-md-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-md-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-md-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-md-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-md-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-md-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-md-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-md-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-md-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-md-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-md-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .s-pt-lg-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-lg-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-lg-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-lg-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-lg-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-lg-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-lg-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-lg-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-lg-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-lg-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-lg-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-lg-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-lg-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-lg-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-lg-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-lg-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-lg-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-lg-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-lg-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-lg-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-lg-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pb-lg-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-lg-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-lg-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-lg-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-lg-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-lg-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-lg-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-lg-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-lg-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-lg-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-lg-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-lg-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-lg-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-lg-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-lg-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-lg-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-lg-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-lg-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-lg-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-lg-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-lg-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-py-lg-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-lg-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-lg-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-lg-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-lg-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-lg-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-lg-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-lg-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-lg-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-lg-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-lg-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-lg-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-lg-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-lg-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-lg-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-lg-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-lg-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-lg-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-lg-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-lg-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-lg-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .s-pt-xl-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-xl-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-xl-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-xl-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-xl-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-xl-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-xl-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-xl-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-xl-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-xl-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-xl-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-xl-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-xl-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-xl-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-xl-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-xl-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-xl-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-xl-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-xl-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-xl-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-xl-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pb-xl-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-xl-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-xl-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-xl-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-xl-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-xl-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-xl-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-xl-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-xl-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-xl-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-xl-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-xl-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-xl-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-xl-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-xl-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-xl-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-xl-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-xl-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-xl-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-xl-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-xl-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-py-xl-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-xl-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-xl-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-xl-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-xl-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-xl-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-xl-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-xl-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-xl-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-xl-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-xl-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-xl-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-xl-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-xl-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-xl-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-xl-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-xl-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-xl-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-xl-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-xl-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-xl-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
/* Vertical margins for columns in sections and rows
 .c - columns
 mt-* - margin top value
 mb-* - margin bottom value
 my-* - same value for top and for bottom margin
 */
.c-mt-0 [class*="col-"], .row.c-mt-0 > [class*="col-"] {
  margin-top: 0px;
}
.c-mt-1 [class*="col-"], .row.c-mt-1 > [class*="col-"] {
  margin-top: 1px;
}
.c-mt-2 [class*="col-"], .row.c-mt-2 > [class*="col-"] {
  margin-top: 2px;
}
.c-mt-5 [class*="col-"], .row.c-mt-5 > [class*="col-"] {
  margin-top: 5px;
}
.c-mt-10 [class*="col-"], .row.c-mt-10 > [class*="col-"] {
  margin-top: 10px;
}
.c-mt-15 [class*="col-"], .row.c-mt-15 > [class*="col-"] {
  margin-top: 15px;
}
.c-mt-20 [class*="col-"], .row.c-mt-20 > [class*="col-"] {
  margin-top: 20px;
}
.c-mt-25 [class*="col-"], .row.c-mt-25 > [class*="col-"] {
  margin-top: 25px;
}
.c-mt-30 [class*="col-"], .row.c-mt-30 > [class*="col-"] {
  margin-top: 30px;
}
.c-mt-40 [class*="col-"], .row.c-mt-40 > [class*="col-"] {
  margin-top: 40px;
}
.c-mt-50 [class*="col-"], .row.c-mt-50 > [class*="col-"] {
  margin-top: 50px;
}
.c-mt-60 [class*="col-"], .row.c-mt-60 > [class*="col-"] {
  margin-top: 60px;
}
.c-mb-0 [class*="col-"], .row.c-mb-0 > [class*="col-"] {
  margin-bottom: 0px;
}
.c-mb-1 [class*="col-"], .row.c-mb-1 > [class*="col-"] {
  margin-bottom: 1px;
}
.c-mb-2 [class*="col-"], .row.c-mb-2 > [class*="col-"] {
  margin-bottom: 2px;
}
.c-mb-5 [class*="col-"], .row.c-mb-5 > [class*="col-"] {
  margin-bottom: 5px;
}
.c-mb-10 [class*="col-"], .row.c-mb-10 > [class*="col-"] {
  margin-bottom: 10px;
}
.c-mb-15 [class*="col-"], .row.c-mb-15 > [class*="col-"] {
  margin-bottom: 15px;
}
.c-mb-20 [class*="col-"], .row.c-mb-20 > [class*="col-"] {
  margin-bottom: 20px;
}
.c-mb-25 [class*="col-"], .row.c-mb-25 > [class*="col-"] {
  margin-bottom: 25px;
}
.c-mb-30 [class*="col-"], .row.c-mb-30 > [class*="col-"] {
  margin-bottom: 30px;
}
.c-mb-40 [class*="col-"], .row.c-mb-40 > [class*="col-"] {
  margin-bottom: 40px;
}
.c-mb-50 [class*="col-"], .row.c-mb-50 > [class*="col-"] {
  margin-bottom: 50px;
}
.c-mb-60 [class*="col-"], .row.c-mb-60 > [class*="col-"] {
  margin-bottom: 60px;
}
.c-my-0 [class*="col-"], .row.c-my-0 > [class*="col-"] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.c-my-1 [class*="col-"], .row.c-my-1 > [class*="col-"] {
  margin-top: 1px;
  margin-bottom: 1px;
}
.c-my-2 [class*="col-"], .row.c-my-2 > [class*="col-"] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.c-my-5 [class*="col-"], .row.c-my-5 > [class*="col-"] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.c-my-10 [class*="col-"], .row.c-my-10 > [class*="col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-my-15 [class*="col-"], .row.c-my-15 > [class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-my-20 [class*="col-"], .row.c-my-20 > [class*="col-"] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-my-25 [class*="col-"], .row.c-my-25 > [class*="col-"] {
  margin-top: 25px;
  margin-bottom: 25px;
}
.c-my-30 [class*="col-"], .row.c-my-30 > [class*="col-"] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-my-40 [class*="col-"], .row.c-my-40 > [class*="col-"] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-my-50 [class*="col-"], .row.c-my-50 > [class*="col-"] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.c-my-60 [class*="col-"], .row.c-my-60 > [class*="col-"] {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .c-mt-sm-0 [class*="col-"], .row.c-mt-sm-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-sm-1 [class*="col-"], .row.c-mt-sm-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-sm-2 [class*="col-"], .row.c-mt-sm-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-sm-5 [class*="col-"], .row.c-mt-sm-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-sm-10 [class*="col-"], .row.c-mt-sm-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-sm-15 [class*="col-"], .row.c-mt-sm-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-sm-20 [class*="col-"], .row.c-mt-sm-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-sm-25 [class*="col-"], .row.c-mt-sm-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-sm-30 [class*="col-"], .row.c-mt-sm-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-sm-40 [class*="col-"], .row.c-mt-sm-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-sm-50 [class*="col-"], .row.c-mt-sm-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-sm-60 [class*="col-"], .row.c-mt-sm-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-sm-0 [class*="col-"], .row.c-mb-sm-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-sm-1 [class*="col-"], .row.c-mb-sm-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-sm-2 [class*="col-"], .row.c-mb-sm-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-sm-5 [class*="col-"], .row.c-mb-sm-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-sm-10 [class*="col-"], .row.c-mb-sm-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-sm-15 [class*="col-"], .row.c-mb-sm-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-sm-20 [class*="col-"], .row.c-mb-sm-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-sm-25 [class*="col-"], .row.c-mb-sm-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-sm-30 [class*="col-"], .row.c-mb-sm-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-sm-40 [class*="col-"], .row.c-mb-sm-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-sm-50 [class*="col-"], .row.c-mb-sm-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-sm-60 [class*="col-"], .row.c-mb-sm-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-sm-0 [class*="col-"], .row.c-my-sm-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-sm-1 [class*="col-"], .row.c-my-sm-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-sm-2 [class*="col-"], .row.c-my-sm-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-sm-5 [class*="col-"], .row.c-my-sm-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-sm-10 [class*="col-"], .row.c-my-sm-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-sm-15 [class*="col-"], .row.c-my-sm-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-sm-20 [class*="col-"], .row.c-my-sm-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-sm-25 [class*="col-"], .row.c-my-sm-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-sm-30 [class*="col-"], .row.c-my-sm-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-sm-40 [class*="col-"], .row.c-my-sm-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-sm-50 [class*="col-"], .row.c-my-sm-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-sm-60 [class*="col-"], .row.c-my-sm-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .c-mt-md-0 [class*="col-"], .row.c-mt-md-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-md-1 [class*="col-"], .row.c-mt-md-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-md-2 [class*="col-"], .row.c-mt-md-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-md-5 [class*="col-"], .row.c-mt-md-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-md-10 [class*="col-"], .row.c-mt-md-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-md-15 [class*="col-"], .row.c-mt-md-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-md-20 [class*="col-"], .row.c-mt-md-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-md-25 [class*="col-"], .row.c-mt-md-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-md-30 [class*="col-"], .row.c-mt-md-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-md-40 [class*="col-"], .row.c-mt-md-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-md-50 [class*="col-"], .row.c-mt-md-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-md-60 [class*="col-"], .row.c-mt-md-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-md-0 [class*="col-"], .row.c-mb-md-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-md-1 [class*="col-"], .row.c-mb-md-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-md-2 [class*="col-"], .row.c-mb-md-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-md-5 [class*="col-"], .row.c-mb-md-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-md-10 [class*="col-"], .row.c-mb-md-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-md-15 [class*="col-"], .row.c-mb-md-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-md-20 [class*="col-"], .row.c-mb-md-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-md-25 [class*="col-"], .row.c-mb-md-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-md-30 [class*="col-"], .row.c-mb-md-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-md-40 [class*="col-"], .row.c-mb-md-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-md-50 [class*="col-"], .row.c-mb-md-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-md-60 [class*="col-"], .row.c-mb-md-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-md-0 [class*="col-"], .row.c-my-md-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-md-1 [class*="col-"], .row.c-my-md-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-md-2 [class*="col-"], .row.c-my-md-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-md-5 [class*="col-"], .row.c-my-md-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-md-10 [class*="col-"], .row.c-my-md-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-md-15 [class*="col-"], .row.c-my-md-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-md-20 [class*="col-"], .row.c-my-md-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-md-25 [class*="col-"], .row.c-my-md-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-md-30 [class*="col-"], .row.c-my-md-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-md-40 [class*="col-"], .row.c-my-md-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-md-50 [class*="col-"], .row.c-my-md-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-md-60 [class*="col-"], .row.c-my-md-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .c-mt-lg-0 [class*="col-"], .row.c-mt-lg-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-lg-1 [class*="col-"], .row.c-mt-lg-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-lg-2 [class*="col-"], .row.c-mt-lg-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-lg-5 [class*="col-"], .row.c-mt-lg-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-lg-10 [class*="col-"], .row.c-mt-lg-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-lg-15 [class*="col-"], .row.c-mt-lg-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-lg-20 [class*="col-"], .row.c-mt-lg-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-lg-25 [class*="col-"], .row.c-mt-lg-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-lg-30 [class*="col-"], .row.c-mt-lg-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-lg-40 [class*="col-"], .row.c-mt-lg-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-lg-50 [class*="col-"], .row.c-mt-lg-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-lg-60 [class*="col-"], .row.c-mt-lg-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-lg-0 [class*="col-"], .row.c-mb-lg-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-lg-1 [class*="col-"], .row.c-mb-lg-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-lg-2 [class*="col-"], .row.c-mb-lg-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-lg-5 [class*="col-"], .row.c-mb-lg-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-lg-10 [class*="col-"], .row.c-mb-lg-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-lg-15 [class*="col-"], .row.c-mb-lg-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-lg-20 [class*="col-"], .row.c-mb-lg-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-lg-25 [class*="col-"], .row.c-mb-lg-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-lg-30 [class*="col-"], .row.c-mb-lg-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-lg-40 [class*="col-"], .row.c-mb-lg-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-lg-50 [class*="col-"], .row.c-mb-lg-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-lg-60 [class*="col-"], .row.c-mb-lg-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-lg-0 [class*="col-"], .row.c-my-lg-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-lg-1 [class*="col-"], .row.c-my-lg-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-lg-2 [class*="col-"], .row.c-my-lg-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-lg-5 [class*="col-"], .row.c-my-lg-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-lg-10 [class*="col-"], .row.c-my-lg-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-lg-15 [class*="col-"], .row.c-my-lg-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-lg-20 [class*="col-"], .row.c-my-lg-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-lg-25 [class*="col-"], .row.c-my-lg-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-lg-30 [class*="col-"], .row.c-my-lg-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-lg-40 [class*="col-"], .row.c-my-lg-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-lg-50 [class*="col-"], .row.c-my-lg-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-lg-60 [class*="col-"], .row.c-my-lg-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .c-mt-xl-0 [class*="col-"], .row.c-mt-xl-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-xl-1 [class*="col-"], .row.c-mt-xl-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-xl-2 [class*="col-"], .row.c-mt-xl-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-xl-5 [class*="col-"], .row.c-mt-xl-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-xl-10 [class*="col-"], .row.c-mt-xl-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-xl-15 [class*="col-"], .row.c-mt-xl-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-xl-20 [class*="col-"], .row.c-mt-xl-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-xl-25 [class*="col-"], .row.c-mt-xl-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-xl-30 [class*="col-"], .row.c-mt-xl-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-xl-40 [class*="col-"], .row.c-mt-xl-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-xl-50 [class*="col-"], .row.c-mt-xl-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-xl-60 [class*="col-"], .row.c-mt-xl-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-xl-0 [class*="col-"], .row.c-mb-xl-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-xl-1 [class*="col-"], .row.c-mb-xl-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-xl-2 [class*="col-"], .row.c-mb-xl-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-xl-5 [class*="col-"], .row.c-mb-xl-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-xl-10 [class*="col-"], .row.c-mb-xl-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-xl-15 [class*="col-"], .row.c-mb-xl-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-xl-20 [class*="col-"], .row.c-mb-xl-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-xl-25 [class*="col-"], .row.c-mb-xl-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-xl-30 [class*="col-"], .row.c-mb-xl-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-xl-40 [class*="col-"], .row.c-mb-xl-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-xl-50 [class*="col-"], .row.c-mb-xl-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-xl-60 [class*="col-"], .row.c-mb-xl-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-xl-0 [class*="col-"], .row.c-my-xl-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-xl-1 [class*="col-"], .row.c-my-xl-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-xl-2 [class*="col-"], .row.c-my-xl-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-xl-5 [class*="col-"], .row.c-my-xl-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-xl-10 [class*="col-"], .row.c-my-xl-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-xl-15 [class*="col-"], .row.c-my-xl-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-xl-20 [class*="col-"], .row.c-my-xl-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-xl-25 [class*="col-"], .row.c-my-xl-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-xl-30 [class*="col-"], .row.c-my-xl-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-xl-40 [class*="col-"], .row.c-my-xl-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-xl-50 [class*="col-"], .row.c-my-xl-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-xl-60 [class*="col-"], .row.c-my-xl-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
form[class*="c-mb-"] .row:last-child [class^="col-"], [class*="c-mb-"] form .row:last-child [class^="col-"] {
  margin-bottom: 0 !important;
}
/* overlap featured image on top section (for big screens) */
@media screen and (min-width: 1200px) {
  .s-top-overlap {
    margin-top: -140px;
  }
  .s-top-overlap-big {
    margin-top: -180px;
  }
  .s-top-overlap-small {
    margin-top: -100px;
  }
}
/* full height section */
.s-full-height {
  min-height: 100vh;
}
/* Vertical dividers - use them with Bootstrap responsive utilities - http://getbootstrap.com/docs/4.1/utilities/display/#hiding-elements */
[class*='divider-'] {
  width: 100%;
  clear: both;
}
[class*='divider-']:last-child {
  order: 10000;
}
.divider-0 {
  margin-top: 0px;
}
.divider-10 {
  margin-top: 10px;
}
.divider-20 {
  margin-top: 20px;
}
.divider-25 {
  margin-top: 25px;
}
.divider-30 {
  margin-top: 30px;
}
.divider-40 {
  margin-top: 40px;
}
.divider-50 {
  margin-top: 50px;
}
.divider-60 {
  margin-top: 60px;
}
.divider-70 {
  margin-top: 70px;
}
.divider-80 {
  margin-top: 80px;
}
.divider-90 {
  margin-top: 90px;
}
.divider-100 {
  margin-top: 100px;
}
.divider-120 {
  margin-top: 120px;
}
@media (min-width: 576px) {
  .divider-sm-0 {
    margin-top: 0px;
  }
  .divider-sm-10 {
    margin-top: 10px;
  }
  .divider-sm-20 {
    margin-top: 20px;
  }
  .divider-sm-25 {
    margin-top: 25px;
  }
  .divider-sm-30 {
    margin-top: 30px;
  }
  .divider-sm-40 {
    margin-top: 40px;
  }
  .divider-sm-50 {
    margin-top: 50px;
  }
  .divider-sm-60 {
    margin-top: 60px;
  }
  .divider-sm-70 {
    margin-top: 70px;
  }
  .divider-sm-80 {
    margin-top: 80px;
  }
  .divider-sm-90 {
    margin-top: 90px;
  }
  .divider-sm-100 {
    margin-top: 100px;
  }
  .divider-sm-120 {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .divider-md-0 {
    margin-top: 0px;
  }
  .divider-md-10 {
    margin-top: 10px;
  }
  .divider-md-20 {
    margin-top: 20px;
  }
  .divider-md-25 {
    margin-top: 25px;
  }
  .divider-md-30 {
    margin-top: 30px;
  }
  .divider-md-40 {
    margin-top: 40px;
  }
  .divider-md-50 {
    margin-top: 50px;
  }
  .divider-md-60 {
    margin-top: 60px;
  }
  .divider-md-70 {
    margin-top: 70px;
  }
  .divider-md-80 {
    margin-top: 80px;
  }
  .divider-md-90 {
    margin-top: 90px;
  }
  .divider-md-100 {
    margin-top: 100px;
  }
  .divider-md-120 {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .divider-lg-0 {
    margin-top: 0px;
  }
  .divider-lg-10 {
    margin-top: 10px;
  }
  .divider-lg-20 {
    margin-top: 20px;
  }
  .divider-lg-25 {
    margin-top: 25px;
  }
  .divider-lg-30 {
    margin-top: 30px;
  }
  .divider-lg-40 {
    margin-top: 40px;
  }
  .divider-lg-50 {
    margin-top: 50px;
  }
  .divider-lg-60 {
    margin-top: 60px;
  }
  .divider-lg-70 {
    margin-top: 70px;
  }
  .divider-lg-80 {
    margin-top: 80px;
  }
  .divider-lg-90 {
    margin-top: 90px;
  }
  .divider-lg-100 {
    margin-top: 100px;
  }
  .divider-lg-120 {
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  .divider-xl-0 {
    margin-top: 0px;
  }
  .divider-xl-10 {
    margin-top: 10px;
  }
  .divider-xl-20 {
    margin-top: 20px;
  }
  .divider-xl-25 {
    margin-top: 25px;
  }
  .divider-xl-30 {
    margin-top: 30px;
  }
  .divider-xl-40 {
    margin-top: 40px;
  }
  .divider-xl-50 {
    margin-top: 50px;
  }
  .divider-xl-60 {
    margin-top: 60px;
  }
  .divider-xl-70 {
    margin-top: 70px;
  }
  .divider-xl-80 {
    margin-top: 80px;
  }
  .divider-xl-90 {
    margin-top: 90px;
  }
  .divider-xl-100 {
    margin-top: 100px;
  }
  .divider-xl-120 {
    margin-top: 120px;
  }
}
/*
 ** Common Sections Styles
 */
section {
  position: relative;
}
img {
  max-width: 100%;
}
/*parallax*/
.s-parallax, .cover-image, .cover-background, .texture-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.cover-image {
  width: 100%;
  height: 100%;
}
@media (min-width: 991px) {
  .cover-image {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    z-index: 2;
  }
  .cover-image.s-cover-right {
    width: 50%;
    left: auto;
  }
  .cover-image.s-cover-left {
    width: 50%;
  }
  .cover-image > img {
    visibility: hidden;
    display: none;
  }
  .cover-image > a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .cover-image + [class*='container'] [class*='col-'] > img, .cover-image + [class*='container'] [class*='col-'] > a:after, .cover-image + [class*='container'] [class*='col-'] > a > img {
    visibility: hidden;
  }
}
.fixed-background, .s-parallax {
  background-attachment: fixed;
  background-position: 50% 0;
}
@media (max-width: 767px) {
  .s-parallax {
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  }
}
/*additional overlay for parallax sections*/
.s-overlay:before {
  opacity: 0.8;
}
.s-overlay.ls:before {
  background-color: #fff;
  opacity: 0.93;
}
.s-overlay.ls.ms:before {
  background-color: #f2f2f2;
  opacity: 0.81;
}
.s-overlay.cs:before {
  background-color: #cf357a;
  opacity: 0.1;
}
.s-overlay.cs.cs2:before {
  background-color: #9bdaee;
}
.s-overlay.cs.cs3:before {
  background-color: #82b440;
}
.s-overlay.ds:before {
  background-color: #20252b;
  opacity: 0.7;
}
.s-overlay.ds.ms:before {
  opacity: 0.9;
}
.s-muted:before {
  background-color: rgba(32, 37, 43, 0.1);
  opacity: 1;
}
.gradientradial-background {
  overflow: hidden;
}
.s-parallax > *, .s-overlay > *, .s-muted > *, .s-overlay-diagonal-double > *, .pattern-background > *, .gradientradial-background > *, .gradient-background > *, .gradientvertical-background > *, .gradientdarken-background > * {
  z-index: 4;
  position: relative;
}
.s-parallax:before, .s-overlay:before, .s-muted:before, .s-overlay-diagonal-double:before, .s-overlay-diagonal-double:after, .pattern-background:before, .gradient-background:before, .gradientvertical-background:before, .gradientdarken-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.s-muted:before, .s-parallax:before {
  opacity: 0.8;
}
.s-overlay-diagonal {
  overflow: hidden;
  padding: 10px 0;
  background-clip: content-box;
}
.s-overlay-diagonal:before {
  width: 40%;
  height: 3000px;
  margin-left: 30%;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1200px) {
  .s-overlay-diagonal:before {
    width: 70%;
    margin-left: 15%;
  }
}
.s-overlay-diagonal-double {
  overflow: hidden;
  padding: 10px 0;
}
.s-overlay-diagonal-double:before {
  background: linear-gradient(45deg, #cf357a 30%, transparent 30%);
  opacity: 0.6;
}
.s-overlay-diagonal-double:after {
  background: linear-gradient(45deg, transparent 70%, #cf357a 70%);
  opacity: 0.6;
}
.gradient-background:before {
  background: #cf357a;
  background: -moz-linear-gradient(left, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(207, 53, 122, 1)), color-stop(100%, rgba(155, 218, 238, 1)));
  background: -webkit-linear-gradient(left, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: -o-linear-gradient(left, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: -ms-linear-gradient(left, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: linear-gradient(to right, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=1);
}
.gradientvertical-background:before {
  background: #cf357a;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: -o-linear-gradient(top, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: -ms-linear-gradient(top, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  background: linear-gradient(to bottom, rgba(207, 53, 122, 1) 0%, rgba(155, 218, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=0);
}
.gradientdarken-background:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}
.gradientradial-background:before {
  content: '';
  display: block;
  position: absolute;
  width: 1400px;
  height: 1400px;
  top: 50%;
  left: 50%;
  margin-top: -700px;
  margin-left: -700px;
  z-index: 2;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 50%, color-stop(0%, rgba(255, 255, 255, 0.24)), color-stop(50%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.s-overlay.gradientradial-background:before {
  width: 100vw;
  height: 100vw;
  margin-top: -50vw;
  margin-left: -50vw;
}
.s-bordertop, .s-borderbottom, .s-bordertop-container .container, .s-borderbottom-container .container {
  position: relative;
}
.s-bordertop:before, .s-borderbottom:after, .s-bordertop-container .container:before, .s-borderbottom-container .container:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #e5e5e5;
  z-index: 1;
}
.s-borderheight-2:before, .s-borderheight-2:after, .s-borderheight-2 .container:before, .s-borderheight-2 .container:after {
  height: 2px;
}
.s-borderheight-3:before, .s-borderheight-3:after, .s-borderheight-3 .container:before, .s-borderheight-3 .container:after {
  height: 3px;
}
.s-borderheight-5:before, .s-borderheight-5:after, .s-borderheight-5 .container:before, .s-borderheight-5 .container:after {
  height: 5px;
}
.s-bordercolormain:before, .s-bordercolormain:after, .s-bordercolormain .container:before, .s-bordercolormain .container:after {
  background-color: #cf357a;
}
.s-bordertop-container .container:before, .s-borderbottom-container .container:after {
  right: 15px;
  left: 15px;
}
.s-borderbottom:after, .s-borderbottom-container .container:after {
  top: auto;
  bottom: 0;
}
.s-bordered-columns [class*='col-'] + [class*='col-']:before {
  content: '';
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.99);
  z-index: 13000;
  height: 100%;
}
.no-js .preloader, .lt-ie9 .preloader, .lt-ie10 .preloader {
  display: none;
}
.default-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background-color: #ffde6b;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.default-preloader h1 {
  position: relative;
  text-transform: uppercase;
  margin: 0 auto;
  top: 25vh;
  width: 100vw;
  text-align: center;
  font-size: 40px;
  color: #20252b;
  opacity: 0.75;
  animation: pulse 2.5s linear infinite;
}
.default-preloader #cooking {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 75vh;
  height: 75vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .default-preloader #cooking {
    right: 93px;
  }
}
.default-preloader #cooking .bubble {
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0.25vh #363e48;
  opacity: 0;
}
.default-preloader #cooking .bubble:nth-child(1) {
  margin-top: 2.5vh;
  left: 58%;
  width: 2.5vh;
  height: 2.5vh;
  background-color: #2f373f;
  animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
}
.default-preloader #cooking .bubble:nth-child(2) {
  margin-top: 3vh;
  left: 52%;
  width: 2vh;
  height: 2vh;
  background-color: #292f37;
  animation: bubble 2s ease-in-out 0.35s infinite;
}
.default-preloader #cooking .bubble:nth-child(3) {
  margin-top: 1.8vh;
  left: 50%;
  width: 1.5vh;
  height: 1.5vh;
  background-color: #20252b;
  animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
}
.default-preloader #cooking .bubble:nth-child(4) {
  margin-top: 2.7vh;
  left: 56%;
  width: 1.2vh;
  height: 1.2vh;
  background-color: #191d22;
  animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
}
.default-preloader #cooking .bubble:nth-child(5) {
  margin-top: 2.7vh;
  left: 63%;
  width: 1.1vh;
  height: 1.1vh;
  background-color: #131619;
  animation: bubble 1.6s ease-in-out 1s infinite;
}
.default-preloader #cooking #area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: transparent;
  transform-origin: 15% 60%;
  animation: flip 2.1s ease-in-out infinite;
}
.default-preloader #cooking #area #sides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 15% 60%;
  animation: switchSide 2.1s ease-in-out infinite;
}
.default-preloader #cooking #area #sides #handle {
  position: absolute;
  bottom: 18%;
  right: 80%;
  width: 35%;
  height: 20%;
  background-color: transparent;
  border-top: 1vh solid #20252b;
  border-left: 1vh solid transparent;
  border-radius: 100%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}
.default-preloader #cooking #area #sides #pan {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: 50%;
  height: 8%;
  background-color: #20252b;
  border-radius: 0 0 1.4em 1.4em;
  transform-origin: -15% 0;
}
.default-preloader #cooking #area #pancake {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  transform: rotateX(85deg);
  animation: jump 2.1s ease-in-out infinite;
}
.default-preloader #cooking #area #pancake #pastry {
  position: absolute;
  bottom: 26%;
  right: 37%;
  width: 40%;
  height: 45%;
  background-color: #20252b;
  box-shadow: 0 0 3px 0 #20252b;
  border-radius: 100%;
  transform-origin: -20% 0;
  animation: fly 2.1s ease-in-out infinite;
}
@keyframes jump {
  0% {
    top: 24%;
    transform: rotateX(85deg);
  }
  25% {
    top: 10%;
    transform: rotateX(0deg);
  }
  50% {
    top: 30%;
    transform: rotateX(85deg);
  }
  75% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(85deg);
  }
}
@keyframes flip {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-27deg);
  }
  30%, 50% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(27deg);
  }
  83.3% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes switchSide {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes fly {
  0% {
    bottom: 26%;
    transform: rotate(0deg);
  }
  10% {
    bottom: 40%;
  }
  50% {
    bottom: 26%;
    transform: rotate(-190deg);
  }
  80% {
    bottom: 40%;
  }
  100% {
    bottom: 26%;
    transform: rotate(0deg);
  }
}
@keyframes bubble {
  0% {
    transform: scale(0.15, 0.15);
    top: 80%;
    opacity: 0;
  }
  50% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.33, 0.33);
    top: 60%;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: 0.25;
  }
  50% {
    transform: scale(1.2, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0.25;
  }
}
/* animated elements */
.animate {
  visibility: hidden;
}
.no-js .animate, .lt-ie10 .animate, .lt-ie9 .animate {
  visibility: visible;
}
.animated {
  visibility: visible !important;
}
/* boxed layout */
#box_wrapper, #canvas {
  overflow: visible;
  position: relative;
}
#box_wrapper > section, #box_wrapper > div > section {
  position: relative;
  clear: both;
}
#canvas.boxed {
  padding: 1px 0;
  background-color: #f2f2f2;
}
body.boxed {
  position: static;
  width: auto;
  height: auto;
}
.boxed .container {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 500px) {
  .boxed .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.boxed #box_wrapper.container {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 120px;
}
@media (min-width: 1600px) {
  .boxed #box_wrapper.container {
    max-width: 1560px;
  }
}
.boxed #box_wrapper.container.top-bottom-margins {
  margin-top: 150px;
  margin-bottom: 120px;
}
/*bordered columns*/
.c-bordered [class*='col-'] {
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  margin-left: -1px;
}
@media (min-width: 768px) {
  .c-bordered.c-bordered-center .row [class*='col-']:first-child {
    border-left-color: transparent;
  }
  .c-bordered.c-bordered-center .row [class*='col-']:last-child {
    border-right-color: transparent;
  }
  .c-bordered.c-bordered-center .row:first-child [class*='col-'] {
    border-top-color: transparent;
  }
  .c-bordered.c-bordered-center .row:last-child [class*='col-'] {
    border-bottom-color: transparent;
  }
}
/* Media Items - Common Side and Top Image Items */
.bordered .item-media, .bordered .entry-thumbnail {
  margin: -1px -1px -1px -1px;
  z-index: 1;
}
.bordered .item-media.cover-image {
  height: calc(100% + 1px);
}
.bordered.full-padding .item-media {
  margin: 0;
}
/* side and vertical items paddings */
.full-padding {
  padding: 40px;
}
.content-padding .item-content {
  padding: 30px 40px;
}
@media (max-width: 992px) {
  .full-padding {
    padding: 30px;
  }
  .content-padding .item-content {
    padding: 30px;
  }
}
/*side item*/
.side-item h2, .side-item h3, .side-item h4 {
  line-height: 1;
}
.side-item .row {
  margin: 0;
}
.side-item .row [class*="col-"] {
  padding: 0;
  margin: 0;
}
.side-item .item-title + .item-content {
  padding-top: 30px;
}
.side-item [class*="col-"] > .item-title {
  padding: 15px 30px;
}
.side-item [class*="col-"] > .item-title h2, .side-item [class*="col-"] > .item-title h3, .side-item [class*="col-"] > .item-title h4 {
  margin: 0;
}
.side-item.bordered [class*="col-"] > .item-title {
  margin: -1px;
}
/*-xs- -sm- side-item paddings and margins*/
@media (max-width: 767px) {
  .no-content-padding [class*='col-sm-'] .item-content, .full-padding [class*='col-sm-'] .item-content, .no-content-padding [class*='col-xs-'] .item-content, .full-padding [class*='col-xs-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-sm-'][class*='sm-pull-'] .item-content, .full-padding [class*='col-sm-'][class*='sm-pull-'] .item-content, .no-content-padding [class*='col-xs-'][class*='sm-pull-'] .item-content, .full-padding [class*='col-xs-'][class*='sm-pull-'] .item-content, .no-content-padding [class*='col-sm-'][class*='xs-pull-'] .item-content, .full-padding [class*='col-sm-'][class*='xs-pull-'] .item-content, .no-content-padding [class*='col-xs-'][class*='xs-pull-'] .item-content, .full-padding [class*='col-xs-'][class*='xs-pull-'] .item-content, .no-content-padding [class*='col-sm-'][class*='order-sm-1'] .item-content, .full-padding [class*='col-sm-'][class*='order-sm-1'] .item-content, .no-content-padding [class*='col-xs-'][class*='order-sm-1'] .item-content, .full-padding [class*='col-xs-'][class*='order-sm-1'] .item-content, .no-content-padding [class*='col-sm-'][class*='order-xs-1'] .item-content, .full-padding [class*='col-sm-'][class*='order-xs-1'] .item-content, .no-content-padding [class*='col-xs-'][class*='order-xs-1'] .item-content, .full-padding [class*='col-xs-'][class*='order-xs-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-sm-12 .item-content, .full-padding .col-sm-12 .item-content, .no-content-padding .col-xs-12 .item-content, .full-padding .col-xs-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*-md- side-item paddings and margins*/
@media (min-width: 768px) {
  .no-content-padding [class*='col-md-'] .item-content, .full-padding [class*='col-md-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-md-'][class*='md-pull-'] .item-content, .full-padding [class*='col-md-'][class*='md-pull-'] .item-content, .no-content-padding [class*='col-md-'][class*='order-md-1'] .item-content, .full-padding [class*='col-md-'][class*='order-md-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-sm-12 .item-content, .full-padding .col-sm-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*-lg- side-item paddings and margins*/
@media (min-width: 992px) {
  .no-content-padding [class*='col-lg-'] .item-content, .full-padding [class*='col-lg-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-lg-'][class*='lg-pull-'] .item-content, .full-padding [class*='col-lg-'][class*='lg-pull-'] .item-content, .no-content-padding [class*='col-lg-'][class*='order-lg-1'] .item-content, .full-padding [class*='col-lg-'][class*='order-lg-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-md-12 .item-content, .full-padding .col-md-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*-xl- side-item paddings and margins*/
@media (min-width: 1200px) {
  .no-content-padding [class*='col-xl-'] .item-content, .full-padding [class*='col-xl-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-xl-'][class*='order-xl-1'] .item-content, .full-padding [class*='col-xl-'][class*='order-xl-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-lg-12 .item-content, .full-padding .col-lg-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* vertical media item */
.vertical-item .item-media + .item-content {
  padding: 55px 60px 50px;
}
@media (max-width: 767px) {
  .vertical-item .item-media + .item-content {
    padding: 30px;
  }
}
.vertical-item.content-padding .item-content {
  padding: 50px 60px;
}
@media (max-width: 767px) {
  .vertical-item.content-padding .item-content {
    padding: 30px;
  }
}
.vertical-item.content-absolute {
  position: relative;
}
.vertical-item.content-absolute .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}
@media (max-width: 992px) {
  .vertical-item.content-absolute .item-content {
    padding: 10px;
  }
}
.vertical-item.content-absolute.vertical-center .item-content {
  top: 0;
}
.vertical-item + .item-title {
  padding: 10px 30px;
}
.vertical-item + .item-title h2, .vertical-item + .item-title h3, .vertical-item + .item-title h4 {
  margin: 0;
}
.padding-small.item-title {
  padding: 20px 30px 50px;
}
@media (max-width: 767px) {
  .padding-small.item-title {
    padding: 20px 30px 30px;
  }
}
/* item meta */
.item-meta {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6;
}
.item-meta i {
  margin-right: 10px;
  width: 1em;
  text-align: center;
  position: relative;
  font-size: 1.2em;
}
.item-meta span {
  padding: 0 0.5em;
}
/* item media & item links */
.item-media {
  position: relative;
  overflow: hidden;
}
.item-media img {
  width: 100%;
}
.item-media.cover-image {
  height: 100%;
}
.media-links {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-links div {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  z-index: 4;
}
.content-absolute .media-links div {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .content-absolute .media-links div {
    display: none;
  }
}
.content-absolute .media-links div a {
  transition: all 0.35s ease 0.1s;
}
.content-absolute .media-links div a:hover {
  transform: scaleX(-1);
}
.content-absolute .media-links div a:first-child {
  transition-delay: 0s;
}
.media-links:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #20252b;
  opacity: 0;
  transition: all 0.2s linear;
  border-radius: 5px;
}
[class*="-item"]:hover .media-links:before {
  opacity: 0.5;
}
.media-links a.abs-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
[class*="-item"]:hover .media-links a.abs-link {
  opacity: 1;
}
[class*="-item"] .links-wrap a {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 58px;
  top: -100px;
  border: 2px solid transparent;
  display: inline-block;
  z-index: 5;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*="-item"] .links-wrap a.link-zoom {
  color: #fff;
  background-color: #cf357a;
  border-color: #cf357a;
}
[class*="-item"] .links-wrap a.link-zoom:hover {
  opacity: 1;
  background-color: #9bdaee;
  border-color: #9bdaee;
  color: #fff;
}
[class*="-item"] .links-wrap a.link-anchor {
  color: #20252b;
  background-color: #fff;
  border-color: #fff;
  transition-delay: 0.1s;
}
[class*="-item"] .links-wrap a.link-anchor:hover {
  opacity: 1;
  color: #fff;
  background-color: #cf357a;
  border-color: #cf357a;
}
[class*="-item"] .links-wrap a:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
[class*="-item"] .links-wrap a.link-anchor:before {
  content: "\f041";
}
[class*="-item"]:hover .links-wrap a {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
[class*="-item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* item icons */
.item-icons {
  margin-top: 35px;
  font-size: 12px;
}
.content-padding .item-icons {
  margin-top: 0;
}
.item-icons i {
  padding: 0 4px;
}
.item-icons .col {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.bordered {
  border-radius: 5px;
}
.media .media-body h5 {
  margin-bottom: 12px;
}
/*
 ** Buttons
 */
.btn:hover {
  cursor: pointer;
}
.btn.focus, .btn:focus {
  box-shadow: 0 0 3px 0 rgba(100, 100, 100, .75);
}
.btn-secondary {
  border-color: #e5e5e5;
  color: #20252b;
}
/*color background buttons*/
.btn-maincolor, .btn-maincolor2, .btn-maincolor3, .btn-darkgrey {
  color: #fff !important;
}
.btn-maincolor {
  background-color: #cf357a;
}
.btn-maincolor2 {
  background-color: #9bdaee;
}
.btn-maincolor3 {
  background-color: #82b440;
}
.btn-darkgrey {
  background-color: #20252b;
}
/*color outline buttons*/
.btn-outline-maincolor, .btn-outline-maincolor2, .btn-outline-maincolor3, .btn-outline-darkgrey, .more-link {
  background-color: #fff;
}
.btn-outline-maincolor {
  color: #cf357a;
  border-color: #cf357a;
}
.btn-outline-maincolor2, .more-link {
  color: #9bdaee;
  border-color: #9bdaee;
}
.btn-outline-maincolor3 {
  color: #82b440;
  border-color: #82b440;
}
.btn-outline-darkgrey {
  color: #20252b;
  border-color: #20252b;
}
.btn-light:hover {
  color: #fff;
  background-color: #9bdaee;
  border-color: #9bdaee;
}
.wp-block-button {
  margin-bottom: 10px;
}
.corner {
  position: relative;
  height: 0;
  padding-bottom: 70px;
  background-color: transparent !important;
  overflow: visible !important;
  z-index: 3;
}
.corner:before, .corner:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.corner:after {
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 70px solid #fff;
}
.corner.corner-outside {
  position: absolute;
}
.corner.corner-outside:first-child {
  top: -70px;
}
.corner.corner-outside:last-child {
  bottom: -70px;
}
.corner.corner-half:after {
  border-left-width: 100vw;
  border-right-width: 0;
}
.corner.corner-half.corner-half-inverse:after {
  border-left-width: 0;
  border-right-width: 100vw;
}
.corner.corner-mirror:after {
  border-left-width: 0;
}
.corner.corner-mirror:before {
  border-left: 50vw solid transparent;
  border-top: 70px solid #fff;
  left: 50vw;
}
.corner.corner-inverse:before, .corner.corner-inverse:after {
  border-top: none;
  border-bottom: 70px solid #fff;
}
@media (max-width: 1199px) {
  .corner {
    padding-bottom: 30px;
  }
  .corner:after {
    border-top-width: 30px;
  }
  .corner.corner-outside {
    position: absolute;
  }
  .corner.corner-outside:first-child {
    top: -30px;
  }
  .corner.corner-outside:last-child {
    bottom: -30px;
  }
  .corner.corner-mirror:before {
    border-top-width: 30px;
  }
  .corner.corner-inverse:before, .corner.corner-inverse:after {
    border-bottom-width: 30px;
  }
}
.corner.ls.ms.corner-mirror:before, .corner.ls.ms:after {
  border-top-color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}
.corner.ls.ms.corner-inverse:after {
  border-bottom-color: #f2f2f2;
}
.corner.ds.corner-mirror:before, .corner.ds:after {
  border-top-color: #20252b;
  border-bottom-color: #20252b;
}
.corner.ds.corner-inverse:after {
  border-bottom-color: #20252b;
}
.corner.ds.ms.corner-mirror:before, .corner.ds.ms:after {
  border-top-color: #252525;
  border-bottom-color: #252525;
}
.corner.ds.ms.corner-inverse:after {
  border-bottom-color: #252525;
}
.corner.ds.bs.corner-mirror:before, .corner.ds.bs:after {
  border-top-color: #2f3e47;
  border-bottom-color: #2f3e47;
}
.corner.ds.bs.corner-inverse:after {
  border-bottom-color: #2f3e47;
}
.corner.cs.corner-mirror:before, .corner.cs:after {
  border-top-color: #cf357a;
  border-bottom-color: #cf357a;
}
.corner.cs.corner-inverse:after {
  border-bottom-color: #cf357a;
}
.corner.cs.cs2.corner-mirror:before, .corner.cs.cs2:after {
  border-top-color: #9bdaee;
  border-bottom-color: #9bdaee;
}
.corner.cs.cs2.corner-inverse:after {
  border-bottom-color: #9bdaee;
}
.corner.cs.cs3.corner-mirror:before, .corner.cs.cs3:after {
  border-top-color: #82b440;
  border-bottom-color: #82b440;
}
.corner.cs.cs3.corner-inverse:after {
  border-bottom-color: #82b440;
}
/*
 ** Light Background Section - .ls
 */
.ls {
  background-color: #fff;
  color: #818181;
}
.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
  color: #cf357a;
}
.ls h1 a, .ls h2 a, .ls h3 a, .ls h4 a, .ls h5 a, .ls h6 a {
  color: inherit;
}
.ls h1 a:hover, .ls h2 a:hover, .ls h3 a:hover, .ls h4 a:hover, .ls h5 a:hover, .ls h6 a:hover {
  color: #cf357a;
}
.ls .btn-maincolor:hover, .ls .btn-maincolor2:hover, .ls .btn-maincolor3:hover, .ls .btn-darkgrey:hover, .ls .btn-outline-maincolor:hover, .ls .btn-outline-maincolor2:hover, .ls .btn-outline-maincolor3:hover, .ls .btn-outline-darkgrey:hover {
  color: #fff;
}
.ls .btn-maincolor:hover {
  background-color: #9bdaee;
  border-color: #9bdaee;
}
.ls .btn-outline-maincolor:hover {
  background-color: #fff;
  color: #9bdaee;
  border-color: #9bdaee;
}
.ls .btn-maincolor2:hover {
  background-color: #cf357a;
  border-color: #cf357a;
}
.ls .btn-outline-maincolor2:hover, .ls .more-link:hover {
  background-color: #fff;
  color: #cf357a;
  border-color: #cf357a;
}
.ls .btn-outline-darkgrey:hover, .ls .btn-darkgrey:hover {
  background-color: #cf357a;
  border-color: #cf357a;
}
.ls .links-maincolor a:hover {
  opacity: 0.7;
}
/*
 ** Grey Background Section - light section, muted section - .ls.ms
 */
.ls.ms {
  background-color: #f2f2f2;
  color: #6e6e6e;
}
.ls.ms .links-grey a {
  color: #6e6e6e;
}
.ls.ms .hero-bg {
  background-color: #fff;
}
.ls.ms .hero-bg hr {
  background-color: #e5e5e5;
}
.ls.ms hr {
  background-color: #fff;
}
.ls.ms input[type="text"], .ls.ms input[type="email"], .ls.ms input[type="url"], .ls.ms input[type="password"], .ls.ms input[type="search"], .ls.ms input[type="tel"], .ls.ms input[type="number"], .ls.ms textarea, .ls.ms select, .ls.ms .form-control {
  background-color: #fff;
}
.ls.ms .hero-bg input[type="text"], .ls.ms .hero-bg input[type="email"], .ls.ms .hero-bg input[type="url"], .ls.ms .hero-bg input[type="password"], .ls.ms .hero-bg input[type="search"], .ls.ms .hero-bg input[type="tel"], .ls.ms .hero-bg input[type="number"], .ls.ms .hero-bg textarea, .ls.ms .hero-bg select, .ls.ms .hero-bg .form-control {
  border-color: #e5e5e5;
  background-color: #f2f2f2;
}
.ls.ms td, .ls.ms th, .ls.ms .bordered {
  border-color: #d8d8d8;
}
.ls.ms .btn-secondary {
  border-color: #fff;
}
.ls.ms .btn-secondary:hover {
  border-color: #e3e3e3;
  background-color: #e3e3e3;
}
.ls .color-icon.bg-icon {
  background-color: #fff;
}
.ls .pricing-plan [class*='btn-outline-'] {
  background-color: #fff;
}
.ls .pricing-plan [class*='btn-outline-']:hover {
  background-color: #cf357a;
  color: #fff;
  border-color: #cf357a;
}
.ls .btn.btn-outline-maincolor2:hover {
  background-color: transparent;
  border-color: #cf357a;
}
.ls.ms .nav-tabs > li.active > a, .ls.ms .nav-tabs > li.active > a:hover, .ls.ms .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #fff;
}
.ls.ms .tab-content {
  background-color: #fff;
}
.ls.ms .tab-content .bordered {
  border-color: #e6e6e6;
}
.ls.ms .tab-content.no-border {
  background-color: transparent;
}
.ls.ms .tab-content .form-control {
  background-color: #f2f2f2;
}
.ls.ms .vertical-tabs .nav > li > a {
  background-color: #fff;
}
.ls.ms .vertical-tabs .nav > li > a:hover, .ls.ms .vertical-tabs .nav > li.active > a {
  background-color: #20252b;
}
.ls.ms .panel-title > a {
  background-color: #20252b;
}
.ls.ms .panel-title > a.collapsed {
  background-color: #fff;
}
.ls.ms .hero-bg .panel-title > a {
  border: 1px solid #e5e5e5;
}
.ls.ms .panel-title > a.collapsed:hover, .ls.ms .panel-title > a:hover {
  background-color: #20252b;
}
.ls.ms .pagination a, .ls.ms .pagination span {
  background-color: #fff;
  border-color: #fff;
}
.ls.ms .breadcrumb {
  color: #808080;
}
.ls.ms .breadcrumb a {
  color: #676767;
}
.ls.ms .breadcrumb a:hover {
  color: #cf357a;
}
.ls.ms [class*='btn-outline-']:not(:hover) {
  background-color: #f2f2f2;
}
/*
 ** Dark Section background and Dark Muted background sections - .ds and .ds.ms
 */
/* dark grey background section - .ds */
.ds {
  background-color: #20252b;
  color: #fff;
}
.ds * .ds {
  background-color: #15181c;
}
/* dark background section - .ds.ms */
.ds.ms {
  background-color: #252525;
}
.ds.ms .ds.ms {
  background-color: #2a2a2a;
}
/* dark section blue - .ds.bs */
.ds.bs {
  background-color: #2f3e47;
}
.ds a:not(.btn) {
  color: #fff;
}
.ds a:not(.btn):hover {
  color: #cf357a;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
  color: #fff;
}
.ds h1 a, .ds h2 a, .ds h3 a, .ds h4 a, .ds h5 a, .ds h6 a {
  color: #fff;
}
.ds h1 a:hover, .ds h2 a:hover, .ds h3 a:hover, .ds h4 a:hover, .ds h5 a:hover, .ds h6 a:hover {
  opacity: 0.8;
}
.ds .ls {
  background-color: #fff;
  color: #808080;
}
.ds .ls h1, .ds .ls h2, .ds .ls h3, .ds .ls h4, .ds .ls h5, .ds .ls h6 {
  color: #20252b;
}
.ds .ls h1 a, .ds .ls h2 a, .ds .ls h3 a, .ds .ls h4 a, .ds .ls h5 a, .ds .ls h6 a {
  color: inherit;
}
.ds .ls h1 a:hover, .ds .ls h2 a:hover, .ds .ls h3 a:hover, .ds .ls h4 a:hover, .ds .ls h5 a:hover, .ds .ls h6 a:hover {
  color: #cf357a;
}
.ds .ls a:not(.btn) {
  color: #20252b;
}
.ds .ls a:not(.btn):hover {
  color: #cf357a;
}
.ds label {
  color: #fff;
}
.ds hr {
  border-color: #454545;
  background-color: #454545;
}
.ds blockquote, .ds .blockquote {
  color: #fff;
}
.ds pre {
  color: #9a9a9a;
}
.ds .muted-bg, .ds .hero-bg {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .bordered {
  border-color: #454545;
}
.ds .color-main {
  color: #cf357a;
}
.ds .color-main2 {
  color: #9bdaee;
}
.ds .color-dark, .ds .color-darkgrey {
  color: #fff;
  border-color: #fff;
}
.ds .links-maincolor a {
  color: #cf357a;
}
.ds .links-maincolor a:hover {
  color: #fff;
}
.ds .links-maincolor2 a {
  color: #9bdaee;
}
.ds .links-maincolor2 a:hover {
  color: #fff;
}
.ds .links-maincolor3 a {
  color: #82b440;
}
.ds .links-maincolor3 a:hover {
  color: #fff;
}
.ds .links-grey a {
  color: #9a9a9a;
}
.ds .links-grey a:hover {
  color: #fff;
}
.ds .links-darkgrey a {
  color: #fff;
}
.ds .links-darkgrey a:hover {
  color: #cf357a;
}
.ds.s-bordertop:before, .ds.s-borderbottom:after, .ds.s-bordertop-container .container:before, .ds.s-borderbottom-container .container:after {
  background-color: #454545;
}
.ds.s-bordered-columns [class*='col-'] + [class*='col-']:before {
  background-color: #454545;
}
.ds .btn-maincolor:hover, .ds .btn-maincolor2:hover, .ds .btn-darkgrey:hover, .ds .btn-outline-maincolor:hover, .ds .btn-outline-maincolor2:hover {
  color: #fff;
}
.ds .btn-outline-maincolor:hover, .ds .btn-maincolor:hover {
  background-color: #9bdaee;
  border-color: #9bdaee;
}
.ds .btn-outline-maincolor2:hover, .ds .btn-maincolor2:hover {
  background-color: #cf357a;
  border-color: #cf357a;
}
.ds .btn-outline-darkgrey {
  color: #fff;
  border-color: #fff;
}
.ds .btn-outline-darkgrey:hover {
  background-color: #fff;
  border-color: #fff;
  color: #20252b;
}
.ds .btn-outline-maincolor, .ds .btn-outline-maincolor2, .ds .btn-outline-darkgrey {
  background-color: transparent;
}
.ds a.fa {
  color: #fff;
  border-color: #454545;
}
.ds a.bg-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .fa.color-icon:hover {
  color: #fff;
}
.ds .color-icon.bg-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .color-icon.bg-icon:hover {
  color: #fff;
}
.ds .color-bg-icon:hover {
  background-color: #cf357a;
}
.ds {
  /* shop */
}
.ds .list-bordered li {
  border-color: #454545;
}
.ds input[type="text"], .ds input[type="email"], .ds input[type="url"], .ds input[type="password"], .ds input[type="search"], .ds input[type="tel"], .ds input[type="number"], .ds textarea, .ds select, .ds .form-control {
  background-color: transparent;
  border-color: #aaaaa9;
  color: #fff;
}
.ds .form-group-select:before {
  border-color: #454545;
}
.ds .form-control:focus {
  border-color: #fff;
}
.ds .form-control:-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.ds .form-control::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.ds .form-control:-ms-input-placeholder {
  color: #9a9a9a;
}
.ds .form-control::-webkit-input-placeholder {
  color: #fff;
}
.ds input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}
.ds .form-control:focus:-moz-placeholder {
  color: #fff;
}
.ds .form-control:focus::-moz-placeholder {
  color: #fff;
}
.ds .form-control:focus:-ms-input-placeholder {
  color: #fff;
}
.ds .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.ds .contact-form.transparent-background .form-control {
  border-color: #454545;
}
.ds .tab-content {
  border-color: #454545;
}
.ds .nav-tabs .nav-link {
  border-color: #454545;
}
.ds .owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}
.ds .post-adds .share_button > i, .ds .post-adds .like_button > i {
  color: #fff;
}
.ds .side-item {
  border-color: #454545;
}
.ds .excerpt {
  color: #fff;
}
.ds .reply a {
  color: #fff;
}
.ds .widget_search .form-inline .btn, .ds .widget_product_search [type="submit"], .ds .widget_mailchimp .form-inline .btn {
  background-color: transparent;
  color: #cf357a;
}
.ds .widget_shopping_cart .cart_list, .ds .widget_recent_entries li, .ds .widget_recent_comments li, .ds .widget_archive li, .ds .widget_categories li, .ds .widget_meta li, .ds .widget_nav_menu li, .ds .widget_pages li, .ds .widget_popular_entries li {
  border-color: #454545;
}
.ds .widget_nav_menu ul ul {
  border-color: #454545;
}
.ds .widget_popular_entries .media-heading {
  color: #fff;
}
.ds .tweet_list li + li .tweet_right {
  border-color: #454545;
}
.ds .widget_tag_cloud a {
  color: #fff;
  border-color: #fff;
}
.ds .widget_shopping_cart li a + a {
  color: #fff;
}
.ds .widget_shopping_cart li a + a:hover {
  color: #cf357a;
}
.ds .summary .price {
  color: #fff;
  border-color: #454545;
}
.ds .summary .product_meta {
  border-color: #454545;
}
.ds .widget_price_filter .price_label {
  color: #fff;
}
.ds #calendar_wrap {
  border-color: #454545;
}
.ds .widget_calendar table {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #454545;
}
.ds .widget_calendar tfoot td a {
  border-color: #454545;
}
.ds .widget_calendar caption, .ds .widget_calendar thead, .ds .widget_calendar th {
  color: #fff;
}
.ds .widget_calendar tbody td a:hover {
  color: #fff;
}
.ds .grid-view h3:before, .ds .grid-view h3:after {
  background-color: #454545;
}
.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
  color: #fff;
}
.ds .ui-slider {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .ui-slider .ui-slider-handle {
  background-color: #fff;
}
.ds #sort_view {
  background-color: transparent;
  color: #fff;
}
.ds #toggle_shop_view.grid-view:after, .ds #toggle_shop_view:before {
  background-color: rgba(247, 247, 247, 0.05);
}
.ds .widget_layered_nav .color-filters a:before {
  border-color: #454545;
}
.ds .table.cart a {
  color: #fff;
}
.ds .pagination > li > a, .ds .pagination > li > span {
  color: #fff;
  background-color: transparent;
  border: 1px solid #454545;
}
.ds .pagination > li.active > a, .ds .pagination > li.active > span, .ds .pagination > li > a:hover, .ds .pagination > li > span:hover, .ds .pagination > li > a:focus, .ds .pagination > li > span:focus {
  border-color: #cf357a;
  background-color: #cf357a;
  color: #fff;
}
.ds .thumbnail {
  background-color: transparent;
}
.ds .thumbnail h3 a {
  color: #fff;
}
.ds .thumbnail .caption {
  border-color: transparent;
  background-color: rgba(252, 252, 252, 0.05);
}
.ds .progress {
  background-color: #454545;
}
.ds .panel-heading .panel-title > a.collapsed, .ds .vertical-tabs .nav > li > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.ds .panel-heading .panel-title > a, .ds .panel-heading .panel-title > a:hover, .ds .vertical-tabs .nav > li.active > a, .ds .vertical-tabs .nav > li > a:hover {
  background-color: #cf357a;
}
.ds .panel-heading .panel-title > a:hover:after, .ds .vertical-tabs .nav > li > a:hover:after {
  color: #fff;
}
.ds .entry-meta .comments-link a {
  color: #fff;
}
.ds #timetable tbody th, .ds #timetable tbody td {
  border-color: #454545;
}
.ds #isotope_filters a, .ds .filters a {
  color: #fff;
}
.ds .social-icons.ds {
  color: #fff;
}
.ds div .fw-shortcode-calendar-wrapper .page-header h3, .ds div .btn-group button[data-calendar-nav], .ds div .btn-group button[data-calendar-nav*='today'] {
  color: #fff;
}
/*
 ** Color Background Section - .cs
 */
.cs.cs2 {
  background-color: #9bdaee;
}
.cs.cs2 .color-main {
  color: #cf357a;
}
.cs.cs3 {
  background-color: #82b440;
}
.cs.cs3 .color-main {
  color: #cf357a;
}
/* color section grey - .cs.gs */
.cs.gs {
  background-color: #aaa6a7;
}
.cs.cs-success {
  background-color: #4db19e;
}
.cs.cs-info {
  background-color: #007ebd;
}
.cs.cs-warning {
  background-color: #eeb269;
}
.cs.cs-danger {
  background-color: #dc5753;
}
.cs {
  background-color: #cf357a;
  color: #fff;
}
.cs h1, .cs h2, .cs h3, .cs h4, .cs h5, .cs h6 {
  color: #fff;
}
.cs h1 a, .cs h2 a, .cs h3 a, .cs h4 a, .cs h5 a, .cs h6 a {
  color: #fff;
}
.cs h1 a:hover, .cs h2 a:hover, .cs h3 a:hover, .cs h4 a:hover, .cs h5 a:hover, .cs h6 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cs a:not(.btn) {
  color: #fff;
}
.cs a:not(.btn):hover {
  opacity: 0.8;
}
.cs blockquote, .cs .blockquote {
  border-color: #d95e95;
}
.cs hr {
  border-color: rgba(255, 255, 255, 0.15);
}
.cs pre {
  color: #fff;
}
.cs .hero-bg {
  background-color: rgba(255, 255, 255, 0.1);
}
.cs .bordered {
  border-color: rgba(255, 255, 255, 0.15);
}
.cs.s-bordertop:before, .cs.s-borderbottom:after, .cs.s-bordertop-container .container:before, .cs.s-borderbottom-container .container:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.cs.s-bordered-columns [class*='col-'] + [class*='col-']:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.cs .links-darkgrey a, .cs .links-grey a {
  color: #fff;
  opacity: 0.9;
}
.cs .links-darkgrey a:hover, .cs .links-grey a:hover {
  opacity: 1;
  color: #fff;
}
.cs .color-dark {
  border-color: #fff;
  color: #fff;
}
.cs .color-darkgrey {
  border-color: #20252b;
  color: #20252b;
}
.cs .response, .cs .color-main {
  color: #fff;
}
.cs input[type="text"], .cs input[type="email"], .cs input[type="url"], .cs input[type="password"], .cs input[type="search"], .cs input[type="tel"], .cs input[type="number"], .cs textarea, .cs select, .cs .form-control {
  color: #808080;
  background-color: #fff;
  border-color: #fff;
}
.cs input[type="search"], .cs .form-control {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.cs .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.cs .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.cs .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.cs .form-control:-ms-input-placeholder {
  color: #fff;
}
.cs .form-control::-webkit-input-placeholder {
  color: #fff;
}
.cs .form-control:focus:-moz-placeholder {
  color: transparent;
}
.cs .form-control:focus::-moz-placeholder {
  color: transparent;
}
.cs .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.cs .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.cs .btn-maincolor {
  background-color: #fff;
  color: #cf357a !important;
}
.cs .btn-maincolor:hover {
  color: #9bdaee !important;
}
.cs .btn-maincolor2 {
  background-color: #fff;
  color: #9bdaee !important;
}
.cs .btn-maincolor2:hover {
  color: #cf357a !important;
}
.cs .btn-outline-maincolor {
  background-color: transparent;
  border-color: #9bdaee;
  color: #9bdaee;
}
.cs .btn-outline-maincolor:hover {
  border-color: #fff;
  color: #fff;
}
.cs .btn-outline-maincolor2 {
  background-color: transparent;
  border-color: #cf357a;
  color: #cf357a;
}
.cs .btn-outline-maincolor2:hover {
  border-color: #fff;
  color: #fff;
}
.cs .btn-outline-darkgrey:hover {
  background-color: #0a0c0e;
  border-color: #0a0c0e;
}
.cs a.fa {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
.cs a.bg-icon {
  background-color: rgba(255, 255, 255, 0.17);
}
.cs .color-icon.bg-icon {
  background-color: rgba(255, 255, 255, 0.9);
}
.cs a.fa.color-bg-icon:hover {
  background-color: #20252b;
}
.cs.cs2 .widget_archive li ul.children li:before, .cs.cs2 .widget_categories li ul.children li:before, .cs.cs2 .widget_nav_menu li ul.children li:before, .cs.cs2 .widget_meta li ul.children li:before, .cs.cs2 .widget_pages li ul.children li:before {
  color: #fff;
}
.cs .btn-action {
  background-color: #fff;
}
.cs .btn-action i {
  color: #20252b;
}
.cs .btn-action:hover i {
  opacity: 0.7;
}
/*
 ** Helper Utilities
 */
/* layout */
.clear, .clearfix {
  clear: both;
}
.round {
  border-radius: 50%;
}
.text-normal {
  text-transform: none;
}
/* paddings for .*-bg, .bg-* and .bordered */
.p-big {
  padding: 40px 45px;
}
@media (min-width: 1200px) {
  .p-big {
    padding: 55px 60px;
  }
}
.p-normal {
  padding: 40px 45px;
}
.p-small {
  padding: 30px 35px;
}
.cover-before, .cover-after {
  overflow: hidden;
}
.cover-before, .cover-after, .cover-before > *, .cover-after > * {
  position: relative;
  z-index: 2;
}
.cover-before:before, .cover-after:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-corner {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
/* text helpers */
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-28 {
  font-size: 28px;
}
.fs-32 {
  font-size: 32px;
}
.fs-36 {
  font-size: 36px;
}
.fs-40 {
  font-size: 40px;
}
.fs-56 {
  font-size: 56px;
}
.fw-100 {
  font-weight: 100;
}
.fw-300, .thin {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700, .bolder {
  font-weight: 700;
}
.fw-900, .bold {
  font-weight: 900;
}
.dropcap {
  font-size: 108px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 1600px) {
  .dropcap {
    font-size: 92px;
    margin-right: 15px;
  }
}
.overflow-hidden {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.overflow-visible {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.z-index-2 {
  z-index: 2;
}
/*display helpers*/
[class*='visible-above-'], [class*='visible-below-'] {
  display: none !important;
}
@media (min-width: 576px) {
  .visible-above-sm {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .visible-below-sm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-above-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-below-md {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-above-lg {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-below-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-above-xl {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .visible-below-xl {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .hidden-below-sm {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-above-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-below-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-above-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-below-lg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-above-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-below-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-above-xl {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
/* borders, colors and backgrounds */
.light-bg {
  background-color: #fff;
}
.hero-bg {
  background-color: #f2f2f2;
}
.muted-bg {
  background-color: rgba(32, 37, 43, 0.06);
}
.response, .color-main {
  color: #cf357a !important;
  border-color: #cf357a;
}
.color-main2 {
  color: #9bdaee !important;
  border-color: #9bdaee;
}
.color-main3 {
  color: #82b440 !important;
  border-color: #82b440;
}
.color-dark {
  color: #252525;
  border-color: #252525;
}
.color-darkgrey {
  color: #20252b;
  border-color: #20252b;
}
.color-success {
  color: #4db19e;
}
.color-info {
  color: #007ebd;
}
.color-warning {
  color: #eeb269;
}
.required, .color-danger {
  color: #dc5753;
}
.bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-shadow {
  border-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.links-maincolor a {
  color: #cf357a;
}
.links-maincolor2 a {
  color: #9bdaee;
}
.links-maincolor3 a {
  color: #82b440;
}
.links-light a {
  color: #fff;
}
.links-light a:hover {
  color: #9bdaee;
}
.links-grey a {
  color: #808080;
}
.links-grey a:hover {
  color: #cf357a;
}
.links-darkgrey a {
  color: #20252b;
}
.links-darkgrey a:hover {
  color: #cf357a;
}
.bg-maincolor {
  background-color: #cf357a;
}
.bg-maincolor-transparent {
  background-color: rgba(207, 53, 122, 0.85);
}
.bg-maincolor2 {
  background-color: #9bdaee;
}
.bg-maincolor2-transparent {
  background-color: rgba(155, 218, 238, 0.85);
}
.bg-maincolor3 {
  background-color: #82b440;
}
.bg-dark {
  background-color: #252525;
}
.bg-darkblue {
  color: #fff;
  background-color: #253138;
}
.bg-darkgrey {
  color: #fff;
  background-color: #20252b;
}
.bg-success {
  background-color: #4db19e !important;
}
.bg-info {
  background-color: #007ebd !important;
}
.bg-warning {
  background-color: #eeb269 !important;
}
.bg-danger {
  background-color: #dc5753 !important;
}
.bg-color1 {
  background-color: #cf357a;
}
.bg-color2 {
  background-color: #9bdaee;
}
[class*='bg-'] {
  color: #fff;
}
[class*='bg-'] a, [class*='bg-'] h1, [class*='bg-'] h2, [class*='bg-'] h3, [class*='bg-'] h4, [class*='bg-'] h5, [class*='bg-'] h6 {
  color: #fff;
}
/*padding for inline elements with theme backgrounds*/
span[class*='bg-'], span.bordered, span.light-bg, span.hero-bg, span.muted-bg {
  padding-left: 0.37em;
  padding-right: 0.37em;
}
/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*left&right equal margins*/
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
/*top margins*/
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
/*bottom margins*/
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
/*top right bottom left margins*/
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.m-50 {
  margin: 50px;
}
.m-60 {
  margin: 60px;
}
/* paddings */
/*top&bottom equal paddings - dividers*/
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
/*left&right equal paddings*/
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
/*top paddings*/
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
/*bottom paddings*/
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
/*top right bottom left paddings*/
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.p-60 {
  padding: 60px;
}
/*
 ** Shortcodes
 */
/*
 ** Icon Box
 */
.icon-styled {
  text-align: center;
  display: inline-block;
}
.icon-styled[class*='bg-'], .icon-styled[class*='btn-'], .icon-styled.bordered, .icon-styled.icon-bordered {
  width: 3em;
  height: 3em;
  box-sizing: content-box;
  border-width: 1px;
  border-style: solid;
}
.text-center .icon-styled[class*='bg-'], .text-center .icon-styled[class*='btn-'], .text-center .icon-styled.bordered, .text-center .icon-styled.icon-bordered {
  margin-left: auto;
  margin-right: auto;
}
.icon-styled[class*='bg-'] i, .icon-styled[class*='btn-'] i, .icon-styled.bordered i, .icon-styled.icon-bordered i {
  line-height: 3em;
}
.icon-styled[class*='bg-'] + p, .icon-styled[class*='btn-'] + p, .icon-styled.bordered + p, .icon-styled.icon-bordered + p {
  margin-top: 12px;
}
.icon-styled.icon-bordered:not([class*="color-"]) {
  border-color: #e5e5e5;
}
.icon-styled[class*='bg-'] {
  border-color: transparent;
}
.icon-styled.icon-top {
  align-self: flex-start;
  line-height: inherit;
}
.media > .icon-styled:first-child {
  flex-shrink: 0;
}
.media > .icon-styled:last-child {
  flex-shrink: 0;
}
.icon-inline > .icon-styled:first-child {
  flex-shrink: 0;
  margin-right: 10px;
}
.icon-inline > .icon-styled:last-child {
  flex-shrink: 0;
  margin-left: 20px;
}
.icon-inline {
  display: flex;
  align-items: center;
}
.icon-inline > * {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
}
.icon-box.ls, .icon-box.ds, .icon-box.cs, .icon-box.bordered, .icon-box.hero-bg, .icon-box.muted-bg, .icon-box.box-shadow {
  padding: 70px 30px;
}
.icon-box h3 {
  font-size: 24px;
}
.c-bordered .icon-box {
  padding: 70px 30px 30px;
}
.c-bordered .icon-box p:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .icon-box.featured-box {
    position: relative;
    z-index: 2;
    margin: -6px -10px;
    height: calc(100% + 12px);
    padding-top: 76px;
    padding-bottom: 36px;
  }
}
.icon-box .icon-styled[class*='bg-'], .icon-box .icon-styled.icon-bordered {
  margin-bottom: 0.5em;
}
.icon-box .icon-styled + h2, .icon-box .icon-styled + h3, .icon-box .icon-styled + h4 {
  margin-top: 17px !important;
}
.icon-box .icon-styled + p.small-text {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0.74em 0;
}
.icon-box h2, .icon-box h3, .icon-box h4, .icon-box h5 {
  margin-top: 17px;
  margin-bottom: 17px;
  line-height: 1;
}
.media .heading-accent, .icon-box .heading-accent {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: inherit;
  font-size: 30px;
  margin-bottom: 0.6em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .media .heading-accent, .icon-box .heading-accent {
    font-size: 38px;
  }
}
.media .icon-styled + .heading-accent, .icon-box .icon-styled + .heading-accent {
  margin-top: 0.6em;
}
.media .special-heading, .icon-box .special-heading {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
.media.ls, .media.ds, .media.cs, .media.bordered, .media.hero-bg, .media.muted-bg, .media.box-shadow {
  padding: 30px;
}
.media.ls [class*='bg-'], .media.ds [class*='bg-'], .media.cs [class*='bg-'], .media.bordered [class*='bg-'], .media.hero-bg [class*='bg-'], .media.muted-bg [class*='bg-'], .media.box-shadow [class*='bg-'], .media.ls .icon-bordered, .media.ds .icon-bordered, .media.cs .icon-bordered, .media.bordered .icon-bordered, .media.hero-bg .icon-bordered, .media.muted-bg .icon-bordered, .media.box-shadow .icon-bordered {
  margin-right: 10px;
}
.media.ls [class*='bg-']:last-child, .media.ds [class*='bg-']:last-child, .media.cs [class*='bg-']:last-child, .media.bordered [class*='bg-']:last-child, .media.hero-bg [class*='bg-']:last-child, .media.muted-bg [class*='bg-']:last-child, .media.box-shadow [class*='bg-']:last-child, .media.ls .icon-bordered:last-child, .media.ds .icon-bordered:last-child, .media.cs .icon-bordered:last-child, .media.bordered .icon-bordered:last-child, .media.hero-bg .icon-bordered:last-child, .media.muted-bg .icon-bordered:last-child, .media.box-shadow .icon-bordered:last-child {
  margin-right: 0;
  margin-left: 30px;
}
.side-icon-box {
  margin: 15px 0 32px;
}
.side-icon-box h4 {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .side-icon-box .icon-styled + .media-body {
    margin-left: 50px;
  }
  .side-icon-box {
    margin-bottom: 50px;
  }
}
/*
 ** Special Heading
 */
.special-heading {
  word-wrap: break-word;
  line-height: 1;
}
.special-heading.text-lowercase {
  font-size: 62px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.1;
}
.special-heading.big, .special-heading.text-uppercase {
  font-size: 32px;
  font-weight: 900;
  line-height: 0.8;
}
.special-heading.big {
  margin-top: 0.65em;
  margin-bottom: 0.65em;
}
@media (max-width: 1600px) {
  .special-heading.big, .special-heading.text-lowercase, .special-heading.text-uppercase {
    font-size: 42px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .special-heading + p.extra-letter-spacing {
    letter-spacing: 2em;
  }
}
.special-heading.text-center + p {
  text-align: center;
}
h3.small .special-heading {
  line-height: 1;
  font-size: 38px;
}
@media (max-width: 767px) {
  .special-heading {
    text-align: center !important;
  }
}
h3.small {
  font-size: 20px;
  margin-bottom: 36px;
}
h1.special-heading, h2.special-heading, h3.special-heading, h4.special-heading, h5.special-heading, h6.special-heading, p.special-heading {
  margin: 0;
}
h6.special-heading {
  font-size: 14px;
}
h3.special-heading {
  margin-top: 8px;
}
.special-icon-heading img, .special-icon-heading i {
  margin: 24px 0 30px;
}
@media (max-width: 991px) {
  .special-icon-heading img, .special-icon-heading i {
    margin: 19px 0 25px;
  }
}
@media (max-width: 575px) {
  h3.special-heading {
    font-size: 30px;
  }
}
/*
 ** Number Card
 */
.number-card {
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
.number-card .card-number span {
  position: relative;
  display: block;
  margin-left: -0.32em;
  margin-top: -0.14em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.number-card .card-number span:after {
  font-size: 0.62em;
  content: '•';
  position: absolute;
  right: -0.4em;
  bottom: -0.09em;
}
@media (min-width: 992px) {
  .number-card .card-number span {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .number-card .card-number span {
    font-size: 238px;
  }
}
.number-card .card-content {
  padding: 36px 36px 46px;
}
@media (min-width: 992px) {
  .number-card .card-content {
    padding: 56px 60px 66px 100px;
  }
}
.number-card .card-content h4 {
  margin: 0;
  line-height: 1;
}
.number-card .card-content h3 {
  line-height: 1;
  margin: 6px 0 25px;
  font-weight: 900;
}
@media (min-width: 500px) {
  .number-card .card-content h3 {
    font-size: 38px;
  }
}
@media (max-width: 499px) {
  .number-card .card-number {
    position: absolute;
  }
  .number-card .card-number span {
    font-size: 36px;
  }
  .number-card h3, .number-card h4 {
    display: inline-block;
  }
}
.pricing-plan {
  text-align: center;
  padding: 40px 40px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .pricing-plan {
    margin: 0 0 70px;
  }
}
.pricing-plan .price-wrap {
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  line-height: 0.7;
  margin: 63px 0 10px;
}
.pricing-plan .price-wrap[class*='bg-'] {
  padding: 30px 30px 10px;
  margin-top: 50px;
  margin-bottom: 0;
}
.pricing-plan .price-wrap .plan-price {
  font-size: 62px;
  font-weight: 500;
}
.pricing-plan [class*='bg-'] {
  padding: 10px 30px 30px;
  margin-left: -41px;
  margin-right: -41px;
}
.pricing-plan .plan-name[class*='bg-'] {
  padding-top: 30px;
  margin-top: -40px;
}
.pricing-plan .plan-name h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .pricing-plan {
    padding: 57px 60px 10px;
  }
  .pricing-plan [class*='bg-'] {
    margin-left: -61px;
    margin-right: -61px;
  }
  .pricing-plan .plan-name[class*='bg-'] {
    margin-top: -57px;
  }
}
.pricing-plan .plan-features {
  margin: 47px 0 20px;
}
.pricing-plan .plan-button {
  position: relative;
  top: 38px;
}
.pricing-plan.plan-featured {
  border: 5px solid #9bdaee;
  transform: translateY(-30px);
}
@media (max-width: 991px) {
  .pricing-plan.plan-featured {
    transform: translateY(0px);
  }
}
.pricing-plan.plan-featured .plan-button {
  top: 38px;
}
.pricing-plan.with-bg .plan-name {
  margin-top: 2px;
}
.pricing-plan.layout-2 {
  border-color: #9bdaee;
}
.quote-item {
  text-align: center;
  border: none;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .quote-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}
.quote-image {
  position: relative;
  display: inline-block;
}
.quote-image:after {
  font-family: 'FontAwesome';
  content: "\f10d";
  position: absolute;
  color: #cf357a;
  background-color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  bottom: 0;
  right: 10px;
}
.quote-image img {
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 9px;
}
.quote-image + p {
  margin: 30px 0 20px;
}
/*
 ** Items Masonry
 */
.items-tile .item-content {
  padding-bottom: 100px;
}
.items-tile .item-content h3 {
  text-transform: none;
  margin-bottom: 0.3em;
}
@media (min-width: 992px) {
  .items-tile .item-content h3 a {
    display: inline-block;
    max-height: 3.05em;
    overflow: hidden;
    padding-bottom: 0.1em;
  }
  .items-tile .item-content h3 + p {
    max-height: 5.5em;
    overflow: hidden;
  }
}
.items-tile .item-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}
.items-tile .item-icons span {
  padding: 0 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .items-tile .col-lg-4 [class*='col-']:first-child .item-media {
    margin-bottom: 32px;
  }
  .items-tile .col-lg-4 [class*='col-']:last-child .item-content {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  .items-tile .item-content {
    padding: 60px 60px 100px;
  }
  .items-tile .item-content h3 {
    font-size: 38px;
  }
  .items-tile .col-lg-4 [class*='col-']:first-child .item-media {
    margin-bottom: 16px;
  }
  .items-tile .col-lg-4 [class*='col-']:last-child .item-content {
    min-height: 388px;
  }
}
/*
 filters
 */
.filters {
  margin-bottom: 48px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .filters {
    margin-bottom: 30px;
  }
}
.filters.filters-active-tob-border {
  padding-top: 0;
}
.filters.filters-active-tob-border a {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .filters.filters-active-tob-border a {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}
.filters.filters-active-tob-border a.active:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background: #cf357a;
  z-index: 1;
}
.filters a {
  font-size: 14px;
  padding: 0 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .filters a {
    padding: 0 15px;
  }
}
.filters a:hover {
  color: #9bdaee;
}
.filters .active {
  color: #9bdaee;
}
@media (min-width: 992px) {
  .isotope-wrapper + .row {
    margin-top: 60px;
  }
  .isotope-wrapper.c-mb-30 + .row {
    margin-top: 30px;
  }
  .isotope-wrapper.c-mb-10 + .row {
    margin-top: 50px;
  }
  .isotope-wrapper.c-mb-1 + .row {
    margin-top: 59px;
  }
}
.contact-form textarea {
  min-height: 160px;
}
/*
 ** Widgets
 */
aside h2 {
  margin-bottom: 0;
  line-height: 1;
}
.widget + .widget {
  margin-top: 60px;
}
aside > * + * {
  margin-top: 60px;
}
.widget {
  position: relative;
}
.widget > h3, .widget .widget-title {
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1;
}
.widget > h2:last-child {
  line-height: 1;
}
.widget li.media {
  margin-bottom: 20px;
  margin-top: 0;
}
.widget li.media:last-child {
  margin-bottom: 0;
}
.widget li.media img {
  max-width: 80px;
}
.widget li.media h3, .widget li.media h4 {
  line-height: 1.4;
  margin-bottom: 0.5em;
  text-transform: none;
  font-size: 16px;
}
.widget li.media p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.page_footer .widget > h3, .page_footer .widget .widget-title {
  margin-bottom: 48px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 991px) {
  .page_footer .widget > h3, .page_footer .widget .widget-title {
    margin-bottom: 25px;
    font-size: 35px;
  }
}
.widget-title.next-image-background {
  position: relative;
  z-index: 2;
}
.widget-title.next-image-background + img {
  position: absolute;
  left: 0;
  top: -15px;
  opacity: 0.5;
}
.text-center .widget-title.next-image-background + img {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  aside {
    margin: 60px auto 0;
    max-width: 370px;
  }
}
/* affix-aside */
.affix-aside {
  position: relative;
}
.affix-aside.affix {
  position: fixed;
  top: 100px;
}
.affix-aside.affix-bottom {
  position: absolute !important;
}
.affix-aside.affix-top {
  width: inherit !important;
  left: auto !important;
}
@media (max-width: 991px) {
  .affix-aside, .affix-aside.affix-top, .affix-aside.affix, .affix-aside.affix-bottom {
    position: static !important;
    width: 100% !important;
  }
}
.stars > span {
  display: flex;
}
.stars a {
  position: relative;
  width: 1em;
  color: transparent;
  text-indent: -999em;
}
.stars a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-indent: 0;
  font-family: 'FontAwesome';
}
.stars a:before, .stars a:hover ~ a:before {
  color: #808080;
  content: "\f006";
}
.stars.selected a.active:before, .stars:hover a:before {
  content: "\f005";
  color: #cf357a;
  opacity: 1;
}
.stars.selected a.active ~ a:before {
  content: "\f005";
  color: #808080;
  opacity: 0.75;
}
.stars.selected a:not(.active):before {
  content: "\f005";
  color: #cf357a;
  opacity: 1;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5em;
  letter-spacing: 0.1em;
  font-family: 'FontAwesome';
  color: #cf357a;
}
.star-rating:before {
  content: '\f006\f006\f006\f006\f006';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  top: 0;
  position: absolute;
  left: 0;
}
.textwidget a {
  color: #9bdaee;
}
.textwidget a:hover {
  color: #cf357a;
}
.widget_categories ul li a:hover {
  color: #9bdaee;
}
.cs .widget_categories ul li a:hover, .cs2 .widget_categories ul li a:hover, .cs .widget_archive li a:hover, .cs2 .widget_archive li a:hover, .cs .widget_categories li a:hover, .cs2 .widget_categories li a:hover, .cs .widget_nav_menu li a:hover, .cs2 .widget_nav_menu li a:hover, .cs .widget_meta li a:hover, .cs2 .widget_meta li a:hover, .cs .widget_pages li a:hover, .cs2 .widget_pages li a:hover {
  color: #20252b;
}
.widget.widget_categories_dropdown {
  margin-top: 41px;
}
.widget.widget_categories_dropdown .widget-title {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .widget.widget_categories_dropdown .widget-title {
    margin-bottom: 25px;
  }
}
.widget_media_image {
  text-align: center;
}
@media (max-width: 991px) {
  .page_footer .widget.widget_media_image, .page_footer .widget.widget_text {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .page_footer .widget .mc4wp-form-fields {
    text-align: center;
  }
}
.page_footer .widget-theme-wrapper.widget_no_background + .widget-theme-wrapper.widget_no_background {
  margin-top: 40px;
}
.wp-block-search input.wp-block-search__input {
  width: auto;
}
.wp-block-search .wp-block-search__button {
  padding: 9px 41px;
}
.widget.widget_nav_menu ul ul li {
  padding-left: 11px;
}
/*
 widget_search,
 widget_mailchimp
 widget_product_search
 */
.widget_search form, .widget_mailchimp form {
  position: relative;
  margin: auto;
}
.widget_search label, .widget_mailchimp label {
  margin: 0;
  padding: 0;
  display: inline;
}
.widget_search input, .widget_mailchimp input {
  width: 100%;
}
.widget_search button, .widget_mailchimp button, .widget_product_search form input[type="submit"], .widget_product_search form:before {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  opacity: 1;
}
@media (max-width: 767px) {
  .widget_search button, .widget_mailchimp button, .widget_product_search form input[type="submit"], .widget_product_search form:before {
    width: 190px;
  }
}
.widget_search button, .widget_mailchimp button, .widget_product_search form input[type="submit"] {
  padding: 10px 0px 10px 10px;
}
.widget_search button:hover, .widget_mailchimp button:hover, .widget_product_search form input[type="submit"]:hover {
  opacity: 0.5;
}
.widget_search button {
  padding: 10px 0px 10px 10px;
  min-width: 50px;
  width: 70px;
}
.widget_search button:before, .widget_mailchimp button:before, .widget_product_search form:before {
  color: #9bdaee;
  font-size: 14px;
  content: "\f002";
  font-family: 'FontAwesome';
}
.widget_mailchimp form button:before {
  content: "\f040";
}
.widget_product_search form:before {
  line-height: 60px;
}
.widget_product_search input[type="submit"] {
  color: transparent;
  font-size: 0;
}
.widget_archive ul, .widget_categories ul, .widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.widget_archive ul ul li, .widget_categories ul ul li, .widget_nav_menu ul ul li, .widget_meta ul ul li, .widget_pages ul ul li, .widget_recent_comments ul ul li, .widget_recent_entries ul ul li {
  padding-left: 18px;
}
.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child, .widget_nav_menu ul ul li:last-child, .widget_meta ul ul li:last-child, .widget_pages ul ul li:last-child, .widget_recent_comments ul ul li:last-child, .widget_recent_entries ul ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_archive a:empty, .widget_categories a:empty, .widget_nav_menu a:empty, .widget_meta a:empty, .widget_pages a:empty, .widget_recent_comments a:empty, .widget_recent_entries a:empty, .widget_archive li > a:not([href]), .widget_categories li > a:not([href]), .widget_nav_menu li > a:not([href]), .widget_meta li > a:not([href]), .widget_pages li > a:not([href]), .widget_recent_comments li > a:not([href]), .widget_recent_entries li > a:not([href]) {
  padding: 10px 0;
}
.widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_meta li, .widget_pages li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.widget_archive li:last-child, .widget_categories li:last-child, .widget_nav_menu li:last-child, .widget_meta li:last-child, .widget_pages li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_archive li::before, .widget_categories li::before, .widget_nav_menu li::before, .widget_meta li::before, .widget_pages li::before {
  color: #9bdaee;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  padding-right: 16px;
  position: relative;
  font-weight: 600;
}
.widget_archive li a, .widget_categories li a, .widget_nav_menu li a, .widget_meta li a, .widget_pages li a {
  font-size: 14px;
  flex-grow: 10;
  text-transform: uppercase;
  color: #808080;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 14px;
}
.widget_archive li a:hover, .widget_categories li a:hover, .widget_nav_menu li a:hover, .widget_meta li a:hover, .widget_pages li a:hover {
  color: #cf357a;
}
.widget_archive li ul.children li:before, .widget_categories li ul.children li:before, .widget_nav_menu li ul.children li:before, .widget_meta li ul.children li:before, .widget_pages li ul.children li:before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 6px;
  color: #cf357a;
  position: relative;
  padding-right: 20px;
  top: -2px;
}
.widget_archive li span, .widget_categories li span, .widget_nav_menu li span, .widget_meta li span, .widget_pages li span {
  font-size: 14px;
}
.widget_recent_comments li, .widget_recent_entries li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.widget_recent_comments li:before, .widget_recent_entries li:before {
  font-family: 'FontAwesome';
  content: '\f054';
  font-size: 10px;
  color: #cf357a;
  position: relative;
  top: -2px;
  padding-right: 10px;
}
.page_copyright .widget_nav_menu li, .page_topline .widget_nav_menu li {
  display: inline-block;
  position: relative;
  border: none;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.page_copyright .widget_nav_menu li:before, .page_topline .widget_nav_menu li:before {
  content: '';
  position: absolute;
  padding: 0;
  left: -5px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.3;
  display: block;
}
.page_copyright .widget_nav_menu li:first-child:before, .page_topline .widget_nav_menu li:first-child:before {
  display: none;
}
.page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a {
  padding: 0 10px;
}
.page_copyright .widget_nav_menu a:before, .page_topline .widget_nav_menu a:before {
  display: none;
}
.widget_categories select, .widget_archive select {
  width: 100%;
}
li.with-icon, li.with-icon a {
  color: #1f2732;
}
li.with-icon i, li.with-icon a i {
  font-size: 14px;
  margin-right: 10px;
}
.widget.widget_archive h3.widget-title {
  margin-top: -3px;
  margin-bottom: 22px;
}
.widget-categories.widget > h3, .widget .widget-title {
  margin-bottom: 35px;
}
.ds strong, .ds.ms strong {
  color: #fff;
}
/* widget_calendar */
.calendar_wrap {
  width: 100%;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 768px) and (max-width: 992px) {
  .calendar_wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.widget_calendar table {
  margin: 0;
  position: relative;
  text-align: center;
}
.widget_calendar table tr {
  border: 0;
}
.widget_calendar table a {
  color: #cf357a;
}
.widget_calendar caption {
  font-size: 24px;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  padding: 18px 14px 18px 50px;
  text-align: center;
  color: #fff;
  background-color: #9bdaee;
  caption-side: top;
}
.widget_calendar thead {
  background-color: #20252b;
  color: #fff;
}
.widget_calendar thead th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 100px;
}
.widget_calendar thead th:first-child {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .widget_calendar thead th:first-child {
    padding-left: 11px;
  }
}
.widget_calendar thead th:last-child {
  padding-right: 20px;
}
.widget_calendar tbody {
  border-radius: 0 0 5px 5px;
  border-top: none;
  background-color: #f2f2f2;
  color: #808080 !important;
}
.widget_calendar tbody tr {
  border: none;
}
.widget_calendar tbody tr:first-child td {
  padding-top: 30px;
}
.widget_calendar tbody tr:last-child td {
  padding-bottom: 30px;
}
.widget_calendar tbody td {
  padding: 10px 4px;
  position: relative;
  width: 100px;
}
.widget_calendar tbody td:first-child {
  padding-left: 20px;
}
.widget_calendar tbody td:last-child {
  padding-right: 20px;
}
.widget_calendar tbody td a {
  color: #cf357a !important;
}
.widget_calendar tbody td a:hover {
  color: #9bdaee;
  opacity: 1 !important;
}
.widget_calendar th {
  color: inherit;
  padding: 22px 10px;
}
.widget_calendar tfoot td {
  position: absolute;
  top: 0;
}
.widget_calendar tfoot td a {
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 25px;
  font-size: 0;
  color: transparent;
}
.widget_calendar tfoot td a:hover {
  border-radius: 5px 0 0 0;
  background-color: #cf357a;
  border-color: #cf357a;
}
.widget_calendar tfoot td a:before, .widget_calendar tfoot td a:after {
  color: #fff;
  font-size: 14px;
  font-family: 'FontAwesome';
}
.widget_calendar tfoot td.pad {
  display: none;
}
.widget_calendar tfoot td:first-child {
  left: 0;
  padding: 0;
}
.widget_calendar tfoot td:first-child a:before {
  content: '\f053';
}
.widget_calendar tfoot td:last-child {
  right: 0;
  padding: 0;
}
.widget_calendar tfoot td:last-child a:after {
  content: '\f054';
}
.cs2 .widget_calendar caption {
  font-size: 24px;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  padding: 23px 0;
  text-align: center;
  color: #fff;
  background-color: #cf357a;
}
/* widget_rss */
.widget_rss .widget-title .rsswidget:first-child img {
  display: none;
}
.widget_rss .widget-title .rsswidget:first-child:before {
  position: relative;
  top: -1px;
  font-size: 0.8em;
  padding-right: 0.3em;
  font-family: 'FontAwesome';
  content: '\f09e';
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss ul a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.widget_rss li cite:last-child {
  display: block;
  margin-top: 0.5em;
}
.widget_rss li + li {
  margin-top: 1.5em;
}
.widget_rss .rss-date {
  display: block;
  margin: 0.8em 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #20252b;
}
/* widget_tag_cloud */
.widget_tag_cloud a, .tag-links.blog-tag a {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 8px 20px;
  margin: 0 4px 12px 0;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px !important;
  color: #44474b;
}
.widget_tag_cloud a:hover, .tag-links.blog-tag a:hover {
  background-color: #cf357a;
  border-color: #cf357a;
  color: #fff !important;
}
.widget_tag_cloud .active, .tag-links.blog-tag .active {
  background-color: #cf357a;
  border-color: #cf357a;
  color: #fff !important;
}
.tagcloud {
  margin-top: 36px;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .tagcloud {
    margin-top: 15px;
  }
}
.ds .widget_rss .rss-date {
  color: #fff;
}
.page_footer .widget_pages li a {
  font-size: 13px !important;
}
/* widget_flickr */
.widget_flickr ul {
  margin: 0;
  padding: 0;
}
.widget_flickr li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget_flickr img {
  max-width: 160px;
  border-radius: 1px;
}
.widget_flickr a {
  opacity: 1;
}
.widget_flickr a:hover {
  opacity: 0.6;
}
.widget_instagram {
  margin-bottom: -10px;
}
.widget_instagram img {
  border-radius: 0;
}
.widget_instagram h3.widget-title {
  margin-bottom: 35px;
}
/* access_press */
.apsc-facebook-icon {
  background-color: #507cbe;
}
.apsc-twitter-icon {
  background-color: #00abef;
}
.apsc-youtube-icon {
  background-color: #e52d27;
}
.apsc-post-icon {
  background-color: #5f6d80;
}
.apsc-soundcloud-icon {
  background-color: #f80;
}
.apsc-dribble-icon {
  background-color: #ea4c89;
}
.apsc-comment-icon {
  background-color: #464646;
}
.apsc-edit-icon {
  background-color: #837d7d;
}
.apsc-google-plus-icon {
  background-color: #d93e2d;
}
.apsc-instagram-icon {
  background-color: #e4405f;
}
.apsc-each-profile a {
  color: white !important;
}
.apsc-each-profile a:hover {
  color: white !important;
  text-decoration: none !important;
}
.apsc-theme-4 .apsc-each-profile {
  margin: 0 0 10px;
  float: none;
}
.apsc-theme-4 .apsc-each-profile:last-child {
  margin: 0 0 -3px;
}
.apsc-theme-4 .apsc-inner-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.apsc-theme-4 .social-icon {
  position: initial;
  display: inline-block;
  margin-right: auto;
  padding: 4px 20px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .apsc-theme-4 .social-icon {
    padding: 4px 10px;
  }
}
.apsc-theme-4 .apsc-each-profile a {
  display: block;
  position: relative;
  padding: 20px 18px 20px 70px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 3px;
}
.apsc-theme-4 .apsc-each-profile a:hover {
  opacity: 0.8;
}
.apsc-theme-4 .apsc-each-profile a .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 60px;
  font-size: 16px;
  transform: none;
  transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-count {
  font-weight: 500;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  position: relative;
  padding: 6px 4px;
  transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
  display: inline-block;
  padding: 4px 0;
}
/* widget_twitter */
.tweet_avatar {
  float: left;
  margin-top: 4px;
}
.tweet_avatar img {
  max-width: 25px;
  display: none;
}
.tweet_avatar:before {
  font-family: 'FontAwesome';
  content: "\f099";
  color: #9bdaee;
}
.tweet_right {
  overflow: hidden;
  zoom: 1;
  margin-left: 35px;
}
.tweet_list {
  list-style: none;
  padding: 0;
}
.tweet_list li + li {
  padding-top: 20px;
  clear: both;
}
.tweet_text a:last-child {
  display: block;
}
.tweet_time {
  display: none;
}
.tweet_text a {
  color: #cf357a;
}
.tweet_text a:hover {
  color: #9bdaee;
}
/*.widget_slider*/
.widget_slider h4:first-child {
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  margin-bottom: 0.3em;
}
.widget_slider .cat-links {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
}
/*.widget_post_tabs*/
.widget_post_tabs h4:first-child {
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  margin-top: -1em;
  margin-bottom: 0.3em;
}
.widget_post_tabs .vertical-item {
  margin-bottom: 2em;
}
.widget_post_tabs .vertical-item:last-child {
  margin-bottom: 0;
}
/*.widget_posts_2cols*/
.widget_posts_2cols ul {
  display: flex;
  flex-wrap: wrap;
}
.widget_posts_2cols li {
  width: 50%;
  margin-top: 20px;
}
.widget_posts_2cols li:nth-child(even) {
  padding-left: 10px;
}
.widget_posts_2cols li:nth-child(odd) {
  padding-right: 10px;
}
.widget_posts_2cols li:nth-child(1), .widget_posts_2cols li:nth-child(2) {
  margin-top: 0;
}
.widget_posts_2cols h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  margin: 10px 0 0;
}
/*
 ** Social Icons - Font Awesome Brand Icons
 */
/* social icon layout */
a[class*='fa-']:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  width: 1em;
}
a.fa {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}
a.fa.bg-icon, a.fa .tooltip, a.fa.color-bg-icon, a.fa .tooltip, a.fa.border-icon {
  margin-left: 3px;
  margin-right: 3px;
}
a.fa:first-child {
  margin-left: 0;
}
a.fa:last-child {
  margin-right: 0;
}
a.border-icon, a.bg-icon, a.color-bg-icon {
  margin-bottom: 4px;
}
a.border-icon:before, a.bg-icon:before, a.color-bg-icon:before {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
a[class*='fa-'].rounded-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*social icons brand colors*/
a.color-icon.fa-500px, a[class*="fa-"].fa-500px:hover {
  color: #0099e5;
}
a.color-icon.fa-adn, a[class*="fa-"].fa-adn:hover {
  color: #4a484c;
}
a.color-icon.fa-amazon, a[class*="fa-"].fa-amazon:hover {
  color: #f90;
}
a.color-icon.fa-android, a[class*="fa-"].fa-android:hover {
  color: #a4c639;
}
a.color-icon.fa-angellist, a[class*="fa-"].fa-angellist:hover {
  color: #000;
}
a.color-icon.fa-apple, a[class*="fa-"].fa-apple:hover {
  color: #979797;
}
a.color-icon.fa-behance-square, a[class*="fa-"].fa-behance-square:hover {
  color: #1769ff;
}
a.color-icon.fa-behance, a[class*="fa-"].fa-behance:hover {
  color: #1769ff;
}
a.color-icon.fa-bitbucket-square, a[class*="fa-"].fa-bitbucket-square:hover {
  color: #205081;
}
a.color-icon.fa-bitbucket, a[class*="fa-"].fa-bitbucket:hover {
  color: #205081;
}
a.color-icon.fa-bitcoin, a[class*="fa-"].fa-bitcoin:hover {
  color: #ee9209;
}
a.color-icon.fa-black-tie, a[class*="fa-"].fa-black-tie:hover {
  color: #222;
}
a.color-icon.fa-btc, a[class*="fa-"].fa-btc:hover {
  color: #ee9209;
}
a.color-icon.fa-buysellads, a[class*="fa-"].fa-buysellads:hover {
  color: #c90100;
}
a.color-icon.fa-cc-amex, a[class*="fa-"].fa-cc-amex:hover {
  color: #007bc1;
}
a.color-icon.fa-cc-diners-club, a[class*="fa-"].fa-cc-diners-club:hover {
  color: #004a97;
}
a.color-icon.fa-cc-discover, a[class*="fa-"].fa-cc-discover:hover {
  color: #f68121;
}
a.color-icon.fa-cc-jcb, a[class*="fa-"].fa-cc-jcb:hover {
  color: #003a8f;
}
a.color-icon.fa-cc-mastercard, a[class*="fa-"].fa-cc-mastercard:hover {
  color: #0a3a82;
}
a.color-icon.fa-cc-paypal, a[class*="fa-"].fa-cc-paypal:hover {
  color: #253b80;
}
a.color-icon.fa-cc-stripe, a[class*="fa-"].fa-cc-stripe:hover {
  color: #00afe1;
}
a.color-icon.fa-cc-visa, a[class*="fa-"].fa-cc-visa:hover {
  color: #0157a2;
}
a.color-icon.fa-chrome, a[class*="fa-"].fa-chrome:hover {
  color: #4587f3;
}
a.color-icon.fa-codepen, a[class*="fa-"].fa-codepen:hover {
  color: #000;
}
a.color-icon.fa-connectdevelop, a[class*="fa-"].fa-connectdevelop:hover {
  color: #391448;
}
a.color-icon.fa-contao, a[class*="fa-"].fa-contao:hover {
  color: #eb8623;
}
a.color-icon.fa-creative-commons, a[class*="fa-"].fa-creative-commons:hover {
  color: #231f20;
}
a.color-icon.fa-css3, a[class*="fa-"].fa-css3:hover {
  color: #1680c0;
}
a.color-icon.fa-dashcube, a[class*="fa-"].fa-dashcube:hover {
  color: #7f7f7f;
}
a.color-icon.fa-delicious, a[class*="fa-"].fa-delicious:hover {
  color: #39f;
}
a.color-icon.fa-deviantart, a[class*="fa-"].fa-deviantart:hover {
  color: #4e6252;
}
a.color-icon.fa-digg, a[class*="fa-"].fa-digg:hover {
  color: #000;
}
a.color-icon.fa-dribbble, a[class*="fa-"].fa-dribbble:hover {
  color: #444;
}
a.color-icon.fa-dropbox, a[class*="fa-"].fa-dropbox:hover {
  color: #007ee5;
}
a.color-icon.fa-drupal, a[class*="fa-"].fa-drupal:hover {
  color: #0077c0;
}
a.color-icon.fa-empire, a[class*="fa-"].fa-empire:hover {
  color: #000;
}
a.color-icon.fa-expeditedssl, a[class*="fa-"].fa-expeditedssl:hover {
  color: #343433;
}
a.color-icon.fa-facebook-official, a[class*="fa-"].fa-facebook-official:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook-square, a[class*="fa-"].fa-facebook-square:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook, a[class*="fa-"].fa-facebook:hover {
  color: #3b5998;
}
a.color-icon.fa-firefox, a[class*="fa-"].fa-firefox:hover {
  color: #e66000;
}
a.color-icon.fa-flickr, a[class*="fa-"].fa-flickr:hover {
  color: #ff0084;
}
a.color-icon.fa-fonticons, a[class*="fa-"].fa-fonticons:hover {
  color: #1c1e29;
}
a.color-icon.fa-forumbee, a[class*="fa-"].fa-forumbee:hover {
  color: #83ad13;
}
a.color-icon.fa-foursquare, a[class*="fa-"].fa-foursquare:hover {
  color: #0072b1;
}
a.color-icon.fa-ge, a[class*="fa-"].fa-ge:hover {
  color: #000;
}
a.color-icon.fa-get-pocket, a[class*="fa-"].fa-get-pocket:hover {
  color: #d3505a;
}
a.color-icon.fa-gg-circle, a[class*="fa-"].fa-gg-circle:hover {
  color: #000;
}
a.color-icon.fa-gg, a[class*="fa-"].fa-gg:hover {
  color: #000;
}
a.color-icon.fa-git-square, a[class*="fa-"].fa-git-square:hover {
  color: #333;
}
a.color-icon.fa-500px, a[class*="fa-"].fa-500px:hover {
  color: #0099e5;
}
a.color-icon.fa-adn, a[class*="fa-"].fa-adn:hover {
  color: #4a484c;
}
a.color-icon.fa-amazon, a[class*="fa-"].fa-amazon:hover {
  color: #f90;
}
a.color-icon.fa-android, a[class*="fa-"].fa-android:hover {
  color: #a4c639;
}
a.color-icon.fa-angellist, a[class*="fa-"].fa-angellist:hover {
  color: #000;
}
a.color-icon.fa-apple, a[class*="fa-"].fa-apple:hover {
  color: #979797;
}
a.color-icon.fa-behance-square, a[class*="fa-"].fa-behance-square:hover {
  color: #1769ff;
}
a.color-icon.fa-behance, a[class*="fa-"].fa-behance:hover {
  color: #1769ff;
}
a.color-icon.fa-bitbucket-square, a[class*="fa-"].fa-bitbucket-square:hover {
  color: #205081;
}
a.color-icon.fa-bitbucket, a[class*="fa-"].fa-bitbucket:hover {
  color: #205081;
}
a.color-icon.fa-bitcoin, a[class*="fa-"].fa-bitcoin:hover {
  color: #ee9209;
}
a.color-icon.fa-black-tie, a[class*="fa-"].fa-black-tie:hover {
  color: #222;
}
a.color-icon.fa-btc, a[class*="fa-"].fa-btc:hover {
  color: #ee9209;
}
a.color-icon.fa-buysellads, a[class*="fa-"].fa-buysellads:hover {
  color: #c90100;
}
a.color-icon.fa-cc-amex, a[class*="fa-"].fa-cc-amex:hover {
  color: #007bc1;
}
a.color-icon.fa-cc-diners-club, a[class*="fa-"].fa-cc-diners-club:hover {
  color: #004a97;
}
a.color-icon.fa-cc-discover, a[class*="fa-"].fa-cc-discover:hover {
  color: #f68121;
}
a.color-icon.fa-cc-jcb, a[class*="fa-"].fa-cc-jcb:hover {
  color: #003a8f;
}
a.color-icon.fa-cc-mastercard, a[class*="fa-"].fa-cc-mastercard:hover {
  color: #0a3a82;
}
a.color-icon.fa-cc-paypal, a[class*="fa-"].fa-cc-paypal:hover {
  color: #253b80;
}
a.color-icon.fa-cc-stripe, a[class*="fa-"].fa-cc-stripe:hover {
  color: #00afe1;
}
a.color-icon.fa-cc-visa, a[class*="fa-"].fa-cc-visa:hover {
  color: #0157a2;
}
a.color-icon.fa-chrome, a[class*="fa-"].fa-chrome:hover {
  color: #4587f3;
}
a.color-icon.fa-codepen, a[class*="fa-"].fa-codepen:hover {
  color: #000;
}
a.color-icon.fa-connectdevelop, a[class*="fa-"].fa-connectdevelop:hover {
  color: #391448;
}
a.color-icon.fa-contao, a[class*="fa-"].fa-contao:hover {
  color: #eb8623;
}
a.color-icon.fa-creative-commons, a[class*="fa-"].fa-creative-commons:hover {
  color: #231f20;
}
a.color-icon.fa-css3, a[class*="fa-"].fa-css3:hover {
  color: #1680c0;
}
a.color-icon.fa-dashcube, a[class*="fa-"].fa-dashcube:hover {
  color: #7f7f7f;
}
a.color-icon.fa-delicious, a[class*="fa-"].fa-delicious:hover {
  color: #39f;
}
a.color-icon.fa-deviantart, a[class*="fa-"].fa-deviantart:hover {
  color: #4e6252;
}
a.color-icon.fa-digg, a[class*="fa-"].fa-digg:hover {
  color: #000;
}
a.color-icon.fa-dribbble, a[class*="fa-"].fa-dribbble:hover {
  color: #444;
}
a.color-icon.fa-dropbox, a[class*="fa-"].fa-dropbox:hover {
  color: #007ee5;
}
a.color-icon.fa-drupal, a[class*="fa-"].fa-drupal:hover {
  color: #0077c0;
}
a.color-icon.fa-empire, a[class*="fa-"].fa-empire:hover {
  color: #000;
}
a.color-icon.fa-expeditedssl, a[class*="fa-"].fa-expeditedssl:hover {
  color: #343433;
}
a.color-icon.fa-facebook-official, a[class*="fa-"].fa-facebook-official:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook-square, a[class*="fa-"].fa-facebook-square:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook, a[class*="fa-"].fa-facebook:hover {
  color: #3b5998;
}
a.color-icon.fa-firefox, a[class*="fa-"].fa-firefox:hover {
  color: #e66000;
}
a.color-icon.fa-flickr, a[class*="fa-"].fa-flickr:hover {
  color: #ff0084;
}
a.color-icon.fa-fonticons, a[class*="fa-"].fa-fonticons:hover {
  color: #1c1e29;
}
a.color-icon.fa-forumbee, a[class*="fa-"].fa-forumbee:hover {
  color: #83ad13;
}
a.color-icon.fa-foursquare, a[class*="fa-"].fa-foursquare:hover {
  color: #0072b1;
}
a.color-icon.fa-ge, a[class*="fa-"].fa-ge:hover {
  color: #000;
}
a.color-icon.fa-get-pocket, a[class*="fa-"].fa-get-pocket:hover {
  color: #d3505a;
}
a.color-icon.fa-gg-circle, a[class*="fa-"].fa-gg-circle:hover {
  color: #000;
}
a.color-icon.fa-gg, a[class*="fa-"].fa-gg:hover {
  color: #000;
}
a.color-icon.fa-git-square, a[class*="fa-"].fa-git-square:hover {
  color: #333;
}
a.color-icon.fa-git, a[class*="fa-"].fa-git:hover {
  color: #333;
}
a.color-icon.fa-github-alt, a[class*="fa-"].fa-github-alt:hover {
  color: #333;
}
a.color-icon.fa-github-square, a[class*="fa-"].fa-github-square:hover {
  color: #333;
}
a.color-icon.fa-github, a[class*="fa-"].fa-github:hover {
  color: #333;
}
a.color-icon.fa-gittip, a[class*="fa-"].fa-gittip:hover {
  color: #630;
}
a.color-icon.fa-google-plus-square, a[class*="fa-"].fa-google-plus-square:hover {
  color: #dd4b39;
}
a.color-icon.fa-google-plus, a[class*="fa-"].fa-google-plus:hover {
  color: #dd4b39;
}
a.color-icon.fa-google-wallet, a[class*="fa-"].fa-google-wallet:hover {
  color: #4285f4;
}
a.color-icon.fa-google, a[class*="fa-"].fa-google:hover {
  color: #dd4b39;
}
a.color-icon.fa-hacker-news, a[class*="fa-"].fa-hacker-news:hover {
  color: #f60;
}
a.color-icon.fa-houzz, a[class*="fa-"].fa-houzz:hover {
  color: #7ac142;
}
a.color-icon.fa-html5, a[class*="fa-"].fa-html5:hover {
  color: #e34f26;
}
a.color-icon.fa-instagram, a[class*="fa-"].fa-instagram:hover {
  color: #3f729b;
}
a.color-icon.fa-internet-explorer, a[class*="fa-"].fa-internet-explorer:hover {
  color: #1ebbee;
}
a.color-icon.fa-ioxhost, a[class*="fa-"].fa-ioxhost:hover {
  color: #faa729;
}
a.color-icon.fa-joomla, a[class*="fa-"].fa-joomla:hover {
  color: #142849;
}
a.color-icon.fa-jsfiddle, a[class*="fa-"].fa-jsfiddle:hover {
  color: #4679bd;
}
a.color-icon.fa-lastfm-square, a[class*="fa-"].fa-lastfm-square:hover {
  color: #c3000d;
}
a.color-icon.fa-lastfm, a[class*="fa-"].fa-lastfm:hover {
  color: #c3000d;
}
a.color-icon.fa-leanpub, a[class*="fa-"].fa-leanpub:hover {
  color: #0c0c0c;
}
a.color-icon.fa-linkedin-square, a[class*="fa-"].fa-linkedin-square:hover {
  color: #0976b4;
}
a.color-icon.fa-linkedin, a[class*="fa-"].fa-linkedin:hover {
  color: #0976b4;
}
a.color-icon.fa-linux, a[class*="fa-"].fa-linux:hover {
  color: #333;
}
a.color-icon.fa-maxcdn, a[class*="fa-"].fa-maxcdn:hover {
  color: #f60;
}
a.color-icon.fa-meanpath, a[class*="fa-"].fa-meanpath:hover {
  color: #538ed7;
}
a.color-icon.fa-medium, a[class*="fa-"].fa-medium:hover {
  color: #000;
}
a.color-icon.fa-odnoklassniki-square, a[class*="fa-"].fa-odnoklassniki-square:hover {
  color: #ed812b;
}
a.color-icon.fa-odnoklassniki, a[class*="fa-"].fa-odnoklassniki:hover {
  color: #ed812b;
}
a.color-icon.fa-opencart, a[class*="fa-"].fa-opencart:hover {
  color: #2ac2ef;
}
a.color-icon.fa-openid, a[class*="fa-"].fa-openid:hover {
  color: #f78c40;
}
a.color-icon.fa-opera, a[class*="fa-"].fa-opera:hover {
  color: #cc0f16;
}
a.color-icon.fa-optin-monster, a[class*="fa-"].fa-optin-monster:hover {
  color: #83c11f;
}
a.color-icon.fa-pagelines, a[class*="fa-"].fa-pagelines:hover {
  color: #000;
}
a.color-icon.fa-paypal, a[class*="fa-"].fa-paypal:hover {
  color: #253b80;
}
a.color-icon.fa-pied-piper-alt, a[class*="fa-"].fa-pied-piper-alt :hover {
  color: #2f9f46;
}
a.color-icon.fa-pied-piper-square, a[class*="fa-"].fa-pied-piper-square :hover {
  color: #2f9f46;
}
a.color-icon.fa-pied-piper, a[class*="fa-"].fa-pied-piper:hover {
  color: #2f9f46;
}
a.color-icon.fa-pinterest-p, a[class*="fa-"].fa-pinterest-p:hover {
  color: #cc2127;
}
a.color-icon.fa-pinterest-square, a[class*="fa-"].fa-pinterest-square:hover {
  color: #cc2127;
}
a.color-icon.fa-pinterest, a[class*="fa-"].fa-pinterest:hover {
  color: #cc2127;
}
a.color-icon.fa-qq, a[class*="fa-"].fa-qq:hover {
  color: #000;
}
a.color-icon.fa-ra, a[class*="fa-"].fa-ra:hover {
  color: #000;
}
a.color-icon.fa-rebel, a[class*="fa-"].fa-rebel:hover {
  color: #000;
}
a.color-icon.fa-reddit-square, a[class*="fa-"].fa-reddit-square:hover {
  color: #ff4500;
}
a.color-icon.fa-reddit, a[class*="fa-"].fa-reddit:hover {
  color: #ff4500;
}
a.color-icon.fa-renren, a[class*="fa-"].fa-renren:hover {
  color: #005eac;
}
a.color-icon.fa-safari, a[class*="fa-"].fa-safari:hover {
  color: #1b88ca;
}
a.color-icon.fa-sellsy, a[class*="fa-"].fa-sellsy:hover {
  color: #1f78b9;
}
a.color-icon.fa-share-alt-square, a[class*="fa-"].fa-share-alt-square:hover {
  color: #01bf01;
}
a.color-icon.fa-share-alt, a[class*="fa-"].fa-share-alt:hover {
  color: #01bf01;
}
a.color-icon.fa-shirtsinbulk, a[class*="fa-"].fa-shirtsinbulk:hover {
  color: #dd3a26;
}
a.color-icon.fa-simplybuilt, a[class*="fa-"].fa-simplybuilt:hover {
  color: #000;
}
a.color-icon.fa-skyatlas, a[class*="fa-"].fa-skyatlas:hover {
  color: #00adbb;
}
a.color-icon.fa-skype, a[class*="fa-"].fa-skype:hover {
  color: #00aff0;
}
a.color-icon.fa-slack, a[class*="fa-"].fa-slack:hover {
  color: #0f7965;
}
a.color-icon.fa-slideshare, a[class*="fa-"].fa-slideshare:hover {
  color: #e98325;
}
a.color-icon.fa-soundcloud, a[class*="fa-"].fa-soundcloud:hover {
  color: #f80;
}
a.color-icon.fa-spotify, a[class*="fa-"].fa-spotify:hover {
  color: #7ab800;
}
a.color-icon.fa-stack-exchange, a[class*="fa-"].fa-stack-exchange:hover {
  color: #000;
}
a.color-icon.fa-stack-overflow, a[class*="fa-"].fa-stack-overflow:hover {
  color: #fe7a15;
}
a.color-icon.fa-steam-square, a[class*="fa-"].fa-steam-square:hover {
  color: #0b0b0b;
}
a.color-icon.fa-steam, a[class*="fa-"].fa-steam:hover {
  color: #0b0b0b;
}
a.color-icon.fa-stumbleupon-circle, a[class*="fa-"].fa-stumbleupon-circle:hover {
  color: #eb4924;
}
a.color-icon.fa-stumbleupon, a[class*="fa-"].fa-stumbleupon:hover {
  color: #eb4924;
}
a.color-icon.fa-tencent-weibo, a[class*="fa-"].fa-tencent-weibo:hover {
  color: #74af2c;
}
a.color-icon.fa-trello, a[class*="fa-"].fa-trello:hover {
  color: #256a92;
}
a.color-icon.fa-tripadvisor, a[class*="fa-"].fa-tripadvisor:hover {
  color: #589442;
}
a.color-icon.fa-tumblr-square, a[class*="fa-"].fa-tumblr-square:hover {
  color: #35465c;
}
a.color-icon.fa-tumblr, a[class*="fa-"].fa-tumblr:hover {
  color: #35465c;
}
a.color-icon.fa-twitch, a[class*="fa-"].fa-twitch:hover {
  color: #6441a5;
}
a.color-icon.fa-twitter-square, a[class*="fa-"].fa-twitter-square:hover {
  color: #55acee;
}
a.color-icon.fa-twitter, a[class*="fa-"].fa-twitter:hover {
  color: #55acee;
}
a.color-icon.fa-viacoin, a[class*="fa-"].fa-viacoin:hover {
  color: #333;
}
a.color-icon.fa-vimeo-square, a[class*="fa-"].fa-vimeo-square:hover {
  color: #1ab7ea;
}
a.color-icon.fa-vimeo, a[class*="fa-"].fa-vimeo:hover {
  color: #1ab7ea;
}
a.color-icon.fa-vine, a[class*="fa-"].fa-vine:hover {
  color: #00b488;
}
a.color-icon.fa-vk, a[class*="fa-"].fa-vk:hover {
  color: #45668e;
}
a.color-icon.fa-wechat, a[class*="fa-"].fa-wechat:hover {
  color: #93d034;
}
a.color-icon.fa-weibo, a[class*="fa-"].fa-weibo:hover {
  color: #e71d34;
}
a.color-icon.fa-weixin, a[class*="fa-"].fa-weixin:hover {
  color: #93d034;
}
a.color-icon.fa-wikipedia-w, a[class*="fa-"].fa-wikipedia-w:hover {
  color: #000;
}
a.color-icon.fa-windows, a[class*="fa-"].fa-windows:hover {
  color: #00bcf2;
}
a.color-icon.fa-wordpress, a[class*="fa-"].fa-wordpress:hover {
  color: #21759b;
}
a.color-icon.fa-xing-square, a[class*="fa-"].fa-xing-square:hover {
  color: #026466;
}
a.color-icon.fa-xing, a[class*="fa-"].fa-xing:hover {
  color: #026466;
}
a.color-icon.fa-y-combinator, a[class*="fa-"].fa-y-combinator:hover {
  color: #f0652f;
}
a.color-icon.fa-yahoo, a[class*="fa-"].fa-yahoo:hover {
  color: #400191;
}
a.color-icon.fa-yc, a[class*="fa-"].fa-yc:hover {
  color: #f0652f;
}
a.color-icon.fa-yelp, a[class*="fa-"].fa-yelp:hover {
  color: #af0606;
}
a.color-icon.fa-youtube-play, a[class*="fa-"].fa-youtube-play:hover {
  color: #e52d27;
}
a.color-icon.fa-youtube-square, a[class*="fa-"].fa-youtube-square:hover {
  color: #e52d27;
}
a.color-icon.fa-youtube, a[class*="fa-"].fa-youtube:hover {
  color: #e52d27;
}
a.color-icon.fa-rss, a[class*="fa-"].fa-rss:hover {
  color: #ffa811;
}
.color-bg-icon.fa-500px, a.fa-500px.bg-icon:hover, .fa-500px.color-icon.border-icon:hover {
  background-color: #0099e5;
}
.color-bg-icon.fa-adn, a.fa-adn.bg-icon:hover, .fa-adn.color-icon.border-icon:hover {
  background-color: #4a484c;
}
.color-bg-icon.fa-amazon, a.fa-amazon.bg-icon:hover, .fa-amazon.color-icon.border-icon:hover {
  background-color: #f90;
}
.color-bg-icon.fa-android, a.fa-android.bg-icon:hover, .fa-android.color-icon.border-icon:hover {
  background-color: #a4c639;
}
.color-bg-icon.fa-angellist, a.fa-angellist.bg-icon:hover, .fa-angellist.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-apple, a.fa-apple.bg-icon:hover, .fa-apple.color-icon.border-icon:hover {
  background-color: #979797;
}
.color-bg-icon.fa-behance-square, a.fa-behance-square.bg-icon:hover, .fa-behance-square.color-icon.border-icon:hover {
  background-color: #1769ff;
}
.color-bg-icon.fa-behance, a.fa-behance.bg-icon:hover, .fa-behance.color-icon.border-icon:hover {
  background-color: #1769ff;
}
.color-bg-icon.fa-bitbucket-square, a.fa-bitbucket-square.bg-icon:hover, .fa-bitbucket-square.color-icon.border-icon:hover {
  background-color: #205081;
}
.color-bg-icon.fa-bitbucket, a.fa-bitbucket.bg-icon:hover, .fa-bitbucket.color-icon.border-icon:hover {
  background-color: #205081;
}
.color-bg-icon.fa-bitcoin, a.fa-bitcoin.bg-icon:hover, .fa-bitcoin.color-icon.border-icon:hover {
  background-color: #ee9209;
}
.color-bg-icon.fa-black-tie, a.fa-black-tie.bg-icon:hover, .fa-black-tie.color-icon.border-icon:hover {
  background-color: #222;
}
.color-bg-icon.fa-btc, a.fa-btc.bg-icon:hover, .fa-btc.color-icon.border-icon:hover {
  background-color: #ee9209;
}
.color-bg-icon.fa-buysellads, a.fa-buysellads.bg-icon:hover, .fa-buysellads.color-icon.border-icon:hover {
  background-color: #c90100;
}
.color-bg-icon.fa-cc-amex, a.fa-cc-amex.bg-icon:hover, .fa-cc-amex.color-icon.border-icon:hover {
  background-color: #007bc1;
}
.color-bg-icon.fa-cc-diners-club, a.fa-cc-diners-club.bg-icon:hover, .fa-cc-diners-club.color-icon.border-icon:hover {
  background-color: #004a97;
}
.color-bg-icon.fa-cc-discover, a.fa-cc-discover.bg-icon:hover, .fa-cc-discover.color-icon.border-icon:hover {
  background-color: #f68121;
}
.color-bg-icon.fa-cc-jcb, a.fa-cc-jcb.bg-icon:hover, .fa-cc-jcb.color-icon.border-icon:hover {
  background-color: #003a8f;
}
.color-bg-icon.fa-cc-mastercard, a.fa-cc-mastercard.bg-icon:hover, .fa-cc-mastercard.color-icon.border-icon:hover {
  background-color: #0a3a82;
}
.color-bg-icon.fa-cc-paypal, a.fa-cc-paypal.bg-icon:hover, .fa-cc-paypal.color-icon.border-icon:hover {
  background-color: #253b80;
}
.color-bg-icon.fa-cc-stripe, a.fa-cc-stripe.bg-icon:hover, .fa-cc-stripe.color-icon.border-icon:hover {
  background-color: #00afe1;
}
.color-bg-icon.fa-cc-visa, a.fa-cc-visa.bg-icon:hover, .fa-cc-visa.color-icon.border-icon:hover {
  background-color: #0157a2;
}
.color-bg-icon.fa-chrome, a.fa-chrome.bg-icon:hover, .fa-chrome.color-icon.border-icon:hover {
  background-color: #4587f3;
}
.color-bg-icon.fa-codepen, a.fa-codepen.bg-icon:hover, .fa-codepen.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-connectdevelop, a.fa-connectdevelop.bg-icon:hover, .fa-connectdevelop.color-icon.border-icon:hover {
  background-color: #391448;
}
.color-bg-icon.fa-contao, a.fa-contao.bg-icon:hover, .fa-contao.color-icon.border-icon:hover {
  background-color: #eb8623;
}
.color-bg-icon.fa-creative-commons, a.fa-creative-commons.bg-icon:hover, .fa-creative-commons.color-icon.border-icon:hover {
  background-color: #231f20;
}
.color-bg-icon.fa-css3, a.fa-css3.bg-icon:hover, .fa-css3.color-icon.border-icon:hover {
  background-color: #1680c0;
}
.color-bg-icon.fa-dashcube, a.fa-dashcube.bg-icon:hover, .fa-dashcube.color-icon.border-icon:hover {
  background-color: #7f7f7f;
}
.color-bg-icon.fa-delicious, a.fa-delicious.bg-icon:hover, .fa-delicious.color-icon.border-icon:hover {
  background-color: #39f;
}
.color-bg-icon.fa-deviantart, a.fa-deviantart.bg-icon:hover, .fa-deviantart.color-icon.border-icon:hover {
  background-color: #4e6252;
}
.color-bg-icon.fa-digg, a.fa-digg.bg-icon:hover, .fa-digg.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-dribbble, a.fa-dribbble.bg-icon:hover, .fa-dribbble.color-icon.border-icon:hover {
  background-color: #444;
}
.color-bg-icon.fa-dropbox, a.fa-dropbox.bg-icon:hover, .fa-dropbox.color-icon.border-icon:hover {
  background-color: #007ee5;
}
.color-bg-icon.fa-drupal, a.fa-drupal.bg-icon:hover, .fa-drupal.color-icon.border-icon:hover {
  background-color: #0077c0;
}
.color-bg-icon.fa-empire, a.fa-empire.bg-icon:hover, .fa-empire.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-expeditedssl, a.fa-expeditedssl.bg-icon:hover, .fa-expeditedssl.color-icon.border-icon:hover {
  background-color: #343433;
}
.color-bg-icon.fa-facebook-official, a.fa-facebook-official.bg-icon:hover, .fa-facebook-official.color-icon.border-icon:hover {
  background-color: #3b5998;
}
.color-bg-icon.fa-facebook-square, a.fa-facebook-square.bg-icon:hover, .fa-facebook-square.color-icon.border-icon:hover {
  background-color: #3b5998;
}
.color-bg-icon.fa-facebook, a.fa-facebook.bg-icon:hover, .fa-facebook.color-icon.border-icon:hover {
  background-color: #3b5998;
}
.color-bg-icon.fa-firefox, a.fa-firefox.bg-icon:hover, .fa-firefox.color-icon.border-icon:hover {
  background-color: #e66000;
}
.color-bg-icon.fa-flickr, a.fa-flickr.bg-icon:hover, .fa-flickr.color-icon.border-icon:hover {
  background-color: #ff0084;
}
.color-bg-icon.fa-fonticons, a.fa-fonticons.bg-icon:hover, .fa-fonticons.color-icon.border-icon:hover {
  background-color: #1c1e29;
}
.color-bg-icon.fa-forumbee, a.fa-forumbee.bg-icon:hover, .fa-forumbee.color-icon.border-icon:hover {
  background-color: #83ad13;
}
.color-bg-icon.fa-foursquare, a.fa-foursquare.bg-icon:hover, .fa-foursquare.color-icon.border-icon:hover {
  background-color: #0072b1;
}
.color-bg-icon.fa-ge, a.fa-ge.bg-icon:hover, .fa-ge.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-get-pocket, a.fa-get-pocket.bg-icon:hover, .fa-get-pocket.color-icon.border-icon:hover {
  background-color: #d3505a;
}
.color-bg-icon.fa-gg-circle, a.fa-gg-circle.bg-icon:hover, .fa-gg-circle.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-gg, a.fa-gg.bg-icon:hover, .fa-gg.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-git-square, a.fa-git-square.bg-icon:hover, .fa-git-square.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-git, a.fa-git.bg-icon:hover, .fa-git.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-github-alt, a.fa-github-alt.bg-icon:hover, .fa-github-alt.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-github-square, a.fa-github-square.bg-icon:hover, .fa-github-square.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-github, a.fa-github.bg-icon:hover, .fa-github.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-gittip, a.fa-gittip.bg-icon:hover, .fa-gittip.color-icon.border-icon:hover {
  background-color: #630;
}
.color-bg-icon.fa-google-plus-square, a.fa-google-plus-square.bg-icon:hover, .fa-google-plus-square.color-icon.border-icon:hover {
  background-color: #dd4b39;
}
.color-bg-icon.fa-google-plus, a.fa-google-plus.bg-icon:hover, .fa-google-plus.color-icon.border-icon:hover {
  background-color: #dd4b39;
}
.color-bg-icon.fa-google-wallet, a.fa-google-wallet.bg-icon:hover, .fa-google-wallet.color-icon.border-icon:hover {
  background-color: #4285f4;
}
.color-bg-icon.fa-google, a.fa-google.bg-icon:hover, .fa-google.color-icon.border-icon:hover {
  background-color: #dd4b39;
}
.color-bg-icon.fa-hacker-news, a.fa-hacker-news.bg-icon:hover, .fa-hacker-news.color-icon.border-icon:hover {
  background-color: #f60;
}
.color-bg-icon.fa-houzz, a.fa-houzz.bg-icon:hover, .fa-houzz.color-icon.border-icon:hover {
  background-color: #7ac142;
}
.color-bg-icon.fa-html5, a.fa-html5.bg-icon:hover, .fa-html5.color-icon.border-icon:hover {
  background-color: #e34f26;
}
.color-bg-icon.fa-instagram, a.fa-instagram.bg-icon:hover, .fa-instagram.color-icon.border-icon:hover {
  background-color: #3f729b;
}
.color-bg-icon.fa-internet-explorer, a.fa-internet-explorer.bg-icon:hover, .fa-internet-explorer.color-icon.border-icon:hover {
  background-color: #1ebbee;
}
.color-bg-icon.fa-ioxhost, a.fa-ioxhost.bg-icon:hover, .fa-ioxhost.color-icon.border-icon:hover {
  background-color: #faa729;
}
.color-bg-icon.fa-joomla, a.fa-joomla.bg-icon:hover, .fa-joomla.color-icon.border-icon:hover {
  background-color: #142849;
}
.color-bg-icon.fa-jsfiddle, a.fa-jsfiddle.bg-icon:hover, .fa-jsfiddle.color-icon.border-icon:hover {
  background-color: #4679bd;
}
.color-bg-icon.fa-lastfm-square, a.fa-lastfm-square.bg-icon:hover, .fa-lastfm-square.color-icon.border-icon:hover {
  background-color: #c3000d;
}
.color-bg-icon.fa-lastfm, a.fa-lastfm.bg-icon:hover, .fa-lastfm.color-icon.border-icon:hover {
  background-color: #c3000d;
}
.color-bg-icon.fa-leanpub, a.fa-leanpub.bg-icon:hover, .fa-leanpub.color-icon.border-icon:hover {
  background-color: #0c0c0c;
}
.color-bg-icon.fa-linkedin-square, a.fa-linkedin-square.bg-icon:hover, .fa-linkedin-square.color-icon.border-icon:hover {
  background-color: #0976b4;
}
.color-bg-icon.fa-linkedin, a.fa-linkedin.bg-icon:hover, .fa-linkedin.color-icon.border-icon:hover {
  background-color: #0976b4;
}
.color-bg-icon.fa-linux, a.fa-linux.bg-icon:hover, .fa-linux.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-maxcdn, a.fa-maxcdn.bg-icon:hover, .fa-maxcdn.color-icon.border-icon:hover {
  background-color: #f60;
}
.color-bg-icon.fa-meanpath, a.fa-meanpath.bg-icon:hover, .fa-meanpath.color-icon.border-icon:hover {
  background-color: #538ed7;
}
.color-bg-icon.fa-medium, a.fa-medium.bg-icon:hover, .fa-medium.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-odnoklassniki-square, a.fa-odnoklassniki-square.bg-icon:hover, .fa-odnoklassniki-square.color-icon.border-icon:hover {
  background-color: #ed812b;
}
.color-bg-icon.fa-odnoklassniki, a.fa-odnoklassniki.bg-icon:hover, .fa-odnoklassniki.color-icon.border-icon:hover {
  background-color: #ed812b;
}
.color-bg-icon.fa-opencart, a.fa-opencart.bg-icon:hover, .fa-opencart.color-icon.border-icon:hover {
  background-color: #2ac2ef;
}
.color-bg-icon.fa-openid, a.fa-openid.bg-icon:hover, .fa-openid.color-icon.border-icon:hover {
  background-color: #f78c40;
}
.color-bg-icon.fa-opera, a.fa-opera.bg-icon:hover, .fa-opera.color-icon.border-icon:hover {
  background-color: #cc0f16;
}
.color-bg-icon.fa-optin-monster, a.fa-optin-monster.bg-icon:hover, .fa-optin-monster.color-icon.border-icon:hover {
  background-color: #83c11f;
}
.color-bg-icon.fa-pagelines, a.fa-pagelines.bg-icon:hover, .fa-pagelines.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-paypal, a.fa-paypal.bg-icon:hover, .fa-paypal.color-icon.border-icon:hover {
  background-color: #253b80;
}
.color-bg-icon.fa-pied-piper-alt, a.fa-pied-piper-alt .bg-icon:hover, .fa-pied-piper-alt .color-icon.border-icon:hover {
  color: #2f9f46;
}
.color-bg-icon.fa-pied-piper-square, a.fa-pied-piper-square .bg-icon:hover, .fa-pied-piper-square .color-icon.border-icon:hover {
  color: #2f9f46;
}
.color-bg-icon.fa-pied-piper, a.fa-pied-piper.bg-icon:hover, .fa-pied-piper.color-icon.border-icon:hover {
  background-color: #2f9f46;
}
.color-bg-icon.fa-pinterest-p, a.fa-pinterest-p.bg-icon:hover, .fa-pinterest-p.color-icon.border-icon:hover {
  background-color: #cc2127;
}
.color-bg-icon.fa-pinterest-square, a.fa-pinterest-square.bg-icon:hover, .fa-pinterest-square.color-icon.border-icon:hover {
  background-color: #cc2127;
}
.color-bg-icon.fa-pinterest, a.fa-pinterest.bg-icon:hover, .fa-pinterest.color-icon.border-icon:hover {
  background-color: #cc2127;
}
.color-bg-icon.fa-qq, a.fa-qq.bg-icon:hover, .fa-qq.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-ra, a.fa-ra.bg-icon:hover, .fa-ra.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-rebel, a.fa-rebel.bg-icon:hover, .fa-rebel.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-reddit-square, a.fa-reddit-square.bg-icon:hover, .fa-reddit-square.color-icon.border-icon:hover {
  background-color: #ff4500;
}
.color-bg-icon.fa-reddit, a.fa-reddit.bg-icon:hover, .fa-reddit.color-icon.border-icon:hover {
  background-color: #ff4500;
}
.color-bg-icon.fa-renren, a.fa-renren.bg-icon:hover, .fa-renren.color-icon.border-icon:hover {
  background-color: #005eac;
}
.color-bg-icon.fa-safari, a.fa-safari.bg-icon:hover, .fa-safari.color-icon.border-icon:hover {
  background-color: #1b88ca;
}
.color-bg-icon.fa-sellsy, a.fa-sellsy.bg-icon:hover, .fa-sellsy.color-icon.border-icon:hover {
  background-color: #1f78b9;
}
.color-bg-icon.fa-share-alt-square, a.fa-share-alt-square.bg-icon:hover, .fa-share-alt-square.color-icon.border-icon:hover {
  background-color: #01bf01;
}
.color-bg-icon.fa-share-alt, a.fa-share-alt.bg-icon:hover, .fa-share-alt.color-icon.border-icon:hover {
  background-color: #01bf01;
}
.color-bg-icon.fa-shirtsinbulk, a.fa-shirtsinbulk.bg-icon:hover, .fa-shirtsinbulk.color-icon.border-icon:hover {
  background-color: #dd3a26;
}
.color-bg-icon.fa-simplybuilt, a.fa-simplybuilt.bg-icon:hover, .fa-simplybuilt.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-skyatlas, a.fa-skyatlas.bg-icon:hover, .fa-skyatlas.color-icon.border-icon:hover {
  background-color: #00adbb;
}
.color-bg-icon.fa-skype, a.fa-skype.bg-icon:hover, .fa-skype.color-icon.border-icon:hover {
  background-color: #00aff0;
}
.color-bg-icon.fa-slack, a.fa-slack.bg-icon:hover, .fa-slack.color-icon.border-icon:hover {
  background-color: #0f7965;
}
.color-bg-icon.fa-slideshare, a.fa-slideshare.bg-icon:hover, .fa-slideshare.color-icon.border-icon:hover {
  background-color: #e98325;
}
.color-bg-icon.fa-soundcloud, a.fa-soundcloud.bg-icon:hover, .fa-soundcloud.color-icon.border-icon:hover {
  background-color: #f80;
}
.color-bg-icon.fa-spotify, a.fa-spotify.bg-icon:hover, .fa-spotify.color-icon.border-icon:hover {
  background-color: #7ab800;
}
.color-bg-icon.fa-stack-exchange, a.fa-stack-exchange.bg-icon:hover, .fa-stack-exchange.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-stack-overflow, a.fa-stack-overflow.bg-icon:hover, .fa-stack-overflow.color-icon.border-icon:hover {
  background-color: #fe7a15;
}
.color-bg-icon.fa-steam-square, a.fa-steam-square.bg-icon:hover, .fa-steam-square.color-icon.border-icon:hover {
  background-color: #0b0b0b;
}
.color-bg-icon.fa-steam, a.fa-steam.bg-icon:hover, .fa-steam.color-icon.border-icon:hover {
  background-color: #0b0b0b;
}
.color-bg-icon.fa-stumbleupon-circle, a.fa-stumbleupon-circle.bg-icon:hover, .fa-stumbleupon-circle.color-icon.border-icon:hover {
  background-color: #eb4924;
}
.color-bg-icon.fa-stumbleupon, a.fa-stumbleupon.bg-icon:hover, .fa-stumbleupon.color-icon.border-icon:hover {
  background-color: #eb4924;
}
.color-bg-icon.fa-tencent-weibo, a.fa-tencent-weibo.bg-icon:hover, .fa-tencent-weibo.color-icon.border-icon:hover {
  background-color: #74af2c;
}
.color-bg-icon.fa-trello, a.fa-trello.bg-icon:hover, .fa-trello.color-icon.border-icon:hover {
  background-color: #256a92;
}
.color-bg-icon.fa-tripadvisor, a.fa-tripadvisor.bg-icon:hover, .fa-tripadvisor.color-icon.border-icon:hover {
  background-color: #589442;
}
.color-bg-icon.fa-tumblr-square, a.fa-tumblr-square.bg-icon:hover, .fa-tumblr-square.color-icon.border-icon:hover {
  background-color: #35465c;
}
.color-bg-icon.fa-tumblr, a.fa-tumblr.bg-icon:hover, .fa-tumblr.color-icon.border-icon:hover {
  background-color: #35465c;
}
.color-bg-icon.fa-twitch, a.fa-twitch.bg-icon:hover, .fa-twitch.color-icon.border-icon:hover {
  background-color: #6441a5;
}
.color-bg-icon.fa-twitter-square, a.fa-twitter-square.bg-icon:hover, .fa-twitter-square.color-icon.border-icon:hover {
  background-color: #55acee;
}
.color-bg-icon.fa-twitter, a.fa-twitter.bg-icon:hover, .fa-twitter.color-icon.border-icon:hover {
  background-color: #55acee;
}
.color-bg-icon.fa-viacoin, a.fa-viacoin.bg-icon:hover, .fa-viacoin.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-vimeo-square, a.fa-vimeo-square.bg-icon:hover, .fa-vimeo-square.color-icon.border-icon:hover {
  background-color: #1ab7ea;
}
.color-bg-icon.fa-vimeo, a.fa-vimeo.bg-icon:hover, .fa-vimeo.color-icon.border-icon:hover {
  background-color: #1ab7ea;
}
.color-bg-icon.fa-vine, a.fa-vine.bg-icon:hover, .fa-vine.color-icon.border-icon:hover {
  background-color: #00b488;
}
.color-bg-icon.fa-vk, a.fa-vk.bg-icon:hover, .fa-vk.color-icon.border-icon:hover {
  background-color: #45668e;
}
.color-bg-icon.fa-wechat, a.fa-wechat.bg-icon:hover, .fa-wechat.color-icon.border-icon:hover {
  background-color: #93d034;
}
.color-bg-icon.fa-weibo, a.fa-weibo.bg-icon:hover, .fa-weibo.color-icon.border-icon:hover {
  background-color: #e71d34;
}
.color-bg-icon.fa-weixin, a.fa-weixin.bg-icon:hover, .fa-weixin.color-icon.border-icon:hover {
  background-color: #93d034;
}
.color-bg-icon.fa-wikipedia-w, a.fa-wikipedia-w.bg-icon:hover, .fa-wikipedia-w.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-windows, a.fa-windows.bg-icon:hover, .fa-windows.color-icon.border-icon:hover {
  background-color: #00bcf2;
}
.color-bg-icon.fa-wordpress, a.fa-wordpress.bg-icon:hover, .fa-wordpress.color-icon.border-icon:hover {
  background-color: #21759b;
}
.color-bg-icon.fa-xing-square, a.fa-xing-square.bg-icon:hover, .fa-xing-square.color-icon.border-icon:hover {
  background-color: #026466;
}
.color-bg-icon.fa-xing, a.fa-xing.bg-icon:hover, .fa-xing.color-icon.border-icon:hover {
  background-color: #026466;
}
.color-bg-icon.fa-y-combinator, a.fa-y-combinator.bg-icon:hover, .fa-y-combinator.color-icon.border-icon:hover {
  background-color: #f0652f;
}
.color-bg-icon.fa-yahoo, a.fa-yahoo.bg-icon:hover, .fa-yahoo.color-icon.border-icon:hover {
  background-color: #400191;
}
.color-bg-icon.fa-yc, a.fa-yc.bg-icon:hover, .fa-yc.color-icon.border-icon:hover {
  background-color: #f0652f;
}
.color-bg-icon.fa-yelp, a.fa-yelp.bg-icon:hover, .fa-yelp.color-icon.border-icon:hover {
  background-color: #af0606;
}
.color-bg-icon.fa-youtube-play, a.fa-youtube-play.bg-icon:hover, .fa-youtube-play.color-icon.border-icon:hover {
  background-color: #e52d27;
}
.color-bg-icon.fa-youtube-square, a.fa-youtube-square.bg-icon:hover, .fa-youtube-square.color-icon.border-icon:hover {
  background-color: #e52d27;
}
.color-bg-icon.fa-youtube, a.fa-youtube.bg-icon:hover, .fa-youtube.color-icon.border-icon:hover {
  background-color: #e52d27;
}
.color-bg-icon.fa-rss, a.fa-rss.bg-icon:hover, .fa-rss.color-icon.border-icon:hover {
  background-color: #ffa811;
}
/*social icons default colors*/
.color-bg-icon {
  color: #fff;
}
a.border-icon {
  border: 1px solid #808080;
  border-color: rgba(128, 128, 128, 0.4);
}
a.border-icon.color-icon:hover {
  border-color: transparent;
}
a.bg-icon {
  background-color: #e8e8e8;
}
a.color-bg-icon {
  color: #fff;
  background-color: #20252b;
}
a.fa.color-icon:hover {
  color: #20252b;
}
a.fa.bg-icon:hover {
  color: #fff;
}
a.fa.color-bg-icon:hover {
  background-color: #cf357a;
  color: #fff;
}
a.color-icon:hover {
  color: #20252b;
}
a.color-icon.border-icon:hover {
  color: #fff;
}
a.fa.color-light {
  color: #fff;
}
/*
 ** WordPress Required
 */
.alignnone {
  margin: 10px 0 30px;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 10px auto 30px auto;
}
.alignright {
  float: right;
  margin: 10px 0 30px 40px;
  max-width: 50%;
}
a img.alignright {
  float: right;
  margin: 10px 0 30px 40px;
}
a img.alignnone {
  margin: 10px 0 30px;
}
a img.alignleft {
  float: left;
  margin: 10px 40px 30px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sticky, .bypostauthor {
  position: relative;
}
/*
 ** WordPress Page Links and Pagination
 */
.page-item, .nav-links, .page-links {
  clear: both;
}
.page-item > span, .nav-links > span, .page-links > span, .page-item > a, .nav-links > a, .page-links > a {
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  color: #808080;
  background-color: transparent;
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  padding: 9px 21px;
  min-width: 3em;
  text-align: center;
  line-height: inherit;
  font-size: 14px;
}
.page-item > span:hover, .nav-links > span:hover, .page-links > span:hover, .page-item > a:hover, .nav-links > a:hover, .page-links > a:hover {
  background-color: #cf357a;
  color: #fff;
}
.page-item.active > a, .nav-links.active > a, .page-links.active > a, .page-item > span, .nav-links > span, .page-links > span {
  border-color: #cf357a;
  color: #fff;
  background-color: #cf357a !important;
  cursor: not-allowed;
}
.page-item .fa, .nav-links .fa, .page-links .fa {
  font-size: 14px;
}
.page-links a:first-child {
  margin-left: 1em;
}
.pagination {
  margin-top: 30px;
  justify-content: flex-start;
}
.post-nav.nav-links {
  margin: 60px 0;
}
.post-nav.nav-links .nav-previous, .post-nav.nav-links .nav-next {
  padding: 52px 40px;
  text-align: right;
  transition: 0.2s opacity ease;
}
.post-nav.nav-links .nav-previous:hover, .post-nav.nav-links .nav-next:hover {
  opacity: 0.9;
}
.post-nav.nav-links .nav-title {
  display: block;
}
.post-nav.nav-links a {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-nav.nav-links .post-nav-image {
  display: none;
}
.post-nav.nav-links .cover-image {
  border-radius: 5px;
  position: inherit;
}
.post-nav.nav-links .cover-image .post-nav-text-wrap {
  text-align: center;
}
.post-nav.nav-links .s-overlay.ds:before {
  border-radius: 5px;
}
/*
 ** Main Menu styles
 */
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wrap > .top-nav + *:not(.top-includes) {
  flex-grow: 100;
  padding-left: 30px;
  padding-right: 30px;
}
/* Desktop menu - (min 1200px) styles */
@media (min-width: 1200px) {
  /* menu layout */
  /* menu skin */
  /* second and next levels */
  /* third level */
  .top-nav {
    position: relative;
    flex-grow: 10;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .justify-nav-end .top-nav {
    justify-content: flex-end;
  }
  .justify-nav-center .top-nav {
    justify-content: center;
  }
  .sf-menu {
    display: block;
  }
  .sf-menu, .sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu li > ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
  }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu a {
    padding: 10px 1.1em;
    text-decoration: none;
    zoom: 1;
    transition-property: color, background-color, border-color, padding-top, padding-bottom;
    font-size: 14px;
    text-transform: uppercase;
  }
  .sf-menu li {
    white-space: nowrap;
    *white-space: normal;
  }
  .sf-menu > li {
    display: inline-block;
    position: relative;
  }
  .sf-menu.nav > li:first-child > a {
    margin-left: 0;
  }
  .sf-menu.nav > li:last-child > a {
    margin-right: 0;
  }
  .sf-menu > li > a {
    line-height: 14px;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 15px;
    transition-duration: 0.15s;
  }
  .affix .sf-menu > li > a {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .sf-menu > li > a:hover, .sf-menu > li.active > a {
    color: #9bdaee;
  }
  .nav-narrow .sf-menu > li {
    padding: 0;
  }
  .nav-narrow .sf-menu > li > a {
    padding-top: 53px;
    padding-bottom: 53px;
    margin-left: 29px;
    margin-right: 29px;
  }
  .nav-narrow .sf-menu > li.active > a:before {
    content: '';
    position: absolute;
    height: 1px;
    left: -20px;
    right: -20px;
    top: 0;
    z-index: 1;
    background-color: #9bdaee;
  }
  .nav-bordered .sf-menu > li + li:before {
    content: '';
    width: 1px;
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .cs .sf-menu > li > a {
    color: #fff;
  }
  .cs .sf-menu > li > a:hover, .cs .sf-menu > li.active > a {
    color: #20252b;
  }
  .ds .sf-menu > li > a {
    color: #fff;
  }
  .ds .sf-menu > li > a:hover, .ds .sf-menu > li.active > a {
    color: #9bdaee;
  }
  .ls .sf-menu > li > a {
    color: #20252b;
  }
  .ls .sf-menu > li > a:hover, .ls .sf-menu > li.active > a {
    color: #9bdaee;
  }
  .ls .sf-menu > li + li:before {
    background-color: #e5e5e5;
  }
  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }
  .sf-menu > li .mega-menu, .sf-menu li > ul {
    border-radius: 0 0 5px 5px;
    text-align: center;
    list-style: none;
    padding: 20px 34px 20px;
    background-color: #fff;
    min-width: 10em;
    /* allow long menu items to determine submenu width */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .sf-menu > li .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .sf-menu.nav ul a {
    color: #808080;
    padding-left: 40px;
    padding-right: 40px;
  }
  .sf-menu.nav ul a:hover {
    color: #9bdaee;
  }
  .sf-menu .mega-menu ul {
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .sf-menu .mega-menu ul a {
    padding-left: 0;
    padding-right: 0;
  }
  .sf-menu ul a:hover, .sf-menu ul li.active > a {
    color: #9bdaee;
  }
  .sf-menu ul ul {
    margin-top: 0;
    top: -20px;
    margin-left: 40px;
    border-radius: 0 5px 5px 0;
    transform: translateX(0%);
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .sf-menu > li > a {
    margin: 0 25px;
  }
}
.sf-menu i[class] {
  margin-right: 7px;
  font-size: 1.1em;
}
/* hidden menu items */
@media (min-width: 1200px) {
  .sf-menu .sf-xl-hidden {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .sf-more-li {
    display: none;
  }
}
.sf-menu li ul li a {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}
.sf-menu li ul > li:last-child > a {
  border-bottom: none;
}
.mega-menu-col:last-child > a {
  border-bottom: 1px solid #e6e6e6 !important;
}
/* Mobile menu toggler */
@media (min-width: 1200px) {
  .page_header .toggle_menu, .page_toplogo .toggle_menu {
    display: none;
  }
}
.toggle_menu {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0 !important;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1002;
  visibility: visible;
  opacity: 0.95;
}
.page_header_wrapper .toggle_menu {
  z-index: 1003;
}
.ls .toggle_menu {
  background-color: #fff;
}
.ls .toggle_menu:before, .ls .toggle_menu span, .ls .toggle_menu span:before, .ls .toggle_menu span:after {
  background-color: #20252b;
}
.page_toplogo .toggle_menu {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  margin: 0;
}
.toggle_menu:hover span:before {
  top: -9px;
}
.toggle_menu:hover span:after {
  top: 9px;
}
.toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
  display: block;
  width: 30px;
  position: absolute;
  background-color: #fff;
  content: '';
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  height: 2px;
}
.toggle_menu:before, .toggle_menu span {
  left: 15px;
  top: 50%;
}
.toggle_menu span:before {
  opacity: 1;
  top: -8px;
}
.toggle_menu span:after {
  opacity: 1;
  top: 8px;
}
.toggle_menu.mobile-active {
  background-color: #cf357a;
  border: none;
  left: auto;
  top: 0;
  right: 0;
  position: fixed;
  margin: 0;
  z-index: 3000;
}
.toggle_menu.mobile-active:before {
  background-color: #fff;
  transform: rotate(45deg);
}
.toggle_menu.mobile-active span {
  background-color: #fff;
  transform: rotate(-45deg);
}
.toggle_menu.mobile-active span:before, .toggle_menu.mobile-active span:after {
  opacity: 0;
}
.toggle_menu.active:before {
  transform: rotate(45deg);
}
.toggle_menu.active span {
  transform: rotate(-45deg);
}
.toggle_menu.active span:before, .toggle_menu.active span:after {
  opacity: 0;
}
/* Mobile Menu (max 991px) styles */
@media (max-width: 767px) {
  .nav-wrap {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  /* arrows (for all except IE7) */
  /* styling for both css and generated arrows */
  .page_header [class*="col"] {
    min-height: 0;
  }
  .top-nav {
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile-active .top-nav {
    visibility: visible;
    opacity: 1;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1002;
  }
  .nav-justified > li > a {
    text-align: left;
  }
  .sf-menu {
    display: block;
    position: fixed;
    overflow: auto;
    background-color: #fff;
    border-top: 61px solid #cf357a;
    padding: 20px 10px 20px 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .mobile-active .sf-menu {
    opacity: 1;
    right: 0;
  }
  .sf-menu li {
    position: relative;
  }
  .top-nav .sf-menu a {
    color: #20252b;
    z-index: 2;
    display: block;
    padding: 10px 10px;
  }
  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 0 !important;
  }
  .sf-menu ul li a {
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sf-menu ul li a:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    background-color: #cf357a;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: relative;
    bottom: 3px;
  }
  .sf-arrows .sf-with-ul {
    padding-right: 3.5em;
  }
  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
    border: 1px solid #cf357a;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
  }
  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #20252b;
  }
  .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler {
    background-color: #9bdaee;
    border-color: #9bdaee;
  }
  .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
    content: '\f107';
    color: #fff;
  }
}
/* Mega Menu */
@media screen and (min-width: 992px) {
  /* row */
  /* column */
  .top-nav ul .mega-menu ul {
    border: none;
    min-width: auto;
  }
  .top-nav .menu-item-has-mega-menu {
    position: relative;
  }
  .top-nav .mega-menu {
    display: none;
    position: absolute;
    width: 940px;
    top: 100%;
    z-index: 10;
  }
  .top-nav .menu-item-has-mega-menu:hover .mega-menu {
    display: block;
  }
  .top-nav .mega-menu-row {
    position: static;
    display: table;
    table-layout: fixed;
  }
  .top-nav .mega-menu-row ul {
    position: static;
    display: block;
  }
  .top-nav .mega-menu-col {
    display: table-cell;
    width: 2000px;
    padding: 0 15px;
    border-left: 1px solid #e5e5e5;
    /* overrides from settings / styling / mega-menu */
  }
  .top-nav .mega-menu-col > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .top-nav .mega-menu-col:first-child {
    border-left: none;
  }
  .top-nav ul ul .mega-menu {
    width: auto;
    top: -20px;
    margin-left: 1px;
    display: block;
  }
  .top-nav ul ul .mega-menu li {
    display: block;
    width: auto;
    border: none;
  }
}
@media screen and (min-width: 1200px) {
  .top-nav .mega-menu {
    width: 1200px;
  }
  .top-nav ul .mega-menu ul {
    min-width: 10em;
  }
  .top-nav .mega-menu-col {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .top-nav .mega-menu {
    position: static;
  }
}
/* side clickable menu styles */
.menu-click {
  padding: 0;
}
.menu-click i {
  width: 1em;
  text-align: center;
  margin-right: 10px;
}
.menu-click .toggle_submenu {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 8px;
  text-align: center;
  opacity: 0.9;
  transform: rotate(-90deg);
  transition: 0.25s ease-in-out;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
.menu-click .toggle_submenu:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 3em;
  height: 3em;
  line-height: 3em;
  font-family: 'FontAwesome';
  content: "\f078";
}
.menu-click ul {
  padding: 0;
}
.menu-click li {
  position: relative;
  list-style: none;
  width: 100%;
}
.menu-click > li {
  transition: 0.3s ease-in-out;
}
.menu-click a {
  display: block;
  padding: 10px 40px;
  font-size: 12px;
  text-transform: uppercase;
}
.menu-click a:hover {
  background-color: rgba(150, 150, 150, 0.05);
}
.menu-click .active-submenu > a {
  background-color: rgba(150, 150, 150, 0.05);
}
.menu-click .active-submenu > .toggle_submenu {
  transform: rotate(0deg);
}
.menu-click li.active > a {
  color: #cf357a;
}
.menu-click ul {
  opacity: 0;
  height: 0;
}
.menu-click ul a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
}
.menu-click ul ul a {
  padding-left: 60px;
}
.menu-click ul ul ul a {
  padding-left: 70px;
}
.menu-click ul ul ul ul a {
  padding-left: 80px;
}
.menu-click .active-submenu > div.mega-menu {
  height: auto;
}
.menu-click .active-submenu > ul, .menu-click .active-submenu > div.mega-menu > ul {
  opacity: 1;
  height: auto;
}
.menu-click ul, .menu-click div.mega-menu {
  height: 0;
  overflow: hidden;
  transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
}
.menu-click ul li.sfHover > .mega-menu ul {
  display: block;
  height: 100%;
}
.menu-click div.mega-menu > ul {
  margin-right: 0;
  height: auto;
}
/*
 ** Header
 */
.page_header {
  transition: 0.5s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: 0;
  padding: 0;
  height: auto;
}
.boxed .page_header, .page_header.affix {
  position: fixed !important;
  z-index: 1001;
  box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
  opacity: 0.98;
}
.boxed .page_header:after, .page_header.affix:after {
  background-color: transparent;
}
.page_header.affix.s-bordertop::before {
  display: none;
}
@media (max-width: 991px) {
  .page_header.mobile-active {
    z-index: 1003;
    opacity: 1;
  }
}
.page_header.affix-bottom {
  top: 0 !important;
  position: fixed;
}
.page_header .row {
  min-height: 62px;
}
.page_header a {
  display: inline-block;
}
.page_header .btn {
  margin-bottom: 0;
  padding: 14px 41px;
  border-radius: 50px;
}
.header_absolute {
  position: relative;
}
.header_absolute .page_header, .header_absolute .page_header_wrapper {
  z-index: 1002;
  position: absolute;
  right: 0;
  left: 0;
}
.header_absolute .page_topline, .header_absolute .page_toplogo, .header_absolute .page_header_wrapper, .header_absolute .page_title {
  background-color: transparent;
}
#canvas:not(.boxed) .header_absolute .page_header.affix-top {
  background-color: rgba(32, 37, 43, 0.7);
}
.page_topline {
  line-height: 1.4;
}
.page_topline.small-text i {
  font-size: 14px;
}
.page_topline .icon-inline {
  justify-content: center;
}
.page_topline .social-icons {
  display: inline-block;
}
.page_topline .widget_nav_menu {
  display: inline-block;
}
.page_topline ul {
  margin: 0;
  padding: 0;
}
.page_topline ul li {
  display: inline-block;
}
.page_topline .dropdown-menu {
  margin: 23px 0 0 -25px;
  min-width: auto;
}
.page_topline .dropdown-language a > img {
  max-width: 16px;
  position: relative;
  bottom: 1px;
  margin-right: 6px;
}
.page_topline .owl-news-slider-dates {
  font-weight: 700;
}
.page_topline .topline-news-item {
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 90px;
}
.page_topline .topline-news-item .cat-links {
  display: inline;
}
.page_topline .topline-news-nav-arrow {
  border: 1px solid #20252b;
  font-size: 10px;
  position: relative;
  bottom: 20px;
  line-height: 38px;
  width: 40px;
  transition: opacity 0.2s ease-in-out;
}
.page_topline .topline-news-nav-arrow:hover {
  opacity: 1;
}
.page_topline .owl-nav > div {
  opacity: 1;
}
@media (min-width: 992px) {
  .page_toplogo .media + .media {
    margin-left: 60px;
  }
}
.page_toplogo .widget_search form, .page_toplogo .widget_product_search form, .page_toplogo .widget_search input, .page_toplogo .widget_product_search input {
  max-width: none;
}
@media (max-width: 991px) {
  .page_toplogo .media {
    margin: 10px;
  }
}
@media (min-width: 1500px) {
  .page_topline .container-fluid, .page_toplogo .container-fluid, .page_header .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#canvas:not(.boxed) .header_absolute .page_header.affix {
  background-color: #20252b;
}
/*header includes*/
.top-includes {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .top-includes {
    white-space: nowrap;
  }
}
.top-includes > * {
  display: inline-block;
}
.top-includes > li {
  margin-left: 10px;
}
.top-includes > li:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .top-includes.border-divided > li + li {
    border-left: 2px solid rgba(200, 200, 200, 0.35);
    margin-left: 26px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .top-nav + .top-includes {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .top-includes.md-absolute {
    position: absolute;
    bottom: 0;
    right: 80px;
  }
}
.top-includes a.border-icon, .top-includes a.bg-icon, .top-includes a.color-bg-icon {
  margin-top: 2px;
  margin-bottom: 2px;
}
/*logo*/
a.logo {
  display: flex;
  align-items: center;
  min-width: 205px;
}
a.logo b {
  color: #cf357a;
}
a.logo img {
  display: inline-block;
  max-height: 66px;
}
@media (max-width: 1199px) {
  a.logo img {
    max-width: 150px;
    max-height: 55px;
  }
}
a.logo .logo-text {
  font-size: 40px;
  padding: 0;
  margin-top: 10px;
  margin-left: -10px;
  z-index: 44;
  word-break: break-all;
}
@media (max-width: 767px) {
  a.logo .logo-text {
    font-size: 35px;
  }
}
a.logo .logo-text:hover {
  opacity: 1;
}
a.logo .logo-subtext {
  font-size: 22px;
  padding: 0 10px;
}
a.logo .logo-text-bottom {
  font-size: 26px;
}
a.logo .flex-column, a.logo.flex-column {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}
a.logo .flex-column.text-center, a.logo.flex-column.text-center {
  display: inline-block;
}
.text-center a.logo {
  justify-content: center;
  align-items: center;
}
.header_logo_center a.logo {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  z-index: 2;
}
.header_logo_center.affix a.logo {
  padding: 5px 0;
}
@media (min-width: 992px) {
  .header_logo_center .logo_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.logo.logo_image_and_text:hover {
  color: inherit !important;
  opacity: 1;
}
.logo.logo_image_and_text:hover > img {
  opacity: 1;
}
/*search modal*/
#search_modal {
  padding: 0 !important;
}
#search_modal .widget {
  padding: 20px 0;
  background-color: #fff;
}
@media (min-width: 1200px) {
  #search_modal .widget a.logo {
    position: absolute;
    top: 14px;
    left: 20px;
    opacity: 0.6;
    color: initial;
    text-transform: none;
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  #search_modal .widget a.logo {
    display: none;
  }
}
#search_modal .search-form {
  margin: 0 auto;
  max-width: 660px;
}
#search_modal a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
#search_modal a:hover {
  color: #cf357a;
  opacity: 1;
}
#search_modal .searchform-respond {
  width: 300px;
  margin: 20px auto;
  color: #fff;
}
#search_modal .form-group {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #search_modal .form-group {
    margin-left: 20px;
  }
}
#search_modal .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  height: 60px;
  color: #20252b;
  width: 100%;
  max-width: none;
  font-size: 20px;
  font-style: normal;
}
#search_modal .form-control:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
#search_modal .form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
#search_modal .form-control:-ms-input-placeholder {
  color: #808080;
}
#search_modal .form-control::-webkit-input-placeholder {
  color: #808080;
}
#search_modal .btn {
  color: #20252b;
  width: auto;
  font-size: 0;
  padding: 30px 22px 25px;
  margin: 0 60px 0 0;
}
#search_modal .btn:before {
  font-size: 18px;
  color: #20252b;
}
#search_modal .close {
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 18px;
  right: 0;
  min-width: 60px;
  color: #20252b;
  text-shadow: none;
  opacity: 1;
  z-index: 2;
  font-size: 30px;
}
#search_modal .close:hover {
  background-color: transparent;
  color: #cf357a;
}
.active-side-header #search_modal {
  right: 310px;
}
.search_modal_button {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 0 10px;
}
.modal.show .widget_search button {
  height: 60px;
  width: 60px;
  background-color: #9bdaee;
  border-radius: 0 5px 5px 0;
  padding: 0;
}
.modal.show .widget_search button:before {
  color: #fff;
  font-size: 20px;
}
.modal.show .widget_search button:hover {
  background-color: #cf357a;
  opacity: 1;
}
/*
 ** Side Header
 */
/* side header layout */
body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
}
body, body:after, #canvas, .page_header_side {
  transition: 0.5s ease-in-out;
}
#canvas {
  left: 0;
  transition-property: left, margin-left;
}
body.active-side-header {
  overflow: hidden;
}
body.active-side-header #canvas {
  left: 310px;
}
body.active-side-header .page_header_side {
  left: 0;
}
body.active-side-header:after {
  visibility: visible;
  opacity: 1;
}
html.html-active-push-header {
  overflow: hidden;
}
.page_header_side {
  z-index: 1002;
  position: fixed;
  width: 310px;
  left: -310px;
  top: 0;
  bottom: 0;
}
.page_header_side.active-slide-side-header {
  box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
}
.page_header_side ~ .page_toplogo .toggle_menu {
  display: none;
}
.page_header_side a.logo {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.page_header_side a.logo img {
  max-width: 100%;
}
.page_header_side .widget {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.page_header_side .widget_icons_list li + li {
  margin-top: 1em;
}
.page_header_side .social-icons {
  display: block;
  margin-top: 43px;
}
.page_header_side .social-icons a.border-icon, .page_header_side .social-icons a.bg-icon, .page_header_side .social-icons a.color-bg-icon {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .page_header_side ~ .page_topline .container-fluid, .page_header_side ~ .page_toplogo .container-fluid, .page_header_side ~ div .page_header .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1199px) {
  .page_header_side ~ .page_topline [class*="container"], .page_header_side ~ .page_toplogo [class*="container"], .page_header_side ~ div .page_header [class*="container"] {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.side_header_inner {
  padding: 26px 0 60px;
}
.toggle_menu_side {
  transition: right 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: -60px;
  margin: 0;
}
@media (max-width: 370px) {
  .toggle_menu_side.active {
    right: 0;
    opacity: 0.4;
  }
}
.toggle_menu_side:before, .toggle_menu_side span:before, .toggle_menu_side span:after, .toggle_menu_side span {
  background-color: #fff !important;
}
.ds .toggle_menu_side {
  background-color: #cf357a;
}
.bs .toggle_menu_side {
  background-color: #cf357a;
}
.ls .toggle_menu_side {
  background-color: #cf357a;
}
.page_header_side.header_side_sticked .toggle_menu_side {
  transition: 0.5s ease-in-out;
  right: -60px;
  top: 0;
}
.page_header_side.active-slide-side-header {
  left: 0;
}
.active-side-header .boxed .header_push ~ div .page_header, .active-side-header .header_push ~ div .page_header.affix {
  margin-left: 310px;
}
.active-side-header.slide-right .boxed .header_push ~ div .page_header, .active-side-header.slide-right .header_push ~ div .page_header.affix {
  margin-left: -310px;
}
.page_header_side.header_side_right {
  left: auto;
  right: -310px;
}
.page_header_side.header_side_right.active-slide-side-header {
  right: 0;
}
.page_header_side.header_side_right .toggle_menu_side {
  right: auto;
  transition: left 0.3s ease-in-out;
  left: -60px;
}
@media (max-width: 370px) {
  .page_header_side.header_side_right .toggle_menu_side.active {
    left: 0;
  }
}
body.active-side-header.slide-right #canvas {
  left: -310px;
}
body.active-side-header.slide-right .page_header_side {
  left: auto;
  right: 0;
}
@media (min-width: 600px) {
  .page_header_side.header_side_sticked.active-slide-side-header {
    left: 0;
  }
  .header_side_sticked ~ * {
    transition: margin 0.5s ease-in-out;
  }
  .header_side_sticked ~ * .container-fluid {
    padding-left: 80px;
  }
  .header_side_sticked ~ div .page_header {
    width: auto;
  }
  .header_side_sticked.active-slide-side-header ~ *, .header_side_sticked.active-slide-side-header ~ div .page_header {
    margin-left: 310px;
  }
  .boxed .header_side_sticked.active-slide-side-header ~ *, .boxed .header_side_sticked.active-slide-side-header ~ div .page_header {
    margin-left: 0;
  }
  .header_side_sticked ~ .page_header_wrapper {
    margin: 0 !important;
  }
  .page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
    left: auto;
  }
  .header_side_sticked.header_side_right.active-slide-side-header ~ *, .header_side_sticked.header_side_right.active-slide-side-header ~ div .page_header {
    margin-left: 0;
    margin-right: 310px;
  }
}
/* 
 ** Intro Section Styles
 */
.page_slider {
  position: relative;
  overflow: hidden;
  clear: both;
}
.page_slider > img {
  width: 100%;
}
.page_slider h2 {
  font-size: 35px;
  margin: 0;
  line-height: 1;
}
.page_slider h3 {
  font-size: 2em;
  margin: 0;
  line-height: 1;
}
.page_slider h4 {
  font-size: 1.5em;
  margin: 0;
}
.page_slider h5 {
  font-size: 1.3em;
  margin: 0;
}
.page_slider h6 {
  font-size: 15px;
  margin: 0;
}
.page_slider p {
  font-size: 1.2em;
  margin: 0;
}
.page_slider .countdown-amount {
  font-size: 50px;
}
.page_slider .countdown-period {
  font-size: 15px;
}
@media (min-width: 992px) {
  .page_slider h2 {
    font-size: 70px;
  }
  .page_slider h3 {
    font-size: 3em;
  }
  .page_slider h4 {
    font-size: 2.5em;
  }
  .page_slider h5 {
    font-size: 2em;
  }
  .page_slider h6 {
    font-size: 21px;
  }
  .page_slider p {
    font-size: 1.7em;
  }
}
.page_slider .flexslider .slides {
  display: flex;
}
.page_slider .flexslider:before, .page_slider .flexslider:after {
  content: '';
  display: block;
  clear: both;
}
.page_slider .flexslider .intro_layer img {
  width: auto;
  display: inline-block;
}
.page_slider .flexslider.slider-shadow {
  padding-bottom: 50px;
}
.page_slider .flexslider.slider-shadow:before, .page_slider .flexslider.slider-shadow:after {
  content: "";
  position: absolute;
  background: transparent;
  z-index: 1;
  bottom: 65px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 400px;
  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
}
.page_slider .flexslider.slider-shadow:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}
.page_slider .intro_layers_wrapper {
  display: flex;
}
.page_slider .intro_after_featured_word {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page_slider .intro_after_featured_word {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.page_slider .intro_layers {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .page_slider .intro_layers {
    padding: 54px 0 96px;
  }
}
.page_slider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 55px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 991px) {
  .page_slider .flex-control-nav {
    display: none;
  }
}
.page_slider .flex-control-nav li {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.page_slider .flex-control-nav li a {
  border-color: #fff;
  background: #fff;
  opacity: 0.5;
}
.page_slider .flex-control-nav li a.flex-active {
  opacity: 1;
}
@media (min-width: 767px) {
  .page_slider .cs, .page_slider .ds {
    background-color: #20252b;
  }
  .page_slider .container-fluid, .page_slider .container, .page_slider img + .container {
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
  }
  .page_slider [class*="col-"] {
    position: static;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page_slider .intro_layers_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 15px;
    height: 100%;
    z-index: 5;
  }
  .page_slider .intro_text_top .intro_layers {
    justify-content: flex-start;
  }
  .page_slider .intro_text_bottom .intro_layers {
    justify-content: flex-end;
  }
  .page_slider .intro_before_featured_word {
    line-height: 0.8;
    font-size: 20px;
    margin: 0;
    padding: 0 0.2em;
    text-align: left;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  }
  .page_slider .intro_featured_word {
    line-height: 0.9;
    white-space: nowrap;
    font-size: 50px;
    margin: 0;
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  }
  .page_slider .intro_after_featured_word {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 767px) and (min-width: 600px) {
  .boxed .page_slider .intro_layers_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .page_slider .intro_featured_word {
    font-size: 25px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .page_slider .flex-direction-nav {
    display: block;
  }
  .page_slider .intro_before_featured_word {
    font-size: 42px;
  }
  .page_slider .intro_featured_word {
    font-size: 48px;
  }
  .page_slider .intro_after_featured_word {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (min-width: 1600px) {
  .page_slider .intro_before_featured_word {
    font-size: 62px;
  }
  .page_slider .intro_featured_word {
    font-size: 70px;
    margin-top: 17px;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .page_slider {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_slider .intro_layers_wrapper {
    height: 87%;
  }
}
.intro_layers_wrapper .intro_layers h6 {
  margin-bottom: 14px;
}
.intro_layers .comingsoon-countdown.is-countdown {
  margin-top: 23px;
}
.slide_buttons a {
  margin: 0 10px;
}
/*
 ** Subpages
 */
/*
 ** 404
 */
.error404 h3.not_found {
  margin-top: 15px;
  font-size: 100px;
  line-height: 1;
  color: #cf357a;
}
@media (min-width: 992px) {
  .error404 h3.not_found {
    font-size: 160px;
    margin-bottom: -5px;
  }
}
.error404 p {
  margin-top: 3px;
  font-size: 16px;
  color: #808080;
}
@media (min-width: 768px) {
  .error404 p {
    letter-spacing: 0;
  }
}
.error404 h6 {
  color: #999;
  margin-bottom: 13px;
}
.error404 .widget_search {
  margin: 11px 0 0px;
}
.error404 p {
  margin-bottom: 10px;
}
.error404 .widget_search button:before, .error404 .widget_mailchimp button:before, .error404 .widget_product_search form:before {
  color: #cf357a;
  content: "\f002";
}
@media (min-width: 1600px) {
  .error404.s-overlay.ls:before {
    display: none;
  }
}
.error404 input[type="email"], .error404 .form-control {
  background-color: rgba(250, 239, 237, 0.6);
  max-width: 370px;
  width: 100%;
}
.error404 input[type="email"].search-field.form-control:focus {
  border: 1px solid #9e9c9c;
  background-color: rgba(250, 239, 237, 0.6);
}
.error404 .form-group {
  margin-bottom: 8px;
}
.error404 h4 {
  margin-top: 0;
}
.error404 .widget_search form, .error404 .widget_mailchimp form {
  position: relative;
  margin: auto;
  max-width: 370px;
}
/*
 ** Blog
 */
.blog-slider {
  margin-bottom: 73px;
}
@media (min-width: 992px) {
  .blog-slider .intro_layers_wrapper {
    left: 130px;
    right: 130px;
  }
}
@media (max-width: 767px) {
  .blog-slider {
    display: none;
  }
}
.blog-slider h2 {
  line-height: 60px;
}
.blog-slider .intro_section.page_slider {
  border-radius: 5px;
}
.blog-slider .flex-direction-nav .flex-prev {
  left: 47.5%;
}
.blog-slider .flex-direction-nav .flex-next {
  right: 47%;
}
.blog-featured-posts .post {
  height: 100%;
}
@media (max-width: 991px) {
  .blog-featured-posts {
    margin-bottom: 0 !important;
  }
}
.entry-title, .entry-title:last-child {
  text-transform: none;
  margin: 0 0 0.7em;
  line-height: 1;
  font-size: 32px;
}
@media (max-width: 575px) {
  .entry-title, .entry-title:last-child {
    font-size: 20px;
  }
}
h4.entry-title {
  font-size: 24px;
  margin-bottom: 0.7em;
}
.item-media + .item-content h1.entry-title {
  margin-top: 5px;
}
.post {
  position: relative;
}
.post > .fa {
  position: absolute;
  right: 9px;
  top: 7px;
  color: #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.post > .fa:before {
  position: relative;
  z-index: 3;
}
.post > .fa:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: -14px;
  left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #cf357a transparent;
}
.post + .post {
  margin-top: 60px;
}
.post h3.entry-title + .entry-meta {
  margin-top: -0.65em;
}
.post h1.entry-title + .entry-meta {
  margin: -1em 0 2em;
}
.post.cover-image {
  padding: 35px 30px 30px;
  text-align: center;
  height: auto;
}
@media (max-width: 767px) {
  .post.cover-image {
    padding: 35px 20px 30px;
  }
}
@media (min-width: 992px) {
  .post.cover-image {
    padding: 60px 60px 70px;
  }
}
.post.cover-image .post-thumbnail {
  display: none;
}
.post ul li, .post ol li {
  padding: 3px 0;
}
.post ul li:before, .post ol li:before {
  padding-right: 17px;
  top: -3px;
}
.post-thumbnail {
  text-align: center;
}
.post-thumbnail .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
.post-thumbnail + .entry-content {
  margin-top: 1.5em;
}
.post-password-form input[type="password"] {
  margin-top: 0.5em;
  width: auto;
}
.post-password-form input[type="submit"] {
  position: relative;
  top: -2px;
}
.entry-meta-wrap {
  position: relative;
  text-align: center;
}
.entry-meta {
  text-align: left;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 19px 20px 19px 60px;
  z-index: 2;
  line-height: 1;
  clear: both;
  margin: 0 -1px;
}
.has-post-thumbnail .entry-meta {
  position: absolute;
}
@media (max-width: 767px) {
  .entry-meta {
    text-align: left;
    padding: 19px 27px !important;
  }
}
@media (max-width: 991px) {
  .entry-meta {
    padding: 19px 60px;
  }
}
.entry-meta i {
  padding-right: 5px;
  font-size: 14px;
  color: #9bdaee;
}
.entry-meta a {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 23px;
  letter-spacing: 0;
  font-weight: 500;
}
.entry-meta a:hover {
  color: #9bdaee;
}
.entry-meta .post-categories {
  margin-right: 23px;
}
.entry-meta .post-categories a {
  margin: 0;
}
.bg-dark-transpatent {
  background-color: rgba(32, 37, 43, 0.8);
}
.entry-footer {
  margin-top: 40px;
  margin-bottom: 50px;
}
.entry-footer .fa {
  margin-right: 10px;
}
.entry-content:before, .entry-footer:before, .entry-header:before, .entry-content:after, .entry-footer:after, .entry-header:after {
  display: block;
  content: '';
  clear: both;
}
.cat-links {
  font-size: 0;
  display: block;
  line-height: 1;
}
.cat-links a {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.35em 0.5em 0.25em;
  color: #fff;
  background-color: #cf357a;
  border-radius: 1px;
}
.cat-links a:hover {
  background-color: #20252b;
}
.blog .post .entry-meta i {
  color: #cf357a;
}
.blog .post .entry-meta a:hover {
  color: #cf357a;
}
.blog .post:nth-child(2n) .entry-meta i {
  color: #9bdaee;
}
.blog .post:nth-child(2n) .entry-meta a:hover {
  color: #9bdaee;
}
.entry-footer .edit-link, .entry-header .edit-link {
  float: right;
}
.entry-footer .edit-link a:before, .entry-header .edit-link a:before {
  font-family: 'FontAwesome';
  content: '\f040';
  padding-right: 0.4em;
}
.entry-footer .entry-title + .edit-link, .entry-header .entry-title + .edit-link {
  position: absolute;
  right: 15px;
  top: 0.5em;
}
.post-adds {
  display: flex;
  background-color: #f5f5f5;
  line-height: 1;
  align-items: center;
  margin-bottom: 30px;
}
.post-adds i {
  width: 1em;
}
.post-adds a {
  display: inline-block;
  margin: 0;
}
.post-adds .dropdown-menu {
  padding: 0;
  border: none;
}
.post-adds .share_buttons {
  display: flex;
}
.post-adds .share_button {
  background-color: #cf357a;
  color: #fff;
  line-height: 60px;
  padding: 0 21px;
}
.post-adds .like_button {
  color: #cf357a;
  line-height: 60px;
  padding: 0 21px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.post-adds .votes_count {
  padding: 0 21px;
}
.post-adds .views-count {
  margin-left: auto;
  padding: 22px 30px;
  background-color: #cf357a;
  color: #fff;
}
@media (max-width: 576px) {
  .post-adds {
    flex-wrap: wrap;
  }
  .post-adds .share_button {
    line-height: 40px;
    padding: 0 11px;
  }
  .post-adds .like_button {
    line-height: 40px;
    padding: 0 11px;
  }
  .post-adds .views-count {
    padding: 10px 15px;
    width: 100%;
  }
}
/*gallery post*/
.post .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.post .gallery .gallery-item {
  width: 50%;
  padding: 0 7px;
}
.post .gallery .gallery-item figcaption {
  padding: 20px;
  max-width: 100%;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 992px) {
  .post .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .post .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .post .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .post .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .post .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .post .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
  .post .gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
  .post .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .post .gallery.gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
/*post author*/
.author-bio .item-content {
  padding: 57px 58px 30px;
}
@media (max-width: 767px) {
  .author-bio .item-content {
    padding: 30px 20px;
  }
}
.author-bio a.fa {
  margin: 0 12px;
}
.author-bio a.fa:first-child {
  margin: 0 12px 0 0;
}
.author-bio a span {
  float: right;
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .author-bio a span {
    float: left;
  }
}
.author-bio h4 {
  margin-bottom: 25px;
}
.author-bio p {
  margin-bottom: 9px;
}
/*comments*/
.comments-title {
  margin-bottom: 26px;
}
@media (max-width: 575px) {
  .comments-title {
    font-size: 25px;
  }
}
.comments-area {
  padding: 60px 60px 53px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .comments-area {
    padding: 30px;
  }
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
}
.comments-area .comment-list ol.children {
  list-style: none;
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .comments-area .comment-list ol.children {
    padding-left: 110px;
  }
}
.comments-area .comment-list ol.children ol.children ol.children {
  padding-left: 35px;
}
.comment-body {
  position: relative;
  margin-left: 70px;
  margin-bottom: 21px;
  padding: 25px 0px 20px 38px;
}
.comment-body:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.comment-body ol, .comment-body ol ol {
  padding-left: 20px;
}
.comment-meta {
  margin-bottom: 12px;
}
.comment-meta img {
  position: absolute;
  left: -70px;
  border: 4px solid #e4e4e5;
  border-radius: 50px;
  top: -1px;
  max-width: 90px;
}
.comment-meta .comment-author {
  font-size: 20px;
}
.comment-meta .comment-metadata {
  margin-top: -10px;
  font-size: 12px;
  text-transform: uppercase;
}
.comment-meta b {
  font-weight: inherit;
}
@media (max-width: 575px) {
  .comment-body {
    margin-left: 30px;
  }
  .comment-meta img {
    max-width: 70px;
    left: -43px;
  }
}
.reply {
  margin-top: 10px;
}
.reply a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 29px;
  border: 1px solid #cf357a;
  border-radius: 50px;
}
.reply a i {
  margin-right: 3px;
}
.reply a:hover {
  background-color: #cf357a;
  border: 1px solid #cf357a;
  color: #fff;
}
.reply a:hover i {
  color: #fff;
}
.comment-content p {
  margin-bottom: 25px;
}
.no-comments, .comment-awaiting-moderation {
  opacity: 0.7;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-form p {
  font-family: 'Vidaloka', serif;
  margin-bottom: 20px;
  width: 100%;
}
.comment-form p.form-submit {
  margin-top: 10px;
  margin-bottom: 0;
}
.comment-form label {
  display: none;
}
.comment-form textarea {
  width: 100%;
  height: 140px;
}
.comment-form input[type=checkbox] {
  margin: 0;
  visibility: hidden;
}
/* post formats */
.format-status {
  border-radius: 5px;
}
.format-status .avatar {
  display: block;
  max-width: 90px;
  border-radius: 50%;
  margin: 15px auto 17px !important;
  border: 5px solid rgba(202, 202, 202, 0.1);
}
.format-status .entry-title {
  margin-bottom: 35px;
}
.format-status .cat-links {
  margin-bottom: 5px;
}
.format-status.post .entry-title + .entry-meta {
  margin: 0 0 25px;
}
.format-status .entry-date {
  margin-top: -7px;
}
.format-status .entry-meta {
  position: static;
  text-align: center;
}
.format-status.s-overlay.ds:before {
  border-radius: 5px;
}
@media (max-width: 575px) {
  .format-status h4 {
    font-size: 20px;
  }
}
@media (min-width: 300px) {
  .format-status.cover-image > img, .format-quote.cover-image > img {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 767px) {
  .format-quote.cover-image {
    padding: 0 0 20px;
  }
}
.format-chat p {
  margin-bottom: 0.5em;
}
.format-chat p:nth-child(2n) {
  background-color: #f5f5f5;
  padding: 13px 19px;
}
.format-quote blockquote footer {
  margin-top: 20px;
  text-align: center;
}
.blog .format-quote, .archive .format-quote, .tag .format-quote {
  border-radius: 5px;
  text-align: center;
}
.blog .format-quote.cover-image .entry-header > i, .archive .format-quote.cover-image .entry-header > i, .tag .format-quote.cover-image .entry-header > i {
  display: inline-block;
  font-size: 2em;
  margin-bottom: 0.7em;
}
.blog .format-quote blockquote, .archive .format-quote blockquote, .tag .format-quote blockquote {
  padding: 10px 0px 0px;
  margin: 0;
  border: none;
  font-style: italic;
}
.blog .format-quote blockquote cite, .archive .format-quote blockquote cite, .tag .format-quote blockquote cite {
  display: block;
  font-style: normal;
  margin: 30px 0 0;
  font-size: 32px;
  line-height: 5px;
  color: #fff;
}
.blog .format-quote blockquote cite span, .archive .format-quote blockquote cite span, .tag .format-quote blockquote cite span {
  margin-top: 21px;
}
.blog .format-quote blockquote footer, .archive .format-quote blockquote footer, .tag .format-quote blockquote footer {
  margin-top: 38px;
}
.blog .format-quote .entry-meta, .archive .format-quote .entry-meta, .tag .format-quote .entry-meta {
  position: static;
  text-align: center;
}
@media (min-width: 992px) {
  .blog .format-quote.post.cover-image, .archive .format-quote.post.cover-image, .tag .format-quote.post.cover-image {
    padding: 5px 0px 40px;
  }
}
.blog .format-quote h4.blog-title, .archive .format-quote h4.blog-title, .tag .format-quote h4.blog-title {
  margin-bottom: -13px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog .format-quote h4.blog-title, .archive .format-quote h4.blog-title, .tag .format-quote h4.blog-title {
    margin-bottom: -5px;
  }
}
.blog .format-quote.s-overlay.ds:before, .archive .format-quote.s-overlay.ds:before, .tag .format-quote.s-overlay.ds:before {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .blog .format-quote .entry-meta a, .archive .format-quote .entry-meta a, .tag .format-quote .entry-meta a {
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .format-link h4, .format-aside h4 {
    font-size: 24px;
    line-height: 1;
  }
}
.format-link .entry-meta, .format-aside .entry-meta {
  padding: 23px 60px;
  border-radius: 5px 5px 0 0;
  position: static;
  background-color: #20252b;
}
@media (max-width: 991px) {
  .format-link .entry-meta, .format-aside .entry-meta {
    padding: 23px 50px;
  }
}
.comment-form-reply {
  margin-top: 60px;
  padding: 50px 55px 58px;
}
@media (max-width: 767px) {
  .comment-form-reply {
    padding: 30px;
  }
}
.comment-form-reply .comment-reply-title {
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .comment-form-reply .comment-reply-title {
    font-size: 30px;
  }
}
.blog-btn {
  margin-top: 20px;
}
.featured-title {
  margin: 0 0 35px;
}
@media (max-width: 575px) {
  .featured-title {
    font-size: 35px;
    margin: 0 0 15px;
  }
}
.vertical-item.content-padding.padding-small.featured .item-content {
  padding: 60px 58px 51px;
}
@media (max-width: 767px) {
  .vertical-item.content-padding.padding-small.featured .item-content {
    padding: 30px;
  }
}
.blog-masonry-layout .entry-meta {
  padding: 19px 10px 19px 30px;
}
@media (min-width: 992px) {
  .blog-masonry-layout .post.cover-image {
    padding: 30px 30px 40px;
  }
}
.blog-masonry-layout .format-status .entry-title {
  margin-bottom: 16px;
}
.blog-masonry-layout .margin-0 {
  margin: 0;
}
.blog-masonry-layout .post-thumbnail + .entry-content {
  margin-top: 0;
}
.blog-masonry-layout .embed-placeholder:after {
  top: 40%;
}
@media (max-width: 991px) {
  .blog-masonry-layout .pagination {
    margin-top: 0px;
  }
}
.blog .pagination {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .blog .pagination {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .blog .pagination {
    justify-content: center;
  }
}
.post-blockquote {
  border-left: 3px solid #fc834b;
  font-style: italic;
  margin: 50px 0 54px;
  padding: 20px 0px 20px 40px;
}
.widget.widget_popular_entries .entry-meta {
  position: absolute;
  padding: 17px 40px 17px 60px;
  margin: -1px;
}
@media (max-width: 767px) {
  .widget.widget_popular_entries .entry-meta {
    padding: 17px 30px;
    text-align: center;
  }
}
.format-video .entry-meta.bg-dark-transpatent {
  background-color: #20252b;
}
.isotope-wrapper.masonry-layout .vertical-item.content-padding .item-content {
  padding: 40px;
}
.blog .layout-2 .entry-meta {
  position: static;
  padding: 20px 0;
  background-color: transparent;
}
.blog .layout-3 h4.entry-title {
  font-size: 24px !important;
}
.blog .layout-3 .item-media {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .format-status.post.cover-image {
    padding: 35px 20px 40px;
  }
}
@media (max-width: 991px) {
  .format-status .entry-meta {
    padding: 0 27px 19px 27px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog .entry-meta {
    text-align: center;
  }
}
.blog .slide_buttons {
  margin-top: 34px;
}
/*
 ** Template Specific Styles
 */
#box_wrapper > section, #box_wrapper > div > section {
  overflow: hidden;
}
#box_wrapper > section.page_topline, #box_wrapper > section.page_toplogo, #box_wrapper > section.overflow-visible, #box_wrapper > div > section.overflow-visible {
  overflow: visible;
}
img.absolute_image {
  position: absolute;
  z-index: 1;
  top: 50px;
}
.image-rounded-cross-borders {
  position: relative;
  margin: 50px 0 60px;
}
.image-rounded-cross-borders:before, .image-rounded-cross-borders:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
  top: -30px;
  left: 50%;
}
.image-rounded-cross-borders:after {
  top: auto;
  bottom: -30px;
}
.image-rounded-cross-borders .box-shadow {
  padding: 9px;
  border-radius: 50%;
}
.image-rounded-cross-borders .box-shadow:before, .image-rounded-cross-borders .box-shadow:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 30px;
  background-color: #e5e5e5;
  top: 50%;
  left: -30px;
}
@media (max-width: 1199px) {
  .image-rounded-cross-borders .box-shadow:before, .image-rounded-cross-borders .box-shadow:after {
    display: none;
  }
}
.image-rounded-cross-borders .box-shadow:after {
  left: auto;
  right: -30px;
}
.image-rounded-cross-borders img {
  border-radius: 50%;
}
.btn-action i {
  width: 1em;
  height: 1em;
  text-align: center;
}
.btn-action i.fa-chevron-right {
  position: relative;
  left: 2px;
}
.partners-carousel a {
  opacity: 0.2;
}
.partners-carousel a:hover {
  opacity: 0.8;
}
.partners-carousel .center a {
  opacity: 1;
}
.dropdown-shopping-cart {
  position: relative;
  font-weight: 700;
}
.page_toplogo .dropdown-shopping-cart {
  margin-left: 24px;
}
.dropdown-shopping-cart i {
  font-size: 28px;
  padding-right: 14px;
}
.page_toplogo .dropdown-shopping-cart i {
  position: relative;
  top: 0.18em;
}
.dropdown-shopping-cart .badge {
  position: absolute;
  left: 24px;
  padding: 0.28em 0.5em 0.2em;
  border-radius: 1em;
}
.page_toplogo .dropdown-shopping-cart .badge {
  top: -0.3em;
}
.dropdown-shopping-cart:hover {
  color: inherit;
}
.dropdown-shopping-cart + .dropdown-menu {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .dropdown-shopping-cart + .dropdown-menu {
    min-width: 430px;
  }
}
.page_title h1, .page_title h2 {
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 576px) {
  .page_title h1, .page_title h2 {
    font-size: 40px;
  }
  .page_title h1:last-child, .page_title h2:last-child {
    margin-bottom: 0;
  }
}
.page_title .small-title {
  margin-bottom: 0;
}
.page_title .small-title + .breadcrumb {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page_title .title-inline {
    margin: 0;
  }
  .page_title .title-inline + .breadcrumb {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgba(200, 200, 200, 0.35);
  }
}
.page_title .breadcrumb {
  line-height: 1.6;
}
.page_title [class*="container"] > .breadcrumb {
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 0 15px;
}
.page_map {
  height: 500px;
  text-align: center;
}
.page_map .marker {
  display: none;
}
.map_marker_description {
  max-width: 270px;
}
.map_marker_description h3 {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 24px;
}
.map_marker_description img {
  max-width: 90% !important;
}
.gm-style .gm-style-iw {
  text-align: center;
  line-height: 1.6em;
}
.gm-style .gm-style-iw > *:first-child {
  position: relative;
}
.gm-style .gm-style-iw:before {
  content: '';
  display: block;
  top: -25px;
  left: -16px;
  right: -16px;
  bottom: -25px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.gm-style .gm-style-iw .icon-inline {
  display: inline-block;
  margin: 0.3em 0;
}
.gm-style .gm-style-iw .icon-inline .icon-styled {
  margin-right: 5px;
}
/*footer social buttons that hidden on half of their height*/
.page_footer, .discount {
  overflow: hidden;
  /*overriding Bootstrap Addons buttons*/
}
@media (min-width: 576px) {
  .page_footer a.border-icon:before, .discount a.border-icon:before, .page_footer a.bg-icon:before, .discount a.bg-icon:before, .page_footer a.color-bg-icon:before, .discount a.color-bg-icon:before {
    width: 4.2em;
    height: 4.2em;
    line-height: 4.2em;
  }
}
.page_footer .side-icon-box, .discount .side-icon-box {
  margin: 0 0 10px;
}
.page_footer .side-icon-box > .icon-styled:first-child, .discount .side-icon-box > .icon-styled:first-child {
  margin-right: 0;
  position: relative;
}
.page_footer .col-md-12 .widget_social_buttons, .discount .col-md-12 .widget_social_buttons {
  margin-bottom: 0;
}
.page_footer .col-md-12 .widget_social_buttons a, .discount .col-md-12 .widget_social_buttons a {
  margin: 0 4px 70px;
}
@media (min-width: 1200px) {
  .page_footer .col-md-12 .widget_social_buttons a, .discount .col-md-12 .widget_social_buttons a {
    transform: translateY(50%);
    margin-bottom: 0;
  }
  .page_footer .col-md-12 .widget_social_buttons a:hover, .discount .col-md-12 .widget_social_buttons a:hover {
    transform: translateY(0);
  }
}
.page_footer.s-overlay.ds:before, .discount.s-overlay.ds:before {
  background-color: #20252b;
}
@media (min-width: 768px) {
  .page_footer .icon-inline, .discount .icon-inline {
    display: block;
    align-items: center;
  }
}
.page_footer .icon-inline > .icon-styled:first-child, .discount .icon-inline > .icon-styled:first-child {
  margin-right: 15px;
}
.page_footer p.icon-inline, .discount p.icon-inline {
  margin-bottom: 10px;
}
.page_footer p.icon-inline:last-child, .discount p.icon-inline:last-child {
  margin-bottom: 0;
}
.page_copyright {
  font-size: 16px;
  font-weight: 300;
}
.s-overlay.footer-overlay.ds:before {
  background-color: #1a1f25;
}
.item-hover-content {
  position: relative;
  overflow: hidden;
}
.item-hover-content .item-media {
  z-index: 2;
}
.item-hover-content .item-content {
  position: absolute;
  right: 0;
  left: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.item-hover-content .item-content h4 {
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 1.4em;
}
.item-hover-content .item-content h4 span {
  font-weight: 900;
}
@media (min-width: 1200px) {
  .item-hover-content.content-padding .item-content {
    padding: 54px 40px;
  }
}
.item-hover-content:hover {
  overflow: visible;
  z-index: 3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.content-show-hover {
  overflow: hidden;
}
.content-show-hover .item-content {
  top: 0;
  opacity: 0;
  transform: scale(1.2);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.15s ease-in-out;
}
.content-show-hover .item-content h4 {
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 1.4em;
}
.content-show-hover .item-content h4 span {
  display: block;
  font-weight: 900;
}
.content-show-hover:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.content-show-hover:hover .item-content {
  transform: scale(1);
  opacity: 1;
}
.item-gallery {
  overflow: hidden;
  position: relative;
  background: transparent;
}
.item-gallery .item-content h5 {
  z-index: 5;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: scale(0);
  font-size: 20px;
}
@media (max-width: 991px) {
  .item-gallery .item-content h5 {
    line-height: 1;
  }
}
.item-gallery:hover .item-content {
  padding: 15px 30px;
  background-color: rgba(39, 45, 52, 0.5);
}
.item-gallery:hover .item-content h5 {
  transform: scale(1);
  opacity: 1;
}
.courses-icon {
  font-size: 14px;
  margin-bottom: 0;
  display: table;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.courses-icon > div {
  padding: 14px;
  display: table-cell;
  width: 100px;
  border-right: 1px solid #e5e5e5;
}
.courses-icon > div:last-child {
  border: 0;
}
.courses-icon i {
  margin-right: 5px;
}
.item-media .content-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
  z-index: 2;
}
.item-media .content-absolute h6 {
  margin-bottom: 0;
}
.item-media .content-absolute .autor {
  position: absolute;
  right: 7%;
  top: 17%;
  width: 80px;
  height: 40px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border: 5px solid #a3cd8a;
  border-bottom: 0;
}
@media (max-width: 575px) {
  .item-media .content-absolute .autor {
    top: 9%;
  }
}
.item-media .content-absolute .autor img {
  max-width: 70px;
  border-radius: 50px;
}
.blog .post .entry-meta i {
  color: #cf357a;
}
.blog .post .entry-meta a:hover {
  color: #cf357a;
}
.blog .post:nth-child(2n) .entry-meta i {
  color: #9bdaee;
}
.blog .post:nth-child(2n) .entry-meta a:hover {
  color: #9bdaee;
}
.item-content.bg-maincolor {
  opacity: 0.85;
}
.contacts h4, .contacts h6 {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .contacts h4, .contacts h6 {
    margin-bottom: 15px;
  }
}
.contacts button {
  padding: 14px 66px;
}
.contacts .icon-styled[class*='bg-'] {
  border-radius: 50px;
}
.contacts .social-icons h4 {
  margin-bottom: 5px;
}
.contacts h5 {
  margin-bottom: 3px;
}
.contacts p.icon-inline {
  margin-bottom: 9px;
}
.contacts p.icon-inline > .icon-styled:first-child {
  margin-right: 21px;
}
.area-big textarea {
  min-height: 170px;
}
.tag.color-main a {
  color: #cf357a;
}
.tag.color-main a:hover {
  color: #9bdaee;
}
.tag.color-main2 a {
  color: #9bdaee;
}
.tag.color-main2 a:hover {
  color: #cf357a;
}
.border-none img {
  border-radius: 0;
}
.small-margin {
  margin-bottom: 15px;
}
a.color-main2 {
  color: #9bdaee;
}
a.color-main2:hover {
  color: #cf357a;
}
.widget_twitter a {
  color: #cf357a;
}
.widget_twitter a:hover {
  color: #9bdaee;
}
.widget_twitter .icon-styled i {
  width: 12px;
}
.widget_twitter * + .media-body {
  margin-top: 3px;
}
.widget_twitter .media:last-child {
  margin-top: 43px;
}
.page_slider .btn.btn-outline-darkgrey:hover {
  background-color: #9bdaee;
  border-color: #9bdaee;
  color: #fff;
}
.flex-btn .btn {
  margin: 0 9px;
}
@media (max-width: 767px) {
  .flex-btn .btn {
    padding: 11px 25px;
  }
}
.fw-testimonials-title.before-title {
  font-size: 14px;
  margin-bottom: -2px;
}
.chief-profile .vertical-item.content-absolute h4 {
  margin: 0;
  line-height: 33px;
}
.chief-profile .progress .progress-bar span {
  right: 12%;
}
@media (max-width: 767px) {
  .chief-profile .nav {
    display: block;
  }
  .chief-profile .nav-tabs .nav-item a {
    text-align: center;
    padding: 15px 60px;
    margin-bottom: 10px;
  }
  .chief-profile .nav-link {
    border-radius: 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  .chief-profile .mt-40 {
    margin-top: 20px;
  }
  .chief-profile h4 {
    font-size: 25px;
  }
}
.margin-0 {
  margin: 0 0 -2px;
}
/*progress bars*/
p + .progress {
  margin-top: -10px;
}
.progress {
  overflow: visible;
  height: 5px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 0;
  background-color: #e5e5e5;
  box-shadow: none;
  border: none;
}
.progress:last-child {
  margin-bottom: 10px;
}
.progress-bar {
  color: inherit;
  box-shadow: none;
  height: 5px;
}
.progress-bar span {
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.progress-title {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.section-heading h6 {
  font-size: 14px;
  margin-bottom: -2px !important;
}
@media (max-width: 767px) {
  .section-heading h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .image-wrap {
    margin-bottom: 25px;
  }
}
.timetable .tab-content {
  border: 0;
  padding: 0;
}
.timetable select.form-control:not([size]):not([multiple]) {
  margin-bottom: 40px;
}
.timetable .nav-tabs {
  border: 0;
  margin-bottom: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .timetable .nav-tabs {
    display: none;
  }
}
.timetable .nav-tabs .nav-item {
  display: inline-block;
  min-width: 14.28%;
  border: 1px solid #e5e5e5;
  border-left: 0;
}
@media (max-width: 991px) {
  .timetable .nav-tabs .nav-item {
    min-width: 5%;
  }
}
.timetable .nav-tabs .nav-item:first-child {
  border-radius: 5px 0 0 5px;
  border: 1px solid #e5e5e5;
}
.timetable .nav-tabs .nav-item:last-child {
  border-radius: 0 5px 5px 0;
}
.timetable .nav-tabs .nav-item:hover {
  background-color: #cf357a;
}
.timetable .nav-tabs .nav-item:hover a.nav-link {
  color: #fff;
  margin: -1px 0;
  padding: 10px 12px;
}
.timetable .nav-tabs a.nav-link {
  letter-spacing: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 9px 12px;
  min-width: 96px;
}
.timetable .nav-tabs a.nav-link.active {
  margin: -1px 0;
  padding: 10px 12px;
  border-color: #cf357a;
  background: #cf357a;
  color: #fff;
}
.timetable .tab-pane .media img {
  max-width: 204px;
  border-radius: 5px 0 0 5px;
  margin: 0;
}
@media (max-width: 767px) {
  .timetable .tab-pane .media img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
.timetable .media {
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .timetable .media {
    display: block;
    margin-bottom: 40px;
  }
}
.timetable .media.bordered {
  padding: 0;
}
.timetable .media .media-body {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .timetable .media .media-body {
    text-align: center;
    margin: 0;
    padding: 33px 20px 30px;
    display: block;
  }
}
.timetable .media .media-body h5 {
  margin-bottom: 17px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .timetable .media .media-body .timetable-button {
    margin-top: 23px;
  }
}
.timetable * + .media-body {
  margin: 0;
  padding: 0;
}
.timetable .item-meta i {
  margin-right: 3px;
}
.timetable a.ds {
  border-radius: 5px 0 0 5px;
}
.timetable a.ds :hover {
  border-radius: 5px 0 0 5px;
}
.timetable span.events-user {
  margin-left: 23px;
}
@media (max-width: 767px) {
  .timetable span.events-user {
    display: none;
  }
}
.widget_recent_posts img {
  border-radius: 5px;
}
.widget_recent_posts * + .media-body {
  margin-top: 10px;
}
.widget_recent_posts li.media p {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.widget_recent_posts .item-meta i {
  margin-right: 4px;
}
.logo-footer {
  margin-top: -21px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .logo-footer {
    margin-bottom: 25px;
  }
}
.footer-list p.after-logo {
  margin-bottom: 23px;
  margin-right: -7px;
}
.chiefs.vertical-item.content-hover .item-content {
  padding: 31px;
  transition: all 0.5s ease 0s;
  border-radius: 0 0 5px 5px;
}
.chiefs.vertical-item.content-hover .item-content h4 {
  margin: 0px 0 -13px;
}
.chiefs.vertical-item.content-hover .item-content p.small-text {
  margin: 0;
}
.chiefs.vertical-item.content-hover .item-content .team-social-icons {
  margin-bottom: 21px;
}
.chiefs.vertical-item.content-hover .content-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}
.chiefs.vertical-item.content-hover .content-body .item-button {
  margin-bottom: 9px;
}
.chiefs.vertical-item.content-hover:hover .content-body {
  max-height: 300px;
}
@media (max-width: 767px) {
  .chiefs-profile {
    margin-bottom: 40px;
  }
}
.chiefs-profile p.small-text {
  margin-bottom: 0;
}
.chiefs-profile .item-content.bg-maincolor-transparent {
  border-radius: 0 0 5px 5px;
}
.chiefs-profile.content-absolute .item-content h4 {
  margin-bottom: -11px;
}
@media (max-width: 991px) {
  .chiefs-info .nav-tabs .nav-link {
    min-width: auto;
    padding: 9px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chiefs-info .nav-tabs .nav-link {
    min-width: auto;
  }
}
.ls a.dark, .ds a.dark, .cs a.dark {
  color: #fff;
}
.ls a.dark:hover, .ds a.dark:hover, .cs a.dark:hover {
  color: #20252b;
}
.team-button {
  margin-bottom: 9px;
}
.btn.btn-team {
  background-color: #fff;
  color: #9bdaee;
}
.btn.btn-team:hover {
  color: #cf357a;
}
.courses .item-media {
  overflow: visible;
}
.courses .item-content h5 {
  margin-bottom: 12px;
}
.discount h6.small-text {
  font-size: 14px;
}
.discount h3 {
  margin: 0 0 -4px;
}
@media (max-width: 991px) {
  .discount h3 {
    font-size: 25px;
    margin: 0 0 20px;
  }
}
.discount .btn {
  margin-top: 16px;
  padding: 14px 47px;
}
@media (max-width: 991px) {
  .discount .btn {
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .discount .btn {
    padding: 14px 30px;
  }
}
.cs-map button.btn {
  background-color: #cf357a;
  color: #fff;
  margin-bottom: 0;
}
.cs-map button.btn:hover {
  background-color: #9bdaee;
  border-color: #9bdaee;
}
a.link-main {
  color: #cf357a;
}
a.link-main:hover {
  color: #9bdaee;
}
a.link-main2 {
  color: #9bdaee;
}
a.link-main2:hover {
  color: #cf357a;
}
.rigt {
  margin-right: -100px;
  margin-left: 41px;
}
.icon-bg img {
  position: absolute;
  top: 2%;
  z-index: 1;
}
.page_title:before {
  opacity: 0.8;
}
@media (min-width: 1400px) {
  .page_title:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .item-gallery h5 {
    font-size: 20px;
  }
}
.gallery-title h5 {
  margin-top: -4px;
}
.nav-btn {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .btn-tiled {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .page_header.layout-2 .top-nav + .top-includes {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page_header.layout-2 .nav-wrap {
    justify-content: space-between;
  }
}
.toplogo-image img {
  border-radius: 5px;
}
.topline-side.page_topline {
  line-height: 2.5;
}
.widget.widget_icons_list.layout-2 {
  margin-bottom: 20px;
}
.iframe-link:after {
  transition: all 0.3s ease-in-out;
  content: "\f04b";
  font-family: 'FontAwesome';
  position: absolute;
  color: #fff;
  font-size: 24px;
  line-height: 77px;
  width: 80px;
  height: 80px;
  text-align: center;
  border: 2px solid #cf357a;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
  background-color: #cf357a;
}
.iframe-link:before {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  content: "Watch Video";
  left: 35%;
  top: 48%;
  font-size: 24px;
  word-spacing: 4.5em;
  margin-top: -2px;
}
@media (max-width: 1700px) {
  .iframe-link:before {
    display: none;
  }
}
.iframe-link:hover:after {
  background-color: #9bdaee;
  border-color: #9bdaee;
}
.events .item-media.cover-image {
  border-radius: 5px 0 0 5px;
}
.events .item-meta {
  margin-bottom: 15px;
}
.events .pagination {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .events .pagination {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .events .pagination {
    justify-content: center;
  }
}
.events .content-padding .item-content {
  padding: 30px 0px 30px 30px;
}
@media (min-width: 991px) {
  .events .content-padding .item-content {
    padding: 30px 40px;
  }
}
.events .item-meta span {
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .events .item-meta span {
    padding: 0;
  }
}
.events .item-meta i {
  margin-right: 6px;
}
@media (max-width: 991px) {
  .header_absolute .page_header_wrapper {
    position: static;
    background-color: #20252b;
  }
}
.border-radius {
  border-radius: 5px;
}
.testimonials-content {
  padding-left: 150px;
  padding-right: 120px;
}
@media (max-width: 767px) {
  .testimonials-content {
    padding: 10px 40px 84px !important;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .testimonials-content {
    padding: 50px 50px 84px;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .testimonials-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.testimonials-content h4, .testimonials-content h3 {
  margin: 0;
}
.testimonials-content h6 {
  margin-top: -5px;
}
.testimonials-content blockquote {
  margin: 68px auto 40px;
}
@media (max-width: 991px) {
  .testimonials-content blockquote {
    margin: 15px auto 40px;
  }
}
.testimonials-content .signature {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .testimonials-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .testimonials-slider .fw-divider-space {
    margin-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .testimonials-slider .fw-divider-space {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .testimonials-slider h3 {
    font-size: 30px;
  }
}
.half-circle-line {
  position: absolute;
  top: 100%;
  margin-top: -40px;
  width: 100%;
  z-index: 5;
  text-align: center;
}
.half-circle-line svg g > * {
  fill: #fff;
  stroke: #fff;
}
.owl-nav-bottom {
  position: static;
}
.owl-nav-bottom .owl-nav {
  z-index: 10;
  top: 100%;
  margin-top: -28px;
}
.owl-nav-bottom .owl-nav > div {
  color: #9bdaee;
  opacity: 1;
  right: 48.9%;
}
@media (max-width: 1199px) {
  .owl-nav-bottom .owl-nav > div {
    margin-left: 25px;
    margin-right: 0;
    position: static;
  }
}
.owl-nav-bottom .owl-nav > div i {
  font-size: 20px;
  font-weight: 500;
}
.owl-nav-bottom .owl-nav > div:first-child {
  left: 49.3%;
  right: auto;
}
@media (max-width: 1199px) {
  .owl-nav-bottom .owl-nav > div:first-child {
    margin-right: 25px;
    margin-left: 0;
    position: static;
  }
}
.owl-line.half-circle-line {
  margin-top: -11px;
  top: 0%;
  z-index: 10;
  transform: rotate(180deg);
}
.owl-nav-top {
  position: static;
}
.owl-nav-top .owl-nav {
  z-index: 10;
  top: 2px;
}
.owl-nav-top .owl-nav > div {
  color: #9bdaee;
  opacity: 1;
  right: 47.8%;
}
@media (max-width: 767px) {
  .owl-nav-top .owl-nav > div {
    right: 46%;
  }
}
.owl-nav-top .owl-nav > div i {
  font-size: 20px;
  font-weight: 500;
}
.owl-nav-top .owl-nav > div:first-child {
  left: 47.8%;
  right: auto;
}
@media (max-width: 767px) {
  .owl-nav-top .owl-nav > div:first-child {
    left: 46%;
  }
}
.carousel-nav .owl-nav > div {
  position: absolute;
  right: -15%;
  text-align: center;
}
.carousel-nav .owl-nav > div:first-child {
  left: -15%;
  right: auto;
}
.about .section-heading {
  margin-top: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .about .section-heading {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .alignleft {
    margin: 0 15px 0 0;
  }
  .post-nav div:first-child {
    margin-bottom: 20px;
  }
}
.widget.widget_post_tabs.small-tabs .item-content, .widget.widget_slider .item-content {
  padding: 15px 0px 0;
}
.progress.layout-2 {
  margin: 4px 0 25px;
}
.progress.layout-2 .progress-bar span {
  margin-top: -11px;
  right: 5%;
}
.gallery-single .owl-nav-bottom .owl-nav > div {
  top: 7px;
  right: 48.3%;
}
.gallery-single .owl-nav-bottom .owl-nav > div:first-child {
  left: 48.3%;
  right: auto;
}
.boxed .iframe-link:before {
  margin-left: -24px;
}
.bg-maincolor2.widget-search button {
  width: 60px;
}
.icon-inline.with-border span a {
  color: #818181;
}
.icon-inline.with-border span a:hover {
  color: #cf357a;
}
.cs.s-parallax.s-overlay.s-map-light.p-60.cs-map:before {
  background-color: #20252b;
  opacity: 0.1;
}
.item-content .small-text.tag {
  margin-bottom: -3px;
}
.footer-2 .widget_mailchimp form {
  margin: 0;
}
.button-margin button, .button-margin a {
  margin-top: 10px;
}
.pagination .page-item a {
  border-radius: 50% !important;
}
.page-item.active .page-link {
  background-color: #cf357a;
  border-color: #cf357a;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment-form-reply input[type="text"], .comment-form-reply input[type="email"], .comment-form-reply textarea {
    padding-left: 8px;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-1 .row {
    display: block;
  }
}
@media (min-width: 1199px) and (max-width: 1600px) {
  .header-1 .top-includes {
    margin-left: -30px;
  }
}
.bordered.border-top-none {
  border-radius: 0px 0px 5px 5px;
}
.logo-dot {
  float: right;
}
@media (min-width: 1200px) {
  .header-main.affix-top.nav-narrow .sf-menu > li > a {
    line-height: 14px;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-right: 0;
    padding-left: 0;
  }
}
.open-marker .gm-style .gm-style-iw {
  font-family: 'Vidaloka', serif;
  text-align: center;
  line-height: 1.6em;
}
.open-marker .gm-style .gm-style-iw h3 {
  font-size: 24px;
  color: #9bdaee;
}
.open-marker .gm-style .gm-style-iw:before {
  content: '';
  display: block;
  border-top: 0;
  top: -25px;
  left: -16px;
  right: -16px;
  bottom: -25px;
}
.open-marker .gm-style .gm-style-iw .icon-inline {
  font-size: 12px;
  text-transform: uppercase;
  color: #20252b;
}
.boxed .widget_shopping_cart .button {
  padding-left: 45px;
  padding-right: 42px;
}
.doc-header strong {
  color: #fc834b;
}
a.dark-link:hover {
  color: #20252b !important;
}
.owl-carousel-item.chiefs img {
  border-radius: 5px;
}
p.call-action {
  font-size: 20px;
  font-weight: 400;
}
ul.icon-list {
  padding-left: 12px;
  list-style: none;
}
ul.icon-list li {
  padding: 5px 0;
}
ul.icon-list li:first-child {
  padding-top: 0;
}
ul.icon-list .icon-inline i {
  margin-right: 10px;
  font-size: 14px;
}
.wrap-forms .btn {
  margin-top: 10px;
}
.margin-alignleft {
  margin-bottom: 38px;
}
blockquote.with-padding {
  padding: 50px 55px 50px;
  margin: 50px 0;
}
@media (max-width: 767px) {
  blockquote.with-padding {
    padding: 30px;
  }
}
blockquote.with-padding footer {
  margin: 0 0 20px;
}
.page_copyright.ds.ms {
  background-color: #1a1f25;
}
h3.item-title {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 575px) {
  h3.item-title {
    font-size: 20px;
  }
}
.border-image-full img {
  border-radius: 5px;
}
.border-image-top img {
  border-radius: 5px 5px 0 0;
}
.gallery-title-item.content-absolute .media-links div {
  margin-top: -25px;
}
.navigation.post-navigation {
  margin: 60px 0 0;
  display: flex;
}
@media (max-width: 767px) {
  .navigation.post-navigation {
    display: block;
  }
}
.navigation.post-navigation a {
  display: inline-block;
  width: 49%;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 767px) {
  .navigation.post-navigation a {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation.post-navigation a {
    width: 48.6%;
  }
}
.navigation.post-navigation a .media {
  background-position: center;
  background-size: cover;
  padding: 0;
  height: 165px;
  display: flex;
  width: 100%;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.navigation.post-navigation a .media .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(32, 37, 43, 0.8);
  z-index: 1;
  border-radius: 5px;
}
.navigation.post-navigation a .media .nav-middle {
  position: relative;
  display: block;
  z-index: 2;
  padding: 0 15px;
  max-width: 100%;
}
.navigation.post-navigation a .media .nav-middle .title {
  word-wrap: break-word;
}
.navigation.post-navigation a .media .nav-middle .nav {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  color: #9bdaee;
}
.navigation.post-navigation a[rel="prev"] {
  margin-right: 14px;
}
@media (max-width: 767px) {
  .navigation.post-navigation a[rel="prev"] {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .navigation.post-navigation a[rel="prev"] {
    margin-right: 13px;
  }
}
.navigation.post-navigation a[rel="next"] {
  margin: 0 0 0 auto;
}
.tag-links {
  margin-top: 5px;
  line-height: 23px;
}
.isotope-item .tag-links a {
  color: #cf357a;
}
.isotope-item .tag-links a:hover {
  color: #9bdaee;
}
.isotope-item:nth-child(2n) .tag-links a {
  color: #9bdaee;
}
.isotope-item:nth-child(2n) .tag-links a:hover {
  color: #cf357a;
}
.item-layout-item-title .item-title h5 {
  margin: 0;
}
.single-item a {
  border-radius: 50px;
  padding: 8px 20px;
  background-color: #cf357a;
  color: #fff;
}
.single-item a:hover {
  background-color: #9bdaee;
}
.related-posts-columns.columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.related-posts {
  margin-top: 60px;
  padding: 50px 60px 43px;
}
@media (max-width: 767px) {
  .related-posts {
    padding: 30px 20px;
  }
}
.related-post {
  width: 50%;
  position: relative;
}
.related-post .related-content {
  padding: 25px 0 6px;
}
.related-post .related-content i {
  font-size: 16px;
  margin-right: 10px;
}
.related-post .item-media {
  border-radius: 5px 5px 0 0;
}
.related-posts .related-post:nth-child(odd) {
  padding-right: 15px;
}
.related-posts .related-post:nth-child(even) {
  padding-left: 15px;
}
h6.item-title {
  font-size: 20px;
  margin-bottom: -2px;
  line-height: 26px;
}
.related-posts-title {
  margin-bottom: 30px;
}
.related-posts .related-post:nth-child(1), .related-posts .related-post:nth-child(2) {
  margin-top: 0;
}
.related-posts .related-post {
  margin-top: 25px;
}
.comment-meta span.says {
  display: none;
}
.comment-meta time {
  color: #9bdaee;
}
.comment-meta time:hover {
  color: #20252b;
}
.discount {
  background-image: url("../img/footer.png");
}
.widget-theme-wrapper.cs, .widget-theme-wrapper.ds, .widget-theme-wrapper.hero-bg, .widget-theme-wrapper.muted-bg, .widget-theme-wrapper.ds.ms, .widget-theme-wrapper.cs.cs2, .widget-theme-wrapper.bordered {
  padding: 37px 40px 24px;
  border-radius: 5px;
}
.widget-theme-wrapper.cs .widget_search, .widget-theme-wrapper.ds .widget_search, .widget-theme-wrapper.hero-bg .widget_search, .widget-theme-wrapper.muted-bg .widget_search, .widget-theme-wrapper.ds.ms .widget_search, .widget-theme-wrapper.cs.cs2 .widget_search, .widget-theme-wrapper.bordered .widget_search {
  background-image: url("../images/icon-1.png");
  background-repeat: no-repeat;
  background-position: center;
}
.widget-theme-wrapper.cs .widget_search .widget-title, .widget-theme-wrapper.ds .widget_search .widget-title, .widget-theme-wrapper.hero-bg .widget_search .widget-title, .widget-theme-wrapper.muted-bg .widget_search .widget-title, .widget-theme-wrapper.ds.ms .widget_search .widget-title, .widget-theme-wrapper.cs.cs2 .widget_search .widget-title, .widget-theme-wrapper.bordered .widget_search .widget-title {
  margin-bottom: 17px;
}
.widget-theme-wrapper.cs .widget_search p, .widget-theme-wrapper.ds .widget_search p, .widget-theme-wrapper.hero-bg .widget_search p, .widget-theme-wrapper.muted-bg .widget_search p, .widget-theme-wrapper.ds.ms .widget_search p, .widget-theme-wrapper.cs.cs2 .widget_search p, .widget-theme-wrapper.bordered .widget_search p {
  margin-bottom: 10px;
}
.widget-theme-wrapper.cs .widget_search button:before, .widget-theme-wrapper.ds .widget_search button:before, .widget-theme-wrapper.hero-bg .widget_search button:before, .widget-theme-wrapper.muted-bg .widget_search button:before, .widget-theme-wrapper.ds.ms .widget_search button:before, .widget-theme-wrapper.cs.cs2 .widget_search button:before, .widget-theme-wrapper.bordered .widget_search button:before {
  color: #fff;
}
.page_footer .widget_popular_entries img {
  max-width: 80px;
  border-radius: 5px;
}
.page_footer .widget_icons_list {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .page_footer .widget_icons_list {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page_footer .widget.widget_mc4wp_form_widget {
    margin-top: 55px;
  }
}
.page_footer .widget_media_image img {
  position: relative;
  top: -23px;
  margin-bottom: 15px;
}
.page_footer.ds .widget li.media h4 {
  line-height: 1.4 !important;
  margin-bottom: 5px;
}
.page_footer.ds .widget li.media h4 a {
  color: #ddd !important;
  font-weight: 300;
}
.page_footer.ds .widget li.media h4 a:hover {
  color: #cf357a !important;
  opacity: 1;
}
.page_footer.ds .item-meta span {
  padding: 0;
}
.page_footer.ds .mc4wp-form-fields label {
  margin-bottom: 30px;
}
.page_footer.ds input[type="submit"] {
  padding: 9px 41px;
  margin-top: 15px;
}
.page_footer.ds p {
  color: #ddd;
}
.page_footer.ds p.icon-inline a {
  color: #ddd;
}
.page_footer.ds p.icon-inline a:hover {
  color: #cf357a;
}
.page_footer.ds h6.item-meta {
  color: #ddd;
}
.page_footer.ds label {
  color: #ddd;
}
#sb_instagram #sbi_images {
  margin: 5px -10px -20px;
  width: calc(100% + 20px);
}
.blog .widget_popular_entries {
  margin-bottom: 60px;
}
.timetable .item-meta i {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .timetable .item-meta i {
    margin-right: 8px;
    margin-left: 15px;
  }
}
.timetable .item-meta i:first-child {
  margin-left: 0;
}
.author-meta.side-item {
  margin-top: 60px;
}
.author-meta.side-item .item-content {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .author-meta.side-item .item-content {
    padding: 30px 20px;
  }
}
.author-meta.side-item .item-content h4.author-name {
  margin-bottom: 25px;
}
.author-meta.side-item .item-content p.author-bio {
  margin-bottom: 11px;
}
.author-meta.side-item .item-content a.fa {
  margin-left: 11px;
  margin-right: 12px;
}
.author-meta.side-item .item-content a.fa:first-child {
  margin-left: 0;
}
li.current-cat a {
  color: #20252b;
}
.item-gallery .media-links:before, .gallery-title-item .media-links:before {
  border-radius: 0;
}
.item-gallery .item-meta, .gallery-title-item .item-meta {
  text-transform: none;
}
.page_footer .widget-icons-list .media.inline-block {
  justify-content: center;
}
@media (min-width: 992px) {
  .page_footer .widget-icons-list .media.inline-block {
    justify-content: left;
  }
}
@media (max-width: 991px) {
  .page_footer .widget.widget_icons_list .media-body {
    flex: none;
  }
}
.theme-button a.btn:last-child {
  margin-left: 30px;
}
.member-additional-content {
  margin-bottom: -10px;
}
#faq .fw-map-canvas {
  border-radius: 5px;
}
.sub-title {
  margin-bottom: 23px;
  font-size: 20px;
}
.bordered-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.archive article + article {
  margin-top: 60px;
}
.isotope-item.item-layout-item-extended .media-links:before {
  border-radius: 5px 5px 0 0;
}
.has-post-thumbnail.events .entry-meta {
  position: static;
  padding: 0;
}
.has-post-thumbnail.events .media-links:before {
  border-radius: 5px 0 0 5px;
}
.contact-form.s-overlay:before {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .contact-form.s-overlay:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog-carousel .filters {
    display: none;
  }
}
.lesson-desc {
  margin: 0;
}
.lesson-desc p {
  margin: 10px 0;
}
.lesson-desc i {
  margin-right: 7px;
}
.lesson-desc a:hover {
  color: #9bdaee;
}
.lesson-item {
  margin: 0;
}
.lesson-item:last-child {
  border-bottom: 1px solid #dee2e6 !important;
}
a.back-lesson-link {
  color: #9bdaee;
}
a.back-lesson-link:hover {
  color: #cf357a;
}
.event-info {
  margin-bottom: 10px;
}
hr {
  clear: both;
}
.watch-video-text h5 {
  left: 0;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.watch-video-text h5 {
  margin-right: 180px;
}
.watch-video-text h5:last-child {
  margin-right: 0;
  margin-left: 180px;
}
.video-part > [class*="container"] > .row > [class*="col-"] {
  padding-left: 135px;
  padding-right: 120px;
}
@media (max-width: 991px) {
  .video-part > [class*="container"] > .row > [class*="col-"] {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .video-part > [class*="container"] > .row > [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .video-part .media {
    display: block;
  }
  .video-part * + .media-body {
    margin-left: 0;
  }
}
.video-part .embed-placeholder:after {
  font-size: 23px;
  line-height: 70px;
  width: 70px;
  height: 70px;
}
@media (max-width: 991px) {
  .video-part {
    background-position: right bottom;
  }
  .video-part .special-heading {
    text-align: center !important;
  }
}
.inputs input[type="checkbox"] {
  display: none;
}
.slide_buttons {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .slide_buttons .btn {
    padding: 14px 23px;
    margin: 0 5px;
  }
}
.discount .btn-outline-maincolor {
  background-color: #fff;
  border-color: #fff;
  color: #cf357a;
}
.discount .btn-outline-maincolor:hover {
  color: #9bdaee;
}
a.like_button i:hover {
  color: #9bdaee !important;
}
.comment-list + .comment-respond {
  margin-top: 40px;
}
.fw-learning-articles h5 {
  margin-top: 21px;
  margin-bottom: 13px;
}
.list3 ol, ol.list3 {
  counter-reset: li;
  list-style: none;
  padding: 0;
}
.list3 li {
  padding: 4px 0 4px 20px;
  position: relative;
}
.list3 li:after {
  color: #383c42;
  font-weight: 500;
  content: counter(li) ".";
  counter-increment: li;
  left: 2px;
  position: absolute;
  top: 4px;
}
ol li {
  padding: 5px 0;
}
.start-quiz {
  margin: 29px 0;
}
@media (max-width: 767px) {
  .start-quiz {
    margin: 0 0 15px;
  }
}
.watch-video-text p, .watch-video-text h1, .watch-video-text h2, .watch-video-text h3, .watch-video-text h4, .watch-video-text h5, .watch-video-text h6 {
  color: #fff;
  margin: 0;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  font-size: 24px;
  top: 50%;
  left: 56%;
  transform: translateY(-69%);
}
.watch-video-text p:first-child, .watch-video-text h1:first-child, .watch-video-text h2:first-child, .watch-video-text h3:first-child, .watch-video-text h4:first-child, .watch-video-text h5:first-child, .watch-video-text h6:first-child {
  left: 35.5%;
}
@media (max-width: 1700px) {
  .watch-video-text p, .watch-video-text h1, .watch-video-text h2, .watch-video-text h3, .watch-video-text h4, .watch-video-text h5, .watch-video-text h6 {
    display: none;
  }
}
.blog-posts-widget h3.widget-title, .blog-carousel h3.widget-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
}
.blog-posts-widget .vertical-item.content-padding .item-content, .blog-carousel .vertical-item.content-padding .item-content {
  padding: 57px 50px 50px;
}
@media (max-width: 767px) {
  .blog-posts-widget .vertical-item.content-padding .item-content, .blog-carousel .vertical-item.content-padding .item-content {
    padding: 30px;
  }
}
.blog-posts-widget .vertical-item.content-padding .item-content h3.item-title, .blog-carousel .vertical-item.content-padding .item-content h3.item-title {
  line-height: 1.1;
  margin-bottom: 14px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .blog-carousel .vertical-item.content-padding .item-content {
    padding: 57px 20px 50px;
  }
}
.blog-carousel .filters {
  margin-bottom: 28px;
}
.blog-carousel .format-status .entry-meta {
  position: absolute;
}
.blog-carousel .blog-btn {
  margin-top: 0;
  margin-bottom: -26px;
}
.blog-carousel .owl-stage {
  margin-bottom: 30px;
}
.blog-btn.negative-btn {
  margin-top: 0;
  margin-bottom: -26px;
}
.divider-140 {
  margin-top: 140px;
}
.divider-160 {
  margin-top: 160px;
}
a.grey-link {
  color: #818181;
}
a.grey-link:hover {
  color: #cf357a;
}
.avatar.alignnone {
  margin: 0;
}
.author-social a.fa {
  color: #818181;
}
.clear-both {
  clear: both;
}
.course-single h3.entry-title {
  padding-left: 15px;
}
.fw-learning-quiz input[type=checkbox], .fw-learning-quiz input[type=radio] {
  display: none;
}
.fw-learning-quiz .entry-title {
  margin-bottom: 40px;
}
.submit-quiz {
  margin: 33px 0 30px;
  background-color: #cf357a !important;
  border-color: #cf357a !important;
}
.submit-quiz:hover {
  background-color: #9bdaee !important;
  border-color: #9bdaee !important;
}
.quiz-item label {
  font-weight: 600;
  margin-bottom: 0;
}
.quiz-item .inputs {
  padding-left: 17px;
}
.quiz-item .inputs label {
  color: #818181;
  font-weight: 300;
}
.error404 .page_title, .error404 .page_footer, .error404 .discount {
  display: none;
}
.error404 .page_copyright {
  background-color: #fff !important;
  background-image: none !important;
  color: #818181 !important;
  padding: 10px 0;
}
.error404 .page_content:before {
  background-color: #fff;
  opacity: 0.93;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1600px) {
  .error404 .page_content:before {
    display: none;
  }
}
a.like_button, span.like_button {
  color: #cf357a;
}
.gm-style-mtc label {
  color: #20252b !important;
  margin-bottom: -10px;
}
.tab-content.post-tabs {
  padding: 0;
}
.widget_categories, .timetable .item-meta, .widget_archive li, .widget-post-date, .comment-meta, .form-control, .calendar_wrap caption, .calendar_wrap thead, .program-part, .widget_tag_cloud, .post-navigation, .breadcrumb, .entry-meta, .filters, .post-categories .list2 li:after, cite, .alert, form, .chart-meta .percent, .nav-tabs, .progress-bar, .btn, .small-text, .courses-icon, .sf-menu, .tag-links, .comingsoon-countdown.is-countdown, .watch-video-text, .reply a, .fw-shortcode-calendar-wrapper, .fw-shortcode-calendar .text-today, .logo-text, .more-link {
  font-family: 'Vidaloka', serif;
}
.page_footer .widget li.media h4, label, #cal-slide-content a.event-item {
  font-family: 'Roboto', sans-serif;
}
.more-link {
  margin-top: 20px;
  display: block;
  min-width: auto;
  max-width: 160px;
  padding: 9px 38px !important;
}
.entry-meta.meta-wrap {
  margin: 0;
}
.gallery-icon img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#post-1158 #attachment_612 {
  display: none;
}
.wp-caption {
  border-radius: 5px 5px 0 0;
  max-width: 100% !important;
  padding: 0 !important;
}
.wp-caption img {
  max-width: 100% !important;
}
.wp-caption p.wp-caption-text {
  color: #383c42;
}
.submit input[type="submit"] {
  margin: 29px 0;
}
.contact-form {
  background-repeat: no-repeat;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pie-chart .chart canvas {
    height: 230px !important;
    width: 230px !important;
  }
}
@media (max-width: 991px) {
  .contact-page {
    margin-bottom: 5px;
  }
}
.navigation.post-navigation a:hover b {
  color: #fff;
}
#courses .owl-carousel .owl-nav.disabled {
  display: block;
}
@media (max-width: 991px) {
  .page_topline {
    display: none;
  }
}
.ds .ls.page_topline a {
  color: #fff;
}
.ds .ls.page_topline a:hover {
  color: #cf357a;
}
.widget_categories ul, .widget_archive ul {
  margin-bottom: -3px;
}
.widget_categories ul.children, .widget_archive ul.children {
  margin-bottom: 0 !important;
}
.cs .cs2 .widget_search button:before, .widget_mailchimp button:before, .widget_product_search form:before {
  color: #fff;
}
.respond-title, .logged-in-as, button.submit {
  margin-left: 10px;
}
.more-link {
  border: 1px solid;
}
@media (min-width: 767px) {
  .bootstrap-tabs.timetable .select_container {
    display: none;
  }
}
@media (max-width: 767px) {
  .owl-carousel .entry-meta {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page_footer .widget.widget_popular_entries {
    text-align: center;
  }
  .page_footer .widget.widget_popular_entries img {
    display: none;
  }
}
@media (max-width: 767px) {
  .tab-member-bio h4 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .tab-member-bio h4:first-child {
    margin-top: 0;
  }
}
/* events calendar */
div .fw-shortcode-calendar-wrapper .page-header h3, div .btn-group button[data-calendar-nav], div .btn-group button[data-calendar-nav*='today'], div #cal-slide-content a.event-item {
  color: #20252b;
}
div #cal-slide-content a.event-item {
  text-decoration: none !important;
  color: #20252b;
  font-size: 16px;
  font-weight: 300;
}
div #cal-day-box .time-col, div #cal-day-box .cal-row-head, div #cal-day-box .cal-day-hour, div #cal-day-box .cal-row-head, div #cal-day-box .cal-day-hour, div #cal-day-box .cal-day-hour .cal-day-hour-part, div .cal-week-box .cal-column, div .cal-row-fluid.cal-row-head [class*="cal-cell"], div .cal-week-box .cal-row-head [class*="cal-cell"] small, div .cal-year-box [class*="span"], div .cal-month-box [class*="cal-cell"], div .cal-year-box .row-fluid, div .cal-month-box .cal-row-fluid {
  border-color: #d9dadc;
}
div .fw-shortcode-calendar .cal-week-box hr {
  background-color: #e5e5e5;
}
div .cal-month-day.cal-day-today.event-day {
  background-color: #cf357a;
}
div .cal-year-box [class*="span"]:hover, div .cal-month-box [class*="cal-cell"]:hover {
  background-color: #9bdaee !important;
}
div #cal-slide-tick {
  border-top-color: transparent;
}
div .cal-week-box .cal-day-today span[data-cal-date], div .cal-week-box .cal-day-today.event-day span[data-cal-date], div .cal-month-day.event-day span[data-cal-date] {
  color: #fff;
}
div .cal-month-box [class*="cal-cell"]:hover span[data-cal-date] {
  color: #fff !important;
}
/* Shortcode Overrides */
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper {
  border-left: 1px solid #d9dadc;
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .cal-row-head {
  margin: 0 -1px;
  border-right: 1px solid #20252b;
  background: #20252b;
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header {
  margin: 0 1px 0 -1px;
  background-color: #cf357a;
  position: relative;
  overflow: hidden;
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  position: relative;
  align-items: center;
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group {
  margin-right: 0;
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 480px) {
  .theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group h3 {
    font-size: 26px;
  }
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group button[data-calendar-nav] {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  height: 80px;
  width: 80px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group button[data-calendar-nav] {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  .theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group button[data-calendar-nav] {
    height: 60px;
    width: 60px;
  }
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group button[data-calendar-nav]:hover {
  color: rgba(255, 255, 255, 0.6);
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group.pull-left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .page-header .form-inline .btn-group.pull-right {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.theme-calendar-wrappper.fw-shortcode-calendar-wrapper .table-wrap {
  margin-top: 0;
}
.theme-calendar .cal-month-day {
  height: 100px;
}
.theme-calendar .text-today {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 3px;
  right: 10px;
  left: auto;
  color: #cf357a;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .theme-calendar .text-today {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.theme-calendar span[data-cal-date] {
  position: relative;
  margin: 35px 0 0 0;
  width: 100%;
  height: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  color: #20252b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
@media (max-width: 768px) {
  .theme-calendar span[data-cal-date] {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}
.theme-calendar .cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 24px;
}
@media (max-width: 768px) {
  .theme-calendar .cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 16px;
  }
}
.theme-calendar .cal-day-today .list-events {
  color: #808080;
}
.theme-calendar .list-events {
  top: 47%;
  position: absolute;
  margin-top: auto;
  left: auto;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #808080;
}
@media (max-width: 768px) {
  .theme-calendar .list-events {
    font-size: 10px;
    line-height: 1.2;
    bottom: 0;
    letter-spacing: 0;
  }
}
.theme-calendar .cal-month-box [class*="cal-cell"] {
  background: #fff;
}
.ds .theme-calendar .cal-month-box [class*="cal-cell"] {
  background: #20252b;
}
.theme-calendar .cal-row-fluid.cal-row-head [class*="cal-cell"] {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  background: #20252b;
  text-transform: uppercase;
  border-right: 1px solid #20252b;
  border-bottom: 1px solid #20252b;
  padding: 14px 0;
}
.theme-calendar .cal-month-box [class*="cal-cell"] {
  border-bottom: 1px solid #d9dadc !important;
  border-right: 1px solid #d9dadc !important;
  border-top: 0;
  background-color: #fff;
}
.theme-calendar .cal-year-box .row-fluid, .theme-calendar .cal-month-box .cal-row-fluid {
  border: 0;
}
.theme-calendar .cal-month-box .day-highlight {
  border: none;
  border-right: 1px solid #d9dadc !important;
}
.theme-calendar #cal-slide-box {
  border-top: 0 solid #8c8c8c;
  border-bottom: 0 solid #fff;
}
.theme-calendar #cal-slide-content {
  padding: 30px 20px 30px 30px;
  border-right: 1px solid #d9dadc;
  border-bottom: 1px solid #d9dadc;
  background: #fff;
  margin: 0 1px;
}
.ds .theme-calendar #cal-slide-content {
  background: #20252b;
}
.theme-calendar div .cal-month-day.event-day {
  background-color: #f8f8f8 !important;
}
.ds .theme-calendar div .cal-month-day.event-day {
  background-color: #20252b;
}
.theme-calendar div .cal-month-day.event-day:hover {
  background-color: #9bdaee !important;
}
.theme-calendar div .cal-month-day.event-day:hover span[data-cal-date], .theme-calendar div .cal-month-day.event-day:hover .list-events {
  color: #fff;
}
.theme-calendar div .cal-month-day.event-day:hover .text-today {
  color: #fff;
}
.theme-calendar div .cal-month-day.event-day span[data-cal-date] {
  color: #20252b;
}
.theme-calendar div .cal-month-day.event-day.cal-day-outmonth {
  background-color: #fff;
}
.theme-calendar div .cal-month-day.event-day.cal-day-outmonth:hover {
  background-color: #9bdaee;
}
.theme-calendar div .cal-month-day.event-day.cal-day-outmonth:hover span[data-cal-date], .theme-calendar div .cal-month-day.event-day.cal-day-outmonth:hover .list-events {
  color: #fff;
}
.theme-calendar .cal-month-day.cal-day-outmonth:hover span[data-cal-date] {
  background-color: transparent;
}
.cal-day-today, .cal-day-today.event-day {
  background-color: #9bdaee !important;
}
.cal-day-today span, .cal-day-today.event-day span {
  color: #fff !important;
}
.theme-calendar .event-day span[data-cal-date] {
  margin: 24px 0 0 0;
}
.cal-day-weekend span[data-cal-date] {
  color: #20252b !important;
}
.cal-day-today span[data-cal-date], .cal-day-today.event-day span[data-cal-date] {
  color: #fff !important;
}
.theme-calendar .cal-day-outmonth span[data-cal-date] {
  color: #808080 !important;
}
.cal-month-day.cal-day-outmonth:hover, .cal-month-day.cal-day-outmonth:hover span[data-cal-date] {
  background: #9bdaee !important;
  cursor: default;
  color: #20252b !important;
}
.cal-day-holiday span[data-cal-date] {
  color: #808080 !important;
}
.author-position {
  margin-top: 11px;
}
.pingback .comment-body {
  margin-left: 0;
  padding-left: 0;
}
.post-thumbnail img {
  width: auto;
}
.blog-tag-link {
  margin-bottom: -6px;
}
.post .media-links {
  z-index: -1;
}
.post .item-media .media-links {
  z-index: 1;
}
