.test1 { background: orange; }
.test2 { background: green; }
.test3 { background: blue; }

a {
	color: #d63e3f;
	text-decoration: none;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

a:hover {
	text-decoration: underline;
}

a.highlight {
	background-color: #d63e3f;
	color: #f5f6f7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	padding: 2px 6px 2px 6px;
	margin-right: 2px;
	white-space: nowrap;
}

p {
	padding: 0.5% 0 0.5% 0;
}

p.small {
	font-size: 0.8em;
}

p b {
	font-family:"source-sans-pro" , sans-serif;
	font-weight: 400;
}

p.ingress {
	font-size: 1.3em;
}

p.extramargin {
	margin-top: 2.2%;
	margin-bottom: 2.2%;
}

span b {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

div b {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

h1, .title1 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 3em;
	margin-top: 2.5%;
	margin-bottom: 2%;
}

h2, .title2 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 2.5em;
	margin-top: 2%;
	margin-bottom: 1.5%;
}

h2.line {
    position: relative;
    text-align: center;
    z-index: 1;
}

h2.line:before {
    border-top: 1px solid #d4d5d6;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 22px; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

h2.line span {
	display: inline;
	background: rgb(245,246,247);
	padding: 0 20px;
}

h1.splash-index {
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

span.page-top-languages + h1 {
	margin-top: 1%;
}

p + h2 {
	margin-top: 5%;
}

div.infobox + h2 {
	margin-top: 5%;
}

div.infobox-small + h2 {
	margin-top: 4%;
}

h3, .title3 {
	font-size: 2.0em;
	margin-top: 2%;
	margin-bottom: 1.5%;
}

p + h3 {
	margin-top: 5%;
}

h4, .title4 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.hunderline {
	border-bottom: 1px solid rgb(228,229,230);
	border-bottom: 1px solid rgba(212,213,214,0.5);
}

hr {
	color: rgb(95,103,103);
	color: rgba(95,103,103,0.2);
	background: rgb(95,103,103);
	background: rgba(95,103,103,0.2);
	height: 1px;
	border: 0;
	margin-top: 4%;
	margin-bottom: 4%;
}

h2 + hr {
	margin-top: 2%;
	margin-bottom: 2%;
}

.forminput hr {
	color: #d4d5d6;
	background: #d4d5d6;
	height: 1px;
	border: 0;
	margin-top: 2%;
	margin-bottom: 2%;
}

button + h2 {
	margin-top: 5%;
}

input[type=text] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #2b3538;
}

input[type=text]:focus {
	box-shadow: 0 0 5px rgba(127, 175, 204, 1);
	padding: 3px 0px 3px 3px;
	border: 1px solid rgba(127, 175, 204, 1);
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

input[type=text].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4;
	color: #2E353E;
}
input[type=text].error:focus {
	box-shadow: 0 0 5px rgba(144, 0, 0, 0.8);
	padding: 3px 0px 3px 3px;
	border: 1px rgba(144, 0, 0, 0.5) solid;
}

input[type=email] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #2b3538;
}

input[type=email]:focus {
	box-shadow: 0 0 5px rgba(127, 175, 204, 1);
	padding: 3px 0px 3px 3px;
	border: 1px solid rgba(127, 175, 204, 1);
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

input[type=email].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4;
	color: #2E353E;
}
input[type=email].error:focus {
	box-shadow: 0 0 5px rgba(144, 0, 0, 0.8);
	padding: 3px 0px 3px 3px;
	border: 1px rgba(144, 0, 0, 0.5) solid;
}

input[type=url] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #2b3538;
}

input[type=url]:focus {
	box-shadow: 0 0 5px rgba(127, 175, 204, 1);
	padding: 3px 0px 3px 3px;
	border: 1px solid rgba(127, 175, 204, 1);
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

input[type=url].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4;
	color: #2E353E;
}
input[type=url].error:focus {
	box-shadow: 0 0 5px rgba(144, 0, 0, 0.8);
	padding: 3px 0px 3px 3px;
	border: 1px rgba(144, 0, 0, 0.5) solid;
}

input[type=password] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #2b3538;
}

input[type=password]:focus {
	box-shadow: 0 0 5px rgba(127, 175, 204, 1);
	padding: 3px 0px 3px 3px;
	border: 1px solid rgba(127, 175, 204, 1);
}

input[type=password].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4;
	color: #2E353E;
}
input[type=password].error:focus {
	border: 1px #d12f19 solid;
	background: #fbe3e4;
	color: #2E353E;
}

textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #2b3538;
	background: #fff;
	white-space: pre;
}

textarea:focus {
	box-shadow: 0 0 5px rgba(127, 175, 204, 1);
	padding: 3px 0px 3px 3px;
	border: 1px solid rgba(127, 175, 204, 1);
}

textarea.error {
	border: 1px #d12f19 solid;
	background: #fbe3e4;
	color: #2E353E;
}
textarea.error:focus {
	border: 1px #d12f19 solid;
	background: #fbe3e4;
	color: #2E353E;
}

select {
	font: 1.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	max-width: 90%;
}

