@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900&subset=latin-ext');

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: left;

  background: -webkit-linear-gradient(#da872f,#e2781e);
  background: -o-linear-gradient(#da872f,#e2781e);
  background: -moz-linear-gradient(#da872f,#e2781e);
  background: linear-gradient(#da872f,#e2781e);
  line-height: 1.45;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: theme-color("primary");
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

p {margin-bottom: 1.25em;}

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
  font-weight: 400;
  line-height: 1.15;
}

h1 {
  margin-top: 0;
  font-size: 3.052em;
}

h2 {
  font-size: 2.441em;
  color: #fff;
  font-weight: 200;
}

h3 {font-size: 1.953em;}

h4 {font-size: 1.563em;}

h5 {font-size: 1.25em;}

small, .text_small {font-size: 0.8em;}

section{
  display: inline-block;
  width: 100%;
  padding-bottom: 5vh;
}

.oc-logo{
  width: 100px;
  height: 100px;
  display: inline-block;
}

.header-text{
  margin: 0 15px;
  font-size: 34px;
  font-weight: 300;
  display: inline-block;
  line-height: 100px;
  vertical-align: bottom;
  letter-spacing: 2px;
  font-style: italic;
}

#header{
  padding: 1em 0;
  text-align: center;
}


.container{
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}

.section-title{
  /*text-align: center;*/
  padding: 1em 0;
  text-align: center;
}

.section-title h2{
  font-size: 2.441em;
  color: #fff;
  font-weight: 800;
  letter-spacing: 3px;
}

.benef-wrapper{

}

.benef-item{
  color: rgba(255,255,255,0.9);
  width: 31%;
  margin: 1%;
  vertical-align: top;
  display: inline-block;
  padding: 1em;
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  border-radius: 4px;

}

.benef-item:hover{
  background-color: #fff;
  color: #da872f;
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.benef-title{
  color: rgba(255,255,255,1);
  letter-spacing: 2px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.4em;
  position: relative;
  display: inline-block;
  width: 100%;
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);  
}

.benef-item:hover .benef-title{
  color: #da872f;
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.benef-title:before{
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  bottom: -0.2em;
  left: 0;
  display: inline-block;
  content: "";
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);  
}

.benef-item:hover .benef-title:before{
  background-color: #da872f;
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}


#types-wrapper{
  text-align: center;
}

.type-item-wrapper{
  text-align: left;
  display: inline-block;
  width: 31%;
  margin: 1%;
  vertical-align: top;
  display: inline-block;  
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.type-item-wrapper .type-item-thumb{
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 0;
  padding-top: 56%;
  background-position: center;
  background-size: cover;
  z-index: 1;
  vertical-align: top;
  filter: grayscale(10);

  transform: scale(1.0);
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);

  background-color: #da872f;
}

.type-item-wrapper:hover .type-item-thumb{
  transform: scale(1.1);

  filter: grayscale(0);
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.type-item-wrapper .type-item-title{
  position: absolute;
  left: 0em;
  bottom: 0em;
  width: 100%;
  text-align: center;

  color: #8c4a13;

  font-weight: bold;
  background: rgba(255,255,255,0.6);
  padding: 0.5em 0.8em;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: scale(1.0);
  font-size: 160%;
  transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
  line-height: 2em;
  padding-top: calc(56% / 2 - 1em); 
  padding-bottom: calc(56% / 2 - 1em);
  text-shadow: 0px 2px 2px rgba(255,255,255,1),
               0px 0px 10px rgba(255,255,255,1),
               0px 0px 25px rgba(255,255,255,1);
}

.type-item-wrapper:hover .type-item-title{

  opacity: 0;
  transform: scale(1.4);
  padding: 0;
  /*bottom: -100%;*/
  background-color: #da872f;
  color: #fff;


  transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.open-button-img{
  width: 100px;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8));
}

.type-item-wrapper .open-button{

  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  text-align: center;
  z-index: 5;
  width: 100%;
  padding-top: calc(56% / 2 - 50px);
  padding-bottom: calc(56% / 2 - 50px);

  opacity: 0;
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);  
}

.type-item-wrapper:hover .open-button{
  top: 0px;
  opacity: 1;
  transition: all 300ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.type-item-wrapper .open-button .open-button-img{
  transform: scale(0.8);
  transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.type-item-wrapper:hover .open-button .open-button-img{
  transform: scale(1.0);
  transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.type-item-wrapper .type-item-title-list{
  display: inline-block;
  position: absolute;
  bottom: -3em;
  left: 0;
  display: inline-block;
  overflow: hidden;

  font-weight: bold;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  padding: 0.2em 0.8em;
  transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);  
}

.type-item-wrapper:hover .type-item-title-list{
  bottom: 0em;
  transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);  
}

.type-item-wrapper a.type-item-title-list{
  background-color: #da872f;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#types{
  background-color: #fff;
  color: #da872f;
}

#types h2{
  color: #da872f;
}

#footer{
  padding: 2em 0;
  background-color: #8c4a13;
  color: rgba(255,255,255,0.9);
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#footer a{
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  letter-spacing: 2px;
}

#footer a:hover{
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}

.footer-row{
  display: inline-block;
  width: 100%;
}

.footer-row a{
  padding: 0.3em 1em;
  margin: 0 0.5em;
  word-break: keep-all;
  display: inline-block;
}

.footer-row-first{
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255,255,255,0.7);
}

#render-types-wrapper,
#video-types-wrapper{
  text-align: center;
}

#footer a.footer-button{
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  padding: 10px 15px;
}