/**
 * Created by Wiktor Lipiec on 06.11.2016.
 */
/*BASE FONTS*/
/*END BASE FONTS*/
/*BASE FONT COLORS*/
/*END BASE FONT COLORS*/
/*BASE COLORS*/
/*END BASE COLORS*/
/*MIXINS*/
/*END MIXINS*/
/* DEFAULT STYLES */
html, body {
  font-family: "Lato";
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

@media all and (max-width: 991px) {
  html {
    overflow: auto;
  }
}

/*END DEFAULT STYLES */
/* USEFULL STYLES */
.pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url("../images/pattern.png") repeat;
  z-index: 6;
  opacity: 0.1;
}

.blackPattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #000000;
  z-index: 2;
  opacity: 0.1;
}

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.min100 {
  min-height: 100vh;
}
@media all and (max-width: 991px) {
  .min100.minMobile {
    min-height: auto;
  }
}

.min50 {
  min-height: 50vh;
}

.breakMaker {
  position: absolute;
  top: 49.5%;
  right: 0;
  left: 80%;
  z-index: 20;
}
@media all and (max-width: 1400px) {
  .breakMaker {
    top: 39%;
  }
}
@media all and (max-width: 991px) {
  .breakMaker {
    display: none;
  }
}
.breakMaker.breakMakerOther {
  left: 60%;
}
.breakMaker .numberPosition {
  display: inline-block;
  text-align: center;
  width: 10%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
}
@media all and (max-width: 1200px) {
  .breakMaker .numberPosition {
    width: 15%;
  }
}
.breakMaker .breakPosition {
  width: 90%;
  display: inline-block;
  background-color: #ffffff;
  height: 4px;
  vertical-align: middle;
}
@media all and (max-width: 1200px) {
  .breakMaker .breakPosition {
    width: 85%;
  }
}

.showMore {
  border: 3px solid #ffffff;
  color: #ffffff;
  padding: 20px 60px;
  margin-left: 4px;
  display: table;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .showMore {
    padding: 15px 30px;
  }
}
.showMore.showMoreRel {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
@media all and (max-width: 991px) {
  .showMore.showMoreRel {
    margin: 0 auto;
  }
}
.showMore:focus {
  color: #ffffff;
  text-decoration: none;
}
.showMore:hover {
  color: #ffffff;
  text-decoration: none;
}
.showMore:hover:after {
  width: 100%;
}
.showMore:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 104%;
  top: -1px;
  left: 0;
  background: #e10000;
}