button {
	font: bold 13px sans-serif;
	color: #5f6767;
	padding: 10px 20px;
	background: #e9e9e9;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e9e9e9),color-stop(95%,#dbdbdb),color-stop(100%,#d0d0d0));
	background-image: -webkit-linear-gradient(top,#e9e9e9,#dbdbdb 95%,#d0d0d0);
	background-image: -moz-linear-gradient(top,#e9e9e9,#dbdbdb 95%,#d0d0d0);
	background-image: -o-linear-gradient(top,#e9e9e9,#dbdbdb 95%,#d0d0d0);
	background-image: -ms-linear-gradient(top,#e9e9e9,#dbdbdb 95%,#d0d0d0);
	background-image: linear-gradient(to bottom,#e9e9e9,#dbdbdb 95%,#d0d0d0);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-font-smoothing: antialiased;
	border-radius: 6px;
	border: 1px solid #bbbbbb;
	border-bottom-color: #afafaf;
	border-top-color: #c8c8c8;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1), inset 0 1px 0 #f4f4f4;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
	outline: none;
	cursor: pointer;
	margin: 0px 4px 2px 0px;
}

button:hover {
	background: #f5f6f7;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f5f6f7),color-stop(95%,#efefef),color-stop(100%,#d4d5d6));
	background-image: -webkit-linear-gradient(top,#f5f6f7,#efefef 95%,#d4d5d6);
	background-image: -moz-linear-gradient(top,#f5f6f7,#efefef 95%,#d4d5d6);
	background-image: -o-linear-gradient(top,#f5f6f7,#efefef 95%,#d4d5d6);
	background-image: -ms-linear-gradient(top,#f5f6f7,#efefef 95%,#d4d5d6);
	background-image: linear-gradient(to bottom,#f5f6f7,#efefef 95%,#d4d5d6);
}

button:active {
	border: 1px solid #bbbbbb;
	box-shadow: none;
	background: #dbdbdb;
}

button.highlight1 {
	color: #ffffff;
	background: #7ada4a;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7ada4a),color-stop(95%,#62c831),color-stop(100%,#53bf29));
	background-image: -webkit-linear-gradient(top,#7ada4a,#62c831 95%,#53bf29);
	background-image: -moz-linear-gradient(top,#7ada4a,#62c831 95%,#53bf29);
	background-image: -o-linear-gradient(top,#7ada4a,#62c831 95%,#53bf29);
	background-image: -ms-linear-gradient(top,#7ada4a,#62c831 95%,#53bf29);
	background-image: linear-gradient(to bottom,#7ada4a,#62c831 95%,#53bf29);
	border: 1px solid #509e19;
	border-bottom-color: #198d0f;
	border-top-color: #6dbe38;
	-moz-box-shadow: 0 1px 3px rgba(38,151,72,0.5),inset 0 1px 0 #9fe662;
	-webkit-box-shadow: 0 1px 3px rgba(38,151,72,0.5),inset 0 1px 0 #9fe662;
	box-shadow: 0 1px 3px rgba(38,151,72,0.5), inset 0 1px 0 #9fe662;
	text-shadow: 0 1px 0 #25a811;
}

button.highlight1:hover {
	background: #8be260;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8be260),color-stop(95%,#71d443),color-stop(100%,#60c937));
	background-image: -webkit-linear-gradient(top,#8be260,#71d443 95%,#60c937);
	background-image: -moz-linear-gradient(top,#8be260,#71d443 95%,#60c937);
	background-image: -o-linear-gradient(top,#8be260,#71d443 95%,#60c937);
	background-image: -ms-linear-gradient(top,#8be260,#71d443 95%,#60c937);
	background-image: linear-gradient(to bottom,#8be260,#71d443 95%,#60c937);
}

button.highlight1:active {
	border: 1px solid #509e19;
	box-shadow: none;
	background: #62c831;
}

button.highlight2 {
	color: #ffffff;
	background: #769fd8;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#769fd8),color-stop(95%,#5b88c6),color-stop(100%,#4972aa));
	background-image: -webkit-linear-gradient(top,#769fd8,#5b88c6 95%,#4972aa);
	background-image: -moz-linear-gradient(top,#769fd8,#5b88c6 95%,#4972aa);
	background-image: -o-linear-gradient(top,#769fd8,#5b88c6 95%,#4972aa);
	background-image: -ms-linear-gradient(top,#769fd8,#5b88c6 95%,#4972aa);
	background-image: linear-gradient(to bottom,#769fd8,#5b88c6 95%,#4972aa);
	border: 1px solid #4972aa;
	border-bottom-color: #3d649a;
	border-top-color: #4b72a7;
	-moz-box-shadow: 0 1px 3px rgba(69,110,167,0.5),inset 0 1px 0 #9dbde8;
	-webkit-box-shadow: 0 1px 3px rgba(69,110,167,0.5),inset 0 1px 0 #9dbde8;
	box-shadow: 0 1px 3px rgba(69,110,167,0.5), inset 0 1px 0 #9dbde8;
	text-shadow: 0 1px 0 #4972aa;
}

button.highlight2:hover {
	background: #8fb3e6;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8fb3e6),color-stop(95%,#78a0d8),color-stop(100%,#628fce));
	background-image: -webkit-linear-gradient(top,#8fb3e6,#78a0d8 95%,#628fce);
	background-image: -moz-linear-gradient(top,#8fb3e6,#78a0d8 95%,#628fce);
	background-image: -o-linear-gradient(top,#8fb3e6,#78a0d8 95%,#628fce);
	background-image: -ms-linear-gradient(top,#8fb3e6,#78a0d8 95%,#628fce);
	background-image: linear-gradient(to bottom,#8fb3e6,#78a0d8 95%,#628fce);
}

button.highlight2:active {
	border: 1px solid #4972aa;
	box-shadow: none;
	background: #5b88c6;
}

button.highlight3 {
	color: #ffffff;
	background: #e25152;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#e25152),color-stop(95%,#d63e3f),color-stop(100%,#a91b1c));
	background-image: -webkit-linear-gradient(top,#e25152,#d63e3f 95%,#a91b1c);
	background-image: -moz-linear-gradient(top,#e25152,#d63e3f 95%,#a91b1c);
	background-image: -o-linear-gradient(top,#e25152,#d63e3f 95%,#a91b1c);
	background-image: -ms-linear-gradient(top,#e25152,#d63e3f 95%,#a91b1c);
	background-image: linear-gradient(to bottom,#e25152,#d63e3f 95%,#a91b1c);
	border: 1px solid #a91b1c;
	border-bottom-color: #991011;
	border-top-color: #a01516;
	-moz-box-shadow: 0 1px 3px rgba(162,23,24,0.5),inset 0 1px 0 #f27374;
	-webkit-box-shadow: 0 1px 3px rgba(162,23,24,0.5),inset 0 1px 0 #f27374;
	box-shadow: 0 1px 3px rgba(162,23,24,0.5), inset 0 1px 0 #f27374;
	text-shadow: 0 1px 0 #a91b1c;
}

button.highlight3:hover {
	background: #f36e6f;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f36e6f),color-stop(95%,#e4595a),color-stop(100%,#d44647));
	background-image: -webkit-linear-gradient(top,#f36e6f,#e4595a 95%,#d44647);
	background-image: -moz-linear-gradient(top,#f36e6f,#e4595a 95%,#d44647);
	background-image: -o-linear-gradient(top,#f36e6f,#e4595a 95%,#d44647);
	background-image: -ms-linear-gradient(top,#f36e6f,#e4595a 95%,#d44647);
	background-image: linear-gradient(to bottom,#f36e6f,#e4595a 95%,#d44647);
}

button.highlight3:active {
	border: 1px solid #a91b1c;
	box-shadow: none;
	background: #d63e3f;
}

button.margin {
	margin: 15px 10px 0 0;
}

button.small {
	padding: 5px 8px;
	margin: 0px 2px 2px 0px;
}

button.large {
	font: bold 24px sans-serif;
}

.buttons:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

button img {
	vertical-align: text-top;
	margin: 0 10px 0 0;
}

button i {
	padding: 0 5px 0 0;
}

span + button {
	margin-top: 1%;
}

h4 + button {
	margin-top: 1%;
}

dt { 
	width: 250px;
	float: left;
	margin-bottom: 3px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

dd { 
	margin-left: 255px;
	margin-bottom: 3px;
}

.mywh-black {
	color: #2b3538;
}

.mywh-red {
	color: #d63e3f;
}

.mywh-sand {
	color: #d6be57;
}

.mywh-blue {
	color: #5b88c6;
}

.mywh-green {
	color: #8ec858;
}

.mywh-cyan {
	color: #51829b;
}

.mywh-purple {
	color: #7453a0;
}

.mywh-light-grey {
	color: #d4d5d6;
}

.mywh-light-light-grey {
	color: #f5f6f7;
}

.mywh-white {
	color: #f5f6f7;
}

.mywh-black-bg {
	background-color: #2b3538;
}

.mywh-red-bg {
	background-color: #d63e3f;
}

.mywh-sand-bg {
	background-color: #d6be57;
}

.mywh-blue-bg {
	background-color: #5b88c6;
}

.mywh-green-bg {
	background-color: #8ec858;
}

.mywh-cyan-bg {
	background-color: #51829b;
}

.mywh-purple-bg {
	background-color: #7453a0;
}

.mywh-light-grey-bg {
	background-color: #d4d5d6;
}

.mywh-light-light-grey-bg {
	background-color: #f5f6f7;
}

.mywh-white-bg {
	background-color: #f5f6f7;
}

.mywh-black-bg-light {
	background-color: rgb(128,134,136);
	background-color: rgba(43,53,56,0.6);
}

.mywh-red-bg-light {
	background-color: rgb(230,139,140);
	background-color: rgba(214,62,63,0.6);
}

.mywh-sand-bg-light {
	background-color: rgb(230,216,154);
	background-color: rgba(214,190,87,0.6);
}

.mywh-blue-bg-light {
	background-color: rgb(157,184,221);
	background-color: rgba(91,136,198,0.6);
}

.mywh-green-bg-light {
	background-color: rgb(187,222,155);
	background-color: rgba(142,200,88,0.6);
}

.mywh-cyan-bg-light {
	background-color: rgb(151,180,195);
	background-color: rgba(81,130,155,0.6);
}

.mywh-purple-bg-light {
	background-color: rgb(172,152,198);
	background-color: rgba(116,83,160,0.6);
}

.mywh-light-grey-bg-light {
	background-color: rgb(229,230,230);
	background-color: rgba(212,213,214,0.6);
}

.fb-blue {
	color: #3B5998;
}

.black-icon {
	color: #2b3538 !important;
	text-shadow: #5f6767 !important;
}

.red-icon {
	color: #d63e3f !important;
	text-shadow: #f07879 !important;
}

.sand-icon {
	color: #d6be57 !important;
	text-shadow: #f2e092 !important;
}

.blue-icon {
	color: #5b88c6 !important;
	text-shadow: #7ca9e7 !important;
}

.green-icon {
	color: #8ec858 !important;
	text-shadow: #b1dd89 !important;
}

.cyan-icon {
	color: #51829b !important;
	text-shadow: #7fa9bf !important;
}

.purple-icon {
	color: #7453a0 !important;
	text-shadow: #9f82c5 !important;
}

.vsplit {
	border-right: 1px solid rgb(95,103,103);
	border-right: 1px solid rgba(95,103,103,0.2);
}

.vsplit p {
	padding-right: 2%;
}

.hsplit {
	border-top: 1px solid rgb(95,103,103);
	border-top: 1px solid rgba(95,103,103,0.2);
	margin-top: 2%;
}

.hsplit p {
	padding-top: 2%;
}

.hsplit2 {
	border-top: 1px solid rgb(95,103,103);
	border-top: 1px solid rgba(95,103,103,0.2);
	border-bottom: 1px solid rgb(95,103,103);
	border-bottom: 1px solid rgba(95,103,103,0.2);
	margin-top: 2%;
	margin-bottom: 2%;
}

.hsplit2 p {
	padding-top: 2%;
	padding-bottom: 2%;
}

.buttons {
	margin: 2% 0 1.4% 0;
}

.containerfull {
	width: 100%;
}

.containerfull-inline {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}

.container {
	max-width: 1000px;
	z-index: 1;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin: 0 auto 0 auto;
}

.textcenter, .text-center {
	text-align: center !important;
}

.textleft, .text-left {
	text-align: left !important;
}

.textright, .text-right {
	text-align: right !important;
}

.hasPlaceholder {
	color: #777;
}

.relative {
	position: relative;
}

.absolute, .absolute-left, absolute-top {
	position: absolute !important;
}

.absolute-right {
	position: absolute !important;
	right: 0px;
}

.absolute-bottom {
	position: absolute !important;
	bottom: 0px;
}

.containerwidth {
	width: 100%;
}

.min200 {
	min-height: 200px;
}

.min250 {
	min-height: 250px;
}

.padding-topbottom-2 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.margin-top-4 {
	margin-top: 4%;
}

.margin-1 {
	margin: 1%;
}

.margin-10 {
	margin: 10px;
}

.margin-2 {
	margin: 2%;
}

.margin-20 {
	margin: 20px;
}

.zindex1 {
	z-index: 1;
}

.zindex2 {
	z-index: 2;
}

.zindex9 {
	z-index: 9;
}

.ajaxtabload {
	height: 300px;
	background: url(https://images.mywebhost.no/6/ajax-loader-whitebg.gif) no-repeat;
}

.ajaxtabloadinline {
	width: 80px;
	height: 23px;
	background: url(https://images.mywebhost.no/6/ajax-loader-inline-whitebg.gif) no-repeat;
}

.modal {
  display: none;
  width: 70%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(https://images.mywebhost.no/6/modal_close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(https://images.mywebhost.no/6/modal_spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* Corners */
.notify_nw,
.notify_ne,
.notify_se,
.notify_sw{
	float: left;
	height: 20px;
	width: 20px;
	background: url(https://images.mywebhost.no/6/notify_corners.png) no-repeat;
}

/* Sides */
.notify_w,
.notify_e {
	float: left;
	width: 20px;
	background: url(https://images.mywebhost.no/6/notify_sides.png) repeat-y;
}

/* Center and Bottom */
.notify_center,
.notify_bottom {
	clear: left;
}

/* Top and Bottom */
.notify_n,
.notify_s {
	float: left;
	background: url(https://images.mywebhost.no/6/notify_corners.png) no-repeat;
	height: 20px;
	width: 250px;
}

.notify_content {
	float: left;
	background: #1E211F;
	color: #fff;
	width: 250px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
}

.notify_content h3 {
	font-size: 2.0em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.notify_center {
	background: #1E211F;
}

.notify_n {
	background-position: -16px -49px;
	background-repeat: repeat-x;
}

.notify_ne {
	background-position: -20px 0;
}

.notify_se {
	background-position: 0 -20px;
}

.notify_sw {
	background-position: -20px -20px;
}

.notify_s {
	background-position: -16px -70px;
	background-repeat: repeat-x;
}

.notify_e {
	background-position: -20px 0;
}

.notification {
	clear: left;
	float: left;
	list-style: none;
}

#notification_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.notification iframe {
	border: 0;
}

.notification iframe body {
	margin: 0;
}




















#contact-top {
	background: rgb(65,75,77);
	background: rgba(255,255,255,0.10);
	padding: 1% 2% 1% 2%;
	font-size: 0.7em;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	white-space: nowrap;
	min-width: 190px;
	text-align: center;
}

#contact-top a {
	color: #f5f6f7;
	text-decoration: none;
	white-space: nowrap;
	padding-right: 10%;
}

#contact-top a:last-child {
	padding-right: 0;
}

#contact-top a:hover {
	color: #f5f6f7;
	text-decoration: underline;
}

#index-top {
	background: #2b3538 url('https://images.mywebhost.no/6/bg-shade-index.png') top center no-repeat;
	color: #f5f6f7;
	position: relative;
	z-index: 8;
	-webkit-box-shadow: 0 0 10px 0 #2b3538;
	   -moz-box-shadow: 0 0 10px 0 #2b3538;
	     -o-box-shadow: 0 0 10px 0 #2b3538;
	        box-shadow: 0 0 10px 0 #2b3538;
	overflow: hidden;
}

.index-downalert {
	font-size: 0.75em;
}

#logo, #mywhlogo {
	width: 20%;
	cursor: pointer;
}

#index-top .nav {
	width: 78%;
	margin: 3.5% 0 0 0;
}

#index-top .nav ul {
	text-align: right;
}

#index-top .nav ul li {
	display: inline;
	font-family:"franklin-gothic-urw", 'Arial Narrow', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
}

#index-top .nav ul li a {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	white-space: nowrap;
	color: #d4d5d6;
	text-decoration: none;
	background: rgb(72,82,83);
	background: rgba(95,103,103,0.5);
	padding: 0.9% 2% 1% 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 3%;
}

#index-top .nav ul li a:hover {
	color: #f5f6f7;
	background: rgb(90,98,98);
	background: rgba(95,103,103,0.9);
}

#index-top .nav ul li a:active {
	color: #2b3538;
	background: rgb(214,190,87);
	background: rgba(214,190,87,0.5);
}

#index-top .nav .blue {
	background: rgb(91,136,198);
	background: rgba(91,136,198,1);
	color: #f5f6f7;
	text-shadow: 0 1px 0 #4972aa;
}

#index-top .nav ul li a.blue:hover {
	color: #2b3538;
	background: rgb(245,246,247);
	background: rgba(245,246,247,0.8);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#index-top .nav ul li a.blue:active {
	color: #2b3538;
	background: rgb(214,190,87);
	background: rgba(214,190,87,0.5);
	text-shadow: none;
}

#index-content {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	overflow: hidden;
}

.logosvg-index {
	width: 68%;
	padding: 5% 0 0 2.5%;
}

.logosvg-index-full {
	width: 100%;
	padding: 20% 20% 20%;
}

.logofooter {
	width: 10%;
	clear: right;
}

.page-bg {
	background: url('https://images.mywebhost.no/6/bg-shade.png') top center no-repeat;
}

.fixed-page-bg {
	background-attachment: fixed;
}

#page-login {
	background: transparent;
	background: rgba(43,53,56,0.3);
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	padding: 1% 0 1% 0;
}

.logosvg-page {
	width: 100%;
	padding: 3.5% 0 3% 0;
}

#page-top {
	background-color: #2b3538;
	color: #f5f6f7;
}

#page-top .nav {
	width: 78%;
	margin: 1.8% 0 1.8% 0;
}

#page-top .nav ul {
	text-align: right;
}

#page-top .nav ul li {
	display: inline;
	font-family:"franklin-gothic-urw", 'Arial Narrow', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
}

#page-top .nav ul li a {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	white-space: nowrap;
	color: #d4d5d6;
	text-decoration: none;
	background: rgb(72,82,83);
	background: rgba(95,103,103,0.5);
	padding: 0.9% 2% 1% 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 3%;
}

#page-top .nav ul li a:hover {
	color: #f5f6f7;
	background: rgb(90,98,98);
	background: rgba(95,103,103,0.9);
}

#page-top .nav ul li a:active {
	color: #2b3538;
	background: rgb(214,190,87);
	background: rgba(214,190,87,0.5);
}

#page-top .nav .blue {
	background: rgb(91,136,198);
	background: rgba(91,136,198,1);
	color: #f5f6f7;
	text-shadow: 0 1px 0 #4972aa;
}

#page-top .nav ul li a.blue:hover {
	color: #2b3538;
	background: rgb(245,246,247);
	background: rgba(245,246,247,0.8);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

#page-top .nav ul li a.blue:active {
	color: #2b3538;
	background: rgb(214,190,87);
	background: rgba(214,190,87,0.5);
	text-shadow: none;
}

#page-top .nav .selected {
	color: #f5f6f7;
	background: rgb(95,103,103);
}

.fixed-page-top {
	position: fixed;
	top: 0px;
	left: 0px;
}

#fixed-page-top-filler {
	display: block;
	clear: both;
}









#myisp-login-status a:hover + .submenu {
	display: block;
}

#myisp-login-status .submenu {
	background-color: #5f6767;
	display: none;
	position: absolute;
	z-index: 8;
	left: 0;
	top: 0;
	margin-right: 5px;
	-webkit-box-shadow: 0 0 10px 0 #2b3538;
	   -moz-box-shadow: 0 0 10px 0 #2b3538;
	     -o-box-shadow: 0 0 10px 0 #2b3538;
	        box-shadow: 0 0 10px 0 #2b3538;
}

#myisp-login-status .submenu:hover {
	display: block;
}

#myisp-login-status ul li a {
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 200;
	font-size: 1.1em !important;
	display: block;
	padding: 10px 20px !important;
	color: #f5f6f7 !important;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1) !important;
	text-decoration: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	margin: 0 !important;
	background: transparent !important;
}

#myisp-login-status ul li a:hover {
	background: rgb(43,53,56) !important;
	background: rgba(43,53,56,0.8) !important;
	color: #f5f6f7 !important;
}









#page-submenu  {
	background: rgb(228,214,149);
	background: rgba(214,190,87,0.55);
	color: #2b3538;
	z-index: 8;
}

#page-submenu-scroll {
	background: rgb(228,214,149);
	background: rgba(214,190,87,0.90);
	color: #2b3538;
	z-index: 8;
	display: block;
	float: left;
	position: fixed;
	top: 0px;
}

#page-submenu-scroll-logo-img {
	width: 100%;
	max-height: 30px;
}

#page-submenu #contact-top, #page-submenu-scroll #contact-top {
	background: rgb(238,229,189);
	background: rgba(255,255,255,0.3);
	padding: 0 5% 0 5%;
	font-size: 0.7em;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	white-space: nowrap;
	line-height: 2.5em;
	margin: 7% 0 0 0;
	min-width: 110px;
}

#page-submenu #contact-top a, #page-submenu-scroll #contact-top a {
	color: #d4d5d6;
	text-decoration: none;
	white-space: nowrap;
	padding-right: 10%;
}

#page-submenu #contact-top a:last-child, #page-submenu-scroll #contact-top a:last-child {
	padding-right: 0;
}

#page-submenu .nav, #page-submenu-scroll .nav {
	text-overflow: ellipsis;
}

#page-submenu .nav ul li, #page-submenu-scroll .nav ul li {
	display: inline;
	font-family:"franklin-gothic-urw", 'Arial Narrow', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.05em;
	line-height: 3em;
	position: relative;
}

#page-submenu .nav ul li a, #page-submenu-scroll .nav ul li a {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	white-space: nowrap;
	color: #2b3538;
	text-decoration: none;
	background-color: transparent;
	padding: 8px 18px 8px 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

#page-submenu .nav ul li a:hover, #page-submenu-scroll .nav ul li a:hover {
	color: #f5f6f7;
	background-color: #2b3538;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#page-submenu .nav ul li a:active, #page-submenu-scroll .nav ul li a:active {
	color: #2b3538;
	background: rgb(43,53,56);
	background: rgba(214,190,87,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#page-submenu .nav ul li a.selected {
	background: rgb(204,195,147);
	background: rgba(95,103,103,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#page-submenu .nav ul li a.selected:hover {
	color: #f5f6f7;
	background-color: #2b3538;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#page-submenu .nav ul li a.selected:hover + .submenu-dropdown {
	display: block;
}

#page-submenu .nav ul li a.has-submenu:hover + .submenu-dropdown {
	display: block;
}

#page-submenu .nav ul li a.selected:active {
	color: #2b3538;
	background: rgb(43,53,56);
	background: rgba(214,190,87,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.submenu-dropdown {
	display: none;
	position: absolute;
	background-color: rgb(43,53,56);
	padding: 1%;
	z-index: 8;
	width: 200px;
	margin-top: 5px;
    left: 50%;
    margin-left: -100px;
    color: #f5f6f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 0 1px rgba(0,0,0,.3);
}

.submenu-dropdown:hover {
	display: block;
}

.submenu-dropdown:after { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.submenu-dropdown:after { border-color: rgba(43, 53, 56, 0); border-bottom-color: #2b3538; border-width: 13px; left: 50%; margin-left: -13px; }
.submenu-dropdown:before { display: block; background-color: transparent; width: 100%; content: "."; position: absolute; top: -26px; left: 0px; color: transparent; }

.submenu-dropdown li a {
	display: block;
	width: 100%;
	color: #f5f6f7 !important;
	white-space: normal !important;
	font-size: 0.8em !important;
	padding: 10px !important;
	line-height: 1em !important;
}

.submenu-dropdown li a:hover {
	display: block;
	width: 100%;
	color: #f5f6f7 !important;
	background-color: #414b4d !important;
	white-space: normal !important;
	font-size: 0.8em !important;
	padding: 10px !important;
	line-height: 1em !important;
}

#page-confirmation {
	display: block;
	color: #2b3538;
	background: rgb(173,195,226);
	background: rgba(91,136,198,0.5);
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.5em;
}

#page-confirmation div {
	padding: 0.8%;
}

#downalert {
	display: block;
	color: #2b3538;
	background: rgb(173,195,226);
	background: rgba(91,136,198,0.5);
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.5em;
	margin: 2%;
	width: 96%;
}

#downalert div {
	padding: 0.8%;
}

.pc-error {
	display: block;
	color: #d63e3f !important;
	background: rgb(234,158,159) !important;
	background: rgba(214,62,63,0.5) !important;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
}

.pc-confirm {
	display: block;
	color: #2b3538 !important;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 200;
	background: rgb(198,227,171) !important;
	background: rgba(142,200,88,0.5) !important;
}

.pc-warning {
	display: block;
	color: #2b3538 !important;
	background: #ffeb99 !important;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
	border: 1px solid #be8b00;
}

.page-confirmation-icon {
	color: #5b88c6;
	padding-right: 1%;
}

.pc-error .page-confirmation-icon {
	color: #d63e3f;
	padding-right: 1%;
}

.pc-confirm .page-confirmation-icon {
	color: #8ec858;
	padding-right: 1%;
	content: '\2714';
}

.pc-confirm .page-confirmation-icon:before {
	content: '\2714';
}

.pc-warning .page-confirmation-icon {
	color: #be8b00;
	padding-right: 1%;
}

.page-confirmation-close {
	color: #f5f6f7;
	float: right;
}

.page-confirmation-close:hover {
	color: #2b3538;
	background-color: #f5f6f7;
/*	float: right;*/
	cursor: pointer;
}

.infoline-error {
	display: block;
	color: #d63e3f !important;
	background: rgb(234,158,159) !important;
	background: rgba(214,62,63,0.5) !important;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
	padding: 1%;
}

.infoline-error:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	line-height: 1em;
	margin-left: 0.2em;
	padding-right: 5px;
	content: '\26a0';
}

.mydns-table-error {
	color: #d63e3f !important;
	background: rgb(234,158,159) !important;
	background: rgba(214,62,63,0.5) !important;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
}

.mydns-table-error:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	line-height: 1em;
	margin-left: 0.2em;
	padding-right: 5px;
	content: '\26a0';
}

#page-content, .document-text {
	font-family:"source-sans-pro", "source-sans-pro" , sans-serif;
	font-weight: 200;
	min-height: 450px;
	color: #2b3538;
	overflow: hidden;
}

.page-top-languages {
	display: block;
	width: 100%;
	padding: 0.5%;	
	text-align: right;
}

.page-top-languages a {
	text-decoration: none;
}

.pageinformation {
	margin-top: 2%;
	margin-bottom: 2%;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 2.2em;
}

.infobox {
	display: block;
	background-color: #8ec858;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	color: #ffffff;
	padding: 2%;
	margin: 2% 0 2% 0;
	clear: both;
}

.infobox:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.infobox .icon-info-circle {
	display: block;
	float: left;
	font-size: 3em;
	color: #ffffff;
	padding: 0 2% 2% 0;
}

.infobox-small {
	display: block;
	background-color: #8ec858;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	color: #ffffff;
	padding: 1%;
	margin: 2% 0 2% 0;
	clear: both;
	line-height: 1.5em;
}

.infobox-small.nomargin {
	margin: 0;
}

.infobox-small:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.infobox-small .icon-info-circle {
	display: block;
	float: left;
	font-size: 1.5em;
	color: #ffffff;
	padding: 0 1% 0 0;
}

.infobox-attention {
	display: block;
	background-color: #7453a0;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	color: #ffffff;
	padding: 1%;
	margin: 2% 0 2% 0;
	clear: both;
	line-height: 1.5em;
}

.infobox-attention:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.infobox-attention:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	line-height: 1em;
	margin-left: 0.2em;
	font-size: 1.5em;
	content: '\26a0';
	padding: 0 1% 0 0;
}

.infobox a, .infobox-small a, .infobox-attention a {
	color: #fff;
	text-decoration: underline;
}

.infobox-big {
	display: block;
	background-color: rgb(230,216,154);
	background-color: rgba(214,190,87,0.6);
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1em;
	color: #2b3538;
	padding: 2%;
	margin: 4% 0 4% 0;
	clear: both;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.infobox-big h1 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 2.5em;
	margin: 0 0 10px 0;
	padding: 0px;
}

.boxed .infobox {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	background: rgb(214,190,87);
	background: rgba(214,190,87,0.5);
	padding: 1.5%;
	margin: 2% 2% 2% 2%;
	color: #2b3538;
}

.feature-highlight {
	display: block;
	width: 100%;
	margin-top: 6%;
	margin-bottom: 6%;
}

.feature-highlight .text {
	padding: 5% 0 5% 5%;
	display: block;
	width: 50%;
	color: #5f6767;
}

.feature-highlight .text .title {
	color: #2b3538;
	display: block;
	font-family:"franklin-gothic-urw", Verdana , sans-serif;
	font-weight: 300;
	font-size: 2em;
}

.feature-highlight .text .badge {
	color: #2b3538;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 0.6em;
	background-color: #8ec858;
	padding: 1% 2%;
	position: relative;
	left: -20px;
	text-transform: uppercase;
}

.feature-highlight .text .update {
	background-color: #5b88c6;
	color: #f5f6f7;
}

.feature-highlight .image {
	width: 50%;
}

.feature-highlight .image img {
	display: block;
	margin: 0 auto 0 auto;
}

.feature-highlight a.highlight {
	margin-top: 7px;
	display: inline-block;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

.feature-highlight .top-margin {
	margin-top: 20px !important;
}

.feature-highlight .top-margin1 {
	margin-top: 40px !important;
}

.feature-highlight .top-margin2 {
	margin-top: 80px !important;
}

.feature-highlight .top-margin3 {
	margin-top: 100px !important;
}

.feature-highlight .price:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: 0.3em;
	content: '\e70c';
}

.feature-highlight .price {
	display: inline-block;
	position: relative;
	background-color: #8ec858;
	color: #f5f6f7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	padding: 4px 6px 6px 3px;
	margin: 7px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 1.4em;
}

.feature-highlight .price em {
	display: block;
	clear: both;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 0.5em;
	text-align: center;
}

.feature-highlight .icontext {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 4em;
}

.boxed {
	display: block;
	width: 100%;
	margin: 3% 0 3% 0;
	background: rgb(245,246,247);
	background: rgba(212,213,214,0.4);
}

.boxed .nomargin {
	margin: 0 0 0 0 !important;
}

.boxed .title {
	display: block;
	width: 100%;
	background-color: #5b88c6;
	color: #f5f6f7;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.6em;
	padding: 1.2% 2%;
}

.boxed p {
	padding: 2%;
}

.boxed p + p {
	padding-top: 0px;
}

.forminput {
	margin: 2%;
}

.forminput {
	display: block;
	border: 1px solid #d4d5d6;
	background: rgb(245,246,247);
	background: rgba(245,246,247,0.9);
	padding: 3% 4% 3% 4%;
	margin: 0 auto 0 auto;
}

.forminput h1 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.8em;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	width: 100%;
	border-bottom: 1px solid #d4d5d6;
	line-height: 1.9em;
	margin: 0 0 2% 0;
}

.forminput p {
	margin: 0 0 2% 0;
}

.forminput span {
	display: block;
	margin-bottom: 1%;
}

.forminput span em {
	display: inline-block;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 0.8em;
	color: #5f6767;
	max-width: 48%;
	vertical-align: top;
}

.forminput span em:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.forminput input {
	width: 50%;
}

.forminput input[type=checkbox] {
	width: auto;
}

.forminput input[type=radio] {
	width: auto;
}

.forminput .input100 {
	width: 100%;
}

.forminput .input3char {
	width: 55px;
}

.forminput .input5char {
	width: 83px;
}

.forminput .input10char {
	width: 165px;
}

.forminput .input50 {
	width: 25%;
	min-width: 165px;
}


.forminput span label {
	color: #d12f19;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	z-index: 7;
}

.forminput span label:before {
	content: '\26a0';
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	opacity: 0.8;
	line-height: 1em;
	margin-left: 0.2em;
}

.forminput span + h1 {
	margin-top: 3%;
}

p + div.forminput {
	margin-top: 3%;
}

div.forminput + div.forminput {
	margin-top: 3%;
}

div#page-content > div.forminput {
	margin-top: 2%;
}

.pricetable_container {
	float: left;
	margin: 5% 0% 5% 0%;
	width: 100%;
}

.kbguide {
	width: 100%;
	float: left;
	margin: 5% 0 5% 0;
}
 
.kbguide ol {
	color: #d4d5d6;
	list-style-type: none;
}
 
.kbguide ol li {
	position: relative;
	font: 3em "source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}
 
.kbguide ol li p {
	font: 0.5em "source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	padding-left: 60px;
	padding-top: 5px;
	color: #2b3538;
}
 
.kbguide span {
	position: absolute;
}

.kbguide img {
    border: 4px solid rgb(245, 246, 247);
}

.bulletlist ul {
	margin: 1% 0 1% 0;
}

.bulletlist li {
	margin: 1.3% 0 1.3% 0;
    list-style-type: none;
    padding-left: 1.5em;
}
    
.bulletlist li:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.4em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: -1.5em;
	content: '\e75e';
    color: #8ec858;
}

.doclist ul {
	margin: 1% 0 1% 0;
}

.doclist li {
	margin: 1.3% 0 1.3% 0;
    list-style-type: none;
    padding-left: 1.5em;
}
    
.doclist li:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.4em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: -1.5em;
	content: '\f0f6';
    color: #2b3538;
}

