/*-----------------------------------------------------------------------------------

  Theme Name: Kineoworks
  Theme URI: http://www.tamashi-interactive.com/themes/kineoworks
  Theme URI: http://www.tamashi-interactive.com/themes/kineoworks
  Description: A well structured theme with a focus on full screen media
  Author: Tamashi Themes
  Author URI: http://www.tamashi-interactive.com
  Version: 1.0
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
-----------------------------------------------------------------------------------

  Stylesheet Contents

  0.  Document Setup
  1.  Navbar
  2.  Buttons
  3.  Typography
  4.  Tables
  5.  Forms
  6.  Navs
  7.  Indicators
  8.  Progress Bars
  9.  Containers
  10. Kineoworks Sections
    - 10.1  Kineoworks Hero
    - 10.2  Kineoworks Pitch
    - 10.3  Kineoworks Brands
    - 10.4  Kineoworks Testimonials
    - 10.5  Kineoworks Team
    - 10.6  Kineoworks Title Bar
    - 10.7  Kineoworks CTA Bar
    - 10.8  Kineoworks Pricing
    - 10.9  Kineoworks Values
    - 10.10  Kineoworks Portfolio
    - 10.11  Kineoworks Services
    - 10.12  Kineoworks Blog
    - 10.13  Kineoworks Contact
    - 10.14  Kineoworks Footer

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
    Now, again doing it on Dec 31, 2015 from Google for Business page.
	https://www.google.com/business/

    Before above: 	
    Body text: color #4c4f56 replaced by #111111
    Headings: Color #385587 replaced by #111111
          (font weight made 400 from 300)
    Headings small: #222222 replaced by #111111
    Navbar footer: Color #847c7c replaced by #111111
	kineoworks-services h3: font-weight changed to 800 from 400
	h1, h2, h3: changed font-sizes to 30, 27, 22 (previous in comments there)
	kineoworks-team h1: padding-bottom removed
-----------------------------------------------------------------------------------*/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; 
  color: #192026;
  line-height: 28px;
  font-weight: 400;
}

button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #007095;  /* #17d0b6 */
}

a:hover {
  color: #13ab96;
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/*  1.  Navbar
/*-----------------------------------------------------------------------------------*/

.navbar {
  margin-bottom: 1px;
  position: relative;
  width: 100%;
  background-image: url(/images/note-taking-bkg.png); 
  background-repeat: no-repeat;
  background-position: left center; 
  padding-left: 56px;
  min-height: 145px; /* todo: */
}

/*.navbar-default {
  background-color: #354e6f;
  border-color: #2c405f;
}*/

/*.navbar-default {
  background-color: #063053;
  background-image: url(img/wflogo.png);  
  background-image: url(img/wflogo.png), linear-gradient(#063053, #5c7c99); 
}*/

/* whole feb 2019 */
.navbar-default {
  background-color: #1d6c7d;  /* hdr bkg color feb 2019, before 083045 */
  border-color: #444;
  border-bottom: 1px solid #444;
}


.navbar .container {
  /*padding: 50px 40px 0px 40px;*/
  padding: 5px 25px 0px 7px;
  min-height: 145px; /* todo: */
  margin-left: 12px;
}

.navbar-brand {
  float: left;
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  padding: 40px 50px 0px 150px;
  font-family: Roboto; 
}

.navbar-brand small {
  font-size: 28px;
  display: block;
  font-family: Roboto;  
}

/*@media screen and (max-width: 1199px) {
  .navbar .container {
    padding: 5px 25px 0px 7px;
  }
  .navbar-brand {
    padding: 5px 40px 0px 20px;
  }
}*/

@media screen and (max-width: 991px) {
  .navbar .container {
    /*padding: 45px 25px 0px 10px;*/
    padding: 5px 25px 0px 7px;
  }
  .navbar-brand {
    /*padding: 5px 5px 0px 150px;*/
  }
  .carousel-control.right {
    right: 30px; 
  }    
}

/*@media (max-width: 850) {
  .navbar .container {
    font-size: 20px;
    padding: 5px 25px 0px 7px;
    min-height: 90px;
  }
  .navbar-brand {
    padding: 5px 5px 0px 150px;
  }
  .navbar {
    min-height: 90px;
  }
}*/

.navbar-default .navbar-brand {
  color: #fff;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background-color: transparent;
  color: #17d0b6;
}

.navbar-default .navbar-brand span {
  color: #17d0b6;
  font-size: 30px;
  font-weight: 400;
  padding: 0px 5px 0px 5px;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-text {
  color: #dbdde6;
}

.navbar-default .navbar-nav > li > a {
  /*border-bottom: 6px solid #3b5f7e; /*This needs to match the color in the gradient #354e6f;*/
  color: white; /*feb 2019, before #dbdde6;*/
  font-family: 'Roboto', sans-serif; /*feb 2019, before was not given here;*/
  font-size: 18px; /*feb 2019 was 15px */
  font-weight: 600 !important; /*feb 2019, before 400;*/
  letter-spacing: 0.4px;
  margin-right: 32px;
  padding-bottom: 18px; /* 48px  */
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  border-bottom: 6px solid #17d0b6;
  color: #b5b7be;
  margin-top: 0px;
  padding-bottom: 18px; /* 48px  */
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #1d627d;
  /* background-color: transparent; */
  border-bottom: 6px solid #17d0b6;
  color: white; /*feb 2019, before #dbdde6;*/
  margin-top: 0px;
  padding-bottom: 18px; /* 48px  */
}

.navbar-default .navbar-nav > li > a > .glyphicon {
  padding-right: 20px;
  display: none;
}

.navbar-default .navbar-nav .active > a .glyphicon {
  padding-right: 30px;
  color: #17d0b6;
}

/*@media screen and (max-width: 991px) { */
@media screen and (max-width: 1300px) { */
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    margin-right: 20px;
  }
  
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    margin-top: -3px;
    padding-bottom: 51px;
  }
  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    padding-bottom: 18px; /* 48px  */
    margin-top: 0px;
  }
}

