.hljs,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

main,
sub,
sup {
    position: relative
}

body,
ul {
    margin: 0
}

.modal,
body {
    -webkit-box-direction: normal
}

.blogpost header,
.header-item,
.home .fakebtn,
.previousPosts header {
    text-align: center
}

.blogpost-link,
.home-box a,
.truncate {
    white-space: nowrap
}

.hljs {
    overflow-x: auto;
    padding: .5em;
    color: #333;
    background: #f8f8f8;
    -webkit-text-size-adjust: none
}

legend,
td,
th,
ul {
    padding: 0
}

.diff .hljs-header,
.hljs-comment {
    color: #998;
    font-style: italic
}

.css .rule .hljs-keyword,
.hljs-keyword,
.hljs-request,
.hljs-status,
.hljs-subst,
.hljs-winutils,
.nginx .hljs-title {
    color: #333;
    font-weight: 700
}

.hljs-hexcolor,
.hljs-number,
.ruby .hljs-constant {
    color: teal
}

.hljs-doctag,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
    color: #d14
}

.hljs-id,
.hljs-title,
.scss .hljs-preprocessor {
    color: #900;
    font-weight: 700
}

.hljs-list .hljs-keyword,
.hljs-subst {
    font-weight: 400
}

.hljs-class .hljs-title,
.hljs-type,
.tex .hljs-command,
.vhdl .hljs-literal {
    color: #458;
    font-weight: 700
}

.django .hljs-tag .hljs-keyword,
.hljs-rule .hljs-property,
.hljs-tag,
.hljs-tag .hljs-title {
    color: navy;
    font-weight: 400
}

.hljs-attribute,
.hljs-name,
.hljs-variable,
.lisp .hljs-body {
    color: teal
}

.hljs-regexp {
    color: #009926
}

.clojure .hljs-keyword,
.hljs-prompt,
.hljs-symbol,
.lisp .hljs-keyword,
.ruby .hljs-symbol .hljs-string,
.scheme .hljs-keyword,
.tex .hljs-special {
    color: #990073
}

.hljs-built_in {
    color: #0086b3
}

.hljs-cdata,
.hljs-doctype,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.diff .hljs-change {
    background: #0086b3
}

