body {
  color: #333;
  -webkit-text-size-adjust: none;
  background: #d8e6ec;
}

input, textarea, select, button {
  outline: none;
}

textarea {
  resize: none;
}

.btn {
  outline: none !important;
}

a {
  color: #d8833d;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #ccc !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc !important;
  opacity: 1;
}

/* Container
------------------------------------------------------------------------------*/

.container {
  position: relative;
  max-width: none;
  width: 1194px;
  margin: 0 auto;
}

/* Header
------------------------------------------------------------------------------*/

#menu {
  display: none 9;
}

#header {
  height: 100px;
  border-bottom: 1px solid #b9d1db;
}

.navbar-brand {
  display: block;
  float: left;
  width: 238px;
  margin: 15px 0 0 -4px;
  height: 60px;
  text-indent: -9999em;
  cursor: pointer;
  background: url(../img/logo.png) no-repeat;
}

/* Navigation
------------------------------------------------------------------------------*/

.nav.navbar-nav {
  float: right;
  margin-right: -27px;
}

.navbar-nav .nav-item + .nav-item {
  margin: 0;
}

.navbar-nav .bg {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  background: no-repeat 50% 50%;
  display: block;
  z-index: -1;
}

.navbar-nav li {
  position: relative;
  text-align: center;
}

.navbar-nav .no-hover.open .nav-link,
.navbar-nav .no-hover .nav-link:hover,
.navbar-nav .active .nav-link {
  border-bottom: 4px solid #182950;
}

.navbar-nav .nav-link .hover:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #182950;
  top: 55px;
}

.navbar-nav .nav-link .hover {
  color: #182950;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  font-family: 'Gotham';
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  margin: 0 -30px;
  position: relative;
  vertical-align: middle;
  display: none;
}

.navbar-nav .two .nav-link .hover {
  white-space: normal;
  line-height: 14px;
}

.navbar-nav .open .nav-link .normal,
.navbar-nav .nav-link:hover .normal {
  display: none;
}

.navbar-nav .open .nav-link .hover,
.navbar-nav .nav-link:hover .hover {
  display: inline-block;
}

.navbar-nav .orange.no-hover .nav-link:hover,
.navbar-nav .orange .nav-link:hover,
.navbar-nav .orange.active .nav-link {
  border-bottom: 4px solid #FF6C00;
}

.nav .dropdown-menu {
  width: 302px;
  margin: 14px 0 0 -34px;
  background: #FFF;
  left: 50%;
  border: 1px solid #B9D1DB;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.36);
}

.nav li:nth-child(2) .dropdown-menu {
  margin-left: 34px;
  left: 0;
}

.nav li:nth-child(4) .dropdown-menu {
  margin-left: 32px;
  left: 0;
}

.nav li:nth-child(5) .dropdown-menu {
  margin-left: 4px;
  left: 0;
}

.nav li:nth-child(6) .dropdown-menu {
  margin-left: 18px;
  left: 0;
}

.nav li:nth-child(7) .dropdown-menu {
  margin-left: 32px;
  left: 0;
}

.nav .right.dropdown-menu {
  left: auto;
  right: 20px;
}

.nav .dropdown-menu:before {
  content: "";
  background: url(../img/bg_dropdown.png) no-repeat;
  width: 32px;
  height: 16px;
  position: absolute;
  left: 20px;
  top: -16px;
}

.nav .right.dropdown-menu:before {
  left: auto;
  right: 20px;
}

.nav .dropdown-menu li,
.nav .dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-item {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  padding: 10px 10px 10px 27px;
  line-height: 19px;
  border-left: 5px solid transparent;
}

.dropdown-item:hover {
  color: #182850;
  border-left: 5px solid #182850;
}

.navbar-nav > li {
  padding: 0 23px 0 22px;
}

.navbar-nav .nav-link {
  font-family: 'Gotham';
  position: relative;
  width: 100%;
  display: block;
  white-space: nowrap;
  padding: 0;
  background: none;
  border: 0;
  border-bottom: 4px solid transparent;
  border-bottom: 0 \9;
  line-height: 90px;
  height: 92px;
  font-weight: bold;
  text-transform: uppercase;
  color: #182950;
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-nav .orange .nav-link {
  color: #FF6C00;
}

.navbar-nav > li.joinlink {
  padding: 0 10px !important;
  width: 110px !important;
}

.navbar-nav .orange.joinlink .nav-link {
  font-size: 16px;
}

/* Content
------------------------------------------------------------------------------*/

.table th, .table td {
  padding: 0 27px;
  border: 0;
}

.table {
  margin: -2px -19px -18px;
  width: auto;
  max-width: none;
  padding: 0;
}

.table table {
  max-width: 100%;
  width: 100%;
}

.table a {
  color: #182850;
  text-decoration: underline;
}

.table a:hover {
  text-decoration: none;
}

.table .name {
  width: 300px;
}

.table .category {
  width: 192px;
}

.table .contact-email {
  width: 225px;
}

.table .deadline {
  width: 135px;
}

.table .image-th {
  width: 100px;
  padding: 0 14px;
  vertical-align: top;
}

.table .image-th img {
  border: 1px solid #DDD;
}

.table h6 a {
  text-decoration: none;
  color: inherit;
  text-transform: capitalize;
}

.table p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #767674;
}

.table .fa {
  color: #182850;
  font-size: 19px;
  vertical-align: top;
  display: inline-block;
  margin: -5px 1px 0 3px;
}

.table tbody:first-child td {
  padding-top: 15px;
}

.table tbody:first-child tr:first-child td {
  padding-top: 0;
}

.table p a {
  color: #182850;
  text-decoration: underline;
}

.table p a:hover {
  color: #182850;
  text-decoration: none;
}

.table h6 {
  color: #424242;
  line-height: normal;
  margin: 0;
  padding: 5px 0 4px;
  font-size: 16px;
  font-weight: bold;
}

.table .htop {
  width: 440px;
  padding: 0 8px;
}

.news.details.stones .table .buttons .btn:hover {
  border-color: #182850;
  color: #fff;
}

.news.details.stones .table .buttons .btn {
  float: none;
  display: inline-block;
  margin: 8px 0 0 9px;
  border-color: #dddddd;
  vertical-align: top;
  text-decoration: none;
  color: #182850;
  min-width: 0;
}

.table .buttons {
  text-align: right;
  padding: 0 18px 0 0;
  vertical-align: top;
  width: 316px;
}

.table td {
  color: #41413E;
  font-size: 13px;
  padding-top: 17px;
  font-weight: normal;
  padding-bottom: 19px;
}

.table tr:nth-child(even) td {
  background: #f2f2f2;
}

.table thead th,
.table th {
  border-bottom: 1px solid #dddddd;
  color: #424242;
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: bold;
}

.row.padding {
  margin: 0;
}

.row.padding .col-xs-1, .row.padding .col-xs-2, .row.padding .col-xs-3, .row.padding .col-xs-4, .row.padding .col-xs-5, .row.padding .col-xs-6, .row.padding .col-xs-7, .row.padding .col-xs-8, .row.padding .col-xs-9, .row.padding .col-xs-10, .row.padding .col-xs-11, .row.padding .col-xs-12, .row.padding .col-sm-1, .row.padding .col-sm-2, .row.padding .col-sm-3, .row.padding .col-sm-4, .row.padding .col-sm-5, .row.padding .col-sm-6, .row.padding .col-sm-7, .row.padding .col-sm-8, .row.padding .col-sm-9, .row.padding .col-sm-10, .row.padding .col-sm-11, .row.padding .col-sm-12, .row.padding .col-md-1, .row.padding .col-md-2, .row.padding .col-md-3, .row.padding .col-md-4, .row.padding .col-md-5, .row.padding .col-md-6, .row.padding .col-md-7, .row.padding .col-md-8, .row.padding .col-md-9, .row.padding .col-md-10, .row.padding .col-md-11, .row.padding .col-md-12, .row.padding .col-lg-1, .row.padding .col-lg-2, .row.padding .col-lg-3, .row.padding .col-lg-4, .row.padding .col-lg-5, .row.padding .col-lg-6, .row.padding .col-lg-7, .row.padding .col-lg-8, .row.padding .col-lg-9, .row.padding .col-lg-10, .row.padding .col-lg-11, .row.padding .col-lg-12, .row.padding .col-xl-1, .row.padding .col-xl-2, .row.padding .col-xl-3, .row.padding .col-xl-4, .row.padding .col-xl-5, .row.padding .col-xl-6, .row.padding .col-xl-7, .row.padding .col-xl-8, .row.padding .col-xl-9, .row.padding .col-xl-10, .row.padding .col-xl-11, .row.padding .col-xl-12 {
  padding-left: 0;
  padding-right: 0;
}

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

.body {
  position: relative;
  /*z-index: 90;*/
  overflow: hidden;
}

.home-slider .team-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.home-slider .slide,
.home-slider .bx-wrapper {
  z-index: initial !important;
}

.home-slider .slider-right .bx-viewport,
.home-slider .slider-right .slide {
  height: 600px !important;
  overflow: visible !important;
}

.home-slider .slider-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 7099;
  width: 236px;
  height: 301px;
}

.home-slider .btn {
  margin: 49px 8px 0;
  position: relative;
  z-index: 999;
}

.home-slider .blue h2 {
  color: #0e6f96;
}

.home-slider h2 {
  color: #FF6C00;
}

.home-slider .blue2 {
  color: #182950;
  background: #d8e6ec;
  z-index: 10 !important;
}

.home-slider .blue2 h2 {
  color: #182950;
}

.home-slider .green h2 {
  color: #0b7739;
}

.btn {
  color: #FF6C00;
  font-size: 15px;
  font-weight: 400;
  padding: 0 10px;
  line-height: 48px;
  height: 50px;
  border: 1px solid #FF6C00;
  background: none;
  display: inline-block;
  border-radius: 5px;
}

.btn.btn-primary {
  height: 44px;
  background-color: #182850;
  color: #fff !important;
  line-height: 42px;
  padding: 0 20px;
  text-decoration: none;
  vertical-align: top;
  font-size: 18px;
  border: 1px solid #182850;
}

.btn.btn-primary:hover {
  background-color: #ff6c00;
  border: 1px solid #ff6c00;
}

.btn.btn-secondary {
  height: 44px;
  background-color: #FFF;
  color: #182850;
  line-height: 42px;
  padding: 0 20px;
  vertical-align: top;
  font-size: 18px;
  border: 1px solid #B8B8B8;
}

.btn.btn-secondary:hover {
  border: 1px solid #182850;
}

.panel .btn.btn-secondary:hover {
  background: #182850;
  border: 1px solid #182850;
  color: #fff;
}

.btn.btn-secondary-outline {
  color: #182950;
  background: #fff;
  border: 1px solid #182950;
}

.btn.btn-secondary-outline:hover {
  background: #182950 !important;
  color: #fff;
}

.btn.btn-primary-outline {
  color: #0e6f96;
  background: none;
  border: 1px solid #0e6f96;
}

.btn.btn-primary-outline:hover {
  background: #0e6f96 !important;
  color: #fff;
}

.btn.btn-warning-outline {
  color: #FF6C00;
  background: none;
  border: 1px solid #FF6C00;
}

.btn.btn-warning-outline:hover {
  background: #ff6c00 !important;
  color: #fff;
}

.btn.btn-success-outline {
  color: #0b7739;
  background: none;
  border: 1px solid #0b7739;
}

.btn.btn-success-outline:hover {
  background: #0b7739 !important;
  color: #fff;
}

.home-slider {
  overflow: hidden;
  height: 983px;
  position: relative;
  border-bottom: 1px solid #b9d1db;
}

.home-slider .slide {
  height: 983px;
  position: relative;
}

.home-slider .blue2 .right-tip {
  height: 358px;
}

.home-slider .blue2 .right-tip .bouble {
  margin-top: 15px;
  height: 358px;
}

.home-slider .right-tip img {
  float: right;
}

.home-slider .right-tip {
  /*position: absolute;*/
  bottom: 0;
  right: 10px;
  z-index: 9999;
  width: 236px;
  height: 301px;
}

.home-slider img {
  max-width: none;
}

.home-slider .bouble {
  background: url(../img/bg_bouble.png) no-repeat;
  width: 301px;
  height: 210px;
  position: absolute;
  top: -100px;
  left: -254px;
  text-align: center;
  color: #666;
  padding: 55px 52px 0 14px;
  font-family: "Gotham";
  font-size: 14px;
}

.home-slider .bouble a {
  color: #48A0DC;
  position: relative;
  display: block;
}

.home-slider .bouble a:hover {
  text-decoration: none;
}

.home-slider .btn-play:before {
  content: "";
  display: block;
  background: url(../img/ico_play.png) no-repeat;
  width: 168px;
  height: 168px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -33px auto;
}

