* {
    box-sizing: border-box;
}

html, body
{
  width: 100%;
  height: 100%;
  background-color: #000;
}

body
{
  font: 1em Georgia, "Times New Roman", serif;
  color: #626262;
  text-align: left;
}

h1, h2, h3, h4
{
  font: 1em Georgia, "Times New Roman", serif;
}

a
{
  color: #21A6A4;
}

a:visited
{
  color: #004D7D;
}

.row {
    display: flex;
}

@media screen and (max-width: 800px) {
    .row {
        flex-direction: column;
    }
}

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.content
{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.bd, .ft
{
  width: 100%;
  _width: expression(document.body.clientWidth >= 1200 ? "1200px": document.body.clientWidth <= 996 ? "996px" :"100%");
  background-color: #fff;
}

.hd {
    background: rgb(219,222,58);
    background: linear-gradient(180deg, #bacf29 0%, #bacf29 50%, #dbde3a 100%);
}

.hd__container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

@media screen and (max-width: 800px) {
    .hd__container {
        flex-direction: column;
        align-items: center;
    }
}

.hd__menu {
    position: absolute;
    top: 15px;
    right: 20px;
}

@media screen and (max-width: 800px) {
    .hd__menu {
        position: unset;
        top: 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
}

.hd__menu li {
    display: inline-block;
    margin: 0 3px;
}
.hd__menu a {
    display: inline-block;
    padding: 8px 16px;
    text-transform: uppercase;
    font-family: Helvetica, Ubuntu, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.hd__menu a:hover, .hd__menu a.active {
    background: rgba(255, 255, 255, 0.2);
    color: #444;
}

@media screen and (max-width: 1140px) {
    .hd__menu {
        top: 10px;
    }
    .hd__menu a {
        padding: 7px 14px;
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.hd__logo {
    margin-bottom: -9px;
    margin-top: 30px;
}
.hd__logo img {
    height: 150px;
}

@media screen and (max-width: 1140px) {
    .hd__logo {
        margin-bottom: -6px;
    }

    .hd__logo img {
        height: 100px;
    }
}

@media screen and (max-width: 800px) {
    .hd__logo {
        display: none;
    }
    .infobar-box {
      display: none;
    }
}
.hd__title, .hd__symfony {
  padding-bottom: 20px;
}
.hd__title h1 {
    display: inline-block;
    font-size: 46px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    color: #fff;
    margin: 0 20px 10px -20px !important;
    padding: 0 !important;
}
.hd__title h1 a, .hd__title h1 a:hover {
    color: #fff;
    text-decoration: none;
}
.hd__title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #006f9f;
    font-weight: 300;
    margin: 0 0 10px 0 !important;
    padding: 10px 0 10px 27px;
    border-left: 4px solid #e0e9a1;
}

@media screen and (max-width: 1140px) {
    .hd__title h1 {
        font-size: 46px;
    }

    .hd__title h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    .hd__title {
        margin: 10px 0 20px 0;
    }

    .hd__title h1 {
        font-size: 40px;
    }

    .hd__title h1, .hd__title h2 {
        display: block;
        text-align: center;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hd__title h2 {
      padding: 0 !important;
      border-left: 0 !important;
    }
  }

.hd__symfony {
    flex-grow: 1;
    text-align: right;
}

.hd__symfony img {
    height: 25px;
    margin: 0 0 16px 0 !important;
}

@media screen and (max-width: 1140px) {
    .hd__symfony {
        display: none;
    }
}

.hd__menu a
{
  color: #fff;
  text-decoration: none;
}

.hd__menu a.active
{
  color: #444;
}

.bd .content
{
  padding-top: 40px;
  padding-bottom: 40px;
}

.bd .content li
{
  list-style: disc;
  margin-left: 20px;
  padding-bottom: 10px;
}

.bd h1
{
  padding: 20px 0 15px 0;
  color: #21a6a4;
  font-size: 2em;
}

.bd h3
{
  padding: 10px 0 5px 0;
  color: #21a6a4;
  font-size: 1.1em;
}

.page_title
{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.79em;
  margin-bottom: 40px;
}

.intro  {
    padding: 25px 50px 0 0;
}

@media screen and (max-width: 800px) {
    .intro  {
        padding: 0;
    }
}

.links_intro {
    padding: 20px 0 0 0;
    flex-basis: 0;
    min-width: 300px;
}

@media screen and (max-width: 800px) {
    .links_intro {
        min-width: 0;
    }
}

.bd .content .links_intro li
{
  padding: 15px 0;
  list-style: none;
  margin-left: 0;
  text-align: center;
  margin-bottom: 20px;
}

.bd .content .links_intro li a, .bd .content .links_intro li a:hover {
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial;
}

.bd .content .links_intro li a img {
  margin-left: 15px;
}

.intro p
{
  color: #595959;
  font-family: Georgia, "Times New Roman", serif;
}

.box_content
{
  padding: 0 10px;
  width: 939px;
}

.important
{
  margin: 20px 0;
  padding-top: 10px;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}

.box_content div
{
  width: 260px;
  float: left;
}

.box_content div.middle
{
  padding: 0 69px;
}

.box_content h3
{
  color: #21a6a4;
  font-weight: bold;
  margin: 10px 0;
}

.important h3
{
  color: #db4528;
  font-size: 1.27em;
}

.box_content p
{
  margin: 10px 0 30px;
}

.box_content p.last
{
  margin: 10px 0;
}

.bd .author
{
  margin: 0;
}

h2
{
  font: 1em Georgia, "Times New Roman", serif;
  color: #444;
  margin-bottom: 5px;
  padding: 15px 0 10px 0;
  font-size: 1.4em;
}

.ft {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #ddd;
    background-color: #000;
}

.ft a {
    text-decoration: none;
    color: #ddd;
}

.ft .sc {
    width: 100px;
    vertical-align: bottom;
}

.ft .content
{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.793em;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: bold;
}

p
{
  margin-bottom: 10px;
}

.latest
{
  margin-top: 5px;
  text-align: left;
  font-size: 14px;
  font-family: Georgia;
  color: #fff;
  margin-left: 38px;
}

.latest a {
    font-size: 14px !important;
    font-family: Georgia !important;
}

.builtin-reference
{
    min-width: 120px;
    float: left;
    padding-right: 54px;
    padding-bottom: 20px;
}

.bd .content .builtin-reference li
{
    margin-left: 0;
    list-style: none;
    padding-bottom: 5px;
}

.reference-column
{
    float: left;
    padding-right: 20px;
}

.offline-docs {
    float: right;
    padding: 20px;
    margin-top: 10px;
    width: 300px;
}

@media screen and (max-width: 800px) {
    .offline-docs {
        float: none;
        margin: 20px 0;
        width: 100%;
    }
}

.bd .content .offline-docs ul
{
    margin-top: 10px;
    text-align: center;
}

.bd .content .offline-docs li
{
    margin: 10px;
    list-style: none;
    display: inline;
}

.rotate-90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.alert {
    background-color: #d9edf7;
    border-radius: 4px;
    padding: 15px;
}

a.symfony {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #fff;
    letter-spacing: -1px;
    font-weight: bold;
}
