.s1 .sidebar-top, .s1 .sidebar-toggle
 {
    background:#808000 none repeat scroll 0 0;
}

.sidebar-top
{
padding:5px 50px;
}


.s2 .sidebar-top, .s2 .sidebar-toggle
{
    background: #808000 none repeat scroll 0 0;
}


.widget > h3 {
    background-color: #337ab7;
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    text-align: center;
}
# menu-main-menu
{
color:white;

}

sidebar .widget
{
    background-color: linen;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 20px;
  background-color:#F3F8C5
}

#header .pad
{
    padding-bottom: 3px;
    padding-top: 3px;
}

/*background color of submenu*/
#nav-header .nav li a
{
    color: white;
  background-color:#337AB7;
}




.pad {
    padding: 3px 3px 2px;
}


#nav-header .nav-toggle {
    background: red none repeat scroll 0 0;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.05) inset, -1px 0 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

.widget {
    background-color: white;
    color: black;
    font-size: 15px;
    overflow: hidden;
}


#nav-header .container {
    background-color: #0894d2;
    color: #000000;
    padding: 0 115px;
    height: 35px;
}
.nav-wrap {
    height: 10px;
}

#nav-header .nav ul {
    background-color:#337AB7;
  color:blue;
}

#nav-header .nav li > a:hover, #nav-header .nav li:hover > a, #nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a, #nav-header .nav li.current-menu-ancestor > a, #nav-header .nav li.current-post-parent > a {
    color:red;
}


.site-title a img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    height: auto;
    margin-bottom: 0;
    margin-left: 80px;
    margin-right: auto;
    margin-top: 0;
    max-height: 60px;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

h1.site-title
{
width:950px;

}

/* Tabs */

.su-tabs-style-1 .su-tabs-nav {
	padding: 5px 5px 0 5px;
	margin: 0;
	height: 40px;
	background: #e5e5e5;
  /* Begin Customization */
	color: white;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
  	font-size: 16px;
  /* End Customization */
}

.su-tabs-nav, .su-tabs-nav span, .su-tabs-panes, .su-tabs-pane {
    box-sizing: border-box !important;
    color: white;
}



.su-tabs-nav span {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 3px;
    min-height: 40px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}

.su-tabs-style-2 .su-tabs-nav {
	padding: 5px 5px 0 5px;
	margin: 0;
	height: 40px;
	background: #222;
    /* Begin Customization */
	color: white;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
  	font-size: 16px;
  /* End Customization */
}
.su-tabs-nav span {
	text-transform: uppercase;
    background-color:#C7EF4E;
    color:white;
}


.su-tabs-nav span {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-right: 3px;
    min-height: 40px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

.su-tabs-nav span:hover {
    background: red none repeat scroll 0 0;
}

su-tabs.tb
{
  background-color:red;
color: white;
}