/*!
 *  Font Awesome 4.7.0 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(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
	font-family: 'myriad-pro';
	font-style: normal;
	font-weight: normal;
	src: local('myriad-pro'), url(../fonts/MyriadPro-Light.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Regular'), url(../fonts/MYRIADPRO-REGULAR.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed'), url(../fonts/MYRIADPRO-COND.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed Italic'), url(../fonts/MYRIADPRO-CONDIT.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold'), url(../fonts/MYRIADPRO-SEMIBOLD.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Semibold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold Italic'), url(../fonts/MYRIADPRO-SEMIBOLDIT.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Condensed'), url(../fonts/MYRIADPRO-BOLDCOND.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold'), url(../fonts/MYRIADPRO-BOLD.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Italic'), url(../fonts/MYRIADPRO-BOLDIT.woff) format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Condensed Italic'), url(../fonts/MYRIADPRO-BOLDCONDIT.woff) format('woff');
}

div#spinner {
    display: none;
    width:135px;
    height: 135px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}

div#spinner-championship {
    display: none;
    width:135px;
    height: 135px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}  

.border {
    border-bottom: solid black 1px;
}

.border-top {
    border-top: dotted black 1px;
}

.service-content .col {
    margin: 0 0 0 0;
}

.service-content .col-1 {
	float: left;
    width: 60%;
	margin-bottom: 20px;
}

.service-content .col-2 {
	float: right;
	width: 40%;
}

.detail-content p {
  overflow: hidden;
}

.detail-content .label {
  float: left;
  width: 170px;
  font-weight: bold;
}

.detail-content .value{
  float: left;
  width: 60%;
}

.service-bottom .link-moreinfo {
 padding-bottom: 20px;
 --position:absolute;
 bottom:40px;
 left:40px
}
.service-bottom .link-moreinfo a {
 padding:.3em .8em;
 border:1px solid #488cca;
 display:inline-block;
 -webkit-border-radius:.2em;
 border-radius:.2em;
 -webkit-transition:background .1s ease-in,color .1s ease-in;
 -o-transition:background .1s ease-in,color .1s ease-in;
 transition:background .1s ease-in,color .1s ease-in;
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.service-bottom .link-moreinfo a:focus,
.service-bottom .link-moreinfo a:hover {
 background:#488cca;
 color:#fff
}

table.dataList tr,
table.dataList th,
table.dataList td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'Lato', sans-serif;
  font-size: .875rem;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 5px;
  padding: 2px 5px;
}

table.progress-bar {
	width: 98%;
	height: 12px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
}

table.progress-bar td.progress-bar-done {
	background-color: #3465A4;
	border: 0px !important;
	padding: 0px !important;
}

table.progress-bar td.progress-bar-left {
	background-color: #FFFFFF;
	border: 0px !important;
	padding: 0px !important;
}

.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: .08em solid #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(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -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: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    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,
.fa-battery: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"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

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

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

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

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

@font-face {
    font-family: help3;
    src: url(../fonts/help3.eot?-tnxlda);
    src: url(../fonts/help3.eot?#iefix-tnxlda) format("embedded-opentype"), url(../fonts/help3.woff?-tnxlda) format("woff"), url(../fonts/help3.ttf?-tnxlda) format("truetype"), url(../fonts/help3.svg?-tnxlda#help3) format("svg");
    font-weight: 400;
    font-style: normal
}

.wf-loading .footer,
.wf-loading .home-feat-wrap,
.wf-loading .l-main,
.wf-loading .l-main-home,
.wf-loading .main-news p,
.wf-loading .nav-add li,
.wf-loading .nav-main-list li,
.wf-loading .nav-sub-top li,
.wf-loading .nav-sub li,
.wf-loading .sitesearch-icon,
.wf-loading .support-tel {
    visibility: hidden
}

.wf-active .footer,
.wf-active .home-feat-wrap,
.wf-active .l-main,
.wf-active .l-main-home,
.wf-active .main-news p,
.wf-active .nav-add li,
.wf-active .nav-main-list li,
.wf-active .nav-sub-top li,
.wf-active .nav-sub li,
.wf-active .sitesearch-icon,
.wf-active .support-tel,
.wf-inactive .footer,
.wf-inactive .home-feat-wrap,
.wf-inactive .l-main,
.wf-inactive .main-news p,
.wf-inactive .nav-add li,
.wf-inactive .nav-main-list li,
.wf-inactive .nav-sub-top li,
.wf-inactive .nav-sub li,
.wf-inactive .sitesearch-icon,
.wf-inactive .support-tel {
    visibility: visible
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 100%;    
    color: #666;
    background-color: #f3f3f3
}

.wf-active body {
    font-family: myriad-pro-n4, myriad-pro, Helvetica, Helvetica Neue, Arial, sans-serif;
}

.body-domaininfo {
    background: #fff
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.l-main img {
    max-width: 100%;
    height: auto!important
}

b,
strong {
    font-weight: 600
}

em,
i {
    font-style: italic
}

code,
pre {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif
}

a {
    color: #488cdb;
    text-decoration: none;
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

a:focus,
a:hover {
    color: #88b4dc;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0 0 0.5em;
    padding: 0
}

h2 {
    margin-bottom: .37em;
    font-weight: 300;
    font-family: Geneva, Tahoma, arial, sans-serif;
    font-size: 47px;
    line-height: 1.3;
    letter-spacing: -1px
}

.wf-active h2 {
	margin-top: .4em;
    margin-bottom: .4em;
    line-height: 1;
    font-size: 40px;
    font-family: myriad-pro-semi-condensed, Geneva, Tahoma, arial, sans-serif;
    letter-spacing: 0
}

h3,
h4,
h5,
h6 {
    font-weight: 400
}

h3 {
    margin-bottom: .7em;
    font-size: 24px;
    line-height: 1.4
}

.wf-active h3 {
    font-size: 26px;
    line-height: 1.2;
	/*! padding-top: 20px; */
}

h4 {
    margin-bottom: .8em;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: #444
}

.wf-active h4 {
    font-size: 18px
    border-bottom: 1px solid #e3e3e3;
}

h5 {
    margin-bottom: .7em;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    line-height: 1.6
}

.wf-active h5 {
    font-size: 16px;
    line-height: 1.5
}

h6 {
    margin-bottom: .7em;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    line-height: 1.6
}

.wf-active h6 {
    font-size: 16px;
    line-height: 1.5
}

dl,
ol,
ul {
    margin: 0 0 1em
}

ol,
ul {
    padding: 0 0 0 1.5em
}

form {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    vertical-align: baseline;
    *vertical-align: middle
}

.wf-active button,
.wf-active input,
.wf-active select,
.wf-active textarea {
    font-family: myriad-pro-n4, myriad-pro, Helvetica Neue, Helvetica, Arial, sans-serif
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}

button,
select {
    text-transform: none
}

label {
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

:-moz-submit-invalid,
:-moz-ui-invalid {
    box-shadow: none
}

input:focus,
select:focus,
textarea:focus {
    outline: none
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0
}

.resultCount {
	margin-bottom: 0.5em;
}

.pagging span {
    margin-left: 5px;
}

.pagging a {
    margin-left: 5px;
}

.dataList {
	width: 100%;
    line-height: 2.0;
    background: #fff;
    /*border: 1px solid #ddd;*/
    border-width: 1px 1px 1px 1px	
}

.dataList th {
    background: #ddd;
}

.dataList .delimiter {
    background: #cecece;
}

.dataList .delimiter .section {
    font-weight: bold;
}

.dataList .delimiter .participants, .dataList .delimiter .participants-nr, .dataList .delimiter .max-participants {
    font-style: italic;
    font-size: .675rem;
}

td,
th {
    /*ertical-align: top*/
}

th {
    font-weight: 500;
    text-align: left
}

.l-page {
    background: #fff
}

.l-header-wrap-inner {
    margin: 0 auto;
    padding: 0 40px;
    /*max-width: 1040px*/
}

.lt-ie9 .l-header-wrap-inner {
    min-width: 740px
}

.l-header {
    height: 100px;
    position: relative
}

.l-content-wrap,
.l-content-wrap-home,
.l-content-wrap-search {
    margin: 0 auto;
	padding: 0px 10px 0;
    /*max-width: 1040px;*/
    position: relative;
    background: #fff;
    width: 95%;
}

.l-content-wrap-home {
    padding-top: 0
}

.lt-ie9 .l-content-wrap,
.lt-ie9 .l-content-wrap-home,
.lt-ie9 .l-content-wrap-search {
    min-width: 740px
}

.l-main,
.l-main-home {
    padding: 10px 0 0 0;
    --min-height: 580px;
    background: #fff;
    color: #555;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6
}

.wf-active .l-main,
.wf-active .l-main-home {
    font-size: 16px;
    line-height: 1.5
}

.l-main-home {
    min-height: 0
}

.l-cols2 .l-col {
    width: 50%;
    float: left
}

.lt-ie8 .l-cols2 .l-col {
    width: 49.9%
}

.l-cols2 .l-col0 .l-col-content {
    margin-right: 20px
}

.l-cols2 .l-col1 .l-col-content {
    margin-left: 20px
}

.lt-ie7 .l-cols2 .l-col1 .l-col-content {
    display: inline
}

.header-wrapper {
    height: 196px
}

.header-wrapper-search,
.header-wrapper-start {
    height: 149px
}

.userinfo {
	float: right;
}

.site-logo {
    margin-top: 35px;
    float: left;
    /*width: 160px;*/
    overflow: hidden
}

.site-logo h1 {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-family: Geneva, Tahoma, arial, sans-serif;
    font-weight: 300
}

.site-logo-link {
    display: block;
    outline: 0;
    overflow: hidden;
    color: #fff
}

.site-logo-link:focus,
.site-logo-link:hover {
    color: #fff
}

.site-logo img {
    margin: 0;
    padding: 0;
    display: block
}

.nav-add {
    margin-top: 41px;
    margin-right: 30px;
    float: right;
    font-size: 12px;
    line-height: 1.3
}

.wf-active .nav-add {
    margin-top: 39px;
    font-size: 13px;
    line-height: 1.4
}

.nav-add ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase
}

.nav-add li {
    float: left;
    margin-left: 5px;
    position: relative
}

.nav-add a {
    padding: 3px 10px 8px;
    float: left;
    text-decoration: none;
    color: #fff;
    color: hsla(0, 0%, 100%, .65);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.lt-ie8 .nav-add a {
    color: #fff
}

.nav-add a:focus,
.nav-add a:hover {
    text-decoration: none;
    color: #fff
}

.nav-add ul ul {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-transform: none;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    background: #fff;
    display: none;
    z-index: 300;
    width: auto
}

.nav-add li.sfHover>a.sf-with-ul {
    background: #fff;
    position: relative;
    z-index: 305;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.nav-add ul ul li {
    margin-left: 0;
    float: none;
    white-space: nowrap
}

.nav-add ul ul a {
    padding: 5px 15px;
    display: block;
    float: none;
    color: #fff
}

.nav-add ul ul .nav-status {
    margin-top: 10px;
    margin: 10px 10px 0
}

.nav-add ul ul .nav-status a {
    color: #333;
    background: #fff;
    padding: 8px 15px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .02);
    box-shadow: 0 0 4px rgba(0, 0, 0, .02)
}

.nav-add ul ul .nav-status i {
    margin-right: .2em
}

.nav-add ul ul .nav-status.green a,
.nav-add ul ul .nav-status.green i {
    color: #6ea629
}

.nav-add ul ul .nav-status.orange a,
.nav-add ul ul .nav-status.orange i {
    color: #dc6200
}

.nav-add ul ul .nav-status.red a,
.nav-add ul ul .nav-status.red i {
    color: #bf3030
}

.nav-add ul ul .nav-status a:hover {
    background-color: #fff
}

.nav-add ul ul a:focus,
.nav-add ul ul a:hover {
    background: hsla(0, 0%, 100%, .2)
}

.lt-ie9 .nav-add ul ul a:focus,
.lt-ie9 .nav-add ul ul a:hover {
    background: transparent
}

.nav-add ul ul .nav-status.green a:focus,
.nav-add ul ul .nav-status.green a:hover {
    color: #a1c574
}

.nav-add ul ul .nav-status.orange a:focus,
.nav-add ul ul .nav-status.orange a:hover {
    color: #e89959
}

.nav-add ul ul .nav-status.red a:focus,
.nav-add ul ul .nav-status.red a:hover {
    color: #d57e7e
}

.support-tel {
    margin-top: 41px;
    padding: 3px 30px 3px 0;
    margin-right: 15px;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    border-right: 1px dotted #fff;
    border-right: 1px dotted hsla(0, 0%, 100%, .4);
    color: #fff;
    color: hsla(0, 0%, 100%, .95);
    float: right
}

.wf-active .support-tel {
    margin-top: 39px;
    font-size: 13px;
    line-height: 1.4
}

.support-tel a {
    color: hsla(0, 0%, 100%, .95)
}

.lt-ie8 .support-tel {
    color: #fff
}

.sitesearch {
    position: absolute;
    top: 35px;
    right: -10px;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.sitesearch-icon {
    position: absolute;
    top: 37px;
    right: 0;
    width: 16px
}

.sitesearch-icon a {
    opacity: .7;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px
}

.sitesearch-icon a:hover {
    opacity: 1
}

.sitesearch-icon img {
    max-width: 100%
}

.sitesearch-icon-mobile {
    display: none
}

.sitesearch-input {
    padding: 5px 6px 5px 36px;
    font-size: 15px;
    background: #fff url(../img/icon-magnifier-input.png) 10px 50% no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    width: 100%;
    border: none;
    line-height: 20px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lt-ie9 .sitesearch-input {
    background: #fff;
    padding-left: 12px
}

.lt-ie8 .sitesearch-input {
    padding: 6px 0 0 10px
}

.sitesearch-input:focus::-webkit-input-placeholder {
    color: #888
}

.sitesearch-input:focus::-moz-placeholder {
    color: #888
}

.sitesearch-input:focus {
    outline: none
}

.sitesearch-cancel {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    cursor: pointer;
    background: #eee url(../img/icon-cross1.png) 50% 50% no-repeat
}

.lt-ie8 .sitesearch-cancel {
    top: 3px;
    background-color: #fff
}

.auto-complete-results {
    padding: 20px 20px 15px;
    z-index: 9999;
    position: relative;
    font-size: 14px;
    min-height: 120px;
    max-height: 420px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
    border-top: 1px solid #ccc;
    overflow: auto
}

.auto-complete-results .col-1 {
    float: left;
    padding-right: 10px
}

.auto-complete-results .col-1,
.auto-complete-results .col-2 {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.auto-complete-results .col-2 {
    float: right;
    padding-left: 10px
}

.theme-purple .auto-complete-results a {
    color: #7e62a6
}

.theme-green .auto-complete-results a {
    color: #6ea629
}

.theme-orange .auto-complete-results a {
    color: #dc6200
}

.theme-red .auto-complete-results a {
    color: #bf3030
}

.theme-blue .auto-complete-results a {
    color: #488cdb
}

.auto-complete-results h3 {
    margin: 0 0 .5em;
    padding-bottom: .5em;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #333
}

.auto-complete-result-list {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none
}

.auto-complete-result-list li {
    margin-bottom: .2em
}

.auto-complete-result-list h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.auto-complete-result-cats {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none
}

.auto-complete-result-cats li {
    margin-bottom: .2em
}

.nav-wrap {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.theme-purple .nav-wrap {
    background-color: #745a98
}

.theme-green .nav-wrap {
    background-color: #659825
}

.theme-red .nav-wrap {
    background-color: #b02c2c
}

.theme-orange .nav-wrap {
    background-color: #ca5a00
}

.theme-blue .nav-wrap {
    background-color: #314a77
}

.theme-purple .sticky .nav-wrap {
    background-color: #7e62a6
}

.theme-green .sticky .nav-wrap {
    background-color: #6ea629
}

.theme-red .sticky .nav-wrap {
    background-color: #bf3030
}

.theme-orange .sticky .nav-wrap {
    background-color: #dc6200
}

.theme-blue .sticky .nav-wrap {
    background-color: #1a3668
}

.nav-main {
    margin: 0 auto;
    padding: 0 0 0 40px;
    /*max-width: 1080px;*/
    font-size: 14px
}

.wf-active .nav-main {
    font-size: 16px
}

.lt-ie9 .nav-main {
    min-width: 740px
}

.nav-main-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-main-list li {
    margin-left: 40px;
    float: left;
    text-transform: uppercase
}

.nav-main-list li.first {
    margin: 0
}

.nav-main-list a {
    float: left;
    text-decoration: none;
    line-height: 45px;
    line-height: 49px;
    color: #fff;
    color: hsla(0, 0%, 100%, .8);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.nav-main-list a:focus,
.nav-main-list a:hover {
    color: #fff
}

.nav-main-list a.active {
    font-weight: 400;
    position: relative
}

.nav-main-list a.active:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    border: 8px solid;
    border-color: transparent transparent #f3f3f3
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1
}

.lt-ie9 .nav-collapse,
.nav-collapse.opened {
    max-height: 9999px
}

.nav-toggle {
    position: absolute;
    top: 35px;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.lt-ie9 .nav-toggle {
    display: none
}

.l-page .nav-toggle {
    color: #fff
}

@font-face {
    font-family: responsivenav;
    src: url(../fonts/responsivenav.eot);
    src: url(../fonts/responsivenav.eot?#iefix) format("embedded-opentype"), url(../fonts/responsivenav.ttf) format("truetype"), url(../fonts/responsivenav.woff) format("woff"), url(../fonts/responsivenav.svg#responsivenav) format("svg");
    font-weight: 400;
    font-style: normal
}

.nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    overflow: hidden;
    width: 60px;
    height: 60px
}

.nav-toggle:before {
    color: #fff;
    font: normal 28px/55px responsivenav;
    text-transform: none;
    text-align: center;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    speak: none;
    width: 100%;
    left: 0;
    top: 0
}

.nav-toggle.active:before {
    content: "\78"
}

.nav-main-sub-wrap {
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.nav-main-sub-wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.nav-sub-top {
    background: #f3f3f3;
    background: hsla(0, 0%, 95%, .99);
    border-bottom: 1px solid #d4d4d4;
    font-size: 15px
}

.wf-active .nav-sub-top {
    font-size: 16px
}

.nav-sub-top ul {
    margin: 0 auto;
    padding: 0 40px;
    list-style: none;
    /*max-width: 1040px*/
}

.lt-ie9 .nav-sub-top ul {
    min-width: 740px
}

.nav-sub-top li {
    margin-right: 25px;
    float: left;
    position: relative
}

.lt-ie8 .nav-sub-top li {
    z-index: 100
}

.nav-sub-top a {
    padding: 0;
    line-height: 45px;
    float: left;
    color: #888;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.nav-sub-top a.active,
.nav-sub-top a:focus,
.nav-sub-top a:hover {
    color: #111
}

.nav-sub-top ul ul {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 100;
    width: 220px;
    font-size: 15px;
    text-transform: none;
    border: 1px solid #d4d4d4;
    border-color: #ccc #d4d4d4 #d4d4d4;
    background: #fff;
    background: hsla(0, 0%, 100%, .99);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
    display: none
}

.lt-ie9 .nav-sub-top ul ul {
    min-width: 0
}

.nav-sub-top li:hover>ul {
    display: block
}

.nav-sub-top li.sfHover>a {
    color: #010101
}

.nav-sub-top li.sfHover>.sf-with-ul:after {
    color: #666
}

.nav-sub-top ul ul li {
    margin-right: 0;
    display: block;
    float: none
}

.nav-sub-top ul ul a {
    padding: 6px 15px;
    display: block;
    float: none;
    color: #777;
    line-height: 1.5
}

.nav-sub-top ul ul a:hover {
    background: #f3f3f3;
    text-decoration: none
}

.nav-sub-top ul ul li.sfHover {
    background: #f3f3f3
}

.nav-sub-top ul ul ul {
    padding: 10px 0;
    top: -11px;
    left: 100%
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    padding-right: 20px;
    *padding-right: 1em;
    padding-right: 15px;
    padding-right: 0
}

.sf-arrows .sf-with-ul:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    text-decoration: none;
    color: #aaa;
    line-height: 1.5
}

.sf-arrows ul ul .sf-with-ul:after {
    float: right;
    content: "\f105";
    font-family: FontAwesome;
    text-decoration: none;
    color: #aaa;
    margin-right: 10px
}

.sf-arrows .sf-with-ul:hover:after {
    color: #666
}

.sf-arrows>.sfHover>.sf-with-ul:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>li>.sf-with-ul:focus:after {
    border-top-color: #fff
}

.fullwidth {
    width: 100%
}

table .center {
    text-align: center
}

table .right {
    text-align: right
}

table .left {
    text-align: left
}

.table-plain td,
.table-plain th {
    padding: 4px 20px 4px 0;
    text-align: left
}

.table-zebra {
    border: 1px solid #d9d9d9;
    border-width: 1px 1px 0 0
}

.table-zebra th,
.table-zebra thead td {
    background: #fff
}

.table-zebra td,
.table-zebra th {
    padding: 15px 20px;
    border: 1px solid #d9d9d9;
    border-width: 0 0 1px 1px
}

.table-zebra tr.even,
.table-zebra tr:nth-child(odd) {
    background: #f8f8f8
}

.table-metanet {
    margin: 0 0 1em;
    width: 100%
}

.table-metanet td,
.table-metanet th {
    padding: 0 20px 0 0
}

.table-metanet th {
    width: 100px;
    white-space: nowrap;
    font-weight: 300
}

.table-dns {
    margin-bottom: 1em;
    width: 100%
}

.table-dns td,
.table-dns th {
    padding: .3em 0;
    border-bottom: 1px solid #ddd
}

.table-dns thead th {
    padding-top: 0;
    border-width: 0 0 3px
}

.whymetanet .l-col0 {
    width: 358px;
    width: 55.9375%
}

.whymetanet .l-col1 {
    width: 280px;
    width: 43.75%
}

.whymetanet-add {
    padding: 40px 20px 10%;
    border-top: 10px solid #e5e5e5;
    background: #f5f5f5;
    text-align: center
}

.whymetanet-add h4 {
    margin: 0 auto .2em;
    font-size: 18px
}

.whymetanet-add p {
    max-width: 240px;
    margin: 0 auto 2em;
    color: #777
}

.whymetanet-add img {
    margin: 0 auto .4em;
    display: block;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .02);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .02)
}

.table-zebrastriped {
    margin: 0 0 1em;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px
}

.table-zebrastriped tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, .02)
}

.table-zebrastriped td,
.table-zebrastriped th {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    text-align: left
}

.table-zebrastriped tbody th,
.table-zebrastriped thead th {
    font-weight: 600
}

.table-zebrastriped td.grey-transp,
.table-zebrastriped thead th.grey-transp {
    background: rgba(0, 0, 0, .015)
}

.gallery {
    margin: 2em 0 1em
}

.gallery-thumb {
    margin: 0 4.2% 3em 0;
    float: left;
    text-align: center;
    line-height: 1.4;
    width: 47.9%
}

.lt-ie8 .gallery-thumb {
    padding-bottom: 3em
}

.lt-ie7 .gallery-thumb {
    padding-bottom: 0
}

.gallery-thumb.last {
    margin-right: 0
}

.gallery-thumb a {
    display: block
}

.theme-blue .l-main .gallery-thumb a,
.theme-blue .l-main .gallery-thumb a:hover,
.theme-green .l-main .gallery-thumb a,
.theme-green .l-main .gallery-thumb a:hover,
.theme-orange .l-main .gallery-thumb a,
.theme-orange .l-main .gallery-thumb a:hover,
.theme-purple .l-main .gallery-thumb a,
.theme-purple .l-main .gallery-thumb a:hover,
.theme-red .l-main .gallery-thumb a,
.theme-red .l-main .gallery-thumb a:hover {
    color: #555
}

.gallery-thumb img {
    margin: 0 auto 8px;
    display: block;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.gallery-thumb a:hover img {
    border-color: rgba(0, 0, 0, .3);
    border-color: #bbb
}

.images-gallery {
    margin-bottom: 4em
}

.image-gallery-thumb {
    width: 50%;
    float: left
}

.image-gallery-thumb.smaller {
    width: 25%
}

.image-gallery-thumb.big {
    width: 100%
}

.product {
    margin-top: .4em
}

.product-header h3 {
    margin: 0;
    padding: 12px 20px;
    line-height: 1.4;
    font-weight: 300
}

.product-content {
    padding: 20px
}

.product-content .list-arrows {
    margin-bottom: 2em
}

.product-content .list-arrows li {
    margin: 0
}

.product-price {
    margin: 0;
    text-align: right;
    font-weight: 600
}

.product-link-list {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 20px
}

.product-link-list .list-arrows li {
    margin-bottom: 0
}

.cross-selling-small-wrap {
    margin: 20px 0 40px;
    padding: 15px 0;
    border: 1px solid #ddd;
    border-width: 1px 0;
    position: relative
}

.cross-selling-small-header {
    padding: 0;
    position: absolute;
    top: -.9em;
    left: 0;
    color: #999;
    text-transform: uppercase
}

.cross-selling-small-header span {
    padding: 0 8px 0 0;
    font-size: .8125em;
    background: #fff
}

.cross-selling-small {
    padding: 15px 30px;
    color: #fff;
    text-align: center
}

.theme-blue .cross-selling-small {
    background: #488cca
}

.theme-green .cross-selling-small {
    background: #6ea629
}

.cross-selling-small-claim {
    margin-bottom: 0
}

.theme-blue .l-main .cross-selling-small a {
    color: hsla(0, 0%, 100%, .5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.theme-blue .l-main .cross-selling-small a:hover {
    color: hsla(0, 0%, 100%, .8)
}

.features {
    margin: 40px 0 10px;
    padding: 40px 0 0;
    position: relative;
    border: 1px solid #ddd;
    border-width: 1px 0 0
}

.features.between {
    margin-bottom: 40px;
    border-width: 1px 0
}

.features-header {
    margin-bottom: 30px
}

.feature-item {
    margin-bottom: 2em;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.feature-item:first-child {
    padding-right: 20px
}

.feature-item:last-child {
    padding-left: 20px
}

.lt-ie7 .feature-item {
    display: inline
}

.lt-ie8 .feature-item {
    padding-bottom: 3em
}

.feature-item img {
    margin: 3px 10px 0 0;
    float: left
}

.feature-item h4 {
    margin-bottom: .1em;
    line-height: 1.2;
    color: #555
}

.feature-item h4,
.feature-item p {
    margin-left: 80px;
    margin-right: 30px
}

.feature-item p {
    color: #888
}

.features-wsb {
    margin: 2em 0;
    padding: 45px 20px 10px;
    background: #f3f3f3;
    position: relative;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .02) inset;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .02)
}

.features-wsb:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -20px;
    top: 0;
    border: 20px solid;
    border-color: #fff transparent transparent
}

.feature-wsb {
    margin-bottom: 3em;
    float: left;
    width: 50%;
    text-align: center
}

.feature-wsb-illu {
    margin: 0 27% .8em
}

.feature-wsb h3 {
    margin-bottom: .1em;
    font-size: 18px;
    color: #555
}

.feature-wsb p {
    margin: 0 13% 1em;
    color: #999
}

.service-header {
    margin: 0;
    padding: 30px 40px 30px 40px;
    font-size: 17px;
    border-top: 10px solid #e5e5e5;
    background: #f5f5f5
}

.streaming-header {
    margin: 0;
	font-size: 15px;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    border-top: 10px solid #e5e5e5;
    background: #f5f5f5
}

.wf-active .service-header {
    font-size: 25px;
	font-weight: bold;
}

.theme-blue .l-main .service-header a {
    color: #333
}

.service-content {
	margin-bottom: 40px;
    padding: 0 40px 0px;
    --min-height: 120px;
    position: relative;
    background: #f5f5f5;
	overflow: auto;
}

.header-content {
	margin-bottom: 5px;
    padding: 0 40px 0px;
    min-height: 70px;
    position: relative;
    background: #f5f5f5
}

.streaming-content {    
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    min-height: 35px;
    position: relative;
    background: #f5f5f5	
}

.back-link .link-moreinfo {
 padding-bottom: 20px;
 --position:absolute;
 bottom:40px;
 left:40px
}

.back-link .link-moreinfo a {
 padding:.3em .8em;
 border:1px solid #488cca;
 display:inline-block;
 -webkit-border-radius:.2em;
 border-radius:.2em;
 -webkit-transition:background .1s ease-in,color .1s ease-in;
 -o-transition:background .1s ease-in,color .1s ease-in;
 transition:background .1s ease-in,color .1s ease-in;
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.back-link .link-moreinfo a:focus,
.back-link .link-moreinfo a:hover {
 background:#488cca;
 color:#fff
}

.service-content .link-moreinfo {
 padding-bottom: 20px;
 --position:absolute;
 bottom:40px;
 left:40px
}
.service-content .link-moreinfo a {
 padding:.3em .8em;
 border:1px solid #488cca;
 display:inline-block;
 -webkit-border-radius:.2em;
 border-radius:.2em;
 -webkit-transition:background .1s ease-in,color .1s ease-in;
 -o-transition:background .1s ease-in,color .1s ease-in;
 transition:background .1s ease-in,color .1s ease-in;
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.service-content .link-moreinfo a:focus,
.service-content .link-moreinfo a:hover {
 background:#488cca;
 color:#fff
}

.lt-ie7 .service-content {
    height: 200px
}

.service-title {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300
}

.wf-active .service-title {
    font-size: 34px;
    line-height: 1
}

.service-body .moreinfo {
    margin: 0;
    position: absolute;
    bottom: 28px;
    right: 40px
}

.pagination {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center
}

.pagination li {
    display: inline-block;
    margin: 2px;
    padding: 0
}

.lt-ie8 .pagination li {
    display: inline
}

.pagination-backward,
.pagination-forward {
    font-family: arial, sans-serif
}

.pagination a {
    padding: 4px 13px;
    display: inline-block;
    background: #eee
}

.lt-ie8 .pagination li a {
    display: inline
}

.pagination a:active,
.pagination a:focus,
.pagination a:hover {
    background: #e5e5e5
}

.l-main .pagination a.active {
    font-weight: 600;
    color: #fff;
    background: #488cca
}

.l-main .pagination a.active:hover {
    color: #fff
}

.list-arrows {
    margin: 0 0 1em 1.5em;
    padding: 0;
    list-style: none;
    list-style-type: square
}

.list-arrows li p {
    margin: 0
}

.pdf-docs-list {
    margin: 0 0 2em;
    padding: 0;
    list-style: none
}

.form-order button,
.form-support button,
.search-help button,
.search button {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
    border: none;
    color: #fff;
    background: #488cdb;
    cursor: pointer
}

.form-order button,
.form-support button {
    padding: 15px 30px
}

.search button {
    padding: 1px 15px;
    vertical-align: top;
    line-height: 25px
}

.lt-ie8 .form-order button,
.lt-ie8 .form-support button,
.lt-ie8 .search-help button,
.lt-ie8 .search button {
    padding: 0 5px;
    line-height: 30px
}

.home-feat-wrap {
    padding: 0 40px;
    position: relative;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05) inset;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .05);
    background: #f3f3f3
}

.home-feat {
    margin: 0 auto;
    max-width: 1040px;
    position: relative
}

.home-feat-slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.home-feat-slide {
    position: relative;
    min-height: 400px;
    padding-bottom: 40px
}

.js .home-feat-slide {
    visibility: hidden
}

.home-feat-illu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 49%
}

.home-feat-slide02 .home-feat-illu {
    width: 41.5%;
    bottom: -7%;
    right: 25px
}

.home-feat-illu img {
    max-width: 100%
}

.home-feat-claim-wrap {
    padding-top: 100px
}

.home-feat-claim {
    font-weight: 300;
    line-height: 1.3;
    color: #666;
    font-size: 26px
}

.wf-active .home-feat-claim {
    font-size: 29px;
    line-height: 1.2
}

.home-feat-claim b {
    display: block;
    font-weight: 400;
    font-size: 37px;
    line-height: 1.2;
    color: #444
}

.wf-active .home-feat-claim b {
    font-size: 40px;
    line-height: 1.1
}

.home-feat-button {
    margin-bottom: 1em
}

.home-feat-button a {
    padding: 14px 32px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #488cdb;
    -webkit-transition: background .2s, padding .2s, -webkit-box-shadow .2s;
    transition: background .2s, padding .2s, -webkit-box-shadow .2s;
    -o-transition: background .2s, box-shadow .2s, padding .2s;
    transition: background .2s, box-shadow .2s, padding .2s;
    transition: background .2s, box-shadow .2s, padding .2s, -webkit-box-shadow .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    z-index: 50
}

.wf-active .home-feat-button a {
    font-size: 16px
}

.home-feat-button a:focus,
.home-feat-button a:hover {
    background: #4b90d1
}

.home-feat-button a:active {
    background-color: #4584bf;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 15px;
    padding-bottom: 13px
}

.home-feat-wrap .bx-controls {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100
}

.home-feat-wrap .bx-pager-item {
    margin: 0 10px 0 0;
    float: left
}

.home-feat-wrap .bx-pager-link {
    margin: 0;
    float: left;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: #ddd;
    overflow: hidden;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.home-feat-wrap .bx-pager-link:hover {
    background: #d3d3d3
}

.home-feat-wrap .bx-pager-link.active {
    background: #aaa
}

.switch-transfer {
    padding: 45px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3
}

.switch-transfer h3 {
    margin-bottom: .4em;
    font-size: 52px;
    font-weight: 300;
    line-height: 1
}

.switch-transfer p {
    margin-bottom: 1.4em;
    font-size: 18px
}

.switch-transfer .home-button {
    margin: 1em 0;
    height: 52px
}

.home-button a {
    padding: 16px 32px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #488cdb;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.home-button a:hover {
    background: #4b90d1
}

.home-button a:active {
    background-color: #4584bf;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 17px;
    padding-bottom: 15px
}

.main-news {
    padding: 25px 20px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    text-align: center
}

.main-news p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6
}

.wf-active .main-news p {
    font-size: 18px;
    line-height: 1.5
}

.home-claim {
    text-align: center;
    margin: 0 100px 20px
}

.home-claim p {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
    margin: 0
}

.wf-active .home-claim p {
    font-size: 22px
}

#login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, .55)
}

.lt-ie9 #login-overlay {
    background: #333
}

.tabs-wrap {
    margin: 90px auto;
    padding: 0 40px;
    max-width: 500px
}

.lt-ie9 .tabs-wrap {
    min-width: 700px
}

.login-fallback .tabs-wrap {
    margin: 20px 0 2em;
    padding: 0
}

.tabs-wrap-inner {
    background: #fff;
    -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 25px rgba(0, 0, 0, .4);
    position: relative
}

.login-fallback .tabs-wrap-inner {
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabs-wrap h2 {
    font-size: 36px;
    margin-bottom: .3em
}

.tabs-wrap p {
    color: #888;
    line-height: 1.5
}

.tabs-wrap #tab1,
.tabs-wrap #tab2 {
    padding: 40px 5%;
    width: 90%
}

.login-fallback .tabs-wrap #tab1,
.login-fallback .tabs-wrap #tab2 {
    padding: 0;
    width: 46%
}

