.dt-sc-hr {
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter.png) repeat-x;
  height: 10px;
  width: 100%;
  clear: both;
  display: block;
  float: left;
  margin: 40px 0;
  position: relative;
  z-index: 1
}

.dt-sc-hr-medium {
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter-medium.png) repeat-x;
  height: 16px;
  width: 100%;
  clear: both;
  display: block;
  float: left;
  margin: 40px 0;
  position: relative;
  z-index: 1
}

.dt-sc-hr-large {
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter-large.png) repeat-x;
  height: 22px;
  width: 100%;
  clear: both;
  display: block;
  float: left;
  margin: 40px 0;
  position: relative;
  z-index: 1
}

.dt-sc-hr-border {
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter2.png) repeat-x;
  height: 1px;
  width: 100%;
  clear: both;
  display: block;
  float: left;
  margin: 30px 0 40px;
  position: relative;
  z-index: 1
}

.dt-sc-hr-invisible {
  float: left;
  width: 100%;
  margin: 20px 0;
  display: block;
  clear: both
}

.dt-sc-hr-invisible-large {
  float: left;
  width: 100%;
  margin: 55px 0;
  display: block;
  clear: both
}

.dt-sc-hr-invisible-medium {
  float: left;
  width: 100%;
  margin: 40px 0;
  display: block;
  clear: both
}

.dt-sc-hr-invisible-small {
  float: left;
  width: 100%;
  margin: 10px 0;
  display: block;
  clear: both
}

.dt-sc-hr.top {
  width: 96%
}

.dt-sc-hr.top {
  background-position: right center;
  text-align: right
}

.dt-sc-hr.top a {
  color: rgba(0, 0, 0, .5);
  background: 0 0;
  font-size: 11px;
  line-height: 16px;
  padding-left: 5px;
  position: absolute;
  right: -4%;
  top: -4px
}

.dt-sc-hr.top a:hover {
  color: #333334
}

.dt-sc-hr.top a span {
  margin-right: 2px
}

.dt-sc-clear {
  float: none;
  clear: both;
  margin: 0;
  padding: 0
}

.column {
  margin: 0 0 0 2%;
  float: left;
  min-height: 1px;
  position: relative
}

.column.first {
  margin-left: 0
}

.dt-sc-full-width,
.dt-sc-one-column {
  width: 100%
}

.column.dt-sc-full-width,
.column.dt-sc-one-column {
  margin-left: 0
}

.dt-sc-one-half {
  width: 49%
}

.dt-sc-one-third {
  width: 32%
}

.dt-sc-two-third {
  width: 66%
}

.dt-sc-one-fourth {
  width: 23.5%
}

.dt-sc-three-fourth {
  width: 74.5%
}

.dt-sc-one-fifth {
  width: 18.4%
}

.dt-sc-two-fifth {
  width: 38.8%
}

.dt-sc-three-fifth {
  width: 59.2%
}

.dt-sc-four-fifth {
  width: 79.6%
}

.dt-sc-one-sixth {
  width: 15%
}

.dt-sc-two-sixth {
  width: 32%
}

.dt-sc-three-sixth {
  width: 49%
}

.dt-sc-four-sixth {
  width: 66%
}

.dt-sc-five-sixth {
  width: 83%
}

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

.dt-sc-one-half iframe,
.dt-sc-one-third iframe,
.dt-sc-one-fourth iframe,
.dt-sc-three-fourth iframe,
.dt-sc-two-third iframe,
iframe {
  max-width: 100%
}

embed,
iframe,
object,
video {
  max-width: 100%
}

.column.no-space {
  margin-left: 0
}

.column.no-space.dt-sc-one-fourth {
  width: 25%
}

.column.no-space.dt-sc-one-third {
  width: 33.3%
}

.column.no-space.dt-sc-one-half {
  width: 50%
}

.column.no-space.dt-sc-one-fifth {
  width: 20%
}

.column.no-space.dt-sc-one-sixth {
  width: 16.6%
}

.column.no-space.dt-sc-three-fourth {
  width: 75%
}

.column.no-space.dt-sc-two-third {
  width: 66.6%
}

.column.no-space.dt-sc-four-fifth {
  width: 80%
}

.column.no-space.dt-sc-three-fifth {
  width: 60%
}

.column.no-space.dt-sc-two-fifth {
  width: 40%
}

.column.no-space.dt-sc-two-sixth {
  width: 33.2%
}

.column.no-space.dt-sc-three-sixth {
  width: 49.8%
}

.column.no-space.dt-sc-four-sixth {
  width: 66.4%
}

.column.no-space.dt-sc-five-sixth {
  width: 83%
}

.dt-sc-button {
  line-height: normal;
  display: inline-block;
  margin: 10px 0 0;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  border: 1px solid
}

.dt-sc-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s
}

.dt-sc-button:hover,
.dt-sc-button:active {
  color: #fff
}

.dt-sc-button:hover:after,
.dt-sc-button:active:after {
  height: 100%
}

.dt-sc-button.white:hover,
.dt-sc-button.white:active {
  color: gray
}

.dt-sc-button.small {
  font-size: 14px;
  padding: 11px 20px
}

.dt-sc-button.medium {
  font-size: 16px;
  padding: 16px 20px
}

.dt-sc-button.large {
  font-size: 18px;
  padding: 21px 45px;
  font-size: 16px
}

.dt-sc-button.xlarge {
  font-size: 20px;
  padding: 25px 50px;
  font-size: 18px
}

.dt-sc-button.green {
  border-color: #7aa127;
  color: #7aa127
}

.dt-sc-button.orange {
  border-color: #f39d12;
  color: #f39d12
}

.dt-sc-button.blue {
  border-color: #4bbcd7;
  color: #4bbcd7
}

.dt-sc-button.pink {
  border-color: #e67fb9;
  color: #e67fb9
}

.dt-sc-button.red {
  border-color: #e74d3c;
  color: #e74d3c
}

.dt-sc-button.purple {
  border-color: #9c59b6;
  color: #9c59b6
}

.dt-sc-button.ocean {
  border-color: #1abc9c;
  color: #1abc9c
}

.dt-sc-button.black {
  border-color: #333334;
  color: #333334
}

.dt-sc-button.slateblue {
  border-color: #836fff;
  color: #836fff
}

.dt-sc-button.skyblue {
  border-color: #00bfff;
  color: #00bfff
}

.dt-sc-button.coral {
  border-color: coral;
  color: coral
}

.dt-sc-button.khaki {
  border-color: #b6af55;
  color: #b6af55
}

.dt-sc-button.cyan {
  border-color: #00cdcd;
  color: #00cdcd
}

.dt-sc-button.grey {
  border-color: #8e8e8e;
  color: #8e8e8e
}

.dt-sc-button.gold {
  border-color: #e0a81c;
  color: #e0a81c
}

.dt-sc-button.chocolate {
  border-color: #cd661d;
  color: #cd661d
}

.dt-sc-button.raspberry {
  border-color: #a23b6f;
  color: #a23b6f
}

.dt-sc-button.electricblue {
  border-color: #536878;
  color: #536878
}

.dt-sc-button.eggplant {
  border-color: #614051;
  color: #614051
}

.dt-sc-button.ferngreen {
  border-color: #4f7942;
  color: #4f7942
}

.dt-sc-button.palebrown {
  border-color: #987654;
  color: #987654
}

.dt-sc-button.white {
  border-color: #fff;
  color: #fff
}

.dt-sc-button.green:after {
  background: #7aa127
}

.dt-sc-button.orange:after {
  background: #f39d12
}

.dt-sc-button.blue:after {
  background: #4bbcd7
}

.dt-sc-button.pink:after {
  background: #e67fb9
}

.dt-sc-button.red:after {
  background: #e74d3c
}

.dt-sc-button.purple:after {
  background: #9c59b6
}

.dt-sc-button.ocean:after {
  background: #1abc9c
}

.dt-sc-button.black:after {
  background: #333334
}

.dt-sc-button.slateblue:after {
  background: #836fff
}

.dt-sc-button.skyblue:after {
  background: #00bfff
}

.dt-sc-button.coral:after {
  background: coral
}

.dt-sc-button.khaki:after {
  background: #b6af55
}

.dt-sc-button.cyan:after {
  background: #00cdcd
}

.dt-sc-button.grey:after {
  background: #8e8e8e
}

.dt-sc-button.gold:after {
  background: #e0a81c
}

.dt-sc-button.chocolate:after {
  background: #cd661d
}

.dt-sc-button.raspberry:after {
  background: #a23b6f
}

.dt-sc-button.electricblue:after {
  background: #536878
}

.dt-sc-button.eggplant:after {
  background: #614051
}

.dt-sc-button.ferngreen:after {
  background: #4f7942
}

.dt-sc-button.palebrown:after {
  background: #987654
}

.dt-sc-button.white:after {
  background: #fff
}

.dt-sc-button.green:hover,
.dt-sc-button.orange:hover,
.dt-sc-button.blue:hover,
.dt-sc-button.pink:hover,
.dt-sc-button.red:hover,
.dt-sc-button.purple:hover,
.dt-sc-button.ocean:hover,
.dt-sc-button.black:hover,
.dt-sc-button.slateblue:hover,
.dt-sc-button.skyblue:hover,
.dt-sc-button.coral:hover,
.dt-sc-button.khaki:hover,
.dt-sc-button.cyan:hover,
.dt-sc-button.grey:hover,
.dt-sc-button.gold:hover,
.dt-sc-button.chocolate:hover,
.dt-sc-button.raspberry:hover,
.dt-sc-button.electricblue:hover,
.dt-sc-button.eggplant:hover,
.dt-sc-button.ferngreen:hover,
.dt-sc-button.palebrown:hover {
  color: #fff
}

input.dt-sc-button,
input[type=submit],
input[type=button] {
  overflow: visible;
  width: auto !important
}

blockquote.type2 {
  border-top: 3px solid;
  border-left: 0
}

blockquote.type2:before {
  top: 0;
  bottom: inherit;
  left: 0;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid
}

blockquote.type3 {
  border: none;
  background: 0 0;
  text-align: center;
  padding: 0
}

blockquote.type3 q {
  font-size: 18px;
  font-style: italic;
  line-height: 32px;
  color: #c9c9c9
}

blockquote.type3:before {
  background: 0 0;
  border: none
}

blockquote.type3 cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 700
}

blockquote.green,
blockquote.type2.green {
  border-color: #7aa127
}

blockquote.blue,
blockquote.type2.blue {
  border-color: #0390b2
}

blockquote.ocean,
blockquote.type2.ocean {
  border-color: #1abc9c
}

blockquote.orange,
blockquote.type2.orange {
  border-color: #f39d12
}

blockquote.pink,
blockquote.type2.pink {
  border-color: #e67fb9
}

blockquote.purple,
blockquote.type2.purple {
  border-color: #9c59b6
}

blockquote.red,
blockquote.type2.red {
  border-color: #e74d3c
}

blockquote.slateblue,
blockquote.type2.slateblue {
  border-color: #836fff
}

blockquote.skyblue,
blockquote.type2.skyblue {
  border-color: #00bfff
}

blockquote.coral,
blockquote.type2.coral {
  border-color: coral
}

blockquote.khaki,
blockquote.type2.khaki {
  border-color: #b6af55
}

blockquote.cyan,
blockquote.type2.cyan {
  border-color: #00cdcd
}

blockquote.grey,
blockquote.type2.grey {
  border-color: #8e8e8e
}

blockquote.gold,
blockquote.type2.gold {
  border-color: #e0a81c
}

blockquote.chocolate,
blockquote.type2.chocolate {
  border-color: #cd661d
}

blockquote.raspberry,
blockquote.type2.raspberry {
  border-color: #a23b6f
}

blockquote.electricblue,
blockquote.type2.electricblue {
  border-color: #536878
}

blockquote.eggplant,
blockquote.type2.eggplant {
  border-color: #614051
}

blockquote.ferngreen,
blockquote.type2.ferngreen {
  border-color: #4f7942
}

blockquote.palebrown,
blockquote.type2.palebrown {
  border-color: #987654
}

blockquote.type2.green:before {
  border-top-color: #7aa127
}

blockquote.type2.blue:before {
  border-top-color: #0390b2
}

blockquote.type2.ocean:before {
  border-top-color: #1abc9c
}

blockquote.type2.orange:before {
  border-top-color: #f39d12
}

blockquote.type2.pink:before {
  border-top-color: #e67fb9
}

blockquote.type2.purple:before {
  border-top-color: #9c59b6
}

blockquote.type2.red:before {
  border-top-color: #e74d3c
}

blockquote.type2.slateblue:before {
  border-top-color: #836fff
}

blockquote.type2.skyblue:before {
  border-top-color: #00bfff
}

blockquote.type2.coral:before {
  border-top-color: coral
}

blockquote.type2.khaki:before {
  border-top-color: #b6af55
}

blockquote.type2.cyan:before {
  border-top-color: #00cdcd
}

blockquote.type2.grey:before {
  border-top-color: #8e8e8e
}

blockquote.type2.gold:before {
  border-top-color: #e0a81c
}

blockquote.type2.chocolate:before {
  border-top-color: #cd661d
}

blockquote.type2.raspberry:before {
  border-top-color: #a23b6f
}

blockquote.type2.electricblue:before {
  border-top-color: #536878
}

blockquote.type2.eggplant:before {
  border-top-color: #614051
}

blockquote.type2.ferngreen:before {
  border-top-color: #4f7942
}

blockquote.type2.palebrown:before {
  border-top-color: #987654
}

blockquote.type3.green q {
  color: #7aa127
}

blockquote.type3.blue q {
  color: #0390b2
}

blockquote.type3.ocean q {
  color: #1abc9c
}

blockquote.type3.orange q {
  color: #f39d12
}

blockquote.type3.pink q {
  color: #e67fb9
}

blockquote.type3.purple q {
  color: #9c59b6
}

blockquote.type3.red q {
  color: #e74d3c
}

blockquote.type3.slateblue q {
  color: #836fff
}

blockquote.type3.skyblue q {
  color: #00bfff
}

blockquote.type3.coral q {
  color: coral
}

blockquote.type3.khaki q {
  color: #b6af55
}

blockquote.type3.cyan q {
  color: #00cdcd
}

blockquote.type3.grey q {
  color: #8e8e8e
}

blockquote.type3.gold q {
  color: #e0a81c
}

blockquote.type3.chocolate q {
  color: #cd661d
}

blockquote.type3.raspberry q {
  color: #a23b6f
}

blockquote.type3.electricblue q {
  color: #536878
}

blockquote.type3.eggplant q {
  color: #614051
}

blockquote.type3.ferngreen q {
  color: #4f7942
}

blockquote.type3.palebrown q {
  color: #987654
}

.dt-sc-pullquote1,
.dt-sc-pullquote2,
.dt-sc-pullquote3,
.dt-sc-pullquote4,
.dt-sc-pullquote5,
.dt-sc-pullquote6 {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 4%;
  margin-top: 20px;
  width: 40%
}

.dt-sc-pullquote1,
.dt-sc-pullquote2,
.dt-sc-pullquote3,
.dt-sc-pullquote4,
.dt-sc-pullquote5,
.dt-sc-pullquote6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  letter-spacing: -.5px;
  line-height: 30px
}

.dt-sc-pullquote1 {
  border-left: 3px solid #d9d9d9;
  background: #f5f5f5;
  letter-spacing: 0;
  line-height: 25px;
  padding: 15px;
  width: 36%
}

.dt-sc-pullquote2 {
  background: #f5f5f5;
  border: 1px solid #fff;
  box-shadow: 0 0 5px #d0d0d0;
  padding: 19px
}

.dt-sc-pullquote3 {
  background: #f5f5f5;
  border-bottom: 2px dotted #d9d9d9;
  border-top: 2px dotted #d9d9d9;
  padding: 19px
}

.dt-sc-pullquote4 {
  border-bottom: 4px double #d9d9d9;
  border-top: 4px double #d9d9d9;
  margin-top: 20px;
  padding: 10px 0
}

.dt-sc-pullquote5 {
  letter-spacing: 0;
  line-height: 25px;
  padding: 5px 5px 5px 15px;
  width: 36%
}

.dt-sc-pullquote6 {
  background: #f5f5f5;
  letter-spacing: 0;
  line-height: 25px;
  padding: 15px;
  width: 36%
}

.quotes:before {
  content: open-quote;
  display: inline;
  font-size: 150%;
  font-weight: 700;
  margin-right: 5px;
  vertical-align: middle
}

.quotes:after {
  content: close-quote;
  display: inline;
  font-size: 150%;
  font-weight: 700;
  margin-left: 5px;
  vertical-align: middle
}

.dt-sc-pullquote1.aligncenter,
.dt-sc-pullquote2.aligncenter,
.dt-sc-pullquote3.aligncenter,
.dt-sc-pullquote4.aligncenter,
.dt-sc-pullquote5.aligncenter,
.dt-sc-pullquote6.aligncenter {
  display: block;
  float: none;
  text-align: center;
  width: auto
}

.dt-sc-pullquote1.alignleft,
.dt-sc-pullquote1.aligncenter {
  margin-left: 2px
}

.dt-sc-pullquote1.alignright,
.dt-sc-pullquote1.aligncenter {
  margin-right: 2px
}

.dt-sc-pricing-table {
  width: 100%;
  margin: 30px 0 20px;
  padding: 0;
  float: left
}

.dt-sc-pr-tb-col {
  position: relative;
  border: 5px solid #f0f0f0;
  background: #fafafa;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: -webkit-box-shadow .2s ease-out;
  -moz-transition: -moz-box-shadow .2s ease-out;
  -o-transition: -o-box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out
}

.dt-sc-tb-title h5 {
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0
}

.dt-sc-tb-header .dt-sc-price {
  background: #666667;
  margin: 0 -5px;
  padding: 20px;
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #fff
}

.dt-sc-tb-header .dt-sc-price span {
  font-size: 18px
}

.dt-sc-tb-content {
  border-top: 5px solid #f0f0f0;
  list-style-type: none;
  margin: 0
}

.dt-sc-tb-content li {
  background: #f7f7f7;
  font-size: 14px;
  color: #757575;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
  padding: 18px 10px
}

.dt-sc-pr-tb-col .dt-sc-buy-now {
  border-top: 5px solid #f0f0f0;
  padding: 20px;
  margin: 0
}

.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button {
  margin: 0;
  border: 1px solid #666667;
  color: #666667
}

.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button:after {
  background: #666667
}

.dt-sc-pr-tb-col .dt-sc-buy-now .dt-sc-button:hover,
.dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button:hover {
  color: #fff
}

.dt-sc-pr-tb-col,
.dt-sc-tb-header .dt-sc-price,
.dt-sc-tb-title h5,
.dt-sc-pr-tb-col .dt-sc-buy-now {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear
}

.dt-sc-pr-tb-col.selected,
.dt-sc-pr-tb-col:hover {
  z-index: 10;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .25);
  margin-top: -25px
}

.dt-sc-pr-tb-col:hover {
  z-index: 100
}

.dt-sc-pr-tb-col.selected .dt-sc-tb-title h5,
.dt-sc-pr-tb-col:hover .dt-sc-tb-title h5,
.dt-sc-pr-tb-col.selected .dt-sc-buy-now,
.dt-sc-pr-tb-col:hover .dt-sc-buy-now {
  padding: 25px 20px
}

.dt-sc-pr-tb-col.selected .dt-sc-tb-header .dt-sc-price,
.dt-sc-pr-tb-col:hover .dt-sc-tb-header .dt-sc-price {
  padding: 35px 20px
}

.dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button {
  color: #fff
}

.dt-sc-pricing-table.no-space .column {
  margin-left: 0
}

.dt-sc-pricing-table.no-space .dt-sc-one-fourth {
  width: 25%
}

.dt-sc-pricing-table.no-space .dt-sc-one-third {
  width: 33.3%
}

.dt-sc-pricing-table.no-space .dt-sc-one-half {
  width: 50%
}

.dt-sc-pricing-table.no-space .dt-sc-one-fifth {
  width: 20%
}

.dt-sc-pricing-table.no-space .dt-sc-one-sixth {
  width: 16.6%
}

.dt-sc-pricing-table.no-space .dt-sc-three-fourth {
  width: 75%
}

.dt-sc-pricing-table.no-space .dt-sc-two-third {
  width: 66.6%
}

.dt-sc-pricing-table.no-space .dt-sc-four-fifth {
  width: 80%
}

.dt-sc-pricing-table.no-space .dt-sc-three-fifth {
  width: 60%
}

.dt-sc-pricing-table.no-space .dt-sc-two-fifth {
  width: 40%
}

.dt-sc-pricing-table.no-space .dt-sc-two-sixth {
  width: 33.2%
}

.dt-sc-pricing-table.no-space .dt-sc-three-sixth {
  width: 49.8%
}

.dt-sc-pricing-table.no-space .dt-sc-four-sixth {
  width: 66.4%
}

.dt-sc-pricing-table.no-space .dt-sc-five-sixth {
  width: 83%
}

.dt-sc-tabs-container {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  clear: both
}

ul.dt-sc-tabs-frame {
  float: left;
  margin: 0 0 0 2%;
  padding: 0;
  width: 98%
}

ul.dt-sc-tabs-frame li {
  float: left;
  display: inline;
  margin: 0 10px 0 0;
  padding: 0
}

ul.dt-sc-tabs-frame li a {
  border: 1px solid #d9d9d9;
  border-top: 3px solid gray;
  border-bottom: 0;
  float: left;
  margin: 0;
  padding: 0 10px;
  background: #ededed;
  text-align: center;
  font-weight: 700;
  color: #333334;
  line-height: 40px
}

ul.dt-sc-tabs-frame li a.current {
  background: #fff;
  color: #333334;
  border-bottom: 0;
  position: relative;
  z-index: 1
}

.dt-sc-tabs-frame-content {
  background: #fff;
  border: 1px solid #d9d9d9;
  float: left;
  clear: both;
  width: 92%;
  margin: -1px 0 0;
  padding: 20px 4% 20px
}

.dt-sc-tabs-vertical-container {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  clear: both
}

ul.dt-sc-tabs-vertical-frame {
  float: left;
  width: 31%;
  margin: 0;
  padding: 0 3% 0 0
}

ul.dt-sc-tabs-vertical-frame li {
  float: left;
  display: block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  position: relative
}

ul.dt-sc-tabs-vertical-frame li a {
  display: block;
  border: 1px solid #d9d9d9;
  margin: 0;
  padding: 10px 12px;
  background: #ededed;
  font-weight: 700;
  color: #333334
}

ul.dt-sc-tabs-vertical-frame li a.current {
  background: #fff
}

ul.dt-sc-tabs-vertical-frame li.current a span {
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/vertical-tabs-active.png) no-repeat;
  width: 7px;
  height: 12px
}

.dt-sc-tabs-vertical-frame-content {
  background: #fff;
  border: 1px solid #d9d9d9;
  float: left;
  width: 57.6%;
  margin: -1px 0 0;
  padding: 20px 4% 20px
}

.dt-sc-tabs-vertical-frame-content h4 {
  text-transform: none
}

.dt-sc-boxed-tooltip {
  background: #ededed;
  color: #333334;
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 20px;
  text-align: center
}

.dt-sc-boxed-tooltip:hover {
  background: #333334;
  color: #fff
}

#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999
}

#tiptip_holder.tip_top {
  padding-bottom: 5px
}

#tiptip_holder.tip_bottom {
  padding-top: 5px
}

#tiptip_holder.tip_right {
  padding-left: 5px
}

#tiptip_holder.tip_left {
  padding-right: 5px
}

.tip_bottom #tiptip_content {
  box-shadow: inset 0px -1px 0px 0px #d9d9d9;
  -webkit-box-shadow: inset 0px -1px 0px 0px #d9d9d9;
  -moz-box-shadow: inset 0px -1px 0px 0px #d9d9d9
}

#tiptip_content {
  padding: 8px 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
  opacity: .85
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: #000
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: #000
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: #000
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: #000
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin: auto;
  margin-top: -7px;
  margin-left: -6px
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px
}

