@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Roboto:wght@400;700&display=swap');


/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#3f3d35;
    text-decoration: none;
	-webkit-transition:all ease .4s; transition:all ease .4s;
}

a:hover {
    color:#333;
    text-decoration: none;
    -webkit-transition:all ease .4s; transition:all ease .4s;
}

body {

}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 38px;
	color:#3f3d35;
	font-family: 'Merriweather', serif;
	font-weight:900;
}

h2 {
    font-size: 30px;
	color:#111;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 22px;
    color: #333;
	font-weight:700;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: 'Roboto', sans-serif;}

td {color:#222;padding:5px;line-height:18px; font-size:16px;font-family: 'Roboto', sans-serif;}

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------*/
/* Bootstrap ultilities */
/*------------------------------------------------*/

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


/* Main boxes flex column STYLES */

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav > li > a {color:#EEE;margin-bottom:0;padding-bottom:0;}

.navbar{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;z-index:1000;}

.navbar-default{background-color:transparent;z-index:1000;border:none;margin-bottom:0;}

.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;}

.nav li a {margin-bottom:0;padding-bottom:0;}
.nav li {margin-bottom:0;padding-bottom:0;}	

#dnnMenu .topLevel li  {margin-bottom:0;padding-bottom:0;}	

#dnnMenu .topLevel>li>a {padding:20px;text-transform:uppercase;background:transparent;color:#FFF;transition: all .4s ease;margin: 0 5px 0 5px;}

#dnnMenu .topLevel>li>a:focus {color:#3f3d35;background:#FFF;transition: all .4s ease;margin: 0 5px 0 5px; }
#dnnMenu .topLevel>li>a:hover {color:#3f3d35;background:#FFF;transition: all .4s ease;margin: 0 5px 0 5px;}

#dnnMenu .topLevel>li.active>a {background:#FFF;color:#3f3d35;transition: all .4s ease;}
#dnnMenu .topLevel>li.active>a:focus {color:#3f3d35;background:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>li.active>a:hover {color:#3f3d35;background:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>.open>a {background:#FFF;color:#3f3d35;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover {color:#FFF;background:#3f3d35;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus {color:#FFF;background:#3f3d35;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:#FFF;color:#3f3d35;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {color:#3f3d35;background:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus {color:#3f3d35;background:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>li>a span {font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:800;font-family: 'Merriweather', serif;} 
#dnnMenu .topLevel>li>a:focus span{font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:800;font-family: 'Merriweather', serif;}
#dnnMenu .topLevel>li>a:hover span{font-size:16px;border-radius:0px;transition: all .4s ease;font-weight:800;font-family: 'Merriweather', serif;}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:10px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (min-width:768px) {
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;z-index:1000;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width:767px){

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}

.nav li a {margin-bottom:0;padding:0;}
.nav li {margin-bottom:0;padding:0;}
	
.navbar{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;z-index:1000;}

.navbar-default{background-color:transparent;z-index:1000;border:none;}

.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;z-index:1000;border:none;}
	
#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {position:relative;background:transparent;list-style-type:none;float:none;border-top:1px solid rgba(0,0,0,.1);}
	
#dnnMenu .topLevel li a {padding-top:15px;border-right:none;color:#FFF;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-right:none;color:#333;background:#EEE;}	
#dnnMenu .topLevel li a:hover{border-right:none;color:#333;background:#EEE;}
	
#dnnMenu .topLevel li.active a{color:#333;background:#EEE;}
#dnnMenu .topLevel li.active a:focus{color:#333;background:#EEE;} 
#dnnMenu .topLevel li.active a:hover{color:#333;background:#EEE;}
	
#dnnMenu .topLevel li a span{font-size:16px;}	
#dnnMenu .topLevel li a:focus span{font-size:16px;} 
#dnnMenu .topLevel li a:hover span{font-size:16px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:16px;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:16px;}

	
#dnnMenu .topLevel>.open>a {background:transparent;color:#333;border-radius:0;transition: all .4s ease;}
	
#dnnMenu .topLevel>.open>a:hover{color:#333;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{color:#333;background:#EEE;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:transparent;color:#333;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {color:#333;background:#EEE;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{color:#333;background:#EEE;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:16px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:16px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:16px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	
#dnnMenu .dropdown-menu{padding:0;z-index:1000;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#666;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}


/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/



