/* line 1, ../sass/style.scss */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}



html,
body {
  height: 100%;
  /*background: #fff;*/
  color: #000;
  /* Responsive Styles */
}
/* line 6, ../sass/style.scss */
html .content-banner,
body .content-banner {
  background: red;
  width: 990px;
}
/* line 8, ../sass/style.scss */
html li,
body li {
  list-style: none;
}
/* line 10, ../sass/style.scss */
html #page_contentp, html td,
body #page_contentp,
body td {
  color: #530303;
}
/* line 13, ../sass/style.scss */
html header#header-background,
body header#header-background {
  /*background: url("../img/background.jpg");*/
  width: 100%;
  /*height: 100%;*/
  height: 52px;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
/* line 27, ../sass/style.scss */
html #model,
body #model {
  padding: 0;
  margin: 20px 0 20px 0;
}
/* line 30, ../sass/style.scss */
html #model h2,
body #model h2 {
  color: #530303;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/* line 31, ../sass/style.scss */
html #model img,
body #model img {
  width: auto;
  margin: 0 auto;
  display: block;
}
/* line 34, ../sass/style.scss */
html .widget widget_text,
body .widget widget_text {
  list-style: none;
}
/* line 35, ../sass/style.scss */
html .textwidget,
body .textwidget {
  list-style: none;
  clear:both;
}
/* line 36, ../sass/style.scss */
html #nav-menu li.current_page_item,
body #nav-menu li.current_page_item {
  background: #000;
}
/* line 37, ../sass/style.scss */
html .navbar-inverse .navbar-nav > li > a,
body .navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 20px;
}
/* line 38, ../sass/style.scss */
html #about-content,
body #about-content {
  background: #530303;
  margin-top: 500px;
  padding: 20px;
  color: #fff;
  border: 2px solid #000;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
/* line 39, ../sass/style.scss */
html #content-2,
body #content-2 {
  margin-top: 500px;
    /* margin-left: -30px; */
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 12px #3A3A3A;
}
/* line 40, ../sass/style.scss */
html h2,
body h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
/* line 41, ../sass/style.scss */
html h3,
body h3 {
  color: #fff;
}
/* line 42, ../sass/style.scss */
html .text-content,
body .text-content {
  padding: 10px;
  font-weight: bold;
}
/* line 44, ../sass/style.scss */
html ul.footer_menu,
body ul.footer_menu {
  text-decoration: none;
  padding-top: 10px;
  float: left;
  width: 50%;
}
/* line 45, ../sass/style.scss */
html ul.footer_menu li,
body ul.footer_menu li {
  list-style: none;
  color: #fff;
  line-height: 35px;
}
/* line 46, ../sass/style.scss */
html ul.footer_menu li a,
body ul.footer_menu li a {
  color: #fff;
  font-size: 16px;
}
/* line 48, ../sass/style.scss */
html .contact,
body .contact {
  float: right;
}
/* line 49, ../sass/style.scss */
html .form-horizontal,
body .form-horizontal {
  padding: 20px;
  width: 100%;
}
/* line 50, ../sass/style.scss */
html h2.form-text,
body h2.form-text {
  text-align: center;
}
/* line 52, ../sass/style.scss */
html #footer-wrapper,
body #footer-wrapper {
  background: #530303;
  color: #fff;
  display: block;
  overflow: auto;
  clear: both;
  margin-top: 20px;
}
/* line 53, ../sass/style.scss */
html .row-fot,
body .row-fot {
  width: 47%;
  float: left;
  padding: 5px;
}
/* line 54, ../sass/style.scss */
html #footer-nav,
body #footer-nav {
  margin: 0;
  padding: 0;
}
/* line 55, ../sass/style.scss */
html #footer-nav li,
body #footer-nav li {
  margin: 0;
  padding: 0;
  float: left;
  padding: 10px;
}
/* line 56, ../sass/style.scss */
html #footer-nav li a,
body #footer-nav li a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 57, ../sass/style.scss */
html .widget ul,
body .widget ul {
  margin: 0;
  padding: 0;
}
/* line 58, ../sass/style.scss */
html .widget a,
body .widget a {
  text-decoration: none;
  color: #fff;
}
/* line 59, ../sass/style.scss */
html #page_content,
body #page_content {
  background: #fff;
  margin: 530px 0 20px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
    box-shadow: 0 0 12px #3A3A3A;
}
/* line 60, ../sass/style.scss */
html #page_content h2,
body #page_content h2 {
  color: #000;
}


.contact-form-page{
  background: #530303;color: #fff;padding: 30px;border-radius: 16px;width: 50%;margin: 0 auto;
}

@media (max-width: 991px) {

  .alignnone{ margin: 0px;}
  /* line 66, ../sass/style.scss */
  html .customer-img,
  html .img-related,
  body .customer-img,
  body .img-related {
    margin-bottom: 30px;
  }
  /* line 71, ../sass/style.scss */
  html .contact,
  body .contact {
    float: left;
  }
}

@media (max-width: 767px) {

  .alignnone{ margin: 0px;}
  /* line 76, ../sass/style.scss */
  html .img-portfolio,
  body .img-portfolio {
    margin-bottom: 15px;
  }
  /* line 81, ../sass/style.scss */
  html .contact,
  body .contact {
    float: left;
  }
  /* line 84, ../sass/style.scss */
  html header.carousel .carousel,
  body header.carousel .carousel {
    height: 70%;
  }
}
/* line 89, ../sass/style.scss */
html #content-banner h1,
body #content-banner h1 {
  text-align: center;
  color: #fff;
  font-size: 80px;
  padding-top: 150px;
}
/* line 90, ../sass/style.scss */
html #content-banner h1 a,
body #content-banner h1 a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 240px) and (max-width: 1024px) {

  .alignnone{ margin: 0px;}
  /* line 93, ../sass/style.scss */
  html #sub_banner,
  body #sub_banner {
    float: inherit !important;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  /* line 94, ../sass/style.scss */
  html #sub_banner div,
  body #sub_banner div {
    float: none;
    max-width: 100%;
    margin-top: 20px;
  }

  html #page_content, body #page_content{
    margin-top: 50px;
  }

  .alignleft, .alignright{
    float: none;
    margin: 10px auto;
    display: block;
  }

  #page_content img{
    max-width: 100%;
    height: auto;
  }

  #page_content .wpcf7 {
      width: 100%!important;
  }


  #page_content .wpcf7 .contact-form-page{
    width: 100%;
  }

}
@media only screen and (min-width: 240px) and (max-width: 1024px) {
  /* line 100, ../sass/style.scss */
  html body #content-banner h1,
  body body #content-banner h1 {
    font-size: 60px;
  }
  /* line 101, ../sass/style.scss */
  html #content-2,
  body #content-2 {
    margin: 20px 15px;
  }
  /* line 102, ../sass/style.scss */
  html #model img,
  body #model img {
    width: 100%;
    display: block;
  }

  .alignnone{ margin: 0px;}
}

@media (min-width: 768px){
  .container {
      /*width: 100%;*/
  }
  .alignright{
    float: right;
    margin: 5px;
  }
  .alignleft{
    float: left;
    margin: 5px;
  }
}

#content-2 img{
  max-width: 100%;
  height: auto;
}


#page_content .wpcf7{
  width: 735px;
}
