/*Fonts*/
@import url(http://fonts.googleapis.com/css?family=Stoke);

/*Fonts*/

* {
    padding: 0;
    margin: 0;
    line-height: 1;
    text-decoration: none;
}

html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
    
}

#main {
    padding-bottom: 250px;
}
/* must be same height as the footer */

footer {
    
    position: relative;
    margin-top: -250px;
    /* negative value of footer height */
    clear:both;
    overflow: hidden;
}


/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

body {
    background: url(background.jpg) no-repeat fixed center -150px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, p, hr {
    margin: 0 0 15px;
    line-height: 1.3;
}

h1 {
    font-size: 30px;
    color: #202020;
}

h2 {
    font-size: 24px;
    color: #202020;
}

h3 {
    font-size: 18px;
    color: #202020;
}

a {
    color: #888888;
}

a:hover, input[type="submit"] {
    transition: opacity 1s;
}
a:hover, input[type="submit"]:hover {
    opacity:0.8;
    
    filter:alpha(opacity=80);
}

a img {
    border: 0 none;
}

ul, ol {
    margin: 0 0 15px;
    padding: 0 0 0 40px;
}

li {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.flip {
    -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    
    .r5, .r10, .r15, .r20, .r25 {
    position: relative;
    behavior: url(/js/PIE.htc);
}

.r5  {
    border-radius:  5px;
}
.r10 {
    border-radius: 10px;
}
.r15 {
    border-radius: 15px;
}
.r20 {
    border-radius: 20px;
}
.r25 {
    border-radius: 25px;
}

/*CONTAINER*/

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/*HEADER*/

header {
    /*background: #ffffff;
    */
    position: relative;
    z-index: 1;
}

header .container {
	background: #fff;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.06);
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    width: 990px;
}

.header-right {
    width: 70%;
    float: right;
    padding: 22px 0px 22px 0px;
}

.logo {
    float:left;
    padding:0px;
}
.phone {
    font-size: 18px;
    color: #000;
    font-family: 'Stoke';
    width: 160px;
    float: right;
    background: url(../skin/phone-icon.png) no-repeat left center;
    padding: 0px 0px 0px 28px;
    margin: 7px 0px 0px 31px;
}
/*Social*/
.social {
    float: right;
}
.social a {
    float:left;
    margin:0px 2px;
}
.social a:hover {
    filter:alpha(opacity=90);
    opacity:0.9;
}
/*search*/
.search {
    width: 223px;
    float: right;
    margin: 0px 0px 0px 2px;
}

.search-box {
    position: relative;
    border: 1px solid #aeaeae;
    behavior: url(/js/PIE.htc);
    overflow: hidden;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 1%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
.search-field {
    background: none;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 0 45px 0 10px;
    width: 168px;
    height: 30px;
    line-height: 30px;
}
.search-button {
    border: 0;
    background: #5792de url(/skin/search.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    color: transparent;
    font-size: 0;
    text-indent: -9999px;
    width: 33px;
    cursor: pointer;
}

/*Slideshow*/

#home .slideshow {
    display: block !important;
}


.slideshow {
    border-radius: 10px;
    margin: 5px 0px 0px 0px;
    display:none;
}
.slideshow  .container.clearfix {
    width:960px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding:0px !important;
}

#slider {
    background:url(/js/loading.gif) no-repeat 50% 50%;
}

.empty {
    height: 39px;
}

/*NAVIGATION*/

.main nav {
    background:none;
    height: 75px;
    line-height: 49px;
    position: relative;
    z-index: 2;
    background: url(shadow.png) no-repeat center bottom;
}

#home .main nav {
    height: 49px !important;
    background: none !important;
}

.main nav .container.clearfix {
    width: 690px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding:0px !important;
    float: right !important;
    height: 49px;
    line-height: 49px;
}

.main nav ul {
    margin: 0px;
    position: relative;
    z-index: 500;
    padding: 0;
    text-align: center;
    height: 49px;
    line-height: 49px;
    min-width: 490px;
    float: right;
}


.main nav li {
    display: inline-block;
    margin: 0px 0px 0px 1px;
    background: #76aa1f;
    position: relative;
    padding: 0;
    float: left;
    height: 49px;
    line-height: 49px;
    border-radius: 7px 07px 0px 0px;
}

.main nav a {
    display: block;
    color: #FFFFFF;
    padding: 0px 18px;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
}

.main nav a:hover {
    background: #F2383E;
    border-radius: 7px 7px 0px 0px;
}

.main nav ul li.selected.selected > a{
    background: #F2383E;
    border-radius: 7px 7px 0px 0px;
}

.main nav li:hover ul {
    display:block;
}

nav ul ul {
    top: 100%;
    left: 0;
    display: none;
    position: absolute;
    width: 150px;
    z-index: 800;
    text-align: left;
}

.main nav ul ul li {
}

.main nav ul ul a {
    background: #000000;
    width: 180px;
}

.main nav ul ul ul {
    top: 0;
    left: 100%;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 850;
}

.main nav ul ul ul li {
}


/*FEATURED**/

#home .featured {
    display: block !important;
}


.featured {
    margin: 0 -15px 20px;
    padding: 14px 0px 0px 0px;
    display: none;
}
.box {
    display: block;
    width: 311px;
    margin: 0 9px;
    float: left;
    text-align: center;
    position: relative;
}
.box-image {
    display: block;
    margin: 0 auto;
}
.box-heading {
    display: block;
    text-transform: uppercase;
    position: absolute;
    width: 90%;
    top: 20px;
    padding: 0px 20px;
}

