/** GLOBAL STYLES **/

@font-face {
  font-family: 'Lato Black';
  src: url('fonts/lato-black-webfont.eot');
  src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-black-webfont.svg#latoblack') format('svg'), url('fonts/lato-black-webfont.woff') format('woff'), url('fonts/lato-black-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('fonts/lato-regular-webfont.eot');
  src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/lato-regular-webfont.svg#latoblack') format('svg'), url('fonts/lato-regular-webfont.woff') format('woff'), url('fonts/lato-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}

body {
	background-color: #ffffff;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #555555;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

a:hover {
	color: #c9c9c9;
}

/** HEADER **/

.top-bar, .top-bar ul {
    background-color: #ffffff;
}

.top-bar-right .menu li a {
	background: url('../../images/menu.png') no-repeat;
	text-indent: -9999px;
	width: 55px;
	height: 50px;
}

.button-configurator {
    color: #0053a0;
    /*font-family: "Lato Black";*/
    font-size: 16px;
    font-weight: 900;
    display: block;
    text-align: center;
    padding: 13px 10px;
    height: 56px;
    margin-right: 20px;
    border: 3px solid #0053a0;
}

.button-configurator:hover {
    color: white;
    /*padding: 12px 9px;*/
    background-color: #0053a0;

    /*border: 4px solid #0053a0;*/
}

.button-search {
	background-color: #0053a0;
	color: #ffffff;
	float: right;
	font-size: 30px;
	text-align: center;
	width: 58px;
	padding: 6px 0;
	height: 56px;
	cursor: pointer;
}

.button-contact {
	background-color: #ee3a43;
	color: #ffffff;
	float: right;
	font-size: 30px;
	text-align: center;
	width: 58px;
	height: 56px;
	padding: 8px 0;
	margin-right: 10px;
}

#show-search {
	float: right;
	width: 310px;
	border: 1px solid #0053a0;
	margin-right: 10px; 
	padding: 7px;
	display: none;
}


#show-search .screen-reader-text {
	display: none;
}

#show-search .search-submit {
	float: right;
	margin: 0;
	background-color: #0053a0;
}

#show-search .search-field {
	float: left;
	margin-bottom: 0;
}

.content {
	padding-top: 2px;
}

.show-menu {
	z-index: 1000 !important;
	width: 50% !important;
	visibility: visible !important;
}

.off-canvas.position-right {
	height: 100%;
	width: 0;
	background-color: #0053a0;
}

#top-small-nav {
    color: #ffffff;
    padding: 25px;
    text-align: right;
}

.menu .active > a {
	background: none;
	color: #7d7d7d;
}

.accordion-menu li {
	padding-left: 15%;
}

.accordion-menu li a {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-transform: lowercase;
}

#page-header {
	width: 100%;
}

.accordion-menu .submenu li {
	padding-left: 5%;
}

.accordion-menu .submenu li a {
	font-size: 18px;
	line-height: 12px;
	font-weight: normal;
}


/** FOOTER **/

#footer {
	margin-top: 0;
	border-top: 1px solid #ffffff;
}

.inner-footer {
	background-color: #707070;
}

.footer.cell {
	margin: 0;
}

#footer1 {
	padding: 75px;
	background-color: #555555;
	width: 50%;
}

#footer2, #footer3 {
	padding: 75px 35px;
	color: #ffffff;
	font-size: 14px;
}

#footer1 h3 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 25px;
}

#footer1 .button-catalog {
	color: #ffffff;
	font-style: italic;
	border: 1px solid #ffffff;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.footer p {
	color: #ffffff;
}

/** HOMEPAGE **/

#home-left, #home-right {
	min-height: 670px;
	background-size: cover;
	padding: 0;
	margin: 0;
	width: 50%;
}

#home-left-content, #home-right-content {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	display: table;
	cursor: pointer;
}

#home-left-content .inside, #home-right-content .inside {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

#home-left-content .inside .inside-item, #home-right-content .inside .inside-item {
	visibility: hidden;
}

#home-left-content h2 a, #home-right-content h2 a {
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
}

#home-left:hover #home-left-content .inside-item,  #home-right:hover #home-right-content .inside-item{
    visibility: visible;
}

#home-right.inactive #home-right-content, #home-left.inactive #home-left-content {
	background-color: transparent;
}

#home-right.inactive #home-right-content .inside, #home-left.inactive #home-left-content .inside {
	visibility: hidden;
}

#home-left-content a, #home-right-content a {
	color: #ffffff;
	font-size: 27px;
}

#home-left-content a:hover, #home-right-content a:hover {
	text-decoration: underline;
}

#home-content {
	background-color: #e7ebf4;
	padding: 90px;
	width: 100%;
}

#home-content-interior {
	max-width: 1200px;
	margin: 0 auto;
}

#home-content-interior h1 {
	font-size: 33px;
	text-align: center;
	margin-bottom: 30px;
	color: #555555;
}

/** PRODUCTS/SYSTEMS ARCHIVE **/

#products-archive .interior-box, #systems-archive .interior-box {
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px;
}

#products-archive .grid-item:nth-child(even), #systems-archive .grid-item:nth-child(even) {
	background-color: #f8f8f8;
}


#products-archive .article-header, #systems-archive .article-header {
	position: relative;
	top: -86px;
	background-color: #fff;
	display: inline-block;
	padding: 25px 160px 0 160px;
	color: #555555;
	font-size: 60px;
	margin-left: 120px;
}

#products-archive .article-header .page-title, #systems-archive .article-header .page-title {
	white-space: nowrap;
}

#products-archive .entry-content, #systems-archive .entry-content {
	margin-top: -70px;
}

#products-archive h2, #systems-archive h2 {
	color: #555555;
	font-size: 32px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.grid-items {
	margin: -50px 0 30px 0;
}