.quotation {
	margin: 2% 0 2% 0;
	width: 100%;
	display: block;
	float: left;
	padding: 3%;
	background: rgb(245,246,247);
	background: rgba(212,213,214,0.2);
	font-size: 1.4em;
}

.quotation .quote:before {
	font-family: 'icons-mywh';
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	float: left;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	opacity: 0.8;
	line-height: 1em;
	margin-left: 0.2em;
	content: '\275b';
	height: 110px;
}

.quotation .quote {
	margin: 0 0 2% 0;
	font-family:"verveine", Chalkboard, 'Comic Sans MS', sans-serif;
}

.quotation .unquote:after {
	font-family: 'icons-mywh';
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	float: right;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	opacity: 0.8;
	line-height: 1em;
	margin-left: 0.2em;
	content: '\275c';
}

.quotation .unquote {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
}

.quotation-small {
	margin: 1% 0 1% 0;
	width: 100%;
	display: block;
	float: left;
	padding: 1.5%;
	font-size: 1.1em;
}

.quotation-small .quote:before {
	font-family: 'icons-mywh';
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	float: left;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	opacity: 0.8;
	line-height: 1em;
	margin-left: 0.2em;
	content: '\275b';
	height: 110px;
	color: #f5f6f7;
}

.quotation-small .quote {
	margin: 0 0 2% 0;
	font-family:"verveine", Chalkboard, 'Comic Sans MS', sans-serif;
	color: #2b3538;
}

.quotation-small .unquote:after {
	font-family: 'icons-mywh';
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	float: right;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	opacity: 0.8;
	line-height: 1em;
	margin-left: 0.2em;
	content: '\275c';
	color: #f5f6f7;
}

.quotation-small .unquote {
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
}

.datatable, .datatable-inline {
	margin: 2% 0 2% 0;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.0em;
}

.datatable-inline {
	margin: 2%;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.0em;
}

