body {
	font-family: 'Nunito Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #ef7a7a;
}
#docsSearch {
	background-color: #4a5c67;
	padding: 60px 15px;
	border-bottom: 0;
}
#docsSearch h1 {
	margin-bottom: 20px;
	color: #fff;
}
.category-list .category {
	background-color: #fff;
	border: 1px solid #e4e7ea;
	-webkit-transition: border-color 0.4s;
	transition: border-color 0.4s;
	padding: 8px;
}
.category-list .category:hover {
	background-color: #fff;
	border-color: #b9b9b9;
}
.category-list h3 {
	font-size: 16px;
	display: inline-block;
}
.category-list p {
	display: none;
}
.category-list .article-count {
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
}
#main-content {
	background-image: none;
}
.contentWrapper {
	border: 1px solid #e4e7ea;
}
.docs-nav {
    background: #4a5c67;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 60px;
}
.docs-nav a {
	display: inline-block;
    color: #ef7a7a;
    text-transform: uppercase;
    margin: 5px;
    border: 1px solid #ef7a7a;
    padding: 5px 10px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}
.docs-nav a:hover {
	background-color: #ef7a7a;
	color: #fff;
}
.docs-nav h3 {
	color: #fff;
	margin-bottom: 20px;
}
.navbar a.button {
    border: 2px solid #ef7a7a;
    color: #ef7a7a !important;
    margin-left: 15px;
    padding: 0px 15px !important;
}
.navbar a.button:hover {
	background-color: #ef7a7a !important;
	color: #fff !important;
}
.navbar .navbar-inner {
	padding: 15px 0;
}
.navbar .nav>li>a {
	padding: 5px 15px;
}
#contactModal h2 {
    text-transform: none;
    padding: 30px;
}
a.button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border: 2px solid #ef7a7a;
}
a.button:hover {
	background-color: transparent !important;
	color: #ef7a7a !important;
}
#searchBar button {
    background: #ef7a7a !important;
    color: #fff !important;
    border: 2px solid #ef7a7a;
    text-shadow: none;
}
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
	border-color: #e4e7ea;
}
#searchBar.sm button {
	background-color: transparent !important;
}

.articleFoot i,
.articleFoot .help {
	display: none;
}
/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */

pre .str, code .str { color: #65B042; } /* string  - green */
pre .kwd, code .kwd { color: #E28964; } /* keyword - dark pink */
pre .com, code .com { color: #AEAEAE; font-style: italic; } /* comment - gray */
pre .typ, code .typ { color: #89bdff; } /* type - light blue */
pre .lit, code .lit { color: #3387CC; } /* literal - blue */
pre .pun, code .pun { color: #fff; } /* punctuation - white */
pre .pln, code .pln { color: #fff; } /* plaintext - white */
pre .tag, code .tag { color: #89bdff; } /* html/xml tag    - light blue */
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name  - khaki */
pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */

pre.prettyprint, code.prettyprint {
	background-color: #000;
	border-radius: 8px;
}

pre.prettyprint {
	width: 95%;
	margin: 1em auto;
	padding: 1em;
	white-space: pre-wrap;
}


/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE; } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
  pre .str, code .str { color: #060; }
  pre .kwd, code .kwd { color: #006; font-weight: bold; }
  pre .com, code .com { color: #600; font-style: italic; }
  pre .typ, code .typ { color: #404; font-weight: bold; }
  pre .lit, code .lit { color: #044; }
  pre .pun, code .pun { color: #440; }
  pre .pln, code .pln { color: #000; }
  pre .tag, code .tag { color: #006; font-weight: bold; }
  pre .atn, code .atn { color: #404; }
  pre .atv, code .atv { color: #060; }
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
	font-size: 15px;
	line-height: 1.7;
}
ul.articleList li,
#sidebar {
	opacity: 0;
	transition: all 0.4s;
}
.sidebar-collections {
    width: 100% !important;
    transition: none !important;
}

#sidebar.sidebar-collections li {
    display: inline-block;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #e4e7ea;
    width: 31%;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #333;
}
#sidebar.sidebar-collections li a {
	color: #333;
}
.featuresList tr td:nth-of-type(2),
.featuresList tr td:nth-of-type(3) {
    text-align: center !important;
}
.greenFeature {
    color: #24e024;
    font-weight: 800;
}
.redFeature {
	color: #f58787;
    font-weight: 800;
}

/* Gif player */
.gif-wrap {
	position: relative;
	display: table;
}
.gif-wrap .play-wrap{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
}
.gif-wrap.play .play-wrap {
	display: none
}
.gif-wrap .play-button {
	width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.46);
    cursor: pointer;
}
.gif-wrap img {
	margin: 0;
}
#fullArticle dt {
	background: #20cc85;
	font-size: 16px;
}