/* Lato Usage
font-family: 'Lato', sans-serif;
*/
@font-face {
  font-family: 'Harabara';
  src: url("/_css/fonts/harabara.eot");
  /* IE9 Compat Modes */
  src: url("/_css/fonts/harabara.eot?#iefix") format("embedded-opentype"), url("/_css/fonts/harabara.woff") format("woff"), url("/_css/fonts/harabara.ttf") format("truetype"), url("/_css/fonts/harabara.svg#Harabara") format("svg")
  /* Legacy iOS */
}
/* Harabara Usage
font-family: 'Harabara', sans-serif;
*/
/** General Layout **/
* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  position: relative;
  line-height: 1.67em;
  background: #fff;
  color: #555;
  text-align: left;
  height: 100%;
}

@media (max-width: 720px) {
  body {
    padding-top: 60px;
  }
}

.clear {
  clear: both;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0px;
}

.hidden {
  display: none;
}

#site-wrapper {
  height: auto;
  position: relative;
  overflow: auto;
  background: url("/imgs/styles/grunge.jpg") repeat-x top left;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}

.no-margin {
  margin-right: 0 !important;
}

/** Typography **/
h1 {
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
}

h2 {
  font-weight: normal;
  font-size: 34px;
  line-height: 34px;
}

h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}

h4 {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
}

h5 {
  font-weight: normal;
  font-size: 17px;
  line-height: 17px;
}

h6 {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Harabara', sans-serif;
  margin-bottom: 12px;
  color: #333;
  padding-left: 1px;
  letter-spacing: 1px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
  margin-bottom: 12px;
}

p {
  margin-bottom: 18px;
  height: auto;
}

#content ul, .plan ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 15px;
}

#content ol, .plan ol {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 15px;
}

blockquote {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 12px;
}

blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.colum blockquote p, #sidebar blockquote p {
  padding-bottom: 30px;
  background: url("/imgs/testimony-bg.png") no-repeat -1px bottom;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}

cite {
  font-size: 11px;
  display: block;
  text-align: left;
}

a {
  color: #333;
  font-weight: bold;
}

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

.divider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 3px;
  margin-bottom: 30px;
  background: url("/imgs/divider1.png") repeat-x left top;
}

code, pre {
  background: url("/imgs/code_bg.png") repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #000000;
  display: block;
  font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
  font-size: 12px;
  line-height: 20px;
  margin: 10px 0 20px;
  overflow: auto;
  padding: 0 3px;
}

/* Image styling */
#content img {
  padding: 5px;
  background: #ECECEC;
  border: #D9D9D9 1px solid;
  border-radius: 5px;
}

#content img:hover {
  border: #BFBFBF 1px solid;
}

img.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 10px;
}

img.icon {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

/** Header **/
header {
  position: relative;
}

#peeker {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -135px;
  opacity: .5;
}
#peeker img {
  height: 99px;
}
@media (max-width: 960px) {
  #peeker {
    display: none;
  }
}

#logo {
  margin-bottom: 16px;
  position: relative;
  padding-top: 16px;
  color: #eee;
}

#logo img {
  position: relative;
  top: 7px;
  margin: 0 10px 0 0;
}

#logo .tagline {
  color: #999;
  margin: -10px 0 0 58px;
}

#logo h1 {
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
}

#logo a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 720px) {
  #logo,
  #tel-holder,
  #login-holder {
    display: none;
  }
}

