
body {
		background: #f9f9f9;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-weight: 300;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 20px;
}

h3 {
  color: #808080;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 26px;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.post-masonry img {
    width: 100%;
    display: block;
}


/* All Section styles
------------------------------------- */
#blog,
#about,
#contact {
   padding-top: 100px;
  padding-bottom: 100px;
}

footer {
  padding-bottom: 60px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/* Preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-wandering-cubes {
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background-color: #ffa400;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
            animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
            transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
            transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
            transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
            transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }




/* navigation styles
/* ========================================== */
.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

nav a {
  color: #333333;
}

.navbar {
  background: transparent;
  height: 125px;
  max-height: 125px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.navicon {  
  position: relative;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 0 0;
}

nav ul {
  display: inline-block;
}

nav ul.right {
  float: right;
  right: 0
}

#nav-menu a {
  font-size: 56px;
  color: #ffffff;
}

#nav-menu a:hover {
  color: #ffa400;
  text-decoration: none;
}

#nav-menu li {
  list-style: none;
  padding: 6px;
}

.nav-text-light a {
  color: #ffffff;
}

.sticky .nav-text-light a {
  color: #555555;
}

.sticky nav.nav-inner .navbar {
  height: 70px;
  max-height: 70px;
  margin: 0;
  background: #ffffff;
}

.sticky nav.transparent .navbar {
  background: transparent;
}

@media all and (max-width: 990px) {
  .nav-text-light a {
    color: #555555;
  }
  .nav-inner {
    background: #ffffff;
  }
  .transparent {
    background: transparent;
  }
  .navicon {
    padding-right: 10px;
  }
  nav ul.right {
  float: left;
  }
}

a.icon {
  font-size: 32px;
  padding-right: 20px;
}

.intro-inner {  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.close {
  font-family: inherit;
  font-size: 32px;
  font-weight: 300;
  text-shadow: none;
}
.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.circle {
  width: 45px;
  height: 45px;
  background: #242424;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
  z-index: 99;
  padding: 0px;
}

.circle i {
  font-size: 31px;
  color: #ffffff;
}

.circle:hover {
  background: #ffa400;
}

.circle.dark {
  border-color: #292929;
}

.circle.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}

.circle.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}

.circle.large.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}

@media all and (max-width: 767px) {
  .circle.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .circle.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}

.list-menu {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  opacity: 0;
  z-index: -1;
}

.list-menu.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}

.list-menu .ion-close-round {
  font-size: 31px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  cursor: pointer;
}



/* Header section styles
/* ========================================== */
#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vh;
  text-align: center;
  padding-top: 26rem;
  padding-bottom: 4rem;
}

#header1 {
  border-bottom: 1px solid #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52vh;
  text-align: center;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#header img {
  border: 3px solid #ffa400;
  display: inline-block;
  padding: 8px;
  margin-bottom: 16px;
}


/* blog section styles
/* ========================================== */
#blog {
  margin-top: 100px;
}

#blog .blog-thumb {
  background: #ffffff;
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

#blog .blog-thumb:hover {
  opacity: 0.6;
  transform: scale(0.99);
}

#blog .blog-inner {
  padding: 32px;
}



/* About section styles
/* ========================================== */
#about .about-profile {
  background: #ffffff;
  padding: 42px 10px 32px 10px;
  position: relative;
  bottom: 40px;
} 

#about ul.about-info {
  padding-left: 22px;
}

#about ul.about-info li {
  display: block;
  list-style: none;
  font-size: 20px;
  padding: 10px;
}

#about ul.about-info li span {
  color: #ffa400;
  font-weight: 400;
}

#about .btn {
  border: none;
  border-radius: 2px;
  margin-top: 10px;
}

#about .medium-icon,
#contact .medium-icon {
  background: #3c3c3c;
  border-radius: 50%;
  color: #ffa400;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-top: 52px;
  margin-bottom: 10px;
}



/* Contact section styles
/* ========================================== */
#contact .contact-form {
  background: #ffffff;
  padding: 22px 32px;
  position: relative;
  bottom: 40px;
}

#contact .contact-form h3 {
  padding-bottom: 12px;
}

#contact .contact-form .form-control {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #f9f9f9;
  border-radius: 0px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .contact-form .form-control:hover {
  border-bottom-color: #999;
}

#contact input {
  height: 40px;
}

#contact input[type="submit"] {
  background: #ffa400;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #3c3c3c;
}

#contact #map-canvas  {
  border: none;
  width: 100%;
  height: 280px;
  margin-top: 60px;
}



/* footer section styles
/* ========================================== */
footer {
  text-align: center;
}



/* social icon */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border: 1px solid #ffffff;
  border-radius: 100%;
  color: #3c3c3c;
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-right: 12px;
}

.social-icon li a:hover {
  background: #ffa400;
}



/* mobile responsive section styles
/* ========================================== */
@media (max-width: 980px) {

  .intro-inner {top: 30%;}

  #nav-menu a {font-size: 36px;}

}


@media (max-width: 767px) {

  #nav-menu {
    padding: 0px;
  }

  #header {
    height: 70vh;
  }

  #blog .col-md-4,
  footer .col-md-4 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

}


@media (max-width: 450px) {
  .intro-inner {top: 50%;}
}

