/* Body */
@import url(gfonts.css);

body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f9f9f9;
  font-size: 14px;
  line-height: 25px;
  color: #444;
  -webkit-font-smoothing: antialiased;
}

.commcost {
  font-size: 16px;
}

.yousavecost {
  font-size: 16px;
}

.totalcost {
  font-size: 20px;
  font-weight: bold;
}

.error {
  background: #ff9999;
  padding:10px;
  color:#fff;
  margin-top:3px;
  display:block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.problemohno {
  background: url(../images/problem.png) no-repeat bottom right;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin: 3px 0px;
  padding: 3px 0px;
}

.container h2 {
  font-size: 20px;
  margin-bottom:15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  color: #008097;
}

a {
  color: #008097;
}

.panel {
  border: 2px solid #ddd;
  box-shadow:none;
}

.panel .panel-heading {
  font-family: "Oswald", sans-serif;
  background: url(../images/body-back.png) repeat;
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
}

.panel .panel-footer {
  font-style: italic;
  font-size: 13px;
}

.panel .panel-footer i {
  color: #008097;
}

.panel .panel-footer .btn i {
  color: #fff;
}

.panel-warning {
  border: 2px solid #ff9999;
  box-shadow:none;
  background
}

.panel-warning .panel-heading {
  font-family: "Oswald", sans-serif;
  background: #ff9999 url(../images/body-back.png) repeat;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid #ff9999;
}

.btn-primary {
  background: #008097;
  border: 1px solid #008097;
}

.label-primary {
  background: #008097;
}

/* Navbar */
.navbar {
  background: #0089a1 url(../images/fback.png);
  color: #fff;
  border: 0;
  border-bottom: 1px solid #555;
  padding: 8px 0 10px 0;
  border-radius: 0;
  margin:0;
}

.navbar-default,
.navbar-default {
  border-radius: 0;
}

.navbar .container .fa-bars {
  font-size: 30px;
  cursor:pointer;
  margin-right: 20px;
  color: #fcf996;
}

.navbar .container .fa-bars:hover {
  color: #f9f9f9;
}

.navbar a {
  color: #fff;
}

.navbar .table-responsive .table td {
  border:0;
  vertical-align: middle !important;
}

.navbar .table {
  padding:0;
  margin:0;
}

.navbar .table td:first-child {
  width: 5%;
  text-align: left;
  padding-top:12px;
}

.navbar .table td:nth-child(2) {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-shadow: #000 1px 1px;
}

.navbar .table td:nth-child(3) {
  text-align: right;
  font-size: 16px;
  padding-top:12px;
}

.navbar .table td:nth-child(3) a {
  font-size: 15px;
}

.navbar .table td:nth-child(3) a {
  margin-right: 10px;
}

.navbar .table td:nth-child(3) a i {
  color: #E6E7E6;
}

/* Header */
.infobararea {
  border-bottom: 1px solid #c0c0c0;
  background: url(../images/header-back.png) repeat;
  margin-bottom: 20px;
}

.infobararea .row {
  padding:35px 0 35px 0;
}

.infobararea h1 {
  font-style:italic;
  color: #555;
}

.bannerarea .mobileimg img {
  width: 100% !important;
}

.bannerarea .mobilecontainer .row {
   padding:5px 0 5px 0;
   text-align: center;
}

.bannerarea .mobilecontainer .row h1 {
  font-size: 24px;
  text-align: center;
  padding-bottom:15px;
  border-bottom: 1px dashed #c0c0c0;
  margin-bottom:10px;
}

.hostingname {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.hostingimg a img {
  border: 1px solid #ddd;
  padding:2px;
}

.hostingname a {
  color: #555 !important;
}

/* Footer */
footer {
  background: #008198 url('../images/fback.png') repeat;
  margin-top: 30px;
  font-size: 13px;
  padding: 20px 0 20px 0;
  color: #fff;
  border-top: 1px solid #555 !important;
}

footer hr {
  border:0;
  border-top: 1px solid #c0c0c0;
  padding: 0px;
}

footer h4 {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 10px;
  color: #fcf996;
  text-shadow: #000 1px 1px;
  text-transform: uppercase;
}

footer a, footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer ul {
  list-style-type: none !important;
  padding: 0px;
  margin: 0px;
}

footer ul li {
  background-repeat: no-repeat;
  background-position: 2px 7px;
  background-size: 13px 13px;
  padding: 0px 0px;
}

footer ul li i {
  display: inline-block !important;
  margin-right: 4px;
  font-size: 15px;
  color: #fff !important;
}

footer .widget {
  margin-bottom: 10px;
}

footer .social a {
  display: inline-block;
  margin: 0;
  margin-right: 3px;
}

.verybottombar {
  text-align: center;
  padding: 20px 0 20px 0;
  border-top: 1px solid #555;
  background: url(../images/header-back.png) repeat;
}

.verybottombar a {
  color: #555 !important;
}

.verybottombar span {
  font-style:italic;
}

.affiliate {
  background: url(../images/money.png) no-repeat 93% 85%/40px 60px;
}

.totaldownloads hr {
  margin-top:10px;
}

.totaldownloads span {
  font-size:24px;
  color: #008097;
}

.totaldownloads .infobox {
  margin:0;
  margin-top:10px;
  padding:5px;
  font-size: 11px;
  font-style:italic;
}

.payamnt {
  color:#0089a1;
  font-size:30px;
}

/* Pages */
.pagesblock {
  text-align: right;
}

.pagesblock li.active a,.pagesblock li.active a:hover {
  background: #008097;
}

.pagesblock li a {
  color: #008097;
}

/* Spinner */
.overlaySpinner {
  padding: 50px;
  color: #555;
}

.overlaySpinner {
  position: fixed;
  z-index: 1000001;
}

.overlaySpinner span {
  display: block;
  margin-top:15px;
  text-align:center;
}

.overlaySpinner {
  width: 200px;
  border: 2px dashed #008198;
  height: 100px;
  background: #eee url(../images/waiting.gif) no-repeat 50% 30%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Social */

.social {
  margin-top: 10px;
}

.social a, .social a:visited, .social a:hover {
  color: #fff !important;
  text-decoration: none;
  margin-right: 10px;
}

.social i {
  display: inline-block;
  height: 40px;
  color: #fff !important;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  border-radius: 5px;
}

.social i:hover {
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

.facebook {
  background: #1e78ae !important;
}

.twitter {
  background: #1ba1e2 !important;
}

.linkedin {
  background: #2d93cf !important;
}

.pinterest {
  background: #dd1617 !important;
}

.rss {
  background: #F18F33 !important;
}

.dailymotion {
  background: #dd1617 !important;
}

.facebook:hover, .twitter:hover, .pinterest:hover, .rss:hover,
.dailymotion:hover, .linkedin:hover {
  background: #333 !important;
}

/* PUSHY
---------------------------------*/

.pushy {
  position: fixed;
  width: 256px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #f5f5f5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #008198;
  font-size: 13px;
}

.pushy a {
  font-size: 13px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

.pushy-left {
  -webkit-transform: translate3d(-256px, 0, 0);
  -ms-transform: translate3d(-256px, 0, 0);
  transform: translate3d(-256px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(256px, 0, 0);
  -ms-transform: translate3d(256px, 0, 0);
  transform: translate3d(256px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(256px, 0, 0);
  -ms-transform: translate3d(256px, 0, 0);
  transform: translate3d(256px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-256px, 0, 0);
  -ms-transform: translate3d(-256px, 0, 0);
  transform: translate3d(-256px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 129, 152, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pushy .panel-heading {
  background: #fcfcfc url(../images/header-back.png);
}

.pushy .panel-heading a {
  font-size: 14px;
}

.pushy .panel-heading i {
  color: #02798E;
}

.pushy .panel-title {
  font-size: 15px;
}

.pushy .panel-default,.pushy .panel-heading {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

.pushy .panel-body {
  line-height: 25px;
}

.pushy .navsearchwrap {
  padding:10px;
}

.pushy .navsearchwrap .form-group {
  padding-bottom:0;
  margin-bottom:0;
}

.pushy .panel-body .counter {
  margin-left: 6px;
  color: #555 !important;
}

.pushy_html_body {
  overflow-x: hidden;
  -webkit-overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* Mobile Nav */
.mobilenavarea, .mobilenavarea .container, .mobilenavarea .navbar-inner {
  margin-bottom:0;
}
.mobilenavarea {
  color: #fff;
  padding:0;
  font-family: "Oswald", sans-serif;
}
.mobilenavarea .navbar-inner {
  padding: 10px 0 15px 0;
  background: #009eba url('../images/fback.png') repeat;
  height:60px;
}
.mobilenavarea .table-responsive,.mobilenavarea .table-responsive .table td {
  border:0;
  padding:0;
  margin:0;
}
.mobilenavarea .table td {
  vertical-align: middle !important;
}
.mobilenavarea .container .fa-bars {
  font-size: 25px;
  cursor:pointer;
  margin-right: 20px;
  display: inline-block;
  color: #fcf996;
}
.mobilenavarea a {
  color: #fff;
}
.mobilenavarea .table td:first-child {
  width: 5%;
  text-align: left;
}
.mobilenavarea .table td:nth-child(2) {
  text-align: right;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: #000 1px 1px;
}

.mobilemenu .panel-title {
  text-transform: uppercase;
  font-size: 20px;
}

.mobilenavimagearea {
  border-bottom: 1px solid #c0c0c0;
  background: #eee;
}
.mobilenavimagearea img {
  height: 227px;
  width: 100% !important;
}
.mobilenavtxtarea {
  border-bottom: 2px solid #ddd;
  background: url(../images/header-back.png) repeat;
  padding:10px;
  text-align: center;
  font-style: italic;
  margin:0 0 15px 0;
}

.profilepic {
  border: 1px solid #ddd;
  padding:5px;
  opacity: 0.8;
  width: 125px;
}

/* BOOTBOX
----------------------------*/

.bootbox .dialog-checkout {
  margin-bottom: 25px;
}
.bootbox .modal-body {
  max-height: 500px;
  overflow: auto;
}
.bootbox .modal-header {
  text-transform:uppercase;
  font-weight: bold;
}
.msw-box-error .modal-header {
  background: #ff9999;
  color: #fff;
  border-bottom: 1px solid #E67C73;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* NAV PANEL
------------------------------*/

.navpanel_mobile .panel-title a,.navpanel_tablet .panel-title a {
  font-size: 16px !important;
}

.navpanel_mobile .panel-body a,.navpanel_tablet .panel-body a {
  font-size: 15px !important;
}