@charset "utf-8";

/* -----------------------------------------------------------------
  1. Typography setup
-------------------------------------------------------------------*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
body{
  color: #FFF;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #131623;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}
p, ul, li {
  line-height: 1.7;
}
ul {
  list-style: disc;
}
blockquote {
  border-left: 5px solid #EF5350;
  margin: 40px 80px;
  padding-left: 20px;
}
blockquote ul {
  padding-left: 20px;
}
blockquote h4 {
  border-bottom: 1px solid;
  display: inline-block;
}
a {
  color: #FFF;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: inherit;
}
a:hover,
a:focus,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  outline: none;
}

button:focus {
  outline: none;
}

img {
  max-width:100%;
  border: none;
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.35714em;
  line-height: 1.16364em;
}
h2,
.h2 {
  font-size: 1.875em;
}
h3,
.h3 {
  font-size: 1.500em;
}
h4,
.h4 {
  font-size: 1.125em;
}
h5,
.h5 {
  font-size: 0.875em;
}
h6,
.h6 {
  font-size: 0.750em;
}
p {
  margin: 0 0 10px;
  font-size: 1em;
}
.lead {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.313em;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}




/* -----------------------------------------------------------------
  2. General CSS + marshall own reset
-------------------------------------------------------------------*/
.clearfix::after,
.clearfix::before,
.marshall-container::before,
.marshall-container::after,
[class^="marshall-col-"]::before,
[class^="marshall-col-"]::after,
.marshall-content-column::after,
.marshall-content-column::before,
.marshall-social-column::before,
.marshall-social-column::after,
.marshall-the_content::after,
.marshall-the_content::before,
.marshall-gallery::before,
.marshall-gallery::after,
.stay_connent_with_social::before,
.stay_connent_with_social::after,
.divided_or::before,
.divided_or::after,
.marshall-newsletter-content::before,
.marshall-newsletter-content::after,
.marshall-static-content::before,
.marshall-static-content::after,
.simply-countdown-column::before,
.simply-countdown-column::after {
  content: "";
  display: block;
  clear: both;
}
.marshall-container,
.marshall-social-column {
  width: 100%;
}
.bg-container {
  background-image: url(images/v7/blue-beach.jpg);
  background-size: cover;
  background-position: center;
}
.marshall-col-content {
  position: relative;
  z-index: 3;
}
.marshall-col-screen {
  z-index: 9;
}
.marshall-col-1,
.marshall-col-2,
.marshall-col-3,
.marshall-col-4,
.marshall-col-5,
.marshall-col-6,
.marshall-col-7,
.marshall-col-8,
.marshall-col-9,
.marshall-col-10,
.marshall-col-11,
.marshall-col-12 {
  float: left;
  min-height: 1;
  height: 100vh;
}
.marshall-col-1,
.marshall-col-1 .marshall-animate-content {
  width: 8.33333%;
}
.marshall-col-2,
.marshall-col-2 .marshall-animate-content{
  width: 16.6667%;
}
.marshall-col-3,
.marshall-col-3 .marshall-animate-content{
  width: 25%;
}
.marshall-col-4,
.marshall-col-4 .marshall-animate-content{
  width: 33.3333%;
}
.marshall-col-5,
.marshall-col-5 .marshall-animate-content{
  width: 41.6667%;
}
.marshall-col-6,
.marshall-col-6 .marshall-animate-content{
  width: 50%;
}
.marshall-col-7,
.marshall-col-7 .marshall-animate-content{
  width: 58.3333%;
}
.marshall-col-8,
.marshall-col-8 .marshall-animate-content{
  width: 66.6667%;
}
.marshall-col-9,
.marshall-col-9 .marshall-animate-content{
  width: 75%;
}
.marshall-col-10,
.marshall-col-10 .marshall-animate-content{
  width: 83.3333%;
}
.marshall-col-11,
.marshall-col-11 .marshall-animate-content{
  width: 91.6667%;
}
.marshall-col-12,
.marshall-col-12 .marshall-animate-content{
  width: 100%;
}
.marshall-position{
  position: relative;
}
.special_title {
  font-family: 'Ranga', cursive;
}
.marshall-btn {
  background-color: #82BC00;
  border-radius: 0;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 7px 30px 8px;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  color: #FFF;
  border: 1px solid #82BC00;
}
.marshall-btn.marshall-btn-text {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 7px 30px;
  border-color: transparent;: 
}
.marshall-btn i {
  margin-right: 5px;
  -webkit-transition: all 0.4 ease 0s;
  transition: all 0.4 ease 0s;
}
.marshall-btn:hover, 
.marshall-btn:focus, 
.marshall-btn:active {
  background-color: transparent;
  border-style: dashed;
}
.marshall-btn.marshall-btn-text:hover, 
.marshall-btn.marshall-btn-text:focus, 
.marshall-btn.marshall-btn-text:active {
  color: #fff;
}
.marshall-btn.marshall-btn-text:hover i,
.marshall-animate-open.marshall-btn i{
  color: #82BC00;
}
.marshall-hide {
  display: none;
}
.bottom-separator {
  border-bottom: 1px solid #e2e2e2;
  margin: 60px auto;
  opacity: 0.7;
  width: 100%;
}
body.bg-white {
  background-color: #FFF;
  color: #232428;
}
.fat_title {
  font-size: 2.7em;
  font-weight: 800;
}
.content_overley {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.bg-content-rgba {
  background-color: rgba(0,0,0,0.8);
}
body.mrs-white .morph-button-modal-2 > button, 
body.mrs-white .morph-button-modal-2 .morph-content {
  background-color: #232428;
  color: #fff;
}
.marshall-col-10.marshall-middle-10.marshall-col-content {
  margin-left: 8.3%;
  text-align: center;
}


/* -----------------------------------------------------------------
  3. fixed close button
-------------------------------------------------------------------*/
.marshall-content-close {
  background-color: #333;
  border: 0 none;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
  color: #FFF;
  display: none;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  cursor: pointer;
}
.marshall-content-close:hover {
  font-size: 1.1em;
  line-height: 45px;
}
.marshall-content-close i.fa {
  left: 50%;
  line-height: 20px;
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%) translateX(-50%);
}
.marshall-content-close.fixed_color_changed {
  background-color: #FFF;
  color: #333;
}