.tabs-wrap #tab1 {
    float: left
}

.tabs-wrap #tab2 {
    float: right;
    background: #eee
}

.login-fallback .tabs-wrap #tab2 {
    background: none
}

.login-overlay-close {
    position: absolute;
    top: 14px;
    right: 15px
}

.login-overlay-close:hover span {
    color: #fff
}

.login-overlay-close span {
    padding: 0 30px;
    text-transform: uppercase;
    background: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: -9999px
}

.login-overlay-close i,
.login-overlay-close span {
    font-weight: 300;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: #aaa
}

.login-overlay-close i {
    font-size: 34px
}

.login-overlay-close:hover i {
    color: #888
}

.tabs-wrap input {
    margin-bottom: 10px;
    padding: 12px 15px;
    width: 100%;
    border: none;
    border: 1px solid #bbb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.login-fallback .tabs-wrap input {
    background: #f8f8f8
}

.login-fallback .tabs-wrap input:focus {
    background: #fff
}

#login-overlay .tabs-wrap #tab1 input {
    background: #f7f7f7
}

.tabs-wrap input:focus {
    border-color: #888
}

.tabs-wrap button {
    margin-top: 10px;
    padding: 10px 30px;
    border: none;
    font-weight: 400;
    cursor: pointer;
    color: #fff
}

.theme-blue .tabs-wrap button {
    background: #488cdb
}

.tabs-wrap .forgot-pw {
    margin-left: 10px
}

.collapse-wrap {
    margin-bottom: 2em
}

h3.collapse-wrap-title {
    font-weight: 300;
    margin-bottom: .2em;
    font-size: 20px
}

.collapse-wrap-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.collapse-wrap-list>li {
    margin-bottom: 5px;
    background: #f3f3f3
}

.nav-domains-content .collapse-wrap-list>li {
    background: #e7e7e7
}

.lt-ie9 .collapse-wrap-list>li {
    margin-bottom: 0;
    border-bottom: 5px solid #fff
}

.expand-header {
    padding: 13px 20px;
    position: relative
}

.expand-header a {
    display: block;
    margin: -12px -20px;
    padding: 12px 20px;
    outline: 0
}

.expand-header-title {
    margin: 0;
    line-height: 1.6;
    font-size: 15px
}

.wf-active .expand-header-title {
    font-size: 16px;
    line-height: 1.5
}

.no-js .expand-header-title {
    font-weight: 600
}

.collapse-content {
    max-width: 950px;
    padding: 0 20px 0px
}

.js .collapse-content {
    display: none
}

.collapse-content table {
    background: #fff
}

.collapse-content ul {
    padding-left: 1.5em;
    list-style-type: square
}

.switch {
    margin: 5px 0 2em;
    float: right
}

.close-all,
.open-all {
    margin-left: 10px;
    padding-left: 15px;
    float: left;
    position: relative
}

.close-all:before,
.open-all:before {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #aaa;
    position: absolute;
    top: 0;
    left: 0
}

.open-all:before {
    content: "\f107"
}

.news-list {
    margin: 0 0 2em;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5
}

.news-item {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    padding-left: 160px;
    position: relative
}

.news-item-date {
    margin: .3em 0 0;
    color: #aaa;
    position: absolute;
    top: 30px;
    left: 0
}

.news-item-title {
    margin-bottom: .5em;
    line-height: 1.2
}

.header-w-rss h2 {
    float: left
}

.header-w-rss .link-rss {
    margin-top: 1em;
    float: right
}

.header-w-add .link-rss:before,
.header-w-rss .link-rss:before {
    content: "\f143";
    font-family: FontAwesome;
    margin-right: .3em;
    color: #ff7b0a
}

.lt-ie8 .header-w-rss {
    padding-bottom: 1em
}

.header-w-add h2 {
    float: left;
    width: 70%
}

.lt-ie8 .header-w-add {
    padding-bottom: 1em
}

.header-w-add .add-links {
    margin: 1em 0 0;
    padding: 0;
    float: right;
    list-style: none
}

.header-w-add .add-links li {
    margin-left: 15px;
    float: left
}

.header-w-add .twitter-follow-button {
    margin-top: .1em
}

.news-entry {
    margin: 0 0 4em 120px;
    padding-left: 40px;
    padding-bottom: 40px;
    position: relative;
    border-left: 1px solid #ddd
}

.news-entry-date {
    position: absolute;
    top: .8em;
    left: -120px;
    width: 72px;
    font-size: 14px;
    color: #bbb;
    text-align: center
}

.news-entry-date i {
    margin-bottom: .1em;
    display: block;
    font-size: 70px;
    color: #cacaca
}

.search {
    margin: 0 0 10px
}

.search input {
    border: 1px solid #ccc;
    padding: 10px 5px 10px 36px;
    background: #f8f8f8 url(../img/icon-magnifier-input.png) 10px 50% no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    width: 100%;
    -webkit-transition: border-color .3s, background-color .3s;
    -o-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.no-js .search input {
    width: 80%
}

.lt-ie9 .search input {
    background: #fff;
    padding-left: 15px
}

.search input:focus {
    border-color: #aaa;
    background-color: #fff
}

.search button {
    line-height: 36px
}

.js .search button {
    display: none
}

.search-result {
    margin: 0;
    padding: 0
}

.search-result-list {
    margin: 0 0 40px;
    padding: 10px 0 0;
    list-style: none
}

.search-result h3 {
    margin: 0;
    padding-bottom: .3em;
    border-bottom: 3px solid #f5f5f5
}

.search-result-list li {
    margin-bottom: 2em
}

.search-result-list li h4,
.search-result-list li p {
    margin: 0
}

.search-result-list li h4 {
    line-height: 1.3;
    font-size: 18px
}

.search-term {
    background: #ffc;
    font-weight: 600;
    padding: 1px 0
}

.serverinfo {
    margin-bottom: 1em;
    padding: 20px;
    border: 1px solid #d9d9d9;
    background: #fefefe
}

.serverinfo p {
    margin: 0
}

.status-msgs-cat {
    margin-bottom: 2.5em
}

.status-msgs-cat h3 {
    padding-bottom: .2em;
    border-bottom: 1px solid #e3e3e3
}

.status-msgs-cat p {
    color: #888
}

.status-msgs-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.status-msg {
    margin-bottom: 8px;
    padding: 15px 20px;
    background: #f3f3f3
}

.status-msg h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5
}

.status-msg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666
}

.status-msg ul b {
    font-weight: 400;
    color: #111
}

.status-msg ul li {
    float: left
}

.status-msg ul .msg-update {
    float: right
}

.no-status-msgs {
    font-style: italic;
    color: #666
}

.status-msg .label {
    background: #bf3939;
    color: #fff;
    color: hsla(0, 0%, 100%, .9);
    text-transform: uppercase;
    padding: 0 4px;
    line-height: 15px;
    font-size: 10px;
    margin-top: .2em
}

.status-msg .label-closed {
    background: #6ea629
}

.status-msg .label-open {
    background: #bf3939
}

.status-msg .label-observation {
    background: #dc6200
}

.status-msg-details {
    margin-bottom: 1em;
    border-bottom: 1px solid #e5e5e5
}

.status-msg-details dl {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5
}

.status-msg-details dd ol,
.status-msg-details dd ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.status-msg-details dd ol {
    margin-bottom: -10px
}

.status-msg-details dd ol li {
    margin-bottom: 8px;
    padding: 8px 15px;
    background: #f3f3f3
}

.status-msg-details dl ol li b {
    display: block
}

.status-msg-details dt {
    float: left;
    width: 190px;
    font-weight: 600
}

.status-msg-details dd {
    margin-left: 200px
}

.status-msg-details dd .label {
    padding: 0 7px;
    float: left;
    background: #bf3939;
    color: #fff;
    color: hsla(0, 0%, 100%, .9);
    text-transform: uppercase
}

.status-msg-details dd .label-closed {
    background: #6ea629
}

.status-msg-details dd .label-open {
    background: #bf3939
}

.status-msg-details dd .label-observation {
    background: #dc6200
}

.form-error,
.form-success {
    margin: 0 0 2em;
    padding: 20px;
    list-style: none;
    background: #f5e1e1;
    color: #bf3939;
    font-weight: 600
}

.form-error {
    margin-top: 1em;
    margin-bottom: 0
}

.form-success {
    color: #6ea629;
    background: #e9f1df
}

.form-error li {
    color: #222;
    color: #bf3939
}

.form-success p {
    margin: 0
}

.order-summary {
    margin: 0 0 20px;
    padding: 10px 20px 12px;
    border-top: 10px solid #e5e5e5;
    background: #f5f5f5
}

.order-summary h3 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #aaa
}

.order-summary table {
    margin: 0;
    width: 100%
}

.order-summary td,
.order-summary th {
    padding: 2px 5px 2px 0;
    font-size: 14px;
    border-top: 1px solid #e5e5e5
}

.order-summary td {
    padding: 2px 0 2px 5px;
    text-align: right
}

.order-summary-sticky {
    margin: 0 0 4em;
    padding: 10px 20px 12px;
    border-top: 10px solid #e5e5e5;
    background: #f5f5f5;
    position: relative
}

.order-summary-sticky h3 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #aaa
}

.order-summary-sticky h4 {
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa
}

.order-summary-sticky table {
    margin: 0 0 .8em;
    width: 100%;
    border-bottom: 3px solid #d5d5d5
}

.order-summary-sticky .tr-total td,
.order-summary-sticky .tr-total th {
    border-color: #d5d5d5;
    padding-top: 3px;
    padding-bottom: 3px
}

.order-summary-sticky td,
.order-summary-sticky th {
    padding: 1px 5px 1px 0;
    font-size: 14px;
    border-top: 1px solid #e5e5e5
}

.order-summary-sticky td {
    padding: 1px 0 1px 5px;
    text-align: right;
    white-space: nowrap
}

.theme-green .tr-discount {
    color: #6ea629
}

.theme-red .tr-discount {
    color: #bf3030
}

.tr-discount td {
    font-weight: 600
}

.no-js .print-it {
    display: none
}

.print-it {
    margin: 0;
    padding: 6px 20px 6px 16px;
    font-size: 13px;
    position: absolute;
    bottom: -32px;
    right: 0;
    line-height: 20px;
    height: 20px;
    background: #e8e8e8;
    border-top: 1px solid #e1e1e1
}

.print-it a i {
    color: #555
}

.form-steps {
    margin: 2em 0 .5em -10px;
    padding: 0;
    list-style: none;
    border-top: 5px solid #ddd
}

.form-steps li {
    margin: 0 3% 0 0;
    padding: 0 10px;
    float: left;
    position: relative;
    top: -.9em;
    color: #aaa;
    background: #fff
}

.form-steps li.active {
    font-weight: 600;
    position: relative;
    color: #333
}

.form-steps-v3 {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -4px
}

.form-steps-v3 li {
    float: left;
    height: 10px;
    background: #e3e3e3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #fff;
    position: relative;
    text-indent: -9999px
}

.steps-3 li {
    width: 33.33333333%
}

.steps-4 li {
    width: 25%
}

.form-support {
    margin: 0 0 2em;
    width: 100%;
}

.form-support .form-item {
    padding: 0;
    margin: 2.5em 0 2.5em 170px
}

.form-support dl {
    margin: 0.5em 0;
    padding: 0
}

.form-support dt {
    float: left;
    width: 170px;
    position: relative;
    line-height: 1.4;
    text-align: right
}

.form-support dt i.info {
    display: block;
    font-style: italic;
    font-size: 14px
}

.form-support dt label {
    cursor: pointer
}

form dt abbr {
    font-weight: 400;
    font-size: inherit;
    font-family: arial, sans-serif;
    border: none;
    line-height: inherit;
    color: #bf3939;
    text-decoration: none
}

.form-support dt abbr {
    position: absolute;
    right: -.7em;
    top: .25em
}

.form-support dd {
    margin-left: 190px
}

.form-support dd i.info {
    font-style: italic
}

.form-support dd .input-info,
.form-support dd i.info {
    display: block;
    font-size: 15px;
    max-width: 392px;
    margin-top: .3em
}

.form-support dd .input-info {
    font-style: normal;
    color: #999
}

.form-support dd ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.form-support dd li {
    margin-bottom: 1em
}