.sectionDescription {
  position: absolute;
  padding-left: 115px;
  padding-right: 115px;
  z-index: 15;
  top: 50%;
}
@media all and (max-width: 1400px) {
  .sectionDescription {
    padding-left: 85px;
    padding-right: 85px;
    top: 40%;
  }
}
@media all and (max-width: 991px) {
  .sectionDescription {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    top: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media all and (max-width: 767px) {
  .sectionDescription {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 568px) {
  .sectionDescription {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.sectionDescription h2 {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 300;
  font-family: "Lato";
  line-height: 1.2px;
  letter-spacing: 1.3px;
}
@media all and (max-width: 1200px) {
  .sectionDescription h2 {
    font-size: 1.125rem;
    font-weight: 300;
  }
}
.sectionDescription p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Lato";
  text-align: justify;
  padding: 40px 0;
  line-height: 25px;
  letter-spacing: 1.3px;
}
@media all and (max-width: 1200px) {
  .sectionDescription p {
    font-size: 1rem;
    font-weight: 300;
  }
}

.boxSection {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.borderCenter {
  position: absolute;
  width: 4px;
  height: 100px;
  background-color: #ffffff;
  z-index: 15;
}
@media all and (max-width: 991px) {
  .borderCenter {
    display: none;
  }
}
.borderCenter.borderCenterBottom {
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.borderCenter.borderCenterTop {
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* slider use style */
.slick-prev {
  position: absolute;
  border: none;
  background: transparent url("../images/top-arrow.png") no-repeat center center;
  top: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
  -moz-transform: translate(-50%, -15%);
  -o-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
  z-index: 20;
  color: transparent;
  width: 24px;
  height: 24px;
  outline: none;
  overflow: hidden;
  -webkit-animation: slick-prev-animation 2s ease-in-out infinite;
  -moz-animation: slick-prev-animation 2s ease-in-out infinite;
  -o-animation: slick-prev-animation 2s ease-in-out infinite;
  animation: slick-prev-animation 2s ease-in-out infinite;
}
@media all and (max-width: 1200px) {
  .slick-prev {
    top: 15%;
  }
}
@media all and (max-width: 991px) {
  .slick-prev {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    top: 48%;
    left: 2%;
  }
}

.slick-next {
  position: absolute;
  border: none;
  background: transparent url("../images/bottom-arrow.png") no-repeat center center;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, -15%);
  -moz-transform: translate(-50%, -15%);
  -o-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
  z-index: 20;
  color: transparent;
  width: 24px;
  height: 24px;
  outline: none;
  overflow: hidden;
  -webkit-animation: slick-next-animation 2s ease-in-out infinite;
  -moz-animation: slick-next-animation 2s ease-in-out infinite;
  -o-animation: slick-next-animation 2s ease-in-out infinite;
  animation: slick-next-animation 2s ease-in-out infinite;
}
@media all and (max-width: 1200px) {
  .slick-next {
    bottom: 15%;
  }
}
@media all and (max-width: 991px) {
  .slick-next {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    left: auto;
    right: 2%;
    bottom: 48%;
  }
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: none !important;
}

@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #f4f4ef;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #f4f4ef;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.loaderBox {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

/*END USEFULL STYLES */
/*ANIMATION STYLES */
@-webkit-keyframes slick-next-animation {
  0% {
    bottom: 13%;
  }
  50% {
    bottom: 12%;
  }
  100% {
    bottom: 13%;
  }
}
@media all and (max-width: 1200px) {
  @-webkit-keyframes slick-next-animation {
    0% {
      bottom: 14%;
    }
    50% {
      bottom: 13%;
    }
    100% {
      bottom: 14%;
    }
  }
}
@-webkit-keyframes slick-prev-animation {
  0% {
    top: 13%;
  }
  50% {
    top: 12%;
  }
  100% {
    top: 13%;
  }
}
@media all and (max-width: 1200px) {
  @-webkit-keyframes slick-prev-animation {
    0% {
      top: 14%;
    }
    50% {
      top: 13%;
    }
    100% {
      top: 14%;
    }
  }
}
/*END ANIMATION STYLES */
/*Main Menu*/
header#topNav {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  align-content: center;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  color: #ffffff;
}
@media all and (max-width: 991px) {
  header#topNav {
    display: block;
    height: 60px;
  }
}
header#topNav .mainLogo {
  padding-left: 30px;
}
@media all and (max-width: 991px) {
  header#topNav .mainLogo {
    display: none;
  }
}
@media all and (max-width: 991px) {
  header#topNav .mainLogo {
    position: absolute;
    padding-left: 15px;
    top: 15px;
  }
}
header#topNav .mainLogo h1 {
  font-family: "Lato";
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
}
header#topNav .mainLogo h1 a {
  border: 3px solid #ffffff;
  color: #ffffff;
  padding: 7px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Lato";
  margin-left: 4px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header#topNav .mainLogo h1 a:hover {
  color: #000000;
}
header#topNav .mainLogo h1 a:hover:after {
  width: 100%;
}
header#topNav .mainLogo h1 a:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
header#topNav .mainMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  align-content: center;
  padding-right: 30px;
}
@media all and (max-width: 991px) {
  header#topNav .mainMenu {
    padding: 40px 0px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: -230px;
    z-index: 20;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
  }
}
header#topNav .mainMenu.mainMenuOpen {
  top: 0px;
}
header#topNav .mainMenu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  align-content: center;
}
@media all and (max-width: 991px) {
  header#topNav .mainMenu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    align-content: center;
  }
}
header#topNav .mainMenu ul li.active a span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
header#topNav .mainMenu ul li a {
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0 4px;
  margin: 0 10px;
  text-decoration: none;
  overflow: hidden;
}
header#topNav .mainMenu ul li a:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
header#topNav .mainMenu ul li a span {
  position: relative;
  display: inline-block;
  padding: 5px 1px;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