.hljs-chunk {
    color: #aaa
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

body {
   /* background: #ececec;*/
/* 	url(images/main-bg.gif) 0 0 repeat-x #A8A39D; */ 
	background:url(/images/main-bg.gif) 0 -190px repeat-x #A8A39D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.column,
img {
    vertical-align: top
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

input[type=reset],
button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    min-width: 320px;
    color: #272727
}

html.font-loaded {
    font-family: 'Source Sans Pro', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif
}

*,
:after,
:before {
    box-sizing: inherit
}

main {
    margin: 0 40px;
    min-height: calc(100vh - 100px);
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 1;
    top: 0
}

.transition main {
    top: 200px;
    opacity: 0
}

a,
a:visited {
    color: #d81e75;
    text-decoration: none
}

.fakelink,
a:focus,
a:hover {
    text-decoration: underline
}

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

ul {
    list-style: none
}

@media (max-width:750px) {
    main {
        min-height: calc(100vh - 70px);
        margin: 65px 10px
    }
}

.column {
    display: inline-block
}

.column .box {
    border-top: 1px solid #ececec;
    padding: 20.5px 24px;
    background: #fff
}

.column .box:first-child {
    border-top: none;
	background: #f5f5f5;
}

.heading {
    font-size: 2em
}

.heading-small {
    font-size: 1.3em;
    margin-bottom: 16px
}

.small {
    font-size: .75em
}

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal
}

.hidden {
    display: none!important
}

.hiddentext {
    color: transparent!important;
    overflow: hidden
}

.screenreader {
    position: absolute!important;
    clip: rect(1px, 1px, 1px, 1px)
}

.light {
    color: #aaa8a9
}

.fakelink {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}

.fakebtn,
.fakebtn:focus,
.header a {
    text-decoration: none
}

.fakelink:focus,
.fakelink:hover {
    outline: 0
}

.fakebtn {
    display: inline-block;
    padding: .8em 1em;
    color: #fff;
    background: #d81e75;
    word-spacing: .1em
}

.header,
.modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.fakebtn--secondary {
    border: 1px solid #aaa8a9;
    background: 0 0;
    color: #444
}

.fakebtn--secondary:hover {
    border-color: #444
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 2;
    overflow: auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-inner {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    padding: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    overflow: auto;
    line-height: 1.5em
}

.blogpost-link,
.home-box li {
    overflow: hidden;
    text-overflow: ellipsis
}

.header {
    display: flex;
    width: 100%;
    height: 100px;
    -webkit-transition: height .3s;
    transition: height .3s;
	 background: #ddd;
	/* border-bottom: 4px solid #ddd; */
}

.header a,
.header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.header-logo {
    display: flex;
    min-width: 290px;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header a {
    display: flex;
    height: 100%;
    color: #444;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-logo a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 40px
}

.header-items {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header-item {
    height: 100%;
    background: #fff;
    border-left: 1px solid #ececec;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	border-top: 4px solid #982222;
}

.header-item.active,
.header-item:focus,
.header-item:hover {
	outline: 0;
	background: #f7f7f7;
	border-top: 4px solid #d83b3b;
	text-shadow: 0px 0px 2px #fff;
}
/* langbox */
.languages-box{
	max-width:40px;
    border-top: 4px solid #982222;
    border-left: 1px solid #ececec;
}
.languages-box:hover{
    border-top: 4px solid #d83b3b;
}
.languages-box .languages-select{
	width:30px;
	height:48px;
	border:0;
	cursor: pointer;
}
.languages-box .lang-up{
	border-bottom: 1px solid #ececec;
}
.header-items a.lang-up-show{
	display:none;
}
/* */
#header-items-toggle,
.header-items-toggle {
    display: none;
    outline: 0
}

.header-logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px
}

.header-logo a:focus {
    outline: 0;
    opacity: .8
}

.header-logo .logo {
    display: block;
    width: 100%;
    max-width: 210px;
    height: 37px;
    background: url(/images/head/main_logo.png) center left no-repeat;
    background-size: contain;
    font-size: 0
}

@media (min-width:960px) {
    .header-logo .logo {
        position: relative;
        top: -4px
    }
}


@media (max-width:959px) and (min-width:450px) {
    .header-logo .logo {
        background-size: auto 37%;
        width: 135px;
	}
	.header-logo a {
		padding-left: 10px
    }

	.languages-box .languages-select{
		height:58px;
	}
}

@media (max-width:959px) {
    .header-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
        min-width: 155px
    }
    .header-items {
        height: 100px;
    }
	.languages-box .languages-select{
		height:48px;
	}	 
}

@media (max-width:750px) {
	 .header{
           height: 180px;
    }
    .header-items {
        height: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .header-item {
        min-width: 34%;
        max-width: 100%;
        background: #fff;
        border-bottom: 1px solid #ececec
    }
	.languages-box {
		min-width:70px;
		display: flex;
	}	
	.languages-box .languages-select{
		height:56px;
	}
	.languages-box .lang-up{
		border-right: 1px solid #ececec
	}

}

@media (max-width:450px) {
    .header {
        height: 70px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .header-logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .header-logo a {
        height: 70px;
        width: 100%;
		padding: 0;
    }
    .header-logo .logo {
        width: 210px;
		margin:0 auto;
    }
    .header-items-toggle {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: block;
        min-width: 100px;
        border: none;
        border-left: 1px solid #ececec;
        background: url(/images/home/menu.svg) center no-repeat #fff;
        color: transparent
    }
    #header-items-toggle:checked+.header-items {
        display: block
    }
    .header-items {
        display: none;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }
    .header-item {
        height: 60px
    }
 	.languages-box {
		width:100%;
		max-width: 100%;
	} 
	.languages-box .languages-select{
		width:50%;
	}
}
/* separator */
.header-separator{
	width:100%;
	height:4px;
	background: linear-gradient(271deg, #dbdbdb, #686666);
	background-size: 400% 400%;

	-webkit-animation: AnimationName 5s ease infinite;
	-moz-animation: AnimationName 5s ease infinite;
	animation: AnimationName 5s ease infinite;


}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/* */
.footer,
.home-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.footer {
    position: relative;
    display: flex;
    padding: 3em 40px;
    min-height: 150px;
    background: #5a5a5a;;
    color: #ececec;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	border-top: 4px solid #fff;
}

.footer p {
    margin: 0 0 .5em
}

.footer .fakelink,
.footer a {
    color: #ececec;
    text-decoration: underline
}

.footer .fakelink:active,
.footer .fakelink:focus,
.footer .fakelink:hover,
.footer a:active,
.footer a:focus,
.footer a:hover {
    outline: 0;
    text-decoration: underline
}
.footer p.copyright {
	margin-top: 30px;
	text-shadow:  1px 1px #333;
}

/*
.footer .hiddentext {
    display: inline-block;
    width: 38px;
    height: 38px;
   background-image: url(/img/github.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}
*/
.footer-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
	text-align: center
}

.footer-links>div {
    margin: .5em 0
}



@media (min-width:961px) {
    .builder .footer {
        padding-left: calc(290px + 1.2em * 1.4)
    }
}

@media (min-width:1251px) {
    .builder .footer {
        padding-right: 30%
    }
}

@media (max-width:960px) {
    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: 16px
    }
    .footer .hiddentext {
        margin: 1em auto 0
    }
    .footer .footer-links {
        padding-bottom: 1em
    }
}

a.footlinks{
	text-decoration: none;
	margin-left: 50px;
	text-shadow:  1px 1px #333;
	display: inline-block;
}
@media (max-width:750px) {
    .footer {
        font-size: 16px
    }
    .footer-links>div {
        margin: 1em 0
    }
	a.footlinks {
		margin-left:20px;
		line-height:2em;
	}
    .home .fakebtn {
        width: 100%
    }
}

.home {
    color: #444;
    margin: 0px 40px
}

.home h1 {
	font-size: 4em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.36em;
	letter-spacing: -.02em;
	text-shadow:0 0 1px #fff;
	color: #fff;
	font-weight: 300
}
.box h1 span{
	font-size: 0.5em;
	font-weight: 500;
	margin: 1em 0 .5em;
	color: #8f4040;
	letter-spacing: calc(0.04em);
	border-bottom: 1px solid;
   padding-bottom:5px;
}
.home-boxes .box h3{
	font-size: 1.3em;
	font-weight: 500;
	margin: 1em 0 .5em;
	color: #8f4040;
	letter-spacing: calc(0.04em);
	border-bottom: 1px solid;
   padding-bottom:5px;
}
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    font-weight: 100;
    margin: 1em 0 .5em
}

.home h3 {
    font-size: 2em
}

.home .fakebtn {
    font-size: 28px;
    margin: 1em .5em 3em 0;
    color: #fff
}

.home .fakebtn:focus {
    color: #d81e75;
    background: #fff
}

.home .fakebtn--secondary {
    color: #444
}

.home-heading {
   /* max-width: 14em */
}
.home-heading-fade{
	background-color: rgba(226, 226, 226, 0.07);
}

.home-subheading {
    color: #666;
    max-width: 25em;
	color: #fff;
}

.home-info {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-blurbs {
    font-size: 1.3em;
    width: 40%
}

@media (max-width:750px) {
    .home .fakebtn:not(.fakebtn--secondary) {
        margin-bottom: 1em
    }
    .home .fakebtn--secondary {
        margin-top: 0
    }
    .home-blurbs {
        font-size: 1.2em
    }
}

.home-blurb {
    max-width: 30em;
    margin-bottom: 2em
}

.home-blurb p {
    line-height: 1.5;
    color: #666;
    font-weight: 300
}

.home-blurb h3 {
    margin-top: 0
}
.home-content{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-top: 10px;	
}

@media (min-width:1250px) {
	.home-boxes .page-content{
		width: 100%;
	}
	 
}

.home-boxes .home-content-box{
	width: calc(100%);
    margin-bottom: 2em;
	box-shadow: 0px 0px 10px 0px #717171;
}

.home-boxes {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-top: 10px;
}



.home-box {
    width: calc(30% - 1em);
    margin-bottom: 2em;
	box-shadow: 0px 0px 5px 0px #717171;
}

.home-box-item{
	border-left:4px solid #9e4545;
}

.home-box .box {
    padding: 20px
}

.home-box .home-box-item .box{
    padding-left: 16px;
    
}

.home-box h3 {
	color: #6b0000;
    margin: 0
}

.home-box li {
    padding-bottom: 1em
}

.home-box a{
    color: #444;
    padding-bottom: 1em
}

.home-box a:active,
.home-box a:focus,
.home-box a:hover {
    color: #c30b0b;
    text-decoration: none
}
.home-box span.aclass{
	color: #444;
   text-decoration: none;
	cursor:default
} 
.home-box span.aclass:hover{
	color: #c30b0b;
}

@media (max-width:1200px) {
    .home h1 {
        font-size: 3em;
		max-width: 16em
    } 
	.home h3 {
        font-size: 1.5em;
    }
}

@media (max-width:450px) {
    .home {
        margin-top: 40px;
        margin-left: 4px;
        margin-right: 4px
    }
	#mainbg{

    }
}

@media (max-width:1250px) {
    .home-blurbs,
    .home-boxes {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: none
    }
    .home-box {
        width: 80%;
        margin: 0 auto 2em;
        max-width: none
    }
}

@media (max-width:960px) {
    .home-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .home-blurbs {
        width: 100%
    }
}

@media (max-width:750px) {
    .home-blurb p {
        line-height: 1.7
    }
    .home h1 {
        font-size: 2.4em
    }
    .home h3 {
        font-size: 1.5em
    }
    .home-box {
        font-size: .8em;
        max-width: calc(50% - 1em);
        margin: 0 0 2em
    }
    .home-box a {
        font-size: 1.2em
    }
    .home-box .box {
        padding: 20px
    }
}

@media (max-width:750px){

 	.home-boxes .page-content{
		max-width: 100%;
		width: 100%;
		
	}
	  
}

@media (max-width:600px) {
    .home-box {
        max-width: none;
        width: 100%
    }
}

.author a {
    color: #aaa8a9;
    text-decoration: underline
}

.blogpost,
.previousPosts {
    max-width: 90%;
    width: 960px;
    margin: auto
}

.blogpost p,
.previousPosts p {
    line-height: 1.4em
}

.blogpost ul,
.previousPosts ul {
    line-height: 1.4;
    list-style: outside;
    padding-left: 1.2em
}

.blogpost-links {
    margin-top: 2em
}

.blogpost-link {
    display: inline-block;
    float: left;
    max-width: 50%
}

.blogpost-link-next {
    float: right
}

.previousPosts {
    border-top: 1px solid #d4d4d4
}

.previousPosts h3 {
    color: #444;
    width: 100%;
    font-weight: 700;
    margin: 1em 0
}

.previousPosts span {
    display: block;
    margin-bottom: 1em
}

.docs {
    max-width: 90%;
    width: 960px;
    margin: 2.5em auto;
    padding: 0 2.5em;
    background: #fff;
    line-height: 1.4em
}

.docs td,
.docs th,
.functionRef {
    padding: .5em
}

.docs table,
.docs td,
.docs th {
    border: 1px solid #aaa8a9
}

.docs tr:nth-child(even) {
    background: #ececec
}

.docs h3 {
    font-size: 1.17em
}

.functionArg,
abbr {
    cursor: help
}

code {
    background: #f7f7f7
}

pre code {
    display: block;
    padding: 1em
}

.pl-k {
    color: #a71d5d
}

.pl-smi {
    color: #333
}

.pl-c1,
.pl-s .pl-v {
    color: #0086b3
}

.pl-c {
    color: #969896
}

.pl-e,
.pl-en {
    color: #795da3
}

.pl-s {
    color: #183691
}

.note {
    color: #ccc
}

.codeblock {
    overflow: visible;
    color: #333
}

#mainbg{
	background-image: url(/images/head/bg-slide.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:300px;
}
#mainbg h1, #mainbg h3{
	padding:20px;
}
@media (max-width:1250px) and (min-width:750px) {
	#mainbg{
	    width: 80%;
		 margin: 0 auto 2em;
   }

	 
}
/*# sourceMappingURL=/css//main.css.map */
/* ADDON */
/* DS */
table.vpsListTable1{
	box-shadow: 0px 0px 5px #D4D4D4;
	width: 100%;
	border-collapse: collapse;
}
table.vpsListTable1 th{
	border:0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#ebebeb;
}
table.vpsListTableheight tr td {
	height:25px;
}
table.vpsListTable1 tr td {
	text-align: center;
	padding: 3px 2px;
	/* font-size: 14px;*/
}
table.vpsListTable1 tr td a.vpsorderlink{
	color:#888;
	text-decoration: none;
}
table.vpsListTable1 tr td a.vpsorderlink:hover{
	color: #B10000;
}
table.dsListTable1{
	border:1px solid black;
}
table.dsListTable1 th{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(226,226,226,0.65) 100%);
}
table.dsListTable1 tr.top{
	border-top: 1px solid #000 !important;
}
table.dsListTable1 tr.bottom{
	border-bottom: 1px solid #000 !important;
}
table.dsListTable1 tr td.dsactions{
	border: 1px solid #000 !important;
}
table.dsListTable1 tr td.detailsname{
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 1px solid black;
	border-right: 0px solid #fff;
	text-align: right;
}
table.dsListTable1 tr td.detailvalue{
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	border-right: 1px solid #000;
	text-align: left;
	max-width:130px;
}
table.dsListTable1 tr td.dstitle{
	width:33%;
	font-weight: bold;
}
/**/
p.bigtext{background:#fff; font-size:20px; color:#96442E; font-weight:bold; padding:18px 0 0;}
/* */ 

/* support */
/* 
#lhc_need_help_container{ box-shadow: 2px 2px 5px #4e4e4e; border-radius: 0px !important;}
#lhc_need_help_image img { display:none;}


table.dsListTable1 tr td.dstitle .intel_logo{
	margin: 0 auto;
	background: url('/images/logos/intel_logo.svg') no-repeat;
	height: 50px;
	width: 55px;
	background-position: top;
	background-size: 55px 40px ;
}
table.dsListTable1 tr td.dstitle .amd_logo{
	margin: 0 auto;
	background: url('/images/logos/amd_logo.png') no-repeat;
	height: 25px;
	width: 55px;
	background-position: top;
	background-size: 55px 17px;
}
*/
/* colo */
.serverc{
	margin: 10px 0;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #D4D4D4;
}
.servertit{
	font-size: 1.5em;
	text-align: center;
	margin: 0;
	height: 1.5em;
	line-height: 1.5em;
	width: 100%;
	display: inline-block;
	box-sizing:border-box;
	background-color: #f5f5f5;
	border-left: 4px solid #adadad;
	border-bottom: 1px solid #ececec;
}
.servdesc{
	display: inline-block;
	font-size: 14px;
	padding: 5px 4px;
	margin: 0px 0;
	width: 100%;
	box-sizing:border-box;
}
span.right{
float:right;
}
/* radio */
input[type="radio"] {display:none;}
input[type="radio"] + label {font-size:14px;}
input[type="radio"] + label i {display:inline-block;width:12px;height:12px;margin:-1px 4px 0 0;vertical-align:middle;background:url(/images/buttons/radio-button.png) 0px top no-repeat;cursor:pointer;}
input[type="radio"]:checked + label i {background:url(/images/buttons/radio-button.png) -12px top no-repeat;}
/* U1 */
.buttonsarea{
display:inline-block;
}
.leftbtn{
	float:left;
}
.rightbtn{
	float:right;
}
.alogin_btn {
	margin:2px;
	height:30px;
	width: 100px;
	display:block;
	text-decoration: none;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
	line-height: 30px;
	color:white;
	background-color:#9A0000;
}
.alogin_btn:hover{
background-color:#760202;
}
.selectoperating, .selddos{
	margin:10px 0 10px 0px;
}
.selectsrcount{
	margin:10px 0 10px 0px;
}
.showcountam{
	margin:15px 0 10px 0px;
	height:30px;
	font-size:16px;
	font-weight:bold;
}
.showcountam span#totalam{
float:right;
}
.vpsrvselect{
	margin:1px;
	width:100%;
	border:1px solid black;
	font-size:16px;
	padding: .5rem 1rem;
	box-shadow: inset 0 0 5px rgba(117, 117, 117, 0.3); 
}
form#daysform{
margin:0px;
}
label.otimeselab input{

}
label.otimeselab input[type="radio"] {
  margin-top: -1px;
  margin-right: 5px;
  vertical-align: middle;
}
label.otimeselab{
    font-size: 16px !important;
    padding:0px;
    color:#222;
    margin: 2px;
    line-height: 25px;
}
.emailinput{
background-color:#fff;
height:40px;
margin-bottom:20px;
}
input.bannercopy,
input.inpmailinput{
	width:100%;
	border: 1px solid #0e0f13;
	padding: .5rem 1rem;
	box-shadow: inset 0 0 5px rgba(117, 117, 117, 0.3);
	transition: all .2s ease-out;
}
input.bannercopy:focus,
input.companydetail:focus,
input.inpmailinput:focus {
  border-color: #888;
  color: #888;
  box-shadow: inset 0 0 2px rgba(117, 117, 117, 0.3);
}
.bademail{
height:20px;
font-size:16px;
margin:20px 0px 30px 0;
}
.totalpay{
margin:20px 0px 20px 0;
font-size:16px;
}
.vpsorderlink{
text-decoration:none;
}
.vpsorderlink:hover{
	color: #5C0000;
}
.apayment_btn {
	margin:5px auto;
	height:4em;
	width: 60%;
	display:block;
	text-decoration: none;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	padding:20px 20px 17px 20px;
	color:#727272;
	background-color:#E6E6E6;
	border-top: 5px solid #B60000;
	border-bottom: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
	text-shadow: 1px 1px 0px #FFF;
	transition: all 0.5s ease-out;
}
.apayment_btn:hover{
background-color:#E1E1E166;
}
.ipayment_buttons{
	display: block;
	margin: 0 auto;
	padding: 0px 20px;
}
.companydetail{
	width:100%;
	border:1px solid black;
	padding:2px;
	background:#F5F3E7;
	padding: .5rem 1rem;
	transition: all .2s ease-out;
}
.buycompany{
	margin:10px 0;
}
.buycompany span{
	line-height: 22px;
}
.askifcompnay{
	margin:10px -12px;
	line-height: 18px;
}
.askifcompnay input{
	width: 13px;
	height: 15px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: 0px;
	*overflow: hidden;
}
#showvdsoslist{
cursor:pointer;
text-decoration:underline;
color:blue;
}
#listvdsosspan{
	background:#F9F9F9;
	box-shadow: 1px 1px 3px #C3C3C3;
	border:1px solid black;
	padding: 5px;
	margin: 5px;
}
/* btn */
.login_btn{
	/*
	min-width: 100px;
	height: 30px;
	border: 0;
	border-top: 1px solid #ececec;
	background: #9A0000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: .05em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	 margin:2px;
    border:black solid 0px;
    background-color:#9A0000;
    font-size:16px;
    font-weight:bold;
    color:white;
    height:30px !important;
    width:auto !important;
	 padding: 0 10px;
	 cursor:pointer;
	 font-family:MS Shell Dlg \32;
*/
}
.login_btn:hover{
background-color:#B70000;
}
.login_btn:active{
background-color:#CB0000;
}