.form-support dd input[type=email],
.form-support dd input[type=password],
.form-support dd input[type=tel],
.form-support dd input[type=text],
.form-support dd input[type=url],
.form-support dd select,
.form-support dd textarea {
    margin-top: -5px;
    padding: 5px 8px;
    width: 100%;
    border: 1px solid #bbb;
    background: #f8f8f8;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lt-ie7 .form-support dd input,
.lt-ie7 .form-support dd textarea {
    padding: 5px;
    width: 380px
}

.lt-ie7 .form-support dd ul input {
    width: auto;
    background: none;
    border: none
}

.form-support input[type=text].medium {
    width: 100px
}

.form-support input[type=text].small {
    width: 50px
}

.form-support input[type=text].x-small {
    width: 25px
}

.form-support dd textarea {
    height: 12em
}

.form-support dd select {
    width: 100%;
    padding: 4px
}

.form-support dd input[type=email]:focus,
.form-support dd input[type=password]:focus,
.form-support dd input[type=tel]:focus,
.form-support dd input[type=text]:focus,
.form-support dd input[type=url]:focus,
.form-support dd select:focus,
.form-support dd textarea:focus {
    border-color: #aaa;
    background-color: #fff
}

.form-support input[type=text].size-small {
    width: 10%
}

.form-support dd .input-small {
    width: 50px
}

.form-support dd .input-medium {
    width: 150px
}

.form-support dd .input-large {
    width: 250px
}

.input-summary {
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #f5f5f5
}

.form-support .form-migration-item {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5
}

.form-support .form-migration-item ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.form-support .form-migration-item li {
    margin-bottom: 2px;
    padding: 10px 35px 10px 45px;
    background: #f5f5f5;
    position: relative
}

.form-support .form-migration-item li .fa {
    top: 12px;
    right: 10px;
    position: absolute
}

.form-support .form-migration-item li input[type=checkbox],
.form-support .form-migration-item li input[type=radio] {
    position: absolute;
    left: 15px;
    top: 16px
}

.form-support .form-migration-item li input[type=text] {
    border: 1px solid #aaa;
    padding: 2px 5px;
    margin-top: -3px
}

.form-migration-item .checkbox-item {
    margin-bottom: 2px;
    padding: 10px 15px 10px 37px;
    background: #f5f5f5;
    position: relative
}

.form-migration-item .checkbox-item input {
    position: absolute;
    top: 1em;
    left: 15px
}

.option-data {
    background: #f5f5f5;
    padding: 20px;
    margin: .5em 0 1em!important;
    width: 350px;
    border: 1px solid #ebebeb
}

.option-data li label {
    display: block
}

.option-data li input[type=email],
.option-data li input[type=text] {
    padding: 5px;
    width: 330px;
    border: 1px solid #ddd;
    background: #fff
}

.lt-ie8 .option-data li input {
    margin: 0
}

.form-control {
    margin: 2.5em 0 0;
    width: 100%
}

.form-support .form-control {
    margin-top: .5em
}

.form-control .form-control-back {
    float: left;
    padding: 15px 16px;
    border: 1px solid #d3d3d3;
    line-height: 1;
    color: #444;
    background: #fff
}

.form-support .form-control .form-control-back {
    margin-right: 20px
}

.l-main .form-control .form-control-back {
    color: #888
}

.l-main .form-control .form-control-back:focus,
.l-main .form-control .form-control-back:hover {
    color: #222;
    border-color: #aaa
}

.form-control .button-alone {
    margin-left: 190px
}

.form-control .button-alone.button-hidden {
    margin-left: 170px;
    background: #f8f8f8;
}    

.form-control .cancel,
.form-control .forgotpw {
    margin-left: 0px
}

.form-control .back {
    margin-left: 190px
}

.form-control .save {
    margin-left: 10px
}

.form-order .form-control-next,
.form-order .form-control-submit {
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right
}

.form-order {
    margin-bottom: 4em;
    position: relative
}

.lt-ie7 .form-order {
    zoom: 1
}

.form-order fieldset {
    padding: 2.5em 0;
    border-bottom: 5px solid #eee
}

.form-order fieldset h3 {
    margin-bottom: .8em;
    font-size: 32px;
    font-weight: 300
}

.form-attention {
    padding: 20px;
    background: #fdf7e6
}

.form-order label {
    cursor: pointer
}

.form-order dl {
    margin-bottom: 1.8em;
    padding: 0;
    line-height: 1.4
}

.form-order dt {
    margin: 0;
    padding: 0;
    float: left;
    width: 130px;
    font-weight: 600
}

.form-order .label-info {
    font-weight: 400;
    color: #aaa;
    font-style: normal;
    font-size: 14px;
    line-height: 1.3;
    display: block
}

.label-info-min {
    display: block
}

.form-order dd {
    margin: 0 0 0 140px;
    padding: 0
}

.domain-ace-string {
    margin-top: .3em;
    color: #aaa
}

.domain-ace-string abbr {
    border: none;
    font-style: normal;
    cursor: help
}

.form-order .form-item li input[type=text],
.form-order dd input[type=email],
.form-order dd input[type=number],
.form-order dd input[type=password],
.form-order dd input[type=tel],
.form-order dd input[type=text],
.form-order dd input[type=ulr],
.form-order select,
.form-order textarea {
    width: 392px;
    width: 100%;
    border: 1px solid #bbb;
    margin-top: -5px;
    padding: 5px 8px;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8
}

.form-order .form-item li input[type=text] {
    width: 200px
}

.form-order dd input[type=number] {
    width: 6em
}

.form-order textarea {
    height: 12em
}

.form-order .textarea-small {
    height: 4em
}

.form-order .textarea-large {
    height: 8em
}

.form-order select {
    width: auto;
    padding: 4px
}

.form-item li input[type=text]:focus,
.form-order dd input[type=email]:focus,
.form-order dd input[type=number]:focus,
.form-order dd input[type=password]:focus,
.form-order dd input[type=tel]:focus,
.form-order dd input[type=text]:focus,
.form-order dd input[type=ulr]:focus,
.form-order select:focus,
.form-order textarea:focus {
    border-color: #aaa;
    background-color: #fff
}

.form-order .email-preview input[type=text] {
    width: 50%;
    float: left;
    line-height: 1.3
}

.form-order .email-preview .the-domain-clone {
    margin-top: -5px;
    padding: 5px 8px;
    border: 1px solid #bbb;
    border-width: 1px 1px 1px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #bbb;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3
}

.email-preview .input-error {
    float: left;
    width: 50%
}

.form-order .email-preview .input-error input[type=text] {
    float: none;
    width: 100%
}

.ip-change {
    margin-left: 20px;
    border: 1px solid #e3e3e3;
    padding: 12px 15px 0
}

.ip-change dl,
.ip-change dt {
    margin-bottom: .5em
}

.ip-change dt {
    float: none;
    width: auto
}

.ip-change dd {
    margin-left: 0
}

.ip-change .form-col-1 {
    width: auto
}

.js .is-js {
    display: none
}

dl.ssl-domain dd {
    position: relative
}

dl.ssl-domain.multi input[type=text] {
    width: 90%
}

dl.ssl-domain.multi .ssl-domain-remove {
    position: absolute;
    top: .2em;
    left: 91%;
    padding: 0;
    border: 0;
    margin: 0 0 0 4px;
    background: #fff;
    cursor: pointer;
    line-height: 16px
}

.lt-ie8 dl.ssl-domain .ssl-domain-remove {
    left: 410px
}

dl.ssl-domain.multi .ssl-domain-remove img {
    display: block;
    margin: 0;
    padding: 0
}

dl.ssl-domain.multi .ssl-domain-remove:focus img,
dl.ssl-domain.multi .ssl-domain-remove:hover img {
    opacity: .6
}

dl.ssl-domain .additional-email {
    margin-top: 8px;
    clear: right
}

dl.ssl-domain.multi .additional-email {
    width: 90%
}

.form-order .additional-email select {
    margin: 0;
    width: 81%;
    float: right
}

.form-order .additional-email .input-error select {
    width: 100%
}

.lt-ie8 .form-order .additional-email select {
    float: none;
    margin-left: 5px
}

.additional-email label {
    line-height: 30px;
    display: block;
    font-weight: 600
}

.lt-ie8 .form-order .additional-email label {
    float: right
}

.add-domain {
    margin: 0 0 20px 140px
}

.add-domain input {
    margin: 0 5px 0 0;
    padding: 2px 10px;
    cursor: pointer;
    border: 1px solid #488cdb;
    color: #488cdb;
    background: #e3edf7;
    line-height: 1.5
}

.add-domain input:hover {
    color: #88b4dc
}

.add-domain i {
    font-style: normal;
    color: #999
}

.ssl-multi-note {
    margin-bottom: 40px;
    padding: 20px 20px 10px;
    background: #fdf7e6;
    border: 1px solid rgba(0, 0, 0, .03);
    font-size: 15px
}

.ssl-multi-note-important {
    margin: 1em -20px;
    padding: 20px 20px .5em 48px;
    background: hsla(0, 0%, 100%, .6);
    position: relative;
    border: 1px solid #f5efdf;
    border-width: 5px 0
}

.ssl-multi-note-important:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 22px;
    color: rgba(0, 0, 0, .8)
}

.ssl-subdomain-example p {
    margin-right: .4em;
    float: left;
    color: rgba(0, 0, 0, .5)
}

.ssl-subdomain-example ul {
    margin-top: -1em;
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.ssl-subdomain-example li {
    margin: 0 .4em .4em 0;
    padding: 0 5px;
    float: left;
    background: rgba(0, 0, 0, .07);
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.ssl-multi-note-footer {
    color: rgba(0, 0, 0, .5);
    font-style: italic
}

.no-js .add-files,
.no-js .fileupload-wrap input.js {
    display: none
}

.add-files {
    padding: 15px 0 0
}

.add-files button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #488cdb;
    line-height: 1.5
}

.add-files button:focus,
.add-files button:hover {
    color: #88b4dc
}

.add-files i.info-max {
    font-style: normal;
    color: #999
}

.fileinput-wrap {
    margin-top: .4em
}

.fileinput-wrap .remove-fileinput {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #999;
    line-height: 1.5
}

.fileinput-wrap .remove-fileinput:focus,
.fileinput-wrap .remove-fileinput:hover {
    color: #bf3030
}

.input-with-additive {
    position: relative
}

.input-wrap {
    margin-left: 50px
}

.input-additive {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    color: #999
}

.input-with-additive.asterisk .input-wrap {
    margin-left: 1.7em
}

.input-with-additive.asterisk .input-additive {
    top: 0;
    left: 0;
    width: auto
}

.input-with-additive.asterisk .input-additive label {
    cursor: default
}

.input-select-wrap {
    margin-left: 50px
}

.select-wrap {
    width: 32%;
    float: right;
    margin-top: -5px
}

.form-order #form_domain_product_name {
    width: 68%;
    float: left;
    height: 34px
}

.form-order #form_domain_product {
    width: 100%;
    border-left: 0
}

.no-js .form-order #form_domain_product {
    margin-top: 0;
    height: 34px
}

.custom-select-container {
    position: relative
}

select.custom.replaced {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 2em;
    border: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    line-height: 2;
    cursor: pointer
}

.custom-select {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%
}

.custom-select>span {
    display: block;
    padding: 0 25px 0 6px;
    border: 1px solid #aaa;
    border-width: 1px 1px 1px 0;
    color: #333;
    background: #e3e3e3;
    line-height: 2;
    cursor: pointer
}

.custom-select>span:after {
    margin-left: 5px;
    content: "\f107";
    font-family: FontAwesome;
    text-decoration: none;
    color: #666;
    position: absolute;
    top: .15em;
    right: 10px
}

.custom-select span span {
    display: block;
    height: 2em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.custom-select.active>span {
    background: #eee
}

.custom-select.active>span:after {
    color: #aaa
}

.form-order .form-item li input.small[type=text] {
    text-align: center;
    width: 2em
}

.form-order dd ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.form-order dd li {
    margin-bottom: .5em
}

.form-order dd .inline li {
    display: inline
}

.form-order dd #form_transfer_code {
    margin-top: 0
}

.form-order dd li.choose-n-show {
    margin-bottom: 10px
}

.form-order dd li.choose-n-show input[type=text] {
    margin-top: 6px
}

.form-order dd li.choose-n-show label {
    display: block
}

.input-add {
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    background: #eee
}

.form-item {
    margin-bottom: 20px;
    padding-left: 140px
}

.form-item ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.form-item li {
    margin-bottom: .4em
}

.form-order .form-item .form-item {
    margin: .5em 0 1em;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .05)
}

.form-order .form-item-domain-input input {
    border: 1px solid #bbb;
    padding: 5px .5em;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    width: 4em;
    text-align: center;
    margin-top: .5em
}

.form-order .form-item-domain-input button {
    padding: 0;
    cursor: pointer;
    color: #488cca;
    background: none
}

.form-item select {
    margin-bottom: 10px
}

.form-order input[type=text].small {
    width: 2em;
    text-align: center
}

.form-order .note {
    margin-left: 5px
}

.form-control-update {
    position: absolute;
    left: 300px;
    top: 20px
}

.form-order dd .form-note,
.form-order dd .input-note,
.form-order dd .note-fallback {
    margin-top: .3em;
    display: block;
    font-style: normal;
    max-width: 400px;
    color: #777;
    font-size: 14px;
    line-height: 1.3
}

.js .form-order dd .note-fallback {
    display: none
}

.form-order .button-edit {
    margin-left: 10px;
    padding: 2px 6px;
    line-height: 12px;
    cursor: pointer;
    border: 1px solid #3f7fb9;
    text-shadow: none;
    color: #3f7fb9;
    background: #fff
}

.lt-ie8 .form-order .button-edit {
    padding: 2px 0
}

.form-order a.form-cancel {
    padding: 5px 7px;
    line-height: 12px;
    cursor: pointer;
    border: 1px solid #ddd;
    float: left;
    color: #666;
    background: #eee
}

.form-order a.form-cancel:hover {
    border-color: #999;
    color: #555;
    background: #f8f8f8
}

.form-2-columns-intro {
    width: 68%
}

.form-2-columns {
    margin-top: 2em;
    position: relative
}

.form-column-1 {
    float: left;
    width: 68%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-column-2 {
    float: right;
    width: 32%
}

.form-column-2 .calculation-sticky {
    width: 100%;
    position: static;
    top: 120px
}

.preset-options-wrap {
    padding-top: 40px
}

.preset-options-wrap h3 {
    margin-bottom: .8em;
    font-size: 32px;
    font-weight: 300
}

.preset-options {
    list-style: none;
    margin: 0 0 2.4em 140px;
    padding: 0;
    position: relative;
    left: 0
}

.no-js .preset-options {
    display: none
}

.preset-options li {
    padding: 0 0 0 5px;
    float: left;
    width: 33.33333333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 16px
}

.preset-options a {
    outline: none
}

.preset-options b {
    float: left;
    margin: 0 4px 0 0;
    color: #ccc;
    font-size: 40px;
    font-weight: 400;
    line-height: .75em
}

.preset-options i {
    font-style: normal;
    font-weight: 400;
    color: #aaa
}

.preset-options span {
    display: block;
    color: #ccc;
    font-size: 14px
}

.theme-green .l-main .preset-options a.active {
    color: #111
}

.theme-green .l-main .preset-options a.active span {
    color: #999
}

.theme-green .l-main .preset-options a.active i {
    color: #111
}

.theme-green .l-main .preset-options a.active b {
    color: #6ea629
}

.theme-red .l-main .preset-options a.active {
    color: #111
}

.theme-red .l-main .preset-options a.active span {
    color: #999
}

.theme-red .l-main .preset-options a.active i {
    color: #111
}

.theme-red .l-main .preset-options a.active b {
    color: #bf3939
}

.form-order .range-group {
    padding-top: 0
}

.form-order dt i.info {
    color: #aaa;
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: .9;
    font-size: 15px
}

.range-group select {
    margin-top: -5px;
    padding: 4px;
    text-align: center;
    display: block;
    float: right;
    width: 19%;
    border: 1px solid #bbb;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8f8f8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.lt-ie9 .range-group select,
.no-js .range-group select {
    float: none;
    width: 100px
}

input[type=range] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    height: 30px;
    margin-top: -2px;
    padding: 0;
    border: none;
    outline: none;
    outline: 0;
    width: 76%;
    background: #fff
}

#disk_range[type=text],
#ram_range[type=text],
#vcpu_range[type=text],
.no-js input[type=range] {
    display: none
}

input[type=range]::-webkit-slider-runnable-track {
    background: #d3d3d3;
    border: none;
    height: 4px
}

input[type=range]::-moz-focus-outer {
    border: 0
}

input[type=range]::-moz-range-track {
    border: inherit;
    background: transparent;
    background: #d3d3d3;
    border-radius: 15px;
    height: 4px
}

input[type=range]::-ms-track {
    border: inherit;
    color: transparent;
    background: transparent
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: transparent;
    background: #d3d3d3;
    height: 4px
}

input[type=range]::-ms-tooltip {
    display: none
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    border: 1px solid #aaa;
    cursor: move;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -12px
}

input[type=range]::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #aaa;
    cursor: move;
    background: #f3f3f3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .07)
}

input[type=range]::-ms-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #aaa;
    background: #f3f3f3;
    position: relative;
    margin: 0
}

.lighter {
    color: #aaa
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.help-tip {
    margin-left: .2em;
    position: relative;
    cursor: default;
    display: inline-block
}

.help-tip:before {
    content: "\f059";
    font-family: FontAwesome;
    z-index: 100;
    position: relative
}

.theme-green .help-tip:before {
    color: #6ea629
}

.theme-red .help-tip:before {
    color: #bf3030
}

.help-tip:hover p {
    display: block;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.help-tip p {
    display: none;
    text-align: left;
    background-color: #1e2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    top: 25px;
    z-index: 1210;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.help-tip p:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1e2021;
    left: 6px;
    top: -11px
}

.help-tip p:after {
    width: 100%;
    height: 40px;
    content: "";
    position: absolute;
    top: -40px;
    left: 0
}

.form-toggle-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.form-toggle-list>li {
    margin-bottom: .4em
}

.form-toggle-list li>label {
    margin-left: 140px;
    display: block
}

.form-toggle-content {
    margin: 1.4em 0 0
}

.input-error {
    position: relative
}

.form-order .form-item li .input-error input[type=text],
.form-order .input-error select,
.form-order .input-error textarea,
.form-order dd .input-error input[type=email],
.form-order dd .input-error input[type=number],
.form-order dd .input-error input[type=tel],
.form-order dd .input-error input[type=text],
.form-order dd .input-error input[type=url],
.form-support .form-item li .input-error input[type=text],
.form-support dd .input-error input[type=email],
.form-support dd .input-error input[type=password],
.form-support dd .input-error input[type=tel],
.form-support dd .input-error input[type=text],
.form-support dd .input-error input[type=url],
.form-support dd .input-error select,
.form-support dd .input-error textarea {
    border-color: #bf3939;
    background: #f5e1e1
}

.form-order .form-item li .input-error input[type=text]:focus,
.form-order .input-error select:focus,
.form-order .input-error textarea:focus,
.form-order dd .input-error input[type=email]:focus,
.form-order dd .input-error input[type=number]:focus,
.form-order dd .input-error input[type=tel]:focus,
.form-order dd .input-error input[type=text]:focus,
.form-order dd .input-error input[type=url]:focus,
.form-support .form-item li .input-error input[type=text]:focus,
.form-support dd .input-error input[type=email]:focus,
.form-support dd .input-error input[type=password]:focus,
.form-support dd .input-error input[type=tel]:focus,
.form-support dd .input-error input[type=text]:focus,
.form-support dd .input-error input[type=url]:focus,
.form-support dd .input-error select:focus,
.form-support dd .input-error textarea:focus {
    background: #fff
}

form ul.input-error-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 392px;
    position: relative;
    display: inline-block;
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #bf3939
}

.input-with-additive .input-error-list {
    margin-left: 50px
}

form .input-error-list li {
    margin: 0
}

.additional-email .input-error {
    float: right;
    width: 81%
}

.additional-email .input-error-list {
    clear: both
}

.form-order-overview fieldset {
    padding: 2em 0 1em;
    border: none
}

.form-order-overview fieldset h3 {
    margin: 0;
    padding-bottom: .2em;
    border-bottom: 5px solid #e3e3e3
}

.form-order-overview fieldset>p {
    margin-top: .5em
}

.form-order-overview ul {
    margin-top: 1em;
    margin-left: 1.5em;
    margin-left: 140px;
    padding-left: 1.5em;
    list-style-type: square
}

.form-order-overview dl {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5
}

.lt-ie9 .form-order-overview dl {
    border-top: 1px solid #eee
}

.form-order-overview .form-item {
    margin: 1em 0 0
}

.ssl-domain-summary dd {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    color: #aaa;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.ssl-domain-summary dd:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.ssl-domain-summary b {
    color: #555;
    font-weight: 400
}

.table-order-overview-wrap h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #aaa
}

.table-order-overview {
    margin-bottom: 1em;
    width: 100%;
    border-bottom: 4px solid #ddd
}

.table-order-overview td,
.table-order-overview th {
    padding: 8px 0;
    border-top: 1px solid #eee
}

.table-order-overview th {
    padding-right: 20px;
    font-weight: 400
}

.table-order-overview td {
    text-align: right;
    white-space: nowrap
}

.table-order-overview .tr-total td,
.table-order-overview .tr-total th {
    border-color: #ddd;
    font-weight: 600
}

li.input-toggle {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5
}

.form-support li.input-toggle {
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: 0;
    border-top: 0
}

li.input-toggle.first {
    margin-top: 0;
    padding-top: 0;
    border: none
}

