/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Datepicker Component
-----------------------------------------------------------------*/

.datepicker td,
.datepicker th { padding: 5px; }
/* ----------------------------------------------------------------
	Solutions Realized
-----------------------------------------------------------------*/
#primary-menu ul li > a {
	display: block;
	line-height: 100%;
	padding: 30px 7px 35px 7px;
	color: #444;
	font-weight: 500;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}
.shadowboxpr  {
position: relative;
border: 1px solid #ccc;
background: #e2e2e2;
border-radius: 0px;
overflow: hidden;
-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
box-sizing: border-box;
}
.shadowboxany  {
position: relative;
border: 1px solid #ccc;
background: #e2e2e2;
border-radius: 2px;
overflow: hidden;
-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
box-sizing: border-box;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.grey-top {
background: -moz-linear-gradient(top, #e2e2e2 50%, #ffffff 100%);
background: -webkit-linear-gradient(top, #e2e2e2 50%, #ffffff 100%);
background: linear-gradient(to bottom, #e2e2e2 50%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0 );
border: 0 none;
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
}
.grey-bottom {
background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 50%);
background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 50%);
background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0 );
border: 0 none;
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
}
.grey-bottom2 {
background: -moz-linear-gradient(top,  #e2e2e2 5%, #ffffff 50%, #e2e2e2 5%);
background: rgb(226,226,226);
background: -moz-linear-gradient(90deg, rgba(226,226,226,1) 5%, rgba(255,255,255,1) 50%, rgba(226,226,226,1) 95%);
background: -webkit-linear-gradient(90deg, rgba(226,226,226,1) 5%, rgba(255,255,255,1) 50%, rgba(226,226,226,1) 95%);
background: linear-gradient(90deg, rgba(226,226,226,1) 5%, rgba(255,255,255,1) 50%, rgba(226,226,226,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e2e2",endColorstr="#e2e2e2",GradientType=1);
border: 0 none;
padding: 0px;
margin: 0px;
height: 100%;
width: 100%;
}
.grey-prod {
background: -moz-linear-gradient(top, #ffffff 10%, #e2e2e2 50%);
background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 50%);
background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0 );

}
.grey-prod:hover
{
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 20%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 20%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0 );
}
.grey-prod2 {
background: -moz-linear-gradient(top, #e2e2e2 50%, #ffffff 100%, );
background: -webkit-linear-gradient(top, #e2e2e2 50%, #ffffff 100%);
background: linear-gradient(to bottom, #e2e2e2 50%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0 );

}
.grey-prod2:hover {
background: -moz-linear-gradient(top, #e2e2e2 60%, #ffffff 100%, );
background: -webkit-linear-gradient(top, #e2e2e2 60%, #ffffff 100%);
background: linear-gradient(to bottom, #e2e2e2 60%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff', GradientType=0 );

}
.button-orange { background-color: #FA6400; }
.button-3d.button-orange:hover,
.button-reveal.button-orange:hover,
.button-border.button-orange:hover { background-color: #e73c01 !important; }

.button-border.button-orange {
	color: #FA6400;
	border-color: #FA6400;
}
.scrollbox-disclaimer {
    
    border: none;
    font-size: 11px;
    margin: 20px 0;
    padding: 15px;
    height: 300px;
    overflow: auto;
}
.portrait {
position: relative;
border: 1px solid #17422C;
border-radius: 10px;
width: 95%; 
margin: auto;
overflow: hidden;
-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
box-sizing: border-box;
}
.portrait-text {
	color: #ffffff;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: 5px;
}
.center {
	text-align: center;
}
.content-product-wrap {
	position: relative;
	background-image: url('../sr_images/bg_prod_top.jpg'); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	border-bottom: 1px solid #17422C;
	padding: none;
}
.grey-stripe {
	width: 100%;
	height: auto;
	padding: none !important;
	background: #e2e2e2;
	display: block;
	border-top: 1px solid #17422C;
	border-bottom: 1px solid #17422C;
}
.all-clear {
	padding: 5px;
	display: block;
	box-sizing: border-box;
}
.all-clear:hover
{
  position: relative;
  box-sizing: border-box;
}
.all-clear:hover:before, .all-clear:hover:after
{
  z-index: -5;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.all-clear:hover:after
{
-webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
.all-grey {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #ffffff;
	display: block;
	box-sizing: border-box;
}
.all-grey:hover
{
  position: relative;
  background: #e2e2e2;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.all-grey:hover:before, .all-grey:hover:after
{
  z-index: -5;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.all-grey:hover:after
{
-webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin-right: 10px;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
}
#page-title {
	position: relative;
	background-color: #ffffff;
	border-bottom: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #17422C;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Roboto', sans-serif;
}

#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	color: #17422C;
	font-size: 28px;
	text-transform: uppercase;
}
.testimonial {
	border: none !important;
	box-shadow: none !important;
}
.td-nomargin {
	padding: none !important;
	margin: none !important;
}
.prod_header {
    font-family: 'Roboto', sans-serif;
	font-size: 45px;
	color: #17422C;
    font-weight: 700;
    line-height: 1.0;
    margin: none;
	vertical-align: text-bottom;
}
.prod_thumbnail {
    line-height: 1.0;
	padding-bottom: 0px;
    padding-top: auto;
	margin-bottom: 0px;
    margin-top: auto;
	vertical-align: bottom;
}
.headerphone {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 30px !important;
	font-weight: 700;
	padding: 0 !important;
	margin: 0 !important;
	text-shadow: 1px 1px 1px #000000;
	}
.header_title {
	font-family: 'Roboto', sans-serif; 
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 40px !important;
	font-weight: 700;
	margin: 0 0 20px 0;
	text-shadow: 0px 0px 15px #000000;
	}
.headersm {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(0, 0, 0, 0.3) !important;
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 30px !important;
	font-weight: 700;
	padding: 0 !important;
	margin: 0 !important;
	text-shadow: 1px 1px 1px #444;
	}
.headerlg {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 45px !important;
	font-weight: 700;
	padding-top: 10px !important;
	text-shadow: 1px 1px 1px #000000;
	}
.hslidersm {
	font-family: 'Roboto', sans-serif; 
	background-color: rgba(0, 0, 0, 0.3) !important;
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 35px !important;
	font-weight: 700;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px #000000;
	}
.hslidersm-thin {
	font-family: 'Roboto Condensed', sans-serif; 
	background-color: rgba(0, 0, 0, 0.3) !important;
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 35px !important;
	font-weight: 300;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px #000000;
	}
.hsliderlg {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 45px !important;
	font-weight: 700;
	margin: 0 0 25px 0;
	padding: 15px !important;
	text-shadow: 0px 0px 15px #000000;
	}
.hsliderlg-thin {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: rgba(0, 0, 0, 0.3) !important;
	line-height: 1.2 !important; 
	color: #ffffff; 
	font-size: 45px !important;
	font-weight: 300;
	margin: 0 0 25px 0;
	padding: 25px !important;
	text-shadow: 1px 1px 1px #000000;
	}
.large-black {
	font-family: 'Roboto', sans-serif;
	line-height: 1.2 !important; 
	color: #17422C; 
	font-size: 45px !important;
	font-weight: 700 !important;
	margin: 0 0 10px 0;
	text-shadow: none;
	}
.large-black-thin {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2 !important; 
	color: #17422C; 
	font-size: 45px !important;
	font-weight: 300 !important;
	margin: 0 0 10px 0;
	text-shadow: none;
	}
.medium-black {
	font-family: 'Roboto', sans-serif;
	line-height: 1.0 !important; 
	color: #17422C; 
	font-size: 30px !important;
	font-weight: 700 !important;
	margin: 0 0 5px 0;
	text-shadow: none;
	}
.medium-black-thin {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.0 !important; 
	color: #17422C; 
	font-size: 30px !important;
	margin: 0 0 5px 0;
	text-shadow: none;
	}
.prheadersm {
	font-family: 'Roboto', sans-serif; 
	line-height: 1.2 !important; 
	color: #17422C; 
	font-size: 35px !important;
	font-weight: 700;
	margin: 0 0 20px 0;
	}
.prheadersm-thin {
	font-family: 'Roboto Condensed', sans-serif; 
	line-height: 1.2 !important; 
	color: #17422C; 
	font-size: 35px !important;
	font-weight: 300;
	margin: 0 0 20px 0;
	}
.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 3px;
	padding: 0 15px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	background-color: #FA6400;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px #000000;
}
.button-investor {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 3px;
	padding: 0 20px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background-color: #FA6400;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px #000000;
	min-width: 260px;
}

.button-investor:hover {
	background-color: #e73c01;
	color: #FFF;
	text-shadow: none;
}
.button:hover {
	background-color: #e73c01;
	color: #FFF;
	text-shadow: none;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  font-size: 16px; 
  line-height: 1.2;
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 90%);
background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 90%);
background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0 );
}

.learn-more {
    font-weight: 500;
	display: inline-block;
    position: relative;
    padding-right: 6px;
    /* Font styles */
    text-decoration: none;
    color: #FA6400;
}

.learn-more:hover {
    color: #e73c01;
}

.learn-more:after {
    content: "\25B8";
    padding-left: 3px;
    pointer-events: none;
}

.learn-more:hover:after {
	 content: "\25BA";
    color: #e73c01;
}
.learn-less {
    font-weight: 500;
	display: inline-block;
    position: relative;
    padding-right: 6px;
    /* Font styles */
    text-decoration: none;
    color: #FA6400;
}

.learn-less:hover {
    color: #e73c01;
}

.learn-less:after {
    content: "\25C2";
    padding-left: 3px;
    pointer-events: none;
}

.learn-less:hover:after {
	content: "\25C4";
    color: #e73c01;
}
.roll-more {
    font-family: 'Roboto', sans-serif; 
	line-height: 1.2; 
	font-size: 22px; 
	font-weight: 700;
	display: inline-block;
    position: relative;
    padding-right: 6px;
    text-decoration: none;
    color: #FA6400;
}

.roll-more:hover {
    color: #e73c01;
}

.roll-more:after {
    content: "\25B8";
    pointer-events: none;
}
.roll-more:hover:after {
	content: "\25BA";
    color: #e73c01;
}
.roll-less {
    font-family: 'Roboto', sans-serif; 
	line-height: 1.2; 
	font-size: 22px; 
	font-weight: 700;
	display: inline-block;
    position: relative;
    padding-left: 6px;
    text-decoration: none;
    color: #FA6400;
}

.roll-less:hover {
    color: #e73c01;
}

.roll-less:before {
    content: "\25C2";
    pointer-events: none;
}
.roll-less:hover:before {
	content: "\25C4";
    color: #e73c01;
}
#header {
	position: relative;
	background-color: #e2e2e2;
	border-bottom: 1px solid #cccccc;
}

#header-wrap {
background-color: #e2e2e2;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
#header.sticky-header #header-wrap {
background-color: #e2e2e2;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

.red {color: #ff0000;}

tr.border_bottom td {
  border-bottom: 1pt solid black;
}
.form-group {
    margin-bottom: none !important;
}
.sm-form-control {
	display: block;  
	height: auto;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 1.2;
	color: #444;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
label {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	color: #444;
	margin-bottom: 5px;
	cursor: pointer;
	text-transform: none !important;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



