html {
     font-family: sans-serif;
     line-height: 1.15;
     height: 100%;
}
body {
     margin: 0;
     font-family: "PT Sans", Arial, Tahoma, sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.5;
     color: #373a3c;
     text-align: left;
     background: #f2f4f7;
     margin: 0 auto;
    height: 100%;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     margin-bottom: 0.5rem;
     font-family: inherit;
     font-weight: 300;
     line-height: 1.2;
     color: inherit;
}
 img {
     border: 0;
}
 .google-ads {
     position: relative;
     left: -124px;
}
 a {
     color:#2780E3;
     text-decoration:none;
}
 a:hover {
     color:#c00;
}
input, textarea, select {
    padding: 5px 9px 7px;
    border-radius: .25rem;
    box-sizing: border-box;
    height: calc(1.5em + .75rem + 2px);
    color: #000;
    margin: 0;
    border: 1px solid #d3d9de;
    background-color: #fff;
}
 .footer {
     margin-top: -120px;
     border-top: 1px solid #ebedef;
     color: #788594;
     height: 120px;
     position: relative;
}
 .footer .banners {
     position: relative;
     top: -6px;
}
 .footer div {
     padding: 25px 0;
}
 .footer a {
     color: #788594;
}
 .footer a:hover {
     color: #788594;
     text-decoration: underline;
}
 .footer ul li {
     list-style: none;
     float: left;
     margin-left: 20px;
}
 .footer .right {
     margin-right: 50px;
}
 .loading {
     text-align: center;
}
 .right {
     float: right;
}
 .left {
     float: left;
}
 .clear {
     clear: both;
}
 p {
     text-align: justify;
}
 .layout-wrapper {
     background-color: #fff;
     box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
     max-width: 1200px;
     margin: 0 auto;
     position: relative;
     min-height: 100%;
     border-radius: 4px;
     margin-top: 20px;
     margin-bottom: 160px;

}
@media screen and (max-width:1200px) {
  /*.layout-wrapper {
      margin-right: 10px;
      margin-left: 10px;
 }*/
}

 .page-wrapper {
     padding: 0 10px;
}
 .ads-index-top {
     text-align: center;
     background-color: #fff;
     padding: 10px;
     border-bottom: 1px solid #f2f4f7;
}
 .categories-wrapper {
     float: left;
     overflow: hidden;
     width: 350px;
     border-right: 1px solid #f2f4f7;
}
 .categories-container {
     padding: 10px 5px;
}
 .content-wrapper {
  border-radius: 5px;
  padding-bottom: 10px;
}
 .content-container {
     padding: 0px 15px;
     margin-bottom: 20px;
}
 a.ajax {
     text-decoration: none;
     border-bottom: 1px dashed 
}
 .cols {
     display: table;
     width: 100%;
     margin: 5px 0 
}
 .cols .col {
     display: table-cell;
     width: 50%;
     overflow: hidden 
}
.category-map {
  margin: 20px 0;
}
 .category-map .cols .col div {
     /*line-height: 160%;
     white-space: nowrap;*/
     padding-left: 20px 
}
 .category-map span {
     color: #808080;
     margin-left: 5px;
     position: relative;
}
 .category-map h2 a {
     color: #292b2c 
}
 .category-map h2 a:hover {
     color: #c00 
}
.category-group {
 margin-bottom: 10px;
}
.category-group h3 {
  color: #ccc;
  font-size: 15px;
  padding-left: 10px;
}

 @media screen and (max-width:768px) {
    .download-left-ads {
     display: none;
   }
     .topbar-left .topbar-nav {
         margin-left: 0px;
    }
     .category-map .cols {
         display: block 
    }
     .category-map .cols .col {
         display: block;
         width: 100% 
    }
     .category-map .cols .col div {
         margin-left: 0 
    }
}
 @media screen and (max-width:576px) {
     .topbar-brand {
         display: none !important;
    }
     .category-map .cols {
         display: block 
    }
     .category-map .cols .col {
         display: block;
         width: 100% 
    }
     .category-map .cols .col div {
         margin-left: 0 
    }
}
 .main-row {
     padding: 15px;
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     background-color: #FFFFFF;
    /* border-color: #D8D8D8;
     border-image: none;
     border-radius: 3px 3px 3px 3px;
     border-style: solid;
     border-width: 1px 1px 2px;
    */
}
.header {
  height: 125px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
  width: 100%;
  z-index: 100;
}

