html, body {
    overflow-x: hidden;
    box-sizing: border-box;
}
body {
  font: 300 16px/1.5 'Roboto Condensed', sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
h1.entry-title.page-header {
  font-weight: 300;
}
p {
  margin: 0 0 20px;
}
b, strong {
  font-weight: 400;
}
.logo-main {
    background: 0 0 url(../img/the_innovation_race_logo.png) no-repeat;
    display: block;
    height: 40px;
    left: 10px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 10px;
    width: 276px;
    text-indent: -9999em;
}
.logo-main:hover {
    background-position: 0 -39px;
}
.header-top.mini.slid .logo-main:hover {
    background-position: 0 -50px;
}


td.right, th.item-size, th.item-url {
  text-align: right;
}
th.item-title, td.item-title {
  min-width: 150px;
}
td.item-title {
  font-weight: bold;
}
td.item-desc {
  color: #999;
  font-family: serif;
  font-style: italic;
}
td.item-size {
  min-width: 80px;
}
td.item-url {
  min-width: 120px;
}
td.item-img img {
  margin: 0 0 10px;
}

img.left {
  display: block;
  float:left;
  margin-right:20px;
}
img.right {
  display: block;
  float:right;
  margin-left:20px;
}
img.framed, .sow-image-container img {
  border: 1px solid #ccc;
  padding: 0;
}
.sow-image-container img {
  padding: 5px;
}
img.full-width {
  max-width:100%;
  height: auto;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrap iframe, .video-wrap object, .video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mar-bottom {
  display: block;
  margin-bottom: 40px;
}
.mar-top {
  display: block;
  margin-top: 40px;
}

.txt-ucase {
  text-transform: uppercase;
}
.txt-title-1, .txt-title-1 > strong {
  font: 300 18px/1.4 'Roboto Condensed', sans-serif;
}
.txt-title-2, .txt-title-2 > strong {
  font: 400 16px/1.4 'Roboto Condensed', sans-serif;
}
.txt-white {
  color: #fff;
}
.txt-orange {
  color: #f94e00;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-small {
  font-size: 12px;
}
.copyright.mar-top {
  margin: 50px 0 25px;
}
.copyright.txt-right {
  border-top: 1px solid #ddd;
}
.clearfix {
  clear: both;
  display: block;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.clearfix.pad-top.pad-bottom {
  padding: 10px 0 25px;
  margin-top: 50px;
}
.clearfix.pad-top.pad-bottom:before, .clearfix.pad-top.pad-bottom:after {
    content:" ";
    display:block;
    clear:both;
}
.box-pad {
  border: 1px solid #222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.box-pad.bevel {
  background-color: #333;
  border: 3px solid #555;
  /*-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;*/
}
.box-pad.bevel .sub-title {
  color: #fff;
}

.underlined, title.underlined {
  border-bottom:1px solid #eee;
  padding-bottom:5px;
}
h2.underlined {
  color: #777;
  font-size:22px;
  text-align:right;
  text-transform:uppercase;
}
h2 {
  font-size:22px;
}
h3 {
  font-size: 20px;
}
h4, h5, h6 {
  font-size: 18px;
}

#primary {
  min-height: 1024px;
}
.so-panel.widget h3 {
  font-size: 18px;
}
.panel-grid-cell .so-widget-sow-image .widget-title {
    margin-top: 5px;
}
.so-panel.widget h2.underlined {
  color: #999;
  font-weight: 300;
}
.so-widget-image {
    display: block;
    max-width: 100%;
    height: auto;
}
.media-page .col-sm-3 p, .media-page .widget-title {
  color: #7b2116;
  font-size: 16px;
  text-align: center;
}
.media-page .widget-title {
  font-size: 22px;
}
.media-page a {
  color: #7b2116;
  font-weight: bold;
}
.media-page h2.underlined {
  color: #7b2116;
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}

/* Buttons */
.btn, a.btn {
    display: inline-block;
    /*color: #ffffff;*/
    padding: 11px 18px;
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
    white-space: pre-line;
    text-align: center;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn:focus,
a.btn:focus,
.btn:hover,
a.btn:hover,
.btn.active:focus,
a.btn.active:focus,
.btn:active:focus,
a.btn:active:focus {
    color: #fff;
    outline: none;
    text-decoration: none !important;
}
a.underlined {
  text-decoration: underline;
}
.btn-md, 
a.btn-md {
    padding: 15px 25px;
    font-size: 16px;
}

.btn-lg, 
a.btn-lg {
    padding: 15px 40px;
    font-size: 16px;
}


.btn-ghost {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    white-space: nowrap;
}
.btn-ghost:hover {
    background-color: #f94e00;
    border-color: #f94e00;
    color: #fff !important;
}
.btn-ghost.dark {
    background-color: transparent;
    border: 3px solid #222;
    color: #222;
}
.btn-ghost.dark:hover {
    background-color: #f94e00;
    border: 3px solid #f94e00;
    color: #fff !important;
}
.btn-ghost.orange {
    background-color: #f94e00;
    border: 3px solid #f94e00;
    color: #fff !important;
}
.btn-ghost.orange:hover {
/*  background-color: #222;
    border: 3px solid #555;
    color: #eee !important;*/
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    /*background-color: #fff;
    color: #69696e !important;
    outline: none;*/
}
.page .btn-ghost.orange:hover {
    background-color: #f94e00;
    border: 3px solid #f94e00;
    color: #fff !important;
}
.bg-white .btn-ghost.orange:hover {
    background: #fff;
    border: 3px solid #000;
    color: #000 !important;
}
.btn-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #69696E!important;
}

.btn-white:hover {
    background-color: transparent;
    color: #fff!important;
}
.btn-ghost.orange.dark:hover, .btn-ghost.orange.dark:focus {
    background: transparent;
    border: 3px solid #222;
    color: #222 !important;
}


/* NAV Sidebar */
.nav-sidebar a {
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
    background-color: #f94e00 !important;
    color: #fff !important;
}
.nav-sidebar a:hover, .nav-sidebar a:active {
    background-color: #bb431c !important;
    color: #fff !important;
}

/* Nav Top */
.navbar-nav {
    float: left;
    margin: 0;
    padding: 0 0 0 50px;
}
.navbar-nav li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
/* button toggle mobile */
.header-top .mobile-btn {
  position:absolute; 
  right:0;
  top:10px;
  z-index: 11;
}
.header-top .navbar-toggle .icon-bar {
    background: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.nav.navbar-nav > li > a {
  padding: 10px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.menu-top {
  float:right;
  width:650px;
}
.nav.navbar-nav {
  float: right;
  top: 12px;
  z-index: 3;
}
.home .menu-top .nav.navbar-nav {
  top: 0;
}
.menu-top .nav.navbar-nav {
  top: 35px;
}
.navbar-inverse .navbar-nav > li , .menu-top .navbar-nav > li  {
  font-size: 15px;
}
.navbar-inverse .navbar-nav > li > a, .menu-top .navbar-nav > li > a {
  color: #dedede;
}
.navbar-inverse .navbar-nav li.open > a {
  color: #fff;
}
.navbar-inverse .navbar-nav li.open .open > a {
  color: #080808;
}
.nav .open .open > a, 
.nav .open .open > a:focus, 
.nav .open .open > a:hover {
  box-shadow: none;
}
.menu-top .navbar-nav li.open > a {
  color: #080808;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
    color: #080808;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(255, 255, 255, 0.25);
}
.nav .open .dropdown-menu {
    border: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/*
* Nav posts
*/
.nav-links {
    display: block;
    padding: 40px 0 80px;
}
.nav-links .nav-previous, .nav-links .nav-next {
  display: inline-block;
  width: 35%;
  max-width: 420px;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  text-decoration: underline;
}

.nav-links .nav-next {
  float: right;
  text-align: right;
}



.social-links a [class^="fa-"] {
  color: #555;
  font-weight: 300;
}
header.header-top .navbar-inverse {
  background-color: transparent;
}
header.header-top.fixed.mini .navbar-inverse {
  background-color: transparent;
}
header.header-top.fixed.mini {
  background: #222 100% 0 url(../img/banner_screen1680.jpg) no-repeat;
  height: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.home header.header-top > .logo-lg-cont {
  background: transparent; 
  display: block;
  position:absolute;
  top:0;
  z-index: 2;
}
header.header-top.fixed.mini .mobile-btn {
  right: 0;
  top:3px;
}

header.header-top {
  position: relative;
}
.home header.header-top {
  background: transparent; 
}
header.header-top {
  background: #222 100% 0 url(../img/banner_screen1680.jpg) no-repeat;
  position: relative;
  z-index: 5;
}
header.header-top.fixed.mini .logo-lg-cont {
  display: none;
}
img.logo-lg {
  display: inline-block;
  height: auto;
  margin: 10px 0 10px -15px;
  max-width: 100%;
  width: 400px;
}
.home img.logo-lg {
  margin: 10px 0 0 -15px;
}
header.header-top nav  {
  display: none;
}
header.header-top.fixed.mini nav {
  display: block;
}

header.header-top.fixed.mini .main-logo-menu-band {
  background-position: center bottom;
  height: 67px;
  margin-bottom: -15px;
  position: relative;
}
header.header-top.fixed.mini .logo-main > a {
  background-position: -320px -60px;
  height: 26px;
  margin: 15px 0;
  width: 136px;
}
header.header-top.fixed.mini .logo-main > a:hover {
  border: none;
}
header.header-top.fixed.mini .btn.btn-navbar.btn-menu {
  margin: 8px 0 0;
  padding: 7px 0px 7px 20px;
}
header.header-top.fixed.mini .btn.btn-navbar.btn-menu .icon-bar {
  height: 2px;
  margin: 4px 0 0;
}

.callout, .callout.testimonial, .callout.orange {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-right-width: 5px;
    border-radius: 20px;
}
.callout.testimonial, .callout.orange {
    margin: 20px 0 20px 80px;
    border-left-color: #f94e00;
}
.callout.orange {
    margin: 20px 0;
    border-right-color: #f94e00;
}
.serif {
    font-family: Georgia, 'Times New Roman', serif;
}
.testimonial .serif {
    color: #888;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.testimonial .txt-title-2 {
    text-align: right;
}
.testimonial .txt-title-2 strong {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.jumbotron {
  border-radius: 20px;
}

.required {
  color: #f94e00;
}
label .required {
  font-weight: normal;
}

.entry-header, .sister-sites {
  z-index: 2;
  position: relative;
}

main#main {
  overflow: hidden;
}

/*
* Carousel
*/
.container-fluid, .page-template-page_home .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.carousel.slide {
  background: #333;
  padding: 0 0;
  margin-bottom: 25px;
  position: relative;
}
.carousel.slide .item {
  height: 70vh;
  overflow: hidden;
  padding: 140px 0 25px;
}
.carousel.slide .carousel-indicators {
  bottom: 20vh;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 10%;
  z-index: 3;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  z-index: 1;
}
.carousel.slide .glyphicon-menu-left, .carousel.slide .glyphicon-menu-right {
  font-size: 36px;
  top: 45vh;
}
.carousel.slide .carousel-control {
  opacity: .1;
}
.carousel.slide .carousel-control:focus {
  opacity: .2;
}
.carousel.slide .carousel-control:hover {
  opacity: .5;
}
.carousel.slide .item {
    background-attachment: fixed;
    background-color: #16485c;
    /*background-image: url("../img/bg_slide1.jpg");*/
    background-position: center top;
    background-size: cover;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    text-align: center;
    z-index: 1;
}

/*.carousel.slide .item:before {
  content: '';
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
  width: 1%;
}*/
.video-play-cont .btn-play-video, .image-zoom-cont .btn-zoom-image {
    left: 200px;
    top: 106px;
}
.video-play-cont, .image-zoom-cont {
    float: none;
    height: 290px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 515px;
}

.t-cover__arrow {
    position: absolute;
    z-index: 9;
    bottom: 5vh;
    right: 0;
    left: 0;
    text-align: center;
}
.t-cover__arrow-wrapper {
    display: inline-block;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}
.t-cover__arrow-wrapper_animated {
    animation: t-arrow-bottom 1.7s infinite ease;
}
@-webkit-keyframes t-arrow-bottom {
  0%{-moz-transform:translateY(0);
      -ms-transform:translateY(0);
      -webkit-transform:translateY(0);
      -o-transform:translateY(0);
      transform:translateY(0)}
  50%{-moz-transform:translateY(-7px);
      -ms-transform:translateY(-7px);
      -webkit-transform:translateY(-7px);
      -o-transform:translateY(-7px);
      transform:translateY(-7px)}
  55%{-moz-transform:translateY(-7px);
      -ms-transform:translateY(-7px);
      -webkit-transform:translateY(-7px);
      -o-transform:translateY(-7px);
      transform:translateY(-7px)}
  100%{-moz-transform:translateY(0);
      -ms-transform:translateY(0);
      -webkit-transform:translateY(0);
      -o-transform:translateY(0);
      transform:translateY(0)}
  }
@keyframes t-arrow-bottom{
  0%{-moz-transform:translateY(0);
      -ms-transform:translateY(0);
      -webkit-transform:translateY(0);
      -o-transform:translateY(0);
      transform:translateY(0)}
  50%{-moz-transform:translateY(-7px);
      -ms-transform:translateY(-7px);
      -webkit-transform:translateY(-7px);
      -o-transform:translateY(-7px);
      transform:translateY(-7px)}
  55%{-moz-transform:translateY(-7px);
      -ms-transform:translateY(-7px);
      -webkit-transform:translateY(-7px);
      -o-transform:translateY(-7px);
      transform:translateY(-7px)}
  100%{-moz-transform:translateY(0);
      -ms-transform:translateY(0);
      -webkit-transform:translateY(0);
      -o-transform:translateY(0);
      transform:translateY(0)}
  }

/* Play & zoom buttons */
.video-play-cont, .image-zoom-cont {
  float: left;
  height: 290px;
  margin: 0 20px 0 0;
  overflow: hidden;
  position: relative;
  width: 515px;
}
.video-play-cont > img, .image-zoom-cont > img {
  border: 5px solid #fff;
  height: 280px;
  width: 505px;
}
.col-xs-12.col-sm-4 > .video-play-cont, .col-xs-12.col-sm-4 > .image-zoom-cont {
  height: 240px;
  margin: 0 0 0 0;
  min-height: 250px;
  width: 100%;
}
.col-xs-12.col-sm-4 .video-play-cont > img, .col-xs-12.col-sm-4 .image-zoom-cont > img {
  height: 240px;
  min-height: 240px;
  max-width: 350px;
  width: 100%;
}
.video-play-cont .btn-play-video, .image-zoom-cont .btn-zoom-image {
    left: 200px;
    top: 190px;
}
.col-xs-12.col-sm-4 > .video-play-cont .btn-play-video, .col-xs-12.col-sm-4 > .image-zoom-cont .btn-zoom-image {
    left: 85px;
    top: 100px;
}
.btn-play-video, .btn-zoom-image {
    left: 50%;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    background: url(../img/bg_sprite.png) 0 -120px no-repeat transparent;
    display: block;
    width: 173px;
    height: 48px;
}
.btn-play-video:hover, .btn-zoom-image:hover {
  background-position: -200px -120px;
}
.btn-zoom-image {
  background-position: -400px -120px;
}
.btn-zoom-image:hover {
  background-position: -600px -120px;
}
.col-xs-12.col-sm-4.col-sm-offset-1, .col-xs-12.col-sm-4.col-sm-offset-1 p {
  text-align:center;
}


main dt {
    display: block;
    width: 20%;
    float: left;
}
main dd {
    display: block;
    width: 75%;
    float: left;
    margin-bottom: 20px;
}

main .jumbotron p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}



ul.ticked li { 
  list-style: none;
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
}
ul.ticked li:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 10px;
  content: "\f046";
}



/*
* Customized
*/
/* 2nd menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > .dropdown-menu.dropleft {
    top: 0;
    left: auto;
    right: 100%;
}

.dropdown-submenu .open  > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #999;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu.open > a:after {
  border-left-color: transparent;
  border-top-color: #999;
  border-width: 5px 5px 5px 5px;
  margin-top: 8px;
}
.dropdown-submenu .open  > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.grecaptcha-badge {
    visibility: hidden;
}

/* tabs */
.nav-tabs {
    border-bottom: 1px solid #999;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #555;
  cursor: pointer;
  border: 1px solid #999;
  border-bottom-color: transparent;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-tabs .open .dropdown-menu {
  min-width: 100%;
}
.nav-tabs.nav>li>a {
  color: #777;
}

/* dlm */
aside.download-box.ir, .download-box.ir img.wp-post-image {
    height: auto;
    max-width: 100%;
    width: 600px;
}
/* TML */
.page-id-194 #theme-my-login {
  visibility: hidden;
}
.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.home p {
  color: #222;
  font-size:16px;
  font-weight: 400;
}
.home .txt-orange p {
  color: #f94e00;
}
.home .txt-title-1, .home .txt-title-1 > strong {
  font-size: 18px;
  font-weight: 400;
}
.home .txt-title-2, .home .txt-title-2 > strong {
  font-size: 16px;
  font-weight: 600;
}
.home a.txt-title-h {
    font-size: 22px;
    font-weight: bold;
}
a.txt-title-h.txt-orange:hover, a.txt-orange.txt-title-h:focus, a.txt-orange.txt-title-h:visited {
    text-decoration: underline;
}
a.txt-orange.txt-title-h {
    color: #f94e00;
    text-decoration: none;
}

/*
Post
*/
.entry-content {
    clear: both;
    display: block;
    overflow: hidden;
}

/*
 Post Footer
*/
footer.entry-footer {
    margin-top: 100px;
}
.entry-footer > span { 
    display: block;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #ddd;
}
.entry-footer > span.byline { 
    background: #eee;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    clear: both;
}
span.author.vcard {
    display: block;
    margin: 10px 0 10px 10px;
}
span.author.vcard> img {
    border-radius: 50%;
}
/*
* comment
*/
p.comment-form-comment {
    margin-bottom:0;
}
.comment-form-comment label {
    display: block;
}
.comment-form label {
    display: block;
    margin:10px 0 0;
}
.comment-form p {
    display: block;
    margin-bottom:5px;
}
.comment-form p.form-submit {
    margin:20px 0;
}

form.search-form input, form.wpcf7-form input, form.wpcf7-form textarea, .comment-form input, .comment-form textarea {
  border: 1px solid #ddd;
  border-top: 1px solid #999;
  padding: 5px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #f0f0f0;
}
form.search-form button, form.wpcf7-form input[type=submit], .comment-form input[type=submit] {
  border: 1px solid #fff;
  border-bottom: 2px solid #9b320b;
  border-right: 2px solid #9b320b;
  text-transform: uppercase;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 16px;
  background-color: #f04800;
  color:#fff;
}


/*
Table scrollable
*/
  /* Scrollable table styling */
  .scrollable.has-scroll {
    position: relative;
    overflow: hidden;
    /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
  }

  .scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: '';
  }

  /* This is the element whose content will be scrolled if necessary */
  .scrollable.has-scroll > div {
    overflow-x: auto;
  }

  /* Style the scrollbar to make it visible in iOS, Android and OS X WebKit browsers (where user preferences can make scrollbars invisible until you actually scroll) */
  .scrollable > div::-webkit-scrollbar {
    height: 12px;
  }

  .scrollable > div::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
    background: #f0f0f0;
  }

  .scrollable > div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc;
  }



/*
Events page
*/
.table.events-list td { 
  vertical-align:text-top;
} 
.table.events-list td.item-desc {
  color: #222;
  font-family: "Roboto", sans-serif;
  font-size:14px;
  font-weight: 600;
  font-style:normal;
} 
.table.events-list .completed.title td {
  color:#222;
  font-size:16px;
  padding: 20px 0;
  text-transform:uppercase;
  } 
.table.events-list .completed, .table.events-list .completed a, 
.table.events-list .completed td, .table.events-list .completed .item-desc, 
.table.events-list .completed .item-desc a { 
  background-color:#eee;color:#555;
  } 
.table.events-list td.item-desc > span { 
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
} 
.table.events-list ul.text-left {
  float:left;
} 
.table.events-list ul.text-left, 
.table.events-list ul.text-left > li {
  text-align:left;
  margin: 0; 
  padding: 0;
}




.panel-heading-accord > p:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.3s;
}
.panel-heading-accord > p.collapsed:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
} 