@media screen and (max-width: 1024px) {
  .bordboxdiv {
    height: 910px;
    overflow: auto;
  }

  .part-2.full_browse_imgsection {
    min-height: 705px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .bordboxdiv {
    overflow: auto;
    height: 626px;
  }

  .part-2.full_browse_imgsection {
    min-height: 705px;
  }
}

.home-slider .bouble h4 {
  line-height: normal;
  color: #666;
  font-family: "Gotham";
  font-size: 14px;
}

.home-slider .right-tip img {
  float: right;
}

.home-slider .badge {
  position: absolute;
  top: 25px;
  left: 50px;
  z-index: 1000;
}

.home-slider .right-tip .fishcharacter {
  position: absolute;
  top: 0;
  right: -50px;
}

.home-slider .bx-pager {
  text-align: center;
  position: absolute;
  bottom: 49px;
  font-size: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.home-slider .bx-pager div {
  display: inline-block;
}

.home-slider .bx-pager a {
  display: inline-block;
  width: 7px;
  margin: 3px 9px 0 10px;
  vertical-align: top;
  height: 7px;
  border-radius: 50%;
  background: #78838c;
  cursor: pointer;
}

.home-slider .bx-pager a.active {
  width: 13px;
  height: 13px;
  margin-top: 0;
  margin-left: 7px;
  margin-right: 6px;
  background: none;
  border: 1px solid #3088c4;
}

.home-slider .bx-pager div:nth-child(1) a.active {
  border: 1px solid #ff6c00;
}

.home-slider .bx-pager div:nth-child(2) a.active {
  border: 1px solid #ff6c00;
}

.home-slider .bx-pager div:nth-child(3) a.active {
  border: 1px solid #0e6f96;
}

.home-slider .bx-pager div:nth-child(4) a.active {
  border: 1px solid #0b7739;
}

.home-slider .bx-pager div:nth-child(5) a.active {
  border: 1px solid #182950;
}

a.bx-next,
a.bx-prev {
  color: #182950;
  font-size: 48px;
  z-index: 999;
  font-weight: 400;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 67px;
  margin-top: -70px;
  width: 70px;
  height: 70px;
}

.bx-next:hover,
.bx-prev:hover {
  background: #c8dbe3;
}

.bx-next {
  right: 0;
}

.bx-prev {
  left: 0;
}

.home-slider .center-text {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 999;
  left: 0;
  width: 890px;
  max-width: 100%;
  margin: -26px auto 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.home-slider .center-text.visible {
  opacity: 1;
}

.home-slider .center-text .btn {
  background: none;
  min-width: 250px;
}

.home-slider .center-text .btn:hover {
  background: #182950;
}

.home-slider h2 {
  font-family: 'Gotham';
  color: #FF6C00;
  font-size: 60px;
  margin: 0 0 5px;
  font-weight: 300;
}

.home-slider p {
  font-family: 'Gotham';
  color: #182950;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.home-slider .center-text img {
  display: block;
  margin: auto;
  margin-bottom: -96px;
  max-width: 100%;
  margin-top: 18px;
}

.home-slider .slide {
  position: relative;
  height: 983px;
}

.home-slider .top-left {
  left: 50%;
  top: 0;
  margin-left: -418px;
  z-index: 999;
  position: absolute;
}

.home-slider .top-right {
  left: 50%;
  top: 0;
  margin-left: 145px;
  z-index: 9999;
  position: absolute;
}

.team-holder .employees {
  position: relative;
  height: 980px;
  margin: 0 -10px 0;
}

.about-head {
  position: relative;
}

.about-head:before {
  content: "";
  border-radius: 80%/100%;
  background: #d8e6ec;
  height: 120%;
  top: -10%;
  width: 500px;
  z-index: 99999;
  position: absolute;
  left: 50%;
  margin-left: -250px;
}

.bg-cover {
  border-radius: 80%/100%;
  background: #d8e6ec;
  height: 380px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 860px;
  z-index: 99999;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  z-index: 10000;
}

.about-head .team-holder .employees {
  margin-top: 10px;
}

.team-holder .employees .team {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  overflow: hidden;
}

.team-holder .employees .people {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.team-holder .employees .employee {
  position: absolute;
  overflow: visible;
  display: block !important;
}

.team-holder .employees .circle {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
}

.team-holder .employees .highlight {
  position: absolute;
  top: -3px;
  bottom: -3px;
  right: -3px;
  left: -3px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #ff6c00;
  z-index: 5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity: 0;
}

.home-slider .slides .slide.blue2 .center-text {
  box-shadow: 0 0 0 5000px #d8e6ec;
  background: #d8e6ec;
}

.home-slider .slides .slide.blue2 {
  background: #d8e6ec;
}

.home-slider .slides .slide {
  z-index: initial !important;
  opacity: 0 !important;
  display: block !important;
}

.home-slider .slides .slide.active-slide {
  opacity: 1 !important;
}

.home-slider .blue .team-holder .employees .highlight {
  box-shadow: inset 0 0 0 3px #0e6f96;
}

.home-slider .blue2 .team-holder .employees .highlight {
  box-shadow: inset 0 0 0 3px #182950;
}

.home-slider .green .team-holder .employees .highlight {
  box-shadow: inset 0 0 0 3px #0b7739;
}

.team-holder .employees .team .employee .highlight.visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
  -moz-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
  -o-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
  -ms-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
  transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
  opacity: 1;
}

.body h2 {
  margin: 0;
  color: #182950;
  font-family: "Gotham";
  font-size: 48px;
  font-weight: 300;
  padding: 62px 0 20px;
  text-align: center;
}

.body h4 {
  text-align: center;
  margin: 0;
  color: #182950;
  font-family: "Gotham";
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}

.recent-casting {
  border-bottom: 1px solid #b9d1db;
  padding-bottom: 20px;
  padding-top: 33px;
}

.recent-casting .slider {
  margin: 55px -20px;
  overflow: hidden;
}

.videos .slide {
  overflow: hidden;
  text-align: center;
}

.videos .bx-pager {
  display: none;
}

.videos .bx-next,
.videos .bx-prev {
  margin-top: -35px;
}

.recent-casting .videos {
  position: relative;
}

.recent-casting .container {
  position: static;
}

.videos .text {
  float: left;
  color: #182950;
  font-size: 15px;
  max-width: 310px;
  padding: 25px 15px 30px 30px;
}

.videos .row {
  line-height: 19px;
  padding-bottom: 9px;
  color: #424242;
}

.videos p {
  margin: 0;
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 20px;
}

.videos h3 {
  color: #182950;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 15px;
}

.videos .video {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos .iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  padding-top: 28px;
  overflow: hidden;
  max-width: 100%;
}

.testimonials {
  border-bottom: 1px solid #b9d1db;
  text-align: center;
  padding-bottom: 85px;
}

.testimonials .nav {
  padding: 57px 0 30px;
}

.testimonials p {
  color: #222;
  font-size: 17px;
  font-weight: 300;
  padding: 0 30px;
  margin: 0;
  line-height: 30px;
}

.testimonials .btn {
  background: none;
  min-width: 250px;
}

.testimonials cite {
  color: #333;
  font-size: 18px;
  display: block;
  font-style: normal;
  padding: 20px 0 41px;
  font-weight: 300;
}

.testimonials .nav li,
.testimonials .nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.testimonials .nav li {
  height: 100px;
}

.testimonials .nav img {
  display: inline-block;
  margin: 25px 5px 0;
  border-radius: 50%;
  width: 50px;
  opacity: .5;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.testimonials .nav a:hover img {
  opacity: 1;
  box-shadow: 0 0 0 3px #182950;
}

.testimonials .nav .active img {
  margin: 0 10px;
  opacity: 1;
  width: 100px;
  height: 100px;
}

.f-clients {
  border-bottom: 1px solid #b9d1db;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 20px;
}

.f-clients .row {
  margin: 50px 0;
}

.f-clients img {
  margin: auto;
  display: block;
  margin-bottom: 60px;
}

.col-md-25 {
  width: 20%;
  float: left;
}

.join-sec {
  text-align: center;
  padding-bottom: 6px;
  padding-top: 9px;
  position: relative;
  z-index: 8;
}

.join-sec .btns-inline {
  padding: 72px 0 0;
  margin: 0;
  font-size: 0;
}

.join-sec li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 20px;
}

.join-sec .btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px;
  background: none;
  min-width: 190px;
}

.join-sec h4 {
  margin-top: 10px;
}

.meet-team h2 {
  padding: 70px 0;
  text-align: left;
}

.meet-team .social li,
.meet-team .social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.meet-team .social a {
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 21px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #C9C9C9;
  position: relative;
  z-index: 9;
  display: block;
  color: #182950;
  font-size: 21px;
  font-weight: 400;
}

.meet-team .social a:hover {
  border: 1px solid #182950;
  background: #182950;
  color: #fff;
}

.meet-team .social li {
  position: absolute;
  left: 50%;
  margin: -40px;
  top: 50%;
}

.meet-team .social li:nth-child(1) {
  margin: -135px \9;
  animation: rot .5s linear;
  transform: rotate(44deg) translate(-137px) rotate(-44deg);
  -webkit-animation: rot .5s linear;
  -webkit-transform: rotate(44deg) translate(-137px) rotate(-44deg);

}

@keyframes rot {
  from {
    transform: rotate(0deg) translate(-137px) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-137px) rotate(0deg);
  }
  to {
    transform: rotate(44deg) translate(-137px) rotate(-44deg);
    -webkit-transform: rotate(44deg) translate(-137px) rotate(-44deg);
  }
}

.meet-team .social li:nth-child(2) {
  margin: -135px 65px \9;
  animation: rot2 1s linear;
  transform: rotate(136deg) translate(-137px) rotate(-136deg);
  -webkit-animation: rot2 1s linear;
  -webkit-transform: rotate(136deg) translate(-137px) rotate(-136deg);
}

@keyframes rot2 {
  from {
    transform: rotate(0deg) translate(-137px) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-137px) rotate(0deg);
  }
  to {
    transform: rotate(136deg) translate(-137px) rotate(-136deg);
    -webkit-transform: rotate(136deg) translate(-137px) rotate(-136deg);
  }
}

.meet-team .social li:nth-child(3) {
  margin: 55px 60px \9;
  animation: rot3 1.5s linear;
  transform: rotate(224deg) translate(-137px) rotate(-224deg);
  -webkit-animation: rot3 1.5s linear;
  -webkit-transform: rotate(224deg) translate(-137px) rotate(-224deg);
}

@keyframes rot3 {
  from {
    transform: rotate(0deg) translate(-137px) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-137px) rotate(0deg);
  }
  to {
    transform: rotate(224deg) translate(-137px) rotate(-224deg);
    -webkit-transform: rotate(224deg) translate(-137px) rotate(-224deg);
  }
}

.meet-team .social li:nth-child(4) {
  margin: 55px -135px \9;
  animation: rot4 2s linear;
  transform: rotate(314deg) translate(-137px) rotate(-314deg);
  -webkit-animation: rot4 2s linear;
  -webkit-transform: rotate(314deg) translate(-137px) rotate(-314deg);
}

@keyframes rot4 {
  from {
    transform: rotate(0deg) translate(-137px) rotate(0deg);
    -webkit-transform: rotate(0deg) translate(-137px) rotate(0deg);
  }
  to {
    transform: rotate(314deg) translate(-137px) rotate(-314deg);
    -webkit-transform: rotate(314deg) translate(-137px) rotate(-314deg);
  }
}

.meet-team .social {
  width: 100%;
  height: 275px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.meet-team {
  margin-bottom: 200px;
}

.meet-team article {
  padding-bottom: 65px;
}

.meet-team article:after {
  content: "";
  display: block;
  clear: both;
}

.meet-team .text {
  overflow: hidden;
}

.meet-team h3 {
  color: #182950;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  padding: 18px 0 0;
  margin: 0;
}

.meet-team h4 {
  color: #182950;
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 19px 0;
  text-align: left;
}

.meet-team p {
  color: #182950;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 18px;
}

.meet-team .image {
  float: left;
  position: relative;
  margin-right: 68px;
}

.about-head {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #b9d1db;
  padding-bottom: 17px;
}

.about-head .team-holder {
  max-height: 540px;
  margin-top: -10px;
}

.about-head .team-holder .employees .people + .people {
  display: none !important;
}

.about-head .employees .highlight {
  box-shadow: inset 0 0 0 3px #182950;
}

.about-head .center-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 480px;
  width: 480px \9;
  max-width: 100%;
  max-width: none \9;
  z-index: 109999;
  margin: -26px auto 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.about-head h2 {
  margin: 0;
  color: #182950;
  font-size: 65px;
  font-weight: 300;
  padding: 70px 0 20px;
  text-align: center;
}

.about-head p {
  margin: 0;
  color: #182950;
  font-size: 24px;
  font-weight: 300;
  padding: 0 0 20px;
  text-align: center;
}

.about-head .small a {
  text-decoration: underline;
  color: #182950;
  font-size: 14px;
}

.about-head .small a:hover {
  text-decoration: none;
}

.about-head .small {
  color: #182950;
  font-size: 13px;
  font-weight: normal;
}

.about-head .btn-play-b:hover {
  opacity: .8;
}

.about-head .btn-play-b {
  display: block;
  background: url(../img/ico_play_b.png) no-repeat;
  width: 107px;
  height: 107px;
  margin: 20px auto;
}

.body .page h2 {
  margin: 0;
  color: #182950;
  font-size: 65px;
  font-weight: 300;
  padding: 95px 0 24px;
  text-align: center;
}

.body .page h4 {
  margin: 0;
  color: #182950;
  font-size: 24px;
  font-weight: 300;
  padding: 0 0 45px;
  text-align: center;

}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari only override */
/*::i-block-chrome,.body .page h4{
-webkit-text-stroke:1px;
}
/*::i-block-chrome,#menu{
display:none;
}*/
/*}*/

.body .page.create-acc h2 {
  padding: 45px 0;
}

.body .fish-tips h2 {
  text-align: left;
  padding: 44px 0 11px;
}

.body .fish-tips h4 {
  text-align: left;
  padding: 0 0 50px;
}

.body .stones h2 {
  text-align: left;
  padding: 44px 0 22px;
}

.body .stones.dir h2 {
  padding-bottom: 49px;
}

.nav-tabs-2 {
  margin: -20px -20px 20px;
  overflow: hidden;
  display: table;
  padding: 0;
}

.nav-tabs-2 img {
  margin-right: 5px;
}

.nav-tabs-2 a {
  margin-left: -1px;
  display: block;
  border-top: 0;
  color: #182850;
  font-size: 14px;
  height: 62px;
  border-radius: 0;
  line-height: 60px;
  font-weight: 400;
  border: 1px solid #c9c9c9;
}

.nav-tabs-2 .nav-link.active,
.nav-tabs-2 .active > a,
.nav-tabs-2 a:hover {
  border-bottom-color: #182850;
  box-shadow: inset 0 -5px 0 #182850;
}

.nav-tabs-2 li {
  list-style: none;
  padding: 0;
  width: 194px;
  text-align: center;
  display: table-cell;
  margin: 0;
}

.search-form .left {
  float: left;
  width: 46.5%;
}

.search-form .text .on {
  float: left;
}

.search-form .right {
  float: right;
  width: 46.5%;
}

.search-form .share-listing {
  font-size: 15px;
  text-align: right;
  padding: 10px 0 40px;
  font-weight: bold;
  color: #182850;
}

.search-form .share-listing .fa {
  font-size: 18px;
  padding: 0 10px;
  position: relative;
  top: 1px;
}

.search-form .share-listing a {
  color: #182850;
  padding-left: 4px;
  font-size: 13px;
}

.search-form .showing {
  font-size: 18px;
  padding: 7px 0 25px;
  color: #424242;
}

.search-form .showing strong {
  color: #182850;
}

.search-form .form {
  padding: 25px 28px;
  background-color: #FFF;
  border: 1px solid #B9D1DB;
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);
}

.search-form .form-control,
.search-form .crf-s {
  border-color: #dddddd;
}

.search-form .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.search-form .btn {
  font-size: 18px;
  position: absolute;
  top: 24px;
  right: 30px;
  border-radius: 5px;
  line-height: normal;
  width: 155px;
  height: 44px;
}

.search-form .text {
  overflow: hidden;
  padding-right: 167px;
}

.search-form .or {
  float: left;
  color: #41413E;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 12px;
}

.search-form .cat {
  float: left;
  width: 25.9%;
}

.stones {
  /*margin-bottom: -15px;*/
}

.stones .panel {
  padding: 19px;
  width: 100%;
}

.stones .btns {
  text-align: left;
  padding: 25px 0 0 210px;
  max-width: 810px;
  margin: auto;
  clear: both;
}

.dir .checkbox {
  padding: 0 0 13px 396px;
  position: relative;
  overflow: hidden;
}

.dir .checkbox input {
  left: 396px;
}

.dir .checkbox a {
  color: #182850;
  text-decoration: underline;
}

.dir .checkbox a:hover {
  text-decoration: none;
}

