@font-face {
  font-family: 'Muli';
  src: url("../fonts/Muli.woff2") format("woff2"), url("../fonts/Muli.woff") format("woff"), url("../fonts/Muli.ttf") format("truetype"), url("../fonts/Muli.svg#Muli") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CentSchbkCyrill BT';
  src: url("../fonts/CenturySchlbkCyrillicBT-Roman.woff2") format("woff2"), url("../fonts/CenturySchlbkCyrillicBT-Roman.woff") format("woff"), url("../fonts/CenturySchlbkCyrillicBT-Roman.ttf") format("truetype"), url("../fonts/CenturySchlbkCyrillicBT-Roman.svg#CenturySchlbkCyrillicBT-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Muli';
  font-size: 15px;
  overflow-x: hidden;
}

.top-banner {
  background: url(../images/top-banner.jpg) repeat;
  background-size: cover;
  padding: 50px 0px;
  min-height: 100vh;
}

@media (max-width: 1035px) {
  .top-banner {
    padding-top: 0px;
    min-height: auto;
  }
}

.dt {
  display: table;
  width: 100%;
}

.dt.tlf {
  table-layout: fixed;
}

.disablescroll {
  overflow: hidden !important;
}

.link {
  color: #fff;
  border: none;
  padding: 8px 12px;
  border: 1px solid #fff !important;
  cursor: pointer;
  -webkit-transition: all .340s;
  transition: all .340s;
  font-family: 'CentSchbkCyrill BT';
  max-width: 120px;
  font-size: 14px;
  margin-top: 12px;
  display: block;
  text-align: center;
}

.link:hover {
  background: #fff;
  color: #17373f;
  text-decoration: none;
}

@media (max-width: 1035px) {
  .link {
    max-width: 120px;
    margin: auto;
    margin-top: 20px;
  }
}

.top-banner {
  font-family: 'CentSchbkCyrill BT';
  color: #54595f;
  font-size: 25px;
}

.top-banner .dt .dtc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1035px) {
  .top-banner .dt .dtc {
    display: block;
    text-align: center;
  }
}

.top-banner .dt .dtc .logo-section {
  text-align: left;
  min-height: 190px;
}

@media (max-width: 1200px) {
  .top-banner .dt .dtc .logo-section .logo {
    width: 420px;
    margin-top: 20px;
  }
}

.top-banner .dt .dtc .menu-section {
  min-height: 175px;
}

.top-banner .dt .dtc .menu-inner {
  text-align: left;
  background: #d9d9d9;
  display: inline-block;
  width: 80%;
  float: right;
  padding: 25px 0px;
  border: 1px solid #888888;
  border-right: none;
  position: relative;
  margin-top: 45px;
}

@media (max-width: 1200px) {
  .top-banner .dt .dtc .menu-inner {
    width: 100%;
  }
}

.top-banner .dt .dtc .menu-inner:after {
  position: absolute;
  left: -20px;
  top: -20px;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}

.top-banner .dt .dtc .menu-inner:before {
  position: absolute;
  left: -20px;
  bottom: -20px;
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
}

.top-banner .dt .dtc .menu-inner ul {
  list-style: none;
  margin-bottom: 0px;
}

.top-banner .dt .dtc .menu-inner ul li {
  display: inline-block;
}

.top-banner .dt .dtc .menu-inner ul li a {
  color: #000;
  display: block;
  line-height: auto;
  margin: 0px 12px;
  -webkit-transition: all .340s;
  transition: all .340s;
  font-size: 18px;
}

.top-banner .dt .dtc .menu-inner ul li a:hover {
  color: #288dbc;
  text-decoration: none;
}

.top-banner .dt .dtc .first-item {
  position: relative;
  top: -90px;
}

.top-banner .dt .dtc .first-item span {
  position: absolute;
  top: 5px;
  right: 187px;
  cursor: pointer;
}

.top-banner .dt .dtc .second-item {
  position: relative;
  top: 60px;
}

@media (max-width: 1320px) {
	.top-banner .dt .dtc .second-item {
	  top: 30px;
	}	
}

.top-banner .dt .dtc .second-item span {
  position: absolute;
  right: 240px;
  top: 33px;
  cursor: pointer;
}

.top-banner .dt .dtc .third-item {
  position: relative;
  top: 120px;
}


.top-banner .dt .dtc .third-item span {
  position: absolute;
  right: 330px;
  top: 70px;
  cursor: pointer;
}


/* @media (max-width: 1300px) {
	.top-banner .dt .dtc .third-item span {
		right: 250px;
    	top: 48px;
	}
} */



