/*! normalize.css v1.1.3 | MIT License | git.io/normalize *//* ==========================================================================HTML5 display definitions========================================================================== *//*** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.*/article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}/*** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.*/audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}/*** Prevent modern browsers from displaying `audio` without controls.* Remove excess height in iOS 5 devices.*/audio:not([controls]) {display: none;height: 0;}/*** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.* Known issue: no IE 6 support.*/[hidden] {display: none;}/* ==========================================================================Base========================================================================== *//*** 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using*    `em` units.* 2. Prevent iOS text size adjust after orientation change, without disabling*    user zoom.*/html {font-size: 100%; /* 1 */-ms-text-size-adjust: 100%; /* 2 */-webkit-text-size-adjust: 100%; /* 2 */}/*** Address `font-family` inconsistency between `textarea` and other form* elements.*/html,button,input,select,textarea {font-family: sans-serif;}/*** Address margins handled incorrectly in IE 6/7.*/body {margin: 0;}/* ==========================================================================Links========================================================================== *//*** Address `outline` inconsistency between Chrome and other browsers.*/a:focus {outline: thin dotted;}/*** Improve readability when focused and also mouse hovered in all browsers.*/a:active,a:hover {outline: 0;}/* ==========================================================================Typography========================================================================== *//*** Address font sizes and margins set differently in IE 6/7.* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,* and Chrome.*/h1 {font-size: 2em;margin: 0.67em 0;}h2 {font-size: 1.5em;margin: 0.83em 0;}h3 {font-size: 1.17em;margin: 1em 0;}h4 {font-size: 1em;margin: 1.33em 0;}h5 {font-size: 0.83em;margin: 1.67em 0;}h6 {font-size: 0.67em;margin: 2.33em 0;}/*** Address styling not present in IE 7/8/9, Safari 5, and Chrome.*/abbr[title] {border-bottom: 1px dotted;}/*** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.*/b,strong {font-weight: bold;}blockquote {margin: 1em 40px;}/*** Address styling not present in Safari 5 and Chrome.*/dfn {font-style: italic;}/*** Address differences between Firefox and other browsers.* Known issue: no IE 6/7 normalization.*/hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}/*** Address styling not present in IE 6/7/8/9.*/mark {background: #ff0;color: #000;}/*** Address margins set differently in IE 6/7.*/p,pre {margin: 1em 0;}/*** Correct font family set oddly in IE 6, Safari 4/5, and Chrome.*/code,kbd,pre,samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}/*** Improve readability of pre-formatted text in all browsers.*/pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word;}/*** Address CSS quotes not supported in IE 6/7.*/q {quotes: none;}/*** Address `quotes` property not supported in Safari 4.*/q:before,q:after {content: '';content: none;}/*** Address inconsistent and variable font size in all browsers.*/small {font-size: 80%;}/*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}/* ==========================================================================Lists========================================================================== *//*** Address margins set differently in IE 6/7.*/dl,menu,ol,ul {margin: 1em 0;}dd {margin: 0 0 0 40px;}/*** Address paddings set differently in IE 6/7.*/menu,ol,ul {padding: 0 0 0 40px;}/*** Correct list images handled incorrectly in IE 7.*/nav ul,nav ol {list-style: none;list-style-image: none;}/* ==========================================================================Embedded content========================================================================== *//*** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.* 2. Improve image quality when scaled in IE 7.*/img {border: 0; /* 1 */-ms-interpolation-mode: bicubic; /* 2 */}/*** Correct overflow displayed oddly in IE 9.*/svg:not(:root) {overflow: hidden;}/* ==========================================================================Figures========================================================================== *//*** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.*/figure {margin: 0;}/* ==========================================================================Forms========================================================================== *//*** Correct margin displayed oddly in IE 6/7.*/form {margin: 0;}/*** Define consistent border, margin, and padding.*/fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}/*** 1. Correct color not being inherited in IE 6/7/8/9.* 2. Correct text not wrapping in Firefox 3.* 3. Correct alignment displayed oddly in IE 6/7.*/legend {border: 0; /* 1 */padding: 0;white-space: normal; /* 2 */*margin-left: -7px; /* 3 */}/*** 1. Correct font size not being inherited in all browsers.* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,*    and Chrome.* 3. Improve appearance and consistency in all browsers.*/button,input,select,textarea {font-size: 100%; /* 1 */margin: 0; /* 2 */vertical-align: baseline; /* 3 */*vertical-align: middle; /* 3 */}/*** Address Firefox 3+ setting `line-height` on `input` using `!important` in* the UA stylesheet.*/button,input {line-height: normal;}/*** Address inconsistent `text-transform` inheritance for `button` and `select`.* All other form control elements do not inherit `text-transform` values.* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.* Correct `select` style inheritance in Firefox 4+ and Opera.*/button,select {text-transform: none;}/*** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`*    and `video` controls.* 2. Correct inability to style clickable `input` types in iOS.* 3. Improve usability and consistency of cursor style between image-type*    `input` and others.* 4. Remove inner spacing in IE 7 without affecting normal text inputs.*    Known issue: inner spacing remains in IE 6.*/button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {-webkit-appearance: button; /* 2 */cursor: pointer; /* 3 */*overflow: visible;  /* 4 */}/*** Re-set default cursor for disabled elements.*/button[disabled],html input[disabled] {cursor: default;}/*** 1. Address box sizing set to content-box in IE 8/9.* 2. Remove excess padding in IE 8/9.* 3. Remove excess padding in IE 7.*    Known issue: excess padding remains in IE 6.*/input[type="checkbox"],input[type="radio"] {box-sizing: border-box; /* 1 */padding: 0; /* 2 */*height: 13px; /* 3 */*width: 13px; /* 3 */}/*** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome*    (include `-moz` to future-proof).*/input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box;}/*** Remove inner padding and search cancel button in Safari 5 and Chrome* on OS X.*/input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}/*** Remove inner padding and border in Firefox 3+.*/button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}/*** 1. Remove default vertical scrollbar in IE 6/7/8/9.* 2. Improve readability and alignment in all browsers.*/textarea {overflow: auto; /* 1 */vertical-align: top; /* 2 */}/* ==========================================================================Tables========================================================================== *//*** Remove most spacing between table cells.*/table {border-collapse: collapse;border-spacing: 0;}
/* Stylesheet: normalise Modified On 2014-08-29 15:13:30 */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
    line-height: 1.4em;
    font-weight: 400;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
    color: #000;

    background: #FFF;
    font-family: Arial,sans-serif;
  
    border-top: 15px solid #9f0b0f;
}
.slogan {
   font-size: 18px;
/* font-style: italic; */
margin: 0px 0px 0px 0px;
/* font-weight: bold; */
color: #FFF;
position: absolute;
bottom: 0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 20px 27px 0px;
line-height: 36px;
/* max-width: 462px; */
z-index: 9999;
/* letter-spacing: -3.97px; */
text-shadow: 1px 2px 0px #000;
right: 0px;
background: url(/uploads/images/slogan-bg.png) no-repeat;
width: 706px;
text-align: right;
/* vertical-align: bottom; */
}
.slogan strong{
text-transform: uppercase;
color:#3ebb83;
}
.page-wrapper:after {
  content: "";
  display: block;
  height: 90px;
}
footer, .page-wrapper:after {
  /* .push must be the same height as footer */
  height: 90px; 
}
a {
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari and Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    color: #5b8eca;
}