.dt-sc-toggle-frame-set {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion,
.dt-sc-toggle-frame h5.dt-sc-toggle {
  clear: both;
  margin: 0;
  background: #ededed
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a,
.dt-sc-toggle-frame h5.dt-sc-toggle a {
  font-size: 14px;
  color: #333334;
  display: block;
  padding: 0 15px 0 60px
}

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active a,
.dt-sc-toggle-frame h5.dt-sc-toggle.active a {
  color: #333334
}

h5.dt-sc-toggle,
h5.dt-sc-toggle-accordion {
  font-size: 16px;
  line-height: 40px;
  clear: both;
  position: relative;
  padding-left: 55px;
  margin-bottom: 5px;
  color: #333334;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear
}

h5.dt-sc-toggle:before,
h5.dt-sc-toggle-accordion:before {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/toggle-icon.png) bottom left no-repeat
}

h5.dt-sc-toggle.active:before,
h5.dt-sc-toggle-accordion.active:before {
  background-position: top left
}

.dt-sc-toggle-frame h5.dt-sc-toggle a,
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a {
  padding: 12px 15px 11px 20px;
  border-left: 40px solid;
  line-height: normal
}

.dt-sc-toggle-frame h5.dt-sc-toggle,
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion {
  padding: 0
}

.dt-sc-toggle-content {
  clear: both;
  padding: 20px 0 20px;
  line-height: 20px;
  display: none
}

.dt-sc-toggle-frame {
  margin-bottom: 10px
}

.dt-sc-toggle-frame .dt-sc-toggle-content {
  background: #ededed;
  margin: 0;
  width: 100%;
  padding: 0
}

.dt-sc-toggle-frame .dt-sc-toggle-content .block {
  padding: 10px 10px 25px 20px;
  border-left: 40px solid #d5d5d5
}

.faq h5.dt-sc-toggle-accordion {
  padding: 0 0 0 42px;
  margin-bottom: 13px;
  line-height: 35px
}

.faq h5.dt-sc-toggle-accordion:before {
  font-family: 'Lato', sans-serif;
  content: '?';
  background: #333334;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  border: 3px solid #d9d9d9;
  border-radius: 27px
}

.faq h5.dt-sc-toggle-accordion.active:before {
  content: '?'
}

.faq .dt-sc-toggle-content {
  padding: 0 0 10px;
  margin-left: 42px
}

ul.dt-sc-fancy-list {
  list-style-type: none;
  list-style-position: outside
}

ul.dt-sc-fancy-list li {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: normal
}

ul.dt-sc-fancy-list li ul {
  padding-left: 0
}

ul.dt-sc-fancy-list.arrow li {
  padding-left: 15px
}

ul.dt-sc-fancy-list li:before {
  font-family: FontAwesome;
  font-style: normal;
  color: #333334;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 0
}

ul.dt-sc-fancy-list.arrow li:before {
  content: "\f105"
}

ul.dt-sc-fancy-list.rounded-arrow li:before {
  content: "\f0a9"
}

ul.dt-sc-fancy-list.double-arrow li:before {
  content: "\f101"
}

ul.dt-sc-fancy-list.heart li:before {
  content: "\f004";
  font-size: 12px
}

ul.dt-sc-fancy-list.trash li:before {
  content: "\f014"
}

ul.dt-sc-fancy-list.star li:before {
  content: "\f005"
}

ul.dt-sc-fancy-list.tick li:before {
  content: "\f00c"
}

ul.dt-sc-fancy-list.rounded-tick li:before {
  content: "\f058"
}

ul.dt-sc-fancy-list.cross li:before {
  content: "\f00d"
}

ul.dt-sc-fancy-list.rounded-cross li:before {
  content: "\f057"
}

ul.dt-sc-fancy-list.rounded-question li:before {
  content: "\f059"
}

ul.dt-sc-fancy-list.rounded-info li:before {
  content: "\f05a"
}

ul.dt-sc-fancy-list.delete li:before {
  content: "\f05e"
}

ul.dt-sc-fancy-list.warning li:before {
  content: "\f071"
}

ul.dt-sc-fancy-list.comment li:before {
  content: "\f075"
}

ul.dt-sc-fancy-list.edit li:before {
  content: "\f044"
}

ul.dt-sc-fancy-list.share li:before {
  content: "\f064"
}

ul.dt-sc-fancy-list.plus li:before {
  content: "\f067"
}

ul.dt-sc-fancy-list.rounded-plus li:before {
  content: "\f055"
}

ul.dt-sc-fancy-list.minus li:before {
  content: "\f068"
}

ul.dt-sc-fancy-list.rounded-minus li:before {
  content: "\f056"
}

ul.dt-sc-fancy-list.asterisk li:before {
  content: "\f069"
}

ul.dt-sc-fancy-list.cart li:before {
  content: "\f07a"
}

ul.dt-sc-fancy-list.folder li:before {
  content: "\f07b"
}

ul.dt-sc-fancy-list.folder-open li:before {
  content: "\f07c"
}

ul.dt-sc-fancy-list.desktop li:before {
  content: "\f108"
}

ul.dt-sc-fancy-list.tablet li:before {
  content: "\f10a"
}

ul.dt-sc-fancy-list.mobile li:before {
  content: "\f10b"
}

ul.dt-sc-fancy-list.reply li:before {
  content: "\f112"
}

ul.dt-sc-fancy-list.quote li:before {
  content: "\f10d"
}

ul.dt-sc-fancy-list.mail li:before {
  content: "\f0e0"
}

ul.dt-sc-fancy-list.external-link li:before {
  content: "\f08e"
}

ul.dt-sc-fancy-list.adjust li:before {
  content: "\f042"
}

ul.dt-sc-fancy-list.pencil li:before {
  content: "\f040"
}

ul.dt-sc-fancy-list.print li:before {
  content: "\f02f"
}

ul.dt-sc-fancy-list.tag li:before {
  content: "\f02b"
}

ul.dt-sc-fancy-list.thumbs-up li:before {
  content: "\f088"
}

ul.dt-sc-fancy-list.thumbs-down li:before {
  content: "\f087"
}

ul.dt-sc-fancy-list.time li:before {
  content: "\f017"
}

ul.dt-sc-fancy-list.globe li:before {
  content: "\f0ac"
}

ul.dt-sc-fancy-list.pushpin li:before {
  content: "\f08d"
}

ul.dt-sc-fancy-list.map-marker li:before {
  content: "\f041"
}

ul.dt-sc-fancy-list.link li:before {
  content: "\f0c1"
}

ul.dt-sc-fancy-list.paper-clip li:before {
  content: "\f0c6"
}

ul.dt-sc-fancy-list.download li:before {
  content: "\f019"
}

ul.dt-sc-fancy-list.key li:before {
  content: "\f084"
}

ul.dt-sc-fancy-list.search li:before {
  content: "\f002"
}

ul.dt-sc-fancy-list.rss li:before {
  content: "\f09e"
}

ul.dt-sc-fancy-list.twitter li:before {
  content: "\f099"
}

ul.dt-sc-fancy-list.facebook li:before {
  content: "\f09a"
}

ul.dt-sc-fancy-list.linkedin li:before {
  content: "\f0e1"
}

ul.dt-sc-fancy-list.google-plus li:before {
  content: "\f0d5"
}

ul.dt-sc-fancy-list.check li:before {
  content: "\f046"
}

ul.dt-sc-fancy-list.hand li:before {
  content: "\f0a4"
}

ul.dt-sc-fancy-list.cog li:before {
  content: "\f013"
}

ul.dt-sc-fancy-list.play li:before {
  content: "\f01d"
}

ul.dt-sc-fancy-list.green li:before {
  color: #7aa127
}

ul.dt-sc-fancy-list.orange li:before {
  color: #f39d12
}

ul.dt-sc-fancy-list.blue li:before {
  color: #0390b2
}

ul.dt-sc-fancy-list.pink li:before {
  color: #e67fb9
}

ul.dt-sc-fancy-list.red li:before {
  color: #e74d3c
}

ul.dt-sc-fancy-list.purple li:before {
  color: #9c59b6
}

ul.dt-sc-fancy-list.ocean li:before {
  color: #1abc9c
}

ul.dt-sc-fancy-list.slateblue li:before {
  color: #836fff
}

ul.dt-sc-fancy-list.skyblue li:before {
  color: #00bfff
}

ul.dt-sc-fancy-list.coral li:before {
  color: coral
}

ul.dt-sc-fancy-list.khaki li:before {
  color: #b6af55
}

ul.dt-sc-fancy-list.cyan li:before {
  color: #00cdcd
}

ul.dt-sc-fancy-list.grey li:before {
  color: #8e8e8e
}

ul.dt-sc-fancy-list.gold li:before {
  color: #e0a81c
}

ul.dt-sc-fancy-list.chocolate li:before {
  color: #cd661d
}

ul.dt-sc-fancy-list.raspberry li:before {
  color: #a23b6f
}

ul.dt-sc-fancy-list.electricblue li:before {
  color: #536878
}

ul.dt-sc-fancy-list.eggplant li:before {
  color: #614051
}

ul.dt-sc-fancy-list.ferngreen li:before {
  color: #4f7942
}

ul.dt-sc-fancy-list.palebrown li:before {
  color: #987654
}

ol.dt-sc-fancy-list li span {
  color: #333334
}

ol.decimal {
  list-style-type: decimal
}

ol.decimal-leading-zero {
  list-style-type: decimal-leading-zero
}

ol.lower-alpha {
  list-style-type: lower-alpha
}

ol.lower-roman {
  list-style-type: lower-roman
}

ol.upper-alpha {
  list-style-type: upper-alpha
}

ol.upper-roman {
  list-style-type: upper-roman
}

ol.dt-sc-fancy-list.green li {
  color: #7aa127
}

ol.dt-sc-fancy-list.orange li {
  color: #f39d12
}

ol.dt-sc-fancy-list.blue li {
  color: #0390b2
}

ol.dt-sc-fancy-list.pink li {
  color: #e67fb9
}

ol.dt-sc-fancy-list.red li {
  color: #e74d3c
}

ol.dt-sc-fancy-list.purple li {
  color: #9c59b6
}

ol.dt-sc-fancy-list.ocean li {
  color: #1abc9c
}

ol.dt-sc-fancy-list.slateblue li {
  color: #836fff
}

ol.dt-sc-fancy-list.skyblue li {
  color: #00bfff
}

ol.dt-sc-fancy-list.coral li {
  color: coral
}

ol.dt-sc-fancy-list.khaki li {
  color: #b6af55
}

ol.dt-sc-fancy-list.cyan li {
  color: #00cdcd
}

ol.dt-sc-fancy-list.grey li {
  color: #8e8e8e
}

ol.dt-sc-fancy-list.gold li {
  color: #e0a81c
}

ol.dt-sc-fancy-list.chocolate li {
  color: #cd661d
}

ol.dt-sc-fancy-list.raspberry li {
  color: #a23b6f
}

ol.dt-sc-fancy-list.electricblue li {
  color: #536878
}

ol.dt-sc-fancy-list.eggplant li {
  color: #614051
}

ol.dt-sc-fancy-list.ferngreen li {
  color: #4f7942
}

ol.dt-sc-fancy-list.palebrown li {
  color: #987654
}

.dt-sc-titled-box {
  margin-bottom: 20px;
  width: 100%;
  clear: both
}

.dt-sc-titled-box h6.dt-sc-titled-box-title {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  text-shadow: none;
  margin: 0
}

.dt-sc-titled-box h6.dt-sc-titled-box-title span {
  font-size: 16px;
  margin-right: 5px
}

.dt-sc-titled-box-content {
  padding: 15px 15px 20px;
  line-height: 20px;
  background: #f3f3f3;
  border: 1px solid #ededed;
  border-top: 0
}

.dt-sc-titled-box h6.dt-sc-titled-box-title {
  color: #fff
}

.dt-sc-titled-box.green h6.dt-sc-titled-box-title {
  background: #7aa127
}

.dt-sc-titled-box.blue h6.dt-sc-titled-box-title {
  background: #0390b2
}

.dt-sc-titled-box.ocean h6.dt-sc-titled-box-title {
  background: #1abc9c
}

.dt-sc-titled-box.orange h6.dt-sc-titled-box-title {
  background: #f39d12
}

.dt-sc-titled-box.pink h6.dt-sc-titled-box-title {
  background: #e67fb9
}

.dt-sc-titled-box.purple h6.dt-sc-titled-box-title {
  background: #9c59b6
}

.dt-sc-titled-box.red h6.dt-sc-titled-box-title {
  background: #e74d3c
}

.dt-sc-titled-box.slateblue h6.dt-sc-titled-box-title {
  background: #836fff
}

.dt-sc-titled-box.skyblue h6.dt-sc-titled-box-title {
  background: #00bfff
}

.dt-sc-titled-box.coral h6.dt-sc-titled-box-title {
  background: coral
}

.dt-sc-titled-box.khaki h6.dt-sc-titled-box-title {
  background: #b6af55
}

.dt-sc-titled-box.cyan h6.dt-sc-titled-box-title {
  background: #00cdcd
}

.dt-sc-titled-box.grey h6.dt-sc-titled-box-title {
  background: #8e8e8e
}

.dt-sc-titled-box.gold h6.dt-sc-titled-box-title {
  background: #e0a81c
}

.dt-sc-titled-box.chocolate h6.dt-sc-titled-box-title {
  background: #cd661d
}

.dt-sc-titled-box.raspberry h6.dt-sc-titled-box-title {
  background: #a23b6f
}

.dt-sc-titled-box.electricblue h6.dt-sc-titled-box-title {
  background: #536878
}

.dt-sc-titled-box.eggplant h6.dt-sc-titled-box-title {
  background: #614051
}

.dt-sc-titled-box.ferngreen h6.dt-sc-titled-box-title {
  background: #4f7942
}

.dt-sc-titled-box.palebrown h6.dt-sc-titled-box-title {
  background: #987654
}

.dt-sc-error-box,
.dt-sc-warning-box,
.dt-sc-success-box,
.dt-sc-info-box {
  margin-bottom: 20px;
  padding: 15px 15px 15px 35px;
  clear: both
}

.dt-sc-error-box a,
.dt-sc-warning-box a,
.dt-sc-success-box a,
.dt-sc-info-box a {
  text-decoration: underline
}

.dt-sc-error-box {
  background: #fcc;
  border: 1px solid #f99;
  color: #d01313;
  position: relative
}

.dt-sc-error-box:before,
.dt-sc-warning-box:before,
.dt-sc-success-box:before,
.dt-sc-info-box:before {
  top: 13px;
  left: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 20px;
  position: absolute
}

.dt-sc-error-box:before {
  content: "\f057";
  color: #c54228
}

.dt-sc-warning-box {
  background: #fdebae;
  border: 1px solid #e6c555;
  color: #c79d13;
  position: relative
}

.dt-sc-warning-box:before {
  content: "\f06a";
  color: #e2b828
}

.dt-sc-success-box {
  background: #eafac0;
  border: 1px solid #b1cf67;
  color: #7ba411;
  position: relative
}

.dt-sc-success-box:before {
  content: "\f058";
  color: #75b632
}

.dt-sc-info-box {
  background: #bfe4f9;
  border: 1px solid #68a2cf;
  color: #2081b9;
  position: relative
}

.dt-sc-info-box:before {
  content: "\f05a";
  color: #008bc1
}

.dt-sc-error-box a {
  color: #d01313
}

.dt-sc-warning-box a {
  color: #c79d13
}

.dt-sc-success-box a {
  color: #7ba411
}

.dt-sc-info-box a {
  color: #2081b9
}

.dt-sc-dropcap {
  font-size: 24px;
  float: left;
  margin: 10px 0;
  text-align: center;
  color: #fff;
  line-height: 35px
}

.dt-sc-dropcap.dt-sc-dropcap-default {
  font-size: 48px;
  width: 58px
}

.dt-sc-dropcap.dt-sc-dropcap-circle {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 5px 10px 0 0;
  padding: 0;
  border-radius: 30px;
  behavior: url(/wp-content/plugins/designthemes-core-features/shortcodes/css/PIE.htc)
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle {
  width: 38px;
  height: 38px;
  line-height: 36px;
  margin: 5px 10px 0 0;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border-radius: 30px;
  behavior: url(/wp-content/plugins/designthemes-core-features/shortcodes/css/PIE.htc)
}

.dt-sc-dropcap.dt-sc-dropcap-square {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin: 5px 10px 0 0;
  padding: 0
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-square {
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  width: 38px;
  height: 38px;
  text-align: center;
  margin: 5px 10px 0 0;
  padding: 0;
  line-height: 36px
}

.dt-sc-dropcap.dt-sc-dropcap-default {
  color: #333334
}

.dt-sc-dropcap.dt-sc-dropcap-circle {
  background: #333334
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-circle {
  background: #333334;
  border: 2px solid #fff
}

.dt-sc-dropcap.dt-sc-dropcap-square {
  background: #333334
}

.dt-sc-dropcap.dt-sc-dropcap-bordered-square {
  background: #333334;
  border: 2px solid #fff
}

.dt-sc-dropcap.dt-sc-dropcap-default.green {
  color: #7aa127
}

.dt-sc-dropcap.dt-sc-dropcap-default.orange {
  color: #f39d12
}

.dt-sc-dropcap.dt-sc-dropcap-default.blue {
  color: #0390b2
}

.dt-sc-dropcap.dt-sc-dropcap-default.pink {
  color: #e67fb9
}

.dt-sc-dropcap.dt-sc-dropcap-default.red {
  color: #e74d3c
}

.dt-sc-dropcap.dt-sc-dropcap-default.purple {
  color: #9c59b6
}

.dt-sc-dropcap.dt-sc-dropcap-default.ocean {
  color: #1abc9c
}

.dt-sc-dropcap.dt-sc-dropcap-default.slateblue {
  color: #836fff
}

.dt-sc-dropcap.dt-sc-dropcap-default.skyblue {
  color: #00bfff
}

.dt-sc-dropcap.dt-sc-dropcap-default.coral {
  color: coral
}

.dt-sc-dropcap.dt-sc-dropcap-default.khaki {
  color: #b6af55
}

.dt-sc-dropcap.dt-sc-dropcap-default.cyan {
  color: #00cdcd
}

.dt-sc-dropcap.dt-sc-dropcap-default.grey {
  color: #8e8e8e
}

.dt-sc-dropcap.dt-sc-dropcap-default.gold {
  color: #e0a81c
}

.dt-sc-dropcap.dt-sc-dropcap-default.chocolate {
  color: #cd661d
}

.dt-sc-dropcap.dt-sc-dropcap-default.raspberry {
  color: #a23b6f
}

.dt-sc-dropcap.dt-sc-dropcap-default.electricblue {
  color: #536878
}

.dt-sc-dropcap.dt-sc-dropcap-default.eggplant {
  color: #614051
}

.dt-sc-dropcap.dt-sc-dropcap-default.ferngreen {
  color: #4f7942
}

.dt-sc-dropcap.dt-sc-dropcap-default.palebrown {
  color: #987654
}

.dt-sc-dropcap-circle.green,
.dt-sc-dropcap-bordered-circle.green,
.dt-sc-dropcap-square.green,
.dt-sc-dropcap-bordered-square.green {
  background: #7aa127
}

.dt-sc-dropcap-circle.orange,
.dt-sc-dropcap-bordered-circle.orange,
.dt-sc-dropcap-square.orange,
.dt-sc-dropcap-bordered-square.orange {
  background: #f39d12
}

.dt-sc-dropcap-circle.blue,
.dt-sc-dropcap-bordered-circle.blue,
.dt-sc-dropcap-square.blue,
.dt-sc-dropcap-bordered-square.blue {
  background: #0390b2
}

.dt-sc-dropcap-circle.pink,
.dt-sc-dropcap-bordered-circle.pink,
.dt-sc-dropcap-square.pink,
.dt-sc-dropcap-bordered-square.pink {
  background: #e67fb9
}

.dt-sc-dropcap-circle.red,
.dt-sc-dropcap-bordered-circle.red,
.dt-sc-dropcap-square.red,
.dt-sc-dropcap-bordered-square.red {
  background: #e74d3c
}

.dt-sc-dropcap-circle.purple,
.dt-sc-dropcap-bordered-circle.purple,
.dt-sc-dropcap-square.purple,
.dt-sc-dropcap-bordered-square.purple {
  background: #9c59b6
}

.dt-sc-dropcap-circle.ocean,
.dt-sc-dropcap-bordered-circle.ocean,
.dt-sc-dropcap-square.ocean,
.dt-sc-dropcap-bordered-square.ocean {
  background: #1abc9c
}

.dt-sc-dropcap-circle.slateblue,
.dt-sc-dropcap-bordered-circle.slateblue,
.dt-sc-dropcap-square.slateblue,
.dt-sc-dropcap-bordered-square.slateblue {
  background: #836fff
}

.dt-sc-dropcap-circle.skyblue,
.dt-sc-dropcap-bordered-circle.skyblue,
.dt-sc-dropcap-square.skyblue,
.dt-sc-dropcap-bordered-square.skyblue {
  background: #00bfff
}

.dt-sc-dropcap-circle.coral,
.dt-sc-dropcap-bordered-circle.coral,
.dt-sc-dropcap-square.coral,
.dt-sc-dropcap-bordered-square.coral {
  background: coral
}

.dt-sc-dropcap-circle.khaki,
.dt-sc-dropcap-bordered-circle.khaki,
.dt-sc-dropcap-square.khaki,
.dt-sc-dropcap-bordered-square.khaki {
  background: #b6af55
}

.dt-sc-dropcap-circle.cyan,
.dt-sc-dropcap-bordered-circle.cyan,
.dt-sc-dropcap-square.cyan,
.dt-sc-dropcap-bordered-square.cyan {
  background: #00cdcd
}

.dt-sc-dropcap-circle.grey,
.dt-sc-dropcap-bordered-circle.grey,
.dt-sc-dropcap-square.grey,
.dt-sc-dropcap-bordered-square.grey {
  background: #8e8e8e
}

.dt-sc-dropcap-circle.gold,
.dt-sc-dropcap-bordered-circle.gold,
.dt-sc-dropcap-square.gold,
.dt-sc-dropcap-bordered-square.gold {
  background: #e0a81c
}

.dt-sc-dropcap-circle.chocolate,
.dt-sc-dropcap-bordered-circle.chocolate,
.dt-sc-dropcap-square.chocolate,
.dt-sc-dropcap-bordered-square.chocolate {
  background: #cd661d
}

.dt-sc-dropcap-circle.raspberry,
.dt-sc-dropcap-bordered-circle.raspberry,
.dt-sc-dropcap-square.raspberry,
.dt-sc-dropcap-bordered-square.raspberry {
  background: #a23b6f
}

.dt-sc-dropcap-circle.electricblue,
.dt-sc-dropcap-bordered-circle.electricblue,
.dt-sc-dropcap-square.electricblue,
.dt-sc-dropcap-bordered-square.electricblue {
  background: #536878
}

.dt-sc-dropcap-circle.eggplant,
.dt-sc-dropcap-bordered-circle.eggplant,
.dt-sc-dropcap-square.eggplant,
.dt-sc-dropcap-bordered-square.eggplant {
  background: #614051
}

.dt-sc-dropcap-circle.ferngreen,
.dt-sc-dropcap-bordered-circle.ferngreen,
.dt-sc-dropcap-square.ferngreen,
.dt-sc-dropcap-bordered-square.ferngreen {
  background: #4f7942
}

.dt-sc-dropcap-circle.palebrown,
.dt-sc-dropcap-bordered-circle.palebrown,
.dt-sc-dropcap-square.palebrown,
.dt-sc-dropcap-bordered-square.palebrown {
  background: #987654
}

.dt-sc-donutchart {
  text-align: center;
  margin: 0 0 10px
}

h5.dt-sc-donutchart-title {
  text-align: center;
  width: 100%
}

.dt-sc-donutchart-small {
  width: 100px;
  float: left;
  margin: 0 14px
}

.dt-sc-donutchart-medium {
  width: 200px;
  float: left;
  margin: 0 20px
}

.dt-sc-donutchart-large {
  width: 300px;
  float: left;
  margin: 0 30px
}

.dt-sc-donutchart-small .donutchart-text {
  font-size: 14px !important
}

.dt-sc-progress {
  height: 42px;
  margin-bottom: 10px;
  clear: both;
  display: block
}

.dt-sc-progress .dt-sc-bar {
  position: relative
}

.dt-sc-progress .dt-sc-bar-text {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  text-align: left;
  display: none
}

.dt-sc-progress .dt-sc-bar-text>span {
  float: right;
  display: block
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0
  }

  to {
    background-position: 40px 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.dt-sc-progress {
  overflow: hidden;
  height: 42px;
  background-color: #ededed
}

.dt-sc-progress .dt-sc-bar {
  width: 0;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.dt-sc-progress .dt-sc-bar+.dt-sc-bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15)
}

.dt-sc-progress-striped .dt-sc-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px
}

.dt-sc-progress.active .dt-sc-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.dt-sc-infographic-bar {
  padding: 0 0 0 120px;
  display: block;
  margin: 0;
  position: relative;
  min-height: 140px;
  clear: both
}

.dt-sc-infographic-bar .fa {
  font-size: 140px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 120px
}

.dt-sc-infographic-bar .dt-sc-bar-percentage {
  font-size: 20px;
  font-weight: 700;
  color: #333334;
  position: relative;
  border-bottom: 1px solid #333334;
  display: block;
  height: 20px;
  margin-bottom: 20px
}

.dt-sc-infographic-bar .dt-sc-bar-percentage span {
  position: relative;
  top: 8px;
  left: 0;
  background: #fff;
  display: inline-block;
  padding-right: 5px
}

.dt-sc-ico-content {
  width: 100%;
  margin: 0;
  padding: 0
}

.dt-sc-ico-content.type1,
.dt-sc-ico-content.type2,
.dt-sc-ico-content.type4 {
  text-align: center
}

.dt-sc-ico-content.type1 .icon,
.dt-sc-ico-content.type2 .icon,
.dt-sc-ico-content.type4 .icon,
.dt-sc-ico-content.type5 .icon {
  width: 100%;
  text-align: center
}

.dt-sc-ico-content.type1 .icon span,
.dt-sc-ico-content.type2 .icon span,
.dt-sc-ico-content.type4 .icon span {
  display: inline-block;
  margin-bottom: 15px;
  background: #ededed;
  border: 5px solid #dcdcdc;
  font-size: 30px;
  line-height: 80px;
  color: #a5a5a5;
  width: 80px;
  height: 80px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  -o-border-radius: 80px
}

.dt-sc-ico-content.type1:hover .icon span,
.dt-sc-ico-content.type2:hover .icon span,
.dt-sc-ico-content.type4:hover .icon span {
  color: #fff
}

.dt-sc-ico-content.type1 h5,
.dt-sc-ico-content.type2 h5,
.dt-sc-ico-content.type4 h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  padding: 0 0 10px
}

.dt-sc-ico-content.type1:hover .icon span,
.dt-sc-ico-content.type2:hover .icon span,
.dt-sc-ico-content.type4:hover .icon span {
  -moz-transform: scale(1) rotate(360deg) translate(0px);
  -webkit-transform: scale(1) rotate(360deg) translate(0px);
  -o-transform: scale(1) rotate(360deg) translate(0px);
  transform: scale(1) rotate(360deg) translate(0px)
}

.dt-sc-ico-content.type1 h5 a:hover,
.dt-sc-ico-content.type2 h5 a:hover,
.dt-sc-ico-content.type4 h5 a:hover {
  color: #333334
}

.dt-sc-ico-content.type2,
.dt-sc-ico-content.type4 {
  background: #f5f5f5;
  padding: 20px 2%;
  width: 94%;
  position: relative;
  margin-bottom: 70px
}

.dt-sc-ico-content.type2 .icon span,
.dt-sc-ico-content.type4 .icon span {
  background: #fff
}

.dt-sc-ico-content.type2 h5,
.dt-sc-ico-content.type4 h5 {
  border-color: #dcdcdc
}

.dt-sc-ico-content.type4 .dt-sc-button {
  position: absolute;
  bottom: -40px;
  left: 0;
  background: gray;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  height: 40px;
  width: 100%;
  display: block;
  padding: 0;
  border: none
}

.dt-sc-ico-content.type3 {
  padding: 0 0 30px 110px;
  position: relative;
  width: auto
}

.dt-sc-ico-content.type3 .icon {
  position: absolute;
  left: 0;
  top: -5px
}

.dt-sc-ico-content.type3 .icon span {
  display: inline-block;
  margin-bottom: 15px;
  border: 3px solid;
  font-size: 30px;
  line-height: 85px;
  color: #fff;
  width: 84px;
  height: 84px;
  text-align: center;
  border-radius: 80px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear
}

.dt-sc-ico-content.type3:hover .icon span {
  color: #fff
}

.dt-sc-ico-content.type3:hover .icon span {
  -moz-transform: scale(1) rotate(360deg) translate(0px);
  -webkit-transform: scale(1) rotate(360deg) translate(0px);
  -o-transform: scale(1) rotate(360deg) translate(0px);
  transform: scale(1) rotate(360deg) translate(0px)
}

.dt-sc-ico-content.type3 h5 {
  font-size: 18px
}

.dt-sc-ico-content.type5 {
  text-align: center
}

.dt-sc-ico-content.type5 .icon {
  margin-bottom: 20px
}

.dt-sc-ico-content.type5 .icon span {
  font-size: 60px
}

.dt-sc-ico-content.type5 h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px
}

.dt-sc-ico-content.type5 p {
  color: gray
}

.dt-sc-colored-box {
  width: 100%;
  float: left;
  margin: 0;
  padding: 15px 5% 20px;
  width: 90%;
  color: #fff
}

.dt-sc-colored-box a,
.dt-sc-colored-box h5 {
  color: #fff
}

.dt-sc-colored-box h5 {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px
}

.dt-sc-colored-box h5 span {
  font-size: 30px;
  margin-right: 10px;
  position: relative;
  top: 3px
}

.dt-sc-colored-box .dt-sc-button {
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400
}

.dt-sc-colored-box .dt-sc-button:after {
  background: #fff
}

.dt-sc-colored-box .dt-sc-button:hover {
  color: #333334
}

.dt-sc-colored-box h5 img {
  margin-right: 10px;
  max-height: 25px;
  position: relative;
  top: 4px
}

.dt-sc-team {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0
}

.dt-sc-team .image {
  float: left;
  width: 20%;
  margin-right: 4%
}

.dt-sc-team .image img {
  border: 5px solid;
  border-radius: 100%;
  max-width: 94%
}

#primary .dt-sc-team .image img {
  max-width: 94%
}

.dt-sc-team .team-details {
  float: left;
  width: 76%
}

.dt-sc-team h4 {
  background: #ededed;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 20px
}

.dt-sc-team h4 i {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 10px 0 0
}

.dt-sc-team h4 span {
  color: gray;
  font-weight: 400
}

.dt-sc-team h6 {
  font-style: italic;
  color: #919191;
  font-weight: 400;
  border-top: 1px solid #ededed;
  padding: 10px 0 0;
  margin: 5px 0 0;
  float: left;
  clear: both;
  width: 100%
}

.dt-sc-team .email {
  color: #333334
}

.dt-sc-team .dt-sc-social-icons {
  float: left;
  clear: both;
  margin: 10px 0 0;
  width: 100%
}

.dt-sc-numbered-list li {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  line-height: 40px;
  color: #fff
}

.dt-sc-numbered-list li span {
  margin: 0 10px 0 0;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block
}

.dt-sc-numbered-list-type2 li {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  line-height: 24px
}

.dt-sc-numbered-list-type2 li span {
  margin: 0 10px 0 5px;
  line-height: 22px;
  padding: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #787878;
  color: #fff;
  font-weight: 700;
  border-radius: 24px;
  text-align: center
}

.dt-sc-callout-box {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left
}

.dt-sc-callout-box.type1 {
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/introtext-border-top.png) center top no-repeat;
  padding: 40px 0 0;
  text-align: center
}

.dt-sc-callout-box.type1 h4 {
  text-transform: uppercase;
  margin-bottom: 10px
}

.dt-sc-callout-box.type1 h4 span.highlight {
  color: #fff;
  padding: 7px 15px;
  margin: 0 5px
}

.dt-sc-callout-box.type1 h5 {
  text-transform: uppercase;
  color: #a0a0a1;
  background: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/intro-text-border-bottom.png) center bottom no-repeat;
  padding-bottom: 37px
}

.dt-sc-callout-box.type2,
.dt-sc-callout-box.type3,
.dt-sc-callout-box.type4 {
  background: #ededed;
  padding: 30px 2.5%;
  width: 95%
}

.dt-sc-callout-box.type2 h4,
.dt-sc-callout-box.type3 h4,
.dt-sc-callout-box.type4 h4 {
  text-transform: uppercase;
  margin-bottom: 5px
}

.dt-sc-callout-box.type2 h5,
.dt-sc-callout-box.type3 h5,
.dt-sc-callout-box.type4 h5 {
  color: #a0a0a1;
  margin-bottom: 0
}

.dt-sc-callout-box.type3 h4,
.dt-sc-callout-box.type3 h5 {
  color: #fff
}

.dt-sc-callout-box.type4 {
  border-left: 5px solid;
  width: 94.5%
}

.dt-sc-callout-box.type2 .dt-sc-button,
.dt-sc-callout-box.type3 .dt-sc-button,
.dt-sc-callout-box.type4 .dt-sc-button {
  float: right
}

.dt-sc-callout-box.type3 .dt-sc-button {
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400
}

.dt-sc-callout-box.type3 .dt-sc-button:after {
  background: #fff
}

.dt-sc-callout-box.type3 .dt-sc-button:hover {
  color: #333334
}

.dt-sc-callout-box.type5 {
  padding: 30px 2.5%;
  width: 88.8%;
  border-left: 5px solid;
  position: relative
}

.dt-sc-callout-box.type5 h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 11px
}

.dt-sc-callout-box.type5 h5 {
  margin-bottom: 0
}

.dt-sc-callout-box.type5:after {
  content: "";
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 35px solid;
  right: -35px;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute
}

.dt-sc-callout-box.type2 .dt-sc-button,
.dt-sc-callout-box.type3 .dt-sc-button,
.dt-sc-callout-box.type4 .dt-sc-button,
.dt-sc-callout-box.type5 .dt-sc-button {
  right: -5px;
  position: relative;
  padding: 11px 20px;
  font-size: 14px
}

.dt-sc-testimonial-carousel-wrapper {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative
}

.dt-sc-testimonial-carousel li {
  display: block;
  float: left
}

.dt-sc-testimonial {
  margin: 0 0 35px;
  padding: 0 0 0 120px;
  float: left;
  position: relative
}

.dt-sc-testimonial .author {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 90px
}

.dt-sc-testimonial .author img {
  border: 5px solid;
  max-width: 80px;
  border-radius: 80px
}

.dt-sc-testimonial .author img:hover {
  -moz-transform: scale(1) rotate(20deg) translate(0px);
  -webkit-transform: scale(1) rotate(20deg) translate(0px);
  -o-transform: scale(1) rotate(20deg) translate(0px);
  transform: scale(1) rotate(20deg) translate(0px)
}

.dt-sc-testimonial blockquote {
  padding: 15px 20px;
  background: 0 0;
  border: 1px solid #d9d9d9;
  border-top: 3px solid;
  margin: 0
}

.dt-sc-testimonial blockquote q {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  color: #787878;
  display: inline
}

.dt-sc-testimonial blockquote:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  left: -10px;
  width: 0;
  height: 0;
  margin: auto;
  top: -3px;
  position: absolute;
  bottom: inherit
}

.dt-sc-testimonial cite {
  float: right;
  margin: 10px 0 0;
  color: #333334
}

.dt-sc-testimonial cite span {
  color: gray
}

.dt-sc-contact-info {
  padding: 15px 0;
  border-top: 1px solid #ededed;
  width: 100%;
  display: block;
  clear: both;
  color: #333334;
  float: left;
  margin: 0
}

.dt-sc-contact-info i {
  font-size: 20px;
  color: gray;
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
  position: relative;
  top: 2px
}

.dt-sc-contact-info.address i {
  margin: 0 10px 10px 0
}

.dt-sc-contact-info span {
  color: gray
}

.dt-sc-appointment {
  margin: 10px 0 0;
  float: left;
  width: 100%;
  padding: 0
}

.dt-sc-appointment .dt-sc-contact-info {
  background: #ededed;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  line-height: 40px;
  color: gray
}

.dt-sc-appointment .dt-sc-contact-info.address span {
  display: inline-block;
  padding: 5px 0 0;
  line-height: 24px
}

.dt-sc-appointment .dt-sc-contact-info i {
  margin: 0 10px 0 0;
  line-height: 40px;
  padding: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  display: inline-block;
  color: #fff;
  top: 0;
  font-size: 14px
}

.dt-sc-appointment .dt-sc-contact-info span {
  color: #333334
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-devicepixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .dt-sc-hr {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter-2x.png);
    background-size: 15px 10px
  }

  .dt-sc-hr-medium {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter-medium-2x.png);
    background-size: 15px 16px
  }

  .dt-sc-hr-large {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter-large-2x.png);
    background-size: 15px 22px
  }

  .dt-sc-hr-border {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/splitter2-2x.png);
    background-size: 18px 1px
  }

  ul.dt-sc-tabs-vertical-frame li.current a span {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/vertical-tabs-active-2x.png);
    background-size: 7px 12px
  }

  h5.dt-sc-toggle:before,
  h5.dt-sc-toggle-accordion:before {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/toggle-icon-2x.png);
    background-size: 40px 80px
  }

  .dt-sc-callout-box.type1 {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/introtext-border-top-2x.png);
    background-size: 1060px 27px
  }

  .dt-sc-callout-box.type1 h5 {
    background-image: url(/wp-content/plugins/designthemes-core-features/shortcodes/images/intro-text-border-bottom-2x.png);
    background-size: 1060px 10px
  }
}

.animate {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: hidden
}

.animate.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@-moz-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@-o-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.animate.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
  visibility: visible !important
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px)
  }
}

@-moz-keyframes shake {

  0%,
  100% {
    -moz-transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px)
  }
}

@-o-keyframes shake {

  0%,
  100% {
    -o-transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px)
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px)
  }
}

.animate.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  visibility: visible !important
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px)
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0)
  }

  40% {
    -moz-transform: translateY(-30px)
  }

  60% {
    -moz-transform: translateY(-15px)
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0)
  }

  40% {
    -o-transform: translateY(-30px)
  }

  60% {
    -o-transform: translateY(-15px)
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

.animate.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  visibility: visible !important
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1)
  }

  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -webkit-transform: scale(1) rotate(0)
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1)
  }

  10%,
  20% {
    -moz-transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -moz-transform: scale(1) rotate(0)
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1)
  }

  10%,
  20% {
    -o-transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg)
  }

  100% {
    -o-transform: scale(1) rotate(0)
  }
}

@keyframes tada {
  0% {
    transform: scale(1)
  }

  10%,
  20% {
    transform: scale(.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg)
  }

  100% {
    transform: scale(1) rotate(0)
  }
}

.animate.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
  visibility: visible !important
}

@-webkit-keyframes swing {

  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center
  }

  20% {
    -webkit-transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg)
  }

  40% {
    -moz-transform: rotate(-10deg)
  }

  60% {
    -moz-transform: rotate(5deg)
  }

  80% {
    -moz-transform: rotate(-5deg)
  }

  100% {
    -moz-transform: rotate(0deg)
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg)
  }

  40% {
    -o-transform: rotate(-10deg)
  }

  60% {
    -o-transform: rotate(5deg)
  }

  80% {
    -o-transform: rotate(-5deg)
  }

  100% {
    -o-transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

.animate.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
  visibility: visible !important
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%)
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -webkit-transform: translateX(0%)
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%)
  }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -moz-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -moz-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -moz-transform: translateX(0%)
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%)
  }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    -o-transform: translateX(20%) rotate(3deg)
  }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    -o-transform: translateX(10%) rotate(2deg)
  }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    -o-transform: translateX(0%)
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%)
  }

  15% {
    transform: translateX(-25%) rotate(-5deg)
  }

  30% {
    transform: translateX(20%) rotate(3deg)
  }

  45% {
    transform: translateX(-15%) rotate(-3deg)
  }

  60% {
    transform: translateX(10%) rotate(2deg)
  }

  75% {
    transform: translateX(-5%) rotate(-1deg)
  }

  100% {
    transform: translateX(0%)
  }
}

.animate.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
  visibility: visible !important
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1)
  }

  50% {
    -moz-transform: scale(1.1)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1)
  }

  50% {
    -o-transform: scale(1.1)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes pulse {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.animate.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
  visibility: visible !important
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out
  }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out
  }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in
  }

  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -moz-animation-timing-function: ease-in
  }

  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out
  }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out
  }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in
  }

  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -o-animation-timing-function: ease-in
  }

  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in
  }
}

.animate.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
  visibility: visible !important
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    -o-transform: perspective(400px) rotateX(10deg)
  }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-10deg)
  }

  70% {
    transform: perspective(400px) rotateX(10deg)
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }
}

.animate.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
  visibility: visible !important
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.animate.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
  visibility: visible !important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    -o-transform: perspective(400px) rotateY(10deg)
  }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-10deg)
  }

  70% {
    transform: perspective(400px) rotateY(10deg)
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }
}

.animate.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
  visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.animate.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  visibility: visible !important
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.animate.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animate.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animate.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  visibility: visible !important
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0)
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.animate.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  visibility: visible !important
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animate.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
  visibility: visible !important
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

.animate.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  visibility: visible !important
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.animate.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  visibility: visible !important
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px)
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px)
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-20px)
  }
}

.animate.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  visibility: visible !important
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px)
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px)
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(20px)
  }
}

.animate.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  visibility: visible !important
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px)
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-20px)
  }
}

.animate.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  visibility: visible !important
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(20px)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(20px)
  }
}

.animate.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  visibility: visible !important
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.animate.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
  visibility: visible !important
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.animate.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
  visibility: visible !important
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.animate.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
  visibility: visible !important
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.animate.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
  visibility: visible !important
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05)
  }

  70% {
    -moz-transform: scale(.9)
  }

  100% {
    -moz-transform: scale(1)
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(.3)
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.05)
  }

  70% {
    -o-transform: scale(.9)
  }

  100% {
    -o-transform: scale(1)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    transform: scale(1.05)
  }

  70% {
    transform: scale(.9)
  }

  100% {
    transform: scale(1)
  }
}