.datatable th, .datatable-inline th {
	font-weight: normal;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.2em;
	color: #f5f6f7;
	background-color: #7453a0; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #8d6fb5, #7453a0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d6fb5', endColorstr='#7453a0'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d6fb5', endColorstr='#7453a0'); /* IE8 */
	background: -ms-linear-gradient(top, #8d6fb5, #7453a0); /* IE9 */
	background: -moz-linear-gradient(top, #8d6fb5, #7453a0); /* Firefox */ 
	background: -o-linear-gradient(top, #8d6fb5, #7453a0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #8d6fb5, #7453a0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8d6fb5), color-stop(1, #7453a0)); /* Chrome 10, Safari */	
	padding: 9px 10px;
	text-align: left;
}

.datatable-inline th {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	color: #f5f6f7;
	background-color: #5f6767;
	background-image: linear-gradient(top, #d4d5d6, #5f6767); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d5d6', endColorstr='#5f6767'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d5d6', endColorstr='#5f6767'); /* IE8 */
	background: -ms-linear-gradient(top, #d4d5d6, #5f6767); /* IE9 */
	background: -moz-linear-gradient(top, #d4d5d6, #5f6767); /* Firefox */ 
	background: -o-linear-gradient(top, #d4d5d6, #5f6767); /* Opera 11  */
	background: -webkit-linear-gradient(top, #d4d5d6, #5f6767); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d4d5d6), color-stop(1, #5f6767)); /* Chrome 10, Safari */	
	text-shadow: 0 1px 0 #5f6767;
}

.datatable th:first-child, .datatable-inline th:first-child {
	border-radius: 3px 0px 0px 3px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.datatable th:last-child, .datatable-inline th:last-child {
	border-radius: 0px 3px 3px 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.datatable th a, .datatable-inline th a {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #f5f6f7;
}

.datatable th a:hover, .datatable-inline th a:hover {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #f5f6f7;
}

.datatable-inline th a {
	color: #f5f6f7;
}

.datatable-inline th a:hover {
	color: #f5f6f7;
}

.datatable td, .datatable-inline td {
	padding: 9px 10px;
}

.datatable tfoot td, .datatable-inline tfoot td {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 0.6em;
}

.datatable .cola {
	background: rgba(212,213,214,0.45);
}

.datatable .colb {
	background: rgba(212,213,214,0.65);
}

.datatable .alt {
	background: rgba(255,255,255,0.5);
}

.datatable-inline .cola {
	background: rgba(255,255,255,0.6);
}

.datatable-inline .colb {
	background: rgba(255,255,255,0.8);
}

.datatable-inline .alt {
	background: rgba(255,255,255,0.7);
}

.datatable td.special_row, .datatable-inline td.special_row {
	background-color: rgb(201,219,184);
	background-color: rgba(142,200,88,0.3);
}

.lighttable {
	background-color: #fff;
	margin: 1% 0 1% 0;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.0em;
}

.lighttable th {
	font-weight: normal;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 1.0em;
	color: #2b3538;
	background: rgba(212,213,214,0.25);
	padding: 10px 10px;
	text-align: left;
	border-top: 1px solid #d4d5d6;
	border-bottom: 1px solid #d4d5d6;
}

.lighttable td {
	padding: 4px 10px;
	border-bottom: 1px solid #d4d5d6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lighttable .cola {
	background: transparent;
}

.lighttable .colb {
	background: rgba(212,213,214,0.25);
}

.lighttable .alt {
	background: rgba(212,213,214,0.25);
}

.search-wrapper {
    width: 410px;
    display: block;
}

.boxed .search-wrapper {
	margin: 0 0 0 2%;
}

.search-wrapper input {
    width: 300px;
    height: 40px;
    float: left;   
    background: #fff;
    border-radius: 3px 0 0 3px;   
    padding: 0 0 0 5px;
    margin: 0px;
    color: #5f6767;
    border: 1px solid rgba(214,62,63,1);
}
 
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    padding: 0 0 0 5px;
    box-shadow: none;
    border: 1px solid rgba(214,62,63,1);
    color: #2b3538;
}
 
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #d63e3f;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}  
   
.search-wrapper button:hover{    
    background: #e54040;
}  
   
.search-wrapper button:active,
.search-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}
 
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d63e3f transparent;
    top: 12px;
    left: -6px;
}
 
.search-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
    border-right-color: #c42f2f;
}     
 
.search-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}    

.text-big {
	font-size: 2em;
}

.text-container {
	display: block;
	margin: 0 2% 0 2%;
}

.number-item {
	float: left;
	width: 155px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 5.5em;
	background-color: #d4d5d6;
	background-image: linear-gradient(top, #eeeeee, #d4d5d6); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d5d6'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d5d6'); /* IE8 */
	background: -ms-linear-gradient(top, #eeeeee, #d4d5d6); /* IE9 */
	background: -moz-linear-gradient(top, #eeeeee, #d4d5d6); /* Firefox */ 
	background: -o-linear-gradient(top, #eeeeee, #d4d5d6); /* Opera 11  */
	background: -webkit-linear-gradient(top, #eeeeee, #d4d5d6); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #d4d5d6)); /* Chrome 10, Safari */
	position: relative;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 0 0 0;
	margin: 0;
/*	border: 1px solid #d4d5d6;*/
	-webkit-box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 6px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 6px rgba(50, 50, 50, 0.5);
	margin: 3%;
}

.number-item p {
	color: #2b3538;
	text-shadow: 0px 2px rgba(255,255,255,0.3);
	padding: 0;
	margin: 0;
}

.number-item span {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	height: 35px;
	padding: 2px 0 0 0;
	margin: 0;
	width: 100%;
	display: block;
	font-size: 0.25em;
	color: #f5f6f7;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;;
	border-radius: 0 0 10px 10px;;
	background-color: #7453a0; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #8d6fb5, #7453a0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d6fb5', endColorstr='#7453a0'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d6fb5', endColorstr='#7453a0'); /* IE8 */
	background: -ms-linear-gradient(top, #8d6fb5, #7453a0); /* IE9 */
	background: -moz-linear-gradient(top, #8d6fb5, #7453a0); /* Firefox */ 
	background: -o-linear-gradient(top, #8d6fb5, #7453a0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #8d6fb5, #7453a0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8d6fb5), color-stop(1, #7453a0)); /* Chrome 10, Safari */	
}

.price-item {
	float: left;
	width: 130px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 3.5em;
	background-color: #d4d5d6;
	background-image: linear-gradient(top, #eeeeee, #d4d5d6); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d5d6'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d5d6'); /* IE8 */
	background: -ms-linear-gradient(top, #eeeeee, #d4d5d6); /* IE9 */
	background: -moz-linear-gradient(top, #eeeeee, #d4d5d6); /* Firefox */ 
	background: -o-linear-gradient(top, #eeeeee, #d4d5d6); /* Opera 11  */
	background: -webkit-linear-gradient(top, #eeeeee, #d4d5d6); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #d4d5d6)); /* Chrome 10, Safari */
	position: relative;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 0 0 0;
	margin: 0;
	-webkit-box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 6px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 6px rgba(50, 50, 50, 0.5);
	margin: 15px;
}

.price-item p {
	color: #2b3538;
	text-shadow: 0px 2px rgba(255,255,255,0.3);
	padding: 0;
	margin: 0;
}

.price-item sub {
	font-size: 0.5em;
}

.price-item span {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	height: 35px;
	padding: 2px 0 0 0;
	margin: 5px 0 0 0;
	width: 100%;
	display: block;
	font-size: 0.4em;
	color: #f5f6f7;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;;
	border-radius: 0 0 10px 10px;;
	background-color: #d63e3f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eb4849, #d63e3f); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4849', endColorstr='#d63e3f'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4849', endColorstr='#d63e3f'); /* IE8 */
	background: -ms-linear-gradient(top, #eb4849, #d63e3f); /* IE9 */
	background: -moz-linear-gradient(top, #eb4849, #d63e3f); /* Firefox */ 
	background: -o-linear-gradient(top, #eb4849, #d63e3f); /* Opera 11  */
	background: -webkit-linear-gradient(top, #eb4849, #d63e3f); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4849), color-stop(1, #d63e3f)); /* Chrome 10, Safari */
}

.date-item {
	float: left;
	width: 110px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 4.5em;
	background-color: #d4d5d6;
	background-image: linear-gradient(top, #eeeeee, #d4d5d6); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d5d6'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d4d5d6'); /* IE8 */
	background: -ms-linear-gradient(top, #eeeeee, #d4d5d6); /* IE9 */
	background: -moz-linear-gradient(top, #eeeeee, #d4d5d6); /* Firefox */ 
	background: -o-linear-gradient(top, #eeeeee, #d4d5d6); /* Opera 11  */
	background: -webkit-linear-gradient(top, #eeeeee, #d4d5d6); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #d4d5d6)); /* Chrome 10, Safari */
	position: relative;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 0 0 0;
	margin: 0;
	-webkit-box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 6px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 6px rgba(50, 50, 50, 0.5);
	margin: 3%;
}

.date-item p {
	color: #2b3538;
	text-shadow: 0px 2px rgba(255,255,255,0.3);
	padding: 0;
	margin: 0;
}

.date-item span {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	height: 40px;
	padding: 5px 0 0 0;
	margin: 0;
	width: 100%;
	display: block;
	font-size: 0.30em;
	color: #f5f6f7;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;;
	border-radius: 0 0 10px 10px;;
	background-color: #d63e3f; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #eb4849, #d63e3f); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4849', endColorstr='#d63e3f'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb4849', endColorstr='#d63e3f'); /* IE8 */
	background: -ms-linear-gradient(top, #eb4849, #d63e3f); /* IE9 */
	background: -moz-linear-gradient(top, #eb4849, #d63e3f); /* Firefox */ 
	background: -o-linear-gradient(top, #eb4849, #d63e3f); /* Opera 11  */
	background: -webkit-linear-gradient(top, #eb4849, #d63e3f); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb4849), color-stop(1, #d63e3f)); /* Chrome 10, Safari */	
}

.domainsearch-wrapper {
    width: 100%;
    display: block;
    position: relative;
}

.domainsearch-wrapper input {
    width: 90%;
    height: 40px;
    float: left;   
    background: #fff;
    border-radius: 3px 0 0 0;   
    padding: 0 0 0 5px;
    margin: 0px;
    color: #5f6767;
    border: 1px solid rgba(142,200,88,1);
}
 
.domainsearch-wrapper input:focus {
    outline: 0;
    background: #fff;
    padding: 0 0 0 5px;
    box-shadow: none;
    border: 1px solid rgba(214,62,63,1);
    color: #2b3538;
}
 
.domainsearch-wrapper button {
    overflow: visible;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #d63e3f;
    border-radius: 0 3px 0 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}  
   
.domainsearch-wrapper button:hover{    
    background: #e54040;
}  
   
.domainsearch-wrapper button:active,
.domainsearch-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}
 
.domainsearch-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d63e3f transparent;
    top: 12px;
    left: -6px;
}
 
.domainsearch-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.domainsearch-wrapper button:focus:before,
.domainsearch-wrapper button:active:before{
    border-right-color: #c42f2f;
}     
 
.domainsearch-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}  

.news-item {
	display: block;
	float: left;
	position: relative;
	width: 93%;
	margin-top: 30px;
	margin-left: 7%;
	background: #f5f6f7;
	min-height: 150px;
}

.news-date {
	position: absolute;
	top: -29px;
	left: -70px;
}

.news-content span {  /* Title */
	display: block;
	width: 100%;
	padding-left: 70px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 0.5%;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 2.4em;
	border-bottom: 1px solid #d4d5d6;
}

.news-content p {    /* Content  */
	display: block;
	width: 100%;
	padding-left: 70px;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 0px;
}

.news-content a {     /* Linke */
	display: block;
	width: 100%;
	padding-left: 70px;
	padding-right: 2%;
	padding-top: 0px;
	padding-bottom: 2%;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 1.1em;
}

.infolist {
	display: block;
	width: 100%;
	margin: 2% 0 2% 0;
	clear: both;
}

.infolist:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.infolist h1 {
	background-color: #7453a0;
	font-size: 1.5em;
	color: #f5f6f7;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding: 0.5% 1% 0.5% 1%;
}

.infolist div {
	display: block;
	width: 100%;
	background-color: #f5f6f7;
	color: #2b3538;
	clear: both;
	border-bottom: 1px solid #d4d5d6;
}

.infolist div:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.infolist blockquote {
	display: block;
	width: 25%;
	background-color: #d4d5d6;
	float: left;
	padding: 0.5% 1% 0.5% 1%;
	margin: 0px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.infolist p {
	display: block;
	width: 75%;
	float: left;
	padding: 0.5% 1% 0.5% 1%;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#pdfinvoice {
	margin: 2% 0 2% 0;
	border: 3px solid #5f6767;
	background: #f5f6f7;
	width: 1006px;
}

#pdfinvoice embed {
	width: 1000px;
	height: 600px;
}

#powerTip {
	cursor: default;
	background-color: #333; /* fallback for browsers that dont support rgba */
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	color: #FFF;
	display: none;
	padding: 10px;
	position: absolute;
/*	white-space: nowrap;*/
	max-width: 300px;
	z-index: 9999;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1em;
}
#powerTip.n:before, #powerTip.e:before, #powerTip.s:before, #powerTip.w:before,
#powerTip.ne:before, #powerTip.nw:before, #powerTip.se:before, #powerTip.sw: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 rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid rgba(0, 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 rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}

.tooltips {
	color: #2b3538;
	text-decoration: none;
}

.tooltips:hover {
	color: #2b3538;
	text-decoration: none;
}

.iconmenu {
	padding: 1% 0;
}

.iconmenu a {
	display: inline-block;
	width: 120px;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	padding-bottom: 8px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
	vertical-align: top;
}

.iconmenu a:hover {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	color: #d63e3f;
}

.iconmenu i {
	display: block;
	font-size: 55px;
	background-color: #5b88c6;
	background-image: linear-gradient(top, #76a0d9, #5b88c6); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a0d9', endColorstr='#5b88c6'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a0d9', endColorstr='#5b88c6'); /* IE8 */
	background: -ms-linear-gradient(top, #76a0d9, #5b88c6); /* IE9 */
	background: -moz-linear-gradient(top, #76a0d9, #5b88c6); /* Firefox */ 
	background: -o-linear-gradient(top, #76a0d9, #5b88c6); /* Opera 11  */
	background: -webkit-linear-gradient(top, #76a0d9, #5b88c6); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #76a0d9), color-stop(1, #5b88c6)); /* Chrome 10, Safari */
	color: #fff;
	margin: 10px auto 10px auto;
	padding: 8px 0px;
	width: 82px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3);
	text-decoration: none;
	text-shadow: 0 1px 0 #4972aa;
}

.iconmenu .prices i {
	margin: 10px auto 0px auto;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.iconmenu .prices em {
	display: block;
	background-color: #d63e3f;
	width: 82px;
	margin: 0px auto 10px auto;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3);
	color: #f5f6f7;
	font-size: 1.6em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

.iconmenu .prices sub {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: rgba(245,246,247,0.7);
	font-size: 10px;
	position: relative;
	font-size: 0.5em;
	padding-right: 5px;
}

.iconmenu .prices sup {
	display: block;
	width: 82px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: rgba(245,246,247,0.7);
	font-size: 10px;
	position: relative;
	font-size: 0.5em;
}

.iconmenu a.selected i {
	background: #8ec858 !important;
}



.producticon, .producticon-details {
	float: left;
	background-color: #EEEEDF;
	width: 135px;
	height: 180px;
	padding: 5px 5px 5px 5px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 7px 2px 2px;
	overflow: hidden;
}

.producticon-details {
	width: 180px;
}

.producticon:hover, .producticon-details:hover {
	background-color: #cccc99;
	cursor: pointer;
}

.producticon span, .producticon-details span {
	display: block;
	color: #333333;
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.producticon-selected, .producticon-details-selected {
	border: 2px solid #900000;
	margin: 5px 5px 0px 0px;
	background: url(https://images.mywebhost.no/5/bigicon-check.png) #cccc99 no-repeat 90px 140px;
	color: #900000;
}

.producticon-price, .producticon-details-price {
	clear: both;
	width: 145px;
	margin: 3px 0px 5px 2px;
	text-align: right;
}

.producticon-price span, .producticon-details-price span {
	display: inline;
	color: #900000;
	font-family: Georgia;
	font-size: 12px;
	padding: 0px;
}

.producticon-current {
	display: block;
	background-color: #5b88c6;
	padding: 1%;
	font-size: 1.2em;
	margin: 1% 0 1% 0;
	overflow: hidden;
	color: #f5f6f7;
	vertical-align: middle;
	width: 100%;
}

.producticon-new {
	display: block;
	background-color: #8ec858;
	padding: 1%;
	font-size: 1.2em;
	margin: 0.3% 0 1% 0;
	overflow: hidden;
	color: #f5f6f7;
	vertical-align: middle;
	width: 100%;
}

.producticon-current button {
	margin-left: 2%;
}

.productmenu {
	padding: 1% 0;
}

.productmenu .productcontainer {
	display: inline-block;
	width: 180px;
	height: 300px;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	padding: 0px;
	margin: 1% 1% 1% 0;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
	vertical-align: top;
	background-color: #5b88c6;
	background-image: linear-gradient(top, #76a0d9, #5b88c6); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a0d9', endColorstr='#5b88c6'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76a0d9', endColorstr='#5b88c6'); /* IE8 */
	background: -ms-linear-gradient(top, #76a0d9, #5b88c6); /* IE9 */
	background: -moz-linear-gradient(top, #76a0d9, #5b88c6); /* Firefox */ 
	background: -o-linear-gradient(top, #76a0d9, #5b88c6); /* Opera 11  */
	background: -webkit-linear-gradient(top, #76a0d9, #5b88c6); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #76a0d9), color-stop(1, #5b88c6)); /* Chrome 10, Safari */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 0.3);
	position: relative;
}

.productmenu .productcontainer:hover {
	-webkit-box-shadow: 0px 0px 6px rgba(142,200,88,1);
	-moz-box-shadow:    0px 0px 6px rgba(142,200,88,1);
	box-shadow:         0px 0px 6px rgba(142,200,88,1);
}

.productmenu .productcontainer:hover b {
	background-color: #8ec858;
	color: #f5f6f7;
}

.productmenu .productcontainer i {
	display: block;
	width: 180px;
	font-size: 30px;
	color: #fff;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #4972aa;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.productmenu .productcontainer b {
	display: block;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	color: #5b88c6;
	width: 180px;
	background-color: #f5f6f7;
	height: 30px;
	line-height: 30px;
}

.productmenu .productcontainer p {
	font-size: 0.8em;
	text-align: left;
	padding: 8px;
	color: #f5f6f7;
} 

.productmenu .productcontainer span {
	background-color: #d63e3f;
	display: block;
	width: 180px;
	position: absolute;
	bottom: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	height: 85px;
	color: #f5f6f7;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 3em;
	line-height: 85px;
	text-align: right;
}

.productmenu .productcontainer span sub {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: rgba(245,246,247,0.7);
	font-size: 0.4em;
}

.productmenu .productcontainer span sup {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: rgba(245,246,247,0.7);
	font-size: 14px;
	line-height: 60px;
	vertical-align: top;
	position: relative;
	padding-right: 10px;
}

.productmenu .productcontainer span em {
	position: relative;
	padding-left: 5px;
}

.productmenu .productcontainer.selected {
	-webkit-box-shadow: 0px 0px 6px rgba(142,200,88,1);
	-moz-box-shadow:    0px 0px 6px rgba(142,200,88,1);
	box-shadow:         0px 0px 6px rgba(142,200,88,1);
	
}

.productmenu .productcontainer.selected i {
	background-color: #8ec858;
	text-shadow: 0 1px 0 #25a811;
}

.productmenu .productcontainer.selected b:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	line-height: 1em;
	margin-left: 0.2em;
	padding-right: 5px;
	content: '\2714';
}

.iconmenu-large {
	padding: 1% 0;
	text-align: center;
}

.iconmenu-large a {
	display: inline-block;
	width: 225px;
	height: 270px;
	font-size: 1em;
	cursor: pointer;
	text-align: center;
	padding-bottom: 8px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
	vertical-align: top;
	background-color: #f5f6f7;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 0 1px rgba(0,0,0,.3), inset 0 0 1px 1px rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 2px rgba(0,0,0,.05);
	border-radius: 3px;
	background-image: linear-gradient(top, #fcfcfc, #f5f6f7); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f6f7'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f6f7'); /* IE8 */
	background: -ms-linear-gradient(top, #fcfcfc, #f5f6f7); /* IE9 */
	background: -moz-linear-gradient(top, #fcfcfc, #f5f6f7); /* Firefox */ 
	background: -o-linear-gradient(top, #fcfcfc, #f5f6f7); /* Opera 11  */
	background: -webkit-linear-gradient(top, #fcfcfc, #f5f6f7); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #f5f6f7)); /* Chrome 10, Safari */
	margin: 15px 7px 15px 7px;
	position: relative;
}

.iconmenu-large a:first-child {
	margin-left: 0px;
}

.iconmenu-large a:hover {
	background-image: linear-gradient(top, #f5f6f7, #e5e5e5); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#e5e5e5'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#e5e5e5'); /* IE8 */
	background: -ms-linear-gradient(top, #f5f6f7, #e5e5e5); /* IE9 */
	background: -moz-linear-gradient(top, #f5f6f7, #e5e5e5); /* Firefox */ 
	background: -o-linear-gradient(top, #f5f6f7, #e5e5e5); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f5f6f7, #e5e5e5); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f6f7), color-stop(1, #e5e5e5)); /* Chrome 10, Safari */
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
	text-decoration: none;
}

.iconmenu-large i {
	display: block;
	font-size: 100px;
	color: #2b3538;
	margin: 20px auto 20px auto;
	padding: 8px 0px;
	width: 140px;
	height: 130px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 1px 0 #5f6767;
}

.iconmenu-large span {
	padding: 0 10px 0 10px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.6em;
}

.iconmenu-large blockquote {
	width: 100%;
	padding: 0px 20px 20px 20px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 0.6em;
	position: absolute;
	bottom: 0px;
}

.iconmenu-index {
	padding: 1% 0;
	text-align: center;
}

.iconmenu-index a {
	display: inline-block;
	width: 225px;
	font-size: 1em;
	cursor: pointer;
	padding-bottom: 8px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
	text-align: left;
	vertical-align: top;
	background-color: #f5f6f7;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 0 1px rgba(0,0,0,.3), inset 0 0 1px 1px rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 2px rgba(0,0,0,.05);
	border-radius: 3px;
	background-image: linear-gradient(top, #fcfcfc, #f5f6f7); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f6f7'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f6f7'); /* IE8 */
	background: -ms-linear-gradient(top, #fcfcfc, #f5f6f7); /* IE9 */
	background: -moz-linear-gradient(top, #fcfcfc, #f5f6f7); /* Firefox */ 
	background: -o-linear-gradient(top, #fcfcfc, #f5f6f7); /* Opera 11  */
	background: -webkit-linear-gradient(top, #fcfcfc, #f5f6f7); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #f5f6f7)); /* Chrome 10, Safari */
	margin: 15px 7px 15px 7px;
	position: relative;
	overflow: hidden;
}

.iconmenu-index a:hover {
	background-image: linear-gradient(top, #f5f6f7, #e5e5e5); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#e5e5e5'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#e5e5e5'); /* IE8 */
	background: -ms-linear-gradient(top, #f5f6f7, #e5e5e5); /* IE9 */
	background: -moz-linear-gradient(top, #f5f6f7, #e5e5e5); /* Firefox */ 
	background: -o-linear-gradient(top, #f5f6f7, #e5e5e5); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f5f6f7, #e5e5e5); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f6f7), color-stop(1, #e5e5e5)); /* Chrome 10, Safari */
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
	text-decoration: none;
}

.iconmenu-index header h1 {
	display: block;
	width: 225px;
	background-image: linear-gradient(top, #f5f6f7, #e5e5e5); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#e5e5e5'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#e5e5e5'); /* IE8 */
	background: -ms-linear-gradient(top, #f5f6f7, #e5e5e5); /* IE9 */
	background: -moz-linear-gradient(top, #f5f6f7, #e5e5e5); /* Firefox */ 
	background: -o-linear-gradient(top, #f5f6f7, #e5e5e5); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f5f6f7, #e5e5e5); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f6f7), color-stop(1, #e5e5e5)); /* Chrome 10, Safari */
	padding: 0px;
	margin: 0px;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.6em;
	border-bottom: 1px solid #d4d5d6;
	height: 47px;
}

.iconmenu-index header h1 em {
	display: inline-block;
	padding: 8px 5px 5px 15px;
	vertical-align: top;
}

.iconmenu-index header h1 i {
	position: relative;
	padding-top: 6px;
	font-size: 1.3em;
	overflow: hidden;
	top: 2px;
}

.iconmenu-index header h1 i:after {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.iconmenu-index header h1 i.green {
	background-color: #8ec858;
	color: #f5f6f7;
}

.iconmenu-index header h1 i.green:after {
	border-color: transparent;
	border-left-color: #8ec858;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}

.iconmenu-index header h1 i.blue {
	background-color: #5b88c6;
	color: #f5f6f7;
}

.iconmenu-index header h1 i.blue:after {
	border-color: transparent;
	border-left-color: #5b88c6;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}

.iconmenu-index header h1 i.purple {
	background-color: #7453a0;
	color: #f5f6f7;
}

.iconmenu-index header h1 i.purple:after {
	border-color: transparent;
	border-left-color: #7453a0;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}

.iconmenu-index header h1 i.cyan {
	background-color: #51829b;
	color: #f5f6f7;
}

.iconmenu-index header h1 i.cyan:after {
	border-color: transparent;
	border-left-color: #51829b;
	border-width: 10px;
	top: 50%;
	margin-top: -10px;
}

.iconmenu-index span {
	display: block;
	padding: 5px;
	text-align: center;
}

.iconmenu-index span.price {
	display: inline-block;
	width: 225px;
	font: 2.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}

.iconmenu-index span.price .price-prepend {
	font: 0.4em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	display: inline-block;
	padding-right: 10px;
	color: #2b3538;
}

.iconmenu-index span.price .price-append {
	font: 0.3em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	display: inline-block;
	position: relative;
	left: -20px;
}

.iconmenu-index span.price .price-ore {
	font: 0.4em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding-left: 4px;
	padding-top: 9px;
}

.iconmenu-index a hr {
	width: 80%;
}

#recaptcha_widget {
	margin: 2% 0 2% 0;
	border: 4px solid #f5f6f7;
	width: 308px;
	display: block;
	background-color: #f5f6f7;
}

#recaptcha_response_field {
	width: 300px;
	margin: 5px 0px 3px 0px;
}

#recaptcha_links {
	margin: 3px 0px 3px 0px;
}

.recaptcha_only_if_incorrect_sol {
	background-color: rgb(219,79,77);
	background-color: rgba(214,62,63,0.8);
	font: 0.8em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.recaptcha_only_if_incorrect_sol:before {
	font-family: 'icons-mywh';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	line-height: 1em;
	margin-left: 0.2em;
	content: '\26a0';
	padding-right: 5px;
}

.forminput > form > #recaptcha_widget, .forminput > #recaptcha_widget {
	border: 4px solid #fff !important;
	background-color: #fff !important;
}

.splash {
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #2b3538;
	padding-bottom: 1%;
}

.splash h1 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 6em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4%;
	text-shadow: 0 2px 0 #5f6767;
}

.splash h2 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 3em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4%;
	text-shadow: none;
}

.splash p {
	width: 70%;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 2em;
}

.splash-icon {
	font-size: 10em;
	width: 18%;
	margin-top: 5%;
	float: right;
}

.splash-blue {
	background-color: rgb(124,160,209);
	background-color: rgba(91,136,198,0.8);
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #f5f6f7;
}

.splash-blue h1 {
	color: #f5f6f7;
	text-shadow: 0 2px 0 #4972aa;
}

.splash-blue p {
	color: #f5f6f7;
}

.splash-green {
	background-color: rgb(165,211,121);
	background-color: rgba(142,200,88,0.8);
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #3a6e0a;
}

.splash-green h1 {
	color: #f5f6f7;
	text-shadow: 0 2px 0 #569020;
}

.splash-purple {
	background-color: rgb(137,111,176);
	background-color: rgba(116,83,160,0.8);
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #f5f6f7;
}

.splash-purple h1 {
	color: #f5f6f7;
	text-shadow: 0 2px 0 #58308d;
}

.splash-purple p {
	color: #f5f6f7;
}

.splash-grey {
	background-color: rgb(245,246,247);
	background-color: rgba(245,246,247,0.9);
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #2b3538;
}

.splash-grey h1 {
	color: #2b3538;
	text-shadow: none;
}

.splash-cyan {
	background-color: rgb(115,148,170);
	background-color: rgba(81,130,155,0.8);
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #f5f6f7;
}

.splash-cyan h1 {
	color: #f5f6f7;
	text-shadow: 0 2px 0 #3a6b84;
}

.splash-cyan p {
	color: #f5f6f7;
}

.splash-red {
	background-color: rgb(216,72,73);
	background-color: rgba(214,62,63,0.95);
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #f5f6f7;
}

.splash-red h1 {
	color: #f5f6f7;
	text-shadow: 0 2px 0 #a92021;
}

.splash-red p {
	color: #f5f6f7;
}

.splash-sand {
	background-color: rgb(222,203,121);
	background-color: rgba(214,190,87,0.8);
	font: 1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

.splash-sand h1 {
	color: #2b3538;
	text-shadow: 1px 1px 0 #f5f6f7, -1px -1px 0 #000000;
}

.splash-box {
	background-color: rgb(245,246,247);
	background-color: rgba(245,246,247,0.7);
	display: block;
	width: 100%;
	overflow: auto;
	padding: 30px;
	margin-top: 20px;
	clear: both;
}

#webbie-splash-kundeservice {
	position: absolute;
	bottom: 90px;
	right: 10px;
}

#splash-map {
	position: relative;
	height: 350px;
	overflow: hidden;
}

.splash-map .map {
	z-index: 1;
}

#splash-map h1 {
	margin-top: 1%;
	margin-bottom: 0px;
	padding: 1% 2%;
	text-shadow: 0 2px 0 #4972aa;
	z-index: 2;
	position: absolute;
	top: 0px;
	color: #f5f6f7;
	background-color: rgb(91,136,198);
	background-color: rgba(91,136,198,0.9);
}

#message {
	width: 50%;
	height: 200px;
}

.contact-phonenumber {
	margin-top: 0px;
}

.contact-phonenumber-alt {
	margin-top: -15px;
	font-size: 1em;
}

.contact-chatstatus {
	font-style: italic;
}

.fb-winners {
	height: 500px;
	overflow: scroll;
}

#webbie-splash-omoss {
	position: absolute;
	bottom: -45px;
	right: 50px;
	margin-top: 20px;
	margin-left: 50px;
}

.inline-icon {
	border-radius: 50%;
	font-size: 130px;
	padding: 15px;
	width: 230px;
	height: 230px;
	text-align: center;
	color: #f5f6f7;
	margin: 2.5%;
}

.inline-icon i {
	padding-top: 25px;
	display: block;
}

.inline-icon.small {
	font-size: 65px;
	padding: 7px;
	width: 115px;
	height: 115px;
	margin: 1.5%;
}

.inline-icon.small i {
	padding-top: 12px;
}

.inline-icon.medium {
	font-size: 98px;
	padding: 11px;
	width: 173px;
	height: 173px;
}

.inline-icon.medium i {
	padding-top: 19px;
}

.inline-icon-center {
	margin-left: auto;
	margin-right: auto;
}

.inline-icon-padding-left {
	padding-left: 250px;
}

.inline-icon-small-padding-left {
	padding-left: 170px;
}

.inline-icon-padding-right {
	padding-right: 250px;
}

.inline-icon-small-padding-right {
	padding-right: 170px;
}

.servicesearch-wrapper {
    width: 96%;
    display: block;
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
}

.servicesearch-wrapper:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.servicesearch-wrapper input {
    width: 90%;
    height: 40px;
    float: left;   
    background: #fff;
    border-radius: 3px 0 0 3px;   
    padding: 0 0 0 5px;
    margin: 0px;
    color: #5f6767;
}
 
.servicesearch-wrapper input:focus {
    outline: 0;
    background: #fff;
    padding: 0 0 0 5px;
    box-shadow: none;
    border: 1px solid rgba(214,62,63,1);
    color: #2b3538;
}
 
.servicesearch-wrapper button {
    overflow: visible;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    border: 0;
    padding: 0px;
    cursor: pointer;
    height: 40px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #d63e3f;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
}  
   
.servicesearch-wrapper button:hover{    
    background: #e54040;
}  
   
.servicesearch-wrapper button:active,
.servicesearch-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}

.servicesearch-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d63e3f transparent;
    top: 12px;
    left: -6px;
}
 
.servicesearch-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.servicesearch-wrapper button:focus:before,
.servicesearch-wrapper button:active:before{
    border-right-color: #c42f2f;
}     
 
.servicesearch-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#webbie-splash-sok {
	position: absolute;
	top: -226px;
	right: 20px;
}

#splash-sok-form {
	overflow: visible;
}

.searchresultsummary {
	font: 2.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	margin-top: 3%;

}

.searchresultsummary p {
	font-size: 0.4em;
}

.contact-callback input {
	margin-top: 15px;
	margin-bottom: 15px;
}

.contact-callback button {
	margin-left: 3px;
}

.productsummary {
	margin-top: 4%;
	margin-bottom: 4%;
}

div#page-content > div#page-splash-productsummary {
	margin-top: 0px !important;
}

.productsummary-container {
	width: 100%;
	position: relative;
	padding-top: 3%;
	padding-bottom: 3%;
	line-height: 1.7em;
}

.productsummary-heading {
	padding-right: 2%;
	font: 3em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	margin-bottom: 3%;
	float: left;
}

.productsummary-subheading {
	padding-right: 2%;
	font: 1.8em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin-top: -3%;
	margin-bottom: 2.5%;
	float: left;
}

.productsummary-price-buy {
	float: right;
}

.productsummary-price-buy-with-subheading {
	margin-top: -11%;
}

.productsummary-price {
	font: 5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	width: 100%;
	text-align: center;
	position: relative;
}

.productsummary-price-prepend {
	font: 0.3em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	display: inline-block;
	padding-right: 10px;
	padding-left: 40px;
}

.productsummary-price-append {
	font: 0.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	display: inline-block;
	position: relative;
	left: -40px;
}

.productsummary-price-ore {
	font: 0.35em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding-left: 7px;
	padding-top: 19px;
}

.productsummary-price-setup {
	font: 0.3em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	display: block;
}

.productsummary-buy {
	width: 100%;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 8%;
}

.productsummary-buy p {
	margin-bottom: 2%;
}

.productsummary-recommend {
	width: 100%;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 8%;
}

.productsummary-other {
	font: 1.2em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin-top: 8%;
}

.productsummary-other a {
	font-size: 0.833333333em;
	line-height: 2em;
}

.productsummary-includes {
	margin-right: 2%;
	float: left;
}

.productsummary-includes i {
	color: #8ec858;
}

.productsummary-includes ul {
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}

.productsummary-includes li{
	font: 1.2em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	line-height:1.8em;
	float:left;
	display:inline;
	width:50%;
}

/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    margin:20px 10px 20px 20px;
    padding:0px;
    position: relative;
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

.wizard-steps div {
    position:relative;
}

/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
    display: block;
    float: left;
    font: 1.2em "source-sans-pro", Arial, Helvetica, sans-serif;
    font-weight: 200;
    text-align:center;
    width: 1.37em;
    margin: 9px 15px 0px 10px;
    line-height: 1.2em;
    color: #ccc;
    background: #FFF;
    border: 2px solid #FFF;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

/* = DEFAULT STEPS
----------------------------*/
.wizard-steps em {
    position:relative;
    display:block;
    width:auto;
    height:50px;
    margin-right: 30px;
    padding:0px 10px 0px 3px;
    float: left;
    font-size: 1.2em;
    line-height:50px;
    color:#666;
    background: #f3ebcc;
    text-decoration:none;
    text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
    font-weight: 200;
    cursor: pointer;
}
.wizard-steps em:before {
    width:0px;
    height:0px;
    border-top: 25px solid #f3ebcc;
    border-bottom: 25px solid #f3ebcc;
    border-left:25px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -25px;
}
.wizard-steps em:after {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left:25px solid #f3ebcc;
    position: absolute;
    content: "";
    top: 0px;
    right: -25px;
}
 
/* = COMPLETED STEPS
----------------------------*/
 
.wizard-steps .completed-step em {
    color:#2b3538;
    background: #8ec858;
    text-shadow:none !important;
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
    font-weight: 200;
}
.wizard-steps .completed-step em:before {
    border-top: 25px solid #8ec858;
    border-bottom: 25px solid #8ec858;
}
.wizard-steps .completed-step em:after {
    border-left: 25px solid #8ec858;
}
.wizard-steps .completed-step span {
    border: 2px solid #fff;
    color: #2b3538;
    text-shadow:none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step em {
    color:#f5f6f7;
    background: #5b88c6;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.wizard-steps .active-step em:before {
    border-top: 25px solid #5b88c6;
    border-bottom: 25px solid #5b88c6;
}
.wizard-steps .active-step em:after {
    border-left: 25px solid #5b88c6;
}
.wizard-steps .active-step span {
    color: #2b3538;
    text-shadow:none;
    border: 2px solid #fff;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover em, .wizard-steps .active-step:hover em {
    color:#fff;
    background: #d63e3f;
    text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
    color:#d63e3f;
}
.wizard-steps .completed-step:hover em:before, .wizard-steps .active-step:hover em:before {
    border-top: 25px solid #d63e3f;
    border-bottom: 25px solid #d63e3f;
}
.wizard-steps .completed-step:hover em:after, .wizard-steps .active-step:hover em:after {
    border-left: 25px solid #d63e3f;
}

.order-loader {
	font-size: 4em;
	text-align: center;
}

.order-loader.new-order {
	margin-top: 4%;
}

.order-bottom-filler {
	display: block;
	width: 1px;
	height: 1000px;
}

table.order-extrainfo {
	width: 100%;
}

.order-extrainfo th {
	font-size: 1.8em;
	border-bottom: 1px solid #d4d5d6;
	padding-bottom: 2%;
}

.order-extrainfo td {
	padding: 1.5% 1%;
}

.order-extrainfo td.caption {
	width: 50%;
}

.order-extrainfo td.caption label {
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.order-extrainfo td.field {
	width: 50%;
}

#order-domain-search {
	margin: 2% 0 2% 0;
}

#order-domain-search .infobox {
	margin: 0;
	background-color: #8ec858;
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-weight: normal;
}

.order-domain-search-registry-action {
	background-color: #8ec858;
	padding: 1% 2%;
	color: #f5f6f7;
}

#domainSearchFormError {
	color: #d63e3f;
	background: rgb(234,158,159);
	background: rgba(214,62,63,0.5);
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
	padding: 2%;
}

#order-product, #order-product-extrainfo, #order-domain, #order-customer, #order-confirm, #order-confirmed {
	margin-top: 3%;
	margin-bottom: 3%;
}

#web_norid_pid {
	width: 100%;
	height: 400px;
}

.product-column {
	margin-top: 3%;
}

.product-container ul {
	margin-bottom: 10%;
}

.product-container .inline-icon {
	margin-top: 10%;
	margin-bottom: 10%;
}

.pricecontainer {
	position: relative;
	border-radius: 50%;
	font-size: 10px;
	padding-top: 40px;
	width: 90px;
	height: 90px;
	text-align: center;
	color: #f5f6f7;
	margin: 2.5%;
	-webkit-box-shadow: -1px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    -1px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow:         -1px 2px 7px rgba(0, 0, 0, 0.3);
	background: rgb(214,62,63);
	background: -moz-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: -webkit-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: -o-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: -ms-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: linear-gradient(150deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
}

.pricecontainer sup {
	font-size: 14px;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	width: 90px;
}

.pricecontainer em.small {
	font-size: 30px;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
	text-align: center;
	display: block;
	position: absolute;
	top: 21px;
	width: 90px;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
}

.pricecontainer em {
	font-size: 35px;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
	text-align: center;
	display: block;
	position: absolute;
	top: 18px;
	width: 90px;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
}

.pricecontainer sub {
	font-size: 12px;
	text-align: left;
	display: block;
	position: absolute;
	bottom: 16px;
	left: 20px;
	width: 70px;
}

.pricecontainer-small {
	position: relative;
	border-radius: 50%;
	font-size: 10px;
	padding-top: 40px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #f5f6f7;
	margin: 2.5%;
	-webkit-box-shadow: -1px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    -1px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow:         -1px 2px 7px rgba(0, 0, 0, 0.3);
	background: rgb(214,62,63);
	background: -moz-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: -webkit-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: -o-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: -ms-linear-gradient(60deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
	background: linear-gradient(150deg, rgb(220, 73, 74) 13%, rgb(185, 30, 32) 80%);
}

.pricecontainer-small sup {
	font-size: 11px;
	text-align: center;
	display: block;
	position: absolute;
	top: 4px;
	width: 60px;
}

.pricecontainer-small em.small {
	font-size: 20px;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
	text-align: center;
	display: block;
	position: absolute;
	top: 18px;
	width: 60px;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
}

.pricecontainer-small em {
	font-size: 24px;
	font-family:"source-sans-pro", Verdana , sans-serif !important;
	font-weight: 400;
	text-align: center;
	display: block;
	position: absolute;
	top: 12px;
	width: 60px;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
}

.pricecontainer-small sub {
	font-size: 9px;
	text-align: left;
	display: block;
	position: absolute;
	bottom: 8px;
	left: 15px;
	width: 50px;
}

.inline-splash {
	margin: 4% 0;
	padding: 1.5% 0;
}

.colo-price-example-image {
	margin-top: 30px;
}

.beta-overlay {
	position: absolute;
	top: 30px;
	left: -10px;
}

.ill-myisp {
	margin: 30px 0 20px 30px;
}

table.comparetable {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#compareheading.floating {
    position: fixed;
    top: 0;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 5px 15px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 5px 15px rgba(0, 0, 0, 0.25);
}

#compareheading.floating th:first-child {
	border-radius: 0px 0px 0px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
}

#compareheading.floating th:last-child {
	border-radius: 0px 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
}

#compareheading-wrapper {
	width: 100%;
}

.comparetable-col1 {
	background: rgba(212,213,214,0.45);
	width: 40%;
}

.comparetable-col2 {
	background: rgba(212,213,214,0.65);
	width: 20%;
}

.comparetable-col3 {
	background: rgba(212,213,214,0.45);
	width: 20%;
}

.comparetable-col4 {
	background: rgba(212,213,214,0.65);
	width: 20%;
}

span.tooltips {
	border-bottom: 1px dotted #2b3538;
	cursor: help;
	font-size: inherit;
}

.ill-mydns {
	margin: 30px 0 20px 30px;
}

#image-splash-ssl {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.splash-ssl {
	min-height: 210px;
}

.image-ssl-logo {
	margin: 30px 20px 0px 20px;
}

#ssl-icons img {
	cursor: pointer;
}

#image-splash-server {
	float: right;
	margin-top: 5%;
}

#image-splash-colocation {
	position: absolute;
	bottom: 0px;
	right: 30px;
}

#image-splash-webhosting-container {
	height: 100%;
	width: 280px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

#image-splash-webhosting-container {
	height: 100%;
	width: 280px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

#image-splash-mypress-container {
	height: 90%;
	width: 385px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#image-splash-garantier {
	margin-top: 5%;
}

#image-splash-free-webhosting {
	margin-top: 5%;
}

#image-splash-mywordpress {
	position: absolute;
	bottom: 0px;
	left: 60%;
}

#image-splash-mywebpropluss {
	position: absolute;
	bottom: -78px;
	left: 70%;
}

.splash-wordpress {
	overflow: hidden;
}

.splash-mywebpropluss {
	overflow: hidden;
}

#splashs {
	margin-top: 1.5%;
	padding-bottom: 1.5%;
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 1em;
}

#splashs h1 {
	margin-top: 0px;
	padding: 0px;
}

#splashs p {
	padding: 0px;
	margin: -10px 0 30px 0;
	font-size: 1.5em;
	color: #d4d5d6;
}

#splashs ul {
	width:100%;
	overflow:hidden;
	margin-top: 10px;
}

#splashs ul.twothirds {
	width:66.66666666666%;
	overflow:hidden;
	margin-top: 10px;
}

#splashs li.double {
	float:left;
	display:inline;
	width:50%;
	margin: 5px 0 5px 0;
}

#splashs li.tripple {
	float:left;
	display:inline;
	width:33%;
	margin: 5px 0 5px 0;
}

.splash-index-priceorder {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #5f6767;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.splash-index-priceorder button {
	font-size: 1.2em;
	vertical-align: top;
	margin-top: 4px;
}

.splash-index-priceorder .price {
	font: 3em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	display: inline;
}

.splash-index-priceorder .price .price-prepend {
	font: 0.3em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	display: inline-block;
	padding-right: 10px;
	padding-left: 40px;
}

.splash-index-priceorder .price .price-append {
	font: 0.5em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	display: inline-block;
	position: relative;
	left: -23px;
}

.splash-index-priceorder .price .price-ore {
	font: 0.4em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 7px;
}

#index-splash-webhotell-text {
	min-height: 120px;
}

.index-webhotell {
	z-index: 8;
	position: absolute;
	top: -210px;
	right: 20px;
}

.index-santa {
	z-index: 8;
	position: absolute;
	top: -154px;
	right: 20px;
}

#index-monthlyspecial {
	z-index: 1;
	background-color: #8ec858;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.monthlyspecial-heading {
	font: 1.1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2b3538;
	width: 115px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	text-align: right;
	border-right: 1px solid #f5f6f7;
	border-right: 1px solid rgba(245,246,247,0.5);
	position: relative;
	z-index: 2;
}

#index-monthlyspecial p {
	font: 1.0em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	height: 80px;
	color: #2b3538;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

#index-monthlyspecial p a {
	color: #2b3538;
	text-decoration: underline;
}

.monthlyspecial-bg-icon {
	position: absolute;
	top: -80px;
	left: -80px;
	color: rgb(245,246,247);
	color: rgba(245,246,247,0.3);
	font-size: 200px;
	z-index: 1;
}

#index-information {
	z-index: 1;

	background: rgba(91,136,198,0.5);
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.information-heading {
	font: 1.1em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2b3538;
	width: 115px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	text-align: right;
	border-right: 1px solid #f5f6f7;
	border-right: 1px solid rgba(245,246,247,0.5);
	position: relative;
	z-index: 2;
}

#index-information p {
	font: 1.0em "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	height: 80px;
	color: #2b3538;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}

#index-information p a {
	color: #2b3538;
	text-decoration: underline;
}

.information-bg-icon {
	position: absolute;
	top: -40px;
	left: -46px;
	color: rgb(245,246,247);
	color: rgba(245,246,247,0.3);
	font-size: 150px;
	z-index: 1;
}

.index-productsummary {
	margin-top: 2%;
}

.index-domainsearch {
	margin-top: 3%;
}

#index-domain-search {
	margin: 4% 4% 4% 0;
}

#index-domain-search .infobox {
	margin: 0;
	background-color: #8ec858;
}

#index-domain-search .infobox {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
}

#index-domain-search .text-container {
	margin: 3% 0 3% 0;
}

#index-domain-prices {
	width: 320px;
	margin: 0 auto;
	text-align: right;
}

.index-domainsearch .ingress {
	font-size: 1.3em;
	color: #5f6767;
	margin-top: -10px;
}

.index-domainsearch .bulletlist {
	font-size: 1.3em;
}

.next-arrow {
	border-radius: 50%;
	font-size: 65px;
	padding: 7px;
	width: 115px;
	height: 115px;
	text-align: center;
	background-color: #d4d5d6;
	background-color: rgba(212,213,214,0.7);
	color: #fff;
	margin: 5% auto;
	cursor: pointer;
}

.next-arrow:hover {
	background-color: #8ec858;
	background-color: rgba(142,200,88,0.8);
	color: #fff;
}

.next-arrow i {
	padding-top: 12px;
	display: block;
}

.index-domainsearch-wrapper {
    width: 100%;
    display: block;
    position: relative;
}

.index-domainsearch-wrapper input {
    width: 90%;
    height: 40px;
    float: left;   
    background: #f5f6f7;
    border-radius: 3px 0 0 3px;   
    padding: 0 0 0 5px;
    margin: 0px;
    color: #5f6767;
    border: 1px solid rgba(213,213,214,1);
}
 
.index-domainsearch-wrapper input:focus {
    outline: 0;
    background: #fff;
    padding: 0 0 0 5px;
    box-shadow: none;
    border: 1px solid rgba(214,62,63,1);
    color: #2b3538;
}
 
.index-domainsearch-wrapper button {
    overflow: visible;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #d63e3f;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}  
   
.index-domainsearch-wrapper button:hover{    
    background: #e54040;
}  
   
.index-domainsearch-wrapper button:active,
.index-domainsearch-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}
 
.index-domainsearch-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d63e3f transparent;
    top: 12px;
    left: -6px;
}
 
.index-domainsearch-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.index-domainsearch-wrapper button:focus:before,
.index-domainsearch-wrapper button:active:before{
    border-right-color: #c42f2f;
}     
 
.index-domainsearch-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
} 

#index-content-why {
	padding: 4% 0;
	margin: 5% 0;
	background-image: url('https://images.mywebhost.no/6/index-why-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

#index-content-why-text {
	background-color: #d63e3f;
	background-color: rgba(214,62,63,0.9);
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 3%;
}

#index-content h5 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	font-size: 3.8em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4%;
	color: #f5f6f7;
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.index-content-area-ingress {
	margin: 0.8% 0 5% 0;
	font-size: 1.8em;
	color: rgb(43,53,56);
	color: rgba(43,53,56,0.8);
	width: 100%;
	text-align: center;
}

.index-content-why-list {
	color: #f5f6f7 !important;
}

.index-content-why-list .row {
	margin-bottom: 2%;
}

.index-content-why-list i {
	font-size: 5.5em;
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.index-content-why-list a {
	color: #f5f6f7 !important;
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.index-content-why-list p {
	font-size: 1.2em;
	color: #2b3538 !important;
}

.index-content-why-customers {
	padding-left: 25%;
}

#index-content-webhosting {
	padding: 4% 0;
	margin: 5% 0;
	background-color: transparent;
}

#index-content-webhosting-text {
	padding: 4% 0;
	background-color: #5b88c6;
	background-color: rgba(91,136,198,0.8);
}

.index-content-webhosting-topimage {
	width: 100%;
	text-align: center;
	height: 76px;
	overflow: hidden;
	position: relative;
}

.index-content-webhosting-topimage img {
	width: 100%;
	max-width: 900px;
	margin: auto;
	position: absolute;
	bottom: 0px;
	left:0;
	right:0;
}

.index-content-webhosting-30dager {
	text-align: center;
	background-color: #f5f6f7;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 30px;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
}

.index-content-webhosting-30dager h4 {
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 1.7em;
	margin-bottom: 10px;
}

.index-content-webhosting-30dager input {
	width: 240px;
}

.index-content-webhosting-30dager button {
	margin-left: 3px;
	margin-top: 3px;
	width: 242px;
	font-size: 1.3em;
}

#index-content-webhosting-text ul {
	width:100%;
	overflow:hidden;
	margin-top: 10px;
}

#index-content-webhosting-text li {
	float:left;
	display:inline;
	width:33%;
	margin: 5px 0 5px 0;
}

#index-content-webhosting-text a {
	color: #f5f6f7 !important;
}

.index-content-webhosting-wplink a {
	font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

#index-content-webhosting .bulletlist li:before {
	color: #f5f6f7;
}

#index-content-webhosting-more {
	margin-top: 5%;
}

.index-content-webhosting-webbie {
	position: absolute;
	left: 65px;
	top: -160px;
}

.index-content-webhosting-table {
	width: 90%;
}

#index-content-colocation {
	background-image: url('https://images.mywebhost.no/6/index-colocation-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5%;
	padding-bottom: 5%;
}

#index-content-colocation-text {
	background-color: #51829b;
	background-color: rgba(81,130,155,0.9);
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 3%;
}

.index-content-colocation-list {
	color: #f5f6f7 !important;
}

.index-content-colocation-list .row {
	margin-bottom: 2%;
}

.index-content-colocation-list i {
	font-size: 5.5em;
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.index-content-colocation-list a {
	color: #f5f6f7 !important;
	text-shadow: 0px 1px 2px rgba(0,0,0,.6);
}

.index-content-colocation-list p {
	font-size: 1.2em;
	color: #2b3538 !important;
}

#index-content-ssl {
	padding: 4% 0;
	margin: 5% 0;
	background-color: #d6be57;
	background-color: rgba(214,190,87,0.8);
}

#index-content-ssl a {
	color: #2b3538 !important;
}

#index-content-ssl .bulletlist li:before {
	color: #f5f6f7;
}

#index-content-ssl button {
	margin-top: 3%;
	margin-bottom: 3%;
}

.index-content-ssl-image {
	position: absolute;
	top: 50px;
	left: -250px;
}

.index-content-ssl-logo {
	margin-top: 10px;
}

#index-content-customerservice {
	background-image: url('https://images.mywebhost.no/6/index-customerservice-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0;
}

#index-content-customerservice h5 {
	text-align: center;
	color: #2b3538;
}

#index-content-customerservice-text {
	width: 80%;
	padding: 3%;
	background-color: #f5f6f7;
	background-color: rgba(245,246,247,0.8);
}

#index-content-wordpress {
	margin: 5% 0;
	min-height: 700px;
}

.index-content-wordpress-bg {
	padding: 4% 0;
	background-color: #5b88c6;
	background-color: rgba(91,136,198,0.8);
}

#index-content-wordpress a {
	color: #f5f6f7 !important;
}

.index-content-wordpress-ingress {
	font-size: 1.2em;
	padding-top: 2%;
	padding-bottom: 4%;
}

#index-content-wordpress .bulletlist li:before {
	color: #f5f6f7;
}

#index-content-wordpress button {
	margin-top: 3%;
	margin-bottom: 3%;
}

.index-content-wordpress-screen {
	position: relative;
}

.index-content-wordpress-mbpro {
	position: absolute;
	width: 50%;
	max-width: 738px;
	left: 60%;
	top: -70px;
}

.index-body #footer {
	margin-top: 0px;
}

#index-splash-colocation-image {
	min-height: 200px;
}

.index-colocation {
	position: absolute;
	top: -220px;
	left: 40px;
}

.index-splash-colocation-uptime {
	display: block;
	font-size: 3.2em;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.index-server {
	width: 100%;
	max-width: 320px;
}

.index-ssl {
	position: absolute;
	top: -173px;
	width: 390px;
}

.index-blog {
	position: absolute;
	top: -187px;
	width: 390px;
}

.index-design {
	z-index: 8;
	width: 307px;
	position: absolute;
	bottom: 10px;
	left: 40px;
}

.index-design-1 {
	z-index: 7;
	width: 290px;
	position: absolute;
	bottom: 80px;
	left: 50px;
}

.status-uptime-percent {
	font-size: 9em;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
	font-weight: 700;
   	color: rgba(98,156,43,0.8);
    text-shadow: 1px 4px 6px #fff, 0 0 0 #000, 1px 4px 6px #fff;
	letter-spacing: -7px;
	margin: 10px 0 -25px 0;
}

.status-uptime-now {
	border: 5px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 4px 4px 15px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 15px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 15px rgba(50, 50, 50, 0.25);
	margin-bottom: 30px;
}

.status-h2 {
	padding-top: 20px;
}

.status-update-time {
	margin-top: -5px;
	padding-bottom: 15px;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	color: #b0b4b4;
}

.status-indication {
	margin-bottom: 15px;
}

.status-upper-table {

}

.status-uptime-more {
	padding-top: 45px;
}

.status-indication-circle {
	display: block;
	padding-bottom: 10px;
}

.status-description {
	text-align: center;
	padding: 10px;
	border-top: 1px solid rgb(95,103,103);
	border-top: 1px solid rgba(95,103,103,0.2);
	border-bottom: 1px solid rgb(95,103,103);
	border-bottom: 1px solid rgba(95,103,103,0.2);
	background-color: rgb(245,246,247);
	background-color: rgba(212,213,214,0.25);
}

.status-support {
	background-color: #f5f6f7;
}

.status-support-q-description {
	display: block;
	text-align: center;
	margin-top: -5px;
	color: #5f6767;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.status-service-notice-down {
	padding: 10px;
	border-top: 1px solid rgb(95,103,103);
	border-top: 1px solid rgba(95,103,103,0.2);
	background-color: rgb(222,101,101);
	background-color: rgba(214,62,63,0.9);
	color: #f5f6f7;
}

.status-service-notice-info {
	padding: 10px;
	border-top: 1px solid rgb(95,103,103);
	border-top: 1px solid rgba(95,103,103,0.2);
	background-color: rgb(222,203,121);
	background-color: rgba(214,190,87,0.9);
	color: #2b3538;
}

.status-service-notice-times {
	text-align: center;
}

.status-service-notice-times i {
	font-size: 4em;
}

#status-domainservice {
	margin-top: 4%;
}

.status-description-details {
	background-color: rgb(245,246,247);
	background-color: rgba(212,213,214,0.25);
	border-bottom: 1px solid rgb(95,103,103);
	border-bottom: 1px solid rgba(95,103,103,0.2);
}

.status-description-details-icon {
	padding: 10px 0 10px 0;
	font-size: 2.5em;
	text-align: center;
}

.status-description-details-text {
	padding: 10px;
	height: 100%;
}

.notable td {
	font-size: 1em !important;
}

.product-container > div > h1 {
	color: #2b3538;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 2.5em;
	margin-top: 2%;
	margin-bottom: 1.5%;
}

.product-container > div > h1 > a {
	color: #2b3538;
	font-family: 'source-sans-pro', Arial, Helvetica, sans-serif;
	font-weight: 200;
}

.image-border {
	margin: 3%;
	border: 4px solid #d4d5d6;
}

.image-webbie-final {
	width: 100%;
	max-width: 440px;
	margin: 3% 3% 3% 0;
}

.table-referer {
	margin-right: 3%;
}

.domain_list_tld img {
	margin-right: 10px;
}

.whoiscode {
	font-family: 'Courier New';
	font-size: 0.9em;
}

.mywhkbsearchsuggestions-container {
    width: 100%;
    display: block;
    position: relative;
	background-color: rgb(245,246,247);
	background-color: rgba(245,246,247,0.7);
    padding: 0.1% 3% 1.5% 3%;
    color: #2b3538;
}

#index-domainsearch-link {
	cursor: pointer;
}

#index-domainsearch-link:hover {
	cursor: pointer;
	text-decoration: underline;
}

#index-customerservice-link {
	cursor: pointer;
}

#index-customerservice-link:hover {
	cursor: pointer;
	text-decoration: underline;
}

