@charset "utf-8";

.w3eden {

  display: inline-block;
  width: 100%;

}

.w3eden img,

/* .w3eden * {

    margin: 0px;

    padding: 0px;

} */

.w3eden ul {

    margin: 0px;

    padding: 0px;

}

.w3eden a {

    text-decoration: none;

    /* color: #333; */

}

.w3eden li {

    list-style: none;

    margin: 0px !important;

}

.w3eden p {

    color: #999;

    margin: 0px !important;

}

.w3eden h1,

.w3eden h2,

.w3eden h3,

.w3eden h4 {

  font-weight: 300;

}



.w3eden .title-hader-row-1 {

    width: 100%;

    height: 40px;

    background: #0081C6;

}

.w3eden .title-row {

    width: 100%;

    height: auto;

    float: left;

    text-align: center;

}

.w3eden .title-row p {

    width: 100%;

    padding: 8px 0px;

    color: #000;

}

.w3eden .prc-title-list li p {

    float: left !important;

    padding-left: 15px;

    text-align: left;

}

.w3eden .title-row-gray p {

    background: #F2F2F2;



}

.w3eden .free-hader-row-1 {

    background: #0081C6;

    text-align: center;

}

.w3eden .free-hader-row-1 h3 {

    font-size: 24px;

    color: #fff;

    margin: 0px;

    line-height: 39px;

}

.w3eden .free-row-2 {

    background: #45484d;

    text-align: center;

    color: #fff;

    float: left;

}

.w3eden .free-row-2 h1 {

    color: #00CCFF;

    margin-left: 0px;

    line-height: 44px;

    margin-top: 10px;

    font-weight: bold;

}

.w3eden .free-row-2 p {

    color: #a3a3a3;

    line-height: normal;

}



.w3eden .prc-title-list h1{

    line-height: 70px !important;

    height: 70px !important;

}



.w3eden .free-row-gray{

    background: #f2f2f2;

}

.w3eden .column li {

    z-index: 98;

    border: none;

}

.w3eden .column {

    width: 100%;

    float: left;

    z-index: 99;

    position: relative;

}

/* .w3eden .btn {

    font-weight: bold;

} */

/* .w3eden .btn-free {

    display: block;

    margin: 0px auto;

    background: #ffffff;

    color: #333;

    font-size: 20px;

    height: 30px;

    margin-left: auto;

    margin-right: auto;

    padding: 3px 0 0 !important;

    position: relative;

    text-align: center;

    top: 1px;

    width: 130px;

    line-height: 25px;

} */

/* .w3eden .btn-free:hover {

    background-position: 0px;

} */

.w3eden .active {

    background: #fff;

    color: #333 !important;

    z-index: 999;

    position: relative;

}

.w3eden .active li.footer-row {

    height: 45px;

}

/* .w3eden .btn-dev {

    margin: 0px auto;

    background: #78c4da;

    border-bottom: 1px solid #3F85B0;

    color: #fff;

    display: block;

    font-size: 24px;

    height: 45px;

    margin-left: auto;

    margin-right: auto;

    padding: 3px 0 0 !important;

    position: relative;

    text-align: center;

    top: 1px;

    width: 130px;

    line-height: 41px;

} */

/* .w3eden .dev:hover li.footer-row.btn-dev {

    background: none;

    border: none !important;

} */

/* .w3eden .btn-dev {

    height: 40px !important;

} */

.w3eden .active.title-row {

    background: none repeat scroll 0 0 #377BB2 !important;

}

.w3eden .active.title-row.dev-row-gray {

    background: none repeat scroll 0 0 #2F68A3 !important;

}

.w3eden .top-li-last {

}

.w3eden .footer-row {

    background: #fff;

    float: left;

    width: 100%;

    height: 40px;

    padding-top: 14px;

    padding-bottom: 6px;

}



.w3eden .pricing-table.row-fluid [class*="span"] {

    margin-left: 0px !important;

    margin-right: 0px !important;

}

.w3eden .pricing-table .row-fluid [class*="span"] {

    margin-left: 0px !important;

}



.w3eden .active,

.w3eden .active li:first-child {

}

.w3eden .ribbon {

    background: url(img/ribbon.png) no-repeat right top;

    width: 100%;

    height: 40px;

    float: right;

    position: absolute;

}

.w3eden .column {

    margin-bottom: 20px;

    margin-top: 20px;

    float: left;

    width: 100%;

}



.w3eden .desktop-title {

    display: none;

}

.w3eden .mobile-title {

    display: inline-block;

}

@media only screen and (min-width: 600px) {

  .w3eden .column {

    width: 48%;

    margin-right: 2%;

  }

}

@media only screen and (min-width: 768px) {

  .w3eden .column {

    width: 30%;

    margin-right: 3%;

  }

}

@media only screen and (min-width: 1200px) {

  .w3eden .desktop-title {

      display: block;

      width: 200px;

      float: left;

  }

  .w3eden .mobile-title {

      display: none;

  }

  .w3eden .row-fluid {

    width: calc(100% - 200px);

    float: left;

  }

  .w3eden .column {

    margin-right: 0;

    width: 16.66%;

    float: left;

    margin-top: 0;

  }

}

