@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif);
html {
  height: 100%;
  font-size: 10px; }

body {
  background: #fff;
  font-family: "Gotham SSm A", "Gotham SSm B", 'Lato', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 22px;
  color: #000;
  height: 100%; }

a {
  color: #00BFA5; }

a:hover {
  outline: none;
  text-decoration: none; }

a:focus {
  outline: none;
  outline-offset: 0; }

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }

p {
  font-size: 1.5rem; }

ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quarto', 'PT Serif', serif;
  font-weight: 300;
  color: #686868; }

h1 {
  font-size: 5rem;
  font-weight: 400; }

h2 {
  font-size: 3.2rem;
  font-weight: 400; }

h3 {
  font-size: 2.4rem; }

.overflow {
  overflow: hidden; }

.uppercase {
  text-transform: uppercase; }

.btn-common {
  font-size: 14px;
  color: #00BFA5;
  border: 2px solid #00BFA5;
  font-weight: 300;
  padding: 10px 25px; }

.btn-common:hover,
.btn-common:focus {
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  background-color: #00BFA5; }

.align-right {
  text-align: right; }

.inline {
  display: inline-block; }

.padding {
  padding: 65px 0; }

.padding-bottom {
  padding-bottom: 65px; }

.padding-top {
  padding-top: 90px; }

.padding-right {
  padding-right: 80px; }

.padding-left {
  padding-left: 80px; }

.margin-bottom {
  margin-bottom: 35px; }

.carousel-indicators.visible-xs {
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -35px;
  width: 100%;
  left: 0; }

.carousel-indicators.visible-xs li {
  border-color: #00BFA5;
  border-width: 2px;
  height: 12px;
  margin: 0 5px 0 0;
  width: 12px; }

.carousel-indicators.visible-xs li.active {
  background: rgba(210, 153, 72, 0.7); }

.separator {
  border-top: 1px solid #E8E8E8;
  margin-bottom: 20px; }

.action p {
  margin-bottom: 0;
  font-weight: 300; }
.action h1, .action h2 {
  margin-top: 0; }

#header {
  margin-bottom: 0;
  padding: 30px 0 60px 0; }

#header .navbar-inverse .container {
  position: relative; }

.search {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1; }

.search i {
  color: #00BFA5;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px; }

.field-toggle {
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px; }

.search-form {
  padding-left: 10px;
  height: 40px;
  font-size: 18px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #00BFA5;
  margin-top: 20px;
  border-radius: 2px; }

#header .navbar {
  background: #fff;
  border: 0;
  margin-bottom: 0; }

#header .navbar-toggle {
  margin-top: 20px; }

#header .navbar-brand {
  margin-left: 0;
  padding: 16px 0; }
  #header .navbar-brand img {
    height: 30px; }

#header .navbar-nav.navbar-right > li:last-child {
  margin-right: 20px; }

#header .navbar-inverse .navbar-nav li.active > a {
  color: #00BFA5;
  border-bottom: none !important; }

#header .navbar-nav.navbar-right > li a {
  color: #000;
  font-size: 12px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 2px solid transparent; }

#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0; }

#header .navbar-inverse .navbar-nav li a:hover {
  border-bottom: 2px solid #000; }

/*Dropdown menu*/
ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }

#header .navbar-nav li ul.sub-menu li a {
  color: #818285;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize; }

#header .navbar-nav li ul.sub-menu li .active {
  background: #fef7ee;
  color: #00BFA5;
  position: relative; }

#header .navbar-nav li ul.sub-menu li .active i {
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #dab074; }

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right {
  left: -3px; }

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left {
  right: -3px; }

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus {
  background: #fef7ee;
  color: #00BFA5; }

.fa-angle-down {
  padding-left: 5px; }

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
#footer {
  padding: 50px 0 30px 0;
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain; }

#footer h1 {
  margin-bottom: 65px;
  margin-top: 36px; }

#message {
  height: 110px;
  resize: none; }

.bottom > h3 {
  margin-top: 0;
  margin-bottom: 30px; }

