<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.otf');

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-BoldIt';
  src: url('../fonts/MyriadPro-BoldIt.otf');

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('../fonts/MyriadPro-Semibold.otf');
    font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-SemiboldIt';
  src: url('../fonts/MyriadPro-SemiboldIt.otf');
    font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-Cond.otf');
    font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-CondIt';
  src: url('h../fonts/MyriadPro-SemiboldIt.otf');
    font-weight: normal;
  font-style: normal;
}

@font-face {
 font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
 font-family: 'MyriadPro-It';
  src: url('../fonts/MyriadPro-It.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-BoldItalic';
  src: url('../fonts/Oswald-BoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
/*Top Bar*/
#top-nav{
	height:100px;
}

.header-logo{
	/*padding-top: 20px;
	text-align: center;*/
	width: 80px;
	margin-top: -30px;
	outline:none;
	}

.menu-col-3{
	width:20%;
	padding-top: 20px;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    /*text-decoration: underline;*/
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "MyriadPro-Cond", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgb(112,112,112);
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
p
{
	color:white;
}
h2{
	color:rgb(255, 102, 0);
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: rgb(112,112,112);
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;

}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-left: 15px;
  padding-right: 15px;*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666%;
  }
  .col-sm-4 {
    width: 31%;
  }
  .col-sm-3 {
    width: 20%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
	z-index: 55;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
 /* border: 1px solid transparent;*/
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
	border: 1px solid #ff6600;
	width: 100px;
	height: 44px;
	font-family: Oswald-Regular;
	font-size: 14px;
	/*color: #f2f2f2;*/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-select {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
	border: 1px solid #f2f2f2;
	width: 100%;
	height: 44px;
	font-family: Oswald-Regular;
	font-size: 14px;
	color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;

  width: 101%;
margin-left: -4px;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 3%;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 1;
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.modal-footer {
  *zoom: 1;
}*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/*@-ms-viewport {
  width: device-width;
}*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
/**
 * Page components
 *
 * Description: This is the most accessible LESS file. For creating stucture of a LESS project
 * There're some simple rules:
 *  - use base rule on this file. E.g. every single rule/indent or each component. To generate the fast view for the parent components
 *  - for children rules put it in matched folders and import it in parent's section
 *
 */
body {
  font-family: 'MyriadPro-Regular', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #cccccc;
  background-position: 50% 0;
    background-size: cover;
  position: relative;
}
.body-anim {
 background-image: url('../images/bg01.jpg');
}
.body-ride {
 background-image: url(../images/bg2.jpg);
}
.body-about {
 background-image: url(../images/bg3.jpg);
}
.body-contact {
 background-image: url(../images/bg4.jpg);
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: rgb(112,112,112);
}
a :focus {
  color: white;
}
a:hover,
a:focus {
  text-decoration: none;
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
}

.main-content {
  clear: both;
}
.main-content {
  padding-top: 30px;
}

.home .main-content {
  padding-top: 20px;
  position: relative;
}
/* --------------- */
.er-page {
  padding: 20px;
  text-align: center;
  min-height: 460px;
}
.er-page .heading-page {
  margin-top: 100px;
}
/* -------------- button (tag) -------------- */
button.button {
  border-left: none;
  border-right: none;
}
button.button:hover {
  cursor: pointer;
}
/* -------------- icon -------------- */
.button:before {
  font: 1.2em/0 'Open sans', arial, sans-serif;
  content: attr(data-icon);
  /* gets the icon value from the custom data attribute and puts it infront of the button label */
  margin-right: 0.4em;
}
/* icon only */
.icon {
  font-weight: normal;
  font-style: normal;
  text-indent: -999em;
}
.icon:before {
  margin-right: 0;
  display: block;
  height: 0;
  text-indent: 0px;
}


.hide-bullets {
 text-align: center;
}
#right-description{
	padding-top: 50px;
	 height: 500px;
   /* width: 100px;*/
    /*background: red;*/
    margin:10px;
    text-align: left;
    display:table-cell;
    vertical-align:middle;
	margin: 0 auto;
}

.thumbnail {
    display: block;
	width:100%;
    padding: 4px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.header-menu-bar-text-selected
{
  color:#fff ;
  font-family:MyriadPro-Bold;
  font-size: 18px;
}

.header-menu-bar-text-unselected
{
  color:#999999!important ;
  font-family:MyriadPro-SemiBold;
  font-size: 18px;
}

.thumnail-text-selected
{
  color:#ff6600 ;
  font-family:MyriadPro-Bold;
  font-size: 13px;

}
.thumnail-text-unselected
{
  color:#ffffff ;
  font-family:MyriadPro-Regular;
  font-size: 13px;
}

/* End carousel */

/*
TV Animation
*/
  .video-thumbnail-anim-00{
	  background-image: url('../images/planetz/tvanimation/bg0.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-anim-01{
	  background-image: url('../images/planetz/tvanimation/bg1.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-anim-02{
	  background-image: url('../images/planetz/tvanimation/bg2.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-anim-03{
	  background-image: url('../images/planetz/tvanimation/bg3.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-anim-04{
	  background-image: url('../images/planetz/tvanimation/bg4.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }

  /*
VFX
*/
  .video-thumbnail-vfx-30{
	  background-image: url('../images/planetz/VFX/bg0.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-vfx-31{
	  background-image: url('../images/planetz/VFX/bg1.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }


  .video-thumbnail-ride-00{
	  background-image: url('../images/45dride/bg0.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-ride-01{
	  background-image: url('../images/45dride/bg1.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-ride-02{
	  background-image: url('../images/45dride/bg2.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-ride-03{
	  background-image: url('../images/45dride/bg3.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-ride-04{
	  background-image: url('../images/45dride/bg4.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-ride-05{
	  background-image: url('../images/45dride/bg5.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-ride-06{
	  background-image: url('../images/45dride/bg6.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }
  .video-thumbnail-ride-07{
	  background-image: url('../images/45dride/bg7.jpg');
	  display: flex;
	  background-size: 100%;
	  background-repeat: no-repeat;
  }

.covered {
	width  : 900px;
	height : 514px;
	border : 0px solid #FFF;
	margin : 0px auto;
	box-shadow : 0 0 40px 5px rgba(0,0,0,.4);
}

.second {
	width : 900px;
	height : 514px;
}
.title
{
  color:#ff6600 ;
  font-family:Oswald-Bold;
  font-size: 36px;
}
.description-index
{
  /*color:#cccccc ;*/
  font-family:MyriadPro-Regular;
  font-size: 13px;
}

.title-talent{
  color:#79B2F0 ;
  font-family:MyriadPro-Semibold;
  font-size:18px;
  margin: 0 5px;
}
.job-talent{
	color:#999999 ;
  font-family:MyriadPro-Regular;
  font-size:12px;
  margin: 0 5px;
}
.desc-talent{
	color:#E6E6E6 ;
  font-family:MyriadPro-It;
  font-size:15px;
}


.btn-play {
	/*touch-action: manipulation;*/
	cursor: pointer;
	background-color: transparent;
	width: 60px!important;
	height: 60px;
	margin: auto;
}
.btn-play:focus,
.btn-play:active:focus,
.btn-play.active:focus,
.btn-play.focus,
.btn-play:active.focus,
.btn-play.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-play:hover,
.btn-play:focus,
.btn-play.focus {
  color: #333;
  text-decoration: none;
}
.btn-play:active,
.btn-play.active {
  outline: 0;
  background-image: none;
 /* -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -o-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);*/
}

.modelling-slide {
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	width:900px;
	height:514px;
	overflow:hidden;
	visibility:hidden;
}

.modeling-sub-slide{
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:514px;
	overflow:hidden;
}
.talent-board{
	background-color: black;
	opacity: 0.86;
	width:900px;
	height:505px;
	margin-top:1%
}
.talent-item{
	height:180px;
}
/*
about
*/

.title-about
{
  color:#ff6600 ;
  font-family:Oswald-Bold;
  font-size: 36px;
  /*background-color: #ff6600;*/
  display: inline-block;
  margin: 0;
}
.description-about
{
  color:#cccccc ;
  font-family:MyriadPro-Regular;
  font-size: 13px;
  width: 50%;
	margin: 0 auto;
	text-align: center;
	/*padding-bottom: 50px;*/
}

.thumbnail-thumnail-sub-about
{
  color:#cccccc ;
  font-family:MyriadPro-It;
  font-size: 13px;
}
/*contact*/
.slider-contact
{
	width: 50%;
	margin: 0 auto;
}
/* carousel */
.thumbnail-carousel-about
{
  margin-bottom: 0;
 /* padding: 0 40px 30px 40px;*/
  margin-top: 10px;
  width: 90%;
margin: 0 auto;
}

.thumbnail-carousel-about img
{
  width: 100%;
}


.thumbnail-image-about {
    position:relative;

}
.thumbnail-image-about img {
    width:100%;
    vertical-align:top;
	border: 3px solid #ff6600;
}
.thumbnail-image-about:after, .thumbnail-image-about:before {
    position:absolute;
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.thumbnail-image-about:after {
    /*content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.7);*/
}
.thumbnail-image-about:before {
    content: attr(data-content);
    width:50%;
    color:#fff;
    z-index:1;
	left:25%;
    bottom:35%;
    padding:10px 10px;
    text-align:center;
    background:black;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
	font-family:Oswald-Regular;
	font-size: 14px;
}
.thumbnail-image-about:hover:after, .thumbnail-image-about:hover:before {
    opacity:1.0;
}
.thumbnail-image-about:hover {
   cursor: pointer; cursor: hand;

}
.media-thumnail-border
{
  border: 2px solid #fff;
}

.container-thumbnail {
   position: relative;
   text-align: center;
}
.tag-thumbnail {
   float: left;
   position: absolute;
   left: 50%;
   top: 40%;
   width:80px;
   z-index: 1000;
   padding: 5px;
   color: #FFFFFF;
   font-family:Oswald-Regular;
  font-size: 13px;

}
.tag-thumbnail-caption{
position: relative;
left: -50%;
background-color: #000000;
opacity: 0.8;
}
.slider-about{
	width: 50%;
	margin: 0 auto;
}
/* contact us*/
label {
  display: block;
  margin: 0 0 4px;
  font-family: MyriadPro-Cond;
	font-size: 14px;
	color: red;
}
input {
  /*border: #000;*/
  padding: 10px;
  font-size: 1.2em;
  width: 100%;
}
label, input {
  font-family: MyriadPro-Cond;
}

.placeholder-contact{
	font-family: MyriadPro-Cond;
	font-size: 14px;
	color: #808080;

}
.placeholder-contact-textarea{
	width: 96%;
	height: 150px;
}
.container-contact{
background-color: rgba(0,0,0,0.0);
}

.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../images/b05.jpg') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
.jssora12l, .jssora12r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 30px;
            height: 46px;
            cursor: pointer;
            background: url('../images/a12.png') no-repeat;
            overflow: hidden;
        }
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }
.jssora12l.jssora12lds { background-position: -16px -37px; opacity: .3; pointer-events: none; }
.jssora12r.jssora12rds { background-position: -75px -37px; opacity: .3; pointer-events: none; }

/*Navigator*/

.wrap {
	width:100%;
	max-width:1280px;
	margin:0px auto;
}

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

/*----- Menu -----*/
/*@media screen and (min-width: 860px) {
	.menu {
		width:80%;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;

		margin: 0 auto;

	}
.header-selected-short{
	display:none;
}
.ul-horizontal-menu{
		display:''!important;
		width: 100%;
	}
.ul-vertical-menu{
		display:none!important;
	}
}*/

.menu ul {
	display:inline-block;
}

.menu li {
	margin:0px;
	float:left;
	list-style:none;
}

.menu li:last-child {
	margin-right:0px;
}

.center-div
{
     padding: 0px;

}
.inner-div
{
    margin: 0 auto;
    width:60%;
}

/*----- Responsive -----*/
/*@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
}*/

@media screen and (max-width: 799px) {
	.menu {
		position:relative;
		display:inline-block;
		z-index: 9;
		width: 100%;
	}

	.menu ul.active {
		display:none;
	}
	.ul-horizontal-menu{
		display:none!important;
	}
	.ul-vertical-menu{
		display:''!important;
	}
	.menu ul {
		width:50%;
		position:absolute;
		top:80%;
		left:0px;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:10px;
		background:rgba(0,0,0,1);
	}

	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #fff;
	}

	.menu li {
		margin:15px 0px 15px 0px;
		float:none;
		display:block;
		border-bottom: solid 1px rgba(255,255,255,0.5);
	}

	.menu a {
		display:block;
		outline: none;
	}
	.toggle-nav {
		padding:20px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:transparent;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#fff;
		font-size:45px;
		transition:color linear 0.15s;
		margin-top: -5px;
	}
	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		outline: none;
	}


}
.slider-rider .flex-direction-nav a{
	position:relative;
}
.flex-direction-nav .flex-prev{
	background-image: url("../images/arrow_left.png");
    background-repeat: no-repeat;
	outline: none;
}

.flex-direction-nav a {

    width: 40px;
    height: 40px;
    margin: -0px 0 0;
    top: 40%;
	left:0px;
    outline: none;
}
.flex-direction-nav .flex-prev {
    left: 7px;
}

.flex-direction-nav .flex-next {
  left: auto;
  right: -20px;
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  outline: none;
}

.slider-rider  .flex-prev {
    left: -20px;
    top: -120px;
    z-index: 9999;
}
.slider-rider .flex-next {

    right: -50px;
    float: right;
    top: -160px;
}
.lighting-after-text{
	text-align: right;
	margin-top: -510px;
}
.lighting-before-text{

}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #ff6600;
    width: 70%;
}
.modal-content-short {
    background-color: #000;
    margin: auto;
    padding: 30px;
    border: 1px solid #ff6600;
    width: 50%;
}
/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
	opacity:0.6;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/*Start Responsive*/
@media (min-width:280px)  { /* smartphones, iPhone, portrait 480x320 phones */
.container {
    width: 280px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:310px;
	 height:241px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:310px;
	 height:241px;
}
.modelling-slide {
	width:310px;
	height:241px;
}
.modeling-sub-slide{
	width:310px;
	height:241px;
}
.covered {
	width  : 310px;
	height : 241px;
}
.second {
	width : 310px;
	height : 241px;
}
.talent-board{
	width:310px;
	height:380px;
	overflow: auto;
}
.talent-board-wraper{
	width:310px;
	overflow: hidden;
}
header .menu-bar {
    width: 310px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */
.container {
    width: 320px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:310px;
	 height:241px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:310px;
	 height:241px;
}
.modelling-slide {
	width:310px;
	height:241px;
}
.modeling-sub-slide{
	width:310px;
	height:241px;
}
.covered {
	width  : 310px;
	height : 241px;
}
.second {
	width : 310px;
	height : 241px;
}
.talent-board{
	width:310px;
	height:380px;
	overflow: auto;
}
.talent-board-wraper{
	width:310px;
	overflow: hidden;
}
header .menu-bar {
    width: 310px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 90%;

}
/*contact*/
.slider-contact
{
	width: 90%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
/* .media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 45px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
.placeholder-contact-textarea {
    width: 92%;

}
.input-pading-bottom{
	padding-bottom: 10px;
}
.col-sm-5{
	width:40%;
	float: left;
}
.col-sm-7{
	float: left;
	width:59%;
}
.description-about{
	width:100%;
}
.thumbnail-image-about:before {
	left:25%;
    bottom:15%;
	font-size: 12px;
}
}
@media (min-width:360px)  { /*360x640*/
.container {
    width: 320px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:310px;
	 height:241px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:310px;
	 height:241px;
}
.modelling-slide {
	width:310px;
	height:241px;
}
.modeling-sub-slide{
	width:310px;
	height:241px;
}
.covered {
	width  : 310px;
	height : 241px;
}
.second {
	width : 310px;
	height : 241px;
}
.talent-board{
	width:310px;
	height:380px;
	overflow: auto;
}
.talent-board-wraper{
	width:310px;
	overflow: hidden;
}
header .menu-bar {
    width: 310px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 90%;

}
/*contact*/
.slider-contact
{
	width: 90%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
/* .media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 45px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
.placeholder-contact-textarea {
    width: 92%;

}
.input-pading-bottom{
	padding-bottom: 10px;
}
.col-sm-5{
	width:40%;
	float: left;
}
.col-sm-7{
	float: left;
	width:59%;
}
.description-about{
	width:100%;
}
.thumbnail-image-about:before {
	left:25%;
    bottom:15%;
	font-size: 12px;
}
}
@media (min-width:414px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
.container {
    width: 370px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:330px;
	 height:241px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:330px;
	 height:241px;
}
.modelling-slide {
	width:330px;
	height:241px;
}
.modeling-sub-slide{
	width:330px;
	height:241px;
}
.covered {
	width  : 330px;
	height : 241px;
}
.second {
	width : 330px;
	height : 241px;
}
.talent-board{
	width:330px;
	height:380px;
	overflow: auto;
}
.talent-board-wraper{
	width:330px;
	overflow: hidden;
}
header .menu-bar {
    width: 330px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 90%;

}
/*contact*/
.slider-contact
{
	width: 90%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
 /*.media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 45px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
.placeholder-contact-textarea {
    width: 92%;

}
.input-pading-bottom{
	padding-bottom: 10px;
}
.col-sm-5{
	width:40%;
	float: left;
}
.col-sm-7{
	float: left;
	width:59%;
}
.description-about{
	width:100%;
}
.thumbnail-image-about:before {
	left:25%;
    bottom:15%;
	font-size: 12px;
}
}
@media (min-width:480px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
.container {
    width: 430px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:430px;
	 height:241px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:430px;
	 height:241px;
}
.modelling-slide {
	width:430px;
	height:241px;
}
.modeling-sub-slide{
	width:430px;
	height:241px;
}
.covered {
	width  : 430px;
	height : 241px;
}
.second {
	width : 430px;
	height : 241px;
}
.talent-board{
	width:430px;
	height:2410px;
	overflow: auto;
}
.talent-board-wraper{
	width:430px;
	overflow: hidden;
}
header .menu-bar {
    width: 430px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 90%;

}
/*contact*/
.slider-contact
{
	width: 90%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
 /*.media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 65px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
.placeholder-contact-textarea {
    width: 92%;

}
.input-pading-bottom{
	padding-bottom: 10px;
}
.col-sm-5{
	width:40%;
	float: left;
}
.col-sm-7{
	float: left;
	width:59%;
}
.description-about{
	width:100%;
}
.thumbnail-image-about:before {
	left:25%;
    bottom:25%;
}
}
@media (min-width:568px)  { /*tablet rotate */
.container {
    width: 500px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:450px;
	 height:253px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:450px;
	 height:253px;
}
.modelling-slide {
	width:450px;
	height:253px;
}
.modeling-sub-slide{
	width:450px;
	height:253px;
}
.covered {
	width  : 450px;
	height : 253px;
}
.second {
	width : 450px;
	height : 253px;
}
.talent-board{
	width:450px;
	height:300px;
	overflow: auto;
}
.talent-board-wraper{
	width:430px;
	overflow: hidden;
}
header .menu-bar {
    width: 450px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 90%;

}
/*contact*/
.slider-contact
{
	width: 90%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
 /*.media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 65px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
.placeholder-contact-textarea {
    width: 94%;

}
.input-pading-bottom{
	padding-bottom: 10px;
}
.col-sm-5{
	width:40%;
	float: left;
}
.col-sm-7{
	float: left;
	width:59%;
}
}
@media (min-width:600px)  { /*tablet rotate */
.container {
    width: 540px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:500px;
	 height:280px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:500px;
	 height:280px;
}
.modelling-slide {
	width:500px;
	height:280px;
}
.modeling-sub-slide{
	width:500px;
	height:280px;
}
.covered {
	width  : 500px;
	height : 280px;
}
.second {
	width : 500px;
	height : 280px;
}
.talent-board{
	width:500px;
	height:680px;
	overflow: auto;
}
.talent-board-wraper{
	width:480px;
	overflow: hidden;
}
header .menu-bar {
    width: 500px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 90%;

}
/*contact*/
.slider-contact
{
	width: 90%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
 /*.media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 65px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
.placeholder-contact-textarea {
    width: 94%;

}
.input-pading-bottom{
	padding-bottom: 10px;
}
.col-sm-5{
	width:40%;
	float: left;
}
.col-sm-7{
	float: left;
	width:59%;
}
}
@media (min-width:640px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
.container {
    width: 600px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:560px;
	 height:315px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:560px;
	 height:315px;
}
.modelling-slide {
	width:560px;
	height:315px;
}
.modeling-sub-slide{
	width:560px;
	height:315px;
}
.covered {
	width  : 560px;
	height : 315px;
}
.second {
	width : 560px;
	height : 315px;
}
.talent-board{
	width:560px;
	height:315px;
	overflow: auto;
}
.talent-board-wraper{
	width:480px;
	overflow: hidden;
}
header .menu-bar {
    width: 560px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 90%;

}
/*contact*/
.slider-contact
{
	width: 90%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
 /*.media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 80px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
.placeholder-contact-textarea {
    width: 94%;

}
.input-pading-bottom{
	padding-bottom: 10px;
}
.col-sm-5{
	width:40%;
	float: left;
}
.col-sm-7{
	float: left;
	width:59%;
}
}
@media (min-width:768px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
.container {
    width: 740px;
}
  .col-md-3 {
    width: 50%;
}
  /*index*/
.video-thumbnail{
	 width:700px;
	 height:394px;
  }
#right-description{
	padding-top: 5px;
	height: auto;
  }
.yoububeclass{
	 width:700px;
	 height:394px;
}
.modelling-slide {
	width:700px;
	height:394px;
}
.modeling-sub-slide{
	width:700px;
	height:394px;
}
.covered {
	width  : 700px;
	height : 394px;
}
.second {
	width : 700px;
	height : 394px;
}
.talent-board{
	width:700px;
	height:394px;
	overflow: auto;
}
.talent-board-wraper{
	width:480px;
	overflow: hidden;
}
header .menu-bar {
    width: 640px;
    margin-left: 0px;
    margin: 0 auto;
    height: 100px;
    font-size: 18px;
}
/*index*/
/*about*/
.slider-about{
	width: 70%;

}
/*contact*/
.slider-contact
{
	width: 70%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
 /*.media-carousel .carousel-control.right {
    right: -30px !important;
    margin-top: -20px;
}
.media-carousel .carousel-control.left {

    top: 90px;
	left: 0px;
}*/
.talent-board-wraper {
    width: 100%;
    overflow: hidden;
}
}
@media (min-width: 800px) {

.container {
    width: 750px;
}
  /*index*/
  .video-thumbnail{

	  width:480px;
	  height:270px;

  }
  #right-description{
	padding-top: 5px;
	height: 250px;
	overflow: auto;
  }
  .yoububeclass{
	 width:480px;
	  height:270px;
}
.modelling-slide {

	width:480px;
	height:270px;

}

.modeling-sub-slide{
	width:480px;
	height:270px;
}
.covered {
	width  : 480px;
	height : 270px;

}

.second {
	width : 480px;
	height : 270px;
}
.talent-board{
	width:480px;
	height:270px;
	overflow: auto;
}

.talent-board-wraper{
	width:460px;
	overflow: hidden;
}

.placeholder-contact-textarea{
	width: 96%;
}
.thumbnail-image-about:before {


	left:25%;
    bottom:25%;

}
.title
{
  font-size: 30px;
}
.description-index
{

  font-size: 13px;
}

.title-talent{
  font-size:13px;
}
.job-talent{
  font-size:9px;
  margin: 0 5px;
}
.desc-talent{

  font-size:10px;
}
.title-talent {
    font-size: 18px;
}

.talent-item{
	height:100px;
}
/*index*/
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
 .col-md-3 {
    width: 25%;
}
.talent-thumnail-image{
		width:130%;
}
.wrap {
    width: 100%;
}
.menu {
	width:100%;

}
.header-selected-short{
	display:none;
}
.ul-horizontal-menu{
		display:''!important;
		width: 100%;
	}
.ul-vertical-menu{
		display:none!important;
	}
.header-logo{
margin-top: -20px;
}
.slider-rider  .flex-prev {
    left: -20px;
    top: -150px;
    z-index: 9999;
}
.slider-rider .flex-next {

    right: -50px;
    float: right;
    top: -190px;
}
.inner-div
{
    margin: 0 auto;
    width:100%;
}
}
@media (min-width:960px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
.container {
    width: 900px;
  }
.col-md-3 {
    width: 20%;
}
  /*index*/
  .video-thumbnail{

	  width:600px;
	  height:338px;

  }
  #right-description{
	padding-top: 5px;
	height: 250px;
  }
  .yoububeclass{
	 width:600px;
	  height:338px;
}
.modelling-slide {

	width:600px;
	height:338px;

}

.modeling-sub-slide{
	width:600px;
	height:390px;
}
.covered {
	width  : 600px;
	height : 338px;

}

.second {
	width : 600px;
	height : 338px;
}
.talent-board{
	width:600px;
	height:338px;
	overflow: auto;
}

.talent-board-wraper{
	width:580px;
	overflow: hidden;
}
.talent-thumnail-image{
		width:100%;
}
.talent-item{
	height:120px;
}
/*index*/
.menu {
	width:100%;

}
.header-logo{
margin-top: -20px;
}
.inner-div
{
    width:60%;
}
}
@media (min-width:1024px) { /* big landscape tablets, laptops, and desktops */
.container {
    width: 960px;
  }
  /*index*/
  .video-thumbnail{

	  width:607px;
	  height:337px;

  }
 #right-description{
	padding-top: 5px;
	height: 300px;
  }
.yoububeclass{
	 width:607px;
	  height:337px;
}
.modelling-slide {

	width:607px;
	height:337px;

}

.modeling-sub-slide{
	width:607px;
	height:337px;
}
.covered {
	width  : 607px;
	height : 337px;

}

.second {
	width : 607px;
	height : 337px;
}
.talent-board{
	width:604px;
	height:337px;
	overflow: auto;
	margin-top: 0%;
}

.talent-board-wraper{
	width:590px;
	overflow: hidden;
}
.col-sm-7{
	padding-right: 0px;
}
.col-sm-8{
	/*width: 76%;*/
}
.col-sm-4{
	/*width: 24%;*/
}
.talent-thumnail-image{
		width:130%;
}
.title-talent {
    font-size: 18px;
}
.desc-talent {
    font-size: 15px;
}
.job-talent {
    font-size: 12px;
}
.talent-item{
	height:140px;
}
.lighting-after-text {
    margin-top: -340px;
}
/*index*/
.menu {
	width:96%;
	margin: 0 auto;

}
.inner-div
{
    margin: 0 auto;
    width:80%;
}
.modal-content-short {
    background-color: #000;
    margin: auto;
    padding: 30px;
    border: 1px solid #ff6600;
    width: 70%;
}
.thumbnail-image-about:before {
	left:25%;
    bottom:30%;
}
.thumbnail-image-about-one:before {
	left:10%;

}
}
@media (min-width:1380px) {
/* hi-res laptops and desktops */
 .container {
    width: 1280px;
  }
  /*index*/
  .video-thumbnail{

	  width:800px;
	  height:450px;

  }
  #right-description{
	padding-top: 10px;
	height: 350px;
  }
  .yoububeclass{
	 width:800px;
	  height:450px;
}
.modelling-slide {

	width:800px;
	height:450px;

}

.modeling-sub-slide{
	width:800px;
	height:450px;
}
.covered {
	width  : 800px;
	height : 450px;

}

.second {
	width : 800px;
	height : 450px;
}
.talent-board{
	width:800px;
	height:445px;
	overflow: auto;
}

.talent-board-wraper{
	width:780px;
	overflow: hidden;
}
/*.media-carousel .carousel-control.left
{
  height: 40px;
  width : 40px;
  top: 90px;
}*/
.talent-thumnail-image{
		width:100%;
}

.title-talent {
    font-size: 18px;
}
.desc-talent {
    font-size: 15px;
}
.job-talent {
    font-size: 12px;
}
.talent-item{
	height:180px;
}
.lighting-after-text {
    margin-top: -510px;
}
/*index*/
.modal-content-short {
    background-color: #000;
    margin: auto;
    padding: 30px;
    border: 1px solid #ff6600;
    width: 50%;
}
}
@media (min-width:1600px) {
/* hi-res laptops and desktops */
.container {
    width: 1400px;
}
.col-sm-8 {
    width: 900px;
}
.col-md-3 {
    width: 25%;
}
.lighting-after-text {
    margin-top: -510px;
	margin-right: 25px;
}
/*Index*/
.yoububeclass{
	 width:900px;
	  height:514px;
}
.video-thumbnail{

	  width:900px;
	  height:514px;

  }
  #right-description{
	padding-top: 60px;
	height: 514px;
	padding-left: 50px;
  }

.modelling-slide {

	width:900px;
	height:514px;

}

.modeling-sub-slide{
	width:900px;
	height:514px;
}
.covered {
	width  : 900px;
	height : 514px;

}

.second {
	width  : 900px;
	height : 514px;
}
.talent-board{

	width:900px;
	height:505px;
	overflow: auto;

}
.talent-board-wraper{
	width:870px;
	overflow: hidden;
}

/*.media-carousel .carousel-control.left
{
  height: 40px;
  width : 40px;
  top: 70px;
  left: -10px;
}
.media-carousel .carousel-control.right {
    right: -43px !important;
    margin-top: -25px;
}*/
.talent-thumnail-image{
		width:100%;
}
.title-talent {
    font-size: 18px;
}
.job-talent {
    font-size: 12px;
}
.desc-talent {
    font-size: 15px;
}
/*end index*/
.placeholder-contact-textarea{
	width: 94%;
}
.slider-contact {
    width: 40%;
}
.thumbnail-image-about:before {
	left:25%;
    bottom:35%;
}
header .menu-bar {
    width: 70%;
	height: 80px;
}

.modelling-slide {
	width:900px;
	height:514px;
}

.modeling-sub-slide{
	width:900px;
}

}
/*End Responsive*/

/*End*/
/* Tab menu TV*/
/* End Tab menu TV*/
.tabs{
	width:100%;
}
.tabs li{
	width:25%;
	text-align:center;
}
.tabs .active{
	background-color:#fff;
}
.tabs .active : after{
	/*width:0px;
		height:0px;
		position:absolute;*/
		bottom:0%;
		left:22px;

		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #fff;
}
.toggle_border{ border:0px solid #ccc; border-width: 0 0px 0px 0px; }
.tab_content{
background-color:transparent;
width:100%;
}
.tabs li a:hover{
	/* color: #fff;*/
}
 .tabs li a:focus {
    color: #000;
}
.tabs li a {

    color: #fff;

}
a:link, a:visited {
    /*color: #fff;*/

}
.main-slider{
	padding-bottom: 25px;
}

.tabs {
    width: 96%;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.7);
}
/*
thumbnail slide
*/
.slider { margin: 20px 0 0px;}
.slider-rider { margin: 00px 0 0px;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;width:100%}
.flexslider {
    margin: 0 0 0px;
	background: transparent;
	border: 0px ;
	/*width: 98%;*/
	margin: 0 auto;
}
.flexslider-thumbnail {
    margin: 0 0 0px;
	background: transparent;
	border: 0px ;
	width: 98%;
	margin: 0 auto;
}
.flexslider-thumbnail-rider {
    margin: 0 0 0px;
	background: transparent;
	border: 0px ;
	width: 96%;
	margin: 0 auto;
}
#slider0 .flex-direction-nav{
	 display:none;
}
#slider1 .flex-direction-nav{
	 display:none;
}
#slider2 .flex-direction-nav{
	 display:none;
}
#slider3 .flex-direction-nav{
	 display:none;
}
#slider4 .flex-direction-nav{
	 display:none;
}
.slides img
{
	width:100%;
}
.dropdown-menu &gt; li &gt; a:hover {
    color: red;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu &gt; li &gt; a {

    color: #fff;

}
.dropdown-menu &gt; li  {

    padding: 0px 0 15px 0;
	border-bottom: 1px solid white;

}
.dropdown-menu &gt; li:last-child {
    border:none;
}
.dropdown-menu .active {

   background-color: white;
   color:black;

}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
.dropdown-menu a:link, a:visited {
    color: #fff;
}
.dropdown-menu {

    padding: 0;
    margin: 0px 0 0;
   font-family:MyriadPro-SemiBold;
  font-size: 14px;
}
.dropdown-menu-outer-div-selected
{
     padding:10px;
      background-color: #fff;
      width :100%;
	  text-align: center;
}
.dropdown-menu-inner-div-selected
{
     margin: 0 auto;
	 color: black!important;
}
.dropdown-menu-outer-div-unselected
{
     padding:10px;
      background-color: transparent;
      width :100%;
	  text-align: center;
}
.dropdown-menu-inner-div-unselected
{
     margin: 0 auto;
}
</pre></body></html>