/* planstable */
table.planstable { 
	border: 1px solid gray;
}
.planstable { 
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 5px #D4D4D4;
	margin: 0em; 
	border-collapse: collapse;
 }
.planstable th{
 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(226,226,226,0.65) 100%);
}
.planstable tr.pkgitem:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff+0,e7e7e7+100;Gren+3D */
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #e7e7e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff 0%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff 0%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

}
.planstable td,th{
	border: 1px solid grey;
	padding:5px;
	font-size: 1em;
	height: 3em;
}
table.planstable tr td a.vpsorderlink{
	color:#888;
	text-decoration: none;
}
table.planstable tr td a.vpsorderlink:hover{
	color: #B10000;
}
/* input */
input.login_inp{
	width: 20em;
	border: 1px solid #0e0f13;
	padding: .5rem 1rem;
	box-shadow: inset 0 0 5px rgba(117, 117, 117, 0.3);
	transition: all .2s ease-out;
}
input.login_inp:focus{
	border: 1px solid #ad891c;
	border-color: #888;
	color: #666565;
	box-shadow: inset 0 0 2px rgba(117, 117, 117, 0.3);
}
/* */
table.regtalbe{
	width:100%;
}
table.regtalbe tr{
	height:2.5em;
}
/* */
table.contactstable{
	line-height:2em;
}
/* checkbox */
input[type=checkbox].checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].checkbox + label.checkBoxLabel {
  padding-left: 23px;
  height: 18px;
  display: inline-block;
  line-height: 19px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].checkbox:checked + label.checkBoxLabel {
  background-position: 0 -18px; }