.stones.dir .remove {
  position: absolute;
  left: 100%;
/ / top: 9 px;
  background: url(../img/ico_remove.png) no-repeat;
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.stones.dir .checkbox label {
  margin: 0;
  line-height: normal;
  text-align: left;
  width: auto;
  display: block;
  max-width: 430px;
  padding: 2px 0 0 2px;
  font-size: 14px;
}

.file-list {
  padding: 30px 0 34px;
}

.panel .file-list .delete .btn {
  margin-right: 25px;
}

.file-list .delete {
  margin: -5px 20px 0 0;
  float: right;
}

.file-list .size {
  float: left;
  width: 10%;
  padding: 18px 0;
}

.file-list .name {
  float: left;
  width: 58%;
  padding: 18px 0;
}

.file-list a {
  color: #182850;
  font-size: 16px;
  text-decoration: underline;
}

.file-list a:hover {
  text-decoration: none;
}

.file-list .pic {
  float: left;
  margin-right: 30px;
}

.file-list .item {
  margin-bottom: -1px;
  padding: 10px;
  overflow: hidden;
  padding-bottom: 9px;
  border: 1px solid #DDD;
}

.file-list .item:nth-child(even) {
  background: #f4f4f4;
}

.file-uploader {
  margin: -14px 39px;
}

.panel .file-uploader .btn {
  min-width: 0;
  padding-right: 20px;
  margin-right: 14px;
  display: inline-block;
  text-decoration: none;
}

.file-uploader .fa {
  padding: 0 1px 0 10px;
  display: inline-block;
}

.file-upload {
  overflow: hidden;
  position: relative;
  margin-bottom: -19px;
}

.stones.dir .file-upload .max {
  clear: both;
  padding: 15px 0 0;
  font-size: 13px;
  color: #424242;
}

.stones.dir .file-upload .url {
  float: left;
  margin: 9px;
  font-size: 14px;
  color: #424242;
}

.stones.dir .file-upload label.btn {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  float: left;
  padding: 0 19px;
  min-width: 0;
  width: auto;
  margin: 0;
}

.file-upload input {
  position: absolute;
  left: -99999em;
  opacity: 0;
}

.stones.dir .btns {
  max-width: 465px;
  margin-left: 365px;
  padding: 5px 0 15px;
  overflow: hidden;
}

.stones .btns .btn.btn-sm.left {
  float: left;
}

.stones .btns .btn.btn-sm.right {
  float: right;
}

.stones .btns .btn.btn-sm {
  font-size: 14px;
  line-height: 32px;
  width: auto;
  min-width: 0;
  padding: 0 17px;
  height: 34px;
}

.stones .btns .btn {
  margin: 0 8px;
  min-width: 125px;
  padding: 0 10px;
  height: 44px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
}

.stones label {
  display: block;
  margin: 0 17px 0 -20px;
  float: left;
  width: 230px;
  line-height: 41px;
  font-weight: normal;
  color: #41413e;
  font-size: 16px;
  text-align: right;
}

.stones label span {
  color: #ff0000;
}

.stones.dir label {
  width: 375px;
}

.stones.dir .caption {
  color: #424242;
  font-size: 13px;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  max-height: 250px;
  padding: 7px 19px;
  top: 4px;
}

.stones.dir .field {
  position: relative;
  overflow: visible;
  margin-left: 375px;
  max-width: 450px;
}

.stones.dir fieldset {
  max-width: none;
}

.stones fieldset {
  padding-bottom: 15px;
  padding-right: 140px;
  max-width: 810px;
  padding-top: 5px;
  margin: auto;
}

.stones form h3 {
  color: #424242;
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 21px;
  padding-left: 375px;
}

.stones .titles {
  padding: 15px 20px 34px;
}

.stones .titles h5 {
  color: #424242;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 14px;
}

.stones .field {
  overflow: hidden;
}

.stones .form-control {
  border-color: #dddddd;
}

.stones .titles span {
  color: #F00;
}

.stones .titles p {
  font-size: 13px;
  color: #424242;
  margin: 0;
  padding: 0;
}

.links-field {
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  margin: -7px 0 21px;
  color: #424242;
}

.links-field li,
.links-field ul {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 26px;
}

.links-field .content {
  display: block;
  overflow: hidden;
}

.links-field .label1 {
  float: left;
  width: 358px;
  margin-right: 15px;
  text-align: right;
}

.stones .panel form {
  padding: 35px 0 60px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}

.stones.dir .panel form {
  padding-bottom: 27px;
  margin-bottom: 20px;
}

.stones.dir .panel form:last-child {
  margin-bottom: 0;
}

.stones.news.details .looking p,
.stones .looking p {
  margin: 0;
  padding-bottom: 28px;
  line-height: normal;
  color: #182850;
  font-size: 16px;
  font-weight: normal;
}

.stones .looking .btn {
  font-size: 15px;
  height: 50px;
  width: 250px;
  line-height: 48px;
}

.stones.dic .looking .btn {
  margin-top: 5px;
}

.stones .looking {
  position: absolute;
  right: 0;
  top: 0;
  padding: 58px 0 0 15px;
  color: #182850;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.body .stones h4 {
  text-align: left;
  max-width: 550px;
  line-height: 18px;
  font-size: 15px;
  padding: 0 0 37px;
}

.body .news h2 {
  text-align: left;
  padding: 44px 0 22px;
}

.body .news h4 {
  text-align: left;
  padding: 0 0 37px;
}

.body .news.dic h4 {
  margin-bottom: -13px;
}

.body .news.dic2 h4 {
  margin-bottom: 13px;
  margin-top: -11px;
}

.news section {
  padding-bottom: 54px;
}

.news.details article {
  padding-top: 52px;
}

.news.stones section {
  padding-bottom: 22px;
}

.news.details.stones article {
  padding: 18px;
}

.news.details.stones .col-l h3 {
  color: #424242;
  font-size: 30px;
  padding-bottom: 20px;
  line-height: normal;
  font-weight: bold;
}

.news.details.stones .col-l h5 {
  color: #424242;
  font-size: 21px;
  padding-bottom: 15px;
  font-weight: bold;
}

.news.details.stones .col-l .btn {
  margin-top: 18px;
}

.news.details.stones .col-l p {
  color: #767674;
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 18px;
}

.news.details .image {
  float: right;
  margin: 4px 0 10px 20px;
}

.news.details p {
  padding-bottom: 18px;
}

.news.details .panel .btn {
  margin-top: 10px;
  margin-bottom: -4px;
  padding: 0 19px;
}

.news.details h3 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 25px;
}

.packages.panel {
  margin: 25px 0;
  overflow: hidden;
}

.big-btn {
  padding: 24px 0 10px;
  text-align: center;
}

.big-btn .btn-secondary-outline img {
  margin-right: 13px;
}

.big-btn .btn-secondary-outline {
  padding: 26px 40px;
  height: auto;
  line-height: 33px;
  background: none;
  border-radius: 15px;
  text-decoration: underline;
}

.big-btn .btn-secondary-outline:hover {
  text-decoration: none !important;
  background: none !important;
  color: #182850 !important;
}

.packages table {
  width: 100%;
}

.packages th,
.packages td {
  border-left: 2px solid #dedede;
}

.packages th:first-child,
.packages td:first-child {
  border-left: 0;
}

.packages th {
  border-bottom: 1px solid #dedede;
}

.packages .names {
  width: 467px;
}

.packages .plan {
  width: 350px;
}

.packages h3 {
  color: #182850;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 6px;
}

.packages tr:nth-child(even) td {
  background: #f2f2f2;
}

.packages tr th.gren {
  background: #edf6e5;
  border-left-color: #86c150;
}

.packages tr td.gren {
  background: #edf6e5;
  border-left-color: #86c150;
}

.packages tr:nth-child(even) td.gren {
  background: #e1eed6;
}

.packages thead th {
  text-align: center;
  padding: 23px 0 28px;
}

.packages.panel p {
  font-size: 13px;
  font-weight: normal;
  margin: -2px 0 9px;
  padding: 0;
  color: #424242;
  text-align: center;
}

.packages.panel .center {
  text-align: center;
}

.packages.panel .btn {
  margin: 10px 0 0;
  width: 106px;
  min-width: 0;
  height: 40px;
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 20px;
  line-height: 36px;
  color: #424242;
  font-size: 16px;
  font-weight: bold;
}

.packages.panel .gren h3 {
  color: #86c150;
}

.packages.panel td .btn {
  margin: 30px 0;
}

.packages.panel td .btn + p {
  min-width: 10px;
  min-height: 19px;
  margin: -20px 0 25px;
  font-size: 12px;
}

.packages.panel .gren .btn {
  background-color: #86c150;
  border: 2px solid #86c150;
  color: #fff;
}

.packages .price {
  color: #424242;
  font-size: 16px;
}

.packages .icon {
  display: block;
  width: 33px;
  height: 34px;
  background-color: #CBCBCB;
  margin: 9px auto;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 20px;
  border-radius: 17px;
}

.packages .icon.green {
  line-height: 34px;
  background-color: #86C150;
}

.packages .names {
  color: #424242;
  font-size: 16px;
  padding: 13px 25px;
}

.col-l {
  float: left;
  width: 100%;
  padding-right: 318px;
  margin-right: -318px;
}

.sidebar {
  float: right;
  width: 300px;
}

.news article {
  padding: 60px 59px;
}

.news .image {
  float: left;
  margin-right: 28px;
}

.news .image img {
  border: 1px solid #DDD;
}

.news .image a:hover img {
  border-color: #182850;
}

/*.news .panel .btn {
  margin: 35px 0 0;
  border-color: #c9c9c9;
  padding: 0 17px;
}

.news .panel .btn:hover {
  border-color: #182850;
}

.news .sidebar .panel .btn {
  margin-bottom: 5px;
  border-color: #182850;
}

.news .sidebar .panel .btn:hover {
  border-color: #182850;
}*/

.news h3 a {
  color: #182850;
}

.news h3 {
  /*color: #182850;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 0 0 16px;
    position: relative;
    top: -5px;*/
}

.pagination {
  padding: 0;
  position: relative;
/ / top: - 105 px;
  display: block;
/ / font-size: 0;
  margin: 0 0 12px 0;
  text-align: center;
}

.col-l .pagination {
  margin-top: -12px;
}

.col-l .pagination li.arrow:first-child {
  float: left;
  padding: 0;
}

.col-l .pagination li.arrow:last-child {
  float: right;
  padding: 0;
}

.col-l .pagination.n2 li.arrow:first-child,
.col-l .pagination.n2 li.arrow:last-child {
  padding: 0 20px;
  float: none;
  display: inline-block;
}

.pagination .arrow {
  padding: 0 20px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  border: 1px solid #182850;
  background: none;
  color: #182850;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li > a, .pagination > li > span {
  border: 1px solid transparent;
  background: none;
  display: inline-block;
  border-radius: 17px;
  float: none;
  color: #182850;
  width: auto;
  font-weight: bold;
  height: 34px;
  line-height: 32px;
  padding: 0 4px;
  margin: 0 3px;
  min-width: 34px;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
}

.pagination > li:first-child > a,
.pagination .arrow a {
  border-radius: 17px !important;
  width: 93px;
  padding: 0 15px;
  border: 1px solid #182850 !important;
}

.pagination > li:first-child > a:hover,
.pagination .arrow a:hover {
  background: #182850;
  color: #fff;
}

.nav-tabs {
  border: 0;
  margin-right: -1px;
  border-right: 1px solid #c9c9c9;
}

.nav-tabs .nav-link img {
  float: left;
  margin-right: 8px;
}

.nav-tabs.two .nav-link {
  color: #182850;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: bold;
}

.nav-tabs.two .nav-link .desc {
  display: block;
  padding-top: 1px;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
}

.nav-tabs .nav-link {
  border-bottom: 1px solid #c9c9c9;
  border: 0;
  overflow: hidden;
  line-height: 40px;
  padding: 10px 15px 11px;
  box-shadow: 0 -1px 0 #c9c9c9;
  border-radius: 0;
  color: #182850;
  border-right: 3px solid transparent;
  font-size: 14px;
  font-weight: normal;
}

.nav-stacked .nav-item,
.nav-stacked .nav-item + .nav-item {
  margin: 0;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #182850;
  border-color: #182850;
}

.slider-inline .bx-controls {
  display: none;
}

.btns.right {
  text-align: right;
}

.btns.right .btn {
  margin-top: -5px;
  margin-bottom: -20px;
}

.tab-wraps > .tab-pane {
  position: absolute;
  top: -9999em;
  left: -999em;
  width: 100%;
  display: block;
}

.tab-wraps > .tab-pane.active {
  position: static;
}

.panel {
  background-color: #FFF;
  border: 1px solid #B9D1DB;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 42px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);
}

.panel.pad-panel {
  padding: 20px;
}

.panel .left-nav h3 {
  color: #424242;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 20px 18px 21px;
}

.panel .left-nav {
  float: left;
  width: 222px;
}

.panel .btn {
  min-width: 112px;
  text-align: center;
  line-height: 32px;
  margin: 18px 5px 0 0;
  height: 34px;
  font-size: 14px;
}

.panel .left-image {
  float: left;
  margin-right: 40px;
  max-width: 38%;
  margin-left: 2px \9;
}

.tab-wraps {
  position: relative;
}

.panel .right-image {
  float: right;
  margin-top: 8px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.panel .tab-content p {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 18px;
  margin-bottom: 0;
}

.panel .tab-content h2 {
  color: #424242;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 22px;
  line-height: normal;
  padding: 0;
}

.panel .tab-content p + h3 {
  padding-top: 7px;
}

.panel .tab-content h3 {
  color: #424242;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  padding: 0 0 22px;
}

.panel .tab-content.style2 h3 {
  font-size: 24px;
  margin-top: -5px;
  padding-bottom: 16px;
}

.panel .tab-content {
  padding: 32px 53px 64px 59px;
  overflow: hidden;
  /*border-left: 1px solid #c9c9c9;*/
  border-left: none;
}

.panel .text {
  overflow: hidden;
  padding-bottom: 15px;
}

.panel .tab-content.style2 {
  padding-bottom: 50px;
}

.create-acc {
  padding-bottom: 81px;
}

.create-acc .field {
  overflow: hidden;
}

.btn-crf-s,
.crf-s,
.form-control {
  line-height: 40px;
  color: #41413E;
  font-size: 14px;
  padding: 0 20px;
  width: 100%;
  height: 42px;
  box-shadow: none;
  background: #FFF;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
}

textarea.form-control {
  height: 155px;
  padding-top: 10px;
  line-height: 18px;
  padding-bottom: 10px;
}

.open .btn-crf-s,
.crf-s.opened,
.form-control:focus {
  color: #191919;
  border: 1px solid #182850;
}

.btn-crf-s,
.crf-s {
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

.crf-s .option {
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.open .btn-crf-s,
.crf-s.opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-crf-s {
  margin: 0 0 20px;
  text-align: left;
}

.btn-crf-s:after {
  display: none;
}

.btn-crf-s:before,
.crf-s:before {
  content: "\f0d7";
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  color: #182850;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-weight: 400;
}

.crf-dm {
  border: 1px solid #182850;
  border-top: 1px solid #a8a8a8;
  border-radius: 0;
  background-color: #fff;
  padding: 0 0 5px;
  width: 100%;
  margin-top: -1px;
}

.crf-dm .dropdown-item {
  cursor: pointer;
  padding: 5px 20px;
  color: #41413E;
  font-family: "Gotham";
  font-size: 14px;
  margin: 0;
  list-style: none;
  border: 0;
}

.crf-dm .dropdown-item:hover {
  background: #f1f1f1;
  color: #182850;
}

.crf-sm {
  position: absolute;
  min-width: 150px;
  display: none;
  margin-top: -1px;
  overflow: auto;
  max-height: 300px;
  z-index: 9999;
  border: 1px solid #182850;
  border-top: 1px solid #a8a8a8;
  border-radius: 0;
  background-color: #fff;
}

.crf-sm ul {
  padding: 0 0 5px;
  margin: 0;
}

.crf-sm li {
  cursor: pointer;
  padding: 5px 20px;
  color: #41413E;
  font-family: "Gotham";
  font-size: 14px;
  margin: 0;
  list-style: none;
}

.crf-sm li:hover,
.crf-sm li.selected {
  background: #f1f1f1;
  color: #182850;
}

.create-acc .note {
  text-align: center;
  font-size: 13px;
  color: #424242;
  margin: 0;
  margin-right: -145px;
  padding: 26px 0 47px 0;
}

.create-acc .btns {
  text-align: left;
  padding: 30px 0 0 210px;
  clear: both;
}

.create-acc .btns .btn {
  margin: 0 8px;
  min-width: 125px;
  padding: 0 10px;
  text-align: center;
}

.create-acc a {
  color: #182850;
  text-decoration: underline;
}

.create-acc a:hover {
  text-decoration: none;
}

.create-acc .checkbox {
  padding: 5px 0 0;
  margin-left: 240px;
}

.create-acc .checkbox input {
  left: 0;
}

.create-acc .checkbox label {
  margin: 0 0 0;
  line-height: normal;
  text-align: left;
  width: auto;
  display: block;
  padding: 2px 0 0 2px;
  font-size: 14px;
}

.create-acc label {
  display: block;
  margin: 0 17px 0 -20px;
  float: left;
  width: 220px;
  line-height: 41px;
  font-weight: normal;
  color: #41413e;
  font-size: 16px;
  text-align: right;
}

.create-acc label span {
  color: #ff0000;
}

.create-acc fieldset {
  padding-bottom: 20px;
}

.create-acc form {
  padding-right: 140px;
  max-width: 810px;
  padding-top: 5px;
  margin: auto;
}

.contact-co {
  overflow: hidden;
  padding-bottom: 130px;
}

.contact-co .links {
  padding: 20px 0;
}

.contact-co .links a {
  float: left;
  margin-right: 35px;
}

.contact-co .col {
  float: left;
  width: 33.3%;
}

.contact-co p {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  margin: 0 0 21px 52px;
}

.contact-co p a {
  color: #182850;
  text-decoration: underline;
}

.contact-co p a:hover {
  text-decoration: none;
}

.contact-co h5 {
  padding: 4px 0;
}

.contact-co h5 img {
  float: left;
  margin-right: 10px;
}

.contact-co h5 {
  margin: 0 0 -12px;
  line-height: 46px;
  color: #424242;
  font-size: 15px;
  font-weight: bold;
}

.login-acc form {
  max-width: 450px;
  margin: auto;
  margin-bottom: -30px;
  padding: 0;
}

.login-acc .checkbox {
  padding: 0;
  margin: 29px 0 0 40px;
  float: left;
}

.login-acc form .btn {
  float: right;
  margin: 17px 0 0;
  min-width: 125px;
}

.login-acc fieldset {
  padding-bottom: 5px;
}

.login-acc p {
  clear: both;
  padding: 17px 20px 0;
  font-size: 14px;
}

.login-acc label {
  text-align: left;
  float: none;
  width: auto;
  font-size: 14px;
  margin: 0 0 -5px;
  padding: 0 20px;
  display: block;
}

.login-acc .btns {
  text-align: center;
  padding: 16px 0 0;
  clear: both;
}

.login-acc .btns .btn.btn-fb:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  border-left: 1px solid rgba(179, 189, 207, .3);
  width: 2px;
  border-right: 1px solid rgba(27, 35, 48, .5);
}

.login-acc .btns .btn.btn-gp:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  border-left: 1px solid rgba(233, 117, 86, .3);
  width: 2px;
  border-right: 1px solid rgba(179, 59, 33, .5);
}

.login-acc .btns .btn.btn-gp:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/btn_gp.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 7px 12px;
}