.top-banner .dt .dtc.statue-container {
  width: 300px;
  text-align: center;
}

@media (max-width: 1035px) {
  .top-banner .dt .dtc.statue-container {
    width: 100%;
  }
}

@media (max-width: 1035px) {
  .top-banner .dt .dtc.statue-container img {
    max-height: 500px;
  }
}

.top-banner .dt .dtc.statue-container .mobile-only-content {
  display: none;
}

@media (max-width: 1035px) {
  .top-banner .dt .dtc.statue-container .mobile-only-content {
    display: block;
    text-align: left;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.6);
  }
}

.top-banner .dt .dtc.statue-container .mobile-only-content ul {
  padding: 0px;
  margin: 0px;
  max-width: 50%;
  margin: auto;
}

@media (max-width: 600px) {
  .top-banner .dt .dtc.statue-container .mobile-only-content ul {
    max-width: 100%;
  }
}

.top-banner .dt .dtc.statue-container .mobile-only-content ul li {
  list-style: none;
  margin-bottom: 10px;
}

.top-banner .dt .dtc.statue-container .mobile-only-content ul li:last-child {
  margin-bottom: 0px;
}

.top-banner .dt .dtc:first-child {
  text-align: right;
}

@media (max-width: 1035px) {
  .top-banner .dt .dtc:first-child {
    display: none;
  }
}

.top-banner .dt .dtc:first-child .first-item,
.top-banner .dt .dtc:first-child .second-item,
.top-banner .dt .dtc:first-child .third-item {
  right: -50px;
}

.top-banner .dt .dtc:first-child .first-item span,
.top-banner .dt .dtc:first-child .second-item span,
.top-banner .dt .dtc:first-child .third-item span {
  padding: 0px 10px;
  -webkit-transition: all .440s;
  transition: all .440s;
}

.top-banner .dt .dtc:first-child .first-item span .item-inner,
.top-banner .dt .dtc:first-child .second-item span .item-inner,
.top-banner .dt .dtc:first-child .third-item span .item-inner {
  width: 220px;
  padding: 5px;
  opacity: 0;
  -webkit-transition: all .440s;
  transition: all .440s;
  position: absolute;
  top: 60px;
  right: 0px;
  border-top: 1px solid #737373;
  color: #737373;
  font-size: 12px;
  text-align: center;
  font-family: 'Muli';
}

@media (max-width: 1300px) {
  .top-banner .dt .dtc:first-child .first-item span .item-inner,
  .top-banner .dt .dtc:first-child .second-item span .item-inner,
  .top-banner .dt .dtc:first-child .third-item span .item-inner {
    right: auto;
    left: 0px;
  }
}

.top-banner .dt .dtc:first-child .first-item span:hover,
.top-banner .dt .dtc:first-child .second-item span:hover,
.top-banner .dt .dtc:first-child .third-item span:hover {
  background: #44d6a9;
  color: #fff;
}

.top-banner .dt .dtc:first-child .first-item span:hover .item-inner,
.top-banner .dt .dtc:first-child .second-item span:hover .item-inner,
.top-banner .dt .dtc:first-child .third-item span:hover .item-inner {
  opacity: 1;
  top: 36px;
}

.top-banner .dt .dtc:last-child {
  text-align: left;
}

@media (max-width: 1035px) {
  .top-banner .dt .dtc:last-child {
    display: none;
  }
}

.top-banner .dt .dtc:last-child .first-item,
.top-banner .dt .dtc:last-child .second-item,
.top-banner .dt .dtc:last-child .third-item {
  left: -50px;
}

.top-banner .dt .dtc:last-child .first-item span,
.top-banner .dt .dtc:last-child .second-item span,
.top-banner .dt .dtc:last-child .third-item span {
  padding: 0px 10px;
  -webkit-transition: all .440s;
  transition: all .440s;
}

.top-banner .dt .dtc:last-child .first-item span .item-inner,
.top-banner .dt .dtc:last-child .second-item span .item-inner,
.top-banner .dt .dtc:last-child .third-item span .item-inner {
  width: 220px;
  padding: 5px;
  opacity: 0;
  -webkit-transition: all .440s;
  transition: all .440s;
  position: absolute;
  top: 40px;
  left: 0px;
  border-top: 1px solid #737373;
  color: #737373;
  font-size: 12px;
  text-align: center;
  font-family: 'Muli';
}