.header-inner {
  max-width: 992px;
  margin: 0 auto;
}

@media screen and (max-width:576px) {
  .large-menu {
    display: none !important;
  }
}

@media screen and (max-width:992px) {
  .header-inner {
    margin: 0 10px;
  }
}

.list-inline {
     padding-left: 0;
     list-style: none;
}
 .list-inline-item {
     display: inline-block;
     margin-right :1px;
}
.list-inline-item.active a {
  color: #333333;
}
.list-inline-item.active {
  font-weight: 800;
  border-bottom: 2px solid #333333;
}
 .text-muted {
     color: #868e96 !important;
}
 .badge {
     display: inline-block;
     padding: 0.25em 0.4em;
     font-size: 80%;
     font-weight: 700;
     line-height: 1;
     text-align: center;
     white-space: nowrap;
     vertical-align: baseline;
}

/* Types */
 p {
     margin: 0 0 0 9px;
     font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
     font-size:13px;
     line-height:18px;
}
 p small {
     font-size:11px;
     color:#999999;
}
 .lead {
     margin-bottom:18px;
     font-size:20px;
     font-weight:200;
     line-height:27px;
}
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
     font-weight:normal;
     color:#999999;
}
 h1 {
     font-size:30px;
     margin: 0px;
}
 h1 small {
     font-size:18px;
}
 h2 {
     line-height:20px;
     font-size:15px;
}
 h2, .h2 {
     font-size: 1.6rem;
     line-height: 1;
}
 h2 small {
     font-size:18px;
}
 h3 {
     line-height:27px;
     font-size:18px;
}
 h3 small {
     font-size:14px;
}
 h4, h5, h6 {
     line-height:18px;
}
 h4 {
     font-size:14px;
}
 h4 small {
     font-size:12px;
}
 h5 {
     font-size:12px;
}
 h6 {
     font-size:11px;
     color:#999999;
     text-transform:uppercase;
}
 .page-header {
  padding: 15px 25px;
  border-bottom:1px solid #e7e8ec;
  background-color: #fafbfc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
}

 ul, ol {
     padding:0;
     margin:0 0 9px 25px;
}
 ul ul, ul ol, ol ol, ol ul {
     margin-bottom:0;
}
 ul {
     list-style:disc;
}
 ol {
     list-style:decimal;
}
 li {
     line-height:18px;
}
 ul.unstyled {
     margin-left:0;
     list-style:none;
}
 dl {
     margin-bottom:18px;
}
 dt, dd {
     line-height:18px;
}
 dt {
     font-weight:bold;
}
 dd {
     margin-left:9px;
}
 hr {
     margin:7px 0;
     border:0;
     border-top:1px solid #e5e5e5;
     border-bottom:1px solid #ffffff;
}
 .pagination {
     height:30px;
}
 .pagination ul {
     background-color: #fff;
     display:inline-block;
     *display:inline;
     *zoom:1;
     margin-left:0;
     margin-bottom:0;
     -webkit-border-radius:3px;
     -moz-border-radius:3px;
     border-radius:3px;
     -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
     -moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
     box-shadow:0 1px 2px rgba(0,0,0,0.05);
}
 .pagination li {
     display:inline;
}
 .pagination a {
     float:left;
     padding:0 14px;
     line-height:27px;
     text-decoration:none;
     border:1px solid #dddddd;
     border-left-width:0;
}
.pagination span {
  float:left;
  padding:0 14px;
  line-height:27px;
  text-decoration:none;
  border:1px solid #dddddd;
  border-left-width:0;
  margin-left: 0;
}
 .pagination a:hover, .pagination .active a {
     background-color:#f5f5f5;
}
 .pagination .active a {
     color:#999999;
     cursor:default;
}
 .pagination .disabled a, .pagination .disabled a:hover {
     color:#999999;
     background-color:transparent;
     cursor:default;
}
.pagination li:first-child span {
  border-left-width:1px;
  -webkit-border-radius:3px 0 0 3px;
  -moz-border-radius:3px 0 0 3px;
  border-radius:3px 0 0 3px;
}
 .pagination li:first-child a {
     border-left-width:1px;
     -webkit-border-radius:3px 0 0 3px;
     -moz-border-radius:3px 0 0 3px;
     border-radius:3px 0 0 3px;
}
 .pagination li:last-child a {
     -webkit-border-radius:0 3px 3px 0;
     -moz-border-radius:0 3px 3px 0;
     border-radius:0 3px 3px 0;
}
 .pagination-centered {
     text-align:center;
}
 .pagination-right {
     text-align:right;
}
/* Breadcrumb */
 .breadcrumb {
     margin: 0px;
     border-radius: 3px;
     margin-top: 3px;
}
 .breadcrumb li {
     display:inline;
}
 .breadcrumb .divider {
     padding:0 5px;
     color:#999999;
}
 .breadcrumb a {
     color:#333333;
}
 .breadcrumb a:hover {
     color:#c00;
}
 .breadcrumb-item {
     color: #94999f;
}
 .breadcrumb-item+.breadcrumb-item::before {
     display: inline-block;
     padding-right: 0.2rem;
     font-size: 14px;
     color: #d7d8dc;
     content: '›';
}
 .breadcrumb-item+.breadcrumb-item {
     padding-left: 0.2rem;
}
/* Sorting table */
 .sorting-table {
     background-color: #F7F7F7;
     border-top: 1px solid #DBDBDB;
     border-bottom: 1px solid #DBDBDB;
     padding: 10px;
     margin-top: 10px;
}
 .sorting-table {
     *zoom:1;
}
 .sorting-table:before, .sorting-table:after {
     display:table;
     content:"";
}
 .sorting-table:after {
     clear:both;
}
 [class*="span"] {
     float:left;
}

