/* Top few lines here are for generic universal styles -----------------------------------------------------*/
html,body{
    margin:0;padding:0;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: Helvatica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    color: #393939;
}

p, ul, li, div, span, strong, a, h5 {
    font-size: 14px;
}

pre {
    padding: 0;
    margin: 10px 0px 10px;
    overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
    overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}
pre code {
    margin: 5px;  /*--Left Margin--*/
    padding: 0px;
    display: block;
    line-height: 18px;
}
.center { text-align:center}
.left {text-align:left}
.right {text-align:right}

h1 {
    margin: 0px 0px 10px;
    font-weight: bold;
    font-size: 30px;
}

h2 {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 5px;
    margin: 30px 0px 15px 0px;
    font-size: 21px;
}

h6 {
    color: #09c;
}

/* second set of styles -----------------------------------------------------*/

a, a:visited {
    color: #9fc20a;
    transition: .4s;
    -webkit-transition: .4s;
}

.active {
    color: #9fc20a !important;
}

a:hover {
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
}

/* start header div styles -----------------------------------------------------*/
.header {
    background: #323232;
    padding: 10px 0px;
}

.header img {
    width: 180px;
    position: relative;
    top: 2px;
    height: auto;
}

.header h1 {
    display: inline;
    font-weight: 100;
    position: relative;
    top: -8px;
    left: 10px;
    border-left: 1px solid #aaa;
    padding-left: 10px;
    color: #ececec;
    font-size: 25px;
}

.header nav {
  display: inline;
  float: right;
  position: relative;
  top: 10px;
}

.header nav a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    margin-left: 25px;
}

.header nav a:hover {
    color: #9fc20a;
}
/* end .header div styles -----------------------------------------------------*/

/* start .main_section div styles -----------------------------------------------------*/
.main_section{
    margin-top: 50px !important;
}

.aside nav{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.aside nav a {
    padding: 10px 10px 10px 20px;
    display: block;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    transition: 0s;
    -webkit-transition: 0s;
}

.aside nav a:hover {
    background: #f9f9f9;
    transition: 0s;
    -webkit-transition: 0s;
    color: #9fc20a;
}

.aside a:last-child {
    border-bottom: none;
}

.aside nav ul {
    margin: 0px;
    padding: 0px;
    display: none;
}

.aside nav ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.arrowul {
    background: transparent url('images/ico_arrows.svg') no-repeat 0px 3px;
    background-size: 8px auto;
    padding-left: 13px;
    position: relative;
    right: 13px;
    height: 10px;
}

.expanded {
    background: transparent url('images/ico_arrows.svg') no-repeat 0px -9px;
    background-size: 8px auto;
}
.aside nav ul.block {
    display: block;
}

.aside nav ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.aside nav ul li a {
    padding: 6px 6px 6px 35px;
    border-bottom: 1px solid #ddd !important;
    background: #f5f5f5;
    font-size: 13px;
}

.aside nav ul li a:hover {
    background: #ececec;
    background: #f3f3f3;
}

blockquote {
    font-family: "Georgia", Courier New, courier, sans-serif;
    background: #efefef;
    padding: 5px 10px;
    border: solid 1px #ddd;
    margin: 15px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    color:  #333;
}

code {
    background-color: #f1f1f1;
    color: #336699;
}

pre {
    background-color: #f1f1f1;
}

pre > code {
    margin: 0px;
    padding: 5px;
    border: 0px;
    background-color: #f1f1f1;
}

.welcome_div {
    height: 456px;
    background: #fff url('images/cg_index.png') no-repeat 440px -10px;
    background-size: 750px auto;
}

.welcome_div h1 {
    margin-top: 40px;
    font-size: 52px;
    font-weight: 100;
    width: 400px;
    line-height: 1.25em;
}

.welcome_div p {
    width: 490px;
}

.welcome_div .button {
    float: left;
    background: #9dc735;
    transition: .4s;
    -webkit-transition: .4s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: bold;
    margin-top: 12px;
    background-position: 99% 50%;
    background-size: 15px auto;
}

.welcome_div .button:hover {
    background: #90ba28 url('images/ico_arrow_btn.svg') no-repeat 94% 50%;
    background-size: 15px auto;
    padding-right: 30px;
    transition: .38s;
    -webkit-transition: .38s;
}

.bottom_grey{
    background: #f2f2f2;
    border-top: 1px solid #ddd;
    height: 500px;
    width: 100%;
}
/* end .main_section div styles -----------------------------------------------------*/
