@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/*
 * @param $px - font size in px - returns rem equivalent
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

body {
  background-color: #3667a9;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }

.header--nav {
  width: 100%;
  height: 74px; }

.header--nav--bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
  display: block;
background-color: #3667a9; }

.header--logo--holder {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 16px;
  margin-left: 24px; }

.header--logo {
  height: 35px;
  width: 126px;
  display: inline-block; }

.header--menu-button {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 24px;
  right: 24px; }

.header--menu-button > span {
  overflow: hidden;
  display: block;
  pointer-events: none;
  position: absolute;
  height: 5px;
  background-color: #000100;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%; }

.header--menu-button > span > span {
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.footer--container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 24px;
  font-size: 0.75rem;
  width: 100%;
  z-index: 30;
  background-color: #3667a9; }

.footer--copyright {
  position: absolute;
  right: 24px;
  bottom: 4px; }

.footer--contact {
  position: absolute;
  left: 24px;
  bottom: 4px; }

main {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 120px;
  width: 100%; }

h1 {
  display: inline-block;
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
  max-width: calc(100% - 200px);
  margin: 0 0 12px; }

.page-client--wrapper {
  position: relative;
  max-width: 960px;
  display: block;
  padding: 0 24px;
  margin: 0 auto 120px; }

.client-login--form-error {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #000100;
  padding: 6px;
}

.page-client--form {}

.page-client--form input {
  cursor: pointer;
  display: block;
  font-size: 28px;
  padding: 12px 24px;
  width: 100%;
  color: #000100;
  text-align: left;
  border: none;
  margin-bottom: 24px; }


.page-client--form input[type=submit].input--submit {
  background: #056849;
  transition: 0.2s background-color;
}

.page-client--form input[type=button].input--cancel {
  background: #585857;
  transition: 0.2s background-color;
}

.page-client--form input[type=submit].input--submit:hover {
  background: #F6AFA2;
}

.page-client--form input[type=button].input--cancel:hover {
  background: #F6AFA2;
}

.page-client--form input[type=submit]:not(.submit--nohide){
  display: none; }

.page-client--form--btn {
  font-size: 28px;
  padding: 12px 24px;
  background-color: #F6AFA2;
  font-weight: 800;
  transition: 0.2s background-color;
  cursor: pointer; }

.page-client--form--btn:hover {
  background-color: #056849; }

.page-client--post--title {
  padding: 12px 24px;
  font-size: 28px;
  background-color: #F6AFA2;
  margin-bottom: 24px;
  margin-top: 24px;
  font-weight: 800;
}

.page-client--header-nav {
  display: flex;
  position: absolute;
  top: 0;
  right: 12px;
}

.page-client--header-nav--link {
  display: inline-block;
  text-decoration: none;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin: 12px;
  background-color: #F6AFA2;
  color: #000100;
}

.page-client--header-nav--link.logout {
  background-color: #585857;
}

.page-client--post {
  display: block;
  position: relative;
  width: 100%;
}

.page-client--post > h3 {
  padding: 12px 24px;
  font-size: 28px;
  background-color: #F6AFA2;
  margin-bottom: 6px;
  font-weight: 400;
}

.page-client--post h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-client--post--download {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 24px;
  width: 38px;
  height: 38px;
}

.page-client--media-wrapper {
  position: relative;
  /* width: 640px; */
  /* min-height: 340px; */
  margin: 0 auto;
  display: block;
}

.media-thumb {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.page-client--media-wrapper .post_media {
  width: 100%;
  height: 100%;
  background-color: #585857;
}

.page-client--media-wrapper.video .post_media {
  position: absolute;
  top: 0;
  left: 0;
}

.page-client--media-wrapper::after {
  content: "";
  display: block;
  pointer-events: none;
}

.page-client--media-wrapper.hd::after {
  height: 0;
  padding-top: 56.25%;
}

.page-client--media-wrapper.sq::after {
  height: 0;
  padding-top: 100%;
}

.page-client--media-wrapper.vt::after {
  height: 0;
  padding-top: 177.77%;
}

.page-client--media-wrapper.ig::after {
  height: 0;
  padding-top: 125%;
}

.page-client--media-wrapper .jwplayer {
  position: absolute;
  top: 0;
  left: 0;
}

.page-client--post-media a img {
  width: 100%;
  height: auto;
}


.page-client--post-media {
  position: relative;
  top: 0;
  left: 0;
  /* width: 640px; */
  min-height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-client--play-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}





.dl_menu
{
	background-color: #585857;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	opacity:.95;
	color: #ffffff;
	float: left;
	cursor: pointer;
	text-align: center;
}

.post_dls_blank
{
	cursor: default;
}

.dl_menu_tl
{
	width: 50%;
	height: 50%;
  position: absolute;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.dl_menu_tr {
	width: 50%;
	height: 50%;
	border-bottom: 1px solid #ffffff;
  position: absolute;
  top:0;
  right:0;
}

.dl_menu_bl
{
	width: 50%;
	height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
	border-right: 1px solid #ffffff;
}

.dl_menu_br
{
	width: 50%;
	height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.dl_menu_play {
  background-size: cover;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 780px) {
  .footer--container {
    font-size: 0.59375rem; } }