li .input-toggle-label {
    padding-left: 20px;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.input-toggle-and-info {
    padding-right: 28px;
    position: relative
}

.input-toggle-info {
    position: absolute;
    top: 15px;
    right: 0
}

li.input-toggle.first .input-toggle-info {
    top: 0
}

li .input-toggle-label input {
    position: absolute;
    top: .18em;
    left: 0
}

.lt-ie8 li .input-toggle-label input {
    top: 0
}

.input-toggle-add {
    clear: both;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 30px;
    color: #aaa;
    color: rgba(0, 0, 0, .38)
}

.input-toggle-extra {
    padding-left: 20px;
    margin: 1em 0
}

.form-support .input-toggle-extra {
    margin: 5px 0 .5em
}

li.form-cols {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid rgba(0, 0, 0, .03)
}

li.form-cols i {
    font-style: normal
}

li.form-cols.first {
    margin-top: 0;
    padding-top: 0;
    border: none
}

li.form-cols .add-input {
    margin-left: 20px;
    clear: both
}

li.form-cols .add-input textarea {
    margin-top: 0;
    clear: both
}

li.form-cols i.info-label {
    padding: 0 3px 0 4px;
    border: 1px solid rgba(0, 0, 0, .01);
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: -.12em;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    background: #444;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1)
}

label.form-col-1 {
    margin: 0 10px 0 0;
    margin: 0;
    padding-left: 20px;
    float: left;
    width: 62%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.label-txt {
    margin-right: .3em
}

label.form-col-1 input {
    position: absolute;
    top: .2em;
    left: 0
}

.lt-ie8 .form-col-1 input {
    top: 0
}

label.form-col-1.select {
    padding-left: 0;
    width: 70%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

li .form-col-2 {
    margin: 0;
    float: right;
    color: #050505
}

.theme-green b.form-col-2-discount {
    color: #6ea629
}

.theme-red b.form-col-2-discount {
    color: #bf3030
}

.form-cols .label-description {
    clear: both;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-left: 20px;
    color: #aaa;
    color: rgba(0, 0, 0, .38)
}

.form-cols .label-description p {
    margin: 0 0 .5em
}

.form-cols .label-description ul {
    margin: 0 0 .5em 20px;
    padding: 0;
    list-style-type: disc
}

.form-cols .label-description li {
    margin: 0
}

.form-cols .label-wrapper {
    margin: 0 0 .5em
}

dd .form-cols .label-wrapper input {
    margin-top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-order ul.sub-list {
    margin: .5em 0 0;
    padding: 0;
    list-style: none;
    color: #444
}

.form-order ul.sub-list li {
    padding: 15px;
    border-top: 0;
    margin-bottom: .5em;
    background: #f3f3f3
}

.form-order ul.sub-list .label-description label {
    display: block;
    margin-bottom: .4em
}

.form-order ul.sub-list .label-description {
    margin-bottom: 0
}

.form-order ul.sub-list .label-description input[type=text] {
    background: #fff
}

dd.form-cols {
    margin-bottom: 10px
}

dd .form-col-1 {
    float: left;
    width: 392px;
    width: 65%
}

dd .form-col-2 {
    float: right;
    color: #050505;
    width: 30%;
    text-align: right
}

dd.form-cols .form-col-2 {
    margin-top: 5px
}

.offer-sendtoemail {
    padding: 20px;
    background: #f5f5f5;
    border-top: 10px solid #e5e5e5
}

.offer-sendtoemail form {
    margin-bottom: 0
}

.offer-sendtoemail h4 {
    font-size: 18px
}

.offer-sendtoemail ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none
}

.offer-sendtoemail li {
    margin-bottom: .2em
}

.offer-sendtoemail input[type=email] {
    width: 245px;
    width: 70%;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 0;
    padding: 5px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s
}

.offer-sendtoemail input[type=email]:focus {
    border-color: #aaa
}

.offer-sendtoemail .input-error {
    position: static
}

.offer-sendtoemail .form-order .input-error input[type=email],
.offer-sendtoemail .form-order .input-error input[type=email]:focus {
    border-color: #bf3939;
    background: #f5e1e1
}

.offer-sendtoemail .form-order .input-error input[type=email]:focus {
    background: #fff
}

.offer-sendtoemail .input-error-list {
    margin-top: 0;
    margin-bottom: 1em;
    width: 65%
}

.ssl .form-col-2 b {
    color: #444
}

.ssl .form-col-2 {
    color: #aaa
}

.note {
    font-style: italic;
    color: #888
}

.table-comparison-wrap {
    margin: 2em 0
}

.table-comparison {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-width: 1px 1px 0
}

.table-comparison td,
.table-comparison th {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align: middle
}

.table-comparison th {
    font-weight: 400
}

.table-comparison thead th {
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
    vertical-align: middle
}

.table-comparison tbody th {
    width: 50%
}

.table-comparison th p {
    margin: 0;
    color: #999
}

.table-comparison th h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400
}

.table-comparison .center {
    text-align: center
}

.table-comparison .secondcol,
.table-comparison .thirdcol {
    background: rgba(0, 0, 0, .015);
    width: 25%
}

.reseller-action-tr td {
    padding-bottom: 20px
}

.reseller-prices td {
    color: #999;
    line-height: 1.4
}

.reseller-prices td b {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    display: block
}

.table-comparison tbody tr:nth-child(odd) {
    background: #f8f8f8;
    background: rgba(0, 0, 0, .02)
}

.table-comparison .reseller-action {
    margin: 0;
    padding: 0;
    list-style: none
}

.table-comparison .reseller-info {
    text-align: center;
    margin-bottom: .5em
}

.table-comparison .reseller-order a {
    padding: 8px 10px 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block
}

.theme-orange .l-main .reseller-order a {
    color: #fff;
    background: #dc6200;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.theme-orange .l-main .reseller-order a:hover {
    color: #fff;
    background: #e36600
}

.theme-orange .l-main .reseller-order a:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 9px;
    padding-bottom: 9px;
    background: #cf5d00
}

.note-news {
    margin-top: -20px;
    margin-bottom: 2em;
    padding: 15px 50px 15px 4.8em;
    position: relative;
    color: rgba(0, 0, 0, .8)
}

.note-news p {
    margin: 0
}

.note-news b {
    padding: 1px 0;
    position: absolute;
    top: 14px;
    left: 15px;
    font-weight: 400;
    color: #fff;
    width: 3em;
    text-align: center
}

.close-note-news {
    position: absolute;
    top: 13px;
    right: 25px
}

.close-note-news img {
    opacity: .8
}

.close-note-news:hover img {
    opacity: 1
}

.spez-intro {
    margin-bottom: 2em
}

.prod-highlight-price,
.prod-highlight-storage {
    margin-bottom: 20px;
    padding: 40px 0;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid #ccc
}

.wf-active .prod-highlight-price,
.wf-active .prod-highlight-storage {
    font-size: 48px
}

.prod-highlight-price.reduced,
.prod-highlight-storage.reduced {
    border: none;
    padding: 35px 0 30px
}

.prod-highlight-price i {
    font-size: 38px;
    margin-right: -.1em
}

.prod-highlight-price b {
    font-weight: 300;
    margin: 0 .2em 0 0
}

.prod-highlight-price i,
.prod-highlight-storage i {
    font-style: normal;
    font-weight: 300
}

.prod-highlight-price span {
    width: 10px;
    display: inline-block;
    line-height: 1.1;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #aaa
}

.prod-feature-wrap,
.prod-price-wrap {
    margin: 0 0 2em;
    width: 100%;
    display: table
}

.prod-feature,
.prod-price {
    height: 130px;
    display: table-cell;
    vertical-align: middle
}

.prod-price {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid #ccc
}

.wf-active .prod-price {
    font-size: 48px
}

.nav-domains-content .prod-price {
    background: #fff;
    border-color: #ddd;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .03);
    box-shadow: 0 0 3px rgba(0, 0, 0, .03)
}

.prod-price i {
    font-size: 38px;
    margin-right: -.1em;
    font-style: normal;
    font-weight: 300
}

.prod-price b {
    font-weight: 300;
    margin: 0 .2em 0 0
}

.prod-price span {
    width: 10px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #aaa
}

.prod-feature,
.prod-price span {
    line-height: 1.1;
    font-weight: 300
}

.prod-feature {
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
    font-size: 26px;
    padding: 0 10px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.wf-active .prod-feature {
    font-size: 28px;
    line-height: 1.05
}

.prod-feature b {
    font-weight: 400
}

.prod-feature.prod-feature-lg {
    font-size: 48px
}

.prod-feature-lg i {
    font-size: 38px;
    margin-right: -.1em;
    font-style: normal;
    font-weight: 300
}

.js .prod-highlight-storage.storage-toggle {
    padding: 0
}

.gb-switcher {
    margin: 0;
    padding: 30px 0;
    list-style: none
}

.gb-switcher li {
    float: left;
    width: 52%
}

.gb-switcher li.gb50 {
    width: 48%
}

.l-main .gb-switcher a {
    padding: 10px 0;
    display: block;
    text-align: center;
    outline: none;
    border-left: 1px solid #ddd;
    font-weight: 300;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.gb-switcher li:first-child a {
    border-left: 0
}

.js .nojs-content,
.no-js .gb-switcher {
    display: none
}

.theme-orange .l-main .gb-switcher a {
    color: #ddd
}

.theme-orange .l-main .gb-switcher a:focus,
.theme-orange .l-main .gb-switcher a:hover {
    color: #ccc
}

.theme-orange .l-main .gb-switcher a:active {
    color: #999
}

.theme-orange .l-main .gb-switcher li a.active,
.theme-orange .l-main .gb-switcher li a.active:hover {
    color: #333
}

.domain-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.domain-switcher li {
    float: left;
    font-size: 32px;
    border-left: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.domain-switcher li.domain-ch-li {
    width: 30%;
    border: none
}

.domain-switcher li.domain-swiss {
    width: 31%
}

.domain-switcher li.domain-other {
    width: 39%
}

.l-main .domain-switcher a {
    padding: 10px 0;
    display: block;
    text-align: center;
    outline: none;
    font-weight: 300;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.no-js .domain-switcher,
.no-js .js-content {
    display: none
}

.js .js-content {
    display: block
}

.prod-price-wrap.nojs-content i,
i.nojs-content {
    font-size: 28px;
    line-height: 1.05;
    display: block
}

.theme-blue .l-main .domain-switcher a {
    color: #ddd
}

.theme-blue .l-main .domain-switcher a:focus,
.theme-blue .l-main .domain-switcher a:hover {
    color: #ccc
}

.theme-blue .l-main .domain-switcher a:active {
    color: #999
}

.theme-blue .l-main .domain-switcher li a.active,
.theme-blue .l-main .domain-switcher li a.active:hover {
    color: #333
}

.nav-domains {
    margin: 2.5em 0 0;
    padding: 0;
    list-style: none;
    background: #e3e3e3
}

.no-js .nav-domains {
    display: none
}

.nav-domains li {
    float: left;
    font-weight: 300
}

.nav-domains a {
    float: left;
    padding: 25px 40px;
    outline: 0;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    font-size: 20px;
    cursor: pointer
}

.theme-blue .l-main .nav-domains a.tab {
    color: #555
}

.theme-blue .l-main .nav-domains a.tab:focus,
.theme-blue .l-main .nav-domains a.tab:hover {
    color: #444
}

.theme-blue .l-main .nav-domains a[aria-selected=true] {
    background: #f3f3f3;
    color: #111
}

.js-tabcontent[aria-hidden=true] {
    display: none
}

.nav-domains-content-inner {
    padding: 40px;
    background: #f3f3f3
}

.nav-domains-content:before {
    display: block;
    content: "";
    height: 95px;
    margin: -95px 0 0
}

.no-js .nav-domains-content {
    margin-top: 2em;
    border-top: 10px solid #e3e3e3
}

.nav-domains-content h3.no-js {
    font-size: 24px;
    font-weight: 300;
    display: none
}

.no-js .nav-domains-content h3.no-js {
    display: block
}

.table-domains-wrap {
    margin-bottom: 0
}

.table-domains {
    background: #fff;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    border-width: 1px 1px 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .03);
    box-shadow: 0 0 3px rgba(0, 0, 0, .03)
}

.table-domains tbody tr:nth-child(odd) {
    background: #f8f8f8;
    background: rgba(0, 0, 0, .02)
}

.table-domains td,
.table-domains th {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
    vertical-align: middle
}

.table-domains thead th {
    font-weight: 600;
    line-height: 1.3
}

.table-domains td {
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.table-domains .price {
    text-align: right;
    white-space: nowrap
}

.table-domains .right {
    text-align: right
}

.table-domains-info {
    margin-top: 15px;
    color: #999;
    font-style: italic
}

.domain-order-link {
    padding: 5px 10px 7px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    font-size: 14px
}

.table-domains tr:hover td {
    background: #e3edf7
}

.theme-blue .l-main a.domain-order-link {
    color: #fff;
    background: #488cca
}

.theme-blue .l-main a.domain-order-link:hover {
    color: #fff;
    background: #4485c0;
    background-color: #4b90d1
}

.theme-blue .l-main a.domain-order-link:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #4584bf
}

.form-domaincheck-wrap {
    margin: 2em 0 4em
}

.js #form-domaincheck-wrap:before {
    display: block;
    content: "";
    height: 120px;
    margin: -120px 0 0
}

.form-domaincheck .input-error-note {
    margin-top: .2em;
    margin-left: 66px;
    color: #bf3939;
    font-weight: 600;
    line-height: 1.3
}

.input-with-additive-wrap {
    position: relative;
    z-index: 100
}

.form-domaincheck input[type=text] {
    width: 100%;
    border: 1px solid #bbb;
    background: #f8f8f8;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-domaincheck .input-error input[type=text] {
    border-color: #bf3939;
    background: #f5e1e1
}

.form-domaincheck input[type=text]:focus {
    background: #fff;
    border-color: #aaa
}

.form-domaincheck .input-error input[type=text]:focus {
    border-color: #bf3939;
    background: #fff
}

.form-domaincheck .input-select-wrap {
    margin-left: 66px
}

.form-domaincheck .input-with-additive {
    width: 85%;
    float: left
}

.form-domaincheck .input-additive {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    line-height: 38px;
    line-height: 48px;
    border: 1px solid #bbb;
    border-width: 1px 0 1px 1px;
    color: #444;
    background: #fff;
    text-align: center
}

button.form-domaincheck-submit {
    padding: 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
    display: block;
    width: 13%;
    float: right;
    border: none;
    color: #fff;
    background: #488cca;
    cursor: pointer
}

.form-domaincheck #form_domain_product_name {
    width: 85%;
    float: left;
    height: 50px
}

.form-domaincheck #form_domain_product {
    width: 100%;
    border-left: 0
}

.form-domaincheck .select-wrap {
    margin-top: 0;
    width: 15%
}

.form-domaincheck select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 25px 0 11px;
    border: 1px solid #aaa;
    border-width: 1px 1px 1px 0;
    color: #333;
    height: 50px;
    line-height: 48px;
    background: #f3f3f3 url(/images/angle-down.png) 90% 50% no-repeat;
    background: #f3f3f3 url(/images/angle-down.svg) 90% 50% no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0
}

.form-domaincheck select.custom.replaced {
    height: 49px
}

.form-domaincheck .custom-select>span {
    display: block;
    padding: 0 25px 0 15px;
    border: 1px solid #bbb;
    border-width: 1px 1px 1px 0;
    color: #333;
    background: #f3f3f3;
    cursor: pointer;
    line-height: 48px;
    height: 48px
}

.form-domaincheck .custom-select span span {
    height: 48px
}

#DomainSuggestionList .no-js-msg {
    text-align: center;
    font-style: italic
}

.js #DomainSuggestionList .no-js-msg {
    display: none
}

.ajax-loader {
    margin: 0 auto 30px;
    display: block;
    height: 15px;
    line-height: 15px;
    text-align: center
}

.no-js .ajax-loader {
    display: none
}

.ajax-error {
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
    line-height: 15px
}

.domaincheck-results {
    margin-top: -2.4em;
    padding: 40px 40px 20px;
    background: #f3f3f3;
    position: relative;
    overflow: hidden
}

.domaincheck-results:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -16px;
    top: -1px;
    border: 16px solid;
    border-color: #fff transparent transparent;
    z-index: 900
}

.domaincheck-results:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .7);
    box-shadow: 0 0 18px rgba(0, 0, 0, .7)
}

.domaincheck-results h3 {
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888
}

.domaincheck-results h3:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%
}

.domaincheck-results h3 span {
    padding: 0 15px;
    background: #f3f3f3;
    position: relative
}

.domaincheck-status-free {
    color: #6ea629
}

.domaincheck-status-notavailable,
.domaincheck-status-taken {
    color: #dc6200
}

.domaincheck-status-unknown {
    color: #aaa;
    color: rgba(0, 0, 0, .3);
    font-style: italic
}

.domaincheck-results-table,
.domaincheck-results-table-main {
    width: 100%
}

.domaincheck-results-table-main {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .1);
    border-color: rgba(0, 0, 0, .2);
    -webkit-transition: -webkit-box-shadow .8s ease-in-out;
    transition: -webkit-box-shadow .8s ease-in-out;
    -o-transition: box-shadow .8s ease-in-out;
    transition: box-shadow .8s ease-in-out;
    transition: box-shadow .8s ease-in-out, -webkit-box-shadow .8s ease-in-out
}

.domaincheck-results-table-main.domaincheck-highlight {
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .12);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .12)
}

.domaincheck-results-table-main tr {
    background: #fff;
    -webkit-transition: background-color .8s ease-in-out;
    -o-transition: background-color .8s ease-in-out;
    transition: background-color .8s ease-in-out
}

.domaincheck-results-table-main.domaincheck-highlight tr {
    background: #fdf7e6
}

.domaincheck-results-table tr {
    background: #e3e3e3;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.domaincheck-results-table tr:nth-child(2n) {
    background: #e9e9e9
}

.domaincheck-results-table tr:hover {
    background: #ddd
}

.domaincheck-results-table-main td,
.domaincheck-results-table-main th,
.domaincheck-results-table td,
.domaincheck-results-table th {
    padding: 10px 15px;
    border-bottom: 3px solid #f3f3f3;
    vertical-align: middle;
    text-align: center
}

.domaincheck-results-table-main td,
.domaincheck-results-table-main th {
    border-bottom: 0
}

.domaincheck-results-table th {
    width: 20%;
    font-weight: 400;
    text-align: left
}

.domaincheck-results-table-main th {
    font-weight: 700;
    text-align: left;
    width: 20%
}

td.domaincheck-order,
td.domaincheck-price {
    text-align: right
}

td.domaincheck-order,
td.domaincheck-price {
    width: 15%
}

td.domaincheck-order {
    width: 40%
}

.domaincheck-order a {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.theme-blue .l-main .domaincheck-results-table-main .domaincheck-order a {
    padding: 4px 20px 5px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #488cca;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

.theme-blue .l-main .domaincheck-results-table-main .domaincheck-order a:hover {
    color: #fff;
    background: #4b90d1
}

.theme-blue .l-main .domaincheck-results-table-main .domaincheck-order a:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 5px;
    padding-bottom: 4px;
    background: #4584bf
}

.tlds-wrap form {
    margin-bottom: 1em
}

.tlds-wrap input {
    padding: 5px 10px 5px 25px;
    border: 1px solid #ccc;
    background: #fff url(/images/icon-magnifier.png) 5px 50% no-repeat;
    -webkit-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.tlds-list {
    margin: -5px -5px 0;
    padding: 0;
    list-style: none
}

.tlds-list li {
    margin: 0;
    padding: 0;
    width: 10%;
    float: left
}

.tld {
    margin: 5px;
    padding: 0;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .03);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .03);
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #ccc;
    background: #fff
}

.tld:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .18);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .18);
    border-color: #c5c5c5
}

.tld-info,
.tld-order {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tld-price {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    color: #bbb;
    white-space: nowrap
}

.tld-price b {
    font-weight: 700;
    color: #666
}

.tld a {
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: rgba(0, 0, 0, .03)
}

.tld a:focus,
.tld a:hover {
    background: rgba(0, 0, 0, .06)
}

.tld-name {
    border-bottom: 1px solid #ddd
}

.tld-name abbr {
    padding: 5px 0;
    text-decoration: none;
    display: block;
    cursor: help;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.tld-name abbr:hover {
    background: rgba(0, 0, 0, .04)
}

.tld-order {
    border-left: 1px solid #ddd
}

.tld dd i {
    font-size: 14px;
    line-height: 2;
    color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tld-info a:focus i,
.tld-info a:hover i {
    color: #666
}

.tld-order a:focus i,
.tld-order a:hover i {
    color: #488cdb
}

.dreamdomain {
    margin: 2em -40px -40px;
    padding: 40px 20px 50px;
    text-align: center;
    background: #e3e3e3
}

.dreamdomain b {
    display: block;
    font-size: 22px;
    line-height: 1.5;
    color: #444;
    font-weight: 400
}

.domaininfo {
    padding-bottom: 40px;
    line-height: 1.4;
    font-size: 15px
}

.domaininfo h2 {
    margin-bottom: 20px;
    padding: 10px 40px 15px;
    font-size: 22px;
    color: #fff;
    background: #488cdb;
    background: rgba(72, 140, 219, .9);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0
}

.domaininfo h3 {
    margin: 20px 40px 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.2;
    border-bottom: 1px solid #bbb
}

.domaininfo-item {
    margin: 0 40px 40px
}

.domaininfo dl {
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff
}

.domaininfo dt {
    margin: 0 4% 0 0;
    padding: 0;
    float: left;
    color: #aaa;
    width: 30%
}

.domaininfo dd {
    margin: 0;
    padding: 0;
    margin-left: 34%
}

.domaininfo dd ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.domaininfo-copy {
    margin: 0 40px 20px;
    font-size: 14px;
    color: #999
}

.js .domaininfo-copy {
    display: none
}

.featured {
    margin: 40px 0;
    padding-top: 40px;
    border-top: 1px solid #ddd
}

.featured-inner {
    padding: 40px 18%;
    background: #f3f3f3
}

.prod-action-button {
    margin-top: .4em;
    margin-bottom: 2em
}

.prod-action-button a {
    padding: 25px 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 600;
    color: #fff;
    -webkit-transition: background .2s, padding .2s, -webkit-box-shadow .2s;
    transition: background .2s, padding .2s, -webkit-box-shadow .2s;
    -o-transition: background .2s, box-shadow .2s, padding .2s;
    transition: background .2s, box-shadow .2s, padding .2s;
    transition: background .2s, box-shadow .2s, padding .2s, -webkit-box-shadow .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25);
    font-size: 14px;
    line-height: 1.7
}

.wf-active .prod-action-button a {
    font-size: 16px;
    line-height: 1.5
}

.lt-ie8 .prod-action-button a {
    zoom: 1
}

.prod-action-button a:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 26px;
    padding-bottom: 24px
}

.prod-action-button .fa {
    margin-top: -.15em;
    margin-right: .2em;
    vertical-align: middle;
    font-size: 30px
}

.prod-demo-button {
    margin-top: .4em;
    margin-bottom: 2em
}

.prod-demo-button a {
    padding: 25px 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: relative;
    font-weight: 600;
    color: #fff;
    -webkit-transition: background .2s, padding .2s, -webkit-box-shadow .2s;
    transition: background .2s, padding .2s, -webkit-box-shadow .2s;
    -o-transition: background .2s, box-shadow .2s, padding .2s;
    transition: background .2s, box-shadow .2s, padding .2s;
    transition: background .2s, box-shadow .2s, padding .2s, -webkit-box-shadow .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.lt-ie8 .prod-demo-button a {
    zoom: 1
}

.prod-demo-button a:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 26px;
    padding-bottom: 24px
}

.prod-demo-button .fa {
    margin-top: -.15em;
    margin-right: .2em;
    vertical-align: middle;
    font-size: 24px
}

.seafile-video {
    margin-top: 2em;
    margin-bottom: -2.6em
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.screenshot-box {
    margin: 0 -25px 1.5em;
    padding: 37px 25px 25px;
    position: relative;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .08);
    background: #e3e3e3
}

.js .screenshot-box {
    display: none
}

.screenshot-box-close {
    position: absolute;
    top: 15px;
    right: 25px
}

.screenshot-box-img {
    border: 1px solid #ddd
}

.screenshot-box-close img {
    display: block;
    margin: 0;
    padding: 0
}

.screenshot-box-triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #e3e3e3;
    position: absolute;
    top: -48px;
    left: 21%
}

.prod-reason-v2 .fleft {
    float: left;
    width: 38%
}

.prod-reason-v2 .fright {
    float: right;
    width: 60%
}

.prod-reason-list {
    padding: 0;
    list-style: none
}

.prod-reason-list li {
    padding-left: 20px;
    position: relative
}

.prod-reason-list li:before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #444;
    position: absolute;
    top: .3em;
    left: .2em;
    font-size: 12px
}

.theme-purple .prod-reason-list li:before {
    color: #7e62a6
}

.theme-orange .prod-reason-list li:before {
    color: #dc6200
}

.theme-blue .prod-reason-list li:before {
    color: #488cca
}

.theme-green .prod-reason-list li:before {
    color: #6ea629
}

.theme-red .prod-reason-list li:before {
    color: #bf3030
}

.prod-reason-tooltip {
    cursor: default;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.prod-reason-tooltip:hover {
    color: #999
}

.prod-reason-tooltip:hover i {
    color: #222
}

i.prod-reason-plus {
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    color: #aaa;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.impressions {
    padding-top: 40px;
    border-top: 1px solid #ddd
}

.mb {
    margin: 0 70px 7em;
    max-width: 800px;
    position: relative
}

.mb-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4% 3% 0;
    -webkit-border-radius: 24px 24px 0 0;
    border-radius: 24px 24px 0 0;
    background: #2d2d2d
}

.mb-inner,
.mb-main {
    display: block
}

.mb-sub {
    position: relative;
    bottom: -1px
}

.mb-sub,
.mb-sub-top {
    display: block;
    height: 40px
}

.mb-sub-top {
    z-index: 2;
    margin-left: -70px;
    margin-right: -70px;
    max-width: 1040px;
    -webkit-border-radius: 0 0 88px 88px;
    border-radius: 0 0 88px 88px;
    background: #e3e3e3
}

.mb-touchpad {
    display: block;
    width: 30%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #b1b1b1;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 0 0 423px 423px;
    border-radius: 0 0 423px 423px;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-bottom: 1px solid hsla(0, 0%, 100%, .7)
}

.lt-ie9 .mb-touchpad {
    left: 35%
}

.mb-slider {
    margin: 0;
    padding: 0;
    list-style: none
}

.js .mb-slider li {
    visibility: hidden
}

.no-js .mb-slider li {
    display: none
}

.no-js .mb-slider li:first-child {
    display: block
}

.impressions .bx-pager {
    position: absolute;
    bottom: -3em;
    left: 0;
    text-align: center;
    width: 100%
}

.impressions .bx-pager-item {
    display: inline-block
}

.impressions .bx-pager-link {
    display: inline-block;
    margin: 0 4px;
    width: 16px;
    height: 16px;
    background: #e3e3e3;
    text-indent: -9999px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    overflow: hidden
}

.impressions .bx-pager-link:focus,
.impressions .bx-pager-link:hover {
    background: #ccc
}

.impressions .bx-pager-link.active {
    background: #888
}

.impressions .bx-next,
.impressions .bx-prev {
    position: absolute;
    top: 42%;
    width: 18px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: none
}

.impressions .bx-next i,
.impressions .bx-prev i {
    color: #aaa;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 50px;
    padding-right: 0;
    line-height: 50px;
    font-style: normal;
    font-weight: 400
}

.impressions .bx-next span,
.impressions .bx-prev span {
    position: absolute;
    top: 0;
    left: -999em
}

.impressions .bx-prev {
    left: -100px
}

.impressions .bx-next {
    right: -101px
}

.impressions .bx-next:hover i,
.impressions .bx-prev:hover i {
    color: #666
}

.featurelist-link {
    margin: 0 0 2em
}

.featurelist-link a {
    padding-left: 1.5em;
    position: relative
}

.featurelist-link a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: .6em
}

.featurelist-link.opennow a:before {
    content: "\f107";
    left: .5em
}

.payment-options {
    margin: 0 0 .6em;
    padding: 0;
    list-style: none
}