@media (max-width: 1300px) {
  .top-banner .dt .dtc:last-child .first-item span .item-inner,
  .top-banner .dt .dtc:last-child .second-item span .item-inner,
  .top-banner .dt .dtc:last-child .third-item span .item-inner {
    left: auto;
    right: 0px;
  }
}

.top-banner .dt .dtc:last-child .first-item span:hover,
.top-banner .dt .dtc:last-child .second-item span:hover,
.top-banner .dt .dtc:last-child .third-item span:hover {
  background: #44d6a9;
  color: #fff;
}

.top-banner .dt .dtc:last-child .first-item span:hover .item-inner,
.top-banner .dt .dtc:last-child .second-item span:hover .item-inner,
.top-banner .dt .dtc:last-child .third-item span:hover .item-inner {
  opacity: 1;
  top: 36px;
}

.top-banner .dt .dtc:last-child .first-item span {
  position: absolute;
  right: auto;
  cursor: pointer;
}

.top-banner .dt .dtc:last-child .second-item span {
  position: absolute;
  right: auto;
  top: 40px;
  left: 232px;
  cursor: pointer;
  display: inline-block;
}

.top-banner .dt .dtc:last-child .third-item span {
  position: absolute;
  right: auto;
  cursor: pointer;
}

.title {
  font-size: 36px;
  margin-bottom: 30px;
  color: #2e2e2e;
  font-family: 'CentSchbkCyrill BT';
}

.title.white {
  color: #fff;
}

@media (max-width: 1035px) {
  .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.subtitle {
  font-size: 20px;
  margin-bottom: 16px;
  color: #65aaba;
  font-family: 'CentSchbkCyrill BT';
  line-height: 20px;
}

.subtitle.white {
  color: #fff;
}

@media (max-width: 1035px) {
  .subtitle {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 10px;
  }
}

.intro-section {
  padding: 65px 0px;
  background: #17373f;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1035px) {
  .intro-section {
    padding: 30px 0px;
    text-align: center;
  }
}

.intro-section .text {
  max-height: 350px;
  color: #cdcdcd;
  position: relative;
}

@media (max-width: 1035px) {
  .intro-section .text {
    overflow: auto;
    text-align: left;
  }
}

.intro-section .text:before {
  position: absolute;
  content: "";
  right: 3px;
  top: -6px;
  width: 10px;
  height: 10px;
  background: url(../images/scroller-arrow-top.png) no-repeat;
}

.intro-section .text:after {
  position: absolute;
  content: "";
  right: 3px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  background: url(../images/scroller-arrow-top.png) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.intro-section .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #1b6274;
  background-color: #1b6274;
  position: relative;
}

.intro-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #55818c;
  background-color: #55818c;
  border-radius: 0px;
  width: 8px;
}