.product-title, .system-title {
	text-align: center;
	padding: 5px;
}

.product-title a, .system-title a {
	font-size: 19px;
	color: #555555;
}

.product-item, .system-item {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	cursor: pointer;
	margin-bottom: 20px;
}

.product-item img, .system-item img {
	width: 100%;
}

.product-item:hover, .system-item:hover {
	background-color: rgba(0,0,0,0.1);
}

#systems-archive .grid-padding-x .cell, #products-archive .grid-padding-x .cell {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 40px;
}

/** PRODUCT SINGLE, SYSTEM SINGLE **/

.single-product #top-bar-menu, .single-system #top-bar-menu {
	box-shadow: 0 4px 2px -2px #ccc;
}

.product-image {
	background-color: #d7deed;
	text-align: center;
}

.product-info {
	padding-top: 150px;
	padding-left: 85px;
	padding-right: 85px;
	color: #555555;
}

.product-info h1 {
	font-size: 33px;
	margin-bottom: 25px;
}

.product-data {
	font-size: 16px;
}

.instructions-button {
	background-color: #448ccb;
	padding: 14px;
	width: 100%;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
}

.msds-button {
	background-color: #681664;
	padding: 14px;
	width: 49%;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-right: 2%;
	float: left;
	margin-bottom: 15px;
}

.sds-button {
	background-color: #9e0b0f;
	padding: 14px;
	width: 49%;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	float: left;
	margin-bottom: 15px;
}

.spec-button {
	background-color: #ec333b;
	padding: 14px;
	width: 100%;
	display: block;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	clear: both;
}

.advantages {
	background-color: #d7deed;
	padding: 100px 0;
}

.advantages h2 {
	text-align: center;
	width: 100%;
	color: #555555;
	font-size: 33px;
	margin-bottom: 70px;
}

.advantages .inner-content {
	max-width: 750px;
	margin: 0 auto;
	color: #555555;
	font-size: 18px;
}

.drawings {
	padding: 80px 0;
}

.drawings h2 {
	text-align: center;
	width: 100%;
	color: #555555;
	font-size: 33px;
	margin-bottom: 70px;
}

.drawings .inner-content {
	max-width: 850px;
	margin: 0 auto;
	color: #555555;
	font-size: 18px;
}

.drawings a {
	color: #555555;
}

.included-products {
	padding-bottom: 50px;
}

.included-products-interior {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
}

.included-products h2 {
	text-align: center;
	color: #555555;
	padding: 60px;
	font-size: 33px;
}

.red-bar {
	height: 10px;
	background-color: #9e0b0f;
	margin-bottom: 10px;
}

.blue-bar {
	height: 10px;
	background-color: #0053a0;
	margin-bottom: 30px;
}

.coverage {
	padding: 25px;
	background-color: #e1e1e1;
}

.moreinfo {
	color: #9e0b0f;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

#moreinfo {
	max-width: 800px;
}

#moreinfo h2 {
	font-size: 30px;
	color: #555555;
	padding-left: 25px;
	margin-bottom: 0;
}

#moreinfo h3 {
	font-size: 17px;
	padding-left: 25px;
	margin-bottom: 25px;
}

.coverage h4 {
	color: #9e0b0f;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.application {
	padding: 25px;
}

.application h4 {
	color: #0053a0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.system-left-box {
	display: table;
	width: 100%;
}

.system-box {
	display: table-row;
	height: 50%;
}

.system-box img {
	margin: 15px auto;
	display: block;
	max-height: 300px;
	width: auto;
}

#powerTip {
	background-color: #555555;
}

#powerTip.n:before {
    border-top: 10px solid #555555;
}

#powerTip.e:before {
    border-right: 10px solid #555555;
}

#powerTip.s:before {
    border-bottom: 10px solid #555555;
}

#powerTip.w:before {
    border-left: 10px solid #555555;

}


#powerTip.ne:before,
#powerTip.nw:before {
    border-top: 10px solid #555555;
}

#powerTip.se:before,
#powerTip.sw:before {
    border-bottom: 10px solid #555555;
}

#powerTip.ne-alt:before,
#powerTip.nw-alt:before,
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
    border-top: 10px solid #555555;
}



#powerTip.se-alt:before,
#powerTip.sw-alt:before {

    border-bottom: 10px solid #555555;
    border-bottom: 10px solid rgba(0, 0, 0, .8);

}

.box_view_html p {
	color: #ffffff;
}

#colorchart h2 {
	margin-bottom: 0;
}

.color-chart {
	max-width: 750px;
}

.color-chart img {
	margin-bottom: 5px;
}

.color-chart .chart-item {
	display: inline-block;
	position: relative;
}

.color-chart .chart-item .title {
	position: absolute;
	bottom: 0;
	font-size: 10px;
	background-color: rgba(0,0,0, 0.05);
	width: 100%;
	text-align: center;
}

.color-chart img:hover {
	opacity: 0.7;
}

.product-breadcrumbs {
	background-color: #555555;
	color: #ffffff;
	padding: 6px;
	text-align: center;
}

.product-breadcrumbs a {
	color: #ffffff;
}

.pins_animation {
	border-width: 15px !important;
	top: 0px !important;
	left: -15px !important;
}

/* stupid chrome fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .pins_animation {
		border-width: 15px !important;
		top: 3px !important;
		left: -12px !important;
	}
}

/** ABOUT PAGE **/

.page-template-template-full-width .entry-content {
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
}

#blue-top-page {
	padding-top: 0;
}

.blue-top {
	padding: 90px;
	background-color: #e7ebf4;
	margin-bottom: 30px;
}

.blue-top h1 {
	font-size: 33px;
}

.blue-top .cell {
	max-width: 1400px;
	margin: 0 auto;
}

#blue-top-page .inner-content {
	padding: 30px 90px;
}