nav {
  position: relative;
}
nav > .menu {
  font-size: 11px;
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  text-transform: uppercase;
  padding-left: 10px;
  line-height: 19px;
  border-radius: 8px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,dddddd+100 */
  background: #fafafa;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dddddd',GradientType=0 );
  /* IE6-8 */
  border: 1px solid #fff;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  border: solid 1px #fff;
}
nav > .menu.secondary {
  background: url("/imgs/nav-bg-2.png") no-repeat top left;
}
nav > .menu > li {
  line-height: 18px;
}
nav > .menu > li:hover > a .caret {
  border-top-color: #fff !important;
  opacity: 1;
}
nav > .menu > li.cart {
  float: right;
  margin: 0 10px 0 0;
}
nav > .mobile-menu {
  height: 60px;
  line-height: 59px;
  background: #eee;
  z-index: 4900;
  list-style: none;
  display: block;
  border-bottom: solid 1px #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
nav > .mobile-menu > li {
  float: left;
  min-width: 60px;
  font-size: 20px;
}
nav > .mobile-menu > li > a {
  padding: 0 10px;
  display: block;
  text-align: center;
}
nav > .mobile-menu > li.right {
  float: right;
}
nav > .mobile-menu > li.left {
  float: left;
}
nav > .mobile-menu > li:hover {
  background: #50504C url(/imgs/nav-hover.png) no-repeat center bottom;
  color: #eee;
}
nav > .mobile-menu > li:hover > a {
  color: #eee;
}

ul.sf-menu li {
  line-height: 18px;
}

ul.sf-menu.secondary,
ul.sf-menu.secondary > li > a {
  color: #bbb;
  text-shadow: none;
}

.caret {
  margin: 8px 0 0 2px !important;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

ul.sf-menu > li > a:hover .caret {
  border-top-color: #fff !important;
  opacity: 1;
}

ul.sf-menu.secondary > li:hover > a {
  color: #eee;
}

ul.sf-menu.secondary > li > a .caret {
  border-top-color: #eee;
}

#tel-holder {
  position: absolute;
  top: 20px;
  right: 0px;
  color: #eee;
  text-align: right;
}

#tel-holder img {
  display: inline;
  padding-left: 10px;
  vertical-align: middle;
}

#tel-holder a {
  color: #eee;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

/* Login */
#login-holder {
  position: absolute;
  top: 50px;
  right: 0;
  color: #eee;
  text-align: right;
}

#login-holder a {
  color: #eee;
}

#login-holder .sml-btn {
  margin-right: 0;
  float: right;
}

#login-box {
  width: 230px;
  padding: 18px;
  border-radius: 10px;
  overflow: hidden;
  background: #eeeeee url("/imgs/login/login-bg2.png") repeat-x left bottom;
}

#login-box label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
}

#login-username {
  width: 190px;
  height: 22px;
  padding: 5px 10px 3px 30px;
  background: url("/imgs/login/user-input.png") no-repeat left top;
  margin-bottom: 10px;
  border: none;
  font-size: 11px;
  color: #fff;
}

#login-password {
  width: 190px;
  height: 22px;
  padding: 5px 10px 3px 30px;
  background: url("/imgs/login/password-input.png") no-repeat left top;
  margin-bottom: 15px;
  border: none;
  font-size: 11px;
  color: #fff;
}

#login-submit {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background: #339900 url("/imgs/buttons/sml-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #1b5000 1px solid;
  text-shadow: #1b5000 0px -1px 0px;
}

#login-submit:hover {
  background: #287800 url("/imgs/buttons/sml-btn-bg.png") repeat-x top left;
  text-shadow: #133800 0px -1px 0px;
}

.submit-block {
  overflow: hidden;
  margin-bottom: 15px;
}

.lostpass {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #333;
  text-decoration: underline;
}

.lostpass:hover {
  color: #EB0303;
  text-decoration: none;
}

/** Slider **/
#slider-holder {
  height: 270px;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
  background: url("/imgs/pagename-shadow.png") no-repeat scroll center bottom transparent;
  padding-bottom: 1px;
}

#slider-nav-container {
  position: absolute;
  left: 45%;
  bottom: 12px;
  z-index: 500;
}

#slider-nav {
  background: url("/imgs/slider-nav-left.png") no-repeat top left;
  height: 23px;
  width: auto;
  padding-left: 13px;
  float: left;
  padding-top: 9px;
}

#slider-nav a {
  background: url("/imgs/nav-off.png") no-repeat top left;
  margin: 0 0 0 7px;
  text-indent: -9999px;
  width: 8px;
  height: 7px;
  position: relative;
  display: block;
  float: left;
}

#slider-nav a.activeSlide, #slider-nav a:hover {
  background: url("/imgs/nav-on.png") no-repeat top left;
}