header#topNav .mainMenu ul li a span:before {
  position: absolute;
  padding: 6px 0px;
  top: 100%;
  content: attr(data-hover);
  font-family: "Lato";
  font-size: 1.105rem;
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-moz-document url-prefix() {
  header#topNav .mainMenu ul li a span:before {
    font-size: 1.125rem;
    font-weight: 400;
  }
}
header#topNav #hamburger {
  width: 30px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 99999;
}
@media all and (max-width: 991px) {
  header#topNav #hamburger {
    display: block;
  }
}
header#topNav #hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
header#topNav #hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header#topNav #hamburger span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header#topNav #hamburger span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header#topNav #hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 1px;
}
header#topNav #hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header#topNav #hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 0px;
}

#pp-nav {
  display: none !important;
}

/*End Main Menu*/
/* MAIN SECTION */
#mainSection .myVideo {
  position: absolute;
  overflow: hidden;
  z-index: 4;
  background-size: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#mainSection .contentPhoto {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1400px) {
  #mainSection .contentPhoto {
    top: 40%;
  }
}
@media all and (max-width: 991px) {
  #mainSection .contentPhoto {
    top: 50%;
    min-width: 80%;
  }
}
#mainSection .contentPhoto h2 {
  font-size: 2.813rem;
  font-weight: 600;
  font-family: "Lato";
  letter-spacing: 1.2px;
  text-align: center;
}
@media all and (max-width: 1400px) {
  #mainSection .contentPhoto h2 {
    font-size: 2.125rem;
    font-weight: 600;
  }
}
@media all and (max-width: 568px) {
  #mainSection .contentPhoto h2 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
#mainSection .layer1 {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0%;
  height: 50%;
  background-color: transparent;
}
#mainSection .layer2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0%;
  height: 49.5%;
  background: rgba(60, 60, 60, 0.95);
  z-index: 7;
}
@media all and (max-width: 1400px) {
  #mainSection .layer2 {
    height: 55.5%;
  }
}
@media all and (max-width: 991px) {
  #mainSection .layer2 {
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
  }
}

/* ABOUT SECTION */
#aboutSection {
  background: url("../images/aboutBg.jpg");
  background-size: cover;
}
#aboutSection .layer3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(60, 60, 60, 0.95);
  z-index: 7;
}
@media all and (max-width: 991px) {
  #aboutSection .layer3 {
    background: rgba(0, 0, 0, 0.5);
  }
}

/* END ABOUT SECTION */
/* PORTFOLIO SECTION */
#portfolioSection {
  background: url("../images/porfolioBg.jpg");
  background-size: cover;
}
#portfolioSection .sliderPortfolio .slide {
  background-size: cover !important;
  height: 50vh;
}
#portfolioSection .sliderPortfolio .slide a {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: 2px;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-decoration: none;
  background: transparent;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#portfolioSection .sliderPortfolio .slide a:hover {
  background: rgba(225, 0, 0, 0.7);
}
#portfolioSection .sliderPortfolio .slide a span {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Lato";
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  #portfolioSection .sliderPortfolio .slide a span {
    font-size: 1.125rem;
    font-weight: 600;
  }
}
#portfolioSection .layer4 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(60, 60, 60, 0.95);
  z-index: 7;
}

/* END PORTFOLIO SECTION */
/* SKILLS SECTION */
#skillsSection {
  background: url("../images/skillsBg.jpg");
  background-size: cover;
}
@media all and (max-width: 991px) {
  #skillsSection .socialBox {
    background-color: rgba(42, 57, 168, 0.7);
  }
}
#skillsSection .socialContent {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 991px) {
  #skillsSection .socialContent {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#skillsSection .socialContent li a {
  display: table;
  margin: 50px auto;
}
#skillsSection .socialContent li a img {
  width: 50%;
  height: 50%;
  display: table;
  margin: 0 auto;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
