body {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  padding-top: 150px;
  -ms-overflow-style: scrollbar;
}

@font-face {
  font-family: 'GeosansLight';
  src: url('../fonts/geosanslight.ttf');
}

h1,h2 {
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 21px;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

img {
  max-width: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
}

.navbar {
  background-color: #fff;
  padding: 8px;
  font-family: 'GeosansLight';
  font-size: 20px;
  line-height: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;

}

.navbar-brand img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.navbar .brochures-btn {
    margin-top: 4px;
    padding: 10px 15px!important;
    height: 40px;
    font-family: 'lato';
    text-transform: uppercase;
    background-color: #859b5f !important;
    border-radius: 3px;
    font-weight: 600;
    color: #fff !important;
    font-size: 12px !important;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px rgba(32,32,32, 0.3);
    transition: all .2s ease-in-out;
}

.navbar .navbar-nav>li {
  padding-top: 24px;
  /*padding-bottom: 24px;*/
  transition: all 0.2s ease-in-out;
}

.navbar .navbar-nav>li>a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.2s linear all;
}


.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
    text-decoration: none;
    background-color: unset;
    color: #0097a9;
}

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

.navbar .nav-contact {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 20px;
  padding: 20px;
  font-size: 14px;
}

.top-nav-collapse .navbar-brand {
  transition: all 0.2s ease-in-out;
}

.top-nav-collapse .navbar-brand img {
    height: 50px;
}

.navbar.top-nav-collapse .navbar-nav>li {
  padding-top: 15px;
  /*padding-bottom: 15px;*/
}

.ocmt-brochure {
    font-family: 'lato';
    padding: 12px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #999999 !important;
    background-color: #ffffff;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px 1px #dbdbdb;
}

.ocmt-brochure:hover {
    text-decoration: none;
    display: block;
    color: #FDA527 !important;
}

.ocmt-demo-link {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    font-size: 24px;
    color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #0097a9 !important;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
    padding: 14px 15px !important;
    margin: 0px 15px 20px 15px;
    transition: all 0.3s ease 0s;
    text-transform: capitalize !important;
    color: #fff !important;
}

.ocmt-demo-link:hover {
    text-decoration: none;
    color: #4a4a4a !important;
    background-color: #fff !important;
}

/** Login dropdown **/

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
    top:114%;
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .form-group {
    margin-bottom: 10px;
}

.navbar-nav p {
  display: inline-block;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: initial;
}

#sign-in {
  text-align: center;
}

.dropdown-toggle {
  font-family: 'Josefin Sans', sans-serif;
}

#signInErrorMessage {
    display: block;
    position: relative;
    color: red;
}

.btn {
  border: 0;
  background-color: #0097a9;
  border: none;
  border-radius: 0;
  padding: 0 10px;
  color: #fff;
  font-size: 21px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 38px;
  width: 100%;
  transition: 0.2s linear background-color;
}

.btn:hover {
/*  background-color: #3393bd;
  color: #fff;*/
  background-color: #fff;
  color: #4a4a4a;
}

.ocmt-sign-up-link {
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
    padding: 14px 15px !important;
    margin: 0px 15px 20px 15px;
    transition: all 0.3s ease 0s;
    text-transform: capitalize !important;
    background-color: #fff !important;
}

.ocmt-sign-up-link:hover {
    text-decoration: none;
    color: #0097a9 !important;
}

@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .ocmt-demo-link {
      margin-right: 0;
    }
}


@media screen and (min-width: 768px){
  .navbar {
    padding: 0;
  }

  .navbar-brand img {
    height: 70px;
    transition: height 0.2s ease-in-out;
  }

}

@media screen and (max-width:768px){
  .navbar-brand {
    padding: 0 !important;
  }

  .navbar-brand img {
    height: 50px;
    transition: height 0.2s ease-in-out;
    position: relative; 
    top: unset;
    transform: translateY(0%); 
  }

  .navbar .nav-contact {
    display: none;
  }

  .navbar a {
    /*font-size: 0.8em;*/
  }

  .navbar .navbar-nav>li, .navbar.top-nav-collapse .navbar-nav>li {
    padding: 10px 0;
  }

}