.login-acc .btns .btn.btn-fb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/btn_fb.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 5px 12px;
}

.login-acc .btns .btn {
  color: #FFF;
  text-decoration: none;
  line-height: 34px;
  font-size: 14px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  margin: 0 4px;
  padding: 0 0 0 40px;
  text-align: center;
  position: relative;
  width: 219px;
  border: 0;
  letter-spacing: -.5px;
  height: 34px;
  background-color: #50668D;
  border-bottom: 1px solid #1b2330;
  background-image: -moz-linear-gradient(bottom, #50668D 0%, #50668D 0%, #667A9F 99%, #667A9F 100%);
  background-image: -o-linear-gradient(bottom, #50668D 0%, #50668D 0%, #667A9F 99%, #667A9F 100%);
  background-image: -webkit-linear-gradient(bottom, #50668D 0%, #50668D 0%, #667A9F 99%, #667A9F 100%);
  background-image: linear-gradient(to top, #50668D 0%, #50668D 0%, #667A9F 99%, #667A9F 100%);
  border-radius: 17px;
}

.login-acc .btns .btn-gp {
  background-color: #E03F14;
  border-bottom: 1px solid #b23210;
  background-image: -moz-linear-gradient(bottom, #E03F14 0%, #E03F14 1%, #E14A2A 100%, #E14A2A 100%);
  background-image: -o-linear-gradient(bottom, #E03F14 0%, #E03F14 1%, #E14A2A 100%, #E14A2A 100%);
  background-image: -webkit-linear-gradient(bottom, #E03F14 0%, #E03F14 1%, #E14A2A 100%, #E14A2A 100%);
  background-image: linear-gradient(to top, #E03F14 0%, #E03F14 1%, #E14A2A 100%, #E14A2A 100%);
}

.login-acc .btns .btn:hover {
  background-image: -moz-linear-gradient(bottom, #667A9F 0%, #667A9F 1%, #50668D 100%, #50668D 100%);
  background-image: -o-linear-gradient(bottom, #667A9F 0%, #667A9F 1%, #50668D 100%, #50668D 100%);
  background-image: -webkit-linear-gradient(bottom, #667A9F 0%, #667A9F 1%, #50668D 100%, #50668D 100%);
  background-image: linear-gradient(to top, #667A9F 0%, #667A9F 1%, #50668D 100%, #50668D 100%);
  border-bottom: 0;
}

.login-acc .btns .btn-gp:hover {
  background-image: -moz-linear-gradient(bottom, #E14A2A 0%, #E14A2A 0%, #E03F14 99%, #E03F14 100%);
  background-image: -o-linear-gradient(bottom, #E14A2A 0%, #E14A2A 0%, #E03F14 99%, #E03F14 100%);
  background-image: -webkit-linear-gradient(bottom, #E14A2A 0%, #E14A2A 0%, #E03F14 99%, #E03F14 100%);
  background-image: linear-gradient(to top, #E14A2A 0%, #E14A2A 0%, #E03F14 99%, #E03F14 100%);
}

.premium .panel {
  margin-bottom: 28px;
  padding: 24px 30px;
}

.premium .entry p {
  color: #767674;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding-bottom: 15px;
  padding-right: 10px;
}

.flexslider {
  position: relative;
}

.flexslider.thumbs {
  margin-bottom: 8px;
  margin-right: -9px;
}

.flexslider.thumbs .slides li span {
  display: block;
  position: relative;
  margin-right: 11px;
  cursor: pointer;
}

.flexslider.thumbs .slides li {
  cursor: pointer;
  width: 126px;
  min-height: 15px;
  position: relative;
}

.flexslider.thumbs li:hover img {
  opacity: .5;
}

.flexslider.thumbs li.flex-active-slide img {
  opacity: 1;
}

.flexslider.thumbs li.flex-active-slide span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border: 3px solid #A52A2A;
}

.flexslider img {
  width: 100%;
  height: auto;
  display: block;
}

.flexslider.thumbs img {
  width: 100%;
  height: 60px;
}

.inject {
  overflow: hidden;
  padding: 15px 0;
  font-size: 13px;
}

.inject .btns a.blue {
  color: #182850;
}

.inject .btns a:hover {
  text-decoration: none;
  color: #182850;
}

.inject .btns .fa {
  padding: 0 7px 0 18px;
}

.inject .btns a {
  text-decoration: none;
  font-size: 14px;
  color: #848484;
}

.inject .count {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #424242;
}

.inject .count strong {
  font-weight: normal;
  color: #A52A2A;
}

.inject .btns {
  float: right;
}

a.flex-next,
a.flex-prev {
  text-decoration: none;
  color: #182950;
  font-size: 48px;
  z-index: 999;
  font-weight: 400;
  position: absolute;
  top: 50%;
  text-align: center;
  outline: none !important;
  margin: 0 -82px;
  line-height: 82px;
  margin-top: -41px;
  width: 82px;
  height: 82px;
}

a.flex-next:hover,
a.flex-prev:hover {
  background: #f2f2f2;
}

.flex-pauseplay {
  display: none;
}

a.flex-next {
  left: auto;
  right: 0;
}

.thumbs a.flex-next {
  right: 9px;
}

.gallery-slider {
  padding: 7px 52px 22px;
  position: relative;
}

.gallery-slider li,
.gallery-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-gallery {
  padding: 0 52px 22px;
  position: relative;
}

.video-gallery .bx-prev,
.video-gallery .bx-next {
  margin-right: -30px;
  width: 80px;
  line-height: 80px;
  min-height: 80px;
  margin-top: -45px;
}

.video-gallery .bx-prev:hover,
.video-gallery .bx-next:hover {
  background: #fff;
}

.video-gallery .bx-prev {
  margin-left: -30px;
  margin-top: -45px;
}

.video-gallery .bx-next {
  margin-right: -30px;
  margin-top: -45px;
}

.video-gallery .iframe {
  position: relative;
  padding-bottom: 51.25%;
  margin: 6px 0;
  height: 0;
  padding-top: 0;
  overflow: hidden;
  max-width: 100%;
}

.premium .panel {
  position: relative;
  z-index: 9;
}

.premium {
  margin-bottom: 140px;
}

.premium table {
  width: 100%;
  margin: 5px 0 10px;
  border: 1px solid #dfdfdf;
}

.premium table a {
  color: inherit;
}

.premium table th {
  padding: 15px 20px 12px;
  background: #e4e4e4;
  color: #424242;
  font-weight: bold;
  font-size: 15px;
  border-left: 0;
  border-bottom: 1px solid #dfdfdf;
}

.premium table .production {
  width: 700px;
}

.premium table .type {
  width: 107px;
}

.premium table .year {
  width: 97px;
}

.premium table .role {
  width: 187px;
}

.premium table .role2 {
  width: 227px;
}

.premium table .name {
  width: 245px;
}

.premium table .email {
  width: 187px;
}

.premium table .telephone {
  padding-right: 10px;
  width: 78px;
}

.premium table .mobile {
  width: 167px;
}

.premium table td {
  padding: 13px 20px;
  color: #424242;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #dfdfdf;
  word-wrap: break-word;
}

.premium tbody tr:nth-child(even) td {
  background: #f2f2f2;
}

.premium .panel > h2 {
  color: #424242;
  margin: 0;
  padding: 0 0 20px;
  font-size: 30px;
  font-weight: bold;
}

.contact-details {
  clear: both;
  overflow: hidden;
}

.contact-details .col-grey {
  float: left;
  padding: 28px 30px;
  width: 48.7%;
  background: #f2f2f2;
}

.contact-details .cols {
  overflow: hidden;
}

.contact-details .right {
  overflow: hidden;
}

.contact-details ul,
.contact-details li {
  padding: 0;
  margin: 0 0 3px;
  list-style: none;
}

.contact-details a .fa {
  /* position: absolute;
	left: 0;
	top: 3px; */
  left: 0;
  padding: 0 !important;
  position: relative;
  top: 0;
  width: 20px;
}

.contact-details .map-holder {
  height: 264px;
}

.contact-details a {
  display: block;
  color: #182850;
  /* padding-left: 21px; */
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.contact-details .left {
  float: left;
  width: 53.3%;
  overflow: hidden;
}

.contact-details .col-map {
  float: right;
  width: 48.7%;
}

.contact-details p {
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 5px;
  color: #767674;
}

.contact-details p strong {
  color: #424242;
}

.contact-details h3 {
  color: #424242;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
}

.panel.panel-dir-details {
  padding: 20px;
  overflow: hidden;
}

.panel.panel-dir-details .btns .fa {
  font-size: 19px;
  padding: 17px 11px 0 0;
  margin-left: -6px;
  display: inline-block;
  vertical-align: top;
  color: #182850;
}

.panel.panel-dir-details .btns .fa:hover {
  opacity: .8;
}

.panel.panel-dir-details .text p {
  color: #767674;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding: 24px 0 0;
}

.panel.panel-dir-details .btn {
  margin: 12px 7px 0 0;
  border-color: #dddddd;
  padding: 0 20px;
  min-width: 0;
  width: auto;
}

.panel.panel-dir-details .btn:hover,
.panel-dir-details .btn:hover {
  background: none !important;
  color: #182850 !important;
  border-color: #182850 !important;
}

.panel-dir-details .image:hover {
  border-color: #182850;
}

.panel-dir-details .image {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
  border: 1px solid #DDD;
}

.panel-dir-details .text {
  overflow: hidden;
}

.panel-dir-details h2 {
  color: #424242;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  margin: 5px 0;
}

.panel-dir-details h2 span {
  color: #767674;
  font-size: 13px;
  font-weight: 400;
}

/* Sidebar
------------------------------------------------------------------------------*/

.sidebar .panel {
  padding: 25px 30px;
  border: 1px solid #B9D1DB;
}

.sidebar .panel h5 {
  color: #424242;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 19px;
  margin: 0;
}

.sidebar .panel section {
  padding-bottom: 4px;
}

.sidebar .panel article {
  padding: 20px 0 0;
  margin-right: -9px;
  overflow: hidden;
  margin-bottom: 0px;
}

.sidebar .panel .image {
  float: left;
  margin: 0 20px 0 0;
  width: 75px;
}

.sidebar .panel a {
  color: inherit;
}

.sidebar ul {
  margin: -1px -30px 19px;
  padding: 0 0 3px;
  border-bottom: 1px solid #dddddd;
}

.sidebar ul li {
  margin: 0;
  list-style: none;
  padding: 9px 30px 10px;
  color: #424242;
  font-size: 14px;
}

.sidebar ul li:nth-child(odd) {
  background: #f2f2f2;
}

.sidebar ul.links {
  margin: -1px -30px -5px;
  padding: 2px 0 0;
  background: #fff;
  border-bottom: 0;
}

.sidebar ul.links li {
  margin: 0;
  overflow: hidden;
  list-style: none;
  padding: 0 30px;
  color: #424242;
  font-size: 14px;
}

.sidebar ul.links li:nth-child(odd) {
  background: none;
}

.sidebar ul.links li a {
  margin: 0 -30px;
  padding: 7px 30px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #424242;
  display: block;
}

.sidebar ul.links li.active a {
  border-right: 5px solid #182850;
  background: #f2f2f2;
  color: #182850;
}

.sidebar ul.links li a:hover {
  background: #f2f2f2;
  color: #182850;
}

.body .sidebar .panel h4 {
  font-size: 14px;
  letter-spacing: -.5px;
  line-height: 18px;
  color: #182850;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
  clear: both;
  padding: 498px 0 0;
  overflow: hidden;
  position: relative;
  margin-top: -260px;
  background: url(../img/bg_footer.png) repeat-x 50% 0 #aac6da;
}

#footer .left {
  position: absolute;
  left: -26px;
  top: -158px;
}

#footer .left:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 10;
  background: url(../img/bg_f_s1.png) no-repeat;
  width: 122px;
  height: 38px;
}

#footer .right:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 10;
  background: url(../img/bg_f_s2.png) no-repeat;
  width: 79px;
  height: 40px;
}

#footer .left svg,
#footer .left img {
  position: absolute;
  bottom: -33px;
  right: -125px;
  width: 255px;
  height: 240px;
  border-radius: 0 0 20px 0;
  display: block;
  max-width: none;
}

#footer .right svg,
#footer .right img {
  position: absolute;
  bottom: -18px;
  left: -11px;
  width: 255px;
  display: block;
  height: 310px;
  max-width: none;
}

#footer .right {
  position: absolute;
  right: 94px;
  top: -198px;
}

#footer .row p {
  color: #424242;
  font-size: 13px;
  font-weight: 300;
  padding-left: 26px;
  position: relative;
  line-height: 21px;
  margin: 0 0 10px -23px;
}

#footer .logo {
  float: right;
  margin: 38px -17px 22px;
}

#footer .row p .fa {
  color: #373737;
  font-size: 16px;
  position: absolute;
  left: -5px;
  top: 1px;
  width: 30px;
  text-align: center;
}

#footer .bot {
  border-top: 1px solid #9dbbd0;
  padding: 24px 0 15px;
  overflow: hidden;
  color: #333;
  font-size: 11px;
  font-weight: 300;
}

#footer a {
  color: inherit;
}

#footer .fa {
  padding: 0 3px 0 3px;
}

#footer .love {
  margin: 0 -18px;
  float: right;
}

#footer .copy {
  float: left;
  margin: 0 -20px;
}

/* Fonts
------------------------------------------------------------------------------*/

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/GothamBold.eot');
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamBold.woff2') format('woff2'),
  url('../fonts/GothamBold.woff') format('woff'),
  url('../fonts/GothamBold.ttf') format('truetype'),
  url('../fonts/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/GothamBoldItalic.eot');
  src: url('../fonts/GothamBoldItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamBoldItalic.woff2') format('woff2'),
  url('../fonts/GothamBoldItalic.woff') format('woff'),
  url('../fonts/GothamBoldItalic.ttf') format('truetype'),
  url('../fonts/GothamBoldItalic.svg#GothamBoldItalic') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/GothamLight.eot');
  src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamLight.woff2') format('woff2'),
  url('../fonts/GothamLight.woff') format('woff'),
  url('../fonts/GothamLight.ttf') format('truetype'),
  url('../fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/GothamLightItalic.eot');
  src: url('../fonts/GothamLightItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamLightItalic.woff2') format('woff2'),
  url('../fonts/GothamLightItalic.woff') format('woff'),
  url('../fonts/GothamLightItalic.ttf') format('truetype'),
  url('../fonts/GothamLightItalic.svg#GothamLightItalic') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/GothamMedium.eot');
  src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamMedium.woff2') format('woff2'),
  url('../fonts/GothamMedium.woff') format('woff'),
  url('../fonts/GothamMedium.ttf') format('truetype'),
  url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/GothamMediumItalic.eot');
  src: url('../fonts/GothamMediumItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamMediumItalic.woff2') format('woff2'),
  url('../fonts/GothamMediumItalic.woff') format('woff'),
  url('../fonts/GothamMediumItalic.ttf') format('truetype'),
  url('../fonts/GothamMediumItalic.svg#GothamMediumItalic') format('svg');
}

/* Media
------------------------------------------------------------------------------*/

@media screen and (min-width: 1201px) and (max-width: 1500px) {

  .navbar-nav .nav-item + .nav-item,
  .navbar-nav .nav-item {
    margin-left: -20px;
  }

  .navbar-nav .nav-link {
    font-size: 12px;
  }

  .navbar-nav .nav-link .hover {
    font-size: 10px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {

  .nav-tabs-2 li {
    width: 1%;
  }

  .nav-tabs-2 li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-form .text .or {
    margin-right: -20px;
  }

  .home-slider .right-tip {
    bottom: -50px;
  }

  .recent-casting .videos {
    padding: 0 75px;
  }

  .body .page h2 {
    font-size: 40px;
    line-height: normal;
  }

  .body .page h4 {
    font-size: 20px;
  }

  #footer .left {
    left: 20px;
  }

  #footer .left:before {
    width: 70px;
    height: 20px;
    background-size: contain;
    right: -20px;
    top: 5px;
    left: 60px;
  }

  #footer .left svg,
  #footer .left img {
    width: 120px;
    height: 120px;
    margin: -10px 0 17px;
  }

  #footer .right {
    right: 130px;
    margin-top: 55px;
  }

  #footer .right:before {
    width: 70px;
    height: 15px;
    background-size: contain;
    right: -22px;
    top: -5px;
    left: 0;
  }

  #footer .right svg,
  #footer .right img {
    width: 120px;
    height: 120px;
    margin: -10px 0 17px;
  }

  #footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .videos .row {
    font-size: 11px;
    line-height: 14px;
  }

  .navbar-nav .nav-link .hover {
    font-size: 9px;
  }

  .videos p {
    font-size: 12px;
  }

  .videos h3 {
    font-size: 18px;
    line-height: normal;
  }

  .videos .video {
    width: 100%;
  }

  .videos .text {
    padding: 15px;
    width: 35%;
  }

  .navbar-nav .nav-link .hover:after {
    top: 58px;
  }

  .navbar-nav .nav-link .hover {
    font-size: 10px;
  }

  .container {
    width: auto;
  }

  .navbar-brand {
    margin-top: 25px;
    width: 180px;
    height: 50px;
    background-size: contain;
  }

  .navbar-nav .bg {
    background-size: auto 70%;
  }

  .nav.navbar-nav {
    margin: 0;
  }

  #header {
    height: auto;
  }

  .navbar-nav .nav-link {
    font-size: 10px;
  }

  .navbar-nav .nav-item + .nav-item,
  .navbar-nav .nav-item {
    margin-left: -15px;
    margin-right: -8px;
  }

  .navbar-brand {
    width: 180px;
    height: 50px;
    background-size: contain;
  }

  .navbar {
    padding: 5px 0 0;
  }

  .navbar-nav .bg {
    background-size: auto 50%;
  }

  .home-slider p {
    font-size: 20px;
    line-height: 25px;
  }

  .home-slider h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .home-slider .center-text img {
    width: 700px;
    margin-bottom: -150px;
  }

  .team-holder .employees {
    margin-top: -200px;
  }

  .home-slider,
  .home-slider .slide {
    height: 600px;
  }

  .home-slider .right-tip {
    height: 220px;
  }

  .home-slider .blue2 .right-tip,
  .home-slider .right-tip img {
    height: 220px;
  }

  .home-slider .bouble {
    margin: 20px -40px 0 50px
  }

  .nav .dropdown-menu {
    width: 220px;
  }

  .dropdown-item {
    font-size: 12px;
  }

  .panel .tab-content {
    padding: 15px;
  }

  .news section {
    padding-bottom: 20px;
  }

  .news article {
    padding: 30px 20px;
  }

  .table .buttons {
    width: 100px;
    padding-bottom: 20px;
  }

  .news.details.stones .table .buttons .btn {
    display: block;
    width: auto;
  }

  .nav-tabs-2 li a {
    font-size: 12px;
  }

  .stones.dir label {
    width: auto;
    float: none;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0;
  }

  .dir .checkbox {
    margin-left: 0;
    padding-left: 50px;
  }

  .dir .checkbox input {
    left: 50px;
  }

  .file-list .delete {
    float: none;
    clear: both;
    padding: 0;
  }

  .panel .file-list .delete .btn {
    margin-top: 10px;
  }

  .stones.dir .btns {
    margin-left: 20px;
  }

  .stones.dir .field {
    margin-left: 30px;
  }

  .links-field .label1 {
    width: 30%;
  }

  .stones form h3 {
    padding: 0 30px;
  }

  .flexslider.thumbs {
    margin-right: 0;
  }

  .thumbs a.flex-next {
    right: 0;
  }
}

