/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import 'vendor/bootstrap.min.css';
@import 'vendor/fonts.css';
@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(https://perfectdomain.com/static/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(https://perfectdomain.com/static/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(https://perfectdomain.com/static/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(https://perfectdomain.com/static/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(https://perfectdomain.com/static/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(https://perfectdomain.com/static/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html {
    position: relative;
    min-height: 100%
}

body {
    margin-bottom: 220px
}

@media (max-width:991px) {
    body {
        margin-bottom: 0
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 220px
}

@media (max-width:991px) {
    .footer {
        position: static
    }
}

body {
    color: #0368c1;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased
}

.h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0368c1
}

p {
    color: #0368c1
}

a {
    color: #0368c1
}

a:active,
a:focus {
    text-decoration: none
}

.highlighted {
    color: #0368c1
}

.bold {
    font-weight: 700
}

.seperator {
    height: 2px;
    position: relative;
    background-color: #bac9d0;
    margin: 25px 30px 40px
}

.seperator:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow-seperator.png);
    width: 44px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff
}

.wrapper {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:991px) {
    .wrapper {
        position: relative;
        left: 0;
        padding-top: 60px
    }
}

.wrapper.open {
    z-index: 100;
    left: -260px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wrapper.open .menu {
    right: 0
}

header {
    border-top: 4px solid #ff5a00;
    background-color: #fff
}

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

@media (max-width:991px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2)
    }
}

header .header-content {
    height: 60px;
    position: relative
}

header .header-content .logo {
    float: left;
    width: 255px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .header-content .logo img {
    height: 43px
}

@media (max-width:767px) {
    header .header-content .logo {
        width: 240px
    }
}

header .header-content .mobile-menu-icon {
    display: none;
    float: right;
    padding-top: 7px;
    position: relative;
    height: 50px;
    z-index: 10;
    cursor: pointer
}

header .header-content .mobile-menu-icon i {
    font-size: 40px;
    color: #026667
}

@media (max-width:991px) {
    header .header-content .mobile-menu-icon {
        display: block
    }
}

header .header-content .menu {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    font-family: Roboto, sans-serif;
    float: left;
    list-style: none;
    width: calc(100% - 260px);
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width:991px) {
    header .header-content .menu {
        top: 0;
        display: block;
        right: -260px;
        position: fixed;
        overflow: hidden;
        width: 260px;
        height: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        background-color: #026667;
        transform: none
    }
}

header .header-content .menu>li {
    display: inline-block;
    list-style: none;
    float: left;
    text-align: center
}

header .header-content .menu>li:last-child,
header .header-content .menu>li:nth-last-child(2) {
    float: right
}

header .header-content .menu>li.hover-dropdown {
    position: relative
}

@media (max-width:991px) {
    header .header-content .menu>li.hover-dropdown>a .icon {
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        display: inline-block;
        position: absolute;
        right: 11px;
        top: -1px;
        height: 100%;
        width: 12px;
        background-image: url(../img/dropdown-mobile.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }
    header .header-content .menu>li.hover-dropdown>a .icon.rotate-up {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

header .header-content .menu>li.hover-dropdown>ul {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 1;
    min-width: 160px;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, .7);
    -moz-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, .7);
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, .7)
}

@media (max-width:991px) {
    header .header-content .menu>li.hover-dropdown>ul {
        box-shadow: none;
        position: relative;
        background: 0 0
    }
}

header .header-content .menu>li.hover-dropdown>ul li {
    display: block;
    text-align: left
}

header .header-content .menu>li.hover-dropdown>ul li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media (min-width:992px) {
    header .header-content .menu>li.hover-dropdown:hover>ul {
        display: block!important
    }
}

@media (max-width:991px) {
    header .header-content .menu>li {
        float: none;
        width: 100%;
        text-align: left
    }
}

header .header-content .menu>li a {
    position: relative;
    font-weight: 700;
    font-size: 11px;
    color: #026667;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 11px;
    display: inherit;
    text-transform: uppercase
}

@media (min-width:1200px) {
    header .header-content .menu>li a {
        font-size: 14px
    }
}

@media (max-width:991px) {
    header .header-content .menu>li a {
        color: #fff;
        font-size: 14px;
        width: 100%
    }
}

header .header-content .menu>li a.active {
    color: #fff;
    background-color: #026667
}

header .header-content .menu>li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #026667
}

@media (max-width:991px) {
    header .header-content .menu>li a.btn-gradient {
        box-shadow: none;
        background: 0 0;
        text-align: left;
        padding: 11px!important
    }
}

@media (max-width:991px) {
    header .header-content .menu>li a.btn-gradient:before {
        display: none
    }
}

.searchbox .topbox {
    width: 100%;
    height: 4px;
    background: #e7ebec;
    background: -moz-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #e7ebec), color-stop(33%, #f0f3f4), color-stop(67%, #f8f9f9), color-stop(100%, #fdfdfd));
    background: -webkit-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -o-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -ms-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7ebec', endColorstr='#fdfdfd', GradientType=0)
}

.searchbox div.form {
    padding-top: 10px;
    padding-bottom: 15px
}

.searchbox button {
    margin-left: 20px;
    padding: 11px;
    border: none;
    vertical-align: middle;
    background-image: url(../img/loupe.png);
    background-color: transparent;
    background-repeat: no-repeat
}

.searchbox button:focus {
    outline: 0
}

.searchbox input {
    width: 240px;
    margin-left: 10px;
    border: none;
    color: #646a6a;
    background-color: #fff;
    vertical-align: sub;
    font-size: 17px
}

.searchbox input:focus {
    outline: 0
}

.section-search.domain-v3 {
    padding-bottom: 0
}

.section-search {
    background-image: url(../img/search-section-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 220px;
    padding-top: 25px;
    position: relative
}

.section-search.my-register-section {
    background-image: url(../img/bg-register-v3.jpg)
}

.section-search.contact-section {
    background-image: url(../img/dn-my-domains-v3-bg.jpg)
}

.section-search.contact-section .search-content h1, .section-search.contact-section .search-content h2 {
    font-weight: 700
}

.section-search.save-section {
    background-image: url(../img/dn-my-domains-v3-bg.jpg)
}

.section-search.save-section h2 {
    font-weight: 700
}

.section-search.seller {
    min-height: 245px;
    padding-top: 16px!important;
    background-image: none!important;
    background-color: #ebebeb
}

.section-search.seller .search-content {
    text-align: center
}

.section-search.seller .user {
    padding: 17px 26px;
    border-radius: 42px;
    display: inline-block;
    background-color: #ff5a00
}

.section-search.seller .user span {
    font-family: 'Brandon Grotesque';
    font-size: 36px;
    font-weight: 100;
    color: #fff
}

.section-search.seller h1, .section-search.seller h2 {
    margin-top: 10px!important;
    margin-bottom: 8px;
    font-weight: 100;
    font-size: 30px;
    font-weight: 100!important;
    color: #153131
}

.section-search.seller p {
    font-family: inherit;
    font-size: 15px;
    color: #153131
}

@media (max-width:992px) {
    .section-search {
        padding-bottom: 140px
    }
}

.section-search h1, .section-search h2 {
    font-family: 'Brandon Grotesque';
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 17px
}

.section-search button {
    width: 149px;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.section-search button.btn {
    padding: 0!important
}

@media (max-width:992px) {
    .section-search button {
        width: 100%
    }
}

.section-search p {
    font-family: 'Brandon Grotesque';
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 1.1
}

.section-search .search-content {
    width: 68%;
    margin: auto
}

.section-search .search-content.blog {
    width: 47%
}

.section-search .material-style {
    float: left
}

@media (max-width:992px) {
    .section-search .material-style {
        float: none
    }
}

.section-search.my-domains-section {
    background-image: url(../img/dn-my-domains-v3-bg.jpg);
    padding-top: 40px;
    min-height: 277px;
    line-height: 33px;
    position: relative
}

.section-search.my-domains-section h2 {
    margin-top: 0;
    font-weight: 700
}

.section-search.my-register-section {
    background-image: url(../img/bg-about.jpg);
    padding-top: 40px;
    min-height: 220px;
    line-height: 33px;
    position: relative
}

.section-search.my-register-section h1, .section-search.my-register-section h2 {
    margin-top: 0;
    font-weight: 700
}

.section-search.about-section {
    background-image: url(../img/bg-about.jpg)
}

.section-search.about-section.domain-v3 {
    padding-top: 0;
    background-image: none;
    min-height: 155px;
    border-bottom: 8px solid #f9f9f9
}

.section-search.about-section.domain-v3 h2 {
    margin-top: 15px;
    color: #153131
}

.section-search.about-section.domain-v3 p {
    margin-bottom: 30px;
    color: #153131
}

.section-search.about-section.domain-v3 .topline {
    width: 100%;
    height: 4px;
    background: #e7ebec;
    background: -moz-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #e7ebec), color-stop(33%, #f0f3f4), color-stop(67%, #f8f9f9), color-stop(100%, #fdfdfd));
    background: -webkit-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -o-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -ms-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7ebec', endColorstr='#fdfdfd', GradientType=0)
}

.section-search.about-section.domain-v3 .search-content {
    width: 45%
}

@media (max-width:991px) {
    .section-search.about-section .search-content {
        width: 71%
    }
}

.section-search.about-section h1, .section-search.about-section h2 {
    margin-top: 0;
    font-weight: 700
}

.section-search.about-faq {
    background-image: url(../img/bg-faq.jpg)
}

@media (max-width:991px) {
    .section-search.about-faq .search-content {
        width: 90%
    }
}

.section-search.about-faq h1, .section-search.about-faq h2 {
    margin-top: 0;
    font-weight: 700
}

.section-featured {
    background-color: #ebebeb;
    padding-bottom: 50px
}

.section-featured.padding {
    padding-bottom: 73px
}

.section-featured.domain-v3 {
    padding-bottom: 0;
    background-color: #fff
}

.section-featured.buy-domain-page .content-inner-pages {
    padding-top: 0
}

.section-featured.buy-domain-page .search-domain-box {
    background-color: #fff;
    padding-top: 45px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.section-featured.buy-domain-page .search-domain-box:before {
    display: none
}

.section-featured.buy-domain-page .search-domain-box input,
.section-featured.buy-domain-page .search-domain-box select {
    background-color: #fff
}

.section-featured.buy-domain-page .no-margin {
    margin-top: 0
}

.section-featured.buy-domain-page .content-box h2,
.section-featured.buy-domain-page .content-box h3,
.section-featured.buy-domain-page .inner-headline h2,
.section-featured.buy-domain-page .inner-headline h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    margin: 0 0 20px;
    color: #4E5B5B;
    font-weight: 300
}

.section-featured.buy-domain-page .content-box p,
.section-featured.buy-domain-page .inner-headline p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #8a9898
}

.section-featured.buy-domain-page .inner-headline {
    padding-top: 50px;
    text-align: center
}

.section-featured.buy-domain-page .inner-headline div.line {
    width: 100%;
    height: 1px;
    position: relative;
    top: 10px;
    z-index: 0;
    background-color: #bac9d0
}

.section-featured.buy-domain-page .inner-headline div.arrow-down {
    width: 46px;
    height: 33px;
    margin: auto;
    margin-top: -5px;
    position: relative;
    z-index: 10;
    background-image: url(../img/arrow-down-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.section-featured.buy-domain-page .inner-headline.padding {
    padding-top: 35px
}

@media (max-width:1200px) {
    .section-featured.buy-domain-page .inner-headline.padding {
        padding-top: 9px
    }
}

.section-featured.buy-domain-page .inner-headline.padding h2 {
    margin-bottom: 10px
}

.section-featured.buy-domain-page .inner-headline.padding p {
    margin-bottom: 3px
}

.section-featured.buy-domain-page .content-box {
    margin-top: 21px
}

.section-featured.buy-domain-page .content-box .block {
    margin-bottom: 18px
}

.section-featured.buy-domain-page .content-box .block h3 {
    margin-bottom: 15px;
    text-align: left
}

.section-featured.buy-domain-page .content-box .block p {
    text-align: left
}

.section-featured.buy-domain-page .content-box .image {
    width: 92px;
    height: 92px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:1200px) {
    .section-featured.buy-domain-page .content-box .image {
        width: 80px;
        height: 80px
    }
}

@media (max-width:768px) {
    .section-featured.buy-domain-page .content-box .image {
        margin: auto;
        margin-bottom: 20px;
        float: none
    }
}

.section-featured.buy-domain-page .content-box .image1 {
    background-image: url(../img/premium-domain-icon.svg)
}

.section-featured.buy-domain-page .content-box .image2 {
    background-image: url(../img/logo-design-icon.svg)
}

.section-featured.buy-domain-page .content-box .image3 {
    background-image: url(../img/1-icon.svg)
}

.section-featured.buy-domain-page .content-box .image4 {
    background-image: url(../img/2-icon.svg)
}

.section-featured.buy-domain-page .content-box .image5 {
    background-image: url(../img/3-icon.svg)
}

.section-featured.buy-domain-page .content-box .content-text {
    width: 79%;
    float: right
}

@media (max-width:1200px) {
    .section-featured.buy-domain-page .content-box .content-text {
        width: 76%
    }
}

@media (max-width:768px) {
    .section-featured.buy-domain-page .content-box .content-text {
        width: 100%;
        float: none
    }
    .section-featured.buy-domain-page .content-box .content-text h3,
    .section-featured.buy-domain-page .content-box .content-text p {
        text-align: center
    }
}

.section-featured.buy-domain-page .content-box.box-1 {
    padding-top: 75px
}

.section-featured.buy-domain-page .content-box.box-1 .block {
    margin-bottom: 65px
}

@media (max-width:992px) {
    .section-featured.buy-domain-page .content-box {
        padding-top: 75px
    }
    .section-featured.buy-domain-page .content-box .block {
        margin-bottom: 65px
    }
}

.section-featured.how-it-works-page .featured-content .domains-list-box {
    background-image: url(../img/how-it-work-ul-bg.png)
}

@media (max-width:768px) {
    .section-featured.how-it-works-page .featured-content .domains-list-box {
        background: 0 0
    }
}

@media (max-width:991px) {
    .section-featured.how-it-works-page .featured-content .domains-list-box {
        background-image: none
    }
}

.section-featured.how-it-works-page .featured-content .domains-list-box .domains-list {
    background-image: url(../img/top-to-bottom2.png);
    background-position: left 30px top 40px
}

@media (max-width:991px) {
    .section-featured.how-it-works-page .featured-content .domains-list-box .domains-list {
        background-image: none
    }
}

@media (max-width:991px) {
    .section-featured.how-it-works-page .featured-content .domains-list-box .domains-list .list-number {
        top: -8px
    }
}

.section-featured .featured-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 41px 52px 0;
    text-align: center
}

.section-featured .featured-content.seller {
    padding: 0 17px 0
}

.section-featured .featured-content.domain-v2 {
    padding-left: 0;
    padding-right: 0
}

.section-featured .featured-content.domain-v3 {
    padding-left: 0;
    padding-right: 0
}

.section-featured .featured-content h3 {
    font-family: 'Brandon Grotesque';
    font-weight: 300;
    font-size: 24px;
    color: #153131;
    text-align: center;
    text-transform: uppercase
}

.section-featured .featured-content h6 {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #153131;
    opacity: .5
}

.section-featured .featured-content .title-bord {
    height: 2px;
    position: relative;
    background-color: #bac9d0;
    margin: 12px 0 15px 0
}

.section-featured .featured-content .title-bord img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -8px
}

.section-featured .featured-content .register-now-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 40px auto;
    display: block;
    width: 134px
}