label.checkBoxLabel {
  background-image: url(/images/checkbox/checkBox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  label.checkBoxLabel.light {
    background-image: url(images/checkbox/checkBox-white.png); 
}
	 
/* radio select */
input.selspec[type="radio"] + label {
    color: #888;
}
input.selspec[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius: 50%;
    border-radius:  50%;
}

input.selspec[type="radio"] + label span {
	background-color: #d8d8d8;
	border: 1px solid #b3b3b3;
}

input.selspec[type="radio"]:checked + label span{
     background-color:#ad1f1f;
}

input.selspec[type="radio"] + label span,
input.selspec[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}
/* dsfilter */
.dsfilter-menu{
	margin: 4px 0;
}
/* map */
.datacenterMap{
	 background-image: url(/images/about/map500.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 330px;
	 max-width: 507px; 
}
@media (max-width:550px) {
	.datacenterMap{
	    /* width: 98%; */
   }
}
/* how to order */
table.howtopurtable tr td{
	padding: 10px;
}
table.howtopurtable {
	margin:10px 0;
}
/* reg */
.regclearfix::after {
    content: "";
    clear: both;
    display: table;
}
input.maxinput[type=text], input.maxinput[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/* privacy policy */
.privacypolicy-box{
	line-height: 1.3;
}
.privacypolicy-box .detail1 {
	margin-left: 3em;
}
/* */
