







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



























































/* 1g. Site header */


/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */
















.content-wrapper,
.page-center,
.dnd-section > .row-fluid {
	max-width: 1350px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: 70px  20px;
}

@media (max-width: 768px){
	.dnd-section,
	.content-wrapper--vertical-spacing {
		padding:70px  18px 70px ;
	}
}






body {
	font-size: 18px;
	color: #7c7c7c;
	font-weight: 400;
	font-family: Lato;
}



/* Anchors */

a {
	color: #707070;
}

a:hover,
a:focus {
	color: #EA5F00;
}

/* Headings */

h1 {
	font-family: Lato;
	font-size: 55px;
	color: #333333;
	font-weight: 700;
}

h2 {
	font-family: Lato;
	font-size: 45px;
	color: #333333;
	font-weight: 400;
}

h3 {
	font-family: Lato;
	font-size: 40px;
	color: #333333;
	font-weight: 700;
}


h4 {
	font-family: Lato;
	font-size: 37px;
	color: #333333;
	font-weight: 700;
}

h5 {
	font-family: Lato;
	font-size: 28px;
	color: #333333;
	font-weight: 700;
}

h6 {
	font-family: Lato;
	font-size: 22px;
	color: #333333;
	font-weight: 700;
}
@media(max-width: 768px){
	h1 {
		font-size: calc(55px * .6);
	}
	h2 {
		font-size: calc(45px * .6);
	}
	h3 {
		font-size: calc(40px * .6);
	}
	h4 {
		font-size: calc(37px * .6);
	}
	h5 {
		font-size: calc(28px * .6);
	}
	h6 {
		font-size: calc(22px * .6);
	}
}







.button{
	background-color: 

  
  
    
  


  rgba(38, 36, 45, 1.0)

;
	border: 1px solid #e95e1f;
	border-radius: 20px;
	color: #e95e1f;
	padding: 17px 30px;
}

