@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic);
/* font-family: 'Ubuntu', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
/* font-family: 'Open Sans', sans-serif; */



/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
    background: #FFFFFF;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
}
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

a:focus,
body:focus,
div:focus,
button:focus,
input:focus {outline: 0 !important;}
button:focus {outline: none;}
button::-moz-focus-inner {border: 0;}

/* icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
    width: 16px; text-align: center;
}

/* Headers/Titles */
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, #footer .heading {
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}
#page-sidebar h4, #sidebar h4{
    font-weight: 600;
}
/* Link Colors */
/*-----------------------------------------------------------------------------------*/
a {color: #ffffff; text-decoration: none;}
a:hover {color: #01843e; text-decoration: none;}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/* Top Menu */
/*-----------------------------------------------------------------------------------*/
.header-top{
    margin-bottom: 35px;
}
.header-nav{
    margin-bottom: 35px;
   }
.header-nav > div {
    background: transparent !important; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #01843e !important 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#01843e !important)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#01843e !important 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#01843e !important 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#01843e !important 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#01843e !important 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#01843e !important',GradientType=0 ); /* IE6-8 */
    border: transparent !important;
    height: 35px;
}
.header-nav .btn {
    background: url("../images/search.png") no-repeat scroll center center transparent;
    box-shadow: none;
    height: 30px;
    margin-right: 5px;
	border-color:#53A333 !important;
}
#top-menu {
    background-color: #01843e !important;
    color: #34B834;
    margin-bottom: 10px;
    padding: 10px 0;
	vertical-align: top;
}
#top-menu a {color: #999999;}
#top-menu a:hover {color: #ffffff;}
#top-menu .last {padding-right: 0;}
.top-social {
    display: inline-block;
    margin-left: 0px;
    vertical-align: middle;
	border-color:#53A333 !important;
}
.top-social li {
    float: left;
    list-style: none;
    margin-left: 25px;
}
.top-social a {
    display: inline-block;
    height: 60px;
    opacity: 0;
    width: 0px;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    -ms-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}
.social-container{
    text-align: right;
	background: #53A333 !important;
	border-color:#53A333 !important;
}
.top-social a:hover{opacity: 1;}
.twitter2{background: url(../menu/twitter.png) no-repeat center left;}
.twitter2:hover{background: url(../images/ico6.png) no-repeat center left;}
.facebook{background: url(../menu/facebook.png) no-repeat center left;}
.facebook:hover{background: url(../images/ico5.png) no-repeat center left;}
.dribbble{background: url(../images/ico4.png) no-repeat center left;}
.dribbble:hover{background: url(../images/ico4.png) no-repeat center left;}
.digg{background: url(../images/ico3.png) no-repeat center left;}
.digg:hover{background: url(../images/ico3.png) no-repeat center left;}
.youtube{background: url(../menu/youtube.png) no-repeat center left;}
.dart:hover{background: url(../images/ico2.png) no-repeat center left;}
.market{background: url(../images/ico1.png) no-repeat center left;}
.market:hover{background: url(../images/ico1.png) no-repeat center left;}
.top-social i {width: 24px; height: 24px;}
#top-menu .feed {margin-bottom: 0;}
.icon-search-form {
    background: url("../images/search.png") no-repeat center;
}
#header {}
#header > .container {margin-bottom: 0; background: transparent ! important;

}