/* -----------------------------------------------------------------
  3. Loader
-------------------------------------------------------------------*/
.marshall-loading-screen {
  background-color: #333;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99999;
}
.marshall-loading-icon {
  display: table;
  height: 100%;
  position: absolute;
  width: 100%;
}
.marshall-loading-inner {
  display: table-cell;
  vertical-align: middle;
}
.marshall-load {
  background-color: #82BC00;
  border-radius: 50%;
  height: 60px;
  margin: auto;
  position: relative;
  width: 60px;
}
.marshall-load::before {
  background-color: transparent;
  border: 2px dashed #fff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: linear;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: top 0.4s,left 0.4s,right 0.4s,bottom 0.4s, border-width 0.4s ease 0.4s;
  -webkit-transition: top 0.4s,left 0.4s,right 0.4s,bottom 0.4s, border-width 0.4s ease 0.4s;
  animation: 4s linear 0s normal none infinite running spinnerRotate;
  -webkit-animation: 4s linear 0s normal none infinite running spinnerRotate;
}
.marshall-load::after {
  content: attr(data-name);
  font-size: 1.8em;
  font-weight: 700;
  line-height: 57px;
  color: #FFF;
}



/* -----------------------------------------------------------------
  4. Content Column
-------------------------------------------------------------------*/
.marshall-content-column {
  height: 100vh;
  margin-left: 15%;
  position: relative;
  width: 70%;
  display: table;
}



/* -----------------------------------------------------------------
  5. Logo
-------------------------------------------------------------------*/
.marshall-logo {
  margin-left: 15%;
  margin-top: 35px;
  position: absolute;
}
.marshall-logo img {
  display: inline-block;
  max-width: 130px;
}