/*@media screen and (max-width: 768px) {
    
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: -35px;
  }
}*/

@media screen and (max-width: 767px) {
    
   
  .navbar-default .navbar-nav > li > a {
    color: #dbdde6;
    padding: 10px 0px 10px 10px;
    border-bottom: none;
    margin-right: 0px;
    background-color: #354e6f;
  }
  
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #b5b7be;
    background-color: #2e4360;
    border-radius: 5px;
    border-bottom: none;
    margin-top: 0px;
    padding: 10px 0px 10px 10px;
  }
  
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #dbdde6;
    background-color: #2e4360;
    border-radius: 5px;
    border-bottom: none;
    margin-top: 0px;
    padding: 10px 0px 10px 10px;
  }

  .navbar-default .navbar-nav > li > a > .glyphicon {
    display: inline-block;
  }
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #0d7163;
  background-color: #17d0b6;
  margin-top: 3px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #19e4c7;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #15bba4;
  border: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #dbdde6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #dbdde6;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #ebedf2;
  border-color: #a5a9b6;
}

.navbar-inverse .navbar-brand {
  color: #354e6f;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #17d0b6;
  background-color: transparent;
  text-shadow: none;
}

.navbar-inverse .navbar-brand span {
  color: #17d0b6;
  font-weight: 400;
  font-size: 30px;
  padding: 0px 5px 0px 5px;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

.navbar-inverse .navbar-text {
  color: #dbdde6;
}

.navbar-inverse .navbar-nav > li > a {
  color: #111111;
  text-shadow: 0 1px 0 #fff;
  font-weight: 400 !important;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 6px solid #ebedf2;
  margin-right: 32px;
  padding-bottom: 18px; /* 48px  */
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #314b77;
  background-color: transparent;
  border-bottom: 6px solid #17d0b6;
  padding-bottom: 18px; /* 48px  */
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #111111;
  background-color: transparent;
  padding-bottom: 18px; /* 48px  */
  margin-top: 0px;
  border-bottom: 6px solid #17d0b6;
}

.navbar-inverse .navbar-nav > li > a > .glyphicon {
  padding-right: 20px;
  display: none;
}

.navbar-inverse .navbar-nav .active > a .glyphicon {
  padding-right: 30px;
  color: #17d0b6;
}

@media screen and (max-width: 991px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
    padding-bottom: 18px; /* 48px  */
    border-bottom: 6px solid #ebedf2;
    margin-right: 20px;
  }
  
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #b5b7be;
    background-color: transparent;
    border-bottom: 6px solid #17d0b6;
    margin-top: -3px;
    padding-bottom: 51px;
  }
  
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #111111;
    background-color: transparent;
    padding-bottom: 18px; /* 48px  */
    margin-top: 0px;
    border-bottom: 6px solid #17d0b6;
  }
}

@media screen and (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 0px 10px 10px;
    border-bottom: none;
    margin-right: 0px;
    background-color: #ebedf2;
  }
  
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #111111;
    background-color: #dddfe4;
    border-radius: 5px;
    border-bottom: none;
    margin-top: 0px;
    padding: 10px 0px 10px 10px;
  }
  
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #111111;
    background-color: #dddfe4;
    border-radius: 5px;
    border-bottom: none;
    margin-top: 0px;
    padding: 10px 0px 10px 10px;
  }

  .navbar-inverse .navbar-nav > li > a > .glyphicon {
    display: inline-block;
  }
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #0d7163;
  background-color: #17d0b6;
  margin-top: 3px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #19e4c7;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #15bba4;
  border: none;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #dbdde6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #dbdde6;
}

.navbar-inverse .navbar-link:hover {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin-bottom: 0px;
  }

  .navbar-right {
    margin-top: 0px;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
}

/*-----------------------------------------------------------------------------------*/
/*  2.  Buttons
/*-----------------------------------------------------------------------------------*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #111111;
  background-color: #ebedf2;
  border-color: #a5a9b6;
  text-shadow: 0 1px 0 #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #111111;
  background-color: #e1e4e8;
  border-color: #a5a9b6;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ebedf2;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #3d5a80;
  border-color: #2c405f;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3 );
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2f4663;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #99b0ce;
  border-color: #899eb9;
}

.btn-primary .badge {
  color: #3d5a80;
  background-color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3 );
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-red {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3 );
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  background-image: none;
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-red .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #82da5b;
  border-color: #4cae4c;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3 );
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #4ac447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #82da5b;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3 );
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-xlg {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
  width: 100%;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-ivt {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 800;
}

.btn-ivtsm {
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 800;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*  3.  Typography
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans Bold', sans-serif;
  color: #111111; /* This is color of all headings: #111111 */
  font-weight: 600; /* was 300 */
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 600; /* was 300 */
  line-height: 1;
  letter-spacing: 0.3px;
  color: #111111; 
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%; /* 55%; */
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 25px; /* 30 */
    line-height: 44px;
    color: #404040;/* gd */
}

body > div:nth-child(2) > h1 {
    font-size: 30px; 
    margin-bottom: 0px;
    margin-top: 4px;
    padding-left: 6px;
}

h2,
.h2 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 22px;  /* 27 */
  line-height: 1.29;  
  color: #404040;/* gd */
}

h3,
.h3 {
    font-family: 'Open Sans Bold', sans-serif;
  /* font-size: 30px;  
  font-weight: 200;	
  line-height: 1.29;  */
  font-size: 20px; /* 22 */
  /*font-weight: 700;*/
  line-height: 1.43;  
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #3d5a80;
}

