/*
  Main Stylesheet
===================================================*/

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(../fonts/muli.woff2) format('woff2'), url(../fonts/muli.woff) format('woff');
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url(../fonts/muli-italic.woff2) format('woff2'), url(../fonts/muli-italic.woff) format('woff');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url(../fonts/muli-bold700.woff2) format('woff2'), url(../fonts/muli-bold700.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-cyrillic-ext-400.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-cyrillic-400.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-vietnamese-400.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-latin-ext-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555;
  background: #fcfcfc url(../images/bg.png) fixed;
}

a {
  color:#02798E;
}

.clear {
  display: none;
}

img {
  border: 0;
}

.msw-red {
  color: #f66f66;
}

.msw-green {
  color: green;
}

.msw-light {
  color: #CFDBC5;
}

.margin_right_20 {
  margin-right: 20px;
}

.panel {
  box-shadow: none !important;
}

.mainmswarea {
  min-height: 80vh;
}

.mainmswarea .panel,.smallscreenarea .panel {
  box-shadow: none !important;
  border-width: 1px !important;
}

.mainmswarea .panel .panel-heading {
  background: #f5f5f5 url(../images/panel-bg.png) !important;
}

.margin-top-container,.offlinearea {
  margin-top: 50px;
}

/* Spinners */
.msw-box-spinner {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 95% 50% !important;
}

.msw-box-spinner-left {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 2% 50% !important;
}

.msw-box-spinner-right {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 95% 50% !important;
}

.errcontainer {
  margin-top: 50px;
}

