/* ******************************************
GENERAL
****************************************** */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

* {
	outline: none;
}

:root {
	/*--accent-color: #dea531;*/
	--black-text: #0a0a0a;
	--mint-color: #00c7b1;
	/*--accent-color: rgba(0, 199, 177, 1);*/
    --color: 255, 152, 0;
	--accent-color: rgba(var(--color), 1);
    --shadowColor: 0 7px 0 rgba(var(--color), 1),0 14px 0 rgba(var(--color), 1);
    --herobg: rgb(44, 43, 39);
    --titlebarbg:  #fff;
}
.grid-container {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 90rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
body {
	font-family: 'Montserrat', Arial, san-serif;
}

h1 {
	/*font-family: 'Libre Baskerville', serif;*/
	font-family: 'Montserrat', Arial, san-serif;
	font-weight: 400;
}

h2 {
	font-family: 'Montserrat', Arial, san-serif;
	font-weight: 400;
}
h3, h4, h5, h6 {
	font-family: 'Montserrat', Arial, san-serif;
}
p {
	font-family: 'Roboto', Arial, san-serif;
	color: #999;
}
ul {
	font-family: 'Roboto', Arial, san-serif;
	color: #999;
}
.bold {
	font-weight: 500;
}
.off-canvas-content {
    background-color: #fff;
}
.off-canvas-wrapper {
	background-color: #fff;
}

a {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}

.sliding-highlight a {
	box-shadow: inset 0 0 0 0 #ffffff;
    color: #ffffff;
    mix-blend-mode: screen;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.sliding-highlight a:hover {
    box-shadow: inset 600px 0 0 0 #ffffff;
    color: #222;
    mix-blend-mode: screen;
    text-decoration: none;
}
.sliding-highlight-rev a {
	box-shadow: inset 0 0 0 0 var(--black-text);
    color: var(--black-text);
    mix-blend-mode: screen;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.sliding-highlight-rev a:hover {
    box-shadow: inset 600px 0 0 0 var(--black-text);
    color: #fff;
    mix-blend-mode: screen;
    text-decoration: none;
}
.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.boxrel {
	position: relative;
}
.centered {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}



/* ******************************************
NAV - MOBILE
****************************************** */

.title-bar {
	background-color: var(--titlebarbg);
	height: 70px;
	padding-top: 10px;
	border-top: 1px solid #e2e1dd;
	border-bottom: 1px solid #b3b3b3;
	color: #666;
}
.main-nav {
	padding-top: 50px;
	display: table;
  	margin: 0 auto;
}
.main-nav h2 {
	color: #222;
	font-weight: 500;
}
.position-left {
    width: 100%;
    -ms-transform: translateX(-250%);
    transform: translateX(-250%);
}
.off-canvas {
    transition: transform 0.5s ease-out;
    background: var(--titlebarbg);
}
.off-canvas-content {
    background: #fff;
    width: 100%;
}
.doc {
    position: relative;
    padding-top: 10px; 
}
.doc ul{
    text-align: center;
    font-size: 24px; 
}
.doc .close-button {
    padding-top: 20px;
}
.close-button {
    color: #222;
}
.close-button:focus {
    color: #222;
}
.close-button:hover {
    color: var(--accent-color); 
}
.logo-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.title-bar-title:hover {
    color: var(--accent-color);
}

.title-bar-title {
    cursor: pointer;
}
.menu-icon::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 2px;
background: #666;
-webkit-box-shadow: 0 7px 0 #666,0 14px 0 #666;
box-shadow: 0 7px 0 #666,0 14px 0 #666;
content: "";
}

/* ******************************************
NAV - DESKTOP
****************************************** */

.menu2 > li > a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
	margin: 0 .5rem;
}
.menu2 > li > a:hover {
	color: var(--accent-color);
	text-decoration: underline;
	text-underline-offset: 0.9em;
	text-decoration-thickness: 3px;
}
.menu-icon:hover::after {
    background: var(--accent-color);
    -webkit-box-shadow: var(--shadowColor);
    box-shadow: var(--shadowColor);
}
.title-bar {
	z-index: 1;
}
.title-bar-logo, .title-bar-left > a {
	color: #666;
	padding-left: 20px;
	font-family: 'Montserrat', Arial, san-serif;
	font-weight: 900;
	font-size: 24px;
}
.title-bar-center {
	text-align: center;
}

.title-bar-center a {
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
	padding: 10px;
	text-transform: uppercase;
}
/*
.title-bar-center a:hover {
	color: var(--accent-color);
	text-decoration: underline;
	text-underline-offset: 0.9em;
	text-decoration-thickness: 3px;
}
*/
.title-bar-left {
}
.sticky-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease-in-out;
}
.sticky-btn.sticky {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.is-dropdown-submenu {
    width: 100%;
}
.title-bar-width {
	position: relative;
	z-index: 9;
}
.dropdown-pane {
	position: absolute;
	z-index: 10;
	top: 58px !important;
	left: 0 !important;
	display: none;
	width: 100%; 
	padding: 1rem;
	visibility: hidden;
	border: 0;
	border-bottom: 1px solid #b3b3b3;
	border-radius: 0;
	background-color: white;
	font-size: 1rem;
	text-align: left;
}
.dropdown-pane img {
	max-height: 160px;
}
.above-menu-right {
	display: block;
  	margin-top: auto;
  	margin-bottom: auto;
  	text-align: right;
	padding-top: 20px;
}
.above-menu-left {
	display: block;
  	margin-top: auto;
  	margin-bottom: auto;
  	text-align: left;
	padding-top: 20px;
}
.above-menu-left p {
	text-transform: uppercase;
	font-size: 0.7em;
	color: #222;
}

/* ******************************************
FOOTER
****************************************** */

footer {
	background-color: #222;
	padding: 60px 0px 10px 0px;
}

footer h3 {
	color: rgba(255,255,255,0.8);
	font-size: 1.3em;
	padding-top: 20px;
}

footer hr {
	border-color: rgba(255,255,255,0.1);
	margin: 10px 0;
}

footer p {
	color: rgba(255,255,255,0.8);
	font-size: 1.1em;
}

footer a {
	color: rgba(255,255,255,0.8);
}

footer span {
	font-weight: bold;
	color: rgba(255,255,255,0.3);
}

footer a:hover {
	color: var(--accent-color);
}
.fs > i.fa:hover {
    color: var(--accent-color);
}
.footer-small{
	color: #999;
	font-size: 12px;
	text-align: center;
}
.footer-small a {
	color: rgba(255,255,255,0.3);
}
.footer-small hr {
	display: block;
	max-width: 100rem;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    padding: 0;
}
.copyright {
	position: absolute;
  	bottom: 0;
  	padding-right: 6.6rem;
}
.copyright p, .copyright a {
	color: #747679;
}
.pad-foot {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.copy-black p, .copy-black a {
	color: #747679;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 0;
}

/* ******************************************
NEW
****************************************** */

.space-below {
	margin-bottom: 30px;
}
.mar-tb {
 	margin: 0 0;
}
.mar-b {
	margin-bottom: 40px;
}
.pad-b2 {
	padding-bottom: 80px;
}
.pad-t2 {
	padding-top: 80px;
}
.pad-t3 {
	padding-top: 20px;
}
.pad-t5 {
	padding-top: 8px;
}
.pad-b5 {
	padding-bottom: 15px;
}
.ptb {
	padding: 0rem 2rem;
}
.pad-all {
	padding: 80px 0px;
}
.ticker {
	margin: 0 0 20px 0;
}
.ticker-title {
	padding-top: 30px;
}
.s1wx2h {
	padding-top: 60px;
	padding-right: 20px;
}
.s21wx2h {
	padding: 30px 50px;

}
.s31wx2h {
	padding: 20px 30px;

} 
.bg-black {
	background: var(--titlebarbg);
	background-color: #000;
	color: #747679;
}
.bg-white {
	background: #fff;
	color: #0a0a0a;
}
.bg-grey-light {
	/*background-color: #f5f5f5;*/
	background-color: #d9d9d7;
	color: #222;
}
.bg-grey-light p {
	color: #222;
}
.bg-grey {
	background: var(--herobg);
	background-color: rgb(39, 36, 37);
	/* background-color: #969486;
	background-color: #52534b;
	background-color: #d6d0c4; 
	background-color: #575850;
	background-color: #5f6167;
	background-color: #414d57;
	background-color: #353d46;
	background-color: #53565a;
	*/
	
	
	color: #fff;
}
.bg-grey p {
	color: #fff;
}
.bg-green {
	background-color: rgb(110, 120, 98);
	color: #fff;
}
.bg-orange {
	background-color: #c75725;
	color: #fff;
}
.bg-brown {
	background-color: rgb(140, 113, 80);
	color: #fff;
}
.bg-light-blue {
	background-color: #85c3e7;
	color: #fff;
}
.bg-vid {
	background-color: rgb(218, 217, 215);
	background-color: #f5f5f5;
	background-color: #f2eee9;
	background-color: #babab1;
	background-color: #d6d2cc;
	background-color: #d9d9d7;
	color: #222;
}
.bg-vid h6 {
	font-size: 0.7rem;
}
.bg-vid p {
	color: #222;
}
.bg-dot {	
	background: url(/assets/site/dot_bg_1.png) #36c5ca;
	background-repeat: repeat;
	color: #ffffff;
}
.bg-subscribe {
    position: relative;
    min-height: 523px;
    background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

    url('../assets/site/subscribe-building-innovations.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}
.just p {
	line-height: 1.5;
	text-align: justify;
}
.pad-rig-40 img, .pad-rig-40 p{
	padding-right: 34px;
}
.white, .white:hover {
	color: #fff;
}
hr {
    border: none;
    height: 1px;
    margin: 3px 3px;
    background-color: #222;
}
hr.hr-small {
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
    margin-left: auto;
	margin-right: auto;
    background: var(--black-text);
    border: none;
}
hr.hr-small-left {
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
	margin-right: 100%;
    background: var(--black-text);
    border: none;
}

hr.white {
    background: #fff;
}
hr.hr-footer {
	background: #4d4e53;
	margin: 10px 0 20px 0;
}
.button {
	font-family: 'Montserrat', Arial, san-serif;
	font-weight: 600;
}

.button.hollow {
    border: 2px solid #000000;
    color: #000000;
}
.button.hollow:focus, .button.hollow:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: var(--black-text);
    color: #fff;
}
.button:focus, .button:hover {
    background-color: #fff;
    color: var(--black-text);
}
.but-for {
	background-color: var(--black-text);
	border: 2px solid var(--black-text);
    color: #fff;
}
.but-for:focus, .but-for:hover {
    background-color: transparent;
	border: 2px solid var(--black-text);
    color: var(--black-text);
}
.but-rev {
	background-color: #fefefe;
	border: 2px solid #fefefe;
    color: var(--black-text);
    mix-blend-mode: screen;
}
.but-rev:focus, .but-rev:hover {
    background-color: transparent;
	border: 2px solid #fefefe;
    color: #fefefe;
}

.menu-sub {
	background-color: var(--accent-color);
    color: #fff;
	margin: 0 25px 0 0;
	padding: 27px 25px;
}

.menu .button, .menu a {
     padding: 0.75rem 1rem;
}


a[href^=tel] {
	text-decoration: inherit;
	color: inherit;
}

/* ******************************************
BI
****************************************** */

.pp-menu {
	max-height: 400px;
	overflow-y: auto;
}

.pp-menu button{
	text-align: left;
	width: 100%;
}


.wrap-text-image-left {
	float: left;
	margin-right: 30px;
}

.popular-item:nth-child(1) {
	border-top: 1px solid #222;
}
.popular-item {
	list-style: none;
	counter-increment: popular;
	margin: 0;
	padding: 16px 16px 16px 56px;
	position: relative;
	border-bottom: 1px solid #222;
}
.popular-item::before {
	content: counter(popular);
	position: absolute;
	left: 4px;
	top: 15px;
	color: #222;
	font-size: 1.3333333333333333em;
	font-weight: 400;
}
.popular-items {
	margin-left: 0;
}

.spacer {
	padding: 30px 10px 30px 10px;
}
.spacer:nth-child(1) {
	padding: 30px 20px 30px 0px;
}
.spacer:last-child {
	padding: 30px 0px 30px 20px;
}

.card {
	cursor: pointer;
	border: 0;
	&:hover {
		.main-link {
	  		color: #fff;
	  		text-decoration: none;
		}
	}
	&:focus-within a:focus {
		text-decoration: none;
	}
	.main-link {
	  	color: #fff;
	}
}


.h-vid {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 6px;
}
#mag-cover {
	height: 320px;
	width: auto;
}




.text-container {
	margin-top: 20px;
	margin-bottom: 20px;
	word-break: break-word;
	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 6;
  	display: -webkit-box;
  	overflow: hidden;
}
.text-container p {
  display: inline;
}

.text-container p::after {
  content: " \A\A";
  white-space: pre;
}
.left-border {
    display: block;
    width: 2px;
    background: var(--black-text);
    position: absolute;
    bottom: -10px;
    height: 100%;
    left: 0;
}
.left-border1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.left-border2 {
	height: 100%;
	padding: 0;
	margin: 0;
    background: linear-gradient(#000, #000) no-repeat left/2px 100%;
}
.align-bottom {
    display: block;
    position: absolute;
    bottom: 30px;
}
.align-c {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.divider {
	width: 2px;
	min-height: 180px;
	display: block;
	flex: 1;
	background-color: #000;
	margin-bottom: 50px;
	margin-left: 50%;
	margin-right: 50%;
}
.divider2 {
	position: absolute;
    top:0; left:2px;
    min-height:505px;
    border-left: 1.5px solid black;
}

.col-count {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.orbit-next, .orbit-previous {
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 10;
	padding: 1rem;
	color: #222;
}
.orbit-previous {
	left: 46%;
}
.orbit-next {
	right: 46%;
}
.orbit-bullets button {
	width: 0.6rem;
	height: 0.6rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: #222;
}
.orbit-bullets {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -22px;
	margin: auto;
}
.orbit-spacer  div.cell { 
	padding: 0 10px;
}
.orbit-spacer  div.cell:first-child {
	padding: 0 20px 0 0;
}
.orbit-spacer  div.cell:last-child {
	padding: 0 0 0 20px;
}

.orbit-spacer-2  div.cell:first-child {
	padding: 0 15px 0 0;
}
.orbit-spacer-2  div.cell:last-child {
	padding: 0 0 0 15px;
}

.orbit-spacer-4  div.cell:first-child {
	padding: 0 22px 0 0;
}
.orbit-spacer-4  div.cell:nth-child(2) { 
	padding: 0 14px 0 8px;
}
.orbit-spacer-4  div.cell:nth-child(3) { 
	padding: 0 6px 0 16px;
}
.orbit-spacer-4  div.cell:last-child {
	padding: 0 0 0 22px;
}

.img-hover-zoom-con {
	overflow: hidden;
}
.img-hover-zoom {
  cursor: pointer;
}
.img-hover-zoom {
	transform: scale(1.001) rotate(.001deg); /* ex */
	-webkit-transform:translate3d(0,0,0);/* ex */
}
.img-hover-zoom img {
  transition: transform .25s, visibility .25s ease-in;
  display: block;/* ex */
}
.img-hover-zoom:hover img {
  transform: scale(1.1) rotate(.2deg);
}
.img-hover-zoom:hover .full-bg {
  background-size: 110%;
}
.img-hover-text {
  /* background: linear-gradient(0deg, var(--accent-color), var(--accent-color)) no-repeat right bottom / 0 var(--bg-h);*/
  background: linear-gradient(0deg, #222, #222) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 300%;
}
.img-hover-zoom:where(:hover, :focus-visible) .img-hover-text  {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: #fff;
}

.img-hover-text {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
.img-hover-text:focus, .img-hover-text:hover {
	/*color: #fff;*/
	text-decoration: none;
}



.multi-text-line-button {
  /* background: linear-gradient(0deg, var(--accent-color), var(--accent-color)) no-repeat right bottom / 0 var(--bg-h);*/
  background: linear-gradient(0deg, #222, #222) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 300%;
}
.multi-text-line-button:focus, .multi-text-line-button:hover  {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: #fff;
  text-decoration: none;
}

.multi-text-line-button {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}




.text-bg {
	background-color: white;
  	color: #222;
}
.text-bg-rev {
	background-color: black;
  	color: #fff;
}
.hover-text {
	visibility: hidden;
}
.img-hover-zoom:where(:hover, :focus-visible) .hover-text {
	visibility: visible;
}



.img-hover-text-rev {
  /* background: linear-gradient(0deg, var(--accent-color), var(--accent-color)) no-repeat right bottom / 0 var(--bg-h);*/
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 300%;
}
.img-hover-zoom:where(:hover, :focus-visible) .img-hover-text-rev  {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: #222;
}
.img-hover-text-rev {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
.img-hover-text-rev:focus, .img-hover-text-rev:hover {
	text-decoration: none;
}


.single-hover-text {
  /* background: linear-gradient(0deg, var(--accent-color), var(--accent-color)) no-repeat right bottom / 0 var(--bg-h);*/
  background: linear-gradient(0deg, #222, #222) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 300%;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
.single-hover-text:hover  {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: #fff;
}
.single-hover-text:focus, .single-hover-text:hover {
	text-decoration: none;
}

.single-hover-text-rev {
  /* background: linear-gradient(0deg, var(--accent-color), var(--accent-color)) no-repeat right bottom / 0 var(--bg-h);*/
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 300%;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
.single-hover-text-rev:hover  {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: #222;
}
.single-hover-text-rev:focus, .single-hover-text-rev:hover {
	text-decoration: none;
}


.full-bg, .full-overlay {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: rgb(255, 255, 255);
	background-size: 100%;
	transition: background-size .25s, visibility .25s ease-in;
	/*transition: transform .25s, visibility .25s ease-in;*/
}

/* ******************************************
TEXT MASK
****************************************** */


.box-body {
	height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bo {
  width: 100%;
  height: 100%;
  position: relative;
}
.bo .lef,
.bo .righ {
  width: 100%;
  height: 100%;
  /*background-image: url(/assets/experimental/bg-image.jpg);
  background-image: url(/assets/img/Cosentino-2023_03_15_COS_Silestone-Urban-Crush-1-Cocina-Europea-2-opt.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bo .lef {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.bo .righ .conten {
  width: 50%;
}
.bo .righ {
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: 'Montserrat', Arial, san-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.bo .lef,
.bo .righ {
  position: absolute;
  left: 0;
}
.conten .tex {
  width: 100%;
  max-width: 300px;
}
.tex h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 3.6rem;
}

/* ******************************************
TICKER
****************************************** 





@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

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

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

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

.ticker-wrap {
  
  
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color: #222; 
  padding-left: 100%;
  box-sizing: content-box;

  .ticker {

    display: inline-block;
    height: 4rem;
    line-height: 4rem;  
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;

    &__item {

      display: inline-block;

      padding: 0 2rem;
      font-size: 2rem;
      color: white;   

    }

  }

}
*/


@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

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

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

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

.ticker-heading {
    position: absolute;
    background: #222;
    display: block;
    left: 0;
    top: 0;
    height: 2.5rem;
    padding: 11px 40px;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem;
}
.ticker-wrap .ticker__item:before {
    content: '';
    height: 11px;
    width: 11px;
    display: inline-block;
    background-color: #222;
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
}

.ticker-heading:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #222;
    position: absolute;
    margin-left: 40px;
}

.ticker-wrap {
  
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 2.5rem;
  background-color: #f9f9f9; 
  padding-left: 100%;
  border-bottom: 1px solid #b3b3b3;
  box-sizing: content-box;
.ticker:hover {
 -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;  
  animation-play-state: paused;
  }
  .ticker {

    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;  
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: 30s;
            animation-duration: 30s;

  }

}
.ticker__item {
	display: inline-block;
    padding: 0 2rem;
    font-size: 0.875rem;
    color: #222;
}

/* ******************************************
BACK TO TOP BUTTON
****************************************** */

#bttb {
  display: inline-block;
  background-color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#bttb::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#bttb:hover {
  cursor: pointer;
  background-color: #666;
  text-decoration: none;
}
#bttb:active {
  background-color: #555;
}
#bttb.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #bttb {
    margin: 30px;
  }
}

/* */

.mag-thumb {
	overflow: hidden;
	border: 2px solid #d9d9d7;
	padding: 0;
	margin: 0;

}




 
/* ******************************************
MEDIA QUERY
****************************************** */

/* Small only */
@media screen and (max-width: 39.9375em) {
	.title-bar-left > a {
		padding-left: 2px;
		font-size: 14px;}
	.menu-sub {
		margin: 0 14px 0 0;
		padding: 27px 15px;}
}

/* Small and Medium only */
@media screen and (max-width: 63.9375em) {
    .pad-footer {
		padding-left: 2.2rem;
		padding-right: 2.2rem; }
	.pad-foot {
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translate(0%, -50%);
		padding-left: 30px;
		padding-right: 30px; }
	.pad-b2 {
		padding-bottom: 2rem; }
	.pad-t2 {
		padding-top: 2rem; }
	.pad-full{
		padding: 80px 0px; }
	.small-pad-mag {
		padding: 40px 0px; }
	.pad-lr {
	 	padding: 1.6rem 2.6rem; }
	.small-article {
	 	padding-left: 1.6rem;
	 	padding-right: 1.6rem; }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
	.pad-lr {
	 	padding-left: 2.6rem;
	 	padding-right: 2.6rem; }
	 .pad-footer {
	 	padding-left: 4.6rem;
		padding-right: 4.6rem; }
	.pad-full{
		padding: 80px 0px; }
	.small-article {
	 	padding-left: 2.6rem;
	 	padding-right: 2.6rem; }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

@media (max-width: 639px) {}

@media screen and (min-width: 40em) {  
	h1 {
	  font-size: 2.5rem; }
	h2 {
	  font-size: 1.9375rem; }
	h3 {
	  font-size: 1.5625rem; }
	h4 {
	  font-size: 1.25rem; }
	h5 {
	  font-size: 1.0625rem; }
	h6 {
	  font-size: 1rem; }	
}


