@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Orbitron';

.container {
  max-width: 1000px;
}
main {
  margin-top: 50px;
}
body {
  background: url('../img/bg_pic1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
  height: 100vh;
  color: white;
}
p {
  font-weight: 200;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.35;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', sans-serif;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 25px;
}
h3 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin: 15px auto;
}
h6 {
  font-size: 20px
}
a {
  color: white;
  text-decoration: none !important;
  transition: all 0.8s ease;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
a:focus, a:hover {
    color: rgb(249, 15, 141);
}
img {
  width: 100%;
}
.fontBlack {
  color: black;
}
.fontItalic {
  font-style: italic;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.clearB {
  clear: both;
}
.noPadd {
  padding: 0;
}
.noPaddR {
  padding-right: 0;
}
.noPaddL {
  padding-left: 0;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.margAuto {
  margin: 0 auto;
}
.yellowColor {
  color: #FFD700;
}
.aquaColor {
  color: #5ae2e6;
}
.pinkColor {
  color: #ff69b4;
}
.blueColor {
  color: #1E90FF;
}
.tTUppercase {
  text-transform: uppercase;
}
.semi-black-wrapper {
  padding: 20px;
  background: rgba(0,0,0,0.7);
}
.margBot20 {
  margin-bottom: 20px;
}
#mainLogo {
  max-width: 350px;
}
#mainNav {
  padding: 20px 0;
  padding-top: 40px;
  margin-bottom: 30px;
}
#mainNav ul {
  margin: 0;
  text-align: right;
  list-style: none;
}
#mainNav ul li {
  display: inline-block;
  margin-right: 10px;
}
#mainNav ul li a {
  font-family: 'Open Sans', sans-serif;
}
#mainFooter {
  padding: 33px 0;
}
.socialIconsBTM ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.socialIconsBTM ul li {
  display: inline-block;
  margin-right: 6px;
}
#mainFooter .socialIconsBTM ul li a {
  width: 36px;
  height: 36px;
  display: block;
}
#mainFooter .socialIconsBTM ul li #fbSoc {
  background: url('http://www.nceventlighting.com/img/soc_icon_1.png');
  background-repeat: no-repeat;
  background-position: top;
}
#mainFooter .socialIconsBTM ul li #twitterSoc {
  background: url('http://www.nceventlighting.com/img/soc_icon_2.png');
  background-repeat: no-repeat;
  background-position: top;
}
#mainFooter .socialIconsBTM ul li #gPlusSoc {
  background: url('http://www.nceventlighting.com/img/soc_icon_3.png');
  background-repeat: no-repeat;
  background-position: top;
}
#mainFooter .socialIconsBTM ul li #gPlusSoc:hover, #mainFooter .socialIconsBTM ul li #twitterSoc:hover, #mainFooter .socialIconsBTM ul li #fbSoc:hover {
  background-position: 0 -40px;
}
#mainFooter p {
  text-align: right;
  margin-top: 6px;
}
#mainPageBlocks {
  margin: 50px auto;
  margin-top: 30px;
  text-align: center;
  min-height: 320px;
}
.mainPageBlock {
  width: 218px;
  height: 296px;
  background: black;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.mainPageBlock.first1 {
  background: url('http://www.nceventlighting.com/img/banner1_bg.jpg');
  -webkit-box-shadow: 0px 0px 10px #ff3ede;
  -moz-box-shadow: 0px 0px 10px #ff3ede;
  box-shadow: 0px 0px 10px #ff3ede;
  transition: box-shadow 0.5s ease;
  cursor: pointer;
}
.mainPageBlock.first1:hover {
    border: 4px solid #ff3ede;
    -webkit-box-shadow: 0px 0px 10px #ff3ede;
    -moz-box-shadow: 0px 0px 50px #ff3ede;
    box-shadow: 0px 0px 50px #ff3ede;
}
.mainPageBlock.first1 h3 {
  color: #d02482;
}
.mainPageBlock.second1 {
  background: url(../img/banner2_bg.jpg) 0 0 no-repeat;
  -webkit-box-shadow: 0px 0px 10px #5ae2e6;
  -moz-box-shadow: 0px 0px 10px #5ae2e6;
  box-shadow: 0px 0px 10px #5ae2e6;
  transition: box-shadow 0.5s ease;
  cursor: pointer;
}
.mainPageBlock.second1:hover {
  border: 4px solid #5ae2e6;
  -webkit-box-shadow: 0px 0px 50px #5ae2e6;
  -moz-box-shadow: 0px 0px 50px #5ae2e6;
  box-shadow: 0px 0px 10px #5ae2e6;
}
.mainPageBlock.second1 h3 {
  color: #5ae2e6;
}
.mainPageBlock.third1 {
  background: url(../img/banner3_bg.jpg) 0 0 no-repeat;
  -webkit-box-shadow: 0px 0px 10px #1fe484;
  -moz-box-shadow: 0px 0px 10px #1fe484;
  box-shadow: 0px 0px 10px #1fe484;
  transition: box-shadow 0.5s ease;
  cursor: pointer;
}
.mainPageBlock.third1:hover {
  border: 4px solid #1fe484;
  -webkit-box-shadow: 0px 0px 50px #1fe484;
  -moz-box-shadow: 0px 0px 50px #1fe484;
  box-shadow: 0px 0px 50px #1fe484;
}
.mainPageBlock.third1 h3 {
  color: #1fe484;
}
.mainPageBlock.fourth1 {
  background: url(../img/banner4_bg.jpg) 0 0 no-repeat;
  -webkit-box-shadow: 0px 0px 10px #e5f127;
  -moz-box-shadow: 0px 0px 10px #e5f127;
  box-shadow: 0px 0px 10px #e5f127;
  margin-right: 0;
  transition: box-shadow 0.5s ease;
  cursor: pointer;
}
.mainPageBlock.fourth1:hover {
  border: 4px solid #e5f127;
  -webkit-box-shadow: 0px 0px 50px #e5f127;
  -moz-box-shadow: 0px 0px 50px #e5f127;
  box-shadow: 0px 0px 50px #e5f127;
}
.mainPageBlock.fourth1 h3 {
    color: #e5f127;
}
.mainPageBlock h3 {
    color: white;
    text-align: left;
    line-height: 1.3;
    font-size: 24px;
    text-transform: uppercase;
}
.mainPageBlock p {
  margin-top: 30px;
  margin-bottom: 15px;
}
.btn-main {
  padding: 10px 0;
  display: block;
  background: #302f30;
  margin-top: 24px;
  text-align: center;
}
.btn-main:hover {
  background: #3db2b5;
  -webkit-box-shadow: inset 0px 0px 20px #5ae2e6;
  -moz-box-shadow: inset 0px 0px 20px #5ae2e6;
  box-shadow: inset 0px 0px 20px #5ae2e6;
  color: black;
}
#mainPageBlocks .btn-main {
  font-family: 'Orbitron', sans-serif;
}
#mainPageBlocks .first1 .btn-main:hover {
  background: #af2072;
  -webkit-box-shadow: inset 0px 0px 20px #ff80ff;
  -moz-box-shadow: inset 0px 0px 20px #ff80ff;
  box-shadow: inset 0px 0px 20px #ff80ff;
}
#mainPageBlocks .second1 .btn-main:hover {
  background: #3db2b5;
  -webkit-box-shadow: inset 0px 0px 20px #5ae2e6;
  -moz-box-shadow: inset 0px 0px 20px #5ae2e6;
  box-shadow: inset 0px 0px 20px #5ae2e6;
}
#mainPageBlocks .third1 .btn-main:hover {
  background: #01763d;
  -webkit-box-shadow: inset 0px 0px 20px #1fe484;
  -moz-box-shadow: inset 0px 0px 20px #1fe484;
  box-shadow: inset 0px 0px 20px #1fe484;
}
#mainPageBlocks .fourth1 .btn-main:hover {
  background: #918505;
  -webkit-box-shadow: inset 0px 0px 20px #e5f127;
  -moz-box-shadow: inset 0px 0px 20px #e5f127;
  box-shadow: inset 0px 0px 20px #e5f127;
}
.img-frame {
  padding: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#pageBottomSection {
  padding: 22px;
  background: rgba(0,0,0, 0.7);
}
#pageBottomSection img {
  margin-bottom: 20px;
}
#pageBottomSection .btn-main {
  max-width: 110px;
  margin: 0;
}
#pageBottomSection h2.yellowColor {
  text-transform: uppercase;
  font-size: 14px;
}
.gallerythumbs {
  margin-bottom: 45px;
  text-align: center;
}
.gallerythumbs img {
  display: inline-block;
  width: 45%;
  margin: 5px;
  width: 125px;
}
.resrcIMG {
  max-width: 150px;
  margin: 0;
}
.resourceBlck {
  margin: 30px auto;
}
.mapFig {
  margin: 0;
  margin-bottom: 22px;
  max-width: 348px;
  height: 343px;
  border: 5px solid #fff;
}
.mapFig iframe {
  padding: 0;
  max-width: 400px;
  height: 100%;
  outline: none;
  border: none;
  width: 100%;
}
.servicePGQuote {
    max-width: 130px;
    padding: 5px;
}
/******** PRELOADER ********/
body {
    overflow: hidden;
}

/* Preloader */
.sk-folding-cube {
  margin: 20px auto;
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFD700;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000;
    z-index:99;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../img/status.gif);
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}
/******** PRELOADER ********/
@media screen and (max-width: 1400px) {
  .mainPageBlock {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .mainPageBlock {
    margin: 15px;
  }
}
@media screen and (max-width: 991px) {
  .resrcIMG {
    margin-bottom: 20px;
  }
  .servicePG br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #mainNav ul {
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
}