.campus {
  background: url(../images/sor-campus.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50px 0px;
}

.campus .content-blocks {
  padding: 7px;
  border: 2px dashed #a0a0a0;
  margin-bottom: 30px;
}

@media (max-width: 1035px) {
  .campus .content-blocks {
    margin-bottom: 10px;
    padding: 3px;
    border: 1px dashed #a0a0a0;
  }
}

.campus .content-blocks .block-inner {
  background: rgba(92, 92, 92, 0.7);
  padding: 20px;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all .340s;
  transition: all .340s;
}

.campus .content-blocks .block-inner:hover {
  background: #5c5c5c;
}

@media (max-width: 1035px) {
  .campus .content-blocks .block-inner {
    padding: 10px;
  }
}

.artist {
  background: #201338;
  color: #fff;
}

.artist .row {
  margin: 0px;
}

.artist .text {
  color: #cdcdcd;
  font-size: 14px;
}

.artist .artist-inner {
  padding-left: calc((100vw - 1120px) / 2);
}

@media (max-width: 1035px) {
  .artist .artist-inner {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
  }
}

.artist .artist-mobile-image img {
  display: none;
}

@media (max-width: 845px) {
  .artist .artist-mobile-image img {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media (max-width: 845px) {
  .artist .artist-desktop-image {
    display: none;
  }
}

.artist .link {
  margin-top: 35px;
  display: block;
}

.renderings {
  padding: 60px 0px;
}

@media (max-width: 1035px) {
  .renderings {
    padding: 40px 0px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1035px) {
  .renderings .row {
    display: block !important;
  }
}

@media (max-width: 1035px) {
  .renderings .rrr-slider {
    width: 100% !important;
    max-width: 500px;
    margin: auto;
  }
}

.renderings .rend-thumbmails a {
  margin-bottom: 10px;
  border: 3px solid transparent;
  display: block;
}

.renderings .rend-thumbmails a.active {
  border: 3px solid #5e8da3;
  padding: 0px;
  display: inline-block;
}

@media (max-width: 1035px) {
  .renderings .rend-thumbmails {
    display: none;
  }
}

.renderings .large {
  background: url(../images/rendering-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 35px;
}

@media (max-width: 1035px) {
  .renderings .large {
    padding: 0px;
  }
}

.renderings .large img {
  display: none;
}

@media (max-width: 1035px) {
  .renderings .large img {
    display: inline-block;
    max-width: 100%;
  }
}

.renderings .large img:first-child {
  display: block;
}

.renderings .slick-dots {
  position: absolute;
  left: 0px;
  bottom: -30px;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.renderings .slick-dots li {
  display: inline-block;
}

.renderings .slick-dots li button {
  background: #2e2e2e;
  border: none;
  outline: none;
  font-size: 0px;
  width: 12px;
  height: 12px;
  margin: 4px;
  border-radius: 50%;
}

.renderings .slick-dots li.slick-active button {
  background: #5e97a3;
}

.contact-section {
  background: #5e97a3;
  padding: 60px 0px;
}

@media (max-width: 1035px) {
  .contact-section {
    padding: 40px 0px;
  }
}

.contact-section .title {
  color: #fff;
}

.contact-section .c-wrapper {
  margin-top: 20px;
  text-align: center;
  max-width: 900px;
  margin: auto;
  font-size: 0px;
}

.contact-section .form-field {
  width: 50%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 12px;
}

@media (max-width: 1035px) {
  .contact-section .form-field {
    width: 100%;
    margin-bottom: 0px;
  }
}

.contact-section .form-field.full {
  display: block;
  width: 100%;
}

.contact-section .form-field input {
  border: none;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  background: none;
  color: #fff;
  outline: none;
}

.contact-section .form-field input::-webkit-input-placeholder {
  color: #d3d3d3;
}

.contact-section .form-field input:-ms-input-placeholder {
  color: #d3d3d3;  /* b3b3b3 */
}

.contact-section .form-field input::-ms-input-placeholder {
  color: #d3d3d3;
}

.contact-section .form-field input::placeholder {
  color: #d3d3d3;
}

.contact-section .form-field textarea {
  border: none;
  border-bottom: 1px solid #b3b3b3;
  width: 100%;
  font-size: 16px;
  padding: 5px;
  background: none;
  color: #fff;
  outline: none;
  resize: none;
  width: 100%;
}

.contact-section .form-field textarea::-webkit-input-placeholder {
  color: #d3d3d3;
}

.contact-section .form-field textarea:-ms-input-placeholder {
  color: #d3d3d3;
}

.contact-section .form-field textarea::-ms-input-placeholder {
  color: #d3d3d3;
}

.contact-section .form-field textarea::placeholder {
  color: #d3d3d3;
}

.contact-section .form-field .nice-select {
  display: block;
  float: none;
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0px;
  padding: 4px 6px;
}

.contact-section .form-field .nice-select ul {
  width: 100%;
  max-height: 200px;
  overflow: auto;
}

.contact-section .form-field .nice-select .current {
  color: #d3d3d3;
}

.contact-section .form-field .nice-select:after {
  border-bottom: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
}

.contact-section .form-field .submit {
  color: #fff;
  border: none;
  padding: 10px;
  border: 1px solid #fff !important;
  cursor: pointer;
  -webkit-transition: all .340s;
  transition: all .340s;
  font-family: 'CentSchbkCyrill BT';
  max-width: 120px;
  font-size: 22px;
  margin-top: 15px;
}

.contact-section .form-field .submit:hover {
  background: #fff;
  color: #b3b3b3;
}

.contact-section .form-field.nice-select-wrapper {
  position: relative;
  z-index: 1;
}

footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  border-top: 1px solid #e0e0e0;
  padding: 60px 0px;
  padding-bottom: 0px;
}

@media (max-width: 1035px) {
  footer {
    padding-top: 30px;
  }
}

footer .dt {
  max-width: 620px;
  margin: auto;
}

@media (max-width: 1035px) {
  footer .dt {
    max-width: 200px;
  }
}

footer .dt .dtc {
  border-right: 1px solid #e0e0e0;
  display: table-cell;
  vertical-align: middle;
  color: #e0e0e0;
  padding: 0px 20px;
  width: 118px;
}

@media (max-width: 1035px) {
  footer .dt .dtc {
    width: 100%;
    padding: 10px 0px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}

footer .dt .dtc:first-child {
  width: 100px;
}

@media (max-width: 1035px) {
  footer .dt .dtc:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}

footer .dt .dtc:first-child a:hover {
  color: #44d6a9;
}

footer .dt .dtc:last-child {
  border-right: none;
  width: 90px;
}

@media (max-width: 1035px) {
  footer .dt .dtc:last-child {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding-top: 20px;
  }
}

footer .dt .dtc:last-child a:hover {
  text-decoration: none;
  color: #44d6a9;
}

footer .dt .dtc a {
  display: block;
  color: #e0e0e0;
  margin-bottom: 12px;
}

@media (max-width: 1035px) {
  footer .dt .dtc a {
    margin-bottom: 3px;
    font-size: 13px;
  }
}

footer .very-bottom {
  background: #d39377;
  padding: 10px;
  text-align: center;
  color: #cccccc;   /* ede7e5  */
  margin-top: 60px;
  font-size:12px;
}

@media (max-width: 1035px) {
  footer .very-bottom {
    margin-top: 20px;
    font-size: 12px;
  }
}

#nav-icon1 {
  width: 60px;
  height: 45px;
  /* margin-right: 20px; */
  float: right;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  z-index: 101;
}

#nav-icon1.open span {
  background: #fff;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobile-header {
  display: none;
}

@media (max-width: 1035px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .dt {
    table-layout: fixed;
  }
  .mobile-header .dt .dtc {
    display: table-cell !important;
  }
  .mobile-header .dt .dtc:first-child {
    text-align: left;
  }
  .mobile-header .dt .dtc:first-child .logo {
    max-width: 75%;
  }
}

@media (max-width: 1035px) and (max-width: 600px) {
  .mobile-header .dt .dtc:first-child .logo {
    max-width: 220px;
  }
}

@media (max-width: 1035px) {
  .mobile-header .dt .dtc:last-child {
    text-align: right;
  }
  .mobile-header .dt .dtc:last-child ul {
    display: none;
    position: fixed;
    position: fixed;
    padding: 0px;
    margin: 0px;
    bottom: 0px;
    right: 0px;
    width: 280px;
    top: 0px;
    text-align: center;
    padding-top: 80px;
    background: rgba(0, 0, 0, 0.73);
    z-index: 99;
  }
  .mobile-header .dt .dtc:last-child ul li {
    list-style: none;
  }
  .mobile-header .dt .dtc:last-child ul li a {
    color: #fff;
    padding: 10px 0px;
    display: block;
  }
}

.sor-links {
  position: relative;
  left: 0px;
  bottom: 72px;
  font-size: 20px;
}

.sor-links.dt {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.sor-links.dt .dtc {
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 992px) {
  .sor-links.dt .dtc {
    padding: 0px 10px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .sor-links {
    font-size: 18px;
    bottom: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .sor-links {
    font-size: 15px;
  }
}

.sor-links .day-night-slider {
  padding-right: 8em;
}

@media (max-width: 992px) {
  .sor-links .day-night-slider {
    padding-right: 0px;
  }
}

.sor-links .exp-video {
  padding-left: 8em;
}

@media (max-width: 992px) {
  .sor-links .exp-video {
    padding-left: 0px;
  }
}

.sor-links .campus-link {
  cursor: pointer;
  -webkit-transition: all .340s;
  transition: all .340s;
}

.sor-links .campus-link:hover {
  color: #d9d9d9;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

.modal-backdrop.show {
  opacity: .8;
}

#slidermodal .modal-dialog,
#videomodal .modal-dialog {
  border: 1px solid #fff;
}

@media (min-width: 576px) {
  #slidermodal .modal-dialog,
  #videomodal .modal-dialog {
    max-width: 80%;
  }
}

@media (max-width: 600px) {
  #slidermodal .modal-dialog,
  #videomodal .modal-dialog {
    max-width: 90%;
    margin: auto;
  }
}

#slidermodal .modal-content,
#videomodal .modal-content {
  border-radius: 0px;
}

#slidermodal .modal-body,
#videomodal .modal-body {
  padding: 0px;
  position: relative;
}

#slidermodal .modal-body img,
#videomodal .modal-body img {
  width: 100% !important;
}

#slidermodal .modal-body .close,
#videomodal .modal-body .close {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  background: #fff;
  z-index: 11;
  width: 30px;
  height: 30px;
  line-height: 0px;
  padding-bottom: 7px;
}

#slidermodal .modal-body .close:hover,
#videomodal .modal-body .close:hover {
  color: #000;
}

#slidermodal .moslide,
#videomodal .moslide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
/*# sourceMappingURL=main.css.map */