@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}
body {
	margin:0px; height: 100%;
	padding:0px;
	background: #fff;
  	font-size: 14px;
  	font-family: 'Open Sans', sans-serif !important;
}
@media only screen and (min-width: 1048px) {
  body {
    /* hide horizontal scroll bar in IE */
    overflow-x: hidden;
  }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: relative;
  height: 100%;
  background-color: #93a748;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cd-header h1 {
  width: 90%;
  color: #FFF;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .cd-header h1 {
    font-weight: 300;
  }
}

.cd-fixed-background {
  position: relative;
  padding: 3em 5% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cd-fixed-background h2, .cd-fixed-background p {
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-fixed-background h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.cd-fixed-background p {
  line-height: 1.2;
}
.cd-fixed-background .light-background h2, .cd-fixed-background .light-background p {
  color: #0f594d;
}
.cd-fixed-background .cd-content::after {
  /* phone image on small devices */
  content: '';
  display: block;
  width: 100%;
  padding: 60% 0;
  margin: 2em auto 0;
}
.cd-fixed-background .cd-content{
	background-color: rgba(0,0,0,0.2);
    padding: 40px;
}
@media only screen and (min-width: 768px) {
  .cd-fixed-background {
    height: 100%;
    padding: 0;
  }
  .cd-fixed-background h2 {
    font-weight: 300;
  }
  .cd-fixed-background p {
    line-height: 1.8;
  }
  .cd-fixed-background .cd-content {
    width: 50%;
    position: absolute;
    left: 5%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-fixed-background .cd-content::after {
    display: none !important;
  }
  .cd-fixed-background.img-1 {
    background-image: url("/sites/all/themes/imgnew/img/img-1.jpg");
  }
  .cd-fixed-background.img-2 {
    background-image: url("/sites/all/themes/imgnew/img/img-2.jpg");
  }
  .cd-fixed-background.img-3 {
    background-image: url("/sites/all/themes/imgnew/img/img-3.jpg");
  }
}
@media only screen and (min-width: 1048px) {
  .cd-fixed-background {
    background-attachment: fixed;
  }
  .cd-fixed-background .cd-content {
    width: 45%;
    left: 7%;
  }
}

.cd-vertical-nav {
  position: fixed;
  z-index: 2;
  right: 3%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(/sites/all/themes/imgnew/img/cd-icon-arrow.svg) no-repeat center center;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1200px) {
  .cd-vertical-nav {
    display: block;
  }
}
.no-js .cd-vertical-nav {
  display: none;
}


button:focus,
input:focus { outline: none; }

.preloading-screen{position:fixed;height:100%;width:100%;background:#ffffff;z-index:99999;background:#fff center no-repeat fixed;top:0px;left:0px;}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x: hidden;
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary{display:block;}
audio,
canvas,
video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;}
a{text-decoration:none;}
a:focus{outline:none;}
a:active,
a:hover{outline:0;}
h1,
h2,
h3,
h4,
h5,
h6{margin:0;}
abbr[title]{border-bottom:1px dotted;}
b,
strong{font-weight:bold;}
dfn{font-style:italic;}
mark{background:#ff0;color:#000;}
code,
kbd,
pre,
samp{font-family:monospace, serif;font-size:1em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:"\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
ul,
li{padding:0;margin:0;}
li, p{padding:5px 0px;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
button,
input,
select,
textarea{font-family:inherit;font-size:100%;margin:0;}
button,
input{line-height:normal;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
input[disabled]{cursor:default;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}

textarea:focus, input:focus{
outline: none;
}
p{line-height: normal;}
a{color:#000000;}
.section.main a{color:#000000; text-decoration: underline; font-weight: bold;}
h1{font-size:25px;}
h2{font-size:20px;}
h3{font-size:17px;}
h4{font-size:14px;font-weight:800;}
h1, h2, h3, h4, h5, h6{margin-bottom:20px;text-align:left;}
h3{visibility:hidden;}
ol li{list-style:decimal;}
li{-webkit-backface-visibility:hidden;}


.section{
	width:100%;
}
.section.topmenu{
	left:0px;
	top:0px;
	right:0px;
	z-index:9999;
	padding: 16px 24px;
	box-sizing: border-box;
    position: fixed;
    background-color: rgba(255,255,255,0.8);
    height: 100px;
    transition: 0.3s;
}
.section .inner{margin:0 auto;}
.section .inner>.heading{
	font-size:32px;
	font-weight: 300;
	text-align: center;
	padding:30px 0px;
}
.section.topmenu .inner>div{
	float:left;
}
.section.topmenu .inner .mainmenu,
.section.topmenu .inner .search{
	float:right;
	margin-top:15px;
	position: relative;
	
}
.section.topmenu .inner .search{
	margin-top:16px;
	background-color: rgba(250,250,250,0.15);
	width:301px;
	height:38px;
}
.section.topmenu .inner .search input[type="text"] {
	background-color: transparent;
	border:0px;background-color: #e2e2e2;
	font-size:12px;
	padding: 0px 9px;
	box-sizing: border-box;
	width:300px;
	height:38px;
	background-image: url('/sites/all/themes/imgnew/img/searchicon.png?1');
	background-repeat: no-repeat;
	background-position: 97% 50%;
	color:#AAA;
}
.section.topmenu .inner .search input[type="submit"]{
	background-color: transparent;
    border:0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
    height: 38px;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1{
	display: block;
	
	padding:0px;
	margin:0px;
	margin-left:12px;
}
.section.topmenu .inner .mainmenu ul:after{
	display: block;
	clear: both;
	content: '';
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li{
	display: block;
	float:left;
	padding:0px;
	position: relative;
	margin-left:9px;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li>a{
	width:50px;
	height:38px;
	display: block;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-image: url('/sites/all/themes/imgnew/img/menusprite-light.png?3');
	overflow: hidden;
	text-indent: 9999px;
}

.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-search		a{background-position:0% 0px;}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-product-cat	a{background-position:0% -38px;}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-uploads		a{background-position:0% -76px;}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-front			a{background-position:0% 100%}

.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-search		a:hover{background-position:100% 0px;}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-product-cat	a:hover{background-position:100% -38px;}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-uploads		a:hover{background-position:100% -76px;}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li.menu-path-front			a:hover{background-position:100% 100%}


.section.topmenu .inner .mainmenu ul#nice-menu-1>li ul{
	position: absolute;
	right:0px;
	padding:0px;
	background-color: #363636;
	padding-top:15px;
	border-bottom: 3px #f75e25 solid;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li ul li{
	position: relative;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li ul li a{
	color:#fff;
	font-size:14px;
	padding:7px 25px;
	display: block;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li ul li:hover{
	background-color:#292929;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li ul li ul {
	padding-top:0px;
	right: 128px;
    top: 0px;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li>ul{
	display: none;
	margin-top:10px;
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li>ul:before{
	background-image: url('/sites/all/themes/imgnew/img/menuarrow.png');
	top:-8px;
	right:14px;
	width:20px;
	height: 8px;
	position: absolute;
	content:'';
	display: block;
	
}
.section.topmenu .inner .mainmenu ul#nice-menu-1>li ul li ul:after{
	position: absolute;
	right:-7px;
	top:9px;
	background-image: url('/sites/all/themes/imgnew/img/submenuarrow.png');
	width: 7px;
	height: 20px;
	display: block;
}