.animate.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  visibility: visible !important
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px)
  }

  80% {
    -webkit-transform: translateY(10px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px)
  }

  80% {
    -moz-transform: translateY(10px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px)
  }

  80% {
    -o-transform: translateY(10px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(-30px)
  }

  80% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

.animate.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
  visibility: visible !important
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px)
  }

  80% {
    -webkit-transform: translateY(-10px)
  }

  100% {
    -webkit-transform: translateY(0)
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px)
  }

  80% {
    -moz-transform: translateY(-10px)
  }

  100% {
    -moz-transform: translateY(0)
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px)
  }

  80% {
    -o-transform: translateY(-10px)
  }

  100% {
    -o-transform: translateY(0)
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(30px)
  }

  80% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

.animate.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
  visibility: visible !important
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px)
  }

  80% {
    -webkit-transform: translateX(-10px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px)
  }

  80% {
    -moz-transform: translateX(-10px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateX(30px)
  }

  80% {
    -o-transform: translateX(-10px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(30px)
  }

  80% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(0)
  }
}

.animate.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  visibility: visible !important
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px)
  }

  80% {
    -webkit-transform: translateX(10px)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px)
  }

  80% {
    -moz-transform: translateX(10px)
  }

  100% {
    -moz-transform: translateX(0)
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px)
  }

  80% {
    -o-transform: translateX(10px)
  }

  100% {
    -o-transform: translateX(0)
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(-30px)
  }

  80% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0)
  }
}

.animate.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
  visibility: visible !important
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1)
  }

  25% {
    -webkit-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3)
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1)
  }

  25% {
    -moz-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -moz-transform: scale(.3)
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1)
  }

  25% {
    -o-transform: scale(.95)
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1)
  }

  100% {
    opacity: 0;
    -o-transform: scale(.3)
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    transform: scale(.3)
  }
}

.animate.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
  visibility: visible !important
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px)
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px)
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateY(20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px)
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

.animate.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
  visibility: visible !important
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px)
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px)
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px)
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

.animate.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
  visibility: visible !important
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px)
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px)
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateX(20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px)
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

.animate.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
  visibility: visible !important
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px)
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px)
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0)
  }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px)
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

.animate.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
  visibility: visible !important
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }
}

.animate.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
  visibility: visible !important
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animate.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  visibility: visible !important
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animate.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  visibility: visible !important
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animate.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  visibility: visible !important
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.animate.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  visibility: visible !important
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0
  }
}

.animate.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
  visibility: visible !important
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.animate.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  visibility: visible !important
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.animate.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  visibility: visible !important
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0
  }
}

.animate.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  visibility: visible !important
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0
  }
}

.animate.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  visibility: visible !important
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out
  }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out
  }

  100% {
    -o-transform: translateY(700px);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }

  100% {
    transform: translateY(700px);
    opacity: 0
  }
}

.animate.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
  visibility: visible !important
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg)
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg)
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg)
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg)
  }
}

.animate.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
  visibility: visible !important
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg)
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg)
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg)
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg)
  }
}

.animate.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
  visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1
  }
}

.animate.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  visibility: visible !important
}

.animate.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

.animate.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  visibility: visible !important
}

.animate.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s
}

.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%)
  }

  50% {
    transform: translateY(8%)
  }

  65% {
    transform: translateY(-4%)
  }

  80% {
    transform: translateY(4%)
  }

  95% {
    transform: translateY(-2%)
  }

  100% {
    transform: translateY(0%)
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%)
  }

  50% {
    -webkit-transform: translateY(8%)
  }

  65% {
    -webkit-transform: translateY(-4%)
  }

  80% {
    -webkit-transform: translateY(4%)
  }

  95% {
    -webkit-transform: translateY(-2%)
  }

  100% {
    -webkit-transform: translateY(0%)
  }
}

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important
}

@keyframes slideUp {
  0% {
    transform: translateY(100%)
  }

  50% {
    transform: translateY(-8%)
  }

  65% {
    transform: translateY(4%)
  }

  80% {
    transform: translateY(-4%)
  }

  95% {
    transform: translateY(2%)
  }

  100% {
    transform: translateY(0%)
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%)
  }

  50% {
    -webkit-transform: translateY(-8%)
  }

  65% {
    -webkit-transform: translateY(4%)
  }

  80% {
    -webkit-transform: translateY(-4%)
  }

  95% {
    -webkit-transform: translateY(2%)
  }

  100% {
    -webkit-transform: translateY(0%)
  }
}

.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important
}

@keyframes slideLeft {
  0% {
    transform: translateX(150%)
  }

  50% {
    ransform: translateX(-8%)
  }

  65% {
    transform: translateX(4%)
  }

  80% {
    transform: translateX(-4%)
  }

  95% {
    transform: translateX(2%)
  }

  100% {
    transform: translateX(0%)
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%)
  }

  50% {
    -webkit-transform: translateX(-8%)
  }

  65% {
    -webkit-transform: translateX(4%)
  }

  80% {
    -webkit-transform: translateX(-4%)
  }

  95% {
    -webkit-transform: translateX(2%)
  }

  100% {
    -webkit-transform: translateX(0%)
  }
}

.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%)
  }

  50% {
    transform: translateX(8%)
  }

  65% {
    transform: translateX(-4%)
  }

  80% {
    transform: translateX(4%)
  }

  95% {
    transform: translateX(-2%)
  }

  100% {
    transform: translateX(0%)
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%)
  }

  50% {
    -webkit-transform: translateX(8%)
  }

  65% {
    -webkit-transform: translateX(-4%)
  }

  80% {
    -webkit-transform: translateX(4%)
  }

  95% {
    -webkit-transform: translateX(-2%)
  }

  100% {
    -webkit-transform: translateX(0%)
  }
}

.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important
}

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(.5)
  }

  30% {
    transform: translateY(-8%) scaleX(.5)
  }

  40% {
    transform: translateY(2%) scaleX(.5)
  }

  50% {
    transform: translateY(0%) scaleX(1.1)
  }

  60% {
    transform: translateY(0%) scaleX(.9)
  }

  70% {
    transform: translateY(0%) scaleX(1.05)
  }

  80% {
    transform: translateY(0%) scaleX(.95)
  }

  90% {
    transform: translateY(0%) scaleX(1.02)
  }

  100% {
    transform: translateY(0%) scaleX(1)
  }
}

@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(.5)
  }

  30% {
    -webkit-transform: translateY(-8%) scaleX(.5)
  }

  40% {
    -webkit-transform: translateY(2%) scaleX(.5)
  }

  50% {
    -webkit-transform: translateY(0%) scaleX(1.1)
  }

  60% {
    -webkit-transform: translateY(0%) scaleX(.9)
  }

  70% {
    -webkit-transform: translateY(0%) scaleX(1.05)
  }

  80% {
    -webkit-transform: translateY(0%) scaleX(.95)
  }

  90% {
    -webkit-transform: translateY(0%) scaleX(1.02)
  }

  100% {
    -webkit-transform: translateY(0%) scaleX(1)
  }
}

.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: .7s;
  -webkit-animation-duration: .7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important
}

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(.6) scaleY(.5)
  }

  60% {
    transform: translateY(-7%) scaleY(1.12)
  }

  75% {
    transform: translateY(3%)
  }

  100% {
    transform: translateY(0%) scale(1) scaleY(1)
  }
}

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(.6) scaleY(.5)
  }

  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12)
  }

  75% {
    -webkit-transform: translateY(3%)
  }

  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1)
  }
}

.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important
}

@keyframes expandOpen {
  0% {
    transform: scale(1.8)
  }

  50% {
    transform: scale(.95)
  }

  80% {
    transform: scale(1.05)
  }

  90% {
    transform: scale(.98)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8)
  }

  50% {
    -webkit-transform: scale(.95)
  }

  80% {
    -webkit-transform: scale(1.05)
  }

  90% {
    -webkit-transform: scale(.98)
  }

  100% {
    -webkit-transform: scale(1)
  }
}

.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important
}

@keyframes bigEntrance {
  0% {
    transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2
  }

  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1
  }

  45% {
    transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  75% {
    transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1
  }
}

@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2
  }

  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1
  }

  45% {
    -webkit-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  75% {
    -webkit-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1
  }
}

.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important
}

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(.6)
  }

  20% {
    transform: rotate(-2deg) scaleY(1.05)
  }

  35% {
    transform: rotate(2deg) scaleY(1)
  }

  50% {
    transform: rotate(-2deg)
  }

  65% {
    transform: rotate(1deg)
  }

  80% {
    transform: rotate(-1deg)
  }

  100% {
    transform: rotate(0deg)
  }
}

@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(.6)
  }

  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05)
  }

  35% {
    -webkit-transform: rotate(2deg) scaleY(1)
  }

  50% {
    -webkit-transform: rotate(-2deg)
  }

  65% {
    -webkit-transform: rotate(1deg)
  }

  80% {
    -webkit-transform: rotate(-1deg)
  }

  100% {
    -webkit-transform: rotate(0deg)
  }
}

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important
}

@keyframes floating {
  0% {
    transform: translateY(0%)
  }

  50% {
    transform: translateY(8%)
  }

  100% {
    transform: translateY(0%)
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%)
  }

  50% {
    -webkit-transform: translateY(8%)
  }

  100% {
    -webkit-transform: translateY(0%)
  }
}

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  visibility: visible !important
}

@keyframes tossing {
  0% {
    transform: rotate(-4deg)
  }

  50% {
    transform: rotate(4deg)
  }

  100% {
    transform: rotate(-4deg)
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg)
  }

  50% {
    -webkit-transform: rotate(4deg)
  }

  100% {
    -webkit-transform: rotate(-4deg)
  }
}

.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important
}

@keyframes pullUp {
  0% {
    transform: scaleY(.1)
  }

  40% {
    transform: scaleY(1.02)
  }

  60% {
    transform: scaleY(.98)
  }

  80% {
    transform: scaleY(1.01)
  }

  100% {
    transform: scaleY(.98)
  }

  80% {
    transform: scaleY(1.01)
  }

  100% {
    transform: scaleY(1)
  }
}

@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(.1)
  }

  40% {
    -webkit-transform: scaleY(1.02)
  }

  60% {
    -webkit-transform: scaleY(.98)
  }

  80% {
    -webkit-transform: scaleY(1.01)
  }

  100% {
    -webkit-transform: scaleY(.98)
  }

  80% {
    -webkit-transform: scaleY(1.01)
  }

  100% {
    -webkit-transform: scaleY(1)
  }
}

.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  visibility: visible !important
}

@keyframes pullDown {
  0% {
    transform: scaleY(.1)
  }

  40% {
    transform: scaleY(1.02)
  }

  60% {
    transform: scaleY(.98)
  }

  80% {
    transform: scaleY(1.01)
  }

  100% {
    transform: scaleY(.98)
  }

  80% {
    transform: scaleY(1.01)
  }

  100% {
    transform: scaleY(1)
  }
}

@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(.1)
  }

  40% {
    -webkit-transform: scaleY(1.02)
  }

  60% {
    -webkit-transform: scaleY(.98)
  }

  80% {
    -webkit-transform: scaleY(1.01)
  }

  100% {
    -webkit-transform: scaleY(.98)
  }

  80% {
    -webkit-transform: scaleY(1.01)
  }

  100% {
    -webkit-transform: scaleY(1)
  }
}

.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  visibility: visible !important
}

@keyframes stretchLeft {
  0% {
    transform: scaleX(.3)
  }

  40% {
    transform: scaleX(1.02)
  }

  60% {
    transform: scaleX(.98)
  }

  80% {
    transform: scaleX(1.01)
  }

  100% {
    transform: scaleX(.98)
  }

  80% {
    transform: scaleX(1.01)
  }

  100% {
    transform: scaleX(1)
  }
}

@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(.3)
  }

  40% {
    -webkit-transform: scaleX(1.02)
  }

  60% {
    -webkit-transform: scaleX(.98)
  }

  80% {
    -webkit-transform: scaleX(1.01)
  }

  100% {
    -webkit-transform: scaleX(.98)
  }

  80% {
    -webkit-transform: scaleX(1.01)
  }

  100% {
    -webkit-transform: scaleX(1)
  }
}

.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  visibility: visible !important
}

@keyframes stretchRight {
  0% {
    transform: scaleX(.3)
  }

  40% {
    transform: scaleX(1.02)
  }

  60% {
    transform: scaleX(.98)
  }

  80% {
    transform: scaleX(1.01)
  }

  100% {
    transform: scaleX(.98)
  }

  80% {
    transform: scaleX(1.01)
  }

  100% {
    transform: scaleX(1)
  }
}

@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(.3)
  }

  40% {
    -webkit-transform: scaleX(1.02)
  }

  60% {
    -webkit-transform: scaleX(.98)
  }

  80% {
    -webkit-transform: scaleX(1.01)
  }

  100% {
    -webkit-transform: scaleX(.98)
  }

  80% {
    -webkit-transform: scaleX(1.01)
  }

  100% {
    -webkit-transform: scaleX(1)
  }
}

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.wp-block-button {
  color: #fff
}

.wp-block-button.aligncenter {
  text-align: center
}

.wp-block-button.alignright {
  text-align: right
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: inherit
}

.wp-gs .wp-block-button__link:not(.has-background) {
  background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

.is-style-squared .wp-block-button__link {
  border-radius: 0
}

.no-border-radius.wp-block-button__link {
  border-radius: 0 !important
}

.is-style-outline {
  color: #32373c
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
  margin-right: none;
  margin-left: 8px
}

.wp-block-buttons.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 4px;
  border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
  border: none
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #edeff0
}

.wp-block-calendar a {
  text-decoration: underline
}

.wp-block-calendar tfoot a {
  color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-columns {
  display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap
  }
}

.wp-block-columns.has-background {
  padding: 20px 30px
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}

@media (max-width:599px) {
  .wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:600px) and (max-width:781px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 32px
  }
}

@media (min-width:782px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-column[style] {
    flex-grow: 0
  }

  .wp-block-column:not(:first-child) {
    margin-left: 32px
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 290px;
  width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 70px);
  z-index: 1;
  color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
  color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left],
.block-editor-block-list__block[data-type="core/embed"][data-align=right],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%
}

.wp-block-embed {
  margin-bottom: 1em
}

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
  }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover
  }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}

@media (min-width:600px) {

  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px)/3);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 32px)/3 - 1px)
    }
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px)/4);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 48px)/4 - 1px)
    }
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px)/5);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 64px)/5 - 1px)
    }
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px)/6);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 80px)/6 - 1px)
    }
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px)/7);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
      width: calc((100% - 96px)/7 - 1px)
    }
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px)/8);
    margin-right: 16px
  }

  @supports (-ms-ime-align:auto) {

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
      width: calc((100% - 112px)/8 - 1px)
    }
  }

  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0
  }

  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-image {
  margin-bottom: 1em
}

.wp-block-image img {
  max-width: 100%
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
  display: table-caption;
  caption-side: bottom
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0
  }
}

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 16px)
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 16px)
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 16px)
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 16px)
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
  }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
}

.wp-block-navigation>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0
}

@media (min-width:600px) {
  .wp-block-navigation>ul {
    display: flex;
    flex-wrap: wrap
  }
}

.wp-block-navigation>ul ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0
}

.wp-block-navigation>ul ul li {
  margin: 0
}

.wp-block-navigation>ul li {
  z-index: 1
}

.wp-block-navigation>ul li:focus-within,
.wp-block-navigation>ul li:hover {
  cursor: pointer;
  z-index: 99999
}

.wp-block-navigation>ul li:focus-within>ul,
.wp-block-navigation>ul li:hover>ul,
.wp-block-navigation>ul li ul:focus,
.wp-block-navigation>ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column
}

.wp-block-navigation>ul>li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-width: 200px;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden
}

.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
  width: 200px
}

.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
  margin: 0;
  width: auto
}

.wp-block-navigation,
.wp-block-navigation>.wp-block-navigation__container {
  align-items: center;
  width: 100%
}

.wp-block-navigation>.wp-block-navigation-link,
.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
  display: flex;
  margin-top: 0;
  margin-bottom: 0
}

.wp-block-navigation .wp-block-navigation-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: flex;
  line-height: 1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
  min-height: auto;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
  margin: 0
}

.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
  display: none
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
  display: flex;
  border: 1px solid rgba(0, 0, 0, .15);
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
  left: 100%;
  top: -1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
  background-color: inherit;
  color: inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
  padding-top: 8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
  padding-bottom: 8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
  min-width: 100%;
  padding-right: 32px;
  position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
  position: absolute;
  right: 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
  fill: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
  transform: rotate(0)
}

.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
  color: inherit
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
  color: #111
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
  background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
  color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
  background-color: #333
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  padding: 0
}

.wp-block-navigation>ul>li>a {
  display: flex;
  align-items: center
}

.wp-block-navigation>ul>li:first-of-type>a {
  padding-left: 0
}

.wp-block-navigation>ul>li:last-of-type>a {
  padding-right: 0
}

.wp-block-navigation.items-justified-left>ul {
  justify-content: flex-start
}

.wp-block-navigation.items-justified-center>ul {
  justify-content: center
}

.wp-block-navigation.items-justified-right>ul {
  justify-content: flex-end
}

.is-small-text {
  font-size: 14px
}

.is-regular-text {
  font-size: 16px
}

.is-large-text {
  font-size: 36px
}

.is-larger-text {
  font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-background {
  padding: 20px 30px
}

p.has-text-color a {
  color: inherit
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 20px
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right
}

.wp-block-rss.alignleft {
  margin-right: 2em
}

.wp-block-rss.alignright {
  margin-left: 2em
}

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}

.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px)
  }

  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px)
  }

  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px)
  }

  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px)
  }

  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
  width: 100%
}

.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px
}

.wp-block-search .wp-block-search__button {
  margin-left: 10px
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto
}

.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none
}

.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
  .wp-social-link {
    transition-duration: 0s
  }
}

.wp-social-link a {
  padding: 6px;
  display: block;
  line-height: 0;
  transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor
}

.wp-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px
}

.wp-block-spacer {
  clear: both
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  width: 100%
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0
}

.wp-block-video video {
  max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

:root .has-pale-pink-background-color {
  background-color: #f78da7
}

:root .has-vivid-red-background-color {
  background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
  background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}

:root .has-vivid-purple-background-color {
  background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-pale-pink-color {
  color: #f78da7
}

:root .has-vivid-red-color {
  color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
  color: #ff6900
}

:root .has-luminous-vivid-amber-color {
  color: #fcb900
}

:root .has-light-green-cyan-color {
  color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
  color: #00d084
}

:root .has-pale-cyan-blue-color {
  color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
  color: #0693e3
}

:root .has-vivid-purple-color {
  color: #9b51e0
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-cyan-bluish-gray-color {
  color: #abb8c3
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
  font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 16px
}

.has-medium-font-size {
  font-size: 20px
}

.has-large-font-size {
  font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px
}

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

.has-text-align-left {
  text-align: left
}

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

.ls-container {
  visibility: hidden;
  position: relative
}

.ls-lt-container {
  position: absolute
}

.ls-lt-container,
.ls-lt-container * {
  text-align: left !important;
  direction: ltr !important
}

.ls-container-fullscreen {
  margin: 0 auto !important;
  padding: 2% !important;
  background: #000 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none !important
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
  display: none !important
}

.ls-overflow-hidden {
  overflow: hidden
}

.ls-inner {
  position: relative;
  background-position: center center;
  z-index: 2
}

.ls-loading-container {
  position: absolute !important;
  display: none;
  z-index: 3 !important;
  left: 50% !important;
  top: 50% !important
}

.ls-loading-indicator {
  margin: 0 auto
}

.ls-inner,
.ls-slide {
  width: 100%;
  height: 100%
}

.ls-slide,
.ls-layer {
  position: absolute;
  display: none;
  background-position: center center;
  overflow: hidden
}

.ls-active,
.ls-animating {
  display: block !important
}

.ls-slide>* {
  position: absolute;
  line-height: normal;
  margin: 0;
  left: 0;
  top: 0
}

.ls-slide .ls-bg {
  left: 0;
  top: 0;
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important
}

.ls-yourlogo {
  position: absolute;
  z-index: 99
}

.ls-bar-timer {
  position: absolute;
  width: 0;
  height: 2px;
  background: #fff;
  border-bottom: 2px solid #555;
  opacity: .55;
  filter: alpha(opacity=55);
  z-index: 4;
  top: 0
}

.ls-circle-timer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  opacity: .65;
  filter: alpha(opacity=65);
  display: none
}

.ls-ct-half {
  background: #fff
}

.ls-ct-center {
  background: #444
}

.ls-ct-left,
.ls-ct-right {
  width: 50%;
  height: 100%;
  overflow: hidden
}

.ls-ct-left,
.ls-ct-right {
  float: left;
  position: relative
}

.ls-ct-rotate {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
  left: 0
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
  right: 0
}

.ls-ct-hider,
.ls-ct-half {
  position: absolute;
  top: 0
}

.ls-ct-hider {
  width: 50%;
  height: 100%;
  overflow: hidden
}

.ls-ct-half {
  width: 200%;
  height: 100%
}

.ls-ct-center {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  position: absolute
}

.ls-ct-half,
.ls-ct-center {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px
}

.ls-bottom-nav-wrapper {
  height: 0
}

.ls-bottom-slidebuttons {
  text-align: left
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
  z-index: 2;
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto
}

.ls-below-thumbnails {
  display: none;
  z-index: 6
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
  outline: none
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
  direction: ltr !important
}

.ls-bottom-slidebuttons {
  position: relative;
  z-index: 1000
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  position: relative
}

.ls-nothumb {
  text-align: center !important
}

.ls-link {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  background-image: url(/wp-content/plugins/LayerSlider/static/css/blank.gif)
}

.ls-slide>a>* {
  background-image: url(/wp-content/plugins/LayerSlider/static/css/blank.gif)
}

.ls-vpcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.ls-videopreview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer
}

.ls-playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer
}

.ls-tn {
  display: none !important
}

.ls-thumbnail-hover {
  display: none;
  position: absolute;
  left: 0
}

.ls-thumbnail-hover-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none
}

.ls-thumbnail-hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.ls-thumbnail-hover-img {
  position: absolute;
  overflow: hidden
}

.ls-thumbnail-hover img {
  max-width: none !important;
  position: absolute;
  display: inline-block;
  visibility: visible !important;
  left: 50%;
  top: 0
}

.ls-thumbnail-hover span {
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important
}

.ls-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4
}

.ls-thumbnail {
  position: relative;
  margin: 0 auto
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
  width: 100%
}

.ls-thumbnail-slide-container {
  overflow: hidden !important;
  position: relative
}

.ls-touchscroll {
  overflow-x: auto !important
}

.ls-thumbnail-slide {
  text-align: center;
  white-space: nowrap;
  float: left;
  position: relative
}

.ls-thumbnail-slide a {
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative
}

.ls-thumbnail-slide img {
  max-width: none !important;
  max-height: 100% !important;
  height: 100%;
  visibility: visible !important
}

.ls-shadow {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  visibility: hidden
}

.ls-shadow img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
  visibility: hidden
}

.ls-wp-fullwidth-container {
  width: 100%;
  position: relative
}

.ls-wp-fullwidth-helper {
  position: absolute
}

.ls-overflow-hidden {
  overflow: hidden
}

.ls-lt-tile {
  position: relative;
  float: left;
  perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px
}

.ls-lt-tile img {
  visibility: visible;
  display: inline-block
}

.ls-curtiles {
  overflow: hidden
}

.ls-curtiles,
.ls-nexttiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.ls-curtile,
.ls-nexttile {
  overflow: hidden;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.ls-curtile {
  left: 0;
  top: 0
}

.ls-curtile img,
.ls-nexttile img {
  position: absolute;
  filter: inherit
}

.ls-3d-container {
  position: relative;
  overflow: visible !important
}

.ls-3d-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d
}

.ls-3d-box div {
  overflow: hidden;
  background: #777;
  margin: 0;
  padding: 0;
  position: absolute
}

.ls-fullscreen {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: block
}

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  border: 0
}

html * .ls-slide>a,
body * .ls-slide>a,
#ls-global * .ls-slide>a,
html * .ls-slide>h1,
body * .ls-slide>h1,
#ls-global * .ls-slide>h1,
html * .ls-slide>h2,
body * .ls-slide>h2,
#ls-global * .ls-slide>h2,
html * .ls-slide>h3,
body * .ls-slide>h3,
#ls-global * .ls-slide>h3,
html * .ls-slide>h4,
body * .ls-slide>h4,
#ls-global * .ls-slide>h4,
html * .ls-slide>h5,
body * .ls-slide>h5,
#ls-global * .ls-slide>h5,
html * .ls-slide>p,
body * .ls-slide>p,
#ls-global * .ls-slide>p,
html * .ls-slide>div,
body * .ls-slide>div,
#ls-global * .ls-slide>div,
html * .ls-slide>span,
body * .ls-slide>span,
#ls-global * .ls-slide>span,
html * .ls-slide>*,
body * .ls-slide>*,
#ls-global * .ls-slide>* {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none
}

html * .ls-slide>*,
body * .ls-slide>*,
#ls-global * .ls-slide>* {
  margin: 0
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
  background: 0 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0
}

html * .ls-wp-container .ls-slide>*,
body * .ls-wp-container .ls-slide>*,
#ls-global * .ls-wp-container .ls-slide>* {
  line-height: normal;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0
}

html * .ls-wp-container .ls-slide>a>*,
body * .ls-wp-container .ls-slide>a>*,
#ls-global * .ls-wp-container .ls-slide>a>* {
  margin: 0
}

html * .ls-wp-container .ls-slide>a,
body * .ls-wp-container .ls-slide>a,
#ls-global * .ls-wp-container .ls-slide>a {
  text-decoration: none
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
  margin: 0
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
  display: none
}

.site {
  overflow: visible !important
}

.ls-debug-console * {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff !important;
  text-shadow: none !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: left !important;
  font-style: normal !important
}

.ls-debug-console h1 {
  padding-top: 10px !important;
  font-size: 17px !important;
  font-weight: 700 !important
}

.ls-debug-console h1:first-child {
  padding-top: 0 !important
}

.ls-debug-console ul {
  padding-top: 10px !important;
  list-style: none !important
}

.ls-debug-console li {
  margin-left: 10px !important;
  font-size: 13px !important;
  position: relative !important;
  font-weight: 400 !important
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
  display: none;
  width: 260px;
  left: -10px
}

.ls-debug-console li ul {
  position: absolute !important;
  bottom: 100% !important;
  padding: 10px 10px 10px 0 !important;
  background: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 20px #000 !important
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
  display: block
}

.ls-debug-console li ul * {
  color: #000 !important
}

.ls-debug-console a {
  text-decoration: none !important;
  border-bottom: 1px dotted #fff !important
}

.ls-error {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -wenkit-border-radius: 5px !important;
  background: #fff !important;
  height: auto !important;
  width: auto !important;
  color: #fff !important;
  padding: 20px 40px 30px 80px !important;
  position: relative !important;
  box-shadow: 0 2px 20px -5px #000
}

.ls-error p {
  line-height: normal !important;
  text-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: justify !important;
  font-family: Arial, sans-serif !important
}

.ls-error .ls-error-title {
  line-height: 40px !important;
  color: red !important;
  font-weight: 700 !important;
  font-size: 16px !important
}

.ls-error .ls-error-text {
  color: #555 !important;
  font-weight: 400 !important;
  font-size: 13px !important
}

.ls-error .ls-exclam {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 40px !important;
  background: red !important;
  text-align: center !important
}

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide>*,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide>*,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide>*,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.ls-videohack {
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform-origin: none !important;
  -o-transform-origin: none !important;
  -ms-transform-origin: none !important;
  -moz-transform-origin: none !important;
  -webkit-transform-origin: none !important
}

.ls-oldiepnghack {
  filter: none !important
}

.ls-gpuhack {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

@media (transform-3d),
(-o-transform-3d),
(-ms-transform-3d),
(-moz-transform-3d),
(-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px
  }
}

.ls-forcehide {
  display: none !important
}

div.wpcf7 {
  margin: 0;
  padding: 0
}

div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
  border: 2px solid red
}

div.wpcf7-spam-blocked {
  border: 2px solid orange
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700
}

span.wpcf7-form-control-wrap {
  position: relative
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 1em;
  display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: .2em .8em
}

span.wpcf7-list-item {
  margin-left: .5em
}

.wpcf7-display-none {
  display: none
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px
}

div.wpcf7 div.ajax-error {
  display: none
}

div.wpcf7 .placeheld {
  color: #888
}