.bottom .media-body h3 {
  margin-top: 0;
  padding-left: 25px; }

.bottom .media-body h3 {
  text-transform: uppercase;
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 400; }

.testimonial {
  margin-top: 50px; }

.testimonial .media {
  margin-top: 0;
  margin-bottom: 50px; }

.testimonial .media > .pull-left {
  margin-right: 25px; }

.testimonial .media > .pull-left img {
  margin-top: 6px; }

.testimonial .media .media-body
blockquote {
  padding-left: 25px;
  padding-right: 30px;
  position: relative;
  border-left: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.4rem; }

.testimonial .media .source {
  padding-left: 50px;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #424242;
  font-weight: 400; }

.testimonial .media .media-body blockquote:before {
  position: absolute;
  left: 5px;
  top: 8px;
  content: '"';
  font-size: 50px;
  color: #E8E8E8;
  font-family: 'Noto Sans', sans-serif;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Opera, Chrome, and Safari */
  line-height: 0; }

.bottom > address {
  line-height: 22px;
  margin-bottom: 40px; }

.form-control {
  border: 1px solid #A3A3A3;
  font-weight: 300;
  outline: none;
  box-shadow: none;
  height: 40px;
  border-radius: 2px; }

.form-control:hover,
.form-control:focus {
  border-color: #00BFA5;
  outline: none;
  box-shadow: none; }

.btn-submit {
  width: 100%;
  background-color: #00BFA5;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 5px;
  box-shadow: none;
  padding: 10px; }

.btn-submit:hover,
.btn-submit:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8; }

.social-link i {
  border: 1px solid #00BFA5;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #00BFA5;
  font-size: 17px;
  margin: 0 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.social-link i:hover {
  background-color: #00BFA5;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.copyright-text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #A3A3A3; }

#hero {
  background-color: #424242;
  position: relative; }
  #hero .main-content {
    margin: 100px 0;
    position: relative; }
  #hero .main-image {
    height: 300px;
    margin: 0 auto; }
  #hero .btn-common {
    margin-top: 40px; }

#hero .slide-text p {
  font-size: 1.8rem;
  color: #FFF; }
#hero .slide-text h1 {
  margin-top: 70px;
  margin-bottom: 25px;
  color: #FFF; }

#hero
#hero .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fafafa;
  text-align: center; }

#hero .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #00BFA5;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px; }

#page-breadcrumb {
  background-color: #424242;
  height: 155px;
  display: table;
  position: static;
  width: 100%; }
  #page-breadcrumb h1 {
    color: #FFF; }

#action {
  background-color: #00BFA5;
  color: #FFF;
  height: 155px;
  display: table;
  position: static;
  width: 100%; }
  #action h2.title {
    color: #FFF; }
  #action .btn {
    border: 2px solid #FFF;
    border-radius: 2px;
    color: #FFF; }
    #action .btn:hover {
      background-color: #FFF;
      color: #00BFA5; }

.vertical-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: statice; }

.single-service {
  overflow: hidden;
  display: block;
  margin-bottom: 20px; }

.single-service img {
  margin: 0 auto;
  margin-top: 20px;
  height: 70px; }

.single-service .fold {
  margin-bottom: 35px; }

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px; }

.single-service p {
  padding: 0; }

.title {
  color: #404040;
  font-weight: 300; }

.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px; }

.single-features:last-child {
  padding-bottom: 95px; }

.single-features h2 {
  margin-bottom: 15px; }

#clients {
  padding-bottom: 45px; }

.clients {
  margin-bottom: 45px; }

.clients img {
  display: inline-block; }

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px; }

#future .single-service h2 {
  margin-bottom: 20px;
  font-weight: 300; }
#future .single-service p {
  font-size: 1.8rem;
  text-align: left; }

.choose {
  padding-top: 30px; }

ul.elements {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0; }

ul.elements li {
  margin: 6px 0; }

ul.elements li > i {
  color: #00BFA5;
  display: inline-block;
  margin-right: 10px; }