.payment-options li {
    margin: 0 10px 10px 0;
    float: left
}

.more-payment {
    padding: 30px 40px 20px;
    border-top: 10px solid #e5e5e5;
    background: #f5f5f5
}

.more-payment h3 {
    margin-bottom: 1em
}

.more-payment ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.more-payment li {
    float: left;
    margin: 0 40px 20px 0
}

.more-payment li img {
    margin: 0
}

.more-payment li b {
    display: block;
    font-weight: 400
}

.theme-blue .l-main .more-payment li a {
    display: block;
    color: #333;
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    min-height: 70px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .02);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .02)
}

.theme-blue .l-main .more-payment li a:hover {
    border-color: #ddd
}

.header-w-search {
    margin-bottom: 1.4em
}

.header-w-search h2 {
    float: left;
    margin: 0 10px 0 0
}

.support-article-search-top {
    float: right;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.support-search-input {
    position: relative
}

.support-article-search-top input {
    margin-top: 1em;
    padding: 5px 10px 5px 25px;
    background: #fff url(/images/icon-magnifier.png) 5px 50% no-repeat
}

.support-article-search-top input,
.support-search-res p {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.support-search-res p {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 3px 10px;
    list-style: none;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    border-width: 0 1px 1px;
    color: #aaa;
    background: #f8f8f8;
    font-size: 14px
}

.support-search-res p b {
    color: #666
}

.setfilter {
    display: none
}

.nav-support-tab {
    margin-bottom: 2em;
    font-size: 14px;
    border: 1px solid #ddd;
    border-width: 1px 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .03)
}

.nav-support-tab ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-support-tab li {
    float: left;
    margin-right: 20px
}

.nav-support-tab li.nav-support-tab3 {
    margin-right: 0
}

.nav-support-tab .fa {
    margin-right: .3em
}

.theme-blue .l-main .nav-support-tab a {
    padding: 14px 0;
    float: left;
    color: #bbb;
    display: block;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.theme-blue .l-main .nav-support-tab a:focus,
.theme-blue .l-main .nav-support-tab a:hover {
    color: #888
}

.theme-blue .l-main .nav-support-tab .active a {
    color: #111
}

.nav-support-tab .active a {
    position: relative;
    font-weight: 600
}

.popular-entries h4 {
    margin: 0 0 .4em;
    font-weight: 400
}

.popular-entries ul {
    padding: 0;
    list-style: none
}

.popular-entries li {
    margin-bottom: .1em;
    padding-left: 20px;
    position: relative
}

.popular-entries li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #444;
    position: absolute;
    top: 0;
    left: 7px
}

.popular-entries a {
    padding: .1em 0
}

@-webkit-keyframes supportResultFadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

@keyframes supportResultFadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.support-result {
    -webkit-animation: supportResultFadeIn 1s;
    animation: supportResultFadeIn 1s
}

.support-result-note {
    color: #999;
    font-weight: 400;
    font-size: 14px
}

.support-result-note b {
    color: #888
}

.support-result-list {
    margin: 0 0 1em;
    padding: 0;
    list-style: none
}

.support-result-list li {
    margin-bottom: .1em;
    padding-left: 20px;
    position: relative
}

.support-result-list li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #444;
    position: absolute;
    top: 0;
    left: 7px
}

.support-result-list a {
    padding: .1em 0
}

.support-result-list h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.helping-hand {
    margin-bottom: 40px;
    padding: 20px;
    background: #f3f3f3
}

.helping-hand h3 {
    margin-top: -5px;
    font-size: 12px;
    color: #aaa
}

.helping-hand h4 {
    margin-bottom: .3em;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400
}

.helping-hand ul {
    margin: 0 0 1em;
    padding: 10px 10px 8px;
    list-style: none;
    font-size: 14px;
    line-height: 1.3;
    background: #e3e3e3
}

.helping-hand .top-tags {
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
    position: relative;
    z-index: 50
}

.helping-hand li {
    margin-bottom: .4em;
    padding-right: 10px;
    padding-left: 20px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #999
}

.helping-hand li input {
    position: absolute;
    top: .15em;
    left: 0
}

.helping-hand label.radioactive {
    color: #111
}

.helping-hand .search-it input {
    margin: 0 0 1em;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px 5px 25px;
    background: url(/images/icon-magnifier.png) 5px 50% no-repeat #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px
}

.support-article-tags-form button {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
    border: none;
    color: #fff;
    background: #488cdb;
    cursor: pointer
}

.js .helping-hand button.submit {
    position: absolute;
    top: 0;
    left: -999em
}

.supportarticle-note {
    margin-bottom: 40px;
    padding: 40px;
    background: #fdf7e6;
    border: 1px solid rgba(0, 0, 0, .1);
    min-height: 160px
}

.supportarticle-is-outdated {
    margin-bottom: 0;
    font-weight: 600
}

.supportarticle-alternative {
    margin: 20px 0;
    padding: 20px 0 0;
    border-top: 4px solid rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.supportarticle-alternative h4 {
    margin: 0;
    font-size: 16px;
    color: #666;
    color: rgba(0, 0, 0, .7)
}

.supportarticle-alternative-list {
    margin-bottom: 1em;
    list-style-type: square;
    color: #afad90;
    color: rgba(0, 0, 0, .3)
}

.back-to-results {
    margin-bottom: 2em;
    font-size: 14px
}

.support-article-header {
    padding: 30px 40px;
    border: 1px solid #e3e3e3;
    border-width: 1px 1px 0;
    background: #f3f3f3;
    position: relative;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .02) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .02)
}

.support-article-date {
    margin-bottom: .1em;
    font-size: 14px
}

.support-article-title {
    margin-bottom: 0
}

.support-article-prod-tags {
    margin: .3em 0 0;
    font-size: 14px
}

.support-article-prod-tags dt {
    color: #999;
    display: inline
}

.support-article-prod-tags dd {
    margin-left: 0;
    display: inline;
    color: #222;
    white-space: nowrap
}

.support-article-prod-tags dd:after {
    content: ", ";
    font-weight: 400;
    color: #444
}

.support-article-prod-tags dd:last-child:after {
    content: ""
}

.support-article {
    margin-bottom: 40px;
    padding: 40px;
    border: 1px solid #e3e3e3;
    min-height: 180px
}

.sa-marker {
    background: #fdf7e6;
    padding: 1px 0
}

.support-article img {
    margin: 1em 0;
    padding: 10px;
    max-width: 100%;
    height: auto;
    width: auto!important;
    border: 1px solid #e3e3e3!important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

.support-article td img {
    padding: 0;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: transparent
}

.support-article ul {
    list-style-type: disc
}

.sa-ol-with-images li {
    margin-bottom: 1em
}

.sa-ol-with-images img {
    margin: 1em 0
}

.sa-ol-with-images table {
    margin-bottom: 0
}

.sa-codeblock {
    padding: 1em 5px 1em 15px;
    background: #354551;
    color: #f5f5f5;
    color: hsla(0, 0%, 100%, .75);
    overflow: auto
}

.sa-codeblock,
.support-article code {
    font-size: 13px
}

.sa-note {
    background: #fdf7e6
}

.sa-note,
.sa-warning {
    padding: 1em 15px;
    border: 1px solid rgba(0, 0, 0, .03)
}

.sa-warning {
    background: #fedee1
}

.support-article table {
    width: 100%!important
}

.sa-table-compact {
    border: none;
    border-collapse: collapse
}

.sa-table-compact td,
.sa-table-compact th {
    border: none;
    padding: 0 15px 0 0;
    text-align: left;
    vertical-align: top
}

.support-tabs-wrap {
    margin-bottom: 2em
}

.js .support-article .support-tabs {
    margin: 0 -40px;
    padding: 0 40px;
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .01) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .01);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.no-js .support-article .support-tabs {
    margin-bottom: 2em;
    list-style-type: disc
}

.js .support-tabs li {
    margin-right: -1px;
    margin-bottom: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.lt-ie9.js .support-tabs li {
    position: relative;
    bottom: -1px
}

.js .support-tabs a {
    padding: 10px 15px;
    float: left;
    outline: 0;
    border: 1px solid #e3e3e3;
    background: #f3f3f3;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .01) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .01);
    -webkit-transition: color background .1s;
    -o-transition: color background .1s;
    transition: color background .1s;
    cursor: pointer;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.js .theme-blue .l-main .support-tabs a {
    color: #aaa
}

.js .theme-blue .l-main .support-tabs a:focus,
.js .theme-blue .l-main .support-tabs a:hover {
    color: #888;
    background: #f5f5f5
}

.no-js .theme-blue .l-main .support-tabs a.active {
    font-weight: 600
}

.js .theme-blue .l-main .support-tabs a[aria-selected=true] {
    margin-bottom: -1px;
    padding-bottom: 11px;
    color: #010101;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-bottom: 0
}

.tab-content-inner {
    padding-top: 40px
}

.js .support-article .tab-content:before {
    display: block;
    content: "";
    height: 170px;
    margin: -170px 0 0
}

ul.jumplinks {
    margin-left: 2px;
    padding: 0;
    list-style: none
}

ul.jumplinks a {
    padding-left: 22px;
    position: relative;
    display: inline-block
}

ul.jumplinks li a:before {
    content: "\f01a";
    font-family: FontAwesome;
    text-decoration: none;
    color: #555;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    position: absolute;
    left: 2px;
    top: .02em
}

ul.jumplinks a:hover:before {
    color: #888
}

.js .jumplink-content:before {
    display: block;
    content: "";
    height: 112px;
    margin: -112px 0 0
}

.domain-to-ip {
    margin-bottom: 1em;
    padding: 20px;
    background: #f3f3f3;
    border: 1px solid #e3e3e3
}

.domain-input {
    position: relative
}

.domain-input label {
    position: absolute;
    top: 10px;
    left: 0;
    width: 55px;
    text-align: right;
    color: #aaa
}

.domain-input input {
    padding: 10px 100px 10px 55px;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.js .domain-input input {
    padding-right: 15px
}

.domain-input button {
    position: absolute;
    top: 7px;
    right: 8px
}

.js .domain-input button {
    display: none
}

.domain-to-ip-result {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-top: -1px;
    background: #fdf7e6;
    z-index: 99
}

.domain-to-ip-result dl {
    margin: 0;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-width: 0 1px 1px;
    background: #fdf7e6
}

.domain-to-ip-result dt {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    color: rgba(0, 0, 0, .4)
}

.domain-to-ip-result dd {
    margin: 0;
    padding: 0;
    margin-left: 70px
}

.mail-config {
    margin-bottom: 1em;
    padding: 18px 20px 20px;
    border: 1px solid #e3e3e3;
    background: #f3f3f3
}

.mail-config-form {
    margin: 0
}

.mail-config-form h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 400
}

.mail-config-wrap {
    padding-right: 12em;
    position: relative;
    border: 1px solid #ccc;
    background: #f8f8f8
}

.mail-config-form input {
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-width: 0 1px 0 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%
}

.mail-config-form button {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 1px;
    right: 0;
    outline: 0;
    cursor: pointer;
    background: none;
    line-height: 32px;
    color: #488cdb;
    width: 12em;
    text-align: center
}

.mail-config-form button:focus,
.mail-config-form button:hover {
    color: #111
}

.mail-config-list {
    padding: 4px 5px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
    z-index: 99;
    border: 1px solid #ccc;
    border-width: 0 1px 1px
}

.mail-config-list dl {
    margin: 1px 0;
    padding: 4px 7px
}

.mail-config-username {
    background: #c1ffc0
}

.mail-config-server {
    background: #c9beff
}

.mail-config-list dt {
    float: left;
    padding: 0;
    margin: 0;
    width: 170px;
    color: rgba(0, 0, 0, .4)
}

.mail-config-list dd {
    padding: 0;
    margin: 0 0 0 180px
}

.mail-config-problem {
    background: #fff;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}

.mail-config-problem p {
    margin-bottom: 0;
    background: #fdf7e6;
    padding: 10px 12px
}

.support-article-related {
    margin-top: -40px;
    margin-bottom: 40px;
    padding: 30px 40px;
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    border-width: 0 1px 1px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .02) inset;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .02)
}

.support-article-related h4 {
    margin-bottom: .2em;
    font-weight: 400;
    color: #444
}

.support-article-related-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.support-article-related-list li {
    margin-bottom: .1em;
    padding-left: 20px;
    position: relative
}

.support-article-related-list li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #444;
    position: absolute;
    top: 0;
    left: 7px
}

.ssl-intro {
    margin-bottom: 1em;
    padding-right: 250px;
    position: relative;
    min-height: 240px
}

.lt-ie8 .ssl-intro {
    height: 240px
}

.ssl-cert-offices {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0
}

.ssl-cert-offices h3 {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #aaa
}

.ssl-cert-icon {
    margin-top: -1px;
    padding: 2px 0;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .05);
    background: #fff;
    text-align: center;
    width: 198px
}

.ssl-cert-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.tabs-ssl {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #e3e3e3
}

.no-js .tabs-ssl {
    display: none
}

.tabs-ssl li {
    float: left;
    font-weight: 300
}

.tabs-ssl a {
    float: left;
    padding: 8px 30px 8px 30px;
    outline: 0;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    font-size: 20px;
    cursor: pointer
}

.theme-blue .l-main .tabs-ssl a {
    color: #555
}

.theme-blue .l-main .tabs-ssl a:focus,
.theme-blue .l-main .tabs-ssl a:hover {
    color: #444
}

.tabs-ssl a[aria-selected=true] {
    background: #f3f3f3;
    color: #111
}

.tabs-ssl-content {
    margin-bottom: 1.5em
}

.tabs-ssl-content-inner {
    padding: 20px;
    background: #f3f3f3
}

.tabs-ssl-content:before {
    display: block;
    content: "";
    height: 95px;
    margin: -95px 0 0
}

.no-js .tabs-ssl-content {
    margin-top: 2em;
    border-top: 10px solid #e3e3e3
}

.tabs-ssl-content h3.no-js {
    font-size: 24px;
    font-weight: 300;
    display: none
}

.no-js .tabs-ssl-content h3.no-js {
    display: block
}

.table-ssl {
    margin: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-color: #ddd;
    border-width: 1px 1px 0;
    line-height: 1.3;
    background: #fff
}

.table-ssl td,
.table-ssl th {
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-color: #ddd;
    border-width: 0 1px 1px 0;
    text-align: center;
    vertical-align: middle
}

.table-ssl .last-child {
    border-width: 0 0 1px
}

.table-ssl tbody tr:nth-child(odd) {
    background: #f8f8f8;
    background: rgba(0, 0, 0, .02)
}

.table-ssl thead th {
    padding: 20px;
    text-transform: uppercase;
    position: relative;
    width: 33%
}

.table-ssl thead span {
    font-weight: 400;
    font-style: normal
}

.table-ssl thead b {
    padding-left: 1px;
    display: block;
    color: #aaa;
    font-weight: 400
}

.table-ssl thead i {
    display: block;
    font-size: 22px;
    color: #8a8a8a
}

.table-ssl thead th.swissbrand i {
    margin-left: -18px
}

.table-ssl thead .biz i {
    color: #7cb734
}

.table-ssl th img.flag-swiss {
    position: absolute;
    top: 21px;
    right: 50%;
    margin-right: -19px;
    padding: 2px;
    background: #e83812;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.table-ssl .ssl-price {
    padding-top: 15px;
    font-weight: 600;
    font-size: 20px;
    vertical-align: top
}

.table-ssl .ssl-price span.per {
    display: block;
    color: #666;
    font-weight: 400;
    font-size: 16px
}

.table-ssl span.more-domains {
    display: block;
    font-size: 16px;
    color: #888
}

.table-ssl .peryear {
    font-size: 16px;
    color: #999;
    margin: 1.5em 0 0;
    font-weight: 400
}

.table-ssl td img {
    display: block;
    margin: 10px auto 5px
}

.table-ssl .td-order {
    padding: 20px
}

.table-ssl .order {
    padding: 8px 10px 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block
}

.lt-ie8 .table-ssl a.order {
    zoom: 1
}

.theme-blue .l-main .table-ssl .order {
    color: #fff;
    background: #488cca;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .25) inset;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .25)
}

.theme-blue .l-main .table-ssl .order:hover {
    color: #fff;
    background: #4b90d1
}

.theme-blue .l-main .table-ssl .order:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    padding-top: 9px;
    padding-bottom: 9px;
    background: #4584bf
}

.browser-examples {
    clear: both;
    margin: 2em auto
}

.browser-tabs {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
    text-align: center
}

.browser-tabs li {
    display: inline-block;
    line-height: 1.4;
    white-space: nowrap
}

.lt-ie8 .browser-tabs li {
    display: inline
}

.browser-tabs a {
    padding: 6px 5px;
    margin: 0 5px;
    outline: none;
    border-bottom: 3px solid #ddd;
    color: #bbb
}

.theme-blue .l-main .browser-tabs a {
    color: #aaa
}

.theme-blue .l-main .browser-tabs a:hover {
    color: #444
}

.theme-blue .l-main .browser-tabs a.active,
.theme-blue .l-main .browser-tabs a.active:hover {
    border-color: #aaa;
    color: #222
}

.browser-screenshots {
    padding: 20px 0 10px
}

.browser-screenshot {
    margin-bottom: .8em
}

.browser-screenshot img {
    margin: 0 auto 5px;
    display: block
}

.firefox .browser-screenshot img {
    border: 1px solid #b3c1cf;
    border-width: 0 1px
}

.browser-screenshot p {
    margin: 0 0 .2em;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    line-height: 1.4
}

.browser-screenshot:hover p {
    color: #111
}

.browser-screenshot:hover img {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.js .info-box {
    display: none
}

.info-box h4 {
    font-size: 1em;
    margin-bottom: .5em
}

.fancybox-skin .info-box h4 {
    font-size: 18px
}

.js .info-val {
    display: none
}

.fancybox-skin .info-val-box {
    padding: 20px
}

.fancybox-skin .info-val-box ol,
.fancybox-skin .info-val-box ul {
    margin: 0 0 1em 1.5em;
    padding: 0
}

.fancybox-skin .info-val-box ul {
    list-style: none;
    margin-left: 0
}

.fancybox-skin .info-val-box ol ul {
    list-style-type: square;
    margin-left: 1.5em
}

ol.lower-alpha {
    list-style-type: lower-alpha
}

.fancy-table table {
    margin-bottom: 0
}

.other-domains {
    margin: 0 0 -2em;
    display: none
}

.list-domains {
    list-style: none;
    padding: 0
}

.list-domains li {
    margin: 0 5px 5px 0;
    padding: 1px 8px;
    float: left;
    background: #eee;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.swiss-info {
    margin: 0 0 -2em;
    display: none
}

.evaluation-box {
    padding-top: 3.05em
}

.evaluation-box p {
    margin: 0
}

.evaluation-box ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none
}

.dom-packages {
    margin: 3em 0 2em
}

.dom-packages .list-arrows li {
    margin-bottom: .5em
}

.domainpackageprices {
    margin-bottom: 2em;
    width: 100%
}

.domainpackageprices td,
.domainpackageprices th {
    padding: .6em 0;
    border-bottom: 1px solid #ddd
}

.domainpackageprices thead th {
    padding-top: 0;
    border-width: 0 0 5px
}

.domainpackageprices .price {
    padding-left: 10px;
    text-align: right;
    white-space: nowrap
}

.domain-calculator {
    margin-bottom: 15px;
    padding: 20px 25px 15px;
    text-align: center;
    border-top: 10px solid #e5e5e5;
    background: #fff;
    border: 1px solid #ddd
}

.no-js .domain-calculator {
    display: none
}

.domain-calculator h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.domainpackres {
    margin: 1em 0 5px;
    padding: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #e5e5b7;
    background: #ffc;
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .07);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .07)
}

.domainpackres:after,
.domainpackres:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.domainpackres:after {
    border-color: rgba(255, 255, 204, 0);
    border-bottom-color: #ffc;
    border-width: 6px;
    margin-left: -6px
}

.domainpackres:before {
    border-color: hsla(60, 47%, 81%, 0);
    border-bottom-color: #e5e5b7;
    border-width: 7px;
    margin-left: -7px
}

.domainpackres i {
    margin-top: .5em;
    font-style: normal;
    display: block
}

.domainNumber {
    margin: 0;
    padding: 8px .5em;
    display: block;
    width: 3em;
    text-align: center;
    border: 1px solid #ccc;
    border-width: 0 1px 0 0;
    background: #fff;
    float: left
}

.lt-ie8 .domainNumber {
    margin-left: -20px
}

.domainNumber:focus {
    outline: 0
}

.domainNumber-wrap {
    margin: 0 auto 1em;
    position: relative;
    width: 11em;
    border: 1px solid #ccc;
    background: #f8f8f8
}

.domainNumber-wrap .calc-submit {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 9px;
    right: 0;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
    background: none;
    line-height: 1;
    color: #666;
    width: 7em;
    text-align: center
}

.domainNumber-wrap .calc-submit:focus,
.domainNumber-wrap .calc-submit:hover {
    color: #111
}

.dom-packages .prod-action-button,
.table-ticket {
    margin-bottom: 2em
}

.table-ticket {
    width: 100%;
    line-height: 1.3;
    background: #fff;
    border: 1px solid #ddd;
    border-width: 1px 1px 0
}

.table-ticket .key {
    background: rgba(0, 0, 0, .015);
    width: 22%	
}

.table-ticket .info {
    background: rgba(0, 0, 0, .015);
    width: 15%	
}

.table-ticket .value {
    background: rgba(0, 0, 0, .015);
}

.table-ticket .secondcol,
.table-ticket .thirdcol,
.table-ticket .forthcol {
    background: rgba(0, 0, 0, .015);
}

.table-ticket .fifthcol {
    background: rgba(0, 0, 0, .015);
    width: 15%
}

.table-ticket .sixthcol {
    background: rgba(0, 0, 0, .015);
    width: 5%
}

.table-ticket td,
.table-ticket th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
}

.table-ticket tbody tr:nth-child(odd) {
    background: #f8f8f8;
    background: rgba(0, 0, 0, .02)
}

.table-server {
    margin-bottom: 2em
}

.table-server {
    width: 100%;
    line-height: 1.3;
    background: #fff;
    border: 1px solid #ddd;
    border-width: 1px 1px 0
}

.table-server .sixthcol,
.table-server .fifthcol,
.table-server .forthcol,
.table-server .secondcol,
.table-server .thirdcol {
    background: rgba(0, 0, 0, .015);
    width: 16%
}

.table-server td,
.table-server th {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    text-align: center
}

.table-server thead th {
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
    vertical-align: middle
}

.table-server thead span {
    display: block;
    color: #666
}

.table-server tbody tr:nth-child(odd) {
    background: #f8f8f8;
    background: rgba(0, 0, 0, .02)
}

.table-server tbody td,
.table-server tbody th {
    vertical-align: middle
}

.table-server tbody td {
    padding-left: 10px;
    padding-right: 10px
}

.table-server tbody th {
    text-align: left;
    font-weight: 400
}

.table-server span.opt {
    color: #aaa;
    line-height: 20px
}

.table-server .tr-prod-price td {
    font-weight: 600
}

.table-server .tr-prod-price span.per {
    display: block;
    color: #999;
    font-weight: 400
}

.hidden-info-trigger a {
    padding-left: .9em;
    position: relative
}

.no-js .hidden-info-trigger a {
    display: none
}

.hidden-info-trigger a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: .3em;
    position: absolute;
    top: .1em;
    left: 2px
}

.hidden-info-trigger a.opennow:before {
    content: "\f107";
    left: 0
}

.js .table-server .hidden-info-tr {
    display: none
}

