/* CSS3 calc check */
#css3-calc {
  width: 10px;
  width: -webkit-calc(20px);
  width: -moz-calc(20px);
  width: calc(20px);
  display: none;
}
/* CSS3 calc check ends */
.mstoic-shortcodes.clear,
.mstoic-shortcodes.space {
  clear: both;
  margin: 0;
}
.mstoic-shortcodes.space {
  margin: 40px 0;
}
/* Mstoic Shortcodes With Counts */
.mstoic-shortcodes.total-count {
  display: table;
  width: 100%;
  text-align: center;
}
/* Mstoic Shortcodes With Counts Ends */
@media screen and (min-width: 500px) {
  .mstoic-shortcodes.count-2 .count {
    width: 50%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    float: left;
    padding: 10px;
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 800px) {
  .mstoic-shortcodes.count-3 .count,
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 33.33%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 50%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1100px) {
  .mstoic-shortcodes.count-3 .count,
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 33.33%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1300px) {
  .mstoic-shortcodes.count-4 .count,
  .mstoic-shortcodes.count-5 .count,
  .mstoic-shortcodes.count-6 .count {
    width: 25%;
  }
  .mstoic-shortcodes .count:nth-of-type(n) {
    clear: none;
  }
  .mstoic-shortcodes .count:nth-of-type(4n+1) {
    clear: left;
  }
}
/*
@media screen and (min-width: 900px) {
	.mstoic-theme .no-sidebar .showcase-posts li {
		width: 25%;
	}
	.mstoic-theme .no-sidebar .mstoic-shortcodes .count:nth-of-type(n) {
		clear: none;
	}
	.mstoic-theme .no-sidebar .mstoic-shortcodes .count:nth-of-type(4n+1) {
		clear: left;
	}
}
*/
/* Mstoic Shortcodes Images */
.mstoic-shortcodes-images img {
  max-width: 100%;
}
.mstoic-shortcodes-images.round img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.mstoic-shortcodes-images .img-heading {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
/* Mstoic Shortcodes Images Ends */
.mstoic-shortcodes-counters {
  display: table;
  width: 100%;
  text-align: center;
}
.mstoic-shortcodes-counters .counter-outer {
  display: inline-block;
  width: 98%;
  margin: 20px 1%;
  position: relative;
}
.mstoic-shortcodes-counters .counter {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 300px;
  margin: 0;
  padding: 10%;
  text-align: center;
  vertical-align: middle;
  border: 20px solid #0D99FC;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mstoic-shortcodes-counters .count {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 20px;
  font-size: 2em;
  text-align: center;
  -webkit-transform: translate(-50%, -60%);
     -moz-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
       -o-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.mstoic-shortcodes-counters .text {
  display: block;
  margin-top: 1em;
  font-size: 1.6em;
  line-height: 1.2em;
}
/*--------------------------------------------------------------
Mstoic Shortcodes
--------------------------------------------------------------*/
.mstoic-shortcodes {
  margin: 20px 0;
}
/*--------------------------------------------------------------
Shortcode: Facebook Like Button
--------------------------------------------------------------*/
.mstoic-shortcodes-fb-like-button {
  margin: 20px 0;
}
/*--------------------------------------------------------------
Shortcode: Buttons
--------------------------------------------------------------*/
.mstoic-shortcodes-buttons span {
  display: inline-block;
}
.mstoic-shortcodes-buttons.expand span {
  letter-spacing: 0;
  padding: 10px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: red;
  -webkit-transition: .200s all;
     -moz-transition: .200s all;
       -o-transition: .200s all;
          transition: .200s all;
}
.mstoic-shortcodes-buttons.expand span:hover,
.mstoic-shortcodes-buttons.expand span:active {
  letter-spacing: 2px;
  background: red;
  color: #FFF;
}
.mstoic-shortcodes-buttons.expand span:after,
.mstoic-shortcodes-buttons.expand span:before {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 5px auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
     -moz-transition: all 280ms ease-in-out;
       -o-transition: all 280ms ease-in-out;
          transition: all 280ms ease-in-out;
  width: 0;
}
.mstoic-shortcodes-buttons.expand span:hover:after,
.mstoic-shortcodes-buttons.expand span:hover:before {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: width 350ms ease-in-out;
     -moz-transition: width 350ms ease-in-out;
       -o-transition: width 350ms ease-in-out;
          transition: width 350ms ease-in-out;
  width: 100%;
}
.mstoic-shortcodes-buttons.expand span:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
}
/* Mstoic Shortcodes Slider */
.mstoic-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.mstoic-slide {
  position: absolute;
  width: inherit;
  height: inherit;
  left: 100%;
  color: #FFF;
  text-align: center;
  max-width: 100%;
}
.mstoic-slide:nth-child(1) {
  left: 0px;
}
.mstoic-slide .fa-chevron-left,
.mstoic-slide .fa-chevron-right {
  position: absolute;
  top: 50%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
.mstoic-slide .fa-chevron-left {
  left: 5px;
}
.mstoic-slide .fa-chevron-right {
  right: 5px;
}
.slideZTMH {
  left: 0px !important;
  -webkit-animation: MinusHundred 1s forwards;
  -moz-animation: MinusHundred 1s forwards;
    -o-animation: MinusHundred 1s forwards;
       animation: MinusHundred 1s forwards;
}
@-webkit-keyframes MinusHundred {
  100% {
    left: -100%;
  }
}
@-moz-keyframes MinusHundred {
  100% {
    left: -100%;
  }
}
@-o-keyframes MinusHundred {
  100% {
    left: -100%;
  }
}
@keyframes MinusHundred {
  100% {
    left: -100%;
  }
}
.slideHTZ {
  left: 100% !important;
  -webkit-animation: zero 1s forwards;
  -moz-animation: zero 1s forwards;
    -o-animation: zero 1s forwards;
       animation: zero 1s forwards;
}
.slideZTH {
  left: 0px !important;
  -webkit-animation: Hundred 1s forwards;
  -webkit-animation-delay: 0s;
  -webkit-animation: Hundred 1s forwards;
     -moz-animation: Hundred 1s forwards;
       -o-animation: Hundred 1s forwards;
          animation: Hundred 1s forwards;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes Hundred {
  100% {
    left: 100%;
  }
}
@-moz-keyframes Hundred {
  100% {
    left: 100%;
  }
}
@-o-keyframes Hundred {
  100% {
    left: 100%;
  }
}
@keyframes Hundred {
  100% {
    left: 100%;
  }
}
.slideMHTZ {
  left: -100% !important;
  -webkit-animation: zero 1s forwards;
  -moz-animation: zero 1s forwards;
    -o-animation: zero 1s forwards;
       animation: zero 1s forwards;
}
@-webkit-keyframes zero {
  100% {
    left: 0px;
  }
}
@-moz-keyframes zero {
  100% {
    left: 0px;
  }
}
@-o-keyframes zero {
  100% {
    left: 0px;
  }
}
@keyframes zero {
  100% {
    left: 0px;
  }
}
.mstoic-shortcode.testimonials {
  position: relative;
  overflow: hidden;
}
.mstoic-shortcode.testimonials .mstoic-slide {
  width: 100%;
}
.mstoic-shortcode.testimonials p {
  margin: 0;
}
.ms_testimonial {
  position: relative;
}
.ms_testimonial .data {
  background: #0D99FC;
  top: 70px;
  color: #FFF;
  position: relative;
  text-align: center;
  padding: 70px 20px 10px 20px;
  display: inline-block;
  width: 100%;
  margin: 0 0 70px;
}
.ms_testimonial .data .arrow-down {
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-top-color: #0D99FC;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ms_testimonial .testimonial {
  padding: 5px 10px 0;
}
.ms_testimonial .author_info {
  margin-top: 20px;
}
.ms_testimonial .ms_author,
.ms_testimonial .ms_author_designation {
  display: block;
  text-align: center;
}
.ms_testimonial .ms_author {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin: 0px auto;
}
.ms_testimonial .ms_author_designation {
  color: #666;
}
.ms_testimonial .title {
  margin-bottom: 0;
  font-size: 1.6em;
}
.ms_testimonial img {
  border: 20px solid white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  z-index: 1;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}
/*--------------------------------------------------------------
# Shortcode: Google Maps
--------------------------------------------------------------*/
.google-map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ms_youtube_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.ms_youtube_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Standard Classes */
.ms-hide {
  display: none;
}
/* Box with Icon and Heading */
.box-heading-icon h3 {
  margin-bottom: 10px;
}
.box-heading-icon h3 i {
  height: 30px;
  width: 40px;
  padding-right: 10px;
}
.box-heading-icon.icon .text {
  padding-left: 40px;
}
.box-heading-icon .text {
  text-align: left;
}
/* Box with Icon and Heading Ends */
/* Tooltip */
.tooltip-container span {
  display: inline !important;
}
.tooltip-container span .tooltip-text {
  display: block !important;
}
.mstoic-shortcodes.tooltip {
  display: inline-block;
  position: relative;
}
.mstoic-shortcodes.tooltip .tooltip-item {
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
  border-bottom: 1px dashed;
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.mstoic-shortcodes.tooltip .tooltip-item a:hover {
  border: none !important;
  text-decoration: none;
}
.mstoic-shortcodes.tooltip .tooltip-item::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 360px;
  height: 20px;
  content: '';
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mstoic-shortcodes.tooltip .tooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
.mstoic-shortcodes.tooltip .tooltip-content {
  position: absolute;
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
  background: #2A3035;
  opacity: 0;
  width: 180px;
  cursor: default;
  pointer-events: none;
  z-index: 99999;
  -webkit-box-shadow: 0 0 10px rgba(48, 54, 61, 0.2);
  -moz-box-shadow: 0 0 10px rgba(48, 54, 61, 0.2);
  -ms-box-shadow: 0 0 10px rgba(48, 54, 61, 0.2);
  -o-box-shadow: 0 0 10px rgba(48, 54, 61, 0.2);
  box-shadow: 0 0 10px rgba(48, 54, 61, 0.2);
  -webkit-transition: .2s all;
     -moz-transition: .2s all;
       -o-transition: .2s all;
          transition: .2s all;
}
.mstoic-shortcodes.tooltip.top .tooltip-content {
  left: 50%;
  margin: 0 0 20px -90px;
  bottom: 100%;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}
.mstoic-shortcodes.tooltip.bottom .tooltip-content {
  left: 50%;
  margin: 20px 0 0 -90px;
  top: 100%;
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.mstoic-shortcodes.tooltip.left .tooltip-content {
  top: -0.5em;
  right: 100%;
  margin: 0 20px 0 0;
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
}
.mstoic-shortcodes.tooltip.right .tooltip-content {
  top: -0.5em;
  left: 100%;
  margin: 0 0 0 20px;
  -webkit-transform: translateX(-10px);
     -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
       -o-transform: translateX(-10px);
          transform: translateX(-10px);
}
.mstoic-shortcodes.tooltip .tooltip-item:hover + .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
     -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.mstoic-shortcodes.tooltip .tooltip-content::after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid transparent;
  margin-left: -10px;
}
.mstoic-shortcodes.tooltip.top .tooltip-content::after {
  top: 100%;
  border-top-color: #2A3035;
  left: 50%;
}
.mstoic-shortcodes.tooltip.bottom .tooltip-content::after {
  bottom: 100%;
  border-bottom-color: #2A3035;
  left: 50%;
}
.mstoic-shortcodes.tooltip.left .tooltip-content::after {
  left: 100%;
  border-left-color: #2A3035;
  top: 1em;
  margin-left: 0;
}
.mstoic-shortcodes.tooltip.right .tooltip-content::after {
  right: 100%;
  border-right-color: #2A3035;
  top: 1em;
}
.mstoic-shortcodes.tooltip .tooltip-text {
  font-size: 0.78em;
  line-height: 1.35;
  display: block;
  padding: 1.2em;
  color: #FFF;
}
.mstoic-shortcodes.tooltip .tooltip-text a {
  color: #FFF;
  font-weight: bold;
}
/* Tooltip Ends */
/* Related Posts With Pics */
.related-pics {
  display: table;
  clear: both;
  padding: 20px 0;
  overflow: hidden;
}
.related-pics .ms_related_posts_singular {
  float: left;
  width: 100%;
  margin: 0px 18px 0 2px;
  padding: 0px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  position: relative;
}
.related-pics .image-container {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.related-pics img {
  max-width: 100% !important;
  padding: 0;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
.related-pics p {
  font-weight: bold;
  padding: 0 5px;
  line-height: 1.2em;
  margin-bottom: .6em;
  bottom: 0;
}
.related-pics a,
.related-pics a:hover {
  border-bottom: none !important;
}
.mstoic-theme .related-pics.css-calc {
  position: relative;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
}
.count-1,
count-2,
count-3,
count-4 {
  width: 100% !important;
  margin: 10px 0 !important;
}
@media screen and (min-width: 300px) {
  .count-2,
  .count-3,
  .count-4 {
    width: 49% !important;
  }
  .count-2:nth-of-type(2n+1),
  .count-3:nth-of-type(2n+1),
  .count-4:nth-of-type(2n+1) {
    margin: 10px 1% 10px 0 !important;
  }
  .count-2:nth-of-type(2n+2),
  .count-3:nth-of-type(2n+2),
  .count-4:nth-of-type(2n+2) {
    margin: 10px 0 10px 1% !important;
  }
}
@media screen and (min-width: 600px) {
  .count-3 {
    width: 32% !important;
  }
  .count-3:nth-of-type(3n+1) {
    margin: 10px 0 !important;
  }
  .count-3:nth-of-type(3n+2) {
    margin: 10px 2% !important;
  }
  .count-3:nth-of-type(3n+3) {
    margin: 10px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .count-4 {
    width: 24% !important;
  }
  .count-4:nth-of-type(4n+1) {
    margin: 10px 0 !important;
  }
  .count-4:nth-of-type(4n+2) {
    margin: 10px 1% !important;
  }
  .count-4:nth-of-type(4n+3) {
    margin: 10px 1% !important;
  }
  .count-4:nth-of-type(4n+4) {
    margin: 10px 0 !important;
  }
}
a.full-box-link {
  display: table;
  width: 100%;
  height: 100%;
}
