body {
    font-family: lato;
}
a.itemlink:hover {
  text-decoration: none;
}
.item {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    border: 1px solid #e7e8eb;
    border-radius: 4px;
}
.item .header {
    border-bottom: 1px solid #e6e9eb;
    text-align: center;
    padding: 30px 0;
    background: #f1f1f1;
}
.item .content {
    padding: 25px;
    min-height: 150px;
}
.item .content p {
    color: rgba(0,0,0,0.7);
    margin-top: 20px;
}
.item .content .price {
    color: #6cc147;
}
.form-group label {
    float: left;
    text-align: left;
    font-weight: normal;
}
.widget-ad {
    background: #eee;
    padding: 2px;
    margin: 0 0 20px 0;
    border-radius: 4px;
    min-height: 60px;
}
.form-group select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.container.content {
    margin: 40px auto;
}
.navbar-inverse {
  background: #0036A0;
  border-color: #0036A0;
  margin-bottom: 0px;
  padding: 15px 0;
}
.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0px;
    padding: 13px 0;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 23px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 4px;
    border: 0px;
}
.navbar-default .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 40px;
    top: -10px;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.navbar-nav>li>a, a.navbar-brand {
    color: #fff!important;
    line-height: 32px;
    font-size: 16px;
    padding: 20px 15px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #2789de!important;
    background-color: transparent;
}
#custom-search-input {
    padding: 15px;
    border: solid 1px #E4E4E4;
    border-radius: 4px;
    background-color: #fff;
    max-width: 610px;
        max-height: 70px;
    margin: 15px auto;
    box-shadow: 0 2px 4px 0 rgba(39, 47, 89, 0.25);
}
#custom-search-input .btn-group.bootstrap-select {
    max-width: 150px;
    margin: 0 10px 0 10px!important;
}
.micro-hero {
    background: #0036A0;
    padding: 80px 0 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero {
    background: #0036A0;
    padding: 100px 0 220px 0;
    text-align: center;
    position: relative;
overflow: hidden;
}

.hero:before, .micro-hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background: url('../img/waves.png') no-repeat top center;
    background-size: cover;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .2;
}
.hero h1, .micro-hero h1 {
color: #fff;
font-weight: 300;
}
.hero p, .micro-hero p {
font-size: 18px;
color: rgba(255,255,255,0.7);
}
.hero-form {
    border: 10px solid rgba(255,255,255,0.2);
    border-radius: 6px;
}
.hero .curve {
    position: absolute;
    margin: auto;
    bottom: 0;
    left: -2px;
    right: -2px;
}
.curve {
    display: block;
    height: 100px;
    background-image: url('../img/curve.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.affiliate {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.affiliate .label {
    margin-right: 10px;
}
.affiliate a {
    margin-left: 10px;
}
input.form-control.search-query {
    width: 550px!important;
    height: 60px;
    font-size: 18px;
    margin: 30px auto;
    border: 0px transparent;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.category h2 {
    font-size: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.btn-lg {
    font-size: 16px;
    font-weight: 600;
}
.btn-hg {
    padding: 15px 40px;
}
.btn-blue {
    color: #fff;
    background-color: #2789DE
}

.btn-blue:focus,
.btn-blue:hover {
    color: #FFF;
    background-color: #34383C
}

.btn-blue-o {
    color: #2789DE;
    background-color: transparent;
    border: 2px solid #2789DE
}

.btn-blue-o:focus,
.btn-blue-o:hover {
    color: #FFF;
    background-color: #2789DE
}

.btn-green {
    color: #FFF;
    background-color: #82b440
}

.btn-green:focus,
.btn-green:hover {
    color: #FFF;
    background-color: #75a23a
}
.text-success {
    color: #82b440;
}
.btn-purple {
    color: #FFF;
    background-color: #5B62BC
}

.btn-purple:focus,
.btn-purple:hover {
    color: #FFF;
    background-color: #725FD0
}

.btn-purple-o {
    color: #5B62BC;
    background-color: transparent;
    border: 2px solid #5B62BC
}

.btn-purple-o:focus,
.btn-purple-o:hover {
    color: #FFF;
    background-color: #5B62BC
}

.btn-outline {
    color: rgba(255, 255, 255, .7);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .3)
}

.btn-outline:focus,
.btn-outline:hover {
    color: #111;
    background-color: #fff
}


.btn-value {
    background: #3366cc;
    color: #fff;
    border: 2px solid #3366cc;
    border-radius: 210px;
    padding: 10px 25px;
    font-weight: bold;
}
.btn-value:hover {
    background: #1c2437;
    color: #fff;
    border: 2px solid #1c2437;
    border-radius: 210px;
    padding: 10px 25px;
    font-weight: bold;
}

.icon-feature {
    text-align: center;
    padding: 20px 10px;
    width: 25%;
    float: left;
    display: inline-block;
    border-right: 1px solid #eee;
}
.icon-feature .icon i {
    color: #2789de;
    font-size: 52px;
    border-radius: 210px;
    margin-bottom: 30px;
}
.tool-meta {
    width: 70%;
    float: right;
    display: inline-block;
}
 /**
  * Template Footer
  */

  footer {
      background: #17212b;
      padding: 40px 0 35px;
      border-top: 1px solid #17212b;
      color: rgba(255,255,255,0.7);
  }
footer img {
    width: 25px;
}
footer p {
    font-size: 16px;
    color: rgba(0,0,0,.5);
}

footer hr {
    margin-top: 70px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #EEF0F3
}

footer .footer-title {
    margin-bottom: 10px
}

footer .footer-title h3 {
    color: #34383C;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px
}

footer .footer-title:after {
    background: #2789DE
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer li {
    margin-left: 0;
    text-align: left;
}
footer .col-md-8 li {
    width: 33%;
    margin-left: 0;
    text-align: left;
    float: left;
}
footer .col-md-8 li a {
    line-height: 36px;
    font-size: 16px;
}
ul.foot-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot-links li {
    margin-left: 25px;
    text-align: right;
    display: inline-block;
}
.foot-links li a {
    line-height: 36px;
    font-size: 16px;
}
footer li a {
    color: rgba(0, 0, 0, .5);
    line-height: 36px;
    font-size: 16px;
    font-weight: 600
}

footer li a:hover {
    color: #2789DE;
    text-decoration: none
}

.copyright {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    line-height: 32px
}

.social-icons a {
    padding-left: 15px
}

.social-icons a:hover {
    opacity: 1
}

.chart {
    padding: 30px 0;
}
h2 {
    font-size: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.widget {
    background: #fafafa;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
}
.widget h1 {
font-size: 21px;
margin-top: 0px;
}
#recent h2 {
    font-size: 21px;
    border-bottom: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.float-widget {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
}
.float-widget .btn {
    padding: 15px 40px;
    border-radius: 210px;
}
@media (min-width: 992px) { /* 992px and above */
    .affix-sidebar.affix {
        top: 30px; /* Top Position */
        width: 294px; /* Widget Width (small desktop) */
    }
}
@media (min-width: 1200px) { /* 1200px and above */
    .affix-sidebar.affix {
        width: 364px; /* Widget Width (large desktop) */
    }
}
@media (max-width: 991px) { /* 991px and below */
    .affix-sidebar.affix {
        position: static;
    }
    #custom-search-input {
      max-height: 100%;
      max-width: 80%;
    }
    #custom-search-input .input-group {
    margin: 0 auto;
}
.hero {
    padding: 40px 0 100px 0;
}
.navbar-inverse .navbar-toggle {
    border-color: #0036A0;
    margin-top: 17px;
}
.float-widget {
    display: none;
}
.hero h1, .micro-hero h1 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}
.hero p, .micro-hero p {
    display: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #1b36b1;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #0036A0;
}
}