/*
Woocommerce
*/
.woocommerce .woocommerce-breadcrumb {
    margin: 30px 0 1em;
    text-align: right;
}
/* button */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 8px 1em;
    bottom: 1px;
}
/* image */
.woocommerce div.product div.images img {
    border: 1px dotted #ddd;
}
/* button position */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    background-color:#f04800;
    color:#fff;
}
.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
    background-color:#fd4f00;
    color:#fff
}
.cart-discount, .cart-discount.coupon-tircp12, .cart-discount.coupon-tircp20 {
    color: #f04800;
    text-transform: uppercase;
}

/*
* from dashboard
*/
/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
}


/*
 * Global add-ons
 */
.navbar {
    /*Reset Bootstrap's*/
    border: none;
    margin-bottom: 0;
    min-height: 56px;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

.sidebar-offcanvas {
  position: absolute;
  top: 0;
  width: 50%;
  right: -50%;
  left: auto;
}




/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}

.main .page-header {
  margin-top: 0;
}

main article .entry-content a {
    text-decoration: underline;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/*
 * coaches list 
*/
.coaches-list, .partners-list {
}
.coaches-list.partners-list .maroon {
   color: maroon;
   margin-top: 0;
 }
.coaches-list.partners-list .coaches.maroon {
   text-align: center;
 }
.coaches-list.partners-list .coaches.maroon > img {
   width: 80px;
   max-width: 100%;
   height: auto;
 }
.coaches-list.partners-list .row.bordered_updown {
   border-top: 1px solid #aaa;
   border-bottom: 1px solid #aaa;
   margin-bottom: 20px;
}
.coaches-list.partners-list .row.bordered_updown h3 {
   color: maroon;
   font-weight: 300;
   margin-top: 10px;
   margin-bottom: 10px;
}
.coaches-list.partners-list h2.maroon {
   font-weight: 300;
   font-size: 26px;
}
.coaches-list.partners-list h1.entry-title.page-header {
  font-weight: 300;
}
.coaches-list.partners-list .region {
  background: #eee;
}
.coaches-list.partners-list .region > h3 {
  text-align:right;
  margin-right: 3%;
  text-transform: uppercase;
  font-size:18px;
}
.coaches-list.partners-list .marginbottom {
  margin-bottom: 20px;
}
.coaches-list.partners-list .border-bottom {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
	.coaches-list.partners-list .coaches-list .bordered_updown .txt-right, 
.coaches-list.partners-list .coaches-list .bordered_updown .col-xs-12, 
.coaches-list.partners-list .coaches-list .marginbottom .col-xs-12, h2.maroon.sub-title {
		text-align: center;
	}
}

/*
* Media Queries
*/
@media (min-width: 768px) {

  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
  .navbar-form.navbar-right.social-links {
    width: 265px;
  }
  header.header-top .navbar-form.navbar-right.social-links {
    float: left !important;
    position: relative;
    top: 25px;
  }
  .home header.header-top .navbar-form.navbar-right.social-links {
    top: -15px;
  }
  
  
  .home header.header-top .navbar-form.navbar-right.social-links {
    float: right !important;
    position: relative;
    top: 0;
  }
   header.header-top.fixed.mini .navbar-form.navbar-right.social-links {
    float: right !important;
    top: 0;
  }

    .navbar-nav {
        float: left;
        margin: 0;
        padding: 0 0 0 0;
    }
    .mar-none {
      margin:0;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}
@media (min-width: 960px) {
    .logo-main {
        top: 10px;
    }
    ul.navbar-nav {
        position: relative;
        top: 12px;
    }
}
@media (max-width: 1200px) {
  .social-links .row > [class*='col-'] {
    padding-right:0;
    padding-left:0;
  }
  
}
 
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav>li {
        display: block;
        float: left;
    }
}

@media (max-width: 767px) {
  header.header-top > .logo-lg-cont {
      padding: 10px 5%;
  }
  .home img.logo-lg {
    margin: 10px 0 0 0;
  }
  .box-pad.bevel .btn-ghost.orange {
    margin-left:0 !important;
  }
    h1.page-header {
      font-size: 30px;
      line-height: 30px !important;
      margin: 0 0 20px 0 !important;
    }
    .top-feature {
      margin-top:0 !important;
    }
    .top-feature-img {
      margin: 0 0 20px 0 !important;
    }
    .navbar-form.navbar-right.social-links {
      width: 100%;
      float: right;
      margin: 0 0 0 20px;
    }
    #navbar .nav.navbar-nav {
      float: left;
      margin: 0;
      padding: 0;
    }
    .navbar.navbar-fixed-top, .navbar-header {
      margin-top: 0;
      min-height: 60px;
    }
    body {
     padding-top: 0 !important;
    }
    .home #main.site-main {
      padding: 0 0 10px;
    }
    #main.site-main {
      padding: 10px 20px;
    }
    .home #Featured {
      padding: 0 20px;
    }

    .carousel.slide .item {
        height: 350px;
        padding: 50px 5% 25px;
    }
    .carousel.slide .item h2 {
        font-size: 27px !important;
        line-height: 30px;
    }
    .carousel.slide .item > [class^="col-"] {
        padding: 50px 40px 10px;
    }
    .carousel .item .video-play-cont, .carousel .item .image-zoom-cont {
        height: 139px !important;
        margin: 15% auto 5% auto !important;
        width: 250px !important;
    }
    .carousel .item .video-play-cont > img, .carousel .item .image-zoom-cont > img {
        border: 2px solid #fff;
        height: 139px;
        width: 250px;
    }
    .carousel .item .video-play-cont .btn-play-video, .carousel .item .image-zoom-cont .btn-zoom-image {
        left: 50px;
        top: 40px;
    }

    .navbar.navbar-fixed-top {
      position: relative;
    }
    .carousel.slide .carousel-indicators {
        bottom: 0;
        width: 30%;
    }
  .btn-ghost.orange {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
  }
  .btn-ghost.orange:hover {
    background-color: #ce4300;
    border: 3px solid #ce4300;
    color: #fff !important;
  }
  img.logo-lg {
    display: block;
    margin: 10px 0 10px 10px;
    width: 320px;
    max-width: 80%;
  }

  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
      z-index: 0;
  }

  .questionnairre ol.questions-list > li {
    border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    line-height: 1.2;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 5px 0 10px 0;
    position: relative;
  }
  .ir.questionnairre .col-one {
    font-size: 18px;
    padding-left: 18px;
  }
  pre.no-alter {
    overflow-x: hidden;
  }
  .questionnairre.ir legend .steps {
    top: -4px;
  }
  
  .container .row [class^="col-"] .row {
    margin-left:0;
    margin-right:0;
  }
  
  /* arrow caret mobile menu */
  .menu-irtopmenu-container .dropdown > .dropdown-toggle > .caret {
    transform: scale(1.2) rotate(-90deg);
  }
  .menu-irtopmenu-container .dropdown.open > .dropdown-toggle > .caret {
    transform: scale(1.2) rotate( 0deg);
  }
  
  /* more margins on mobile devices */
  .row .row { 
    margin-right: 0;
    margin-left: 0;
  }
  /* whitespaces margins for mobile menus */
  .nav.navbar-nav .dropdown-menu > li > a {
    padding: 3px 10px 3px 5px !important;
    white-space: pre-wrap; /* wrap text if long */
  }
  #navbar2.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  #sidebar .navbar-nav > li > a {
    padding-left: 0;
  }
  
}

