html:-moz-full-screen,
html:-webkit-full-screen,
html:-ms-fullscreen,
 html:fullscreen {
  overflow: auto !important;
}
.content h1 {
    font-family:  "Arial Black", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 26.4px;
    color:#000;
    text-transform: uppercase;
}
.content h1 a {
     color:#000;
     text-decoration: none;
}
.content h1 a:hover {
    color: #000;
}
.content h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
     color:#000;
     text-transform: uppercase;
}
.content p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color: #505050;
}
.content blockquote {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}
.content pre {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}
.wrapper {
    background: url("/app/images/bg.jpg");
    background-size: 100%;
    background-color: #3a3f4d;
    background-repeat: no-repeat;
}
p strong {
    color: #000;
}
.content:before{
    background: url("/app/images/pg0.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 300px;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 5px;
}
.content:after{
    background: url("/app/images/pg2.png");
    background-position: bottom center;
    background-repeat:  no-repeat;
    background-size: 100%;
    content: "";
    height: 162px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left:0px;
}
.content {
    background: url("/app/images/centru.png");
    background-repeat:  repeat-y;
    background-position: center;
    background-size: 100%;
    padding: 100px 10% 100px 10%;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}
.content img {
    max-width: 100%;
    margin:0 auto;
}
.content .form-control {
    height: 50px;
}
.content  .btn-submit {
    max-width: 150px;
    width: 100%;
    height: 100px;
    margin: 30px 0px;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 12px 1em 12px .4em;
    border-bottom: 1px solid #ccc;
}

.ui-widget.ui-widget-content {
  box-shadow: 0px 10px 15px #666;
}

@media (max-width: 700px) {
.content {
    padding: 50px 10% 100px 10%;
  }
}

@media (max-width: 550px) {
.col-xs-8, .col-xs-4 {
  width: 100%;
}
.content {
    padding: 25px 10% 100px 10%;
  }
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
