/*
    WHMCSX OXXO Tema        |   WHMCSX OXXO Template
    Tasarım - Entegrasyon   |   Design - Integration

    WHMCSX.com
    ------------------------
    Sudo Teknoloji Ltd. Şti.
    http://sudo.co/
    ------------------------
    2015, Istanbul
*/  
@charset "UTF-8";
@import url(../fonts/stylesheet.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,500&subset=latin,latin-ext);
@import url(../../vendor/font-awesome-4.3.0/css/font-awesome.min.css);
@import url(../../vendor/animate.css-master/animate.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

#recaptcha_image {  width: 200px !important;  height: 45px !important;  float: right !important;}
#recaptcha_challenge_image{  width: 200px !important;  height: 45px !important;}
#recaptcha_widget_div{  display: none !important;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

.clear {
  clear: both; }

body {
  font-family: Raleway, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.ripple {
  position: relative;
  overflow: hidden; }

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5); } }
/*
 * Sürekli kullanılabilir elementler burada yer alıyor.
 */
.submit-btn {
  display: inline-block;
  line-height: 58px;
  background: #41ade2;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding-right: 25px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  transition: background-color 200ms; }
  .submit-btn .icon {
    float: left;
    width: 60px;
    background: rgba(0, 0, 0, 0.05);
    margin-right: 25px; }
  .submit-btn:hover {
    background: #2096d0; }

.label input {
  position: absolute;
  opacity: 0; }

.label {
  line-height: 15px;
  display: block;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  color: rgba(98, 106, 136, 0.5); }
  .label .item {
    float: left;
    width: 16px;
    height: 16px;
    background: #e8ebf0;
    border-radius: 3px;
    margin-right: 6px;
    position: relative;
    -webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -ms-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    transition: background-color 200ms; }
    .label .item:before {
      content: "\f00c";
      font-family: FontAwesome;
      color: #d0d2db;
      position: absolute;
      top: 1px;
      font-size: 12px;
      left: 0;
      width: 100%;
      text-align: center;
      -webkit-transition: color 200ms;
      -moz-transition: color 200ms;
      -ms-transition: color 200ms;
      -o-transition: color 200ms;
      transition: color 200ms; }
  .label.checked {
    color: #626a88; }
    .label.checked .item {
      background: #41ade2; }
      .label.checked .item:before {
        color: #fff; }

.container {
  width: 1000px;
  margin: 0 auto; }

.navbar {
  height: 54px;
  position: relative;
  z-index: 2; }
  .navbar ul.menu {
    float: left;
    position: relative;
    top: 10px; }
    .navbar ul.menu li {
      float: left; }
      .navbar ul.menu li a {
        display: block;
        line-height: 35px;
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        padding: 0 13px;
        position: relative;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: background-color 200ms;
        -moz-transition: background-color 200ms;
        -ms-transition: background-color 200ms;
        -o-transition: background-color 200ms;
        transition: background-color 200ms; }
        .navbar ul.menu li a:before {
          content: '';
          width: 1px;
          height: 28px;
          background: rgba(255, 255, 255, 0.3);
          position: absolute;
          top: 4px;
          right: 0;
          -webkit-transition: opacity 200ms;
          -moz-transition: opacity 200ms;
          -ms-transition: opacity 200ms;
          -o-transition: opacity 200ms;
          transition: opacity 200ms; }
        .navbar ul.menu li a:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      .navbar ul.menu li:first-child a {
        border-radius: 4px 0 0 4px; }
      .navbar ul.menu li:last-child a {
        border-radius: 0 4px 4px 0; }
        .navbar ul.menu li:last-child a:before {
          display: none; }
  .navbar ul.right-menu {
    float: right;
    position: relative;
    top: 10px; }
    .navbar ul.right-menu li {
      float: left;
      margin-left: 8px; }
      .navbar ul.right-menu li.support-url a {
        background: rgba(0, 0, 0, 0.2) url(../images/icon-support.png) no-repeat 15px;
        padding-left: 45px; }
      .navbar ul.right-menu li.basket-url a {
        background: rgba(0, 0, 0, 0.2) url(../images/icon-basket.png) no-repeat 15px;
        padding-left: 45px; }
      .navbar ul.right-menu li.login-url a {
        background: rgba(0, 0, 0, 0.2) url(../images/icon-login.png) no-repeat 15px;
        padding-left: 45px; }
      .navbar ul.right-menu li.lang-url a {
        float: left;
        background: rgba(0, 0, 0, 0.2); }
        .navbar ul.right-menu li.lang-url a:first-child {
          border-radius: 4px 0 0 4px;
          position: relative; }
          .navbar ul.right-menu li.lang-url a:first-child:before {
            content: '';
            width: 1px;
            height: 28px;
            background: rgba(255, 255, 255, 0.3);
            position: absolute;
            top: 4px;
            right: 0;
            -webkit-transition: opacity 200ms;
            -moz-transition: opacity 200ms;
            -ms-transition: opacity 200ms;
            -o-transition: opacity 200ms;
            transition: opacity 200ms; }
        .navbar ul.right-menu li.lang-url a:last-child {
          border-radius: 0 4px 4px 0; }
      .navbar ul.right-menu li a {
        display: block;
        line-height: 35px;
        border-radius: 4px;
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        padding: 0 15px;
        -webkit-transition: background-color 200ms;
        -moz-transition: background-color 200ms;
        -ms-transition: background-color 200ms;
        -o-transition: background-color 200ms;
        transition: background-color 200ms; }
        .navbar ul.right-menu li a .status {
          width: 5px;
          height: 5px;
          border-radius: 100%;
          display: inline-block; }
          .navbar ul.right-menu li a .status.on {
            background: #94cb11;
            position: relative;
            top: -1px;
            margin-left: 5px; }
        .navbar ul.right-menu li a .count {
          width: 18px;
          height: 18px;
          background: #fff;
          border-radius: 100%;
          text-align: center;
          line-height: 16px;
          color: #4e587e;
          margin-left: 6px;
          position: relative;
          top: -1px;
          display: inline-block; }
        .navbar ul.right-menu li a:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      .navbar ul.right-menu li.active a {
        background-color: rgba(0, 0, 0, 0.5); }

.header {
  height: 80px;
  background: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 12; }
  .header .logo {
    position: relative;
    top: 20px; }
  .header ul.menu {
    float: right;
    border-right: 1px solid #f9f9fa; }
    .header ul.menu > li {
      float: left;
      border-left: 1px solid #f9f9fa; }
      .header ul.menu > li a {
        display: block;
        line-height: 80px;
        font-weight: 700;
        font-size: 16px;
        color: #626a88;
        padding: 0 20px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .header ul.menu > li a:hover {
          background-color: #f7f7f7; }
        .header ul.menu > li a .fa {
          margin-left: 5px; }
      .header ul.menu > li.active a {
        background-color: #f7f7f7; }
  .header .header-dropdown {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 15;
    visibility: hidden;
    opacity: 0;
    height: 270px;
    background: #f4f4f4;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .header .header-dropdown .container {
      position: relative; }
    .header .header-dropdown.open {
      top: 80px;
      visibility: visible;
      opacity: 1; }
    .header .header-dropdown .quick-menu {
      width: 280px;
      background: #e9eaeb;
      height: 253px;
      padding-top: 17px; }
      .header .header-dropdown .quick-menu li a {
        display: block;
        padding: 13px 0 13px 20px;
        font-weight: 600;
        font-size: 13px;
        color: #474f6b;
        background: url(../images/icon-arrow.png) no-repeat 10px; }
        .header .header-dropdown .quick-menu li a:hover {
          color: #757fa3; }
    .header .header-dropdown .dd-right {
      position: absolute;
      top: 0;
      right: 0;
      visibility: 0;
      opacity: 0;
      width: 720px;
      height: 260px;
      padding-top: 10px;
      z-index: 0;
      visibility: hidden;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .header .header-dropdown.open .dd-right.open {
        visibility: visible;
        z-index: 99 !important;
        opacity: 1; }
      .header .header-dropdown .dd-right h3 {
        line-height: 45px;
        background: url(../images/icon-www2.png) no-repeat 0;
        font-weight: 700; 
        font-size: 16px;
        color: #474f6b;
        padding-left: 37px;
        border-bottom: 1px solid #e2e3e6; }
      .header .header-dropdown .dd-right .menu {
        margin-left: 15px;
        float: left;
        width: 275px; }
        .header .header-dropdown .dd-right .menu ul {
          padding: 10px 0 0 30px; }
          .header .header-dropdown .dd-right .menu ul li a {
            display: block;
            font-weight: 500;
            font-size: 13px;
            color: #474f6b;
            padding: 8px 0 8px 20px;
            background: url(../images/icon-arrow.png) no-repeat 10px; }
            .header .header-dropdown .dd-right .menu ul li a:hover {
              color: #757fa3; }
        .header .header-dropdown .dd-right .menu.linux-hosting h3 {
          background: url(../images/icon-linux.png) no-repeat 5px; }
        .header .header-dropdown .dd-right .menu.windows-hosting {
          margin-left: 0;
          width: 350px;
          height: 170px;
          position: relative; }
          .header .header-dropdown .dd-right .menu.windows-hosting h3 {
            background: url(../images/icon-windows.png) no-repeat 5px; }
          .header .header-dropdown .dd-right .menu.windows-hosting:before {
            content: '';
            background: url(../images/man-bg.png);
            width: 151px;
            height: 155px;
            position: absolute;
            bottom: -15px;
            right: -50px; }

        .header .header-dropdown .dd-right .menu.linux-sunucu h3 {
          background: url(../images/icon-linux.png) no-repeat 5px;
            font-size: 13px; }
        .header .header-dropdown .dd-right .menu.linux-sunucu {
          width: 225px !important;}
        .header .header-dropdown .dd-right .menu.windows-sunucu {
          margin-left: 0;
          width: 240px;
          height: 170px;
          position: relative; }
          .header .header-dropdown .dd-right .menu.windows-sunucu h3 {
            background: url(../images/icon-windows.png) no-repeat 5px;
            font-size: 13px; }
      .header .header-dropdown .dd-right .dd-btn {
        float: right;
        height: 62px;
        width: 109px;
        text-align: center;
        line-height: 62px;
        font-weight: 700;
        font-size: 15px;
        color: #fff;
        background: #00c973;
        border-radius: 0 6px 6px 0;
        cursor: pointer;
        -webkit-transition: background-color 200ms;
        -moz-transition: background-color 200ms;
        -ms-transition: background-color 200ms;
        -o-transition: background-color 200ms;
        transition: background-color 200ms; }
        .header .header-dropdown .dd-right .dd-btn:hover {
          background-color: #00aa61; }
      .header .header-dropdown .dd-right .quick-domain-search {
        float: left;
        width: 430px; }
        .header .header-dropdown .dd-right .quick-domain-search form p {
          font-weight: 500;
          font-size: 14px;
          color: #626a88;
          padding: 20px 0; }
        .header .header-dropdown .dd-right .quick-domain-search form .input {
          height: 62px;
          background: #fff;
          border-radius: 6px; }
          .header .header-dropdown .dd-right .quick-domain-search form .input .www {
            line-height: 62px;
            font-weight: 700;
            font-size: 22px;
            color: rgba(71, 79, 107, 0.2);
            padding: 0 5px 0 20px;
            float: left; }
          .header .header-dropdown .dd-right .quick-domain-search form .input input {
            line-height: 62px;
            height: 62px;
            width: 210px;
            float: left;
            background: #fff;
            font-weight: 700;
            font-size: 22px;
            color: #474f6b; }
      .header .header-dropdown .dd-right .info {
        line-height: 56px;
        background: #e9eaeb url(../images/icon-clock.png) no-repeat 10px;
        margin-top: 15px;
        font-size: 15px;
        color: #626a88;
        padding-left: 50px; }
        .header .header-dropdown .dd-right .info .dd-btn {
          line-height: 56px;
          height: 56px; }

.bg-content {
  background: url(../images/slider-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }

.slider {
  height: 630px; }
  .slider .owl-prev, .slider .owl-next {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    border: 2px solid #e4e7eb;
    position: absolute;
    top: 50%;
    font-size: 45px;
    left: 31px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    line-height: 68px; }
    .slider .owl-prev:hover, .slider .owl-next:hover {
      background: #fff;
      border-color: #fff;
      color: #9b9fb1; }
  .slider .owl-next {
    left: auto;
    right: 31px; }
  .slider .item {
    height: 515px;
    width: 100%; }
    .slider .item .image {
      float: right;
      position: relative;
      margin-right: -50px;
      top: 50px;
      width: 594px; }
    .slider .item h3 {
      font-weight: 100;
      color: #41ade2;
      font-size: 63px;
      padding-top: 80px;
      padding-bottom: 30px; }
    .slider .item p {
      line-height: 23px;
      font-size: 16px;
      color: #4b6682;
      margin-bottom: 15px;
      width: 455px; }
    .slider .item .btn {
      display: inline-block;
      line-height: 53px;
      background: #41ade2;
      border-radius: 4px;
      padding-left: 30px;
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .slider .item .btn .arrow {
        float: right;
        width: 36px;
        text-align: center;
        background: rgba(0, 0, 0, 0.1);
        color: #fff;
        font-size: 18px;
        margin-left: 30px; }
      .slider .item .btn:hover {
        background: #2096d0; }
    .slider .item.red h3 {
      color: #f24d34; }
    .slider .item.red .btn {
      background: #f24d34; }
    .slider .item.purple h3 {
      color: #626a88; }
    .slider .item.purple .btn {
      background: #626a88; }
    .slider .item.green h3 {
      color: #00c973; }
    .slider .item.green .btn {
      background: #00c973; }
    .slider .item.orange h3 {
      color: #BE9000; }
    .slider .item.orange .btn {
      background: #E7B92B; }
  .slider .slider-list li {
    float: left;
    margin-right: 10px; }
    .slider .slider-list li:last-child {
      margin-right: 0; }
    .slider .slider-list li a {
      display: block;
      width: 192px;
      height: 93px;
      border-radius: 4px;
      background: #fff;
      text-align: center;
      color: #444;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      position: relative; }
      .slider .slider-list li a:before {
        content: '';
        border: 8px solid transparent;
        position: absolute;
        top: -8px;
        opacity: 0;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        left: 50%;
        margin-left: -8px; }
      .slider .slider-list li a > span {
        display: block;
        font-weight: 700;
        font-size: 13px; }
        .slider .slider-list li a > span.icon {
          display: table-cell;
          width: 192px;
          height: 63px;
          vertical-align: middle;
          text-align: center; }
          .slider .slider-list li a > span.icon span {
            -webkit-transition: all 200ms;
            -moz-transition: all 200ms;
            -ms-transition: all 200ms;
            -o-transition: all 200ms;
            transition: all 200ms; }
        .slider .slider-list li a > span .icon-www {
          background: url(../images/icon-www.png) no-repeat;
          width: 97px;
          height: 23px;
          display: inline-block; }
        .slider .slider-list li a > span .icon-hosting {
          background: url(../images/icon-hosting.png) no-repeat;
          width: 55px;
          height: 37px;
          display: inline-block; }
        .slider .slider-list li a > span .icon-cloud {
          background: url(../images/icon-cloud.png) no-repeat;
          width: 44px;
          height: 45px;
          display: inline-block; }
        .slider .slider-list li a > span .icon-security {
          background: url(../images/icon-security.png) no-repeat;
          width: 38px;
          height: 39px;
          display: inline-block; }
        .slider .slider-list li a > span .icon-server {
          background: url(../images/icon-server.png) no-repeat;
          width: 73px;
          height: 38px;
          display: inline-block; }
    .slider .slider-list li.s1 a {
      color: #f24d34; }
      .slider .slider-list li.s1 a:hover {
        background: #f24d34;
        color: #fff; }
        .slider .slider-list li.s1 a:hover .icon-www {
          background-position: 0 -23px; }
    .slider .slider-list li.s1.active a {
      background: #f24d34;
      color: #fff;
      position: relative; }
      .slider .slider-list li.s1.active a:before {
        border-bottom-color: #f24d34;
        top: -16px;
        opacity: 1; }
      .slider .slider-list li.s1.active a .icon-www {
        background-position: 0 -23px; }
    .slider .slider-list li.s2 a {
      color: #626a88; }
      .slider .slider-list li.s2 a:hover {
        background: #626a88;
        color: #fff; }
        .slider .slider-list li.s2 a:hover .icon-hosting {
          background-position: 0 -37px; }
    .slider .slider-list li.s2.active a {
      background: #626a88;
      color: #fff; }
      .slider .slider-list li.s2.active a:before {
        border-bottom-color: #626a88;
        top: -16px;
        opacity: 1; }
      .slider .slider-list li.s2.active a .icon-hosting {
        background-position: 0 -37px; }
    .slider .slider-list li.s3 a {
      color: #41ade2; }
      .slider .slider-list li.s3 a:hover {
        background: #41ade2;
        color: #fff; }
        .slider .slider-list li.s3 a:hover .icon-cloud {
          background-position: 0 -45px; }
    .slider .slider-list li.s3.active a {
      background: #41ade2;
      color: #fff; }
      .slider .slider-list li.s3.active a:before {
        border-bottom-color: #41ade2;
        top: -16px;
        opacity: 1; }
      .slider .slider-list li.s3.active a .icon-cloud {
        background-position: 0 -45px; }
    .slider .slider-list li.s4 a {
      color: #00c973; }
      .slider .slider-list li.s4 a:hover {
        background: #00c973;
        color: #fff; }
        .slider .slider-list li.s4 a:hover .icon-security {
          background-position: 0 -39px; }
    .slider .slider-list li.s4.active a {
      background: #00c973;
      color: #fff; }
      .slider .slider-list li.s4.active a:before {
        border-bottom-color: #00c973;
        top: -16px;
        opacity: 1; }
      .slider .slider-list li.s4.active a .icon-security {
        background-position: 0 -39px; }
    .slider .slider-list li.s5 a {
      color: #facc3d; }
      .slider .slider-list li.s5 a:hover {
        background: #facc3d;
        color: #fff; }
        .slider .slider-list li.s5 a:hover .icon-server {
          background-position: 0 -38px; }
    .slider .slider-list li.s5.active a {
      background: #facc3d;
      color: #fff; }
      .slider .slider-list li.s5.active a:before {
        border-bottom-color: #facc3d;
        top: -16px;
        opacity: 1; }
      .slider .slider-list li.s5.active a .icon-server {
        background-position: 0 -38px; }

.domain-search {
  background: #fff;
  padding-bottom: 60px; }
  .domain-search h3 {
    font-weight: 300;
    font-size: 51px;
    color: #415a68;
    text-align: center;
    padding: 65px 0 50px; }
  .domain-search .ds-tab {
    text-align: center;
    margin-bottom: -3px; }
    .domain-search .ds-tab ul {
      display: inline-block;
      overflow: hidden; }
      .domain-search .ds-tab ul li {
        float: left;
        margin: 0 30px; }
        .domain-search .ds-tab ul li a {
          display: block;
          color: rgba(98, 106, 136, 0.4);
          line-height: 50px;
          font-weight: 700;
          font-size: 15px;
          padding: 0 5px;
          border-bottom: 6px solid transparent;
          position: relative;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
          .domain-search .ds-tab ul li a:hover {
            color: #626a88; }
        .domain-search .ds-tab ul li.active a {
          color: #626a88;
          border-color: #e8ebf0; }
  .domain-search .ds-tab-content .domain-search-form .input {
    background: #e8ebf0;
    border-radius: 4px;
    overflow: hidden;
    position: relative; }
    .domain-search .ds-tab-content .domain-search-form .input .submit-btn {
      position: absolute;
      top: 7px;
      right: 7px; }
    .domain-search .ds-tab-content .domain-search-form .input .www {
      line-height: 72px;
      color: rgba(57, 62, 83, 0.2);
      font-weight: 700;
      font-size: 27px;
      float: left;
      padding: 0 10px 0 20px; }
    .domain-search .ds-tab-content .domain-search-form .input input, .domain-search .ds-tab-content .domain-search-form .input textarea {
      float: left;
      line-height: 72px;
      height: 72px;
      width: 660px;
      background: transparent;
      font-weight: 700;
      font-size: 27px;
      color: rgba(57, 62, 83, 0.6); }
    .domain-search .ds-tab-content .domain-search-form .input textarea {
      height: 130px;
      width: 800px;
      line-height: 30px;
      box-sizing: border-box;
      padding: 21px;
      overflow: auto;
      resize: none; }
  .domain-search .ds-tab-content .domains-list {
    overflow: hidden;
    padding-top: 10px; }
    .domain-search .ds-tab-content .domains-list li {
      float: left;
      width: 10%; }
      .domain-search .ds-tab-content .domains-list li .label {
        padding: 12px 0; }
  .domain-search .ds-tab-content .domains-list-image {
    overflow: hidden;
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #e8ebf0; }
    .domain-search .ds-tab-content .domains-list-image li {
      float: left;
      margin-right: 7px; }
      .domain-search .ds-tab-content .domains-list-image li:last-child {
        margin-right: 0; }
      .domain-search .ds-tab-content .domains-list-image li a {
        display: block;
        width: 94px;
        height: 72px;
        background: #fff;
        border: 3px solid #e8ebf0;
        border-radius: 4px;
        font-weight: 700;
        font-size: 14px;
        color: #5f697b;
        text-align: center;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .domain-search .ds-tab-content .domains-list-image li a .image {
          display: table-cell;
          width: 95px;
          vertical-align: middle;
          height: 50px; }
        .domain-search .ds-tab-content .domains-list-image li a:hover {
          border-color: #c9d0dc; }
      .domain-search .ds-tab-content .domains-list-image li.separator {
        width: 44px;
        margin-right: 0;
        text-align: center;
        position: relative;
        height: 77px; }
        .domain-search .ds-tab-content .domains-list-image li.separator:before {
          content: '';
          width: 1px;
          height: 100%;
          background: #e8ebf0;
          position: absolute;
          top: 0;
          left: 22px; }
        .domain-search .ds-tab-content .domains-list-image li.separator .icon {
          display: inline-block;
          width: 26px;
          height: 26px;
          background: #e8ebf0;
          border-radius: 4px;
          line-height: 26px;
          font-size: 14px;
          position: relative;
          top: 25px;
          color: #3e5a68;
          -webkit-transition: background-color 200ms;
          -moz-transition: background-color 200ms;
          -ms-transition: background-color 200ms;
          -o-transition: background-color 200ms;
          transition: background-color 200ms; }
          .domain-search .ds-tab-content .domains-list-image li.separator .icon:before {
            content: '';
            border: 4px solid transparent;
            position: absolute;
            right: -8px;
            top: 50%;
            margin-top: -4px;
            border-left-color: #e8ebf0;
            -webkit-transition: border-color 200ms;
            -moz-transition: border-color 200ms;
            -ms-transition: border-color 200ms;
            -o-transition: border-color 200ms;
            transition: border-color 200ms; }
          .domain-search .ds-tab-content .domains-list-image li.separator .icon:hover {
            background: #d2d8e2; }
            .domain-search .ds-tab-content .domains-list-image li.separator .icon:hover:before {
              border-left-color: #d2d8e2; }

.section-tab {
  background: url(../images/domain-prop-bg.jpg) no-repeat;
  height: 567px;
  -webkit-background-size: cover;
  background-size: cover; }
  .section-tab .tab {
    padding-top: 50px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 77px; }
    .section-tab .tab:before {
      content: '';
      background: url(../images/line-bg.png) no-repeat;
      width: 278px;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: -78px; }
    .section-tab .tab li {
      float: left;
      width: 33.3%;
      text-align: center; }
      .section-tab .tab li a {
        display: inline-block;
        padding: 0 45px;
        line-height: 76px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        border-bottom: none;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
      .section-tab .tab li.active a {
        border-color: rgba(255, 255, 255, 0.2);
        font-weight: bold;
        background: rgba(255, 255, 255, 0.03); }
  .section-tab .tab-content {
    padding-top: 30px; }
    .section-tab .tab-content ul {
      overflow: hidden; }
      .section-tab .tab-content ul li {
        float: left;
        width: 33.3%;
        overflow: hidden;
        text-align: center;
        color: #fff; }
        .section-tab .tab-content ul li .image {
          height: 150px;
          width: 400px;
          display: table-cell;
          vertical-align: middle; }
        .section-tab .tab-content ul li h5 {
          font-weight: 300;
          font-size: 21px;
          padding-bottom: 5px; }
        .section-tab .tab-content ul li p {
          font-weight: 500;
          font-size: 15px;
          line-height: 25px;
          padding: 10px 25px;
          color: rgba(255, 255, 255, 0.8); }

.brands {
  padding-bottom: 20px; }
  .brands .inner {
    position: relative; }
  .brands .next, .brands .prev {
    width: 18px;
    height: 11px;
    background: url(../images/icon-slider-next.png) no-repeat;
    position: absolute;
    top: -3px;
    right: -18px;
    text-indent: -9999px;
    z-index: 2; }
    .brands .next:hover, .brands .prev:hover {
      background-position: 0 -11px; }
  .brands .prev {
    background: url(../images/icon-slider-prev.png) no-repeat;
    right: auto;
    left: -18px; }
  .brands .brands-slider {
    overflow: hidden;
    position: relative;
    margin-top: 5px; }
    .brands .brands-slider:before {
      content: '';
      height: 1px;
      width: 100%;
      background: #f4f5f7;
      position: absolute;
      top: 2px;
      left: 0; }
    .brands .brands-slider .item {
      text-align: center; }
      .brands .brands-slider .item a {
        display: inline-block;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .brands .brands-slider .item a .image {
          display: table-cell;
          vertical-align: middle;
          height: 100px; }
          .brands .brands-slider .item a .image img {
            opacity: .5;
            -webkit-transition: opacity 200ms;
            -moz-transition: opacity 200ms;
            -ms-transition: opacity 200ms;
            -o-transition: opacity 200ms;
            transition: opacity 200ms; }
        .brands .brands-slider .item a:hover .image img {
          opacity: 1; }
      .brands .brands-slider .item.active {
        box-shadow: 0 4px 0 0 #91a1ae inset; }
        .brands .brands-slider .item.active .image img {
          opacity: 1; }
  .brands .comments {
    padding: 50px 0 30px; }
    .brands .comments .comment {
      padding: 0 100px;
      text-align: center; }
      .brands .comments .comment p {
        margin-bottom: 20px;
        font-size: 17px;
        color: #91a1ae;
        line-height: 23px; }
        .brands .comments .comment p.author {
          font-size: 13px; }

.bg-content.style1 {
  background-image: url(../images/slider-bg2.jpg); }

.altyapi-slider {
  height: 610px; }
  .altyapi-slider .owl-nav {
    display: none; }
  .altyapi-slider .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center; }
    .altyapi-slider .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 -4px;
      background: url(../images/icon-dots.png) no-repeat;
      width: 42px;
      height: 42px; }
      .altyapi-slider .owl-dots .owl-dot:hover {
        background-position: 0 -42px; }
      .altyapi-slider .owl-dots .owl-dot.active {
        background-position: 0 -84px; }
  .altyapi-slider .item .container {
    height: 610px;
    position: relative; }
    .altyapi-slider .item .container .image {
      position: absolute;
      top: 90px;
      right: -60px;
      width: auto; }
    .altyapi-slider .item .container h3 {
      font-weight: 300;
      font-size: 52px;
      color: #fff;
      padding-top: 85px;
      display: inline-block;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .altyapi-slider .item .container h3:before {
        content: '';
        width: 40%;
        height: 2px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        bottom: 0;
        left: 0; }
    .altyapi-slider .item .container p {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8);
      line-height: 23px;
      width: 560px; }

.dc-properties {
  background: #fff; }
  .dc-properties h3 {
    font-weight: 300;
    font-size: 35px;
    color: #585d74;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../images/icon-title-line.png) no-repeat bottom left; }
  .dc-properties p {
    font-weight: 300;
    font-size: 17px;
    color: rgba(88, 93, 116, 0.9);
    line-height: 23px; }
  .dc-properties .section1 {
    width: 1080px;
    height: 500px;
    background: url(../images/image.png) no-repeat right; }
    .dc-properties .section1 h3 {
      padding-top: 120px; }
    .dc-properties .section1 p {
      width: 380px; }
  .dc-properties .section2 {
    background: url(../images/image2.png) no-repeat;
    width: 1119px;
    height: 444px;
    margin-left: -70px; }
    .dc-properties .section2 .inner {
      float: right;
      width: 450px;
      padding-right: 50px;
      padding-top: 55px; }
  .dc-properties .section3 {
    height: 380px;
    background: white url(../images/icon-section3.png) no-repeat right bottom; }
    .dc-properties .section3 .inner {
      float: left;
      width: 570px;
      padding-top: 75px; }
  .dc-properties .section4 {
    background: url(../images/image3.png) no-repeat;
    width: 1119px;
    height: 444px;
    margin-left: -70px;
    margin-bottom: 30px; }
    .dc-properties .section4 .inner {
      width: 550px;
      padding-right: 35px;
      float: right;
      padding-top: 40px; }

.bg-content.style2 {
  background-image: url(../images/slider-bg3.jpg); }

.bank-head {
  height: 331px; }
  .bank-head h3 {
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 70px; }
  .bank-head p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 21px;
    width: 480px; }

.bank-height {
  height: 80px;
  background: #f9f9f9;
  margin-bottom: -65px; }

.page-menu {
  width: 265px;
  float: left;
  margin-bottom: 25px; }
  .page-menu h3 {
    line-height: 65px;
    background: #454b5e;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-indent: 20px;
    border-radius: 5px 5px 0 0; }
  .page-menu ul {
    background: #fff;
    padding-right: 6px;
    border: 2px solid #f6f6f7;
    border-radius: 0 0 5px 5px; }
    .page-menu ul li {
      padding: 6px 0; }
      .page-menu ul li a {
        display: block;
        line-height: 37px;
        font-size: 15px;
        color: #898c95;
        padding: 0 15px;
        border-radius: 0 3px 3px 0;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .page-menu ul li a:hover {
          background: #f6f6f7;
          color: #454b5e; }
      .page-menu ul li.active a {
        background: #f6f6f7;
        color: #454b5e; }

.page-text {
  float: right;
  border: 2px solid #f6f6f7;
  border-radius: 5px;
  width: 703px;
  padding: 0 10px;
  margin-bottom: 25px;
  background: #fff; }
  .page-text > h3 {
    font-size: 21px;
    color: #454b5e;
    text-indent: 10px;
    background: url(../images/page-title.png) no-repeat right bottom;
    line-height: 62px;
    border-bottom: 1px solid #f6f6f7; }
  .page-text .inner {
    padding: 0 5px; }
  .page-text .bank-info .image {
    float: right; }
    .page-text .bank-info .image .inner {
      width: 200px;
      text-align: center;
      height: 145px;
      vertical-align: middle;
      display: table-cell; }
  .page-text .bank-info ul {
    border-bottom: 1px solid #dbe1e3;
    padding: 15px 0; }
    .page-text .bank-info ul li {
      padding: 8px 0;
      font-size: 15px;
      color: #91a2ac;
      overflow: hidden; }
      .page-text .bank-info ul li span {
        float: left; }
        .page-text .bank-info ul li span:nth-child(1) {
          width: 120px; }
        .page-text .bank-info ul li span:nth-child(2) {
          width: 10px; }
  .page-text .bank-info:last-child ul {
    border-bottom: none; }

.bg-content.style3 {
  background-image: url(../images/slider-bg4.jpg); }

.card-head {
  height: 405px; }
  .card-head .container > h1 {
    text-align: center;
    padding: 60px 0;
    height: 120px; }
    .card-head .container > h1 span {
      padding-bottom: 6px;
      font-weight: 100;
      font-size: 91px;
      color: #fff;
      background: url(../images/title-dots.png) no-repeat right bottom; }
  .card-head .container .card-tab {
    overflow: hidden; }
    .card-head .container .card-tab li {
      float: left;
      width: 188px;
      margin-right: 15px; }
      .card-head .container .card-tab li a {
        display: block;
        background: url(../images/card-tab-bg.png) no-repeat;
        width: 188px;
        height: 116px;
        text-align: center;
        color: #fff; }
        .card-head .container .card-tab li a .number {
          font-weight: 600;
          font-size: 30px;
          display: block;
          line-height: 65px; }
        .card-head .container .card-tab li a .text {
          font-size: 20px;
          display: block;
          padding-top: 8px; }
        .card-head .container .card-tab li a:hover {
          background-position: 0 -116px;
          color: #626a88; }
      .card-head .container .card-tab li:last-child {
        margin-right: 0; }
      .card-head .container .card-tab li.active a {
        background-position: 0 -116px;
        color: #626a88; }

.card-container {
  background: #fff;
  position: relative; }
  .card-container .container {
    position: relative;
    top: -35px;
    min-height: 470px;
    border: 1px solid #f1f0f0;
    border-radius: 5px; }

.bg-content.style4 {
  background-image: url(../images/slider-bg5.jpg); }

.cloud-head {
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset; }
  .cloud-head .container {
    position: relative;
    height: 541px; }
  .cloud-head .cloud-tab-container {
    width: 585px;
    height: 350px;
    position: absolute;
    bottom: -62px;
    left: 210px; }
    .cloud-head .cloud-tab-container .price {
      text-align: center;
      background: url(../images/cloud-line-bg.png) no-repeat bottom center;
      height: 200px; }
      .cloud-head .cloud-tab-container .price h3 {
        padding-top: 15px;
        font-weight: 300;
        font-size: 54px;
        color: #fff;
        padding-bottom: 30px; }
      .cloud-head .cloud-tab-container .price a {
        display: inline-block;
        line-height: 50px;
        width: 220px;
        border: 3px solid #fff;
        border-radius: 4px;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .cloud-head .cloud-tab-container .price a:hover {
          background: #fff;
          color: #2fc7f7; }
    .cloud-head .cloud-tab-container .properties {
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
      .cloud-head .cloud-tab-container .properties ul {
        display: inline-block; }
        .cloud-head .cloud-tab-container .properties ul li {
          float: left;
          width: 135px;
          margin-right: 7px; }
          .cloud-head .cloud-tab-container .properties ul li:last-child {
            margin-right: 0; }
          .cloud-head .cloud-tab-container .properties ul li .image {
            height: 76px;
            background: #fff;
            border-radius: 4px 4px 0 0;
            display: table-cell;
            width: 135px;
            vertical-align: middle;
            box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset; }
          .cloud-head .cloud-tab-container .properties ul li .title {
            height: 49px;
            background: #f7f7f9;
            border-radius: 0 0 4px 4px;
            color: #496874;
            font-size: 12px;
            padding-top: 10px; }
            .cloud-head .cloud-tab-container .properties ul li .title strong {
              display: block;
              padding-top: 6px;
              font-weight: 600;
              font-size: 18px; }
  .cloud-head .prev, .cloud-head .next {
    width: 71px;
    height: 71px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -71px;
    text-align: center;
    line-height: 71px;
    color: #2fc7f7;
    font-size: 60px;
    text-indent: -4px; }
    .cloud-head .prev:hover, .cloud-head .next:hover {
      background: #444a5f;
      color: #fff; }
  .cloud-head .next {
    left: auto;
    right: -35px;
    text-indent: 4px; }
  .cloud-head .cloud-slider {
    background: url(../images/cloud-slider-bg.png) no-repeat;
    width: 849px;
    height: 434px;
    margin: 0 auto;
    position: relative;
    top: 107px; }
    .cloud-head .cloud-slider .cloud-slider-active {
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 434px;
      background: url(../images/cloud-slider-bg.png) no-repeat 0 -434px; }
      .cloud-head .cloud-slider .cloud-slider-active.active-1 {
        width: 10px; }
      .cloud-head .cloud-slider .cloud-slider-active.active-2 {
        width: 50px; }
      .cloud-head .cloud-slider .cloud-slider-active.active-3 {
        width: 200px; }
      .cloud-head .cloud-slider .cloud-slider-active.active-4 {
        width: 400px; }
      .cloud-head .cloud-slider .cloud-slider-active.active-5 {
        width: 600px; }
      .cloud-head .cloud-slider .cloud-slider-active.active-6 {
        width: 800px; }
      .cloud-head .cloud-slider .cloud-slider-active.active-7 {
        width: 849px; }
    .cloud-head .cloud-slider .cloud-tab {
      background: red; }
      .cloud-head .cloud-slider .cloud-tab li {
        position: absolute; }
        .cloud-head .cloud-slider .cloud-tab li a {
          display: block;
          background: url(../images/cloud-tab-bg.png) no-repeat 0 -164px;
          width: 164px;
          height: 164px;
          text-align: center;
          color: #fff;
          font-size: 15px; }
          .cloud-head .cloud-slider .cloud-tab li a h3 {
            font-size: 47px;
            line-height: 60px;
            padding-top: 10px; }
        .cloud-head .cloud-slider .cloud-tab li:nth-child(1) {
          left: -75px;
          bottom: -44px; }
        .cloud-head .cloud-slider .cloud-tab li:nth-child(2) {
          left: -10px;
          top: 130px; }
        .cloud-head .cloud-slider .cloud-tab li:nth-child(3) {
          left: 130px;
          top: 0; }
        .cloud-head .cloud-slider .cloud-tab li:nth-child(4) {
          left: 340px;
          top: -50px; }
        .cloud-head .cloud-slider .cloud-tab li:nth-child(5) {
          right: 130px;
          top: 0; }
        .cloud-head .cloud-slider .cloud-tab li:nth-child(6) {
          right: -10px;
          top: 130px; }
        .cloud-head .cloud-slider .cloud-tab li:nth-child(7) {
          right: -75px;
          bottom: -44px; }
        .cloud-head .cloud-slider .cloud-tab li.active a {
          background-position: 0 -328px;
          color: #2fc7f7; }
        .cloud-head .cloud-slider .cloud-tab li.focus a {
          background-position: 0 0; }

.cloud-sections {
  background: #fff;
  padding: 100px 0; }
  .cloud-sections .section1 {
    padding: 130px 0;
    width: 1100px;
    background: url(../images/icon-shuttle.png) no-repeat right; }
    .cloud-sections .section1 > div {
      width: 530px; }
  .cloud-sections .section2 {
    padding: 130px 0;
    overflow: hidden;
    background: url(../images/icon-cark.png) no-repeat left; }
    .cloud-sections .section2 > div {
      width: 530px;
      float: right; }
  .cloud-sections h3 {
    font-size: 30px;
    color: #626a88;
    line-height: 43px;
    padding-bottom: 15px; }
  .cloud-sections p {
    font-size: 15px;
    color: #626a88;
    line-height: 22px; }

.cloud-sections2 {
  background: url(../images/cloud-section-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }
  .cloud-sections2 .inner {
    height: 1078px;
    background: url(../images/cloud-section-inner.png) no-repeat center; }
    .cloud-sections2 .inner .section {
      font-size: 15px;
      color: rgba(64, 82, 92, 0.6);
      line-height: 22px;
      width: 550px;
      padding-top: 160px; }
      .cloud-sections2 .inner .section.right {
        float: right; }
      .cloud-sections2 .inner .section.left {
        text-align: right; }
      .cloud-sections2 .inner .section h3 {
        font-weight: 500;
        font-size: 23px;
        color: #11c7f4;
        padding-bottom: 13px; }


.bg-content.colocation {
  background-image: url(../images/slider-bg10-colocation.jpg); }
.dedicated-head.colocation-head .container {
  height: 383px;
  background: url(../images/man-transparent-colocation.png) no-repeat right;
  color: #fff; }
.dedicated-head.abd .container {
  height: 383px;
  background: url(../images/dedicated-man-transparent-abd.png) no-repeat right;
  color: #fff; }
.dedicated-head.tr .container {
  height: 383px;
  background: url(../images/dedicated-man-transparent-tr.png) no-repeat right;
  color: #fff; }
.dedicated-head.de .container {
  height: 383px;
  background: url(../images/dedicated-man-transparent-de.png) no-repeat right;
  color: #fff; }

.bg-content.bg-windows-vds {
  background-image: url(../images/bg-windows-vds.jpg); }
.bg-content.bg-windows-vps {
  background-image: url(../images/bg-windows-vps.jpg); }
.bg-content.bg-linux-vds {
  background-image: url(../images/bg-linux-vds.jpg); }
.bg-content.bg-linux-vps {
  background-image: url(../images/bg-linux-vps.jpg); }
.bg-content.uygulamahostingbg {
  background-image: url(../images/uygulamahostingbg.jpg); }
.bg-content.radyo-hosting-bg {
  background-image: url(../images/radyo-hosting-bg.jpg); }
.bg-content.tv-hosting-bg {
  background-image: url(../images/tv-hosting-bg.jpg); }
.bg-content.seo-hosting-bg {
  background-image: url(../images/seo-hosting-bg.jpg); }
.bg-content.plesk-bg {
  background-image: url(../images/plesk-bg.jpg); }
.bg-content.cpanel-bg {
  background-image: url(../images/cpanel-bg.jpg); }
.bg-content.eticaret-bg {
  background-image: url(../images/eticaret-bg.jpg); }
.bg-content.antivirus-bg {
  background-image: url(../images/antivirus-bg.jpg); }
.bg-content.windows-lisans-bg {
  background-image: url(../images/windows-lisans-bg.jpg); }
.bg-content.sunucu-optimizasyonu-bg {
  background-image: url(../images/sunucu-optimizasyonu-bg.jpg); }

  .service-head.windows-vds .container {
    background: url(../images/vpsvdswindows.png) no-repeat right;
    height: 384px; }
  .service-head.windows-vps .container {
    background: url(../images/vpsvdswindows.png) no-repeat right;
    height: 384px; }
  .service-head.linux-vds .container {
    background: url(../images/vpsvdslinux.png) no-repeat right;
    height: 384px; }
  .service-head.linux-vps .container {
    background: url(../images/vpsvdslinux.png) no-repeat right;
    height: 384px; }

  .service-head.windows-lisans-bg .container {
    background: none;color:#212121;
    height: 384px; }

  .service-head.plesk-bg .container {
    background: none;color:#212121;
    height: 384px; }
  .service-head.cpanel-bg .container {
    background: none;color:#212121;
    height: 384px; }
  .service-head.antivirus-bg .container {
    background: none;
    height: 384px; }
  .service-head.eticaret-bg .container {
    background: none;color:#212121;
    height: 384px; }
  .service-head.sunucu-optimizasyonu-bg .container {
    background: none;
    height: 384px; }


  .service-head.uygulamahosting .container {
    background: none;
    height: 384px; }
  .hosting-head.hosting-x-head.radyohosting .container {
    background: none;
    height: 384px; }
  .hosting-head.hosting-x-head.tvhosting .container {
    background: none; color:#212121;
    height: 384px; }
  .hosting-head.seohosting .container {
    background: none; color:#212121;
    height: 384px; }


.bg-content.style5 {
  background-image: url(../images/slider-bg6.jpg); }

.dedicated-head .container {
  height: 383px;
  background: url(../images/man-transparent.png) no-repeat right;
  color: #fff; }
  .dedicated-head .container h3 {
    padding-top: 70px;
    padding-bottom: 20px;
    font-weight: 100;
    font-size: 40px; }
  .dedicated-head .container p {
    font-size: 15px;
    line-height: 22px;
    width: 500px; }

.dedicated-content {
  background: url(../images/dedicated-bg.png);
  padding: 20px 0; }
  .dedicated-content .dedicated-packet {
    height: 134px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px; }
    .dedicated-content .dedicated-packet ul li {
      overflow: hidden;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .dedicated-content .dedicated-packet ul li > div {
        float: left;
        height: 134px;
        overflow: hidden;
        border-right: 1px solid #eee;
        color: #576c78;
        text-align: center; }
        .dedicated-content .dedicated-packet ul li > div:nth-child(1) {
          width: 223px; }
          .dedicated-content .dedicated-packet ul li > div:nth-child(1) h3 {
            font-size: 21px;
            padding: 20px 0 15px; }
        .dedicated-content .dedicated-packet ul li > div:nth-child(2), .dedicated-content .dedicated-packet ul li > div:nth-child(3), .dedicated-content .dedicated-packet ul li > div:nth-child(4), .dedicated-content .dedicated-packet ul li > div:nth-child(5) {
          height: 124px;
          width: 149px;
          padding-top: 10px;
          font-size: 14px;
          line-height: 19px; }
          .dedicated-content .dedicated-packet ul li > div:nth-child(2) .image, .dedicated-content .dedicated-packet ul li > div:nth-child(3) .image, .dedicated-content .dedicated-packet ul li > div:nth-child(4) .image, .dedicated-content .dedicated-packet ul li > div:nth-child(5) .image {
            height: 72px;
            width: 149px;
            display: table-cell;
            vertical-align: middle; }
        .dedicated-content .dedicated-packet ul li > div:nth-child(6) {
          border-right: none;
          width: 155px;
          padding: 0 10px; }
          .dedicated-content .dedicated-packet ul li > div:nth-child(6) .price {
            font-size: 33px;
            padding: 20px 0; }
          .dedicated-content .dedicated-packet ul li > div:nth-child(6) a {
            display: block;
            line-height: 41px;
            background: #00c973;
            border-radius: 3px;
            color: #fff;
            font-weight: 500;
            font-size: 13px;
            -webkit-transition: all 200ms;
            -moz-transition: all 200ms;
            -ms-transition: all 200ms;
            -o-transition: all 200ms;
            transition: all 200ms; }
            .dedicated-content .dedicated-packet ul li > div:nth-child(6) a > span {
              float: right;
              width: 35px;
              background: rgba(0, 0, 0, 0.05); }
            .dedicated-content .dedicated-packet ul li > div:nth-child(6) a:hover {
              background: #00b064; }
      .dedicated-content .dedicated-packet ul li:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.dedicated-properties {
  background: url(../images/domain-prop-bg.jpg) no-repeat; }
  .dedicated-properties .container {
    height: 393px;
    text-align: center;
    color: #fff;
    background: url(../images/dedicated-title-b.png) no-repeat center 100px; }
    .dedicated-properties .container h3 {
      font-weight: 300;
      font-size: 30px;
      padding-top: 85px; }
    .dedicated-properties .container ul {
      float: left;
      width: 33.3%;
      padding-top: 100px;
      font-size: 15px; }
      .dedicated-properties .container ul li {
        padding: 10px 0;
        opacity: .9; }
      .dedicated-properties .container ul:nth-child(2) {
        position: relative;
        left: -30px; }
      .dedicated-properties .container ul:nth-child(4) {
        position: relative;
        right: -30px; }

.question-container {
  padding: 10px 0; }

.question {
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 11px; }
  .question .title {
    height: 50px;
    padding: 4px 6px;
    line-height: 50px;
    color: #495b62;
    font-size: 18px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .question .title .box {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 4px;
      text-align: center;
      font-size: 27px; }
      .question .title .box.open-question {
        float: right;
        font-size: 18px;
        cursor: pointer; }
      .question .title .box.number {
        float: left;
        margin-right: 10px; }
  .question .content {
    display: none;
    border-top: 1px solid #fff;
    padding: 20px;
    font-size: 15px;
    color: #495b62; }
    .question .content a {
      font-weight: bold;
      color: #1585cc; }
      .question .content a:hover {
        text-decoration: underline; }

.videos {
  overflow: hidden;
  padding: 6px 0; }
  .videos ul li {
    float: left;
    width: 50%; }
    .videos ul li a {
      display: block;
      padding: 5px;
      position: relative;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .videos ul li a:hover {
        opacity: .9; }
      .videos ul li a img {
        width: 100%; }
      .videos ul li a .title {
        position: absolute;
        bottom: 20px;
        left: 0;
        font-size: 15px;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        text-align: center; }
        .videos ul li a .title > span {
          line-height: 33px;
          display: inline-block;
          padding: 0 20px;
          border-radius: 25px;
          background: rgba(0, 0, 0, 0.7); }

.bg-content.style6 {
  background-image: url(../images/slider-bg7.jpg); }

.domain-head {
  height: 384px;
  color: #626a88; }
  .domain-head h3 {
    font-weight: 300;
    font-size: 40px;
    width: 500px;
    line-height: 50px;
    padding: 60px 0 30px; }
  .domain-head p {
    font-size: 15px;
    line-height: 21px;
    width: 500px; }

.domain-search-inner {
  padding-top: 45px; }

.domain-properties {
  background: url(../images/domain-prop-bg.jpg);
  overflow: hidden;
  padding-top: 40px; }
  .domain-properties .container {
    height: 1070px;
    position: relative; }
    .domain-properties .container:before {
      content: '';
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      position: absolute;
      top: 0;
      left: 50%; }
  .domain-properties .prop {
    width: 500px;
    position: relative;
    color: #fff;
    padding-bottom: 5px; }
    .domain-properties .prop .icon {
      width: 98px;
      height: 98px;
      border-radius: 100%;
      float: right;
      background: #282831;
      border: 1px solid rgba(255, 255, 255, 0.1);
      margin-right: -49px; }
      .domain-properties .prop .icon > span {
        width: 74px;
        height: 74px;
        background: #fff;
        border-radius: 100%;
        position: relative;
        top: 12px;
        left: 12px;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    .domain-properties .prop .content {
      padding-right: 100px;
      text-align: right; }
    .domain-properties .prop h3 {
      font-size: 21px;
      padding-bottom: 20px;
      padding-top: 40px; }
    .domain-properties .prop p {
      font-weight: 300;
      font-size: 15px;
      line-height: 24px; }
    .domain-properties .prop.right {
      float: right; }
      .domain-properties .prop.right .content {
        padding-right: 0;
        padding-left: 100px; }
      .domain-properties .prop.right .icon {
        float: left;
        margin-right: 0;
        margin-left: -49px; }
      .domain-properties .prop.right h3, .domain-properties .prop.right p {
        text-align: left; }

.domain-result {
  background: #fff;
  padding: 50px 0; }
  .domain-result h3 {
    font-size: 25px;
    color: #546f79;
    text-align: center;
    padding-bottom: 50px; }
    .domain-result h3 strong {
      color: #5dc152; }
  .domain-result .domain-list > li {
    margin-bottom: 7px;
    background: #fafafa;
    height: 67px;
    border-radius: 4px; }
    .domain-result .domain-list > li > div {
      color: #727e82;
      float: left; }
      .domain-result .domain-list > li > div.domain-name {
        width: 380px;
        font-size: 20px;
        line-height: 67px;
        padding-left: 18px; }
        .domain-result .domain-list > li > div.domain-name .statu {
          float: left;
          width: 19px;
          height: 19px;
          background: #5dc152;
          border-radius: 3px;
          line-height: 19px;
          color: #fff;
          font-size: 14px;
          text-align: center;
          margin-top: 24px;
          margin-right: 13px; }
      .domain-result .domain-list > li > div.domain-status {
        float: left;
        width: 242px;
        overflow: hidden;
        margin-top: 10px;
        border-radius: 3px;
        background: #fff;
        line-height: 44px;
        height: 44px;
        font-weight: 600;
        font-size: 13px;
        color: #5dc152;
        text-align: center; }
        .domain-result .domain-list > li > div.domain-status > span {
          float: left;
          width: 47px;
          font-size: 25px;
          background: #5dc152;
          color: #fff; }
      .domain-result .domain-list > li > div.domain-selectbox {
        width: 168px;
        margin-left: 6px;
        margin-top: 10px; }
        .domain-result .domain-list > li > div.domain-selectbox .btn {
          float: left;
          line-height: 44px;
          width: 81px;
          background: #fff;
          text-align: center;
          border-radius: 3px;
          font-weight: 600;
          font-size: 11px;
          color: #606f7e;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms;
          margin-right: 6px; }
          .domain-result .domain-list > li > div.domain-selectbox .btn:last-child {
            margin-right: 0; }
          .domain-result .domain-list > li > div.domain-selectbox .btn:hover {
            background: #626a88;
            color: #fff; }
        .domain-result .domain-list > li > div.domain-selectbox .selectboxit-container .selectboxit-btn {
          width: 168px !important;
          background: #fff;
          height: 44px;
          border: none;
          font-size: 14px;
          color: #495b62; }
          .domain-result .domain-list > li > div.domain-selectbox .selectboxit-container .selectboxit-btn:hover {
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset; }
          .domain-result .domain-list > li > div.domain-selectbox .selectboxit-container .selectboxit-btn .selectboxit-text {
            line-height: 44px; }
        .domain-result .domain-list > li > div.domain-selectbox .selectboxit-container .selectboxit-default-arrow {
          border: none;
          height: 44px;
          background: url(../images/selectbox-arrow.png) no-repeat center;
          width: 20px;
          top: 0; }
        .domain-result .domain-list > li > div.domain-selectbox .selectboxit-container .selectboxit-options {
          width: 168px !important;
          border: none;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
          .domain-result .domain-list > li > div.domain-selectbox .selectboxit-container .selectboxit-options li a:hover {
            background: #444a5f; }
      .domain-result .domain-list > li > div.domain-buy {
        width: 168px;
        margin-top: 10px;
        margin-left: 8px; }
        .domain-result .domain-list > li > div.domain-buy input {
          display: block;
          line-height: 44px;
          background: #5dc152;
          font-weight: 600;
          font-size: 12px;
          color: #fff;
          text-align: center;
          border-radius: 3px;   width: 100%; cursor: pointer;}
        .domain-result .domain-list > li > div.domain-buy input:hover {
          display: block;
          line-height: 44px;
          background: #5BA552;
          font-weight: 600;
          font-size: 12px;
          color: #fff;
          text-align: center;
          border-radius: 3px; cursor: pointer;}
        .domain-result .domain-list > li > div.domain-buy input:disabled {
          display: block;
          line-height: 44px;
          background: #FFA0A0;
          font-weight: 600;
          font-size: 12px;
          color: #fff;
          text-align: center;
          border-radius: 3px; cursor: not-allowed;}
    .domain-result .domain-list > li.disabled > div.domain-status {
      color: #ff6969; }
      .domain-result .domain-list > li.disabled > div.domain-status > span {
        background: #ff6969; }
    .domain-result .domain-list > li.disabled > div.domain-buy a {
      background: #c6c7c8; }
    .domain-result .domain-list > li.disabled > div.domain-name .statu {
      background: #ff6969; }
  .domain-result .domain-table {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px; }
    .domain-result .domain-table thead tr th {
      background: #fff;
      font-weight: 600;
      font-size: 15px; }
    .domain-result .domain-table td, .domain-result .domain-table th {
      color: #727e82;
      text-align: center;
      line-height: 50px; }
      .domain-result .domain-table td.left, .domain-result .domain-table th.left {
        text-align: left;
        text-indent: 25px; }
    .domain-result .domain-table td {
      border-bottom: 1px solid #f3f4f4; }
    .domain-result .domain-table tbody tr:hover td {
      background: #f7f7f7; }
    .domain-result .domain-table tbody tr:last-child td {
      border-bottom: none; }

.domain-tab {
  margin-top: 50px; }
  .domain-tab .tab {
    background: #e8ebf0;
    height: 65px;
    width: 100%;
    display: table;
    border-radius: 5px 5px 0 0; }
    .domain-tab .tab li {
      display: table-cell; }
      .domain-tab .tab li a {
        display: block;
        line-height: 65px;
        text-align: center;
        font-size: 19px;
        -webkit-transition: background 200ms;
        -moz-transition: background 200ms;
        -ms-transition: background 200ms;
        -o-transition: background 200ms;
        transition: background 200ms;
        color: #495b62;
        border-radius: 5px 5px 0 0;
        padding: 0 70px; }
      .domain-tab .tab li.active a {
        background: #fafafa;
        height: 80px;
        line-height: 95px;
        margin-top: -15px; }
  .domain-tab .domain-tab-container {
    background: #fafafa;
    padding: 10px;
    border-radius: 0 0 5px 5px; }
    .domain-tab .domain-tab-container .question {
      background: #fff; }
      .domain-tab .domain-tab-container .question .open-question, .domain-tab .domain-tab-container .question .number {
        background: #e8ebf0; }
      .domain-tab .domain-tab-container .question .content {
        border-top: 1px solid #eceeef;
        margin: 5px 7px 0;
        font-size: 18px;
        color: rgba(73, 91, 98, 0.5); }

.bg-content.style7 {
  background-image: url(../images/slider-bg8.jpg); }

.service-head {
  color: rgba(255, 255, 255, 0.9); }
  .service-head .container {
    background: url(../images/man-transparent.png) no-repeat right;
    height: 384px; }
  .service-head h3 {
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 25px;
    padding-top: 100px; }
  .service-head p {
    font-size: 15px;
    line-height: 20px;
    width: 550px; }

h3.title-color {
  font-size: 21px;
  color: #454b5e;
  text-indent: 10px;
  background: url(../images/page-title.png) no-repeat right bottom;
  line-height: 62px;
  border-bottom: 1px solid #f6f6f7; }

.service-container {
  padding: 25px 0; }

.whmcs-packets {
  padding-top: 35px;
  overflow: hidden;
  padding-bottom: 40px; }
  .whmcs-packets .whmcs-packet {
    margin-right: 16px;
    float: left;
    width: 322px;
    background: #626a88;
    height: 387px;
    border-radius: 5px;
    border-top: 3px solid #00c973; }
  .whmcs-packets .whmcs-packet.vps {
    border-top: 3px solid #008CC9; }
    .whmcs-packets .whmcs-packet:last-child {
      margin-right: 0; }
    .whmcs-packets .whmcs-packet .logo {
      text-align: center;
      height: 60px;
      padding-top: 19px; 
      font-size: 36px;
      font-family: Roboto;
      font-weight: 300;
      color: #fff; }
    .whmcs-packets .whmcs-packet .price {
      background: #4d546c;
      height: 66px;
      line-height: 66px;
      color: #fff;
      font-weight: 300;
      font-size: 44px;
      text-align: center;
      font-family: Roboto;
      font-weight: 300; }
    .whmcs-packets .whmcs-packet .properties {
      text-align: center;
      padding: 0 10px; }
      .whmcs-packets .whmcs-packet .properties ul {
        padding-top: 10px; }
        .whmcs-packets .whmcs-packet .properties ul li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          padding: 12px 0;
          color: #fff;
          font-size: 15px; }
          .whmcs-packets .whmcs-packet .properties ul li:last-child {
            border-bottom: none; }
    .whmcs-packets .whmcs-packet .buy-btn {
      text-align: center;
      padding-top: 7px; }
      .whmcs-packets .whmcs-packet .buy-btn a {
        display: inline-block;
        line-height: 47px;
        background: #00c973;
        border-radius: 4px;
        text-align: center;
        padding: 0 30px;
        min-width: 150px;
        font-weight: 700;
        font-size: 15px;
        color: #fff;
        -webkit-transition: background 200ms;
        -moz-transition: background 200ms;
        -ms-transition: background 200ms;
        -o-transition: background 200ms;
        transition: background 200ms; }
        .whmcs-packets .whmcs-packet .buy-btn a:hover {
          background: #00a55f; }

          .whmcs-packets .whmcs-packet .buy-btn.vps a {
            background: #008CC9;
          }
          .whmcs-packets .whmcs-packet .buy-btn.vps a:hover {
            background: #0D74A1; }

.cpanel-packets {
  padding: 30px 0; }
  .cpanel-packets .cpanel-packet {
    margin-bottom: 14px;
    height: 93px;
    background: #e8ecf1;
    border-radius: 4px; }
    .cpanel-packets .cpanel-packet .logo {
      float: left;
      height: 80px;
      width: 166px;
      background: white url(../images/cpanel-logo-panel.png) no-repeat center;
      border-radius: 4px;
      position: relative;
      top: 6px;
      margin-left: 6px;
      margin-right: 15px; }
    .cpanel-packets .cpanel-packet .logoplesk {
      float: left;
      height: 80px;
      width: 166px;
      background: white url(../images/maestro.png) no-repeat center;
      border-radius: 4px;
      position: relative;
      top: 6px;
      margin-left: 6px;
      margin-right: 15px; }
    .cpanel-packets .cpanel-packet .text {
      float: left;
      padding-top: 6px;
      width: 535px;
      color: #626a88;
      font-weight: 500;
      font-size: 14px; }
      .cpanel-packets .cpanel-packet .text h3 {
        font-weight: normal;
        font-size: 20px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 10px; }
    .cpanel-packets .cpanel-packet .buy {
      float: left;
      width: 264px;
      height: 72px;
      background: #fff;
      border-radius: 4px;
      position: relative;
      top: 6px;
      padding: 4px; }
      .cpanel-packets .cpanel-packet .buy a {
        float: right;
        width: 114px;
        height: 71px;
        background: #00c973;
        border-radius: 4px;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 25px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .cpanel-packets .cpanel-packet .buy a .fa {
          display: block;
          font-size: 25px;
          padding-top: 12px; }
        .cpanel-packets .cpanel-packet .buy a:hover {
          background: #00aa61; }
      .cpanel-packets .cpanel-packet .buy h3 {
        font-weight: 500;
        font-size: 26px;
        color: #626a88;
        line-height: 72px;
        text-indent: 15px; }

.licence-packets {
  padding: 30px 0; }
  .licence-packets .licence-packet {
    margin-bottom: 13px;
    height: 71px;
    border-radius: 5px;
    background: #e8ecf1;
    overflow: hidden;
    line-height: 71px; }
    .licence-packets .licence-packet .windows {
      width: 73px;
      height: 71px;
      background: #d7dce2 url(../images/icon-windows2.png) no-repeat center;
      float: left; }
    .licence-packets .licence-packet h3 {
      font-size: 17px;
      color: #454b5e;
      margin-left: 25px;
      float: left; }
    .licence-packets .licence-packet .buy {
      float: right;
      width: 226px;
      height: 56px;
      line-height: 56px;
      background: #fff;
      border-radius: 4px;
      position: relative;
      top: 7px;
      right: 7px;
      text-align: center;
      overflow: hidden; }
      .licence-packets .licence-packet .buy a {
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        float: right;
        width: 114px;
        background: #00c973;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .licence-packets .licence-packet .buy a:hover {
          background: #00b064; }

.host-packets {
  padding: 30px 0;
  overflow: hidden; }
  .host-packets .host-packet {
    float: left;
    margin-right: 15px;
    width: 323px;
    overflow: hidden;
    background: #e8ecf1;
    border-radius: 5px; }
    .host-packets .host-packet:last-child {
      margin-right: 0; }
    .host-packets .host-packet > h3 {
      line-height: 82px;
      font-size: 19px;
      color: #454b5e;
      text-align: center; }
    .host-packets .host-packet .brand {
      height: 135px;
      background: #ced3d9;
      margin-top: 11px;
      position: relative; }
      .host-packets .host-packet .brand > div {
        width: 165px;
        height: 165px;
        background: #ced3d9;
        border-radius: 100%;
        position: absolute;
        top: -14px;
        left: 50%;
        margin-left: -82.5px; }
        .host-packets .host-packet .brand > div.wp {
          background: #ced3d9 url(../images/icon-wp.png) no-repeat center; }
        .host-packets .host-packet .brand > div.joomla {
          background: #ced3d9 url(../images/icon-joomla.png) no-repeat center; }
        .host-packets .host-packet .brand > div.magento {
          background: #ced3d9 url(../images/icon-magento.png) no-repeat center; }
    .host-packets .host-packet ul {
      text-align: center;
      padding: 40px 14px 0; }
      .host-packets .host-packet ul li {
        font-size: 15px;
        color: #626a88;
        padding: 15px 0;
        border-bottom: 1px solid #e1e5ec; }
    .host-packets .host-packet .buy {
      height: 97px;
      background: #f3f5f8; }
      .host-packets .host-packet .buy a {
        margin-top: 13px;
        margin-right: 13px;
        float: right;
        width: 114px;
        height: 71px;
        background: #00c973;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .host-packets .host-packet .buy a .fa {
          padding-top: 11px;
          padding-bottom: 8px;
          display: block;
          font-size: 22px; }
        .host-packets .host-packet .buy a:hover {
          background: #00aa61; }
      .host-packets .host-packet .buy h3 {
        font: 300 33px/97px Roboto;
        color: rgba(69, 75, 94, 0.7);
        text-align: center; }

.bg-content.style8 {
  background-image: url(../images/slider-bg9.jpg); }

.hosting-head {
  height: 383px;
  color: #626a88; }
  .hosting-head h3 {
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 30px;
    padding-top: 80px; }
  .hosting-head p {
    font-size: 15px;
    line-height: 20px;
    width: 500px; }

.hosting-packets {
  padding: 30px 0;
  overflow: hidden; }
  .hosting-packets .hosting-packet {
    float: left;
    margin-right: 22px;
    width: 318px;
    height: 476px;
    border-radius: 5px;
    background: #f8f9fa;
    padding-top: 8px; }
    .hosting-packets .hosting-packet:last-child {
      margin-right: 0; }
    .hosting-packets .hosting-packet > h3 {
      background: #00a64e;
      line-height: 54px;
      margin-right: 8px;
      font-weight: 600;
      font-size: 15px;
      color: #fff;
      text-align: center;
      border-left: 10px solid rgba(0, 0, 0, 0.14);
      position: relative;
      border-radius: 0 4px 4px 0; }
      .hosting-packets .hosting-packet > h3:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 0;
        border: 8px solid transparent;
        border-left-color: rgba(0, 0, 0, 0.14); }
    .hosting-packets .hosting-packet ul {
      padding: 10px 0; }
      .hosting-packets .hosting-packet ul li {
        line-height: 43px;
        border-bottom: 1px solid #e9ecee;
        font-size: 15px;
        color: #566b73;
        padding: 0 20px; }
        .hosting-packets .hosting-packet ul li .icon1 {
          background: url(../images/hosting-icon.png) no-repeat;
          width: 18px;
          height: 15px;
          display: inline-block;
          float: right;
          position: relative;
          top: 12px; }
        .hosting-packets .hosting-packet ul li .icon2 {
          background: url(../images/hosting-icon.png) no-repeat 0 -15px;
          width: 18px;
          height: 18px;
          display: inline-block;
          float: right;
          position: relative;
          top: 12px; }
        .hosting-packets .hosting-packet ul li .icon3 {
          background: url(../images/hosting-icon.png) no-repeat 0 -33px;
          width: 18px;
          height: 17px;
          display: inline-block;
          float: right;
          position: relative;
          top: 12px; }
        .hosting-packets .hosting-packet ul li .icon4 {
          background: url(../images/hosting-icon.png) no-repeat 0 -50px;
          width: 18px;
          height: 13px;
          display: inline-block;
          float: right;
          position: relative;
          top: 15px; }
        .hosting-packets .hosting-packet ul li .icon5 {
          background: url(../images/hosting-icon.png) no-repeat 0 -63px;
          width: 18px;
          height: 14px;
          display: inline-block;
          float: right;
          position: relative;
          top: 13px; }
        .hosting-packets .hosting-packet ul li .icon6 {
          background: url(../images/hosting-icon.png) no-repeat 0 -77px;
          width: 18px;
          height: 16px;
          display: inline-block;
          float: right;
          position: relative;
          top: 13px; }
    .hosting-packets .hosting-packet .price {
      text-align: center;
      color: #607b85; }
      .hosting-packets .hosting-packet .price h3 {
        font-weight: 300;
        font-size: 50px; }
      .hosting-packets .hosting-packet .price p {
        font-weight: 500;
        font-size: 12px;
        padding-top: 10px; }
    .hosting-packets .hosting-packet .buy {
      display: block;
      line-height: 43px;
      background: #00a64e;
      border-radius: 4px;
      width: 295px;
      margin: 12px auto 0;
      text-align: center;
      overflow: hidden;
      color: #fff;
      font-weight: 700;
      font-size: 13px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .hosting-packets .hosting-packet .buy > span {
        float: left;
        width: 52px;
        background: rgba(0, 0, 0, 0.14);
        font-size: 18px; }
      .hosting-packets .hosting-packet .buy:hover {
        background: #008c42; }
    .hosting-packets .hosting-packet.blue > h3 {
      background: #41ade2; }
    .hosting-packets .hosting-packet.blue .buy {
      background: #41ade2; }
      .hosting-packets .hosting-packet.blue .buy:hover {
        background: #2ba3df; }
    .hosting-packets .hosting-packet.blue ul li .icon1 {
      background-position: -18px 0; }
    .hosting-packets .hosting-packet.blue ul li .icon2 {
      background-position: -18px -15px; }
    .hosting-packets .hosting-packet.blue ul li .icon3 {
      background-position: -18px -33px; }
    .hosting-packets .hosting-packet.blue ul li .icon4 {
      background-position: -18px -50px; }
    .hosting-packets .hosting-packet.blue ul li .icon5 {
      background-position: -18px -63px; }
    .hosting-packets .hosting-packet.blue ul li .icon6 {
      background-position: -18px -77px; }
    .hosting-packets .hosting-packet.red > h3 {
      background: #f24d34; }
    .hosting-packets .hosting-packet.red .buy {
      background: #f24d34; }
      .hosting-packets .hosting-packet.red .buy:hover {
        background: #f0381c; }
    .hosting-packets .hosting-packet.red ul li .icon1 {
      background-position: -36px 0; }
    .hosting-packets .hosting-packet.red ul li .icon2 {
      background-position: -36px -15px; }
    .hosting-packets .hosting-packet.red ul li .icon3 {
      background-position: -36px -33px; }
    .hosting-packets .hosting-packet.red ul li .icon4 {
      background-position: -36px -50px; }
    .hosting-packets .hosting-packet.red ul li .icon5 {
      background-position: -36px -63px; }
    .hosting-packets .hosting-packet.red ul li .icon6 {
      background-position: -36px -77px; }
  .hosting-packets .app {
    margin-top: -4px;
    background: url(../images/app-bg.png) no-repeat center;
    height: 198px;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
    color: #626a88;
    margin-bottom: 30px; }
    .hosting-packets .app h3 {
      padding-top: 70px; }

.hosting-section1 {
  background: url(../images/hosting-section1.jpg) no-repeat center;
  height: 590px;
  -webkit-background-size: cover;
  background-size: cover; }
  .hosting-section1 h3 {
    font-weight: 300;
    font-size: 38px;
    padding-top: 90px; }
    .hosting-section1 h3 span {
      color: #f24d34;
      font-weight: 500; }
  .hosting-section1 .line {
    height: 1px;
    width: 158px;
    background: #d0d2db;
    margin: 40px 0; }
  .hosting-section1 p {
    width: 460px;
    font-size: 17px;
    color: #626a88;
    line-height: 22px; }

.hosting-section2 {
  background: url(../images/domain-prop-bg.jpg) no-repeat;
  height: 720px;
  -webkit-background-size: cover;
  background-size: cover; }
  .hosting-section2 ul {
    overflow: hidden;
    padding-top: 50px; }
    .hosting-section2 ul li {
      margin-bottom: 40px;
      float: left;
      width: 333px;
      text-align: center; }
      .hosting-section2 ul li a {
        display: block;
        height: 286px;
        color: #fff;
        border-radius: 5px;
        -webkit-transition: background 200ms;
        -moz-transition: background 200ms;
        -ms-transition: background 200ms;
        -o-transition: background 200ms;
        transition: background 200ms; }
        .hosting-section2 ul li a:hover {
          background: rgba(0, 0, 0, 0.2); }
        .hosting-section2 ul li a .icon {
          padding-top: 15px;
          width: 333px;
          display: table-cell;
          vertical-align: middle;
          height: 114px; }
        .hosting-section2 ul li a h3 {
          font-size: 20px;
          padding-bottom: 10px;
          text-transform: uppercase; }
        .hosting-section2 ul li a p {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          padding: 0 30px;
          opacity: .9; }

.bg-content.style9 {
  background-image: url(../images/slider-bg10.jpg); }

.hosting-x-head {
  color: #fff; }
  .hosting-x-head .container {
    height: 383px;
    background: url(../images/windows-image.png) no-repeat right; }

  .hosting-x-head.linux .container {
    height: 383px;
    background: url(../images/linux-image.png) no-repeat right; }

.hosting-packet-detail {
  overflow: hidden;
  padding: 35px 0; }

.packet-detail {
  width: 230px;
  border: 2px solid #dce3ea;
  border-radius: 5px;
  background: #fff;
  float: left;
  margin: 0 -1px;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }
  .packet-detail h3 {
    height: 73px;
    text-align: center;
    font-size: 25px;
    color: #626a88;
    padding-top: 25px; }
    .packet-detail h3 span {
      font-weight: 600;
      font-size: 12px;
      color: #41ade2;
      display: block;
      padding-top: 10px; }
  .packet-detail .price {
    height: 69px;
    background: #f4f7f9;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    color: #41ade2;
    line-height: 69px; }
  .packet-detail ul li {
    line-height: 60px;
    border-bottom: 1px solid #f8f9fb;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #626a88; }
    .packet-detail ul li .fa-check, .packet-detail ul li .fa-times {
      width: 21px;
      height: 21px;
      display: inline-block;
      border-radius: 100%;
      background: #41ade2;
      color: #fff;
      font-size: 14px;
      line-height: 21px; }
    .packet-detail ul li .fa-times {
      background: #d7dee2; }
  .packet-detail .buy {
    height: 56px;
    padding: 10px 9px; }
    .packet-detail .buy a {
      display: block;
      border-radius: 3px;
      background: #00c973;
      line-height: 56px;
      color: #fff;
      font-weight: 600;
      font-size: 17px;
      text-align: center;
      -webkit-transition: background 200ms;
      -moz-transition: background 200ms;
      -ms-transition: background 200ms;
      -o-transition: background 200ms;
      transition: background 200ms; }
  .packet-detail:hover, .packet-detail.active {
    position: relative;
    z-index: 2;
    border-color: #41ade2; }
    .packet-detail:hover .buy a, .packet-detail.active .buy a {
      background: #41ade2; }

.packet-detail-left {
  float: left;
  width: 301px;
  margin-right: 1px;
  height: 600px; }
  .packet-detail-left .head {
    height: 98px; }
    .packet-detail-left .head h3 {
      font-size: 18px;
      color: #626a88;
      padding-left: 50px;
      position: relative;
      top: 25px; }
      .packet-detail-left .head h3 strong {
        display: block;
        padding-bottom: 6px; }
      .packet-detail-left .head h3.windows {
        background: url(../images/icon-windows3.png) no-repeat left; }
      .packet-detail-left .head h3.linux {
        background: url(../images/icon-linux3.png) no-repeat left; }
      .packet-detail-left .head h3.radyo {
        background: none; 
      padding-left: 0px !important; }
  .packet-detail-left ul {
    border-top: 1px solid #f8f9fb; }
    .packet-detail-left ul li {
      line-height: 60px;
      border-bottom: 1px solid #f8f9fb;
      font-weight: 500;
      font-size: 17px;
      color: #626a88; }
      .packet-detail-left ul li.price-title {
        line-height: 69px; }
      .packet-detail-left ul li .fa-question {
        float: right;
        width: 21px;
        height: 21px;
        line-height: 21px;
        text-align: center;
        color: #687f8a;
        font-size: 14px;
        border-radius: 100%;
        background: #f4f7f9;
        position: relative;
        top: 17px;
        right: 17px;
        cursor: help;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .packet-detail-left ul li .fa-question:hover {
          color: #fff;
          background: #41ade2; }
  .packet-detail-left .buy-text {
    height: 53px;
    padding: 23px 25px 0;
    font-weight: 500;
    font-size: 13px;
    color: #56717e;
    line-height: 17px;
    text-align: right;
    position: relative; }
    .packet-detail-left .buy-text:before {
      content: '';
      border: 8px solid transparent;
      border-right-color: #dce3ea;
      position: absolute;
      top: 50%;
      margin-top: -8px;
      right: 0; }

.bg-content.stylecontact {
  background: #e5e2de;
  height: 464px;
  position: relative;
  overflow: hidden; }
  .bg-content.stylecontact #map_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .bg-content.stylecontact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }

ul.contact-icons {
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px; }
  ul.contact-icons li {
    text-align: center;
    float: left;
    width: 33.3%;
    padding: 25px 0;
    font: 300 17px/23px Roboto;
    color: #445969; }
    ul.contact-icons li .icon {
      background: url(../images/contact-icon-bg.png) no-repeat;
      width: 99px;
      height: 115px;
      margin: 0 auto 6px; }
      ul.contact-icons li .icon img {
        position: relative;
        top: 32px; }

.send-message {
  padding: 24px 0;
  overflow: hidden; }
  .send-message .input {
    margin-bottom: 16px; }
    .send-message .input.left {
      float: left;
      width: 345px; }
    .send-message .input.right {
      float: right;
      width: 345px; }
  .send-message input, .send-message textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f6f7f8;
    height: 49px;
    padding: 10px 15px;
    line-height: 49px;
    font-weight: 300;
    font-size: 16px;
    color: #848893;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .send-message input:focus, .send-message textarea:focus {
      border-color: #cbd1d7; }
  .send-message textarea {
    overflow: auto;
    resize: none;
    line-height: 23px;
    height: 121px; }
  .send-message button {
    line-height: 40px;
    width: 162px;
    border-radius: 3px;
    background: #00c973;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -ms-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    float: right; }
    .send-message button:hover {
      background: #00aa61; }
  .send-message .security {
    height: 42px;
    width: 232px;
    border-radius: 3px;
    position: relative; }
    .send-message .security img {
      position: absolute;
      top: 7px;
      right: 7px; }
    .send-message .security input {
      height: 42px;
      line-height: 42px;
      padding-right: 120px;
      font-size: 15px; }

.bg-content.style10 {
  background-image: url(../images/slider-bg11.jpg); }

.ssl-head {
  height: 383px; }
  .ssl-head .container > div {
    height: 383px;
    display: table-cell;
    vertical-align: middle;
    color: #626a88;
    width: 470px; }
    .ssl-head .container > div h3 {
      padding-bottom: 30px;
      font-weight: 300;
      font-size: 40px; }
    .ssl-head .container > div p {
      font-size: 15px;
      line-height: 20px; }

.ssl-packets {
  background: #fff;
  padding: 40px 0;
  overflow: hidden; }
  .ssl-packets .ssl-packet {
    margin-right: 14px;
    float: left;
    width: 322px;
    padding-bottom: 15px;
    border: 1px solid #f0f0f0; }
    .ssl-packets .ssl-packet:last-child {
      margin-right: 0; }
    .ssl-packets .ssl-packet .head {
      height: 79px;
      width: 322px;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .ssl-packets .ssl-packet .head.comodo {
        border-top: 2px solid #e51937; }
      .ssl-packets .ssl-packet .head.rapidssl {
        border-top: 2px solid #794d2b; }
      .ssl-packets .ssl-packet .head.globalsign {
        border-top: 2px solid #00acff; }
    .ssl-packets .ssl-packet .price {
      font: 300 44px/66px Roboto;
      color: #393e50;
      background: #fafafa;
      text-align: center; }
    .ssl-packets .ssl-packet ul {
      padding: 10px 20px; }
      .ssl-packets .ssl-packet ul li {
        line-height: 37px;
        border-bottom: 1px solid #f5f5f6;
        text-align: center;
        color: rgba(57, 62, 80, 0.5); }
        .ssl-packets .ssl-packet ul li:last-child {
          border-bottom: none; }
    .ssl-packets .ssl-packet .buy {
      text-align: center; }
      .ssl-packets .ssl-packet .buy a {
        display: inline-block;
        width: 201px;
        background: #00c973;
        line-height: 47px;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        border-radius: 4px;
        -webkit-transition: background 200ms;
        -moz-transition: background 200ms;
        -ms-transition: background 200ms;
        -o-transition: background 200ms;
        transition: background 200ms; }
        .ssl-packets .ssl-packet .buy a:hover {
          background: #00b064; }
  .ssl-packets .google-search {
    height: 280px;
    margin-top: 30px;
    background: url(../images/google-search.png) no-repeat top center;
    position: relative; }
    .ssl-packets .google-search .input-text {
      font-weight: 300;
      font-size: 14px;
      color: rgba(57, 62, 80, 0.7);
      position: absolute;
      top: 33px;
      left: 210px; }
    .ssl-packets .google-search > div {
      padding-top: 110px;
      text-align: center;
      color: #4d5c6f; }
      .ssl-packets .google-search > div h3 {
        font-weight: 300;
        font-size: 26px; }
      .ssl-packets .google-search > div h5 {
        font-weight: 300;
        font-size: 19px;
        padding: 20px 0; }
      .ssl-packets .google-search > div p {
        font-weight: 300;
        font-size: 15px;
        line-height: 23px; }
        .ssl-packets .google-search > div p a  {
          color: #32b1ec; }
          .ssl-packets .google-search > div p a :hover {
            text-decoration: underline; }

.ssl-packet-text {
  background: url(../images/domain-prop-bg.jpg) no-repeat;
  background-size: cover;
  height: 415px; }
  .ssl-packet-text h3 {
    background: url(../images/ssl-title-bg.png) no-repeat center bottom;
    text-align: center;
    height: 190px;
    font-weight: 300;
    font-size: 29px;
    color: #fff;
    line-height: 170px; }
  .ssl-packet-text .container > div {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    left: -60px;
    padding-top: 20px; }
    .ssl-packet-text .container > div:last-child {
      left: auto;
      right: -60px; }

.ssl-texts {
  padding: 60px 0; }
  .ssl-texts .container > div.text {
    height: 350px;
    width: 1000px;
    display: table-cell;
    vertical-align: middle; }
    .ssl-texts .container > div.text.t1 {
      background: url(../images/ssl-image1.png) no-repeat right; }
    .ssl-texts .container > div.text.t2 {
      background: url(../images/ssl-image2.png) no-repeat left;
      padding-left: 430px;
      width: 570px; }
    .ssl-texts .container > div.text h3 {
      color: #525769;
      padding-bottom: 25px;
      font-weight: 300;
      font-size: 30px; }
    .ssl-texts .container > div.text p {
      font-size: 15px;
      line-height: 21px;
      color: rgba(82, 87, 105, 0.6);
      width: 500px; }

.bg-content.style11 {
  background-image: url(../images/slider-bg12.jpg); }
  .bg-content.style11 .bank-head {
    background: url(../images/oxxo-who.png) no-repeat right; }

.page-text-content {
  padding: 15px 10px;
  font-size: 15px;
  color: rgba(69, 75, 94, 0.6);
  line-height: 22px; }
  .page-text-content p {
    padding-bottom: 20px; }

.brands {
  padding: 15px 2px; background-color: #ffffff;}
  .brands ul li {
    float: left;
    margin-right: 19px;
    margin-bottom: 19px; }
    .brands ul li:nth-child(4n) {
      margin-right: 0; }
    .brands ul li a {
      display: table-cell;
      width: 160px;
      height: 69px;
      background: #f9f9f9;
      border-radius: 5px;
      vertical-align: middle;
      text-align: center;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .brands ul li a:hover {
        background: #eaeaea; }

.kurumsal-tab {
  margin: 20px 0 30px; }
  .kurumsal-tab ul.tab li a {
    background: #e7e7e9;
    font-weight: 600;
    font-size: 16px;
    color: #7f8392; }

.certificate {
  overflow: hidden;
  padding: 10px 0 10px 10px; }
  .certificate li {
    margin-right: 50px;
    float: left; }
    .certificate li:nth-child(3n) {
      margin-right: 0; }
    .certificate li a {
      display: block;
      position: relative;
      width: 181px;
      height: 247px;
      border: 3px solid #eaeaea;
      border-radius: 3px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .certificate li a .hover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .certificate li a .hover > span {
          display: table-cell;
          width: 181px;
          height: 247px;
          vertical-align: middle;
          text-align: center; }
          .certificate li a .hover > span h3 {
            font-weight: 700;
            font-size: 16px;
            color: #fff;
            line-height: 20px;
            padding-bottom: 20px; }
          .certificate li a .hover > span .view {
            display: inline-block;
            line-height: 40px;
            width: 150px;
            margin: 0 auto;
            background: #fff;
            border-radius: 3px;
            font-weight: 700;
            font-size: 13px;
            color: #49586d; }
      .certificate li a:hover .hover {
        opacity: 1; }

.commercial-info {
  overflow: hidden; }
  .commercial-info li {
    float: left;
    width: 50%;
    padding: 8px;
    box-sizing: border-box; }
    .commercial-info li > span {
      display: block;
      line-height: 55px;
      background: #fff;
      padding: 0 15px;
      font-size: 15px;
      color: #7f8392; }

.bg-content.style12 {
  background-image: url(../images/slider-bg12.jpg);
  height: 616px; }

.login {
  text-align: center; }
  .login h3 {
    padding-top: 70px;
    display: inline-block;
    font-weight: 100;
    font-size: 91px;
    color: #fff;
    background: url(../images/oxxo-dot.png) no-repeat 5px bottom;
    padding-bottom: 13px; }
    .login h3 span {
      font-weight: 300; }
  .login .login-form {
    height: 89px;
    width: 1000px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    top: 100px; }
    .login .login-form .input {
      float: left;
      margin-top: 11px;
      margin-left: 9px;
      height: 68px;
      background: #fff;
      width: 310px;
      border-radius: 5px;
      position: relative; }
      .login .login-form .input input {
        width: 100%;
        height: 68px;
        line-height: 68px;
        background: transparent;
        box-sizing: border-box;
        padding-left: 80px;
        font-size: 15px;
        border-radius: 5px;
        color: #606f7e;
        -webkit-transition: background 200ms;
        -moz-transition: background 200ms;
        -ms-transition: background 200ms;
        -o-transition: background 200ms;
        transition: background 200ms; }
        .login .login-form .input input:focus {
          background: #f7f7f9; }
      .login .login-form .input .icon {
        width: 54px;
        height: 54px;
        background: #f7f7f9;
        border-radius: 5px;
        position: absolute;
        top: 7px;
        left: 7px; }
        .login .login-form .input .icon:before {
          content: '';
          border: 8px solid transparent;
          border-left-color: #f7f7f9;
          position: absolute;
          top: 50%;
          right: -16px;
          margin-top: -8px; }
        .login .login-form .input .icon.mail {
          background: #f7f7f9 url(../images/icon-mail.png) no-repeat center; }
        .login .login-form .input .icon.password {
          background: #f7f7f9 url(../images/icon-password.png) no-repeat center; }
    .login .login-form .login-links {
      width: 190px;
      float: left;
      margin-left: 9px;
      padding-top: 11px; }
      .login .login-form .login-links .remember-me {
        margin-bottom: 8px;
        height: 30px;
        display: block;
        background: #fff;
        border-radius: 3px;
        font-weight: 500;
        font-size: 13px;
        text-align: left;
        line-height: 30px;
        padding-left: 7px;
        color: #626a88;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .login .login-form .login-links .remember-me > span {
          float: left;
          margin-right: 10px;
          line-height: 16px;
          position: relative;
          top: 6px; }
        .login .login-form .login-links .remember-me:hover {
          background-color: #ddd; }
      .login .login-form .login-links .lost-password {
        background: white url(../images/icon-question.png) no-repeat 6px;
        border-radius: 3px;
        display: block;
        line-height: 30px;
        font-weight: 500;
        font-size: 13px;
        color: #626a88;
        text-indent: 15px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .login .login-form .login-links .lost-password:hover {
          background-color: #ddd; }
    .login .login-form button {
      margin-top: 11px;
      margin-left: 9px;
      float: left;
      display: block;
      height: 68px;
      width: 136px;
      border-radius: 5px;
      background: #00c973;
      color: #fff;
      text-align: center;
      cursor: pointer;
      font-weight: 700;
      font-size: 15px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .login .login-form button:hover {
        background: #00b064; }

.bg-content.style13 {
  background-image: url(../images/slider-bg12.jpg);
  height: 1038px; }

.ts-head {
  height: 215px;
  background: url(../images/icon-ts.png) no-repeat right; }
  .ts-head h3 {
    font-weight: 100;
    font-size: 91px;
    color: #fff;
    background: url(../images/oxxo-dot.png) no-repeat 173px bottom;
    padding-bottom: 10px;
    position: relative;
    top: 40px; }

.ts-packets {
  width: 1133px;
  margin-top: 20px;
  margin-left: -60px; }
  .ts-packets .ts-packet {
    width: 221px;
    margin: 0 -1px;
    float: left;
    border: 1px solid #eef1f4;
    height: 580px;
    background: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .ts-packets .ts-packet:first-child {
      border-radius: 5px 0 0 5px;
      overflow: hidden; }
    .ts-packets .ts-packet:last-child {
      border-radius: 0 5px 5px 0;
      overflow: hidden; }
    .ts-packets .ts-packet .head {
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      height: 207px;
      background: #f6f9fc;
      border-bottom: 1px solid #eceff2; }
      .ts-packets .ts-packet .head h3 {
        line-height: 50px;
        font-size: 15px;
        color: #626a88;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
      .ts-packets .ts-packet .head .image {
        height: 85px;
        width: 221px;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .ts-packets .ts-packet .head .image img {
          height: 57px;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
      .ts-packets .ts-packet .head .price {
        width: 175px;
        line-height: 71px;
        border-top: 1px solid #eceff2;
        margin: 0 auto;
        font-weight: 100;
        font-size: 40px;
        color: #293146;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
    .ts-packets .ts-packet ul {
      height: 285px;
      background: #fff;
      padding-top: 17px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .ts-packets .ts-packet ul li {
        line-height: 43px;
        font-size: 14px;
        color: #4a5060;
        border-bottom: 1px solid #f4f8f9;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .ts-packets .ts-packet ul li:last-child {
          border-bottom: none; }
    .ts-packets .ts-packet .buy {
      height: 69px;
      background: #f6f9fc;
      border-top: 1px solid #eceff2;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .ts-packets .ts-packet .buy a {
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        display: block;
        width: 201px;
        height: 39px;
        line-height: 39px;
        border-radius: 3px;
        background: #00c973;
        color: #fff;
        font-size: 13px;
        margin: 15px auto 0;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .ts-packets .ts-packet .buy a:hover {
          background: #00b064; }
    .ts-packets .ts-packet.active {
      height: 660px;
      margin-top: -40px;
      width: 248px;
      border-radius: 4px;
      overflow: hidden; }
      .ts-packets .ts-packet.active .head {
        height: 280px; }
        .ts-packets .ts-packet.active .head h3 {
          line-height: 70px;
          font-size: 20px; }
        .ts-packets .ts-packet.active .head .image {
          height: 107px;
          width: 248px; }
          .ts-packets .ts-packet.active .head .image img {
            height: 73px; }
        .ts-packets .ts-packet.active .head .price {
          font-size: 51px;
          line-height: 101px;
          width: 225px; }
      .ts-packets .ts-packet.active ul {
        height: 298px; }
        .ts-packets .ts-packet.active ul li {
          font-size: 16px; }
      .ts-packets .ts-packet.active .buy {
        height: 63px; }

.ts-section1 .container {
  height: 400px;
  background: white url(../images/icon-ts2.png) no-repeat center 40px; }
  .ts-section1 .container > div {
    width: 780px;
    margin: 0 auto;
    padding-top: 205px;
    text-align: center; }
    .ts-section1 .container > div p {
      font-size: 18px;
      color: rgba(41, 49, 70, 0.7);
      line-height: 23px;
      padding-bottom: 22px; }

.ts-section2 {
  background: #202722; }
  .ts-section2 .container {
    height: 373px;
    position: relative;
    text-align: center; }
    .ts-section2 .container h3 {
      font-weight: 300;
      font-size: 22px;
      color: #fff;
      padding: 40px 0 20px 0; }
    .ts-section2 .container p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.5);
      line-height: 22px;
      width: 780px;
      margin: 0 auto; }
  .ts-section2 .btn {
    background: url(../images/ts-bg.png) no-repeat;
    width: 1092px;
    height: 172px;
    position: relative;
    left: -105px;
    margin-top: 35px; }
    .ts-section2 .btn:before {
      content: '';
      width: 1px;
      height: 106px;
      background: rgba(255, 255, 255, 0.1);
      position: absolute;
      top: -20px;
      left: 610px; }
    .ts-section2 .btn a {
      position: absolute;
      bottom: 7px;
      left: 417px;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      line-height: 60px;
      border: 2px solid #fff;
      border-radius: 5px;
      width: 384px;
      text-align: center;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .ts-section2 .btn a:hover {
        background: rgba(255, 255, 255, 0.1); }

.bg-content.style3 {
  background-image: url(../images/slider-bg4.jpg); }

.wd-head {
  height: 252px;
  background: url(../images/web-text.png) no-repeat right; }
  .wd-head > div {
    width: 500px;
    height: 252px;
    vertical-align: middle;
    display: table-cell;
    color: #fff; }
    .wd-head > div h3 {
      font-weight: 100;
      font-size: 40px;
      padding-bottom: 15px; }
    .wd-head > div p {
      font-size: 15px;
      line-height: 19px;
      opacity: .9;
      padding-left: 5px; }

h1.wd-title {
  font-weight: 300;
  font-size: 34px;
  color: #626a88;
  padding-bottom: 17px;
  margin-bottom: 15px;
  position: relative; }
  h1.wd-title:before {
    content: '';
    height: 1px;
    width: 140px;
    background: #eff0f3;
    position: absolute;
    bottom: 0;
    left: 0; }
  h1.wd-title span {
    display: block;
    font-size: 58px; }

p.wd-desc {
  font-size: 17px;
  color: #626a88;
  line-height: 22px; }

.wd-section1 {
  height: 357px;
  background: url(../images/wd1.png) no-repeat left; }
  .wd-section1 > div {
    height: 357px;
    width: 450px;
    position: relative;
    left: 540px;
    vertical-align: middle;
    display: table-cell; }

.wd-section3 {
  height: 359px;
  background: url(../images/wd3.png) no-repeat 100px; }
  .wd-section3 > div {
    height: 357px;
    width: 450px;
    position: relative;
    left: 470px;
    vertical-align: middle;
    display: table-cell; }

.wd-section2 .container {
  width: 1092px;
  height: 384px;
  background: whitesmoke url(../images/wd2.png) no-repeat 95%; }
  .wd-section2 .container > div {
    height: 384px;
    width: 515px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px; }
.wd-section2.wd-section4 {
  margin-bottom: 40px; }
  .wd-section2.wd-section4 .container {
    background-image: url(../images/wd4.png); }

.wd-section5 {
  padding: 10px 0 45px;
  text-align: center; }
  .wd-section5 h3 {
    font-size: 20px;
    color: #153346; }
  .wd-section5 p {
    font-size: 14px;
    color: rgba(21, 51, 70, 0.5);
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 40px;
    position: relative; }
    .wd-section5 p:before {
      content: '';
      width: 1px;
      height: 16px;
      background: #e0e1e7;
      position: absolute;
      bottom: -22px;
      left: 50%; }
  .wd-section5 .btn {
    display: inline-block;
    width: 370px;
    line-height: 63px;
    border: 3px solid #49bef3;
    border-radius: 4px;
    font-weight: 600;
    font-size: 17px;
    color: #45b4e6;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .wd-section5 .btn:hover {
      background: #49bef3;
      color: #fff; }

.bg-content.clientarea {
  background-image: url(../images/clientarea-bg.jpg); }

.clientarea-head {
  position: relative;
  height: 470px; }
  .clientarea-head .container {
    position: relative; }
  .clientarea-head .logout {
    line-height: 62px;
    height: 62px;
    background: #f24d34 url(../images/icon-logout.png) no-repeat 15px;
    border-radius: 5px;
    position: absolute;
    top: 160px;
    right: 0;
    width: 151px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-indent: 60px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .clientarea-head .logout:hover {
      background-color: #f0381c; }
  .clientarea-head .profile-menu {
    position: absolute;
    top: 160px;
    right: 160px;
    z-index: 5;
    width: 251px; }
    .clientarea-head .profile-menu .dropdown {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      z-index: 9;
      top: 40px;
      left: 0;
      width: 100%;
      background: #00b567;
      border-radius: 0 0 4px 4px;
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .clientarea-head .profile-menu .dropdown ul {
        padding: 10px 6px; }
        .clientarea-head .profile-menu .dropdown ul li {
          margin: -1px 0; }
          .clientarea-head .profile-menu .dropdown ul li a {
            display: block;
            line-height: 40px;
            padding: 0 16px;
            font-size: 15px;
            color: #fff;
            border-radius: 5px;
            position: relative;
            -webkit-transition: all 200ms;
            -moz-transition: all 200ms;
            -ms-transition: all 200ms;
            -o-transition: all 200ms;
            transition: all 200ms;
            border-bottom: 1px solid #1abd76;
            border-top: 1px solid #1abd76; }
            .clientarea-head .profile-menu .dropdown ul li a:hover {
              background: #00a35c url(../images/icon-arrow-right.png) no-repeat 95%;
              z-index: 1;
              border-color: #00b567; }
          .clientarea-head .profile-menu .dropdown ul li:first-child a {
            border-top: none; }
          .clientarea-head .profile-menu .dropdown ul li:last-child a {
            border-bottom: none; }
    .clientarea-head .profile-menu > a {
      display: block;
      line-height: 62px;
      background: #00c973;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      overflow: hidden;
      text-indent: -10px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      position: relative;
      z-index: 10; }
      .clientarea-head .profile-menu > a .arrow {
        background: #00b567;
        float: right;
        height: 62px;
        width: 47px;
        font-size: 20px;
        text-indent: 0; }
      .clientarea-head .profile-menu > a .icon {
        float: left;
        width: 50px;
        height: 62px;
        background: url(../images/icon-cark2.png) no-repeat center; }
    .clientarea-head .profile-menu:hover .dropdown {
      visibility: visible;
      opacity: 1;
      top: 59px; }
  .clientarea-head .user-profile {
    position: absolute;
    top: 160px;
    left: 0;
    height: 62px;
    line-height: 62px;
    background: rgba(0, 0, 0, 0.5);
    width: 584px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 23px;
    text-indent: 150px; }
    .clientarea-head .user-profile span {
      font-weight: 600; }
    .clientarea-head .user-profile img {
      height: 126px;
      width: 126px;
      border: 7px solid rgba(0, 0, 0, 0.2);
      border-radius: 100%;
      position: absolute;
      top: -40px;
      left: -15px; }
  .clientarea-head .clientarea-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 131px;
    background: rgba(0, 0, 0, 0.2); }
    .clientarea-head .clientarea-menu .container > ul > li {
      padding-top: 14px;
      height: 117px;
      float: left;
      margin-right: 41px;
      position: relative; }
      .clientarea-head .clientarea-menu .container > ul > li ul {
        position: absolute;
        width: 220px;
        top: 111px;
        visibility: hidden;
        opacity: 0;
        left: 0;
        background: #dbdfe4;
        padding: 6px;
        border-radius: 0 0 4px 4px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
        .clientarea-head .clientarea-menu .container > ul > li ul:before {
          content: '';
          border: 8px solid transparent;
          border-bottom-color: #d0d4d8;
          position: absolute;
          top: -16px;
          left: 56px; }
        .clientarea-head .clientarea-menu .container > ul > li ul li {
          border-bottom: 1px solid #d0d4d8; }
          .clientarea-head .clientarea-menu .container > ul > li ul li:last-child {
            border-bottom: none; }
          .clientarea-head .clientarea-menu .container > ul > li ul li a {
            display: block;
            padding: 0 15px;
            line-height: 44px;
            color: #5b6878;
            font-size: 15px;
            -webkit-transition: all 200ms;
            -moz-transition: all 200ms;
            -ms-transition: all 200ms;
            -o-transition: all 200ms;
            transition: all 200ms; }
            .clientarea-head .clientarea-menu .container > ul > li ul li a:hover {
              background: #d0d4d8; }
      .clientarea-head .clientarea-menu .container > ul > li:last-child {
        margin-right: 0; }
      .clientarea-head .clientarea-menu .container > ul > li > a {
        display: block;
        width: 132px;
        height: 103px;
        border-radius: 4px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        text-align: center;
        font-size: 15px;
        color: #fff; }
        .clientarea-head .clientarea-menu .container > ul > li > a .icon {
          height: 65px;
          display: table-cell;
          vertical-align: middle;
          width: 132px;
          padding-top: 6px; }
        .clientarea-head .clientarea-menu .container > ul > li > a:hover {
          background: rgba(0, 0, 0, 0.5); }
      .clientarea-head .clientarea-menu .container > ul > li.active > a {
        background: rgba(0, 0, 0, 0.5); }
      .clientarea-head .clientarea-menu .container > ul > li:hover ul {
        visibility: visible;
        top: 131px;
        opacity: 1;
        z-index: 99 !important; }

.tickets-content {
  margin: 40px 0;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 10px; }
  .tickets-content h3 {
    line-height: 60px;
    border-bottom: 1px solid #eef0f1;
    font-size: 21px;
    color: #454b5e;
    text-indent: 15px; }
    .tickets-content h3 .count {
      width: 23px;
      height: 23px;
      line-height: 23px;
      background: #00c973;
      border-radius: 100%;
      color: #fff;
      font-weight: 700;
      font-size: 15px;
      display: inline-block;
      text-indent: 0;
      text-align: center;
      position: relative;
      top: -2px;
      margin-left: 5px; }
    .tickets-content h3 .new-ticket {
      float: right;
      line-height: 60px;
      border-bottom: 1px solid #00c973;
      text-indent: 0;
      font-weight: 600;
      font-size: 17px;
      color: #00c973;
      padding: 0 20px 0;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms;
      border-radius: 4px 4px 0 0; }
      .tickets-content h3 .new-ticket .fa {
        font-size: 23px;
        float: left;
        margin-right: 10px;
        position: relative;
        top: 18px; }
      .tickets-content h3 .new-ticket:hover {
        background-color: #00c973;
        color: #fff; }
      .tickets-content h3 .new-ticket.active {
        background-color: #00c973;
        color: #fff; }
  .tickets-content .ticket-table {
    min-height: 200px; }

.bg-content.email {
  background-image: url(../images/slider-bg13.jpg);
  height: 688px;
  position: relative; }

.email-head {
  height: 302px;
  background: url(../images/email-icon.png) no-repeat right; }
  .email-head h3 {
    color: #fff;
    background: url(../images/title-dots.png) no-repeat bottom left;
    padding-bottom: 10px;
    font-weight: 100;
    font-size: 91px;
    position: relative;
    top: 95px; }
    .email-head h3 span {
      font-weight: 300;
      font-size: 91px; }

@-webkit-keyframes dondur {
  0% {
    background-position: 0 0; }

  50% {
    transform: scale(1.5); }

  100% {
    background-position: 0 -21px; } }
.email-packets {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  height: 172px; }
  .email-packets .slider-inner {
    height: 13px;
    background: #fff;
    border-radius: 4px;
    padding: 0 70px 0 57px;
    position: relative; }
    .email-packets .slider-inner .slider-inner-bar {
      height: 13px;
      border-radius: 4px;
      background: #00eaff;
      width: 60px;
      position: absolute;
      top: 0;
      left: 0; }
      .email-packets .slider-inner .slider-inner-bar.full {
        width: 100%; }
  .email-packets .ui-widget-content {
    height: 13px;
    border: none;
    background: #fff;
    border-radius: 4px; }
    .email-packets .ui-widget-content .ui-widget-header {
      background: #00eaff; }
    .email-packets .ui-widget-content .ui-slider-handle {
      border: none;
      background: url(../images/ui-slider-handle.png) no-repeat;
      width: 35px;
      height: 24px; }
  .email-packets .packet-tab {
    height: 132px; }
    .email-packets .packet-tab ul li {
      float: left;
      width: 12.5%;
      position: relative;
      padding-top: 37px;
      cursor: pointer;
      height: 100px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .email-packets .packet-tab ul li a {
        display: block;
        text-align: center;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        position: relative; }
        .email-packets .packet-tab ul li a .icon {
          width: 28px;
          height: 21px;
          display: block;
          margin: 10px auto;
          font-size: 25px;
          position: relative;
          top: -3px; }
        .email-packets .packet-tab ul li a:before {
          content: '';
          width: 1px;
          height: 34px;
          background: #fff;
          position: absolute;
          bottom: -45px;
          left: 50%;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
        .email-packets .packet-tab ul li a:after {
          content: '';
          width: 7px;
          height: 7px;
          background: #fff;
          border-radius: 100%;
          position: absolute;
          bottom: -14px;
          left: 50%;
          margin-left: -3px;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
      .email-packets .packet-tab ul li:nth-child(5) {
        left: -1px; }
      .email-packets .packet-tab ul li:nth-child(6) {
        left: -1px; }
      .email-packets .packet-tab ul li:nth-child(7) {
        left: -1px; }
      .email-packets .packet-tab ul li:nth-child(8) {
        left: -2px; }
      .email-packets .packet-tab ul li.active {
        padding-top: 20px; }
        .email-packets .packet-tab ul li.active a {
          color: #00eaff; }
          .email-packets .packet-tab ul li.active a .icon {
            background-position: 0 -21px;
            -webkit-animation: dondur 300ms; }
          .email-packets .packet-tab ul li.active a:before, .email-packets .packet-tab ul li.active a:after {
            background: #00eaff; }
          .email-packets .packet-tab ul li.active a:before {
            height: 50px;
            bottom: -60px; }

.email-packets-tab-content {
  background: rgba(0, 0, 0, 0.2);
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .email-packets-tab-content .container > div {
    display: none; }
    .email-packets-tab-content .container > div:first-child {
      display: block; }
  .email-packets-tab-content ul {
    padding-top: 25px; }
    .email-packets-tab-content ul li {
      float: left;
      margin-right: 25px;
      color: #fff;
      font-weight: 600;
      font-size: 17px; }
      .email-packets-tab-content ul li .icon1 {
        background: url(../images/email-icon1.png) no-repeat;
        width: 34px;
        height: 27px;
        float: left;
        margin-right: 10px; }
      .email-packets-tab-content ul li .icon2 {
        background: url(../images/email-icon2.png) no-repeat;
        width: 37px;
        height: 28px;
        float: left;
        margin-right: 10px; }
      .email-packets-tab-content ul li .icon3 {
        background: url(../images/email-icon3.png) no-repeat;
        width: 33px;
        height: 29px;
        float: left;
        margin-right: 10px; }
      .email-packets-tab-content ul li .icon4 {
        background: url(../images/email-icon4.png) no-repeat;
        width: 21px;
        height: 29px;
        float: left;
        margin-right: 10px; }
      .email-packets-tab-content ul li .content {
        float: left;
        padding-left: 10px; }
      .email-packets-tab-content ul li .top-title {
        display: block;
        font-weight: normal;
        opacity: .8;
        padding-bottom: 2px;
        font-size: 11px; }
      .email-packets-tab-content ul li .fa {
        font-size: 14px; }
  .email-packets-tab-content .buy {
    float: right;
    padding-top: 18px; }
    .email-packets-tab-content .buy a {
      float: right;
      width: 154px;
      line-height: 45px;
      border-radius: 4px;
      text-align: center;
      color: #fff;
      background: #00c973;
      font-weight: 600;
      font-size: 16px;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .email-packets-tab-content .buy a:hover {
        background: #00b064; }
    .email-packets-tab-content .buy .price {
      float: left;
      line-height: 45px;
      margin-right: 20px;
      color: #fff;
      font-size: 47px; }
      .email-packets-tab-content .buy .price .fa {
        font-size: 40px;
        color: rgba(255, 255, 255, 0.9); }

.email-section1 {
  background: #fff; }
  .email-section1 .container {
    height: 245px;
    background: url(../images/microsoft.png) no-repeat 0;
    padding-left: 200px;
    width: 800px; }
    .email-section1 .container > div {
      width: 800px;
      height: 245px;
      display: table-cell;
      vertical-align: middle;
      color: #647b87; }
      .email-section1 .container > div h3 {
        font-weight: 300;
        font-size: 26px;
        padding-bottom: 15px; }
      .email-section1 .container > div p {
        font-weight: 300;
        font-size: 15px;
        line-height: 21px; }

.email-section2 {
  height: 403px;
  background: url(../images/slider-bg12.jpg) no-repeat bottom center; }
  .email-section2 .title {
    line-height: 145px;
    font-weight: 300;
    font-size: 41px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center; }
    .email-section2 .title span {
      font-weight: normal; }
  .email-section2 ul {
    padding-top: 45px; }
    .email-section2 ul li {
      float: left;
      width: 33.3%;
      padding: 15px 0;
      color: #fff;
      font-size: 18px; }
      .email-section2 ul li .fa {
        font-size: 23px;
        margin-right: 10px; }

.bg-content.register {
  background-image: url(../images/slider-bg12.jpg);
  position: relative; }

.register-head {
  height: 150px;
  text-align: right; }
  .register-head h3 {
    padding-top: 30px;
    color: #fff;
    font-weight: 100;
    font-size: 91px;
    display: inline-block;
    padding-bottom: 10px;
    background: url(../images/oxxo-dot.png) no-repeat 317px bottom; }
    .register-head h3 span {
      font-weight: 300; }

.register-tab {
  height: 76px; }
  .register-tab li {
    float: left;
    position: relative;
    top: 9px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
    .register-tab li:first-child a {
      border-radius: 5px 0 0 0; }
    .register-tab li:last-child a {
      border-radius: 0 5px 0 0; }
    .register-tab li a {
      border: 1px solid transparent;
      border-bottom: none;
      display: block;
      line-height: 67px;
      background: rgba(0, 0, 0, 0.1);
      padding: 0 40px;
      font-weight: 500;
      font-size: 16px;
      color: #fff;
      -webkit-transition: all 200ms;
      -moz-transition: all 200ms;
      -ms-transition: all 200ms;
      -o-transition: all 200ms;
      transition: all 200ms; }
      .register-tab li a:hover {
        background: rgba(0, 0, 0, 0.2); }
    .register-tab li.active {
      top: 1px; }
      .register-tab li.active a {
        background: rgba(0, 0, 0, 0.2);
        border-color: #fff;
        height: 67px;
        padding-top: 8px; }

.register-tab-container {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #fff;
  overflow: hidden;
  padding: 20px 0 40px; }
  .register-tab-container .register-form {
    padding: 20px 0; }
    .register-tab-container .register-form > ul {
      width: 1050px;
      margin-left: -25px; }
      .register-tab-container .register-form > ul > li {
        float: left;
        padding-left: 25px;
        width: 50%;
        margin-bottom: 11px;
        box-sizing: border-box; }
        .register-tab-container .register-form > ul > li .title {
          float: left;
          width: 170px;
          line-height: 52px;
          font-weight: 500;
          font-size: 16px;
          color: #fff; }
        .register-tab-container .register-form > ul > li .input {
          height: 52px;
          padding-left: 170px;
          position: relative; }
          .register-tab-container .register-form > ul > li .input .security-image {
            position: absolute;
            top: 8px;
            right: 8px;
            width: 117px;
            height: 36px;
            background: #ddd;
            border-radius: 3px;
            text-align: center; }
            .register-tab-container .register-form > ul > li .input .security-image img {
              position: relative;
              top: 5px; }
          .register-tab-container .register-form > ul > li .input .security-image2 {
            position: absolute;
            top: 3px;
            right: 3px; }
          .register-tab-container .register-form > ul > li .input .selectboxit-container {
            display: block; }
          .register-tab-container .register-form > ul > li .input input, .register-tab-container .register-form > ul > li .input .selectboxit-container .selectboxit {
            background: #fff;
            width: 100% !important;
            box-sizing: border-box;
            height: 52px;
            line-height: 52px;
            padding: 10px 15px;
            border-radius: 4px;
            color: #556469 !important;
            font-weight: 300;
            font-size: 14px !important;
            border: none !important; }
            .register-tab-container .register-form > ul > li .input input:focus, .register-tab-container .register-form > ul > li .input .selectboxit-container .selectboxit:focus {
              box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) inset; }
          .register-tab-container .register-form > ul > li .input .selectboxit .selectboxit-option-icon-container {
            margin-left: 0; }
          .register-tab-container .register-form > ul > li .input .selectboxit-container * {
            font-weight: 300;
            font-size: 14px !important; }
          .register-tab-container .register-form > ul > li .input .selectboxit-options {
            width: 100% !important; }
          .register-tab-container .register-form > ul > li .input .selectboxit-arrow-container {
            width: 40px; }
        .register-tab-container .register-form > ul > li button {
          width: 100%;
          line-height: 52px;
          background: #00c973;
          font-weight: 700;
          font-size: 15px;
          color: #fff;
          border-radius: 4px;
          text-align: center;
          cursor: pointer;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
          .register-tab-container .register-form > ul > li button:hover {
            background: #00b064; }
        .register-tab-container .register-form > ul > li .label {
          font-weight: 500;
          font-size: 15px;
          float: right;
          margin-top: 15px;
          color: #fff !important; }
          .register-tab-container .register-form > ul > li .label span {
            top: -1px; }
          .register-tab-container .register-form > ul > li .label.checked span {
            background: #00c973; }
    .register-tab-container .register-form.style2 li {
      width: 100% !important; }
    .register-tab-container .register-form.style2 .title {
      width: 210px; }
    .register-tab-container .register-form.style2 .input {
      padding-left: 0 !important;
      float: left;
      width: 600px !important;
      margin-right: 10px; }
    .register-tab-container .register-form.style2 .button {
      width: 180px;
      float: left; }

.footer {
  background: #626a88; }
  .footer .top {
    height: 95px;
    background: #444a5f; }
    .footer .top .logo {
      position: relative;
      top: 28px; }
    .footer .top .call {
      float: right;
      padding-top: 12px;
      text-align: center; }
      .footer .top .call h3 {
        font-weight: 300;
        font-size: 35px;
        color: #fff;
        border-bottom: 1px solid #575c6f;
        padding-bottom: 10px;
        position: relative; }
        .footer .top .call h3:before {
          content: '';
          height: 1px;
          width: 94px;
          background: #fff;
          position: absolute;
          bottom: -1px;
          left: 50%;
          margin-left: -47px; }
        .footer .top .call h3:after {
          content: '';
          border: 6px solid transparent;
          border-bottom-color: #fff;
          position: absolute;
          bottom: 0px;
          left: 50%;
          margin-left: -6px; }
      .footer .top .call p {
        font-weight: 500;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.8);
        padding-top: 10px; }
  .footer .content .head {
    line-height: 70px;
    border-bottom: 1px solid #8188a0;
    height: 70px;
    font-weight: 600;
    font-size: 19px;
    color: #fff; }
    .footer .content .head .social {
      float: right; }
      .footer .content .head .social li {
        float: left; }
        .footer .content .head .social li a {
          display: block;
          padding: 0 20px;
          color: #fff;
          font-size: 18px;
          box-shadow: 0 1px 0 0 #56afe8;
          -webkit-transition: all 200ms;
          -moz-transition: all 200ms;
          -ms-transition: all 200ms;
          -o-transition: all 200ms;
          transition: all 200ms; }
          .footer .content .head .social li a .fa {
            -webkit-transition: transform 200ms;
            -moz-transition: transform 200ms;
            -ms-transition: transform 200ms;
            -o-transition: transform 200ms;
            transition: transform 200ms; }
          .footer .content .head .social li a:hover {
            background: #56afe8; }
            .footer .content .head .social li a:hover .fa {
              transform: scale(1.3); }
        .footer .content .head .social li.twitter a {
          box-shadow: 0 1px 0 0 #00eaff; }
          .footer .content .head .social li.twitter a:hover {
            background: #00eaff; }
        .footer .content .head .social li.gplus a {
          box-shadow: 0 1px 0 0 #f15f5f; }
          .footer .content .head .social li.gplus a:hover {
            background: #f15f5f; }
  .footer .content .menu {
    overflow: hidden; }
    .footer .content .menu ul {
      padding: 30px 0; }
      .footer .content .menu ul li a {
        display: block;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.8);
        padding: 7px 0;
        position: relative; }
        .footer .content .menu ul li a:before {
          content: '\f0da';
          font-family: FontAwesome;
          font-size: 11px;
          margin-right: 5px; }
        .footer .content .menu ul li a:hover {
          color: #fff; }
  .footer .content .column1 {
    float: left;
    width: 25%; }
  .footer .content .column2 {
    float: left;
    width: 75%; }
  .footer .bottom {
    line-height: 62px;
    background: #444a5f;
    font-size: 16px;
    color: #fff; }
    .footer .bottom .logo {
      float: right;
      position: relative;
      top: 11px; }
      .footer .bottom .logo img {
        display: block; }

#whmcsx .speechBubble {
    margin:50px auto;
    padding:0 25px
}

#whmcsx .clear {
    clear:both
}

#whmcsx .from-me {
    margin-right: 5px;
    min-width:500px;
    min-height:75px;
    position:relative;
    padding:10px 20px;
    color:#fff;
    background:#0B93F6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    float:right;
    word-wrap:break-word;
    margin-bottom:10px;
    line-height:24px
}

#whmcsx .from-me:before {
    content:"";
    position:absolute;
    z-index:1;
    bottom:-2px;
    right:-7px;
    height:20px;
    border-right:20px solid #0B93F6;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-left-radius: 16px;
    -webkit-transform:translate(0,-2px)
}

#whmcsx .from-me:after {
    content:"";
    position:absolute;
    z-index:1;
    bottom:-2px;
    right:-56px;
    width:26px;
    height:20px;
    background:#fff;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transform:translate(-30px,-2px)
}

#whmcsx .from-them {  
    margin-left: 5px;
    min-width:500px;
    min-height:75px;
    position:relative;
    padding:10px 20px;
    background:#E5E5EA;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color:#000;
    float:left;
    word-wrap:break-word;
    margin-bottom:10px;
    line-height:24px
}

#whmcsx .from-them:before {
    content:"";
    position:absolute;
    z-index:2;
    bottom:-2px;
    left:-7px;
    height:20px;
    border-left:20px solid #E5E5EA;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    border-bottom-right-radius: 16px;
    -webkit-transform:translate(0,-2px)
}

#whmcsx .from-them:after {
    content:"";
    position:absolute;
    z-index:3;
    bottom:-2px;
    left:4px;
    width:26px;
    height:20px;
    background:#fff;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transform:translate(-30px,-2px)
}


@-moz-document url-prefix() {
   

  #whmcsx .from-me:before {
      content:"";
      position:absolute;
      z-index:1;
      bottom:-2px;
      right:-7px;
      height:20px;
      border-right: 0 !important;
      -webkit-border-bottom-left-radius: 0 !important;
      -moz-border-radius-bottomleft: 0 !important;
      border-bottom-left-radius: 0 !important;
      -webkit-transform:translate(0,-2px);
  }

  #whmcsx .from-me:after {
      content:"";
      position:absolute;
      z-index:1;
      bottom:-2px;
      right:-56px;
      width:26px;
      height:20px;
      background:#fff;
      -webkit-border-bottom-left-radius: 0 !important;
      -moz-border-radius-bottomleft: 0 !important;
      border-bottom-left-radius: 0 !important;
      -webkit-transform:translate(-30px,-2px)
  }


  #whmcsx .from-them:before {
      content:"";
      position:absolute;
      z-index:2;
      bottom:-2px;
      left:-7px;
      height:20px;
      border-left: 0 !important;
      -webkit-border-bottom-right-radius: 0 !important;
      -moz-border-radius-bottomright: 0 !important;
      border-bottom-right-radius: 0 !important;
      -webkit-transform:translate(0,-2px)
  }

  #whmcsx .from-them:after {
      content:"";
      position:absolute;
      z-index:3;
      bottom:-2px;
      left:4px;
      width:26px;
      height:20px;
      background: none !important;
      -webkit-border-bottom-right-radius: 0 !important;
      -moz-border-radius-bottomright: 0 !important;
      border-bottom-right-radius: 0 !important;
      -webkit-transform:translate(-30px,-2px)
  }

}


#whmcsx .from-desc {
    margin:-5px 0 25px -5px;
    font:11px/14px "Segoe UI",Segoe_UI,Arial,sans-serif;
    font-weight:300!important;
    color:#728386
}


.ticketdetailscontainer {
    margin: 10px 0 20px 0;
    padding: 5px;
    background-color: #E8E8E8;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ticketdetailscontainer .detail {
    margin: 5px 0 0 0;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ticketreplybox {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ticketmsgs {
    margin: 20px 0;
    padding: 0;
    color: #000;
}
.ticketmsgs .adminheader {
    margin: 0;
    padding: 5px 10px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ticketmsgs .adminmsg {
    margin: 0 10px;
    padding: 10px 15px;
    min-height: 100px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.ticketmsgs .clientheader {
    margin: 0;
    padding: 5px 10px;
    background-color: #C0C0C0;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.ticketmsgs .clientmsg {
    margin: 0 10px;
    padding: 10px 15px;
    min-height: 100px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.ticketmsgs .clientmsg:last-child, .ticketmsgs .adminmsg:last-child {
    border-bottom: 1px solid #ccc;
}

.ticketmsgs .attachments {
    margin: 10px 0 0 0;
    padding: 5px 10px;
    width: 40%;
    background-color: #fff;
    font-size: 0.9em;
    color: #666;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

table.ticketrating {
  display: table;
  width: auto;
  border: 0;
  border-spacing: 1px; /* 2px ? */
  border-collapse: separate;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  /* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
  text-indent: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
table.ticketrating td {
  display: table-cell;
  min-width: 16px;
  line-height: 16px;
  vertical-align: inherit;
  text-align: inherit;
  padding: 0;
  border: 0;
}
table.ticketrating td.point {
    cursor: pointer;
    cursor: hand;
}
table.ticketrating td.star {
    background: url('../../../images/rating_neg.png');
    cursor: pointer;
    cursor: hand;
}
.comodo {
    float:right;
    height:30px;
    width:45px;	
}
/*
    WHMCSX OXXO Tema        |   WHMCSX OXXO Template
    Tasarım - Entegrasyon   |   Design - Integration

    WHMCSX.com
    ------------------------
    Sudo Teknoloji Ltd. Şti.
    http://sudo.co/
    ------------------------
    2015, Istanbul
*/