@media (max-width: 768px) {
   .logo-main {
      background-position: 0 -39px;
      background-size: 500px 250px;
      width: 255px
    }
    .navbar-nav {
        padding: 0;
    }
    .home #main.site-main {
      padding: 0;
    }
    
/* navigation offcanvas */

  .nav.navbar-nav {
    padding: 45px 0 0;
    width: 100%;
  }
  
 .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }
  .sidebar-offcanvas {
    display: block;
  }
  .row-offcanvas-right  .sidebar-offcanvas {
    right: -50%;
  }

  .row-offcanvas-left  .sidebar-offcanvas {
    left: -50%;
  }

  .row-offcanvas-right.active {
    right: 50%;
  }

  .row-offcanvas-left.active {
    left: 50%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%;
    right:0;
    left: auto;
  }

  .row-offcanvas-right .sidebar-offcanvas, #sidebar {
    height: 100%;
    background: #080808;
    color: #fff;
  }
  #sidebar .navbar-nav > li > a, #sidebar .dropdown-menu>li>a {
    color:#aaa;
  }

  #sidebar .nav > li > a:focus, #sidebar .nav > li > a:hover, 
  #sidebar .dropdown-menu > li > a:focus, #sidebar .dropdown-menu > li > a:hover {
    color: #fff;
    background: none;
  }
  #sidebar .dropdown-menu>li>a {
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.42857143;
 }

