@charset "utf-8";
/* CSS Document */
/*javascript:__doPostBack('ctl00$body$save','')*/
body {
    height: 100%;
}


/* SPLASH */
.mfp-splash .mfp-container {
	padding:10px;
	display: flex;
}
.mfp-splash .mfp-content {
    display: block;
    flex: 1 1 auto;
	display: flex;
	padding-right: 50%;
	position: relative;
}
.mfp-splash .mfp-content:after {
    display: block;
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:50%;
    right:0;
    background: url(/image/splash/Fencer-in-Vineyard.jpg) no-repeat 15% center;
    background-size: cover;
    z-index: 1;
}
.mfp-splash .splash {
    flex: 1 1 auto;
    padding:100px;
    background: #869AA8;
    color: white;
    font-family: Arial, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	z-index: 2;
	position: static;
}
.mfp-splash .splash h2 {
	padding: 0 0 30px;
	margin: auto 0 30px;
	border-bottom:1px solid #252729;
    max-width: 350px;
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 1.1;
    color: white;
	font-weight: 400;
}
.mfp-splash .splash strong {
	color: #252729;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}
.mfp-splash .splash img {
	display: block;
	margin: 100px auto 0;
    max-width: 550px;
}
.mfp-splash .splash p {
	cursor: pointer;
	transition:.3s;
    max-width: 350px;
}
.mfp-splash .splash p:hover {
	color: #252729;
}

@media only screen and (max-width: 750px) {
	.mfp-splash .mfp-content {
		padding-right: 40%;
	}
	.mfp-splash .mfp-content:after {
	    left:60%;
	}
	.mfp-splash .splash {
	    padding:40px;
	}
	.mfp-splash .splash h2 {
		font-size: 40px;
		padding: 0 0 15px;
		margin-bottom: 15px;
	}
	.mfp-splash .splash img {
		margin: 65px auto 0;
	}
}

/* HEADER */
#topNav { background:#000 url(/assets/images/header.jpg) center center no-repeat; background-size:cover; }


#topMain>li>a {
	background:transparent !important;
	 /* height:96px;
	line-height:76px; */
}
#topMain.nav-pills>li>a {
	font-family: 'Roboto Condensed', sans-serif;

	color:#1F262D;
	background-color:#000;
	font-size:16px;
	font-weight:bold;
} 
#topMain.nav-pills>li:hover>a, 
#topMain.nav-pills>li:focus>a {
	color:#1F262D;
	
}
#topMain.nav-pills>li.active>a {
	color:#687482;
}

#topMain.nav-pills>li>a.dropdown-toggle {
	padding-right:25px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topMain.nav-pills>li>a.dropdown-toggle:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -5px 0 0;
	font-family: FontAwesome;
	font-size: 16px;
	opacity: .3;
	line-height: 1em;

	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}
#header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
	content: "\f106";
}

#topNav .navbar-collapse {
	float:right;
}

#topNav a.logo {
	
	overflow:hidden;
	display:inline-block;
}

#topNav nav.nav-main { background-color: transparent; }

div.side-nav ul { max-height: none; }


@media only screen and (max-width: 1215px) {
	#topMain.nav-pills>li>a {
		font-size:16px;
	}
}

@media only screen and (max-width: 992px) {
	/* Force 60px */
	#header {
		height:60px !important;
	}
	#header #topNav a.logo {
		height:60px !important;
		line-height:50px !important;
	}
	#header #topNav a.logo>img {
		max-height:60px !important;
	}
	#header #topNav #topMain>li>a {
		height:40px !important;
		line-height:40px !important;
		padding-top:0;
	}


	#topMain>li {
		border-bottom:rgba(0,0,0,0.1) 1px solid;
		    background: transparent;
	}
	#topMain>li:last-child {
		border-bottom:0;
	}

		#header li.search .search-box {
			margin:0 !important;
			position:fixed;
			left:0; right:0;
			top:60px !important;
			width:100%;
			background-color:#fff;
			border-top:rgba(0,0,0,0.1) 1px solid;
		}
}

header {
    box-shadow: none;
    border-bottom: none;
    box-shadow: 0 0 0px rgba(0,0,0,.1) !important;
	background-color:#000;
}

/* END HEADER */

