/* Basic Styles
================================================== */
html {
	height: 100%;
}

body {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	background: #f4f2ef;
	min-height: 100%;
}

hr.style-one {
    border: 0;
    height: 2px;
    padding: 0;
    margin:10px 0 30px 0;
    background: #d6d0c8;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

a {
	color: #666;
}

a:hover {
	color: #999;
}

/* Video
================================================== */

.tv {
	position: relative;
	min-height: 100%;
	background-color: #4A4A4A;
	background-image: url('../img/Video-BG-holder.png');
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	overflow: hidden;
}

.tv .video-container {
	position:relative;
	padding-bottom: 56.25%;
	height: 0;
	pointer-events: none;
}

.tv .video-container iframe, .tv .video-container object, .tv .video-container embed {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tv .arrow {
  	vertical-align: middle;
  	text-align: center;
  	position: relative;
  	z-index: 10;
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	transform: translateX(-50%);
  	z-index: 99;
  	display: none;
  	opacity: 0;
  	-webkit-transition: opacity 0.3s ease-in;
  	   -moz-transition: opacity 0.3s ease-in;
  	    -ms-transition: opacity 0.3s ease-in;
  	     -o-transition: opacity 0.3s ease-in;
  	        transition: opacity 0.3s ease-in;
}

.active .arrow {
	opacity: 1;
}

.tv .arrow a {
  display: inline-block;
  border-radius: 50%;
}

.tv .arrow a:hover .left, .tv .arrow a:hover .top, .tv .arrow a:hover .bottom, .tv .arrow a:hover .right{
  border: 0.25em solid #FFF;
}

.tv .arrow a:hover .left:after, .tv .arrow a:hover .top:after, .tv .arrow a:hover .bottom:after, .tv .arrow a:hover .right:after {
  border-top: 0.25em solid #FFF;
  border-right: 0.25em solid #FFF;
}

.tv .arrow .bottom {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.25em solid rgba(255,255,255,0.8);
  border-radius: 50%;
}

.tv .arrow .bottom:after {
  content: '';
	display: inline-block;
  margin-top: 0.72em;
  width: 1.5em;
  height: 1.5em;
  border-top: 0.25em solid rgba(255,255,255,0.8);
  border-right: 0.25em solid rgba(255,255,255,0.8);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.bounce {
  -webkit-animation: bounce 1s infinite; /* Safari 4+ */
  -moz-animation:    bounce 1s infinite; /* Fx 5+ */
  -o-animation:      bounce 1s infinite; /* Opera 12+ */
  animation:         bounce 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes bounce{
  0%    { bottom: 20px; }
  25%   { bottom: 10px; }
  50%   { bottom: 20px; }
  75% 	{ bottom: 30px; }
  100%  { bottom: 25px; }
}
@-moz-keyframes bounce{
	0%    { bottom: 20px; }
  25%   { bottom: 10px; }
  50%   { bottom: 20px; }
  75% 	{ bottom: 30px; }
  100%  { bottom: 25px; }
}
@-o-keyframes bounce{
  0%    { bottom: 20px; }
  25%   { bottom: 10px; }
  50%   { bottom: 20px; }
  75% 	{ bottom: 30px; }
  100%  { bottom: 25px; }
}
@keyframes bounce{
  0%    { bottom: 20px; }
  25%   { bottom: 10px; }
  50%   { bottom: 20px; }
  75% 	{ bottom: 30px; }
  100%  { bottom: 25px; }
}

.tv .headline {
  	text-align: center;
  	position: relative;
  	z-index: 11;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	min-width: 60%;
}

.tv .headline h1, .tv .headline h2, .tv .headline h3, .tv .headline h4, .tv .headline h5, .tv .headline p {
	color: #FFF !important;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 12px rgba(0,0,0,0.25);
	margin: 0;
}

.tv .headline p {
	font-size: 1.25em;
}

/* Typography
================================================== */
h1 {
	color: #242424;
    padding: 0;
    margin: 0 0 0.5em 0;
}

h3 {
	font-weight: 700;
	color: #242424;
	padding: 0;
	margin: 0;
}

.sub h4 {
	font-weight: 700;
	color: #242424;
	text-align: left;
}

.header h3 {
	font-size: 1.543em;
	padding: 0;
	margin: 0.540em 0 0 0;
	text-align: right;
}

.header h4 {
	font-size: 0.943em;
	padding: 0;
	margin: 0;
	text-align: right;
}

.header h4 a {
	color: #000;
}

.header h4 a:hover {
	color: #666;
	text-decoration: underline;
}

h5 {
	display: none;
}

p {
	color: #303030;
}

ul {
	margin: 0 0 2em 3em;
}

a {
	color: #7c7872;
}

a:hover {
	color: #b3aea6;
}

.captions {
	font-size: 12px;
	line-height: 16px;
	padding:1.3em 1em 2em 1em;
}

/* Navigation
================================================== */
.topnav {
	width: 100%;
	height: 56px;
	background: url(../img/bg_topnav.png) repeat-x;
}

.top-bar {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5px;
  	margin-bottom:0;
  	background-color: #000;
}

.top-bar-section {
  	background-color: #000;
}

.top-bar-section ul li > a {
    font-size: 0.7425em;
    font-weight: normal;
    color: #fff;
  	background-color: #000;
}

.top-bar-section ul li > a:hover {
    color: #ccc;
}

.toggle-topbar {
  	background-color: #000;
}

.top-bar.expanded .title-area {
      background: #000;
}

/* Content
================================================== */

/* --- Header --- */
.logo {
	width: 252px;
	height: 58px;
	background: url(../img/Logo_stonite_lrg.png) no-repeat 0 0 ;
	text-indent: -9999px;
	margin: 1.2em 0;

}

.logo_nav {
  width: 174px;
	height: 40px;
	background: url(../img/Logo_stonite_sml.png) no-repeat 0 0 ;
	text-indent: -9999px;
	margin: 0.2em 0 0 0;

}
.imgOver {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


.sub img {
	border: 0.5em solid #d6d0c8;
	-webkit-box-shadow: -6px 8px 5px 0px rgba(71,71,71,0.8);
	-moz-box-shadow: -6px 8px 5px 0px rgba(71,71,71,0.8);
	box-shadow: -6px 8px 5px 0px rgba(71,71,71,0.8);
}

/* --- Main --- */
.slider-holder {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left; }

	.orbit-container .orbit-prev,
	.orbit-container .orbit-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 50px;
	height: 60px;
	line-height: 50px;
	color: rgba(0, 0, 0, 0.6);
	text-indent: -9999px !important;
	z-index: 10; }
	.orbit-container .orbit-prev:hover,
	.orbit-container .orbit-next:hover {
	  background-color: rgba(0, 0, 0, 0.6); }
	.orbit-container .orbit-prev > span,
	.orbit-container .orbit-next > span {
	  position: absolute;
	  top: 50%;
	  margin-top: -16px;
	  display: block;
	  width: 0;
	  height: 0;
	  border: inset 16px; }
  .orbit-container .orbit-prev {
		left: 0; }
	.orbit-container .orbit-prev > span {
	  border-right-style: solid;
	  border-color: transparent;
	  border-right-color: rgba(255, 255, 255, 0.6); }
	.orbit-container .orbit-prev:hover > span {
	  border-right-color: #fff; }
  .orbit-container .orbit-next {
		right: 0; }
	.orbit-container .orbit-next > span {
	  border-color: transparent;
	  border-left-style: solid;
	  border-left-color: rgba(255, 255, 255, 0.6);
	  left: 50%;
	  margin-left: -8px; }
	.orbit-container .orbit-next:hover > span {
	  border-left-color: #fff; }

button.large, .button.large {
  	width: 100%;
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2.0625em;
    padding-left: 2em;
    font-size: 1.10em;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: uppercase;
}

button.secondary, .button.secondary {
    background-color: #000;
    border-color: #d0d0d0;
    color: #f4f2ef; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #f4f2ef; }

.buttonCopy p {
  	width: 100%;
  	margin-bottom: 3em;
}

.cal2Act {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #E1E0E0;
	padding: 25px 15px;
	margin:50px 0 100px 0;
}

.cal2Act1 h3 {
	 	color: #F08515 !important;
}

.cal2Act1 h6 {
	 	color: #F08515 !important;
}

.cal2Act2 h3 {
	 	color: #4DBD48 !important;
}

.cal2Act2 h6 {
	 	color: #4DBD48 !important;
}

.cal2Act3 h3 {
	 	color: #4990E2 !important;
}

.cal2Act3 h6 {
	 	color: #4990E2 !important;
}

.cal2Act h3 {
	font-weight: 500;
	text-align: center;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 42px;
	text-transform: uppercase;
}

.cal2Act h6 {
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 23px;
}

.cal2Act p {
	font-weight: normal;
	color: #4A4A4A;
	letter-spacing: 0.5px;
	line-height: 26px;
	text-align: center;
	margin-top:10px;
}

.btn1 {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #F08515;
	padding: 10px 40px;
	color: #ffffff;
}

.btn2 {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #4DBD48;
	padding: 10px 40px;
	color: #ffffff;
}

.btn3 {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #4990E2;
	padding: 10px 40px;
	color: #ffffff;
}

.custom-sec {
	background-color: #4A4A4A;
	padding: 60px 0;
}

.custom-sec h1 {
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
}

.custom-sec h4 {
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
}

.custom-sec p {
	color: #fff;
	text-align: center;
}

.custom-sec h1 {
	font-size: 36px;
	text-transform: uppercase;
}

.custom-sec h4 {
	font-size: 24px;
}

.custom-sec img {
	margin: 20px auto;
}

.why-sec {
	padding: 60px 0;
}

.why-sec h1, h4 {
	color: #333333;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
}

.why-sec p {
	color: #333333;
	text-align: center;
	letter-spacing: 1px;
	line-height: 28px;
}

.why-sec h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

.why-sec h4 {
	font-size: 24px;
}

/* --- Footer --- */

.footer {
	background-color: #d8d8d8;
}

.footer p {
	font-size: 0.832em;
	color: #000;
	margin-bottom: 0.15em;
}

.footer p a {
	color: #333;
	text-decoration: none;
}

.footer p a:hover {
	color: #999;
	text-decoration: none;
}

.footer .socialBox {
	width: 80px;
	height: 100%;
	padding: 0;
	margin: 1em 0;
	float: right;
}

.footer .socialBox .facebook a {
	background: url(../img/socialSprites.png) no-repeat -56px -13px;
	width: 30px;
	height: 31px;
	text-indent: -3000px;
	margin: 0  10px 10px 0;
	float: left;
}

.footer .socialBox .facebook a:hover {
	background: url(../img/socialSprites.png) no-repeat -56px -56px;
}

.footer .socialBox .linkedin a {
	background: url(../img/socialSprites.png) no-repeat -14px -13px;
	width: 30px;
	height: 31px;
	text-indent: -3000px;
	margin: 0  10px 10px 0;
	float: left;
}

.footer .socialBox .linkedin a:hover {
	background: url(../img/socialSprites.png) no-repeat -14px -57px;
}

#footer {
	padding: 50px 0 30px;
}

#footer img {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}

#sub-footer {
	font-size: 0.532em;
	padding-bottom: 50px;
}

.icons-sec {
	background-color: #EF8515;
	padding: 60px 0;
}

.icons-sec p,
.icons-sec h5 {
	color: #FFF;
	text-align: center;
}

.icons-sec p {
	margin-bottom: 0;
}

.icons-sec h5 {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}

.icons-sec .columns:not(:first-child) .icon-wrapper {
	padding-top: 35px;
}

.icons-sec figure.icon {
	max-width: 200px;
	margin: 0 auto 15px auto;
}

/* 768px brakepiont ================================================== */
@media only screen and (min-width: 768px) {

	.icons-sec .icon-wrapper {
		padding-top: 0 !important;
		padding: 0 15px;
	}

	.icons-sec .columns:not(:last-child):after {
		content: "";
		background-color: #FFCC99;
		position: absolute;
		width: 4px;
		height: 240px;
		top: 10px;
		left: 100%;
		left: calc(100% - 3px);
		display: block;
		border-radius: 2px;
		opacity: 0.5;
	}

}

/* 1024px brakepiont ================================================== */
@media only screen and (max-width: 1024px) {

	.tv .headline h1 {
		font-size: 2em;
	}

	.tv .headline h3 {
		font-size: 1.2em
	}

	.tv .headline p {
		font-size: 1em
	}

	button.large, .button.large {
	  	width: 95%;
	    padding-top: 1em;
	    padding-right: 2em;
	    padding-bottom: 1.0625em;
	    padding-left: 2em;
	    font-size: 1em;
	    letter-spacing: 0.1em;
	    font-weight: 400;
	    text-transform: uppercase;
	}

	.buttonCopy p {
	  	width: 95%;
	  	margin-bottom: 3em;
	}

}

@media only screen and (max-width: 767px) {

	.header h3 {
		display: none;
	}

	.header h4 {
		display: none;
	}

	.header .logo {
		display: none;
	}

	h5 {
		display: inline-block;
		font-size: 1.243em;
		font-weight: 400;
		letter-spacing: 0.12em;
		color: #fff;
		padding: 0;
		margin: 0.540em 0 0 0;
		text-align: left;
	}

	.logo_nav {
		display: inline-block;	width: 174px;
		height: 40px;
		background: url(../img/Logo_stonite_sml.png) no-repeat 0 0 ;
		text-indent: -9999px;
		margin: 0.2em 0 0 0;

	}

	button.large, .button.large {
	  	width: 100%;
	    padding-top: 1em;
	    padding-right: 2em;
	    padding-bottom: 1.0625em;
	    padding-left: 2em;
	    font-size: 1.10em;
	    letter-spacing: 0.1em;
	    font-weight: 400;
	    text-transform: uppercase;
	}

	.buttonCopy p {
	  	width: 95%;
	  	margin-bottom: 3em;
	}

	.cal2Act {
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 2px solid #E1E0E0;
		padding: 25px 15px;
		margin: 25px 0;
	}

	.custom-sec img {
		display: block;
	}

	#footer {
		padding: 20px 0;
	}

	#footer .columns {
		text-align: center;
		padding-top: 30px;
	}

	#contact-map {
		padding-bottom: 30px;
	}

}

@media only screen and (max-width: 600px) {
	.tv .headline {
	  	text-align: center;
	  	position: relative;
	  	z-index: 11;
	  	position: absolute;
	  	top: 50%;
	  	left: 50%;
	  	transform: translate(-50%,-50%);
	  	min-width: 60%;
	}

		.tv .headline h1 {
			font-size: 18px;
		}

		.tv .headline h3 {
			font-size: 16px;
		}
		.tv .headline p {
			font-size: 12px;
		}
	}