/*! jQuery Timepicker Addon - v1.4.1 - 2013-10-23
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px
}

.ui-timepicker-div dl {
  text-align: left
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%
}

.ui-timepicker-div td {
  font-size: 90%
}

.ui-tpicker-grid-label {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0
}

.ui-timepicker-rtl {
  direction: rtl
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px
}

.gm-style-iw {
  overflow-y: hidden !important;
  overflow-x: hidden !important
}

.gm-style a:link,
.gm-style a:visited,
.gm-style a:hover,
.gm-style a:active {
  text-decoration: underline !important;
  color: #000 !important
}

.gm-style img {
  border: 0;
  max-width: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important
}

@font-face {
  font-display: swap;
  font-family: 'revicons';
  src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons_5510888.eot');
  src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons_5510888.eot#iefix') format('embedded-opentype'), url('/wp-content/plugins/revslider/rs-plugin/font/revicons_5510888.woff') format('woff'), url('/wp-content/plugins/revslider/rs-plugin/font/revicons.ttf?5510888') format('truetype'), url('/wp-content/plugins/revslider/rs-plugin/font/revicons_5510888-revicons.svg') format('svg');
  font-weight: 400;
  font-style: normal
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em
}

.revicon-search-1:before {
  content: '\e802'
}

.revicon-pencil-1:before {
  content: '\e831'
}

.revicon-picture-1:before {
  content: '\e803'
}

.revicon-cancel:before {
  content: '\e80a'
}

.revicon-info-circled:before {
  content: '\e80f'
}

.revicon-trash:before {
  content: '\e801'
}

.revicon-left-dir:before {
  content: '\e817'
}

.revicon-right-dir:before {
  content: '\e818'
}

.revicon-down-open:before {
  content: '\e83b'
}

.revicon-left-open:before {
  content: '\e819'
}

.revicon-right-open:before {
  content: '\e81a'
}

.revicon-angle-left:before {
  content: '\e820'
}

.revicon-angle-right:before {
  content: '\e81d'
}

.revicon-left-big:before {
  content: '\e81f'
}

.revicon-right-big:before {
  content: '\e81e'
}

.revicon-magic:before {
  content: '\e807'
}

.revicon-picture:before {
  content: '\e800'
}

.revicon-export:before {
  content: '\e80b'
}

.revicon-cog:before {
  content: '\e832'
}

.revicon-login:before {
  content: '\e833'
}

.revicon-logout:before {
  content: '\e834'
}

.revicon-video:before {
  content: '\e805'
}

.revicon-arrow-combo:before {
  content: '\e827'
}

.revicon-left-open-1:before {
  content: '\e82a'
}

.revicon-right-open-1:before {
  content: '\e82b'
}

.revicon-left-open-mini:before {
  content: '\e822'
}

.revicon-right-open-mini:before {
  content: '\e823'
}

.revicon-left-open-big:before {
  content: '\e824'
}

.revicon-right-open-big:before {
  content: '\e825'
}

.revicon-left:before {
  content: '\e836'
}

.revicon-right:before {
  content: '\e826'
}

.revicon-ccw:before {
  content: '\e808'
}

.revicon-arrows-ccw:before {
  content: '\e806'
}

.revicon-palette:before {
  content: '\e829'
}

.revicon-list-add:before {
  content: '\e80c'
}

.revicon-doc:before {
  content: '\e809'
}

.revicon-left-open-outline:before {
  content: '\e82e'
}

.revicon-left-open-2:before {
  content: '\e82c'
}

.revicon-right-open-outline:before {
  content: '\e82f'
}

.revicon-right-open-2:before {
  content: '\e82d'
}

.revicon-equalizer:before {
  content: '\e83a'
}

.revicon-layers-alt:before {
  content: '\e804'
}

.revicon-popup:before {
  content: '\e828'
}

.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0;
  left: 0
}

.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0
}

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0
}

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0
}

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0
}

.tp-layer-inner-rotation {
  position: relative !important
}

img.tp-slider-alternative-image {
  width: 100%;
  height: auto
}

.rev_slider_wrapper {
  position: relative
}

.rev_slider_wrapper>ul {
  visibility: hidden
}

.rev_slider {
  position: relative;
  overflow: visible
}

.rev_slider img {
  max-width: none !important;
  -moz-transition: none 0;
  -webkit-transition: none 0;
  -o-transition: none 0;
  transition: none 0;
  margin: 0;
  padding: 0;
  border-width: 0;
  border: none
}

.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px
}

.rev_slider>ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
  list-style-type: none;
  background-position: 0 0
}

.rev_slider>ul>li,
.rev_slider>ul>li:before {
  list-style: none !important;
  position: absolute;
  visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0 0;
  text-indent: 0em
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important
}

.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none
}

.tp-simpleresponsive>ul li {
  list-style: none;
  position: absolute;
  visibility: hidden
}

.rev_slider .tp-caption,
.rev_slider .caption {
  position: absolute;
  visibility: hidden;
  white-space: nowrap
}

.tp-simpleresponsive img {
  max-width: none
}

.tp-caption {
  z-index: 1
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important
}

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important
}

.noFilterClass {
  filter: none !important
}

.tp-caption.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute
}

.caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none
}

.tp-caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.html5vid.videoisplaying .tp-poster {
  display: none
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, .3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #fff;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer
}

.tp-caption:hover .tp-video-play-button {
  opacity: 1
}

.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.html5vid .tp-revstop {
  display: none
}

.html5vid.videoisplaying .revicon-right-dir {
  display: none
}

.html5vid.videoisplaying .tp-revstop {
  display: block
}

.html5vid.videoisplaying .tp-video-play-button {
  display: none
}

.html5vid:hover .tp-video-play-button {
  display: block
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important
}

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -o-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.13, #000), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
  opacity: .9
}

.tp-video-button {
  background: rgba(0, 0, 0, .5);
  border: 0;
  color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none
}

.tp-video-button:hover {
  cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell
}

.tp-video-seek-bar-wrap {
  width: 80%
}

.tp-video-vol-bar-wrap {
  width: 20%
}

.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0
}

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3
}

.tp-dottedoverlay.twoxtwo {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3_white.png)
}

.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden
}

.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  position: absolute;
  -webkit-font-smoothing: antialiased !important
}

.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 30px;
  bottom: -30px
}

.tp-bannershadow.tp-shadow2 {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px
}

.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, .6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none
}

.tp-button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, .6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g40.png) repeat-x top
}

.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
  background-position: bottom, 15px 11px
}

.tp-button.green,
.tp-button:hover.green,
.purchase.green,
.purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b
}

.tp-button.blue,
.tp-button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68
}

.tp-button.red,
.tp-button:hover.red,
.purchase.red,
.purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212
}

.tp-button.orange,
.tp-button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
  background-color: #f70;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00
}

.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222
}

.tp-button.lightgrey,
.tp-button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555
}

.tpclear {
  clear: both
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/boxed_bgtile.png);
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullet.png) no-repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullets.png) no-repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0;
  float: left;
  margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0;
  float: left;
  margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/bullet_boxed.png) no-repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 10px
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots.png) no-repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left
}

.tparrows {
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d
}

.tparrows .tp-arr-imgholder {
  display: none
}

.tparrows .tp-arr-titleholder {
  display: none
}

.tparrows.hidearrows {
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
}

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat top left;
  width: 40px;
  height: 40px
}

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat top left;
  width: 40px;
  height: 40px
}

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_left.png) no-repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0
}

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_right.png) no-repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0;
  float: left;
  margin-top: 0
}

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left.png) no-repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0
}

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right.png) no-repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0;
  float: left;
  margin-top: 0
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_left_boxed.png) no-repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px
}

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/small_right_boxed.png) no-repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px
}

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrowleft.png) no-repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px
}

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrowright.png) no-repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0
}

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0
}

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0;
  margin-top: 0
}

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0;
  margin-top: 0
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat 0 0;
  width: 40px;
  height: 40px
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat 0 0;
  width: 40px;
  height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left
}

.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px;
  vertical-align: top
}

.tp-bullets.tp-thumbs img {
  vertical-align: top
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background: 0 0;
  margin: 0;
  float: left;
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}

.tp-thumbs img {
  width: 100%
}

.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #fff;
  background: rgba(0, 0, 0, .15);
  position: absolute;
  z-index: 200;
  top: 0
}

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px
}

.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: 0 0
}

.tparrows.preview1:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, .15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background .3s, color .3s;
  -moz-transition: background .3s, color .3s;
  transition: background .3s, color .3s
}

.tp-rightarrow.preview1:after {
  content: '\e825'
}

.tp-leftarrow.preview1:after {
  content: '\e824'
}

.tparrows.preview1:hover:after {
  background: rgba(255, 255, 255, 1);
  color: #aaa
}

.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.tparrows.preview1 .tp-arr-iwrapper {
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: .0
}

.tparrows.preview1:hover .tp-arr-iwrapper {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}

.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: .0
}

.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: .0
}

.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}

@media only screen and (min-width:768px) and (max-width:979px) {

  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {

  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px
  }
}

@media only screen and (min-width:0px) and (max-width:479px) {

  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px
  }
}

.tp-bullets.preview1 {
  height: 21px
}

.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, .15) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s, border-color .2s;
  -moz-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  -ms-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

.tp-bullets.preview1 .bullet.last {
  margin-right: 0
}

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid rgba(255, 255, 255, 1) !important
}

.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width .3s, background-color .3s, opacity .3s;
  transition: width .3s, background-color .3s, opacity .3s;
  backface-visibility: hidden
}

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s
}

.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px
}

.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px
}

.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0 10px
}

.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.tparrows.preview2.hovered {
  width: 300px
}

.tparrows.preview2:hover {
  background: #fff
}

.tparrows.preview2:hover:after {
  color: #000
}

.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  position: absolute
}

.tp-bullets.preview2 {
  height: 17px
}

.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, .5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s, border-color .2s;
  -moz-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  -ms-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

.tp-bullets.preview2 .bullet.last {
  margin-right: 0
}

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important
}

.tp-arr-titleholder.alwayshidden {
  display: none !important
}

@media only screen and (min-width:768px) and (max-width:979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
  }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px
  }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px
  }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px
  }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px
  }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px
  }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px
  }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px
  }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px
  }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px
  }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px
  }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px
  }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px
  }

  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none
  }
}

@media only screen and (min-width:0px) and (max-width:479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px
  }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px
  }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px
  }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px
  }

  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none
  }

  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important
  }
}

.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  -webkit-transform-style: flat
}

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s
}

.tparrows.preview3:hover:after {
  color: #000
}

.tp-rightarrow.preview3:after {
  content: '\e825'
}

.tp-leftarrow.preview3:after {
  content: '\e824'
}

.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, .75);
  display: table;
  min-height: 90px;
  top: -10px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%
}

.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0
}

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0;
  padding-right: 70px
}

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0;
  direction: rtl;
  padding-left: 70px
}

.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle
}

.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.tp-bullets.preview3 {
  height: 17px
}

.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, .5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s, border-color .2s;
  -moz-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  -ms-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

.tp-bullets.preview3 .bullet.last {
  margin-right: 0
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important
}

@media only screen and (min-width:768px) and (max-width:979px) {

  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
  }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px
  }

  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px
  }

  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px
  }

  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px
  }

  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px
  }
}

@media only screen and (max-width:767px) {

  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
  }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px
  }
}

.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: 0 0;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000
}

.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, .25);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1
}

.tp-rightarrow.preview4:after {
  content: '\e825'
}

.tp-leftarrow.preview4:after {
  content: '\e824'
}

.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0
}

.tparrows.preview4 .tp-arr-iwrapper {
  position: relative
}

.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px
}

.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: .0
}

.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%
}

.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%
}

@media only screen and (min-width:768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
  }

  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
  }

  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
  }
}

.tp-bullets.preview4 {
  height: 17px
}

.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, .5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color .2s, border-color .2s;
  -moz-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  -ms-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box
}

.tp-bullets.preview4 .bullet.last {
  margin-right: 0
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important
}

@media only screen and (max-width:767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px
  }

  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px
  }

  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important
  }
}

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none
}

.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat
}

.tp-caption.slidelink a span {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat
}

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

.tp-loader.spinner5 {
  background: url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0)
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0
  }
}

.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes tp-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes tp-bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes tp-bounce {

  0%,
  100% {
    -webkit-transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1)
  }
}

@keyframes tp-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
a.meanmenu-reveal {
  display: none
}

.mean-container .mean-bar {
  min-height: 42px;
  z-index: 999999
}

.mean-container a.meanmenu-reveal {
  width: 25px;
  height: 25px;
  padding: 23px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  margin-top: 59px;
  position: absolute;
  left: 0
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  padding: 0
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, .5);
  text-decoration: none;
  text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, .25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 28px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, .1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, .4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.mean-remove {
  display: none !important
}

.mean-container .mean-nav ul li li span {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, .25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: uppercase;
  display: block;
  float: left;
  color: #fff
}

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px
}

div.pp_default .pp_top .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px
}

div.pp_default .pp_next:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer
}

div.pp_default .pp_previous:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer
}

div.pp_default .pp_expand {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px
}

div.pp_default .pp_expand:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer
}

div.pp_default .pp_contract {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px
}

div.pp_default .pp_contract:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer
}

div.pp_default .pp_gallery ul li a {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa
}

div.pp_default .pp_social {
  margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: .7
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.light_rounded .pp_previous:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.light_rounded .pp_expand {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_expand:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_contract {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_contract:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_rounded .pp_nav .pp_pause {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_rounded .pp_arrow_previous {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_previous:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_expand {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_expand:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_contract {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_contract:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff
}

div.dark_rounded .pp_nav .pp_play {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_rounded .pp_arrow_previous {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.dark_square .pp_expand:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.dark_square .pp_contract {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.dark_square .pp_contract:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.dark_square .pp_nav {
  clear: none
}

div.dark_square .pp_nav .pp_play {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_square .pp_nav .pp_pause {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.dark_square .pp_arrow_previous {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.dark_square .pp_previous:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.light_square .pp_expand {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.light_square .pp_expand:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.light_square .pp_contract {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.light_square .pp_contract:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.light_square .pp_nav .pp_play {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_square .pp_nav .pp_pause {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px
}

div.light_square .pp_arrow_previous {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.light_square .pp_previous:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.facebook .pp_top .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer
}

div.facebook .pp_expand:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer
}

div.facebook .pp_contract {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer
}

div.facebook .pp_contract:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer
}

div.facebook .pp_description {
  margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default
}

div.facebook .pp_arrow_next {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default
}

div.facebook .pp_nav {
  margin-top: 0
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px
}

div.facebook .pp_nav .pp_pause {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px
}

div.facebook .pp_next:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer
}

div.facebook .pp_previous:hover {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer
}

div.facebook .pp_bottom .pp_left {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
  outline: none
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000
}

.pp_content {
  height: 40px;
  min-width: 40px
}

* html .pp_content {
  width: 40px
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%
}

.pp_content_container .pp_left {
  padding-left: 20px
}

.pp_content_container .pp_right {
  padding-right: 20px
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px
}

.pp_description {
  display: none;
  margin: 0
}

.pp_social {
  float: left;
  margin: 0
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden
}

.pp_social .twitter {
  float: left
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, .5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden
}

.pp_gallery ul a img {
  border: 0
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0
}

.pp_gallery li.default a {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important
}

a.pp_next {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%
}

a.pp_previous {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px
}

#pp_full_res {
  line-height: 1 !important
}

#pp_full_res .pp_inline {
  text-align: left
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(/wp-content/themes/soulmedic/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff
}

.pp_top,
.pp_bottom {
  height: 20px;
  position: relative
}

* html .pp_top,
* html .pp_bottom {
  padding: 0 20px
}

.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static
}

.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.pp_fade,
.pp_gallery li.default a img {
  display: none
}

@media screen {

  /*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
  .ui-helper-hidden {
    display: none
  }

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

  .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
  }

  .ui-helper-clearfix:before,
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
  }

  .ui-helper-clearfix:after {
    clear: both
  }

  .ui-helper-clearfix {
    min-height: 0
  }

  .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
  }

  .ui-front {
    z-index: 100
  }

  .ui-state-disabled {
    cursor: default !important
  }

  .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
  }

  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
  }

  .ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
  }

  .ui-accordion .ui-accordion-noicons {
    padding-left: .7em
  }

  .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
  }

  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
  }

  .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
  }

  .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
  }

  .ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
  }

  .ui-button,
  .ui-button:link,
  .ui-button:visited,
  .ui-button:hover,
  .ui-button:active {
    text-decoration: none
  }

  .ui-button-icon-only {
    width: 2.2em
  }

  button.ui-button-icon-only {
    width: 2.4em
  }

  .ui-button-icons-only {
    width: 3.4em
  }

  button.ui-button-icons-only {
    width: 3.7em
  }

  .ui-button .ui-button-text {
    display: block;
    line-height: normal
  }

  .ui-button-text-only .ui-button-text {
    padding: .4em 1em
  }

  .ui-button-icon-only .ui-button-text,
  .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
  }

  .ui-button-text-icon-primary .ui-button-text,
  .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
  }

  .ui-button-text-icon-secondary .ui-button-text,
  .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
  }

  .ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
  }

  input.ui-button {
    padding: .4em 1em
  }

  .ui-button-icon-only .ui-icon,
  .ui-button-text-icon-primary .ui-icon,
  .ui-button-text-icon-secondary .ui-icon,
  .ui-button-text-icons .ui-icon,
  .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
  }

  .ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
  }

  .ui-button-text-icon-primary .ui-button-icon-primary,
  .ui-button-text-icons .ui-button-icon-primary,
  .ui-button-icons-only .ui-button-icon-primary {
    left: .5em
  }

  .ui-button-text-icon-secondary .ui-button-icon-secondary,
  .ui-button-text-icons .ui-button-icon-secondary,
  .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em
  }

  .ui-buttonset {
    margin-right: 7px
  }

  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
  }

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

  .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
  }

  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
  }

  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 2px
  }

  .ui-datepicker .ui-datepicker-next {
    right: 2px
  }

  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
  }

  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px
  }

  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
  }

  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
  }

  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%
  }

  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 49%
  }

  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
  }

  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px
  }

  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
  }

  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
  }

  .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
  }

  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
  }

  .ui-datepicker.ui-datepicker-multi {
    width: auto
  }

  .ui-datepicker-multi .ui-datepicker-group {
    float: left
  }

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
  }

  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
  }

  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
  }

  .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
  }

  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
  }

  .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
  }

  .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
  }

  .ui-datepicker-rtl {
    direction: rtl
  }

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right
  }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
  }

  .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
  }

  .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
  }

  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
  }

  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
  }

  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
  }

  .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
  }

  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
  }

  .ui-draggable .ui-dialog-titlebar {
    cursor: move
  }

  .ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
  }

  .ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
  }

  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
  }

  .ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
  }

  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
  }

  .ui-menu .ui-menu-item a.ui-state-focus,
  .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px
  }

  .ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
  }

  .ui-menu .ui-state-disabled a {
    cursor: default
  }

  .ui-menu-icons {
    position: relative
  }

  .ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
  }

  .ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
  }

  .ui-menu .ui-menu-icon {
    position: static;
    float: right
  }

  .ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
  }

  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
  }

  .ui-progressbar .ui-progressbar-overlay {
    background: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
  }

  .ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
  }

  .ui-resizable {
    position: relative
  }

  .ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
  }

  .ui-resizable-disabled .ui-resizable-handle,
  .ui-resizable-autohide .ui-resizable-handle {
    display: none
  }

  .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
  }

  .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
  }

  .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
  }

  .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
  }

  .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
  }

  .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
  }

  .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
  }

  .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
  }

  .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
  }

  .ui-slider {
    position: relative;
    text-align: left
  }

  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
  }

  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
  }

  .ui-slider.ui-state-disabled .ui-slider-handle,
  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
  }

  .ui-slider-horizontal {
    height: .8em
  }

  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
  }

  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
  }

  .ui-slider-horizontal .ui-slider-range-min {
    left: 0
  }

  .ui-slider-horizontal .ui-slider-range-max {
    right: 0
  }

  .ui-slider-vertical {
    width: .8em;
    height: 100px
  }

  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
  }

  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
  }

  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
  }

  .ui-slider-vertical .ui-slider-range-max {
    top: 0
  }

  .ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
  }

  .ui-spinner-input {
    border: 0;
    background: 0;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px
  }

  .ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
  }

  .ui-spinner a.ui-spinner-button {
    border-top: 0;
    border-bottom: 0;
    border-right: 0
  }

  .ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
  }

  .ui-spinner-up {
    top: 0
  }

  .ui-spinner-down {
    bottom: 0
  }

  .ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
  }

  .ui-tabs {
    position: relative;
    padding: .2em
  }

  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
  }

  .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
  }

  .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
  }

  .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
  .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
  .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
  }

  .ui-tabs .ui-tabs-nav li a,
  .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
  }

  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0
  }

  .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
  }

  body .ui-tooltip {
    border-width: 2px
  }

  .ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
  }

  .ui-widget .ui-widget {
    font-size: 1em
  }

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
  }

  .ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222
  }

  .ui-widget-content a {
    color: #222
  }

  .ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold
  }

  .ui-widget-header a {
    color: #222
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555
  }

  .ui-state-default a,
  .ui-state-default a:link,
  .ui-state-default a:visited {
    color: #555;
    text-decoration: none
  }

  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
  }

  .ui-state-hover a,
  .ui-state-hover a:hover,
  .ui-state-hover a:link,
  .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
  }

  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
  }

  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
  }

  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636
  }

  .ui-state-highlight a,
  .ui-widget-content .ui-state-highlight a,
  .ui-widget-header .ui-state-highlight a {
    color: #363636
  }

  .ui-state-error,
  .ui-widget-content .ui-state-error,
  .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a
  }

  .ui-state-error a,
  .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
    color: #cd0a0a
  }

  .ui-state-error-text,
  .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
  }

  .ui-priority-primary,
  .ui-widget-content .ui-priority-primary,
  .ui-widget-header .ui-priority-primary {
    font-weight: bold
  }

  .ui-priority-secondary,
  .ui-widget-content .ui-priority-secondary,
  .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
  }

  .ui-state-disabled,
  .ui-widget-content .ui-state-disabled,
  .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
  }

  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
  }

  .ui-icon {
    width: 16px;
    height: 16px
  }

  .ui-icon,
  .ui-widget-content .ui-icon {
    background-image: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png)
  }

  .ui-widget-header .ui-icon {
    background-image: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png)
  }

  .ui-state-default .ui-icon {
    background-image: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png)
  }

  .ui-state-hover .ui-icon,
  .ui-state-focus .ui-icon {
    background-image: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png)
  }

  .ui-state-active .ui-icon {
    background-image: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png)
  }

  .ui-state-highlight .ui-icon {
    background-image: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png)
  }

  .ui-state-error .ui-icon,
  .ui-state-error-text .ui-icon {
    background-image: url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png)
  }

  .ui-icon-blank {
    background-position: 16px 16px
  }

  .ui-icon-carat-1-n {
    background-position: 0 0
  }

  .ui-icon-carat-1-ne {
    background-position: -16px 0
  }

  .ui-icon-carat-1-e {
    background-position: -32px 0
  }

  .ui-icon-carat-1-se {
    background-position: -48px 0
  }

  .ui-icon-carat-1-s {
    background-position: -64px 0
  }

  .ui-icon-carat-1-sw {
    background-position: -80px 0
  }

  .ui-icon-carat-1-w {
    background-position: -96px 0
  }

  .ui-icon-carat-1-nw {
    background-position: -112px 0
  }

  .ui-icon-carat-2-n-s {
    background-position: -128px 0
  }

  .ui-icon-carat-2-e-w {
    background-position: -144px 0
  }

  .ui-icon-triangle-1-n {
    background-position: 0 -16px
  }

  .ui-icon-triangle-1-ne {
    background-position: -16px -16px
  }

  .ui-icon-triangle-1-e {
    background-position: -32px -16px
  }

  .ui-icon-triangle-1-se {
    background-position: -48px -16px
  }

  .ui-icon-triangle-1-s {
    background-position: -64px -16px
  }

  .ui-icon-triangle-1-sw {
    background-position: -80px -16px
  }

  .ui-icon-triangle-1-w {
    background-position: -96px -16px
  }

  .ui-icon-triangle-1-nw {
    background-position: -112px -16px
  }

  .ui-icon-triangle-2-n-s {
    background-position: -128px -16px
  }

  .ui-icon-triangle-2-e-w {
    background-position: -144px -16px
  }

  .ui-icon-arrow-1-n {
    background-position: 0 -32px
  }

  .ui-icon-arrow-1-ne {
    background-position: -16px -32px
  }

  .ui-icon-arrow-1-e {
    background-position: -32px -32px
  }

  .ui-icon-arrow-1-se {
    background-position: -48px -32px
  }

  .ui-icon-arrow-1-s {
    background-position: -64px -32px
  }

  .ui-icon-arrow-1-sw {
    background-position: -80px -32px
  }

  .ui-icon-arrow-1-w {
    background-position: -96px -32px
  }

  .ui-icon-arrow-1-nw {
    background-position: -112px -32px
  }

  .ui-icon-arrow-2-n-s {
    background-position: -128px -32px
  }

  .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
  }

  .ui-icon-arrow-2-e-w {
    background-position: -160px -32px
  }

  .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
  }

  .ui-icon-arrowstop-1-n {
    background-position: -192px -32px
  }

  .ui-icon-arrowstop-1-e {
    background-position: -208px -32px
  }

  .ui-icon-arrowstop-1-s {
    background-position: -224px -32px
  }

  .ui-icon-arrowstop-1-w {
    background-position: -240px -32px
  }

  .ui-icon-arrowthick-1-n {
    background-position: 0 -48px
  }

  .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
  }

  .ui-icon-arrowthick-1-e {
    background-position: -32px -48px
  }

  .ui-icon-arrowthick-1-se {
    background-position: -48px -48px
  }

  .ui-icon-arrowthick-1-s {
    background-position: -64px -48px
  }

  .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
  }

  .ui-icon-arrowthick-1-w {
    background-position: -96px -48px
  }

  .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
  }

  .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
  }

  .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
  }

  .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
  }

  .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
  }

  .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
  }

  .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
  }

  .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
  }

  .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
  }

  .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
  }

  .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
  }

  .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
  }

  .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
  }

  .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
  }

  .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
  }

  .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
  }

  .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
  }

  .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
  }

  .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
  }

  .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
  }

  .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
  }

  .ui-icon-arrow-4 {
    background-position: 0 -80px
  }

  .ui-icon-arrow-4-diag {
    background-position: -16px -80px
  }

  .ui-icon-extlink {
    background-position: -32px -80px
  }

  .ui-icon-newwin {
    background-position: -48px -80px
  }

  .ui-icon-refresh {
    background-position: -64px -80px
  }

  .ui-icon-shuffle {
    background-position: -80px -80px
  }

  .ui-icon-transfer-e-w {
    background-position: -96px -80px
  }

  .ui-icon-transferthick-e-w {
    background-position: -112px -80px
  }

  .ui-icon-folder-collapsed {
    background-position: 0 -96px
  }

  .ui-icon-folder-open {
    background-position: -16px -96px
  }

  .ui-icon-document {
    background-position: -32px -96px
  }

  .ui-icon-document-b {
    background-position: -48px -96px
  }

  .ui-icon-note {
    background-position: -64px -96px
  }

  .ui-icon-mail-closed {
    background-position: -80px -96px
  }

  .ui-icon-mail-open {
    background-position: -96px -96px
  }

  .ui-icon-suitcase {
    background-position: -112px -96px
  }

  .ui-icon-comment {
    background-position: -128px -96px
  }

  .ui-icon-person {
    background-position: -144px -96px
  }

  .ui-icon-print {
    background-position: -160px -96px
  }

  .ui-icon-trash {
    background-position: -176px -96px
  }

  .ui-icon-locked {
    background-position: -192px -96px
  }

  .ui-icon-unlocked {
    background-position: -208px -96px
  }

  .ui-icon-bookmark {
    background-position: -224px -96px
  }

  .ui-icon-tag {
    background-position: -240px -96px
  }

  .ui-icon-home {
    background-position: 0 -112px
  }

  .ui-icon-flag {
    background-position: -16px -112px
  }

  .ui-icon-calendar {
    background-position: -32px -112px
  }

  .ui-icon-cart {
    background-position: -48px -112px
  }

  .ui-icon-pencil {
    background-position: -64px -112px
  }

  .ui-icon-clock {
    background-position: -80px -112px
  }

  .ui-icon-disk {
    background-position: -96px -112px
  }

  .ui-icon-calculator {
    background-position: -112px -112px
  }

  .ui-icon-zoomin {
    background-position: -128px -112px
  }

  .ui-icon-zoomout {
    background-position: -144px -112px
  }

  .ui-icon-search {
    background-position: -160px -112px
  }

  .ui-icon-wrench {
    background-position: -176px -112px
  }

  .ui-icon-gear {
    background-position: -192px -112px
  }

  .ui-icon-heart {
    background-position: -208px -112px
  }

  .ui-icon-star {
    background-position: -224px -112px
  }

  .ui-icon-link {
    background-position: -240px -112px
  }

  .ui-icon-cancel {
    background-position: 0 -128px
  }

  .ui-icon-plus {
    background-position: -16px -128px
  }

  .ui-icon-plusthick {
    background-position: -32px -128px
  }

  .ui-icon-minus {
    background-position: -48px -128px
  }

  .ui-icon-minusthick {
    background-position: -64px -128px
  }

  .ui-icon-close {
    background-position: -80px -128px
  }

  .ui-icon-closethick {
    background-position: -96px -128px
  }

  .ui-icon-key {
    background-position: -112px -128px
  }

  .ui-icon-lightbulb {
    background-position: -128px -128px
  }

  .ui-icon-scissors {
    background-position: -144px -128px
  }

  .ui-icon-clipboard {
    background-position: -160px -128px
  }

  .ui-icon-copy {
    background-position: -176px -128px
  }

  .ui-icon-contact {
    background-position: -192px -128px
  }

  .ui-icon-image {
    background-position: -208px -128px
  }

  .ui-icon-video {
    background-position: -224px -128px
  }

  .ui-icon-script {
    background-position: -240px -128px
  }

  .ui-icon-alert {
    background-position: 0 -144px
  }

  .ui-icon-info {
    background-position: -16px -144px
  }

  .ui-icon-notice {
    background-position: -32px -144px
  }

  .ui-icon-help {
    background-position: -48px -144px
  }

  .ui-icon-check {
    background-position: -64px -144px
  }

  .ui-icon-bullet {
    background-position: -80px -144px
  }

  .ui-icon-radio-on {
    background-position: -96px -144px
  }

  .ui-icon-radio-off {
    background-position: -112px -144px
  }

  .ui-icon-pin-w {
    background-position: -128px -144px
  }

  .ui-icon-pin-s {
    background-position: -144px -144px
  }

  .ui-icon-play {
    background-position: 0 -160px
  }

  .ui-icon-pause {
    background-position: -16px -160px
  }

  .ui-icon-seek-next {
    background-position: -32px -160px
  }

  .ui-icon-seek-prev {
    background-position: -48px -160px
  }

  .ui-icon-seek-end {
    background-position: -64px -160px
  }

  .ui-icon-seek-start {
    background-position: -80px -160px
  }

  .ui-icon-seek-first {
    background-position: -80px -160px
  }

  .ui-icon-stop {
    background-position: -96px -160px
  }

  .ui-icon-eject {
    background-position: -112px -160px
  }

  .ui-icon-volume-off {
    background-position: -128px -160px
  }

  .ui-icon-volume-on {
    background-position: -144px -160px
  }

  .ui-icon-power {
    background-position: 0 -176px
  }

  .ui-icon-signal-diag {
    background-position: -16px -176px
  }

  .ui-icon-signal {
    background-position: -32px -176px
  }

  .ui-icon-battery-0 {
    background-position: -48px -176px
  }

  .ui-icon-battery-1 {
    background-position: -64px -176px
  }

  .ui-icon-battery-2 {
    background-position: -80px -176px
  }

  .ui-icon-battery-3 {
    background-position: -96px -176px
  }

  .ui-icon-circle-plus {
    background-position: 0 -192px
  }

  .ui-icon-circle-minus {
    background-position: -16px -192px
  }

  .ui-icon-circle-close {
    background-position: -32px -192px
  }

  .ui-icon-circle-triangle-e {
    background-position: -48px -192px
  }

  .ui-icon-circle-triangle-s {
    background-position: -64px -192px
  }

  .ui-icon-circle-triangle-w {
    background-position: -80px -192px
  }

  .ui-icon-circle-triangle-n {
    background-position: -96px -192px
  }

  .ui-icon-circle-arrow-e {
    background-position: -112px -192px
  }

  .ui-icon-circle-arrow-s {
    background-position: -128px -192px
  }

  .ui-icon-circle-arrow-w {
    background-position: -144px -192px
  }

  .ui-icon-circle-arrow-n {
    background-position: -160px -192px
  }

  .ui-icon-circle-zoomin {
    background-position: -176px -192px
  }

  .ui-icon-circle-zoomout {
    background-position: -192px -192px
  }

  .ui-icon-circle-check {
    background-position: -208px -192px
  }

  .ui-icon-circlesmall-plus {
    background-position: 0 -208px
  }

  .ui-icon-circlesmall-minus {
    background-position: -16px -208px
  }

  .ui-icon-circlesmall-close {
    background-position: -32px -208px
  }

  .ui-icon-squaresmall-plus {
    background-position: -48px -208px
  }

  .ui-icon-squaresmall-minus {
    background-position: -64px -208px
  }

  .ui-icon-squaresmall-close {
    background-position: -80px -208px
  }

  .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
  }

  .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
  }

  .ui-icon-grip-solid-vertical {
    background-position: -32px -224px
  }

  .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
  }

  .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
  }

  .ui-icon-grip-diagonal-se {
    background-position: -80px -224px
  }

  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-left,
  .ui-corner-tl {
    border-top-left-radius: 4px
  }

  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-right,
  .ui-corner-tr {
    border-top-right-radius: 4px
  }

  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-left,
  .ui-corner-bl {
    border-bottom-left-radius: 4px
  }

  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-right,
  .ui-corner-br {
    border-bottom-right-radius: 4px
  }

  .ui-widget-overlay {
    background: #aaa url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
  }

  .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
  }
}

@import "../../themes/soulmedic/css/reset.css";

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background: #f3f3f3;
  color: gray
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.mobile-menu {
  font-family: 'Lato', sans-serif
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
textarea,
input.text,
select {
  font-family: 'Lato', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d29;
  font-weight: 700
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2d2d29
}

h1 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 30px
}

h2 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px
}

h3 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 30px
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px
}

h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px
}

a,
input[type=submit],
button,
input[type=button],
.widget ul li,
#secondary .widget h3.widgettitle,
#secondary .widget h3.widgettitle a:before,
#secondary h2.filtering,
#secondary h2.filtering span:before,
#top-bar .phone-no,
.dt-sc-social-icons li img,
#main-menu ul li,
#main-menu>ul>li>ul:before,
#main-menu ul ul li ul:before,
.slider-next-arrow,
.dt-sc-ico-content.type2 .icon,
.carousel-arrows a span,
.portfolio .portfolio-thumb img,
.blog-entry .entry-thumb-meta .entry-meta span,
.side-nav-container ul li a span,
.partner-carousel li,
.carousel-arrows a:hover span,
.dt-sc-testimonial .author img,
.dt-sc-testimonial .author img:hover,
.portfolio .portfolio-detail .views,
h5.dt-sc-toggle:before,
h5.dt-sc-toggle-accordion:before,
ul.side-nav li a:before,
.megamenu-child-container>ul.sub-menu>li>a .menu-item-description,
.widget ul li,
.widget_categories ul li a span,
.widget.widget_archive ul li a span,
.datepicker td span,
.datepicker td,
.datepicker th {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear
}

.social-share-icons li img {
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out
}

a {
  text-decoration: none
}

a:hover {
  color: #2d2d29
}

a img {
  border: none
}

strong {
  font-weight: 700
}

em {
  font-style: italic
}

address {
  display: block;
  margin: 10px 0 20px
}

abbr {
  border-bottom: 1px dotted #2d2d29;
  cursor: help
}

ins {
  background: #fff9c0;
  color: #2d2d29
}

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

sub {
  bottom: -3px
}

sup {
  top: -5px
}

p {
  line-height: 24px;
  margin-bottom: 10px
}

ul,
ol,
pre,
code {
  margin-bottom: 20px
}

ul {
  list-style-type: square;
  list-style-position: inside
}

ul li {
  padding-bottom: 10px
}

ul li ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0 0
}

ul ul ul {
  margin-bottom: 0;
  list-style-type: circle
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 20px;
  padding-top: 10px
}

ol li {
  padding-bottom: 10px
}

ol li ol {
  margin-bottom: 0;
  list-style-type: lower-alpha
}

ol ol ol {
  margin-bottom: 0;
  list-style-type: lower-roman
}

pre,
code {
  border-left: 3px solid #d9d9d9;
  background-color: #ededed;
  display: block;
  padding: 10px 3%;
  font-size: 11px;
  font-family: monospace;
  line-height: 20px;
  width: 94%;
  overflow: auto
}

hr {
  background-color: #e6e2d6;
  border: none;
  height: 1px;
  margin: 30px 0
}

blockquote {
  border-left: 3px solid;
  background: #ededed;
  display: block;
  padding: 20px;
  margin: 0;
  position: relative;
  clear: left
}

blockquote q {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: gray
}

blockquote cite {
  font-size: 12px;
  margin: 10px 0 0;
  display: block;
  text-align: right;
  color: #2d2d29
}

blockquote:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  left: -3px;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute
}

blockquote p {
  margin-bottom: 0
}

blockquote.alignleft {
  margin-right: 20px;
  text-align: left;
  width: 30%;
  float: left
}

blockquote.alignright {
  margin-left: 20px;
  text-align: left;
  width: 30%;
  float: right
}

blockquote.aligncenter {
  text-align: center
}

.hr {
  background: url(/wp-content/themes/soulmedic/images/splitter.png) repeat-x;
  height: 10px;
  width: 100%;
  clear: both;
  display: block;
  float: left;
  margin: 40px 0;
  position: relative;
  z-index: 1
}

.hr-border {
  border: 4px double #d9d9d9;
  width: 100%;
  clear: both;
  display: block;
  float: left;
  margin: 50px 0;
  position: relative;
  z-index: 1;
  border-radius: 5px
}

.hr-invisible {
  float: left;
  width: 100%;
  margin: 40px 0;
  display: block;
  clear: both
}

.hr-invisible-small {
  float: left;
  width: 100%;
  margin: 20px 0;
  display: block;
  clear: both
}

.hr-invisible-very-small {
  float: left;
  width: 100%;
  margin: 10px 0;
  display: block;
  clear: both
}

.hr.top,
.hr-border.top {
  width: 97%
}

.hr.top,
.hr-border.top {
  background-position: right center;
  text-align: right
}

.hr.top a,
.hr-border.top a {
  color: #999589;
  background: 0 0;
  font-size: 11px;
  line-height: 16px;
  padding-left: 5px;
  position: absolute;
  right: -21px;
  top: -5px
}

.hr-border.top a {
  top: -10px;
  right: -23px
}

.hr.top a:hover,
.hr-border.top a:hover {
  color: #2d2d29
}

.clear {
  float: none;
  clear: both;
  margin: 0;
  padding: 0
}

.float-right {
  float: right
}

.float-left {
  float: left
}

.center {
  width: 100%;
  text-align: center
}

.hidden {
  display: none
}

.post-edit-link {
  background: #e5e5e5;
  color: #5a5a5a;
  float: right;
  clear: both;
  margin: 20px 0 20px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px
}

.post-edit-link:hover {
  background: #4c4c4c;
  color: #fff;
  text-shadow: 0px 1px 0px #0e4b6e
}

.page-link {
  float: left;
  clear: both;
  margin: 0;
  padding: 0
}

.page-link a {
  background: #f3f3f3;
  color: #2d2d29;
  font-weight: 700;
  padding: 2px 10px;
  float: left;
  margin-right: 10px
}

.page-link a span {
  background: 0 0;
  color: #2d2d29;
  padding: 0;
  margin: 0
}

.page-link span {
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
  float: left;
  margin-right: 10px
}

.page-link a:hover span {
  color: #fff
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  border: 1px solid #ededed;
  border-bottom: 0
}

th {
  background: #ededed;
  color: #2d2d29;
  padding: 15px;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-align: left
}

td {
  border-bottom: 1px solid #ededed;
  background: #f5f5f5;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  padding: 13px 15px
}

tbody tr:nth-child(2n+1) td {
  background: #fff
}

tbody td .dt-sc-button.small {
  padding: 7px 14px;
  font-size: 12px;
  margin: 0
}

dl {
  margin: 0 20px
}

dl.gallery-item {
  margin: 0
}

.gallery-caption {
  margin-bottom: 10px
}

.gallery-item img {
  border: 10px solid #ededed !important
}

dt {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px
}

dd {
  margin-bottom: 20px;
  line-height: 20px
}

label {
  color: #2d2d29
}

label span {
  color: #b4b4b4
}

label span.required {
  color: red
}

fieldset {
  border: 1px solid #efefef;
  padding: 15px;
  margin: 0 0 20px
}

legend {
  font-weight: 700
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
textarea,
input.text {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  color: gray;
  padding: 12px 2%;
  display: block;
  font-size: 14px;
  margin: 10px 0 10px;
  width: 96%
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=date]:focus,
textarea:focus,
input.text:focus {
  border-color: #dadada
}

textarea {
  height: 190px;
  overflow: auto
}

select {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  padding: 10px;
  margin: 10px 0 10px;
  display: block;
  width: 100%
}

select option {
  background: #fff
}

select {
  height: 50px;
  background-color: #fafafa;
  color: gray;
  background-image: url(/wp-content/themes/soulmedic/images/select-box.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  width: 100%;
  margin: 6px 0 10px;
  padding: 15px 10px 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}

.selection-box {
  position: relative;
  clear: both
}

.selection-box:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 44px;
  height: 48px;
  right: 1px;
  top: 1px;
  background-image: url(/wp-content/themes/soulmedic/images/select-box.jpg);
  background-position: center right;
  background-repeat: no-repeat
}

.selection-box select {
  margin-top: 0
}

input[type=submit],
button,
input[type=button] {
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0;
  font-size: 14px;
  padding: 11px 20px;
  float: right;
  cursor: pointer;
  -webkit-appearance: none
}

input[type=submit]:hover,
button:hover,
input[type=button]:hover {
  background-color: gray
}

#searchform input[type=text] {
  color: gray;
  font-size: 12px;
  width: 220px
}

#primary #searchform input[type=submit] {
  float: left
}

#primary img {
  max-width: 100%
}

.ie8 #primary img {
  width: auto
}

.post-content input[type=submit] {
  float: none
}

.wp-caption {
  background: #ededed;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 96%;
  padding: 5px 7px 7px 5px;
  text-align: center
}

.wp-caption img {
  display: block;
  margin: 0 auto;
  padding: 6px;
  max-width: 98%
}

.wp-caption .wp-caption-text {
  text-align: center;
  padding-top: 0;
  margin: 0
}

.wp-caption.alignnone {
  clear: both
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 99.6%;
  height: auto
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px
}

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

.alignleft,
.alignright,
.aligncenter,
.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 20px
}

.widget {
  float: left;
  width: 100%;
  padding: 0 0 40px;
  margin: 0
}

.widget h3.widgettitle {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px
}

.widget ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0
}

.widget ul li {
  line-height: 20px;
  float: left;
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 0
}

.widget ul li a {
  color: #2d2d29
}

.widget ul ul {
  margin-top: 10px;
  margin-left: 20px
}

.widget ul ul li {
  width: 90%
}

.widget.widget_archive ul li {
  position: relative
}

.widget_categories ul,
.widget.widget_archive ul,
.widget.widget_meta ul {
  margin-top: -12px
}

.widget_categories ul li,
.widget.widget_archive ul li {
  position: relative;
  float: none;
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  margin: 0
}

.widget_categories ul li a,
.widget.widget_archive ul li a {
  padding: 0 45px 5px 20px;
  margin-bottom: 5px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #ededed
}

.widget_categories ul li a span,
.widget.widget_archive ul li a span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff
}

#secondary .widget_categories ul li a:before,
#secondary .widget_archive ul li a:before,
#primary .widget_categories ul li a:before,
#primary .widget_archive ul li a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f058"
}

.widget_categories ul li a:hover span,
.widget.widget_archive ul li a:hover span {
  background: gray
}

#secondary .widget_pages ul li,
#secondary .widget_meta ul li,
#secondary .widget_nav_menu ul li,
#primary .widget_pages ul li,
#primary .widget_meta ul li,
#primary .widget_nav_menu ul li {
  position: relative;
  float: none;
  display: block;
  margin: 0 0 10px;
  padding: 0;
  margin: 0
}

#secondary .widget_pages ul li a,
#secondary .widget_meta ul li a,
#secondary .widget_nav_menu ul li a,
#primary .widget_pages ul li a,
#primary .widget_meta ul li a,
#primary .widget_nav_menu ul li a {
  padding: 0 45px 5px 20px;
  margin-bottom: 5px;
  display: block;
  line-height: 30px;
  border-bottom: 1px solid #ededed
}

#secondary .widget_pages ul li a:before,
#secondary .widget_meta ul li a:before,
#secondary .widget_nav_menu ul li a:before,
#primary .widget_pages ul li a:before,
#primary .widget_meta ul li a:before,
#primary .widget_nav_menu ul li a:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f058"
}

.widget form {
  margin: 15px 0 0;
  float: left;
  clear: both;
  width: 100%
}

.widget #searchform {
  margin-top: 0
}

.widget #searchform input[type=text] {
  width: 71%;
  padding: 15px 4%;
  float: left
}

.widget #searchform input[type=submit] {
  padding: 14px 4%;
  float: left
}

.widget.widget_recent_entries .recent-posts-widget ul li {
  padding-bottom: 20px
}

.widget.widget_recent_entries .recent-posts-widget .post-thumb {
  float: left;
  margin: 0 10px 10px 0
}

.widget.widget_recent_entries .recent-posts-widget .post-thumb .thumb {
  max-width: 100px
}

.widget.widget_recent_entries .recent-posts-widget h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: -5px
}

.widget.widget_recent_entries .recent-posts-widget .post-meta {
  border: 1px solid #ededed;
  border-left: 0;
  display: block;
  height: 38px;
  clear: both
}

.widget.widget_recent_entries .recent-posts-widget .post-meta p {
  border-left: 1px solid #ededed;
  line-height: 38px;
  float: left;
  padding: 0 10px
}

.widget.widget_recent_entries .recent-posts-widget .post-meta p span {
  color: gray;
  font-size: 12px;
  margin-right: 5px
}

.widget.widget_recent_entries .recent-posts-widget .post-meta p a:hover {
  color: #2d2d29
}

#secondary .widget.widget_recent_entries .recent-posts-widget ul li:before,
#primary .widget.widget_recent_entries .recent-posts-widget ul li:before {
  content: ""
}

#secondary .widget.widget_recent_entries .recent-posts-widget ul li,
#primary .widget.widget_recent_entries .recent-posts-widget ul li {
  padding-left: 0;
  border: none
}

#secondary .widget.widget_recent_entries .recent-posts-widget ul li a,
#primary .widget.widget_recent_entries .recent-posts-widget ul li a {
  display: inline;
  padding: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  .widget.widget_recent_entries .recent-posts-widget h4 {
    display: inline
  }
}

.widget.widget_recent_entries .recent-posts-widget .post-thumb,
.recent-portfolio-widget ul li .thumb {
  width: 100px
}

#secondary .widget.widget_recent_entries ul li,
#secondary .widget.widget_recent_comments ul li,
#primary .widget.widget_recent_entries ul li,
#primary .widget.widget_recent_comments ul li {
  position: relative;
  border-bottom: 1px solid #ededed
}

#secondary .widget.widget_recent_entries ul li a,
#primary .widget.widget_recent_entries ul li a {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block
}

#secondary .widget.widget_recent_comments ul li,
#primary .widget.widget_recent_comments ul li {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  width: auto
}

#secondary .widget.widget_recent_entries ul li:before,
#secondary .widget.widget_recent_comments ul li:before,
#primary .widget.widget_recent_entries ul li:before,
#primary .widget.widget_recent_comments ul li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  top: 11px;
  left: 0;
  content: "\f058";
  color: #2d2d29
}

#footer .widget .recent-portfolio-widget ul li:before {
  content: ""
}

#footer .recent-portfolio-widget ul li {
  padding-bottom: 20px
}

.recent-portfolio-widget ul li .thumb {
  float: left;
  margin: 0 20px 5px 0;
  max-width: 70px
}

.recent-portfolio-widget ul li h6 {
  margin-bottom: 5px;
  line-height: normal;
  margin-top: -5px
}

.widget.tweetbox ul.tweet_list {
  list-style-type: none
}

.widget.tweetbox ul.tweet_list li {
  font-size: 14px;
  line-height: 20px
}

.widget.tweetbox ul.tweet_list li a:hover {
  color: #333334
}

.widget.tweetbox .tweet-thumb {
  float: left;
  margin: 5px 10px 10px 0
}

.widget.tweetbox .tweet-thumb img {
  border: 1px solid #e3e3e3
}

.widget.flickrbox .flickr-widget div {
  float: left;
  max-width: 75px;
  margin: 0 7px 2px 0
}

.widget.flickrbox .flickr-widget div img {
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100)
}

.widget.flickrbox .flickr-widget div img:hover {
  opacity: .4;
  filter: alpha(opacity=40)
}

.widget.widget_calendar caption {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700
}

.widget.widget_nav_menu ul li:before {
  content: "";
  display: inline
}

.tagcloud a {
  background: gray;
  font-size: 13px !important;
  font-weight: 700;
  color: #fff;
  padding: 7px 10px;
  margin: 0 1px 15px 0;
  float: left;
  position: relative
}

.tagcloud a:before {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #fff;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  top: 0;
  position: absolute
}

.widget.widget_rss li {
  padding-bottom: 20px
}

.widget.widget_rss img {
  display: none
}

.widget.widget_recent_comments li a {
  display: inline
}

#secondary .widget .tweet_list li,
#primary .widget .tweet_list li {
  display: block;
  padding-bottom: 20px;
  line-height: 24px
}

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

.ie8 img {
  width: auto
}

#secondary .wp-caption img {
  max-width: 97%
}

#secondary th,
#secondary td {
  padding: 10px
}

#secondary .dt-sc-appointment .dt-sc-contact-info i,
#primary .dt-sc-appointment .dt-sc-contact-info i {
  margin-right: 5px
}

#secondary .dt-sc-appointment .dt-sc-contact-info,
#primary .dt-sc-appointment .dt-sc-contact-info {
  font-size: 13px
}

.container {
  width: 1060px;
  margin: 0 auto;
  position: relative
}

.wrapper {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left
}

.boxed .wrapper {
  width: 1200px;
  margin: 0 auto;
  float: none
}

.inner-wrapper {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin: 0 0 30px;
  width: 100%;
  float: left;
  padding: 0
}

.boxed .inner-wrapper {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px
}

.boxed #header,
.boxed #main {
  background: 0 0
}

#header {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  float: left;
  position: relative;
  z-index: 9999;
  background: #fff
}

#header-wrapper-sticky-wrapper {
  max-width: 100%
}

#header-wrapper {
  width: 100%
}

.is-sticky #header-wrapper {
  z-index: 9999
}

.boxed .is-sticky #header-wrapper {
  width: 1200px
}

.is-sticky #header {
  padding: 5px 0;
  border-bottom: 5px solid;
  background: rgba(255, 255, 255, .9)
}

#logo {
  float: left;
  display: inline;
  padding: 0;
  width: auto;
  width: 22%;
  margin: 5px 0 0
}

#logo a {
  width: 100%;
  display: block;
  line-height: normal
}

#logo a img {
  max-width: 100%
}

#logo h2 {
  margin: 35px 0 0
}

#logo h2 a {
  font-size: 24px;
  font-weight: 700;
  color: #2d2d29
}

#main-menu {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
  line-height: normal;
  width: 78%
}

#main-menu>ul.menu {
  float: right;
  margin: 0;
  padding: 0
}

#main-menu>ul.menu>li {
  margin: 0;
  padding: 0;
  margin: 0 5px;
  display: inline;
  float: left;
  position: relative
}

#main-menu>ul.menu>li>a {
  display: block;
  padding: 12px 11px 15px;
  margin: 0;
  font-size: 14px;
  color: #333334;
  text-transform: uppercase;
  border-top: 3px solid transparent;
  border-radius: 3px 3px 0 0
}

#main-menu>ul.menu>li>span.arrow {
  display: none;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #fff;
  left: 0;
  *left: 48%;
  right: 0;
  width: 0;
  margin: auto;
  top: 0;
  position: absolute
}

#main-menu>ul.menu>li.current_page_item span,
#main-menu>ul.menu>li.current-menu-ancestor span {
  display: block
}

#main-menu>ul>li>a:hover,
#main-menu>ul>li:hover>a {
  color: #fff
}

#main-menu>ul>li.current_page_item>a,
#main-menu>ul>li.current_page_ancestor>a,
#main-menu>ul>li.current-menu-item>a,
#main-menu>ul>li.current-menu-ancestor>a,
#main-menu>ul>li.current_page_item>a:hover,
#main-menu>ul>li.current_page_ancestor>a:hover,
#main-menu>ul>li.current-menu-item>a:hover,
#main-menu>ul>li.current-menu-ancestor>a:hover {
  color: #fff
}

#main-menu ul li.menu-item-simple-parent ul,
#main-menu ul li.menu-item-simple-parent ul li ul,
#main-menu ul li.menu-item-simple-parent ul li ul li ul {
  display: none
}

#main-menu ul li.menu-item-simple-parent ul {
  width: 220px;
  background: #fff;
  border-top: 5px solid;
  padding: 10px 0 10px;
  position: absolute;
  top: 37px;
  left: 0;
  float: left;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .25)
}

#main-menu ul li.menu-item-simple-parent ul li {
  display: block;
  padding: 0 15px;
  position: relative
}

#main-menu ul li.menu-item-simple-parent ul li a {
  color: #2d2d29;
  position: relative;
  padding: 10px 0 10px 12px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  display: block
}

#main-menu ul li.menu-item-simple-parent ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 0
}

#main-menu ul li.menu-item-simple-parent ul li:last-child a {
  border: none
}

#main-menu ul li.menu-item-simple-parent ul li ul {
  left: 220px;
  top: -10px;
  border-top: 0;
  border-left: 5px solid;
  padding-top: 5px
}

#main-menu ul li.menu-item-simple-parent:last-child ul {
  right: 0;
  left: inherit
}

#main-menu ul li.menu-item-simple-parent:last-child ul li ul {
  right: 220px;
  left: inherit
}

#main-menu>ul.menu>li>.megamenu-child-container {
  display: none
}

.megamenu-child-container {
  background: #fff;
  border-top: 5px solid;
  padding: 10px 10px 0;
  position: absolute;
  top: 47px;
  left: 0;
  float: left;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .25)
}

.megamenu-2-columns-group .megamenu-child-container {
  width: 500px
}

.megamenu-3-columns-group .megamenu-child-container {
  width: 750px
}

.megamenu-4-columns-group .megamenu-child-container {
  width: 1000px
}

.megamenu-child-container>ul.sub-menu>li {
  width: 220px;
  padding: 15px;
  float: left;
  display: inline
}

.megamenu-2-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
  width: 470px;
  display: block
}

.megamenu-3-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
  width: 720px;
  display: block
}

.megamenu-4-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
  width: 970px;
  display: block
}

.megamenu-child-container>ul.sub-menu {
  padding: 0;
  margin: 0
}

.megamenu-child-container>ul.sub-menu>li>a,
.megamenu-child-container>ul.sub-menu>li>.nolink-menu {
  background: #f3f3f3;
  color: #2d2d29;
  padding: 10px 12px;
  display: block;
  font-size: 13px;
  font-weight: 700
}

.megamenu-child-container>ul.sub-menu>li>a .menu-item-description,
.menu-item-description {
  color: #b1b1b1;
  display: block;
  font-weight: 400;
  padding: 5px 0 0
}

.dt-megamenu-custom-content {
  display: block;
  padding: 10px 0 0
}

.megamenu-child-container ul.sub-menu>li>ul {
  padding: 10px 0 0
}

.megamenu-child-container ul.sub-menu>li>ul li {
  display: block
}

.megamenu-child-container ul.sub-menu>li>ul li a {
  color: #2d2d29;
  position: relative;
  padding: 0 0 10px 12px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  display: block
}

.megamenu-child-container ul.sub-menu>li>ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 0
}

.megamenu-child-container ul.sub-menu>li>ul li:last-child a {
  border: none
}

.megamenu-child-container ul.sub-menu>li>ul>li>ul {
  padding-left: 20px
}

.megamenu-child-container>ul.sub-menu>li>a:hover,
.megamenu-child-container>ul.sub-menu>li>a:hover .menu-item-description {
  color: #fff !important
}

.megamenu-child-container>ul.sub-menu>li.fulwidth-image-link>.nolink-menu {
  padding: 0
}

.megamenu-child-container>ul.sub-menu>li.fulwidth-image-link ul.sub-menu {
  padding-top: 0
}

.megamenu-child-container>ul.sub-menu>li.fulwidth-image-link img {
  max-width: 100%
}

.dt-sc-social-icons {
  float: right;
  margin: 0;
  padding: 0
}

#bbar-wrapper .dt-sc-social-icons li a {
  border: none;
  padding: 0;
  margin: 0
}

.dt-sc-social-icons li {
  position: relative;
  overflow: hidden;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0 3px 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-radius: 34px
}

.dt-sc-social-icons li img {
  border: 2px solid #c4c4c4;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 34px
}

.dt-sc-social-icons li img:first-child {
  display: none
}

.dt-sc-social-icons li:hover img:first-child {
  display: block;
  z-index: 1
}

.dt-sc-social-icons li:hover img:last-child {
  display: none
}

.dt-sc-social-icons li {
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s
}

.dt-sc-social-icons li:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s
}

.dt-sc-social-icons li:hover:after {
  height: 100%
}

.dt-sc-social-icons li.delicious:hover:after {
  background: #2648be
}

.dt-sc-social-icons li.delicious:hover img {
  border-color: #2648be
}

.dt-sc-social-icons li.deviantart:hover:after {
  background: #54675a
}

.dt-sc-social-icons li.deviantart:hover img {
  border-color: #54675a
}

.dt-sc-social-icons li.digg:hover:after {
  background: #1a5891
}

.dt-sc-social-icons li.digg:hover img {
  border-color: #1a5891
}

.dt-sc-social-icons li.dribble:hover:after {
  background: #f974a4
}

.dt-sc-social-icons li.dribble:hover img {
  border-color: #f974a4
}

.dt-sc-social-icons li.facebook:hover:after {
  background: #3c5b9b
}

.dt-sc-social-icons li.facebook:hover img {
  border-color: #3c5b9b
}

.dt-sc-social-icons li.flickr:hover:after {
  background: #e30377
}

.dt-sc-social-icons li.flickr:hover img {
  border-color: #e30377
}

.dt-sc-social-icons li.google:hover:after {
  background: #ba3526
}

.dt-sc-social-icons li.google:hover img {
  border-color: #ba3526
}

.dt-sc-social-icons li.gtalk:hover:after {
  background: #23458f
}

.dt-sc-social-icons li.gtalk:hover img {
  border-color: #23458f
}

.dt-sc-social-icons li.lastfm:hover:after {
  background: #d12540
}

.dt-sc-social-icons li.lastfm:hover img {
  border-color: #d12540
}

.dt-sc-social-icons li.linkedin:hover:after {
  background: #0173b2
}

.dt-sc-social-icons li.linkedin:hover img {
  border-color: #0173b2
}

.dt-sc-social-icons li.mail:hover:after {
  background: #edc719
}

.dt-sc-social-icons li.mail:hover img {
  border-color: #edc719
}

.dt-sc-social-icons li.myspace:hover:after {
  background: #4f79c6
}

.dt-sc-social-icons li.myspace:hover img {
  border-color: #4f79c6
}

.dt-sc-social-icons li.picasa:hover:after {
  background: #8a66a3
}

.dt-sc-social-icons li.picasa:hover img {
  border-color: #8a66a3
}

.dt-sc-social-icons li.pinterest:hover:after {
  background: #ca1325
}

.dt-sc-social-icons li.pinterest:hover img {
  border-color: #ca1325
}

.dt-sc-social-icons li.reddit:hover:after {
  background: #ff1a00
}

.dt-sc-social-icons li.reddit:hover img {
  border-color: #ff1a00
}

.dt-sc-social-icons li.rss:hover:after {
  background: #ffb922
}

.dt-sc-social-icons li.rss:hover img {
  border-color: #ffb922
}

.dt-sc-social-icons li.skype:hover:after {
  background: #00aaf1
}

.dt-sc-social-icons li.skype:hover img {
  border-color: #00aaf1
}

.dt-sc-social-icons li.stumbleupon:hover:after {
  background: #eb4924
}

.dt-sc-social-icons li.stumbleupon:hover img {
  border-color: #eb4924
}

.dt-sc-social-icons li.technorati:hover:after {
  background: #5bb834
}

.dt-sc-social-icons li.technorati:hover img {
  border-color: #5bb834
}

.dt-sc-social-icons li.tumblr:hover:after {
  background: #2a445f
}

.dt-sc-social-icons li.tumblr:hover img {
  border-color: #2a445f
}

.dt-sc-social-icons li.twitter:hover:after {
  background: #2caae1
}

.dt-sc-social-icons li.twitter:hover img {
  border-color: #2caae1
}

.dt-sc-social-icons li.viadeo:hover:after {
  background: #f4982b
}

.dt-sc-social-icons li.viadeo:hover img {
  border-color: #f4982b
}

.dt-sc-social-icons li.vimeo:hover:after {
  background: #41b2dc
}

.dt-sc-social-icons li.vimeo:hover img {
  border-color: #41b2dc
}

.dt-sc-social-icons li.yahoo:hover:after {
  background: #7c1f70
}

.dt-sc-social-icons li.yahoo:hover img {
  border-color: #7c1f70
}

.dt-sc-social-icons li.youtube:hover:after {
  background: #ff3431
}

.dt-sc-social-icons li.youtube:hover img {
  border-color: #ff3431
}

#bbar-wrapper {
  width: 100%;
  float: left;
  margin: 0;
  color: #2d2d29;
  position: relative;
  z-index: 99999;
  padding: 15px 0;
  line-height: 20px
}

#bbar-wrapper i {
  font-size: 16px;
  margin-right: 3px
}

#bbar-wrapper .column {
  padding: 0
}

#bbar-wrapper .dt-sc-social-icons {
  line-height: normal;
  float: left
}

#bbar-wrapper .dt-sc-social-icons li {
  margin-bottom: 0
}

#bbar-wrapper .column.alignright {
  float: right;
  text-align: right;
  margin-bottom: 0
}

#bbar-close,
#bbar-open {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer
}

#bbar-body>img {
  max-width: 80%
}

#bbar-wrapper a {
  border-left: 1px solid #cdcdcc;
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 0 0 8px
}

#bbar-wrapper a.first {
  border: none;
  padding-left: 0;
  margin-left: 0
}

#bbar-wrapper ul.top-menu,
#bbar-wrapper ul.menu {
  margin: 0
}

#bbar-wrapper ul.top-menu li,
#bbar-wrapper ul.menu li {
  display: inline
}

#bbar-wrapper ul.top-menu li:first-child a,
#bbar-wrapper ul.menu li:first-child a {
  padding-left: 0;
  margin-left: 0;
  border: none
}

#bbar-wrapper.header4,
#bbar-wrapper.header3 {
  padding: 5px 0;
  line-height: 34px
}

#bbar-wrapper.header3 .dt-sc-social-icons {
  float: right
}

#main {
  width: 100%;
  margin: 0;
  padding: 0 0 85px;
  float: left;
  background: #fff
}

#primary {
  width: 710px;
  margin: 0;
  padding: 0;
  float: left;
  margin-top: 35px
}

#primary.content-full-width {
  width: 100%
}

#primary.with-left-sidebar {
  float: right
}

#secondary {
  width: 290px;
  margin: 30px 0 0 20px;
  float: left;
  padding: 0
}

#secondary.left-sidebar {
  margin: 30px 20px 0 0
}

.side-navigation {
  width: 27%;
  float: left;
  margin: 0 2% 0 0;
  padding: 0
}

.side-navigation-content {
  width: 71%;
  float: left;
  margin: 0;
  padding: 0
}

#slider {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 5px solid
}

.breadcrumb-section {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px 0;
  float: left;
  clear: both;
  background: #ededed;
  border-top: 5px solid
}

.breadcrumb {
  float: left;
  margin: 0;
  padding: 0;
  width: 57%
}

.breadcrumb a {
  font-size: 14px;
  float: left;
  line-height: 34px;
  color: #2d2d29
}

.breadcrumb span {
  float: left;
  margin: 0 6px 0;
  text-align: center;
  font-size: 10px;
  line-height: 38px
}

.breadcrumb h1 {
  float: left;
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  padding: 4px 10px;
  border-radius: 3px
}

.breadcrumb-section #searchform {
  float: right;
  padding: 0
}

.breadcrumb-section #searchform input[type=text] {
  background: #fff;
  float: left;
  padding: 13px 15px;
  margin: 0
}

.breadcrumb-section #searchform input[type=submit] {
  padding: 13px 14px 12px;
  margin: 0;
  line-height: 18px
}

@-moz-document url-prefix() {
  .breadcrumb-section #searchform input[type=submit] {
    padding: 12px 14px 11px
  }
}

.carousel-arrows {
  position: absolute;
  top: -60px;
  right: 0
}

.carousel-arrows a {
  background: gray;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-left: 1px
}

.dt-sc-sorting-container {
  float: left;
  clear: both;
  margin: 0 0 30px;
  padding: 0;
  width: 100%
}

.dt-sc-sorting-container a {
  font-size: 14px;
  line-height: 36px;
  color: #2d2d29;
  padding: 0 15px;
  background: #ededed;
  margin: 0 1px 10px 0;
  float: left;
  border-bottom: 3px solid #d9d9d9;
  position: relative
}

.dt-sc-sorting-container a:hover,
.dt-sc-sorting-container a.active-sort {
  color: #fff
}

.dt-sc-portfolio-container {
  width: 100%;
  float: left;
  clear: both
}

.portfolio-carousel-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  position: relative
}

.portfolio-carousel {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  clear: both
}

.portfolio-carousel li {
  display: inline;
  margin: 0 5px
}

.portfolio-carousel .portfolio {
  margin-top: 0;
  margin-bottom: 0
}

.portfolio-carousel-wrapper .carousel-arrows {
  right: 5px
}

.portfolio {
  float: left;
  border-bottom: 3px solid #d9d9d9;
  padding: 0;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.dt-sc-portfolio-container .portfolio {
  margin: 10px 0
}

.portfolio.last {
  margin-right: 0
}

.portfolio .portfolio-thumb:hover img {
  -moz-transform: scale(1.3) rotate(0deg) translate(0px);
  -webkit-transform: scale(1.3) rotate(0deg) translate(0px);
  -o-transform: scale(1.3) rotate(0deg) translate(0px);
  transform: scale(1.3) rotate(0deg) translate(0px)
}

.portfolio .portfolio-thumb {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
  line-height: 0
}

.portfolio .portfolio-thumb img {
  height: auto
}

.portfolio .portfolio-detail {
  width: 100%;
  position: relative;
  background: #ededed;
  padding: 15px 0;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  text-align: left;
  min-height: 48px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.portfolio .portfolio-detail h5,
.portfolio .portfolio-detail p {
  padding: 0 10px 0 70px;
  margin: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.portfolio .portfolio-detail p {
  color: #919191
}

.portfolio .portfolio-detail .views {
  text-align: center;
  float: left;
  margin: 0;
  padding: 0 20px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
  color: #2d2d29
}

.portfolio .portfolio-detail .views i {
  display: block;
  margin: 27px 0 -3px
}

.portfolio .portfolio-detail .views a {
  color: #2d2d29
}

.portfolio:hover .portfolio-detail .views,
.portfolio:hover .portfolio-detail .views a {
  color: #fff
}

.portfolio.dt-sc-one-fourth .portfolio-detail h5 {
  font-size: 14px
}

.portfolio .image-overlay {
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(/wp-content/themes/soulmedic/images/transparent-bg.png) repeat;
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0
}

.portfolio .image-overlay a {
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  background: url(/wp-content/themes/soulmedic/images/transparent-bg2.png) repeat;
  padding: 10px;
  position: absolute;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  top: 0;
  bottom: 0;
  margin: auto
}

.portfolio .image-overlay a span {
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 42px
}

.portfolio .image-overlay a.zoom {
  left: 0;
  right: 100%
}

.portfolio .image-overlay a.link {
  right: 0;
  left: 100%
}

.portfolio:hover .image-overlay a.zoom {
  left: 0;
  right: 75px
}

.portfolio:hover .image-overlay a.link {
  left: 75px;
  right: 0
}

.portfolio:hover a.zoom,
.portfolio:hover .image-overlay a.link {
  opacity: 1;
  filter: alpha(opacity=100)
}

.portfolio:hover .portfolio-detail h5,
.portfolio:hover .portfolio-detail h5 a,
.portfolio:hover .portfolio-detail p {
  color: #fff
}

.portfolio:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out
}

.portfolio .image-overlay a:hover {
  -moz-transform: scale(1.2) rotate(0deg) translate(0px);
  -webkit-transform: scale(1.2) rotate(0deg) translate(0px);
  -o-transform: scale(1.2) rotate(0deg) translate(0px);
  transform: scale(1.2) rotate(0deg) translate(0px)
}

@media only screen and (min-width:768px) {
  .portfolio.dt-sc-one-fourth.with-sidebar h5 {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: normal
  }

  .portfolio.dt-sc-one-fourth.with-sidebar h5 a {
    color: #2d2d29
  }

  .portfolio.dt-sc-one-fourth.with-sidebar p {
    font-size: 12px;
    line-height: normal
  }

  .portfolio.dt-sc-one-fourth.with-sidebar .portfolio-detail {
    padding: 10px 0
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-half.with-sidebar {
    width: 48.7%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-third.with-sidebar {
    width: 31.6%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-fourth.with-sidebar {
    width: 23.1%
  }
}

.isotope-hidden {
  display: none !important
}

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

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

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity
}

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

.portfolio-single {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0
}

.portfolio-slider-container {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  position: relative
}

.two-third .portfolio-slider-container {
  margin-bottom: 0
}

.portfolio-slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0
}

.portfolio-slider li {
  width: 100%;
  display: block;
  padding: 0;
  float: left;
  position: relative;
  margin-bottom: 15px;
  margin-right: 10px;
  background: 0 0
}

.portfolio-slider li img {
  display: block
}

.portfolio-slider-container .bx-controls-direction {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0
}

.portfolio-slider-container .bx-controls-direction a {
  text-indent: -9999px;
  z-index: 100;
  position: absolute;
  top: 41%;
  width: 39px;
  height: 72px;
  float: left;
  opacity: .8;
  filter: alpha(opacity=80)
}

.portfolio-slider-container .bx-controls-direction a:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.portfolio-slider-container .bx-controls-direction a.bx-prev {
  left: 10px
}

.portfolio-slider-container .bx-controls-direction a.bx-next {
  right: 10px
}

.portfolio-single h3 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px
}

.portfolio-single h6 {
  color: #919191;
  font-weight: 400;
  margin: -10px 0 10px
}

.portfolio-share {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0 0
}

.portfolio-single .tags span {
  margin-right: 5px;
  color: gray
}

.portfolio-single .bx-wrapper {
  position: relative
}

.entry-thumb .bx-wrapper {
  position: relative
}

.bx-controls a {
  font-size: 0;
  height: 60px;
  position: absolute;
  top: 43%;
  width: 40px;
  z-index: 999
}

.bx-controls a.bx-prev {
  background: gray url(/wp-content/themes/soulmedic/images/portfolio-slider-arrow-left.png) center center no-repeat;
  left: 0
}

.bx-controls a.bx-next {
  background: gray url(/wp-content/themes/soulmedic/images/portfolio-slider-arrow-right.png) center center no-repeat;
  right: 0
}

.post-nav-container {
  float: left;
  width: 100%;
  margin: 30px 0 0;
  padding: 15px 0;
  clear: both;
  border-bottom: 1px dotted #888;
  border-top: 1px dotted #888
}

.post-nav-container a {
  font-weight: 700
}

.post-nav-container a span {
  font-size: 12px;
  font-weight: 400;
  color: #2d2d29;
  font-style: italic
}

.post-nav-container .post-prev-link {
  float: left
}

.post-nav-container .post-next-link {
  float: right
}

.portfolio-single .right-gallery.dt-sc-two-third {
  margin-left: 2%;
  float: right;
  margin-right: 0
}

.portfolio-single .dt-sc-one-third.last {
  margin-left: 0
}

.portfolio-single .dt-sc-two-third {
  margin-right: 2%
}

.pagination {
  float: left;
  width: 100%;
  margin: 20px 0 10px;
  padding: 0
}

.pagination ul {
  float: left;
  margin: 0;
  padding: 0
}

.pagination ul li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0
}

.pagination ul li a,
.pagination .next-post a,
.pagination .prev-post a {
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
  color: gray;
  padding: 0 15px;
  margin: 0 10px 0 0;
  float: left;
  border: 1px solid;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s
}

.pagination ul li a:after,
.pagination .next-post a:after,
.pagination .prev-post a:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s
}

.pagination ul li a:hover:after,
.pagination ul li a:active:after,
.pagination .next-post a:hover:after,
.pagination .prev-post a:hover:after {
  height: 100%
}

.pagination ul li.active-page {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
  padding: 0 15px;
  margin: 0 10px 0 0;
  float: left;
  position: relative;
  border: 1px solid
}

.pagination ul li a:hover,
.pagination .next-post a:hover,
.pagination .prev-post a:hover {
  color: #fff
}

.pagination .next-post {
  float: left;
  margin-left: 4px;
  padding: 0
}

.pagination .prev-post {
  float: left;
  margin-right: 4px;
  padding: 0
}

.entry-meta {
  width: 58px;
  border: 1px solid #ededed;
  text-align: center;
  position: absolute;
  left: 0;
  padding: 10px 0 0
}

.entry-meta .entry_format {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  text-decoration: inherit;
  border-radius: 3px;
  height: 32px;
  position: relative
}

.entry-meta .entry_format:after {
  content: "\f15c"
}

.entry-meta .date {
  border-top: 1px solid #ededed;
  padding: 10px 0 0;
  margin: 10px 0 0;
  color: #acacac
}

.entry-meta .date p {
  line-height: 20px
}

.entry-meta .date p span {
  font-size: 18px
}

.entry-meta .comments {
  border-bottom: 3px solid;
  display: block;
  color: #fff;
  padding: 5px 0;
  border-radius: 0 0 5px 5px
}

.format-gallery .entry-meta .entry_format:after {
  content: "\f030"
}

.format-video .entry-meta .entry_format:after {
  content: "\f008"
}

.format-aside .entry-meta .entry_format:after {
  content: "\f036"
}

.format-chat .entry-meta .entry_format:after {
  content: "\f086"
}

.format-quote .entry-meta .entry_format:after {
  content: "\f10d"
}

.format-audio .entry-meta .entry_format:after {
  content: "\f001"
}

.format-link .entry-meta .entry_format:after {
  content: "\f0c1"
}

.format-standard .entry-meta .entry_format:after {
  content: "\f15c"
}

.format-image .entry-meta .entry_format:after {
  content: "\f03e"
}

.format-status .entry-meta .entry_format:after {
  content: "\f075"
}

.blog-entry {
  width: 100%;
  margin: 0 0 60px;
  padding: 0 0 40px;
  float: left;
  clear: both;
  background: url(/wp-content/themes/soulmedic/images/splitter.png) bottom repeat-x;
  position: relative
}

.blog-entry-inner {
  padding: 0 0 0 80px;
  min-height: 155px
}

.entry-thumb {
  display: block;
  padding: 0 0 15px
}

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

.ie8 .entry-thumb img {
  width: auto
}

.entry-details .entry-metadata {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%
}

.entry-details .entry-title h4 {
  margin-bottom: 5px
}

.entry-details .entry-metadata span {
  color: gray;
  margin-right: 5px
}

.entry-details .read-more {
  position: absolute;
  right: 0;
  bottom: -15px
}

.entry-details .read-more.dt-sc-button.small {
  padding: 11px 15px;
  font-size: 12px
}

.entry-details .dt-sc-button {
  background: #fff
}

.entry-thumb .bx-controls a {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .6);
  height: 45px;
  width: 30px;
  background-size: 30px 30px
}

.entry-gallery-post-slider,
.entry-gallery-post-slider li {
  margin: 0;
  padding: 0;
  line-height: 0
}

.author-info {
  background: #ededed;
  display: block;
  padding: 20px 20px 10px;
  clear: both
}

.author-info img {
  background: #fff;
  padding: 5px
}

.author-bio {
  float: left;
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  width: 100%
}

.author-bio>h4 {
  margin-bottom: 20px
}

.author-bio .image {
  float: left;
  margin-right: 3%;
  line-height: 0
}

.author-bio .image img {
  border: 2px solid;
  border-radius: 100%;
  max-width: 94%;
  height: auto
}

.author-bio .author-details h4 {
  font-size: 14px;
  margin-bottom: 10px
}

.author-bio .author-details {
  border: 1px solid #d7d7d7;
  padding: 15px 2%;
  margin: 0;
  float: left;
  width: 96%
}

.blog-fullwidth {
  width: 100%;
  margin: 0
}

.entry-metadata p {
  float: left;
  margin: 0 15px 0 0
}

.entry-details .entry-body {
  width: 100%;
  clear: both
}

.sticky .featured-post,
.featured-post {
  margin-bottom: 15px;
  position: relative;
  padding: 0 0 0 50px;
  color: #2d2d29;
  background: #ededed;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700
}

.featured-post span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px
}

.commententries {
  width: 100%;
  float: left;
  margin: 10px 0 0;
  padding: 0
}

ul.commentlist {
  float: left;
  margin: 20px 0;
  padding: 0 0 20px;
  list-style: none;
  border-top: 0
}

ul.commentlist li {
  display: block;
  float: none;
  list-style: none;
  border: none;
  margin: 0 0 20px;
  padding: 0 0 0 115px;
  position: relative;
  clear: both
}

ul.commentlist li ul.children {
  margin: 10px 0 10px;
  padding: 0;
  float: left;
  border: none;
  clear: both;
  width: 100%
}

ul.commentlist li .respond {
  margin-left: 69px
}

ul.commentlist li .comment-details {
  position: relative;
  padding: 0 0 10px;
  margin: 10px 0 10px
}

ul.commentlist li .comment-details:before {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%
}

ul.commentlist li .comment-body {
  margin: 15px 0 0
}

ul.commentlist li .comment-body p {
  line-height: 20px
}

ul.commentlist li .comment-author {
  left: 0;
  top: 0;
  position: absolute
}

ul.commentlist li .comment-author img {
  border: 5px solid;
  max-width: 88px;
  max-height: 88px;
  float: left;
  margin: 0;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 88px
}

ul.commentlist li .comment-author img:hover {
  -moz-transform: scale(1.05) rotate(20deg) translate(2px);
  -webkit-transform: scale(1.05) rotate(20deg) translate(2px);
  -o-transform: scale(1.05) rotate(20deg) translate(2px);
  transform: scale(1.05) rotate(20deg) translate(2px)
}

ul.commentlist li .author-name {
  background: #ededed;
  height: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #2d2d29;
  padding-left: 50px;
  margin-bottom: 5px
}

ul.commentlist li .author-name a {
  color: #2d2d29;
  line-height: 40px;
  font-size: 14px
}

ul.commentlist li .author-name span {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 44px;
  text-align: center
}

ul.commentlist li.bypostauthor .author-name {
  background: #aaa;
  color: #fff
}

ul.commentlist li .comment-details {
  display: block
}

ul.commentlist li .commentmetadata {
  font-size: 12px;
  color: gray;
  font-style: italic;
  text-decoration: none
}

ul.commentlist li .reply {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0
}

ul.commentlist li .reply a {
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
  height: 40px;
  display: inline-block
}

ul.commentlist li .reply a:hover {
  background: gray
}

ul.commentlist li #respond {
  padding-bottom: 20px
}

#respond {
  clear: both
}

#respond h3 small {
  font-size: 14px;
  margin-bottom: 20px
}

#respond .form-submit {
  width: 100%;
  text-align: right
}

#respond input[type=submit] {
  float: none
}

.social-share-icons {
  width: 100%;
  clear: both;
  float: left;
  margin: 20px 0 0;
  padding: 0
}

.social-share-icons li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0
}

.social-share-icons li img:hover {
  opacity: .8;
  filter: alpha(opacity=80)
}

.comment-body ul li,
.comment-body ol li {
  padding-left: 0;
  list-style: circle;
  display: list-item
}

ul.side-nav {
  border: 1px solid;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  float: left
}

ul.side-nav li {
  float: left;
  width: 100%;
  display: block;
  padding: 0;
  border-bottom: 1px solid
}

ul.side-nav li a {
  color: #2d2d29;
  padding: 10px 0 10px 60px;
  display: block;
  position: relative
}

ul.side-nav li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  color: #444446;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  width: 45px;
  height: 44px;
  text-align: center;
  line-height: 45px
}

ul.side-nav>li.current_page_item>a:after,
ul.side-nav>li>ul>li.current_page_item>a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/soulmedic/images/side-nav-active.png) no-repeat;
  width: 11px;
  height: 46px;
  right: -11px;
  top: 0
}

ul.side-nav>li>a:hover,
ul.side-nav>li>ul>li>a:hover,
ul.side-nav>li.current_page_item>a,
ul.side-nav li>ul>li.current_page_item>a {
  color: #4bbcd7
}

ul.side-nav li a:hover:before,
ul.side-nav>li.current_page_item>a:before,
ul.side-nav>li>ul>li.current_page_item>a:before,
ul.side-nav>li>ul>li>ul>li.current_page_item>a:before {
  color: #fff
}

ul.side-nav li ul {
  border-top: 1px solid;
  margin: 0;
  padding-left: 0
}

ul.side-nav li ul li:last-child {
  border: none;
  padding-bottom: 0
}

ul.side-nav li ul li a {
  padding-left: 85px
}

ul.side-nav ul ul li a {
  padding-left: 120px
}

ul.side-nav li a:before,
ul.side-nav>li>a:hover,
ul.side-nav>li>ul>li>a:hover,
ul.side-nav>li>ul>li>ul>li>a:hover,
ul.side-nav>li.current_page_item>a,
ul.side-nav>li>ul>li.current_page_item>a,
ul.side-nav>li>ul>li>ul>li.current_page_item>a {
  background: #ededed
}

ul.side-nav,
ul.side-nav li,
ul.side-nav li ul {
  border-color: #e3e3e3
}

ul.side-nav li a:before,
ul.side-nav>li>a:hover,
ul.side-nav>li>ul>li>a:hover,
ul.side-nav>li>ul>li>ul>li>a:hover {
  color: #2d2d29
}

.error-info {
  padding: 70px 0;
  float: left;
  clear: both
}

.error-info h2 {
  font-size: 100px;
  color: #d9d9d9;
  margin-bottom: 10px;
  display: block
}

.error-info h3 {
  font-size: 20px;
  text-transform: none;
  display: block;
  margin-bottom: 20px
}

.newsletter-form {
  background: #ededed;
  float: left;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 20px 0
}

.newsletter-form h2 {
  margin-bottom: 10px
}

.newsletter-form form {
  float: right;
  width: 100%;
  margin: 20px 0 0
}

.newsletter-form input[type=email],
.newsletter-form input[type=text] {
  background: #fff;
  border: 1px solid #e3e3e3;
  float: left;
  width: 66%
}

.newsletter-form input[type=submit] {
  float: left;
  padding: 15px 12px
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(/wp-content/themes/soulmedic/images/ui.totop.png) no-repeat left top;
  z-index: 9999
}

#toTopHover {
  background: url(/wp-content/themes/soulmedic/images/ui.totop.png) no-repeat left -40px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0)
}

#toTop:active,
#toTop:focus {
  outline: none
}

#footer {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  color: gray
}

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

.ie8 #footer img {
  width: auto
}

#footer,
#footer a:hover,
#footer .widget ul li,
#footer .widget h3.widgettitle a:hover,
#footer p,
#footer span,
#footer .widget ul li:before,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer h1 a,
#footer h2 a,
#footer h3 a,
#footer h4 a,
#footer h5 a,
#footer h6 a,
#footer a:hover {
  color: gray
}

#footer .widget ul {
  width: 100%;
  margin: 0;
  padding: 0
}

#footer .widget ul li {
  width: 94%;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  line-height: 20px;
  padding: 7px 0 7px 15px
}

#footer .widget ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 0
}

#footer .widget ul li a {
  padding: 0;
  background: 0 0;
  color: gray;
  display: block
}

#footer .widget ul li:first-child {
  padding-top: 0
}

#footer .widget ul li:first-child:before {
  top: 0
}

#footer .widget ul ul {
  border-top: 1px solid #e1e1e1;
  margin-top: 5px;
  padding-top: 5px
}

#footer .widget ul li:last-child {
  border: none
}

#footer .tweets a {
  color: #e6e6e6
}

#footer .widget_categories ul li a span,
#footer .widget.widget_archive ul li a span {
  color: #fff
}

#footer .widget_categories ul li,
#footer .widget.widget_archive ul li {
  padding-bottom: 0
}

#footer .widget_categories ul li a,
#footer .widget.widget_archive ul li a {
  border-bottom: 0
}

#footer .widget_categories ul li:before,
#footer .widget.widget_archive ul li:before {
  top: 17px
}

#footer .widget_categories ul li:first-child:before,
#footer .widget_archive ul li:first-child:before {
  top: 10px
}

#footer .widget.widget_recent_entries .recent-posts-widget ul li:before {
  content: ""
}

#footer .widget.widget_recent_entries .recent-posts-widget ul li {
  padding-left: 0
}

#footer .widget {
  padding-bottom: 30px;
  width: 100%;
  float: left
}

#footer .widget h3.widgettitle {
  margin-bottom: 35px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0
}

#footer .widget h3.widgettitle:after {
  content: "";
  height: 1px;
  background: #e1e1e1;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 0
}

#footer .widget .recent-posts-widget ul li {
  padding-bottom: 20px;
  padding-left: 0
}

#footer .widget .recent-posts-widget ul li a {
  display: inline
}

#footer .widget .recent-posts-widget .post-meta p {
  padding: 0 8px;
  font-size: 12px
}

#footer .widget .recent-posts-widget .post-meta p.author,
#footer .widget.widget_recent_entries .post-meta p.date {
  min-width: 10px
}

#footer .widget .tweet_list li:before {
  content: ""
}

#footer .widget .tweet_list li {
  padding-left: 0;
  border-bottom: none;
  padding-bottom: 20px
}

#footer .recent-posts-widget ul li,
#footer .recent-portfolio-widget ul li {
  border-bottom: 0;
  padding: 0
}

#footer .recent-portfolio-widget ul li,
.recent-portfolio-widget ul li {
  padding-bottom: 10px
}

#footer .widget_categories ul li a {
  position: relative;
  display: block
}

.recent-portfolio-widget ul li p {
  line-height: 20px;
  font-size: 12px
}

#footer .widget.widget_recent_comments li a {
  display: inline
}

#footer .widget .dt-sc-social-icons {
  margin: 20px 0 0
}

#footer .widget .dt-sc-social-icons li {
  display: inline;
  float: left;
  border: 0;
  padding: 0;
  margin: 0 5px 0 0;
  width: 29px;
  clear: none
}

#footer .widget .dt-sc-social-icons li:before {
  content: ""
}

#footer .widget .dt-sc-social-icons li a {
  position: static
}

#footer .widget.widget_calendar caption {
  font-size: 14px
}

#footer th,
#footer td {
  padding: 10px
}

#footer .widget .textwidget ul li:before {
  content: "\f14c"
}

#footer .widget .textwidget ul li {
  padding-left: 22px;
  width: 91%;
  border-bottom: none
}

#footer select {
  width: 100%
}

#footer input[type=submit],
#footer input[type=button] {
  color: #fff
}

#footer input[type=submit]:hover,
#footer input[type=button]:hover {
  background-color: gray;
  color: #fff
}

#footer .widget.widget_recent_entries .recent-posts-widget .post-meta p,
#footer .widget.widget_recent_entries .recent-posts-widget .post-meta {
  border-color: #ddd
}

#footer .tagcloud a {
  color: #fff
}

#footer .tagcloud a:before {
  border-top: 3px solid #f3f3f3
}

#footer .wp-caption {
  width: 100%
}

#footer .wp-caption-text {
  color: gray
}

#footer .wp-caption img {
  max-width: 96%
}

#footer .copyright {
  width: 100%;
  clear: both;
  padding: 20px 0;
  margin: 0;
  color: #6a6a6a;
  float: left;
  border-top: 1px solid #e1e1e1
}

#footer .copyright p,
#footer .copyright div,
#footer .copyright a {
  color: #6a6a6a;
  margin-bottom: 0
}

#footer .widget.widget_categories ul li a:before {
  content: ""
}

.copyright-content {
  float: left;
  margin: 6px 0 0
}

.footer-logo {
  float: right;
  line-height: normal
}

#footer .dt-sc-contact-info {
  border-color: #e1e1e1
}

#footer .dt-sc-appointment .dt-sc-contact-info {
  border: none
}

#footer .widget.widget_text .dt-sc-contact-info.address {
  border: 0;
  padding-top: 0
}

span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block
}

.wpcf7-form p {
  margin-bottom: 0
}

span.wpcf7-form-control-wrap input[type=text],
span.wpcf7-form-control-wrap input[type=password],
span.wpcf7-form-control-wrap input[type=email],
span.wpcf7-form-control-wrap input[type=url],
span.wpcf7-form-control-wrap input[type=tel],
span.wpcf7-form-control-wrap input[type=number],
span.wpcf7-form-control-wrap input[type=range],
span.wpcf7-form-control-wrap input[type=date],
span.wpcf7-form-control-wrap textarea,
span.wpcf7-form-control-wrap input.text,
span.wpcf7-form-control-wrap select {
  margin: 10px 0 0
}

.wpcf7-form-control-wrap {
  position: relative
}

.wpcf7-form span.wpcf7-not-valid-tip {
  background: #ffb0af;
  border: 1px solid #ff7b79;
  color: #c00;
  padding: 4px 10px;
  left: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box
}

.wpcf7-form span.wpcf7-not-valid-tip:before {
  position: absolute;
  background: url(/wp-content/themes/soulmedic/images/error-arrow.png) top left no-repeat;
  top: -6px;
  left: 14px;
  width: 16px;
  height: 6px;
  content: ""
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-mail-sent-ok {
  margin-bottom: 20px;
  margin-top: 20px;
  clear: both;
  padding: 15px 15px 15px 35px;
  float: left
}

.wpcf7-form div.wpcf7-validation-errors {
  background: #fcc;
  border: 1px solid #f99;
  color: #d01313;
  position: relative
}

.wpcf7-form div.wpcf7-validation-errors:before,
.wpcf7-form div.wpcf7-mail-sent-ok:before {
  top: 13px;
  left: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 20px;
  position: absolute
}

.wpcf7-form div.wpcf7-validation-errors:before {
  content: "\f057";
  color: #c54228
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  background: #eafac0;
  border: 1px solid #b1cf67;
  color: #7ba411;
  position: relative
}

.wpcf7-form div.wpcf7-mail-sent-ok:before {
  content: "\f058";
  color: #75b632
}

.wpcf7-form span.wpcf7-list-item {
  margin-right: 25px
}

.wpcf7-form input[type=radio] {
  position: relative;
  margin-right: 5px;
  top: -2px
}

.dt-sc-titled-box-content .wpcf7-form .wpcf7-not-valid-tip {
  top: 0;
  padding: 0 10px
}

.ie9 .dt-sc-titled-box-content .wpcf7-form .wpcf7-not-valid-tip {
  top: 50px
}

.ie9 .wpcf7-form .wpcf7-not-valid-tip {
  top: 20px
}

.dt-sc-one-third .dt-sc-titled-box-content input[type=text],
.dt-sc-one-third .dt-sc-titled-box-content input[type=password],
.dt-sc-one-third .dt-sc-titled-box-content input[type=email],
.dt-sc-one-third .dt-sc-titled-box-content input[type=url],
.dt-sc-one-third .dt-sc-titled-box-content input[type=tel],
.dt-sc-one-third .dt-sc-titled-box-content input[type=number],
.dt-sc-one-third .dt-sc-titled-box-content input[type=range],
.dt-sc-one-third .dt-sc-titled-box-content input[type=date],
.dt-sc-one-third .dt-sc-titled-box-content textarea,
.dt-sc-one-third .dt-sc-titled-box-content input.text {
  padding: 12px 5%;
  width: 90%
}

#tribe-events-pg-template {
  max-width: 100%
}

#tribe-bar-form {
  background: #ededed
}

#tribe-bar-form label {
  font-size: 15px;
  color: #2d2d29;
  text-transform: none;
  margin-bottom: 10px
}

#tribe-bar-form input[type=text] {
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 9px 10px;
  font-weight: 400;
  font-size: 14px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  border: none;
  color: #fff;
  text-transform: none;
  font-weight: 700;
  margin: 25px 0 0;
  font-size: 14px;
  padding: 9px 15px 10px;
  float: left;
  cursor: pointer;
  width: auto
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: gray
}

.tribe-bar-views-inner {
  padding: 22px 0 45px
}

.datepicker th.switch {
  width: 122px
}

.datepicker.dropdown-menu {
  margin-top: 6px
}

.datepicker table {
  border: none
}

.datepicker td,
.datepicker th {
  padding: 5px;
  border: none;
  background: 0 0
}

h2.tribe-events-page-title {
  font-weight: 700
}

.tribe-events-sub-nav li a,
.tribe-events-read-more {
  background: 0 0;
  font-size: 14px;
  padding: 7px 15px;
  line-height: normal;
  display: inline-block;
  margin: 10px 0 0;
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  outline: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  border: 1px solid
}

.tribe-events-sub-nav li a:after,
.tribe-events-read-more:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s
}

.tribe-events-sub-nav li a:hover,
.tribe-events-sub-nav li a:active,
.tribe-events-read-more:hover,
.tribe-events-read-more:active {
  color: #fff
}

.tribe-events-sub-nav li a:hover:after,
.tribe-events-sub-nav li a:active:after,
.tribe-events-read-more:hover:after,
.tribe-events-read-more:hover:active {
  height: 100%
}

.tribe-events-calendar th {
  background: #ededed;
  text-transform: uppercase;
  padding: 15px 10px;
  text-transform: none
}

#tribe-events-content table.tribe-events-calendar,
#tribe-events-content .tribe-events-calendar td {
  border: 1px solid #ededed
}

#tribe-events-content .tribe-events-calendar td {
  background: #fff;
  text-align: left
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  border-bottom: 1px solid #ededed
}

#tribe-events-content .tribe-events-thismonth a {
  border-bottom: 0
}

#tribe-events-content .tribe-events-tooltip h4 {
  min-height: 10px;
  line-height: 16px;
  font-weight: 700;
  font-size: 11px;
  padding: 10px
}

.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip,
.recurring-info-tooltip {
  border: 1px solid #ededed
}

.tribe-events-tooltip .tribe-events-arrow {
  background-image: url(/wp-content/themes/soulmedic/images/tribe-tooltips.png)
}

.events-archive.events-gridview #tribe-events-content table .vevent {
  padding: 6px 0;
  font-weight: 400
}

.tribe-events-tooltip p.entry-summary {
  line-height: 18px;
  color: gray
}

.tribe-events-tooltip .tribe-events-event-body span {
  color: #a7a7a7;
  padding: 5px 0 5px;
  display: inline-block
}

.tribe-events-tooltip .duration {
  color: #a7a7a7
}

.tribe-events-tooltip .tribe-events-event-thumb {
  padding-right: 10px
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-weight: 400
}

.tribe-grid-body .tribe-events-tooltip .tribe-events-arrow {
  top: 36px
}

.tribe-events-list .vevent.hentry {
  margin: 0;
  padding: 30px 0 50px;
  background: url(/wp-content/themes/soulmedic/images/splitter.png) bottom repeat-x;
  border: none
}

.tribe-events-list .time-details {
  font-size: 14px;
  font-weight: 700;
  color: #2d2d29
}

.tribe-events-list .tribe-events-venue-details {
  font-size: 14px;
  color: gray;
  font-style: italic;
  font-weight: 400
}

.tribe-events-loop .tribe-events-event-meta {
  margin-bottom: 20px
}

.tribe-events-list .tribe-events-event-image {
  margin-right: 2%
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
  width: 68%
}

.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
  padding-bottom: 25px
}

.tribe-events-read-more {
  background: #fff;
  margin: 20px 0 0
}

.tribe-events-list-event-title a:hover {
  color: #2d2d29
}

.single-tribe_events .tribe-events-event-meta {
  background: #f3f3f3
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  color: #2d2d29
}

.page-with-sidebar .tribe-bar-mini .tribe-bar-views-inner {
  padding: 20px 0 40px
}

.page-with-sidebar #tribe-bar-form .tribe-bar-submit input[type=submit] {
  margin-top: 21px
}

.tribe-events-list .vevent.hentry.tribe-event-end-month {
  padding-bottom: 50px
}

.tribe-events-grid .tribe-grid-content-wrap .column {
  width: 12.2%
}

#primary .tribe-events-has-events div[id*=daynum-] a:before {
  bottom: 8px
}

#tribe-bar-form input[type=text] {
  z-index: 10 !important
}

#secondary .tribe-mini-calendar th,
#footer .tribe-mini-calendar th {
  padding: 7px 0;
  background: #ededed;
  border-color: #ededed
}

#secondary .tribe-mini-calendar td,
#footer .tribe-mini-calendar td {
  padding: 0;
  background: #fff;
  border-color: #ededed
}

#secondary .tribe-mini-calendar .tribe-mini-calendar-nav td,
#footer .tribe-mini-calendar .tribe-mini-calendar-nav td {
  padding: 4px 0
}

#secondary .tribe-events-has-events div[id*=daynum-] a:before,
#footer .tribe-events-has-events div[id*=daynum-] a:before {
  width: 5px;
  height: 5px
}

#secondary .tribe-mini-calendar-event .list-date,
#footer .tribe-mini-calendar-event .list-date {
  background: #ededed
}

#secondary .tribe-mini-calendar-event .list-date .list-daynumber,
#footer .tribe-mini-calendar-event .list-date .list-daynumber {
  color: #2d2d29
}

#secondary .tribe-mini-calendar-event .list-info h2,
#footer .tribe-mini-calendar-event .list-info h2 {
  margin-bottom: 10px
}

#secondary .tribe-mini-calendar-event,
#footer .tribe-mini-calendar-event {
  border-bottom: 1px solid #ededed
}

#secondary .tribe-mini-calendar-event .list-info span,
#footer .tribe-mini-calendar-event .list-info span {
  line-height: 16px
}

#secondary .tribe-venue-widget-list h4,
#footer .tribe-venue-widget-list h4 {
  font-size: 14px;
  margin-bottom: 5px
}

#secondary .tribe-venue-widget-list li,
#footer .tribe-venue-widget-list li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px
}

#footer .tribe-mini-calendar .tribe-mini-calendar-nav a,
#footer .tribe-mini-calendar .tribe-mini-calendar-nav span,
#footer .tribe-mini-calendar .tribe-events-has-events:hover a,
#footer .tribe-mini-calendar .tribe-events-present a,
#secondary .tribe-events-present span.tribe-mini-calendar-no-event,
#footer .tribe-events-present span.tribe-mini-calendar-no-event {
  color: #fff
}

#secondary .tribe-venue-widget-venue-name,
#footer .tribe-venue-widget-venue-name {
  margin-bottom: 10px
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
  padding: 8px 15px 9px;
  font-size: 11px
}

.events-shortcode-list {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0
}

.events-shortcode-list .event-thumb {
  float: left;
  margin-bottom: 10px;
  width: 100%
}

.events-shortcode-list .event-thumb img {
  max-width: 100%
}

.events-shortcode-list h2 {
  font-size: 18px;
  margin-bottom: 10px
}

.page-with-sidebar .events-shortcode-list h2 {
  font-size: 16px
}

.events-shortcode-list .event-meta {
  clear: both;
  margin: 0;
  padding: 0 0 15px;
  display: block;
  float: left;
  width: 100%
}

.events-shortcode-list .event-meta span {
  margin-right: 5px;
  position: relative;
  top: -1px
}

.delicate-style-picker-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 150px
}

#delicate-style-picker {
  background: #fff;
  width: 225px;
  float: left;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5)
}

#delicate-style-picker h2 {
  background: url(/wp-content/themes/soulmedic/images/style-picker/title-bg.jpg) repeat-x;
  font: normal 12px Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  line-height: 48px;
  width: 100%;
  color: #848484;
  margin: 0 0 15px;
  padding: 0
}

#delicate-style-picker h3 {
  font: normal 12px Tahoma, Geneva, sans-serif;
  padding: 0 0 10px;
  width: 100%;
  color: #848484;
  margin: 0;
  text-transform: uppercase
}

#delicate-style-picker ul {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 225px
}

#delicate-style-picker ul li {
  display: inline-block;
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0 0 6px
}

#delicate-style-picker ul li a {
  background: #fff;
  border: 1px solid #fff;
  padding: 2px;
  display: inline-block;
  margin: 0;
  line-height: 0
}

#delicate-style-picker ul li a.selected,
#delicate-style-picker ul li a:hover {
  border: 1px solid #d7d7d7
}

#delicate-style-picker ul li a img {
  border: 1px solid #d7d7d7
}

#delicate-style-picker .hr {
  background: url(/wp-content/themes/soulmedic/images/style-picker/seperator.png) no-repeat;
  width: 100%;
  height: 25px;
  margin: -10px 0 10px;
  float: left
}

.style-picker-ico {
  position: absolute;
  top: 25px;
  left: 225px
}

.entry-gallery-post-slider li {
  display: block
}

.column.first {
  clear: both
}

.retina_logo {
  display: none;
  height: auto !important
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-devicepixel-ratio:1.5),
only screen and (min-resolution:1.5dppx) {
  .normal_logo {
    display: none
  }

  .retina_logo {
    display: inline-block
  }

  .hr,
  .tribe-events-list .vevent.hentry,
  .blog-entry {
    background-image: url(/wp-content/themes/soulmedic/images/splitter-2x.png);
    background-size: 9px 10px
  }

  select,
  .selection-box:after {
    background-image: url(/wp-content/themes/soulmedic/images/select-box@2x.jpg);
    background-size: 44px 48px
  }

  .bx-controls a.bx-prev {
    background-image: url(/wp-content/themes/soulmedic/images/portfolio-slider-arrow-left@2x.png);
    background-size: 40px 40px
  }

  .bx-controls a.bx-next {
    background-image: url(/wp-content/themes/soulmedic/images/portfolio-slider-arrow-right@2x.png);
    background-size: 40px 40px
  }

  ul.side-nav>li.current_page_item>a:after,
  ul.side-nav>li>ul>li.current_page_item>a:after {
    background-image: url(/wp-content/themes/soulmedic/images/side-nav-active@2x.png);
    background-size: 11px 46px
  }

  #toTop,
  #toTopHover {
    background-image: url(/wp-content/themes/soulmedic/images/ui.totop@2x.png);
    background-size: 40px 80px
  }

  .wpcf7-form span.wpcf7-not-valid-tip:before {
    background-image: url(/wp-content/themes/soulmedic/images/error-arrow@2x.png);
    background-size: 16px 7px
  }
}

#bbar-wrapper ul.top-menu,
#bbar-wrapper ul.menu {
  display: none;
  margin: 0
}

#logo {
  width: auto
}

#main-menu {
  float: right;
  width: auto
}

@media (max-width:1200px) {
  #logo {
    margin-top: 10px;
    text-align: center;
    width: 100%
  }

  #main-menu>ul.menu {
    float: left;
    margin-top: 20px;
    margin-left: -10px
  }
}

@media (max-width:767px) {
  #logo {
    margin-top: 0
  }

  #header {
    height: 70px
  }
}

#rev_slider_1_1_wrapper {
  bottom: 62px
}

#footer>div:nth-child(1)>div:nth-child(1) {
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 3%
}

#footer>div:nth-child(1)>div:nth-child(4) {
  display: none !important;
  width: 0 !important
}

#footer>div:nth-child(1)>div:nth-child(1),
#footer>div:nth-child(1)>div:nth-child(2),
#footer>div:nth-child(1)>div:nth-child(3) {
  width: 32% !important
}

.copyright a {
  text-decoration: underline
}

.copyright-content {
  text-align: center;
  width: 100%
}

input[type=submit] {
  margin: 8px 0 0
}

#searchform {
  display: none
}

#wpcf7-f687-p649-o1 input[type=submit] {
  float: none
}

#wpcf7-f687-p649-o1 span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 95%
}

.ngg-gallery-thumbnail img {
  background-color: #4bbcd7 !important;
  border: 1px solid #4bbcd7 !important;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear
}

.ngg-gallery-thumbnail img:hover {
  background-color: #ededed !important;
  border: 1px solid #ededed !important
}

#bbar-wrapper {
  z-index: 9999 !important
}

.page-id-649 #main .column.dt-sc-one-half {
  text-align: center
}

.page-id-649 #main h3 {
  text-align: center;
  margin-top: 3px
}

#main .wpcf7-form p {
  text-align: center
}

.page-id-649 .wpcf7 p:nth-child(2) {
  width: 48%;
  float: left;
  margin-left: 1% !important
}

.page-id-649 .wpcf7 p:nth-child(3) {
  width: 48%;
  float: right;
  margin-right: 1% !important
}

.home .dt-sc-hr-invisible {
  margin: 35px 0
}

#main {
  padding: 0 0 40px
}

.home .wpcf7-form div.wpcf7-mail-sent-ok,
.home .wpcf7-form div.wpcf7-validation-errors {
  left: -23px
}

#mikrodane a:hover {
  color: #4bbcd7 !important
}

#mikrodane a {
  color: gray !important
}

#footer img {
  margin-top: 9px
}

#footer .widget {
  text-align: center
}

#footer .widget h3.widgettitle:after {
  left: 50%;
  margin-left: -50px
}

.home .dt-sc-titled-box-content .wpcf7-form .wpcf7-not-valid-tip {
  margin-left: 1px;
  top: 43px;
  z-index: 9
}

#contact_text p.adres:before {
  background-image: url('/wp-content/themes/soulmedic/images/adres.png');
  background-repeat: no-repeat;
  opacity: .5;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 10px;
  margin-left: -24px;
  margin-right: 10px;
  margin-top: -8px;
  position: absolute;
  top: 50%
}

#contact_text p.telefon:before {
  background-image: url('/wp-content/themes/soulmedic/images/tele.png');
  background-repeat: no-repeat;
  opacity: .5;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: cover;
  margin-right: 10px;
  margin-left: -24px;
  margin-right: 10px;
  margin-top: -7px;
  position: absolute;
  top: 50%
}

#contact_text p.mail:before {
  background-image: url('/wp-content/themes/soulmedic/images/email.png');
  background-repeat: no-repeat;
  opacity: .5;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: cover;
  margin-right: 10px;
  margin-left: -24px;
  margin-right: 10px;
  margin-top: -7px;
  position: absolute;
  top: 50%
}

.dt-sc-titled-box-content {
  height: 300px
}

.home .wpcf7-form p {
  height: 53px
}

.mail a:hover {
  color: #4bbcd7 !important
}

.page-id-649 .wpcf7-form p {
  margin-bottom: 10px;
  float: left;
  width: 100%
}

.home .dt-sc-titled-box-title {
  display: none
}

.adres,
.telefon,
.mail {
  position: relative
}

ul {
  list-style-position: inside;
  list-style-type: circle;
  padding-left: 18px
}

#post-2 .column {
  position: relative;
  margin-top: 100px
}

#post-2 .column:nth-child(2):before {
  width: 75px;
  height: 75px;
  content: "";
  display: block;
  background: url(http://dentystafilaretow6.ibif.pl/wp-content/uploads/2016/07/ikonka_jakosc_uslug.png);
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: -90px
}

#post-2 .column:nth-child(3):before {
  width: 75px;
  height: 75px;
  content: "";
  display: block;
  background: url(http://dentystafilaretow6.ibif.pl/wp-content/uploads/2016/07/ikonka_pielegnacja.png);
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: -90px
}

#post-2 .column:nth-child(4):before {
  width: 75px;
  height: 75px;
  content: "";
  display: block;
  background: url(http://dentystafilaretow6.ibif.pl/wp-content/uploads/2016/07/ikonka_zdrowy_usmiech.png);
  left: 50%;
  margin-left: -38px;
  position: absolute;
  top: -90px
}

#secondary .current_page_item a {
  color: #4bbcd7
}

iframe {
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

table tr>td:nth-child(2n) {
  text-align: right
}

.title-tb {
  background: #4bbcd7 !important
}

#main table {
  width: 49% !important;
  float: left;
  clear: none
}

#tabele {
  width: 100%;
  float: left
}

#first-tab {
  margin-right: 2%
}

@media (max-width:951px) {
  #main table {
    width: 100% !important;
    clear: both
  }
}

#secondary .widget_pages ul li a,
#secondary .widget_meta ul li a,
#secondary .widget_nav_menu ul li a,
#primary .widget_pages ul li a,
#primary .widget_meta ul li a,
#primary .widget_nav_menu ul li a {
  padding: 0 0 5px 20px
}

td {
  vertical-align: middle
}

@media (max-width:767px) {

  #footer>div:nth-child(1)>div:nth-child(1),
  #footer>div:nth-child(1)>div:nth-child(2) {
    width: 100% !important
  }

  .fullwidthbanner-container .fullwidthabanner {
    display: none !important
  }

  #header {
    height: 66px;
    box-sizing: border-box
  }
}

@media (min-width:1200px) {
  .fullwidthbanner-container .fullwidthabanner {
    height: 470px !important
  }
}

@media (max-width:1199px) {
  #main-menu {
    width: 100% !important
  }
}

#searchform {
  display: none !important
}

.mean-container a.meanmenu-reveal {
  padding: 23px !important
}

#znal {
  float: left;
  left: 50%;
  margin: 50px auto 0 -195px;
  position: relative;
  width: 390px
}

.breadcrumb {
  width: 100%
}

.home div.wpcf7 {
  float: none;
  margin-top: 30px;
  padding: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.p-f {
  width: 49%;
  float: left;
  min-height: 56px;
  margin-bottom: 5px
}

.pf2 {
  min-height: 60px
}

#form-home {
  background: #f3f3f3 none repeat scroll 0 0;
  float: left;
  margin-top: -10px;
  padding: 20px
}

#zapisy {
  width: 100%;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase
}

#all-form {
  width: 100%;
  float: left;
  margin-top: 70px
}

.wpcf7-form span.wpcf7-not-valid-tip {
  z-index: 99;
  opacity: .8;
  width: 30%
}

.home .wpcf7-form div.wpcf7-mail-sent-ok,
.home .wpcf7-form div.wpcf7-validation-errors {
  left: 0;
  margin-left: 0
}

.txtarea {
  min-height: 230px;
  width: 100%
}

.home input[type=text],
.home input[type=password],
.home input[type=email],
input[type=url],
input[type=tel],
.home input[type=number],
.home input[type=range],
.home input[type=date],
input.text {
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 20px
}

.mar {
  margin-right: 2%
}

.home textarea {
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%
}

.pf-sub {
  width: 100%;
  text-align: center
}

.home input[type=submit] {
  margin: 0;
  float: none
}

.pf-bef {
  position: relative
}

.pf-bef:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 22px;
  background: url(/wp-content/themes/soulmedic/images/cal-icon.png);
  display: block;
  right: 15px;
  top: 24px;
  z-index: 99
}

.page-id-649 .dt-sc-hr-invisible-medium {
  margin: 0
}

.home #primary {
  margin: 0 !important
}

.home #main {
  padding: 0 0 60px
}

body:not(.home) #main {
  padding: 0 0 30px
}

#primary {
  margin: 33px 0 0 !important
}

h3.mezoH3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 30px
}

#wid-click {
  cursor: pointer
}

#header {
  z-index: 99999999
}

@media (max-width:500px) {
  #logo a img {
    float: left
  }
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a,
#footer a,
#footer .widget ul li a:hover,
#footer .widget .tweet_list li a,
.breadcrumb a:hover,
.dt-sc-ico-content.type1 h5 a,
.dt-sc-ico-content.type1 .icon span,
.dt-sc-ico-content.type2 h5 a,
.dt-sc-ico-content.type2 .icon span,
.dt-sc-ico-content.type4 h5 a,
.dt-sc-ico-content.type4 .icon span,
.dt-sc-button,
h5.dt-sc-toggle.active a,
h5.dt-sc-toggle-accordion.active a,
.dt-sc-pr-tb-col.selected .dt-sc-tb-title h5,
.dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button,
.dt-sc-infographic-bar .fa,
.dt-sc-numbered-list-type2 li,
ul.side-nav>li.current_page_item>a:hover,
ul.side-nav>li>ul>li.current_page_item>a:hover,
ul.side-nav>li>ul>li>ul>li.current_page_item>a:hover,
#footer .copyright a:hover,
.megamenu-child-container ul.sub-menu>li>ul li a:hover,
#main-menu ul li.menu-item-simple-parent ul li a:hover,
.entry-details .entry-metadata,
.widget ul li a:hover,
.widget.widget_recent_entries .post-meta p,
.widget.widget_recent_entries .post-meta p a,
#secondary .widget .tweet_list li a:hover,
.portfolio-single .tags,
#secondary .widget.widget_recent_entries ul li:hover:before,
#secondary .widget.widget_recent_comments ul li:hover:before,
ul.commentlist li .author-name a:hover,
.tribe-events-sub-nav li a,
.tribe-events-calendar td a,
.tribe-events-read-more,
.tribe-events-list-event-title a,
ul.products li .product-details-hover h3 a:hover {
  color: #8e8e8e
}

.dt-sc-ico-content.type5 .icon span,
.tp-caption.custom_title,
.tp-caption.custom_skin_text,
.tp-caption.custom_small_icon {
  color: #6b6b6b
}

.megamenu-child-container ul.sub-menu>li>ul li.current_page_item a,
.megamenu-child-container ul.sub-menu>li>ul li.current_page_ancestor a,
.megamenu-child-container ul.sub-menu>li>ul li.current-menu-item a,
.megamenu-child-container ul.sub-menu>li>ul li.current-menu-ancestor a,
#main-menu ul li.menu-item-simple-parent ul li.current_page_item>a,
#main-menu ul li.menu-item-simple-parent ul li.current_page_ancestor>a,
#main-menu ul li.menu-item-simple-parent ul li.current-menu-item>a,
#main-menu ul li.menu-item-simple-parent ul li.current-menu-ancestor>a {
  color: #8e8e8e
}

.dt-sc-numbered-list li,
.dt-sc-callout-box.type1 h4 span.highlight,
.portfolio:hover .portfolio-detail .views,
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #6b6b6b
}

#main-menu>ul>li:hover,
#main-menu>ul>li>a:hover,
#main-menu>ul>li.current_page_item>a,
#main-menu>ul>li.current_page_ancestor>a,
#main-menu>ul>li.current-menu-item>a,
#main-menu>ul>li.current-menu-ancestor>a,
.breadcrumb h1,
.dt-sc-ico-content.type1:hover .icon span,
.dt-sc-ico-content.type2:hover .icon span,
.dt-sc-ico-content.type2:hover .link,
.dt-sc-ico-content.type3 .icon span,
.dt-sc-ico-content.type4:hover .icon span,
.dt-sc-ico-content.type4:hover .dt-sc-button:after,
.dt-sc-ico-content.type4:hover .dt-sc-button,
.dt-sc-team h4 i,
.dt-sc-numbered-list li span,
.dt-sc-button:after,
.dt-sc-callout-box.type3,
.dt-sc-appointment li i,
.dt-sc-sorting-container a:hover,
.dt-sc-sorting-container a.active-sort,
.portfolio:hover .portfolio-detail,
.pagination ul li a:after,
.pagination ul li.active-page,
.pagination ul li a:hover,
.pagination .next-post a:hover,
.pagination .prev-post a:hover,
.carousel-arrows a:hover,
.dt-sc-pr-tb-col.selected .dt-sc-tb-header .dt-sc-price,
.dt-sc-appointment .dt-sc-contact-info i,
ul.side-nav li a:hover:before,
ul.side-nav>li.current_page_item>a:before,
ul.side-nav>li>ul>li.current_page_item>a:before,
ul.side-nav>li>ul>li>ul>li.current_page_item>a:before,
.megamenu-child-container>ul.sub-menu>li>a:hover,
.widget_categories ul li a span,
.widget.widget_archive ul li a span,
.tagcloud a:hover,
ul.commentlist li .author-name span,
.featured-post span,
.page-link span,
.page-link a:hover,
.portfolio .image-overlay a span,
ul.commentlist li .reply a,
.mean-container .mean-nav,
.entry-meta .comments,
.dt-sc-titled-box h6.dt-sc-titled-box-title,
#tribe-bar-form input[type=submit],
#tribe-bar-form .tribe-bar-submit input[type=submit],
.datepicker td span.active:active,
.datepicker td span.active.active,
.tribe-events-sub-nav li a:after,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,
#tribe-events-content .tribe-events-tooltip h4,
.datepicker.dropdown-menu td.active.active,
.tribe-events-read-more:after,
#secondary .tribe-mini-calendar .tribe-mini-calendar-nav td,
#secondary .tribe-mini-calendar .tribe-events-present,
#secondary .tribe-mini-calendar .tribe-mini-calendar-today,
#footer .tribe-mini-calendar .tribe-mini-calendar-nav td,
#footer .tribe-mini-calendar .tribe-events-present,
#footer .tribe-mini-calendar .tribe-mini-calendar-today {
  background: #8e8e8e
}

.dt-sc-callout-box.type5 {
  background: #f3f3f3
}

.dt-sc-callout-box.type5:after {
  border-left-color: #f3f3f3
}

h5.dt-sc-toggle:before,
h5.dt-sc-toggle-accordion:before,
.dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button:after,
#footer input[type=submit],
#footer input[type=button],
.bx-controls a:hover,
input[type=submit],
button,
input[type=button],
.mean-container a.meanmenu-reveal,
.dt-sc-infographic-bar .dt-sc-bar {
  background-color: #8e8e8e
}

.dt-sc-button,
.dt-sc-callout-box.type4,
.dt-sc-callout-box.type5,
.pagination ul li a,
.pagination .next-post a,
.pagination .prev-post a,
.pagination ul li.active-page,
.dt-sc-pr-tb-col.selected,
.dt-sc-pr-tb-col.selected .dt-sc-buy-now .dt-sc-button,
.breadcrumb-section,
.megamenu-child-container,
#main-menu ul li.menu-item-simple-parent ul,
#main-menu ul li.menu-item-simple-parent ul li ul,
ul.commentlist li .comment-author img,
.tribe-events-sub-nav li a,
.tribe-events-read-more,
#slider,
.dt-sc-toggle-frame h5.dt-sc-toggle a,
.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a,
.is-sticky #header,
.author-bio .image img {
  border-color: #8e8e8e
}

#main-menu>ul>li.current_page_item>a,
#main-menu>ul>li.current_page_ancestor>a,
#main-menu>ul>li.current-menu-item>a,
#main-menu>ul>li.current-menu-ancestor>a,
.dt-sc-team .image img,
.dt-sc-testimonial .author img,
.dt-sc-sorting-container a:hover,
.dt-sc-sorting-container a.active-sort,
.portfolio:hover,
blockquote,
blockquote.type2,
.dt-sc-ico-content.type3 .icon span,
.entry-meta .comments {
  border-color: #6b6b6b
}

.dt-sc-testimonial blockquote,
ul.dt-sc-tabs-frame li a.current {
  border-top-color: #8e8e8e
}

.dt-sc-testimonial blockquote:before {
  border-right-color: #8e8e8e
}

blockquote.type2:before {
  border-top-color: #6b6b6b
}

ul.dt-sc-tabs-vertical-frame li a.current {
  border-left: 3px solid #8e8e8e
}

.dt-sc-pullquote5 {
  border-left: 3px solid #8e8e8e
}

.dt-sc-pullquote6 {
  border-top: 3px solid #8e8e8e
}

ul.products li:hover .product-wrapper,
.product .woocommerce-main-image img,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  border-color: #8e8e8e
}

.woocommerce-tabs ul.tabs li.active a {
  border-top-color: #8e8e8e
}

ul.products li .product-details .add_to_cart_button,
ul.products li .product-details-hover .add_to_cart_button,
ul.products li .product-details .button,
ul.products li .product-details-hover .button,
ul.products li .product-details .dt-sc-button,
ul.products li .product-details-hover .dt-sc-button,
ul.products li .product-details-hover .yith-wcwl-add-to-wishlist a,
.product .summary .add_to_wishlist:after,
#reviews a.button:after,
.woocommerce-message .button:after,
.woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce table .button:after,
.product.woocommerce .button:after,
ul.products li .product-thumb .onsale,
.single-product .product>.onsale,
.product-categories li span {
  background-color: #8e8e8e
}

.product .summary .add_to_wishlist:before,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  color: #8e8e8e
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  .dt-sc-team .image img {
    box-shadow: 0px 0px 0px 5px #6b6b6b;
    border: none
  }
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: 'FontAwesome';
  src: url('/wp-content/themes/soulmedic/fonts/fontawesome-webfont_v-4.2.0.eot');
  src: url('/wp-content/themes/soulmedic/fonts/fontawesome-webfont.eot#iefix&v=4.2.0') format('embedded-opentype'), url('/wp-content/themes/soulmedic/fonts/fontawesome-webfont_v-4.2.0.woff') format('woff'), url('/wp-content/themes/soulmedic/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/wp-content/themes/soulmedic/fonts/fontawesome-webfont_v-4.2.0-fontawesomeregular.svg') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

@media only screen and (min-width:960px) and (max-width:1240px) {
  .container {
    width: 900px
  }

  .boxed .wrapper,
  .boxed .is-sticky #header-wrapper {
    width: 940px
  }

  #logo {
    width: 15%;
    margin-top: 10px
  }

  #main-menu {
    width: 85%
  }

  #bbar-wrapper .dt-sc-one-half {
    width: 48.8%
  }

  #main-menu>ul.menu>li>a {
    font-size: 12px;
    padding: 12px 10px 15px
  }

  .megamenu-child-container {
    top: 45px
  }

  #main-menu ul li.menu-item-simple-parent ul {
    top: 35px
  }

  .megamenu-2-columns-group .megamenu-child-container {
    width: 440px
  }

  .megamenu-3-columns-group .megamenu-child-container {
    width: 660px
  }

  .megamenu-4-columns-group .megamenu-child-container {
    width: 880px
  }

  .megamenu-child-container>ul.sub-menu>li {
    width: 190px
  }

  .megamenu-2-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
    width: 410px
  }

  .megamenu-3-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
    width: 630px
  }

  .megamenu-4-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
    width: 850px
  }

  #primary {
    width: 600px
  }

  #primary.content-full-width {
    width: 100%
  }

  #secondary {
    width: 280px
  }

  .dt-sc-callout-box.type5 h4 {
    font-size: 20px
  }

  .dt-sc-callout-box.type5 .dt-sc-button {
    padding: 11px 16px;
    font-size: 12px
  }

  .dt-sc-donutchart-small {
    margin: 0 5px
  }

  .dt-sc-colored-box h5 {
    font-size: 15px
  }

  ul.dt-sc-tabs-vertical-frame {
    width: 30%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-half {
    width: 48.9%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-half.with-sidebar {
    width: 48.4%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-third {
    width: 31.8%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-third.with-sidebar {
    width: 31%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-third.with-sidebar .portfolio-detail h5 {
    font-size: 14px
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-third.with-sidebar .portfolio-detail p {
    font-size: 12px
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-fourth {
    width: 23.3%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-fourth.with-sidebar {
    width: 48.4%
  }

  .dt-sc-one-half.with-sidebar .entry-details .entry-title h4,
  .dt-sc-one-third .entry-details .entry-title h4 {
    font-size: 16px
  }

  .tpl-blog-holder .dt-sc-one-third.with-sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  ul.commentlist li {
    padding-left: 90px
  }

  ul.commentlist li .comment-author img {
    width: 60px;
    height: 60px
  }

  #footer .widget .recent-posts-widget .post-meta p {
    padding: 0 7px
  }

  .page-with-sidebar #tribe-bar-collapse-toggle {
    padding: 19px
  }

  .tribe-events-single #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
  .tribe-events-single #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
  .tribe-events-single #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  .tribe-events-single #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 100%;
    text-align: center
  }

  ul.products li .product-wrapper {
    width: 284px
  }

  ul.products li .product-wrapper .product-details,
  ul.products li .product-wrapper .product-details-hover {
    width: 254px
  }

  ul.products li .product-wrapper .product-details-hover .star-rating {
    left: 36%
  }

  ul.products li .product-three-column {
    width: 284px
  }

  ul.products li .product-three-column .product-details,
  ul.products li .product-three-column .product-details-hover {
    width: 254px
  }

  ul.products li .product-three-column-with-sidebar {
    width: 184px
  }

  ul.products li .product-three-column-with-sidebar .product-details,
  ul.products li .product-three-column-with-sidebar .product-details-hover {
    width: 154px
  }

  ul.products li .product-two-column {
    width: 438px
  }

  ul.products li .product-two-column .product-details,
  ul.products li .product-two-column .product-details-hover {
    width: 408px
  }

  ul.products li .product-two-column-with-sidebar {
    width: 288px
  }

  ul.products li .product-two-column-with-sidebar .product-details,
  ul.products li .product-two-column-with-sidebar .product-details-hover {
    width: 258px
  }

  ul.products li .product-four-column {
    width: 208px
  }

  ul.products li .product-four-column .product-details,
  ul.products li .product-four-column .product-details-hover {
    width: 178px
  }

  ul.products li .product-four-column-with-sidebar {
    width: 133px
  }

  ul.products li .product-four-column-with-sidebar .product-details,
  ul.products li .product-four-column-with-sidebar .product-details-hover {
    width: 103px
  }

  ul.products li .product-four-column-with-sidebar .product-details h3,
  ul.products li .product-four-column-with-sidebar .product-details-hover h3,
  ul.products li .product-four-column-with-sidebar .product-title h3 {
    font-size: 14px
  }

  ul.products li .product-three-column .product-details-hover .star-rating {
    left: 36%
  }

  ul.products li .product-three-column-with-sidebar .product-details-hover .star-rating {
    left: 26%
  }

  ul.products li .product-two-column .product-details-hover .star-rating {
    left: 41%
  }

  ul.products li .product-four-column .product-details-hover .star-rating {
    left: 30%
  }

  ul.products li .product-four-column-with-sidebar .product-details-hover .star-rating {
    left: 16%
  }

  .product .images .thumbnails .yith_magnifier_gallery li,
  .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 87px
  }

  .single-product .page-with-sidebar div.images .thumbnails.slider .caroufredsel_wrapper {
    width: 98%
  }

  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li.last {
    margin-right: 15px;
    width: 89px
  }
}

@media only screen and (min-width:768px) and (max-width:959px) {
  .container {
    width: 710px
  }

  .boxed .wrapper,
  .boxed .is-sticky #header-wrapper {
    width: 750px
  }

  #logo {
    width: 20%
  }

  #main-menu {
    width: 80%
  }

  #bbar-wrapper .dt-sc-one-half {
    width: 48%
  }

  #main-menu>ul.menu>li>a {
    font-size: 10px;
    padding: 8px 5px 10px
  }

  .megamenu-child-container {
    top: 33px
  }

  #main-menu ul li.menu-item-simple-parent ul {
    top: 23px
  }

  .megamenu-2-columns-group .megamenu-child-container {
    width: 360px
  }

  .megamenu-3-columns-group .megamenu-child-container {
    width: 540px
  }

  .megamenu-4-columns-group .megamenu-child-container {
    width: 720px
  }

  .megamenu-child-container>ul.sub-menu>li {
    width: 150px;
    padding: 10px
  }

  .megamenu-2-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
    width: 340px
  }

  .megamenu-3-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
    width: 520px
  }

  .megamenu-4-columns-group .megamenu-child-container>ul.sub-menu>li.menu-item-fullwidth {
    width: 700px
  }

  .megamenu-child-container>ul.sub-menu>li>a,
  .megamenu-child-container>ul.sub-menu>li>.nolink-menu,
  .megamenu-child-container ul.sub-menu>li>ul li a,
  #main-menu ul li.menu-item-simple-parent ul li a {
    font-size: 12px
  }

  .megamenu-child-container ul.sub-menu>li>ul li a:before {
    top: 0
  }

  #main-menu ul li.menu-item-simple-parent ul {
    width: 200px
  }

  #main-menu ul li.menu-item-simple-parent:last-child ul li ul {
    right: 200px
  }

  .breadcrumb {
    width: 48%
  }

  .breadcrumb h1 {
    font-size: 18px
  }

  #primary {
    width: 500px
  }

  #primary.content-full-width {
    width: 100%
  }

  #secondary {
    width: 190px
  }

  .dt-sc-callout-box.type5 h4 {
    font-size: 16px
  }

  .dt-sc-callout-box.type2 .dt-sc-button,
  .dt-sc-callout-box.type3 .dt-sc-button,
  .dt-sc-callout-box.type4 .dt-sc-button,
  .dt-sc-callout-box.type5 .dt-sc-button {
    font-size: 11px;
    padding: 11px 8px
  }

  .dt-sc-one-half ul.dt-sc-tabs-frame li a {
    padding: 0 10px;
    font-size: 12px
  }

  .dt-sc-tb-header .dt-sc-price {
    font-size: 30px
  }

  .dt-sc-tb-title h5 {
    font-size: 16px
  }

  .dt-sc-tb-content li {
    font-size: 12px;
    padding: 10px
  }

  .dt-sc-one-third .dt-sc-colored-box h5 {
    min-height: 56px;
    font-size: 15px
  }

  .dt-sc-boxed-tooltip {
    font-size: 11px
  }

  ul.dt-sc-tabs-vertical-frame {
    width: 30%
  }

  .dt-sc-one-fourth .dt-sc-infographic-bar .fa.fa-male,
  .dt-sc-one-fourth .dt-sc-infographic-bar .fa.fa-female {
    font-size: 85px !important
  }

  .dt-sc-one-fourth .dt-sc-infographic-bar {
    padding-left: 70px
  }

  .dt-sc-button.large {
    padding: 21px 40px
  }

  .dt-sc-button.xlarge {
    padding: 25px 32px;
    font-size: 18px
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-half {
    width: 48.6%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-half.with-sidebar {
    width: 48%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-third {
    width: 31.4%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-third.with-sidebar,
  .dt-sc-portfolio-container .portfolio.dt-sc-one-fourth.with-sidebar {
    width: 48%
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-half.with-sidebar .portfolio-detail h5,
  .dt-sc-portfolio-container .portfolio.dt-sc-one-third.with-sidebar .portfolio-detail h5,
  .dt-sc-portfolio-container .portfolio.dt-sc-one-fourth.with-sidebar .portfolio-detail h5 {
    font-size: 14px
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-half.with-sidebar .portfolio-detail p,
  .dt-sc-portfolio-container .portfolio.dt-sc-one-third.with-sidebar .portfolio-detail p,
  .dt-sc-portfolio-container .portfolio.dt-sc-one-fourth.with-sidebar .portfolio-detail p {
    font-size: 12px
  }

  .dt-sc-portfolio-container .portfolio.dt-sc-one-fourth {
    width: 31.4%
  }

    {
    width: 48.4%
  }

  .dt-sc-one-third .entry-metadata p {
    margin-right: 0
  }

  .dt-sc-one-third.with-sidebar {
    width: 100%
  }

  ul.commentlist li {
    padding-left: 80px
  }

  ul.commentlist li .comment-author img {
    width: 55px;
    height: 55px
  }

  .widget.widget_recent_entries .recent-posts-widget .post-meta,
  .widget.widget_recent_entries .recent-posts-widget .post-meta p {
    border: none
  }

  .widget.widget_recent_entries .recent-posts-widget .post-meta p {
    line-height: 20px;
    padding: 0 5px
  }

  #secondary .dt-sc-appointment .dt-sc-contact-info {
    font-size: 9px
  }

  #secondary th,
  #secondary td {
    padding: 5px
  }

  .widget #searchform input[type=text] {
    width: 92%
  }

  .widget #searchform input[type=submit] {
    padding: 14px 8%;
    margin-top: 0
  }

  .tribe-bar-mini .tribe-bar-views-inner {
    padding: 20px 0 40px
  }

  #secondary .tribe-mini-calendar-nav span,
  #footer .tribe-mini-calendar-nav span {
    margin: 0
  }

  #tribe-bar-collapse-toggle {
    padding: 19px
  }

  #secondary .tribe-mini-calendar th,
  #footer .tribe-mini-calendar th {
    font-size: 9px
  }

  .tribe-events-calendar th {
    padding: 15px 5px;
    font-size: 12px
  }

  .tribe-events-sub-nav li a,
  .tribe-events-read-more {
    font-size: 11px
  }

  #secondary .tribe-countdown-timer .tribe-countdown-number,
  #footer .tribe-countdown-timer .tribe-countdown-number {
    font-size: 30px
  }

  .tribe-events-single #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
  .tribe-events-single #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
  .tribe-events-single #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  .tribe-events-single #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 100%;
    text-align: center
  }

  ul.products li .product-wrapper {
    width: 221px
  }

  ul.products li .product-wrapper .product-details,
  ul.products li .product-wrapper .product-details-hover {
    width: 191px
  }

  ul.products li .product-wrapper .product-details-hover .star-rating {
    left: 31%
  }

  ul.products li .product-three-column {
    width: 221px
  }

  ul.products li .product-three-column .product-details,
  ul.products li .product-three-column .product-details-hover {
    width: 191px
  }

  ul.products li .product-three-column-with-sidebar {
    width: 151px
  }

  ul.products li .product-three-column-with-sidebar .product-details,
  ul.products li .product-three-column-with-sidebar .product-details-hover {
    width: 121px
  }

  ul.products li .product-three-column-with-sidebar .product-details .price ins,
  ul.products li .product-three-column-with-sidebar .product-details-hover .price ins,
  ul.products li .product-three-column-with-sidebar .product-details .price .amount,
  ul.products li .product-three-column-with-sidebar .product-details-hover .price .amount {
    font-size: 14px
  }

  ul.products li .product-three-column-with-sidebar .product-details h3,
  ul.products li .product-three-column-with-sidebar .product-details-hover h3,
  ul.products li .product-three-column-with-sidebar .product-title h3 {
    font-size: 13px
  }

  ul.products li .product-three-column-with-sidebar .product-details .button {
    margin-top: 5px
  }

  ul.products li .product-three-column-with-sidebar .product-details .add_to_cart_button {
    margin-top: -5px
  }

  ul.products li .product-three-column-with-sidebar .out-of-stock {
    height: 29px;
    padding: 11px 0 0;
    width: 40px;
    font-size: 8px
  }

  ul.products li .product-two-column {
    width: 340px
  }

  ul.products li .product-two-column .product-details,
  ul.products li .product-two-column .product-details-hover {
    width: 310px
  }

  ul.products li .product-two-column-with-sidebar {
    width: 220px
  }

  ul.products li .product-two-column-with-sidebar .product-details,
  ul.products li .product-two-column-with-sidebar .product-details-hover {
    width: 190px
  }

  ul.products li .product-four-column {
    width: 160px
  }

  ul.products li .product-four-column .product-details,
  ul.products li .product-four-column .product-details-hover {
    width: 140px;
    padding-left: 10px;
    padding-right: 10px
  }

  ul.products li .product-four-column-with-sidebar {
    width: 228px
  }

  ul.products li .product-four-column-with-sidebar .product-details,
  ul.products li .product-four-column-with-sidebar .product-details-hover {
    width: 208px;
    padding-left: 10px;
    padding-right: 10px
  }

  ul.products li .product-four-column .product-details h3,
  ul.products li .product-four-column .product-details-hover h3,
  ul.products li .product-four-column .product-title h3,
  ul.products li .product-four-column-with-sidebar .product-details h3,
  ul.products li .product-four-column-with-sidebar .product-details-hover h3,
  ul.products li .product-four-column-with-sidebar .product-title h3 {
    font-size: 14px
  }

  ul.products li .product-three-column .product-details-hover .star-rating {
    left: 31%
  }

  ul.products li .product-three-column-with-sidebar .product-details-hover .star-rating {
    left: 20%
  }

  ul.products li .product-two-column .product-details-hover .star-rating {
    left: 39%
  }

  ul.products li .product-four-column .product-details-hover .star-rating {
    left: 25%
  }

  ul.products li .product-four-column-with-sidebar .product-details-hover .star-rating {
    left: 32%
  }

  .woocommerce .with-right-sidebar div.product div.images,
  .woocommerce-page .with-right-sidebar div.product div.images,
  .woocommerce .with-right-sidebar div.product div.summary,
  .woocommerce-page .with-right-sidebar div.product div.summary,
  .woocommerce .with-left-sidebar div.product div.images,
  .woocommerce-page .with-left-sidebar div.product div.images,
  .woocommerce .with-left-sidebar div.product div.summary,
  .woocommerce-page .with-left-sidebar div.product div.summary {
    width: 100%;
    float: left
  }

  .product .summary .add_to_wishlist,
  #reviews a.button,
  .woocommerce-message .button,
  .woocommerce table .button {
    font-size: 12px
  }

  .woocommerce.widget_price_filter .price_label {
    font-size: 12px;
    top: 12px
  }

  .woocommerce .widget_price_filter .price_slider_amount .button,
  .woocommerce-page .widget_price_filter .price_slider_amount .button {
    padding: 5px 10px;
    font-size: 12px
  }

  .product .summary .add_to_wishlist,
  #reviews a.button,
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce table .button,
  .product.woocommerce .button {
    padding: 11px 15px
  }

  .single-product .page-with-sidebar div.images .thumbnails.slider .caroufredsel_wrapper {
    width: 98% !important
  }

  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 89px
  }
}

@media only screen and (max-width:767px) {
  .boxed .inner-wrapper {
    border-radius: 0;
    border: none
  }

  #bbar-wrapper {
    display: none
  }

  #header,
  .is-sticky #header {
    padding: 12px 0
  }

  #header .container {
    position: static
  }

  #logo {
    width: 100%;
    text-align: center
  }

  .mean-container a.meanmenu-reveal {
    width: 20px;
    height: 20px;
    padding: 18px
  }

  .mean-container .mean-nav {
    margin-top: 49px
  }

  .mean-container .mean-nav img {
    max-width: 100%
  }

  .breadcrumb-section {
    padding: 10px 0
  }

  .breadcrumb,
  .breadcrumb-section #searchform {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
    padding: 0
  }

  .breadcrumb {
    padding-bottom: 10px
  }

  .breadcrumb h1,
  .breadcrumb a,
  .breadcrumb span {
    display: inline-block;
    float: none
  }

  .breadcrumb h1 {
    position: relative;
    top: 5px;
    font-size: 18px
  }

  .breadcrumb-section #searchform input[type=text],
  .breadcrumb-section #searchform input[type=submit] {
    float: none;
    display: inline-block
  }

  .breadcrumb-section #searchform input[type=text] {
    margin-right: -3px
  }

  .column {
    margin-bottom: 20px;
    margin-left: 0
  }

  .column.no-space {
    margin-bottom: 0
  }

  .dt-sc-one-fourth,
  .dt-sc-one-half,
  .dt-sc-one-third,
  .dt-sc-three-fourth,
  .dt-sc-two-third,
  .dt-sc-one-fifth,
  .dt-sc-four-fifth,
  .dt-sc-three-fifth,
  .dt-sc-two-fifth,
  .dt-sc-one-sixth,
  .dt-sc-two-sixth,
  .dt-sc-three-sixth,
  .dt-sc-four-sixth,
  .dt-sc-five-sixth,
  .column.no-space.dt-sc-one-fourth,
  .column.no-space.dt-sc-one-third,
  .column.no-space.dt-sc-one-half,
  .column.no-space.dt-sc-one-fifth,
  .column.no-space.dt-sc-one-sixth,
  .column.no-space.dt-sc-three-fourth,
  .column.no-space.dt-sc-two-third,
  .column.no-space.dt-sc-four-fifth,
  .column.no-space.dt-sc-three-fifth,
  .column.no-space.dt-sc-two-fifth,
  .column.no-space.dt-sc-two-sixth,
  .column.no-space.dt-sc-three-sixth,
  .column.no-space.dt-sc-four-sixth,
  .column.no-space.dt-sc-five-sixth {
    width: 100%
  }

  .dt-sc-pricing-table.no-space .dt-sc-one-fourth,
  .dt-sc-pricing-table.no-space .dt-sc-one-third,
  .dt-sc-pricing-table.no-space .dt-sc-one-half,
  .dt-sc-pricing-table.no-space .dt-sc-one-fifth,
  .dt-sc-pricing-table.no-space .dt-sc-one-sixth,
  .dt-sc-pricing-table.no-space .dt-sc-three-fourth,
  .dt-sc-pricing-table.no-space .dt-sc-two-third,
  .dt-sc-pricing-table.no-space .dt-sc-four-fifth,
  .dt-sc-pricing-table.no-space .dt-sc-three-fifth,
  .dt-sc-pricing-table.no-space .dt-sc-two-fifth,
  .dt-sc-pricing-table.no-space .dt-sc-two-sixth,
  .dt-sc-pricing-table.no-space .dt-sc-three-sixth,
  .dt-sc-pricing-table.no-space .dt-sc-four-sixth,
  .dt-sc-pricing-table.no-space .dt-sc-five-sixth {
    width: 100%
  }

  th,
  td {
    padding: 10px 5px;
    font-size: 12px
  }

  tbody td .dt-sc-button.small {
    font-size: 6px;
    padding: 7px 5px
  }

  .dt-sc-callout-box.type5 {
    padding: 14px 2.5%
  }

  .dt-sc-callout-box.type5 h4 {
    font-size: 12px;
    margin-bottom: 0
  }

  .dt-sc-callout-box.type2 .column,
  .dt-sc-callout-box.type3 .column,
  .dt-sc-callout-box.type4 .column,
  .dt-sc-callout-box.type5 .column {
    margin-bottom: 0
  }

  .dt-sc-callout-box.type2 .dt-sc-button,
  .dt-sc-callout-box.type3 .dt-sc-button,
  .dt-sc-callout-box.type4 .dt-sc-button,
  .dt-sc-callout-box.type5 .dt-sc-button {
    float: none;
    font-size: 11px;
    padding: 11px 15px;
    right: 0
  }

  .dt-sc-callout-box.type2 h4,
  .dt-sc-callout-box.type3 h4,
  .dt-sc-callout-box.type4 h4 {
    font-size: 13px;
    margin-bottom: 0
  }

  .dt-sc-callout-box.type2 h5,
  .dt-sc-callout-box.type3 h5,
  .dt-sc-callout-box.type4 h5,
  .dt-sc-callout-box.type5 h5 {
    font-size: 12px;
    margin-bottom: 0
  }

  .dt-sc-pr-tb-col {
    width: 98%
  }

  blockquote,
  blockquote.alignleft,
  blockquote.alignright,
  blockquote.aligncenter {
    width: 92%;
    padding: 20px 4%;
    margin-left: 0;
    margin-right: 0
  }

  .dt-sc-testimonial blockquote {
    width: auto
  }

  .side-navigation {
    width: 100%;
    margin: 0 0 30px
  }

  .side-navigation-content {
    width: 100%
  }

  ul.commentlist li .comment-author img {
    width: 60px;
    height: 60px
  }

  ul.commentlist li {
    padding-left: 0
  }

  ul.commentlist li ul li {
    padding-left: 20px
  }

  ul.commentlist li ul li .comment-author {
    left: 20px
  }

  ul.commentlist li article {
    padding-top: 80px
  }

  #footer .copyright {
    width: 100%;
    text-align: center
  }

  .footer-logo {
    float: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 20px 0 0
  }

  #footer .widget.widget_recent_entries .recent-posts-widget .post-meta,
  #footer .widget.widget_recent_entries .recent-posts-widget .post-meta p {
    border: none
  }

  .widget.widget_recent_entries .recent-posts-widget .post-meta,
  .widget.widget_recent_entries .recent-posts-widget .post-meta p {
    border: none
  }

  .wpcf7-form .column,
  .wpcf7-form .hr-invisible-very-small {
    margin: 0
  }

  #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
    padding: 10px 0 32px
  }

  table.tribe-events-calendar {
    display: block;
    position: relative;
    width: 100%
  }

  table.tribe-events-calendar thead {
    display: block;
    float: left
  }

  table.tribe-events-calendar tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap
  }

  table.tribe-events-calendar thead tr {
    display: block
  }

  table.tribe-events-calendar th {
    display: block
  }

  table.tribe-events-calendar tbody tr {
    display: inline-block;
    vertical-align: top
  }

  table.tribe-events-calendar td {
    display: block;
    min-height: 1.25em
  }

  .tribe-events-calendar th {
    height: 90px;
    width: 100px;
    line-height: 90px;
    border-bottom: 1px solid #ddd;
    padding: 0
  }

  #tribe-events-content .tribe-events-calendar td {
    height: 83px;
    width: 102px
  }

  .tribe-events-calendar .tribe-events-tooltip {
    display: none !important
  }

  #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    width: 95px;
    height: 50px;
    overflow: auto
  }

  .tribe-events-calendar th {
    font-size: 12px
  }

  .tribe-events-list .tribe-events-event-image {
    width: 100%;
    margin-right: 0
  }

  .tribe-events-list .tribe-events-event-image+div.tribe-events-content {
    width: 100%
  }

  .tribe-grid-header .column,
  .tribe-grid-allday .column {
    margin-bottom: 0
  }

  #tribe-events-photo-events.photo-two-col .vevent.tribe-events-photo-event {
    width: 96%;
    float: left;
    left: 0 !important;
    clear: both
  }

  .tribe-events-single #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
  .tribe-events-single #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
  .tribe-events-single #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  .tribe-events-single #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 100%;
    text-align: center
  }

  ul.products li {
    margin-right: 0
  }

  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce .page-with-sidebar div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce .page-with-sidebar div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary {
    width: 100%;
    float: left
  }

  #reviews a.button,
  .woocommerce-message .button,
  .woocommerce table .button {
    font-size: 9px;
    padding: 4px 5px
  }

  .woocommerce-tabs ul.tabs li a {
    font-size: 13px
  }

  .woocommerce table.shop_attributes th,
  .woocommerce-page table.shop_attributes th {
    width: auto
  }

  .woocommerce table.shop_attributes th {
    font-size: 9px
  }

  .woocommerce-tabs .panel h2 {
    font-size: 18px
  }

  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    width: 100%
  }

  .woocommerce form .form-row,
  .woocommerce-page form .form-row {
    padding: 0
  }

  .woocommerce .checkout #shiptobilling,
  .woocommerce-page .checkout #shiptobilling {
    display: block;
    margin-bottom: 10px
  }

  .woocommerce table.cart img,
  .woocommerce-page table.cart img,
  .woocommerce #content table.cart img,
  .woocommerce-page #content table.cart img {
    width: 30px
  }

  table.cart td.product-name a {
    font-size: 10px
  }

  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    padding: 6px 4px
  }

  .woocommerce table.shop_table th,
  .woocommerce-page table.shop_table th {
    font-size: 12px;
    padding: 10px 5px;
    font-weight: 400
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
    margin: 0 0 20px
  }

  .woocommerce .shop_table .quantity .plus,
  .woocommerce .shop_table .quantity .minus,
  .woocommerce-page .shop_table .quantity .plus,
  .woocommerce-page .shop_table .quantity .minus {
    height: 25px;
    padding: 0 5px
  }

  .woocommerce .shop_table .quantity .qty,
  .woocommerce-page .shop_table .quantity .qty {
    height: 25px;
    width: 35px !important;
    font-size: 11px
  }

  .woocommerce table.cart td.actions .coupon .input-text {
    height: 23px;
    width: 120px;
    background: #fff
  }

  .related-products-container h2,
  .upsell-products-container h2,
  .cross-sells h2,
  .cart_totals h2,
  .shipping_calculator h2,
  .woocommerce h2,
  .woocommerce-page h2 {
    font-size: 18px
  }

  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells,
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%
  }

  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .container {
    width: 420px
  }

  .boxed .wrapper,
  .boxed .is-sticky #header-wrapper {
    width: 460px
  }

  .boxed .inner-wrapper {
    border-radius: 0 0 10px 10px
  }

  #primary {
    width: 100%
  }

  #primary.content-full-width {
    width: 100%
  }

  #secondary {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .mean-container a.meanmenu-reveal {
    width: 23px;
    height: 24px;
    padding: 24px
  }

  .mean-container .mean-nav {
    margin-top: 60px
  }

  #slider .tp-caption .dt-sc-button.small {
    padding: 5px;
    font-size: 8px
  }

  ul.dt-sc-tabs-vertical-frame {
    width: 30%
  }

  ul.products li .product-wrapper,
  ul.products li .product-three-column,
  ul.products li .product-three-column-with-sidebar,
  ul.products li .product-two-column,
  ul.products li .product-two-column-with-sidebar,
  ul.products li .product-four-column,
  ul.products li .product-four-column-with-sidebar {
    width: 418px
  }

  ul.products li .product-wrapper .product-details,
  ul.products li .product-wrapper .product-details-hover,
  ul.products li .product-three-column .product-details,
  ul.products li .product-three-column .product-details-hover,
  ul.products li .product-three-column-with-sidebar .product-details,
  ul.products li .product-three-column-with-sidebar .product-details-hover,
  ul.products li .product-two-column .product-details,
  ul.products li .product-two-column .product-details-hover,
  ul.products li .product-two-column-with-sidebar .product-details,
  ul.products li .product-two-column-with-sidebar .product-details-hover,
  ul.products li .product-four-column .product-details,
  ul.products li .product-four-column .product-details-hover,
  ul.products li .product-four-column-with-sidebar .product-details,
  ul.products li .product-four-column-with-sidebar .product-details-hover {
    width: 388px
  }

  ul.products li .product-wrapper .product-details-hover .star-rating,
  ul.products li .product-three-column .product-details-hover .star-rating,
  ul.products li .product-three-column-with-sidebar .product-details-hover .star-rating,
  ul.products li .product-two-column .product-details-hover .star-rating,
  ul.products li .product-two-column-with-sidebar .product-details-hover .star-rating {
    left: 40%
  }

  .single-product .page-with-sidebar div.images .thumbnails.slider .caroufredsel_wrapper,
  .single-product div.images .thumbnails.slider .caroufredsel_wrapper {
    width: 100% !important
  }

  .product .images .thumbnails .yith_magnifier_gallery li,
  .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 90px
  }

  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 89px;
    margin-right: 20px
  }
}

@media only screen and (max-width:479px) {

  .woocommerce-cart table.shop_table,
  .woocommerce-account table.shop_table,
  .woocommerce-wishlist table.shop_table {
    display: block;
    position: relative;
    width: 100%;
    position: relative
  }

  .woocommerce-cart table.shop_table thead,
  .woocommerce-account table.shop_table thead,
  .woocommerce-wishlist table.shop_table thead {
    display: block;
    float: left
  }

  .woocommerce-cart table.shop_table tbody,
  .woocommerce-account table.shop_table tbody,
  .woocommerce-wishlist table.shop_table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap
  }

  .woocommerce-cart table.shop_table thead tr.cart_table_item,
  .woocommerce-account table.shop_table thead tr.cart_table_item,
  .woocommerce-wishlist table.shop_table thead tr.cart_table_item {
    display: block
  }

  .woocommerce-cart table.shop_table th,
  .woocommerce-account table.shop_table th,
  .woocommerce-wishlist table.shop_table th {
    display: block
  }

  .woocommerce-cart table.shop_table tbody tr,
  .woocommerce-account table.shop_table tbody tr,
  .woocommerce-wishlist table.shop_table tbody tr {
    display: inline-block;
    vertical-align: top
  }

  .woocommerce-cart table.shop_table td,
  .woocommerce-account table.shop_table td,
  .woocommerce-wishlist table.shop_table td {
    display: block;
    min-height: 1.25em
  }

  .woocommerce-cart table.shop_table td.actions {
    width: auto
  }

  .woocommerce-cart table.shop_table tbody tr td.actions .coupon {
    position: absolute;
    bottom: 60px;
    left: 0
  }

  .woocommerce-cart table.shop_table tbody tr td.actions .coupon .button {
    bottom: 10px;
    position: absolute
  }

  .woocommerce-cart table.shop_table tbody tr td.actions .coupon .input-text {
    bottom: 40px;
    position: absolute
  }

  .woocommerce-cart table.shop_table tbody tr td.actions .button {
    position: absolute;
    bottom: 40px;
    left: 0
  }

  .woocommerce-cart table.shop_table tbody tr td.actions .checkout-button {
    bottom: 10px
  }

  .woocommerce-cart table.shop_table tbody {
    padding-bottom: 145px
  }

  .woocommerce table.shop_table th,
  .woocommerce-page table.shop_table th {
    text-align: center;
    height: 51px;
    width: 100px;
    line-height: 51px;
    vertical-align: middle;
    border-bottom-width: 1px;
    padding: 0;
    border-bottom: 1px solid #ddd
  }

  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    height: 51px;
    width: 98px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0
  }

  .woocommerce table.shop_table td.product-subtotal,
  .woocommerce-page table.shop_table td.product-subtotal {
    border-bottom: 1px solid #ddd
  }

  .woocommerce-cart table.shop_table th {
    width: 80px
  }

  .woocommerce-cart table.shop_table td {
    width: 118px
  }

  .woocommerce table.cart a.remove,
  .woocommerce-page table.cart a.remove,
  .woocommerce #content table.cart a.remove,
  .woocommerce-page #content table.cart a.remove {
    display: inline-block;
    margin-top: 14px
  }

  .woocommerce .wishlist_table tr td.product-thumbnail,
  .woocommerce .wishlist_table tr td.product-name {
    text-align: center
  }

  .shop_table .product-thumbnail a {
    margin: 10px 0 0;
    display: inline-block
  }

  .shop_table td.product-name a,
  .shop_table td.product-price span,
  .shop_table td.product-stock-status span,
  .shop_table td.product-subtotal span,
  .shop_table tr.order td a {
    display: inline-block;
    margin-top: 18px
  }

  .shop_table .product-add-to-cart a,
  .woocommerce .wishlist_table .add_to_cart.button {
    margin-top: 15px;
    display: inline-block
  }

  .shop_table tr.order .order-total {
    font-size: 11px
  }

  .shop_table tr.order td time,
  .shop_table tr.order td span {
    font-size: 11px;
    display: inline-block;
    margin-top: 18px
  }

  .shop_table tr.order td.order-status {
    padding-top: 17px;
    height: 33px;
    text-align: center !important
  }

  .woocommerce table.my_account_orders .order-actions,
  .woocommerce-page table.my_account_orders .order-actions {
    text-align: center
  }

  .woocommerce table.my_account_orders .order-actions .button,
  .woocommerce-page table.my_account_orders .order-actions .button {
    margin-top: 7px
  }

  .shop_table td.product-price span,
  .shop_table td.product-stock-status span,
  .shop_table td.product-subtotal span,
  .shop_table tr.order td {
    font-size: 14px
  }

  .shop_table td.product-quantity .quantity {
    margin: 10px 0 0
  }

  .cart-subtotal span,
  .total span,
  .checkout_table_item .product-total span {
    font-size: 14px
  }

  .shipping td {
    font-size: 10px
  }

  .woocommerce-tabs ul.tabs {
    width: 100%;
    margin-left: 0
  }

  .woocommerce-tabs ul.tabs li {
    margin-right: 5px
  }

  .woocommerce-tabs ul.tabs li a,
  .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px
  }

  .dt-sc-button.large {
    padding: 21px 40px
  }

  .dt-sc-button.xlarge {
    padding: 25px 28px
  }
}

@media only screen and (min-width:320px) and (max-width:479px) {
  #main-menu ul {
    display: none
  }

  .container {
    width: 300px
  }

  .boxed .wrapper,
  .boxed .is-sticky #header-wrapper {
    width: 100%
  }

  #header,
  .is-sticky #header {
    padding: 7px 0
  }

  #logo a img {
    max-width: 50%
  }

  #slider .tp-caption .dt-sc-button.small {
    padding: 3px;
    font-size: 6px
  }

  #searchform input[type=text] {
    width: 150px
  }

  #primary {
    width: 100%
  }

  #primary.content-full-width {
    width: 100%
  }

  #secondary {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  th,
  td {
    font-size: 9px
  }

  tbody td .dt-sc-button.small {
    font-size: 5px;
    padding: 5px 2px
  }

  .dt-sc-callout-box.type5 {
    padding: 14px 4.5%
  }

  .dt-sc-callout-box.type5:after {
    display: none
  }

  .dt-sc-team .image {
    width: 100%;
    margin: 0;
    display: inline-block;
    text-align: center;
    float: none
  }

  #primary .dt-sc-team .image img {
    max-width: 40%
  }

  .dt-sc-team .team-details {
    width: 100%
  }

  ul.dt-sc-tabs-frame li {
    margin-right: 5px
  }

  ul.dt-sc-tabs-frame li a {
    font-size: 11px
  }

  ul.dt-sc-tabs-vertical-frame {
    width: 30%
  }

  .dt-sc-ico-content.type3 h5 {
    font-size: 16px;
    margin-bottom: 10px
  }

  .tribe-events-sub-nav li a,
  .tribe-events-read-more {
    font-size: 12px
  }

  .tribe-grid-header .column a {
    font-size: 10px
  }

  .tribe-events-grid .hentry.vevent h3.entry-title {
    text-indent: -9999px
  }

  ul.products li .product-wrapper,
  ul.products li .product-three-column,
  ul.products li .product-three-column-with-sidebar,
  ul.products li .product-two-column,
  ul.products li .product-two-column-with-sidebar {
    width: 298px
  }

  ul.products li .product-wrapper .product-details,
  ul.products li .product-wrapper .product-details-hover,
  ul.products li .product-three-column .product-details,
  ul.products li .product-three-column .product-details-hover,
  ul.products li .product-three-column-with-sidebar .product-details,
  ul.products li .product-three-column-with-sidebar .product-details-hover,
  ul.products li .product-two-column .product-details,
  ul.products li .product-two-column .product-details-hover,
  ul.products li .product-two-column-with-sidebar .product-details,
  ul.products li .product-two-column-with-sidebar .product-details-hover {
    width: 268px
  }

  ul.products li .product-wrapper .product-details-hover .star-rating,
  ul.products li .product-three-column .product-details-hover .star-rating,
  ul.products li .product-three-column-with-sidebar .product-details-hover .star-rating,
  ul.products li .product-two-column .product-details-hover .star-rating,
  ul.products li .product-two-column-with-sidebar .product-details-hover .star-rating {
    left: 37%
  }

  .woocommerce table.shop_table th,
  .woocommerce-page table.shop_table th {
    width: 140px
  }

  .woocommerce table.shop_table td,
  .woocommerce-page table.shop_table td {
    width: 158px
  }

  table.variations td {
    font-size: 12px
  }

  table.variations td select {
    width: 100%
  }

  .single-product .page-with-sidebar div.images .thumbnails.slider .caroufredsel_wrapper,
  .single-product div.images .thumbnails.slider .caroufredsel_wrapper {
    width: 100% !important
  }

  .product .images .thumbnails .yith_magnifier_gallery li,
  .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 90px;
    margin-right: 15px
  }

  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 92px
  }
}

@media only screen and (max-width:319px) {
  #main-menu ul {
    display: none
  }

  .container {
    width: 200px
  }

  .boxed .wrapper,
  .boxed .is-sticky #header-wrapper {
    width: 100%
  }

  #header,
  .is-sticky #header {
    padding: 4px 0
  }

  #logo {
    margin-top: 10px
  }

  #logo a img {
    max-width: 55%
  }

  .mean-container a.meanmenu-reveal {
    padding: 15px
  }

  .mean-container .mean-nav {
    margin-top: 46px
  }

  #slider .tp-caption .dt-sc-button.small {
    padding: 2px;
    font-size: 4px;
    margin-top: 0
  }

  h1 {
    font-size: 20px
  }

  h1 {
    font-size: 18px
  }

  h1 {
    font-size: 16px
  }

  h1 {
    font-size: 14px
  }

  h1 {
    font-size: 13px
  }

  h1 {
    font-size: 12px
  }

  .breadcrumb h1 {
    font-size: 16px;
    top: 2px
  }

  .breadcrumb-section #searchform input[type=text] {
    width: 90px;
    padding: 9px 10px
  }

  .breadcrumb-section #searchform input[type=submit] {
    padding: 7px 10px
  }

  #primary {
    width: 100%
  }

  #primary.content-full-width {
    width: 100%
  }

  #secondary {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  th,
  td {
    font-size: 7px;
    padding: 7px 0
  }

  tbody td .dt-sc-button.small {
    font-size: 4px;
    padding: 3px 1px
  }

  .dt-sc-callout-box.type5 {
    padding: 14px 4.5%
  }

  .dt-sc-callout-box.type5:after {
    display: none
  }

  .dt-sc-team .image {
    width: 100%;
    margin: 0;
    display: inline-block;
    text-align: center;
    float: none
  }

  #primary .dt-sc-team .image img {
    max-width: 50%
  }

  .dt-sc-team .team-details {
    width: 100%
  }

  .dt-sc-ico-content.type3 {
    padding-left: 0;
    text-align: center
  }

  .dt-sc-ico-content.type3 .icon {
    position: inherit;
    text-align: center;
    display: inline-block;
    width: 100%
  }

  ul.dt-sc-tabs-frame li {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%
  }

  ul.dt-sc-tabs-frame li a {
    padding: 0 2%;
    width: 96%;
    border-bottom: 1px solid #d9d9d9
  }

  ul.dt-sc-tabs-frame li a.current {
    border-bottom: 1px solid #d9d9d9
  }

  .wpcf7-form span.wpcf7-list-item {
    margin-right: 3px
  }

  .caroufredsel_wrapper {
    margin-top: 60px !important
  }

  .carousel-arrows {
    top: 0
  }

  .dt-sc-testimonial {
    padding: 0;
    text-align: center
  }

  .dt-sc-testimonial .author {
    float: none;
    display: inline-block;
    padding-bottom: 30px;
    position: inherit;
    width: 100px;
    height: 100px;
    border-radius: 100px
  }

  .dt-sc-testimonial .author img {
    max-width: 90px;
    border-radius: 90px
  }

  .dt-sc-testimonial blockquote:before {
    display: none
  }

  .dt-sc-testimonial blockquote q {
    font-size: 14px;
    line-height: 20px
  }

  ul.dt-sc-tabs-vertical-frame {
    width: 100%;
    padding: 0 0 20px
  }

  .dt-sc-tabs-vertical-frame-content {
    width: 92%
  }

  .dt-sc-button.small {
    font-size: 12px
  }

  .dt-sc-button.medium {
    font-size: 13px
  }

  .dt-sc-button.large {
    font-size: 14px
  }

  .dt-sc-button.xlarge {
    font-size: 15px
  }

  .dt-sc-button.large {
    padding-left: 30px;
    padding-right: 30px
  }

  .dt-sc-numbered-list li {
    font-size: 12px
  }

  .dt-sc-donutchart-medium {
    margin: 0
  }

  .dt-sc-pullquote1,
  .dt-sc-pullquote2,
  .dt-sc-pullquote3,
  .dt-sc-pullquote4,
  .dt-sc-pullquote5,
  .dt-sc-pullquote6 {
    width: 92%;
    padding: 15px 4%;
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px
  }

  .dt-sc-callout-box.type2,
  .dt-sc-callout-box.type3,
  .dt-sc-callout-box.type4 {
    padding: 10px 4%;
    width: 92%
  }

  .dt-sc-callout-box.type3 {
    width: 90%
  }

  .dt-sc-appointment .dt-sc-contact-info i {
    height: 30px;
    width: 25px;
    line-height: 30px;
    margin-right: 5px
  }

  .dt-sc-appointment .dt-sc-contact-info {
    font-size: 11px;
    line-height: 30px
  }

  .dt-sc-contact-info i {
    font-size: 18px;
    margin-right: 5px
  }

  .dt-sc-contact-info {
    font-size: 12px
  }

  .dt-sc-one-fourth .dt-sc-infographic-bar .fa.fa-male,
  .dt-sc-one-fourth .dt-sc-infographic-bar .fa.fa-female {
    font-size: 85px !important
  }

  .dt-sc-one-fourth .dt-sc-infographic-bar {
    padding-left: 70px
  }

  .dt-sc-portfolio-container .portfolio .portfolio-detail h5 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px
  }

  .dt-sc-portfolio-container .portfolio .portfolio-detail p {
    font-size: 12px;
    line-height: normal
  }

  #secondary .dt-sc-appointment .dt-sc-contact-info {
    font-size: 10px
  }

  ul.commentlist li .author-name {
    padding-left: 40px
  }

  ul.commentlist li .author-name span {
    width: 30px
  }

  ul.commentlist li .reply a {
    padding: 0 10px;
    font-size: 12px
  }

  #footer .widget.widget_recent_entries .recent-posts-widget .post-meta,
  #footer .widget.widget_recent_entries .recent-posts-widget .post-meta p {
    border: none
  }

  .author-bio {
    text-align: center
  }

  .author-bio .image {
    margin-bottom: 10px;
    width: 70%;
    float: none;
    display: inline-block
  }

  #tribe-events-content-wrapper {
    width: 100%
  }

  #tribe-bar-form {
    width: 91%
  }

  .tribe-events-sub-nav li a,
  .tribe-events-read-more {
    padding: 7px 10px;
    font-size: 12px
  }

  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 100%;
    padding: 15px 10%
  }

  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    width: 100%;
    padding: 0
  }

  #tribe-bar-views .tribe-bar-views-list {
    margin: 3px 0 0
  }

  #tribe-bar-views li.tribe-bar-views-option {
    margin-right: 0
  }

  .tribe-events-list h2.tribe-events-list-event-title {
    font-size: 14px
  }

  .tribe-grid-header .column a {
    font-size: 8px
  }

  h2.tribe-events-page-title {
    font-size: 16px
  }

  .tribe-events-list .time-details {
    font-size: 12px
  }

  .tribe-events-event-meta address.tribe-events-address {
    font-size: 9px
  }

  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 100%;
    text-align: center
  }

  ul.products li .product-wrapper,
  ul.products li .product-three-column,
  ul.products li .product-three-column-with-sidebar,
  ul.products li .product-two-column,
  ul.products li .product-two-column-with-sidebar {
    width: 188px
  }

  ul.products li .product-wrapper .product-details,
  ul.products li .product-wrapper .product-details-hover,
  ul.products li .product-three-column .product-details,
  ul.products li .product-three-column .product-details-hover,
  ul.products li .product-three-column-with-sidebar .product-details,
  ul.products li .product-three-column-with-sidebar .product-details-hover,
  ul.products li .product-two-column .product-details,
  ul.products li .product-two-column .product-details-hover,
  ul.products li .product-two-column-with-sidebar .product-details,
  ul.products li .product-two-column-with-sidebar .product-details-hover {
    width: 158px
  }

  ul.products li .product-wrapper .product-details-hover .star-rating,
  ul.products li .product-three-column .product-details-hover .star-rating,
  ul.products li .product-three-column-with-sidebar .product-details-hover .star-rating,
  ul.products li .product-two-column .product-details-hover .star-rating,
  ul.products li .product-two-column-with-sidebar .product-details-hover .star-rating {
    left: 27%
  }

  .shop_attributes td {
    font-size: 10px
  }

  table.variations td {
    font-size: 12px
  }

  table.variations td select {
    width: 100%;
    padding: 15px 10px
  }

  .product .thumbnails.slider .caroufredsel_wrapper {
    margin-top: 0 !important
  }

  h1.product_title {
    font-size: 20px
  }

  .woocommerce-tabs ul.tabs li {
    margin-right: 5px
  }

  .woocommerce .addresses .title .edit,
  .woocommerce-page .addresses .title .edit {
    clear: both
  }

  .woocommerce-tabs ul.tabs li {
    width: 100%
  }

  .woocommerce-tabs ul.tabs li a {
    width: 94%;
    padding: 0 3%
  }

  .single-product .page-with-sidebar div.images .thumbnails.slider .caroufredsel_wrapper,
  .single-product div.images .thumbnails.slider .caroufredsel_wrapper {
    width: 100% !important
  }

  .product .images .thumbnails .yith_magnifier_gallery li,
  .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 92px
  }

  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li,
  .page-with-sidebar .product .images .thumbnails .yith_magnifier_gallery li.last {
    width: 96px
  }
}