#company-information h1.margin-bottom {
  margin-bottom: 26px; }

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.infographic {
  text-align: center; }
  .infographic img {
    width: 70%;
    max-width: 700px; }

#jobs .table > tbody > tr > td {
  padding: 20px 8px; }

#action,
#page-breadcrumb {
  position: relative; }

#team {
  padding: 85px 0; }

#team-carousel {
  margin-top: 80px; }

.team-single {
  position: relative; }

.person-thumb {
  position: relative; }

.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 100%; }

.team-single:hover .social-profile {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }

.social-profile .nav-pills {
  display: inline-block;
  margin-top: -26px;
  padding: 0;
  position: relative;
  top: 50%; }

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px; }

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease; }

.social-profile .nav-pills li a:hover {
  color: #89612e;
  border-color: #89612e; }

.person-info h2 {
  font-weight: 300;
  margin-bottom: 5px; }

.person-info h3 {
  font-size: 16px;
  color: #686868;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0; }

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease; }

.right.team-carousel-control {
  right: -50px;
  background-image: url(../images/aboutus/right.png); }

.left.team-carousel-control {
  left: -50px;
  background-image: url(../images/aboutus/left.png); }

.team-carousel-control:hover {
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.count h1 {
  font-size: 60px;
  color: #dab074; }

.count h3 {
  font-size: 16px; }

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out; }

.top-zero {
  margin-top: 0; }

h3.top-zero {
  font-size: 20px; }

#company-information .about-us h2 {
  margin-bottom: 45px; }

.single-skill h3 {
  font-size: 16px; }

.progress {
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none; }

.progress-bar {
  line-height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none; }

.progress-bar.progress-bar-primary {
  background: #dab074; }

#map-section {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative; }

#gmap {
  height: 350px; }

.get-in-touch img {
  margin-top: 35px;
  margin-bottom: 32px; }

.get-in-touch p {
  font-size: 18px;
  font-weight: 300; }

#map-section .contact-info {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  padding: 25px 50px;
  opacity: 0.9; }

#map-section .contact-info h2,
#map-section address a:hover {
  color: #4F759B; }

#contact-form #message {
  resize: none; }

#contact-form .btn-submit {
  width: 28%;
  margin: 5px auto; }

.corporate-info .corporate-address {
  background-image: url("../images/contact-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 50px; }

.corporate-info .corporate-address address {
  background-image: url("../images/icon-map.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 40px; }

#job-description .header .sub-text {
  font-weight: 400; }
#job-description h4 {
  padding-top: 20px; }
#job-description .apply {
  font-weight: 400;
  margin: 20px 0; }

#error-page {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 100px; }

#error-page .container-fluid {
  overflow: hidden; }

.error-page-inner {
  display: table-cell;
  vertical-align: middle; }

.title-404 {
  padding-bottom: 40px; }
  .title-404 h1 {
    font-family: 'Quarto';
    font-size: 20rem;
    line-height: 20rem; }

.error-image {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px; }

.error-image img {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .nav.navbar-nav > li:hover > ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms; }

  ul.sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    padding: 10px 0;
    width: 240px;
    box-shadow: none;
    display: none;
    z-index: 999;
    border: 1px solid #dab074; }

  #header .navbar-nav li ul.sub-menu li a {
    padding-left: 20px; } }
/* sm */
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 4rem; }

  h2 {
    font-size: 3rem; }

  h3 {
    font-size: 2rem; }

  #header .navbar-nav.navbar-right li {
    padding: 0; }

  #header .navbar-nav.navbar-right > li a {
    padding: 20px 10px; }

  #home-slider {
    margin-top: 30px; }

  #home-slider .main-slider {
    height: 250px; }

  #home-slider .slide-text {
    top: 0;
    width: 50%; }

  #home-slider h1 {
    margin-top: 0; }

  #home-slider .slider-house {
    width: 350px; }

  #home-slider .slider-circle1 {
    right: 295px;
    bottom: 140px;
    width: 20px; }

  #home-slider .slider-circle2 {
    right: 290px;
    bottom: 160px;
    width: 11px; }

  #home-slider .slider-cloud1 {
    right: 190px;
    bottom: 160px;
    width: 60px; }

  #home-slider .slider-cloud2 {
    right: 260px;
    bottom: 190px;
    width: 70px; }

  #home-slider .slider-cloud3 {
    right: 75px;
    bottom: 180px;
    width: 70px; }

  #home-slider .slider-sun {
    right: 170px;
    bottom: 210px;
    width: 60px; }

  #home-slider .slider-cycle {
    right: 350px;
    bottom: 0;
    width: 140px; } }