.section-padding-top {
  padding-top: 80px;
}




/************* Helper Classes **************************/

.center-col {
  float: none;
  margin: 0 auto;
}

.small-button {
  border: 1px solid currentColor;
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 1.6em;
}

.no-padding {
  padding: 0;
}

.clear::after {
  clear: both;
  content: "";
  display: table;
}

.brooklyn-header {
  margin-bottom: 20px;
  background-attachment: scroll;
  background-image: url(../images/divider1.png);
  background-repeat: repeat-x;
  background-position: center center;
  text-transform: uppercase;
}

.brooklyn-header span {
  background: #fff;
  padding: 0 35px;
  font-size: 24px;
}

/******************** Landing Section **********************/

.landing>.container>.row {
  padding-bottom: 40px;
  margin-top: 10px;
}

.demo-card-col h1 {
    font-size: 28px;
    font-weight: 400;
    width: 300px;
    margin: 0 auto 30px;
    color: #0097a9;
}

.demo-image-col {
  height: 600px;
}

.demo-image-col .tab-content {
  height: 100%;
}

.demo-image-col .tab-pane {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.demo-image {
  max-height: 500px;
}

.demo-card-col {
  text-align: center;
}

.demo-card {
  max-width: 450px;
  background: #eee;
  margin: 0 auto;
  padding: 28px;
}

.demo-card .tab-pane {
  padding-bottom: 1px;
}

.demo-card .nav-tabs>li a, .demo-card .nav-tabs>li>a:focus, .demo-card .nav-tabs>li>a:hover {
    color: #bbb;
    border: none;
    transition: .2s linear all;
    border-radius: 4px;
}

.demo-card .nav-tabs>li.active>a {
  background: #fff;
  color: #000;
}

.demo-card-col .nav-tabs {
  text-align: center;
  margin-bottom: 40px;
  border: none;
  font-size: 21px;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
  margin-top: 10px;
}

.demo-card-col input {

}

.demo-card-col input:focus {
    outline: none;
}

.demo-card-col input[type='text'], .demo-card-col input[type='email'], .demo-card-col input[type='password'] {
    width: 100%;
    height: 42px;
    display: block;
    margin: 0 auto 14px;
    border: none;
    background: #fff;
    padding: 10px;
}

.demo-card .first-name {
  padding-right: 5px;
}

.demo-card .last-name {
  padding-left: 5px;
}

.demo-card-col input[type="submit"] {
    margin-bottom: 0;
    background-color: #0097a9;
    border: none;
    color: #fff;
    font-size: 21px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 38px;
    width: 100%;
    transition: 0.2s linear background-color;
}

.demo-card-col input[type="submit"]:hover {
    background-color: #fff;
    color: #4a4a4a;
}

.demo-card legend {
  border: none;
  margin-bottom: 8px;
}

.demo-card-col fieldset {
  margin-bottom: 14px;
}

.demo-card small {
  margin-bottom: 14px;
  display: block;
}

.demo-card-last-input {
  margin-bottom: 30px !important;
}

#demoErrorMessage {
    top: 20px;
    display: block;
    position: relative;
    color: red;
}

@media screen and (max-width: 767px){
  .demo-image-col {
    height: 250px;
  }

  .demo-image-col .tab-pane {
    position: relative;
    top: unset;
    transform: unset;
  }

  .demo-image {
    max-height: 250px;
  }

}

/************ iPad App *****************/

.app-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

#app-carousel .owl-item {
    display: flex;
    justify-content: center;
}

#app-carousel .owl-item img {
  height: 500px;
  width: auto;
}

.app-info {
    font-size: 22px;
    color: #777;
    margin-bottom: 30px;
    display: block;
    text-align: left;
}

.appstore-link {
  margin-bottom: 25px;
  display: block;
}

.section {
  text-align: center;
  margin-bottom: 30px;
}

/************ Partners *****************/