@media screen and (max-width: 1199px) {

  .home-slider .badge img {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 999px) {

  .home-slider .badge img {
    width: 175px;
    height: 175px;
  }
}

@media screen and (max-width: 799px) {

  .home-slider .badge img {
    display: none;
  }
}

@media screen and (min-width: 801px) and (max-width: 999px) {

  .news.details .image {
    width: 100%;
  }

  .premium table td,
  .premium table th {
    padding: 9px 5px;
  }

  .nav-tabs-2 img {
    display: none;
  }

  .col-l .pagination.n2 li.arrow:first-child, .col-l .pagination.n2 li.arrow:last-child {
    float: right;
    padding: 0;
  }

  .col-l .pagination.n2 li.arrow:first-child {
    float: left;
  }

  .table .buttons {
    width: 100px;
    padding-bottom: 20px;
  }

  .table .fa {
    margin-left: 0;
    margin-right: 5px;
  }

  .dic .table p span {
    height: 0;
    overflow: hidden;
    margin-bottom: 2px;
    display: block;
  }

  .table .image-th {
    padding: 0 5px 0 10px
  }

  .table h6 a {
    display: block;
    margin-bottom: 10px;
  }

  .news.details.stones .table .buttons .btn {
    display: block;
    width: auto;
  }

  .search-form .text .or {
    display: none;
  }

  .search-form .right,
  .search-form .left {
    width: 48%;
  }

  .table td,
  .table thead th, .table th {
    font-size: 12px;
    padding: 8px 5px;
    word-wrap: break-word;
  }

  .table thead th, .table th {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .col-l .pagination li {
    display: none;
    padding: 0;
  }

  .col-l .pagination li.arrow {
    padding: 0;
    display: inline-block;
  }

  .col-l .image {
    float: none;
    margin: 0 0 20px;
  }

  .col-l article {
    padding-top: 30px;
  }

  .news.details .image img {
    width: 100%;
    height: auto;
  }

  .contact-co .links img {
    width: 70px;
  }

  .contact-co .links a {
    margin-right: 15px;
  }

  .navbar-nav .open .nav-link .normal,
  .navbar-nav .nav-link:hover .normal {
    display: inline-block;
  }

  .navbar-nav .open .nav-link,
  .navbar-nav .nav-link:hover,
  .navbar-nav .active .nav-link {
    border-bottom: 4px solid #182950;
  }

  .navbar-nav .open .nav-link .hover,
  .navbar-nav .nav-link:hover .hover {
    display: none;
  }

  .navbar-nav .nav-item + .nav-item, .navbar-nav .nav-item,
  .navbar-nav .nav-item {
    float: none;
    display: table-cell;
    padding: 0;
    margin: 0 !important;
    vertical-align: top;
    width: 1% !important;
  }

  .nav.navbar-nav {
    width: 100%;
    display: table;
  }

  .team-holder .employees {
    margin-top: -240px;
  }

  .home-slider,
  .home-slider .slide {
    height: 500px;
  }

  .home-slider .right-tip {
    display: none;
  }

  .videos .video {
    width: 100%;
  }

  .videos .text {
    padding: 15px;
    width: 100%;
  }

  .nav.navbar-nav {
    float: none;
    margin: 0;
    clear: both;
  }

  #header {
    height: auto;
  }

  .navbar-nav .nav-link {
    font-size: 10px;
  }

  .navbar-nav .nav-item + .nav-item,
  .navbar-nav .nav-item {
    margin-left: -15px;
    margin-right: -10px;
  }

  .navbar-brand {
    width: 180px;
    height: 50px;
    background-size: contain;
  }

  .navbar {
    padding: 5px 0 0;
  }

  .navbar-nav .bg {
    background-size: auto 50%;
  }

  .body .stones h4 {
    max-width: 480px;
  }

  .news.details.stones article {
    padding: 10px 0;
  }

}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {

  .menu-trigger {
    position: absolute;
    left: 3px;
    top: 17px;
    background: url(../img/ico_menu.png) no-repeat;
    width: 25px;
    height: 20px;
    display: block;
  }

  .mm-opened .menu-trigger {
    background-image: url(../img/ico_close.png);
  }

  #header {
    height: 57px;
  }

  .navbar-brand {
    background-size: contain;
    width: 160px;
    margin-left: 47px;
    margin-top: 10px;
    height: 40px;
  }

  .navbar {
    padding: 0;
  }

  .btn.btn-sm {
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 13px;
  }

  .navbar .btn {
    float: right;
    margin: 16px 0 0;
    padding: 0 14px;
    display: block !important;
  }

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

}

.navbar .btn {
  display: none !important \9;
}

.mobile-links {
  display: none;
}