.text-primary:hover {
  color: #2d425d;
}

.text-warning {
  color: #f0ad4e;
}

.text-warning:hover {
  color: #ec971f;
}

.text-danger {
  color: #d9534f;
}

.text-danger:hover {
  color: #c9302c;
}

.text-success {
  color: #82da5b;
}

.text-success:hover {
  color: #62d131;
}

.text-info {
  color: #5bc0de;
}

.text-info:hover {
  color: #31b0d5;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  .dl-horizontal dd:after {
    clear: both;
  }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }

  .dl-horizontal dd:after {
    clear: both;
  } 
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

.col-lg-7 blockquote
{
  padding: 0px 20px;
}

blockquote {
  font-size: 16px; 
  color: #444;
  line-height: 24px;
  font-weight: 400;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/*-----------------------------------------------------------------------------------*/
/*  4.  Tables
/*-----------------------------------------------------------------------------------*/

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #e1f6d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d1f1c3;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f4cecd;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #efbab8;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fbe7cb;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #f9dcb3;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  5.  Forms
/*-----------------------------------------------------------------------------------*/

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #3d5a80;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.1);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #ec971f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: #fbe7cb;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #d9534f;
}

.has-error .form-control {
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #f4cecd;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #82da5b;
}

.has-success .form-control {
  border-color: #82da5b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #62d131;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1edae;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c1edae;
}

.has-success .input-group-addon {
  color: #82da5b;
  border-color: #82da5b;
  background-color: #e1f6d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline select.form-control {
    width: auto;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  6.  Navs
/*-----------------------------------------------------------------------------------*/

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 40px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #17d0b6;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #3d5a80;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3d5a80;
  border-color: #3d5a80;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
} 

.pager {
  padding-left: 0;
  margin: 20px 0
  list-style: none;
  text-align: center;
} 

.pager:before,
.pager:after {
  content: " ";
  display: table;
} 

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}

/*-----------------------------------------------------------------------------------*/
/*  7.  Indicators
/*-----------------------------------------------------------------------------------*/

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #3d5a80;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2d425d;
}

.label-success {
  background-color: #82da5b;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #62d131;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #e1f6d8;
  border-color: #d9f1c3;
  color: #82da5b;
}

.alert-success hr {
  border-top-color: #cbecaf;
}

.alert-success .alert-link {
  color: #62d131;
}

.alert-info {
  background-color: #daf1f8;
  border-color: #bceff2;
  color: #5bc0de;
}

.alert-info hr {
  border-top-color: #a7e9ee;
}

.alert-info .alert-link {
  color: #31b0d5;
}

.alert-warning {
  background-color: #fbe7cb;
  border-color: #f9d0b3;
  color: #f09348;
}

.alert-warning hr {
  border-top-color: #f7c29c;
}

.alert-warning .alert-link {
  color: #ec971f;
}

.alert-danger {
  background-color: #f4cecd;
  border-color: #efb8c0;
  color: #d9534f;
}

.alert-notice hr {
  border-top-color: #eba3ad;
}

.alert-danger hr {
  border-top-color: #eba3ad;
}

.alert-danger .alert-link {
  color: #c9302c;
}

/*-----------------------------------------------------------------------------------*/
/*  8.  Progress bars
/*-----------------------------------------------------------------------------------*/

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #3d5a80;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #82da5b;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*-----------------------------------------------------------------------------------*/
/*  9.  Containers
/*-----------------------------------------------------------------------------------*/

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3d5a80;
  border-color: #3d5a80;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #b0c2d9;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #3d5a80;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #3d5a80;
  border-color: #3d5a80;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3d5a80;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3d5a80;
}

.panel-success {
  border-color: #d9f1c3;
}

.panel-success > .panel-heading {
  color: #82da5b;
  background-color: #e1f6d8;
  border-color: #d9f1c3;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9f1c3;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9f1c3;
}

.panel-warning {
  border-color: #f9d0b3;
}

.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: #fbe7cb;
  border-color: #f9d0b3;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f9d0b3;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f9d0b3;
}

.panel-danger {
  border-color: #efb8c0;
}

.panel-danger > .panel-heading {
  color: #d9534f;
  background-color: #f4cecd;
  border-color: #efb8c0;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #efb8c0;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #efb8c0;
}

.panel-info {
  border-color: #bceff2;
}

.panel-info > .panel-heading {
  color: #5bc0de;
  background-color: #daf1f8;
  border-color: #bceff2;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bceff2;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bceff2;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-notice {
    background-color: #d9534f !important;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.43;
    color: white;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*  10.1  Kineoworks Hero
/*-----------------------------------------------------------------------------------*/

/*.kineoworks-hero {
  background-color: #d9dbe3;
  background-image: url(img/table.jpg);
  background-repeat: no-repeat;
  background-position: 50% 95%;
  padding-top: 10px; was 40 sajay
  padding-bottom: 200px;
}*/

.kineoworks-hero {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  padding-bottom: 20px;
}


.kineoworks-hero h1 {
  text-align: center;
  line-height: 1.3;
  /*padding-bottom: 10px; /*from 50 px sanjay: */
  padding: 10px 50px 10px 50px;
}

.kineoworks-hero h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px; 
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  /*padding-bottom: 10px; /*from 50 px sanjay: */
  padding: 10px 50px 10px 50px;
}

.laptop-navigation {
  padding: 0px 170px 0px 140px;
}

.laptop-navigation-big {
  padding: 0px 170px 0px 140px;
}

@media screen and (max-width: 1199px) {
  .laptop-navigation {
    padding: 0px 70px 0px 40px;
  }
}