@media all and (max-width: 991px) {
  #skillsSection .socialContent li a img {
    width: 80px;
    height: auto;
  }
}
#skillsSection .socialContent li a img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#skillsSection .layer5 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(60, 60, 60, 0.95);
  z-index: 7;
}

/* END SKILLS SECTION */
/* CONTACT SECTION */
#contactSection {
  background: url("../images/contactBg.jpg");
  background-size: cover;
}
#contactSection .boxForm {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
@media all and (max-width: 991px) {
  #contactSection .boxForm {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    padding-top: 100px;
    padding-bottom: 0px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media all and (max-width: 568px) {
  #contactSection .boxForm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contactSection .boxForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
#contactSection .boxForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#contactSection .boxForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
#contactSection .boxForm :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#contactSection .boxForm input {
  border: none;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  width: 100%;
  padding: 10px 10px 10px 0px;
  margin: 20px 0;
  outline: none;
  color: #ffffff;
  -webkit-outline: none;
  -moz-outline: none;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 300;
}
@media all and (max-width: 1500px) {
  #contactSection .boxForm input {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0;
  }
}
@media all and (max-width: 768px) {
  #contactSection .boxForm input {
    font-size: 16px;
    font-weight: 300;
  }
}
@media all and (max-width: 568px) {
  #contactSection .boxForm input {
    margin: 10px 0;
  }
}
#contactSection .boxForm textarea {
  border: none;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  width: 100%;
  padding: 10px 10px 10px 0px;
  margin: 20px 0;
  outline: none;
  -webkit-outline: none;
  -moz-outline: none;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 300;
  resize: none;
  min-height: 144px;
}
@media all and (max-width: 1500px) {
  #contactSection .boxForm textarea {
    font-size: 18px;
    font-weight: 300;
    min-height: 119px;
    margin: 10px 0;
  }
}
@media all and (max-width: 767px) {
  #contactSection .boxForm textarea {
    font-size: 16px;
    font-weight: 300;
    min-height: 150px;
  }
}
@media all and (max-width: 568px) {
  #contactSection .boxForm textarea {
    margin: 10px 0;
  }
}
#contactSection .boxForm input[type=submit] {
  margin: 50px auto;
  border: 2px solid #ffffff;
  background: transparent;
  position: relative;
  padding: 15px;
  max-width: 280px;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 300;
  display: table;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 991px) {
  #contactSection .boxForm input[type=submit] {
    margin: 50px auto 0px auto;
  }
}
@media all and (max-width: 767px) {
  #contactSection .boxForm input[type=submit] {
    max-width: 220px;
    font-size: 18px;
    font-weight: 300;
  }
}
#contactSection .boxForm input[type=submit]:hover {
  color: #000000;
  text-decoration: none;
  background: #ffffff;
}
@media all and (max-width: 991px) {
  #contactSection .sectionDescription {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  #contactSection .sectionDescription h2 {
    display: none;
  }
  #contactSection .sectionDescription p {
    text-align: center;
  }
}
#contactSection .pageField {
  right: 115px;
  bottom: 30px;
  z-index: 10;
  position: absolute;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Lato";
  text-align: justify;
  line-height: 25px;
  letter-spacing: 1.3px;
}
@media all and (max-width: 991px) {
  #contactSection .pageField {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    right: auto;
    text-align: center;
  }
}
#contactSection .pageField a {
  color: #ffffff;
}
#contactSection .layer6 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(60, 60, 60, 0.95);
  z-index: 7;
}
@media all and (max-width: 991px) {
  #contactSection .layer6 {
    background: none;
  }
}

.showMoreMail{
  width: 250px;
  text-align:center;
}

/* END CONTACT SECTION */

/*# sourceMappingURL=style.css.map */