.public_profile_c .thumbnails.gallery {
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .span2.public_profile_c.pull-right #extrawrapper {
    float: left;
    text-align: left;
    width: 100% !important;
  }

  .public_profile_c #gallery-main.thumbnails.gallery {
    float: left;
  }

  .public_profile_c #gallery-main.thumbnails > li {
    margin-left: 0px;
  }

  .premium table td {
    min-height: 25px;
    word-wrap: break-word;
  }

  #credits_pp .creditstabletd .table td {
    min-height: 25px;
    word-wrap: break-word;
  }

  .about-head .center-text {
    margin-top: 20px;
  }

  .create-acc.login-acc .checkbox {
    padding-left: 0;
    margin-left: 20px;
  }

  .inject .btns .fa {
    padding-left: 0;
  }

  .inject .btns a {
    padding: 0 9px;
  }

  .mobile-links {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobile-links a img {
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
  }

  .mobile-links a:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px #ff6c00;
    z-index: -1;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0;
  }

  .blue .mobile-links a:before {
    box-shadow: inset 0 0 0 3px #0e6f96;
  }

  .blue2 .mobile-links a:before {
    box-shadow: inset 0 0 0 3px #182950;
  }

  .green .mobile-links a:before {
    box-shadow: inset 0 0 0 3px #0b7739;
  }

  .mobile-links a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
    -moz-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
    -o-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
    -ms-transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
    transition: all .4s cubic-bezier(0.28, 1.9, 0.61, 1);
    opacity: 1;
  }

  .mobile-links a {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 999;
    border-radius: 50%;
  }

  .mobile-links a.ita-1 {
    margin-left: -127px;
    margin-top: -94px;
  }

  .mobile-links a.ita-2 {
    margin-left: 83px;
    margin-top: -94px;
  }

  .mobile-links a.ita-3 {
    margin-left: -142px;
    margin-top: -21px;
  }

  .mobile-links a.ita-4 {
    margin-left: 91px;
    margin-top: -21px;
  }

  .mobile-links a.ita-5 {
    margin-left: -48px;
    margin-top: 81px;
    width: 100px;
    height: 100px;
  }

  .mobile-links a.ita-6 {
    margin-left: -140px;
    margin-top: 101px;
  }

  .mobile-links a.ita-7 {
    margin-left: 91px;
    margin-top: 99px;
  }

  .mobile-links a.it-1 {
    margin-left: -101px;
    margin-top: -223px;
  }

  .mobile-links a.it-2 {
    margin-left: -132px;
    margin-top: -151px;
  }

  .mobile-links a.it-3 {
    margin-left: -56px;
    margin-top: -191px;
    width: 100px;
    height: 100px;
  }

  .mobile-links a.it-4 {
    margin-left: 40px;
    margin-top: -224px;
  }

  .mobile-links a.it-5 {
    margin-left: 70px;
    margin-top: -148px;
  }

  .mobile-links a.it-6 {
    margin-left: -114px;
    margin-top: 114px;
  }

  .mobile-links a.it-7 {
    margin-left: -132px;
    margin-top: 44px;
  }

  .mobile-links a.it-8 {
    margin-left: -56px;
    margin-top: 51px;
    width: 100px;
    height: 100px;
  }

  .mobile-links a.it-85 {
    margin-left: -25px;
    margin-top: 111px;
  }

  .mobile-links a.it-9 {
    margin-left: 58px;
    margin-top: 113px;
  }

  .mobile-links a.it-10 {
    margin-left: 80px;
    margin-top: 45px;
  }

  .panel.panel-dir-details {
    padding: 10px;
  }

  a.flex-next, a.flex-prev,
  .thumbs a.flex-next,
  .thumbs a.flex-prev {
    width: 70px;
  }

  .thumbs a.flex-next {
    right: 0
  }

  .panel-dir-details .image {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 9px;
  }

  .panel-dir-details .text {
    padding-bottom: 0;
  }

  .contact-details .col-grey h3 {
    color: #424242;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .contact-details ul {
    padding: 5px 0 14px;
  }

  .contact-details ul li {
    padding-bottom: 2px;
  }

  .contact-details li a {
    font-size: 13px;
  }

  .contact-details p {
    font-size: 13px;
    padding-bottom: 14px;
    margin-bottom: 0;
    line-height: 18px;
  }

  .flexslider.thumbs {
    margin-right: -4px;
  }

  .flexslider.thumbs .slides li span {
    margin-right: 4px;
  }

  .video-gallery {
    padding: 0 12px 6px;
  }

  .gallery-slider {
    padding: 10px 12px 0;
    margin-bottom: -2px;
  }

  .premium table,
  .premium table td,
  .premium table tbody,
  .premium table tr {
    width: auto !important;
    display: block;
  }

  .premium table {
    margin-bottom: 0;
  }

  .premium table tr:nth-child(even) {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #f2f2f2;
  }

  .premium table tr:nth-child(even):last-child {
    border-bottom: 0;
  }

  .premium {
    margin: 0 0 50px;
  }

  .premium table thead {
    display: none;
  }

  .premium table tr {
    padding: 5px 0;
    overflow: hidden;
  }

  .premium table td:before {
    position: absolute;
    left: 0;
    padding: 0 11px;
    top: 0;
    content: attr(data-name);
  }

  .premium table td {
    position: relative;
    font-size: 13px;
    padding: 0 20px 2px 130px;
    border: 0;
    margin: 0;
    line-height: 16px;
    display: block;
  }

  .premium .panel {
    padding: 18px;
    margin-bottom: 20px;
  }

  .inject .count {
    display: none;
  }

  .inject {
    padding: 9px 0 15px;
  }

  .inject .btns {
    float: none;
    text-align: center;
  }

  a.flex-next, a.flex-prev {
    background: none !important;
    font-size: 36px;
    margin: -40px -50px;
  }

  .video-gallery .bx-next,
  .video-gallery .bx-prev {
    background: none !important;
    font-size: 36px;
    margin: -39px -40px;
  }

  .premium .entry p {
    font-size: 13px;
    padding-bottom: 13px;
    line-height: 16px;
  }

  .premium .panel > h2 {
    padding: 0 0 15px;
    font-size: 18px;
  }

  .contact-details .map-holder {
    height: 240px;
  }

  .contact-details .col-map {
    float: none;
    width: auto;
    padding: 18px;
  }

  .contact-details {
    margin: -10px;
  }

  .contact-details .left {
    float: none;
    width: auto;
  }

  .contact-details .col-grey {
    float: none;
    width: auto;
    padding: 18px 20px 10px;
  }

  .panel-dir-details .image img {
    /*	width: 100%;*/
  }

  .panel.panel-dir-details .btns .fa {
    padding: 5px 2px;
    margin: 0;
  }

  .panel.panel-dir-details .text p br {
    display: none;
  }

  .panel.panel-dir-details .text p {
    font-size: 13px;
    padding: 10px 10px;
    line-height: 16px;
  }

  .panel.panel-dir-details .btns span {
    display: unset;
  }

  .panel.panel-dir-details .btns {
    text-align: center;
  }

  .panel.panel-dir-details .btn {
    margin: 5px 5px 10px;
    width: 99px;
  }

  .panel-dir-details h2 {
    padding: 0 10px;
    font-size: 18px;
  }

  .panel-dir-details h2 span {
    font-size: 11px;
  }

  .search-form .share-listing {
    text-align: center;
    padding: 2px 0 30px;
  }

  .search-form .share-listing a {
    display: inline-block;
    margin: 0 0 4px;
    padding: 0;
    padding-left: 25px;
    position: relative;
    text-align: left;
    width: 97px;
  }

  .search-form .share-listing .fa {
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .search-form .share-listing span {
    display: block;
    font-size: 13px;
    padding-bottom: 8px;
  }

  .table .image-th {
    float: left;
  }

  .table h6 {
    /* font-size: 13px; */
    line-height: 16px;
    margin: -5px 0 -5px;
  }

  .table h6 a {
    margin-bottom: 10px;
    display: block;

  }

  .news.details.stones .col-l .table .htop p {
    font-size: 11px;
    line-height: 18px;
    padding-bottom: 0;
    margin-bottom: 6px;
  }

  .table .htop {
    margin-left: 100px;
    padding-left: 0;
  }

  .table .fa {
    font-size: 15px;
  }

  .dic .table {
    padding-top: 16px;
  }

  .dic .table tr {
    padding-top: 0;
  }

  .table .buttons {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .body .stones.dir h2 {
    padding-bottom: 15px;
  }

  .news.details.stones .table .buttons .btn {
    height: 30px;
    line-height: 28px;
    width: 28%;
    margin: 0 1.5% 3px;
    padding: 0;
    font-size: 12px;
  }

  .col-l .pagination.n2 li.arrow:first-child, .col-l .pagination.n2 li.arrow:last-child {
    float: right;
    padding: 0;
  }

  .stones.dir .caption {
    padding: 0;
    position: static;
    font-size: 11px;
  }

  .stones .crf-s,
  .stones .form-control {
    font-size: 12px;
  }

  .stones.dir .field {
    margin-left: 0;
  }

  .stones.dir .remove {
    top: 5px;
    margin-left: 5px;
  }

  .stones.dir .field.with-r {
    margin-right: 30px;
  }

  .stones.dir label {
    width: auto;
  }

  .stones form h3 {
    font-size: 16px;
    line-height: normal;
    padding: 0 0 14px;
    margin: 0;
  }

  .col-l .pagination.n2 li.arrow:first-child {
    float: left;
  }

  .search-form .left,
  .search-form .right {
    width: 100%;
  }

  .search-form .right {
    margin-top: -10px;
  }

  .search-form .or {
    display: none;
  }

  .search-form .text {
    padding: 0;
  }

  .search-form .form-control, .search-form .crf-s {
    height: 42px;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    font-size: 12px;
  }

  .stones .search-form .form-control,
  .search-form .form-control {
    height: 42px;
    display: block;
    margin: 10px 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    font-size: 12px;
  }

  .table {
    padding: 0;
    margin: -20px -19px -16px;
  }

  .table table,
  .table td,
  .table tbody,
  .table tr {
    width: auto !important;
    display: block;
  }

  .table tr:nth-child(even) {
    background: #f2f2f2;
  }

  .table tr {
    padding: 10px 0 10px;
    overflow: hidden;
  }

  .sidebar ul.links li a {
    padding-left: 20px;
  }

  .sidebar ul.links {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -8px;
  }

  .table td:before {
    position: absolute;
    left: 0;
    padding: 0 18px;
    top: 0px;
    content: attr(data-name);
  }

  .table td {
    position: relative;
    font-size: 13px;
    padding: 0 20px 2px 135px;
    margin: 0;
    line-height: 16px;
    display: block;
  }

  .search-form .cat {
    float: none;
    width: auto;
  }

  .search-form .showing {
    font-size: 13px;
    padding: 5px 0 18px;
  }

  .table thead {
    display: none;
  }

  .search-form .btn .fa {
    font-size: 17px;
  }

  .search-form .btn {
    position: static;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 39px;
    font-size: 16px;
    text-align: center;
  }

  .search-form .form {
    border-radius: 30px;
    padding: 20px;
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.36);
  }

  .stones .looking {
    position: static;
    padding: 0;
  }

  .stones .looking p {
    display: none;
  }

  .sidebar {
    width: auto;
    float: none;
    margin: -20px 0 0;
  }

  .sidebar .panel {
    padding: 25px 20px;
  }

  .sidebar .panel h5 {
    padding-bottom: 10px;
  }

  .col-l .image {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .news.details article {
    padding-top: 15px;
  }

  .news.details p {
    padding-bottom: 14px;
  }

  .news.details h3 {
    font-size: 18px;
    padding: 20px 10px 2px;
    line-height: 21px;
  }

  .col-l {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .nav-tabs {
    margin: 0;
    border: 0;
  }

  .panel .left-nav h3 {
    text-align: center;
    font-size: 14px;
    padding: 20px 5px 0;
  }

  .nav-tabs.two .nav-link {
    display: none;
  }

  .panel .left-image {
    float: none;
    width: auto;
    padding: 0;
    margin: 4px 0 20px;
    text-align: center;
    max-width: none;
  }

  .btns.right .btn {
    margin-top: -5px;
    margin-bottom: -27px;
    margin-left: 10px;
  }

  .nav-tabs.two .nav-link.active .desc {
    padding-top: 4px;
    display: block;
  }

  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
  .nav-tabs.two .nav-link.active {
    display: block;
    background: none;
    border: 0;
    color: #182850;
    padding: 2px 0;
    cursor: text;
    margin: 0;
    text-align: center;
    box-shadow: none;
  }

  .stones .titles {
    padding: 0;
  }

  .stones .titles h5 {
    font-size: 18px;
    margin: -4px 0;
    line-height: normal;
  }

  .stones .titles p {
    font-size: 12px;
    margin: -4px 0 17px;
    line-height: 14px;
  }

  .stones .panel form {
    margin: 0 -20px;
    border-radius: 0;
    border-bottom: 0;
    padding: 17px 20px 8px;
  }

  .stones fieldset {
    padding: 0 0 19px;
    margin: 0;
  }

  .stones .crf-s {
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
  }

  .stones .form-control {
    height: 34px;
    line-height: normal;
    border-radius: 6px;
  }

  .stones.dir .btns .btn {
    margin-bottom: 20px;
  }

  .links-field .content br {
    height: 10px;
    display: block;
    content: "";
  }

  .links-field .content {
    line-height: 16px;
    word-wrap: break-word;
    padding: 5px 0;
  }

  .file-list .size {
    font-size: 13px;
    line-height: normal;
    margin: 0;
    padding: 0;
  }

  .file-list .delete {
    float: none;
    padding: 24px 0 0;
    margin: 0 0 0 113px;
  }

  .file-list .item {
    position: relative;
  }

  .file-list .checkbox-inline {
    position: absolute;
    top: 2px;
    right: 2px;
  }

  .panel .file-list .delete .btn {
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 7px;
  }

  .file-list .name a {
    font-size: 13px;
  }

  .file-list .pic {
    margin-right: 15px;
  }

  .dir .checkbox {
    padding: 0 0 0 20px;
  }

  .dir .checkbox input {
    left: 20px;
  }

  .stones.dir .panel form:last-child {
    border-bottom: 0;
    margin-bottom: -15px;
    padding-bottom: 0;
  }

  .file-list .name {
    overflow: hidden;
    float: none;
    width: auto;
    padding: 0;
    line-height: normal;
    font-size: 13px;
  }

  .links-field .label1 {
    width: 22%;
  }

  .file-list {
    padding: 10px 0 20px;
  }

  .file-uploader {
    margin: 3px 0;
  }

  .panel .file-uploader .btn {
    margin: 0 0 10px;
    padding-left: 8px;
  }

  .panel .file-uploader .checkbox-inline {
    margin-top: 7px;
    margin-left: 4px;
    vertical-align: top;
  }

  .stones.dir .panel form {
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 0;
  }

  .stones.dir .file-upload .url {
    font-size: 13px;
    padding-top: 0;
    margin-top: 7px;
  }

  .stones.dir .file-upload .max {
    font-size: 11px;
    line-height: 13px;
    padding: 7px 0 0;
  }

  .stones.dir .btns {
    margin: 0;
    padding: 0 0 6px;
  }

  .stones.dir .file-upload label.btn {
    line-height: 32px;
    padding: 0 15px;
    height: 34px;
    border-radius: 17px;
  }

  .stones textarea.form-control {
    height: 125px;
    line-height: normal;
    border-radius: 6px;
  }

  .stones .btns .btn {
    margin: 0 15px 0 0;
    width: 98px;
    height: 34px;
    line-height: 32px;
    width: 98px;
    min-width: 0;
    font-size: 14px;
    float: left;
  }

  .stones .btns {
    padding: 0;
    overflow: hidden;
    width: auto;
    margin: 0 -20px 0 0;
  }

  .stones label {
    float: none;
    width: auto;
    line-height: normal;
    font-size: 13px;
    text-align: left;
    padding: 0 0 7px;
    margin: 0;
  }

  .body {
    overflow: visible;
  }

  .body:after {
    content: "";
    display: block;
    clear: both;
  }

  .body .fish-tips h4,
  .body .fish-tips h2 {
    text-align: center;
  }

  .body .page.news h4,
  .body .page.news h2 {
    text-align: center;
  }

  .body .page.news.stones.dic2 h4 {
    padding: 25px 0 5px;
  }

  .packages.panel .btn {
    height: 34px;
    width: 90px;
    margin: 5px 0;
    line-height: 30px;
    font-size: 14px;
  }

  .packages.panel {
    margin-bottom: -5px;
  }

  .plan-mobile {
    text-align: center;
  }

  .plan-mobile ul {
    border-top: 1px solid #d8d8d8;
    padding: 0;
    margin: 14px 0;
  }

  .plan-mobile ul span {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    font-size: 12px;
  }

  .packages .icon.green {
    line-height: 24px;
  }

  .packages.panel .gren .btn,
  .packages.panel .btn {
    border-width: 1px;
    line-height: 32px;
  }

  .big-btn .btn-secondary-outline {
    display: block;
    margin: 12px 0 38px;
    padding: 13px 0;
  }

  .plan-mobile ul .icon {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 17px;
    line-height: 26px;
    margin-right: 20px;
    padding: 0;
    right: 0;
  }

  .plan-mobile .btn-h {
    padding: 11px 0 20px;
    text-align: center;
    height: auto;
    margin: 0 0 -15px;
  }

  .plan-mobile ul li {
    list-style: none;
    text-align: left;
    position: relative;
    line-height: 46px;
    padding: 0 20px;
    margin: 0;
  }

  .plan-mobile li:nth-child(even) {
    background: #f2f2f2;
  }

  .plan-mobile .price {
    color: #424242;
    font-size: 14px;
    padding: 0 0 0px;
    font-weight: 400;
  }

  .plan-mobile h3 {
    color: #182850;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 17px 0 3px;
  }

  .plan-mobile.gren h3 {
    color: #86C150;
  }

  .body .page h4 {
    max-width: none !important;
  }

  .stones .looking .btn {
    width: auto;
    height: 34px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .body .page.stones h4,
  .body .page.stones h2 {
    text-align: center;
  }

  .body .page.stones h4 {
    padding: 8px 5px 15px;
    line-height: 22px;
  }

  .news.details .sidebar article {
    padding-top: 20px;
    margin-bottom: 0;
  }

  .sidebar .panel .image {
    padding-bottom: 0;
  }

  .body .page.news.details .sidebar h4 {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .pagination {
    position: static;
    overflow: hidden;
    margin: -12px 0 45px;
  }

  .pagination li {
    display: none;
    padding: 0;
  }

  .pagination li.arrow:first-child {
    float: left;
  }

  .pagination li.arrow:last-child {
    float: right;
  }

  .pagination li.arrow {
    padding: 0;
    display: inline-block;
  }

  .news section {
    padding-bottom: 15px;
  }

  .news h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 5px 10px 0;
  }

  /*.news .panel .btn {
        margin: 11px 10px -15px;
    }*/
  .news p {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
  }

  .news.details .image {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
  }

  .news .image {
    float: none;
    margin: 0;
    padding-bottom: 15px;
  }

  .news .image img {
    width: 100%;
    height: auto;
  }

  .body .page.news h4 {
    padding: 14px 0 27px;
    font-size: 18px;
    line-height: 21px;
  }

  .news.details.stones .sidebar {
    padding-bottom: 15px;
  }

  .news.details.stones .sidebar h5 {
    font-size: 16px;
    padding: 0 0 17px;
    border-bottom: 0;
    margin: -8px 0 0;
  }

  .news .sidebar .panel .btn {
    margin: -2px 0;
  }

  .news.details.stones .col-l h3 {
    padding: 2px 0 9px;
    font-size: 18px;
  }

  .news.details.stones .col-l .btn {
    margin: 9px 0 -5px;
  }

  .sidebar ul li {
    padding: 9px 20px 10px;
  }

  .sidebar ul {
    margin-left: -20px;
    margin-right: -20px;
  }

  .news.details.stones .col-l p {
    padding: 0 0 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .news.details.stones .col-l h5 {
    padding: 0 0 6px;
    font-size: 16px;
  }

  .news.details.stones article {
    padding: 0;
  }

  .body .page.news.stones h4 {
    padding: 8px 5px 15px;
    line-height: 22px;
  }

  .body .page.news.stones.dic h4 {
    padding: 15px 0 22px;
  }

  .news article {
    padding: 15px;
  }

  .create-acc {
    padding-bottom: 47px;
  }

  .create-acc form {
    padding: 22px 5px 0;
  }

  .create-acc .btns {
    padding: 13px 0 0;
  }

  .create-acc .btns .btn {
    margin: 0 5px 0 2px;
    font-size: 14px;
    line-height: 32px;
    min-width: 100px;
    height: 34px;
  }

  .login-acc form p {
    padding: 0 0 30px;
  }

  .login-acc form .btn {
    margin: 2px 2px 0 0;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    width: 98px;
    min-width: 0;
  }

  .create-acc.login-acc .checkbox {
    width: 160px;
  }

  .create-acc.login-acc .btns {
    margin-bottom: -5px;
  }

  .create-acc.login-acc .btns .btn {
    margin: 0 0 10px;
  }

  .create-acc .checkbox {
    padding: 0 10px 10px 28px;
    margin: -5px;
  }

  .create-acc fieldset {
    padding: 0 0 17px;
  }

  .create-acc .note {
    padding: 11px 0 30px;
    margin: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .create-acc label {
    float: none;
    display: block;
    margin: 0;
    text-align: left;
    font-size: 13px;
    padding: 0 0 7px;
    line-height: normal;
  }

  .body .page.create-acc h2 {
    padding: 27px 0 0;
  }

  .contact-co {
    padding: 0;
  }

  body {
    min-width: 320px;
  }

  .contact-co .links {
    margin: 0;
    padding: 15px 0 55px;
    text-align: center;
  }

  .contact-co .links a {
    margin: 0;
    padding: 0 5px;
    float: none;
    display: inline-block;
  }

  .contact-co .links img {
    width: 50px;
  }

  .contact-co .col {
    float: none;
    padding: 0 10px;
    max-width: 285px;
    margin: auto;
    width: auto;
  }

  .body .page h2 {
    padding: 27px 20px 0;
    font-size: 24px;
    line-height: 27px;
  }

  .body .page h4 {
    padding: 17px 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .meet-team .social li:nth-child(1) {
    animation: rot .5s linear;
    -webkit-transform: rotate(44deg) translate(-75px) rotate(-44deg);
    -webkit-animation: rot .5s linear;
    transform: rotate(44deg) translate(-75px) rotate(-44deg);
  }

  @keyframes rot {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(44deg) translate(-75px) rotate(-44deg);
      -webkit-transform: rotate(44deg) translate(-75px) rotate(-44deg);
    }
  }
  @-webkit-keyframes rot {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(44deg) translate(-75px) rotate(-44deg);
      -webkit-transform: rotate(44deg) translate(-75px) rotate(-44deg);
    }
  }

  .meet-team .social li:nth-child(2) {
    animation: rot2 1s linear;
    -webkit-transform: rotate(136deg) translate(-75px) rotate(-136deg);
    -webkit-animation: rot2 1s linear;
    transform: rotate(136deg) translate(-75px) rotate(-136deg);
  }

  @keyframes rot2 {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(136deg) translate(-75px) rotate(-136deg);
      -webkit-transform: rotate(136deg) translate(-75px) rotate(-136deg);
    }
  }

  @-webkit-keyframes rot2 {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(136deg) translate(-75px) rotate(-136deg);
      -webkit-transform: rotate(136deg) translate(-75px) rotate(-136deg);
    }
  }

  .meet-team .social li:nth-child(3) {
    -webkit-animation: rot3 1.5s linear;
    animation: rot3 1.5s linear;
    -webkit-transform: rotate(224deg) translate(-75px) rotate(-224deg);
    transform: rotate(224deg) translate(-75px) rotate(-224deg);
  }

  @keyframes rot3 {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(224deg) translate(-75px) rotate(-224deg);
      -webkit-transform: rotate(224deg) translate(-75px) rotate(-224deg);
    }
  }

  @-webkit-keyframes rot3 {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(224deg) translate(-75px) rotate(-224deg);
      -webkit-transform: rotate(224deg) translate(-75px) rotate(-224deg);
    }
  }

  .meet-team .social li:nth-child(4) {
    animation: rot4 2s linear;
    -webkit-transform: rotate(314deg) translate(-75px) rotate(-314deg);
    -webkit-animation: rot4 2s linear;
    transform: rotate(314deg) translate(-75px) rotate(-314deg);
  }

  @keyframes rot4 {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(314deg) translate(-75px) rotate(-314deg);
      -webkit-transform: rotate(314deg) translate(-75px) rotate(-314deg);
    }
  }

  @-webkit-keyframes rot4 {
    from {
      transform: rotate(0deg) translate(-75px) rotate(0deg);
      -webkit-transform: rotate(0deg) translate(-75px) rotate(0deg);
    }
    to {
      transform: rotate(314deg) translate(-75px) rotate(-314deg);
      -webkit-transform: rotate(314deg) translate(-75px) rotate(-314deg);
    }
  }

  .meet-team .image {
    padding: 0;
    margin: 0 auto 10px;
    float: none;
    width: 150px;
    height: 150px;
  }

  .meet-team .social {
    height: 150px;
  }

  .body .meet-team h2 {
    text-align: center;
    padding: 37px 0 20px;
  }

  .meet-team {
    margin-bottom: 15px;
  }

  .meet-team article {
    padding: 0 5px 20px;
  }

  .meet-team h3 {
    font-size: 24px;
  }

  .meet-team h4 {
    margin: -7px 0 -9px;
    font-size: 18px;
  }

  .about-head {
    height: 423px;
  }

  .about-head h2 {
    font-size: 24px;
    margin-top: -50px;
  }

  .about-head p {
    font-size: 18px;
    line-height: 22px;
    max-width: 250px;
    margin: -5px auto -15px;
  }

  .about-head .small {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .home-slider {
    height: 476px;
  }

  .home-slider .slide {
    background: none;
    height: 475px;
  }

  .home-slider .slide.green {
    /*		background: url(../img/bg_s_2.png) no-repeat 50% 15px;
*/
  }

  .home-slider .slide.blue2 {
    background: none;
  }

  .home-slider p br {
    display: none;
  }

  .home-slider .center-text p {
    padding-bottom: 19px;
  }

  .home-slider .center-text img {
    max-width: none;
    width: 463px;
    position: relative;
    left: 50%;
    margin-top: 10px;
    margin-bottom: -100px;
    margin-left: -232px;
  }

  .home-slider .center-text .btn {
    display: inline-block;
    margin: 10px 20px 0;
    min-width: 200px;
    width: auto;
    line-height: 37px;
    height: 39px;
    font-size: 15px;
  }

  .home-slider .slide.green .btn {
    display: inline-block;
    margin: 15px 0 0;
    min-width: 100px;
    width: auto;
    line-height: 37px;
    height: 39px;
    font-size: 15px;
  }

  .videos .text {
    float: none;
    width: auto;
  }

  .testimonials {
    padding: 25px 0;
  }

  .testimonials .nav img {
    height: 30px;
    width: 30px;
    margin: 15px 4px;
  }

  .testimonials .nav .active img {
    height: 60px;
    width: 60px;
    margin: 0 7px;
  }

  .home-slider .bx-pager {
    bottom: 22px;
  }

  .recent-casting {
    padding: 25px 0 36px;
  }

  .home-slider p {
    font-size: 17px;
    line-height: 20px;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -2px;
  }

  .home-slider .slide:first-child p br {
    display: none;
  }

  .home-slider h2 {
    font-size: 24px;
    line-height: 22px;
  }

  .videos .video {
    float: none;
    width: auto;
  }

  .videos .iframe {
    padding-top: 14px;
    margin-bottom: -5px;
  }

  .videos .bx-next, .videos .bx-prev {
    margin-top: -10px;
    top: 15%;
    font-size: 36px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: none;
  }

  .home-slider .bx-next,
  .home-slider .bx-prev {
    display: none;
  }

  .home-slider .center-text {
    width: 320px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    left: 0;
    right: 0;
    padding: 0 20px;
  }

  .home-slider .center-text .btn {
    display: none;
  }

  .home-slider .blue2 .center-text .btn {
    display: inline-block;
  }

  .home-slider .green .center-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .recent-casting .slider {
    margin: 0 15px;
  }

  .videos .row {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  .videos p {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 8px;
  }

  .videos h3 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .videos .text {
    padding: 18px;
  }

  .body h2 {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0 0 15px;
  }

  .body h4 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 21px;
  }

  .navbar {
    padding: 0;
  }

  .btn.btn-sm {
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 13px;
  }

  .navbar .btn {
    float: right;
    margin: 16px 0 0;
    padding: 0 14px;
  }

  .home-slider .right-tip {
    display: none;
  }

  .team-holder .employees {
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
  }

  .col-md-25 {
    width: auto;
    float: none;
  }

  .container {
    width: auto;
    padding: 0 15px;
  }

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

  .f-clients {
    padding: 24px 0 20px;
  }

  .f-clients .container-fluid {
    padding: 0 20px;
  }

  .f-clients img {
    margin: 10px -15px;
    width: 180px;
    height: auto;
    max-width: none;
  }

  .f-clients .row {
    margin: 0;
    padding: 0;
  }

  .home-slider .top-left {
    display: none;
  }

  .home-slider .top-right {
    text-indent: -999em;
    background: url(../img/bg_t_m.png) no-repeat;
    width: 115px;
    height: 165px;
    display: block;
    top: 0;
    right: auto;
    left: 50%;
    margin-left: 50px;
  }

  #footer .left {
    left: 20px;
  }

  #footer .left:before {
    width: 70px;
    height: 20px;
    background-size: contain;
    right: -20px;
    top: 5px;
    left: 60px;
  }

  #footer .left svg,
  #footer .left img {
    width: 120px;
    height: 120px;
    margin: -10px 0 17px;
  }

  #footer .right {
    right: 130px;
    margin-top: 55px;
  }

  #footer .right:before {
    width: 70px;
    height: 15px;
    background-size: contain;
    right: -22px;
    top: -5px;
    left: 0;
  }

  #footer .right svg,
  #footer .right img {
    width: 120px;
    height: 120px;
    margin: -10px 0 17px;
  }

  #footer .row {
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  #footer .love {
    float: none;
    margin: 0;
    text-align: center;
  }

  #footer .copy {
    padding: 19px 0;
    float: none;
    margin: 0;
    text-align: center;
  }

  #footer .bot {
    border: 0;
    padding: 16px 0;
  }

  #footer .logo {
    float: none;
    margin: 20px auto 10px;
    display: block;
  }

  #footer .row p {
    display: inline-block;
    margin-left: 2px;
    text-align: left;
    max-width: 260px;
    margin-bottom: 5px;
  }

  .join-sec {
    padding: 25px 0;
  }

  .join-sec .btns-inline {
    padding: 0;
  }

  .join-sec h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .join-sec h4 br {
    display: none;
  }

  .join-sec .btn {
    min-width: 200px;
    line-height: 37px;
    margin: 0 15px 20px;
    height: 39px;
  }

  .testimonials .nav li {
    height: 60px;
  }

  .testimonials p {
    font-size: 13px;
    padding: 0;
    line-height: 18px;
    padding-top: 17px;
  }

  .testimonials .btn {
    font-size: 15px;
    min-width: 200px;
    height: 39px;
    line-height: 37px;
    margin: -5px 0 17px;
  }

  .testimonials cite {
    padding: 17px 0;
    font-size: 14px;
  }

  .f-clients .bx-next,
  .f-clients .bx-prev,
  .testimonials .bx-next,
  .testimonials .bx-prev {
    display: none;
  }

  .testimonials .nav {
    padding: 10px 0;
    /* margin: -10px 0; */
    overflow: auto;
    white-space: nowrap;
  }

  .panel {
    background-color: #FFF;
    border: 1px solid #B9D1DB;
    border-radius: 5px;
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.36);
  }

  .panel .tab-content {
    border: 0;
    padding: 14px 20px;
    text-align: left;
  }

  .panel .btn {
    min-width: 95px;
    padding: 0 15px;
    margin: 40px 0 10px;
  }

  .panel {
    margin-bottom: 42px;
  }

  .panel .btn-next {
    float: right;
  }

  .body .page.fish-tips .right-image {
    text-align: center;
    float: none;
    margin: 0;
  }

  .body .page.fish-tips .right-image img {
    width: 134px;
    height: auto;
  }

  .body .page.fish-tips .tab-content p + h3 {
    padding-top: 0;
    margin-top: -5px;
  }

  .body .page.fish-tips .tab-content p {
    font-size: 13px;
  }

  .body .page.fish-tips .tab-content h2 {
    padding: 0 0 12px;
    margin: 0;
    text-align: left;
  }

  .body .page.fish-tips .tab-content h3 {
    padding: 0 0 12px;
  }

  .panel .left-nav {
    float: none;
    width: auto;
  }

  .create-acc.login-acc .checkbox {
    width: auto;
  }

}