@media screen and (max-width: 991px) {
  .laptop-navigation {
    padding: 0px 0px 0px 0px;
  }
  .laptop-navigation .prev {
    margin-left: -30px;
  }
  .laptop-navigation .next {
    margin-right: -40px;
  }
}

.laptop-navigation a {
  margin-top: 175px;
}

.kineoworks-homepage-slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  text-align: center;
  width: 518px;
  padding: 0;
  margin: 0;
}

.kineoworks-homepage-slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.kineoworks-homepage-slides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.kineoworks-homepage-slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

@media screen and (max-width: 888px) {

/*  .kineoworks-hero {
    background-color: #d9dbe3;
    background-image: none;
    padding-top: 40px;
    padding-bottom: 0px;
  }*/
  
.kineoworks-hero h1 {
  padding: 0px 10px 10px 10px;
}
  

.kineoworks-hero {
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  padding-bottom: 20px;
}  

  .kineoworks-laptop {
    background-image: none;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 0px 0px 50px 0px;
  }
  
  .laptop-navigation {
    display: none;
  }

  .kineoworks-homepage-slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .kineoworks-homepage-slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }
  
  .kineoworks-homepage-slides li:first-child {
    position: relative;
    display: block;
    float: left;
  }
  
  .kineoworks-homepage-slides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
  }

  .kineo_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("img/themes.gif") no-repeat left top;
    margin-top: -30px;
  }
  
  .kineo_nav:active {
    opacity: 1.0;
  }
  
  .kineo_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.2  Kineoworks Pitch
/*-----------------------------------------------------------------------------------*/

.kineoworks-pitch {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px #d7d9e1;
  -webkit-box-shadow: 0px 0px 10px #d7d9e1;
  box-shadow: 0px 0px 10px #d7d9e1;
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
}

.kineoworks-pitch .col-md-4 {
  text-align: center;
}

.kineoworks-pitch .col-md-4:nth-child(2) {
  border-left: 1px solid #eff0f3;
  border-right: 1px solid #eff0f3;
}

.kineoworks-pitch .col-md-4 h3 {
  font-size: 20px;
    font-weight: 700;
    line-height: 1.43;
  margin: 0px;
}

.kineoworks-pitch .col-md-4 .glyphicon {
  color: #e0e2e8;
  font-size: 65px;
  padding: 25px 0px;
}

.kineoworks-pitch .col-md-4 p {
   font-size: 18px;
    line-height: 1.54;
	margin-bottom: 25px;
  padding: 0px 40px;
  text-align: center;
}