.box-heading h1
{
    font-family: 'Stoke';
    font-size:18px !important;
    color:#ff2635;
    text-transform:uppercase;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.box-heading p
{
    
    font-size:14px;
    color:#a5a5a5;
    line-height:19px;
    text-transform: initial;
}

/*CONTENT*/

.main {
    padding: 20px 0 0;
    margin: -100px 0px 0px 0px;
}

.main .container.clearfix {
    background: #fff;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.06);
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    width: 990px;
}

.content
{
    margin: 20px 0px;
    float: left;
    width:100%;
}


.main h1 {
    font-size: 22px;
    color: #0db545;
    font-family: 'Stoke';
    text-transform: uppercase;
}
.main h2 {
    font-size: 16px;
    color: #0db545;
    font-family: 'Stoke';
    text-transform: uppercase;
    text-decoration: underline;
}
.main h3 {
    font-size: 14px;
    color: #0db545;
    font-family: 'Stoke';
}
.main p {
    font-size: 13px;
    color: #525252;
    line-height:21px;
}
.main li {
    font-size: 13px;
    color: #525252;
    padding:3px 0px;
    line-height: 21px;
    margin: 0 0 5px;
}
.main a {
    font-size: 13px;
    color: #0db545;
}
.read-more-about  a {
    color: #fff;
    font-family: 'Stoke';
    text-transform: uppercase;
    font-size: 14px;
    
}

.read-more-about {
    width: 246px;
    height: 46px;
    background: rgb(87,146,222);
    background: -moz-linear-gradient(top, rgba(87,146,222,1) 1%, rgba(42,135,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(87,146,222,1)), color-stop(100%,rgba(42,135,255,1)));
    background: -webkit-linear-gradient(top, rgba(87,146,222,1) 1%,rgba(42,135,255,1) 100%);
    background: -o-linear-gradient(top, rgba(87,146,222,1) 1%,rgba(42,135,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(87,146,222,1) 1%,rgba(42,135,255,1) 100%);
    background: linear-gradient(to bottom, rgba(87,146,222,1) 1%,rgba(42,135,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5792de', endColorstr='#2a87ff',GradientType=0 );
    border-radius: 10px;
    line-height: 46px;
    text-align: center;
    margin: 30px 0px 39px 0px;
}
.side  
{
    margin:40px 0px 0px;
    float: right;
    width: 345px;
    padding: 0px 0px 51px 0px;
}

#home  .side {
    float: right;
    width: 345px;
    padding: 0px 0px 51px 0px;
    margin: 0px;
}

/* New Form Styles
-------------------*/

.new-form input[type="text"],
.new-form textarea {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 2px 2px 10px #eee;
    padding: 10px;
    display: block;
    width: 270px;
    border-radius: 5px;
    font-size: 14px;
    margin: 4px 0 10px;
    font-family: 'Open Sans';
    position: relative;
    behavior: url(/js/PIE.htc);
}

.new-form textarea {
    height: 100px;
    line-height: 1.4;
}

.new-form input[type="submit"] {
    border: 0;
    width: 290px;
    background: #0db545;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    behavior: url(/js/PIE.htc);
    font-family: 'Stoke';
    margin: 4px 0 10px;
    transition: all 0.3s;
    padding: 3px;
}

.new-form input[type="submit"]:hover {
    top: -3px;
}
                    
.new-form .item {
    float: left;
    width: 315px;
}

.new-form .two {
    width: 145px !important;
}
        
.new-form .two input[type="text"] {
    width: 100px !important;
}

.new-form .three {
    width: 105px !important;
}
        
.new-form .three input[type="text"] {
    width: 60px !important;
}

/*FOOTER*/

footer {
    color: #545454;
    font-size: 13px;
}

footer .container {
    background: #ffffff;
}

footer a {
    color: #545454;
}

footer h1 {
    font-size: 20px;
    color: #ff2635;
    text-transform: uppercase;
    font-family: 'Stoke';
}
footer h2 {
    font-size:16px;
    color: #0db545;
    font-weight:bold;
}

footer h3 {
    font-size:13px;
    color: #0fb948;
    font-weight:bold;
}

footer li {
    margin: 0 0 5px;
}
footer .map {
    padding: 20px 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
footer .contact {
    padding: 20px 0px 0px 41px;
    float: right;
    position: relative;
    z-index: 1;
    width: 212px;
    background: url(../skin/news-divider.png) no-repeat left center;
    min-height: 250px;
    margin: 0px 0px 22px 0px;
}
footer .contact ul {
    list-style: none;
    margin:0px;
    padding:0px;
}
.footer-menu {
    float: left;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
}
.footer-menu ul {
    list-style: none;
    margin:0px;
    padding:0px;
    
}
.footer-menu li {
    margin:0px;
    padding:0px;
}
.footer-menu a {
    display: block;
    padding: 5px 0px;
}
.footer-menu ul ul {
    display: none;
}
.copyright {
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 11px;
    clear: both;
    height: 25px;
    color: #504e4e;
    border-top: 1px dashed #c8c8c8;
    line-height: 25px;
    border-bottom: 1px dashed #c8c8c8;
    margin: 22px 0px 62px 0px;
}

.copyright a
{
    color:#398af4;
}

.announcement-list a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

#home .inner-side1 {
    display: block !important;
}
.inner-side1 {
    display: none;
}
#contact .inner-side2 {
    display: block !important;
}

.inner-side2 {
    display: none;
}

.cat_textbox,.cat_listbox,.cat_button  {
    width: 185px;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    background: none;
    border: 1px solid #ccc;
    margin: 5px 0px 20px 0px;
}
.cat_listbox {
    height: 100px;
    resize: none;
}

.cat_button {
    width: 100px;
    height: 35px;
    cursor: pointer;
    
    color: #0db545
        
}
label {
    color: #0db545;
}