#slider {
  height: 250px;
  position: relative;
  background: #1a1a1a;
  border-radius: 10px;
}

.slide {
  width: 100%;
  height: 250px;
  position: relative;
  border-radius: 10px;
}
.slide.shine {
  background-image: url(/imgs/shine.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slide .inside {
  padding: 20px;
}

.slide h2 {
  color: #fff;
  position: absolute;
  width: 100%;
}
@media (max-width: 720px) {
  .slide h2 {
    font-size: 4.9vw;
  }
}

.slide p {
  color: #CFCFCF;
  margin-bottom: 10px;
  padding-top: 40px;
}
@media (max-width: 720px) {
  .slide p {
    font-size: 11px;
  }
}

.slide ul {
  color: #CFCFCF;
  margin-bottom: 10px;
  margin-left: 20px;
}

.slide-img {
  float: right;
  margin-top: 20px;
}
@media (max-width: 720px) {
  .slide-img {
    height: 30vw;
    width: 30vw;
  }
}

#pagename {
  background: #1a1a1a;
  margin-bottom: 45px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100px;
  color: #cacaca;
  font-size: 12px;
}

#pagename .inside {
  padding: 17px 20px 18px;
  background: url("/imgs/pagename-shadow.png") no-repeat scroll center 101px;
}

#pagename h2 {
  color: #fff;
  margin-bottom: 5px;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs a:hover {
  color: #fff;
}

/** Buttons **/
/* normal state */
.big-btn {
  position: relative;
  display: block;
  cursor: pointer;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  margin: 10px 10px 10px 0;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
}

.sml-btn {
  font-size: 9px;
  text-transform: uppercase;
  position: relative;
  display: block;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  border-radius: 5px;
  padding: 0 5px;
  float: left;
  margin: 10px 10px 10px 0;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
}
.sml-btn.full {
  width: 100%;
}

a.grey, .grey {
  background: #F5F5F5 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #222;
  border: #888 1px solid;
  text-shadow: #fff 0px 1px 0px;
}

a.grey:hover, .grey:hover {
  background: #dedede url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #000;
  text-decoration: none;
}

a.red, .red {
  background: #eb0303 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #9e0000 1px solid;
  text-shadow: #9e0000 0px -1px 0px;
}

a.red:hover, .red:hover {
  background: #d50101 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  text-decoration: none;
}

a.purple, .purple {
  background: #7c02d3 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #51008c 1px solid;
  text-decoration: none;
}

a.purple:hover, .purple:hover {
  background: #51008c url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  text-decoration: none;
}

a.yellow, .yellow {
  background: #F9BF15 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #d3a013 1px solid;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}

a.yellow:hover, .yellow:hover {
  background: #d3a013 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}

a.black, .black {
  background: #3a3a3a url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #1a1a1a 1px solid;
  text-shadow: #1a1a1a 0px -1px 0px;
}

a.black:hover, .black:hover {
  background: #2c2c2c url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  text-shadow: #0b0b0b 0px -1px 0px;
  text-decoration: none;
}

a.green, .green {
  background: #339900 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #1b5000 1px solid;
  text-shadow: #1b5000 0px -1px 0px;
}

a.green:hover, .green:hover {
  background: #287800 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  text-shadow: #133800 0px -1px 0px;
}

a.blue, .blue {
  background: #005a99 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #003150 1px solid;
  text-shadow: #1b5000 0px -1px 0px;
}

a.blue:hover, .blue:hover {
  background: #004478 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  text-shadow: #002438 0px -1px 0px;
}

a.special, .special {
  background: #F5F5F5 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #222;
  border: #888 1px solid;
  text-shadow: #fff 0px 1px 0px;
}

a.special:hover, .special:hover {
  background: #3a3a3a url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #1a1a1a 1px solid;
  text-shadow: #1a1a1a 0px -1px 0px;
}

a.orange, .orange {
  background: #DF4E00 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #8F3200 1px solid;
  text-shadow: #8F3200 0px -1px 0px;
}

/* slider state */
.slide a.grey, #login-holder a.grey {
  border: #fff 1px solid;
  background: #F5F5F5 url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.grey:hover, #login-holder a.grey:hover {
  border: #f1f1f1 1px solid;
  background: #dedede url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.red, #login-holder a.red {
  border: #fe3333 1px solid;
  background: #eb0303 url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.red:hover, #login-holder a.red:hover {
  border: #fe1818 1px solid;
  background: #d50101 url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.black, #login-holder a.black {
  border: #818181 1px solid;
  background: #3a3a3a url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.black:hover, #login-holder a.black:hover {
  border: #676767 1px solid;
  background: #2c2c2c url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.green, #login-holder a.green {
  border: #45CF00 1px solid;
  background: #339900 url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.green:hover, #login-holder a.green:hover {
  border: #3AAF00 1px solid;
  background: #287800 url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.blue, #login-holder a.blue {
  border: #007fcf 1px solid;
  background: #005a99 url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.slide a.blue:hover, #login-holder a.blue:hover {
  border: #0073af 1px solid;
  background: #004478 url("/imgs/buttons/big-btn-bg2.png") repeat-x bottom left;
}

.small {
  font-size: 14px;
}

.primary {
  color: #6460AC;
}

.secondary {
  color: #6AB84A;
}

.tirtiary {
  color: #F9BF00;
}

/** Hosting Plans **/
#hosting-plans {
  position: relative;
  margin-bottom: 30px;
  height: auto;
  overflow: hidden;
}