/* xs */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.4rem; }

  .padding {
    padding: 30px 0; }

  #header {
    padding-bottom: 40px;
    padding-top: 10px; }

  #header .navbar-inverse .navbar-toggle,
  #header .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
    border-color: #000;
    margin-top: 15px;
    margin-right: 5px;
    outline: none; }

  .navbar-header .navbar-toggle .icon-bar {
    background-color: #000; }

  #header .navbar-inverse .navbar-toggle:hover {
    background: #E8E8E8;
    color: #000; }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-top: 0; }

  .navbar.navbar-inverse {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px; }

  .search {
    top: -40px; }

  #header .navbar-nav.navbar-right li > a > i {
    display: inline-block;
    float: right;
    padding: 8px 10px 8px 30px; }

  #header .navbar-nav.navbar-right li > a {
    padding: 10px 0; }

  #header .navbar-nav li ul.sub-menu li a {
    padding: 5px 10px; }

  #header .navbar-inverse .navbar-nav li.active > a,
  #header .navbar-inverse .navbar-nav li.active > a:focus,
  #header .navbar-nav.navbar-right li > a:hover {
    border: none; }

  #header .navbar-inverse .navbar-nav li a:hover {
    border-bottom: 2px solid transparent; }

  #home-slider {
    margin: 50px 20px; }

  #home-slider .main-slider {
    height: 500px; }

  #home-slider .slide-text {
    top: 0;
    width: 100%;
    text-align: center; }

  #home-slider .slider-cloud2 {
    width: 100px; }

  #action.responsive {
    height: 255px; }

  .single-features {
    padding-bottom: 0;
    padding-top: 30px; }

  .single-features img {
    margin-bottom: 25px; }

  .single-features {
    text-align: center; }

  .single-features * {
    display: inline-block;
    text-align: center; }

  .single-service {
    padding-top: 30px; }

  #hero .main-content {
    margin: 30px 0; }

  #hero .btn-container {
    text-align: center; }

  .action .btn {
    margin-top: 20px; }

  #footer .col-sm-3 {
    text-align: center; }
  #footer .social-link {
    margin-top: 20px; }

  /* about us */
  .team-single {
    margin-bottom: 30px; }

  #company-information.choose .padding-top {
    padding-top: 0; }

  /* 404 error CSS*/
  #error-page {
    padding: 50px 25px; }

  #error-page h2 {
    font-size: 24px; }

  .btn-error {
    font-size: 13px;
    padding: 12px 18px; } }
@media only screen and (max-width: 480px) {
  #home-slider .slider-circle1 {
    right: 80%;
    bottom: 100px;
    width: 15px; }

  #home-slider .slider-circle2 {
    right: 78%;
    bottom: 120px;
    width: 10px; }

  #home-slider .slider-cloud1 {
    right: 140px;
    bottom: 140px;
    width: 60px; }

  #home-slider .slider-cloud2 {
    right: 210px;
    bottom: 190px;
    width: 70px; }

  #home-slider .slider-cloud3 {
    right: 35px;
    bottom: 180px;
    width: 70px; }

  #home-slider .slider-sun {
    right: 120px;
    bottom: 180px;
    width: 60px; }

  #home-slider .slider-cycle {
    display: none; }

  /* Contact-us2 CSS*/
  #contact-form .btn-submit {
    width: 60%; }

  /* 404 error CSS*/
  #error-page {
    padding: 50px 25px; }

  #error-page h2 {
    font-size: 24px; }

  .btn-error {
    font-size: 10px;
    padding: 12px 11px; } }

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