@media screen and (max-width: 420px) {

  .create-acc.login-acc .checkbox {
    width: 160px;
  }

  #footer .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 245px;
    text-align: left;
  }
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 17px 0 20px;
}

.mm-menu > .mm-panel:before {
  position: absolute;
  height: auto !important;
  width: 1px;
  display: block;
  z-index: 999;
  content: "";
  box-shadow: -2px 0 3px rgba(0, 0, 0, .5);
  top: 0;
  bottom: 0;
  right: -3px;
}

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 16px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(85deg);
  -moz-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  -o-transform: rotate(85deg);
  transform: rotate(85deg);
}

.mm-navbar {
  text-align: center;
  line-height: 55px;
  height: 55px;
  padding: 0 17px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar a.mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 -17px;
  padding: 0 17px;
  border-bottom: 1px solid #dddddd;
  color: #424242 !important;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  display: block;
  overflow: hidden;
}

.mm-navbar .mm-prev + .mm-title {
  padding-left: 40px;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  width: auto;
  margin: 0 -25px 0 -17px;
  padding: 10px 0 10px 17px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 5px solid transparent;
  color: #182850;
}

.mm-listview > li.orange > a,
.mm-listview > li.orange > span {
  color: #FF6D00;
}

.mm-listview > li.active > a,
.mm-listview > li > a:hover,
.mm-listview > li > span:hover {
  background: #f2f2f2;
  border-left: 5px solid #182850;
}

.mm-listview > li.orange.active > a,
.mm-listview > li.orange > a:hover,
.mm-listview > li.orange > span:hover {
  border-left: 5px solid #FF6D00;
  background: #f2f2f2;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: -55px;
  right: 0;
  bottom: 0;
}

.mm-listview .mm-next:before {
  content: "\f105";
}

.mm-listview .mm-next {
  width: 60px;
  padding: 0 0 0 10px;
  background: none !important;
  position: absolute;
  border: 0 !important;
  line-height: 38px;
  right: 0;
  top: 0;
  bottom: 0;
  color: #A7A7A7;
  font-family: "FontAwesome";
  font-size: 25px;
  font-weight: 400;
  z-index: 2;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview {
  margin: 16px -17px 0 -4px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

.mm-menu {
  background: #fff;
  border-right: 1px solid #aac3ce;
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  /*z-index: 9;*/
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

.mm-slideout:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  right: 0;
  transition: background 0.4s ease;
}

html.mm-opening .mm-slideout:before {
  background: rgba(0, 0, 0, .1);
  pointer-events: auto;
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(85deg);
  -moz-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  -o-transform: rotate(85deg);
  transform: rotate(85deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: 'x';
}

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-85deg);
  -moz-transform: rotate(-85deg);
  -ms-transform: rotate(-85deg);
  -o-transform: rotate(-85deg);
  transform: rotate(-85deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}

.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 802000;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 803000;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 806000;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 804000;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  /* overflow: hidden !important; */
  width: auto;
}

.fancybox-lock body {
  /* overflow: hidden !important; */
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 80100;
  background: rgba(0, 0, 0, .6);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.nav li .dropdown-menu {

  z-index: 10000000;
}

/* #penelope, #max, #frankie, #john {
    display: table;
    float: none;
    height: auto;
    width: 100%;
}
#how_main .slidercontenthiw {
    display: table-cell;
    float: none;
    vertical-align: top;
    width: 954px !important;
}
.fulltabe {
    width: 930px;
}
.cartoon {
    float: left;
} */

.leftboxcnt {
  margin: 26px 0 0 20px !important;
  position: absolute;
  left: 0;
}

.bordboxdiv {
  background: #ffffff none repeat scroll 0 0;
  border: 5px solid #ff5700;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  float: left;
}

.bordboxdiv h3 {
  color: #000168;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
  float: left;
}

.bordboxdiv > ul {
  margin: 0;
  width: 100%;
  float: left;
  text-align: left;
}

.bordboxdiv ul li {
  background: transparent url("../images/dot_icon_list.png") no-repeat scroll 0 4px;
  font-size: 14px;
  line-height: normal;
  list-style: outside none none !important;
  margin: 0 0 10px 0;
  padding: 0 0 0 16px;
  width: 100%;
  float: left;
}

.bs-docs-example dd a {
  word-wrap: break-word;
}

.rightbtnsides {
  margin-bottom: 15px;
  text-align: right;
  float: right;
  width: 100%;
}

/*-------------New page changes 21-1-2016 starts here-----------------*/
#search-browse-actor-form.corrform .span4 {
  margin: 0 85px !important;
}

#search-browse-actor-form.corrform .select2-container .select2-choice {
  /*border-radius: 21px;*/
}

#search-browse-actor-form.corrform .select2-container-multi .select2-choices {
  min-height: 30px;
  padding: 2px !important;
  /*border-radius: 21px !important;*/
}

#search-browse-actor-form.corrform .playing_labels_divs input {
  margin-top: 3px !important;
}

#search-browse-actor-form.corrform .playing_labels_divs label {
  line-height: normal;
  width: 100%;
}

.corrform .playagesspleb {
  margin: 0 !important;
}

.corrform .playagessp {
  width: 90%;
  margin: 0 0 20px 8px;
}

body form.corrform .form-control {
  height: 35px;
  line-height: 35px;
}

.tabledesignnew .table-bordered > tbody > tr > td,
.tabledesignnew .table-bordered > tbody > tr > th,
.tabledesignnew .table-bordered > tfoot > tr > td,
.tabledesignnew .table-bordered > tfoot > tr > th,
.tabledesignnew .table-bordered > thead > tr > td,
.tabledesignnew .table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
  word-wrap: break-word;
}

.tabledesignnew .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  table-layout: fixed;
}

.tabledesgn.table td a {
  color: #4ebaff;
  font-weight: normal;
  text-decoration: none !important;
  word-wrap: break-word;
}

body .table.tabledesgn .odd td {
  background: #F9F9F9 none repeat scroll 0 0 !important;
}

.table.tabledesgn tr:nth-child(2n) td {
  background: transparent none repeat scroll 0 0;
}

body .rolescntbox .left_labeltext {
  font-size: 14px;
  line-height: normal;
  width: auto;
  margin: 3px 5px 0 0;
}

.rolesvideobox .remove_lists {
  font-size: 12px;
  padding: 0;
  line-height: normal;
}

.rolesvideobox .video_app_img .img_remove_sections img {
  border-radius: 5px;
  height: 100px !important;
  width: 85px !important;
  padding: 2px;
}

.rolesvideobox .video_right_content {
  float: left;
  width: 65%;
  padding: 0 10px;
  position: relative;
}

.rolesvideobox .rolevidname {
  color: #57baff;
  font-size: 13px !important;
  line-height: normal !important;
  padding: 0 !important;
  font-weight: bold;
}

.rolesvideobox .rolevidname a {
  color: #57baff;
}

.rolesvideobox .favrolesvid {
  float: left;
  font-size: 13px;
  padding: 0 !important;
  width: 100%;
}

.rolesvideobox .selectedactor {
  margin: -4px 0 0 0 !important;
}

.rolesvideobox .favrolesvid a {
  color: #57baff;
  font-size: 13px;
  line-height: 22px;
}

.rolesvideobox .img_remove_sections {
  padding: 0;
  margin-top: 5px;
}

.rolesvideobox .wholemodel.span3 {
  float: left;
  margin: 0 5px 15px !important;
  max-width: 260px !important;
  width: 100% !important;
  min-width: 260px !important;
  border-radius: 3px;
}

.rolesvideobox .favrolesvid i {
  float: left;
  padding: 4px 10px 0 0;
  width: 20px;
}

.rolesvideobox .favrolesvid span {
  float: left;
  margin: 0 5px 0 0 !important;
}

.starredactorsd .table a {
  color: #57baff;
  text-decoration: none !important;
}

.alert-info.bluebgalert {
  background-color: #3dbaff;
  border-color: #47a4de;
  color: #ffffff;
}

.news .alert-info.bluebgalert p {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-shadow: none !important;
}

.audio_drop .select2-choice {
  border-radius: 6px !important;
}

.formsupdaterolesnw {
  /*border-bottom: 1px solid #cccccc;*/
  border-top: 1px solid #cccccc;
  margin: 20px 0 20px;
  padding: 0 0 20px;
}