#index-customerservice-ingress {
	width: 70%;
}

#index-customerservice-search {
	padding-top: 20px;
	overflow: visible;
	z-index: 7;
}

#index-customerservice-search-image {
	position: absolute;
	top: -73px;
	right: 10px;
	z-index: 8;
}

#index-domainsearch-priv-image {
	position: absolute;
	top: -179px;
	right: 0px;
	z-index: 8;
}

#index-stability-measure {
	display: block;
	float: right;
	width: 40%;
	background-color: #8ec858;
	border: 1px solid #80b94b;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), 0 0 1px rgba(0,0,0,.3), inset 0 0 1px 1px rgba(255,255,255,.2), inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 2px rgba(0,0,0,.05);
	border-radius: 3px;
	background-image: linear-gradient(top, #9ad366, #80b94b); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ad366', endColorstr='#80b94b'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ad366', endColorstr='#80b94b'); /* IE8 */
	background: -ms-linear-gradient(top, #9ad366, #80b94b); /* IE9 */
	background: -moz-linear-gradient(top, #9ad366, #80b94b); /* Firefox */ 
	background: -o-linear-gradient(top, #9ad366, #80b94b); /* Opera 11  */
	background: -webkit-linear-gradient(top, #9ad366, #80b94b); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9ad366), color-stop(1, #80b94b)); /* Chrome 10, Safari */	
	text-align: center;
	padding: 6px;
	color: #2b3538;
	font-size: 0.90em;
}

#index-stability-measure em {
	display: block;
	font-size: 2.8em;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

.invoice_address_container {
	display: inline-block;
	background-color: #f5f6f7;
	border: 1px solid #d4d5d6;
	padding: 2%;
}

.paymentIframe {
	width: 100%;
	height: 350px;
}

.leftinput {
	display: block;
	border: 1px solid #d4d5d6;
	background: rgb(245,246,247);
	background: rgba(245,246,247,0.9);
	padding: 3% 4% 3% 4%;
	margin: 0 auto 5% auto;
}

.leftinput h1 {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 1.8em;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	width: 100%;
	border-bottom: 1px solid #d4d5d6;
	line-height: 1.9em;
	margin: 0 0 2% 0;
}

.leftinput p {
	margin: 0 0 2% 0;
}

.leftinput span {
	display: block;
	margin-bottom: 1%;
}

fieldset {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f5f6f7;
	min-height: 150px;
}

legend {  /* Title */
	width: 100%;
	background: #f5f6f7;
	padding: 1.5%;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-size: 2.4em;
	border-bottom: 1px solid #d4d5d6;
}

fieldset p {    /* Content  */
	display: block;
	width: 100%;
	padding: 1.5%;
	font-size: 1.2em;
}







































































































































































#footer {
	background-color: #f5f6f7;
	border-top: 1px solid #d4d5d6;
	border-bottom: 1px solid #d4d5d6;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	padding-top: 2%;
	padding-bottom: 30px;
	margin-top: 2%;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #2b3538;
}

#footer a {
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	color: #7453a0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul li ul {
	display: block;
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
}

#footer ul li ul li {
	font-size: 1.5em;
	width: 100%;
	padding: 0 0 5% 0;
}

#footer ul li ul li ul {
	width: 100%;
	border-bottom: none;
}

