
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/eot/iranyekanwebbold.eot');
  src: url('../fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../fonts/woff2/iranyekanwebbold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../fonts/woff/iranyekanwebbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/eot/iranyekanweblight.eot');
  src: url('../fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../fonts/woff2/iranyekanweblight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../fonts/woff/iranyekanweblight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/eot/iranyekanwebregular.eot');
  src: url('../fonts/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../fonts/woff2/iranyekanwebregular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../fonts/woff/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/ttf/iranyekanwebregular.ttf') format('truetype');
}

/* Latin fonts (Roboto) */

@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/eot/robotobold.eot');
  src: url('../fonts/eot/robotobold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../fonts/woff2/robotobold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../fonts/woff/robotobold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/ttf/robotobold.ttf') format('truetype');
}

@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/eot/robotolight.eot');
  src: url('../fonts/eot/robotolight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../fonts/woff2/robotolight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../fonts/woff/robotolight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/ttf/robotolight.ttf') format('truetype');
}

@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/eot/robotoregular.eot');
  src: url('../fonts/eot/robotoregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('../fonts/woff2/robotoregular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('../fonts/woff/robotoregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('../fonts/ttf/robotoregular.ttf') format('truetype');
}

html {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.font-headline {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

.font-text {
    font-family: Roboto, sans-serif
}

.background-color-red {
    background-color: #d50c2d
}

.background-color-light-grey {
    background-color: #f5f5f5
}

.background-color-grey {
    background-color: #ededed
}

.background-color-black {
    background-color: #383838
}

.background-color-yellow {
    background-color: #fdc400
}

.background-color-dark-yellow {
    background-color: #e4b000
}

.background-color-dark-grey {
    background-color: #5a5a5a
}

.background-color-white {
    background-color: #fff
}

.background-color-blue {
    background-color: #1979A2
}

.background-color-dark-blue {
    background-color: #16688c
}

.background-color-transparent {
    background-color: transparent
}

.background-color-green {
    background-color: #59A219
}

.background-color-dark-green {
    background-color: #4d8c16
}

.box-shadow-default {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.text-transform-none {
    text-transform: none
}

.margin-img {
    margin: 10px 0
}

.color-red {
    color: #d50c2d
}
.color-gray{
    color:#9b9b9b;
}

.color-dark-red {
    color: #ae0a25
}

.color-white {
    color: #fff
}

.color-black {
    color: #383838
}

.color-yellow {
    color: #fdc400
}

.color-dark-yellow {
    color: #e4b000
}

.color-light-grey {
    color: #f5f5f5
}

.color-grey {
    color: #ededed
}

.color-dark-grey {
    color: #5a5a5a
}

.color-blue {
    color: #1979A2
}

.color-dark-blue {
    color: #16688c
}

.color-green {
   color: #00FF5E !important;
font-size: 13px !important;
font-weight: 500 !important;
}

.color-dark-green {
    color: #4d8c16
}

.hyphens-text {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.table-element-light {
    padding: 20px 0 20px 20px;
    background-color: #ededed;
    color: #383838;
    vertical-align: middle;
    border-bottom: solid 8px #fff
}

.table-element-dark {
    padding: 30px 0 30px 15px;
    background-color: #383838;
    color: #fff;
    border-bottom: 8px solid #fff;
    vertical-align: middle
}

.table-element-special {
    padding: 30px 0 30px 15px;
    background-color: #383838;
    color: #fff;
    border-bottom: 8px solid #fff;
    vertical-align: middle
}

.text-underline:hover {
    border-bottom: 1px #d50c2d solid
}

.gradient-light {
    background: linear-gradient(113deg, #f5f5f5, #5a5a5a)
}

.border-single-top-grey {
    border-top: 3px solid #dedede
}

.border-single-bottom-grey {
    border-bottom: 3px solid #ededed
}

.border-single-top-light-grey {
    border-top: 3px solid #f5f5f5
}

.border-single-bottom-light-grey {
    border-bottom: 3px solid #f5f5f5
}

.border-single-top-white {
    border-top: 3px solid #fff
}

.border-single-bottom-white {
    border-bottom: 3px solid #fff
}

.border-single-top-dark-grey {
    border-top: 3px solid #5a5a5a
}

.border-single-bottom-dark-grey {
    border-bottom: 3px solid #4d8c16
}

.border-top-grey-bottom-grey {
    border-top: 3px solid #dedede;
    border-bottom: 3px solid #ededed
}

.border-top-light-grey-bottom-light-grey {
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5
}

.border-top-white-bottom-white {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.border-top-dark-grey-bottom-dark-grey {
    border-top: 3px solid #5a5a5a;
    border-bottom: 3px solid #4d8c16
}

.border-black {
    border: #383838 solid 2px
}

.border-white {
    border: #fff solid 2px
}

.border-red {
    border: #d50c2d solid 2px
}

.border-grey {
    border: #dbdbdb solid 1px
}

.border-grey-1px {
    border: #5a5a5a solid 1px
}

.border-dark-grey {
    border: #4d8c16 solid 2px
}

.border-none {
    border: none
}

.border-none:active,
.border-none:focus,
.border-none:hover {
    border: none
}

.border-radius-0 {
    border-radius: 0
}

.padding-default {
    padding: 5px
}

.padding-5 {
    padding: 5px
}

.padding-10 {
    padding: 10px
}

.padding-0-0-5-0 {
    padding: 0 0 5px 0
}

.padding-0-0-10-0 {
    padding: 0 0 10px 0
}

.padding-5-0-0-0 {
    padding: 5px 0 0 0
}

.padding-20 {
    padding: 20px
}

.padding-0-20 {
    padding: 0 20px
}

.padding-50-20 {
    padding: 50px 20px
}

.padding-70-20 {
    padding: 70px 20px
}

.padding-10-20 {
    padding: 20px
}

.padding-20-0-0-0 {
    padding-top: 20px
}

.padding-30-0-0-0 {
    padding-top: 30px
}

.padding-20-5 {
    padding: 20px 5px
}

.padding-70-10-0-10 {
    padding: 70px 10px 0 10px
}

.padding-70-20-20-20 {
    padding: 70px 20px 20px 20px
}

.padding-0 {
    padding: 0
}

.padding-0-20-0-0 {
    padding-right: 20px
}

.padding-10-20 {
    padding: 10px 20px
}

.padding-30 {
    padding: 30px
}

.margin-0 {
    margin: 0
}

.margin-0-0-20-0 {
    margin-bottom: 20px
}

.margin-0-0-5-0 {
    margin-bottom: 5px
}

.margin-20-0-0-0 {
    margin-top: 20px
}

.margin-0-0-40-0 {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .margin-xs-0-0-40-0 {
        margin-bottom: 40px
    }
}

.margin-0-0-80-0 {
    margin-bottom: 80px
}

.margin-30-0-0-0 {
    margin-top: 30px
}

.margin-50-0-0-0 {
    margin-top: 50px
}

.margin-100-0-0-0 {
    margin-top: 100px
}

.text-shadow-default {
    text-shadow: 0 0 5px #000
}

.text-decoration-none {
    text-decoration: none!important
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem
}

body strong {
    font-weight: 500
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

body h1 {
    font-size: 2.3rem;
    margin: 0 0 .57em 0
}

body h2 {
    font-size: 2rem;
    margin: 0 0 .75em 0
}

body h3 {
    font-size: 1.17rem;
    margin: 0 0 .83em 0
}

body h4 {
    font-size: 1rem;
    margin: 0 0 1rem 0
}

body h5 {
    font-size: .83rem;
    margin: 0 0 1.5em 0
}

body h6 {
    font-size: .75rem;
    margin: 0 0 1.67em 0
}

body p,
body ul {
    line-height: 1.6em
}

@media (max-width:991px) {
    body h2 {
        font-size: 1.5rem
    }
}

main a {
    color: #383838;
    text-decoration: underline;
    font-weight: 500
}

main a:active,
main a:focus,
main a:hover {
    color: #d50c2d;
    text-decoration: underline
}

main a:after {
    text-decoration: underline
}

main a.link-single-internal:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 5px
}

main a.link-single-external:after {
    content: "\f08e";
    font-family: FontAwesome;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 5px;
    bottom: -1px
}

footer a {
    color: #fff
}

footer a:focus,
footer a:hover {
    color: #fff
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 500
}

.font-size-small {
    font-size: .8rem
}

.font-size-normal {
    font-size: 1rem
}

.font-size-large {
    font-size: 1.2rem
}

.font-size-large-xl {
    font-size: 1.8rem
}

.font-size-large-xxl {
    font-size: 2.8rem
}

.line-height-small {
    line-height: 1em
}

.logo {
    max-height: 50px;
    max-width: 250px
}

.logo-xs {
    width: 100px
}

.logo-footer {
    margin-top: 20px;
    max-width: 250px
}

.svg-icon {
    height: 16px
}

ul.list-header-pre-section {
    font-size: .8rem;
    margin: 0;
    position: relative
}

ul.list-header-pre-section a {
    color: #fff;
    text-decoration: none
}

ul.list-header-pre-section li:first-child {
    padding-left: 0
}

ul.list-header-pre-section.list-header-pre-section-right {
    text-align: right
}

@media (max-width:767px) {
    ul.list-header-pre-section.list-header-pre-section-right {
        text-align: center;
        margin-top: 3px
    }
}

@media (max-width:767px) {
    ul.list-header-pre-section {
        text-align: center
    }
}

.footer-pre-section {
    background-color: #d50c2d;
    padding: 20px 0 9px 0
}

.footer-pre-section .footer-pre-section-element {
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 1.2rem
}

.footer-main-section {
    padding: 60px 0 0 0;
    background-color: #383838;
    color: #fff
}

.footer-main-section ul li {
    line-height: 30px
}

.footer-main-section ul li a {
    text-decoration: none!important;
    color: #fff;
    border: none
}

.footer-main-section ul li a:active,
.footer-main-section ul li a:focus,
.footer-main-section ul li a:hover {
    border: none
}

.footer-post-section {
    background-color: #383838;
    padding: 20px 0 30px 0;
    color: #9a9a9a;
    text-align: center
}

.supplement-section {
    position: relative;
    top: -11px;
    z-index: 98
}

.supplement-section h4 {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 8px
}

.supplement-section .supplement-element-left,
.supplement-section .supplement-element-middle,
.supplement-section .supplement-element-right {
    position: absolute;
    display: inline-block
}

.supplement-section .supplement-element-left,
.supplement-section .supplement-element-right {
    width: 2%;
    height: 0
}

.supplement-section .supplement-element-left {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 14px solid #fff
}

.supplement-section .supplement-element-left.supplement-element-grey {
    border-right: 14px solid #ededed
}

.supplement-section .supplement-element-left.supplement-element-light-grey {
    border-right: 14px solid #f5f5f5
}

.supplement-section .supplement-element-left.supplement-element-red {
    border-right: 14px solid #d50c2d
}

.supplement-section .supplement-element-left.supplement-element-black {
    border-right: 14px solid #383838
}

.supplement-section .supplement-element-middle {
    background-color: #fff;
    height: 22px;
    left: 2%;
    width: 96%
}

@media (max-width:444px) {
    .supplement-section .supplement-element-middle {
        left: 3.5%;
        width: 93%
    }
}

@media (min-width:445px) and (max-width:513px) {
    .supplement-section .supplement-element-middle {
        left: 3%;
        width: 94%
    }
}

@media (min-width:514px) and (max-width:609px) {
    .supplement-section .supplement-element-middle {
        left: 2.5%;
        width: 95%
    }
}

.supplement-section .supplement-element-middle.supplement-element-grey {
    background-color: #ededed
}

.supplement-section .supplement-element-middle.supplement-element-light-grey {
    background-color: #f5f5f5
}

.supplement-section .supplement-element-middle.supplement-element-red {
    background-color: #d50c2d
}

.supplement-section .supplement-element-middle.supplement-element-black {
    background-color: #383838
}

.supplement-section .supplement-element-right {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 14px solid #fff;
    right: 0
}

.supplement-section .supplement-element-right.supplement-element-grey {
    border-left: 14px solid #ededed
}

.supplement-section .supplement-element-right.supplement-element-light-grey {
    border-left: 14px solid #f5f5f5
}

.supplement-section .supplement-element-right.supplement-element-red {
    border-left: 14px solid #d50c2d
}

.supplement-section .supplement-element-right.supplement-element-black {
    border-left: 14px solid #383838
}

.inner-content-top-out-bottom-in {
    padding: 40px 0 60px 0
}

@media (max-width:1199px) {
    .inner-content-top-out-bottom-in {
        padding: 27px 0 40px 0
    }
}

.inner-content-top-out-bottom-out {
    padding: 40px 0
}

@media (max-width:1199px) {
    .inner-content-top-out-bottom-out {
        padding: 27px 0
    }
}

.inner-content-top-in-bottom-in {
    padding: 60px 0
}

@media (max-width:1199px) {
    .inner-content-top-in-bottom-in {
        padding: 40px 0
    }
}

.inner-content-top-in-bottom-out {
    padding: 60px 0 40px 0
}

@media (max-width:1199px) {
    .inner-content-top-in-bottom-out {
        padding: 40px 0 27px 0
    }
}

.inner-content-general-info {
    padding: 40px 0 0 0
}

.inner-content-feature-info {
    padding: 10px 0 0 0
}

.inner-content-error-page {
    padding: 105px 0
}

@media (max-width:1199px) {
    .inner-content-error-page {
        padding: 40px 0
    }
}

.content-xl {
    margin: 120px 0 100px 0
}

.inner-content-xs {
    padding: 10px 0
}

.inner-content {
    padding: 30px 0
}

.inner-content-xl {
    padding: 50px 0
}

.header-content {
    padding: 100px 0
}

.transition-animation-standard {
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn:active,
.btn:focus {
    outline: 0!important
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    line-height: 1.6em
}

.btn {
    text-decoration: none;
    border: 0;
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

.btn.btn-white-light {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-white-light:hover {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-white-light:active {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px rgba(255, 255, 255, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-white-light:focus {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px rgba(255, 255, 255, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-white {
    color: #383838;
    background-color: #fff;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-white:hover {
    background-color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-white:active {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-white:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black-light {
    color: #383838;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #383838;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black-light:hover {
    color: #4c4c4c;
    box-shadow: inset 0 0 0 2px #4c4c4c;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black-light:active {
    box-shadow: inset 0 0 0 2px #4c4c4c, 0 0 0 2px rgba(56, 56, 56, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black-light:focus {
    box-shadow: inset 0 0 0 2px #4c4c4c, 0 0 0 2px rgba(56, 56, 56, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black {
    color: #fff;
    background-color: #383838;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black:hover {
    background-color: #4c4c4c;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black:active {
    box-shadow: 0 0 0 2px rgba(56, 56, 56, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-black:focus {
    box-shadow: 0 0 0 2px rgba(56, 56, 56, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey-light {
    color: #f5f5f5;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #f5f5f5;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey-light:hover {
    color: #ededed;
    box-shadow: inset 0 0 0 2px #ededed;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey-light:active {
    box-shadow: inset 0 0 0 2px #ededed, 0 0 0 2px rgba(245, 245, 245, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey-light:focus {
    box-shadow: inset 0 0 0 2px #ededed, 0 0 0 2px rgba(245, 245, 245, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey {
    color: #383838;
    background-color: #f5f5f5;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey:hover {
    background-color: #ededed;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey:active {
    box-shadow: 0 0 0 2px rgba(245, 245, 245, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-grey:focus {
    box-shadow: 0 0 0 2px rgba(245, 245, 245, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red-light {
    color: #d50c2d;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #d50c2d;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red-light:hover {
    color: #ae0a25;
    box-shadow: inset 0 0 0 2px #ae0a25;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red-light:active {
    box-shadow: inset 0 0 0 2px #ae0a25, 0 0 0 2px rgba(213, 12, 45, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red-light:focus {
    box-shadow: inset 0 0 0 2px #ae0a25, 0 0 0 2px rgba(213, 12, 45, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red {
    color: #fff;
    background-color: #d50c2d;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red:hover {
    background-color: #ae0a25;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red:active {
    box-shadow: 0 0 0 2px rgba(213, 12, 45, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-red:focus {
    box-shadow: 0 0 0 2px rgba(213, 12, 45, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

/*.btn.btn-yellow-light {
    color: #fdc400;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fdc400;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-yellow-light:hover {
    color: #e4b000;
    box-shadow: inset 0 0 0 2px #e4b000;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-yellow-light:active {
    box-shadow: inset 0 0 0 2px #e4b000, 0 0 0 2px rgba(253, 196, 0, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-yellow-light:focus {
    box-shadow: inset 0 0 0 2px #e4b000, 0 0 0 2px rgba(253, 196, 0, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-yellow {
    color: #383838;
    background-color: #fdc400;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-yellow:hover {
    background-color: #e4b000;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-yellow:active {
    box-shadow: 0 0 0 2px rgba(253, 196, 0, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-yellow:focus {
    box-shadow: 0 0 0 2px rgba(253, 196, 0, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}*/

.btn.btn-green-light {
    color: #59A219;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #59A219;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-green-light:hover {
    color: #4d8c16;
    box-shadow: inset 0 0 0 2px #4d8c16;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-green-light:active {
    box-shadow: inset 0 0 0 2px #4d8c16, 0 0 0 2px rgba(89, 162, 25, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-green-light:focus {
    box-shadow: inset 0 0 0 2px #4d8c16, 0 0 0 2px rgba(89, 162, 25, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-green {
    color: #fff;
    background-color: #59A219;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-green:hover {
    background-color: #4d8c16;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-green:active {
    box-shadow: 0 0 0 2px rgba(89, 162, 25, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-green:focus {
    box-shadow: 0 0 0 2px rgba(89, 162, 25, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue-light {
    color: #1979A2;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #1979A2;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue-light:hover {
    color: #16688c;
    box-shadow: inset 0 0 0 2px #16688c;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue-light:active {
    box-shadow: inset 0 0 0 2px #16688c, 0 0 0 2px rgba(25, 121, 162, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue-light:focus {
    box-shadow: inset 0 0 0 2px #16688c, 0 0 0 2px rgba(25, 121, 162, .2);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue {
    color: #fff;
    background-color: #1979A2;
    box-shadow: none;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue:hover {
    background-color: #16688c;
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue:active {
    box-shadow: 0 0 0 2px rgba(25, 121, 162, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.btn.btn-blue:focus {
    box-shadow: 0 0 0 2px rgba(25, 121, 162, .4);
    transition: all .2s;
    -webkit-transition: all .2s
}

.box-pre-gradient:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -30px;
    bottom: 100%;
    width: 100%;
    height: 45px;
    left: -10%;
    right: -10%;
    background: -webkit-radial-gradient(60% 100%, ellipse cover, rgba(0, 0, 0, .2), rgba(97, 97, 97, 0) 50%)
}

.box-post-gradient {
    position: relative
}

.box-post-gradient:after {
    content: "";
    position: absolute;
    z-index: -4;
    top: 100%;
    bottom: 0;
    width: 100%;
    height: 55px;
    left: -10%;
    right: -10%;
    background: -webkit-radial-gradient(60% -3%, ellipse cover, rgba(0, 0, 0, .2), rgba(97, 97, 97, 0) 50%)
}

a:focus {
    text-decoration: none
}

.table-products thead {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

.table-products thead tr th {
    padding: 30px 0 30px 15px;
    background-color: #383838;
    color: #fff;
    border-bottom: 8px solid #fff;
    vertical-align: middle
}

.table-products thead tr th .price {
    text-align: right;
    padding-right: 20px
}

.table-products thead tr td {
    padding: 30px 0 30px 15px;
    background-color: #383838;
    color: #fff;
    border-bottom: 8px solid #fff;
    vertical-align: middle
}

tbody{
    font-family: iranyekan, sans-serif;
    direction: rtl;
}
.table-products tbody tr.product-normal {
    font-family: Roboto, sans-serif
}

.table-products tbody tr.product-normal th {
    padding: 20px 0 20px 20px;
    background-color: #ededed;
    color: #383838;
    vertical-align: middle;
    border-bottom: solid 8px #fff;
    max-width: 200px
}

.table-products tbody tr.product-normal td {
    padding: 20px 0 20px 20px;
    background-color: #ededed;
    color: #383838;
    vertical-align: middle;
    border-bottom: solid 8px #fff;
    max-width: 200px
}

.table-products tbody tr.product-normal td .price {
    text-align: right;
    padding-right: 20px
}

.table-products tbody tr.product-normal td .price h5 {
    font-weight: 500;
    font-size: 1.8rem
}

.table-products tbody tr.product-normal td .price .price-addition {
    clear: both;
    text-align: right;
    font-size: .8rem;
    padding: 0 0 10px 0
}

.table-products tbody tr.product-special {
    font-family: Roboto, sans-serif
}

.table-products tbody tr.product-special th {
    padding: 30px 0 30px 15px;
    background-color: #383838;
    color: #fff;
    border-bottom: 8px solid #fff;
    vertical-align: middle;
    max-width: 200px
}

.table-products tbody tr.product-special td {
    padding: 30px 0 30px 15px;
    background-color: #383838;
    color: #fff;
    border-bottom: 8px solid #fff;
    vertical-align: middle;
    max-width: 200px
}

.table-products tbody tr.product-special td .price {
    text-align: right;
    padding-right: 20px
}

.table-products tbody tr.product-special td .price h5 {
    color: #fdc400;
    font-weight: 500;
    font-size: 1.8rem
}

.table-products tbody tr.product-special td .price .price-addition {
    clear: both;
    text-align: right;
    font-size: .8rem;
    padding: 0 0 10px 0
}

@media (max-width:767px) {
    .align-sm-center {
        margin: 0 auto
    }
    .text-xs-center {
        text-align: center
    }
}

@media (min-width:768px) and (max-width:991px) {
    .text-sm-center {
        text-align: center
    }
    .align-sm-center {
        margin: 0 auto
    }
}

.trust-icons {
    width: 100%
}

.trust-icons li {
    width: 16%
}

.social-media-icon-facebook,
.social-media-icon-youtube {
    color: #fff
}

li.social-icons {
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly
}

@media (max-width:991px) {
    li.social-icons {
        justify-content: flex-start
    }
    li.social-icons a {
        margin-right: 5px
    }
}

li.social-icons a {
    display: inline-block;
    min-width: 32px
}

@media (max-width:767px) {
    li.social-icons {
        margin-top: 20px
    }
}

.big-icon {
    font-size: 7rem
}

.pagination>li>a,
.pagination>li>span {
    font-weight: 500;
    background-color: #f5f5f5;
    color: #383838;
    border: none
}

.pagination>li>a:active,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:active,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border: none
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #383838;
    text-decoration: underline
}

.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #d50c2d
}

#promo-block {
    position: relative;
    background: #d50c2d;
    padding: 19px 0 14px 0;
    z-index: 3
}

#promo-block .promo-entry {
    padding: 0 50px
}

#promo-block .promo-entry .promo-text {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    display: inline-block;
    color: #fff;
    vertical-align: middle
}

#promo-block .promo-entry .promo-text a {
    color: #ededed;
    text-decoration: underline
}

#promo-block .promo-hide {
    cursor: pointer;
    font-size: .8rem;
    color: #fff
}

.swiper-container {
    background: 0 0
}

.dl-horizontal {
    margin: 10px 0
}

.price-offer h4 {
    font-size: 3rem;
    font-weight: 500;
    margin: 0
}

.config-panel-section {
    background-color: #fff;
    border: #5a5a5a solid 1px;
    width: 100%;
    display: table;
    table-layout: fixed
}

.config-panel-section-not-first {
    background-color: #fff;
    border: #5a5a5a solid 1px;
    border-top: 0;
    width: 100%;
    display: table;
    table-layout: fixed
}

.config-panel-element-left {
    padding: 20px;
    display: table-cell
}

.config-panel-element {
    padding: 20px;
    display: table-cell
}

.config-panel-element-right {
    background-color: #f5f5f5;
    border: #5a5a5a solid 1px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    padding: 20px;
    display: table-cell
}

.config-panel {
    background-color: #fff;
    padding: 20px;
    border: #5a5a5a solid 1px
}

.config-panel-border-top-0 {
    background-color: #fff;
    padding: 20px;
    border: #5a5a5a solid 1px;
    border-top: 0
}

.panel-group {
    margin-bottom: 5px
}

.panel-group .panel {
    box-shadow: none
}

.panel-group .panel-default {
    border: none
}

.panel-group .panel-default .panel-heading {
    background-color: #fff;
    color: #383838;
    border: none;
    padding: 20px 15px
}

.panel-group .panel-body {
    background-color: #f5f5f5
}

.text-link {
    color: #383838
}

.figure-default {
    text-align: center
}

@media (max-width:991px) {
    .figure-default {
        margin-bottom: 40px
    }
}

.info-box {
    text-align: center;
    background-color: #fff
}

.info-box.info-box-with-icon {
    margin-top: 70px
}

.info-box.info-box-with-icon .info-box-content {
    line-height: 1.6em;
    padding: 70px 20px 20px 20px
}

@media (min-width:768px) and (max-width:991px) {
    .info-box.info-box-with-icon .info-box-content {
        min-height: 200px
    }
    .info-box.info-box-with-icon .info-box-content.info-box-content-cta {
        min-height: 0
    }
    .info-box.info-box-with-icon .info-box-content.info-box-content-support {
        min-height: 260px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .info-box.info-box-with-icon .info-box-content {
        min-height: 170px
    }
    .info-box.info-box-with-icon .info-box-content.info-box-content-support {
        min-height: 260px
    }
    .info-box.info-box-with-icon .info-box-content.info-box-content-startpage {
        min-height: 246px;
        padding: 70px 10px 20px 10px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

@media (min-width:1200px) {
    .info-box.info-box-with-icon .info-box-content {
        min-height: 230px
    }
    .info-box.info-box-with-icon .info-box-content.info-box-content-support {
        min-height: 260px
    }
}

.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3>a {
    text-decoration: none
}

.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3>a:active,
.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3>a:focus,
.info-box.info-box-with-icon .info-box-content.info-box-content-startpage h3>a:hover {
    color: #383838
}

.info-box.info-box-with-icon .info-box-icon-container {
    position: relative;
    display: block
}

.info-box.info-box-with-icon .info-box-icon-container .info-box-icon {
    left: 50%;
    top: -55px;
    position: absolute;
    display: inline-block
}

.info-box.info-box-with-icon .info-box-icon-container .info-box-icon img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-left: -50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.info-box.info-box-with-icon .info-box-icon-container .info-box-icon img:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.info-box.info-box-with-icon .info-box-icon-container .info-box-icon img.hover-none:hover {
    box-shadow: none;
    transition: none
}

.info-box.info-box-with-border-top {
    border-top: 3px solid #dedede
}

.info-box .info-box-pre {
    text-align: center;
    color: #fff;
    background-color: #383838;
    padding: 10px
}

.info-box .info-box-pre h4 {
    font-size: 1.2rem;
    margin: 0
}

.info-box .info-box-content {
    padding: 20px
}

.info-box .info-box-ref {
    color: #fff;
    padding: 17px 20px;
    background-color: #383838
}

.info-box .info-box-ref .info-box-price {
    padding: 0 0 10px 0;
    color: #fdc400;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1em
}

.info-box .info-box-ref .info-box-price span {
    font-size: .8rem;
    margin-left: -10px
}

.info-box .info-box-ref.info-box-ref-small {
    padding: 10px
}

.img-hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.img-hover:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.startpage-header {
    background-color: #383838;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0 141px 0
}

@media (min-width:768px) and (max-width:1199px) {
    .startpage-header {
        padding: 50px 0 61px 0
    }
}

@media (max-width:767px) {
    .startpage-header {
        padding: 35px 0 46px 0
    }
}

ul.list-big-headlines li {
    text-shadow: 0 0 5px #000;
    font-size: 1.8rem;
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

ul.list-big-headlines li:nth-child(odd) {
    font-weight: 300
}

ul.list-big-headlines li:nth-child(odd) h1,
ul.list-big-headlines li:nth-child(odd) h2 {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 300;
    line-height: .9em
}

ul.list-big-headlines li:nth-child(odd) h1.headline-single,
ul.list-big-headlines li:nth-child(odd) h2.headline-single {
    font-weight: 400
}

ul.list-big-headlines li:nth-child(even) {
    font-weight: 500
}

@media (max-width:767px) {
    ul.list-big-headlines li {
        font-size: 1rem
    }
    ul.list-big-headlines li:nth-child(odd) h1,
    ul.list-big-headlines li:nth-child(odd) h2 {
        font-size: 1.2rem
    }
}

.page-header-with-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0
}

.page-header-icon {
    max-width: 130px
}

.page-header-icon[src$=".png"] {
    max-width: 100%
}

.header-background-image {
    background-color: #383838;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 81px 0
}

@media (min-width:768px) and (max-width:1199px) {
    .header-background-image {
        padding: 40px 0 51px 0
    }
}

@media (max-width:767px) {
    .header-background-image {
        padding: 25px 0 36px 0
    }
}

.background-image-cta-server-auction {
    background: #fff url(../images/cta/server-auction.jpg) no-repeat left;
    background-size: cover
}

.background-image-cta-domain {
    background: #fff url(../images/cta/domain-search.jpg) no-repeat left;
    background-size: cover
}

hr {
    margin: 0
}

.hr-dark {
    background-color: #5a5a5a;
    height: 2px;
    border-top: 0;
    border-bottom: 0
}

.hr-grey {
    background-color: #ededed;
    height: 2px;
    border-top: 0;
    border-bottom: 0
}

.hr-light {
    background: #fff;
    height: 2px;
    border-top: 0;
    border-bottom: 0
}

.blog-preview {
    margin-bottom: 20px
}

.blog-preview .blog-preview-content {
    padding: 20px;
    color: #fff
}

.blog-preview small {
    font-weight: 500
}

.blog-preview a {
    color: #fff;
    cursor: pointer
}

blockquote {
    font-style: italic
}

.blockquote-light {
    border-left: 2px solid #f5f5f5
}

.blockquote-dark {
    border-left: 3px solid grey
}

a.link-color-white {
    color: #fff
}

a.link-color-white:hover {
    color: #fff;
    text-decoration: underline
}

a.link-color-white:active {
    color: #fff;
    text-decoration: underline
}

a.link-color-white:focus {
    color: #ededed;
    text-decoration: underline
}

.link-color-red {
    color: #d50c2d
}

.link-color-red:hover {
    color: #ae0a25
}

.link-color-green {
    color: #59A219
}

.link-color-green:active,
.link-color-green:hover {
    color: #4d8c16
}

.lead {
    font-weight: 400
}

.lead-xl {
    font-size: 1.8rem
}

small {
    font-size: .8rem
}

blockquote {
    font-size: 1rem
}

pre {
    font-size: .8rem
}

.vcenter {
    vertical-align: middle
}

.label {
    padding: 3px 7px;
    font-weight: 500
}

.label-blue {
    background-color: #1979A2
}

.label-red {
    background-color: #d50c2d
}

.label-yellow {
    background-color: #fdc400
}

.label-green {
    background-color: #59A219
}

.label-black {
    background-color: #383838
}

.label-black-light {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #383838;
    color: #383838
}

@media (min-width:768px) {
    .clippath-up {
        clip-path: polygon(0 0, 0 0, 100% 0, 90% 0, 100% 100%, 0 100%, 0 100%);
        padding-right: 75px
    }
}

@media (min-width:768px) {
    .clippath-down {
        clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 94% 100%, 0 100%, 0 100%)
    }
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0
}

.operating-system {
    margin: 0 7px
}

.list-element-features {
    padding: 5px
}

.list-element-features a {
    color: #d50c2d
}

.list-element-features a:hover {
    border-bottom: 1px #d50c2d solid
}

.list-element-features figure>i {
    font-size: 4rem;
    color: #666
}

.list-element-features span {
    font-weight: 500;
    font-size: .8rem
}

.tooltip-icon {
    color: #383838
}

.topbar-nav {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px
}

.topbar-nav .topbar-nav-header {
    padding: 11px 20px;
    background-color: #383838
}

.topbar-nav .topbar-nav-header h3 {
    color: #fff;
    margin: 0
}

.topbar-nav .topbar-nav-content-container {
    border-right: 2px solid #ededed
}

.topbar-nav .topbar-nav-content-container.last,
.topbar-nav .topbar-nav-content-container.search-bar {
    border-right: none
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content {
    padding: 15px 20px
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content .form-group {
    margin: 0
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box {
    margin-bottom: 20px
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box.last {
    margin-bottom: 0
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box h4 {
    margin-bottom: 10px
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box form.form-topbar-slider-box-checkbox .checkbox {
    margin: 0 10px 10px 0;
    padding-left: 8px;
    line-height: 1.6em;
    display: inline-block
}

@media (min-width:992px) and (max-width:1199px) {
    .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box form.form-topbar-slider-box-checkbox .checkbox {
        font-size: .8rem
    }
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box .irs-with-grid {
    height: 60px
}

.topbar-nav .topbar-nav-content-container .topbar-nav-content.last {
    border-top: 2px solid #ededed;
    background-color: #f5f5f5
}

@media (max-width:767px) {
    .topbar-nav .topbar-nav-content-container {
        border: none
    }
    .topbar-nav .topbar-nav-content-container:first-child {
        padding-top: 10px
    }
    .topbar-nav .topbar-nav-content-container.search-bar>:last-child {
        padding: 20px
    }
    .topbar-nav .topbar-nav-content-container .topbar-nav-content {
        padding: 0 20px 0 20px
    }
    .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box {
        margin-bottom: 0
    }
    .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box h4 {
        margin-bottom: 5px
    }
    .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box form.form-topbar-slider-box-checkbox {
        margin-top: 10px
    }
    .topbar-nav .topbar-nav-content-container .topbar-nav-content .topbar-slider-box .form-group>select {
        margin-bottom: 20px
    }
}

.sidebar-nav {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px
}

.sidebar-nav .sidebar-nav-header {
    padding: 11px 20px;
    background-color: #383838
}

.sidebar-nav .sidebar-nav-header h3 {
    color: #fff;
    margin: 0
}

.sidebar-nav .sidebar-nav-content {
    padding: 15px 20px
}

.sidebar-nav .sidebar-nav-content .checkbox {
    padding-left: 8px;
    line-height: 1.6em
}

.sidebar-nav .sidebar-nav-content .form-group {
    margin: 0
}

.sidebar-benefits {
    background-color: #fff;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    padding: 20px
}

@media (max-width:767px) {
    .sidebar-benefits {
        margin: 0 0 20px 0
    }
}

.sidebar-benefits ul.list-benefits {
    margin: 0;
    padding-left: 20px
}

.sidebar-benefits ul.list-benefits li {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 5px
}

.sidebar-benefits ul.list-benefits li:last-child {
    margin-bottom: 0
}

.sidebar-benefits ul.list-benefits li:before {
    left: 37px;
    content: "\f05d";
    font-family: FontAwesome;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    color: #59A219
}

.min-height-280 {
    min-height: 280px
}

.min-height-100 {
    min-height: 100px
}

.min-height-165 {
    min-height: 165px
}

.min-height-325 {
    min-height: 325px
}

.icon-award {
    width: 30%
}

.svg-icon-width-100 {
    width: 100px
}

.no-wrap {
    white-space: nowrap
}

.video-youtube {
    width: 100%;
    min-height: 315px
}

.radio-button-section input[type=radio] {
    display: none
}

.radio-button-section label {
    cursor: pointer;
    display: inline-block;
    color: #383838;
    border: #dbdbdb solid 1px;
    width: 30%;
    font-size: .8rem
}

.radio-button-section input[type=radio]:checked+label {
    background-color: #383838;
    color: #fff
}

.list-color-white li,
.list-color-white li>a {
    color: #fff
}

.accordion-header {
    cursor: pointer
}

.accordion-header:focus {
    outline: 0
}

.ui-accordion-content-active,
.ui-accordion-header-collapsed {
    margin-bottom: 5px
}

.nav-tabs{
    background-color: #ffffff !important;
}
.navbar-default {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    border-bottom: none
}

.navbar-logo {
    height: 100%
}

.navbar-brand {
    height: 60px
}

.navbar-fixed-top {
    min-height: 80px
}

.accordion-header span.ui-accordion-header-icon {
    color: #383838;
    display: inline;
    float: right
}

.collapse-wrapper {
    cursor: pointer
}

.box-shadow-red-border-bottom {
    background-color: #f5f5f5
}

.box-shadow-red-border-bottom:active {
    box-shadow: none;
    background-color: #ededed
}

.border-card {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px
}

.list-sidebar-navigation {
    margin: 0
}

.list-sidebar-navigation li.list-sidebar-navigation-item {
    margin: 0 0 3px 0
}

.list-sidebar-navigation li.list-sidebar-navigation-item:last-child {
    margin: 0
}

.list-sidebar-navigation li.list-sidebar-navigation-item a {
    text-decoration: none;
    font-weight: 400
}

.list-sidebar-navigation li.list-sidebar-navigation-item a:hover {
    text-decoration: underline
}

.list-sidebar-navigation li.list-sidebar-navigation-item a.link-active {
    font-weight: 500;
    color: #d50c2d
}

.list-card {
    margin: 0
}

.list-card li {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 3px 0
}

.list-card li:last-child {
    margin: 0
}

.list-card li.additional-info h4 {
    color: #59A219
}

.list-card li.additional-info p {
    font-style: italic;
    color: #5a5a5a
}

.list-card li.additional-info p:last-child {
    margin: 0
}

#fb-root {
    display: none
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100%!important
}

@media (max-width:768px) {
    .img-responsive-xs {
        width: 100%
    }
}

.box-shadow-none {
    box-shadow: none!important
}

.box-shadow-none:active,
.box-shadow-none:focus,
.box-shadow-none:hover {
    box-shadow: none!important
}

.figure-article {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    font-size: .8rem
}

.figure-article figcaption {
    padding: 10px 20px;
    background-color: #f5f5f5
}

.figure-article-2 {
    font-size: .8rem
}

@media (min-width:992px) {
    .figure-article-2 {
        max-width: 300px;
        margin: 0 0 20px 20px
    }
}

.figure-article-2 figcaption {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    line-height: 1.4em;
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 3px solid #ededed
}

main {
    margin-top: 90px
}

@media (max-width:767px) {
    main {
        margin-top: 114px
    }
}

.navbar-default {
    background-color: #fff
}

.navbar-logo {
    height: 100%
}

.navbar-brand {
    height: 60px
}

.navbar-fixed-top {
    min-height: 60px
}

.navbar-nav>li>a {
    padding: 0 10px;
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-transform: none;
    line-height: 61px
}

@media (max-width:767px) {
    .navbar-nav>li>a {
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

#header-pre-section {
    background-color: #383838;
    padding: 5px;
    display: table;
    width: 100%
}

nav.shrink #header-pre-section {
    display: none
}

.height-100 {
    min-height: 100%;
    height: 100%
}

.vertical-align-middle {
    vertical-align: middle;
    display: table-cell
}

.max-width-100 {
    max-width: 100px
}

.breadcrumb-1 {
    color: #fff
}

.nopadding-nomargin {
    padding: 0!important;
    margin: 0!important
}

.dropdown-menu-element-info-box {
    background-color: #5a5a5a;
    padding: 5px 10px;
    color: #f5f5f5;
    font-size: .8rem;
    line-height: 1.6em;
    font-style: italic
}

table.product-overview {
    background-color: #fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #E3E3EC;
    border-collapse: collapse;
    border-spacing: 0;
    direction:rtl;
}

table.product-overview thead tr th {
    border: 1px solid #696969;
    padding: 12px 20px;
    background-color: #5a5a5a;
    color: #fff;
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

table.product-overview thead tr th:nth-child(n+2) {
    text-align: center
}

table.product-overview thead tr th:nth-child(n+2) a {
    color: #fff
}

table.product-overview tbody tr:last-child {
    border: none
}

table.product-overview tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

table.product-overview tbody tr td {
    border-top: 1px solid #E3E3EC;
    font-weight: 400;
    padding: 12px 10px;
    font-size: 12px;
}

table.product-overview tbody tr td:nth-child(n+2) {
    font-weight: 400;
    border-right: 1px solid #E3E3EC;
    text-align: center
}

table.product-overview tbody tr td:nth-child(n+2) p,
table.product-overview tbody tr td:nth-child(n+2) ul {
    font-size: 14px;
    margin: 0
}

table.product-overview-card {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table;
    table-layout: fixed;
    width: 86.5%;
    border-collapse: separate;
    border: 1px solid #E3E3EC;
}

table.product-overview-card thead tr th {
    line-height: 1em;
    border-left: 1px solid #696969;
    padding: 12px 10px;
    background-color: #5a5a5a;
    color: #fff;
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500
}

table.product-overview-card thead tr th:nth-child(n+2) {
    text-align: center
}

table.product-overview-card thead tr th:nth-child(n+2) a {
    color: #fff;
    text-decoration: none
}

table.product-overview-card thead tr th:nth-child(n+2) a:hover {
    color: #fdc400
}

table.product-overview-card thead tr th:nth-child(n+2) a:active {
    color: #e4b000
}

table.product-overview-card thead tr th:nth-child(2) {
    border-left: 1px solid #E3E3EC
}

table.product-overview-card thead tr th:nth-child(odd) {
    background-color: #383838
}

table.product-overview-card thead tr th:nth-child(odd):first-child {
    background-color: #ededed;
    border: none
}

table.product-overview-card thead tr th:last-child {
    border-right: 1px solid #E3E3EC
}

table.product-overview-card thead tr.row-product-new th {
    border-left: 1px solid transparent;
    background-color: transparent;
    padding: 0;
    vertical-align: bottom
}

table.product-overview-card thead tr.row-product-new th:last-child {
    border-right: 1px solid transparent
}

table.product-overview-card thead tr.row-product-new th .product-matrix-addon {
    padding: 6px 0 5px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: none;
    font-family: Roboto, sans-serif;
    font-size: .8em
}

table.product-overview-card thead tr.row-product-new th .product-matrix-addon.addon-red {
    background-color: #d50c2d
}

table.product-overview-card thead tr.row-product-new th .product-matrix-addon.addon-green {
    background-color: #59A219
}

table.product-overview-card thead tr.row-product-new th .product-matrix-addon.addon-yellow {
    background-color: #fdc400;
    color: #383838
}

table.product-overview-card thead tr.row-product-new th:last-child .product-new {
    margin-right: 1px
}

table.product-overview-card tbody tr td {
    background-color: #fff;
    padding: 10px 5px;
    border-left: 1px solid #E3E3EC;
    text-align: center
}

table.product-overview-card tbody tr td .price-starting-at {
    font-size: .8rem;
    font-weight: 500
}

table.product-overview-card tbody tr td .matrix-price {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1em;
    white-space: nowrap
}

table.product-overview-card tbody tr td .matrix-price-container {
    margin-bottom: 11px;
    margin-top: 5px
}

table.product-overview-card tbody tr td:first-child {
    background-color: #ededed;
    border: none
}

table.product-overview-card tbody tr td:last-child {
    border-right: 1px solid #E3E3EC
}

table.product-overview-card tbody tr td.price-additional {
    color: #383838;
    font-weight: 500;
    font-size: 12px;
}

table.product-overview-card tbody tr td.price-additional.special-offer {
    padding: 0
}

table.product-overview-card tbody tr td.price-additional.special-offer .old-setup-fee {
    text-decoration: line-through;
    font-size: .8rem
}

table.product-overview-card tbody tr td.price-additional.special-offer .old-setup-fee {
    text-decoration: line-through
}

table.product-overview-card tbody tr td.price-additional.special-offer .no-setup-fee {
    background-color: #59A219;
    padding: 10px 5px;
    color: #fff;
    margin-top: 5px;
    font-size: .8rem
}

@media (min-width:992px) and (max-width:1199px) {
    table.product-overview-card tbody tr td.price-additional.special-offer .no-setup-fee {
        font-size: 10px
    }
}

table.product-overview-card tbody tr td.price-additional.datacenter-location {
    border-bottom: 1px solid #E3E3EC
}

table.product-overview-card tbody tr td.price-additional.datacenter-location .flag-container span {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .2);
    margin-right: 0;
    cursor: default
}

table.product-overview-card tbody tr td.price-additional.datacenter-location .flag-container span:not(:first-child) {
    margin-left: 5px
}

table.product-overview-card tbody tr td .product-indicator {
    font-size: 12px;
    margin: 5px 0 0 0
}

@media (max-width:1199px) {
    table.product-overview-card tbody tr td .product-indicator {
        font-size: .7rem
    }
}

table.product-overview-card tbody tr td .product-indicator a {
    cursor: pointer
}

table.product-overview-card tbody tr td .product-indicator.product-indicator-first {
    margin: 0
}

table.product-overview-card tbody tr td .product-indicator.product-indicator-text {
    margin: 0 0 5px 0
}

table.product-overview-card tbody tr td .duration {
    font-size: 12px;
    line-height: 1em;
    padding-bottom: 5px
}

table.product-overview-card tbody tr td .duration:last-child {
    padding-bottom: 0
}

table.product-overview-card tbody tr td.details {
    padding-top: 0
}

table.product-overview-card tbody tr:nth-child(2) td {
    padding: 0 5px 10px 5px;
    border-bottom: 1px solid #E3E3EC
}

table.product-overview-card tbody tr:nth-child(2) td:first-child {
    border-bottom: none
}

button.collapse-container-button {
    color: #fff;
    outline: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 11px 20px;
    background-color: #383838;
    border-top: 1px solid #444;
    border-radius: 0
}

button.collapse-container-button:hover {
    background-color: #444;
    cursor: pointer
}

button.collapse-container-button:active {
    background-color: #5a5a5a
}

button.collapse-container-button span.collapse-icon-right {
    line-height: 1em
}

button.collapse-container-button span.collapse-icon-right:after {
    font-family: FontAwesome;
    content: "\f053"
}

button.collapse-container-button span.collapse-icon-right.collapse-icon-small {
    font-size: .8rem
}

button.collapse-container-button span.headline {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    text-align: right;
    display: block;
    line-height: 1em
}

button.collapse-container-button span.headline.headline-small {
    font-size: .8rem
}

button.collapse-container-button.collapse-container-white {
    background-color: #fff;
    color: #383838
}

button.collapse-container-button:first-child {
    border-top: none
}

button.collapse-container-button[aria-expanded=true] span.collapse-icon-right:after {
    font-family: FontAwesome;
    content: "\f078"
}

.collapse-container,
.matrix-pre-section {
    border-top: 1px solid #444;
    background-color: #383838;
    padding: 11px 20px;
    color: #fff
}

.collapse-container:hover,
.matrix-pre-section:hover {
    background-color: #444;
    cursor: pointer
}

.collapse-container:active,
.matrix-pre-section:active {
    background-color: #5a5a5a
}

.collapse-container .collapse-icon-right,
.collapse-container span,
.matrix-pre-section .collapse-icon-right,
.matrix-pre-section span {
    line-height: 1em
}

.collapse-container .collapse-icon-right:after,
.matrix-pre-section .collapse-icon-right:after {
    font-family: FontAwesome;
    content: "\f054"
}

.collapse-container.collapse-container-white,
.matrix-pre-section.collapse-container-white {
    border: 0;
    background-color: #fff;
    color: #383838
}

.collapse-container h3,
.matrix-pre-section h3 {
    font-size: 1rem;
    margin: 0
}

.collapse-container[aria-expanded=true] .collapse-icon-right:after {
    font-family: FontAwesome;
    content: "\f078"
}

table.table-list {
    margin: 0
}

table.table-list thead>tr>th {
    background-color: #5a5a5a;
    color: #fff;
    text-align: center
}

table.table-list thead>tr>th:first-child {
    text-align: right
}

table.table-list tbody>tr>td {
    text-align: center
}

table.table-list tbody>tr>td:first-child {
    text-align: right;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase;
    width: 250px
}

table.table-list tbody>tr>td:first-child small {
    text-transform: none;
    font-weight: 300
}

table.table-list tbody>tr>td ul {
    margin: 0
}

ul.list-items {
    margin: 0
}

ul.list-items li {
    background-color: #fff;
    padding: 7px 20px
}

ul.list-items li:nth-child(even) {
    background-color: #f5f5f5
}

ul.list-items li:nth-child(even):last-child {
    border: none
}

.collapse-info {
    color: #5a5a5a;
    font-size: 10px;
    margin-top: 10px;
    line-height: 1.4em;
    text-align: justify;
    direction: rtl;
}

.btn-toogle[aria-expanded=false] .text-expanded {
    display: none
}

.btn-toogle[aria-expanded=true] .text-collapsed {
    display: none
}

a.product-select {
    background-color: #fff;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 0
}

a.product-select:hover {
    box-shadow: 0 0 0 1px rgba(56, 56, 56, .4);
    -moz-box-shadow: 0 0 0 1px rgba(56, 56, 56, .4);
    -webkit-box-shadow: 0 0 0 1px rgba(56, 56, 56, .4)
}

a.product-select:active,
a.product-select:focus {
    box-shadow: 0 0 0 1px rgba(56, 56, 56, .6);
    -moz-box-shadow: 0 0 0 1px rgba(56, 56, 56, .6);
    -webkit-box-shadow: 0 0 0 1px rgba(56, 56, 56, .6)
}

a.product-select .product-select-description {
    background-color: #f5f5f5;
    font-weight: 500;
    padding: 20px
}

a.product-select .product-select-description span {
    font-size: .8rem;
    font-weight: 300
}

.product-list-header {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #383838;
    color: #fff;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    padding: 15px 20px;
    border-bottom: none;
    border-radius: 0
}

ul.product-list {
    margin: 0
}

ul.product-list>li {
    margin-bottom: 5px
}

ul.product-list>li:first-child {
    margin-top: 5px
}

ul.product-list>li:last-child {
    margin-bottom: 0
}

ul.product-list>li .product-list-element {
    padding: 20px;
    font-size: 14px;
    background-color: #fff
}

ul.product-list>li .product-list-element.product-list-element-sb:hover {
    background-color: #fafafa
}

ul.product-list>li .product-list-element.product-list-element-sb:active,
ul.product-list>li .product-list-element.product-list-element-sb:focus {
    background-color: #f5f5f5
}

ul.product-list>li .product-list-element .product-spec-container {
    line-height: 1.6em
}

ul.product-list>li .product-list-element .product-spec-container .overview-link a {
    color: #59A219
}

ul.product-list>li .product-list-element .product-spec-container .overview-link a:active,
ul.product-list>li .product-list-element .product-spec-container .overview-link a:hover {
    color: #4d8c16
}

ul.product-list>li .product-list-element .product-fourth-container {
    text-align: center
}

ul.product-list>li .product-list-element .product-name-sf,
ul.product-list>li .product-list-element .product-price-sa {
    font-size: 1.4em;
    font-weight: 500
}

ul.product-list>li .product-list-element .product-name-sf .product-price-sa-addition,
ul.product-list>li .product-list-element .product-price-sa .product-price-sa-addition {
    font-size: .8rem;
    font-weight: 400
}

@media (min-width:992px) and (max-width:1199px) {
    ul.product-list>li .product-list-element .product-name-sf,
    ul.product-list>li .product-list-element .product-price-sa {
        font-size: .8rem
    }
}

ul.product-list>li .product-list-element .product-price-sa {
    font-size: 1.6em;
    white-space: nowrap
}

ul.product-list>li .product-list-element .rest-time {
    color: #59A219;
    font-size: .8rem
}

ul.product-list>li .product-list-element .product-price-sf {
    font-weight: 500;
    font-size: 1.2rem
}

ul.product-list>li .product-list-element .product-price-sf .from_label {
    font-size: .8rem
}

@media (min-width:992px) and (max-width:1199px) {
    ul.product-list>li .product-list-element .overview-link {
        font-size: .8rem
    }
}

ul.product-list>li .product-list-element .product-name {
    font-weight: 500
}

@media (min-width:992px) and (max-width:1199px) {
    ul.product-list>li .product-list-element .product-name {
        font-size: .8rem
    }
}

ul.product-list>li .product-list-element ul.list-product-specs-sb {
    margin-left: 0
}

ul.product-list>li .product-list-element ul.list-product-specs-sb li {
    padding: 0
}

ul.product-list>li .product-list-element ul.list-product-specs-sb li:last-child span {
    margin-right: 0
}

ul.product-list>li .product-list-element ul.list-product-specs {
    line-height: 1.4em
}

ul.product-list>li .product-list-element ul.list-product-specs li span {
    font-weight: 500;
    padding: 1px 4px;
    border-radius: 3px;
    margin-right: 3px;
    white-space: nowrap;
    font-size: 12px
}

@media (min-width:991px) and (max-width:1199px) {
    ul.product-list>li .product-list-element ul.list-product-specs li span {
        white-space: unset;
        line-height: 1.4em
    }
}

ul.product-list>li .product-list-element ul.list-product-specs li span.special-tag {
    background-color: #59A219;
    color: #fff
}

ul.product-list>li .product-list-element ul.list-product-specs li span.special-tag.flag-icon {
    background-color: transparent;
    width: 23px;
    border-radius: 0;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .2);
    padding: 2px 0;
    line-height: 1em
}

ul.product-list>li .product-list-element ul.list-product-specs li span.ecc {
    background-color: #fdc400;
    color: #383838
}

ul.product-list>li .product-list-element .btn-buy-product-list {
    margin-bottom: 10px
}

ul.product-list>li .product-list-element .btn-show-details {
    display: block;
    margin: 0 auto;
    line-height: 1em;
    cursor: pointer;
    border: none;
    background: 0 0;
    outline: 0;
    font-size: .8rem;
    padding: 9px 0 0 0
}

ul.product-list>li .product-list-element .btn-show-details:after {
    font-family: FontAwesome;
    content: "\f105";
    margin-left: 2px
}

ul.product-list>li .product-list-element .btn-show-details[aria-expanded=true]:after {
    content: "\f107"
}

ul.product-list>li .product-list-element .btn-show-details:hover {
    color: #444
}

ul.product-list>li .product-list-element .btn-show-details:active {
    color: #5a5a5a
}

ul.product-list>li .product-details {
    font-size: 14px;
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ededed
}

ul.product-list>li .product-details div:first-of-type {
    margin-bottom: 10px
}

ul.product-list>li .product-details .product-details-headline {
    font-size: 1rem;
    font-weight: 500
}

ul.product-list>li .product-details ul.list-product-details {
    margin-top: 5px;
    line-height: 1em
}

ul.product-list>li .product-details ul.list-product-details li {
    margin-bottom: 5px
}

@media (max-width:991px) {
    ul.product-list {
        text-align: center
    }
    ul.product-list li .product-list-element.product-list-element-sb:hover {
        background-color: #fff
    }
    ul.product-list li .product-list-element.product-list-element-sb:active,
    ul.product-list li .product-list-element.product-list-element-sb:focus {
        background-color: #fff
    }
    ul.product-list li .product-list-element .mobile-headline {
        display: block;
        margin-top: 10px
    }
    ul.product-list li .product-list-element .product-name-sf {
        margin-bottom: 10px
    }
    ul.product-list li .product-list-element .product-spec-container {
        line-height: 1.2em
    }
    ul.product-list li .product-list-element .product-spec-container.container-special {
        margin-bottom: 20px
    }
    ul.product-list li .product-list-element .product-spec-container ul.list-sb-cpu li {
        line-height: 1.2em
    }
    ul.product-list li .product-list-element .product-second-container {
        line-height: 1.2em;
        margin-bottom: 10px
    }
    ul.product-list li .product-list-element .list-product-specs {
        margin-bottom: 20px
    }
    ul.product-list li .product-list-element .list-product-specs.list-product-specs-sb {
        margin-bottom: 0
    }
    ul.product-list li .product-list-element .product-fourth-container {
        padding: 20px;
        margin: 0 -20px -20px -20px;
        background-color: #383838;
        color: #fff
    }
    ul.product-list li .product-list-element .btn-buy-product-list {
        margin-bottom: 10px
    }
    ul.product-list li .product-list-element .btn-show-details {
        line-height: 1em;
        font-size: 1rem;
        padding: 20px 0 0 0;
        color: #fff
    }
    ul.product-list li .product-list-element .btn-show-details:hover {
        color: #fff
    }
    ul.product-list li .product-list-element .btn-show-details:active {
        color: #f5f5f5
    }
    ul.product-list li .product-list-element .product-price-sf {
        color: #fdc400
    }
    ul.product-list li .product-list-element .product-price-sf .from_label {
        font-size: .8rem
    }
    ul.product-list li .product-details {
        background-color: #383838;
        color: #fff;
        padding: 20px 20px 10px 20px
    }
    ul.product-list li .product-details div:first-of-type {
        margin-bottom: 0
    }
    ul.product-list li .product-details:last-child {
        padding: 0 20px 20px 20px
    }
    ul.product-list li .product-details .product-list-details-headline {
        font-size: 1.2rem
    }
    ul.product-list li .product-details.first {
        border: none
    }
    ul.product-list li .product-details .product-details-headline {
        font-size: 1rem;
        line-height: 1em;
        font-weight: 500;
        margin-top: 10px
    }
    ul.product-list li .product-details ul.list-product-details {
        margin-top: 5px;
        line-height: 1em
    }
    ul.product-list li .product-details ul.list-product-details li {
        margin-bottom: 5px
    }
    ul.product-list li .product-details ul.list-product-details li:last-child {
        margin-bottom: 0
    }
}

.headline-no-server-sb {
    font-family: Roboto;
    text-align: center;
    text-transform: inherit;
    color: #383838;
    margin-top: 40px
}

.irs-grid {
    display: none!important
}

.line-chooser {
    padding: 20px
}

.filterslider-price {
    padding: 20px 20px 0 20px
}

.filterslider-ram {
    padding: 0 20px
}

.filterslider-cpu {
    padding: 0 20px
}

.filteroptions {
    padding: 20px
}

.back-top {
    padding: 15px 20px;
    font-size: 1.2rem;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    z-index: 10000;
    cursor: pointer;
    border-radius: 5px
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border-left: 3px solid #eee
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    background-color: #fff;
    border-radius: 3px
}

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f
}

.bs-callout-danger h4 {
    color: #d9534f
}

.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e
}

.bs-callout-warning h4 {
    color: #f0ad4e
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de
}

.bs-callout-info h4 {
    color: #5bc0de
}

.vertical-align {
    display: flex;
    align-items: center
}

.navbar-second-menu {
    background-color: #222
}

.hovered {
    background-color: #222
}

.domain-extension-listing-header {
    border-top: 1px solid #696969;
    background-color: #383838;
    padding: 11px 20px;
    color: #fff;
    line-height: 1em
}

.domain-extension-listing-header h5 {
    margin: 0;
    display: inline-block;
    color: #fdc400
}

.domain-extension-listing-header:hover {
    background-color: #444;
    cursor: pointer
}

.domain-extension-listing-header:active {
    background-color: #5a5a5a;
    cursor: pointer
}

ul.domain-extension-listing {
    margin: 0
}

ul.domain-extension-listing li {
    padding: 14px 20px
}

ul.domain-extension-listing li .checkbox {
    margin: 0
}

.domain-extension-listing-fastcheck-header {
    background-color: #383838;
    padding: 20px;
    color: #fff
}

.configuration-bar {
    background-color: #f5f5f5;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    padding: 5px 14px;
    border-top: none
}

.btn-show-list-content,
.sort-domains,
.to-domain-select {
    cursor: pointer
}

ul.list-buttons {
    margin: 0
}

ul.list-buttons li {
    padding: 0;
    margin: 0 0 4px 0
}

@media (max-width:767px) {
    ul.list-buttons li {
        display: grid
    }
}

ul.list-cta-server-auction {
    color: #fff
}

ul.list-cta-server-auction li {
    text-shadow: 0 0 5px #000;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0 0 10px 0
}

@media (max-width:767px) {
    ul.list-cta-server-auction li {
        padding: 0
    }
    ul.list-cta-server-auction li:last-child {
        padding-bottom: 10px
    }
}

.headline-container {
    padding: 11px 20px;
    background-color: #383838;
    color: #fff
}

.headline-container h1,
.headline-container h2,
.headline-container h3,
.headline-container h4,
.headline-container h5,
.headline-container h6 {
    font-size: 1rem;
    margin: 0
}

.product-card {
    margin: 0 0 20px 0;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px
}

.content-container {
    background-color: #fff
}

.content-container table.table-overview {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.content-container table.table-overview tbody {
    border: none
}

.content-container table.table-overview tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

.content-container table.table-overview tbody tr td {
    font-weight: 400;
    padding: 7px 20px;
    line-height: 1.6em
}

.content-container table.table-overview tbody tr td:nth-child(n+2) {
    font-weight: 500;
    border-left: 1px solid #E3E3EC;
    text-align: center
}

.content {
    padding: 20px;
    line-height: 1.6em
}

.content small {
    line-height: 1.4em
}

.content p:last-child {
    margin-bottom: 0
}

@media (max-width:991px) {
    .affix {
        position: relative
    }
}

@media (min-width:992px) {
    .affix {
        top: 65px;
        width: 360px
    }
    .affix-bottom {
        position: absolute;
        width: 360px
    }
}

.product-order-sidebar {
    background-color: #fff;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    margin-bottom: 20px
}

.product-order-sidebar .product-order-sidebar-header {
    padding: 11px 20px;
    background-color: #383838;
    color: #fff;
    text-align: center
}

.product-order-sidebar .product-order-sidebar-header h3 {
    font-size: 1rem
}

.product-order-sidebar .product-order-sidebar-header .subline {
    padding-top: 5px;
    font-size: .8rem;
    line-height: 1.4em
}

.product-order-sidebar .product-order-sidebar-header img {
    max-width: 50px;
    margin-bottom: .83em
}

.product-order-sidebar .product-order-sidebar-content table {
    width: 100%
}

.product-order-sidebar .product-order-sidebar-content table tr:nth-child(odd) {
    background-color: #f5f5f5
}

.product-order-sidebar .product-order-sidebar-content table tr td {
    padding: 10px;
    line-height: 1.3em;
    font-size: .8rem
}

.product-order-sidebar .product-order-sidebar-content table tr td:nth-child(odd) {
    font-weight: 500
}

.product-order-sidebar .product-order-sidebar-content table tr td:nth-child(even) {
    border-left: 1px solid #E3E3EC
}

.product-order-sidebar .product-order-sidebar-ordering {
    background-color: #383838;
    padding: 20px;
    line-height: 1em;
    text-align: center
}

.product-order-sidebar .product-order-sidebar-ordering .price-starting-at {
    font-size: 1.2rem
}

.product-order-sidebar .product-order-sidebar-ordering .price {
    font-size: 2.8rem;
    color: #fdc400;
    font-weight: 500;
    line-height: 1em
}

.product-order-sidebar .product-order-sidebar-ordering .price-additional {
    line-height: 1.6em;
    padding: 10px 0 20px 0;
    color: #fff;
    font-size: .8rem
}

.product-order-sidebar .product-order-sidebar-ordering .price-additional.price-above-0 {
    padding: 0 0 20px 0
}

.product-order-sidebar .product-order-sidebar-free-of-charge {
    background-color: #59A219;
    color: #fff;
    padding: 5px;
    text-align: center
}

.product-order-sidebar .flag-shadow {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .2);
    cursor: default
}

.product-label {
    text-align: center;
    padding: 6px 0 5px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    background-color: #fafafa;
    color: #8a8a8a
}

.product-label.label-red {
    color: #fff;
    background-color: #d50c2d
}

.product-label.label-green {
    color: #fff;
    background-color: #59A219
}

.product-label.label-yellow {
    background-color: #fdc400;
    color: #383838
}

ul.list-operating-systems {
    margin: 0;
    text-align: center
}

ul.list-operating-systems li {
    padding: 10px
}

ul.list-operating-systems li figure>img {
    max-width: 40px
}

ul.list-addons {
    margin: 0;
    text-align: center
}

ul.list-addons li {
    padding: 10px
}

ul.list-addons li figure img {
    max-width: 200px;
    height: 50px
}

ul.list-addons li figure figcaption {
    max-width: 130px;
    font-size: .8rem;
    line-height: 1.3em
}

input[type=radio]:after {
    width: 20px;
    height: 20px;
    top: -3px;
    left: -2px;
    border-radius: 15px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    border: 2px solid #e9eaed
}

input[type=radio]:checked:after {
    width: 20px;
    height: 20px;
    top: -3px;
    left: -2px;
    border-radius: 15px;
    position: relative;
    background-color: #be152d;
    content: '';
    display: inline-block;
    border: 2px solid #d1d3d1
}

.radio-inline>strong {
    padding-left: 5px
}

.ssl-certificate-container {
    margin-bottom: 30px
}

ul.list-ssl-certificates>li {
    margin-bottom: 30px
}

ul.list-ssl-certificates>li:last-child {
    margin-bottom: 0
}

ul.list-features-product-order-sidebar {
    margin-bottom: 10px
}

ul.list-normal {
    list-style-type: disc
}

ul.list-performance-indicator li {
    padding: 0
}

ul.list-performance-indicator li img {
    width: 10px;
    height: 10px
}

.checkbox input[type=checkbox] {
    margin-left: -25px
}

input[type=checkbox]:after,
input[type=checkbox]:checked:after {
    font-family: FontAwesome;
    font-size: 14px;
    content: '';
    top: -3px;
    width: 20px;
    height: 20px;
    left: -2px;
    border-radius: 4px;
    position: relative;
    background-color: #d3d3d3;
    display: inline-block;
    cursor: pointer;
    transition: background-color .2s ease
}

input[type=checkbox]:active:after,
input[type=checkbox]:checked:after {
    content: '\f00c';
    padding-left: 3px;
    padding-top: 3px;
    background-color: #d50c2d;
    color: #fff;
    transition: background-color .2s ease
}

input[type=checkbox]:active:after {
    background-color: #be152d;
    color: #f3f3f3
}

ul.navbar-nav li {
    text-transform: uppercase;
    padding: 0 10px;
    font-family: iranyekan, sans-serif;
    font-weight: 500;
    line-height: 60px;
    cursor: pointer;
    text-transform: capitalize
}

ul.navbar-nav li a {
    color: #383838!important;
    padding: 0
}

ul.navbar-nav li i {
    float: right;
    margin-top: 22px
}

ul.navbar-nav li:hover {
    cursor: pointer;
    background-color: #ededed
}

ul.navbar-nav li.has-more:after {
    font-family: FontAwesome;
    content: "\f107"
}

.sub-nav-container {
    width: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    background-color: #383838;
    color: #fff
}

.sub-nav-container div.container {
    padding-left: 0
}

.sub-nav-container ul.sub-nav-product-list {
    display: table;
    min-height: 135px;
    float: right;
    border-right: 2px solid #5a5a5a
}

@media (min-width:991px) and (max-width:1199px) {
    .sub-nav-container ul.sub-nav-product-list {
        min-height: 154px
    }
}

.sub-nav-container ul.sub-nav-product-list li {
    transition: all .3s ease;
    vertical-align: middle;
    display: table-cell;
    padding: 0
}

.sub-nav-container ul.sub-nav-product-list li:hover {
    background-color: #444;
    color: #fdc400
}

.sub-nav-container ul.sub-nav-product-list li:active {
    background-color: #5a5a5a
}

.sub-nav-container ul.sub-nav-product-list li .product-name {
    white-space: nowrap;
    line-height: 1em;
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .6rem;
    text-align: center;
    padding-top: 10px
}

@media (min-width:991px) and (max-width:1199px) {
    .sub-nav-container ul.sub-nav-product-list li .product-name {
        font-size: .5rem
    }
}

.sub-nav-container ul.sub-nav-product-list li:hover a {
    color: #fdc400
}

.sub-nav-container ul.sub-nav-product-list li a {
    padding: 20px 17px;
    color: #fff;
    text-decoration: none;
    display: block
}

.sub-nav-container ul.sub-nav-product-list li a img.sub-nav-product-icon {
    width: 70px;
    height: 70px
}

@media (min-width:991px) and (max-width:1199px) {
    .sub-nav-container ul.sub-nav-product-list li a {
        padding: 20px 9px
    }
}

.sub-nav-container ul.sub-nav-product-list li a .price {
    text-transform: lowercase;
    font-family: Roboto, sans-serif;
    color: #fdc400;
    padding-top: 5px
}

@media (min-width:991px) and (max-width:1199px) {
    .sub-nav-container ul.sub-nav-product-list li a .price {
        font-size: .6rem
    }
}

.sub-nav-container .sub-nav-description {
    min-height: 135px;
    font-size: .8rem;
    padding: 20px 0
}

@media (min-width:991px) and (max-width:1199px) {
    .sub-nav-container .sub-nav-description {
        min-height: 154px
    }
}

.sub-nav-container .sub-nav-description .price {
    padding: 10px 0;
    color: #fdc400
}

.nav-item-active {
    transition: all .2s ease-in-out;
    color: #d50c2d;
    -webkit-box-shadow: inset 0 -3px 0 0 #d50c2d;
    -moz-box-shadow: inset 0 -3px 0 0 #d50c2d;
    box-shadow: inset 0 -3px 0 0 #d50c2d
}

.nav-item-active i {
    color: #d50c2d
}

.nav-open {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

ul.list-domain-endings {
    background-color: #fff;
    padding: 20px;
    margin: 0
}

ul.list-domain-endings .checkbox {
    margin: 5px 0
}

ul.list-domain-endings li label {
    width: 147px;
    padding: 12px 0 10px 35px;
    border-radius: 6px;
    transition: 50ms;
    background-color: #ededed
}

@media (max-width:767px) {
    ul.list-domain-endings li label {
        width: 114px;
        font-size: .8rem
    }
}

ul.list-domain-endings li label:hover {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

ul.list-domain-endings li label:active {
    background-color: #ddd
}

ul.list-domain-endings li label.all {
    background: #5a5a5a;
    color: #fff
}

ul.list-domain-endings li label.all:active {
    background-color: #383838
}

.search-row {
    padding: 50px 5px
}

.domain-input-prefix {
    line-height: 1.6em;
    font-size: 1.8rem
}

.search-bar-instructions {
    padding: 20px 0 0 0;
    line-height: 1.6em
}

@media (max-width:767px) {
    .search-bar-instructions {
        padding: 20px 0;
        text-align: center
    }
}

ul.list-domains li {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    padding: 7px 14px;
    margin: 5px 0
}

ul.list-domains li i {
    vertical-align: middle
}

ul.list-domains li.not-available {
    box-shadow: inset 3px 0 0 0 #d50c2d;
    font-size: .8rem
}

ul.list-domains li.not-available label {
    font-weight: 400;
    color: #5a5a5a;
    margin: 0
}

ul.list-domains li.not-available i {
    color: #d50c2d
}

ul.list-domains li.available {
    box-shadow: inset 3px 0 0 0 #59A219
}

ul.list-domains li.available i.icon-availability {
    color: #59A219
}

ul.list-domains li.loading {
    box-shadow: inset 3px 0 0 0 #5a5a5a
}

ul.list-domains li.loading label {
    font-weight: 400;
    font-size: .8rem;
    color: #5a5a5a;
    margin: 0
}

ul.list-domains li.loading i {
    color: #5a5a5a
}

ul.list-domains li.error {
    box-shadow: inset 3px 0 0 0 #fdc400
}

ul.list-domains li.error label {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #5a5a5a;
    margin: 0
}

ul.list-domains li.error i {
    color: #fdc400
}

ul.list-domains li:last-child {
    margin-bottom: 0
}

ul.list-domains li .domain,
ul.list-domains li .price {
    font-weight: 500;
    font-size: 1rem
}

@media (max-width:767px) {
    ul.list-domains li .domain,
    ul.list-domains li .price {
        font-size: .8rem
    }
}

.check-category-tld {
    color: #d50c2d;
    font-weight: 500;
    cursor: pointer
}

.tld-collapse {
    overflow: hidden;
    max-height: 0
}

.tld-collapse.tld-collapse-open {
    max-height: 100%
}

.sorting-line {
    background-color: #f5f5f5;
    padding: 20px;
    padding: 10px 20px
}

.sorting-line-form-control {
    height: 23px;
    width: 180px
}

.headline-container-server-list {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    max-height: 50px
}

.sorting-line.sorting-line-sb {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:991px) {
    .sorting-line.sorting-line-sb {
        justify-content: flex-end
    }
}

.sorting-line.sorting-line-sb .form-group {
    margin: 0
}

.sorting-line.sorting-line-sb .form-group select {
    width: 180px
}

.float-right {
    float: right
}

.btn-login {
    padding: 1px 10px;
    text-transform: none;
    box-shadow: inset 0 0 0 1px #fff!important
}

.btn-login:hover {
    box-shadow: inset 0 0 0 1px #ccc!important;
    color: #ccc!important
}

.btn-login:hover i.icon-login {
    color: #ccc
}

.btn-login i.icon-login {
    padding-right: 5px
}

.dropdown-list {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin-top: 15px;
    min-width: 140px;
    padding: 0
}

.dropdown-list li {
    border-bottom: 1px solid #e9e9e9;
    display: table;
    width: 100%;
    height: 40px
}

.dropdown-list li:last-child {
    border-bottom: none
}

.dropdown-list li a {
    display: table-cell;
    vertical-align: middle;
    color: #000
}

.dropdown-list li a:hover {
    background-color: #f5f5f5
}

.dropdown-list li a:active {
    background-color: #ededed
}

.dropdown-list:after,
.dropdown-list:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #fff transparent;
    z-index: 1;
    top: -9px;
    left: 20px
}

.dropdown-list:before {
    border-color: #e9eaed transparent;
    z-index: 0;
    top: -11px
}

ul.list-breadcrumbs {
    margin: 0
}

ul.list-breadcrumbs li {
    line-height: 1em
}

@media (max-width:767px) {
    ul.list-breadcrumbs li {
        font-size: .8rem
    }
}

ul.list-breadcrumbs li:nth-child(odd) {
    padding: 0 4px
}

ul.list-breadcrumbs li:nth-child(odd) a {
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    transition: background-color .1s
}

ul.list-breadcrumbs li:nth-child(odd) a:hover {
    text-decoration: underline;
    background-color: rgba(255, 255, 255, .3)
}

ul.list-breadcrumbs li:nth-child(odd) a:active {
    background-color: rgba(255, 255, 255, .2)
}

ul.list-breadcrumbs li:nth-child(even) {
    padding: 10px 0
}

.support-phone-container {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px
}

.support-phone-container .support-phone-content {
    padding: 20px;
    min-height: 196px
}

@media (min-width:992px) and (max-width:1199px) {
    .support-phone-container .support-phone-content {
        min-height: 246px
    }
}

.support-phone-container .support-phone-footer {
    padding: 0 20px;
    display: table;
    height: 64px;
    line-height: 1.6em
}

.support-phone-container .support-phone-footer div.container-labels {
    vertical-align: middle;
    display: table-cell
}

.phone-heading {
    margin: 0 0 20px 0
}

ul.list-news li {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff;
    padding: 20px;
    margin-top: 5px
}

a.link-country-switch {
    text-transform: uppercase
}

span.flag-icon {
    margin-right: 5px;
    background-size: cover
}

.modal-footer,
div.modal-header {
    border: none
}

div.modal-body a {
    color: #383838
}

.mobile-product {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    max-width: 82%;
    background-color: #fff
}

.mobile-product.more-than-2 {
    max-width: 100%
}

@media (max-width:767px) {
    .mobile-product.more-than-2 {
        max-width: 100%
    }
}

.mobile-product .matrix-mobile-addon {
    text-align: center;
    padding: 6px 0 5px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    background-color: #fafafa;
    color: #8a8a8a
}

.mobile-product .matrix-mobile-addon.addon-red {
    color: #fff;
    background-color: #d50c2d
}

.mobile-product .matrix-mobile-addon.addon-green {
    color: #fff;
    background-color: #59A219
}

.mobile-product .matrix-mobile-addon.addon-yellow {
    background-color: #fdc400;
    color: #383838
}

.mobile-product .matrix-mobile-heading {
    padding: 10px 20px;
    line-height: 1em;
    background-color: #383838;
    text-align: center
}

.mobile-product .matrix-mobile-heading small {
    color: #fff
}

.mobile-product .matrix-mobile-heading h3 {
    margin: 0
}

.mobile-product .matrix-mobile-heading h3.product-new-headline {
    margin-left: -20px
}

.mobile-product .matrix-mobile-heading a {
    color: #fff;
    text-decoration: none
}

.mobile-product .matrix-mobile-heading a:hover {
    color: #fdc400
}

.mobile-product .matrix-mobile-heading .product-new {
    background-color: #d50c2d;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: .8rem;
    border-radius: 3px;
    padding: 2px 4px;
    position: absolute;
    margin-left: 5px;
    color: #fff
}

.mobile-product .matrix-mobile-datacenter {
    padding: 10px;
    text-align: center;
    font-size: .8rem;
    line-height: 1.4em
}

.mobile-product .matrix-mobile-datacenter strong {
    display: block;
    margin-bottom: 5px
}

.mobile-product .matrix-mobile-datacenter .flag-icon {
    font-size: 1rem;
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .2);
    margin-right: 0
}

.mobile-product .matrix-mobile-datacenter .flag-icon:not(:nth-child(2)) {
    margin-left: 5px
}

.mobile-product .mobile-performance-indicator {
    padding: 20px 20px;
    text-align: center;
    font-size: .8rem;
    line-height: 1.4em
}

.mobile-product .mobile-performance-indicator .product-indicator ul.list-performance-indicator {
    line-height: 1em
}

.mobile-product .mobile-performance-indicator .product-indicator.product-indicator-first {
    margin-bottom: 15px
}

.mobile-product ul.mobile-matrix-content {
    padding: 10px;
    text-align: center;
    margin: 0
}

.mobile-product ul.mobile-matrix-content li {
    padding: 0 10px 8px 10px;
    font-size: .8rem;
    line-height: 1.4em;
    font-weight: 500
}

.mobile-product ul.mobile-matrix-content li span {
    font-weight: 400;
    display: block
}

.mobile-product ul.mobile-matrix-content li:last-child {
    padding: 0 20px
}

.mobile-product .mobile-matrix-footer {
    background-color: #383838;
    padding: 10px;
    text-align: center
}

.mobile-product .mobile-matrix-footer .price-mobile {
    margin: 0;
    color: #fdc400;
    font-size: 1.6em;
    font-weight: 500
}

.mobile-product .mobile-matrix-footer .mobile-price-additional {
    margin-bottom: 10px
}

.mobile-product .mobile-matrix-footer .mobile-price-additional small {
    color: #fff;
    line-height: 1.4em;
    font-size: .7rem;
    display: block
}

.mobile-product .mobile-matrix-footer .link-details {
    display: block;
    margin-top: 10px
}

.mobile-product-listing-container {
    margin-bottom: 45px;
    align-items: flex-end
}

.container-support-form {
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff
}

.container-support-form .container-support-header {
    padding: 20px
}

.container-support-form .container-support-content {
    padding: 20px
}

.container-support-form .container-support-content label {
    font-weight: 500
}

.container-support-form .support-form-padding-top {
    padding-top: 40px
}

.support-form-sidebar {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff
}

.support-form-sidebar .support-form-sidebar-content {
    padding: 20px
}

.support-form-sidebar .support-form-sidebar-content p.support-sidebar-phone-number {
    padding-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem
}

.support-form-sidebar .support-form-sidebar-content p.support-sidebar-phone-number i {
    padding-right: 5px
}

.support-form-sidebar .support-form-sidebar-content .input-group input[type=text] {
    height: auto
}

.form-group input[type=text],
.form-group input[type=email],
.form-group textarea,
.input-group input[type=text],
.input-group input[type=email] {
    background-color: #fbfbfb;
    border: none;
    border-radius: 3px;
    -webkit-appearance: none
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group textarea:focus,
.input-group input[type=text]:focus,
.input-group input[type=email]:focus {
    box-shadow: inset 0 0 0 2px #dbdbdb
}

.input-group input[type=text] {
    border-radius: 3px 0 0 3px;
    border-right: 0
}

select:not([multiple]) {
    background-color: #fbfbfb;
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: none;
    outline: 0;
    padding: 0 5px;
    width: 100%;
    display: block;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=)
}

.input-group-btn:last-child>.btn {
    margin-left: 0
}

.wiki-result-card {
    margin: 0 0 20px 0;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff
}

.wiki-result-card table.table-overview {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.wiki-result-card table.table-overview tbody {
    border: none
}

.wiki-result-card table.table-overview tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

.wiki-result-card table.table-overview tbody tr td {
    font-weight: 400;
    padding: 7px 20px;
    line-height: 1.6em
}

.wiki-result-card table.table-overview tbody tr td:nth-child(n+2) {
    font-weight: 500;
    border-left: 1px solid #E3E3EC;
    text-align: center
}

.wiki-result-card .wiki-result-card-content {
    padding: 10px
}

.wiki-result-card .wiki-result-card-content h3 a {
    text-decoration: none
}

.wiki-result-card .wiki-result-card-content p {
    margin: 0
}

.wiki-result-card .wiki-result-card-content .wiki-search-match {
    color: #d50c2d
}

.wiki-result-card .wiki-result-card-footer {
    background-color: #f5f5f5;
    color: #5a5a5a;
    padding: 10px
}

div.pull-right a i.fa.fa-question-circle {
    cursor: pointer
}

.mobile-whiten {
    display: none;
    height: 100%;
    position: fixed;
    z-index: 999999999999999999999999999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5)
}

.mobile-shift-menu {
    padding-top: 25px;
    height: 100%;
    background-color: #383838;
    position: fixed;
    z-index: 999999999999999999999999999999;
    top: 0;
    right: 0;
    list-style: none;
    overflow-y: scroll;
    width: 0;
    transition: width .1s;
    overflow-x: hidden
}

@media (min-width:768px) {
    .mobile-shift-menu {
        overflow-y: hidden
    }
}

@media (max-width:1050px) {
    body.shifting .mobile-whiten {
        display: block
    }
    body.shifting .mobile-shift-menu {
        width: 250px
    }
    body.shifting {
        overflow: hidden
    }
    .mobile-shift-menu .closebtn {
        position: absolute;
        top: 0;
        right: 15px;
        font-size: 30px;
        color: #fff;
        margin-left: 50px
    }
    .mobile-shift-menu .closebtn:active,
    .mobile-shift-menu .closebtn:focus,
    .mobile-shift-menu .closebtn:hover {
        color: #f5f5f5
    }
    .mobile-shift-menu h4 {
        color: #fff;
        margin-top: 25px
    }
    .mobile-shift-menu ul {
        margin-left: 0;
        padding-left: 0;
        list-style: none
    }
    .mobile-shift-menu li {
        border-bottom: 1px solid #444
    }
    .mobile-shift-menu li a {
        font-size: 14px;
        padding: 4px 10px;
        display: block;
        color: #fff
    }
    .mobile-shift-menu li a:active,
    .mobile-shift-menu li a:focus,
    .mobile-shift-menu li a:hover {
        background-color: #484848
    }
    nav.navbar.navbar-default.navbar-fixed-top.shrink {
        transition: top .1s
    }
    nav.navbar.navbar-default.navbar-fixed-top.shrink.nav-up {
        top: -60px
    }
}

@media (min-width:1050px) {
    .navbar .navbar-toggle {
        display: none!important
    }
    #defaultmenu ul.nav.navbar-nav {
        display: inline-block!important
    }
}

@media (max-width:991px) {

    .navbar-header {
        width: 100%
    }
    .navbar .navbar-toggle {
        display: inline-block!important
    }
    #defaultmenu ul.nav.navbar-nav {
        display: none!important
    }
}

.list-sidebar li {
    padding-bottom: 5px
}

.list-sidebar li>a {
    color: #383838
}

.list-sidebar li>a:hover {
    font-weight: 700
}

.list-sidebar li>a.link-active {
    color: #be152d;
    font-weight: 700
}

.padding-bottom-0 {
    padding-bottom: 0
}

.padding-top-0 {
    padding-top: 0
}

li.dropdown.w3_megamenu:last-child ul {
    max-width: 350px;
    right: 0;
    left: auto;
    padding: 0
}

.navbar-toggle {
    position: relative;
    float: right;
    margin: 11px 0 0 0;
    padding: 11px 15px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 1px solid #bebebe
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d50c2d
}

.pagination>li>a,
.pagination>li>span {
    font-weight: 500;
    background-color: #f5f5f5;
    color: #383838;
    border: none;
    cursor: pointer
}

.pagination>li>a:hover {
    color: #383838
}

.pagination>li>a:focus {
    color: #fff;
    background-color: #d50c2d
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #d50c2d;
    font-weight: 700;
    border-color: transparent
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 1px solid #bebebe
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #d50c2d
}

.active_section {
    color: #d50c2d
}

ul.navbar-nav li.active_section a {
    color: #d50c2d!important
}

.awards-container .award .award-img-container {
    width: 100%;
    display: table;
    height: 160px
}

@media (max-width:1199px) {
    .awards-container .award .award-img-container {
        height: 140px
    }
}

.awards-container .award .award-img-container .award-img {
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

.awards-container .award .award-img-container .award-img img[src$=".svg"] {
    width: 100%
}

.awards-container .award .award-description {
    color: #5a5a5a;
    margin-top: 15px;
    text-align: center
}

@media (max-width:1199px) {
    .awards-container .award .award-description {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .awards-container .award .award-description {
        font-size: .8rem
    }
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-30 {
    padding-top: 30px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-30.mb-xs {
    margin-bottom: 0
}

@media (max-width:767px) {
    .mb-30.mb-xs {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .modal-header {
        padding-bottom: 5px
    }
}

@media (max-width:767px) {
    .modal-body {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .modal-footer {
        padding-top: 5px
    }
}

ul.list-language-switcher {
    margin-bottom: 0
}

ul.list-language-switcher li {
    margin: 3px;
    padding: 0
}

@media (max-width:767px) {
    ul.list-language-switcher li:nth-child(even) {
        margin: 0 0 0 3px
    }
}

ul.list-language-switcher li a {
    display: block;
    padding: 8px;
    border-radius: 6px;
    transition: 50ms;
    background-color: #ededed;
    text-decoration: none;
    width: 212px
}

@media (max-width:320px) {
    ul.list-language-switcher li a {
        width: 132px;
        font-size: .7rem;
        padding: 3px 8px
    }
}

@media (min-width:321px) and (max-width:666px) {
    ul.list-language-switcher li a {
        width: 159px;
        font-size: .7rem;
        padding: 3px 8px
    }
}

@media (min-width:667px) and (max-width:767px) {
    ul.list-language-switcher li a {
        width: 150px;
        font-size: .7rem;
        padding: 3px 8px
    }
}

@media (min-width:768px) and (max-width:991px) {
    ul.list-language-switcher li a {
        width: 185px;
        font-size: .8rem
    }
}

ul.list-language-switcher li a:hover {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

ul.list-language-switcher li a:active {
    background-color: #ddd
}

ul.list-language-switcher li a span.flag-icon {
    margin-right: 2px
}

.startpage-header-addition {
    padding: 10px 0;
    text-align: center
}

.startpage-header-addition a {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none
}

.startpage-header-addition a:focus,
.startpage-header-addition a:hover {
    color: #fff
}

.startpage-header-addition a:active {
    color: #ededed
}

.startpage-header-addition a .startpage-header-addition-description {
    font-size: 1rem;
    font-weight: 400
}

.startpage-header-addition a .startpage-header-addition-description:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 5px
}

@media (min-width:768px) {
    .startpage-header-addition-first {
        border-right: 2px solid #fff
    }
}

.faq-question {
    margin: 0
}

ul.pagination {
    margin: 0
}

.icon-20-years {
    max-height: 270px;
    width: 100%
}

ul.list-registration-robot-tabs {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    border-bottom: none;
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 20px
}

ul.list-registration-robot-tabs li {
    padding: 2px 0;
    line-height: 1em
}

ul.list-registration-robot-tabs li a {
    width: 38px;
    padding: 10px 10px;
    display: block;
    text-align: center;
    transition: 50ms;
    background-color: #ededed;
    text-decoration: none
}

@media (max-width:1199px) {
    ul.list-registration-robot-tabs li a {
        width: 30px
    }
}

ul.list-registration-robot-tabs li a:hover {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #383838
}

ul.list-registration-robot-tabs li a:active {
    background-color: #ddd
}

ul.list-registration-robot-tabs li.active a {
    background-color: #383838;
    color: #fff
}

.tab-content {
    /**margin-bottom: 20px !important;*/
    background-color: #fff !important;
}

.nav-tabs {
	border: none !important;
	float: right !important;
	margin: 30px 4.2% !important;
	direction: rtl !important;
}

.nav-tabs > li {
    float:right  !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border: 2px solid transparent  !important;
    border-bottom-color: #00FF5E  !important;
}

.nav-tabs > li > a:hover {
    border-color: transparent transparent #00FF5E transparent  !important;
    background-color: #fff  !important;
    border-bottom: 2px solid #00FF5E  !important;
}

.text-p {
	float: right !important;
	margin: 29px 5.2% 0 0 !important;
	direction: rtl !important;
	text-align: justify !important;
	width: 59% !important;
}

.img-responsive {
    width: 150px !important;
    margin: 30px 0 30px 200px !important;
    float:left !important;
}

.nav > li > a {
    padding: 10px 0 !important;
    margin: 0 0 0 30px !important;
}

table.domain-overview {
    background-color: #fff;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #E3E3EC;
    border-top: none;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing: 0
}

table.domain-overview thead tr th {
    padding: 5px 20px;
    background-color: #383838;
    color: #fff;
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

table.domain-overview thead tr th:nth-child(n+2) {
    text-align: center
}

table.domain-overview thead tr th:nth-child(n+2) a {
    color: #fff
}

table.domain-overview tbody tr:last-child {
    border: none
}

table.domain-overview tbody tr:nth-child(even) {
    background-color: #f5f5f5
}

table.domain-overview tbody tr td {
    border-top: 1px solid #E3E3EC;
    font-weight: 400;
    padding: 12px 20px;
    font-weight: 500
}

table.domain-overview tbody tr td:nth-child(n+2) {
    font-weight: 400;
    border-left: 1px solid #E3E3EC;
    text-align: center
}

.image-container {
    margin: 0 0 20px 0;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff
}

.image-container .button-image-container {
    margin-bottom: 5px
}

.image-container .content {
    padding: 20px 20px 20px 0
}

@media (max-width:991px) {
    .image-container .content {
        padding: 20px
    }
}

.image-container .content .list-image-downloads {
    margin: 0
}

.san-description {
    background-color: #f5f5f5
}

.san-description.first {
    -webkit-box-shadow: inset 0 7px 16px -12px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset 0 7px 16px -12px rgba(0, 0, 0, .7);
    box-shadow: inset 0 7px 12px -12px rgba(0, 0, 0, .7)
}

a.link-konsoleh {
    color: #0e3963!important;
    text-transform: uppercase;
    font-weight: 500!important
}

a.link-konsoleh span {
    background-color: #900;
    color: #fff;
    padding: 0 3px;
    margin: 0 0 0 2px;
    font-size: .6rem;
    position: absolute;
    bottom: 18px
}

a.link-robot {
    font-weight: 500!important;
    font-size: 1.2rem
}

a.link-robot img {
    width: 13px;
    height: 13px
}

.login-img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.additional-products-slide {
    width: 27%
}

@media (min-width:768px) and (max-width:1199px) {
    .additional-products-slide {
        width: 41%
    }
}

@media (max-width:767px) {
    .additional-products-slide {
        width: 82%
    }
    .additional-products-slide .cross-selling-card-additional {
        font-size: .8rem;
        padding: 10px
    }
}

.additional-products-slide ul.cross-selling-card-list {
    margin: 0;
    padding: 10px;
    text-align: center
}

.additional-products-slide ul.cross-selling-card-list li {
    padding: 0 20px 15px 20px;
    line-height: 1.4em;
    font-weight: 500
}

@media (max-width:1199px) {
    .additional-products-slide ul.cross-selling-card-list li {
        padding: 0 10px 8px 10px;
        font-size: .8rem
    }
}

.additional-products-slide ul.cross-selling-card-list li span {
    font-weight: 400;
    display: block
}

.additional-products-slide ul.cross-selling-card-list li:last-child {
    padding: 0 20px
}

.error-container {
    background-color: #fff;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px
}

.error-container .error-headline {
    padding: 15px 20px;
    background-color: #fff
}

.error-container .error-headline h3 {
    color: #383838;
    margin: 0
}

.error-container .error-content {
    padding: 20px
}

.error-container .error-content p {
    margin: 0
}

.error-container .error-content a {
    margin-top: 20px
}

.flag-icon-ot {
    background: url(../images/icons/flags/world.svg) no-repeat center!important
}

@media (min-width:768px) {
    .support-box-container-height {
        min-height: 353px!important
    }
}

.promode-toggle {
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer
}

.live-chat-status-headline {
    margin-bottom: 5px
}

.live-chat-status {
    background-color: #59A219;
    font-size: 12px;
    line-height: 1em;
    padding: 2px 5px;
    border-radius: 3px;
    max-width: 60px;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: none;
    color: #fff
}

.live-chat-status.offline {
    background-color: #d50c2d
}

.support-downloads-container {
    margin-bottom: 15px
}

.support-downloads-container h5 {
    margin-bottom: 5px
}

.support-downloads-container ul.list-support-downloads {
    margin: 0
}

.support-downloads-container ul.list-support-downloads li {
    font-size: .8rem;
    line-height: 1.6em
}

.lz_overlay_wm {
    z-index: 90000000!important
}

.lz_overlay_chat {
    z-index: 90000000!important
}

.lz_eye_catcher {
    z-index: 90000000!important
}

@media (min-width:992px) {
    .features-sb-container {
        min-height: 80px
    }
}

.features-sb-container h4 {
    font-size: .8rem;
    margin-bottom: 7px
}

ul.list-features-sb li {
    font-size: .8rem;
    line-height: 1.6em
}

.underline-dashed {
    cursor: default;
    border-bottom: 1px dashed #000
}

.link-collapse {
    text-align: center;
    cursor: pointer
}

#lz_eye_catcher {
    display: none!important
}

.fast-check {
    margin-bottom: 30px
}

.tld-error-message {
    padding-top: 5px;
    line-height: 1em;
    font-size: .8rem;
    color: red
}

.config-container {
    margin-bottom: 10px;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px
}

.config-container small {
    color: #747474
}

.config-container label {
    font-weight: 500;
    margin: 0
}

.config-container p,
.config-container small {
    hyphens: auto
}

.config-container .config-addon {
    background-color: #f5f5f5;
    padding: 20px
}

.config-container .config-addon small {
    color: #5a5a5a;
    line-height: 1.4em;
    display: block
}

.config-container .config-status {
    text-align: center
}

.config-container .config-status .config-status-headline {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 15px
}

.config-container .config-status .status-bar,
.config-container .config-status .status-bar-default {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.config-container .config-status .status-bar img,
.config-container .config-status .status-bar-default img {
    width: 77px
}

.config-container .config-status .status-bar .segment,
.config-container .config-status .status-bar-default .segment {
    display: inline-block;
    height: 21px;
    width: 77px;
    border-radius: 3px;
    background-color: #ededed
}

.config-container .config-status .status-bar .segment.filled,
.config-container .config-status .status-bar-default .segment.filled {
    background-color: #383838
}

.config-container .config-slider-sum {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 3px;
    text-align: center
}

.config-container .config-slider-sum span {
    font-size: 1.2rem;
    font-weight: 500
}

.config-container .config-slider-price-single {
    text-align: center;
    line-height: 1em;
    font-size: .8em;
    padding-top: 10px;
    color: #7d7d7d
}

.config-container .form-slider {
    text-align: center
}

@media (max-width:1199px) {
    .config-container .form-slider {
        margin-bottom: 25px
    }
}

.config-container .collapse-config {
    margin-top: 0;
    margin-left: 40px
}

@media (max-width:1199px) {
    .config-container .collapse-config {
        margin-bottom: 5px
    }
}

.config-container a.tab-controls {
    cursor: pointer
}

.config-container .tabs-responsive {
    position: relative;
    overflow: hidden;
    height: 27px;
    white-space: nowrap
}

.config-container .tabs-responsive ul.tab-list {
    position: absolute;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0;
    transition: left .2s linear
}

.config-container .tabs-responsive ul.tab-list li {
    position: relative;
    padding: 0;
    margin-right: 25px;
    cursor: pointer
}

.config-container .tabs-responsive ul.tab-list li h5 {
    display: inline;
    margin: 0
}

.config-container .tabs-responsive ul.tab-list li:after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: transparent;
    transition: all .2s ease-in
}

.config-container .tabs-responsive ul.tab-list li.active:after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d50c2d;
    transition: all .2s ease-in
}

.config-container .config-list-container.hidden {
    display: none
}

.config-container ul.config-feature-list {
    margin: 6px 0 0 0
}

.config-container ul.config-feature-list li {
    height: 140px;
    min-height: 140px;
    padding: 0;
    margin: 12px 8px 0 0
}

.config-container ul.config-feature-list li .feature-card {
    height: 100%;
    width: 154px;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: background-color .2s ease;
    border: 1px solid #ededed
}

@media (min-width:576px) {
    .config-container ul.config-feature-list li .feature-card {
        width: 154px
    }
}

@media (min-width:768px) {
    .config-container ul.config-feature-list li .feature-card {
        width: 124px
    }
}

@media (min-width:992px) {
    .config-container ul.config-feature-list li .feature-card {
        width: 112px
    }
}

@media (min-width:1200px) {
    .config-container ul.config-feature-list li .feature-card {
        width: 130px
    }
}

.config-container ul.config-feature-list li .feature-card:hover {
    transition: box-shadow .2s ease;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .1)
}

.config-container ul.config-feature-list li .feature-card.active {
    transition: background-color .2s ease;
    filter: grayscale(0);
    border: 1px solid #d50c2d;
    color: #fff;
    background-color: #d50c2d;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .1)
}

.config-container ul.config-feature-list li .feature-card.active .wrapper-description {
    background-color: #fff
}

.config-container ul.config-feature-list li .feature-card.active .wrapper-headline {
    transition: background-color .2s ease;
    background-color: #d50c2d
}

.config-container ul.config-feature-list li .feature-card.not-available {
    background-color: #ededed;
    filter: grayscale(100);
    transition: all .3s linear;
    cursor: not-allowed;
    border: 1px solid #ccc6c6;
    opacity: .4;
    box-shadow: none
}

.config-container ul.config-feature-list li .feature-card.not-available .wrapper-description {
    border-top: 1px solid #ccc6c6;
    background-color: #ededed
}

.config-container ul.config-feature-list li .feature-card.available {
    filter: grayscale(0)
}

.config-container ul.config-feature-list li .feature-card .img-wrapper {
    height: 66%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.config-container ul.config-feature-list li .feature-card .img-wrapper img {
    height: 40px;
    pointer-events: none;
    max-width: 40px
}

.config-container ul.config-feature-list li .feature-card .wrapper-description {
    height: 34%;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 0 3px 3px;
    color: #383838;
    border-top: 1px solid #ededed
}

.config-container ul.config-feature-list li .feature-card .wrapper-description span {
    display: block;
    text-align: center;
    pointer-events: none;
    font-size: .7em;
    line-height: 1.2em;
    padding: 0 5px
}

.config-container ul.config-feature-list li .feature-card .wrapper-description span:nth-child(2) {
    font-weight: 500
}

.config-container ul.config-feature-list li .feature-card .wrapper-headline {
    width: 100%;
    text-align: center;
    font-size: .8rem;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    line-height: 1em;
    background-color: #383838;
    border-radius: 2px 2px 0 0
}

.config-container ul.config-feature-list li .feature-card img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.config-container .control-group {
    margin-bottom: 15px
}

.config-container .control-group:last-child {
    margin-bottom: 0
}

@media (max-width:768px) {
    .config-container .control-group {
        margin-bottom: 25px
    }
    .config-container .control-group:last-child {
        margin-bottom: 0
    }
}

@media (max-width:1199px) {
    .config-container .control-group small {
        display: block;
        margin-left: 40px
    }
}

.config-container .control-group .radio {
    line-height: 1.4em;
    padding-left: 20px;
    margin: 0
}

.config-container .control-group .radio input[type=radio] {
    margin-right: 20px
}

.config-container .control-group .radio input[type=radio]:after {
    cursor: pointer
}

.config-container .control-group .check label {
    cursor: pointer
}

.config-container .control-group .check label span {
    display: block;
    padding-left: 20px
}

.config-container .control-group .check label span.license-info {
    hyphens: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6em
}

.config-container .control-group .check .invalid-message {
    padding-left: 40px;
    margin-top: 15px
}

.config-container .config-card {
    background: #f5f5f5;
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    width: 100%;
    padding: 3px 12px;
    display: flex;
    align-items: baseline;
    justify-content: space-between
}

@media (max-width:1199px) {
    .config-container .config-card {
        display: block;
        text-align: center
    }
}

.config-container .config-card small {
    display: block
}

.config-container .config-option-control {
    border: none;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0;
    height: 32px
}

@media (max-width:1199px) {
    .config-container .config-option-control {
        margin-top: 2px
    }
}

.config-container .config-option-control .control-add,
.config-container .config-option-control .control-remove {
    z-index: 15;
    width: 33%;
    cursor: pointer;
    display: table;
    height: 32px
}

.config-container .config-option-control .control-add i,
.config-container .config-option-control .control-remove i {
    line-height: 1em
}

.config-container .config-option-control .control-remove {
    border-radius: 3px 0 0 3px;
    background-color: #f5f5f5
}

@media (max-width:1199px) {
    .config-container .config-option-control .control-remove {
        border-radius: 0 0 0 3px
    }
}

.config-container .config-option-control .control-remove i {
    color: #000
}

.config-container .config-option-control .control-remove:hover {
    background-color: #ededed;
    transition: all .2s;
    -webkit-transition: all .2s
}

.config-container .config-option-control .control-remove.disabled {
    box-shadow: none
}

.config-container .config-option-control .control-remove.disabled i {
    color: #cdcdcd
}

.config-container .config-option-control .control-remove.disabled:hover {
    background-color: #f5f5f5;
    cursor: not-allowed
}

.config-container .config-option-control .control-add {
    border-radius: 0 3px 3px 0;
    background-color: #fdc400;
    overflow: hidden
}

@media (max-width:1199px) {
    .config-container .config-option-control .control-add {
        border-radius: 0 0 3px 0
    }
}

.config-container .config-option-control .control-add:hover {
    background-color: #e4b000;
    transition: all .2s;
    -webkit-transition: all .2s
}

.config-container .config-option-control .control-add.disabled {
    box-shadow: none;
    background-color: #f5f5f5
}

.config-container .config-option-control .control-add.disabled i {
    color: #cdcdcd
}

.config-container .config-option-control .control-add.disabled:hover {
    background-color: #f5f5f5;
    cursor: not-allowed
}

.config-container .config-option-control .config-option-count {
    z-index: 14;
    background-color: #f5f5f5;
    width: 34%;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 32px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.config-container .config-option-control .config-option-count span {
    font-size: 1.4em;
    font-weight: 500
}

.config-container .config-option-group {
    margin-bottom: 25px
}

.config-container .config-option-group:last-child {
    margin-bottom: 0
}

.config-container .config-option-group .config-option-row {
    margin-bottom: 10px
}

.config-container .config-option-group .config-option-row h4 {
    margin: 0
}

.config-container .config-option-group .config-option-row:last-child {
    margin-bottom: 0
}

.config-container .config-option-group .config-option-row:last-child h4 {
    margin: 0
}

@media (max-width:767px) {
    .config-container .config-option-group .config-option-row:last-child h4 {
        margin: 0 0 1rem 0
    }
}

@media (max-width:1199px) {
    .config-container .config-option-group .config-option-row {
        margin-bottom: 25px
    }
    .config-container .config-option-group .config-option-row .config-card {
        border-radius: 3px 3px 0 0
    }
    .config-container .config-option-group .config-option-row .config-card.no-controls {
        border-radius: 3px
    }
}

.config-container hr {
    background-color: #ededed;
    height: 2px;
    border-top: 0;
    border-bottom: 0;
    margin: 20px -20px
}

.config-container .content>p:last-of-type {
    margin-bottom: 0
}

.tooltip-feature-card {
    display: inline-block;
    position: absolute;
    padding: 5px;
    background-color: #f1f1f1
}

.config-container-sidebar table.table-overview tr td {
    text-align: center
}

.config-container-sidebar table.table-overview tr td:first-child {
    text-align: left
}

.config-container-sidebar table.table-overview tr td:last-child {
    border-left: 1px solid #E3E3EC;
    white-space: nowrap
}

.config-container-sidebar table.table-overview thead tr:first-child {
    background-color: #fff
}

.config-container-sidebar table.table-overview thead tr td:last-child {
    font-weight: 400
}

.config-container-sidebar .server-count {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px
}

.config-container-sidebar .server-count label {
    font-weight: 500
}

.config-container-sidebar .server-count input[type=number] {
    background: #f5f5f5;
    border: none;
    box-shadow: inset 0 0 0 2px #ededed;
    padding: 5px 15px;
    width: 100%;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 100%
}

.config-container-sidebar .server-count input[type=number].input-server-count {
    max-width: 65px;
    display: inline
}

.config-container-sidebar .server-count input[type=number].input-server-count::-webkit-inner-spin-button,
.config-container-sidebar .server-count input[type=number].input-server-count::-webkit-outer-spin-button {
    opacity: 1
}

.row-flex-baseline {
    display: flex;
    align-items: baseline
}

@media (max-width:768px) {
    .row-flex-baseline {
        display: block
    }
}

.row-flex-center {
    display: flex;
    align-items: center
}

@media (max-width:1199px) {
    .row-flex-center {
        display: block
    }
}

.row-flex-center-md {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .row-flex-center-md {
        display: block
    }
}

.row-flex-center-server-listing {
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    .row-flex-center-server-listing {
        display: block
    }
}

.row-flex-center-all {
    display: flex;
    align-items: center
}

.invalid-message {
    color: red;
    font-size: small;
    margin-bottom: 0;
    transition: all .55s ease-in;
    line-height: 1.4em
}

.header-icon-link {
    display: block;
    text-align: center
}

.header-icon-link .header-icon {
    max-width: 100%
}

.custom-cloud .header-cloud {
    color: #fff;
    padding: 90px 0
}

@media (min-width:768px) and (max-width:1199px) {
    .custom-cloud .header-cloud {
        padding: 70px 0
    }
}

@media (max-width:767px) {
    .custom-cloud .header-cloud {
        padding: 40px 0
    }
}

.custom-cloud .header-cloud.header-background-image {
    height: 100%
}

.custom-cloud .header-cloud img.header-image {
    max-width: 100%
}

.custom-cloud .navigation-secondary {
    text-align: center
}

.custom-cloud .navigation-secondary.hidden {
    display: none
}

.custom-cloud .navigation-secondary ul.list-navigation-tabs {
    margin: 0
}

@media (max-width:768px) {
    .custom-cloud .navigation-secondary ul.list-navigation-tabs {
        display: table;
        width: 100%
    }
}

.custom-cloud .navigation-secondary ul.list-navigation-tabs li {
    padding: 15px;
    min-width: 125px;
    margin-right: 25px;
    font-weight: 500;
    cursor: pointer;
    position: relative
}

.custom-cloud .navigation-secondary ul.list-navigation-tabs li:last-child {
    padding: 0
}

@media (max-width:991px) {
    .custom-cloud .navigation-secondary ul.list-navigation-tabs li {
        margin-right: 15px
    }
}

@media (max-width:768px) {
    .custom-cloud .navigation-secondary ul.list-navigation-tabs li {
        padding: 15px 0;
        min-width: 56px;
        margin-right: 0;
        display: table-cell;
        max-width: 100%;
        white-space: nowrap
    }
}

.custom-cloud .navigation-secondary ul.list-navigation-tabs li:after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: transparent;
    transition: all .2s ease-in
}

.custom-cloud .navigation-secondary ul.list-navigation-tabs li.active {
    color: #d50c2d
}

.custom-cloud .navigation-secondary ul.list-navigation-tabs li.active:after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d50c2d;
    transition: all .2s ease-in
}

.custom-cloud .fixed-secondary-nav {
    position: fixed;
    top: 60px;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    -webkit-transition: top .1s;
    -moz-transition: top .1s;
    -ms-transition: top .1s;
    -o-transition: top .5s;
    transition: top .1s
}

.custom-cloud .fixed-secondary-nav.main-nav-up {
    top: 0;
    -webkit-transition: top .1s;
    -moz-transition: top .1s;
    -ms-transition: top .1s;
    -o-transition: top .1s;
    transition: top .1s
}

.custom-cloud .section-headline h2 {
    text-align: center
}

.custom-cloud .container-major-features>* {
    margin-bottom: 50px
}

.custom-cloud .container-major-features>:last-child {
    margin-bottom: 0
}

.custom-cloud .container-major-features .hr-cloud-overview {
    height: 3px;
    margin: 50px 0;
    background: #ededed;
    background: -moz-linear-gradient(left, #ededed 0, #d8d8d8 50%, #ededed 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #ededed), color-stop(50%, #d8d8d8), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(left, #ededed 0, #d8d8d8 50%, #ededed 100%);
    background: -o-linear-gradient(left, #ededed 0, #d8d8d8 50%, #ededed 100%);
    background: -ms-linear-gradient(left, #ededed 0, #d8d8d8 50%, #ededed 100%);
    background: linear-gradient(to right, #ededed 0, #d8d8d8 50%, #ededed 100%)
}

.custom-cloud .container-major-features .single-feature p {
    font-weight: 300;
    margin: 0
}

@media (max-width:768px) {
    .custom-cloud .container-major-features .single-feature {
        margin-bottom: 20px
    }
}

.custom-cloud .container-major-features .product-image {
    max-width: 100%;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4)
}

@media (max-width:768px) {
    .custom-cloud .container-major-features .product-image {
        display: block;
        margin-right: auto;
        margin-left: auto
    }
}

.custom-cloud .container-pricing .container-pricing-explanation {
    margin-bottom: 20px;
    color: #fff
}

.custom-cloud .container-pricing .container-pricing-explanation h2 {
    text-align: center
}

.custom-cloud .container-pricing .container-pricing-explanation p {
    text-align: center;
    margin: 0
}

.custom-cloud .container-pricing .price-card {
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width:1200px) {
    .custom-cloud .container-pricing .price-card {
        margin-bottom: 30px
    }
}

.custom-cloud .container-pricing .price-card:hover {
    -webkit-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.custom-cloud .container-pricing .price-card a {
    text-decoration: none;
    color: #383838
}

.custom-cloud .container-pricing .price-card .price-top {
    padding: 10px 20px
}

.custom-cloud .container-pricing .price-card .price-top h4 {
    margin: 0
}

.custom-cloud .container-pricing .price-card .pricing-section {
    background-color: #383838;
    padding: 10px 20px
}

.custom-cloud .container-pricing .price-card .pricing-section .price-main {
    color: #fdc400;
    display: block;
    font-size: 2em;
    line-height: 1.3em
}

.custom-cloud .container-pricing .price-card .pricing-section .price-main small {
    display: block;
    line-height: .9em;
    margin-bottom: 10px
}

.custom-cloud .container-pricing .price-card .pricing-section .price-second {
    color: #fff
}

@media (min-width:1200px) and (max-width:1279px) {
    .custom-cloud .container-pricing .price-card .content {
        padding: 10px
    }
}

.custom-cloud .container-pricing .price-card .content .flag-icon {
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .2)
}

.custom-cloud .container-pricing .price-card table.price-table {
    margin: 0 auto 10px auto
}

.custom-cloud .container-pricing .price-card table.price-table tr td:first-child {
    text-align: right;
    padding-right: 5px
}

.custom-cloud .container-pricing .price-card table.price-table tr td:first-child strong {
    white-space: nowrap
}

.custom-cloud .container-pricing .price-card table.price-table tr td:nth-child(2) {
    text-align: left;
    padding-left: 5px
}

.custom-cloud .container-features h2 {
    text-align: center
}

.custom-cloud .container-features .feature-box {
    margin-top: 70px;
    text-align: center;
    background-color: #fff;
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px
}

.custom-cloud .container-features .feature-box .feature-box-icon-container {
    position: relative;
    display: block
}

.custom-cloud .container-features .feature-box .feature-box-icon-container .feature-box-icon {
    left: 50%;
    top: -55px;
    position: absolute;
    display: inline-block
}

.custom-cloud .container-features .feature-box .feature-box-icon-container .feature-box-icon img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-left: -100%
}

.custom-cloud .container-features .feature-box .feature-box-content {
    line-height: 1.6em;
    padding: 70px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (min-width:1200px) {
    .custom-cloud .container-features .feature-box .feature-box-content {
        height: 329px
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .custom-cloud .container-features .feature-box .feature-box-content {
        height: 378px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .custom-cloud .container-features .feature-box .feature-box-content {
        height: 326px
    }
}

.custom-cloud .container-features .feature-box .feature-box-content p {
    flex-grow: 1;
    margin: 0
}

.custom-cloud .container-features .feature-box .feature-box-content a {
    text-decoration: none
}

.custom-cloud .container-features .feature-box .feature-box-content small {
    color: #5a5a5a
}

@media (max-width:768px) {
    .custom-cloud .container-api .code-container {
        display: block
    }
}

.custom-cloud .container-api .code-container .code-tabs {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px 3px 0 0
}

.custom-cloud .container-api .code-container .code-tabs .code-tab {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: 15px;
    color: #383838;
    cursor: pointer;
    flex: 1
}

.custom-cloud .container-api .code-container .code-tabs .code-tab h5 {
    margin: 0
}

.custom-cloud .container-api .code-container .code-tabs .code-tab.active {
    color: #d50c2d;
    border-bottom: 3px solid #d50c2d
}

.custom-cloud .container-api .code-container .code-tabs .code-tab:not(.active) {
    border-bottom: 1px solid #5a5a5a
}

.custom-cloud .container-api .code-container .code-tabs .code-tab:hover:not(.active) {
    background-color: #ededed
}

.custom-cloud .container-api .code-container .code-block {
    background-color: #383838;
    border-radius: 3px
}

.custom-cloud .container-api .code-container .code-block .code-header {
    border-radius: 3px 3px 0 0;
    padding: 10px;
    background-color: #383838
}

.custom-cloud .container-api .code-container .code-block .code-header span {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin-right: 7px
}

.custom-cloud .container-api .code-container .code-block .code-header span.dot-red {
    background-color: #fa5e56
}

.custom-cloud .container-api .code-container .code-block .code-header span.dot-yellow {
    background-color: #fcc02c
}

.custom-cloud .container-api .code-container .code-block .code-header span.dot-green {
    background-color: #2ace42
}

.custom-cloud .container-api .code-container .code-block .code-example {
    display: none;
    margin: 0;
    border: none;
    padding: 0;
    border-radius: 3px
}

.custom-cloud .container-api .code-container .code-block .code-example.active {
    display: table;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    white-space: normal;
    min-height: 150px
}

.custom-cloud .container-api .code-container .code-block .code-example code {
    display: table-cell;
    height: 167px;
    border-radius: 0 0 3px 3px;
    padding: 10px
}

.custom-cloud .container-api .api-features {
    margin-bottom: 50px;
    text-align: center
}

.custom-cloud .container-api .api-features p {
    hyphens: auto
}

.custom-cloud .container-faqs h2 {
    text-align: center
}

.custom-cloud .container-faqs .container-list-faqs {
    border: 1px solid;
    border-color: #e9eaed #e0e1e5 #d4d5d9;
    border-radius: 2px;
    background-color: #fff;
    padding: 20px
}

.custom-cloud .container-faqs .container-list-faqs .list-faqs {
    margin: 0
}

.custom-cloud .container-faqs .container-list-faqs .list-faqs li {
    margin-bottom: 20px
}

.custom-cloud .container-faqs .container-list-faqs .list-faqs li strong.faq-question {
    cursor: pointer;
    color: #d5102d
}

.custom-cloud .container-faqs .container-list-faqs .list-faqs li strong.faq-question i {
    margin-right: 5px;
    transition: transform .2s ease-in
}

.custom-cloud .container-faqs .container-list-faqs .list-faqs li strong.faq-question i.open {
    transform: rotate(90deg);
    transition: transform .2s ease-in
}

.custom-cloud .container-faqs .container-list-faqs .list-faqs li .faq-answer {
    margin-left: 20px
}

.custom-cloud .container-faqs .container-list-faqs .list-faqs li .faq-answer p {
    margin: 0
}

.custom-cloud .container-faqs .container-list-faqs .faq-more-questions {
    margin-top: 20px;
    display: block;
    text-align: center
}

.custom-cloud .button-floating {
    text-align: center;
    margin-top: 49px
}

.custom-cloud .row-flex-center-sm {
    display: flex;
    align-items: center
}

@media (max-width:768px) {
    .custom-cloud .row-flex-center-sm {
        display: block
    }
}

@media screen and (min-width:991px) {
    .custom-cloud .cloud-header-video {
        position: relative;
        padding: 0
    }
    .custom-cloud video#cloud-header-video {
        width: 100%;
        height: auto;
        vertical-align: middle
    }
    .custom-cloud #cloud-header-video-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width:991px) {
    .custom-cloud video#cloud-header-video {
        display: none
    }
    .custom-cloud .cloud-header-video {
        padding: 30px 0
    }
}

@media screen and (min-width:800px) {
    .startpage-header-video {
        position: relative;
        padding: 0
    }
    video#startpage-header-video {
        width: 100%;
        height: auto;
        vertical-align: middle
    }
    #startpage-header-video-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media screen and (max-width:800px) {
    video#startpage-header-video {
        display: none
    }
    .startpage-header-video {
        padding: 30px 0 41px 0
    }
}

.flex-ie10 {
    -ms-flex: 1
}

.leftAlone {
    display: block;
    max-width: 100%;
    height: auto
}

.news-press-section .press-news-container:first-child {
    margin-bottom: 20px
}

.news-press-section .press-news-container .headline-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:360px) {
    .news-press-section .press-news-container .headline-container {
        display: block
    }
}

.news-press-section .press-news-container .headline-container h3 {
    margin: 0
}

.news-press-section .press-news-container .headline-container small {
    line-height: 1em
}

.news-press-section .press-news-container .headline-container small a {
    color: #fff
}

.btn-not-available {
    opacity: 1!important;
    background-color: #dbdbdb!important;
    color: #8a8a8a!important
}

.label-not-available {
    background-color: #fff;
    text-transform: uppercase;
    color: #8a8a8a
}

.price-not-available {
    color: #dbdbdb!important
}

.product-order-sidebar-label {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.twitter-icon {
    margin-right: 6px
}

.registration-robot-price {
    font-size: 2em!important
}

.hdd-switch {
    display: flex;
    align-items: center;
    justify-content: center
}

.hdd-switch .hdd-switch-input {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.hdd-switch .hdd-switch-input:checked+label {
    background-color: #59A219;
    color: #fff
}

.hdd-switch .hdd-switch-input:checked+label:hover {
    background-color: #4d8c16
}

.hdd-switch .hdd-switch-label {
    font-weight: 500;
    font-size: .8rem;
    margin: 0;
    width: 52px;
    background-color: #f5f5f5;
    color: #383838;
    padding: 3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.hdd-switch .hdd-switch-label:hover {
    cursor: pointer;
    background-color: #ededed
}

.hdd-switch .hdd-switch-label:first-of-type {
    border-radius: 4px 0 0 4px
}

.hdd-switch .hdd-switch-label:last-of-type {
    border-radius: 0 4px 4px 0
}

.hdd-switch .hdd-switch-label.label-disabled {
    background-color: #59A219;
    color: #fff;
    border-radius: 4px;
    cursor: default
}

.disk-switch-container {
    display: flex;
    flex-direction: column;
    width: calc(100% - 162px);
    margin-left: 162px
}

@media (max-width:991px) {
    .disk-switch-container {
        margin-left: 0;
        width: 100%
    }
}

.disk-switch-container .disk-radio-group {
    display: flex;
    align-items: center;
    justify-content: center
}

.disk-switch-container .disk-radio-group .disk-radio {
    position: relative
}

.disk-switch-container .disk-radio-group .disk-radio:nth-child(2) {
    margin-left: 20px
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input {
    position: absolute;
    top: 50%;
    left: 16px;
    -ms-flex: 1;
    cursor: pointer;
    margin: 0 8px 0 0;
    transform: translateY(-50%)
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:focus {
    outline: 0
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input::-moz-focus-inner {
    border: 0
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:checked+label {
    background-color: #383838;
    color: #fff
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:not(:checked):after {
    border: 2px solid #383838;
    background-color: #fff
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:checked:after {
    border: 4px solid #d1d3d1
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:not(:checked):hover:after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #383838;
    top: 2px;
    left: 3px;
    border: none
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-input:not(:checked):hover:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -3px;
    left: -2px;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #383838
}

.disk-switch-container .disk-radio-group .disk-radio .disk-switch-label {
    font-family: iranyekan, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8em;
    padding: 10px 14px 10px 48px;
    cursor: pointer;
    margin-bottom: 0;
    box-shadow: inset 0 0 0 2px #383838;
    border-radius: 4px
}

.disk-addition {
    height: 78px;
    display: flex;
    align-items: center;
    border-left: 2px solid #ededed;
    padding-left: 20px
}

.disk-addition p {
    -ms-flex: 1;
    margin: 0
}

.product-overview.has-matrix-switch tbody tr td:first-child {
    width: 162px
}

.product-overview-card.has-matrix-switch thead tr th:first-child {
    width: 0;
}

.product-overview-card.has-matrix-switch tbody tr td:first-child {
    width: 162px
}

.score-icon {
    margin-right: 5px
}

.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0
}
.search-bar{
    height: 200px !important;
    background-color: #f5f5f5 !important;
}
.row.search-row{
    margin-top:0 !important;
}
.domainslider{
    background-size: cover;
    background-image: url("../media/webhosting.jpg");
    height: 300px;
    background-repeat: no-repeat;
    padding:60px;
}
.slidericon{
    width: 100px;
    margin-left:50%;
}

.slidericon .title{
    margin: 20px;
    color: #ffffff;
    font-size: 30px
}
h2.title{
    text-align: center;
    margin-left: 100px;
    margin-top:40px;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
}
.btnorder{
    padding:10px !important;
}


/*!
 * pricing.css (https://github.com/abhimaliyeckal)
 * Version: 1.0
 * Author: Abhishek Raj 
 * Linkedin URL: https://in.linkedin.com/in/abhimaliyeckal
 * Github: https://github.com/abhimaliyeckal

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * pricing.css Copyright Abhishek Raj 2014.
 */

@import url(http://fonts.googleapis.local/css?family=Open+Sans:300); 
body{
    background:#010101;
}

.price_table_container{
	text-align:center;
	color:#666;
	margin-top:35px;
	font-family: 'Open Sans', sans-serif;
}

.price_table_heading{
	font-size:24px;
	padding:5px;
	background:#35373A;
	color:#00d054;
}


.price_table_row {
    padding:9px;
	background: #FFF;
}

.cost{
	padding:10px;
	font-size:17px;
}
.cost span{
	font-size:15px;
}

.price_table_row:nth-of-type(even) {
    background: #F8F8F8;
}
.btn{
	border-radius:0px;
}

.recommended{
/*USER DEFINED COLOUR*/	
background:#f4ff15; 
color:#35373A;
/*USER DEFINED COLOUR*/	
padding:3px 0 3px 0;
margin-top:10px;  
text-align:center;
margin-bottom:-35px;
font-family: 'Open Sans', sans-serif;
}


.spacer{width:100%;height:50px;}


/*Already Defined Colours*/
/*Background*/
.primary-bg{background:#337AB7;color:#FFF;}
.success-bg{background:#fff;color:#35373A;}
.info-bg{background:#5BC0DE;color:#FFF;}
.warning-bg{background:#F0AD4E;color:#FFF;}
.danger-bg{background:#D9534F;color:#FFF;}
.dark-bg{background:#444;color:#FFF;}
.royal-bg{background:#8E74E2;color:#FFF;}
.static-bg{background:#2BB0A6;color:#FFF;}

/*Only Text Colours*/
.primary-text{background:#FFF;color:#337AB7;}
.success-text{background:#FFF;color:#5CB85C;}
.info-text{background:#FFF;color:#5BC0DE;}
.warning-text{background:#FFF;color:#F0AD4E;}
.danger-text{background:#FFF;color:#D9534F;}
.dark-text{background:#FFF;color:#444;}
.royal-text{background:#FFF;color:#8E74E2;}
.static-text{background:#FFF;color:#2BB0A6;}

/*Additional Button styles*/

/*BTN-DARK*/
.btn-dark {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}


/*BTN-ROYAL---------*/
.btn-royal {
  color: #fff;
  background-color: #8E74E2;
  border-color: #8E74E2;
}
.btn-royal:hover,
.btn-royal:focus,
.btn-royal.focus,
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  color: #fff;
  background-color: #7451E8;
  border-color: #7451E8;
}
.btn-royal:active,
.btn-royal.active,
.open > .dropdown-toggle.btn-royal {
  background-image: none;
}


/*BTN-STATIC---------*/
.btn-static {
  color: #fff;
  background-color: #2BB0A6;
  border-color: #2BB0A6;
}
.btn-static:hover,
.btn-static:focus,
.btn-static.focus,
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  color: #fff;
  background-color: #07A094;
  border-color: #07A094;
}
.btn-static:active,
.btn-static.active,
.open > .dropdown-toggle.btn-static {
  background-image: none;
}





.price_table_container .btn{padding:6px !important;border-radius: 0px !important;}





/*!
 * Hover.css (http://ianlunn.co.uk/)
 * Version: 1.0.10
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014.
 */.button{margin:.4em;padding:1em;cursor:pointer;background:#e1e1e1;text-decoration:none;color:#666;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow:active,.grow:focus,.grow:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.shrink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shrink:active,.shrink:focus,.shrink:hover{-webkit-transform:scale(0.9);transform:scale(0.9)}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.pulse{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse:active,.pulse:focus,.pulse:hover{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.pulse-grow{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-grow:active,.pulse-grow:focus,.pulse-grow:hover{-webkit-animation-name:pulse-grow;animation-name:pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}.pulse-shrink{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pulse-shrink:active,.pulse-shrink:focus,.pulse-shrink:hover{-webkit-animation-name:pulse-shrink;animation-name:pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.push{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.push:active,.push:focus,.push:hover{-webkit-animation-name:push;animation-name:push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}.pop{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.pop:active,.pop:focus,.pop:hover{-webkit-animation-name:pop;animation-name:pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.rotate:active,.rotate:focus,.rotate:hover{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.grow-rotate{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.grow-rotate:active,.grow-rotate:focus,.grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.float{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float:active,.float:focus,.float:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.sink{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.sink:active,.sink:focus,.sink:hover{-webkit-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.hover{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover:active,.hover:focus,.hover:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hang{50%{-webkit-transform:translateY(3px);transform:translateY(3px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.hang{display:inline-block;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hang:active,.hang:focus,.hang:hover{-webkit-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hang;animation-name:hang;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.skew{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew:active,.skew:focus,.skew:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.skew-forward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-forward:active,.skew-forward:focus,.skew-forward:hover{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.skew-backward{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.skew-backward:active,.skew-backward:focus,.skew-backward:hover{-webkit-transform:skew(10deg);transform:skew(10deg)}@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.wobble-vertical{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-vertical:active,.wobble-vertical:focus,.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.wobble-horizontal{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-horizontal:active,.wobble-horizontal:focus,.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.wobble-to-bottom-right{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-to-bottom-right:active,.wobble-to-bottom-right:focus,.wobble-to-bottom-right:hover{-webkit-animation-name:wobble-to-bottom-right;animation-name:wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.wobble-to-top-right{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-to-top-right:active,.wobble-to-top-right:focus,.wobble-to-top-right:hover{-webkit-animation-name:wobble-to-top-right;animation-name:wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-top:active,.wobble-top:focus,.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-bottom:active,.wobble-bottom:focus,.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.wobble-skew{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.wobble-skew:active,.wobble-skew:focus,.wobble-skew:hover{-webkit-animation-name:wobble-skew;animation-name:wobble-skew;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.buzz{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.buzz:active,.buzz:focus,.buzz:hover{-webkit-animation-name:buzz;animation-name:buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.buzz-out{display:inline-block;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.buzz-out:active,.buzz-out:focus,.buzz-out:hover{-webkit-animation-name:buzz-out;animation-name:buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.border-fade{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.border-fade:active,.border-fade:focus,.border-fade:hover{box-shadow:inset 0 0 0 4px #666,0 0 1px rgba(0,0,0,0)}.hollow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:background;transition-property:background;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0)}.hollow:active,.hollow:focus,.hollow:hover{background:0 0}.trim{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.trim:before{content:'';position:absolute;border:#fff solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.trim:active:before,.trim:focus:before,.trim:hover:before{opacity:1}.outline-outward{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-outward:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-outward:active:before,.outline-outward:focus:before,.outline-outward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.outline-inward{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.outline-inward:before{pointer-events:none;content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top,right,bottom,left;transition-property:top,right,bottom,left}.outline-inward:active:before,.outline-inward:focus:before,.outline-inward:hover:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.round-corners{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:border-radius;transition-property:border-radius;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.round-corners:active,.round-corners:focus,.round-corners:hover{border-radius:1em}.glow{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.glow:active,.glow:focus,.glow:hover{box-shadow:0 0 8px rgba(0,0,0,.6)}.box-shadow-outset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.box-shadow-outset:active,.box-shadow-outset:focus,.box-shadow-outset:hover{box-shadow:2px 2px 2px rgba(0,0,0,.6)}.box-shadow-inset{display:inline-block;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,.6),0 0 1px rgba(0,0,0,0);-webkit-transform:translateZ(0);transform:translateZ(0)}.box-shadow-inset:active,.box-shadow-inset:focus,.box-shadow-inset:hover{box-shadow:inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px rgba(0,0,0,0)}.float-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.float-shadow:active,.float-shadow:focus,.float-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.float-shadow:active:before,.float-shadow:focus:before,.float-shadow:hover:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}@-webkit-keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hover{50%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}@keyframes hover-shadow{0%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}50%{-webkit-transform:translateY(3px);transform:translateY(3px);opacity:1}100%{-webkit-transform:translateY(6px);transform:translateY(6px);opacity:.4}}.hover-shadow{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.hover-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform,opacity;transition-property:transform,opacity}.hover-shadow:active,.hover-shadow:focus,.hover-shadow:hover{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-name:hover;animation-name:hover;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.hover-shadow:active:before,.hover-shadow:focus:before,.hover-shadow:hover:before{opacity:.4;-webkit-transform:translateY(6px);transform:translateY(6px);-webkit-animation-name:hover-shadow;animation-name:hover-shadow;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.shadow-radial{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.shadow-radial:after,.shadow-radial:before{pointer-events:none;position:absolute;content:'';left:0;width:100%;box-sizing:border-box;height:5px;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;transition-property:opacity}.shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);background:radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%)}.shadow-radial:active:after,.shadow-radial:active:before,.shadow-radial:focus:after,.shadow-radial:focus:before,.shadow-radial:hover:after,.shadow-radial:hover:before{opacity:1}.bubble-top{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top;left:calc(50% - 10px);top:0;border-width:0 10px 10px;border-color:transparent transparent #e1e1e1}.bubble-top:active:before,.bubble-top:focus:before,.bubble-top:hover:before{top:-10px}.bubble-right{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right;top:calc(50% - 10px);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.bubble-right:active:before,.bubble-right:focus:before,.bubble-right:hover:before{right:-10px}.bubble-bottom{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom;left:calc(50% - 10px);bottom:0;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent}.bubble-bottom:active:before,.bubble-bottom:focus:before,.bubble-bottom:hover:before{bottom:-10px}.bubble-left{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left;top:calc(50% - 10px);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.bubble-left:active:before,.bubble-left:focus:before,.bubble-left:hover:before{left:-10px}.bubble-float-top{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-top:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);top:0;border-style:solid;border-width:0 10px 10px;border-color:transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:top;transition-property:top}.bubble-float-top:active,.bubble-float-top:focus,.bubble-float-top:hover{-webkit-transform:translateY(5px) translateZ(0);transform:translateY(5px) translateZ(0)}.bubble-float-top:active:before,.bubble-float-top:focus:before,.bubble-float-top:hover:before{top:-10px}.bubble-float-right{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-right:before{position:absolute;z-index:-1;top:calc(50% - 10px);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:right;transition-property:right}.bubble-float-right:active,.bubble-float-right:focus,.bubble-float-right:hover{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.bubble-float-right:active:before,.bubble-float-right:focus:before,.bubble-float-right:hover:before{right:-10px}.bubble-float-bottom{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-bottom:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);bottom:0;border-style:solid;border-width:10px 10px 0;border-color:#e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:bottom;transition-property:bottom}.bubble-float-bottom:active,.bubble-float-bottom:focus,.bubble-float-bottom:hover{-webkit-transform:translateY(-5px) translateZ(0);transform:translateY(-5px) translateZ(0)}.bubble-float-bottom:active:before,.bubble-float-bottom:focus:before,.bubble-float-bottom:hover:before{bottom:-10px}.bubble-float-left{display:inline-block;position:relative;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.bubble-float-left:before{position:absolute;z-index:-1;content:'';top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:left;transition-property:left}.bubble-float-left:active,.bubble-float-left:focus,.bubble-float-left:hover{-webkit-transform:translateX(5px);transform:translateX(5px)}.bubble-float-left:active:before,.bubble-float-left:focus:before,.bubble-float-left:hover:before{left:-10px}.curl-top-left{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:#fff;background:linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-left:active:before,.curl-top-left:focus:before,.curl-top-left:hover:before{width:25px;height:25px}.curl-top-right{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:#fff;background:linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-top-right:active:before,.curl-top-right:focus:before,.curl-top-right:hover:before{width:25px;height:25px}.curl-bottom-right{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:#fff;background:linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-right:active:before,.curl-bottom-right:focus:before,.curl-bottom-right:hover:before{width:25px;height:25px}.curl-bottom-left{display:inline-block;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}.curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:#fff;background:linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,.4);-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:width,height;transition-property:width,height}.curl-bottom-left:active:before,.curl-bottom-left:focus:before,.curl-bottom-left:hover:before{width:25px;height:25px}
.panels .col-md-3{
 *	width: 20% !important;
 *	padding-right:10px;
*}
