/*------------------------------------------------------
	BASIC STYLES 
--------------------------------------------------------*/
body {
  background-color: white;
  font-size: 16px;
  font-family: "Raleway", Helvetical, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #31373a;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  color: #B21818;
  font-weight: 500;
}

h4 {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 28px;
  line-height: 36px;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
  color: #31373a;
}

a, a:visited {
  color: #B21818;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

a:hover, a:focus, a:active {
  color: #B21818;
  text-decoration: underline !important;
}

p a, p a:visited {
  line-height: inherit;
}

::-moz-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::selection {
  background-color: #d3dde0;
  text-shadow: none;
}

img::selection {
  background-color: transparent;
}

img::-moz-selection {
  background-color: transparent;
}

.subtract-bottom {
  margin-bottom: -40px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 20px !important;
}

.add-bottom {
  margin-bottom: 40px !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

.footer-menu, .copyright-text {
  text-align: center;
}

.main-nav ul, .main_menu, .main_menu li ul, .main_menu li ul a, .main_menu li a, .main_menu a, #filters, .pages, .project-single .meta-post, .archive-wrapper .archive-list, .categories ul, .thumbs, .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}


/*------------------------------------------------------
	HEADER STYLES 
--------------------------------------------------------*/
.site-header {
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  z-index: 9999;
  padding: 20px 0;
  overflow: visible;
  transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
}

.site-header.site-header-shrink {
  padding: 17px 0;
}

.tagline{
  font-family: "Helvetica";
  font-size: 15px;
  text-align: center;
  color: #4b484f;
  margin: 5px 0 0 0;
}
.tagline-symbol{
  position: relative;
  top: -3px;  
  left: -5px;
}

.main-nav{
    padding-top: 22px;
}

.main-nav ul li,
.main-nav ul li a:visited {
  float: left;
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  position: relative;
  color: #31373a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  line-height: 18px;
  padding: 5px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.main-nav ul li:hover,
.main-nav ul li a:hover {
  color: #B21818;
}
.main-nav ul li a i {
  margin-left: 7px;
}
.main-nav ul li a.current,
.main-nav ul li.current {
  color: #B21818;
}
.main-nav ul li ul {
  display: none;
  top: 100%;
  left: 0;
  margin-top: 5px;
  position: absolute;
  width: 220px;
  background-color: white;
  border: 2px solid #f1f4f5;
}
.main-nav ul li ul li {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #dce4e6;
}
.main-nav ul li ul li:last-child {
  border-bottom: none;
}
.main-nav ul li ul li a {
  background-color: transparent !important;
  color: #777777 !important;
  text-transform: capitalize;
  font-weight: 600;
}
.main-nav ul li ul li a:hover {
  color: #B21818 !important;
}
.main-nav ul li ul li:last-child a {
  border-bottom: none;
}
.main-nav ul.nav-sub-level{
  padding: 10px 0 0;
  z-index: 9999;
  -webkit-box-shadow: 9px 13px 25px -13px rgba(0,0,0,0.59);
  -moz-box-shadow: 9px 13px 25px -13px rgba(0,0,0,0.59);
  box-shadow: 9px 13px 25px -13px rgba(0,0,0,0.59);
}
.main-nav ul.nav-sub-level li{
  padding-bottom: 10px;
}

a.menu-toggle-btn {
  float: right;
  padding: 20px 20px 15px;
  color: #31373a;
  font-size: 14px;
  display: block;
}
a.menu-toggle-btn i {
  font-size: 25px;
}

.main_menu li {
  border-bottom: 1px solid #485156;
  padding: 10px 0;
}
.main_menu li:first-child {
  padding-top: 0;
}
.main_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main_menu li a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #bfbfbf;
  font-weight: 500;
  display: block;
}
.main_menu li ul li {
  margin-left: 20px;
}
.main_menu li ul li:first-child {
  border-top: 1px solid #485156;
  padding-top: 8px;
  margin-top: 10px;
}
.main_menu li ul li:before {
  content: '-';
  color: gray;
  margin-right: 10px;
}

.responsive_menu {
  padding: 20px;
  background-color: rgba(49, 55, 58, 0.98);
  display: none;
  position: relative;
  z-index: 9999;
}

/*------------------------------------------------------
	General Styling 
--------------------------------------------------------*/
.first-widget{
  margin-bottom: 50px;
}

.block_area{
	background-color: none;
}

.dark-content {
  background-color: #31373a;
  width: 100%;
  padding: 70px 0 80px 0;
}
  .dark-content .section-header .section-title {
    color: white;
  }
  .dark-content .section-header .section-desc {
    color: #939ea4;
  }
  .dark-content .section-header p {
    color: #f1f4f5;
  }

section#content{
  background-color: white;
  background-image: url("../images/cog@2.png");
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 327px 250px;
  padding-bottom: 50px;
}

.section-header .section-title {
  font-size: 30px;
  font-weight: 600;
}

.larger-text {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #aaaaaa;
}

.large-button {
  padding: 15px 20px;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.large-button.white-color {
  color: #31373a;
  background-color: white;
}

.main-button {
  padding: 12px 15px;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.main-button.accent-color {
  background-color: #B21818;
  color: white;
}
a.main-button.accent-color:hover {
  background-color: #31373a;
}

.icon-button {
  margin-left: 15px;
}
.fa{
  font-size: 20px;
  position: relative;
  top: 3px;
}

.last-item-margin {
  margin-bottom: 100px;
}

label {
  font-weight: normal;
  color: #aaaaaa;
}

input, textarea {
  border: 0;
  color: #777777;
  width: 70%;
  padding: 8px 14px;
  background-color: #f1f4f5;
  border: 1px solid #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  background-color: white;
  border-color: #dce4e6;
}

ul.checkboxset{
  list-style: none;
}

input.checkbox{
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

legend{
  color: #aaaaaa;
  font-size: 16px;
  width: 70%;
  border-bottom: none;
  padding-top: 5px;
}

.Actions input {
  background-color: #B21818;
  color: white;
}

.Actions input:hover,
.Actions input:focus {
  background-color: #4b484f;
}

.mainBtn {
  background-color: #B21818;
  padding: 7px 17px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}
.mainBtn:hover {
  background-color: #ff6962;
}

button {
  outline: 0;
  border: 0;
}

input.mainBtn:focus,
input.mainBtn {
  background-color: #B21818;
  border: 0;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.parallax-overlay {
  background-color: rgba(0, 0, 0, 0.40);
  height: 100%;
}

.banner-image{
  background-size: 100%;
  background-position: center;
}

.page-title{
  padding: 50px 0 50px 20px;
}
.page-title h2{ 
  color: white;
  font-size: 30px;
  font-weight: 500;
}

.page-location {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

blockquote {
  margin: 30px 0;
  display: block;
  color: #aaaaaa;
}

#content img.right{
  margin-left: 20px;
  margin-bottom: 10px;
}

/*------------------------------------------------------
  Testimonials Styling 
--------------------------------------------------------*/
.testimonials-widget {
  background-color: #f1f4f5;
  padding: 80px 0;
}

.testimonial {
  text-align: center;
}

.testimonial-description {
  font-size: 20px;
  line-height: 1.8em;
  margin: 40px 0 50px 0;
}

.testimonial-content {
  width: 80%;
  margin: 0 auto;
}

.testimonial-author {
  margin-bottom: 40px;
  color: #aaaaaa;
}
.testimonial-author:before, .testimonial-author:after {
  content: "-";
  color: #c3c3c3;
  margin: 0 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  border: 2px solid #aaaaaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f17e39;
  border-color: #f17e39;
}


/*------------------------------------------------------
	Sidebar Styling 
--------------------------------------------------------*/
.sidebar {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sidebar-widget {
  margin-bottom: 60px;
}

.widget-title {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 30px 0;
}


/*------------------------------------------------------
	Contact Page Styling 
--------------------------------------------------------*/
#contact{
  margin-bottom: 100px;
}

.contact-wrapper h3 {
  margin: 0 0 30px 0;
}

.contact-sidebar{
  margin-bottom: 50px;
  padding-left: 0px;
}

.error{
  display: block;
  color: red;
  margin-bottom: 10px;
}

/*------------------------------------------------------
  Block Styling - Hero Block
--------------------------------------------------------*/
.hero-block {
  margin-bottom: 50px;
  background-position: center -86px;
}

.hero-block-content {
  padding: 7em 0;
  text-align: center;
}
.hero-block-content p {
  padding: 1.2em 7em;
  font-size: 18px;
  line-height: 32px;
}
.hero-block-content h2{
  color: white;
}
.hero-block-content .large-button:hover {
  opacity: 0.8;
}


/*------------------------------------------------------
  Block Styling - Grey Block
--------------------------------------------------------*/
.grey-block {
  background-color: #f1f4f5;
}


/*------------------------------------------------------
  Block Styling - Four Column Block
--------------------------------------------------------*/
.four-column-block .columns {
  margin-top: 30px;
}

/*------------------------------------------------------
  Footer Styling 
--------------------------------------------------------*/

.site-footer {
  font-weight: 700;
  text-align: right;
  padding: 30px 0;
  background-color: #333333;
  color: #ccc;
  font-family: "Raleway", sans-serif;
}

ul.footer-menu{
  margin-bottom: 40px;
}
.footer-menu li {
  display: inline-block;
  margin: 0 20px;
}
.footer-menu li a {
  color: #aaaaaa;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-menu li a:hover {
  color: #B21818;
}
.footer-menu li a.current{
  color: #B21818;
}

.copyright-text {
  text-align: center;
  width: 100%;
  display: block;
  margin: 40px 0 0 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}

/*------------------------------------------------------
  LOGIN FORM
--------------------------------------------------------*/

#MemberLoginForm_LoginForm_Remember_Holder{
  width: 218px;
  margin: 0 auto;
  padding: 5px 0;
}
  #MemberLoginForm_LoginForm_Remember_Holder .checkbox{
    float: none;
    margin: 8px;
  }

#MemberLoginForm_LoginForm{
  padding: 0 20px 40px;
  text-align: center;
}

/*------------------------------------------------------
 FORMS
--------------------------------------------------------*/

.field{
  margin-bottom: 15px;
}

.requiredField label::after { 
    content: " *";
    color: red;
    font-weight: bold;
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {
  #home-intro {
    background-position: center;
  }

  .site-header {
    padding: 17px 0;
  }

  .first-widget {
    margin-top: 0;
  }

  .testimonial-content {
    width: 100%;
  }

  .project-img {
    margin-bottom: 40px;
    display: block;
  }

  .hero-block-content p{
    padding: 1.2em 0.5em;
  }
}
@media (max-width: 767px) {
  .parallax { 
	 background-position: center center !important; 
  }
  
  .cta .cta-title {
    display: block;
    margin-bottom: 30px;
  }

  .page-title {
    text-align: center;
  }
  .page-title .text-right {
    text-align: center;
  }

  .page-location {
    display: inline-block;
    margin-top: 30px;
  }

  .isotope-item {
    width: 100%;
    height: auto;
  }

  input, textarea {
  width: 100%;
}

@media (max-width: 500px) {
  #home-intro{
    background-position: top right !important;
    height: 600px;
  }

  .hero-block-content {
    padding: 5em 0.5em;
  }

  #content img.right{
    float: none !important;
    display: block;
    margin: 10px 0px;
  }
}