#footer ul li ul li ul li {
	font-size: 0.65em;
	padding: 0 0 1% 0;
}

#footer ul li ul li ul li:first-child {
	border-top: 1px solid rgb(228,229,230);
	border-top: 1px solid rgba(212,213,214,0.5);
	padding-top: 5%;
}

#footer-payoff {
	text-align: right;
	font-family: "source-sans-pro", Verdana , sans-serif;
	font-weight: 200;
	font-style: italic;
	font-size: 0.81em;
	display: block;
	padding: 0 0 0 79%;
}

#footer-logo-object {
	width: 100%;
	text-align: right;
	padding: 0 0 3% 0;
}

#footer-payments {
	display: block;
	text-align: right;
	padding: 3% 0 0 0;
}

#partners {
	margin: 2% 0 2% 0;
}

#partners-tech {
	width: 74%;
	float: left;
}

#partners-tech-img {
	cursor: pointer;
}

#partners-fb {
	width: 24%;
	float: left;
	text-align: right;
}

#partners-social {
	width: 24%;
	float: left;
	text-align: right;
}

#partners-icon {
	font-size: 2.5em;
	float: right;
}

#partners-icon i {
	margin: 0 10px 0 10px;
}

#partners-icon a, #partners-icon a:visited, #partners-icon a:active {
	color: #2b3538;
}