.sending_optionsblocks .span12 {
  margin: 0;
}

.overviewbrf {
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.rolesvideobox .applications_rightcontents {
  width: 100%;
}

.rolesvideobox .boxfixed2 {
  width: 260px;
}

body #roledetail .recent_posts_jobs .summary_tabss {
  color: #FF5805 !important;
  font-weight: 800 !important;
}

.rolesvideobox .video_right_content div {
  color: #57baff;
  padding: 0;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.rolesvideobox .applications_rightcontents {
  min-height: 89px;
}

.remove_declinesbtns a, .remove_declinesbtns a:hover {
  color: #A7A9A8;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 11px !important;
}

.remove_lists i {
  color: #A7A9A8;
}

.remove_declinesbtns i {
  padding: 4px 10px 0 0;
  width: 12px;
}

#roledetail .label_nbox label {
  color: #8C9B9E;
}

.whole_video_app.newdesgnvidapp.clearfix {
  border: none;
  width: 100%;
}

.newdesgnvidapp .wholemodel1.clearfix {
  border: none;
  padding: 0;
  width: 100%;
}

.newdesgnvidapp .wholemodel1.clearfix h3 {
  line-height: normal;
  margin: 7px 0 5px;
  float: left;
}

.newdesgnvidapp .box_container {
  border: 1px solid #cccccc;
  float: left;
  padding: 8px 8px 15px;
  width: 100%;
  border-radius: 5px;
}

body #myTabContent .recent_posts_jobs .summary_tabss {
  color: #ff5805 !important;
}

body #jobdescription .recent_posts_jobs .summary_tabss {
  color: #ff5805 !important;
}

body #jobfiles .recent_posts_jobs .summary_tabss {
  color: #ff5805 !important;
}

body #formsupdateroles .recent_posts_jobs .summary_tabss {
  color: #ff5805 !important;
}

body #sendingopts_div .recent_posts_jobs .summary_tabss {
  color: #ff5805 !important;
  padding: 10px 0 !important;
}

body .overviewdivs .recent_posts_jobs .summary_tabss {
  color: #ff5805 !important;
  padding: 10px 0 !important;
}

body .recent_posts_jobs.createnewrolehead .summary_tabss {
  color: #ff5805 !important;
}

body .req_self .req_head {
  color: #ff5805 !important;
  margin-bottom: 10px !important;
}

.cv_app_blocks.cv_app_blocksnew {
  border: none !important;
  padding: 0px;
  margin: 0;
}

.cv_cont.cv_contnew {
  border: 1px solid #ccc;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
}

.cv_cont.cv_contnew i.fa {
  color: #57baff;
}

.cv_cont.cv_contnew a {
  text-decoration: none;
}

.clearfix.skills_titles_1 h4 {
  color: #ff5805 !important;
  padding: 20px 0 5px 0 !important;
}

.body .postnew_jobs .newdesgncolr h2 {
  color: #ff5805 !important;
  text-transform: none;
  font-weight: 400;
}

.body .postnew_jobs .newdesgncolr p {
  color: #a79c57 !important;
}

body #sendingopts_div .recent_posts_jobs .pad30 {
  padding: 30px 50px;
}

body #sendingopts_div .recent_posts_jobs {
  border-bottom: 1px dashed #ccc;
  margin: 10px 0 0 0;
}

.send_to_alls {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px 0;
}

.overviewdivs {
  float: left;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

.overviewdivs .newspan10 {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: left;
}

.overviewdivs .sending_optionsblocks .light_text1 {
  padding: 0 0 10px;
  float: left;
}

.overviewdivs .sending_optionsblocks strong {
  margin: 0 10px 0 0;
  float: left;
}

.light_text1.bosdesnfees {
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #cccccc;
  margin: 10px 0;
  padding: 20px !important;
  width: 100%;
  background: #FBFBFB;
}

.a_jobs_files_null.breakdowncontd .row-fluid {
  margin: 0 0 20px;
}

.a_jobs_files_null.breakdowncontd .span2,
.a_jobs_files_null.breakdowncontd .span10 {
  min-height: auto;
}

.creatnewrolestep2 .light_text1 {
  display: inline-block;
  width: 86%;
}

.form_no_border div span {
  font-size: 14px;
  margin-right: 15px !important;
  margin-left: 5px !important;
  color: #000000;
}

.newdesgnvidapp .right_videosections span {
  margin-right: 15px !important;
  margin-left: 5px !important;
}

.removevideoclass {
  font-size: 11px !important;
}

.remove_declinesbtns {
  font-size: 11px;
  line-height: 11px;
}

.rolesvideobox .boxfixed2 {
  box-shadow: 0 0 3px transparent;
}

.rolesvideobox .boxfixed2 {
  border-color: #dddddd;
}

.rolesvideobox .boxfixed2.shortlisted {
  border-color: #ff5600;
  box-shadow: 0 0 3px #ff5600;
}

.rolesvideobox .profileImageActor img {
  border: 1px solid #dddddd;
}

.staredactor .span1 img {
  height: 120px !important;
  width: 120px !important;
}

#publicprofile .text-divider3 {
  margin: 25px 0;
}

body #publicprofile .recent_posts_jobs .summary_tabss {
  padding: 0 0 20px !important;
}

.newprfdesign.public_profile_dashboards dd {
  line-height: normal;
  margin-bottom: 12px;
  color: #5e5a59;
}

.newprfdesign.public_profile_dashboards dt {
  line-height: normal;
}

.newprfdesign.public_profile_dashboards .dl-horizontal dt {
  width: 240px;
}

.newprfdesign.public_profile_dashboards .dl-horizontal dd {
  margin-left: 240px;
}

#voicereels_pp .audio_responsive th {
  padding: 10px !important;
  font-size: 14px;
}

#voicereels_pp {
  float: left;
  width: 100%;
}

#sumarry_pp .dl-horizontal.span12 {
  margin: 0;
}

#credits_pp .creditstabletd .table td {
  border-bottom: 1px solid #dddddd;
  padding: 8px !important;
  text-align: left !important;
  background: #ffffff;
}

.public_profile_c.fullrightdivsd {
  margin: 0 !important;
}

.bs-docs-example dd a {
  word-wrap: break-word;
  color: #4ebaff;
  font-weight: normal;
}

.pubprfdiv {
  margin: 0 !important;
}

#publicprofile .thumbnails.gallery {
  margin: 0 !important;
}

#publicprofile #gallery-main li {
  width: 100% !important;
  margin: 0 !important;
}

#publicprofile .btn {
  padding: 0 12px !important;
  margin: 0 !important;
}

#publicprofile .public_profile_commonsection {
  margin: 0 0 20px 0 !important;
  float: left;
  width: 100%;
}

.divider1 {
  border-top: 2px solid #cccccc;
  float: left;
  margin: 20px 0;
  width: 100%;
}

body #activitylog .recent_posts_jobs .summary_tabss {
  padding: 0 0 20px !important;
}

.corrform .span4 {
  margin: 0 80px !important;
}

.corrform .select2-container .select2-choice {
  border-radius: 21px;
}

.corrform .select2-container-multi .select2-choices {
  min-height: 30px;
  padding: 2px !important;
  /*border-radius: 21px !important;*/
}

.corrform .playing_labels_divs input {
  margin-top: 3px !important;
}

.corrform .playing_labels_divs label {
  line-height: normal;
  width: 100%;
}

.divider3 {
  border-top: 1px dashed #cccccc;
  float: left;
  margin: 20px 0;
  width: 100%;
}

.corrform .accordion .accordion-toggle, .corrform .toggle-box a {
  width: 300px !important;
}

body .creditstabletd .table.tabledesgn td {
  background: #ffffff none repeat scroll 0 0 !important;
}

/* .tabletrtd_img img{
	 max-width: 70px;
    max-height: 80px;
    width: 100%;
    height: 80px;
} */
.newvidreels {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
}

.newvidreels .select2-container .select2-choice {
  border-radius: 21px;
}

.your_credits1.tabledesignnew td.empty {
  text-align: center;
}

.newdesgncolr h2 {
  color: #ff5805 !important;
  text-transform: noneimportant;
  font-weight: 400 important;
}

.newdesgncolr p {
  color: #a79c57 !important;
}

.title_paras {
  width: 100%;
  float: left;
  padding: 0;
}

body .title_paras p {
  padding: 0 !important;
}

.divider_dashed {
  border-top: 1px dashed #cccccc;
  float: left;
  width: 100%;
  margin: 20px 0;
}

.p-0 {
  padding: 0;
}

.paras_roless.paras_rolessnew .items {
  margin: 10px 0 0;
  font-size: 14px;
}

body .paras_rolessnew .recent_posts_jobs .summary_tabss {
  padding: 0 !important;
}

.rowroles {
  border-bottom: 1px dashed #cccccc;
  float: left;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0 0 20px 0;
}

.rowroles i {
  padding: 0 0 10px 0 !important;
  float: left;
  width: 100%;
}

.item_center_blocks.item_center_blocksnew .row-fluid.imp_note.newdesgncolr {
  width: 100%;
  float: left;
}

.a_jobs_files.a_jobs_filesnew {
  border: none;
}

.cartoon > img {
  margin: 0 20px 0 0;
  width: 95%;
}

.alert-info.form_alerts_infos {
  background-color: #3dbaff;
  border-color: #209ee4;
  color: #ffffff;
}

.actor_update_bios .accordion-group {
  border: none;
}

body .clearfix.actor_update_bios a {
  color: #ff5805;
}

.video_explainer {
  max-width: 742px;
  margin: 0 auto;
}

.corrform .span3.form3col {
  margin: 0 48px !important;
}

.actor_update_bios .m_lr {
  margin: 15px 0 0 30px !important;
}

.updatebio .accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

.updatebio .accordion-group.clearfix {
  max-width: 800px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.updatebio .accordion-heading {
  padding: 0 7px 10px 7px;
  display: inline-block;
  width: 100%;
}

.updatebio .rightcntspn {
  height: 25px;
  line-height: 23px;
  padding: 10px 0;
  width: auto;
  display: inline-block;
}

.updatebio .accordion.clearfix {
  margin: 0;
}

#Avatar_picture {
  width: 220px;
}

.leftgallerydiv {
  margin: 40px 0px 10px;
  max-width: 48%;
}

.galleryordernote {
  padding: 5px;
  max-width: 52%;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 40px;
  float: right;
}

.selftapebtn .tooltip .tooltip-arrow {
  display: none;
}

.selftapebtn .tooltip .tooltip-inner {
  background: #FFFFFF;
  border: 2px solid #FF8000;
  color: #000000;
  max-width: 300px !important;
  text-align: left;
}

.selftapebtn b {
  display: inline-block;
  margin: 4px 8px 0 0 !important;
}

#publicprofile .contentarea .btn {
  width: auto;

}

#myModal_sendmessage {
  height: 450px;
  margin-top: 40px;
}

#myModal_sendmessage .popup_inner_content {
  height: 375px !important;
  overflow: auto;
}

#sendmessage-form .select2-container .select2-choice {
  border-radius: 6px !important;
}

#shortlist-form .select2-container .select2-choice {
  border-radius: 6px !important;
}

#publicprofile .popup_inner_content .btn {
  max-width: 200px;
  width: 100%;
}

#myModal_addtoshortlist .modal-body .btn {
  max-width: 200px;
  width: 100%;
}

#shortlists {
  width: 100%;
  float: left;
}

#publicprofile .popup_inner_content .contentarea .btn {
  width: auto !important;
}

.rolesvideobox .wholemodel.favouriteVideo.span3 {
  border-color: #ff5600;
  box-shadow: 0 0 3px #ff5600;
}

.rolesvideobox .favrolesvid .checkboxfav {
  float: left;
  margin: 4px 8px 0 0 !important;
}

.rolesvideobox .favrolesvid .checkboxfavname {
  float: left;
  margin: 0 !important;
}

.audinrole.viewlinkbtnpa .btn {
  width: 130px;
}

body .video_apps_contents_rights .butsviwvid .btn.btn-large.btn-blue {
  max-width: 200px;
  width: 100% !important;
  font-size: 14px !important;
}

.applyforthisbtn .applylnk {
  width: 232px;
}

.selftapebtn.m-0 {
  margin: 0;
  padding: 0;
}

.closeapplylnk.btn.btn-orange.btn-normal.close_blue_btns {
  margin-left: 10px;
}

.body .stones .steppinstoneunder {
  color: #ff5805;
  font-weight: 500 !important;
}

.stepstonesimgs {
  margin: 35px 0px 0px;
}

.stepstonesimgs img {
  width: 160px
}

.notepostaud a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  text-shadow: none;
}

.rowroles .msg_btnbox .btn,
.rowroles .selftapebtn .btn {
  min-width: 110px;
}

.playboxright {
  border: 5px solid #ff5700;
  margin: 0 10px 0 0;
  padding: 10px;
}

.playboxright p {
  margin: 0;
}

.playboxright span {
  background: #e9e9e9 none repeat scroll 0 0;
  color: #334553;
  padding: 2px 0;
}

.righttopmar {
  margin-top: 30px;
}

.my_young_tabs .tab2drop .active a {
  color: #3D3B3C !important;
}

.my_young_tabs .nav.nav-tabs.my_castings_tabs a {
  color: #ff5805;
}

.my_young_tabs .child.notpaid {
  border-color: #C6D08F;
  box-shadow: 0 0 3px #C6D08F;
}

.my_young_tabs .child.paid {
  border-color: #ff5600;
  box-shadow: 0 0 3px #ff5600;
}

.my_young_tabs .child div {
  font-size: 14px;
}

.my_young_tabs .child h5 {
  color: #ff5805;
  font-size: 15px;
}

.my_young_tabs .child .activity_right {
  text-align: right;
}

.my_young_tabs .child .activity_right a {
  color: #76B6DE;
}

body .my_young_tabs .tab-content {
  border: none;
}

body .my_young_tabs .childboxdiiv {
  display: inline-block;
  float: none;
  margin: 0 auto;
  text-align: left;
}

body .my_young_tabs .childmainbox {
  text-align: center;
}

.my_young_tabs #avatar-upload {
  margin: 0 0 20px;
  padding: 20px 8px;
}

.paymentrtabsec {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
  padding: 0;
}

.paynowbtnpa {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}

.w_fmaily_barforms.clearfix {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  padding: 20px;
  margin: 30px 0 0 0px;
}

.w_fmaily_barforms label {
  float: left;
  width: 115px;
}

.w_fmaily_barforms input {
  float: left;
  margin-right: 40px;
  width: 165px !important;
}

.w_fmaily_barforms .alert.alert-error {
  width: 100%;
  float: left;
}

.childboxes .child {
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  width: 105px;
  margin: 0 10px;
}

.childboxes .child .becomeProfile {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  float: left;
  width: 100%;
}

.childboxes .child_status {
  background: #f5f5f5;
  border-radius: 5px;
}

.childboxes .child img {
  border-radius: 5px 5px 0 0;
}

.singlediv {
  float: left;
}

.singleaddbtn {
  float: left;
}

.w_young_update_bioforms .labellineht {
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.w_young_update_bioforms .linehtdivlab label {
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

body .playing_labels_divs {
  margin-bottom: 15px;
}

#manymanystuff .accordion-inner {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

#accordion_many_many .serch_drop .select2-choice {
  border-radius: 6px !important;
}

.corrform.updatebionews .accordion .accordion-toggle,
.corrform.updatebionews .toggle-box a {
  width: 520px !important;
}

.corrform.updatebionews .span4 {
  float: left;
  height: auto !important;
  line-height: normal !important;
  margin: 0 !important;
}

.u_showreelssections.tabledesignnew .table-bordered {
  table-layout: auto;
}

.body .stones .paymentopts h4 {
  max-width: 100% !important;
}

.paymentopts #formPaymentStep1 p {
  padding: 0;
}

.paymentopts .repeat_divpay {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}

.paymentopts .repeat_divpayinput input {
  float: left;
  margin: 5px 10px 0 0;
}

.paymentopts .repeat_divpaydata {
  float: left;
}

.paymentopts .offset0 {
  width: 100%;
  float: left;
}

.paymentopts .offset0 p {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}

.analyt-btn {
  text-align: right;
  margin-bottom: 10px;
}

/*-------------New page changes 21-1-2016 ends here-----------------*/

.modal-body .panel {
  margin-bottom: 30px;
  margin-top: 20px;
}