.MoreButton a:link, .MoreButton a:visited {
  padding: 17px;
  text-align: center;
  color: #FFF;
  font-size:18px;
  display: block;
  width: 100%;
  background:#111;
  border: 1px solid #111;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 17px;
  text-align: center;
  color: #111;
  font-size:18px;
  display: block;
  width: 100%;
  background:#FFF;
  border: 1px solid #111;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .4s; transition:all ease .4s;
}


.ReadMore a:link, .ReadMore a:visited {
  padding: 20px;
  text-align: center;
  color: #222;
  font-size:22px;
  display: block;
  width: 100%;
  background:#FFF;
  border: 1px solid #222;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.ReadMore a:hover, .ReadMore a:active {
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-size:22px;
  display: block;
  width: 100%;
  background:#222;
  border: 1px solid #222;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .4s; transition:all ease .4s;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.headerwrap {padding:5px 0 5px 0;background:#FFF;}

.menuwrap {background:#3f3d35;margin-bottom:-10px;}


.logo {text-align:center;}

.contact {font-size:28px;line-height:34px;color:#282828;text-align:center;padding-top:25px;    font-family: 'Merriweather', serif;}
.contact span {font-size:20px;line-height:26px;color:#282828;text-align:center;padding-top:25px;    font-family: 'Merriweather', serif;}
.contact a:visited, .contact a:link {
line-height:20px;font-size:18px;color:#282828;-webkit-transition:all ease .4s; transition:all ease .4s;    font-family: 'Merriweather', serif;
}

.contact  a:hover, .contact a:active {
line-height:20px;font-size:18px;color:#666;-webkit-transition:all ease .4s; transition:all ease .4s;    font-family: 'Merriweather', serif;}



/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
	padding-bottom:13%;
	width:100%;
	background-image:url('images/showcase-responsive_bg.jpg');
	background-size:cover;
	background-position:top right 20%; /* IE fix */
	background-attachment:fixed;
}

.showcasetext {text-align:center;padding-top:85px;color:#3f3d35;}

.showcasetext h3 {font-size:30px;color:#fc7a24;font-family: 'Roboto', sans-serif;}
.showcasetext h2 {font-size:70px;color:#3f3d35;font-family: 'Merriweather', serif;}
.showcasetext p {color:#3f3d35;font-size:38px;font-family: 'Merriweather', serif;margin-bottom:5px;}

.welcomewrap {background:#3f3d35;padding:50px 0 50px 0;}
.welcometext {text-align:center;}

.welcometext span {display:inline-block;}
.welcometext h3 {font-size:32px;color:#FFF;}
.welcometext h2 {font-size:70px;color:#FFF;font-family: 'Merriweather', serif;}
.welcometext h4 {font-size:52px;color:#FFF;font-family: 'Merriweather', serif;}
.welcometext p {color:#FFF;font-size:22px;line-height:28px;margin-bottom:25px;}

.mainwrap{padding:50px 0 50px 0;}


.servicewrap {background:url('images/service-repeat_bg.jpg');padding:50px 0 50px 0;}

.servicetext {text-align:center;padding:50px 0 50px 0;}
.servicetext h1 { font-size:42px;color:#FFF;font-family: 'Merriweather', serif;}

.servicetext h3  a:link, .servicetext h3  a:visited { text-transform:uppercase;font-size:22px;color:#EEE;font-family: 'Roboto', sans-serif;font-weight:800;-webkit-transition:all ease .4s; transition:all ease .4s;}
.servicetext h3  a:hover, .servicetext h3  a:active { text-transform:uppercase;font-size:22px;color:#FFF;font-family: 'Roboto', sans-serif;font-weight:800;-webkit-transition:all ease .4s; transition:all ease .4s;}
.servicetext img {box-shadow:0 0 20px 0 rgba(0,0,0,0.3);}



.forestwrap {
	padding-bottom:16%;
	width:100%;
	background-image:url('images/forest-responsive_bg.jpg');
	background-size:cover;
	background-position:top center; /* IE fix */
	background-attachment:fixed;
}

.foresttext {color:#FFF;font-family: 'Roboto', sans-serif;font-weight:800;font-size:82px;line-height:90px;padding-top:180px;text-align:center;}

.mobile {display:block;}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
	background:url('images/service-repeat_bg.jpg');
}

.footertext {font-size:18px;color:#FFF;text-align:center;padding-top:35px;}
.footertext p {font-size:18px;color:#FFF;text-align:center;}

.footertext a {color:#EEE;}
.footertext a:hover {color:#FFF;}




.footerwrap {
	padding:0;
	background:#FFF;
}

.login {color:#333;font-size:10px;}
.login li {color:#333;font-size:10px;padding:0;margin:0;}

a.login:visited {color:#333; font-size:10px; text-decoration:none;}
a.login:active {color:#333; font-size:10px; text-decoration:none;}
a.login:link {color:#333; font-size:10px; text-decoration:none;}
a.login:hover {color:#666; font-size:10px; text-decoration:underline;}

.copyright {font-family: 'Roboto', sans-serif;font-size: 13px;color: #333;text-align:center;padding:0;}

a.copyright:visited {color: #333; font-size:13px; text-decoration:none;}
a.copyright:active {color: #333; font-size:13px; text-decoration:none;}
a.copyright:link {color: #333; font-size:13px; text-decoration:none;}
a.copyright:hover {color: #666; font-size:13px; text-decoration:underline;}


.wecontrol {
    text-align: center;
    font-size: 10px;
    padding-top:0;    
	color: #333;
}
.wecontrol ul li { 
  display: inline; 
  color: #333;
  margin-bottom:0;
  padding:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 0;
   color: #333;
}

.wecontrol ul li a:hover {
    color: #666;
    text-decoration:underline;
}



.PayButton a:link, .PayButton a:visited {
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-size:22px;
  display: block;
  width: 100%;
  background:#fc7a24;
  border: 1px solid #fc7a24;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.PayButton a:hover, .PayButton a:active {
  padding: 20px;
  text-align: center;
  color: #fc7a24;
  font-size:22px;
  display: block;
  width: 100%;
  background:#FFF;
  border: 1px solid #fc7a24;
  font-family: 'Roboto', sans-serif;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.mobile {display:none;}
.contact {font-size:28px;line-height:34px;color:#282828;text-align:center;padding-top:7px;font-family: 'Merriweather', serif;}

}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
.menuwrap {background:#3f3d35;margin-bottom:0;}
.showcasetext h3 {font-size:24px;color:#3f3d35;font-family: 'Roboto', sans-serif;}
.showcasetext h2 {font-size:46px;color:#3f3d35;font-family: 'Merriweather', serif;}
.showcasetext p {color:#3f3d35;font-size:20px;font-family: 'Merriweather', serif;margin-bottom:5px;}
.welcometext h3 {font-size:24px;color:#FFF;}
.welcometext h2 {font-size:40px;color:#FFF;font-family: 'Merriweather', serif;}
.welcometext h4 {font-size:30px;color:#FFF;font-family: 'Merriweather', serif;}
.servicetext h3 {margin-bottom:15px;}	
.servicetext h3  a:link, .servicetext h3  a:visited { text-transform:uppercase;font-size:18px;color:#333;font-family: 'Roboto', sans-serif;font-weight:800;}
.servicetext h3  a:hover, .servicetext h3  a:active { text-transform:uppercase;font-size:18px;color:#666;font-family: 'Roboto', sans-serif;font-weight:800;}
	.foresttext {color:#FFF;font-family: 'Roboto', sans-serif;font-weight:800;font-size:42px;line-height:50px;padding-top:180px;text-align:center;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	 
}



/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 209px;
    height: 32px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }

    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: #CCC;
    border: none;
    border-radius: 0;
    box-shadow: inset 0px 3px 8px #999;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }


.controlpanel {
	padding:0;
	margin:0;
	width:100%;
	}


.controltext {color:#333333;font-size:11px;}
.controltext a:link, .controltext a:visited {color:#333333;font-size:11px;}
.controltext a:hover, .controltext a:active {color:#333333;font-size:11px;}

.normal
{
    font-size: 11px;
    font-weight: normal;
	color:#333333;
}
.CommandButton
{

    font-size: 11px;
    font-weight: normal;
	color:#666666;
}

A.CommandButton:link
{
    text-decoration:    none;
    color:#666666;
}
A.CommandButton:visited 
{
    text-decoration:    none;
    color:#666666;
}

A.CommandButton:active  
{
    text-decoration:    underline;
    color: #666666;
}
A.CommandButton:hover   
{
    text-decoration:underline;
    color: #999999;
}