#blue-top-page .inner-content h2 {
	font-size: 33px;
	margin-bottom: 90px;
}

#about-images img {
	max-width: 17%;
	margin: 0 25px 30px 25px;
}

#about-images {
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}

/** CONTACT PAGE **/

.blue-right {
	background-color: #e7ebf4;
}

#contact-page {
	padding-top: 0;
}

#contact-right {
	padding: 90px;
}

#contact-left {
	padding: 90px 75px;
}

#contact-left h2 {
	font-size: 33px;
	color: #555555;
}

#contact-left .nf-form-fields-required {
	display: none;
}

#contact-left .ninja-forms-field[type=button] {
	background-color: #448ccb;
	padding: 10px 80px;
	color: #ffffff;
	font-style: italic;
	border: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	display: block;
}

#contact-right {
	font-size: 14px;
	font-weight: bold;
}

#contact-right h3 {
	font-size: 23px;
	font-weight: bold;
}

#contact-right iframe {
	float: left;
	margin-right: 15px;
	border: 5px solid #ffffff !important;
	margin-bottom: 50px;
}

#contact-right .map-box {
	clear: both;
}

/** DETAIL DRAWINGS **/

.detail-drawing {
	width: 48%;
	margin: 0 1% 30px 0;
	float: left;
}

.detail-drawing h2 {
	font-size: 30px !important;
}

.drawings a {
	text-decoration: underline;
}

.drawings a:hover {
	color: #cacaca;
}