.document-element {
     display: table;
     padding: 10px 0;
     /*padding: 15px 5px;
     border-left: 2px solid #fff;*/
}
.document-element:last-child {
  border-bottom: 0;
}
.document-element:after {
  content: "";
  display: table;
  clear: both;
}
.document-element:hover {
  background-color: #fafbfc;
}
.document-element .list-inline-item:not(:first-child):before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 4px;
  width: 4px;
  margin-right:5px;
  background-color: rgba(148,153,159,.3);
}
.document-element.file .body .list-inline {
     margin-top: 0px;
     margin-bottom: 20px;
}
 .document-element.file {
     border-bottom: 0;
}
.document-element.file:hover {
  background-color: #fff;
}
 .document-element.file .text {
  margin-bottom: 20px;
}
 .document-element.file .buttons {
     margin-top: 20px;
}
 .document-element.file .btn {
     box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
}
 .document-element.first {
     border-top: 1px solid #e5e5e5;
     margin-top: 20px;
}
 .document-element .thumbnail {
     float: left;
     line-height:0;
     min-width: 60px;
     margin-left: 5px;
     text-align: center;
}
.document-element img {
  /*background: #fff;
  border:1px solid #dddddd;
  border-radius:3px;
  margin-bottom: 15px;*/
  border-color:#D1D1D1;
     -webkit-box-shadow:0 1px 4px #D1D1D1;
     -moz-box-shadow:0 1px 4px #D1D1D1;
     box-shadow:0 1px 4px #D1D1D1;
}
.document-element .thumbnail img {
     width:150px;
}
.document-element.file .thumbnail img {
  width:200px;
}
 .document-element {
     background-color: #fff;
}
 .document-element .body {
     vertical-align: top;
     padding-bottom: 10px;
     margin-left: 210px;
     padding: 0 10px;
}

 .document-element .body h2 {
     margin-top: 0;
     margin-bottom: 0px;
     margin-bottom: 10px;
}
 .document-element .body .list-inline {
     font-size: 14px;
     margin: 0px;
}
 .document-element .body h2 a {
     color:#333333;
     text-rendering:optimizelegibility;
     font-size: 25px;
     line-height: 1.1;
}
.document-element .body h2 a:hover {
  color:#c00;
}
.document-element .panel {
     background-color: #EEEEEE;
     padding: 5px;
     margin-top: 10px;
     -webkit-border-radius:4px;
     -moz-border-radius:4px;
     border-radius:4px;
     -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075);
     -moz-box-shadow:0 1px 1px rgba(0,0,0,0.075);
     box-shadow:0 1px 1px rgba(0,0,0,0.075);
     margin-right: 10px;
}
 .document-element .info {
     float: left;
     font-size: 11px;
    /*position: relative;
     top: 5px;
    */
}
 .document-element .info .msg {
     margin-right: 20px;
     margin-left: 2px;
}
/* Document file */
 .document-file {
     margin-bottom: 170px;
}
 .document-file .thumbnail {
     float: left;
     background: #fff;
     padding:4px;
     line-height:1;
     border:1px solid #dddddd;
     -webkit-border-radius:4px;
     -moz-border-radius:4px;
     border-radius:4px;
     -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075);
     -moz-box-shadow:0 1px 1px rgba(0,0,0,0.075);
     box-shadow:0 1px 1px rgba(0,0,0,0.075);
     min-width: 100px;
}
 .document-file .thumbnail:hover {
     border-color:#D1D1D1;
     -webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);
     -moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);
     box-shadow:0 1px 4px rgba(0,105,214,0.25);
}
 .document-file .thumbnail img {
     max-width:200px;
     max-height:250px;
}
 .document-file {
     background-color: #fff;
}
 .document-file .body {
     vertical-align: top;
     float: left;
     width: 550px;
     margin-left: 10px;
}
 .document-file .body .text {
     padding: 7px 0px 5px 0px;
     color: #525252;
     text-align: justify;
}
 .document-file .body h2 {
     margin-top: 0;
     margin-bottom: 0px;
     text-align: justify;
}
 .document-file .body h2 a {
     font-weight:bold;
     color:#333333;
     text-rendering:optimizelegibility;
     line-height:20px;
     font-size:14px;
}
 .document-file .panel {
     background-color: #EEEEEE;
     padding: 5px;
     margin-top: 10px;
     -webkit-border-radius:4px;
     -moz-border-radius:4px;
     border-radius:4px;
     -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075);
     -moz-box-shadow:0 1px 1px rgba(0,0,0,0.075);
     box-shadow:0 1px 1px rgba(0,0,0,0.075);
     margin-bottom: 15px;
}
 .document-file .info {
     float: left;
     font-size: 11px;
}
 .document-file .info .msg {
     margin-right: 20px;
     margin-left: 2px;
}
 .select-types {
     padding: 0;
     margin: 0 auto;
}
 .select-types li {
     list-style: none;
     float: left;
     padding: 5px;
}
 .panel {
     padding: 1rem;
     margin-top: 3px;
     margin-bottom: 1.25rem;
}
 .panel h3 {
     margin-top: 0;
}
 .relations {
     margin: 0px;
     border-radius: 3px;
}
 .relations li {
     display:inline;
}
 .relations .divider {
     padding:0 5px;
     color:#999999;
}
 .relations a {
     color:#333333;
}
 .relations a:hover {
     color:#c00;
}
 .relations-item {
     color: #94999f;
}
 .relations-item+.relations-item::before {
     display: inline-block;
     padding-right: 0.5rem;
     font-size: 17px;
     color: #d7d8dc;
     content: '›';
}
 .relations-item+.relations-item {
     padding-left: 0.5rem;
}
 .relations-item-active a {
     font-weight: 800
}
.relations-search a {
  color: #868e96;
}
 .btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 15px;
  cursor: pointer;
}