.section-featured .featured-content .box {
    display: inline-block;
    width: calc((100% - 70px)/ 4);
    margin: 20px 7px 0;
    height: 255px;
    padding-top: 30px;
    position: relative
}

@media (max-width:1200px) {
    .section-featured .featured-content .box {
        width: calc((100% - 50px)/ 3)
    }
}

@media (max-width:992px) {
    .section-featured .featured-content .box {
        width: calc((100% - 35px)/ 2)
    }
}

@media (max-width:768px) {
    .section-featured .featured-content .box {
        width: 100%;
        max-width: 230px
    }
}

.section-featured .featured-content .box img {
    height: 130px
}

.section-featured .featured-content .box .image {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-featured .featured-content .box .price-cont {
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #dce4e7;
    background-color: #f9f9f9
}

.section-featured .featured-content .box .price-cont span.price {
    display: inline-block;
    margin-left: 11px;
    margin-top: 5px;
    font-size: 14px;
    color: #bbcbd1
}

.section-featured .featured-content .box .price-cont button {
    width: 71px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase
}

.section-featured .featured-content .box .price-boxes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #193030;
    height: 63px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 14px;
    -webkit-transition: height ease 1s;
    -moz-transition: height ease 1s;
    -o-transition: height ease 1s;
    transition: height ease 1s;
    overflow: hidden
}