.button:hover,
.button:focus {
	background-color: rgba(0, 143, 202, 1.0);
	border-color: rgba(0, 143, 202, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.button:active {
	background-color: rgba(0, 143, 202, 1.0);
	border-color: rgba(233, 94, 31, 1.0);
	color: #e95e1f;
}






/* Form title */
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-form,
.hs-search-module,
.systems-page form,
.blog-comments form {
	background-color: 

  
  
    
  


  rgba(38, 36, 45, 1.0)

;
}
.form-title {
	color: #ffffff;
}

/* Form label */

form .hs-form-field > label,
form .field > label{
	color: #ffffff;
}

/* Form help text */

form legend {
	color: #ffffff;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	background-color: rgba(38, 36, 45,0.0);
	border-bottom-color: rgba(255, 255, 255,1.0);
	color: rgba(255, 255, 255,1.0);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	border-bottom-color: rgba(23, 168, 227,1.0);
}

/* Form placeholder text */


/* Date picker */

.fn-date-picker td.is-selected .pika-button {
	background: #7c7c7c;
}

.fn-date-picker td .pika-button:hover {
	background-color: #7c7c7c !important;
}

.fn-date-picker td.is-today .pika-button {
	color: #7c7c7c;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	border: 1px solid;
	background-color: rgba(38, 36, 45, 1.0);
	border-color: rgba(233, 94, 31, 1.0);
	border-radius: 20px;
	color: rgba(233, 94, 31, 1.0);
	padding: 17px 30px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
	border: 1px solid;
	background-color: rgba(0, 143, 202, 1.0);
	border-color: rgba(0, 143, 202, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
	border: 1px solid;
	background-color: rgba(0, 143, 202, 1.0);
	border-color: rgba(233, 94, 31, 1.0);
	color: #e95e1f;
}





table {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-color: #7c7c7c;
}

th,
td {
	border-color: #7c7c7c;
	color: #7c7c7c;
}

thead th,
thead td {
	background-color: 

  
  
    
  


  rgba(124, 124, 124, 1.0)

;
	border-bottom-color: #7c7c7c;
	color: #FFFFFF;
}

tfoot td {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #7c7c7c;
}





header.header{
	background-color:rgba(255, 255, 255, 1.0);
}
.header .header-primary-nav .hs-menu-wrapper >ul>li>a{
	color:rgba(112, 112, 112, 1.0);
}
.header .header-primary-nav .hs-menu-wrapper >ul>li>a:hover{
	color:rgba(234, 95, 0, 1.0);
}
.header .header-primary-nav .hs-menu-wrapper ul ul{
	background-color:rgba(255, 255, 255, 1.0);
}
.header .header-primary-nav .hs-menu-wrapper ul ul:after{
	border-bottom-color:rgba(255, 255, 255, 1.0);
}
.header .header-primary-nav .hs-menu-wrapper ul ul li a{
	color:rgba(68, 68, 68, 1.0);
}
.header .header-primary-nav .hs-menu-wrapper ul ul li a:hover{
	color:rgba(255, 255, 255, 1.0);
	background-color:rgba(234, 95, 0, 1.0);
}
.header .secondary-nav ul li a{
	color:rgba(112, 112, 112, 1.0);
}
.header .secondary-nav ul li a:hover{
	color:rgba(234, 95, 0, 1.0);
}
.header .contact_btn{
	color:rgba(255, 255, 255, 1.0);
	background-color:rgba(234, 95, 0, 1.0);
}
.header .contact_btn:hover{
	color:rgba(255, 255, 255, 1.0);
	background-color:rgba(234, 95, 0, 0.8);
}
.header .header-primary-nav .hs-menu-wrapper >ul>li.active>a,
.header .header-primary-nav .hs-menu-wrapper >ul>li.active-branch>a{
	color:rgba(38, 36, 45, 1.0);
}




footer.footer{
	background-color:rgba(32, 31, 34, 1.0);
}
.footer .ugb-inner-block p {
	color:rgba(204, 204, 204, 1.0);
}
.footer .widget h4{
	color:rgba(170, 170, 170, 1.0);
}
.footer .widget div p:first-child a{
	color:rgba(255, 255, 255, 0.75);
}
.footer .widget div p:first-child a:hover{
	color:rgba(234, 95, 0, 0.75);
}
.footer .widget div address{
	color:rgba(95, 95, 95, 1.0);
}
.footer .footer-widget:not(:last-child) .widget div p:last-child a{
	color:rgba(67, 184, 224, 1.0);
}
.footer .footer-widget:not(:last-child) .widget div p:last-child a:hover{
	color:rgba(234, 95, 0, 1.0);
}
.footer .footer-nav .hs-menu-wrapper ul li a{
	color:rgba(138, 136, 138, 1.0);
}
.footer .footer-nav .hs-menu-wrapper ul li a:hover{
	color:rgba(234, 95, 0, 1.0);
}
.footer .social-links ul li a svg{
	color:rgba(138, 136, 138, 1.0);
}
.footer .social-links ul li a:hover svg{
	color:rgba(234, 95, 0, 1.0);
}
.footer .copyright p{
	color:rgba(138, 136, 138, 1.0);
}
.footer .copyright, .footer .footer-nav-wrap,.footer .footer-widgets-outer{
	border-color:rgba(170, 170, 170, 1.0);
}





/* Blog Header */

.blog-post__date {
  border-color: #7c7c7c;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #7c7c7c;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #7c7c7c;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #7c7c7c;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #7c7c7c;
}

.blog-pagination__link {
  color: #7c7c7c;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #7c7c7c;
}

.blog-post__title {
  color: #333333;
  font-family:Lato;
  font-size: 45px;
  font-weight: ;
}

.blog-post__author {
  background-color: #333333;
}

#comments-listing .comment-reply-to {
  color: #7c7c7c;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #7c7c7c;
}

#comments-listing .comment-reply-to:active {
  color: #7c7c7c;
}

/*             Blog Grid Listing and Post styles            */


.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__read-more svg {
  fill: #7c7c7c;
}


.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #7c7c7c;
}

.blog__subscription-block {
  background-color: ;
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__body, .blog-post__tags a {
  color: #7c7c7c;
}

.blog-post__links-container {
  border-top:  2px solid rgb(31, 31, 31);
}

.blog-post__back-to-blog {
  color: #7c7c7c;
}

.blog-post__back-to-blog svg {
  fill: #7c7c7c;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(31, 31, 31);
}

.comment.depth-1 {
  border-left: 2px solid rgb(31, 31, 31);
}

.blog-recent-posts {
  background-color: ;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}









.card__price {
	font-family: Lato
		font-size: 40px;
	color: #333333;
	font-weight: 700
}