#partners-icon i:last-child {
	margin: 0 0 0 10px;
}

form.gsearch-wrapper {
	padding: 0px !important;
}

.gsearch-wrapper {
    width: 410px;
    background: transparent;
    margin: 2.5% auto 0 auto;
}
 
.gsearch-wrapper input {
    width: 300px;
    height: 40px;
    float: left;   
    background: #eee;
    border-radius: 3px 0 0 3px;   
    padding: 0 0 0 5px;
    margin: 0px;
    color: #5f6767;
}
 
.gsearch-wrapper input:focus {
    outline: 0;
    background: #fff;
    padding: 0 0 0 5px;
    box-shadow: none;
    border: 1px solid rgba(214,62,63,1);
    color: #2b3538;
}
 
.gsearch-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #d63e3f;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}  
   
.gsearch-wrapper button:hover{    
    background: #e54040;
}  
   
.gsearch-wrapper button:active,
.gsearch-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}
 
.gsearch-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d63e3f transparent;
    top: 12px;
    left: -6px;
}
 
.gsearch-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.gsearch-wrapper button:focus:before,
.gsearch-wrapper button:active:before{
        border-right-color: #c42f2f;
}     
 
.gsearch-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}    

#copyright {
	border-top: 1px solid rgb(228,229,230);
	border-top: 1px solid rgba(212,213,214,0.5);
	margin: 3% 0 2% 0;
	font-size: 0.75em;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
}

#copyright-trademark {
	text-align: right;
}

#copyright span {
	display: block;
	width: 100%;
	margin-top: 2%;
}

#copyright span a {
	font-size: 1em;
	font-family:"source-sans-pro", Verdana , sans-serif;
	font-weight: 400;
	color: #d63e3f;
}

/**************************************

MEDIA QUERIES

**************************************/

@media all and (max-width: 1200px) {

	.boxed .search-wrapper {
		width: 340px;
	}
 
	.boxed .search-wrapper input {
		width: 230px;
	}

}

@media all and (max-width: 1200px) {

	.index-content-why-list i {
		font-size: 4.5em;
	}

	.index-content-why-list p {
		font-size: 1.0em;
	}
	
	.index-content-why-customers {
		padding-left: 5%;
	}

	.index-content-colocation-list i {
		font-size: 4.5em;
	}

	.index-content-colocation-list p {
		font-size: 1.0em;
	}

}

@media all and (max-width: 1025px) {

	#iconmenu-index-dns {
		display: none;
	}

}

@media all and (max-width: 1020px) {

	.container {
		padding-right: 2%;
		padding-left: 2%;
	}
	
	.boxed .search-wrapper {
		width: 320px;
	}
 
	.boxed .search-wrapper input {
		width: 210px;
	}
	
	.number-item {
		margin: 2%;
	}
	
	#pdfinvoice {
		width: 956px;
	}

	#pdfinvoice embed {
		width: 950px;
		height: 600px;
	}
	
	.index-ssl {
		position: absolute;
		top: -129px;
		width: 290px;
		left: 10px;
	}

}

@media all and (max-width: 980px) {

	#index-top .nav ul li {
		display: inline;
		font-family:"franklin-gothic-urw", 'Arial Narrow', Arial, sans-serif;
		font-weight: 300;
		font-size: 1.1em;
	}
	
	#index-top .nav ul li a {
		margin: 0 0 0 2%;
	}
	
	#page-top .nav ul li {
		display: inline;
		font-family:"franklin-gothic-urw", 'Arial Narrow', Arial, sans-serif;
		font-weight: 300;
		font-size: 0.8em;
	}
	
	#footer ul li ul li {
		font-size: 1.3em;
	}

	#footer ul li ul li ul li {
		font-size: 0.60em;
	}
	
	#partners-tech {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 3% 0;
	}

	#partners-fb {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#partners-social {
		width: 100%;
		float: none;
		text-align: center;
	}

	#partners-icon {
		float: none;
		display: inline;
	}
	
	.pricetable_container {
		float: left;
		margin: 5% 0% 5% 10%;
	}
	
	.modal {
	  width: 80%;
	}
	
	#pdfinvoice {
		width: 856px;
	}

	#pdfinvoice embed {
		width: 850px;
		height: 500px;
	}
	
	.splash h1 {
		font-size: 5em;
	}

	.splash p {
		font-size: 1.5em;
	}
	
	.wizard-steps {
		margin:20px 10px 20px 10px;
	}
	
	.wizard-steps span {
		font-size: 0.9em;
		width: 1.0em;
		margin: 6px 15px 0px 10px;
		line-height: 0.7em;
	}

	.wizard-steps em {
		height:24px;
		margin-right: 18px;
		padding:0px 10px 0px 3px;
		font-size: 0.9em;
		line-height:24px;
	}

	.wizard-steps em:before {
		border-top: 12px solid #f3ebcc;
		border-bottom: 12px solid #f3ebcc;
		border-left:12px solid transparent;
		left: -12px;
	}

	.wizard-steps em:after {
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left:12px solid #f3ebcc;
		right: -12px;
	}
 
	.wizard-steps .completed-step em:before {
		border-top: 12px solid #8ec858;
		border-bottom: 12px solid #8ec858;
	}

	.wizard-steps .completed-step em:after {
		border-left: 12px solid #8ec858;
	}

	.wizard-steps .active-step em:before {
		border-top: 12px solid #5b88c6;
		border-bottom: 12px solid #5b88c6;
	}

	.wizard-steps .active-step em:after {
		border-left: 12px solid #5b88c6;
	}

	.wizard-steps .completed-step:hover em:before, .wizard-steps .active-step:hover em:before {
		border-top: 12px solid #d63e3f;
		border-bottom: 12px solid #d63e3f;
	}

	.wizard-steps .completed-step:hover em:after, .wizard-steps .active-step:hover em:after {
		border-left: 12px solid #d63e3f;
	}
	
	.index-content-webhosting-list {
		width: 90% !important;
	}
	
	.index-splash-colocation-uptime {
		font-size: 2.8em;
	}
	
	.index-design {
		left: 20px;
	}
	
	.index-design-1 {
		left: 30px;
	}

	.status-uptime-percent {
		font-size: 8em;
	}
	
	.splash-icon {
		display: none;
	}
	
	#index-stability-measure em {
		font-size: 2.2em;
	}

}