.kineoworks-pitch .col-md-4 a {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {

  .kineoworks-pitch .col-md-4 h3 {
    font-size: 19px;
  }
  
  .kineoworks-pitch .col-md-4 .glyphicon {
    font-size: 65px;
    padding: 25px 0px;
  }
  
  .kineoworks-pitch .col-md-4 p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0px 10px;
  }
  
  .kineoworks-pitch .col-md-4 a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .kineoworks-pitch .col-md-4 {
    padding: 50px 0px;
  }

  .kineoworks-pitch .col-md-4 p {
    padding: 0px 40px;
  }

  .kineoworks-pitch .col-md-4:nth-child(1) {
    padding: 10px 0px 50px 0px;
  }

  .kineoworks-pitch .col-md-4:nth-child(2) {
    border-top: 1px solid #eff0f3;
    border-bottom: 1px solid #eff0f3;
    padding: 60px 0px 40px 0px;
  }

  .kineoworks-pitch .col-md-4:nth-child(3) {
    padding: 60px 0px 0px 0px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.3  Kineoworks Brands
/*-----------------------------------------------------------------------------------*/

.kineoworks-brands {
  background-color: #f2f2f5;
  padding: 65px 0px 50px 0px;
  z-index: 1;
  position: relative;
}

.kineoworks-brands h3 {
  font-weight: 400;
  font-size: 22px;
  padding-top: 5px;
  margin-top: 0px;
  color: #a0a6b6;
}

.kineoworks-brands .col-md-8 {
  padding-left: 100px;
}

.kineoworks-brands img {
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .kineoworks-brands {
    padding: 65px 0px 50px 0px
;  }

  .kineoworks-brands h3 {
    font-size: 18px;
    padding-top: 10px;
  }

  .kineoworks-brands .col-md-8 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .kineoworks-brands {
    padding: 55px 0px 40px 0px;
  }

  .kineoworks-brands h3 {
    font-size: 23px;
    padding: 10px 0 30px 0;
    text-align: center;
  }

  .kineoworks-brands .col-md-8 {
    padding-left: 15px;
  }
}

@media (max-width: 500px) {
  .kineoworks-brands .col-xs-3 {
    padding-top: 50px;
    width: 50%;
  }

  .kineoworks-brands h3 {
    font-size: 20px;
    padding: 10px 0 0 0;
    text-align: center;
  }

  .kineoworks-brands .col-md-8 {
    padding-left: 30px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.4  Kineoworks Testimonials
/*-----------------------------------------------------------------------------------*/

.kineoworks-testimonials {
  background-color: #14b69f;
  padding-top: 60px;
  padding-bottom: 20px;
}

.kineoworks-testimonial-slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}

.kineoworks-testimonial-slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.kineoworks-testimonial-slides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.kineoworks-testimonial-slides p {
  color: #d4f8f7;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  padding: 0px 40px;
}

.kineoworks-testimonial-slides p > small {
  color: #b8ddd8;
  font-size: 18px;
  line-height: 3;
}

@media screen and (max-width: 991px) {
  .kineoworks-testimonial-slides p {
    color: #d4f8f7;
    font-size: 20px;
    line-height: 1.7;
  }
  
  .kineoworks-testimonial-slides p > small {
    color: #b8ddd8;
    font-size: 16px;
    line-height: 3;
  }
}

.testimonial-navigation {
  padding: 0px 140px 0px 140px;
}

.testimonial-navigation a {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {

  .testimonial-navigation {
    padding: 0px 50px 0px 50px;
  }

}

@media screen and (max-width: 991px) {
  .testimonial-navigation {
    padding: 0px 0px 0px 0px;
  }
  .testimonial-navigation a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .kineoworks-testimonials {
    background-color: #14b69f;
    padding-top: 60px;
    max-height: 220px;
  }

  .testimonial-navigation {
    display: none;
  }

  .kineoworks-testimonial-slides p {
    padding: 0px 13%;
  }
}

@media (max-width: 580px) {

  .kineoworks-testimonial-slides p {
    padding: 0px 7%;
    font-size: 18px;
  }
}

@media (max-width: 480px) {

  .kineoworks-testimonials {
    background-color: #14b69f;
    padding-top: 60px;
    padding-bottom: 40px;
    min-height: 120px;
    max-height: 1400px;
  }

  .kineoworks-testimonial-slides p {
    padding: 0px 15px;
    font-size: 17px;
  }

  .kineoworks-testimonial-slides p small {
    font-size: 13px;
  }
}

.btn-testimonial {
  background-image: -webkit-linear-gradient(top, #17d2b8 0%, #10c6a7 100%);
  background-image: linear-gradient(to bottom, #17d2b8 0%, #10c6a7 100%);
  background-repeat: repeat-x;
  background-color: #10c6a7;
  border-color: #12a691;
  color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff17d2b8', endColorstr='#ff10c6a7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-testimonial:hover,
.btn-testimonial:focus {
  background-color: #10c6a7;
  background-position: 0 -10px;
  color: #def6f2;
}

.btn-testimonial:active,
.btn-testimonial.active {
  background-color: #10c6a7;
  border-color: #12a691;
}

/*-----------------------------------------------------------------------------------*/
/*  10.5  Kineoworks Team
/*-----------------------------------------------------------------------------------*/

.kineoworks-team {
  background-color: #fff;
  padding-top: 10px; /* sanjay: was 40, we will use it as the start of text section after laptop pic */
  padding-bottom: 10px;
}

.kineoworks-team h1 {
  text-align: left; /* was center */
  line-height: 1.5; /* was 0.9 */
}

.kineoworks-team h3 > small {
  font-size: 14px;
  font-weight: 400;
}

.kineoworks-team .profile .social-container {
  position: absolute;
  bottom: -15px;
  right: 40px;
  background-color: #fff;
  padding: 0px 30px 10px 10px;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {

  .kineoworks-team {
    text-align: left;  
    padding-bottom: 30px;
  }

  .kineoworks-team .profile {
    margin-bottom: 40px;
  }

  .kineoworks-team .profile img {
    margin: 0 auto;
    float: none;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.6  Kineoworks Title Bar
/*-----------------------------------------------------------------------------------*/

.kineoworks-title-bar {
  text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
}

.kineoworks-title-bar .col-md-5 {
  margin: 0 auto;
  float: none;
}

.kineoworks-title-bar h3 {
  margin: -40px 0 0 0;
  padding: 9px 0px 12px 0px;
  font-size: 18px;
  background-color: #fff;
  font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*  10.7  Kineoworks CTA Bar
/*-----------------------------------------------------------------------------------*/

.kineoworks-cta-bar {
  background-color: #f2f2f5;
  padding: 55px 0px 50px 0px;
  z-index: 1;
  position: relative;
  text-align: center;
}

.kineoworks-cta-bar h3 {
  font-weight: 400;
  font-size: 26px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 0px;
  color: #a0a6b6;
}

.kineoworks-cta-bar .btn {
  text-align: center;
  float: none;
}

/*-----------------------------------------------------------------------------------*/
/*  10.8  Kineoworks Pricing
/*-----------------------------------------------------------------------------------*/

.kineoworks-pricing {
  text-align: left;
  margin-top: 30px;
}

.kineoworks-pricing .panel-heading {
  margin-bottom: 0px;
  padding-top: 1px;
}



.kineoworks-pricing .panel-primary .panel-heading h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.kineoworks-pricing .panel-primary .panel-heading a {
  color: #fff;  /* #17d0b6 */
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 800;
}

.kineoworks-pricing .panel-primary .panel-heading a:hover {
  color: #13ab96;
  font-weight: 800;
  font-family: 'Open Sans Bold', sans-serif;
}

.kineoworks-pricing .panel-primary .panel-heading h2 small {
  color: #c5ceda;
  font-weight: bold;
}

.kineoworks-pricing .panel-info .panel-heading h2 {
  margin-bottom: 20px;
  font-size: 33px;
  line-height: 1;
}

.kineoworks-pricing .panel {
  border-color: #dddddd;
}

.kineoworks-pricing .panelnotes {
  border-width: 0px;
}

.kineoworks-pricing .panel-body {
  margin: 0px;
  padding: 0px;
}

.kineoworks-pricing .table {
  margin-bottom: 0px;
}

.kineoworks-pricing .table > tbody > tr > td {
  padding: 15px;
  font-size: 15px;
}

.kineoworks-pricing .panel-footer h2 {
  margin: 15px 0px;
  font-size: 35px;
  line-height: 0.85;
}

.panel-footer {
  padding-left: 30px;
  padding-right: 30px;
}

.panel-footer .btn {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.kineoworks-pricing .kineoworks-populair-title h2 {
  font-size: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*  10.9  Kineoworks Values
/*-----------------------------------------------------------------------------------*/

.kineoworks-values {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px #d7d9e1;
  -webkit-box-shadow: 0px 0px 10px #d7d9e1;
  box-shadow: 0px 0px 10px #d7d9e1;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

.kineoworks-values .col-md-4 {
  text-align: center;
}

.kineoworks-values .col-md-4:nth-child(2) {
  border-left: 1px solid #eff0f3;
  border-right: 1px solid #eff0f3;
}

.kineoworks-values .col-md-4 h3 {
  color: #364f70;
  font-weight: 400;
  font-size: 21px;
  margin: 0px;
}

.kineoworks-values .col-md-4 .glyphicon {
  color: #e0e2e8;
  font-size: 65px;
  padding: 25px 0px;
}

.kineoworks-values .col-md-4 p {
  /*color: #6d717c;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 300;*/
  margin-bottom: 25px;
  padding: 0px 40px;
}

.kineoworks-values .col-md-4 a {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {

  .kineoworks-values .col-md-4 h3 {
    font-size: 19px;
  }
  
  .kineoworks-values .col-md-4 .glyphicon {
    font-size: 65px;
    padding: 25px 0px;
  }
  
  .kineoworks-values .col-md-4 p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0px 10px;
  }
  
  .kineoworks-values .col-md-4 a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {

  .kineoworks-values .col-md-4 {
    padding: 50px 0px;
  }

  .kineoworks-values .col-md-4 p {
    padding: 0px 40px;
  }

  .kineoworks-values .col-md-4:nth-child(1) {
    padding: 10px 0px 50px 0px;
  }

  .kineoworks-values .col-md-4:nth-child(2) {
    border-top: 1px solid #eff0f3;
    border-bottom: 1px solid #eff0f3;
    padding: 60px 0px 40px 0px;
  }

  .kineoworks-values .col-md-4:nth-child(3) {
    padding: 60px 0px 0px 0px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.10  Kineoworks Portfolio
/*-----------------------------------------------------------------------------------*/

.kineoworks-portfolio {
  background-color: #fff;
  padding-bottom: 30px;
  padding-top: 40px;
}

.kineoworks-portfolio #grid {
  margin-top: 100px;
}

.kineoworks-portfolio h1 {
  line-height: 0.9;
  padding-bottom: 45px;
  text-align: center;
}

.kineoworks-portfolio h3 > small {
  font-size: 14px;
  font-weight: 400;
}

.kineoworks-portfolio .portfolio-item {
  margin-bottom: 30px;
  height: 217px;
}

@media (max-width: 460px) {

  .kineoworks-portfolio .portfolio-item {
    width: 100%;
  }
}

.kineoworks-portfolio .portfolio-item div {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-clip: content-box;
  background-color: rgba(23, 34, 48, 0.8);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  text-align: center;
}


@media (max-width: 1199px) {

  .kineoworks-portfolio .portfolio-item {
    height: 177px;
  }
}

@media (max-width: 991px) {

  .kineoworks-portfolio .portfolio-item {
    min-height: 285px;
  }
}


@media (max-width: 767px) {

  .kineoworks-portfolio .portfolio-item {
    background-color: #f6f6f9;
    background-clip: content-box;
  }

  .kineoworks-portfolio .portfolio-item a img{
    float: none;
    margin: 0 auto;
    height: 100%;
  }
}

.kineoworks-portfolio .portfolio-item a:hover div {
  opacity: 1;
}

.kineoworks-portfolio .portfolio-item div h3 {
  padding-top: 65px;
  color: #fff;
}

@media screen and (max-width: 1199px) {

  .kineoworks-portfolio .portfolio-item div h3 {
    padding-top: 45px;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {

  .kineoworks-portfolio .portfolio-item div h3 {
    padding-top: 95px;
    color: #fff;
  }
}

@media (max-width: 767px) {

  .kineoworks-portfolio .portfolio-item div h3 {
    padding-top: 24%;
    color: #fff;
  }
}

.filter {
  text-align: center;
  background-color: #f2f2f5;
  background-clip: content-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

.filter p {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
}

.filter-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.filter-nav:before,
.filter-nav:after {
  content: " ";
  display: table;
}

.filter-nav:after {
  clear: both;
}

.filter-nav:before,
.filter-nav:after {
  content: " ";
  display: table;
}

.filter-nav:after {
  clear: both;
}

.filter-nav > li {
  display:inline-block;
  position: relative;
  cursor: pointer;
  color: #b2b7c4;
  font-size: 16px;
  padding: 10px 13px;
}

.filter-nav > li:hover {
  color: #90949f;
}

@media screen and (max-width: 1199px) {

  .filter p {
    font-size: 14px;
  }
  .filter-nav > li {
    font-size: 14px;
    padding: 10px 13px;
  }
}

@media screen and (max-width: 991px) {

  .filter p {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .filter-nav > li {
    font-size: 14px;
    padding: 7px 9px;
  }

  .filter-nav {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kineoworks-portfolio #grid {
    margin-top: 60px;
  }
}


@media screen and (max-width: 767px) {

  .filter-nav > li {
    font-size: 14px;
    padding: 10px 15px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.11  Kineoworks Services
/*-----------------------------------------------------------------------------------*/

.kineoworks-services {
  padding-bottom: 20px;
}

.kineoworks-services img {
  padding-top: 10px;
}

.kineoworks-services > .container > .row {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 4px;
}

.kineoworks-services > .container > .row > .col-md-3 {
  margin-bottom: 4px;
}

.kineoworks-services h1 {
  font-size: 37px;
  line-height: 1.6;
  font-weight: 300; 
  padding-right: 130px;
}

.kineoworks-services h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.43;
}

.kineoworks-services p {
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.54;
}

.kineoworks-services .glyphicon {
    color: #b2b7c4;
}

.kineoworks-services .fa {
    color: #b2b7c4;
	margin-right: 8px; 
}

@media screen and (max-width: 1199px) {

  .kineoworks-services h1 {
    padding-right: 130px;
  }
}

@media screen and (max-width: 991px) {

  .kineoworks-services h1 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 767px) {

  .kineoworks-services h1 {
    padding-right: 30px;
    font-size: 30px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.12  Kineoworks Blog
/*----------------------------------------------------------------------------------*/

.kineoworks-blog > .container > .row {
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 70px;
}

.kineoworks-post {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 80px;
  margin-bottom: 65px;
}

.kineoworks-post:last-child {
  border-bottom: none;
  padding-bottom: 80px;
  margin-bottom: 20px;
}

.kineoworks-post .post-data {
  color: #b2b7c4;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 5px;
} 

.kineoworks-post img {
  margin-top: 25px;
}

.kineoworks-post p ~ p {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
} 

.kineoworks-post h3 {
  font-size: 31px;
  font-weight: 400;
  margin-bottom: 13px;
  margin-top: 0px;
  padding-top: 0px;
}

.kineoworks-post h3 a {
  color: #111111;
}

.kineoworks-post h3 a:hover {
 color: #25395a; 
}

.kineoworks-post .glyphicon-time {
  padding-right: 20px;
}

.kineoworks-post .glyphicon-folder-open {
  padding-left: 20px;
  padding-right: 20px;
}

.kineoworks-sidebar {
  min-height: 600px;
  background-color: #eeeeee;
  padding-top: 25px;
  padding-right: 30px;
  text-align: right;
}

.kineoworks-sidebar strong {
  border-bottom: 1px solid #cbd0df;
  color: #989ca7;
  padding-bottom: 6px;
  padding-left: 20px;
}

.kineoworks-sidebar ul {
  list-style: none;
  padding: 18px 0 20px 0;
}

.kineoworks-sidebar ul > li {
  padding: 3px 0;
}

.kineoworks-sidebar ul > li:first-child {
  padding-top: 0px;
}

.kineoworks-sidebar ul li a {
  font-size: 13px;
  color: #989ca7;

}

.kineoworks-sidebar ul li a:hover {
  color: #17d0b6;
  padding-right: 3px;
}

.kineoworks-post > .social-buttons span {
  -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;    /* Firefox, other Gecko */
  box-sizing: content-box;         /* Opera/IE 8+ */
}

/*-----------------------------------------------------------------------------------*/
/*  10.13  Kineoworks Contact
/*-----------------------------------------------------------------------------------*/

.kineoworks-contact {
  padding-top: 65px;
}

.kineoworks-contact > .container {
  padding-left: 150px;
  padding-right: 150px;
}

.kineoworks-contact h2 {
  padding-bottom: 15px;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 1199px) {

  .kineoworks-contact > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {

  .kineoworks-contact {
    padding-top: 35px;
  }
  
  .kineoworks-contact > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .kineoworks-contact h2 {
    padding-bottom: 15px;
    padding-top: 0px;
    text-align: center;
  }

  .form-group .col-sm-6:nth-child(2) {
    margin-top: 15px;
  }

  .form-group .col-sm-9 {
    margin-top: 15px;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  10.14  Kineoworks Footer
/*-----------------------------------------------------------------------------------*/

.footer {
  background-color: #fff;
  color: #222222; /* color: This is color of the footer #b2b7c4 */
  min-height: 360px;
  padding-top: 15px;
  text-align: center;
}

.footer-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-nav:before,
.footer-nav:after {
  content: " ";
  display: table;
}

.footer-nav:after {
  clear: both;
}

.footer-nav:before,
.footer-nav:after {
  content: " ";
  display: table;
}

.footer-nav:after {
  clear: both;
}

.footer-nav > li {
  display:inline-block;
  position: relative;
}

.footer-nav > li > a {
  display: block;
  
  font-size: 16px;
  
  font-size: 18px;
  text-shadow: none;
  line-height: 1.43;	  
  
  padding: 10px 13px;
  position: relative;
}

.footer-nav > li > a:hover {
  color: #90949f;
}

.footer hr + p {
  color: #111111; /* This is color of the copyright #b2b7c4 */
  font-size: 16px;
  font-weight: 400;
  padding-top: 15px;
}

@media screen and (max-width: 640px) {

  .footer-nav {
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-nav > li > a {
    color: #b2b7c4;
    display: block;
    font-size: 14px;
    padding: 10px 10px 0px 5px;
    position: relative;
  }

  .footer hr + p {
    font-size: 13px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 500px) {

  .footer {
    background-color: #fff;
    color: #b2b7c4;
    min-height: 360px;
    padding-top: 45px;
    text-align: center;
  }
}

.social-nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  padding: 7px 0;
}

.social-nav:before,
.social-nav:after {
  content: " ";
  display: table;
}

.social-nav:after {
  clear: both;
}

.social-nav:before,
.social-nav:after {
  content: " ";
  display: table;
}

.social-nav:after {
  clear: both;
}

.social-nav > li {
  display:inline-block;
  position: relative;
}

.social-nav > li > a {
  display: block;
  padding: 10px 6px;
  position: relative;
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%; /* Inner is actually the full slide between buttons. But this width doesn't really do anything. */
      margin: 0px;
	  padding: 0;
  }
.carousel-control.left, .carousel-control.right {
    background-image: none;
	color: #000;
	width: 0px; /* The vertical section containing navigation buttons */
}  
.carousel-control.left {
  text-align: left; /* To position button glyph leftmost in above so as to have max space for slide */
  left: 0;
}  
.carousel-control.right {
  text-align: right; /* similar */
  margin-left: -20px; 
}  
.carousel-control .glyphicon-circle-arrow-left, 
.carousel-control .glyphicon-circle-arrow-right,
.carousel-control .fa-chevron-circle-left, 
.carousel-control .fa-chevron-circle-right 
{
    display: inline-block;
    position: absolute; /* probably required for z order to work */
    top: 150px;
    z-index: 5; /* This makes sure that it overlays the image if due to screen width required */
}
.carousel-caption {
left: 2px;  /* can remove all these. No effect now */
right: 2px;
padding: 0 0 0 0;
}
.carousel-indicators li { visibility: hidden; }
.carousel-caption {
position: relative;
right: 0;
bottom: 0;
z-index: 10;
padding-bottom: 0;
color: #000;
text-shadow: none;
text-align: left;
top: 0;
left: 8px; /* sanjay */
margin-right: 8px;
}

@media screen and (min-width: 1199px) {
.carousel-caption {
  text-align: justify; /*sanjay: starts */
  margin-right: 8px;
  left: -20px;
}

}

.carousel-caption h3 {
  text-align: left;
  /*font-weight: 400; */
   font-size: 20px;
    /*font-weight: 700;*/
    line-height: 1.43;  
}
.carousel-caption h5 {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.43;  
  color: #404040;
}

.carousel-inner > .item > .col-md-9,
 .carousel-inner > .item > .col-md-3 {
  padding: 0px;
}
.container .jumbotron {
    padding-left: 15px;	
}
.jumbotron {
    padding-bottom: 0px;
    padding-top: 4px;
	margin-bottom: 0px;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 30px;
    padding-bottom: 20px;
}

.alert {
    border: 0px solid transparent;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    color: #222222
}

.alert-notice {
  background-color: #cbe3ef; /* feb 2019, before #fde073; */
  border-color: #e3e3e3;
  padding: 6px 20px 6px 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.well-sm-left {
  padding: 9px;
  border-radius: 3px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.carousel-inner ul, li {
    padding: 0;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
    list-style-position: outside;
}

@media (max-width: 414px) {
  .navbar-default {
      width: 414px;
  }     
  .navbar-brand {
    margin-top: -40px;
	/* line-height: 16px; todo: */
    padding-top: 40px;
  }

  .navbar-brand small {
    margin-top: 12px;
    display: none;
  }
  
  .h1-responsive small {
    font-size: 65%; 
  }
}

/* Responsive Tuning starts */
/* Navbar collapse to menu sooner than 768 */
@media (max-width: 1300px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      background-color: black;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/* Font reduction */
@media screen and (max-width: 991px) {
  .h1-responsive {
    font-size: 20px; 
	padding-right: 20px;
	padding-left: 20px;
  }

  .h1-responsive small {
    font-size: 80%; 
  }

  h2, .h2 {
    font-size: 20px;
  }
}
/* wraps */
/* From wider to the following width, keeps displaying 2 line breaks, hides 3 line breaks. */
@media screen and (min-width: 640px) {
    .rwd-break3 { display: none; }
}
/* At the above width, starts displaying 3 lines by above logic and hiding 2 lines by following logic */
/*@media screen and (min-width: 430px) {
    .rwd-break3 { display: none; }
}*/
/* and hiding 2 lines by following logic */
@media screen and (max-width:640px) {
    .rwd-break2 { display: none; }
}

/* static */
.element {
    position: fixed;
    top: 5%;
    right: 2%;
    padding: 10px;
    font-family: Arial;
    background: #fffea1;
    border: 1px solid #fc0;
}
/* http://charliepark.org/bootstrap_buttons/ */
.btn-custom {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -moz-linear-gradient(top, #b42121, #5e1111);
  background-image: -ms-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -o-linear-gradient(top, #b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: bold;
  margin: 6px;
}
.f-circle {
font-family: Arial; /* your font family here! */
font-weight: bold;
border: 1px solid #860000;
border-radius: 999px;
padding: 6px 12px;
margin-right: 8px;
}

.f-circleb {
font-family: Arial; /* your font family here! */
font-weight: bold;
border: 1px solid #860000;
border-radius: 999px;
padding: 6px 12px;
margin-right: 8px;
background-color: #d9534f;
border-color: #d43f3a;
}


.f-slide-note {
border: 2px solid #860000;
border-radius: 999px;
padding: 3px 55px;
margin-right: 8px;
display: inline-block;
margin-bottom: 12px;
align: center;
margin-top: 3px;
margin-bottom: 22px;
align: center;
font-family: 'Open Sans Bold';
font-size: 18px;
font-weight: 600;
color: #111111;

}
.vjs-nofull .vjs-fullscreen-control {
    display:none;
}
#topeyec {
        background: #d9534f; 
        text-align: center;
        line-height: 1.5;
        overflow: hidden;
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
font-family: 'Open Sans Bold', sans-serif;
color: #fff; /* This is color of all headings: #111111 */
font-weight: 600; /* was 300 */
font-size: 22px;        
}
   .video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}
.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}
.video-js-responsive-container {
    width: 100%;
    position: relative;
}
.video-js-responsive-container .video-js {
    height: 100% !important; 
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.carousel-inner h2 {
  text-align:left;
  font-family:'Open Sans Bold', sans-serif;
  font-size:22px;
  font-weight:600;
  color:#337ab7;
  padding:0;
}

.carousel-inner h2 sub-head {
  font-size:20px;
}    

.carousel-caption text-pt  {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.43;  
  color: #404040;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.highlight {
    opacity: 0.7;
}

.highlight:hover {
    opacity: 1;
	-webkit-filter: brightness(1.05);   
}

.quote {
	background-color: #FFF4AD;
	padding: 4px 4px 4px 20px;
	background-image: url(/images/quotebg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