/* Logo */
/*-----------------------------------------------------------------------------------*/
.logo {
	background: #53A333 !important;
	border-color:#53A333 !important;
	height: 70px;
}
.logo .site-title,
.logo .site-title a {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 0 0;
    color: #FFFFFF;
}
.logo .sub-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 11px;
    text-transform: capitalize;
    margin: 0;
    padding-left: 2px;
    letter-spacing: 0;
    color: #F9F9F9;
}
.logo .logo-img {
    display: block;
    margin-top: 0px;
    float: left;
	
}
@media (max-width: 767px) {
    .logo{
        text-align:center;
        margin-bottom: 20px;
    }
}
.tagline {
    color: #7E7E7E;
    display: inline-block;
    font-size: 12px;
    margin: 13px 0 0 15px;
}
.phone {
    color: #7E7E7E;
    display: inline-block;
    font-size: 12px;
    margin: 13px 0 0 15px;
}
.top-search{
    margin-bottom: 0;
}
.top-search input {
    background: none repeat scroll 0 0 #E9E9E9;
    border: medium none;
    margin: 5px;
    font-size: 12px;
}
/* Main Menu */
/*-----------------------------------------------------------------------------------*/
#menu {
    display: inline-block;
	
}
#menu a {display: block; color: #01843e !important;}
#menu ul {margin: 0;}
#menu > ul {display: block;}
#menu > ul > li {
    border-left: 1px solid #FFFFFF;
    border-right: 1px;
    float: left;
    list-style: none outside none;
    position: relative;
}
#menu > ul a { padding: 10px 10px;}
@media (max-width: 100%) {
    /*#menu > ul a {padding: 5px;}*/
}
li.current {
    background-color: #B0CB48 !important;
    border-color:#B0CB48 !important;
}
#menu > ul li:hover,
#menu > ul a:hover {
    background-color: #B0CB48;
    border-color: #B0CB48 !important; 
	font-weight: bold;}
#menu > ul a .name {}
#menu > ul a .desc {}
#menu > ul a:hover .name,
#menu .current .name {color: #ffffff;}
#menu >ul li:hover a{color:#FFF; font-weight: bold;}
#menu ul ul {width: 160px; position: absolute; background-color: #01843e !important;}
#menu ul ul a {
    font-size: 12px;
    padding: 5px;
    color: #ffffff !important;
}
#menu ul ul li {
    border-bottom: 1px solid #01843e !important;
    border-top: 1px solid #01843e !important;
    list-style: none outside none;
    position: relative;
}#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {left: -1px; top: 35px; z-index: 99;}
#menu li li:hover ul,
#menu li li.sfHover ul {left: 160px; top: 0;}

.ie7 #header,
.ie7 #header .container,
.ie7 #header .container .row,
.ie7 #header .container .row div,
.ie7 #header .container .row div nav {
    z-index: 10; /* IE7 FIX Z-INDEX */
}
.res-menu {width: 100%; display: none;}
@media (max-width: 767px) {
    #menu {float: none;}
    #menu ul {display: none;}
    .res-menu {display: block;}
    .logo {text-align: center;}
}

/* Search Form */
/*-----------------------------------------------------------------------------------*/
#search {float: right; position: relative; margin-top: 10px;}
#search input[type="text"] {}
#search input[type="text"]:focus,
#search input[type="text"]:hover {}
#search .search-bt {
    right: 0; top: 0;
    height: 30px; width: 30px;
    position: absolute; cursor: pointer;
    border: none !important;
    background: url('../images/search-bt.png') no-repeat center center;
}


/* Direction Nav */
.flex-direction-nav {
    position: absolute;
    margin-left: 0;
    left: 0;
    bottom: 49%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.flex-direction-nav li {
    float: left;
    margin-left: 1px;
    list-style: none;
}
.flex-direction-nav a {
    display: inline-block;
    height: 50px;
    position: absolute;
    text-indent: -9999px;
    width: 50px;
}
.flex-direction-nav .flex-prev {
    background: url('../images/arrow-slider-left.png') no-repeat 50% 50%; left: 0;
    background-color: #01843e !important;
}
.flex-direction-nav .flex-next {
    background: url('../images/arrow-slider-right.png') no-repeat 50% 50%; right: 0;
    background-color: #01843e !important;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    opacity: 1;
    background-color:#B0CB48;
}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity = 30);
    cursor: default;
}
@media screen and (max-width: 767px) {
    .flex-direction-nav {top: 0; height: 100%;}
    .flex-direction-nav a {height: 100%;}
}

/* Control Nav */
.flex-control-nav {
    bottom: 14px;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
    width: 20px; height: 10px;
    display: block;
    background: #01843e !important;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: #B0CB48;
}
.flex-control-paging li a:hover { background: #B0CB48;}
.flex-control-paging li a.flex-active { background: #B0CB48;}
@media screen and (max-width: 767px) {
    .flex-control-nav {display: none;}
}