.plan {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-right: 30px;
  float: left;
  background: url("/imgs/plan-shadow.png") no-repeat scroll center bottom transparent;
  padding-bottom: 19px;
}

.plan .title {
  height: 45px;
  width: 100%;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  background: url("/imgs/plan-title.png") top left;
}

.plan .title h4 {
  color: #fff;
  padding: 9px;
  margin-bottom: 0;
}

.plan .content {
  border: #a0a0a0 1px solid;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  padding: 0;
  background: #fff url("/imgs/plan-bg.png") repeat-x center bottom;
}
.plan .content > ul {
  list-style: none;
}
.plan .content > ul > li {
  line-height: 25px;
  padding: 0 10px;
  cursor: default;
}
.plan .content > ul > li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.plan .content .price {
  width: calc(100% - 20px);
  height: 92px;
  position: relative;
  background: url("/imgs/price-bg2.png") repeat-x left top;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 5px;
  font-size: 22px;
  margin: 0 auto 10px;
}

.plan .content .price .inside {
  padding: 23px 10px 10px;
  text-shadow: #1a1a1a 0px -1px 0px;
  text-align: center;
  line-height: 17px;
}
.plan .content .price .inside.two {
  padding-top: 23px;
}
.plan .content .price .inside.three {
  padding-top: 8px;
}

.plan .content .price .inside div {
  font-size: 12px;
}

.plan .content .price .sml-btn {
  position: relative;
  bottom: -2px;
  margin: 0 !important;
}

/** Content **/
#content {
  height: auto;
  overflow: hidden;
  padding-bottom: 35px;
}

#home-page #content {
  background: #e7e7e7;
  border-top: #d8d8d8 1px solid;
  padding-top: 35px;
}

#home-colums {
  height: auto;
  overflow: hidden;
  width: 100%;
}

.colum {
  height: auto;
  width: 29%;
  padding: 0 25px 0 0;
  float: left;
  margin-right: 25px;
}

#home-colums .no-margin {
  padding-right: 0;
  background: none;
}

ul#services-list {
  list-style: none;
  list-style-position: outside;
}

ul#services-list li {
  padding-bottom: 13px;
  background: url("/imgs/service-seperator.png") no-repeat center bottom;
  margin-bottom: 10px;
}

ul#services-list li img {
  float: left;
  list-style: none;
  margin-top: 8px;
  margin-right: 7px;
}

/** Main-Colum **/
#main-colum {
  height: auto;
  width: 650px;
  float: left;
}

/** Sidebar **/
#sidebar {
  font-size: 12px;
}

#sidebar > ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}

#sidebar .widget {
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  background: url("/imgs/plan-shadow.png") no-repeat scroll center bottom;
  padding-bottom: 19px;
}