.home-page > content-wrapper p {
    padding: 0px 33px;
 
}

a:hover {
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari and Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
    color: #efb61f;
}

img {
    border: 0px;
}

h1,h2,h3 {
    line-height: 1.5em;
    font-weight: normal;

}

h1 {
    font-size: 24px;
    color: #006f3c;
    margin: 0px;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    color: #222020;
}

h3 , h3 a {
    font-size: 16px;
    color: #9f0b0f;


}

.image-border {
    border: 4px solid #E7E7E7;
}

.image-float-left {
    float: left;
    margin: 9px 30px 14px 0px;
}

.image-float-right {
    float: right;
    margin: 9px 0px 42px 30px;
}



.link-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* page wrapper style */
.page-wrapper {
   
    width: 940px; 
    margin: 0px auto;
    /* box-shadow: 0 0 16px 5px #898181; */
}

/* header style */
header {
    display: block;
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 312px;
   
    /* border-top: 6px solid #ee7c23; */

    width: 940px;
}

/* logo style */
#logo {
    position: relative;
    z-index: 1;
    text-align: center;
    /* width: auto; */
    /* margin: 0px 0px 0px 200px; */

    /* top: 83px; */
    /* left: 0px; */
}

/* contact section style */
address {
 font-size: 23px;
    font-style: normal;
    line-height: 1.2em;
    position: absolute;
    
 right: 17px;
    top: 88px;
    
 height: 64px;
 width: 193px;
 display: block;
 /* padding: 0px 30px 0px 0px; */
 /* width: 300px; */
    z-index: 1;

 background: url(/uploads/images/bbg.png);  
}



