/* Logo */

#logo {
  float: left;
  padding: 12px 0px;
}
#social {
  float: right;
  padding: 8px 0px;
}
#social2 {
  float: right;
  padding: 8px 8px;
}
#main-wrap {
  width: 100%;
  margin: 0px auto;
  background: white;
}
hr {
  border: none;
  border-bottom: 1px solid #EEE;
}
/**
 * Site header
 */

.site-header {
  min-height: 56px;
  position: relative;
}
.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title,
.site-title:visited {
  color: #424242;
}
.site-nav {
  float: left;
  line-height: 140px;
  padding: 12px 0px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111111;
  line-height: 1.5;
}
.site-nav .page-link:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 30px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: #424242;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
}
/**
 * Site footer
 */

.site-footer {
  background: #2A2D33;
  border-top: 1px solid #424242;
  color: #FFF;
  padding: 30px 0;
}
.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}
.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}
.footer-col-wrapper {
  font-size: 15px;
  color: FFF;
  margin-left: -15px;
}
.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}
.footer-col a:link,
.footer-col a:visited,
.footer-col a:hover {
  color: #909090;
}
.footer-col-1 {
  width: -webkit-calc(33% - 15px);
  width: calc(33% - 15px);
}
.footer-col-2 {
  width: -webkit-calc(33% - 15px);
  width: calc(33% - 15px);
}
.footer-col-3 {
  width: -webkit-calc(33% - 15px);
  width: calc(33% - 15px);
}
/* Sub footer */

#sub-footer {
  background: #606060;
  font-size: 10px;
  color: #606060;
  padding: 20px 0;
  font-family: 'SegoeUILightWF', Sans-Serif;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
#sub-footer p {
  margin-bottom: 0;
}
#sub-footer .container {
  overflow: auto;
}
.sub-footer-left {
  float: left;
  max-width: 48%;
}
.sub-footer-right {
  float: right;
  max-width: 48%;
}
.sub-footer-right .menu,
.sub-footer-right .menu ul {
  margin-bottom: 0;
}
.sub-footer-right .menu li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.sub-footer-right .menu li a {
  color: #fff;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.sub-footer-right .menu li a:hover,
.sub-footer-right .menu li a:focus {
  color: #fff;
}
/**
 * Page content
 */

.page-content {
  padding: 30px 0;
}
.page-heading {
  font-size: 20px;
}
.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}
.post-meta {
  font-size: 14px;
  color: #828282;
}
.post-link {
  display: block;
  font-size: 24px;
}
/**
 * Posts
 */

.post-header {
  margin-bottom: 30px;
}
.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}
.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/* Menu */
.small-nav {
  position: fixed;
  top: 0px;
  max-height: 50px;
  z-index: 999;
  width: 100%;
  padding-top: 10px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 10px;
  font-family: 'SegoeUI', Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
}

.sticky {
  background-color: rgba(255, 255, 255, 0.90);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.smalllogo {
  float: none;
  margin-top: 0;
}
nav {
  float: right;
  width: 90%;
  color: #606060;
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  width: 100%;
  margin-top: -28px !important;
}

nav ul li {
  display: inline-block;
  margin-left: 25px;
  border-bottom: 16px solid transparent;
}
nav ul a {
  color: #606060 !important;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;

}
/* Sub Menus */
nav li li {
  background-color: #ccc;
  width: 170px;
  text-align: left;
  top: 100%;
  left: 0;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  z-index: 9999;
  border-bottom: 0px !important;
}

  nav > ul > li {
    text-align: center;
  }

  nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
  nav li ul {
    position:fixed !important;
    display: none;
    top: 98px;
    width: inherit;
    z-index: 9999;
  }

  nav li:hover ul {
    display: block;
  }

  nav li ul li {
    display: block;
  }
}
.center {
    margin: auto;
    width: 100%;
}

.row {
  max-width: 960px;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

#navbar {
}
/**
 * Reset some basic elements
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}
/**
 * Basic styling
 */

body {
  font-family: "SegoeUIWF", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #606060;
  background-color: FFF;
  -webkit-text-size-adjust: 100%;
}
/**
 * Set `margin-bottom` to maintain vertical rhythm
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}
/**
 * Images
 */

img {
  max-width: 100%;
  vertical-align: middle;
}
/**
 * Figures
 */

figure > img {
  display: block;
}
figcaption {
  font-size: 14px;
}
/**
 * Headings
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
/**
 * Links
 */