.pop-up-modal-box {
	pointer-events: all;
    background-color: #fff;
    top: 18px;
    right: 390px;
    position: absolute;    
    display: block;
    padding: 10px 20px 10px;
    border-radius: 6px;
    filter: drop-shadow(-1px 3px 6px #010101);
    z-index: 10;
    width: 263px;
    text-align: center;
    font-size: 13px;
    font-family: 'Lato';
    font-weight: 900;
    color: #0053A0;   
	  -webkit-animation-duration: .5s;
	  animation-duration: .5s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation-name: bounceInUp;
	  animation-name: bounceInUp;
	  -webkit-transform-origin: center bottom;
	  transform-origin: center bottom;
	 animation-delay: 1.6s;

}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0);
  }

  60% {
    opacity: .7;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
  	opacity: .8;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
  	opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
  	opacity: 0;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0, 160px, 0);
  }

  60% {
  	opacity: .7;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
  	opacity: .8;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
  	opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.pop-up-modal-box .arrow-up {
    position: absolute;
    top: 28px;
    right: -18px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 23px solid #fff;
    z-index: 9999;
}
.pop-up-modal-box .modal-body p{
    text-align: center;
    font-size: 13px;
    font-family: 'Lato'; 
    color: #0053A0;
    margin-bottom: 5px;
    padding: 0 13px;
}
.pop-up-modal-box .color {
	background: url('https://sfo2.digitaloceanspaces.com/cdn-multicoat-com/wp-content/uploads/2019/10/24093231/mult-popup.png') no-repeat;
	max-width: 145px;
    height: 76px;
    background-size: contain;
    margin: auto;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1) {
	.pop-up-modal-box .color {
		background: url('https://sfo2.digitaloceanspaces.com/cdn-multicoat-com/wp-content/uploads/2019/10/24093231/mult-popup.png') no-repeat;
		width: 144px;
    	height: 75px;
    	background-size: cover;
	    margin: auto;
	}
}
.pop-up-modal-box .pop-up-close {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 32px;
  height: 32px;
  cursor: pointer;
   z-index: 1;
  opacity: 0.5;
  transition: all .3s;
}
.pop-up-modal-box .modal-body {
	    margin-right: -6px;
}

.pop-up-modal-box .pop-up-close:before, .pop-up-modal-box .pop-up-close:after {
  position: absolute;
  top: 5px;
  left: 50%;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #333;
}
.pop-up-modal-box .pop-up-close:before {
  transform: rotate(45deg);
}
.pop-up-modal-box .pop-up-close:after {
  transform: rotate(-45deg);
}
.pop-up-modal-box .pop-up-close:hover {
  transform: scale(1.1);
}

/* Blog */
.blog-home {
	margin-bottom: 50px;
}
.blog-home .container {
	max-width: 1443px;
	margin: auto;
}
.blog-home .posts {
	 margin-bottom: 50px;
	display: flex;
	flex-direction: row;	
}
.blog-home .top-post {
	flex-grow: 1;
}
.blog-home .top-post:nth-child(1) {
	flex-grow: 3;
}
.blog-home .top-post {
	display: flex;
	flex-direction: row;
}
.blog-home .top-post .top-post-block {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	/*height: 120%;*/
	background-image: linear-gradient(to top, #b93a55 1%, rgba(247, 159, 163, 0.5) 100%, rgba(252, 250, 250, 0) 100%, rgba(216, 216, 216, 0) 100%);
}
.blog-home .top-post:nth-child(3) .top-post-block {
	background-imager: linear-gradient(to top, #e2313a 1%, rgba(236, 90, 96, 0.47) 67%, rgba(252, 250, 250, 0) 100%, rgba(216, 216, 216, 0) 100%);
}
.blog-home .top-post .top-post-block img {
    z-index: -1;
    bottom: -100%;
    top: -100%;
    left: -100%;
    right: -100%;
    /* width: auto; */
    min-width: 100%;
    min-height: 100%;
	height: auto;
    margin: auto;
}
.blog-home .top-post .top-post-block > a::before {
	content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 5;
    transition: all .4s;
}
.blog-home .top-post .top-post-block:hover > a::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.blog-home .top-post:nth-child(1) .top-post-block .entry-content .entry-title {
	color: #ffffff;
    font-family: "Lato Black";
    font-size: 44px;
    font-weight: 900;
	max-width: 90%;
}
.blog-home .top-post:nth-child(2) .top-post-block .entry-header .entry-title {
	width: 100%;
    color: #ffffff;
    font-family: "Lato Black";
    font-size: 22px;
    font-weight: 900;
    text-align: center;
	position: absolute;
    bottom: -118px;
    transform: translate(0%, -50%);
    z-index: 6;
}
.blog-home .top-post:nth-child(3) .top-post-block .entry-header .entry-title {
	width: 239px;
	height: 26px;
	color: #ffffff;
	font-family: "Lato Black";
	font-size: 22px;
	font-weight: 900;
	z-index: 6;
}
.blog-home .top-post:nth-child(1) .top-post-block .entry-content {
	bottom: 0;
    width: 100%;
    position: absolute;
	height: 47%;
    background-image: linear-gradient(to top, #2b6eab 63%, rgba(252, 250, 250, 0) 97%, rgba(216, 216, 216, 0) 100%);
}
.blog-home .top-post:nth-child(2) .top-post-block .entry-content {
	bottom: 0;
    width: 100%;
    position: absolute;
    height: 52%;
    background-image: linear-gradient(to top, #b93a55 53%, rgba(247, 159, 163, 0.47) 67%, rgba(252, 250, 250, 0) 100%, rgba(216, 216, 216, 0) 100%);
}
.blog-home .top-post:nth-child(3) .top-post-block .entry-content {
	bottom: 0;
	width: 100%;
	position: absolute;
	background-image: linear-gradient(to top, #e2313a 53%, rgba(236, 90, 96, 0.47) 67%, rgba(252, 250, 250, 0) 100%, rgba(216, 216, 216, 0) 100%);
	height: 45%;
}

.blog-home .top-post:nth-child(2) .entry-content-desc {
    position: relative;
    height: 100%;
    width: 265px;
    margin: auto;
}
.blog-home .top-post:nth-child(2) .entry-content-desc .assign {
	width: 326px;
}
.blog-home .top-post:nth-child(2) .top-post-block .entry-content a {
	width: initial;
	margin-left: 0 !important;
}
.blog-home .top-post:nth-child(3) .entry-content-desc {
    position: relative;
    height: 100%;
    width: 265px;
    margin: auto;
}
.blog-home .top-post:nth-child(3) .entry-content-desc .assign {
	width: 326px;
}
.blog-home .top-post:nth-child(3) .top-post-block .entry-content a {
	width: initial;
	margin-left: 0 !important;
}

 .blog-home .top-post .top-post-block .entry-content p {
	color: #ffffff;
	font-family: Lato;
	font-size: 22px;
	font-weight: 700;
	/* max-width: 90%;*/
 }
.blog-home .top-post:nth-child(1) .top-post-block .entry-content p {
	max-width: 90%;
}
 .blog-home .top-post:nth-child(2) .top-post-block .entry-content p {
	color: #ffffff;
	font-family: Lato;
	font-size: 22px;
	font-weight: 700;
	 max-width: 255px;
 }
.blog-home .top-post:nth-child(3) .top-post-block .entry-content p  {
	width: auto;
}
 .blog-home .top-post:nth-child(2) .top-post-block .entry-content p:nth-child(2) {
	display: none;
 }
 .blog-home .top-post:nth-child(3) .top-post-block .entry-content p:nth-child(2) {
	display: none;
 }
  .blog-home .top-post .top-post-block .entry-content a {
  	position: absolute;
  	width: 100%;
	color: #ffffff;
	font-family: Lato;
	font-size: 16px;
	font-weight: 700;
	  bottom: 25%;
    z-index: 6;
 }
   .blog-home .top-post .top-post-block .entry-content  .assign a {
  	position: absolute;
  	width: 100%;
	color: #ffffff;
	font-family: Lato;
	font-size: 0.85vw;
	font-weight: 400;
    bottom: 20px;
    z-index: 6;	
 }
.blog-home .top-post:nth-child(1) .top-post-block .entry-content a {
    margin-left: 44px;
}
 .blog-home .top-post:nth-child(2) .top-post-block .entry-content a {
	 position: absolute;
	 top: 54%;
	 max-width: 90%;
	 left: 5%;
}
.blog-home .top-post:nth-child(2) .top-post-block .entry-content .assign a {
	top: unset;
	position: absolute;
	bottom: 6%;
	left: 5%;
}
.blog-home .top-post:nth-child(3) .top-post-block .entry-content a {
    /*margin-left: 44px;*/
	position: absolute;
	/*top: 21%;*/
	top: 58%;
	max-width: 90%;
	left: 5%
}
.blog-home .top-post:nth-child(3) .top-post-block .entry-content .assign a {
	top: unset;
	position: absolute;
	bottom: 6%;
	left: 5%
}
/* top posts */
.blog-home h1 {
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 47px;
	font-weight: 900;
	margin: 0px 15px 50px 15px;

}
.category.blog-home h1 {
	margin: 50px 0px 35px 15px;
}
.blog-home .post-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	margin: 0 15px;
}
.blog-home .post-top .post-top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 50px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.blog-home .post-top .post-top-block img {
	min-width: 257px;
	max-width: 257px;
	height: 137px;
}
.blog-home .post-top .entry-content {
	margin-left: 50px;
}
.blog-home .post-top .entry-title {
	color: #010101;
	font-family: "Lato Black";
	font-size: 22px;
	font-weight: 900;
}
.blog-home .post-top p {
	color: #000000;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.blog-home .post-top .more {
	height: 16px;
	color: #5d5d5d;
	font-family: "Lato Black";
	margin-top: 14px;
	display: block;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.blog-home .post-top .more:hover {
	text-decoration: underline;
}

/*Facebook like*/
.fb_iframe_widget {
	display: block !important;
	position: relative;
	margin-bottom: 12px;
}
.fb-like  button.inlineBlock {
	opacity: 0;
	border-radius: 3px;
	font-size: 11px;
	height: 46px;
	padding: 0 6px;
}

/*Facebook like*/
.fb_iframe_widget {
	display: block !important;
	position: relative;
	margin-bottom: 12px;
}
.fb-like  button.inlineBlock {
	opacity: 0;
	border-radius: 3px;
	font-size: 11px;
	height: 46px;
	padding: 0 6px;
}


/* Blog Posts */

.blog-post .article-header {
	width: 100%;
}
.blog-post .article-header h1 {
	min-width: 50%;
}

.blog-home img  {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.human-error {
	color: #aa0000;
}
.blog-post {
	background-color: #fcfafa;
}
.blog-post .main {
	max-width: 697px;
}
.blog-post .container{
	max-width: 1440px;
	margin: 0 auto;
}
.blog-post article.post {
	max-width: 98%;
}
.blog-post .main {
	padding-left: 23px;
	padding-right: 23px;
}
.blog-post h1 {
	color: #000000;
	font-family: "Lato Black";
	font-size: 44px;
	font-weight: 900;
	margin-top: 50px;
	margin-bottom: 21px;
	text-transform: initial;
}
.blog-post h2 {
	color: #000000;
	font-family: Lato;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: initial;
}
.blog-post h3 {
	color: #000000;
	font-family: Lato;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: initial;
}
.blog-post h4 {
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 22px;
	text-transform: initial;
}
.blog-post .type-post > .entry-content h2 {
	color: #000000;
	font-family: Lato;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px
}
.blog-post .type-post > .entry-content h3 {
	color: #000000;
	font-family: Lato;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 22px;
	margin-top: 20px;
}
.blog-post .type-post > .entry-content h4 {
	color: #000000;
	font-family: Lato;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 22px;
	margin-top: 10px;
}
.blog-post .type-post > .entry-content ul li {
	list-style: outside none none;
	color: #080808;
	font-family: Lato;
	font-size: 20px;
	font-weight: 400;
}
.blog-post .type-post > .entry-content ul li::before {
	color: #050712;
	content: "- ";
	font-size: 1.4em;
	font-weight: 700;
	margin-left: -1em;
	vertical-align: baseline;
}
.blog-post .entry-content img {
	max-width: 100%;
	height: auto;
}
.blog-post .entry-content img.alignnone {
	max-width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.entry-content img.aligncenter {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.blog-post section.entry-content p {
	color: #080808;
	font-family: Lato;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 52px;
}
.blog-post section.entry-content > p:nth-child(1) span {
	display: inline-block;
}
.blog-post section.entry-content > p span a {
	opacity: 1;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
.blog-post section.entry-content > p span a:hover {
	opacity: .75;
	text-decoration: none;
}
.blog-post section.entry-content > p {
	color: #080808;
	font-family: Lato;
	font-size: 20px;
	font-weight: 400;
}
.blog-post section.entry-content > p span.social:nth-child(2) a {
	/* Style for "Rectangle" */
	padding: 10px 40px;
	/* padding: 2vh 6.5vh; */
	background-color: #0053a0;
	color: #ffffff;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	margin-left: 10px;
	margin-right: 10px;
}
.blog-post section.entry-content > p span.social:nth-child(3) a {
	/* Style for "Rectangle" */
	/* padding: 2vh 6.5vh; */
	display: none;
	padding: 10px 40px;
	background-color: #b229ad;
	color: #ffffff;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	margin-left: 10px;
	margin-right: 10px;

}
.blog-post section.entry-content > p span.social:nth-child(4) a {
	/* Style for "Rectangle" */
	/* padding: 2vh 6.5vh; */
	padding: 10px 40px;
	background-color: #0077b5;
	color: #ffffff;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	margin-left: 10px;
	margin-right: 10px;
}
.blog-post  .wp-block-image {
	margin-top: 50px;
}
.blog-post .soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 104px;
	margin-top: 72px;
}
.blog-post .soc .soc-follow {
	margin-left: 50px;
}
.blog-post .soc .soc-follow img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.blog-post .soc p {
	margin-bottom: 17px;
	margin-left: 18px;
	text-align: left;
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 16px;
}
.blog-post .soc .soc-follow a:nth-child(1) {
	margin-left: 13px;
	padding-right: 25px;
}
.blog-post .soc .soc-follow a:nth-child(2) {
	padding-right: 3px;
}
.blog-post .soc .soc-follow a:hover {
	opacity: .8;
}
.blog-post .top-post img {
	min-width: 320px;
	max-width: 320px;
	height: 139px;
}
.blog-post .top-post .entry-content {
	width: 320px;
}
.blog-post .top-post .entry-content .entry-title a {
	color: #010101;
	font-family: "Lato Black";
	font-size: 22px;
	font-weight: 900;
}
#sidebar2 .entry-content-desc {
	border: 1px solid #e1e1e1;
	background-color: #f9f9f9;
	margin-bottom: 42px;
}
#sidebar2 .entry-content-desc p {
	margin: 15px 30px;
	color: #5d5d5d;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
}
#sidebar2 .entry-content-desc .more {
	height: 16px;
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 32px;
}
#sidebar2 .entry-content-desc a.more {
	margin: 0;
}
.blog-post .btn-posts {
	background-color: #ffff;
	padding-top: 78px;
}
.blog-post .btn-posts h4 {
	color: #0a0a0a;
	font-family: "Lato Black";
	font-size: 44px;
	text-align: center;
	padding-bottom: 78px;
}

/* Comments */
#comments h3.comments-title {
	color: #0a0a0a;
	font-family: "Lato Black";
	font-size: 44px;
	font-weight: 900;
}
.comment-form-comment #comment {
	max-width: 100%;
	height: auto;
	border: 1px solid #948d8d;
}
.blog-post .comment-title {
	color: #0a0a0a;
	font-family: "Lato Black";
	font-size: 44px;
	font-weight: 900;
}
.blog-post .comment-title .comments p {
	font-size: 2rem;
}
.comment-form-comment #comment {
	display: list-item;
}
.commentlist .comment_content h4 {
	color: #5d5d5d;
	font-family: Lato;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
}
.commentlist .comment_content p {
	display: inline-block;
	margin: 0.7335em 0 1.5em;
	color: #5d5d5d;
	font-family: Lato;
	font-size: 22px;
	font-weight: 400;
}
.commentlist .comment-reply-link {
	float: right;
	height: 16px;
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: underline;
}
#respond .submit {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: .85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out,color .25s ease-out;
	-o-transition: background-color .25s ease-out,color .25s ease-out;
	transition: background-color .25s ease-out,color .25s ease-out;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fefefe;
}
/* Bottom Further Reading */
.blog-post .btn-posts .top-post {
	float: left;
	width: 33%;
}
.blog-post .btn-posts .top-post img {
	min-width: 257px;
	max-width: 257px;
	height: 137px;
}
.blog-post .btn-posts .top-post .entry-content {
	width: 320px;
}
.blog-post .btn-posts .top-post .entry-content-desc {
	position: relative;
	border: 1px solid #e1e1e1;
	background-color: #f9f9f9;
	margin-bottom: 42px;
	max-width: 257px;
	min-height: 330px;
}
.blog-post .btn-posts .top-post .entry-content-desc p {
	margin: 32px;
}
.blog-post .btn-posts .top-post .entry-content-desc p:nth-child(1) {
	color: #555555;
}
.blog-post .btn-posts .top-post .entry-content-desc .more {
	position: absolute;
	bottom: 10px;
	height: 16px;
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 0 32px;
	width: max-content;
}
.blog-post .btn-posts .top-post .entry-content-desc a.more {
	margin: 0;
}
.blog-post .categories {
	margin-bottom: 25px;
	list-style: none;
}
.blog-post .categories h2 {
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 30px;
	font-weight: 900;
}
.blog-post .categories ul {
	padding-left: 0;
	list-style: none;
	color: #5d5d5d;
	font-family: Lato;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
.blog-post .categories ul li a {
	color: #5d5d5d;
	font-family: Lato;
	font-size: 22px;
	font-weight: 400;
	line-height: 45px;
	transition: all .5s ease;
}
.blog-post .categories ul li a:hover {
	text-decoration: underline;
}
.blog-post .more {
	margin-bottom: 80px;
}
.blog-post .more a {
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: underline;
}
.blog-post .more a:hover {
	opacity: .8;
}
.blog-post .show-more {
	cursor: pointer;
	height: 16px;
	color: #5d5d5d;
	font-family: "Lato Black";
	font-size: 14px;
	font-weight: 900;
	padding-left: 0;
	margin-bottom: 70px;
	text-transform: uppercase;
	text-decoration: underline;
	border: none;
	background: none;
}
.blog-post .show-more:focus {
	outline:0;
}
#footer {
	margin-top: 15px;
}

/** MEDIA QUERIES **/

@media all and (max-width: 1200px) {
	.blog-post .main {
		width: 64% !important;
	}
	.blog-post article.post {
		max-width: 100%;
	}
}
@media all and (min-width: 1960px) {
	.blog-home .top-post:nth-child(1) .top-post-block .entry-content .entry-title {
		margin-bottom: 50px;
	}
}
@media all and (max-width: 1720px) {
	.blog-home h1 {
		margin: 0px 15px 50px 15px
	}
	.blog-home .top-post:nth-child(1) .top-post-block .entry-content {
		height: 60%;
	}
}
@media all and (max-width: 1440px) {
	.blog-home h1, .blog-home h2 {
		margin-left: 15px;
	}
	.blog-post .btn-posts {
		padding-top: 10px;
		margin: 0 15px;
	}
	#sidebar2 {
		display: block;
		padding-left: 30px;
	}
}
@media (max-width: 768px) {
	.blog-post h1 {
		padding-left: 38px;
	}
	.blog-post .container {
		padding: 0 15px;
	}
	.blog-post h1 {
		padding-left: 38px;
	}
}
@media (min-width: 768px) {
	.blog-post h1 {
		padding-left: 38px;
	}
	.blog-post .container, .blog-home .container {
		width: 750px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.blog-post .cell {
		padding: 0;
		margin: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.blog-post h1 {
		padding-left: 0;
	}
	.blog-post .container, .blog-home .container {
		width: 970px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.blog-post .main {
		width: 66.66666667%;
		margin-right: 0;
	}
	.blog-post .cell {
		padding: 0;
		margin: 0;
	}
	#sidebar2 {
		width: 33.33333333%;
	}
}
@media all and (min-width: 1024px) {
	.blog-post h1 {
		padding-left: 0;
	}
	.top-bar {
		padding-right: 0;
	}
	.top-bar-right > .menu {
		background-color: #0053a0;
		border: 3px solid #0053a0;
	}
	.top-bar-right > .menu li a {
		background: none;
		width: 100%;
		height: 100%;
		text-indent: unset;
		font-size: 22px;
		font-weight: 400;
		color: #fff;
		padding: 14px 14px;
		transition: all .3s ease-in-out;
	}
	.top-bar-right > .menu li a:hover {
		color: #0053a0;
		background-color: #fff;
	}
}

@media all and (min-width: 1200px) {
	.blog-post .main {
		margin-right: 20px !important;
	}
	.blog-post .container, .blog-home .container {
		width: 1170px;
	}
}

@media all and (min-width: 1440px) {
	.blog-post .main {
		margin-right: 70px !important;
	}
	.blog-post .container, .blog-home .container {
		width: 1170px;
	}
/*	.blog-home .top-post .top-post-block {
		height: 735px;
	}
	.blog-home .top-post .top-post-block img {
		height: 735px;
	}*/
	/*.blog-home .top-post:nth-child(1) .top-post-block .entry-content {
		height: 338px;
	}
	.blog-home .top-post:nth-child(2) .entry-content-desc {
		height: 382px;
	}*/
	/*.blog-home .top-post:nth-child(3) .entry-content-desc {
		height: 330px;
	}*/
	.blog-post .top-post .entry-content {
		width: 320px;
	}
	#sidebar2 {
		display: block;
	}
	.blog-post .btn-posts h4 {
		text-align: left;
		padding-left: 28%;
	}
	.blog-post .btn-posts .container {
		margin-left: 174px;
		width: 1128px;
	}
	.blog-post .btn-posts .top-post {
		width: 320px;
	}
	.blog-post .btn-posts .top-post:nth-child(3) {
		margin-left: 82px;
	}
	.blog-post .btn-posts .top-post:nth-child(4) {
		margin-left: 82px;
	}
}
@media all and (max-width: 1000px) {
	.blog-home .top-post:nth-child(2) .top-post-block .entry-content p {
		max-width: calc(200px);
	}
	.blog-home .post-top .entry-content {
		position:  relative;
	}
	.blog-home .post-top .more {
		bottom: -20px;
	}
	.blog-post .main {
		width: 100% !important;
	}
	.blog-post h1 {
		padding-left: 15px;
	}
	#sidebar2 {
		padding-left: 23px;
		padding-right: 23px;
		width: 100%;
		margin: 0 auto;
	}
	.blog-post .top-post img {
		min-width: 320px;
		max-width: 320px;
		height: 139px;
	}
}
@media all and (max-width: 1110px) {
	.blog-post .main section.entry-content {
		max-width: 697px;
	}
	.blog-post h4 {
		text-align: center;
	}
	.blog-post .top-post-block {
		max-width: 320px;
		margin: auto;
	}
	.blog-post .further-reading {
		display: none;
	}
	.blog-post .categories ul {
		text-align: center;
	}
	.blog-post .show-more {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		margin-bottom: 70px;
	}
}
@media all and (min-width: 1000px) {
	.blog-home .post-top .entry-content {
		max-width: 900px;
		position: relative;
	}
}
@media all and (min-width: 1322px) and (max-width: 1439px) {
	#sidebar2 {
		display: block;
		/*margin-left: 105px;*/
	}
	.blog-post .btn-posts .container {
		margin-left: 174px;
		width: 1128px;
	}
	.blog-post .btn-posts .top-post:nth-child(3) {
		margin-left: 82px;
	}
	.blog-post .btn-posts .top-post:nth-child(4) {
		margin-left: 82px;
	}

}
@media all and (max-width: 1392px) {
	.blog-home .top-post .top-post-block .entry-content .entry-content-desc {
		width: 87%;
	}
	.blog-home .top-post:nth-child(2) .top-post-block .entry-content .entry-content-desc {
		margin-left: 12px;
	}
	.blog-post .grid-margin-x>.small-12 {
		width: calc(100% - 1.25rem);
	}
	.blog-post .top-post-block {
		max-width: 320px;
	}
	.blog-post .soc p {
		margin-bottom: 13px;
		text-align: center;
	}
	.blog-post .soc .soc-follow {
		margin: auto;
	}

	.blog-home .top-post:nth-child(1) .top-post-block .entry-content .entry-title {
		width: 97%;
		font-size: 2.8vw;
		margin: 0;
	}
	.blog-home .top-post .top-post-block .entry-content p.entry-title {
		margin: 0;
	}
	.blog-home .top-post .top-post-block .entry-content p {
		font-size: 1.7vw;
		margin: 10px 0;
	}
	.blog-home .top-post:nth-child(2) .top-post-block .entry-content a {
		margin-left: 0px;
	}
	.blog-home .top-post:nth-child(3) .top-post-block .entry-content a {
		margin-left: 0px;
	}
	.blog-home .top-post:nth-child(2) .top-post-block .entry-content p {
		font-size: 1.6vw;
		text-align: left;
		line-height: 1.4;
	}
	.blog-home .top-post:nth-child(3) .top-post-block .entry-content p {
		font-size: 1.6vw;
		text-align: left;
		line-height: 1.4;
	}
	.blog-home .top-post:nth-child(2) .top-post-block .entry-content .assign a {
		margin-left: 15px;
	}
	.blog-home .top-post:nth-child(3) .top-post-block .entry-content .assign a {
		margin-left: 15px;
	}
}
@media all and (max-width: 1000px) {
	.blog-home .top-post:nth-child(1) .top-post-block .entry-content .entry-title {
		width: 100%;
		font-size: 2.8vw;
	}
	.blog-post h4 {
		text-align: center;
	}
	.blog-post .categories ul {
		text-align: center;
	}
	.blog-post .show-more {
		width: 40%;
		margin-left: 30%;
		margin-right: 30%;
	}
	.blog-post .top-post-block {
		max-width: 320px;
		margin: auto;
	}

	.blog-post .soc p {
		margin-bottom: 13px;
		text-align: center;
	}
	.blog-post .soc .soc-follow {
		margin: auto;
	}
	.blog-post .top-post .entry-content {
		max-width: 320px;
	}
	/*.blog-post .btn-posts .top-post {
		display: none;
	}*/
	.blog-post .btn-posts .top-post {
		float: none;
		width: 100%;
	}
	.blog-post .btn-posts .top-post img {
		height: auto;
	}
	.blog-post .btn-posts .top-post .entry-content {
		width: 92%;
	}

}
@media all and (max-width: 768px) {
	.blog-post .blog_button {
		display: block;
	}
	.blog-post .entry-content img {
		display: block;
		float: none;
	}
	.blog-post .pull-right, .blog-post .alignright {
		float: none;
		display: block;
	}
	.blog-home .container {
		width: 100%;
		margin: auto;
	}
	.blog-home .top-post:nth-child(1) .top-post-block .entry-content p {
		max-width: 84%;
	}
	.blog-home .top-post:nth-child(2) {
		display: none;
	}
	.blog-home .top-post:nth-child(2) .entry-content-desc .assign {
		max-width: calc(200px);
	}
	.blog-home .top-post:nth-child(3) {
		display: none;
	}
	.blog-home .top-post:nth-child(1) .top-post-block .entry-content .entry-title {
		width: 100%;
		font-size: 31px;
	}
	.blog-home .top-post .top-post-block .entry-content p {
		font-size: 22px;
		max-width: 400px;
	}
	.blog-home .top-post:nth-child(1) .top-post-block .entry-content a {
		font-size: 16px;
	}
	.blog-home .post-top .post-top-block {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.blog-home .post-top .post-top-block img {
		z-index: -1;
		bottom: -100%;
		top: -100%;
		left: -100%;
		right: -100%;
		width: auto;
		min-width: 100%;
		/*min-height: 100%;*/
		margin: auto;
	}
	.blog-home .post-top .post-top-block img {
		height: auto;
	}
	.blog-home .post-top .post-top-block img {
		height: auto;
	}
	.blog-home .post-top .entry-content {
		margin-left: 0px;
		margin-top: 15px;
	}
	.product-info {
		padding-top: 50px;
	}

	.included-products h2 {
		padding: 50px;
	}

	.advantages {
		padding-top: 35px;
		margin-top: 20px;
	}

}

@media all and (max-width: 550px) {
	.blog-post h1, h2 {
		font-size: 9vw;
	}
	.blog-home .post-top .post-top-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.blog-home .post-top .entry-content {
		margin-left: 0px;
		margin-top: 15px;
	}
	.blog-home .posts {
		margin-bottom: 38px;
	}
	.blog-home .top-post .top-post-block {
		width: 100%;
		height: 100%;
	}
	.blog-home .top-post .top-post-block img {
		width: 100%;
		height: 429px;
	}
	.blog-home .top-post:nth-child(1) .top-post-block .entry-content {
		bottom: 0;
		width: 100%;
		position: absolute;
		height: 44%;
	}
	.blog-home .top-post .top-post-block .entry-content .entry-content-desc {
		width: initial;
	}
	.blog-home .post-top .post-top-block {
		margin-bottom: 0;
	}
	.blog-home .top-post .top-post-block .entry-content p {
		font-size: 22px;
		max-width: 80%;
	}
	.blog-post section.entry-content p {
		margin-bottom: 50px;
	}
	.blog-post section.entry-content > p {
		display: block;
	}
	.blog-post section.entry-content > p span {
		display: block;
	}
	.blog-post section.entry-content > p .social a {
		display: block;
		width: 150px;
		margin: 10px auto;
	}
}

@media all and (max-width: 650px) {

	.blog-post h1, h2 {
		margin-left: 0;
		text-align: center;
	}
	#home-left, #home-right, #footer1 {
		width: 100%;
		float: none;
	}

	#footer2 {
		border-bottom: 1px solid #ffffff;
	}

	#footer2, #footer3 {
		padding: 40px;
	}

	.detail-drawing {
		float: none;
		width: 100%;
	}

	.show-menu {
		width: 100% !important;
	}

	.accordion-menu li a {
		font-size: 20px;
	}

	#products-archive .article-header, #systems-archive .article-header {
		top:-67px;
		padding: 25px 80px 5px 80px;
		margin-bottom: 10px;
		margin-left: 25px;
	}

	#home-content {
		padding: 50px;
	}

	#home-content-interior h1 {
		font-size: 26px;
	}

	.blue-top {
		padding: 50px;
	}

	#about-images img {
		max-width: 48%;
	}

	#contact-left, #contact-right {
		padding: 25px;
	}

	#contact-right h3 {
		clear: both;
	}

	#home-left .inside-item, #home-right .inside-item {
		display: none;
	}

	#home-left-content h2 a, #home-right-content h2 a {
		font-size: 35px;
		border: 2px solid #ffffff;
		padding: 5px 10px;
		background-color: rgba(0,0,0,0.3);
	}

	.top-bar-left a {
		padding: 0;
	}

	.top-bar-left {
		max-width: 48% !important;
	}

	.top-bar-right {
		max-width: 10% !important;
	}

	.top-bar-right.buttons {
		max-width: 42% !important;
	}

	#show-search {
		position: absolute;
		z-index: 100;
		top: 8px;
		left: 5px;
		background-color: #fff;
	}

	#page-header {
		max-height: 200px;
		max-width: none;
		width: auto;
	}

	#products-archive .article-header, #systems-archive .article-header {
		position: static;
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.top-bar-right .menu li a {
		width: 40px;
		margin-left: -8px;

	}
	.blog-post section.entry-content > p:nth-child(first) {
		text-align: center;
		display: block;
	}
	.blog-post section.entry-content img {
		max-width: 100%;
		height: auto;
	}
	.blog-post section.entry-content > p .social a {
		display: inline-block;
		width: 150px;
		margin: 10px auto;
	}
	/* .blog-post section.entry-content > p:nth-child(1) {
		text-align: center !important;
	} */
	.blog-post section.entry-content > p span {
		display: block !important;
		text-align: center !important;
	}

}
@media all and (max-width: 420px) {
	.blog-home .post-top .post-top-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.blog-home .post-top .entry-content {
		margin-left: 0px;
		margin-top: 15px;
	}
}
@media all and (max-width: 290px) {
	.blog-home .post-top .post-top-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 103%;
	}
	.blog-home .post-top .entry-content {
		margin-left: 0px;
		margin-top: 15px;
	}
}