.btn-primary {
  background-color: #3174af;
  border-color: #3174af;
  color: #fff !important;
  box-shadow: 0 2px 4px rgba(51, 122, 183, 0.45); 
}
.btn-primary:hover {
  background-color: #296090;
  border-color: #296090; 
}
.btn-primary:active {
  background-color: #4097e1;
  border-color: #4097e1; 
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff !important;
  /*box-shadow: 0 2px 4px rgba(92, 184, 92, 0.45); */
}
.btn-success:hover {
  background-color: #438e43;
  border-color: #438e43; 
}
.btn-success:active {
  background-color: #71d671;
  border-color: #71d671; 
}
.btn-danger {
  background-color: #C00000;
  border-color: #C00000;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #C00000;
  border-color: #C00000; 
}
.btn.disabled, .btn:disabled {
  opacity: .65; 
  cursor: default;
  pointer-events: none;
}
.document-element .file-type {
  color: #fff;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
}
.document-element .file-type-lecture {
  background-color: #C00000
}
.document-element .file-type-guideline {
  background-color: #C00000
}
.document-element .file-type-dictionary {
  background-color: #ff7900
}
.document-element .file-type-encyclopedia {
  background-color: #339900
}
.document-element .file-type-reference {
  background-color: #6500A8
}
.document-element .file-type-standard {
  background-color: #FF6600
}
.document-element .file-type-patent {
  background-color: #006699
}
.document-element .file-type-blueprint {
  background-color: #004aa3
}
.document-element .file-type-curriculum {
  background-color: #754C24
}
.document-element .file-type-lp {
  background-color: #FF0000
}
.document-element .file-type-ctp {
  background-color: #e3a400
}
.document-element .file-type-map {
  background-color: #9dc400
}
.document-element .file-type-control {
  background-color: #19ae00
}
.document-element .file-type-lab {
  background-color: #009F9B
}
.document-element .file-type-presentation {
  background-color: #00b0a6
}
.document-element .file-type-ref {
  background-color: #00b0a6
}
.document-element .file-type-course {
  background-color: #2040f0
}
.document-element .file-type-question {
  background-color: #c546bf
}
.document-element .file-type-cheat {
  background-color: #c546bf
}
.document-element .file-type-test {
  background-color: #3d38a3
}
.document-element .file-type-workbook {
  background-color: #3d38a3
}
.document-element .file-type-paper {
  background-color: #872182
}
.document-element .file-type-article {
  background-color: #666666
}
.document-element .file-type-degree {
  background-color: #0066CC
}
.document-element .file-type-report {
  background-color: #AE00A5
}
.document-element .file-type-software {
  background-color: #000
}
.letter-item {
  color: #36393f;
  font: 700 12px/16px Roboto,sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #d7d8dc;
  margin: 20px 0 5px 0;
  padding: 0 0 5px 10px;
  font-size: 16px;
}
.jumbotron {
  height: 185px; 
  background-repeat: no-repeat; 
  background-image: url(''); 
  background-size: cover; 
  background-position: center center; 
  width: 100%;  
  opacity: 1; 
  visibility: inherit; 
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
  border-radius: 4px;
  color: #fff;
}
.jumbotron {
  font-size: 16px;
}
.jumbotron h1 {
  padding-bottom: 15px;
}
.jumbotron-container {
  padding: 25px;
}
.jumbotron-container ul {
  margin: 0;
  padding: 15px 0px 0px 0px;
}
.jumbotron-container li {
  display: inline-block;
  line-height: 22px;
  color: #FFFFFF;
  margin-right: 24px;
}
.jumbotron-container li span {
  font-weight: bold;
  display: block;
}
/* Topbar */
.topbar {
  color: #fff;
  height: 55px;
  background-color: #175FA0;
  display: block;
}
.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.topbar-logo {
  display: inline-block;
  position: relative;
  top: 12px;
}
.topbar-logo a {
  font-family: 'Ultra', serif;
  color: #fff;
  font-size: 30px;
  position: relative;
  top: -9px;
}
.topbar-left {
  display: inline-block;
  position: absolute;
  top: 11px;
  margin-left: 5px;
}
.topbar-right {
  float: right;
  padding-top: 11px;
}
.topbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.topbar-nav li {
  list-style: none;
  margin-top: 7px;
}
.topbar-nav a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding: 8px 8px;
}
.topbar-nav a:hover {
  background-color:#3976ad;
  padding: 10px 8px 8px 8px;
  border-radius: 5px;
}
.topbar-search {
  float: right;
}
.topbar-search li {
  float: left;
  list-style: none;
  padding-left: 10px;
}
.topbar-search input {
  height: 27px;
}
.topbar-search .btn {
  font-size: 15px;
  line-height: 1.4;
}
.dotted {
  border-bottom: 1px dotted;
  cursor: pointer;
}
.searchbar {
  display: table;
  width: 100%;
  padding: 15px 0 0 0;
}
.searchbar input {
  display: table-cell;
  width: 100%;
  font-size: 15px;
  height: 40px;
}
.searchbar .input-btn {
  padding-left: 15px;
  width: 1%;
  display: table-cell;
}
.searchbar .btn {
  height: 40px;
  position: relative;
  top: -3px;
}
.pagination-layout {
  float: right;
    position: relative;
    left: -50%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px
}
.pagination-layout ul {
  position: relative;
    left: 50%;
}