@media all and (max-width: 890px) {

	.pricetable_container {
		float: left;
		margin: 5% 0% 5% 6%;
	}
	
	#pdfinvoice {
		width: 756px;
	}

	#pdfinvoice embed {
		width: 750px;
		height: 450px;
	}

	.index-content-why-list i {
		font-size: 3.5em;
	}

	.index-content-wh-list h3 {
		font-size: 1.8em;
	}
	
	.index-content-colocation-list i {
		font-size: 3.5em;
	}

	.index-content-colocation-list h3 {
		font-size: 1.8em;
	}
	
	.index-content-webhosting-list {
		width: 85% !important;
	}

	.index-splash-colocation-uptime {
		font-size: 2.6em;
	}
	
	.index-design {
		width: 246px;
	}
	
	.index-design-1 {
		width: 232px;
		bottom: 70px;
	}
	
	.tablescroll {
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	div.tablescroll::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 14px;
		height: 14px;
	}

	div.tablescroll::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, .3);
	}
	
	.tablescroll-indicator {
		text-align: right;
		width: 100%;
		height: 30px;
		display: block;
		font-size: 1.4em;
		color: #d4d5d6;
		margin-top: 10px;
	}
	
	.index-content-webhosting-table {
		width: 80%;
	}

}

@media all and (max-width: 820px) {

	#index-top .nav {
		margin: 3% 0 0 0;
	}

	#index-top .nav ul li {
		display: inline;
		font-family:"franklin-gothic-urw", 'Arial Narrow', Arial, sans-serif;
		font-weight: 300;
		font-size: 1.0em;
	}
	
	#index-top .nav ul li a {
		margin: 0 0 0 1.829268292683%;
	}
	
	.forminput span em {
		display: block;
		margin-left: 1%;
	}

	.pricetable_container {
		float: left;
		margin: 5% 0% 5% 3%;
	}
	
	.news-date {
		left: -50px;
	}

	.news-content span {  /* Title */
		padding-left: 90px;
	}

	.news-content p {    /* Content  */
		padding-left: 90px;
	}

	.news-content a {     /* Linke */
		padding-left: 90px;
	}
	
	.modal {
	  width: 90%;
	}
	
	#pdfinvoice {
		width: 706px;
	}

	#pdfinvoice embed {
		width: 700px;
		height: 400px;
	}
	
	.splash h1 {
		font-size: 4em;
	}

	.splash p {
		width: 60%;
		font-size: 1.3em;
	}
	
	#webbie-splash-kundeservice {
		height: 153px;
		width: 200px;
	}
	
	.index-colocation {
		left: 20px;
	}
	
	.index-splash-colocation-uptime {
		font-size: 2.4em;
	}
	
	.status-uptime-percent {
		font-size: 7em;
	}
	
	#index-customerservice-ingress {
		width: 60%;
	}
	
	#index-stability-measure em {
		font-size: 1.9em;
	}

}

@media all and (max-width: 768px) {

	h1, .title1 {
		font-size: 2.5em;
	}

	h2, .title2 {
		font-size: 2.0em;
	}

	h3, .title3 {
		font-size: 1.8em;
	}

	#index-top {
		background: #2b3538 url('https://images.mywebhost.no/6/bg-shade-index_small.png') top center no-repeat;
	}

	#index-top .container {
		padding-right: 0;
		padding-left: 0;
	}
	
	.page-bg {
		background: url('https://images.mywebhost.no/6/bg-shade_small.png') top center no-repeat;
	}

	#contact-top {
		display: none;
	}
	
	#page-submenu-menu {
		width: 100%;
	}
	
	#logo, #mywhlogo {
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.logosvg-index {
		display: block;
		width: 20%;
		padding: 0;
		margin: 2% auto 0 auto;
	}
	
	#index-top .nav {
		display: block;
		width: 100%;
	}
	
	#index-top .nav ul {
		text-align: center;
		line-height: 4em;
	}
	
	#index-top .nav ul li {
		font-size: 1.1em;
	}
	
	#index-top .nav ul li a {
		padding: 1.5% 2.6% 1.6% 2.6%;
		margin: 0 2% 0 2%;
	}

	.logosvg-page {
		display: block;
		width: 40%;
		padding: 0;
		margin: 2% auto 0 auto;
	}
	
	.logofooter {
		width: 20%;
	}
	
	.modal {
	  width: 95%;
	}

	#page-top .nav {
		display: block;
		width: 100%;
	}

	#page-top #logo, #page-top #mywhlogo {
		margin: 0 0 0 0;
	}

	#page-top .nav ul {
		text-align: center;
		line-height: 4em;
	}
	
	#page-top .nav ul li {
		font-size: 1.1em;
	}
	
	#page-top .nav ul li a {
		padding: 1.5% 2.6% 1.6% 2.6%;
		margin: 0 2% 0 2%;
	}
	
	#page-submenu #contact-top {
		display: none;
	}
	
	#page-submenu .nav ul {
		text-align: center;
	}
	
	.pricetable_container {
		float: left;
		margin: 5% 0% 5% 0%;
	}
	
	#page-submenu-scroll {
		display: none;
	}
	
	#page-submenu-scroll-logo {
		display: none;
	}
	
	.forminput input {
		width: 100%;
	}
	
	.forminput span em {
		max-width: 97%;
	}
	
	.infolist blockquote {
		width: 35%;
	}

	.infolist p {
		width: 65%;
	}
	
	.datatable th, .datatable-inline th {
		padding: 4px 5px;
	}

	.datatable td, .datatable-inline td {
		padding: 4px 5px;
	}
	
	#message {
		width: 98%;
		height: 150px;
	}
	
	.pageinformation {
		font-size: 1.8em;
	}
	
	.productsummary-heading {
		float: none;
		text-align: center;
		width: 100%;
	}

	.productsummary-price-buy {
		float: none;
		width: 100%;
	}

	.productsummary-includes {
		float: none;
		width: 100%;
	}

	.productsummary-recommend {
		display: none;
	}

	.productsummary-other {
		display: none;
	}
	
	#footer ul li ul {
		width: 50%;
		margin-bottom: 2%;
	}
	
	#footer ul li ul li ul li {
		font-size: 0.85em;
	}
	
	#mwhChatStatus {
		font-size: 0.9em;
	}
	
	#splashs {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.index-design {
		bottom: 90px;
	}
	
	.index-design-1 {
		bottom: 146px;
	}

}

@media all and (max-width: 767px) {

	#index-content-why h3, #index-content-why p {
		text-align: center;
	}
	
	#index-content-colocation h3, #index-content-colocation p {
		text-align: center;
	}
	
	#index-content-why .supportimg, #index-content-webhosting .supportimg, #index-content-colocation .supportimg, #index-content-ssl .supportimg, #index-content-wordpress .supportimg {
		display: none;
	}
	
	.index-content-webhosting-30dager {
		position: inherit;
	}
	
	.index-content-webhosting-list {
		width: 100% !important;
	}
	
	#index-content-why h5 {
		font-size: 2.5em;
	}
	
	.index-content-area-ingress {
		font-size: 1.5em;
	}
	
	#index-content-why-text .col {
		margin-top: 2%;
	}
	
	#index-content-why-text .col p {
		margin-bottom: 8%;
	}
	
	.index-content-why-customers {
		padding-left: 0px;
	}
	
	#index-content-webhosting h5 {
		font-size: 2.5em;
	}
	
	#index-content-colocation h5 {
		font-size: 2.5em;
	}
	
	#index-content-colocation-text .col {
		margin-top: 2%;
	}
	
	#index-content-colocation-text .col p {
		margin-bottom: 8%;
	}
	
	#index-content-ssl h5 {
		font-size: 2.5em;
	}
	
	#index-content-customerservice h5 {
		font-size: 2.5em;
	}
	
	.vsplit {
		border-right: none;
	}
	
	#splashs {
		display: none;
	}
	
	.status-indication {
		margin-top: 10%;
	}
	
	.status-indication-green {
		width: 33%;
	}
	
	.status-indication-sand {
		width: 33%;
	}
	
	.status-indication-red {
		width: 33%;
	}
	
	.status-uptime-more {
		margin-bottom: 10%;
	}
	
	.status-description {
		border-bottom: none;
	}
	
	.status-description-details-text {
		text-align: center;
	}
	
	.status-description-details-icon {
		border-top: 1px solid rgb(95,103,103);
		border-top: 1px solid rgba(95,103,103,0.2);
	}

	#mobile_menu_touch {
		display: inline !important;
	}
	
	.index-content-webhosting-table {
		width: 100%;
	}
	
	.status-uptime-percent {
		font-size: 9em;
	}
	
	#copyright {
		text-align: center;
	}
	
	#copyright-trademark {
		text-align: center;
	}
	
	.leftinput {
		margin: 5% auto 5% auto;
	}

}

@media all and (max-width: 755px) {

	#iconmenu-index-dns {
		display: inline-block;
	}

}

@media all and (max-width: 740px) {
	
	.pricetable_container {
		display: none;
	}
	
	#pdfinvoice {
		width: 306px;
	}

	#pdfinvoice embed {
		width: 300px;
		height: 200px;
	}
	
	input {
		font-size: 1em;
	}
	
	select {
		font-size: 1em;
	}
	
	.inline-icon {
		border-radius: 50%;
		font-size: 65px;
		padding: 7px;
		width: 115px;
		height: 115px;
		text-align: center;
		color: #f5f6f7;
		margin-top: 2.5%;
		margin-bottom: 2.5%;
	}

	.inline-icon i {
		padding-top: 12px;
		display: block;
	}
	
	.productsummary-includes li{
		width:100%;
		text-align: center;
	}
	
	.wizard-steps {
		display: none;
	}
	
	.next-arrow {
		display: none;
	}
	
}

@media all and (max-width: 720px) {

	#partners-tech {
		display: none;
	}
	
	.feature-highlight .text {
		display: block;
		float: left;
		width: 100%;
	}
	
	.feature-highlight .image {
		display: block;
		float: left;
		width: 100%;
	}
	
	.news-date {
		left: -30px;
	}

	.news-content span {  /* Title */
		padding-left: 110px;
	}

	.news-content p {    /* Content  */
		padding-left: 110px;
	}

	.news-content a {     /* Linke */
		padding-left: 110px;
	}
	
	.splash img {
		display: none;
	}
	
	.splash p {
		width: 100%;
	}
	
	.splash-ssl {
		min-height: auto;
	}
	
	.status-uptime-percent {
		font-size: 6em;
		letter-spacing: -4px;
	}
	
	table.status-notices th {
		font-size: 0.85em;
	}
	
	table.status-notices {
		margin-bottom: 10%;
	}
	
}

@media all and (max-width: 480px) {

	#index-content {
		margin: 5% auto;
	}
	
	#index-top .nav ul {
		text-align: center;
		line-height: 2.8em;
	}
	
	.logosvg-index {
		width: 30%;
	}

	#page-top .nav ul {
		text-align: center;
		line-height: 2.5em;
	}

	#page-top #logo object, #page-top #mywhlogo object {
		display: block;
		width: 60%;
		margin: 0 auto 0 auto;
	}

	.page-bg {
		background: none;
	}
	
	.forminput {
		width: 100%;
		display: block;
		clear: both;
	}
	
	.news-item {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.news-date {
		position: inherit;
		float: none;
		top: 0px;
		left: 0px;
		margin-bottom: 2%;
	}
	
	.news-date .date-item {
		display: inline;
		float: none;
		width: auto;
		height: auto;
		font-family:"source-sans-pro", Verdana , sans-serif;
		font-weight: 200;
		font-size: 1em;
		position: relative;
		text-align: left;
		padding: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.news-date .date-item p {
		color: #2b3538;
		text-shadow: none;
		padding: 2%;
	}

	.news-date .date-item span {
		display: inline;
		float: none;
		width: auto;
		font-family:"source-sans-pro", Verdana , sans-serif;
		font-weight: 200;
		font-size: 1em;
		background-color: #7453a0;
		position: relative;
		text-align: left;
		padding: 2%;
		margin: 0 0 0 2%;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.iconmenu-large a {

		width: 138px;
		height: 200px;
		font-size: 1em;
		padding-bottom: 8px;
		margin: 15px 7px 15px 7px;

	}

	.iconmenu-large i {
		font-size: 60px;
		margin: 20px auto 20px auto;
		padding: 8px 0px;
		width: 85px;
		height: 85px;
	}

	.iconmenu-large span {
		padding: 0 10px 0 10px;
		font-size: 1.3em;
	}

	.iconmenu-large blockquote {
		padding: 0px 15px 10px 15px;
		font-size: 0.4em;
		bottom: 0px;
	}


	.news-content span {  /* Title */
		padding-left: 3%;
	}

	.news-content p {    /* Content  */
		padding-left: 3%;
	}

	.news-content a {     /* Linke */
		padding-left: 3%;
	}
	
	#splash-map {
		height: 200px;
	}
	
	.splash h1 {
		font-size: 2.5em;
	}
	
	#page-submenu .nav ul li a, #page-submenu-scroll .nav ul li a {
		padding: 4px 9px 4px 9px;
	}
	
	#page-submenu .nav ul li, #page-submenu-scroll .nav ul li {
		line-height: 2.2em;
		position: relative;
	}
	
	.pageinformation {
		font-size: 1.4em;
	}
	
	#domainCustomSearchListDomainNoGeoTD {
		display: none;
	}
	
	.datatable td {
		font-size: 0.8em;
		height: 37px;
	}
	
	.datatable td b {
		font-size: 0.8em;
	}

	.status-uptime-percent {
		font-size: 4.5em;
	}
	
	#page-confirmation div {
		padding: 1.8%;
	}
	
	h1, .title1 {
		margin-top: 3.5%;
	}
	
	h2, .title2 {
		margin-top: 3%;
	}
	
	p {
		padding-top: 2%;
		padding-bottom: 2%;
	}
	
	.pageinformation {
		margin-top: 3%;
		margin-bottom: 3%;
	}
	
	button {
		margin: 4px 3px 4px 4px;
	}
	
	button.small {
		margin: 2px 4px 2px 0px;
	}
	
	.infobox-small {
		padding: 2%;
	}
	
	.infobox-attention {
		padding: 2%;
	}
	
	.hsplit p {
		padding-top: 4%;
	}
	
	.hsplit2 p {
		padding-top: 4%;
		padding-bottom: 4%;
	}
	
	.boxed {
		margin: 5% 0 5% 0;
	}
	
	.datatable, .datatable-inline {
		margin: 4% 0 4% 0;
	}
	
	.lighttable {
		margin: 2% 0 2% 0;
	}
	
	.bulletlist li {
		margin: 1.8% 0 1.8% 0;
	}
	
	.doclist li {
		margin: 1.8% 0 1.8% 0;
	}
	
	.infolist {
		margin: 4% 0 4% 0;
	}
	
	.iconmenu {
		padding: 3% 0;
	}
	
	.infoline-error {
		padding 2%;
	}
	
	hr {
		margin-top: 10%;
		margin-bottom: 10%;
	}
	
	#index-customerservice {
		margin-top: 10%;
		margin-bottom: 10%;
	}
	

	
	



	
	
	
	#footer {
		padding-top: 5%;
	}

	#footer ul li ul {
		width: 100%;
		margin-bottom: 5%;
	}
	
	#footer-logo {
		display: none;
	}

}

@media all and (max-width: 440px) {

	.gsearch-wrapper {
		width: 290px;
	}
 
	.gsearch-wrapper input {
		width: 180px;
	}
	
	.boxed .search-wrapper {
		width: 290px;
	}
 
	.boxed .search-wrapper input {
		width: 180px;
	}
	
	.price-item {
		margin: 10px;
	}
	
	.lighttable {
		font-size: 0.75em;
	}
	
	.productsummary-price {
		font: 4em "source-sans-pro", Arial, Helvetica, sans-serif;
		font-weight: 400;
	}

	.productsummary-price-append {
		left: -35px;
	}

	.productsummary-price-ore {
		padding-top: 9px;
	}

}

@media all and (max-width: 320px) {

	#recaptcha_widget {
		margin: 4% 0 4% -13px;
	}

}