.partners-section {
  text-align: center;
  margin-bottom: 30px;
}

#partners-carousel .owl-stage-outer {
    padding: 24px 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

#partners-carousel {
  margin: 2em 0;
}

#partners-carousel .owl-item {
  text-align: center;
  height: 84px;
}

#partners-carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: unset;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-nav .fa {
  color: #7caeb5;
}

.arrow-nav .owl-prev, .arrow-nav .owl-next {
  z-index: 3;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.arrow-nav .owl-prev {
  left: -34px;
}

.arrow-nav .owl-next {
  right: -34px;
}

@media screen and (max-width: 768px){
  body {
    padding-top: 100px;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    /*max-height: 460px;*/
  }

  .arrow-nav .owl-prev, .arrow-nav .owl-next {
    display: none;
  }
}


/*************** Contact Section ************************/

.contact-form-section {
    background: linear-gradient(rgba(41,41,41,0.5), rgba(41,41,41,0.5)), url(../images/ocmt_background.jpg);
    padding-bottom: 150px;
    background-size: cover !important;
    color: #fff;
}

.contact-form-section h1 {
  background-attachment: scroll;
  background-image: url(../images/divider1.png);
  background-repeat: repeat-x;
  background-position: top center;
  padding-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  font-weight: 400;
}

.contact-section-heading {
  text-align: center;
}

.contact-section-content p, .contact-section-content .contact-form {
  background: rgba(255,255,255,0.15);
  padding: 18px;
  font-size: 14px;
  margin-bottom: 40px;
}

.contact-section-background {
  background: rgba(255,255,255,0.15);
  padding: 18px;
}

.contact-form-section input[type='text'], .contact-form-section input[type='email'] {
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.contact-form textarea {
  height: 130px;
  width: 100%;
  margin-bottom: 20px;
}

.contact-form-section .btn-send {
  float: right;
  border: none;
  transition: .2s linear all;
  width: unset;
}

.inputfilter {
    background: rgba(0,0,0,0.5);
    border: 1px solid #DDDDDD;
    color: #b2b2b6;
    letter-spacing: 0.5px;
    padding: 10px;
    outline: none;
    margin: 0;
    font-weight: 300;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    margin-bottom: 20px;
    -webkit-transition: 0.2s border linear;
    -moz-transition: 0.2s border linear;
    transition: 0.2s border linear;
}

.newsletter-subscription h2 {
  font-weight: normal;
}

#email-status .alert {
  border: solid 1px #fff;
}

@media screen and (max-width: 992px){
  .tweet_margin {
      margin-top: 30px;
  }
}

@media (max-width: 375px){
  .tweet_margin {
      margin-top: 30px;
  }
}

@media (max-width: 667px){
  .tweet_margin {
      margin-top: 0px;
  }
}

@media (max-width: 768px){
  .tweet_margin {
      margin-top: 50px;
  }

  .contact-form-section {
      padding-bottom: 50px;
  }

}
.tweet_margin {
    margin-top: 0px;
}


/************** Footer *******************/

.footer{
	padding: 30px 0;
	text-align:center;
	background:#121212;
	position:relative;
  color: #999;
}

.ut-footer-so {
    margin: 20px 0 15px 0;
    padding: 0;
    display: block;
}

.ut-footer-so li {
    display: inline-block;
}

.ut-footer-so li a i {
    color: #999999;
    border: 1px solid #999999;
    line-height: 30px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 15px;
    vertical-align: inherit !important;
}

.ut-footer-so li a i:hover {
    border: 1px solid #FDA527;
    color: #FDA527 !important;
}

.footer-content a {
  border-bottom: 1px solid #999;
}

footer a, footer a:hover, footer a:focus {
    color: #999;
    text-decoration: none;
}

.vretta_bottom_text {
    font-size: 12px;
    color: #999;
    font-weight: 900;
}

.footer_title {
    font-size: 16px;
    font-weight: 900;
}

.toTop {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  background: #121212;
  font-size: 28px;
  line-height: 38px;
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