.form {
  margin: 0 auto 0;
  width: 650px;
  padding-top: 20px;
}
.form .control-label {
  padding: 8px 10px 0px 0px;
  float: left;
  text-align: right;
  width: 170px;
  color: #777;
}
.form .form-group {
  margin-bottom: 15px;
}
.form .form-control {
  width: 350px;
  font-size: 14px;
  color: #292b2c;
}
.form .invalid-message {
  margin-left: 180px;
  color:#c00;
  position: relative;
  top: 3px;
}

.alert {
  position: relative;
  padding: 20px 15px 15px 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.download_ads_1 {
  margin: 20px 0;
}
.categories-wrapper {
  width: 300px;
  padding-bottom: 25px;
}
.steps {
  text-align: center;
  min-height: 200px;
}
.categories-wrapper { 
  border-right: 0;
}
.circle {
  margin-top: 20px;
}
.g-recaptcha {
  display: inline-block;
  padding: 15px 0;
}

.step1 {
  display: none;
}
.step2 {
  display: none;
}
.step3 {
  display: none;
}
.step4 {
  display: none;
}

.btn i {
  position: relative;
  left: -5px;
  top: 1px;
}
.form-check-input {
  position: relative;
  top: 8x;
  margin-right: 3px;
}

.g-recaptcha {
  padding-top: 0;
}

.feedback-form .g-recaptcha {
  margin-left: 181px;
}

.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  border: 1px solid transparent;
}
.nav-list .hover {
  text-decoration:none;
  background-color:#F3F3F3;
}
.nav-list {
  padding-left:14px;
  padding-right:14px;
  margin-bottom:0;
}
.nav-list > li > a, .nav-list .nav-header {
  display:block;
  padding:3px 15px;
  margin-left:-15px;
  margin-right:-15px;
}
.nav-list .nav-header {
  line-height:18px;
  color:white;
  background-color: #0088cc;
  text-transform:uppercase;
  font-size: 14px;
}
.nav-list .nav-header:hover {
  color:white;
  background-color: #0088cc;
}
.nav-list .active > a, .nav-list .active > a:hover {
  color:#ffffff;
  text-shadow:0 -1px 0 rgba(0,0,0,0.2);
  background-color:#0088cc;
}
.nav-list [class^="icon-"] { margin-right:2px; }