/* -----------------------------------------------------------------
  6. Content
-------------------------------------------------------------------*/
.marshall-content {
  display: block;
  margin-left: 15%;
  position: absolute;
  top: 50%;
  visibility: visible;
  width: 70%;
}
.marshall-button-group {
  margin-top: 40px;
}
.marshall-button-group .marshall-btn,
.marshall-button-group .marshall-btn-text {
  margin: 0;
}
.marshall-content.css-center {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------------------------------
  7. Social Links
-------------------------------------------------------------------*/
.marshall-social-column {
  bottom: 15px;
  left: 15%;
  position: absolute;
  width: 70%;
}
.marshall-social-column p {
  display: inline-block;
  margin-bottom: 0;
}
ul.marshall-social-links {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 0 10px;
  padding: 0;
}
ul.marshall-social-links li {
  display: inline-block;
}
.marshall-social-links a {
  padding: 0 6px;
  display: block;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.marshall-social-links a:hover {
  -webkit-transform: translate3d(0px, -2px, 0px);
  transform: translate3d(0px, -2px, 0px);
  color: #82BC00;
}


/* -----------------------------------------------------------------
  8. Fit column => Thumb, Canvas, Video etc
-------------------------------------------------------------------*/
.marshall-fit-column {
  background-image: url("images/art.jpg");
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}


/* -----------------------------------------------------------------
  9. Content Column
-------------------------------------------------------------------*/
.marshall-animate-content {
  background-color: #fff;
  backface-visibility: hidden;
  height: 100%;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  visibility: hidden;
}
.marshall-screen-left .marshall-animate-content {
  right: inherit;
  left: 0;
}

.marshall-main-content {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  overflow: auto;
  width: 100%;
}
#marshall-details {
  width: 50%;
}
.mrs-active {
  visibility: visible;
  z-index: 1;
}
@-webkit-keyframes scaleDown {
  from { opacity: 1; -webkit-transform: scale(1); }
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleDown {
  from { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  to { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}
@-webkit-keyframes moveToRight { 
  from { -webkit-transform: translateX(100%) }
  to { -webkit-transform: translateX(0%); }
}
@keyframes moveToRight { 
  from { -webkit-transform: translateX(100%); transform: translateX(100%); }
  to { -webkit-transform: translateX(0%); transform: translateX(0%); }
}
.mrs-moveToRight {
  -webkit-animation: moveToRight .6s ease 0s both;
  animation: moveToRight .6s ease 0s both;
}
.mrs-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.marshall-the_content {
  background-color: #fff;
  padding: 40px 50px 20px;
  color: #808080;
}
.marshall-the_content a {
  color: #808080;
}
.marshall-works-details {
  margin-top: 45px;
}
.marshall-the_content h2 {
  color: #252525;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.marshall-the_content > h2 span {
  color: #82BC00;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
  right: 0;
}
#mCSB_1_scrollbar_vertical {
  right: calc(100% - 10px);
}


/* -----------------------------------------------------------------
  11. Contact area
-------------------------------------------------------------------*/
.mrs-contact-us {
  padding-top: 60px;
}
.contact-information {
  margin-top: 50px;
}
.contact-information > h3 {
  margin-bottom: 10px;
}
.single-contact-info h4 {
  color: #252525;
  margin-top: 25px;
}
.mrs-contact-form {
  margin: auto;
  position: relative;
  width: 100%;
}
.single-cform-item label {
  cursor: pointer;
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
}
.single-cform-item input,
.single-cform-item textarea {
  background-color: transparent;
  font-size: 15px;
  line-height: 1.3;
  padding: 10px 10px 10px 0;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  width: 100%;
}
.single-cform-item {
  margin-bottom: 40px;
  position: relative;
}
.single-cform-item::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s width ;
  -moz-transition: 0.4s width ;
  transition: 0.4s width ;
}
.single-cform-item textarea {
  box-sizing: border-box;
  min-height: 38px;
  overflow-x: hidden;
  line-height: 1.5;
}
#mrs_submit {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 14px;
  overflow: hidden;
  padding: 12px 40px;
  position: relative;
  text-transform: uppercase;
  width: auto;
  z-index: 1;
}
#mrs_submit:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#mrs_submit:hover,
#mrs_submit:active,
#mrs_submit:focus {
  color: #333;
}
#mrs_submit:hover:after,
#mrs_submit:active:after,
#mrs_submit:focus:after {
  height: 160px;
  opacity: 1;
}
#mrs_submit:active:after {
  height: 400%;
  opacity: 1;
}
@keyframes fullWidth {
  to {
      width: 100%;
  }
}
@-webkit-keyframes fullWidth {
 to {
      width: 100%;
  }
}
.single-cform-item.active_item::before {
  -webkit-animation-name: fullWidth;
  animation-name: fullWidth;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
#mrs-form label.error {
  color: #fc5152;
}
#mrs-form label.valid i {
  color: #2ccdae;
}
#mrs-form label.error a {
  display: block;
}
.contact-alert-message {
  width: 100%;
  overflow: hidden;
}
#mail_success,
#mail_fail {
  display: none;
}
.contact-alert-message {
  padding: 35px 0 25px;
  text-align: center;
}
#mail_fail i {
  color: #ff0000;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
#mail_success i {
  color: #2eb267;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}