address a {
   color: #FFF;
    
   /* float: left; */
   /* width: 60%; */
   display: block;
    
   /* margin: -43px 0 39px 63px; */

   text-transform: uppercase;
   padding: 0px 0px 0px;

   text-align: center;
   vertical-align: middle;
   text-decoration: none;
   margin: 17px 22px 0px -18px;
   width: 193px;
}

.contact-number + span{
    background: url(/uploads/images/button-bg.png) center center no-repeat;

    display: inline-block;
    padding: 10px;
    /* top: 0px; */
    float: right;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    margin: 0px auto;
}

/* primary menu style */
.primary-menu {
   color: #000000;
   z-index: 9999;
   /* float: left; */
    
   height: 39px;
    
   position: relative;

   /* font-family: 'Oswald', sans-serif; */
   top: 0px;
   text-align: left;
   /* left: 73px; */
   display: table;
   margin: 0px auto;
 
   /* background: #077abd; */
}


/* primary menu style */
.primary-menu li {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* height: 42px; */
    border-top: 8px solid transparent;
    margin-right: 10px;
}

.primary-menu li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    /* border-right: 1px solid #FBFBFB; */
    display: block;
    padding: 12px 0px;
    font-weight: 100;
text-transform: uppercase;
}

.primary-menu li a span {
    padding: 0px 26px;
}

.primary-menu li a:hover,.primary-menu li a.active-menu-item,.primary-menu li.active-menu-item {
   
   }