/* Mobile menu appear until 768px */
    .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);
    }
    .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;
	}
	
	/* mobile menu dropdown appear until 768px */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
	
	

}

@media (max-width: 320px) {
   .logo-main {
      background-position: 0 -39px;
      background-size: 500px 250px;
      width: 255px
    }
  img.logo-lg {
    width: 230px;
  }
  .home img.logo-lg {
    margin: 10px 0 0 10px;
  }

  .carousel.slide .item > [class^="col-"] {
    padding: 10px 40px;
  }

  .questionnairre.ir legend .steps {
    top: 4px;
  }

  .row-offcanvas-right  .sidebar-offcanvas {
    right: -80%;
  }

  .row-offcanvas-left  .sidebar-offcanvas {
    left: -80%;
  }

  .row-offcanvas-right.active {
    right: 80%;
  }

  .row-offcanvas-left.active {
    left: 80%;
  }

  .sidebar-offcanvas {
    width: 80%;
  }

}
@media (min-width: 1600px) {
/* for wide screen */
 .carousel .btn-lg, .carousel a.btn-lg {
    padding: 15px 40px;
    font-size: 24px;
 }
 .carousel .item .txt-white > h2 {
     font-size: 50px !important;
 }
 .carousel .item .txt-white > h2, .carousel .item .txt-white > h2 + p {
    text-align: center !important;
 }
}