.mrs-single-heading > h2 {
  color: #252525;
  margin-top: 0;
}

.form_loader {
  -webkit-animation: 3s linear 0s normal none infinite running spinnerRotate;
  animation: 3s linear 0s normal none infinite running spinnerRotate;
  background-color: transparent;
  background-image: url("images/loading.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 9px;
  content: "";
  display: block;
  height: 20px;
  left: 156px;
  position: absolute;
  transform: scale(0);
  width: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.form_loader.mcform_submitting {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}



/* -----------------------------------------------------------------
  13. Footer
-------------------------------------------------------------------*/
.footer-copyright {
  margin-top: 60px;
}
.footer-copyright p{
  margin: 0;
}
.position_footer {
  bottom: 10px;
  left: 40px;
  position: absolute;
  z-index: 3;
}



/* -----------------------------------------------------------------
  14. Preset Animation Timting
-------------------------------------------------------------------*/
.fast {
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.fast-medium {
  animation-delay: 1s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.medium {
  animation-delay: 1.3s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.medium-fast {
  animation-delay: 1.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.slow {
  animation-delay: 1.6s;
  animation-duration: 0.9s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}
.fast-child-1 {
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-2 {
  animation-delay: 1.1s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-3 {
  animation-delay: 1.3s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-4 {
  animation-delay: 1.4s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-5 {
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-6 {
  animation-delay: 1.6s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-7 {
  animation-delay: 1.7s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-8 {
  animation-delay: 1.8s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-9 {
  animation-delay: 1.9s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
.fast-child-10 {
  animation-delay: 2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}



/* -----------------------------------------------------------------
  *. v2
-------------------------------------------------------------------*/
.align-center {
  text-align: center;
}
.align-center .marshall-logo {
  margin-left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inner-content {
  display: block;
  margin-left: 15%;
  position: absolute;
  top: 50%;
  visibility: visible;
  width: 73%;
}
.inner-content.css-center {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mrs-v2 .marshall-animate-content::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.inner-content .big_title {
  color: #fff;
}



/* -----------------------------------------------------------------
  *. V5
-------------------------------------------------------------------*/
.marshall-screen-left .marshall-logo {
  margin-left: 40px;
  margin-top: 20px;
  width: 120px;
  z-index: 3;
}
.marshall-screen-left .marshall-logo img {
  max-width: 100%;
  width: 100%;
}
.marshall-screen-left .marshall-social-column {
  left: 40px;
  z-index: 3;
  color: #FFF;
}
.stay_connent_with_social {
  margin-top: 45px;
  text-align: center;
}
.single_large_title {
  font-family: inherit;
  font-size: 2.3em;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
}
.single_large_title:first-child {
  margin-top: 0;
}
.big_title {
  color: #1e60ec;
  font-size: 3.5em;
}
.short_description {
  margin: 35px auto auto;
  text-align: center;
}
.mrs-v5 .short_description {
  margin: 15px auto auto;
  width: 85%;
}
.mrs-v5 .short_description a { color:#000; }
.mrs-v5 .short_description a:hover { color:#80bd02; }
.stay_connent_with_social h5 {
  color: #2c3346;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.stay_connent_with_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.stay_connent_with_social li {
  display: inline-block;
}
.stay_connent_with_social li a {
  border-radius: 40px;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1;
  margin: 0 5px;
  padding: 10px 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.stay_connent_with_social li a:hover,
.stay_connent_with_social li a:focus,
.stay_connent_with_social li a:active {
  color: #FFF;
} 
.stay_connent_with_social li a i {
  margin-right: 7px;
}
.tel_social {
  background-color: #989898;
}
.tel_social:focus,
.tel_social:active,
.tel_social:hover {
  background-color: #151515;
}
.fb_social {
  background-color: #3b5999;
}
.tw_social{
  background-color: #55acef;
}
.gp_social{
  background-color: #E14A39;
}
.fb_social:focus,
.fb_social:active,
.fb_social:hover {
  background-color: #3189CE;
}
.tw_social:hover,
.tw_social:focus,
.tw_social:active {
  background-color: #263D6F;
}
.gp_social:hover,
.gp_social:focus,
.gp_social:active{
  background-color: #C23121;
}
.divided_or {
  border-top: 1px solid #e9eaee;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.divided_or span {
  background-color: #fff;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  transform: translateY(-14px) translateX(-50%);
}
.default_mrs_newsletter {
  text-align: center;
}
.default_mrs_newsletter .marshall-newsletter-content input {
  border-radius: 40px;
  margin: auto auto 20px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 90%;
}
.default_mrs_newsletter .marshall-newsletter-content .marshall_submit {
  background-color: #1c52ce;
  border-radius: 30px;
  margin-top: 20px;
  width: 40%;
}
.default_mrs_newsletter .marshall-newsletter-content {
  margin-top: 30px;
  width: 90%;
}
.mrs-v5 .marshall-col-content {
  min-height: 620px;
  overflow: auto;
}
.default_mrs_newsletter .marshall-newsletter-content input:focus {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.marshall-screen-left .position_footer {
  color: #FFF;
}
.marshall-col-7 .marshall-content {
  width: 73%;
}
.marshall-video-trailer {
  background-image: url("images/v7/square.jpg");
  background-position: center center;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.3);
  height: 160px;
  margin-top: 35px;
  overflow: hidden;
  position: relative;
  width: 250px;
}
.marshall-video-trailer a {
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-size: 4em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.marshall-video-trailer a:hover,
.marshall-video-trailer a:focus,
.marshall-video-trailer a:active {
  color: rgba(0, 0, 0, 0.9);
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}




/* -----------------------------------------------------------------
  *. Static Content
-------------------------------------------------------------------*/
.marshall-static-content {
  height: 100vh;
  position: relative;
  width: 100%;
}
.marshall-full-contact-area {
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.marshall-full-contact-area {
  background-color: #fff;
  border-radius: 5px;
  color: #232428;
  left: 50%;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.3);
}
.marshall-full-contact-area h5 {
  border-bottom: 1px solid #e9eaee;
  font-size: 1.5em;
  margin: 20px 0 0;
  padding-bottom: 20px;
  text-align: center;
}
.marshall-full-contact-area .stay_connent_with_social {
  margin-top: 25px;
}
.marshall-full-contact-area .divided_or {
  margin: 40px auto 30px;
  width: 80%;
}
.marshall-col-6.marshall-middle-6.marshall-col-content {
  margin-left: 25%;
  text-align: center;
}
.marshall-middle-6 .marshall-logo {
  left: 50%;
  margin-left: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.marshall-middle-6 .fat_title {
  font-size: 4em;
  font-weight: 800;
}
.marshall-middle-6 .stay_connent_with_social {
  bottom: 30px;
  left: 50%;
  margin-top: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.marshall-middle-6 .stay_connent_with_social h5 {
  color: #FFF;
}
.marshall-middle-6 .stay_connent_with_social li a {
  border-radius: 40px;
  display: inline-block;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 40px;
}
.marshall-middle-6 .stay_connent_with_social li a i {
  margin-right: 0;
}
.mrs-v8 .bg-container {
  background-image: url("images/v8/wave.jpg");
  height: 100%;
  position: absolute;
}




/* bottom reset */
.marshall-top-left {
  left: 40px;
  margin: 0 !important;
  top: 10px;
  right: inherit;
  position: absolute;
}
.marshall-top-right {
  position: absolute;
  right: 40px;
  top: 25px;
  left: inherit;
  margin: 0 !important;
}
.marshall-left-center {
  position: absolute;
  left: 40px;
  top: 50%;
  right: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.marshall-right-center {
  position: absolute;
  right: 40px;
  top: 50%;
  left: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.marshall-top-center {
  position: absolute;
  left: 50%;
  top: 15px;
  bottom: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.marshall-bottom-center {
  position: absolute;
  left: 50%;
  top: inherit;
  bottom: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}



.bg_pattern { display:block; width:100%; height:100%; background:url('images/bg_pattern.png'); }

ul.empresas { display:inline-block; width:100%; text-align:center; list-style:none; margin:0; padding:0; box-sizing:border-box; }
ul.empresas li { display:inline-block; width:48%; margin:10px 0; padding:25px; border:1px solid #dcdcdc; box-sizing:border-box; text-align:center; }
ul.empresas li:hover { background:#f1f1f1; }
ul.empresas li img { display:inline-block; vertical-align:top; margin:0 auto; max-width:70%; }

@media only screen and (max-width: 1200px) {
  .marshall-col-7 .marshall-content { width:100% !important; margin:0; }
}

@media only screen and (max-width: 1023px) {
  ul.empresas li { width:98%; }
}

/* Mobile Landscape */
@media screen and (max-width: 767px) {
  
}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {
  .divided_or span { left:35%; }
}