.section-featured .featured-content .box .price-boxes .sale-badge {
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    height: 65px;
    content: "FOR SALE";
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding: 20px 10px 0 28px;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    background-repeat: no-repeat;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.section-featured .featured-content .box .price-boxes .sale-badge.orange-badge {
    background-image: url(../img/orange_arrow_bg.png)
}

.section-featured .featured-content .box .price-boxes .sale-badge.grey-badge {
    background-image: url(../img/grey_arrow_bg.png)
}

.section-featured .featured-content .box .price-boxes:hover {
    cursor: pointer;
    height: 255px!important;
    -webkit-transition: height ease 1s;
    -moz-transition: height ease 1s;
    -o-transition: height ease 1s;
    transition: height ease 1s;
}

.section-featured .featured-content .box .price-boxes:hover ul {
    opacity: 1
}

.section-featured .featured-content .box .price-boxes:hover .sale-badge {
    top: 10px;
    right: -5px
}

.section-featured .featured-content .box .price-boxes p {
    margin: 0
}

.section-featured .featured-content .box .price-boxes .address-p {
    font-size: 18px;
    color: #fff;
    text-align: left
}

.section-featured .featured-content .box .price-boxes .price-p {
    font-weight: 700;
    font-size: 26px;
    color: #08ce4e;
    text-align: left;
    margin-top: -4px
}

.section-featured .featured-content .box .price-boxes ul {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    opacity: 0
}

.section-featured .featured-content .box .price-boxes ul li {
    list-style: none;
    float: left;
    text-align: left;
    overflow: hidden;
    width: 98px
}

.section-featured .featured-content .box .price-boxes ul li .address-li {
    font-size: 12px;
    color: #fff
}

.section-featured .featured-content .box .price-boxes ul li .price-li {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.section-featured .featured-content .brows-domain-btn {
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 255px;
    margin: 57px auto 13px
}

.section-featured .featured-content .domains-list-box {
    background-image: url(../img/list-part-bg.png);
    background-repeat: no-repeat;
    background-position: left 120px bottom 10px
}

@media (max-width:992px) {
    .section-featured .featured-content .domains-list-box {
        background-position: left 90px bottom 40px
    }
}

@media (max-width:991px) {
    .section-featured .featured-content .domains-list-box {
        background: 0 0;
        padding-left: 20px
    }
}

.section-featured .featured-content .domains-list-box .domains-list {
    padding-bottom: 72px;
    background-image: url(../img/top-to-bottom.png);
    background-repeat: no-repeat;
    background-position: left 20px top 40px;
    margin-top: -20px
}

.section-featured .featured-content .domains-list-box .domains-list.first-child {
    margin-top: 35px
}

.section-featured .featured-content .domains-list-box .domains-list.last-child {
    background-image: none
}

.section-featured .featured-content .domains-list-box .domains-list h6 {
    font-size: 16px;
    font-weight: 700;
    color: #153131;
    text-align: left;
    position: relative;
    padding-left: 55px;
    opacity: 1
}

.section-featured .featured-content .domains-list-box .domains-list .list-number {
    position: absolute;
    left: 0;
    top: -17px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border: 1px solid;
    padding: 2px;
    text-align: center;
    line-height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.section-featured .featured-content .domains-list-box .domains-list .list-number i {
    width: 100%;
    height: 100%;
    display: block;
    font-style: normal;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.light-green {
    border-color: #c2f3d4
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.light-green i {
    background-color: #08ce4e
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.green {
    border-color: #dcebd9
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.green i {
    background-color: #5aa449
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.dark-green {
    border-color: #dee0cf
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.dark-green i {
    background-color: #878e46
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.brown {
    border-color: #ead3c7
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.brown i {
    background-color: #c17043
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.red {
    border-color: #f8ccc6
}

.section-featured .featured-content .domains-list-box .domains-list .list-number.red i {
    background-color: #f55640
}

.section-featured .featured-content .domains-list-box .domains-list ul {
    padding: 0;
    margin: 0;
    margin-left: 55px
}

.section-featured .featured-content .domains-list-box .domains-list ul li {
    list-style: none;
    background-image: url(../img/list-green-style.png);
    background-repeat: no-repeat;
    background-position: top 2px left;
    color: #153131;
    font-size: 14px;
    text-align: left;
    padding-left: 20px
}

@media (max-width:991px) {
    .section-featured .featured-content .domains-list-box .domains-list {
        background-image: none
    }
}

.section-featured .featured-content .partners-box {
    text-align: center;
    padding: 40px 0
}

.section-featured .featured-content .partners-box a {
    display: inline-block;
    margin: 0 15px
}

@media (max-width:768px) {
    .section-featured .featured-content .partners-box a {
        margin-bottom: 20px
    }
}

.section-featured .featured-content .partners-box.domain-newsletter {
    overflow: hidden;
    width: 700px;
    margin: auto;
    padding: 20px 10px
}

@media (max-width:767px) {
    .section-featured .featured-content .partners-box.domain-newsletter {
        width: 100%
    }
}

.section-featured .featured-content .partners-box.domain-newsletter p {
    font-weight: 700;
    font-size: 16px;
    color: #153131;
    float: left;
    margin-left: 13px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .featured-content .partners-box.domain-newsletter p {
        float: none
    }
}

@media (max-width:767px) {
    .section-featured .featured-content .partners-box.domain-newsletter p {
        float: none;
        font-size: 15px;
        margin-left: 0
    }
}

.section-featured .featured-content .domain-newsletter-subscription {
    width: 800px;
    overflow: hidden;
    padding: 0 20px 60px;
    margin: auto
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .featured-content .domain-newsletter-subscription {
        width: 100%
    }
}

@media (max-width:767px) {
    .section-featured .featured-content .domain-newsletter-subscription {
        width: 100%
    }
}

.section-featured .featured-content .domain-newsletter-subscription .form-group {
    width: 60%
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .featured-content .domain-newsletter-subscription .form-group {
        width: calc(100% - 25px)
    }
}

@media (max-width:767px) {
    .section-featured .featured-content .domain-newsletter-subscription .form-group {
        width: calc(100% - 25px)
    }
}

.section-featured .featured-content .domain-newsletter-subscription .form-group input {
    width: 460px;
    float: left;
    margin: 15px 0 0 15px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .featured-content .domain-newsletter-subscription .form-group input {
        width: 100%;
        float: none
    }
}

@media (max-width:767px) {
    .section-featured .featured-content .domain-newsletter-subscription .form-group input {
        width: 100%;
        float: none
    }
}

.section-featured .featured-content .domain-newsletter-subscription .btn-gradient {
    width: 260px;
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .featured-content .domain-newsletter-subscription .btn-gradient {
        width: calc(100% - 25px)
    }
}

@media (max-width:767px) {
    .section-featured .featured-content .domain-newsletter-subscription .btn-gradient {
        width: calc(100% - 25px)
    }
}

.section-featured .content-inner-pages.domain-v3 {
    padding: 0;
    padding-top: 35px;
    margin-top: 0
}

.section-featured h3.align-left {
    text-align: left
}

.section-featured .box {
    max-width: 215px;
    width: 215px;
    margin: 36px 4px auto;
    border: 1px solid #dce4e7;
    border-radius: 3px;
    height: 225px;
    margin-bottom: 10px
}

@media (max-width:480px) {
    .section-featured .box {
        max-width: 100%
    }
}

.section-featured .box .price-boxes ul li {
    width: 93px
}

.section-featured .box:first-child {
    margin-left: 0
}

.section-featured .box .price-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #193030;
    height: 63px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 14px;
    margin-bottom: 0;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s
}

.section-featured .box .price-box .sale-badge {
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    height: 50px;
    content: "FOR SALE";
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px 0 28px;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.section-featured .box .price-box .sale-badge.orange-badge {
    background-image: url(../img/orange_arrow_bg.png)
}

.section-featured .box .price-box .sale-badge.grey-badge {
    background-image: url(../img/grey_arrow_bg.png)
}

.section-featured .box .price-box.hidden-box {
    visibility: hidden;
    opacity: 0
}

.section-featured .box .price-box.hover {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    height: 225px!important;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s
}

.section-featured .box .price-box.hover ul {
    opacity: 1
}

.section-featured .box .price-box.hover .sale-badge {
    top: 7px;
    right: -5px
}

.section-featured .box .price-box p {
    margin: 0
}

.section-featured .box .price-box .address-p {
    margin-top: 7px;
    font-size: 14px;
    color: #fff;
    text-align: left
}

.section-featured .box .price-box .price-p {
    font-weight: 700;
    font-size: 20px;
    color: #08ce4e;
    text-align: left;
    margin-top: 2px
}

.section-featured .box .price-box ul {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    opacity: 0
}

.section-featured .box .price-box ul li {
    list-style: none;
    float: left;
    text-align: left;
    overflow: hidden;
    width: 92px
}

.section-featured .box .price-box ul li .address-li {
    font-size: 12px;
    color: #fff
}

.section-featured .box .price-box ul li .price-li {
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.section-featured .btn-primary {
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    line-height: 46px;
    border-radius: 3px;
    font-family: 'Brandon Grotesque';
    background-color: #026667;
    border-top: 5px solid #1e7778;
    transition-duration: .2s;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition-timing-function: ease
}

.section-featured .btn-primary:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    border-color: #1e7778;
    background-color: #1e7778
}

.section-featured .btn-primary:active {
    border-color: #1e7778;
    background-color: #1e7778
}

.section-featured .btn-success {
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    border-radius: 3px;
    font-family: 'Brandon Grotesque';
    background-color: #81CD1F;
    border-top: 5px solid #8FD238;
    transition-duration: .2s;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition-timing-function: ease
}

.section-featured .btn-success:hover {
    background-color: #8FD238;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease
}

.section-featured .btn-success:active {
    border-color: #17ad85;
    background-color: #17ad85
}

.section-featured .domain-page .row.top-cont {
    padding-top: 17px;
    padding-bottom: 20px;
    border-bottom: 8px solid #e4e4e4;
    background-color: #f9f9f9
}

.section-featured .domain-page .row.top-cont div.side-bar div.img-box {
    background-color: #fff
}

.section-featured .domain-page div.row-cont {
    margin-top: 12px
}

.section-featured .domain-page div.row-cont h3.other-names {
    text-align: left;
    font-family: 'Brandon Grotesque';
    font-weight: 300;
    font-size: 24px;
    color: #153131;
    text-transform: uppercase
}

.section-featured .domain-page div.row-cont div.form {
    background-color: #f9f9f9
}

.section-featured .domain-page div.row-cont div.form .g-recaptcha {
    margin: 23px auto
}

.section-featured .domain-page div.row-cont div.form .g-recaptcha>div {
    margin: auto
}

@media (max-width:1200px) {
    .section-featured .domain-page div.row-cont div.form {
        margin-top: 32px;
        display: inline-block;
        float: none!important
    }
}

.section-featured .domain-page div.row-cont .box {
    max-width: 215px;
    width: 215px;
    margin: 36px 4px auto;
    border: 1px solid #dce4e7;
    border-radius: 3px;
    height: 225px;
    margin-bottom: 10px
}

@media (max-width:480px) {
    .section-featured .domain-page div.row-cont .box {
        max-width: 100%
    }
}

.section-featured .domain-page div.row-cont .box .price-boxes ul li {
    width: 93px
}

.section-featured .domain-page div.row-cont .box:first-child {
    margin-left: 0
}

.section-featured .domain-page div.row-cont .box .price-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #193030;
    height: 63px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 14px;
    margin-bottom: 0;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s
}

.section-featured .domain-page div.row-cont .box .price-box .sale-badge {
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    height: 50px;
    content: "FOR SALE";
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px 0 28px;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.section-featured .domain-page div.row-cont .box .price-box .sale-badge.orange-badge {
    background-image: url(../img/orange_arrow_bg.png)
}

.section-featured .domain-page div.row-cont .box .price-box .sale-badge.grey-badge {
    background-image: url(../img/grey_arrow_bg.png)
}

.section-featured .domain-page div.row-cont .box .price-box.hidden-box {
    visibility: hidden;
    opacity: 0
}

.section-featured .domain-page div.row-cont .box .price-box.hover {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    height: 225px!important;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s
}

.section-featured .domain-page div.row-cont .box .price-box.hover ul {
    opacity: 1
}

.section-featured .domain-page div.row-cont .box .price-box.hover .sale-badge {
    top: 7px;
    right: -5px
}

.section-featured .domain-page div.row-cont .box .price-box p {
    margin: 0
}

.section-featured .domain-page div.row-cont .box .price-box .address-p {
    margin-top: 7px;
    font-size: 14px;
    color: #fff;
    text-align: left
}

.section-featured .domain-page div.row-cont .box .price-box .price-p {
    font-weight: 700;
    font-size: 20px;
    color: #08ce4e;
    text-align: left;
    margin-top: 2px
}

.section-featured .domain-page div.row-cont .box .price-box ul {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    opacity: 0
}

.section-featured .domain-page div.row-cont .box .price-box ul li {
    list-style: none;
    float: left;
    text-align: left;
    overflow: hidden;
    width: 92px
}

.section-featured .domain-page div.row-cont .box .price-box ul li .address-li {
    font-size: 12px;
    color: #fff
}

.section-featured .domain-page div.row-cont .box .price-box ul li .price-li {
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.section-featured .domain-page.domain-page-v2 div.row-cont {
    padding: 0 52px;
    margin-right: 0;
    margin-left: 0
}

.section-featured .domain-page.domain-page-v2 div.row-cont div.business-names {
    float: none;
    margin: auto
}

.section-featured .domain-page.domain-page-v2 div.row-cont .box {
    margin-bottom: 0;
    margin-top: 9px
}

.section-featured .domain-page.domain-page-v2 div.row-cont .register .form-group {
    margin-top: 8px;
    margin-bottom: 15px
}

.section-featured .domain-page.domain-page-v2 div.row-cont .register .form-group label {
    font-size: 22px
}

.section-featured .domain-page.domain-page-v2 div.domains-list-box {
    padding: 0 52px
}

.section-featured .domain-page.domain-page-v2 div.domains-list-box {
    padding: 0 52px
}

.section-featured .domain-page.domain-page-v2 div.row.top-cont {
    background-color: transparent;
    border-bottom: none;
    padding-bottom: 0;
    padding: 0 52px;
    margin-left: 0;
    margin-right: 0
}

.section-featured .domain-page.domain-page-v2 .content-box h2,
.section-featured .domain-page.domain-page-v2 .content-box h3,
.section-featured .domain-page.domain-page-v2 .inner-headline h2,
.section-featured .domain-page.domain-page-v2 .inner-headline h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    margin: 0 0 20px;
    color: #4E5B5B;
    font-weight: 300
}

.section-featured .domain-page.domain-page-v2 .content-box p,
.section-featured .domain-page.domain-page-v2 .inner-headline p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #8a9898
}

.section-featured .domain-page.domain-page-v2 .inner-headline {
    padding-top: 50px;
    margin-bottom: 20px;
    text-align: center
}

.section-featured .domain-page.domain-page-v2 .inner-headline div.line {
    width: 90%;
    height: 1px;
    margin: auto;
    position: relative;
    top: 10px;
    z-index: 0;
    background-color: #bac9d0
}

.section-featured .domain-page.domain-page-v2 .inner-headline div.arrow-down {
    width: 46px;
    height: 33px;
    margin: auto;
    margin-top: -5px;
    position: relative;
    z-index: 10;
    background-image: url(../img/arrow-down-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.section-featured .domain-page.domain-page-v2 .inner-headline.padding {
    padding-top: 35px
}

@media (max-width:1200px) {
    .section-featured .domain-page.domain-page-v2 .inner-headline.padding {
        padding-top: 9px
    }
}

.section-featured .domain-page.domain-page-v2 .inner-headline.padding h2 {
    margin-bottom: 10px
}

.section-featured .domain-page.domain-page-v2 .inner-headline.padding p {
    margin-bottom: 3px
}

.section-featured .domain-page.domain-page-v2 .price-content {
    margin-top: 60px
}

@media (max-width:992px) {
    .section-featured .domain-page.domain-page-v2 .price-content {
        margin-top: 10px
    }
}

.section-featured .domain-page.domain-page-v2 .price-content h5 {
    font-size: 36px
}

.section-featured .domain-page.domain-page-v2 .price-content h5 i {
    vertical-align: middle
}

.section-featured .domain-page.domain-page-v2 .price-content div.price {
    margin-right: 0
}

.section-featured .domain-page.domain-page-v2 .price-content div.price span {
    font-size: 30px
}

@media (max-width:992px) {
    .section-featured .domain-page.domain-page-v2 .price-content div.price {
        margin-bottom: 15px
    }
}

@media (max-width:992px) {
    .section-featured .domain-page.domain-page-v2 .price-content .green-price,
    .section-featured .domain-page.domain-page-v2 .price-content h5 {
        text-align: center
    }
}

.section-featured .domain-page.domain-page-v2 .price-content div.btn-cont button {
    margin-top: 15px
}

@media (max-width:992px) {
    .section-featured .domain-page.domain-page-v2 .price-content div.btn-cont button {
        margin: auto
    }
}

.section-featured .domain-page.domain-page-v2 .price-content-box {
    margin-top: 15px;
    padding: 1px 77px;
    background-color: #f9f9f9
}

.section-featured .domain-page.domain-page-v2 .price-content-box ul div.block.block1 {
    width: 70%
}

@media (max-width:768px) {
    .section-featured .domain-page.domain-page-v2 .price-content-box ul div.block.block1 {
        width: 100%
    }
}

.section-featured .domain-page.domain-page-v2 .price-content-box ul div.block {
    width: 26%
}

@media (max-width:768px) {
    .section-featured .domain-page.domain-page-v2 .price-content-box ul div.block {
        width: 100%
    }
}

.section-featured .domain-page.domain-page-v2 .price-content-box ul li {
    width: 33%
}

@media (max-width:768px) {
    .section-featured .domain-page.domain-page-v2 .price-content-box ul li {
        width: 100%;
        text-align: left!important
    }
}

@media (max-width:768px) {
    .section-featured .domain-page.domain-page-v2 .price-content-box ul li p {
        text-align: left!important
    }
}

.section-featured .domain-page.domain-page-v3 .price-content div.btn-cont button {
    margin-top: 10px
}

.section-featured .domain-page.domain-page-v3 .top-cont {
    padding: 0 52px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
    background-color: transparent
}

.section-featured .domain-page.domain-page-v3 .content-box h2,
.section-featured .domain-page.domain-page-v3 .content-box h3,
.section-featured .domain-page.domain-page-v3 .inner-headline h2,
.section-featured .domain-page.domain-page-v3 .inner-headline h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    margin: 0 0 20px;
    color: #4E5B5B;
    font-weight: 300
}

.section-featured .domain-page.domain-page-v3 .content-box p,
.section-featured .domain-page.domain-page-v3 .inner-headline p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #8a9898
}

.section-featured .domain-page.domain-page-v3 .inner-headline {
    padding-top: 50px;
    text-align: center
}

.section-featured .domain-page.domain-page-v3 .inner-headline div.line {
    width: 100%;
    height: 1px;
    position: relative;
    top: 10px;
    z-index: 0;
    background-color: #bac9d0
}

.section-featured .domain-page.domain-page-v3 .inner-headline div.arrow-down {
    width: 46px;
    height: 33px;
    margin: auto;
    margin-top: -5px;
    position: relative;
    z-index: 10;
    background-image: url(../img/arrow-down-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.section-featured .domain-page.domain-page-v3 .inner-headline.padding {
    padding-top: 35px
}

@media (max-width:1200px) {
    .section-featured .domain-page.domain-page-v3 .inner-headline.padding {
        padding-top: 9px
    }
}

.section-featured .domain-page.domain-page-v3 .inner-headline.padding h2 {
    margin-bottom: 10px
}

.section-featured .domain-page.domain-page-v3 .inner-headline.padding p {
    margin-bottom: 3px
}

.section-featured .domain-page.domain-page-v3 div.inner-headline.business {
    margin-bottom: 15px
}

.section-featured .domain-page.domain-page-v3 .row-cont.domains {
    margin-right: 0;
    margin-left: 0;
    padding: 0 52px;
    padding-bottom: 55px
}

.section-featured .domain-page.domain-page-v3 .info-cont {
    background-color: #f9f9f9
}

.section-featured .domain-page.domain-page-v3 .info-cont .topline {
    width: 100%;
    height: 4px;
    background: #e7ebec;
    background: -moz-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #e7ebec), color-stop(33%, #f0f3f4), color-stop(67%, #f8f9f9), color-stop(100%, #fdfdfd));
    background: -webkit-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -o-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: -ms-linear-gradient(top, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #e7ebec 0, #f0f3f4 33%, #f8f9f9 67%, #fdfdfd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7ebec', endColorstr='#fdfdfd', GradientType=0)
}

.section-featured .domain-page.domain-page-v3 .info-cont div.down {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: -25px;
    border-radius: 100%;
    background-color: #fff
}

.section-featured .domain-page.domain-page-v3 .info-cont div.down .down-image {
    width: 95%;
    height: 95%;
    margin: auto;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: center
}

.section-featured .domain-page.domain-page-v3 .row-cont.info {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0 52px
}

.section-featured .domain-page.domain-page-v3 .row-cont.info div.inner-headline {
    padding-top: 95px
}

.section-featured .domain-page.domain-page-v3 .row-cont.info div.arrow-down {
    background-image: url(../img/arrow-down-green_bg.png)
}

.section-featured .domain-page.domain-page-v3 .how {
    padding-top: 53px;
    padding-bottom: 10px
}

.section-featured .domain-page.domain-page-v3 .how h3 {
    margin: 0
}

.section-featured .domain-page.domain-page-v3 .row.how-to,
.section-featured .domain-page.domain-page-v3 .row.line {
    margin-right: 0;
    margin-left: 0;
    padding: 0 52px
}

.section-featured .domain-page.domain-page-v3 .row.how-to {
    padding-bottom: 95px
}

.section-featured .domain-page.domain-page-v3 .how-cont {
    background-color: #f9f9f9
}

.section-featured .domain-page.domain-page-v3 .how-cont .seperator:before {
    background-color: transparent;
    background-image: url(../img/arrow-down-green_bg.png)
}

.section-featured .domain-page.domain-page-v3 .row-cont .box {
    margin-bottom: 0;
    margin-top: 9px
}

.section-featured .domain-page.domain-page-v3 .row-cont .register .form-group {
    margin-top: 8px;
    margin-bottom: 15px
}

.section-featured .domain-page.domain-page-v3 .row-cont .register .form-group label {
    font-size: 22px
}

.section-featured .domain-page .what-do-i-get .content-box {
    margin-top: 21px
}

.section-featured .domain-page .what-do-i-get .content-box .block {
    margin-bottom: 18px
}

.section-featured .domain-page .what-do-i-get .content-box .block h3 {
    margin-top: 28px;
    margin-bottom: 15px
}

.section-featured .domain-page .what-do-i-get .content-box .block p {
    text-align: center
}

.section-featured .domain-page .what-do-i-get .content-box .image {
    width: 92px;
    height: 92px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:1200px) {
    .section-featured .domain-page .what-do-i-get .content-box .image {
        width: 80px;
        height: 80px
    }
}

@media (max-width:768px) {
    .section-featured .domain-page .what-do-i-get .content-box .image {
        margin-bottom: 20px
    }
}

.section-featured .domain-page .what-do-i-get .content-box .image1 {
    background-image: url(../img/premium-domain-icon.svg)
}

.section-featured .domain-page .what-do-i-get .content-box .image2 {
    background-image: url(../img/logo-design-icon.svg)
}

.section-featured .domain-page .what-do-i-get .content-box .content-text {
    width: 79%;
    text-align: center;
    margin: auto
}

@media (max-width:1200px) {
    .section-featured .domain-page .what-do-i-get .content-box .content-text {
        width: 76%
    }
}

@media (max-width:768px) {
    .section-featured .domain-page .what-do-i-get .content-box .content-text {
        width: 100%;
        float: none
    }
    .section-featured .domain-page .what-do-i-get .content-box .content-text h3,
    .section-featured .domain-page .what-do-i-get .content-box .content-text p {
        text-align: center
    }
}

.section-featured .domain-page .what-do-i-get .content-box.box-1 {
    padding-top: 24px
}

.section-featured .domain-page .what-do-i-get .content-box.box-1 .block {
    margin-bottom: 65px
}

@media (max-width:992px) {
    .section-featured .domain-page .what-do-i-get .content-box {
        padding-top: 75px
    }
    .section-featured .domain-page .what-do-i-get .content-box .block {
        margin-bottom: 65px
    }
}

.section-featured .domain-page div.row-cont div.form.form1 {
    background-color: transparent
}

.section-featured .domain-page div.row-cont div.form.form1 p {
    text-align: center
}

.section-featured .domain-page div.how h3 {
    margin-top: 53px
}

.section-featured .domain-page div.how-works-cont {
    background-image: url(../img/arrows.png);
    background-repeat: no-repeat;
    background-position: 175px
}

@media (max-width:1200px) {
    .section-featured .domain-page div.how-works-cont {
        background-image: none
    }
}

.section-featured .domain-page p {
    font-size: 14px;
    color: #a6acac;
    text-align: left
}

.section-featured .domain-page .img-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dce4e7;
    box-shadow: 0 0 13px 0 rgba(186, 201, 208, .176);
    width: 100%;
    padding: 91px 0 91px
}

.section-featured .domain-page .img-box img {
    margin: auto;
    display: block
}

.section-featured .domain-page .box-sizing {
    background-color: #F9F9F9;
    margin-top: 25px;
    padding: 0 10px 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.section-featured .domain-page .box-sizing span {
    font-size: 13px;
    font-style: italic;
    color: #193030;
    padding: 10px 3px;
    display: block;
    text-align: left
}

.section-featured .domain-page .price-box {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e0e4e5;
    position: relative;
    padding: 11px 14px;
    margin-bottom: 11px;
    display: block;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.section-featured .domain-page .price-box:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 #ccc, 0 0 1.5rem 0 rgba(0, 0, 0, .15)
}

.section-featured .domain-page .price-box p {
    margin: 0;
    line-height: 20px
}

.section-featured .domain-page .price-box .address-li {
    color: #193030;
    font-size: 18px;
    margin-bottom: 3px
}

.section-featured .domain-page .price-box .price-li {
    color: #08ce4e;
    font-size: 26px;
    font-weight: 700
}

.section-featured .domain-page .price-box .sale-badge {
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    height: 65px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 20px 10px 0 28px;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    background-repeat: no-repeat;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-image: url(../img/light_arrow_bg.png)
}

.section-featured .domain-page .price-content h1, .section-featured .domain-page .price-content h5 {
    color: #193030;
    font-size: 24px;
    font-weight: 700;
    text-align: left
}

@media (max-width:767px) {
    .section-featured .domain-page .price-content h5 {
        text-align: center
    }
}

.section-featured .domain-page .price-content h5 i {
    color: #bac9d0;
    font-size: 20px
}

.section-featured .domain-page .price-content div.price {
    margin-right: 15px
}

.section-featured .domain-page .price-content div.price span {
    font-style: normal;
    padding: 0;
    text-align: left;
    display: block;
    color: #08ce4e;
    font-size: 26px;
    font-weight: 700
}

@media (max-width:395px) {
    .section-featured .domain-page .price-content div.price {
        width: 100%;
        float: none!important
    }
}

.section-featured .domain-page .price-content div.btn-cont button {
    margin-top: 31px;
    width: 150px;
    text-transform: uppercase
}

@media (max-width:480px) {
    .section-featured .domain-page .price-content div.btn-cont button {
        width: 100%;
        float: none!important
    }
}

.section-featured .domain-page .price-content-box {
    width: 100%;
    color: #193030;
    text-align: left
}

.section-featured .domain-page .price-content-box ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    overflow: hidden
}

.section-featured .domain-page .price-content-box ul div.block {
    width: 44%;
    display: inline-block;
    vertical-align: top
}

.section-featured .domain-page .price-content-box ul div.block.block1 {
    width: 52%
}

@media (max-width:768px) {
    .section-featured .domain-page .price-content-box ul div.block.block1 {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:481px) {
    .section-featured .domain-page .price-content-box ul div.block.block1 li {
        width: 100%
    }
}

@media (max-width:768px) {
    .section-featured .domain-page .price-content-box ul div.block2 {
        width: 100%
    }
}

.section-featured .domain-page .price-content-box ul div.block2 li {
    float: none;
    width: 100%
}

@media (max-width:768px) {
    .section-featured .domain-page .price-content-box ul div.block2 li p {
        text-align: left
    }
}

.section-featured .domain-page .price-content-box ul li {
    list-style: none;
    float: left;
    text-align: left;
    overflow: hidden;
    width: 48%;
    min-height: 50px
}

.section-featured .domain-page .price-content-box ul li .address-li {
    font-size: 13px;
    color: #193030;
    margin: 0
}

.section-featured .domain-page .price-content-box ul li .price-li {
    font-size: 15px;
    font-weight: 700;
    color: #193030
}

.section-featured .domain-page .price-content-box ul li .blue-odd {
    color: #04c4fb;
    font-size: 15px;
    font-weight: 700
}

@media (max-width:768px) and (min-width:481px) {
    .section-featured .domain-page .price-content-box ul li:nth-child(even) {
        text-align: right
    }
}

@media (max-width:768px) and (min-width:481px) {
    .section-featured .domain-page .price-content-box ul li:nth-child(even) p {
        text-align: right
    }
}

.section-featured .domain-page .register {
    margin: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden;
    padding-bottom: 49px
}

.section-featured .domain-page .register .form-group {
    margin-top: 10px;
    margin-bottom: 10px
}

.section-featured .domain-page .register .btn {
    text-transform: uppercase;
    width: 100%
}

@media (max-width:767px) {
    .section-featured .domain-page .register .btn {
        float: none;
        width: 100%
    }
}

.section-featured .domain-page .domains-list-box {
    background: 0 0;
    text-align: center
}

.section-featured .domain-page .domains-list-box .domains-list {
    display: inline-block;
    width: 30%;
    margin: 30px 15px 15px;
    background-image: none;
    padding-bottom: 0
}

@media (max-width:1200px) {
    .section-featured .domain-page .domains-list-box .domains-list {
        width: 40%
    }
}

@media (max-width:992px) {
    .section-featured .domain-page .domains-list-box .domains-list {
        width: 50%
    }
}

@media (max-width:768px) {
    .section-featured .domain-page .domains-list-box .domains-list {
        width: auto
    }
}

.section-featured .domain-page .domains-list-box .domains-list h6 .list-number {
    top: 0
}

@media (max-width:768px) {
    .section-featured .domain-page .domains-list-box .domains-list h6 .list-number {
        top: -10px
    }
}

.section-featured .seller-page .seperator {
    margin: 25px 222px 35px
}

.section-featured .seller-page .other-names {
    margin-top: 10px;
    display: inline-block;
    font-size: 30px
}

.section-featured .seller-page .button {
    margin-left: 15px;
    padding: 2px 26px;
    padding-bottom: 7px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 34px;
    vertical-align: super
}

.section-featured .seller-page .btn-primary {
    padding-bottom: 4px;
    line-height: 30px;
    padding-top: 1px;
    vertical-align: super;
    position: relative;
    top: 1px
}

.section-featured .seller-page .row.search {
    display: none;
    margin-left: -17px;
    margin-right: -17px
}

.section-featured .seller-page .search-section {
    margin-top: 23px;
    position: relative;
    background-color: #f9f9f9
}

.section-featured .seller-page .search-section:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f9f9f9;
    border-width: 25px;
    margin-left: 215px
}

.section-featured .seller-page .search-section .material-style {
    margin-top: 47px;
    margin-bottom: 41px;
    display: inline-block
}

.section-featured .seller-page .search-section .material-style select {
    width: 270px;
    border-color: #dde0e1;
    color: #8a9090;
    background-image: url(../img/select-arrow.png), #ebeff0;
    background-image: url(../img/select-arrow.png), -moz-linear-gradient(top, #ebeff0 0, #d6dbdc 100%);
    background-image: url(../img/select-arrow.png), -webkit-gradient(left top, left bottom, color-stop(0, #ebeff0), color-stop(100%, #d6dbdc));
    background-image: url(../img/select-arrow.png), -webkit-linear-gradient(top, #ebeff0 0, #d6dbdc 100%);
    background-image: url(../img/select-arrow.png), -o-linear-gradient(top, #ebeff0 0, #d6dbdc 100%);
    background-image: url(../img/select-arrow.png), -ms-linear-gradient(top, #ebeff0 0, #d6dbdc 100%);
    background-image: url(../img/select-arrow.png), linear-gradient(to bottom, #ebeff0 0, #d6dbdc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ebeff0', endColorstr='#d6dbdc', GradientType=0);
    background-repeat: no-repeat, repeat;
    background-position: center right 15px
}

.section-featured .seller-page .search-section .material-style select option:first-child {
    text-transform: capitalize
}

.section-featured .seller-page .search-section form button {
    width: 212px;
    margin-top: -2px;
    margin-left: 0;
    vertical-align: middle
}

.section-featured .seller-page div.row-cont .box {
    max-width: 210px;
    width: 210px;
    height: 210px;
    padding-top: 20px;
    margin: 10px 4px 0
}

.section-featured .seller-page div.row-cont .box .price-box ul li {
    width: 90px
}

.section-featured .seller-page div.row-cont .box .price-box.hover {
    height: 209px!important
}

.section-featured .seller-page .load {
    text-transform: uppercase;
    margin-top: 51px;
    margin-bottom: 16px
}

.section-featured .blog-page .left-cont .top-cont h2 {
    margin-top: 11px;
    font-size: 30px
}

.section-featured .blog-page .left-cont .image img {
    width: 100%
}

.section-featured .blog-page .left-cont a {
    text-decoration: none;
    text-align: left
}

.section-featured .blog-page .left-cont h2 {
    margin-bottom: 1px;
    margin-top: 6px;
    color: #153131;
    font-size: 16px;
    font-weight: 700
}

.section-featured .blog-page .left-cont .description {
    text-align: left
}

.section-featured .blog-page .left-cont .description p {
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    color: #9f9f9f
}

.section-featured .blog-page .left-cont .description .category {
    color: #08ce4e
}

.section-featured .blog-page .left-cont .description .category:after {
    content: ' ';
    width: 8px;
    height: 8px;
    margin-right: 7px;
    margin-left: 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    background-color: #ccc
}

.section-featured .blog-page .left-cont .nav-btn {
    margin-top: 44px
}

.section-featured .blog-page .left-cont .nav-btn ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 14px
}

.section-featured .blog-page .left-cont .nav-btn ul li a {
    padding: 12px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    background-color: #f5f5f5;
    color: #cacaca
}

.section-featured .blog-page .left-cont .nav-btn ul li a.active {
    padding-top: 4px;
    border-top: 8px solid #8fd238;
    background-color: #81cd1f;
    color: #fff
}

.section-featured .blog-page .right-cont a,
.section-featured .blog-page .right-cont p {
    text-align: left;
    color: #153131
}

.section-featured .blog-page .right-cont .seperator {
    margin: 25px 0 40px
}

.section-featured .blog-page .right-cont ul {
    padding: 0
}

.section-featured .blog-page .right-cont ul li {
    border-bottom: 1px solid #eaeff1;
    list-style-type: none
}

.section-featured .blog-page .right-cont ul li a {
    text-decoration: none
}

.section-featured .blog-page .right-cont .search input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dde0e1;
    border-right: 1px solid #dde0e1;
    border-radius: 2px;
    font-size: 18px;
    padding: 12px 0;
    padding-left: 52px;
    color: #646a6a;
    background-image: url(../img/loupe.png);
    background-repeat: no-repeat;
    background-position: 17px 12px;
    background-color: #ebeff0;
    -webkit-box-shadow: inset 5px 5px 6px 0 #dde0e1;
    -moz-box-shadow: inset 5px 5px 6px 0 #dde0e1;
    box-shadow: inset 5px 5px 6px 0 #dde0e1
}

.section-featured .blog-page .right-cont .search input:focus {
    outline: 0
}

.section-featured .blog-page .right-cont .category-cont a {
    font-weight: 300;
    padding: 10px 7px;
    display: block;
    font-size: 18px
}

.section-featured .blog-page .right-cont .popular img {
    margin: 5px;
    margin-left: 3px;
    margin-right: 10px;
    float: left
}

.section-featured .blog-page .right-cont .popular p {
    padding-top: 10px
}

.section-featured .content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 0 0;
    margin-top: -55px;
    background-color: #fff
}

.section-featured .content h1 {
    color: #4E5B5B;
    text-align: center
}

.section-featured .content .pages-container {
    text-align: center;
    margin-bottom: 40px
}

.section-featured .content .pages-container .page {
    width: 165px;
    text-align: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: top 30px center;
    margin: 0 15px
}

.section-featured .content .pages-container .page h3 {
    color: #153131
}

.section-featured .content .pages-container .page:hover {
    transition-duration: .6s;
    background-repeat: no-repeat;
    transition-timing-function: ease
}

.section-featured .content .pages-container .page:hover h3 {
    color: #56D253
}

.section-featured .content .pages-container .page:hover a {
    color: #56D253
}

.section-featured .content .pages-container .page a {
    display: block;
    padding-top: 130px;
    color: #153131
}

.section-featured .content .pages-container .page a:hover {
    text-decoration: none;
    transition-duration: .6s;
    transition-timing-function: ease
}

.section-featured .content .pages-container .page a:focus {
    text-decoration: none
}

.section-featured .content .pages-container .page.users {
    background-image: url(../img/users_list_icon.svg)
}

.section-featured .content .pages-container .page.users:hover {
    background-image: url(../img/users_list_icon_a.svg)
}

.section-featured .content .pages-container .page.domains {
    background-image: url(../img/dn-my-domains-v1-hend.svg)
}

.section-featured .content .pages-container .page.domains:hover {
    background-image: url(../img/my-domains-icon-active.svg)
}

.section-featured .content .pages-container .page.profile {
    background-image: url(../img/v3-man.jpg)
}

.section-featured .content .pages-container .page.profile:hover {
    background-image: url(../img/my-profile-icon-active.svg)
}

.section-featured .content .pages-container .page.out {
    background-image: url(../img/sign-out-icon.svg)
}

.section-featured .content .pages-container .page.out:hover {
    background-image: url(../img/sign-out-icon-active.svg)
}

.section-featured .content .pages-container .page.active.domains {
    background-image: url(../img/my-domains-icon-active.svg)
}

.section-featured .content .pages-container .page.active.users {
    background-image: url(../img/users_list_icon_a.svg)
}

.section-featured .content .pages-container .page.active.profile {
    background-image: url(../img/my-profile-icon-active.svg)
}

.section-featured .content .pages-container .page.active.out {
    background-image: url(../img/sign-out-icon-active.svg)
}

.section-featured .content .pages-container .page.active h3 {
    color: #56D253
}

.section-featured .content .to-sale {
    width: 100%;
    padding: 0 50px 40px 65px
}

@media (max-width:991px) {
    .section-featured .content .to-sale {
        padding: 0 15px 40px
    }
}

.section-featured .content .to-sale.to-sale-users {
    padding: 0 30px 40px 50px
}

.section-featured .content .to-sale .to-sale-summary {
    margin-bottom: 5px;
    border-right: 2px solid #dde0e1
}

@media (max-width:991px) {
    .section-featured .content .to-sale .to-sale-summary {
        width: 100%;
        margin-bottom: 25px;
        border-right: none
    }
}

.section-featured .content .to-sale .to-sale-summary h3 {
    margin-top: 0;
    font-weight: 300;
    font-family: 'Brandon Grotesque';
    color: #153131
}

.section-featured .content .to-sale .to-sale-summary .summary {
    margin-top: 2px;
    padding: 5px 15px;
    border-radius: 4px;
    width: calc(100% - 20px);
    background-color: #E9EDEE
}

.section-featured .content .to-sale .to-sale-summary .summary span {
    font-size: 16px;
    color: #334B4B;
    font-weight: 700;
    vertical-align: middle
}

.section-featured .content .to-sale .to-sale-summary .summary strong {
    color: #41D36F;
    font-size: 24px;
    padding-left: 15px;
    vertical-align: middle
}

.section-featured .content .to-sale .btn-success {
    width: 270px
}

.section-featured .content .to-sale .btn-success .fa-plus {
    margin-right: 10px
}

@media (max-width:991px) {
    .section-featured .content .to-sale .btn-success {
        width: 100%
    }
}

.section-featured .content .to-sale .domains-search {
    width: 300px;
    margin-bottom: 5px;
    padding: 5px 0 1px;
    border-right: 2px solid #dde0e1
}

@media (max-width:991px) {
    .section-featured .content .to-sale .domains-search {
        width: 100%;
        border-right: none
    }
}

.section-featured .content .to-sale .domains-search a {
    text-decoration: none
}

.section-featured .content .to-sale .domains-search .search-hidden {
    display: none
}

@media (max-width:991px) {
    .section-featured .content .to-sale .domains-search .search-hidden {
        display: block
    }
}

@media (max-width:991px) {
    .section-featured .content .to-sale .domains-search .form-group .add-to-sale-hidden {
        display: none
    }
}

.section-featured .content .to-sale .domains-search .form-group p {
    margin-bottom: 12.5px
}

.section-featured .content .to-sale .domains-search .form-group p .form-control {
    height: 35px;
    font-size: 16px;
    color: #949999;
    width: calc(100% - 25px);
    background-color: #EBEFF0
}

@media (max-width:991px) {
    .section-featured .content .to-sale .domains-search .form-group p .form-control {
        width: 100%
    }
}

.section-featured .content .to-sale .domains-search .form-group h3 {
    font-weight: 300;
    font-family: 'Brandon Grotesque';
    color: #153131
}

@media (max-width:991px) {
    .section-featured .content .to-sale .domains-search .domains-search-hidden {
        display: none
    }
}

.section-featured .content .to-sale .clip {
    width: 280px
}

.section-featured .content .to-sale .clip .reset {
    width: 34%;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    border-radius: 3px;
    color: #fff;
    font-family: 'Brandon Grotesque';
    background-color: #A8A8A8;
    border-top: 5px solid #B2B2B2;
    transition-duration: .2s;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition-timing-function: ease
}

.section-featured .content .to-sale .clip .reset:hover {
    background-color: #B2B2B2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transform: translateY(-.0625rem);
    -webkit-transform: translateY(-.0625rem);
    transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    -webkit-transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease
}

.section-featured .content .to-sale .clip .reset:active {
    border: none;
    background-color: #909090
}

.section-featured .content .to-sale .clip .btn-success {
    width: auto
}

.section-featured .content .to-sale .clip a .search {
    width: 55.5%;
    margin-left: 15px
}

.section-featured .content .content-childr {
    width: 100%;
    margin-left: -20px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr {
        margin-left: 45px
    }
}

@media (max-width:991px) {
    .section-featured .content .content-childr {
        margin-left: 0
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr.content-childr-list {
        margin-left: 0
    }
}

.section-featured .content .content-childr .show-only h4 {
    font-size: 16px;
    color: #646A6A
}

.section-featured .content .content-childr .show-only h4 select {
    width: 170px;
    height: 40px;
    margin-left: 20px;
    padding-left: 10px;
    border-radius: 2px;
    background: #EBEFF0;
    border: 1px solid #dde0e1;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url(../img/select-arrow.png)
}

@media (max-width:991px) {
    .section-featured .content .content-childr .show-only h4 select {
        width: 165px;
        margin-left: 10px
    }
}

.section-featured .content .content-childr .show-only-users-list h3 {
    width: 300px;
    float: left;
    margin-left: 10px;
    font-weight: 300;
    font-family: 'Brandon Grotesque';
    color: #153131
}

.section-featured .content .content-childr .show-only-users-list .btn-success {
    width: 200px;
    line-height: 36px;
    margin-left: 185px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr .show-only-users-list .btn-success {
        margin-left: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .content .content-childr .show-only-users-list .btn-success {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .section-featured .content .content-childr .show-only-users-list .btn-success {
        width: calc(100% - 20px);
        margin-left: 0
    }
}

.section-featured .content .content-childr .users-list select {
    width: 164px;
    height: 40px;
    float: left;
    margin-left: 10px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr .users-list select {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .content .content-childr .users-list select {
        float: none;
        width: 100%;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .section-featured .content .content-childr .users-list select {
        float: none;
        width: calc(100% - 20px);
        margin-left: 0
    }
}

.section-featured .content .content-childr .content-block {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    min-height: 175px;
    border-radius: 2px;
    background-color: #F9F9F9;
    border: 1px solid #dde0e1
}

.section-featured .content .content-childr .content-block:hover {
    transition-duration: .6s;
    transition-timing-function: ease;
    box-shadow: inset 0 0 0 #ccc, 0 0 1.5rem 0 rgba(0, 0, 0, .15)
}

.section-featured .content .content-childr .content-block p {
    font-size: 13px
}

.section-featured .content .content-childr .content-block li {
    overflow: hidden;
    list-style-type: none
}

.section-featured .content .content-childr .content-block .hello {
    width: 233px;
    float: left;
    height: 173px;
    padding-top: 30px;
    text-align: center;
    background-color: #fff
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr .content-block .hello {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .content .content-childr .content-block .hello {
        width: 100%
    }
}

@media (max-width:767px) {
    .section-featured .content .content-childr .content-block .hello {
        width: 100%;
        text-align: center
    }
}

.section-featured .content .content-childr .content-block .test {
    float: left;
    padding-left: 30px
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr .content-block .test {
        margin: 15px 0 0 0;
        padding-left: 90px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .content .content-childr .content-block .test {
        margin: 15px 0 0 0;
        padding-left: 90px
    }
}

@media (max-width:767px) {
    .section-featured .content .content-childr .content-block .test {
        width: 100%;
        margin-left: -20px;
        text-align: center
    }
}

.section-featured .content .content-childr .content-block .test h5 {
    margin-bottom: 10px
}

.section-featured .content .content-childr .content-block .test h5 a {
    font-size: 24px;
    color: #153131;
    text-decoration: none
}

.section-featured .content .content-childr .content-block .test p .btn-primary {
    width: 70px;
    height: 20px;
    border: none;
    font-size: 12px;
    border-radius: 9px;
    background-color: #81CD1F
}

.section-featured .content .content-childr .content-block .test p .warning {
    background-color: #FCCA00
}

.section-featured .content .content-childr .content-block .test p a {
    font-size: 15px;
    text-decoration: none;
    color: #04C4FB
}

.section-featured .content .content-childr .content-block .test p span {
    font-size: 15px;
    margin-left: 10px
}

.section-featured .content .content-childr .content-block .test p button {
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: #FF2A00;
    background-color: #F9F9F9
}

.section-featured .content .content-childr .price {
    float: left;
    margin: 33px 0 0;
    padding-left: 90px
}

.section-featured .content .content-childr .price .main-price {
    margin: 4px 0
}

.section-featured .content .content-childr .price .main-price span {
    margin: 0;
    vertical-align: middle
}

.section-featured .content .content-childr .price .main-price .main {
    font-size: 26px;
    color: #56D253
}

.section-featured .content .content-childr .price span {
    font-size: 15px;
    margin-left: 10px
}

.section-featured .content .content-childr .price .money {
    color: #04C4FB
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr .price {
        margin: 50px 0 0 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .content .content-childr .price {
        margin: 50px 0 0 0
    }
}

@media (max-width:767px) {
    .section-featured .content .content-childr .price {
        width: 100%;
        margin-left: -10px;
        padding-left: 0;
        text-align: center
    }
}

.section-featured .content .content-childr .two {
    padding-left: 18px
}

@media (max-width:767px) {
    .section-featured .content .content-childr .two {
        width: 100%;
        padding-left: 0;
        text-align: center
    }
}

.section-featured .content .content-childr-users-list {
    overflow: hidden;
    border-radius: 2px;
    margin: 15px 0 0 -10px;
    width: calc(100% - 11px);
    background-color: #F9F9F9;
    border-left: 2px solid #F9F9F9;
    border-bottom: 4px solid #F9F9F9
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .content .content-childr-users-list {
        width: 100%;
        margin: 15px 0 0 0
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .content .content-childr-users-list {
        width: 100%;
        margin: 15px 0 0 0
    }
}

@media (max-width:767px) {
    .section-featured .content .content-childr-users-list {
        width: calc(100% - 20px);
        margin: 15px 0 0 0;
        border: 2px solid #F9F9F9
    }
}

.section-featured .content .content-childr-users-list .fhoto {
    float: left;
    width: 233px;
    height: 207px;
    padding-top: 70px;
    text-align: center;
    background-color: #fff
}

.section-featured .content .content-childr-users-list .fhoto p {
    font-size: 36px;
    color: #153131
}

@media (max-width:767px) {
    .section-featured .content .content-childr-users-list .fhoto {
        width: 100%;
        text-align: center
    }
}

.section-featured .content .content-childr-users-list .alex-test {
    float: left;
    padding: 0 15px
}

.section-featured .content .content-childr-users-list .alex-test h3 {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
    color: #153131;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque'
}

.section-featured .content .content-childr-users-list .alex-test p {
    color: #193030;
    font-size: 13px
}

.section-featured .content .content-childr-users-list .alex-test .form-group p {
    float: left;
    margin-top: 5px;
    min-width: 50px
}

.section-featured .content .content-childr-users-list .alex-test .form-group select {
    width: 130px;
    height: 30px;
    font-size: 13px
}

.section-featured .content .content-childr-users-list .alex-test .alex-test-info p {
    margin: 0
}

.section-featured .content .content-childr-users-list .alex-test .alex-test-info p span {
    font-size: 15px;
    font-weight: 700
}

.section-featured .content .content-childr-users-list .alex-test .alex-test-info p a {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #04C4FB
}

.section-featured .content .content-childr-users-list .alex-test .alex-test-info p a.domains {
    color: #3BAE61
}

.section-featured .content .content-childr-users-list .alex-test .alex-test-info p a.suspend {
    color: #EF3E23
}

.section-featured .content .my-data {
    width: 100%;
    color: #153131;
    padding: 45px 65px 35px
}

@media (max-width:767px) {
    .section-featured .content .my-data {
        padding: 15px 45px
    }
}

.section-featured .content .my-data .basic-info {
    border-right: 2px solid #bac9d0;
    margin-right: -15px;
    padding-right: 15px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-featured .content .my-data .basic-info {
        border-right: none
    }
}

@media (max-width:767px) {
    .section-featured .content .my-data .basic-info {
        border-right: none
    }
}

.section-featured .content .my-data .chenge-password .old {
    margin-top: 30px
}

.section-featured .content .my-data h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 300;
    color: #153131;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque'
}

.section-featured .content .my-data p {
    color: #153131
}

.section-featured .content .my-data .form-group label {
    font-size: 20px;
    font-weight: 300;
    padding: 5px 5px 0
}

.section-featured .content .my-data .form-group .form-control {
    height: 46px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: 400;
    background-color: #EBEFF0
}

.section-featured .content .change {
    width: 100%;
    padding: 10px 80px 200px
}

.section-featured .reset-pass {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: -55px;
    min-height: 330px;
    text-align: center;
    padding: 20px 20px 0;
    background-color: #fff
}

.section-featured .reset-pass h3 {
    margin-bottom: 20px;
    color: #153131;
    font-family: 'Brandon Grotesque'
}

.section-featured .reset-pass h4 {
    font-size: 16px;
    color: #BABEBE
}

.section-featured .reset-pass .form-group {
    margin-top: 15px;
    text-align: left;
    color: #153131
}

.section-featured .reset-pass .form-group label {
    font-weight: lighter;
    font-size: 22px;
    padding-left: 8px
}

.section-featured .reset-pass .form-group input {
    padding: 15px;
    margin-bottom: 15px
}

.section-featured .reset-pass .btn-success {
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    line-height: 46px;
    border-radius: 3px;
    font-family: 'Brandon Grotesque';
    background-color: #81CD1F;
    border-top: 5px solid #8FD238;
    transition-duration: .2s;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition-timing-function: ease
}

.section-featured .reset-pass .btn-success:hover {
    background-color: #8FD238;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transform: translateY(-.0625rem);
    -webkit-transform: translateY(-.0625rem);
    -webkit-transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease
}

.section-featured .reset-pass .btn-success:active {
    border: none;
    background-color: #17ad85
}

.section-featured .sign-in {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: -55px;
    min-height: 560px;
    text-align: center;
    padding: 20px 20px 0;
    background-color: #fff
}

.section-featured .sign-in h3 {
    margin-bottom: 20px;
    color: #153131;
    font-family: 'Brandon Grotesque'
}

.section-featured .sign-in h4 {
    font-size: 16px;
    color: #BABEBE
}

.section-featured .sign-in .form-group {
    margin-top: 15px;
    text-align: left;
    color: #153131
}

.section-featured .sign-in .form-group label {
    font-weight: lighter;
    font-size: 22px;
    padding-left: 8px
}

.section-featured .sign-in .form-group input {
    padding: 15px;
    margin-bottom: 15px
}

.section-featured .sign-in .activate-account {
    font-size: 16px;
    margin-top: 5px;
    text-align: center
}

.section-featured .sign-in .activate-account a {
    margin: 15px;
    color: #04C4FB;
    text-decoration: none
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .sign-in .activate-account a {
        margin: 15px 5px
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .sign-in .activate-account {
        font-size: 14px
    }
}

.section-featured .sign-in .btn-success {
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    line-height: 46px;
    border-radius: 3px;
    font-family: 'Brandon Grotesque';
    background-color: #81CD1F;
    border-top: 5px solid #8FD238;
    transition-duration: .2s;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition-timing-function: ease
}

.section-featured .sign-in .btn-success:hover {
    background-color: #8FD238;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transform: translateY(-.0625rem);
    -webkit-transform: translateY(-.0625rem);
    -webkit-transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease
}

.section-featured .sign-in .btn-success:active {
    border: none;
    background-color: #17ad85
}

.section-featured .register-cont {
    background-color: #fff
}

.section-featured .register {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: -55px;
    min-height: 560px;
    text-align: center;
    padding: 20px 38px
}

.section-featured .register h3 {
    margin-bottom: 20px;
    color: #153131;
    font-family: 'Brandon Grotesque'
}

.section-featured .register h4 {
    max-width: 450px;
    font-size: 16px;
    color: #BABEBE;
    margin: 0 auto
}

.section-featured .register .form-group {
    margin-top: 10px;
    text-align: left;
    color: #153131
}

.section-featured .register .form-group label {
    font-weight: lighter;
    font-size: 19px;
    padding-left: 8px
}

.section-featured .register .form-group input {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ebeff0
}

.section-featured .register .form-group select {
    background-color: #dee2e4
}

.section-featured .register .register-now {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    color: #153131
}

.section-featured .register .register-now a {
    text-decoration: none;
    color: #04C4FB
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .section-featured .register .register-now {
        font-size: 14px
    }
}

.section-featured .register .btn-success {
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 46px;
    border-radius: 3px;
    font-family: 'Brandon Grotesque';
    background-color: #81CD1F;
    border-top: 5px solid #8FD238;
    transition-duration: .2s;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition-timing-function: ease
}

.section-featured .register .btn-success:hover {
    background-color: #8FD238;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transform: translateY(-.0625rem);
    -webkit-transform: translateY(-.0625rem);
    -webkit-transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease
}

.section-featured .register .btn-success:active {
    border: none;
    background-color: #17ad85
}

.section-featured .contact-section {
    font-size: 16px;
    color: #BABEBE;
    overflow: hidden
}

.section-featured .contact-section .rigth-box {
    width: 33%;
    float: left;
    margin-top: 15px
}

@media (max-width:767px) {
    .section-featured .contact-section .rigth-box {
        width: 100%;
        margin-left: 15px
    }
}

.section-featured .contact-section .left-box {
    width: 67%;
    float: left
}

@media (max-width:767px) {
    .section-featured .contact-section .left-box {
        width: 100%
    }
}

.section-featured .contact-section .trust {
    float: right;
    margin: -45px 47px 0 0
}

@media (max-width:767px) {
    .section-featured .contact-section .trust {
        float: none;
        margin: -25px 25px 0
    }
}

.section-featured .contact-section .letter-sign {
    margin-top: 0;
    margin-left: 80px
}

.section-featured .contact-section h3 {
    font-weight: lighter;
    color: #153131
}

.section-featured .contact-section p {
    color: #BABEBE
}

.section-featured .contact-section .contact-info {
    padding: 0 55px
}

@media (max-width:767px) {
    .section-featured .contact-section .contact-info {
        padding: 0 10px
    }
}

.section-featured .contact-section .contact-info a {
    color: #04C4FB;
    text-decoration: none
}

@media (max-width:767px) {
    .section-featured .contact-section .contact-info a {
        font-size: 12px
    }
}

.section-featured .contact-section .contact-info p {
    max-width: 330px
}

@media (max-width:767px) {
    .section-featured .contact-section .contact-info p {
        text-align: left;
        font-size: 14px
    }
}

.section-featured .contact-section .contact-info.contact-newsletter {
    padding: 0;
    margin-left: px
}

.section-featured .contact-section .contact-info.contact-newsletter h4 {
    color: #153131
}

.section-featured .contact-section .contact-info.contact-newsletter ul {
    padding-left: 0
}

.section-featured .contact-section .contact-info.contact-newsletter ul li {
    margin-left: 0;
    list-style: none;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: top 3px left;
    background-image: url(../img/list-green-style.png)
}

.section-featured .contact-section .not-found {
    width: 100%;
    padding: 10px;
    text-align: center
}

.section-featured .contact-section .not-found h1 {
    color: #153131
}

.section-featured .contact-section .not-found a {
    color: #04C4FB;
    text-decoration: none
}

.section-featured .contact-section .not-found a:hover {
    color: #0368c1
}

.section-featured .contact-section .email-us {
    margin-top: 20px;
    padding: 0 62px
}

@media (max-width:767px) {
    .section-featured .contact-section .email-us {
        padding: 0 10px;
        text-align: center
    }
}

.section-featured .contact-section .email-us p {
    max-width: 585px
}

.section-featured .contact-section .email-us.newsletter .btn-success {
    width: 100%;
    margin-bottom: 30px
}

.section-featured .contact-section .email-us .form-group label {
    font-size: 22px;
    font-weight: lighter;
    color: #153131
}

.section-featured .contact-section .email-us .form-group textarea {
    height: 120px;
    resize: none
}

.section-featured .contact-section .email-us .btn-success {
    float: right;
    border: none;
    width: 200px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    line-height: 46px;
    border-radius: 3px;
    font-family: 'Brandon Grotesque';
    background-color: #81CD1F;
    border-top: 5px solid #8FD238;
    transition-duration: .2s;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition-timing-function: ease
}

.section-featured .contact-section .email-us .btn-success:hover {
    background-color: #8FD238;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transform: translateY(-.0625rem);
    -webkit-transform: translateY(-.0625rem);
    -webkit-transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease;
    transition-timing-function: cubic-bezier(.2, -2, .8, 3), ease, ease
}

.section-featured .contact-section .email-us .btn-success:active {
    border: none;
    background-color: #17ad85
}

@media (max-width:767px) {
    .section-featured .contact-section .email-us .btn-success {
        float: none
    }
}

.section-featured .content-inner-pages {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    padding: 35px 0;
    margin-top: -55px
}

.section-featured .content-inner-pages .search-domain-box {
    text-align: center;
    border-bottom: 2px solid #bac9d0;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 45px
}

.section-featured .content-inner-pages .search-domain-box:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    bottom: -20px;
    background-image: url(../img/icons/arrow_green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%
}

.section-featured .content-inner-pages .search-domain-box h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    margin: 0 0 20px;
    color: #4E5B5B;
    font-weight: 300
}

.section-featured .content-inner-pages .search-domain-box .form-group {
    display: inline-block;
    width: 14%;
    margin: 0 7.5px
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .search-domain-box .form-group {
        width: calc(50% - 50px);
        margin: 0 5px 10px
    }
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .search-domain-box .form-group {
        width: calc(100% - 50px)
    }
}

.section-featured .content-inner-pages .search-domain-box .form-group:first-child {
    width: 23%
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .search-domain-box .form-group:first-child {
        width: calc(50% - 50px)
    }
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .search-domain-box .form-group:first-child {
        width: calc(100% - 50px)
    }
}

.section-featured .content-inner-pages .search-domain-box .form-group input,
.section-featured .content-inner-pages .search-domain-box .form-group select {
    height: 50px
}

.section-featured .content-inner-pages .search-domain-box button {
    height: 50px;
    width: 15%;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    font-size: 18px;
    font-weight: 700;
    margin: 0 7.5px
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .search-domain-box button {
        width: auto;
        margin: 0 5px 10px
    }
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .search-domain-box button {
        width: calc(100% - 50px)
    }
}

.section-featured .content-inner-pages .about-section {
    padding: 0 20px;
    margin-bottom: 45px
}

.section-featured .content-inner-pages .about-section .legal {
    text-align: center
}

.section-featured .content-inner-pages .about-section .legal a {
    height: 65px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    margin: 0 15px 25px;
    font-family: roboto;
    text-decoration: none;
    display: inline-block;
    background-color: #E0E4E5;
    width: calc(50% - 60px);
    border-radius: 4px
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .about-section .legal a {
        width: calc(100% - 15px);
        margin: 0 0 25px
    }
}

.section-featured .content-inner-pages .about-section .legal h3 {
    margin-top: 50px
}

.section-featured .content-inner-pages .about-section .legal p {
    margin: auto;
    max-width: 500px
}

.section-featured .content-inner-pages .about-section.policy h4 {
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px
}

.section-featured .content-inner-pages .about-section.terms-of-service ul {
    padding-left: 0
}

.section-featured .content-inner-pages .about-section.terms-of-service ul li {
    color: #abacac;
    padding-left: 20px;
    margin-left: 0;
    list-style: none;
    background-position: top 3px left;
    background-repeat: no-repeat;
    background-image: url(../img/list-green-style.png)
}

.section-featured .content-inner-pages .about-section.terms-of-service h4 {
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px
}

@media (min-width:1200px) {
    .section-featured .content-inner-pages .about-section {
        padding: 0 150px
    }
}

.section-featured .content-inner-pages .about-section h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    margin: 0 0 20px;
    color: #4E5B5B;
    text-align: center;
    font-weight: 300
}

.section-featured .content-inner-pages .about-section h4 {
    max-width: 480px;
    margin: 0 auto;
    color: #153131;
    text-align: center;
    opacity: .5;
    font-size: 16px
}

.section-featured .content-inner-pages .about-section p {
    font-size: 14px;
    color: #a6acac
}

.section-featured .content-inner-pages .about-section p a {
    color: #00c0ff
}

.section-featured .content-inner-pages .about-section .button-container {
    text-align: center
}

.section-featured .content-inner-pages .about-section .button-container a {
    height: 50px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque';
    font-size: 18px;
    font-weight: 700;
    padding-top: 14px!important
}

@media (max-width:991px) {
    .section-featured .content-inner-pages .about-section .button-container a {
        width: calc(100% - 50px)
    }
}

.section-featured .content-inner-pages .about-section .team-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.section-featured .content-inner-pages .about-section .team-list li {
    overflow: hidden;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .section-featured .content-inner-pages .about-section .team-list li {
        text-align: center
    }
}

.section-featured .content-inner-pages .about-section .team-list li .team-image-box {
    width: 235px;
    margin-right: 30px;
    float: left
}

.section-featured .content-inner-pages .about-section .team-list li .team-image-box img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block
}

@media (max-width:767px) {
    .section-featured .content-inner-pages .about-section .team-list li .team-image-box {
        width: 100%;
        margin-bottom: 20px
    }
}

.section-featured .content-inner-pages .about-section .team-list li .team-content {
    float: left;
    width: calc(100% - 265px)
}

@media (max-width:767px) {
    .section-featured .content-inner-pages .about-section .team-list li .team-content {
        width: 100%
    }
}

.section-featured .content-inner-pages .about-section .team-list li .team-content h5 {
    margin: 0;
    font-weight: 700;
    color: #00c0ff;
    font-size: 16px
}

.section-featured .content-inner-pages .about-section .team-list li .team-content span {
    display: block;
    color: #153131
}

.section-featured .content-inner-pages .about-section .team-list li .team-content span a {
    color: #00c0ff
}

.section-featured .content-inner-pages .about-section .team-list li .team-content p {
    margin-top: 30px;
    color: #153131;
    line-height: 1.3;
    margin-bottom: 0
}

@media (max-width:767px) {
    .section-featured .content-inner-pages .about-section .team-list li .team-content p {
        margin-top: 10px
    }
}

.section-featured .content-inner-pages .about-section .why-choose-box {
    padding: 10px 0 50px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    text-align: center;
    padding-bottom: 0
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text {
    padding-top: 30px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text p {
    font-size: 20px;
    font-weight: lighter;
    color: #153131;
    line-height: 72px
}

@media (max-width:1199px) {
    .section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text p {
        line-height: inherit;
        margin: 28px 0 58px;
        font-size: 15px
    }
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text p.domains-text {
    padding-right: 26px
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text p.escrow-text {
    padding-left: 26px
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text p.industry-text {
    bottom: -12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1199px) {
    .section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text p.industry-text {
        margin-bottom: 30px
    }
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text .left {
    float: left;
    text-align: right;
    width: 38%
}

@media (max-width:1200px) {
    .section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text .left {
        width: 35%
    }
}

@media (max-width:1200px) {
    .section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text .left {
        width: 30%
    }
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text .right {
    float: right;
    text-align: left;
    width: 38%
}

@media (max-width:1200px) {
    .section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text .right {
        width: 35%
    }
}

@media (max-width:1200px) {
    .section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text .right {
        width: 30%
    }
}

.section-featured .content-inner-pages .about-section .why-choose-box ul {
    margin: 0;
    padding: 0;
    display: none
}

@media (max-width:768px) {
    .section-featured .content-inner-pages .about-section .why-choose-box ul {
        display: block
    }
}

.section-featured .content-inner-pages .about-section .why-choose-box ul li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    font-weight: lighter;
    color: #153131;
    line-height: 48px
}

.section-featured .content-inner-pages .about-section .why-choose-box ul li img {
    width: 35px;
    margin-right: 10px
}

@media (min-width:1200px) {
    .section-featured .content-inner-pages .about-section .why-choose-box {
        margin: 0 -150px 20px
    }
}

.section-featured .content-inner-pages .about-section .why-choose-box .why-choose-text p.industry-text {
    bottom: -60px
}

.section-featured .sold-items-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0 30px
}

.section-featured .sold-items-section ul li {
    width: calc(25% - 12px);
    float: left;
    margin-right: 16px;
    background-color: #193030;
    background-image: url(../img/icon-with-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 15px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .section-featured .sold-items-section ul li {
        width: calc(50% - 8px)
    }
}

@media (max-width:479px) {
    .section-featured .sold-items-section ul li {
        margin-right: 0;
        width: 100%
    }
}

@media (max-width:991px) {
    .section-featured .sold-items-section ul li:nth-child(2n) {
        margin-right: 0
    }
}

.section-featured .sold-items-section ul li:nth-child(4n) {
    margin-right: 0
}

.section-featured .sold-items-section ul li span {
    display: block
}

.section-featured .sold-items-section ul li .name {
    color: #fff;
    font-size: 18px
}

.section-featured .sold-items-section ul li .sold-item {
    color: #ff4511;
    font-weight: 700;
    font-size: 24px;
    line-height: 1
}

.colored-sections .colored-section-box {
    padding: 40px 20px;
    background-repeat: no-repeat;
    background-size: 200px
}

@media (min-width:1200px) {
    .colored-sections .colored-section-box {
        padding: 40px 130px
    }
}

.colored-sections .colored-section-box:nth-child(odd) {
    background-color: #F9F9F9;
    text-align: right;
    background-position: right 30px center
}

@media (max-width:767px) {
    .colored-sections .colored-section-box:nth-child(odd) {
        text-align: left;
        background-image: none!important
    }
}

@media (max-width:991px) {
    .colored-sections .colored-section-box:nth-child(odd) {
        background-size: 150px;
        background-position: right 20px center
    }
}

@media (min-width:1200px) {
    .colored-sections .colored-section-box:nth-child(odd) {
        background-position: right 80px center
    }
}

.colored-sections .colored-section-box:nth-child(even) {
    background-color: #fff;
    text-align: left;
    background-position: left 30px center
}

@media (max-width:767px) {
    .colored-sections .colored-section-box:nth-child(even) {
        background-image: none!important
    }
}

@media (max-width:991px) {
    .colored-sections .colored-section-box:nth-child(even) {
        background-size: 150px;
        background-position: left 20px center
    }
}

@media (min-width:1200px) {
    .colored-sections .colored-section-box:nth-child(even) {
        background-position: left 80px center
    }
}

.colored-sections .colored-section-box:last-child {
    margin-bottom: -40px
}

.colored-sections .colored-section-box h4 {
    color: #153131;
    font-size: 24px;
    font-weight: 300
}

.colored-sections .colored-section-box p {
    color: #a6acac;
    font-size: 14px
}

.colored-sections .colored-section-box a {
    color: #00c0ff
}

.colored-sections .colored-section-box.colored-top {
    margin-top: -45px;
    padding: 45px 0 40px
}

.colored-sections .colored-section-box.colored-top h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    color: #153131;
    margin-bottom: 25px
}

.colored-sections .colored-section-box.colored-top p {
    color: #153131;
    padding: 0 20px;
    margin: 0;
    text-align: center
}

@media (min-width:1200px) {
    .colored-sections .colored-section-box.colored-top p {
        padding: 0 130px
    }
}

.colored-sections .colored-section-box.colored-top ul {
    list-style-type: none;
    padding: 0 20px;
    margin: 0;
    text-align: left
}

@media (min-width:1200px) {
    .colored-sections .colored-section-box.colored-top ul {
        padding: 0 130px
    }
}

.colored-sections .colored-section-box.colored-top ul li {
    color: #153131;
    font-size: 15px;
    background-image: url(../img/list-green-style.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px
}

.colored-sections .colored-section-box.services-brokerage {
    background-image: url(../img/icons/brokerage_icon.svg)
}

.colored-sections .colored-section-box.services-acquisitions {
    background-image: url(../img/icons/acquisitions_icon.svg)
}

.colored-sections .colored-section-box.services-monetization {
    background-image: url(../img/icons/monetization_icon.svg)
}

.colored-sections .colored-section-box.services-marketing {
    background-image: url(../img/icons/marketing_icon.svg)
}

.colored-sections .colored-section-box.services-transaction {
    background-image: url(../img/icons/management_icon.svg)
}

.colored-sections .colored-section-box.acquisition-help {
    background-image: url(../img/icons/dn_icon.svg)
}

.colored-sections .colored-section-box.acquisition-valuation {
    background-image: url(../img/icons/guidance_icon.svg)
}

.colored-sections .colored-section-box.acquisition-terms {
    background-image: url(../img/icons/terms_icon.svg)
}

.colored-sections .colored-section-box.acquisition-domain-transfer {
    background-image: url(../img/icons/process_icon.svg)
}

.apraisals-list {
    margin: 20px 0 30px
}

.apraisals-list ul {
    width: calc(50% - 15px);
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.apraisals-list ul:first-child {
    margin-right: 30px
}

@media (max-width:767px) {
    .apraisals-list ul {
        width: 100%
    }
    .apraisals-list ul:first-child {
        margin-right: 0
    }
}

.apraisals-list ul li {
    height: 50px;
    padding: 0 0 0 50px;
    margin-bottom: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #eee;
    position: relative
}

.apraisals-list ul li:before {
    position: absolute;
    content: "\f005";
    color: #7994a1;
    font-family: FontAwesome;
    left: 20px;
    top: 14px;
    font-size: 18px
}

.apraisals-list ul li span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1.1;
    color: #153131;
    padding-right: 20px
}

@media (max-width:767px) {
    .apraisals-list ul li span {
        font-size: 14px
    }
}

.why-choose-box {
    padding: 10px 0 50px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    text-align: center
}

.why-choose-box .why-choose-text {
    padding-top: 30px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block
}

.why-choose-box .why-choose-text p {
    font-size: 20px;
    font-weight: lighter;
    color: #153131;
    line-height: 72px
}

@media (max-width:1199px) {
    .why-choose-box .why-choose-text p {
        line-height: inherit;
        margin: 28px 0 58px;
        font-size: 15px
    }
}

.why-choose-box .why-choose-text p.domains-text {
    padding-right: 26px
}

.why-choose-box .why-choose-text p.escrow-text {
    padding-left: 26px
}

.why-choose-box .why-choose-text p.industry-text {
    bottom: -12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1199px) {
    .why-choose-box .why-choose-text p.industry-text {
        margin-bottom: 30px
    }
}

.why-choose-box .why-choose-text .left {
    float: left;
    text-align: right;
    width: 38%
}

@media (max-width:1200px) {
    .why-choose-box .why-choose-text .left {
        width: 35%
    }
}

@media (max-width:1200px) {
    .why-choose-box .why-choose-text .left {
        width: 30%
    }
}

.why-choose-box .why-choose-text .right {
    float: right;
    text-align: left;
    width: 38%
}

@media (max-width:1200px) {
    .why-choose-box .why-choose-text .right {
        width: 35%
    }
}

@media (max-width:1200px) {
    .why-choose-box .why-choose-text .right {
        width: 30%
    }
}

.why-choose-box ul {
    margin: 0;
    padding: 0;
    display: none
}

@media (max-width:768px) {
    .why-choose-box ul {
        display: block
    }
}

.why-choose-box ul li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    font-weight: lighter;
    color: #153131;
    line-height: 48px
}

.why-choose-box ul li img {
    width: 35px;
    margin-right: 10px
}

.save-domain-steps {
    padding-bottom: 85px;
    padding-top: 22px
}

.save-domain-steps .step {
    float: left;
    width: calc((100% - 60px)/ 3);
    margin-right: 30px
}

@media (max-width:768px) {
    .save-domain-steps .step {
        float: none;
        width: 100%;
        margin-bottom: 25px
    }
}

.save-domain-steps .step:last-of-type {
    margin-right: 0
}

.save-domain-steps .step img {
    max-width: 100%
}

.save-domain-steps .step .image {
    width: 100%;
    height: 319px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.saved-domains {
    list-style: none;
    text-align: left;
    padding: 45px 16px 0 16px
}

.saved-domains li {
    float: left;
    width: calc((100% - 88px)/ 4);
    margin: 0 11px 27px 11px
}

@media (max-width:1199px) {
    .saved-domains li {
        width: calc((100% - 66px)/ 3)
    }
}

@media (max-width:991px) {
    .saved-domains li {
        width: calc((100% - 44px)/ 2)
    }
}

@media (max-width:767px) {
    .saved-domains li {
        width: calc(100% - 22px)
    }
}

.saved-domains li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    min-height: 64px;
    line-height: 64px;
    padding: 0 14px;
    background-color: #193030;
    color: #fff;
    text-decoration: none;
    font-size: 18px
}

.saved-domains li a:before {
    content: "\f004";
    font-family: FontAwesome;
    color: red;
    float: right;
    padding-right: 6px
}

.btn {
    padding: 0
}

.btn.btn-gradient {
    outline: 0;
    padding: 11px 16px!important;
    color: #fff!important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    position: relative;
    background: #ff3022;
    background-image: linear-gradient(to top, #ff5a00 0, #ff2828 100%);
    background: -moz-linear-gradient(top, #ff2828 0, #ff5a00 100%);
    background: -webkit-linear-gradient(top, #ff2828 0, #ff5a00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2828', endColorstr='#ff5a00', GradientType=0);
    -webkit-box-shadow: inset 0 8px 0 0 rgba(255, 255, 255, .11);
    -moz-box-shadow: inset 0 8px 0 0 rgba(255, 255, 255, .11);
    box-shadow: inset 0 8px 0 0 rgba(255, 255, 255, .11)
}

.form-group {
    font-family: Roboto, sans-serif
}

.form-group .form-control {
    height: 46px;
    font-size: 1pc;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400
}

.form-group select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.form-group.material-style .form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #153131;
    height: 50px;
    color: #026667
}

.form-group.material-style input {
    width: 275px
}

.form-group.material-style input::-webkit-input-placeholder {
    color: #026667
}

.form-group.material-style input::-moz-placeholder {
    color: #026667
}

.form-group.material-style input:-ms-input-placeholder {
    color: #026667
}

.form-group.material-style input:-moz-placeholder {
    color: #026667
}

@media (max-width:1200px) {
    .form-group.material-style input {
        width: 168px
    }
}

@media (max-width:992px) {
    .form-group.material-style input {
        width: 100%
    }
}

.form-group.material-style select {
    width: 160px;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    -moz-appearance: none;
    -webkit-appearance: none
}

@media (max-width:1200px) {
    .form-group.material-style select {
        width: 140px
    }
}

@media (max-width:992px) {
    .form-group.material-style select {
        width: 100%
    }
}

.form-group.material-style select::-ms-expand {
    display: none
}

.form-group .upload-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 100px;
    max-width: 150px;
    background-color: #ebeff0;
    border: 2px dashed #ccc
}

.form-group .upload-box .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/upload_icon.svg);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center
}

.form-group .upload-box input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.footer {
    width: 100%;
    min-height: 220px;
    background-color: #0E1616;
    border-bottom: 5px solid #202020;
    letter-spacing: .05em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width:767px) {
    .footer {
        height: auto;
        padding-bottom: 20px
    }
}

.footer .logo {
    margin: 30px 15px
}

.footer .logo img {
    max-width: 100%
}

.footer .logo .footer-logo {
    margin: -35px 0 0 50px
}

@media (max-width:767px) {
    .footer .logo {
        margin: 20px auto 0;
        width: 231px
    }
}

.footer .navigation {
    padding-top: 20px
}

.footer .navigation.social {
    text-align: center
}

.footer .navigation h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px
}

@media (max-width:767px) {
    .footer .navigation h5 {
        text-align: center
    }
}

.footer .navigation ul {
    margin: 0;
    padding: 0
}

.footer .navigation ul li {
    font-size: 14px;
    line-height: 18px;
    list-style-type: none;
    margin-bottom: 11px
}

.footer .navigation ul li a {
    color: #6E7B84;
    text-decoration: none
}

@media (max-width:767px) {
    .footer .navigation ul li {
        text-align: center
    }
}

.modal .modal-dialog .modal-content .modal-header {
    background-color: #81CD1F
}

.modal .modal-dialog .modal-content .modal-header h4 {
    color: #fff
}

.modal .modal-dialog .modal-content .modal-body h3 {
    color: #153131
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .paste-your-domains {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #D8FCFC;
    border-left: 5px solid #1FCDCB
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .paste-your-domains p {
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #212A2A
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .new-domains {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
    background-color: #EBEFF0;
    border-top: 5px solid #dde0e1;
    border-left: 5px solid #dde0e1
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .new-domains p {
    margin: 0;
    padding: 20px;
    font-size: 18px;
    color: #949999
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .clip {
    text-align: right
}

@media (max-width:767px) {
    .modal.modal-1 .modal-dialog .modal-content .modal-body .clip {
        text-align: center
    }
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .clip .btn {
    width: 100px;
    height: 50px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .clip .btn-info {
    color: #CACBCB;
    background-color: #fff
}

.modal.modal-1 .modal-dialog .modal-content .modal-body .clip .btn-success {
    margin-left: 20px;
    background-color: #81CD1F;
    border-top: 5px solid #8FD238
}

.modal.modal-2 .modal-dialog .modal-content .modal-header {
    color: #fff;
    background-color: #81CD1F
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .paste-your-domains {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #D8FCFC;
    border-left: 5px solid #1FCDCB
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .paste-your-domains p {
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    color: #212A2A
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .new-domains {
    overflow: hidden;
    margin: 25px 0;
    border-radius: 4px;
    background-color: #F9F9F9
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .new-domains p .control {
    float: left;
    height: 50px;
    padding: 10px;
    font-size: 16px;
    margin-left: 15px;
    color: #949999;
    width: calc(50% - 23px);
    background-color: #EBEFF0;
    border: 1px solid #dde0e1;
    border-top: 3px solid #dde0e1;
    border-left: 3px solid #dde0e1
}

@media (max-width:767px) {
    .modal.modal-2 .modal-dialog .modal-content .modal-body .new-domains p .control {
        margin-bottom: 20px;
        width: calc(100% - 29px)
    }
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .new-domains p .control span {
    color: #646A6A
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .new-domains p select {
    border-radius: 4px
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .clip {
    text-align: right
}

@media (max-width:767px) {
    .modal.modal-2 .modal-dialog .modal-content .modal-body .clip {
        text-align: center
    }
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .clip .btn {
    width: 100px;
    height: 50px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 3px
}

@media (max-width:767px) {
    .modal.modal-2 .modal-dialog .modal-content .modal-body .clip .btn {
        width: 79px
    }
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .clip .btn-info {
    color: #CACBCB;
    background-color: #fff
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .clip .btn-success {
    margin-left: 12px;
    background-color: #81CD1F;
    border-top: 5px solid #8FD238
}

.modal.modal-2 .modal-dialog .modal-content .modal-body .clip .btn-defult {
    color: #fff;
    background-color: #A8A8A8;
    border-top: 5px solid #B2B2B2
}

.modal.modal-3 .modal-dialog .modal-content .modal-header {
    color: #fff;
    background-color: #81CD1F
}

.modal.modal-3 .modal-dialog .modal-content .modal-body {
    text-align: center
}

.modal.modal-3 .modal-dialog .modal-content .modal-body img {
    margin-top: 40px
}

.modal.modal-3 .modal-dialog .modal-content .modal-body p {
    font-size: 22px;
    margin: 50px 0;
    color: #646A6A
}

.modal.modal-3 .modal-dialog .modal-content .modal-body .btn-info {
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #CACBCB;
    background-color: #fff
}

.modal.modal-new .modal-dialog .modal-content .modal-header {
    padding: 45px 40px;
    border: none;
    text-align: left;
    background-color: transparent
}

.modal.modal-new .modal-dialog .modal-content .modal-header h5 {
    display: inline-block;
    font-size: 24px;
    color: #272429;
    margin-bottom: 30px
}

.modal.modal-new .modal-dialog .modal-content .modal-header .close {
    margin-right: -20px;
    margin-top: -30px
}

.modal.modal-new .modal-dialog .modal-content .modal-header .close:focus {
    outline: 0
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon {
    width: 53px;
    height: 53px;
    padding: 12px;
    border-radius: 26px;
    float: right;
    background-color: #b9c2c5;
    position: relative
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon:first-child {
    left: 1px;
    right: 0;
    float: left
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon.active {
    background-color: #81cd1f
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon.center {
    float: none;
    margin: auto;
    margin-top: -37px;
    position: relative
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon.domain .image {
    background-image: url(../img/domain.svg)
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon.price .image {
    background-image: url(../img/price.svg)
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon.done {
    right: 1px
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon.done .image {
    background-image: url(../img/done.svg)
}

.modal.modal-new .modal-dialog .modal-content .modal-header .icon.subscribe .image {
    background-image: url(../img/Subscribe.svg)
}

.modal.modal-new .modal-dialog .modal-content .modal-header .image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.modal.modal-new .modal-dialog .modal-content .modal-header .line {
    width: calc(100% - 106px);
    height: 10px;
    margin-top: 21px;
    display: inline-block;
    background-color: #b9c2c5
}

.modal.modal-new .modal-dialog .modal-content .modal-header .line.active {
    background-color: #81cd1f
}

.modal.modal-new .modal-dialog .modal-content .modal-header .line.half {
    width: calc(100% - 214px)
}

.modal.modal-new .modal-dialog .modal-content .modal-body {
    padding: 0 40px;
    text-align: left
}

.modal.modal-new .modal-dialog .modal-content .modal-body .main {
    margin-bottom: 25px
}

.modal.modal-new .modal-dialog .modal-content .modal-body p {
    font-size: 15px;
    color: #5b6263
}

.modal.modal-new .modal-dialog .modal-content .modal-body p:last-child {
    margin-bottom: 0
}

.modal.modal-new .modal-dialog .modal-content .modal-body label {
    margin-left: 8px;
    color: #153131
}

.modal.modal-new .modal-dialog .modal-content .modal-body textarea {
    max-width: 100%;
    resize: vertical
}

.modal.modal-new .modal-dialog .modal-content .modal-body .row .form-group {
    margin-bottom: 15px!important
}

.modal.modal-new .modal-dialog .modal-content .modal-body .form-group:last-child {
    margin-bottom: 0
}

.modal.modal-new .modal-dialog .modal-content .modal-body .form-control {
    box-shadow: none;
    background-color: #f8f8f8
}

.modal.modal-new .modal-dialog .modal-content .modal-body .form-control:focus {
    border-color: #81cd1f
}

.modal.modal-new .modal-dialog .modal-content .modal-body .checkbox-cont input {
    margin-right: 8px
}

.modal.modal-new .modal-dialog .modal-content .modal-body .checkbox-cont label {
    margin: 0
}

.modal.modal-new .modal-dialog .modal-content .modal-footer {
    padding: 35px 40px;
    border: none;
    text-align: center
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .btn:focus {
    outline: 0
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .btn-next {
    padding: 8px 28px;
    padding-top: 5px;
    border-radius: 22px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #81cd1f;
    text-align: center;
    border-top: 8px solid #8FD238
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .btn-next.center {
    margin-right: -35px
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .btn-next.centerLast {
    margin-right: -15px
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .btn-next:active {
    padding-top: 13px;
    border-top: none
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .btn-cancel {
    float: right;
    margin-top: 14px;
    color: #9d9d9d;
    background-color: transparent
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .icon {
    display: inline-block;
    margin-top: 14px
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .icon a {
    color: #9d9d9d
}

.modal.modal-new .modal-dialog .modal-content .modal-footer .icon a:hover {
    color: #9d9d9d
}

.modal.modal01 .modal-dialog .modal-content .modal-body textarea {
    min-height: 150px
}

.modal.modal01 .modal-dialog .modal-content .modal-body span.email {
    padding: 8px 10px;
    margin-bottom: 2px;
    border-radius: 2px;
    display: block;
    color: #81cd1f;
    background-color: #f8f8f8
}

.modal.modal01 .modal-dialog .modal-content .modal-body .info {
    color: #153131;
    display: inline-block;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700
}

.modal.modal01 .modal-dialog .modal-content .modal-body .more {
    color: #00b7de
}

.modal.modal02 .modal-dialog {
    max-width: 400px
}

.modal.modal03 .modal-dialog {
    max-width: 400px
}

.modal.modal03 .modal-dialog .modal-content .modal-body textarea {
    min-height: 200px
}

.modal.modal04 .modal-dialog {
    max-width: 400px
}

.modal.modal04 .modal-dialog .modal-content .modal-body .top {
    margin-bottom: 0
}

.modal.modal04 .modal-dialog .modal-content .modal-body .icon {
    color: #b9bcbc
}

.modal.modal04 .modal-dialog .modal-content .modal-body textarea {
    min-height: 127px
}

.modal.modal04 .modal-dialog .modal-content .modal-body .danger {
    color: red
}

.modal.modal04 .modal-dialog .modal-content .modal-body .domain {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    color: #81cd1f
}

.modal.modal04 .modal-dialog .modal-content .modal-body .help {
    display: inline-block;
    padding-top: 1px;
    padding-left: 6px;
    border-radius: 10px;
    background-color: #e5e5e5;
    padding-right: 6px;
    font-size: 12px
}

.modal.modal05 .modal-dialog {
    max-width: 400px
}

.modal.modal05 .modal-dialog .modal-content .modal-body p {
    text-align: center;
    color: #5b6263
}

.modal.modal05 .modal-dialog .modal-content .modal-body .main {
    font-size: 24px;
    margin-bottom: 10px
}

.panel-group .panel {
    overflow: hidden;
    box-shadow: .5px .87px 7px 0 rgba(42, 65, 78, .059), inset 1px 1.73px 0 0 rgba(255, 255, 255, .078)
}

.panel-group .panel .panel-heading {
    padding: 0
}

.panel-group .panel .panel-heading h4 {
    text-align: left;
    max-width: none;
    opacity: 1
}

.panel-group .panel .panel-heading h4 a {
    display: block;
    padding: 16px 20px;
    font-size: 16px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a[aria-expanded=true] {
    text-decoration: none;
    background-color: #026667;
    color: #fff
}

.panel-group .panel .panel-body {
    color: #153131;
    font-size: 14px
}

.panel-group .panel+.panel {
    margin-top: 20px
}
.bot_header {
    background: #b2ebe5;
    background: -moz-linear-gradient(left,#b2ebe5 0,#d8f0ba 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,#b2ebe5),color-stop(100%,#d8f0ba));
    background: -webkit-linear-gradient(left,#b2ebe5 0,#d8f0ba 100%);
    background: -o-linear-gradient(left,#b2ebe5 0,#d8f0ba 100%);
    background: -ms-linear-gradient(left,#b2ebe5 0,#d8f0ba 100%);
    background: linear-gradient(to right,#b2ebe5 0,#d8f0ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2ebe5', endColorstr='#d8f0ba', GradientType=1);
    padding: 20px;
    margin: -86px -52px 0;
    text-align: left;
}
    .bot_header .desired {
        padding: 24px 40px;
        background: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        .bot_header .desired div {
            line-height: 1.4;
        }
            .bot_header .desired div b {
                font-size: 24px;
                font-weight: 400;
                color: #3c3c3c;
                display: block;
            }
            .bot_header .desired div span {
                color: #3c3c3c;
                font-size: 16px;
            }
        .bot_header .desired a {
            display: block;
            color: #fff;
            font-size: 18px;
            width: 154px;
            line-height: 50px;
            text-align: center;
            font-weight: 700;
            border-radius: 25px;
            background-image: linear-gradient(to top,#81CD1F 0,#81CD1F 100%);
            background: -webkit-linear-gradient(top,#81CD1F 0,#81CD1F 100%);
            box-shadow: inset 0 8px 0 0 rgba(255,255,255,.11);
        }
        .bot_header .desired a:focus, .bot_header .desired a:hover {
            text-decoration: none;
        }
@media (max-width:991px){
    .bot_header .desired {
        flex-direction: column;
    }
        .bot_header .desired div {
            text-align: center;
        }
            .bot_header .desired div span {
                font-size: 15px;
            }
        .bot_header .desired a {
            width: 100%;
            margin-top: 15px;
        }
}
@media (max-width:414px){
    .bot_header {
        margin-right:-30px;
        margin-left:-30px;
    }
}
.section-featured .contact-section .not-found img{
    width:100%;
    max-width:365px;
    margin-top:30px;
    margin-bottom:30px;
}
.section-featured .contact-section .not-found h1 {
    color: #153131;
}
/* start of styling for domain not found landing page */
.section2_ span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #153131;
    margin-bottom: 40px;
    font-weight: 700;
}
.arr_02 {
    font-size: 15px!important;
    color: #A6ACAC!important;
    font-weight: 300!important;
}
.section2_ .ban_sr {
    width: 100%;
    min-height: 100px;
    color: #153131;
    background: #F5F5F5;
    border-radius: 50px;
    padding: 34px 15px 0 15px;
}
.section2_ .ban_sr span {
    font-size: 24px!important;
}
.section2_ .button-container a {
    width: 225px;
}
.parent_row {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.parent_row .img_cont {
    margin-right: 35px;
}
    .parent_row .img_cont img {
        width: 159px;
        height: 159px;
    }
.parent_row .head {
    display: flex;
    align-items: center;
}
    .parent_row .head div {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        background: #BAC9D0;
        text-align: center;
        font-size: 26px;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
    .parent_row .head span {
        font-size: 24px;
        color: #153131;
        text-transform: uppercase;
    }
    .parent_row .text {
        display: block;
        margin-top: 10px;
        font-size: 15px;
        color: #A6ACAC;
        line-height: 1.2;
    }
.section2_.section_bot {
    margin-bottom: 95px!important;
}
.footBnr span {
    display: block;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #153131;
    margin-bottom: 60px;
}
.footBnr div {
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footBnr div img {
    width: 144px;
}
@media (max-width:686px){
    .parent_row {
        flex-direction: column;
    }
    .parent_row .head {
        justify-content: center;
    }
    .section2_ .ban_sr {
        padding-top: 15px;
    }
    .footBnr div {
        flex-direction: column;
    }
    .footBnr div img {
        margin-bottom: 20px;
    }
}
/* end of styling for domain not found landing page */
.wrapper.partner .nameserver_col {
  background-image: url(../img/bg09.svg);
  background-size: 100% calc(100% - 115px);
  position: relative;
  margin-top: 95px;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .wrapper.partner .nameserver_col {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 15%;
  }
}
.wrapper.partner .nameserver_col h1, .wrapper.partner .nameserver_col h2 {
  font-size: 50px;
  color: #153131;
  text-align: center;
  font-family: "Brandon Grotesque";
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .wrapper.partner .nameserver_col h2 {
    font-size: 25px;
  }
}
.wrapper.partner .nameserver_col .secondary-text{
    text-align: center;
    max-width: 415px;
    margin: auto;
    position: relative;
}
.wrapper.partner .nameserver_col p {
  font-family: "Brandon Grotesque";
  font-weight: 200;
  text-align: center;
  font-size: 30px;
  color: #153131;
}
@media screen and (max-width: 400px) {
  .wrapper.partner .nameserver_col p {
    font-size: 14px;
  }
}

.wrapper.partner .nameserver_col .btn-cont{
    margin-top: 88px;
    margin-bottom: 54px;
    position: relative;
    z-index: 100;
}
.wrapper.partner .nameserver_col .btn-cont .btn{
    padding: 17px 45px !important;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.wrapper.partner .nameserver_col div {
  text-align: center;
}
.wrapper.partner .nameserver_col div img {
  display: inline;
}
.wrapper.partner .nameserver_col .wave_cont {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .wrapper.partner .nameserver_col .wave_cont {
    height: auto;
    width: auto;
  }
}
.wrapper.partner .nameserver_col .images-cont{
    position: absolute;
    width: 100%;
    top: 85px;
}
.images-cont .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.images-cont .container:before{
    display: none;
}
.images-cont .container:after{
    display: none;
}
.wrapper.partner .nameserver_col .images-cont img{
    position: relative;
    z-index: 10;
}
.wrapper.partner .nameserver_col .images-cont .left-image{
    width: 100%;
    max-width: 250px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
.wrapper.partner .nameserver_col .images-cont .right-image{
    width: 100%;
    max-width: 375px;
}

@media screen and (max-width: 1199px) {
    .wrapper.partner .nameserver_col{
        background-size: 100% calc(100% - 450px);
    }
    .wrapper.partner .nameserver_col .images-cont{
        position: static;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .wrapper.partner .nameserver_col .images-cont{
        margin-bottom: -70px;
    }
}
@media screen and (max-width: 991px){
    .wrapper.partner .nameserver_col{
        background-size: 100%;
    }
    .wrapper.partner .nameserver_col .images-cont .container{
        align-items: flex-end;
    }
}
@media screen and (max-width: 767px) {
    .wrapper.partner .nameserver_col .images-cont .left-image{
        max-width: calc(40% - 10px);
        flex: 1;
    }
    .wrapper.partner .nameserver_col .images-cont .right-image{
        max-width: calc(60% - 10px);
        flex: 2;
    }
}
.wrapper.partner .nameserver_col .wave_cont > img {
  width: 100%;
  height: 130px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
@media screen and (max-width: 767px) {
  .wrapper.partner .nameserver_col .wave_cont > img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .wrapper.partner .nameserver_col .wave_cont > img {
    display: none;
  }
}
.wrapper.partner .how-to-use{
    padding-bottom: 70px;
}
.wrapper.partner .how-to-use h2{
    font-size: 30px;
    color: #153131;
    text-align: center;
    font-family: "Brandon Grotesque";
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 69px;
}
.wrapper.partner .how-to-use{
    text-align: center;
}
.wrapper.partner .how-to-use .block{
    margin-bottom: 30px;
}
@media screen and (max-width: 991px){
    .wrapper.partner .how-to-use .block.center{
        margin: auto;
        float: none;
    }
    .wrapper.partner .how-to-use h2{
        margin-top: 69px;
    }
}
@media screen and (max-width: 560px){
    .wrapper.partner .how-to-use .block{
        width: 100%;
    }
}
.wrapper.partner .how-to-use img{
    margin: auto;
    margin-bottom: 19px;
    max-width: 114px;
}
.wrapper.partner .how-to-use h3{
    color: #153131;
    font-size: 22px;
    font-family: "Brandon Grotesque";
    margin-top: 0px;
    margin-bottom: 19px;
}
.wrapper.partner .how-to-use p{
    color: #7c8b8b;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    max-width: 290px;
    margin: auto;
}

.wrapper.partner .main-content .text-cont{
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px 4px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px 4px 10px 0px rgba(50, 50, 50, 0.1);
    border-top: 1px solid #eaeaea;
    font-style: italic;
    max-width: 528px;
    height: 200px;
    padding: 20px 30px;
}
.wrapper.partner .main-content .bg{
    /*background-color: #f6f3f7;*/
    background-color: #f6f3f7;
}
.wrapper.partner .main-content .wave-bottom{
    position: relative;
}
.wrapper.partner .main-content .wave-bottom img{
    margin-top: -106px;
    width: 100%;
}
.wrapper.partner .main-content .wave-top {
    width: 100%;
    height: 136px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../img/wavebgk1-shadow-top1.png");
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}
.wrapper.partner .main-content .text-container{
    padding-top: 96px;
    padding-bottom: 96px;
}
.wrapper.partner .main-content .text-cont p{
    color: #666666;
}
.wrapper.partner .main-content .text-cont p span{
    text-decoration: underline;
}
.wrapper.partner .main-content .text-cont ul{
    list-style-type: none;
    padding: 0px;
    color: #666666;
}
.wrapper.partner .main-content .text-cont ul ul{
    padding-left: 5px;
}
.wrapper.partner .main-content .text-cont ul ul span{
    font-weight: bold;
}
.cont{
    max-width: 407px;
    margin: auto;
}
.wrapper.partner .main-content .affiliate-main{
    padding-bottom: 96px;
    padding-top: 96px;
}
.wrapper.partner .main-content .affiliate h2{
    max-width: 263px;
    font-family: "Brandon Grotesque";
    font-weight: bold;
    font-size: 30px;
    color: #153131;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 40px;
}
.wrapper.partner .main-content .affiliate p{
    font-size: 16px;
    color: #5b6e6e;
    font-family: Roboto, sans-serif;
}
.wrapper.partner .main-content .progress-cont{
    padding-top: 55px;
    display: flex;
    justify-content: center;
}
.wrapper.partner .main-content .progress-cont img{
    max-width: 100%;
    height: 431px;
    object-fit: contain;
}
.wrapper.partner .main-content .traffic-cont{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wrapper.partner .main-content .traffic-cont img{
    max-width: 100%;
    object-fit: contain;
}
.wrapper.partner .main-content .affiliate.banners h2{
    margin-bottom: 12px;
    margin-top: 110px;
}
.wrapper.partner .main-content .affiliate.banners p{
    margin-bottom: 22px;
}

.wrapper.partner .main-content .affiliate .sections-cont{
    max-width: 480px;
}
.wrapper.partner .main-content .affiliate .sections-cont h2{
    margin-top: 55px;
    margin-bottom: 30px;
}
.wrapper.partner .main-content .affiliate .secondary{
    margin-bottom: 23px;
}
.wrapper.partner .main-content .affiliate .secondary h3{
    font-size: 18px;
    font-family: Roboto, sans-serif;
    color: #153131;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.wrapper.partner .main-content .top-wave{
    width: 100%;
}
.wrapper.partner .main-content .affiliate .secondary p{
    margin-bottom: 0px;
}

.wrapper.partner .main-content .affiliate.search-box .cont{
    max-width: 508px;
}
.wrapper.partner .main-content .affiliate.search-box h2{
    max-width: 100%;
    margin-bottom: 7px;
    margin-top: 0;
}
.wrapper.partner .main-content .affiliate.search-box .info{
    margin-bottom: 31px;
}
.wrapper.partner .main-content .affiliate.search-box .item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    max-width: 340px;
}
.wrapper.partner .main-content .affiliate.search-box .item p{
    padding-left: 11px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #153131; 
}
.wrapper.partner .main-content .affiliate.search-box .btn{
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    max-width: 360px;
    margin-top: 21px;
    width: 100%;
    letter-spacing: 0.6px;
    height: 48px;
    line-height: 27px;
    /*margin-bottom: 81px;*/
}

.wrapper.partner .main-content .affiliate .search-cont > div{
    max-width: 530px;
    margin: auto;
    padding-top: 110px;
    padding-bottom: 96px;
}

@media screen and (max-width: 991px) {
    .wrapper.partner .main-content .affiliate-main{
        padding-top: 83px;
        padding-bottom: 83px;
    }
    .wrapper.partner .main-content .progress-cont{
        padding-top: 0px;
        padding-bottom: 55px;
    }
    .wrapper.partner .main-content .affiliate .sections-cont h2{
        margin-top: 21px;
    }
    .wrapper.partner .main-content .wave-bottom img{
        margin-top: -99px;
    }
    .wrapper.partner .main-content .affiliate.search-box h2{
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper.partner .how-to-use{
        /*padding-bottom: 0px;*/
    }
    .wrapper.partner .main-content .text-container{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wrapper.partner .main-content .affiliate h2{
        max-width: 100%;
    }
    .wrapper.partner .main-content .affiliate .cont{
        text-align: center;
    }
    .wrapper.partner .main-content .affiliate-main{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .wrapper.partner .main-content .affiliate.banners h2{
        margin-top: 25px;
        text-align: center;
    }
    .wrapper.partner .main-content .affiliate.banners{
        padding-bottom: 30px;
    }
    .wrapper.partner .main-content .traffic-cont{
        text-align: center;
        display: block;
    }
    .wrapper.partner .main-content .progress-cont{
        text-align: center;
        display: block;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .wrapper.partner .main-content .wave-bottom img{
        display: none;
    }

    .wrapper.partner .main-content .affiliate .search-cont > div{
        padding-top: 90px;
        padding-bottom: 76px;
    }
    .wrapper.partner .main-content .affiliate.search-box .item{
        margin: auto;
        margin-bottom: 12px;
        text-align: left;
    }
    .wrapper.partner .main-content .affiliate.search-box .btn{
        margin-bottom: 60px;
    }
}

.wrapper.partner .f-undeveloper {
  background: transparent;
  border-bottom: none;
}
.wrapper.partner .f-undeveloper .navigation h5 {
  color: #0E1616;
}
.wrapper.partner .f-undeveloper .logo {
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .wrapper.partner .f-undeveloper .logo {
    margin: 20px auto 0 auto;
  }
}
.wrapper.partner .f-undeveloper .logo img {
  max-width: 275px;
}
@media screen and (max-width: 1199px) {
  .wrapper.partner .f-undeveloper .logo img {
    max-width: 275px;
  }
}
@media screen and (max-width: 400px) {
  .wrapper.partner .f-undeveloper .logo img {
    max-width: 100%;
  }
}
.wrapper.partner .f-undeveloper .logo small {
  color: #9aa6af;
  color: #73808a;
  font-size: 11px;
  position: absolute;
  left: 66px;
  top: 40px;
}
@media screen and (max-width: 1199px) {
  .wrapper.partner .f-undeveloper .logo small {
    left: 65px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper.partner .f-undeveloper .logo small {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .wrapper.partner .f-undeveloper .logo small {
    left: 56px;
    top: 30px;
  }
}
.wrapper.partner .f-undeveloper .logo a {
  text-decoration: none;
}
.wrapper.partner .f-undeveloper .logo a:hover {
  text-decoration: none;
}
.wrapper.partner .footer{
    background-color:#FFF;
}
.wrapper.partner  .footer .navigation h5{
    color:#000;
}