.widget .title {
  height: 40px;
  width: 100%;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("/imgs/plan-title.png") top left;
  overflow: hidden;
}

.widget .title h5 {
  color: #fff;
  margin-bottom: 0 !important;
  padding: 11px;
}

.widget .content {
  border: #a0a0a0 1px solid;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  padding: 10px;
  background: #fff url("/imgs/plan-bg.png") repeat-x center bottom;
}

#sidebar blockquote {
  margin-bottom: 0;
}

#sidebar blockquote p {
  padding-bottom: 10px;
  background: none;
  padding-right: 5px;
}

.widget ul {
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 7px 0;
  padding: 0;
}

.widget ul li a {
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  font-weight: normal;
}

.widget ul li a:hover {
  text-decoration: underline !important;
}

.widget ul li.current_page_item a {
  font-weight: bold;
  color: #ab0000;
}

.widget ul li.current_page_item li a {
  font-weight: normal;
  color: #EB0303;
}

.widget ul li.current_page_item li a:hover {
  color: #ab0000;
}

.widget p {
  margin-bottom: 0;
}

/** Blog **/
.post {
  position: relative;
  display: block;
  float: left;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}

.meta {
  margin-bottom: 2px;
  font-size: 10px;
}

.meta .category, .meta .date, .meta .comments {
  width: auto;
  margin-right: 20px;
  padding: 2px 0 1px 20px;
}

.meta .category {
  background: url("/imgs/mini-icons/category.png") no-repeat left top;
}

.meta .date {
  background: url("/imgs/mini-icons/clock.png") no-repeat left top;
}

.meta .comments {
  background: url("/imgs/mini-icons/comment.png") no-repeat left 1px;
}

/** Pricing **/
table td, table th {
  border-right: 1px solid #BFBFBF;
  padding: 10px;
  border-bottom: 1px solid #BFBFBF;
}

tr.even {
  background: url("/imgs/row-bg.png") repeat-x top left;
}

.pricing-table {
  width: 100%;
}

.pricing-table .price {
  font-size: 40px;
  font-weight: bold;
}

.pricing-table {
  border-left: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}

.pricing-table tr td {
  text-align: center;
}

.pricing-table tr td.colfirst {
  text-align: left;
}

/** Gallery **/
ul.gallery {
  list-style: none;
  height: auto;
  overflow: hidden;
  position: relative;
  float: left;
}

ul.gallery li {
  float: left;
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0 7px 30px;
}

ul.gallery li a {
  display: block;
  height: 162px;
  width: 226px;
  background: url("/imgs/gallery-hover.jpg") no-repeat center center;
  text-decoration: none !important;
}

#content .paging {
  width: 100%;
  overflow: hidden;
  padding-top: 1px;
  float: left;
  font-size: 11px;
  padding-bottom: 1px;
}

#content .paging a {
  padding: 3px 7px;
  background: #eeeeee url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #222;
  border: #888 1px solid;
  text-shadow: #fff 0px 1px 0px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: normal;
}

#content .paging a:hover {
  background: #dedede url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #000;
  border: #666 1px solid;
}

#content .paging span.selected {
  padding: 3px 7px;
  background: #3a3a3a url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #dedede;
  border: #1a1a1a 1px solid;
  text-shadow: #1a1a1a 0px -1px 0px;
  border-radius: 5px;
  font-weight: bold;
}

/** Contact us Form **/
#contact_us {
  width: 460px;
  margin: 25px 0px 0px;
  overflow: visible;
}

#contact_us p.label_name, #contact_us p.input_form {
  float: left;
  margin-bottom: 10px;
}

p.label_name {
  width: 80px;
  clear: both;
  color: #7f7e7e;
  font-size: 13px;
}

#contact_us input.big-btn {
  position: relative;
  display: block;
  cursor: pointer;
  float: right;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  background: #F5F5F5 url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #222;
  border: #888 1px solid;
  text-shadow: #fff 0px 1px 0px;
  width: auto;
}

#contact_us input.big-btn:hover {
  background: #3a3a3a url("/imgs/buttons/big-btn-bg.png") repeat-x top left;
  color: #fff;
  border: #1a1a1a 1px solid;
  text-shadow: #1a1a1a 0px -1px 0px;
}