.table-server .td-order {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.table-server .server-info {
    margin: 0 auto 8px
}

.table-server .order {
    padding: 6px 5px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    white-space: nowrap
}

.lt-ie8 .table-server a.order {
    zoom: 1
}

.theme-green .l-main .table-server .order {
    color: #fff;
    background: #6ea629
}

.table-datacenter {
    margin-bottom: 2em;
    width: 100%;
    line-height: 1.3;
    background: #fff;
    border: 1px solid #ddd;
    border-width: 1px 1px 0
}

.table-datacenter .forthcol,
.table-datacenter .secondcol,
.table-datacenter .thirdcol {
    background: rgba(0, 0, 0, .015);
    width: 22%
}

.table-datacenter td,
.table-datacenter th {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    text-align: center
}

.table-datacenter thead th {
    padding: 20px 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
    vertical-align: middle
}

th.no-wrap {
    white-space: nowrap
}

.table-datacenter tbody tr:nth-child(odd) {
    background: #f8f8f8;
    background: rgba(0, 0, 0, .02)
}

.table-datacenter tbody td,
.table-datacenter tbody th {
    vertical-align: middle
}

.table-datacenter tbody td {
    padding-left: 10px;
    padding-right: 10px
}

.table-datacenter tbody th {
    text-align: left;
    font-weight: 400
}

.table-datacenter tbody td i {
    color: #aaa;
    font-style: normal;
    display: block;
    white-space: nowrap;
    font-size: 15px
}

.table-datacenter .tr-prod-price td {
    font-weight: 600
}

.table-datacenter .tr-prod-price span {
    display: block;
    color: #999;
    font-weight: 400
}

.table-wsb {
    width: 100%;
    margin-bottom: 3em;
    border: 1px solid #ddd;
    border-width: 1px 1px 0
}

.table-wsb-forthcol,
.table-wsb-secondcol,
.table-wsb-thirdcol {
    width: 18%;
    background: rgba(0, 0, 0, .015)
}

.table-wsb tbody tr:nth-child(odd) {
    background: #f8f8f8;
    background: rgba(0, 0, 0, .02)
}

.table-wsb td,
.table-wsb th {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    text-align: center;
    vertical-align: middle
}

.table-wsb thead th {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle
}

.table-wsb tbody th {
    text-align: left;
    font-weight: 400
}

.order-websitebuilder {
    display: block
}

.lt-ie8 .support-boxes-wrap {
    margin-bottom: 2em
}

.support-box {
    margin: 0 0 40px;
    float: left;
    width: 33.3333333%;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lt-ie8 .support-box {
    width: 30%
}

.support-box-online {
    padding-right: 27px
}

.support-box-email {
    padding: 0 13px
}

.support-box-tel {
    padding-left: 27px
}

.lt-ie8 .support-box-online {
    padding-right: 3.5%
}

.lt-ie8 .support-box-email {
    padding: 0 1%
}

.lt-ie8 .support-box-tel {
    padding-left: 3.5%
}

.support-box a {
    padding: 35px 20px 15px;
    display: block;
    min-height: 230px;
    border: 1px solid #c4c4c4;
    color: #333;
    background: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.support-box a:active,
.support-box a:focus,
.support-box a:hover {
    background: #f5f5f5
}

.support-box span {
    font-size: 70px;
    color: rgba(0, 0, 0, .3);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.lt-ie9 .support-box span {
    color: #aaa
}

.support-box a:hover span {
    color: rgba(0, 0, 0, .4)
}

.lt-ie9 .support-box a:hover span {
    color: #999
}

.support-box h3 {
    margin-bottom: 0;
    margin-top: .3em;
    font-family: myriad-pro-semi-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #fff;
    color: #444
}

.support-box p {
    margin-top: -.5em;
    color: #444
}

.support-box ul {
    margin: -.5em 0 1em;
    padding: 0;
    list-style: none;
    color: #aaa
}

.l-main .statusbox {
    margin: 0 0 40px;
    padding: 2.5em 40px 40px;
    position: relative;
    border-top: 10px solid #e5e5e5;
    background: #f3f3f3
}

.l-main .statusbox h3 {
    font-family: myriad-pro-semi-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #444
}

.l-main .statusbox ol {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e3e3e3
}

.l-main .statusbox li {
    border-bottom: 1px solid #e3e3e3
}

.l-main .statusbox ol a {
    display: block;
    padding: .5em 0 .5em 20%;
    padding-left: 20%;
    position: relative;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    outline: 0
}

.l-main .statusbox ol b {
    position: absolute;
    left: 0;
    color: #888;
    font-weight: 400
}

.l-main .statusbox ol a:hover b {
    color: #111
}

.l-main .statusbox .link-more {
    position: absolute;
    top: 3.3em;
    right: 40px
}

.statusplus {
    margin: 0 0 40px;
    padding: 2.5em 40px 60px;
    position: relative;
    border-top: 10px solid #e5e5e5;
    background: #f3f3f3
}

.statusplus>a {
    display: block;
    outline: none
}

.statusplus h3 {
    font-family: myriad-pro-semi-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #444;
    margin-bottom: 0;
    padding-bottom: .7em
}

.statusplus dl,
.statusplus h3 {
    border-bottom: 1px solid #e3e3e3
}

.statusplus dl {
    margin: 0;
    padding: .5em 0;
    position: relative;
    padding-right: 160px;
    padding-left: 110px
}

.statusplus dd,
.statusplus dt {
    margin: 0;
    padding: 0
}

.statusplus dt b {
    position: absolute;
    left: 0;
    top: .5em;
    color: #888;
    font-weight: 400;
    width: 100px
}

.statusplus .statusplus-cat {
    color: #999
}

.statusplus .statusplus-current {
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: .9em;
    max-width: 150px;
    font-size: 13px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #fff;
    color: hsla(0, 0%, 100%, .9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.statusplus .statusplus-current.status-observation {
    background: #dc6200
}

.statusplus .statusplus-current.status-open {
    background: #bf3030
}

.statusplus .link-more {
    position: absolute;
    top: 3.3em;
    right: 40px
}

.support-add-box {
    margin-bottom: 40px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.support-add-box .box-content {
    padding: 30px 40px 20px;
    background: #f5f5f5;
    min-height: 230px;
    border-top: 10px solid #e5e5e5
}

.box-content-1 {
    margin-right: 20px
}

.box-content-2 {
    margin-left: 20px
}

.support-add-box h3 {
    margin: 0
}

.support-add-box .spez {
    margin-top: -.2em;
    font-style: normal;
    color: #777
}

.support-add-box h3 {
    font-family: myriad-pro-semi-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px
}

.support-add-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.support-add-box li {
    display: inline
}

.formindex-item {
    margin-bottom: 1.5em
}

.formindex-item-content h4 {
    margin: 0 0 .4em;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    font-weight: 400
}

.formindex-item-list {
    margin: 0 0 1em;
    padding: 0;
    list-style: none
}

.formindex-item-list li {
    margin: 0 0 .2em;
    padding-left: 15px;
    line-height: 1.3;
    position: relative;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.formindex-item-list li:before {
    content: "\f0f6";
    content: "\f105";
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #aaa;
    position: absolute;
    top: .09em;
    left: .2em
}

.formindex-item-list-pdf {
    margin: 0;
    padding: 0;
    list-style: none
}

.formindex-item-list-pdf li {
    padding-left: 15px;
    position: relative;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.formindex-item-list-pdf li:before {
    content: "\f0f6";
    content: "\f105";
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #aaa;
    position: absolute;
    top: .09em;
    left: .2em
}

.about-intro {
    margin: 0 auto 1.3em;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.6;
    color: #666;
    max-width: 700px;
    text-align: center
}

.wf-active .about-intro {
    font-size: 22px;
    line-height: 1.3;
    color: #444
}

.wf-active .about-intro i {
    font-style: normal
}

.container-data {
    margin-top: -.5em;
    margin-bottom: 4em
}

.container-data-inner {
    padding: 20px 4% 0px;
    background: #f3f3f3
}

.container-data-group {
    margin-bottom: 1em
}

.container-data dl {
    margin: 0;
    padding: 0
}

.container-data dt {
    float: left;
    color: #aaa;
    color: rgba(0, 0, 0, .3);
    width: 120px;
    text-align: right
}

.container-data dd {
    margin-left: 130px
}

.nav-team-wrap {
    margin: 1.5em 0;
    padding: 0 5%
}

.lt-ie8 .nav-team-wrap {
    display: none
}

.nav-team {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px
}

.nav-team li {
    float: left;
    width: 16.666666667%
}

.l-main .nav-team a {
    padding: 15px 0;
    display: block;
    width: 100%;
    float: left;
    line-height: 1.3;
    text-align: center;
    outline: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.l-main .nav-team li a {
    color: #aaa
}

.nav-team li a.active {
    color: #444
}

.l-main .nav-team li a:focus,
.l-main .nav-team li a:hover {
    color: #777
}

.nav-team i {
    display: block;
    margin: 0 auto 7px;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    color: #ccc
}

.nav-team a.active i {
    color: #46494f
}

.teammembers {
    margin: 0 0 3em;
    padding: 0;
    list-style: none;
    clear: both;
    position: relative
}

.teammember-pic {
    padding-top: 20px;
    height: 140px
}

.teammember-pic.pic-xl {
    padding-top: 10px;
    height: 150px
}

.teammember-pic img {
    margin: 0 auto 2px;
    display: block
}

.teammember {
    margin: 0;
    float: left;
    min-height: 235px;
    width: 25%
}

.teammember dl {
    line-height: 1.2
}

.teammember-name {
    font-weight: 600
}

.teammember-function,
.teammember-name {
    margin: 0;
    padding: 0 5px;
    text-align: center
}

.teammember-function {
    font-size: 14px;
    color: #888;
    line-height: 1.2
}

.about-rows {
    border: 1px solid #eee;
    border-width: 1px 0;
    margin-bottom: 4em;
    padding: 1em 0
}

.about-item {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center
}

.about-item-img {
    margin-bottom: .5em
}

.about-item p {
    margin: 0 10% 1em;
    color: #aaa;
    font-style: italic
}

.text-illu {
    margin: 0 0 20px;
    padding: 35px 40px 40px;
    background: #f3f3f3
}

.text-illu.last {
    margin-bottom: 4em
}

.text-illu-img {
    margin-top: 4px;
    padding: 15px 10px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right
}

.text-illu-img img {
    margin: 0;
    padding: 0;
    display: block
}

.text-illu-body {
    margin-right: 230px
}

.text-illu-body h3 {
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 20px
}

.memberships {
    margin: 4em 0
}

.media {
    margin: 0 14% 5em
}

.logo-download {
    border: 1px solid #ddd;
    border-width: 1px 1px 0;
    position: relative;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .05)
}

.logo-download ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    margin-left: -1px;
    background: #f3f3f3
}

.logo-download .logo {
    margin: 45px 50px
}

.logo-download li {
    float: left;
    width: 33.33333333%;
    text-align: center
}

.logo-download a {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    float: left;
    text-align: center;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.logo-download a:focus,
.logo-download a:hover {
    background: #fff
}

.upstream-img-wrap {
    margin: 1em auto 2em;
    padding: 20px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .06);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .06);
    max-width: 816px
}

.footer {
    margin: 0 auto;
    padding: 30px 0 35px;
    /*max-width: 1040px;*/
    position: relative;
    font-size: 14px;
    line-height: 17px
}

.lt-ie9 .footer {
    min-width: 740px
}

.footer-wrap-04 {
    padding: 0 40px;
    background: #f3f3f3
}

.footer-wrap-04 .footer {
    padding-top: 15px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    color: #666
}

.copyright p {
    margin: 0;
    float: left
}

.copyright ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    float: right
}

.copyright li {
    margin: 0 0 0 20px;
    float: left
}

.copyright li a {
    color: #666
}

.copyright li a:hover {
    color: #333
}

.footer-wrap-05 {
    color: #444;
    padding: 0 40px;
    background: #f3f3f3
}

.footer-wrap-05-search,
.footer-wrap-05-start {
    border-top: 1px solid #ddd
}

.lt-ie8 .footer-wrap-05 {
    zoom: 1
}

.footer-wrap-05 .footer {
    color: #444;
    border-top: 1px solid #ddd
}

.footer-wrap-05-search .footer,
.footer-wrap-05-start .footer {
    border: none
}

.footer-wrap-05 .col {
    margin: 0 2.255319149% 0 0;
    float: left
}

.footer-wrap-05 .col-3 {
    margin-right: 0
}

.footer-wrap-05 .col-1,
.footer-wrap-05 .col-3 {
    width: 28%
}

.footer-wrap-05 .col-2 {
    width: 39%
}

.footer-wrap-05 h3 {
    margin-bottom: .8em;
    font-weight: 300;
    line-height: 1.1;
    font-size: 22px;
    color: #333
}

.js .n-certificate {
    visibility: hidden
}

.n-certificate img {
    margin: 0 10px 10px 0;
    float: left
}

.n-certificate a.cert-link {
    padding-top: .1em;
    display: block;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    outline: 0;
    color: #444;
    line-height: 1.5
}

.footer-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-list li {
    margin: 0;
    padding: 0;
    color: #444;
    line-height: 1.6
}

.footer-list li:hover [class*=" icon-"],
.footer-list li:hover [class^=icon-] {
    color: #488cdb
}

.footer-list li a {
    color: #444
}

[class*=" icon-"],
[class^=icon-] {
    font-family: help3;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 2px;
    font-size: 16px;
    color: #222;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -.09em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon-iconmonstr-email-icon:before {
    content: "\e600"
}

.icon-mobile:before {
    content: "\e601"
}

.icon-lifebuoy:before {
    content: "\e604"
}

.lt-ie8 .footer-list li span {
    display: none
}

.footer-list .fa {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px
}

.footer-list .link-twitter:hover .fa {
    color: #1da1f2
}

.footer-list .link-fb:hover .fa {
    color: #3b5ca0
}

.l-page-error {
    padding: 20px 0 40px
}

.debug-information-content {
    padding: 30px;
    width: 100%;
    overflow: auto;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 8px rgba(0, 0, 0, .1) inset;
    box-shadow: inset -1px -1px 8px rgba(0, 0, 0, .1)
}

.msg {
    margin: 1.5em 0;
    padding: 20px 40px 20px 50px;
    position: relative
}

.msg:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 20px
}

.msg p {
    margin-bottom: 0
}

.msg-success {
    color: #6ea629;
    background: #e9f1df
}

.msg-success:after {
    content: "\f00c"
}

.msg-error {
    color: #bf3030;
    background: #f5e1e1
}

.msg-error:after {
    content: "\f071"
}

.msg-note {
    color: #b58315;
    background: #fff0cf
}

.msg-note:after {
    content: "\f05a"
}

.domain-advantage-list {
    margin: 0 0 1.5em;
    padding: 15px 20px;
    list-style: none;
    background: #f5f5f5
}

.domain-advantage-list li {
    padding: 20px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.domain-advantage-list h4 {
    margin-bottom: .1em;
    font-size: 16px
}

.affected-domain-list {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5
}

.affected-domain-list li {
    border-bottom: 1px solid #e5e5e5;
    padding: .3em;
    padding-left: 25px;
    position: relative
}

.affected-domain-list li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    top: .3em;
    left: 10px;
    color: #488cdb;
    color: #aaa
}

.l-sidebar {
    padding: 45px 40px 35px;
    border: 1px solid #ddd;
    border-width: 1px 0 0;
    background: #f3f3f3
}

.nav-sub {
    margin: 0 auto;
    padding: 30px 0 0;
    padding: 0;
    position: relative;
    max-width: 1040px;
    font-size: 13px
}

.wf-active .nav-sub {
    font-size: 14px
}

.lt-ie9 .nav-sub {
    min-width: 740px
}

.nav-sub ul {
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none
}

.nav-sub li {
    float: left;
    width: 25%;
    text-transform: uppercase
}

.nav-sub ul li li,
.nav-sub ul li li li {
    float: none;
    width: 100%;
    text-transform: none
}

.nav-sub ul ul {
    margin: 0
}

.lt-ie8 .nav-sub ul ul,
.nav-sub ul ul {
    list-style: none
}

.nav-sub ul ul ul {
    margin-left: 15px;
    list-style: none
}

.nav-sub a {
    margin-bottom: .4em;
    text-decoration: none;
    display: block;
    color: #333
}

.nav-sub ul ul a {
    color: #888
}

.nav-sub ul ul ul a {
    color: #999
}

.nav-sub ul a:focus,
.nav-sub ul a:hover {
    color: #777
}

.nav-sub ul ul a:focus,
.nav-sub ul ul a:hover {
    color: #222
}

.nav-sub ul a.active {
    color: #111
}

.nav-sub ul a.active:hover {
    color: #777
}

.additional-wrap {
    margin-bottom: -1px;
    padding: 0 40px;
    background: #f3f3f3
}

.additional {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #ddd
}

.lt-ie9 .additional {
    min-width: 740px
}

.additional .statusbox {
    margin: 40px 0;
    padding: 0;
    font-size: 14px;
    width: 50%;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lt-ie8 .additional .statusbox {
    width: 48.8%
}

.additional .statusbox h3 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 24px
}

.additional .statusbox-header .link-to-twitter {
    position: absolute;
    top: .4em;
    right: 40px;
    display: none
}

.additional .statusbox ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.additional .statusbox li {
    margin: 0 0 6px;
    padding: 0 0 6px
}

.additional .statusbox li a {
    color: #777;
    display: block
}

.additional .statusbox li a:focus,
.additional .statusbox li a:hover {
    color: #222;
    text-decoration: none
}

.additional .statusbox li b {
    display: block;
    color: #444
}

.status-rz.green a,
.status-rz.green i {
    color: #6ea629
}

.status-rz.red a,
.status-rz.red i {
    color: #bf3939
}

.status-rz.orange a,
.status-rz.orange i {
    color: #dc6200
}

.status-rz.green a:hover {
    color: #a1c574
}

.status-rz.orange a:hover {
    color: #e89959
}

.status-rz.red a:hover {
    color: #d57e7e
}

.commissions {
    margin: 1em 0;
    padding: .9em 0;
    border: 1px solid #e3e3e3;
    border-width: 1px 0
}

.commissions-item {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.commissions-item dt {
    font-weight: 600;
    margin: 0;
    padding: 0
}

.commissions-item dd {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 15px
}

.commissions-note {
    font-size: 14px;
    color: #aaa;
    font-style: italic
}

.columnizer {
    margin-bottom: 2em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

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

.intro {
    margin-bottom: 1.6em;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.6;
    color: #666
}

.wf-active .intro {
    font-size: 22px;
    line-height: 1.5;
    color: #444
}

.claim {
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.6;
    color: #666
}

.wf-active .claim {
    font-size: 22px;
    line-height: 1.5;
    color: #444
}

.security-presentation {
    margin-bottom: 2em;
    padding: 1em 0;
    border: 1px solid #e3e3e3;
    border-width: 1px 0;
    text-align: center
}

.xtra-margin-bottom {
    margin-bottom: 3em
}

.about-intro {
    font-size: 19px;
    line-height: 1.5
}

.wf-active .about-intro {
    font-size: 20px;
    line-height: 1.4
}

.center {
    text-align: center
}

.nowrap {
    white-space: nowrap
}

ul.blanklist {
    padding-left: 0;
    list-style: none
}

ul.inline li {
    display: inline
}

.float-r {
    float: right
}

.float-l {
    float: left
}

.fallback-text {
    position: absolute;
    top: 0;
    left: -999em
}

input.placeholder {
    color: #aaa
}

:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #aaa
}

.hidden-submit-button {
    display: none
}

.unstyled-list {
    list-style: none;
    padding-left: 0
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.lt-ie7 .l-footer,
.lt-ie7 .l-main {
    position: relative
}

.theme-blue h2 {
    color: #488cca;
    color: #336cce;
    color: #1a3668;
    color: #488cdb
}

.theme-blue .l-main a {
    color: #488cca
}

.theme-blue .l-main a:focus,
.theme-blue .l-main a:hover {
    color: #88b4dc
}

.theme-blue .pagination li a.active {
    background: #488cca
}

.theme-blue .product-header h3 {
    color: #fff;
    background: #488cca
}

.theme-blue .product-header h3 a {
    color: #fff
}

.theme-blue .product-content {
    background: #e3edf7
}

.theme-blue .nav-main a.active {
    color: #488cca;
    color: #fff
}

.theme-purple .l-main a,
.theme-purple .l-main h2 {
    color: #846ca6
}

.theme-purple .l-main a:focus,
.theme-purple .l-main a:hover {
    color: #af9fc5
}

.theme-purple .pagination li a.active {
    background: #846ca6
}

.theme-purple .product-header h3 {
    color: #fff;
    background: #846ca6
}

.theme-purple .product-header h3 a {
    color: #fff
}

.theme-purple .product-content {
    background: #ece9f1
}

.theme-purple .nav-main a.active {
    color: #846ca6;
    color: #fff
}

.theme-green .l-main a,
.theme-green .l-main h2 {
    color: #6ea629
}

.theme-green .l-main a:focus,
.theme-green .l-main a:hover {
    color: #a1c574
}

.theme-green .pagination li a.active {
    background: #6ea629
}

.theme-green .product-header h3 {
    color: #fff;
    background: #6ea629
}

.theme-green .product-header h3 a {
    color: #fff
}

.theme-green .product-content {
    background: #e9f1df
}

.theme-green .nav-main a.active {
    color: #6ea629;
    color: #fff
}

.theme-red .l-main a,
.theme-red .l-main h2 {
    color: #bf3939
}

.theme-red .l-main a:focus,
.theme-red .l-main a:hover {
    color: #d57e7e
}

.theme-red .pagination li a.active {
    background: #bf3939
}

.theme-red .product-header h3 {
    color: #fff;
    background: #bf3939
}

.theme-red .product-header h3 a {
    color: #fff
}

.theme-red .product-content {
    background: #f5e1e1
}

.theme-red .nav-main a.active {
    color: #bf3939;
    color: #fff
}

.theme-orange .l-main a,
.theme-orange .l-main h2 {
    color: #dc6200
}

.theme-orange .l-main a:focus,
.theme-orange .l-main a:hover {
    color: #e89959
}

.theme-orange .pagination li a.active {
    background: #dc6200
}

.theme-orange .product-header h3 {
    color: #fff;
    background: #dc6200
}

.theme-orange .product-header h3 a {
    color: #fff
}

.theme-orange .product-content {
    background: #fae7d8
}

.theme-orange .nav-main a.active {
    color: #dc6200;
    color: #fff
}

.theme-blue .l-header-wrap {
    background: #1a3668
}

.theme-purple .l-header-wrap {
    background: #846ca6;
    background: #7e62a6
}

.theme-green .l-header-wrap {
    background: #6ea629
}

.theme-orange .l-header-wrap {
    background: #dc6200
}

.theme-red .l-header-wrap {
    background: #bf3939;
    background: #bf3030
}

.theme-purple .nav-add ul ul {
    background: #9179b3
}

.theme-blue .nav-add ul ul {
    background: #3c547f
}

.theme-green .nav-add ul ul {
    background: #84b349
}

.theme-orange .nav-add ul ul {
    background: #e17926
}

.theme-red .nav-add ul ul {
    background: #c94f4f
}

.theme-purple .nav-add li.sfHover>a.sf-with-ul {
    background: #9179b3
}

.theme-blue .nav-add li.sfHover>a.sf-with-ul {
    background: #3c547f
}

.theme-green .nav-add li.sfHover>a.sf-with-ul {
    background: #84b349
}

.theme-orange .nav-add li.sfHover>a.sf-with-ul {
    background: #e17926
}

.theme-red .nav-add li.sfHover>a.sf-with-ul {
    background: #c94f4f
}

.theme-purple .nav-add li.sfHover>a.sf-with-ul:hover {
    background: #9179b3
}

.theme-blue .nav-add li.sfHover>a.sf-with-ul:hover {
    background: #3c547f
}

.theme-green .nav-add li.sfHover>a.sf-with-ul:hover {
    background: #84b349
}

.theme-orange .nav-add li.sfHover>a.sf-with-ul:hover {
    background: #e17926
}

.theme-red .nav-add li.sfHover>a.sf-with-ul:hover {
    background: #c94f4f
}

.theme-purple button {
    background: #7e62a6
}

.theme-red button {
    background: #bf3030
}

.theme-green button {
    background: #6ea629
}

.theme-orange button {
    background: #dc6200
}

.theme-blue .tabs-wrap h2,
.theme-green .tabs-wrap h2,
.theme-orange .tabs-wrap h2,
.theme-purple .tabs-wrap h2,
.theme-red .tabs-wrap h2 {
    color: #333
}

.theme-blue .login-fallback .tabs-wrap h2 {
    color: #488cdb
}

.theme-blue .l-main a.close-all,
.theme-blue .l-main a.open-all,
.theme-green .l-main a.close-all,
.theme-green .l-main a.open-all,
.theme-orange .l-main a.close-all,
.theme-orange .l-main a.open-all,
.theme-purple .l-main a.close-all,
.theme-purple .l-main a.open-all,
.theme-red .l-main a.close-all,
.theme-red .l-main a.open-all {
    color: #888
}

.theme-blue .l-main a:hover.close-all,
.theme-blue .l-main a:hover.open-all,
.theme-green .l-main a:hover.close-all,
.theme-green .l-main a:hover.open-all,
.theme-orange .l-main a:hover.close-all,
.theme-orange .l-main a:hover.open-all,
.theme-purple .l-main a:hover.close-all,
.theme-purple .l-main a:hover.open-all,
.theme-red .l-main a:hover.close-all,
.theme-red .l-main a:hover.open-all {
    color: #aaa
}

.theme-purple .note-news {
    background: #eae2f6
}

.theme-orange .note-news {
    background: #fae7d8
}

.theme-blue .note-news {
    background: #e3edf7
}

.theme-green .note-news {
    background: #e9f1df
}

.theme-purple .note-news b {
    background: #7e62a6
}

.theme-orange .note-news b {
    background: #dc6200
}

.theme-blue .note-news b {
    background: #488cca
}

.theme-green .note-news b {
    background: #6ea629
}

.theme-purple .l-main .prod-action-button a,
.theme-purple .l-main .prod-demo-button a {
    color: #fff;
    background: #7e62a6
}

.theme-orange .l-main .prod-action-button a {
    color: #fff;
    background: #dc6200
}

.theme-blue .l-main .prod-action-button a {
    color: #fff;
    background: #488cca
}

.theme-green .l-main .prod-action-button a {
    color: #fff;
    background: #6ea629
}

.theme-red .l-main .prod-action-button a {
    color: #fff;
    background: #bf3030
}

.theme-purple .l-main .prod-action-button a:hover {
    color: #fff;
    background: #785d9e;
    background-color: #8668b0
}

.theme-orange .l-main .prod-action-button a:hover {
    color: #fff;
    background: #d15d00;
    background-color: #e36600
}

.theme-blue .l-main .prod-action-button a:hover {
    color: #fff;
    background: #4485c0;
    background-color: #4b90d1
}

.theme-green .l-main .prod-action-button a:hover {
    color: #fff;
    background: #689e27;
    background-color: #73ad2b
}

.theme-red .l-main .prod-action-button a:hover {
    color: #fff;
    background: #b52e2e;
    background-color: #c73232
}

.theme-purple .l-main .prod-action-button a:active {
    background-color: #785d9e
}

.theme-orange .l-main .prod-action-button a:active {
    background-color: #cf5d00
}

.theme-blue .l-main .prod-action-button a:active {
    background-color: #4584bf
}

.theme-green .l-main .prod-action-button a:active {
    background-color: #679c27
}

.theme-red .l-main .prod-action-button a:active {
    background-color: #b52d2d
}

.theme-purple .form-steps-v3 .active,
.theme-purple .form-steps-v3 .done {
    background: #7e62a6
}

.theme-green .form-steps-v3 .active,
.theme-green .form-steps-v3 .done {
    background: #6ea629
}

.theme-orange .form-steps-v3 .active,
.theme-orange .form-steps-v3 .done {
    background: #dc6200
}

.theme-red .form-steps-v3 .active,
.theme-red .form-steps-v3 .done {
    background: #bf3939
}

.theme-blue .form-steps-v3 .active,
.theme-blue .form-steps-v3 .done {
    background: #488cdb
}

.placeholder {
    color: #aaa
}

.placeholderFocus {
    color: #333
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(/images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/images/fancybox/fancybox_loading.gif) 50% no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-close,
.fancybox-nav {
    position: absolute;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: transparent url(/images/fancybox/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(/images/fancybox/fancybox_sprite@2x.png);
        -webkit-background-size: 44px 152px;
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(/images/fancybox/fancybox_loading@2x.gif);
        -webkit-background-size: 24px 24px;
        background-size: 24px 24px
    }
}

#powerTip {
    cursor: default;
    padding: 13px 20px;
    position: absolute;
    background-color: #333;
    background-color: rgba(0, 0, 0, .9);
    color: #ddd;
    font-size: 14px;
    max-width: 180px;
    display: none;
    z-index: 9000
}

#powerTip:before {
    content: "";
    position: absolute
}

#powerTip.n:before,
#powerTip.s:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px
}

#powerTip.e:before,
#powerTip.w:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: -5px;
    top: 50%
}

#powerTip.n:before {
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, .8);
    bottom: -10px
}

#powerTip.e:before {
    border-right: 10px solid #333;
    border-right: 10px solid rgba(0, 0, 0, .8);
    left: -10px
}

#powerTip.s:before {
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, .8);
    top: -10px
}