a {
  color: #909090;
  text-decoration: none;
}
a:visited {
  color: #909090;
  text-decoration: none;
}
a:hover {
  color: #909090;
  text-decoration: none;
}
/**
 * Blockquotes
 */

blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote >:last-child {
  margin-bottom: 0;
}
/**
 * Code formatting
 */

pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}
code {
  padding: 1px 5px;
}
pre {
  padding: 8px 12px;
  overflow-x: scroll;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
/**
 * Wrapper
 */

.wrapper {
  max-width: 960px;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

/**
 * Clearfix
 */

.wrapper:after,
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/**
 * Icons
 */

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}
.prod_img {
  float: right;
  width: auto;
  margin: 0px 0px 0px 5px;
}
.holder {
  width: 960px;
  overflow: hidden;
  position: relative;
}
.col {
  float: left;
  width: 282px;
  margin-top: 0;
  margin-right: 38px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  color: #606060;
}
.col2 {
  float: left;
  width: 442px;
  margin-top: 0;
  margin-right: 38px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  color: #606060;
}
.hme_baner_right {
  float: right;
  width: 230px;
}
.bnr_rimg {
  float: left;
  width: 510px;
  height: 322px;
}
.bnr_txt {
  float: left;
  width: 100%;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  line-height: 42px;
  margin-top: 5px;
  text-align: left;
}
.bnr_list {
  float: left;
  width: 435px;
  margin: 18px 0px 0px -26px;
}
.bnr_list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.bnr_list ul li {
  float: left;
  width: 410px;
  font-family: 'SegoeUILightWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.7px;
  padding: 0px 0px 0px 0px;
  line-height: 10px;
}
.bnr_lft_inr {
  float: left;
  width: 400px;
  margin: 20px 0px 0px 20px;
}
.clent_head {
  float: left;
  width: 960px;
  height: 47px;
  background-color: #CCC;
}
.clent_head .trialpay {
  display: block;
  font-size: 30px;
  font-family: 'SegoeUIWF', Sans-Serif;
  color: #fff;
  line-height: 47px;
  text-align: center;
  font-weight: bold;
}
.clent_find {
  float: left;
  width: auto;
  font-family: 'SegoeUILightWF', Sans-Serif;
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  line-height: 47px;
  margin: 0px 0px 0px 0px;
}
.topnav a {
  float: right;
  width: auto;
  font-family: 'SegoeUILightWF', Sans-Serif;
  font-weight: normal;
  font-size: 12px;
  color: #555;
  line-height: 16px;
  margin: 10px 0px 0px 20px;
}
.topnav a:visited {
  float: right;
  width: auto;
  font-family: 'SegoeUILightWF', Sans-Serif;
  font-weight: normal;
  font-size: 12px;
  color: #555;
  line-height: 16px;
  margin: 10px 0px 0px 20px;
}
.col_box {
  float: left;
  width: 440px;
  margin-top: 0;
  margin-right: 38px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: 'SegoeUILightWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #555;
}
.wrapper {
  width: 960px;
}
.holder2 {
  width: 480px;
  height: 250px;
  float: left;
}
.holder3 {
  margin-left: 480px;
  width: 480px;
  height: 250px;
}
.trial {
  float: left;
  width: 165px;
  height: 25px;
  background-color: #f39c12;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin: 0px 8px 0px 8px;
}
.rme {
  float: left;
  width: 85px;
  height: 25px;
  background-color: #0072bc;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin: 0px 8px 0px 20px;
}
.more {
  float: left;
  width: 85px;
  height: 25px;
  background-color: #0072bc;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin: 0px 0px 0px 0px;
}
.moret {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85px;
  height: 25px;
  background-color: #0072bc;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.downl {
  float: left;
  width: 85px;
  height: 25px;
  background-color: #F58220;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin: 0px 8px 0px 8px;
}
.downlt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 40px;
  background-color: #F58220;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.buynow {
  float: left;
  width: 85px;
  height: 25px;
  background-color: #38b44c;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin: 0px 0px 0px 0px;
}
.buynowt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85px;
  height: 25px;
  background-color: #38b44c;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.orangebox {
  background-color: #F39C12;
  padding: 6px;
  margin: 0px;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
}
.bluebox {
  background-color: #0072BC;
  padding: 6px;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.blueboxtab {
  background-color: #0072BC;
  padding: 6px;
  margin: 0px;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 0px 1px 0px 1px;
}
.graybox {
  background-color: #EAEAEA;
  padding: 6px;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 24px;
  color: #606060;
}
.grayboxtab {
  background-color: #EAEAEA;
  padding: 6px;
  margin: 0px;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 24px;
  color: ##606060;
  margin: 0px 1px 0px 1px;
}
/* Tables */

table {
  font-family: 'SegoeUILightWF', Sans-Serif;
  font-weight: normal;
  font-size: 13px;
  color: #606060;
}
th {
  text-transform: uppercase;
  color: #CCC;
  font-size: 14px;
  background: #CCC;
}
tr{
  background: #EEE;
}
td {
  padding: 5px 20px;
}
.download_table td {
  background: #FFF;
  font-size: 16px;
  font-weight: normal;
}
/* Forum */
.moot {
color: #606060 !important;
}
.m-selected {
color: #606060 !important;
background-color: #bababa !important;
}
.m-button,
.moot button {
  border-radius: 0em !important;
  background-color: #0072BC !important;
}
.m-post-upload:hover em {
  color: #0072BC !important;
}
.m-focused .m-input-wrap {
  height: auto !important;
  border-color: #bababa !important;
  box-shadow: 0 0 .2em #bababa inset !important;
}
.m-input,
.m-input-wrap,
.m-postinput {
  border-radius: 0em !important;
}
.m-focused .m-postinput {
  border-color: #bababa !important;
  box-shadow: 0 0 .2em #bababa inset !important;
}
.m-input:focus,
.m-input-wrap:focus,
.m-postinput:focus {
  border-color: #bababa !important;
  outline: .1em solid #bababa !important;
}
.is-forum .m-facelink:hover .m-face {
  box-shadow: 0px 0px 0.2em #bababa !important;
}
.m-users .m-is-admin img {
  border: 2px solid #bababa !important;
}
.m-page a:hover {
  color: #0072BC !important;
}
.m-page a {
  color: #969696 !important;
}
.m-links a {
  border-radius: 0em !important;
}
.m-login:hover {
  color: #5F5F5F !important;
}
#m-search input {
  border-radius: 0em !important;
  border-color: #E5E5E5 !important;
}
.m-meta .m-mod-badge {
  border-radius: 0em !important;
}
.m-face {
  border-radius: 0em !important;
}
}
.m-title {
  color: #606060 !important;
}
div#banner {
  width: 100%;
  background: rgba(96, 96, 96, 0.8);
  position: fixed;
  bottom: 0;
  padding: 15px 40px;
  color: #fff;
  z-index: 1000000;
}
#banner h3 {
  float: left;
  color: #fff;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 28px;
  margin: 10px 25px 0 0;
}
#bannerX {
  float: right;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 36px;
  cursor: pointer;
}
span.bannerSmall {
  width: 50%;
  display: inline-block;
  margin-top: 15px;
}
#banner .btn {
  float: left;
  margin-left: 20px;
  color: #ffffff;
  background-color: #F39C12;
  white-space: normal;
  display: inline-block;
  line-height: 1.471;
  border: none;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  width: 120px;
  vertical-align: top;
  background-image: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
a.btn {

  margin-left: 20px;
  color: #ffffff;
  background-color: #F39C12;
  white-space: normal;
  display: inline-block;
  line-height: 1.471;
  border: none;
  font-family: 'SegoeUIWF', Sans-Serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  width: 120px;
  vertical-align: top;
  background-image: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
}
a.button.buy {
background-color: #38b44c;
background-image: url(../assets/images/cart.png);
}
a.button.contact {
background-color: #0072BC;
background-image: url(../assets/images/contact.png);
}
a.button {
display: block;
height: 40px;
width: 240px;
padding: 5px;
background-position: 210px center;
background-repeat: no-repeat;
text-decoration: none;
text-align: left;
font-weight: normal;
color: #F0F0F0;
}
/* --- box --- */

.box {
  width: 100%;
}
.box-gray  {
  background: #f8f8f8;
  padding: 20px 20px 30px;
}
.box-gray  h4,.box-gray  i {
  margin-bottom: 20px;
}
.box-bottom {
  padding: 20px 0;
  text-align: center;
  background:#0072BC;
}
.box-bottom a {
  color: #fff;
  font-weight: 700;
}
.box-bottom a:hover {
  color: #eee;
  text-decoration: none;
}