#feedback p {
  margin-bottom: 5px;
}

p.error {
  display: none;
}

p#submit {
  text-align: right;
}

#success {
  display: none;
}

/** Forms **/
.form > div {
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
  position: relative;
}

.form > div.s-50 {
  width: 50%;
}

.form label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.form input[type=text], .form input[type=password], .form textarea, .form select {
  padding: 5px;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 rgba(116, 194, 85, 0.7);
  border: solid 1px #969696;
  border-radius: 4px;
  margin: 5px 0;
  -webkit-transition: box-shadow 500ms, border-color 500ms;
          transition: box-shadow 500ms, border-color 500ms;
}

.form select {
  width: 100%;
}

.form textarea {
  resize: vertical;
}

.form input[type=text]:focus, .form input[type=password]:focus, .form textarea:focus, .form select:focus {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 15px rgba(116, 194, 85, 0.7);
  border-color: #74C255;
}

.form > div.s-50 input[type=text], .form > div.s-50 input[type=password], .form > div.s-50 textarea {
  width: 290px;
}

.form > div.s-50 select {
  width: 300px;
}

/** Footer **/
footer {
  height: auto;
  position: relative;
  background: url("/imgs/footer-bg.jpg") left top;
  padding-top: 35px;
  color: #777;
  font-size: 11px;
  overflow: hidden;
}

footer a {
  color: #afafaf;
  text-decoration: none;
  font-weight: normal;
}

footer a:hover {
  color: #d9d9d9;
}

footer ul {
  list-style: none;
}

#footer-colums {
  position: relative;
  display: block;
  height: auto;
  overflow: hidden;
  margin-bottom: 35px;
}

footer h4 {
  color: #bbbbbb;
}

footer .footer-menu li {
  border-bottom: 1px solid #1e1e1e;
  border-top: #555 1px solid;
}

footer li a {
  display: block;
  padding: 5px 0 5px 5px;
}

footer li a:hover {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

#bottom-footer {
  position: relative;
  overflow: hidden;
  padding: 17px 0 12px;
  background: url("/imgs/bottom-footer-bg.png") repeat-x top left;
  color: #999;
}

#bottom-footer p {
  margin: 0;
  line-height: 16px;
}

ul#social-list {
  overflow: visible;
  height: 16px;
  display: block;
  position: relative;
}

ul#social-list li {
  list-style: none;
  float: left;
  margin: 0 2.5px;
}

.pull-right {
  float: right;
}

#site-wrapper {
  min-height: 100%;
  position: relative;
}

#innerbody {
  position: relative;
  min-height: 100%;
}

footer {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

.nav--small-overlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.nav--small {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none !important;
}
@media (max-width: 720px) {
  .nav--small {
    display: block !important;
  }
}

@media (max-width: 720px) {
  nav > ul.nav--large {
    left: -9999px;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    height: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0;
  }
  nav > ul.nav--large > li {
    display: block;
    float: none;
  }
  nav > ul.nav--large > li > ul {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 0;
    background: #ddd;
  }
  nav > ul.nav--large > li > ul > li {
    float: none;
    border-width: 0;
  }
  nav > ul.nav--large > li > ul > li > a {
    background: #eee;
  }
  nav > ul.nav--large > li.current_page_item > a, nav > ul.nav--large > li:hover > a {
    background: #2B2B2B;
  }
  nav > ul.nav--large > li:hover ul {
    top: 0;
  }
  nav > ul.nav--large > li.active > a {
    background: #2B2B2B;
    color: #fff;
  }
  nav > ul.nav--large > li.active > ul {
    height: auto;
  }
  nav > ul.nav--large > li.cart {
    float: none;
    margin: 0;
  }
}

.group {
  display: table;
  width: 100%;
}
.group > .sml-btn {
  border-radius: 0;
  display: inline-block;
  position: relative;
  width: 50%;
  border-left-width: 0;
}
.group > .sml-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left-width: 1px;
}
.group > .sml-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right-width: 1px;
}

/*# sourceMappingURL=style.css.map */