.errheader {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.errfooter {
  text-align: center;
}

.errfooter a:first-child {
  margin-right: 20px;
}

.mswcursor_p {
  cursor: pointer;
}

/* Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:0 !important;
}

.toppagebar {
  color: #555;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  background: #f5f5f5 url(../images/panel-bg.png) !important;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #c0c0c0;
  font-family: 'Oswald', sans-serif;
}

.toppagebar a {
  color: #555;
}

h4 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.btn-primary {
  background: #008097;
  border: 1px solid #008097;
}

.btn-primary:focus {
  background: #008ea8;
}

.btn-primary:hover {
  background: #008ea8;
}

.navbar {
  background: #008097 url(../images/nav-bg.png);
  color: #fff;
  border: 0;
  border-bottom: 3px solid #c0c0c0;
  border-radius: 0;
  padding: 10px 0 10px 0;
}

.navbar-default,
.navbar-default {
  border-radius: 0;
}

.navbar .container .fa-bars, .navbar .container .fa-chevron-left {
  font-size: 28px;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
  color:#ececec;
}

.navbar a {
  color: #fff;
  font-size: 21px;
  text-shadow: #000 1px 1px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.navbar .row div.leftblock {
  padding-top: 3px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.navbar .form-group {
  margin: 0;
  padding: 0;
}

.navbar .input-group {
  border: 1px solid #555 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.navbar .input-group-addon {
  background: #f5f5f5 url(../images/panel-bg.png) !important;
}

.navbar .form-control {
  border: 0;
  border-right: 1px solid #ddd;
}

.navbar .input-group-addon {
  border: 0 !important;
}

.navbar .container .links {
  text-align: right;
  padding-top: 6px;
}

.navbar .container .links a {
  font-size: 16px;
  margin-left: 20px;
  color: #f9f9f9;
}

.navbar .container .links a i,.navbar .container .links a .bcount {
  color: #ececec;
}

.navbar .container .links a:first-child {
  margin-left: 0;
}

.right-panel-boxes .panel-body {
  line-height: 25px;
  font-size: 13px;
}

.line_height_28 {
  line-height: 28px;
}

.panel-body img {
  max-width:100%;
}

/* Windows */
.windowPanel h2 {
  font-size: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.windowPanel th {
  font-weight: bold;
}

.windowPanel .planinfo {
  font-size: 12px;
  font-style: italic;
  color: #02798E;
}

.windowPanel .plans th:first-child {
  width: 50%;
}

/* Category */
h1 {
  font-size: 20px;
  margin: 0;
  padding: 5px 0 10px 5px;
  color: #555;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

/* Pages */
.mswpages {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  margin-top: 10px !important;
}

.mswpages,.pagination {
  text-align: center !important;
  margin: 0 0 10px 0 !important;
}

.pagination li.active a {
  background: #02798E !important;
  border: 1px solid #555 !important;
}

/* Footer Bar */
footer {
  border-top: 2px solid #ddd;
  background: #fcfcfc url(../images/footer-bg.png);
  text-align: center;
  padding: 30px 0 30px 0;
  font-size: 12px !important;
  position:relative;
  bottom:0;
  width:100%;
}

footer a {
  color: #555;
}

.footbar {
  border-top: 2px solid #ddd;
  padding: 20px;
  margin-top: 30px;
}

.footbar .row div {
  line-height: 35px;
}

footer .socialbuttons {
  margin-bottom: 15px;
}

footer .socialbuttons a i {
  font-size: 32px;
  color: #02798E;
}

footer .socialbuttons a i:hover {
  color: #555;
}

.footbar .social .row {
  padding-top: 30px;
}

.footbar h2 {
  padding: 0;
  margin: 0 0 20px 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.footbar .footlatest .image img {
  width: 100%;
  background: #fff;
  padding: 2px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.footbar .footlatest {
  padding: 10px 0 10px 0;
  border-top: 1px dashed #ddd;
  width: 100%;
}

.footbar .footlatest hr {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.footbar .footlatest .ecard {
  padding-left: 0;
}

.footbar .footlatest:first-child {
  padding-top: 0;
}

.footbar .footlatest:last-child {
  border-bottom: 0;
}

/* Screens */
.smallscreenarea {
  margin-top: 50px;
}

.smallscreenarea .panel-heading, .completedarea .panel-heading {
  font-weight: bold;
  text-transform: uppercase;
}

/* Box Formatting */

.menuboxarea {
  padding-bottom: 0 !important;
}

.relatedcats {
  padding: 20px;
}

.menuboxarea .panel-body {
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  line-height: 25px;
  font-size: 13px;
}

.menuboxarea .panel-heading, .upload_button_area .panel-heading,
.newpagearea .panel-heading, .windowPanel .panel-heading,
.poemprevarea .panel-heading {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.upload_button_area .button_clear {
  margin-top: 10px;
}

.menuboxarea .boxrow {
  padding: 3px;
  border-bottom: 1px solid #ddd;
}

.menuboxarea .boxrow div:first-child {
  padding: 0;
  margin: 0;
}

.menuboxarea .boxrow div:nth-child(2) {
  padding: 10px;
}

.menuboxarea .boxrow div:first-child img {
  width: 100% !important;
  height: 50px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.menuboxarea .boxrow .ecard {
  padding-left: 0;
}

.menuboxarea .boxrow:first-child {
  padding-top: 0;
}

.menuboxarea .boxrow:last-child {
  border-bottom: 0;
}

.menuboxarea .boxrow:nth-child(even) {
  background: #f9f9f9;
}

.subcatarea {
  padding: 20px;
  line-height:22px;
}

.subcatarea div:first-child {
  margin-top:10px;
}

.subcatarea div:last-child {
  margin-bottom:10px;
}

.filterarea {
  margin-bottom: 10px;
}

/* Ecard Area */
.ecardarea .ecard .panel-body {
  padding: 5px;
}

.ecardarea .ecard .panel-body img {
  width: 100%;
  height: 161px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ecardarea .ecard .panel-footer {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

/* Ecard view */
.ecardviewarea .playing {
  color: #008097;
  font-style: italic;
  font-size: 12px;
}

.ecardviewarea audio {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Homepage Ecards */
.homecards h2 {
  border-bottom: 1px solid #ddd;
  color: #555;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 5px 0 10px 5px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.homecards h2 a i {
  font-size: 18px;
}

/* Ecard compose */
.ecardnavtabs .nav-tabs li {
  margin-bottom: -2px;
}

.ecardnavtabs .nav-tabs li a {
  font-size: 16px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.ecardnavtabs .nav-tabs li a,.ecardnavtabs .nav-tabs li a:hover,.ecardnavtabs .nav-tabs li a:focus {
  border-width: 1px;
  border-bottom: 0;
}

.ecardnavtabs .nav-tabs li a:hover {
  background: #fff;
}

.ecardtabarea .panel-default {
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* Music/Poems */
.musicarea,.poemarea {
  max-height: 400px;
  overflow: auto;
}

.musicarea .table td,.poemarea .table td {
  padding: 0 10px 0 10px;
}

.musicarea .table tr td:nth-child(2),
.poemarea .table tr td:nth-child(2) {
  vertical-align: middle !important;
}

/* Emojis */
.musicarea_emojis .panel-body {
  padding: 8px;
  height: 50px;
  text-align: center;
}

.musicarea_emojis .panel-body img {
  max-height: 45px;
}

.musicarea_emojis .panel-footer {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsive YouTube */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Preview */
.prevmessage {
  border-color: #f77;
}

.prevmessage .panel-body {
  background: #ffc6c3;
  color: #555;
}

/* Recipients */
.recipients {
  margin-top: 10px;
}

.recipients:first-child {
  margin-top: 0;
}

/* Stats */
.boxrow .ecard .stats,.footlatest .ecard .stats {
  border-top: 1px dashed #ddd;
  margin-top: 10px;
  padding-top: 10px;
  font-style: italic;
  font-size: 12px;
}

/* Captcha Image */
.capimg img {
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px dashed #ccc;
  padding: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Stretches image to fit viewing pane */
.ecardimage {
  width: 100%;
}

.emojiarea {
  float: left;
  padding: 20px;
  border: 1px dashed #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}

.emojiarea img {
  width: 32px;
  height: 32px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background: #008097;
}

.right-panel-boxes .panel-body img {
  width:100%;
}

.social_shares {
  padding:10px;
  border:1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:20px;
  height:55px;
}

.a2a_default_style {
  float:right;
}

a[class^="a2a_"] {
  color:#0166ff
}

.loading-bottom {
  background: #00788E;
  height: 15px;
  line-height: 15px;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #ffffff;
  left: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.loading-text-img {
  display: none;
  background: url(../images/animated/balls.gif) center center no-repeat;
}

.trumbowyg-box, .trumbowyg-editor, .trumbowyg-button-pane {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* For higher res monitors use more screen space */
@media (min-width: 1200px) {
  .mainmswarea, .footbar .container {
    width:98%;
  }
  .navbar-inner {
    width:100%;
  }
  .navbar-inner .container {
    width:98%;
  }
  .ecardarea .ecard .panel-body img {
    height: 230px;
  }
  .menuboxarea .boxrow div:first-child img {
    height: 60px;
  }
}