/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

.am-layout a {
    color: #18bc9c;
    text-decoration: none;
}

.am-layout .am-header,
.am-layout .am-header-content-wrapper {
    background:#fff;
    border:none;
    padding-left:0px;
}

.am-header-content .am-header-content-logo {
    max-height: 40px;
    margin-top: 5px;
}
.am-header-content .am-header-content-content {
    font-size:20px;
    margin-top:15px;
}

.am-header-line, .coll-right .spacer-second {
    background: #f39c12;
    border-top: 1px solid #f39c12;
    border-bottom: 1px solid #f39c12;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

body {
    font-size: 15px !important;
    color: #2c3e50 !important;
}

input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #f39c12;
    border-color: #f39c12;
}

input[type=submit]:hover,input[type=submit]:focus,input[type=submit]:active {
    color: #ffffff;
    background: #c87f0a;
    border-color: #be780a;
    text-shadow:none;
}

.am-tabs-wrapper {
    clear: both;
}

.am-tabs {
    background: none;
    box-shadow: none;
    border-radius: 0px;
}
.am-tabs a {
    text-shadow: none;
    background:none;
    border:none;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 0px;
}

.am-tabs li.active>a,
.am-tabs li.normal > a:hover {
    text-shadow: none;
    background:none;
    color: #f39c12;
}

.am-block,
.am-layout-two-coll,
.am-form form,
.am-info {
    border-radius: 0px;
    box-shadow: none;
}

.am-user-identity-block {
    float: right;
    margin-bottom: 0;
}

.am-footer {
    height:70px;
}
.am-footer .am-footer-content-wrapper {
    height: 70px;
}

.am-footer-actions .goats {
    height:60px;
    width: auto;
}

/* Video Player */
#video_player {
  display: table;
  line-height: 0;
  font-size: 0;
  background: #fff;
  cursor: pointer;
}

#video_player video,
  #video_player figcaption {
    display: table-row;
    vertical-align: top;
}
#video_player figcaption {
  width: 25%;
}
#video_player figcaption a {
  display: inline-block;
  width: 25%;
  opacity: .5;
  transition: 1s opacity;
}
#video_player figcaption a img,
  figure video ,
figure img{
    width: 100%;
    height: auto;
}
#video_player figcaption a:hover {
  opacity: 1;
}

.speed-indicator {
    width: 40px;
    max-width: 100%;
    padding: 4px;
}

.next-video {
    margin-top: 20px;
    float: right;
}

.btn-back {
    margin-top: 10px;
    float: left;
}

#video_player {
    margin-bottom: 20px;
}