.content-container {
	background-color:#FFF !important;
}
.content-container h3, .content-container p {
	max-width:650px;
	padding:5px 0 10px;
	margin:0 !important;
}
.content-container h5 p, .content-container p.text-center {
	max-width:100%;
	padding:5px 0;
}
footer {
	background-color:#000;
}
p a { text-decoration:underline; }
.inner-description a {text-decoration:underline;}


a {color: #000;}

header {
	background-color:#000;
}

#topMain.nav-pills > li > a {
    color: #fff;
}

#topMain.nav-pills > li > a:active, #topMain.nav-pills > li > a:focus, {
    color: #fff200 !important;
}

#topNav button.btn-mobile {
    color: #fff;
}

#header li.search i.fa {
    color: #000;
    font-size: 23pt;
}

#topMain.nav-pills > li:hover > a {
    color: #fefd32;
}

#topNav .navbar-collapse {
    float: none;
}



#header li.search {
		display:inline-block;
		background: url('../assets/images/search-bg.png') no-repeat;
	}
	

#footer {
    background: #000;
}



    .footer-links li {
        list-style: none;
        float: left;
        margin: 2%;
        color: #fff;
        font-size: 0.8em;
    }

footer img {width: 100%;     min-width: 110px !important;  }

#footer a {
    color: #fff;
}

#footer > .container {
    padding:45px 45px 0 45px;
    
}

/* TABLES */
table {
    margin: 0 0 1em;
  }
table.data {
    width: 100%;
  }
table.data tr th,
table.data tr td {
    padding: 8px 10px;
  }
table.data tr th {
    background: #000;
	color:#FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
  }
table.data tr:nth-child(odd) {
    background: #f0f0f0;
  }
table.brochures tr td {
    padding-right: 40px;
    padding-bottom: 20px;
  }
table h2 {
	margin:10px;
}


/* Products Page Styles */
.products .img {
    height: 177px !important;
}
 
/* global hover effect style override */

#effect-1 .overlay-item a {
    white-space:  normal;
    display: inline-block;
    float: left;
}
/* Landing Page Styles */

.landing-item {
  /*  height: 280px; */
	background:center center no-repeat; 
	background-size:cover;
}
.landing-item {
    height: 216px;
}
.landing-item p{
    padding-top : 175px;
}
.landing-item h1{
    padding-top : 173px;
}
.products {
    
}

a.expand {width: auto !important; text-transform:uppercase; }

.hover>a.expand{
	height:200px !important;
}
.left-bar{/* min-width:230px; */}

 /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }

            .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
                position: absolute;
                /* size of bullet elment */
                width: 16px;
                height: 16px;
                background: url('/img/b05.png') no-repeat;
                overflow: hidden;
                cursor: pointer;
            }

            .jssorb05 div {
                background-position: -7px -7px;
            }

                .jssorb05 div:hover, .jssorb05 .av:hover {
                    background-position: -37px -7px;
                }

            .jssorb05 .av {
                background-position: -67px -7px;
            }

            .jssorb05 .dn, .jssorb05 .dn:hover {
                background-position: -97px -7px;
            }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('/img/a22.png') center center no-repeat;
            overflow: hidden;
        }

        .jssora22l {
            background-position: 10px -14px;
        }

        .jssora22r {
            background-position: -130px -10px;
        }

        .jssora22l:hover {
            background-position: 10px -14px;
        }

        .jssora22r:hover {
            background-position: -130px -10px;
        }

        .jssora22l.jssora22ldn {
            background-position: -250px -31px;
        }

        .jssora22r.jssora22rdn {
            background-position: -310px -31px;
        }
.clearfix { clear:both }
.nav > li > a {padding: 10px 21px;}
.hmFnd a {
    text-decoration: underline;
}
.hmPrd a {
    text-decoration: underline;
}

.toggle p { margin:0; padding:5px 0; }
.searchDiv .input-group .form-control { box-shadow: none !important; }