.page-main, .page-sidebar {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
}
.page-main {
  border-left: 1px solid #f2f4f7;
}
.page-sidebar {
  width: 300px;
}
.document-element .body .list-inline {
  margin-bottom: 15px;
}
@media screen and (max-width:896px) {
  .page-sidebar {
    display: none !important;
  }
  .page-main {
    width: 100%;
  }
  .document-element .body {
    margin-left: 0px !important;
    clear: both;
  }
  .file-google-ads {
    max-width: 300px;
  }
  h1 {
    font-size: 25px;
  }   
  h2 {
    font-size: 1.4rem;
  }
  .document-element .body h2 a {
    font-size: 22px;
  }
  .document-element .thumbnail {
    float: none;
    margin-bottom: 10px;
  }
  .document-element .list-inline {
    font-size: 13px !important;
  }
  .view {
    margin-left: 4px;
  }
}
.desktop-ads {
  display: none;
}
/*@media screen and (min-width:900px) {
  .view {
    float: left;
    margin-left: 20px;
  }
  .desktop-ads {
    display: block;
    margin-top: 40px;
    position: absolute;
    margin-left: 850px;
    width: 300px;
  }
}

@media screen and (man-width:899px) {
  .desktop-ads {
    display: none;
  }
}*/
.top_ads_fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.view {
  -webkit-transform-origin: top left;
}
.pagination-layout {
  display: none
}
#form form {
  min-width: 300px !important;
  margin-bottom: 20px;
  margin-top: 5px;
}