
/*--

Orange
top bar: B05712
second bar: F7B529
Hover Color: f0ad4e
button color: F7B529
Hover Color: f0ad4e;


Blue

top bar: 286090
second bar: 337ab7
Hover Color: f0ad4e
button color: F7B529
Hover Color: f0ad4e;


background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

http://templatecycle.com/tshop/v-1.5/gray/index.html
http://templatecycle.com/tshop/v-1.5/gray/index.html

.btn-primary {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
http://templatecycle.com/tshop/v-1.5/gray/index.html
http://templatecycle.com/tshop/v-1.5/gray/index.html

*/

body { padding-top: 60px; background: #EDEEF0!important; }

@media (min-width: 768px ) {
 
  .row {
      position: relative;
  }

  .bottom-align-text {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}



a {
    color: #1e2a37;
    outline: none!important;
}

.text-white, .text-white a { color: #fff; }

hr{ border-top: 1px solid #d7d7d7; }
hr.hr-faq {
    max-width: 50px;
    border-color: #2d526a;
    border-width: 3px;
}

.scrollup {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    z-index: 9999;
    font-size: 30px;
    color: #3C556F;
}

ul.pagination li.active a, .btn-primary {
  background-color: #3C556F;
  border-color: #3C556F;
}

.btn-wrap{
    white-space:normal !important;
    word-wrap:break-word; 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #33485e;
  border-color: #2a3c4e;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #3C556F;
  border-color: #3C556F;
}


.panel-primary {
  background-color: #33485e;
  border-color: #3C556F;
}

.panel-primary .panel-heading{
  background-color: #33485e;
  border-color: #3C556F;
}

.btn-grey {
  background-color: #f9f9f9;
  border-color: #d7d7d7;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active {
  background-color: #efefef;
  border-color: #d9d9d9;
}
.btn-grey.disabled:hover,
.btn-grey.disabled:focus,
.btn-grey.disabled:active,
.btn-grey.disabled.active,
.btn-grey[disabled]:hover,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey:hover,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:active,
fieldset[disabled] .btn-grey.active {
  background-color: #efefef;
  border-color: #d9d9d9;
}



.page-header { border-bottom-color: #d7d7d7; }
.page-header h2 { margin-bottom: 0px; color: #666; }
.well-white {background-color: #fff; }
.well-blue {background-color: #3C556F;  color: #fff;}
.well-orange {background-color: #f0ad4e;  border-color: #eea236; color: #fff;}
.well-search { height: 370px; background-color: #3C556F; border-color: #3C556F; text-align: left; 
    border-radius: 0 4px 4px 4px;}}
.well-search .disclaimer { color: #fff;}
.well-search .form-group { padding-bottom: 10px;}

.well-tab {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0  4px;
}
.nav-tabs { border-bottom: none;}
.nav-tabs-search>li.active>a, 
.nav-tabs-search>li.active>a:focus,
.nav-tabs-search>li.active>a:hover  { margin-right: 4px; background-color: #3C556F; border-color: #3C556F;  border-bottom-color: #3C556F;  color: #fff; 
-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-search>li>a, 
.nav-tabs-search>li>a:focus,
.nav-tabs-search>li>a:hover  { background-color: #ec971f; border-color: transparent;  color: #fff; 
-moz-box-shadow: inset 0 -10px 10px -10px #b06d0f;
  -webkit-box-shadow: inset 0 -10px 10px -10px #b06d0f;
  box-shadow: inset 0 -10px 10px -10px #b06d0f;
}
@media (max-width: 767px) {
  .nav-tabs-search>li {
    border-radius: 4px;
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
  }

  .nav-tabs-search>li>a {
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
 }


.navbar-default { background-color: #3C556F; border-color: #3C556F; }
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover { color: #fff; }

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ec971f;
}

.top-nav {  margin-left: -15px; }
.nav-tob-bar-1 .navbar-nav>li>a { padding-top: 5px; }
.nav-tob-bar-1 { background: #4f667d; font-size: 12px;}
.nav-tob-bar-1 .navbar-nav { height: 30px; }

.nav-tob-bar-2 { background: #3C556F; }


.navbar-nav>li>.dropdown-menu {
    border-bottom: 3px solid #4f667d;
}

.navbar-default .navbar-brand {
    color: #fff;
    padding-left: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #286090;
  text-decoration: none;
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border-color: #3C556F;
  background: #3C556F;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #3C556F;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #3C556F;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #4f667d;
}

@media (max-width: 767px) {
  body {padding-top: 30px; }
  h1 { font-size: 30px;}
  h2 { font-size: 24px;}
  h3 { font-size: 18px;}
  h4 { font-size: 14px;}
  h5 { font-size: 14px;}
  h6 { font-size: 12px;}
  .navbar-default .navbar-brand { padding-left: 15px; }
  .navbar-collapse { background-color: #fff; border-bottom: 3px solid #ec971f; }
  .navbar-collapse .navbar-nav>li>a,
  .navbar-collapse .navbar-nav>li>a:focus, 
  .navbar-collapse .navbar-nav>li>a:hover {  color: #666; }
  .navbar-collapse ul li:first-child { border-top: none; }
  .navbar-collapse ul li:last-child { border-bottom: none; }
  .navbar-collapse li { border-bottom: 1px solid #d7d7d7; border-top: 1px solid #fff; }
  .navbar-collapse .navbar-nav > .active > a,
  .navbar-collapse .navbar-nav > .active > a:hover,
  .navbar-collapse .navbar-nav > .active > a:focus { color: #ec971f; background: none; }
}

.breadcrumb {
  border: 1px solid #DDDDDD;
}


.nav-pills li.active a { background-color: #3C556F; }
.nav-pills li.selected a { background-color: #4f667d; color: #efefef; font-style: italic;}

table.table-striped>thead>tr>th {  border-bottom: 2px solid #3C556F;}
.table-striped > tbody > tr {
  background-color: #fff;
}
table.table-bordered {  border: none; }
.table-bordered>tbody>tr, .table-bordered>tbody>tr, .table-bordered>tfoot>tr, .table-bordered>tfoot>tr {
    border-right:  1px solid #ddd;
    border-left:  1px solid #ddd;
    border-bottom:  1px solid #ddd;
    border-top:  1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}






section  { padding: 40px 0;}
.page-content { padding-bottom: 30px; }
.page-disclaimer  { padding: 20px 0;}

ul.checklist {
  list-style: none;
  padding: 0;
}
ul.checklist.indent {
  padding: 10px 0 10px 20px;
}
ul.checklist li {
  padding-left: 1.3em;
  padding-bottom: 1em;
}
ul.checklist li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}



.record-count { 
  opacity: 0.9;
  padding: 10px; 
  margin: 0 0 20px 0;
  background: #ec971f; 
  color: #fff;
  font-size: 14px;
  border-bottom: 3px solid #d4871b;
  border-right: 3px solid #d4871b;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
@media(min-width:768px) {
  .record-count { 
    font-size:20px;
    padding: 10px 20px; 
  }
}


.primary-bg  { 
    background: #f0ad4e; 
    color: #7C7C7C; 
    border-bottom: 2px solid #f1b55f; 
    border-top: 1px solid #f1b55f;
}
.primary-bg  h1, .primary-bg  h2, .primary-bg  h3 { color: #fff; }

.secondary-bg  { background: #282828; color: #7C7C7C; }
.secondary-bg  h1 { color: #fff; }

.secondary-bg  { background: #282828; color: #7C7C7C; }
.secondary-bg  h1 { color: #fff; }



.testimonials strong { color: #fff; padding-top: 10px;  display: inline-block;}
.testimonials em{ color: #fff;}
.testimonials hr { border-top: 1px solid #555;}

hr.light
{
    max-width: 50px;
    border-color: #f0ad4e;
    border-width: 3px;
}

.primary-bg hr.light
{
    border-color: #fff;
}

.primary-bg a
{
    color: #fff;
}

h1.section-title-style2 {
    margin: 0;
    padding-bottom: 15px;
  }

.section-title-style2 span, .section-title.style2 span {
    background: #f0ad4e;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}

.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
    background: #f4c37e;
    content: "";
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 28px;
    width: 60%;
    z-index: 1;
}
.img-muted {opacity:0.8;}

.social-icons img {opacity:0.6;}
.social-block img {margin: 2px 6px;}
.social-list img {margin:0 6px 3px 0}


.footer {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
  color: #999999;
}

.footer a {
  color: #555;
}
.sub_footer {
  padding: 20px 0;
}

.twitter-typeahead{
width:100%;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
  width:100%;        
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}


header {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 40px 0 20px 0;
  border-bottom: 3px solid rgba(100, 100, 100, .2);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
    
}
header h1, header h3, .record-count {text-shadow: 1px 2px 2px rgba(100, 100, 100, 1);}
header h1 { font-size: 25px; margin-top: 0;}
header .header-text {
  color: #fff;
}


header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
}

header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
        padding: 70px 0 20px 0;
    }

    header h1 { font-size: 40px;}

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}


#tcb-testimonial-carousel .well 
{
position: relative;
background: #333;
color: #CCC;
border: #484848 solid 1px;
}

#tcb-testimonial-carousel .well:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #333 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
right: 110px;
}

#tcb-testimonial-carousel .well:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 16px 16px 0;
border-color: #484848 transparent;
display: block;
width: 0;
z-index: 0;
bottom: -16px;
right: 109px;
}
#tcb-testimonial-carousel p { text-align: right;}
#tcb-testimonial-carousel .carousel-indicators {
  bottom:-50px;
}

#tcb-testimonial-carousel .carousel-indicators > li {
  background-color: #f0ad4e;
  border: none;
  padding: 3px;
  margin: 2px;

}

@media (max-width: 767px) {
  .btn-mobile {
      width: 100%;
      display: block; 
      white-space:normal !important;
      word-wrap:break-word;
      margin-bottom: 10px;
  }
  .text-sm-center { text-align: center; }
}