#powerTip.w:before {
    border-left: 10px solid #333;
    border-left: 10px solid rgba(0, 0, 0, .8);
    right: -10px
}

#powerTip.ne:before,
#powerTip.se:before {
    border-right: 10px solid transparent;
    border-left: 0;
    left: 10px
}

#powerTip.nw:before,
#powerTip.sw:before {
    border-left: 10px solid transparent;
    border-right: 0;
    right: 10px
}

#powerTip.ne:before,
#powerTip.nw:before {
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, .8);
    bottom: -10px
}

#powerTip.se:before,
#powerTip.sw:before {
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, .8);
    top: -10px
}

#powerTip.ne-alt:before,
#powerTip.nw-alt:before,
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, .8);
    bottom: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 10px
}

#powerTip.ne-alt:before {
    left: auto;
    right: 10px
}

#powerTip.se-alt:before,
#powerTip.sw-alt:before {
    border-top: none;
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, .8);
    bottom: auto;
    top: -10px
}

#powerTip.se-alt:before {
    left: auto;
    right: 10px
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 3px #fff, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover,
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/chosen/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(/images/chosen/chosen-sprite.png) no-repeat 100% -20px;
    background: url(/images/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    -webkit-border-radius: 0;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    -webkit-border-radius: 0;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    -webkit-background-size: 100% 19px;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, .05);
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: inset 0 1px 0 #fff
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff url(/images/chosen/chosen-sprite.png) no-repeat -30px -20px;
    background: url(/images/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.form-global .has-error input[type=email],
.form-global .has-error input[type=number],
.form-global .has-error input[type=password],
.form-global .has-error input[type=tel],
.form-global .has-error input[type=text],
.form-global .has-error input[type=url],
.form-global .has-error select,
.form-global .has-error textarea {
 border-color:#bf3939;
 background-color:#f5e1e1
}
.form-global .has-error input[type=checkbox] {
	outline: 3px solid #bf3939 !important;
}
.form-global .has-error select {
 background-image:url(/images/svg/angle-down.svg),-webkit-gradient(linear,left top,left bottom,from(#f5e1e1),to(#f5e1e1));
 background-image:url(/images/svg/angle-down.svg),-webkit-linear-gradient(top,#f5e1e1,#f5e1e1);
 background-image:url(/images/svg/angle-down.svg),-o-linear-gradient(top,#f5e1e1 0,#f5e1e1 100%);
 background-image:url(/images/svg/angle-down.svg),linear-gradient(180deg,#f5e1e1 0,#f5e1e1)
}
.form-global .has-error input[type=email]:focus,
.form-global .has-error input[type=password]:focus,
.form-global .has-error input[type=tel]:focus,
.form-global .has-error input[type=text]:focus,
.form-global .has-error input[type=url]:focus,
.form-global .has-error select:focus,
.form-global .has-error textarea:focus {
 border-color:#bf3939;
 background-color:#fff;
 -webkit-box-shadow:0 0 0 .2em rgba(191,57,57,.1);
 box-shadow:0 0 0 .2em rgba(191,57,57,.1)
}
.form-global .has-error select:focus {
 background-image:url(/images/svg/angle-down.svg),-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
 background-image:url(/images/svg/angle-down.svg),-webkit-linear-gradient(top,#fff,#fff);
 background-image:url(/images/svg/angle-down.svg),-o-linear-gradient(top,#fff 0,#fff 100%);
 background-image:url(/images/svg/angle-down.svg),linear-gradient(180deg,#fff 0,#fff)
}

@media only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(/images/chosen/chosen-sprite@2x.png)!important;
        -webkit-background-size: 52px 37px!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

.chosen-container-multi .chosen-choices {
    border-color: #ccc;
    background-color: #fff;
    background-image: none;
    padding-top: 2px;
    padding-bottom: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 2px 5px 2px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #bbb;
    max-width: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f3f3f3;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    line-height: 13px
}

.chosen-container .chosen-results li.highlighted {
    background: #488cdb
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff
}

#mgnlhp {
    display: none;
}

@media print {
    body {
        margin: 1cm;
        padding: 0
    }
    *,
    :after,
    :before,
    :first-letter,
    blockquote:first-line,
    div:first-line,
    li:first-line,
    p:first-line {
        background: transparent!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    .form-order-overview fieldset,
    .order-summary-sticky,
    fieldset,
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3,
    h4,
    h5 {
        page-break-after: avoid
    }
    .header-wrapper,
    .header-wrapper-search,
    .header-wrapper-start,
    .l-header {
        height: auto
    }
    .l-content-wrap,
    .l-content-wrap-home,
    .l-content-wrap-search,
    .l-header-wrap-inner {
        margin: 0;
        padding: 0
    }
    .l-main,
    .l-main-home {
        min-height: 0
    }
	.userinfo {
		display: none
	}
    .site-logo {
        margin: 0;
        padding: 0;
        float: none;
        width: auto
    }
    .site-logo img {
        display: none
    }
    .site-logo:after {
        content: url(/images/logo-print.png)
    }
    .wf-active h2,
    h2 {
        margin-bottom: 0;
        font-size: 20pt
    }
    .l-main,
    .l-main-home,
    .wf-active .l-main,
    .wf-active .l-main-home {
        font-size: 10pt
    }
    .additional-wrap,
    .copyright ul,
    .footer-wrap-04,
    .footer-wrap-05,
    .form-control,
    .form-steps-v3,
    .help-tip,
    .l-sidebar,
    .nav-add,
    .nav-main-sub-wrap,
    .nav-main-sub-wrap.sticky,
    .nav-sub-top,
    .nav-toggle,
    .nav-wrap,
    .print-it,
    .sitesearch,
    .support-tel,
    form dt abbr,
    input[type=range] {
        display: none
    }
    .l-content-wrap {
        padding: 0
    }
    .form-order fieldset {
        padding-top: 1.2em;
        padding-bottom: 0;
        border: none
    }
    .form-order dt {
        float: none;
        width: auto;
        margin-bottom: 1em;
        font-size: 11pt
    }
    .form-order dd {
        margin-left: 0
    }
    .form-order dd .form-note,
    .form-order dd .input-note,
    .form-order dd .note-fallback {
        max-width: 100%
    }
    .form-2-columns {
        margin-top: 0
    }
    .form-2-columns>div {
        width: 100%!important
    }
    .form-column-1 {
        float: none;
        width: auto;
        padding-right: 0
    }
    .form-column-2,
    .form-column-2.is_stuck {
        float: none!important;
        width: 100%!important;
        position: static!important;
        clear: both!important
    }
    .form-column-2 .calculation-sticky,
    .stickyelement {
        top: 0!important;
        position: static!important;
        clear: both!important;
        width: 100%!important
    }
    .order-summary-sticky {
        margin: 0 0 1em;
        padding: 0;
        border: none;
        background: transparent;
        width: 100%!important
    }
    .order-summary-sticky h4 {
        margin-bottom: .25em;
        font-size: 12pt;
        font-weight: 700;
        color: #000
    }
    .order-summary-sticky table {
        margin: 0 0 2em;
        border-bottom: 2pt solid #000
    }
    .order-summary-sticky .tr-total td,
    .order-summary-sticky .tr-total th {
        border-color: #000;
        padding-top: .3em;
        padding-bottom: .3em
    }
    .order-summary-sticky td,
    .order-summary-sticky th {
        padding: .3em 5px .3em 0;
        font-size: 10pt;
        border-top: 1pt solid #000
    }
    .preset-optons-wrap {
        padding-top: 0
    }
    .wf-active .preset-options-wrap h3 {
        font-size: 16pt
    }
    .preset-options {
        margin: 0 0 2.4em;
        padding: 0
    }
    .preset-options li a {
        opacity: .2
    }
    .preset-options li a.active {
        opacity: 1
    }
    .form-order .range-group {
        border: 0;
        padding: 0;
        margin: 0 0 1.5em
    }
    .range-group dl {
        border-top: 1px solid #000;
        margin: 0;
        padding: .3em 0
    }
    .range-group dt {
        float: left;
        margin-bottom: 0
    }
    .range-group dt i.info {
        display: inline;
        line-height: 1.5;
        font-size: 11pt
    }
    .range-group dt i.info:before {
        content: "("
    }
    .range-group dt i.info:after {
        content: ")"
    }
    .range-group dl:last-child {
        border-bottom: 1pt solid #000
    }
    .range-group select {
        margin-top: -4px;
        padding: 4px;
        padding-right: 0;
        background: #fff;
        border: 0;
        text-align: right;
        width: auto;
        font-weight: 700
    }
    li.form-cols {
        border-top: 1pt solid #000
    }
    li.form-cols:last-child {
        padding-bottom: .8em
    }
    .form-order-overview fieldset h3,
    li.form-cols:last-child {
        border-bottom: 1pt solid #000
    }
    .form-order-overview h3,
    .wf-active .form-order-overview h3 {
        font-size: 16pt
    }
    .form-order-overview .form-item {
        padding-left: 0
    }
    .form-order-overview dl {
        border-bottom: 1pt solid grey
    }
    .form-order .form-order-overview dt {
        float: left;
        width: 4cm;
        margin-bottom: 0;
        font-size: 11pt
    }
    .form-order .form-order-overview dd {
        margin-left: 4.5cm
    }
}

@media screen and (max-width:1060px) {
    .impressions .bx-prev {
        left: -65px
    }
    .impressions .bx-next {
        right: -66px
    }
}

@media screen and (max-width:950px) {
    .nav-sub-top ul {
        padding-right: 0
    }
    .table-server .td-order {
        padding-left: 10px;
        padding-right: 10px
    }
    .tlds-list li {
        width: 12.5%
    }
}

@media screen and (max-width:850px) {
    .search-input input {
        margin: 1em 0;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px
    }
    .support-article-tags-form button {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px
    }
    .prod-reason-v2 .fleft,
    .prod-reason-v2 .fright,
    .prod-reason .fleft,
    .prod-reason .fright {
        float: none;
        width: auto
    }
    .prod-reason-v2 .fleft.prod-reason-list {
        margin-bottom: 0
    }
}

@media screen and (max-width:820px) {
    .nav-main-list li {
        margin-left: 25px
    }
    .nav-sub-top li {
        margin-right: 15px
    }
    .prod-highlight-price,
    .prod-highlight-storage,
    .prod-price {
        font-size: 32px
    }
    .wf-active .prod-highlight-price,
    .wf-active .prod-highlight-storage,
    .wf-active .prod-price {
        font-size: 34px
    }
    .prod-highlight-price span,
    .prod-price span {
        font-size: 14px
    }
    .featured-inner {
        padding-left: 40px;
        padding-right: 40px
    }
    .tabs-wrap button {
        padding-left: 15px;
        padding-right: 15px
    }
    .tabs-wrap .forgot-pw {
        margin-left: 10px;
        font-size: 14px
    }
    .table-server .order {
        font-size: 15px;
        text-transform: none
    }
    .form-support,
    .form-support dd input[type=email],
    .form-support dd input[type=password],
    .form-support dd input[type=tel],
    .form-support dd input[type=text],
    .form-support dd input[type=url],
    .form-support dd select,
    .form-support dd textarea {
        width: 100%
    }
    .form-support dd .input-info,
    .form-support dd i.info {
        max-width: 100%
    }
    dd.form-cols .form-col-1 input[type=email],
    dd.form-cols .form-col-1 input[type=tel],
    dd.form-cols .form-col-1 input[type=text],
    dd.form-cols .form-col-1 input[type=ulr],
    dd.form-cols .form-col-1 textarea {
        width: 100%
    }
    dd.form-cols .form-col-1 select {
        width: auto
    }
    .table-zebra td,
    .table-zebra th {
        padding: 15px;
        border: 1px solid #d9d9d9;
        border-width: 0 0 1px 1px
    }
    .nav-team {
        font-size: 14px
    }
    .form-2-columns-intro,
    .form-column-1 {
        width: 100%;
        float: none
    }
    .form-column-1 {
        padding-right: 0
    }
    .form-column-2 {
        position: static;
        width: auto;
        float: none
    }
    .home-feat-slide {
        min-height: 360px
    }
    .mb-sub {
        height: 34px
    }
    .mb-sub-top {
        height: 34px;
        -webkit-border-radius: 0 0 44px 44px;
        border-radius: 0 0 44px 44px
    }
    .helping-hand li {
        width: 100%;
        float: none
    }
    .nav-team-wrap {
        padding: 0
    }
    .tlds-list li {
        width: 16.66666667%
    }
    .form-domaincheck #form_domain_product_name {
        width: 70%
    }
    .form-domaincheck .select-wrap {
        width: 30%
    }
}

@media screen and (max-width:740px) {
	#resultCount {
		padding-top: 5px;
	}
    .l-header-wrap {
        position: static;
        border-top: 35px solid rgba(0, 0, 0, .08)
    }
    .l-header-wrap-inner {
        padding: 0 20px
    }
    .l-content-wrap-search {
        padding-top: 20px
    }
    .l-header {
        min-height: 60px
    }
	.streaming-caption {
		display: none;
	}
	.streaming-header {
		min-height: 40px;
	}	
    .header-wrapper,
    .header-wrapper-search,
    .header-wrapper-start,
    .l-header {
        height: auto
    }
    .l-main {
        min-height: 0;
        padding-top: 0
    }
	.userinfo {
		display: none
	}
    .site-logo {
        position: absolute;
        top: -25px;
        left: 0
    }
    .site-logo img {
        /*width: 150px*/
        height: 40px;
    }
    .nav-add {
        position: absolute;
        top: -74px;
        right: -40px
    }
    .nav-add li {
        margin: 0
    }
    .nav-add a {
        line-height: 29px
    }
    .nav-add ul ul {
        display: none
    }
    .support-tel {
        padding: 0;
        line-height: 35px;
        border: none;
        position: absolute;
        top: -76px;
        left: 0
    }
    .wf-active .support-tel {
        top: -66px
    }
    .sitesearch {
        padding: 60px 0 18px;
        position: static;
        top: 0;
        right: 0;
        width: auto
    }
    .sitesearch-icon {
        display: none
    }
    .sitesearch-icon-mobile {
        display: block;
        position: absolute;
        top: 16px;
        right: 43px;
        width: 23px
    }
    .sitesearch-icon-mobile img {
        max-width: 100%
    }
    .no-js .sitesearch-icon-mobile {
        display: none
    }
    .no-js .sitesearch {
        display: block
    }
    .sitesearch input {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 35px;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
        height: auto;
        font-size: 16px
    }
    .sitesearch-cancel {
        display: none
    }
    .nav-main-sub-wrap {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .nav-main-sub-wrap.sticky {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .theme-blue .nav-wrap,
    .theme-green .nav-wrap,
    .theme-orange .nav-wrap,
    .theme-purple .nav-wrap,
    .theme-red .nav-wrap {
        background-color: #fff;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .theme-blue .sticky .nav-wrap,
    .theme-green .sticky .nav-wrap,
    .theme-orange .sticky .nav-wrap,
    .theme-purple .sticky .nav-wrap,
    .theme-red .sticky .nav-wrap {
        background-color: #fff
    }
    .nav-main {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #c5c5c5;
        position: relative;
        z-index: 700
    }
    .nav-main-list li {
        float: none;
        margin-left: 0;
        border-top: 1px solid #c5c5c5;
        font-size: 17px
    }
    .nav-main-list li.first {
        border: none
    }
    .nav-main-list a {
        padding: 10px 20px;
        float: none;
        line-height: normal;
        line-height: 1.5;
        display: block;
        color: #444
    }
    .theme-blue .nav-main a.active {
        color: #488cca
    }
    .theme-purple .nav-main a.active {
        color: #846ca6
    }
    .theme-green .nav-main a.active {
        color: #6ea629
    }
    .theme-red .nav-main a.active {
        color: #bf3939
    }
    .theme-orange .nav-main a.active {
        color: #dc6200
    }
    .nav-main-list a.active:before {
        border: none
    }
    .nav-main-list a:hover {
        background: #f8f8f8;
        color: #111
    }
    .nav-sub-top {
    	##display: none
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #c5c5c5;
        position: relative;
        z-index: 700
    }    
    .nav-sub-list li {
        float: none;
        margin-left: 0;
        border-top: 1px solid #c5c5c5;
        font-size: 17px
    }
    .nav-sub-list li.first {
        border: none
    }    
    .nav-sub-list a {
        padding: 10px 20px;
        float: none;
        line-height: normal;
        line-height: 1.5;
        display: block;
        color: #444
    }    
    .l-sidebar {
        margin: 0;
        padding: 0;
        border: none;
        background: #252525
    }
    .nav-sub {
        margin-left: 0;
        margin-right: 0;
        font-size: 15px
    }
    .wf-active .nav-sub {
        font-size: 16px
    }
    .nav-sub li {
        text-transform: none
    }
    .nav-sub li,
    .nav-sub ul li li {
        float: none;
        width: 100%
    }
    .nav-sub ul ul {
        margin-left: 0;
        margin-bottom: 0;
        list-style: none
    }
    .nav-sub ul ul ul {
        margin-left: 0
    }
    .nav-sub ul ul a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: #666;
        color: hsla(0, 0%, 100%, .5);
        padding-right: .5em
    }
    .nav-sub a {
        margin: 0;
        padding: 12px 20px;
        display: block;
        border-bottom: 1px solid hsla(0, 0%, 100%, .07);
        color: #aaa;
        color: hsla(0, 0%, 100%, .6)
    }
    .nav-sub li li a {
        background: none;
        color: #666;
        color: hsla(0, 0%, 100%, .6)
    }
    .nav-sub ul a.active {
        font-weight: 600
    }
    .nav-sub ul ul a {
        padding-left: 25px
    }
    .nav-sub ul ul ul a {
        padding-left: 50px
    }
    .nav-sub ul a.active,
    .nav-sub ul a.active:hover,
    .nav-sub ul a:focus,
    .nav-sub ul a:hover,
    .nav-sub ul ul a:focus,
    .nav-sub ul ul a:hover {
        color: #fff
    }
    .switch-transfer {
        padding-top: 45px;
        padding-bottom: 35px
    }
    .note-news {
        margin-top: -10px
    }
    h2 {
        font-size: 40px
    }
    .wf-active h2 {
        font-size: 40px
    }
    .l-content-wrap,
    .l-content-wrap-home,
    .l-content-wrap-search {
        padding-left: 10px;
        padding-right: 10px
    }
    .l-cols2 .l-col0 .l-col-content {
        margin-right: 10px
    }
    .l-cols2 .l-col1 .l-col-content {
        margin-left: 10px
    }
    .tabs-wrap {
        padding-left: 20px;
        padding-right: 20px
    }
    .service-content {
        margin-bottom: 20px
    }
    .news-item {
        padding-left: 140px
    }
    .news-entry {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        padding-bottom: 0
    }
    .news-entry-date {
        position: static;
        margin-bottom: 2em;
        padding: .5em 0;
        border: 1px solid #eee;
        border-width: 1px 0;
        font-size: 15px;
        color: #aaa;
        width: auto;
        text-align: left
    }
    .news-entry-date i {
        display: none
    }
    .service-content,
    .service-header {
        padding-left: 20px;
        padding-right: 20px
    }
    .search-help-first,
    .search-help-second {
        float: none;
        width: auto
    }
    .search-help-first form {
        margin-right: 0;
        margin-bottom: 1em
    }
    .search-help-second form {
        margin-left: 0
    }
    ul.catoverview {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .support-box {
        margin-bottom: 20px
    }
    .support-box-online {
        padding-right: 17px
    }
    .support-box-email {
        padding: 0 3px
    }
    .support-box-tel {
        padding-left: 17px
    }
    .l-main .statusbox {
        margin-bottom: 20px
    }
    .box-content-1 {
        margin-right: 10px
    }
    .box-content-2 {
        margin-left: 10px
    }
	.service-content .col {
		float: none;
	}
	.service-content .col-1 {
		width: 100%;
	}
	.service-content .col-2 {
		width: 100%;
		padding: 20px 0 20px 0;
	}		
	.detail-content .label {
	  width: 100%;
	}
	.detail-content .value{
	  width: 100%;
	}
    .footer-wrap-05 {
        padding-left: 20px;
        padding-right: 20px
    }
    .footer-wrap-05 .col {
        margin-right: 0;
        padding: 15px 0;
        float: none;
        width: auto
    }
    .footer-wrap-05 .col-1 {
        margin: 0;
        background: transparent
    }
    .footer-wrap-05 .col-3 {
        margin-bottom: 0;
        border: none
    }
    .footer-wrap-05 .col-2 {
        border: 1px solid #ddd;
        border-width: 1px 0;
        margin: 0;
        padding: 15px 0
    }
    .footer-wrap-04 {
        padding: 0 20px
    }
    .l-main .nav-team li {
        width: 33.33333333%
    }
    .screenshot-box {
        margin: 0 -20px 1.5em;
        padding: 37px 20px 25px
    }
    .domaininfo h2 {
        padding: 5px 20px 10px
    }
    .domaininfo h3 {
        margin: 20px 20px 0
    }
    .domaininfo-item {
        margin: 0 20px 40px
    }
    .domaininfo-copy {
        margin: 0 20px 20px
    }
    .jumplink-content:before,
    .no-js .tab-content:before {
        height: auto;
        margin: 0
    }
    .support-article-filter-wrap:before {
        height: 20px;
        margin-top: 20px
    }
    .home-feat-wrap {
        padding: 0 20px
    }
    .home-feat-claim {
        font-size: 24px
    }
    .wf-active .home-feat-claim {
        font-size: 27px
    }
    .home-feat-claim b {
        font-size: 34px
    }
    .wf-active .home-feat-claim b {
        font-size: 38px
    }
    .mb {
        margin: 0 50px 7em
    }
    .mb-sub {
        height: 28px
    }
    .mb-sub-top {
        height: 28px;
        -webkit-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
        margin-left: -50px;
        margin-right: -50px
    }
    .impressions .bx-next,
    .impressions .bx-prev {
        display: none
    }
    .table-domains td,
    .table-domains th {
        padding: 10px 12px
    }
    .nav-domains-content:before,
    .tabs-ssl-content:before {
        height: 0;
        margin: 0
    }
    .support-article-search-top {
        padding-left: 10px
    }
    .support-article-search-top input {
        margin-top: .6em
    }
    .domain-advantage-list {
        padding: 10px
    }
    .support-article-header {
        padding: 20px
    }
    .support-article {
        padding: 20px;
        min-height: 0
    }
    .support-article-related {
        padding: 20px
    }
    .js .support-article .support-tabs {
        margin: 0 -20px;
        padding: 0 20px
    }
    .js .support-article .tab-content:before {
        height: 90px;
        margin: -90px 0 0
    }
	#content {
		padding-bottom: 10px;
	}
	.card .list-item-content {
		display: block;
		--padding: 1rem;
	}
	.timing-data-shape.square {
		display: flex;
		flex-direction: column;
		align-items: center;
		--border-radius: 2px;
		--height: 60px;
		width: 45px;
		justify-content: normal;
		--border: none;
		margin-right: 0.2rem;
		margin-top: 11px;
		margin-left: 0.2rem;
	}
	.list-item {
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 0.1rem;
		padding-top: 0.1rem;
	}
	.card {
		border-radius: 2px;
		/*border: 1px solid #dcdcdc;*/
		/*box-shadow: 6px 8px 6px -8px #c2c2c2;*/
	}
	.timing span {
		display: inline-block;
		margin-right: .5rem;
		justify-content: center;
	}
	.timing-data-shape span.number {
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: -0.75px;
	}
	.flex-1 {
		-flex: 1;
	}
	.flex-9 {
		--display: flex;
		width: 100%;
	}
	.flex-12 {
		display: flex;
		width: 100%;
		background-color: FFFF55;
	}
	.meta-data-wrap {
		margin: 0px;
	}
	.meta-data-text:first-of-type {
		font-weight: 500;
	}
	.meta-data-text {
		font-weight: 700;
		color: #4a4a4a;
	}
	.meta-data-text:nth-of-type(2) {
		padding-left: 0.75rem;
	}	
	.data-header {
		width: 23%;
		font-size: 0.75rem;
	}
	.data-header:nth-of-type(1) {
		width: 9%;
	}
	.data-header:nth-of-type(2) {
		width: 14%;
	}
	.data-row {
		width: 23%;
		font-size: 0.75rem;
	}
	.data-row:nth-of-type(1) {
		width: 9%;
	}
	.data-row:nth-of-type(2) {
		width: 14%;
	}	
	.truncate {
		--overflow: hidden;
		white-space: nowrap;
		--text-overflow: ellipsis;
		--width: 215px;
	}
	.timing-arrow-2 {
		margin-top: 12px;
		margin-left: 0.6rem;
		/*background: url(../assets/arrow_2-208ee8066cffb32b33a7574f20a28b2a.svg) no-repeat; */
		float: right;	
		transition: all .2s ease;
		--display: flex;
		--align-items: center;
	}	
		
}

@media screen and (min-width:741px) {
    .js .nav-collapse {
        position: relative
    }
    .js .nav-collapse.closed {
        max-height: none
    }
    .nav-toggle {
        display: none
    }
}

@media screen and (max-width:651px) {
    h2 {
        margin-bottom: .4em;
        font-size: 31px;
        line-height: 1.3
    }
    .wf-active h2 {
        font-size: 32px
    }
    .l-header-wrap-inner {
        padding-left: 20px;
        padding-right: 20px
    }
    .l-main-home {
        min-height: 0
    }
    .l-cols2 .l-col {
        margin-bottom: 2em;
        width: auto;
        float: none
    }
    .l-cols2 .l-col0 .l-col-content {
        margin-right: 0
    }
    .l-cols2 .l-col1 .l-col-content {
        margin-left: 0
    }
    .news-item-title {
        margin-bottom: .1em
    }
    .additional-wrap {
        padding: 0 20px
    }
    .statusbox {
        margin: 2em 0
    }
    .collapse-wrap-title {
        clear: both
    }
    .prod-feature-wrap.first {
        margin-bottom: -33px
    }
    .prod-highlight-storage {
        margin: 0 0 -33px
    }
    .note-news {
        margin-top: -10px
    }
    .features {
        text-align: center
    }
    .feature-item {
        margin: 0 0 3em;
        float: none;
        width: auto
    }
    .feature-item:first-child {
        padding-right: 0
    }
    .feature-item:last-child {
        padding-left: 0
    }
    .feature-item img {
        margin: 0 auto .7em;
        display: block;
        float: none
    }
    .feature-item h4,
    .feature-item p {
        margin: 0 15%
    }
    .feature-wsb {
        float: none;
        width: auto
    }
    .service-header {
        padding-top: 25px
    }
    .service-content,
    .ssl-intro {
        min-height: 0
    }
    .ssl-intro {
        padding-right: 0
    }
    .ssl-cert-offices {
        margin: 3em 0 2em;
        width: auto;
        position: static;
        text-align: center
    }
    .ssl-cert-icon {
        display: inline-block;
        margin: 10px
    }
    .columnizer {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal
    }
    .table-ssl .browser-ssl {
        display: none
    }
    .table-ssl td,
    .table-ssl th {
        padding: 10px
    }
    .table-ssl thead th {
        padding: 15px 10px
    }
    .table-ssl th img.flag-swiss {
        top: 16px
    }
    .table-ssl .td-order {
        padding: 10px
    }
    .table-ssl .order {
        padding: 10px 2px
    }
    .table-ssl .ssl-price {
        font-size: 18px
    }
    .table-server tbody th {
        padding-left: 10px;
        padding-right: 10px
    }
    .table-server td,
    .table-server th {
        padding: 10px;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }
    .table-comparison td,
    .table-comparison th {
        padding: 10px
    }
    .table-comparison thead th {
        padding: 15px 10px
    }
    .table-comparison th.tcol1,
    .table-comparison th.tcol2,
    .table-comparison th.tcol3 {
        width: auto
    }
    .js .table-comparison th p {
        display: block;
        color: #aaa;
        margin: 0
    }
    .table-comparison th h3 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
    .table-comparison th h3 i {
        display: none
    }
    .reseller-action-tr td {
        padding: 10px
    }
    .table-comparison .reseller-info a {
        background: none;
        padding-left: 0
    }
    .table-comparison .reseller-order a {
        padding: 6px 5px
    }
    .table-datacenter td,
    .table-datacenter th {
        padding: 10px
    }
    .text-illu {
        padding: 25px 20px 30px
    }
    .text-illu-img {
        float: none;
        margin: 0 auto 1em;
        margin-bottom: 1em;
        width: 210px
    }
    .text-illu-body {
        margin: 0 5%;
        text-align: center
    }
    .text-illu-body h3 {
        margin-bottom: .6em
    }
    .footer {
        padding: 0
    }
    .footer-wrap-04 .footer {
        padding-bottom: 15px
    }
    .form-steps {
        margin: 2em 0;
        border-top: 1px solid #e5e5e5
    }
    .form-steps li {
        margin: 0;
        padding: .2em 0;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        float: none;
        top: 0
    }
    .form-support .form-item,
    .form-support dl {
        margin: 0 0 1.3em
    }
    .form-support dt {
        float: none;
        width: auto;
        margin-bottom: .3em;
        text-align: left
    }
    .form-support dt abbr {
        position: static
    }
    .form-support dd {
        margin-left: 0
    }
    .form-support dd input[type=email],
    .form-support dd input[type=password],
    .form-support dd input[type=tel],
    .form-support dd input[type=text],
    .form-support dd input[type=url],
    .form-support dd select,
    .form-support dd textarea {
        margin-top: 0;
        padding: 7px;
        width: 100%
    }
    .form-order .email-preview .the-domain-clone,
    .form-support dd .input-info {
        margin-top: 0
    }
    .form-order dt {
        margin-bottom: .2em;
        float: none;
        width: auto
    }
    .form-order dd {
        margin-left: 0
    }
    .form-order .form-item li input[type=text],
    .form-order dd input[type=email],
    .form-order dd input[type=number],
    .form-order dd input[type=tel],
    .form-order dd input[type=text],
    .form-order dd input[type=ulr],
    .form-order select,
    .form-order textarea {
        margin-top: 0
    }
    .input-additive {
        top: 6px
    }
    .select-wrap {
        margin-top: 0
    }
    .form-item {
        margin-bottom: 20px;
        padding-left: 0
    }
    .form-order .form-item .form-item {
        margin: .5em 0 1em;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border: 1px solid rgba(0, 0, 0, .1);
        background: #fff;
        background: hsla(0, 0%, 100%, .7);
        -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .05);
        box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .05)
    }
    .form-item ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    label.form-col-1 {
        margin: 0 1% 0 0;
        padding-left: 18px;
        float: left;
        position: relative
    }
    .form-control .button-alone {
        margin-left: 0
    }
    .form-control .button-alone.button-hidden {
        margin-left: 0;
        background: #f8f8f8;
    }    
    .form-error,
    .form-success {
        margin: 1em 0 .5em;
        text-align: center
    }
    .form-order-overview ul {
        margin-left: 0;
        margin-bottom: 0
    }
    .table-order-summary-wrap {
        margin-left: 0
    }
    .more-payment li {
        margin-right: 0
    }
    .form-order .add-domain {
        margin-left: 0
    }
    dl.ssl-domain .ssl-domain-remove {
        top: .4em
    }
    .scrollable {
        overflow-x: auto
    }
    .scrollable.has-scroll {
        position: relative;
        overflow: hidden
    }
    .scrollable.has-scroll:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 50px;
        height: 100%;
        -webkit-border-radius: 10px 0 0 10px/50% 0 0 50%;
        border-radius: 10px 0 0 10px/50% 0 0 50%;
        -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, .25);
        box-shadow: -5px 0 10px rgba(0, 0, 0, .25);
        content: ""
    }
    .scrollable.has-scroll>div {
        overflow-x: auto
    }
    .scrollable>div::-webkit-scrollbar {
        height: 12px
    }
    .scrollable>div::-webkit-scrollbar-track {
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15) inset;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .15);
        background: #f0f0f0
    }
    .scrollable>div::-webkit-scrollbar-thumb {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: #ccc
    }
    .switch-transfer h3 {
        font-size: 32px
    }
    .home-claim {
        margin: 0 20px 20px
    }
    .teammember {
        width: 33.33333333%
    }
    .login-fallback .tabs-wrap #tab1,
    .login-fallback .tabs-wrap #tab2 {
        margin-bottom: 3em;
        padding: 0;
        width: 100%
    }
    .header-w-add .add-links,
    .header-w-rss .link-rss {
        margin-top: .5em
    }
    .search {
        margin: 0;
		padding-top: 10px;
    }
    .popular-questions,
    .recent-questions {
        float: none;
        width: auto
    }
    .popular-questions {
        margin-bottom: 2em
    }
    .popular-questions h3 {
        margin-right: 0
    }
    .recent-questions h3 {
        margin-left: 0
    }
    .recent-questions ol {
        margin-left: 20px
    }
    .statusbox,
    .support-box {
        width: auto;
        float: none
    }
    .support-box {
        margin-bottom: 20px
    }
    .support-box a {
        min-height: 0
    }
    .support-box-email,
    .support-box-online,
    .support-box-tel {
        padding: 0
    }
    .l-main .statusbox {
        padding: 1.5em 20px 20px
    }
    .l-main .statusbox ol a {
        padding-left: 0
    }
    .l-main .statusbox ol b {
        position: static;
        color: #666;
        font-weight: 600;
        display: block;
        font-size: 14px
    }
    .l-main .statusbox .link-more {
        position: static;
        top: auto;
        right: auto
    }
    .statusplus {
        padding: 1.5em 20px 20px
    }
    .statusplus dl {
        padding-left: 0;
        padding-right: 0
    }
    .statusplus dt b {
        position: static;
        color: #333;
        display: block;
        font-size: 14px
    }
    .statusplus .statusplus-current {
        position: static;
        right: auto;
        top: auto;
        width: auto;
        display: inline-block
    }
    .statusplus .link-more {
        position: static;
        margin: 1em 0 0;
        display: inline-block
    }
    .status-msg-details dt {
        float: none;
        width: auto
    }
    .status-msg-details dd {
        margin-left: 0
    }
    .intro {
        font-size: 17px
    }
    .wf-active .intro {
        font-size: 18px
    }
    .service-title {
        font-size: 27px
    }
    .wf-active .service-title {
        font-size: 31px
    }
    .preset-options {
        margin-left: 0
    }
    .form-order .range-group select {
        width: 19%;
        margin-top: -5px
    }
    .form-order dt i.info {
        margin-bottom: 1em;
        color: #aaa;
        display: block;
        font-style: normal;
        font-weight: 400;
        line-height: .9;
        font-size: 15px
    }
    .form-toggle-list li>label {
        margin-left: 0
    }
    .label-info-min {
        display: inline
    }
    .js .support-article .support-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .js .support-tabs li {
        margin-right: 0
    }
    .js .support-tabs a {
        width: 100%;
        background: #fff
    }
    .js .theme-blue .l-main .support-tabs a {
        color: #bbb
    }
    .theme-blue .l-main .support-tabs a:focus,
    .theme-blue .l-main .support-tabs a:hover {
        color: #888
    }
    .js .theme-blue .l-main .support-tabs a.active,
    .js .theme-blue .l-main .support-tabs a[aria-selected=true] {
        margin-bottom: 0;
        color: #fff;
        background: #488cca;
        bottom: 0;
        border: none
    }
    .tab-content-inner {
        padding-top: 20px
    }
    .screenshot-box {
        margin: 0 0 1.5em;
        padding: 37px 0 0
    }
    .screenshot-box-triangle {
        display: none
    }
    .evaluation-box {
        padding-top: 0
    }
    .other-domains,
    .swiss-info {
        margin-bottom: 1.5em
    }
    .nav-domains li {
        width: 50%
    }
    .nav-domains a {
        padding: 15px 20px;
        font-size: 18px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .nav-domains-content-inner {
        padding: 20px
    }
    .mb-main {
        -webkit-border-radius: 12px 12px 0 0;
        border-radius: 12px 12px 0 0
    }
    .mb-sub,
    .mb-sub-top {
        height: 24px
    }
    .tabs-ssl a {
        padding: 15px 20px;
        font-size: 16px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .tabs-ssl-content-inner {
        padding: 20px
    }
    .header-w-search {
        margin-bottom: .5em;
        border-bottom: none;
        padding-bottom: 0
    }
    .header-w-search h2 {
        margin-right: 10px;
        margin-bottom: .4em;
        float: none
    }
    .support-article-search-top {
        margin-bottom: 1em;
        float: none;
        width: 100%;
        padding-left: 0
    }
    .supportsearch-note {
        margin: 1em 0
    }
    .popular-entries {
        padding-top: 0
    }
    .about-intro {
        text-align: left
    }
    .about-item {
        margin-bottom: 1.5em;
        padding: 0 4%;
        width: auto;
        float: none
    }
    .about-item-img {
        margin-bottom: 0
    }
    .media {
        margin: 0 0 5em
    }
    .domain-advantage-list {
        padding: 0;
        background: none
    }
    .domain-advantage-list li {
        margin-bottom: 10px;
        float: none;
        width: 100%;
        background: #f5f5f5
    }
    .domain-advantage-list li:last-child {
        margin-bottom: 0
    }
    .support-article-search-top {
        position: relative
    }
    .support-search-input {
        margin-right: 100px
    }
    .setfilter {
        position: absolute;
        top: 14px;
        right: 0;
        display: block
    }
    .mail-config-wrap {
        padding-right: 0;
        background: none
    }
    .mail-config-form input {
        border-width: 0 0 1px
    }
    .mail-config-form button {
        position: static;
        top: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        background: #f8f8f8
    }
    .mail-config-list dl {
        margin: 1px 0;
        padding: 4px 7px
    }
    .mail-config-username {
        background: #c1ffc0
    }
    .mail-config-server {
        background: #c9beff
    }
    .mail-config-list dt {
        float: none;
        width: 0
    }
    .mail-config-list dd {
        margin-left: 0
    }
    .tlds-list li {
        width: 20%
    }
    .dreamdomain {
        margin: 2em -20px -20px;
        padding: 20px 20px 30px
    }
    .form-domaincheck .input-with-additive {
        width: 100%;
        margin-right: 0
    }
    .form-domaincheck #form_domain_product_name {
        width: 70%
    }
    .form-domaincheck .select-wrap {
        width: 30%
    }
    button.form-domaincheck-submit {
        margin-top: .8em;
        width: 100%
    }
    .domaincheck-results {
        margin-left: -20px;
        margin-right: -20px;
        padding: 40px 20px 20px
    }
}

@media screen and (max-width:500px) {
    .nav-add ul {
        font-size: 12px
    }
    .nav-add li {
        float: left;
        margin-left: 5px;
        position: relative
    }
    .nav-add a {
        padding: 3px 5px 8px
    }
    .support-tel {
        font-size: 12px
    }
    .gallery-thumb {
        margin: 0 0 3em;
        text-align: center;
        line-height: 1.4;
        width: auto;
        float: none
    }
    .l-main .nav-team a {
        padding: 0 0 10px
    }
    .teammember {
        width: 33.33333333%;
        width: 50%
    }
    .tabs-wrap {
        margin-top: 5px;
        padding-left: 5px;
        padding-right: 5px
    }
    .tabs-wrap #tab1,
    .tabs-wrap #tab2 {
        padding: 15px 20px 20px
    }
    .tabs-wrap h2 {
        font-size: 22px
    }
    .tabs-wrap p {
        display: none
    }
    .tabs-wrap input {
        margin-bottom: 10px;
        padding: 6px 12px
    }
    .tabs-wrap button {
        padding: 6px 20px
    }
    .login-overlay-close {
        position: absolute;
        top: 6px;
        right: 20px
    }
    #login-overlay .tabs-wrap #tab1,
    #login-overlay .tabs-wrap #tab2 {
        float: none;
        width: auto;
        padding-left: 30px;
        padding-right: 30px
    }
    .note-news {
        padding: 45px 15px 15px
    }
    .news-item {
        padding: 20px 0
    }
    .news-item-date {
        margin: 0;
        position: static
    }
    .copyright p {
        margin-bottom: 1em;
        color: #aaa
    }
    .copyright p,
    .copyright ul {
        float: none;
        text-align: center
    }
    .copyright li {
        margin: 0 5px 1em;
        float: none;
        display: inline
    }
    .header-w-rss h2 {
        float: none;
        margin: 0
    }
    .header-w-rss .link-rss {
        float: left;
        margin-bottom: 1em
    }
    .header-w-add h2 {
        margin: 0;
        float: none;
        width: auto
    }
    .header-w-add .add-links {
        float: left;
        margin-bottom: 1em
    }
    .header-w-add .add-links li {
        margin-left: 0;
        margin-right: 15px;
        float: left
    }
    .support-box {
        float: none;
        width: auto
    }
    .support-box a {
        min-height: 0
    }
    .support-box-email,
    .support-box-online,
    .support-box-tel {
        padding: 0
    }
    .support-add-box {
        width: auto;
        margin-bottom: 20px;
        float: none
    }
    .support-add-box .box-content {
        min-height: 0
    }
    .box-content-1 {
        margin-right: 0
    }
    .box-content-2 {
        margin-left: 0
    }
    .nav-team-wrap {
        padding-bottom: 0
    }
    .l-main .nav-team li {
        margin-bottom: 1em;
        width: 50%
    }
    .l-main .nav-team i {
        display: none
    }
    .image-gallery-thumb {
        margin-bottom: 1px;
        width: auto;
        float: none;
        outline: none
    }
    .image-gallery-thumb.big,
    .image-gallery-thumb.smaller {
        width: auto
    }
    .support-panel {
        padding: 0;
        background: none;
        border-top: 0
    }
    .support-cats {
        padding-right: 0;
        float: none;
        width: auto
    }
    .support-tags {
        margin-top: 10px;
        padding-left: 0;
        float: none;
        width: auto
    }
    .domaininfo dt {
        margin-right: 0;
        float: none;
        color: #aaa;
        width: auto
    }
    .domaininfo dd {
        margin: 0;
        padding: 0;
        margin-left: 0
    }
    .additional .statusbox {
        width: auto;
        float: none
    }
    .home-feat-slide {
        min-height: 0
    }
    .home-feat-illu {
        display: none
    }
    .home-feat-claim {
        font-size: 20px;
        text-align: center
    }
    .wf-active .home-feat-claim {
        font-size: 21px
    }
    .home-feat-button {
        text-align: center
    }
    .home-feat-claim b {
        font-size: 28px
    }
    .wf-active .home-feat-claim b {
        font-size: 30px
    }
    .home-feat-wrap .bx-controls {
        text-align: center
    }
    .home-feat-wrap .bx-pager-item {
        margin: 0 5px
    }
    .home-feat-wrap .bx-pager-item,
    .home-feat-wrap .bx-pager-link {
        float: none;
        display: inline-block
    }
    .mb {
        margin-left: 30px;
        margin-right: 30px
    }
    .mb-sub {
        height: 18px
    }
    .mb-sub-top {
        height: 18px;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        margin-left: -30px;
        margin-right: -30px
    }
    .tabs-ssl li {
        width: 100%
    }
    .theme-blue .l-main .tabs-ssl a[aria-selected=true] {
        background: #333;
        color: #fff
    }
    .link-to-filter {
        position: static
    }
    .taggroup-filter-list li {
        float: none;
        width: auto
    }
    .text-illu-body {
        margin: 0
    }
    .logo-download li {
        width: 50%
    }
    .support-article-header {
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #e3e3e3;
        border-width: 1px 0;
        background: none;
        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .02);
        box-shadow: 0 2px 0 rgba(0, 0, 0, .02)
    }
    .support-article {
        margin-bottom: 40px;
        padding-top: 2em;
        padding-left: 0;
        padding-right: 0;
        border: none
    }
    .support-article-related {
        margin-top: -40px;
        margin-bottom: 40px;
        padding: 30px 0;
        background: none;
        border: 1px solid #e3e3e3;
        border-width: 1px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .tlds-list li {
        width: 25%
    }
    .dreamdomain b {
        font-size: 20px
    }
}

@media screen and (max-width:400px) {
    .tlds-list li {
        width: 33.33333333%
    }
}

@media screen and (max-width:320px) {
    .tlds-list li {
        width: 50%
    }
}