.bg-black { background-color: #fff !important; }
 .effects .img img {width: 100% !important;}
 .effects { margin-left: 0px !important;}

.effects .img:first-child {margin-left: 0px !important;}


/** 41. Toggles & Accordions
*************************************************** **/
div.toggle {
	margin: 10px 10px 10px 0;
	position: relative;
	clear: both;
}

div.toggle > label {
	color: #333;
	background:rgba(0,0,0,0.1);

	cursor: pointer;
	font-size: 16px;
	font-weight:normal;
	padding: 10px 20px;
	position: relative;
	display: block;
	border-bottom: rgba(0,0,0,0.03) 1px solid;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	-webkit-transition: all .10s ease-out;
	   -moz-transition: all .10s ease-out;
		 -o-transition: all .10s ease-out;
			transition: all .10s ease-out;

	-webkit-touch-callout: none; 
	  -webkit-user-select: none; 
	   -khtml-user-select: none; 
		 -moz-user-select: none; 
		  -ms-user-select: none; 
			  user-select: none;
}
	section.dark div.toggle > label {
		color: #fff;
		background:rgba(0,0,0,0.5);
	}

div.toggle div.toggle-content {
	border: rgba(0,0,0,0.03) 1px solid;
	display: none;
	background:rgba(0,0,0,0.03);
	margin-top: -5px;
	padding: 15px 20px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
div.toggle div.toggle-content p:last-child {
	margin-bottom:0;
}
	section.dark div.toggle div.toggle-content {
		background:rgba(255,255,255,0.05);
	}

div.toggle > label:before {
	content: '';
	border: 6px solid transparent;
	border-top-color: inherit;

	position: absolute;
	top: 50%; right: 14px;
	margin-top: -3px;
}

div.toggle > label:hover {
	background: rgba(0,0,0,0.15);
}

div.toggle > label + p {
	color: #888;
	height: 25px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
}

div.toggle.active > label:before {
	border: 6px solid transparent;
	border-bottom-color:rgba(0,0,0,0.5);
	right: 14px; margin-top: -10px;
}

.toggle .toggle-content {
	border:0 !important;
}

/* transparent body */
.toggle.toggle-transparent .toggle-content,
.toggle.toggle-transparent-body .toggle-content {
	background:transparent;
}
.toggle.toggle-transparent-body label {
	background: rgba(0,0,0,0.03);
}
.toggle.toggle-transparent-body label:hover {
	background: rgba(0,0,0,0.04);
}

/* transparent full */
.toggle.toggle-transparent label:hover,
.toggle.toggle-transparent label {
	background-color:transparent;
	border:0;
}
.toggle.toggle-transparent div.toggle.active label {
	font-weight:bold;
}

/* bordered simple */
.toggle.toggle-bordered-simple label:hover,
.toggle.toggle-bordered-simple label {
	border:#ccc 1px solid;
}


/* bordered full */
.toggle.toggle-bordered-full label:hover,
.toggle.toggle-bordered-full label {
	border:#ccc 1px solid;
	border-bottom:0;
	margin:0;
}
	.toggle.toggle-bordered-full div.toggle:last-child>label {
		border-bottom:#ccc 1px solid;
	}
	.toggle.toggle-bordered-full div.toggle.active>label {
		font-weight:bold;
	}
.toggle.toggle-bordered-full .toggle-content {
	border:#ccc 1px solid !important;
	border-top:0 !important;
	border-bottom:0 !important;
}
.toggle.toggle-bordered-full div.toggle {
	margin:0;
}

/* noicon */
.toggle.toggle-noicon div.toggle > label:before {
	display:none;
}


/* Layout Style */


/** Top Nav
 **************************************************************** **/
#header {
	position: relative;
	left:0; top:0; right:0;
	z-index:1000;
	background-color:#000;
	border-bottom: rgba(0,0,0,0.05) 1px solid;

	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
			box-shadow: 0 0 2px rgba(0,0,0,.1) !important;

	-webkit-transition: all .800s;
	   -moz-transition: all .800s;
		 -o-transition: all .800s;
			transition: all .800s;
}
#header a.logo>img {
	
	-webkit-transition: all .300s;
	   -moz-transition: all .300s;
		 -o-transition: all .300s;
			transition: all .300s;
}
#header a.logo.logo-responsive>img {
	height:100%; /* used on center - example: page-coming-soon-1.html */
}


/* gridstack overrides for landing page */

.grid-stack-item {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.grid-stack-item img {
	flex-shrink: 0;
	min-width: 100%;
	min-height: 100%;
}