.primary-menu li:hover{
  border-top: 4px solid #bd595c;
  border-bottom: 4px solid #bd595c;
}
.primary-menu li a:hover {
  color: #FFF;
  background-color: #0ba05d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006f3d), to(#0ba05d));
  background: -webkit-linear-gradient(top, #006f3d, #0ba05d);
  background: -moz-linear-gradient(top, #006f3d, #0ba05d);
  background: -ms-linear-gradient(top, #006f3d, #0ba05d);
  background: -o-linear-gradient(top, #006f3d, #0ba05d);
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  margin: 3px 0px;
  -webkit-box-shadow: inset 0 0 5px 3px #41a176;
  box-shadow: inset 0 0 5px 3px #43B180;
  -moz-box-shadow: inset 0 0 5px 3px #43B180;
}
.primary-menu li.active-menu-item{
  border-top: 4px solid #bd595c;
  border-bottom: 4px solid #bd595c;
}
.primary-menu li a.active-menu-item {
color: #FFF;

background-color: #0ba05d;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006f3d), to(#0ba05d));
background: -webkit-linear-gradient(top, #006f3d, #0ba05d);
background: -moz-linear-gradient(top, #006f3d, #0ba05d);
background: -ms-linear-gradient(top, #006f3d, #0ba05d);
background: -o-linear-gradient(top, #006f3d, #0ba05d);
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
margin: 3px 0px;
-webkit-box-shadow: inset 0 0 5px 3px #41a176;
box-shadow: inset 0 0 5px 3px #43B180;
-moz-box-shadow: inset 0 0 5px 3px #43B180;
}
.primary-menu .parent-menu-item li {
    margin-left: 0px;
    margin-top: -1px;
    float: none;
    /* position: relative; */
    /* width: 177px; */
}
.primary-menu .sub-ul a {
  
  
}
/* sub ul style */
.sub-ul{
    display: none;
    position: absolute;
   background: #077abd;
    top: 43px;
}

.sub-ul .sub-ul {
    margin-top: 1px;
    margin-left: 0px;
    left: 100%;
    top: 0px;
    width: 175px;
}

.sub-ul .parent-menu-item a span {
    border-right: none;
}

.parent-menu-item:hover > .sub-ul,.sub-ul .parent-menu-item:hover .sub-ul{
    display: block;
}

.primary-menu li:last-child a span {
    border-right: none;
}

/* main wrapper style */
.main-content-wrapper {
    width: 100%;
    /* margin: 262px auto  0px; */
}
.home-page .main-content-wrapper {
    /* margin: 78px 0px 0px; */
}
.home-page .content-wrapper{
/* background: #f0f0f0; */
padding: 16px 0px 40px;
}
/* banner style */
.main-banner {
    position: relative;
    margin: 0px auto;
    /* background: #FFF; */
    /* overflow: hidden; */
    background: url(/uploads/images/banner-bg.png) bottom center ;

    /* padding-bottom: 32px; */
}

.main-banner img {
    display: block;
    margin: -37px auto;
}




/* inner content wrapper style */
.content-wrapper {
 /* background: #FFF; */ 
    box-sizing: border-box;
-moz-box-sizing: border-box;
    margin: 0 auto;
    min-height: 250px;
    overflow: hidden;
    
margin: 0px auto;

 padding:  65px 20px;
 width: 940px;
}
.home-page .content-wrapper > p {
    /* padding: 4px 12px 0px; */
   
}
.content-wrapper ul {
    list-style-image: url(/uploads/images/tick.png);
}

/* primary & secondary columns style */
.main-content {
    float: left;
    width: 67.66%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 0;
}

aside {
    width: 35.33%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* inner primary column style */
/* figures style */
.descriptive-links {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto 50px;
    /* width: 903px; */
    /* border-top: 1px solid #CCC; */
    overflow: hidden;
    width: 100%;
    padding: 0px 0px 0px;
    /* float: right; */
    margin: 20px auto 0px;
}

.descriptive-links-figure {
    float: left;
    width: 33%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;

    /* border-top: 1px solid #1c91ff; */
    /* padding: 20px 0px; */
    /* margin: 0px 0px 0px 18px; */
}

.descriptive-links-figure + .descriptive-links-figure {
   margin: 0px 0px 0px 4px; 
}

.descriptive-links-image-link {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    color: #1e63af;
    margin: 12px auto 19px;
    float: left;
}

.descriptive-links-img-heading {
    display: block;
    margin: 0px auto;
    /* background: url(/uploads/images/heading-img-bg.png) no-repeat; */
    /* padding: 15px; */
}
.descriptive-links-img-heading  img {
      display: block;
    
      margin: 0px auto;
      /* -webkit-box-shadow: 2px 6px 2px 0px #dbdbdb; */  -moz-box-shadow: -1px 4px 2px 0px #b2b2b2;    

}

.descriptive-links-heading {

    color: #006f3c;
    display: block;
    

    font-size: 20px;
    font-weight: 100;
    

    margin: 15px auto 6px;
    overflow: hidden;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    

    /* position: absolute; */

    top:  134px;

    /* width: 162px; */

    /* background: url(/uploads/images/heading-bg.png) no-repeat right center; */

    /* IE 8 */          /* IE 5-7 */          /* Netscape */          /* Safari 1.x */          /* Good browsers */    

    font-family: "Anton",Arial,sans-serif;

}

.descriptive-links-heading span {
    /* text-align: center; */
    display: inline-block;
    padding: 12px 24px;
    background: url(/uploads/images/heading-bg.png) no-repeat right center;
}

.descriptive-links-heading:hover {
    color: #9f0b0f;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.descriptive-links-caption {
    -moz-box-sizing: border-box;
    /* color: #000; */
    /* font-family: Arial,sans-serif; */
    box-sizing: border-box;
    padding: 20px 0px;
    /* text-align: center; */
    border-top: 2px solid #000;
    margin: 20px auto 0px;
    width: 300px;
}

.descriptive-links-caption .read-more {
    color: #666666;
    font-size: 11px;
    text-transform: none;
    margin: 13px 0px 0px;
    display: block;
    padding: 4px;
    text-decoration: none;
    background: url(/uploads/images/read-more-bg.png) no-repeat 26% 87%;
}
.descriptive-links-caption .read-more:hover{
    color: #9f0b0f;
    
}

/* secondary column style*/
/* footer style */
footer {
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    
    background: #000;
    border-top: 2px solid #3ebb83;
   width: 100%;
  
}
#social{
       /* font-size: 23px; */
    
       /* font-style: normal; */
    
       /* line-height: 1.2em; */
    
       /* position: absolute; */
    
       /* right: 0px; */
    
       /* top: 97px; */
    
       /* width: auto; */
    
       /* z-index: 1; */

       float: right;
}
#social a > img{
margin: 0px 0px 0px 13px;
}
footer .site-footer-inner-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
 
    width: 980px;
    padding: 26px 22px 42px;
    
}

#copyright {
    color: #fdfeff;
    float: left;
    height: 50px;

    z-index: 1;
    /* margin: 0px auto; */
    /* text-align: center; */
}

/* secondary menu */
.secondary-menu {
  
    height: 11px;

    

    /* display: table; */
    /* margin: 0px auto; */
}

.secondary-menu a {
    float: left;
    text-decoration: none;
    display: block;
    background-position: center;
    line-height: 12px;
    color: #FFF;
    float: left;
    border-right: 1px solid #FFF;
    padding: 0 10px 0 10px;
}

.secondary-menu a:hover {
    text-decoration: underline;
}

.secondary-menu .active-menu-item:hover {
}

.secondary-menu .active-menu-item {
    text-decoration: none;
    /* font-weight: bold; */
    display: block;
    background-position: center;
    margin: 0 10px 0 0;
    color: #047f47;
}

.secondary-menu a:last-child {
    border-right: none;
}

.footer-slogan {
    margin: 14px 0 0 9px;;
    color: #FFF;

    /* text-align: center; */
}

.footer-slogan-link {
    text-decoration: none;
    color: #FFF;
}

.footer-slogan-link:hover {
    text-decoration: none;
    color: #FFF;
}


/* Sample FormBuilder style */
form {
    margin-top: 0
}

form, td, th, li {
    font-size: 100%
}

form div {
    margin-bottom: 0
}

fieldset div {
    margin-bottom: 0.5em;
    margin-left: 0px;
}

fieldset div div {
    margin-top: 10px;
    margin-left: 0px;
    float: left;
    clear: both;
    display: block;
    border-bottom: 1px dotted #CCC;
    width: 95%;
}

fieldset div div + div {
    margin-top: 2px;
}

.contactform fieldset div div label {
    padding-top: 0px;
    font-weight: normal;
    font-size: 12px;
    margin-right: auto !important;
}

fieldset {
    margin-bottom: 1em;
    border: 0px solid #F60;
    padding: 0px;
}

fieldset label {
    width: auto;
}

legend {
    color: #FFF;
    background: #F60;
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding: 0.2em;
    width: auto;
    border: 1px solid #CCC;
    display: none;
    line-height: 42px;
    text-shadow: 2px 1px 1px #000000;
}

/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
    float: left;
    width: 10em
}

.short-label fieldset div input, .short-label fieldset div select {
    width: 16em
}

/* Pretty up your Captcha image output */
.captcha {
    margin: 0.5em 0;
    width: 320px;
    text-align: left;
}

.captcha img {
    border: 1px solid #CCC;
    margin-bottom: 0.5em;
    margin-right: 10px;
    float: left;
}

.captcha input {
    width: 196px;
    margin-top: 0.5em;
}

/* Just a bit more room for the Submit button */
.submit {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.contactform input[type="text"] {
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 85%;
    padding: 6px 10px;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.contactform input[type="text"]:focus {
    background-color: #EEE;
    border: 1px solid #CCC;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

input.cms_submit {
    color: #FFF;
    width: 100px;
    padding: 6px 10px;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
    cursor: pointer;
    background: #05864c;
}

input.cms_submit:hover {
    background: #9f0b0f;
    color: #FFF;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.contactform input.checkbox {
    border: none;
}

.contactform label {
    display: block;
    float: left;
    padding-top: 6px;
    font-size: 14px;
    margin-right: 200px;
    font-weight: bold;
}

.contactform label.label {
    display: inline;
    float: none;
    width: 50px;
    font-size: 10px;
}

.contactform textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 85%;
    padding: 6px 10px;
    font-size: 14px;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.contactform textarea:focus {
    background-color: #EEE;
    border: 1px solid #CCC;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.contactform .cms_dropdown {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 98%;
    padding: 6px 10px;
    font-size: 14px;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.formbuilderform .message {
    line-height: 16px;
    padding: 0 0 8px 0;
}

.contactform input.cms_checkbox {
    width: auto !important;
    float: left;
}

.error_message {
    background-color: #EEE;
    padding: 10px;
    color: #F00;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 90%;
    border: 1px solid #DDD;
    margin-bottom: 20px;
}

.error_message ul {
    margin: 0px;
}

/* table content start */
table{
    border: 1px solid #FFF;
 
}
tr{
  
}
tr p  {
  padding: 0px 20px;
}
tr p strong {
  color: #f0e74e;
  font-size: 20px;
}
td{
    text-align: center;
padding: 10px;
  
}
td > p:first-child {
    padding: 5px 20px;
  
    font-size: 17px;
}
td p span{
  color: #f0e74e;
  display: block;
  font-size: 16px;
  margin: 0px 0px -8px;
}
.home-page h1 {
    /* margin: 24px 0px 0px 0px; */
    /* font-size: 26px; */
    /* font-family: 'Roboto', sans-serif; */

    
    /* background: #ee7c23; */
    /* padding: 11px; */
    /* text-align: center; */
    /* font-weight: bold; */
}

.home-page aside h3 {
    color: #FFF;
    font-size: 18px;
    margin: 22px 0px -5px 0px;
    font-family: 'Roboto', sans-serif;
}

.home-page aside {
    margin: -26px 0px 0px 0px;
}

.home-page aside p {
}

.home-page h3 a {
    text-decoration: none;
    color: #FFF;
}
.about-us-image {
     margin: 19px 5px 0 0;
}
.contact-us .main-content {
   border-right: 1px dotted #CCCCCC;
    width: 61%;
}

.contact-us p{
font-size: 13px;
}
.home-page .descriptive-content {
    /* overflow: hidden; */
  
}
.home-page .descriptive-content h1{
    
  float:left;
  width: 40%;
  font-size: 22px;
  margin: 25px 0px 0px;
}
.home-page .descriptive-content p{
    clear:left;
    float:left;
    width: 40%;
}

.main-banner{
    width: 940px;
  
    /* background: url(/uploads/images/banner-bg.png) no-repeat 128% 129%; */
}
.info-section{
  border-bottom: 1px solid #bdbdbd;
}
.info-section .image-float-right{
     margin: -37px 0 11px 39px;
}


.info-section{
  border-bottom: 1px solid #bdbdbd;
}
.info-section .image-float-right{
     margin: -37px 0 11px 39px;
}



 .hidden-bg {
position: relative;
 width: 940px; 
 
height: 318px; 
 display: block;
clear: both; 
 z-index: -1;
}
.bg-holder{
  background: #b3b4b4;
    
  height: 258px;
    left: 0;
    position: absolute;
    right: 0; 
  top: 437px;
  /* padding: 30px; */
  margin: 0px auto;
  width: 100%;
  /* fallback */    
  background-color: #0ba05d;      
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006f3d), to(#0ba05d));      /* Safari 5.1, Chrome 10+ */    
  background: -webkit-linear-gradient(top, #006f3d, #0ba05d);      /* Firefox 3.6+ */    
  background: -moz-linear-gradient(top, #006f3d, #0ba05d);      /* IE 10 */    
  background: -ms-linear-gradient(top, #006f3d, #0ba05d);      /* Opera 11.10+ */    
  background: -o-linear-gradient(top, #006f3d, #0ba05d);
}

hidden-bg{
  position: relative;
 width: 980px; 
 
  height: 50px; 
 display: block;
clear: both; 
 z-index: -1;
}


/* Stylesheet: main Modified On 2014-06-25 16:43:52 */
#tinymce {
background: #FFF;
color:#000;
}
.nms_subscribe{
    background: #7f7f7f;
  
    padding: 20px 63px;
    color: #FFF;
    text-align: center;
}
.nms_subscribe form{
display: inline-block;
margin: 0px 0px 0px 30px;
}
.nms_subscribe input[type="text"]{
    padding: 7px 10px;
  
    margin: 0px 0px 0px 20px;

}
.nms_subscribe input[type="submit"]{
    background-color: #ed172f;  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed172f), to(#a42c39));  
    background: -webkit-linear-gradient(top, #ed172f, #a42c39);  
    background: -moz-linear-gradient(top, #ed172f, #a42c39);  
    background: -ms-linear-gradient(top, #ed172f, #a42c39);  
    background: -o-linear-gradient(top, #ed172f, #a42c39);
  
    border: 0px;
    padding: 9px 23px;
    color: #FFF;
    margin: 0px 17px 0px -4px;
}
.nms_error{
margin: 6px 0px 22px 59px;
color: #F9C6CC;
text-align: left;
}
.shop aside{
width: 29.33%;
float: right;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin: 136px 0px 0px 0px;
}
/* Stylesheet: main Modified On 2014-08-29 15:13:41 */

/* Stylesheet: main Modified On 2015-03-18 15:14:37 */
