/*
Theme Name: Bee Aware
Version: 1.0

*/



/*
Theme Name: Bee Aware
Version: 1.0

/***********************************************************************************/
/*                                  Reset Browser                                  */
/***********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0; padding: 0; border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.clearfix { clear: both; }

object, embed, video, iframe {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/***********************************************************************************/
/*                                    Fonts                                        */
/***********************************************************************************/
@font-face {
    font-family: 'montserrat';
    src: url('fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lato';
    src: url('fonts/lato/lato-reg-webfont.eot');
    src: url('fonts/lato/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lato_bold';
    src: url('fonts/lato_bold/lato-bol-webfont.eot');
    src: url('fonts/lato_bold/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato_bold/lato-bol-webfont.woff') format('woff'),
         url('fonts/lato_bold/lato-bol-webfont.ttf') format('truetype'),
         url('fonts/lato_bold/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
    color: #7CB228;
    text-decoration: none;
    outline:none;   /* Remove dashed frame for IE8,FF  */
}
a:hover {
    text-decoration: underline;
}
p {
    padding: 0 0 13px;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, 'Bitstream Charter', serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px 'Courier 10 Pitch', Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:placeholder {
    color: #fff;
    opacity: 1;
   font-family: 'lato', sans-serif;
}



/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
    color: #595959;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'lato', sans-serif;
    text-align: left;
    background: #0e0e0e;
    position: relative;
}
input[type="text"] {
    color: #000;
}
input[type='submit']{
    color: #fff;
    cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type='submit'],
textarea {
    border:none;
    font-size: 14px;
    font-family: 'lato', sans-serif;
    text-align: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

}
.introduction ol li,
.introduction ul li {
    margin: 0 0 0 13px;
    padding: 3px 0 3px 18px;
}
.introduction ul {
    padding: 0 0 16px 0;
}
.introduction ul li {
    list-style: none;
    padding: 3px 0 3px 18px;
    margin: 0;
    background: url(images/li.png) no-repeat 0 14px;
}
.introduction ul {
    list-style: disc;
}
.introduction ol {
    list-style-type: decimal;
}
.introduction ol ol {
    list-style: upper-alpha;
}
.introduction ol ol ol {
    list-style: lower-roman;
}
.introduction ol ol ol ol {
    list-style: lower-alpha;
}
.introduction ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}

/***********************************************************************************/
/*                                   Header                                        */
/***********************************************************************************/
.header {
    background: url(images/header.jpg) no-repeat center 0;
    position: relative;
}
@media only screen and ( min-width: 1640px ) {
    .header {
        background-size: 100% auto;
    }
}
.head {
    width: 1124px;
    margin: 0 auto;
    font-family: 'lato', sans-serif;
}
.logo {
    margin: 69px 25px 22px 0;
    float: left;
}
.top_bar {
    color: #fff;
    font-size: 15px;;
    line-height: 25px;
    padding: 12px 30px 13px 28px;
    background: url(images/top_bar.png) repeat-x 0 0;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    float: right;
}
.top_bar a {
    color: #fff;
}
.top_bar a:hover {
    text-decoration: underline;
}
.top_bar span {
    padding: 0 8px;
}
.top_bar a.subscribe {
    padding-left: 35px;
    background: url(images/subscribe.png) no-repeat 0 0;
}
.nav {
    clear: right;
    float: left;
    margin: 73px 0 0;
}
.nav ul li {
    float: left;
    margin: 0 23px;
    position: relative;
    z-index: 9999;
}
.nav ul li:hover > ul {
    display: block;
}
.nav ul li ul {
    position: absolute;
    top: 100%;
    left: -20px;
    background: #7CB228;
    width: 200px;
    display: none;
    padding: 20px 0;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}
.nav ul li ul li {
    float: none;
}
.nav ul li ul li ul {
    padding: 10px 0;
    background: #5F8E17;
}
.nav ul li ul a {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.nav ul li ul li ul a {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
.nav ul li ul li ul {
    left: 100%;
    top: 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.nav ul li ul li {
    padding: 4px 20px;
    margin: 0;
}
.nav ul li ul li ul li {
    padding: 2px 14px;
    margin: 0 0;
}
.nav ul li a {
    color: #fff;
    font-family: 'lato_bold';
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    text-align: center;
}
.nav ul li a:focus {
    outline: 1px dotted #000 !important;
}
.nav ul li:hover > a,
.nav ul li.current-menu-item > a,
.nav ul li.current-menu-parent > a,
.nav ul li.current-menu-ancestor > a {
    border-bottom: 1px solid #fff;
}
.nav ul li:hover a,
.nav ul li a:hover,
.nav ul li.current-menu-item a,
.nav ul li.current-menu-parent a,
.nav ul li.current-menu-ancestor a {
    text-decoration: none;
}
.search_box {
    float: right;
    width: 142px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    padding: 4px 32px 6px 22px;
    background: #7B970E;
    position: relative;
    margin: 71px 0 32px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.search_box input[type='text']{
    color: #fff;
    font-family: 'lato';
    background:transparent;
    border:none;
}
  .search_box input[type='text']::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .search_box input[type='text']:-ms-input-placeholder {
    color: #fff; }
  .search_box input[type='text']::-webkit-input-placeholder {
    color: #fff; }


.search_box input[type='submit']{
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background:transparent;
    border:none;
}
/***********************************************************************************/
/*                                   Content                                       */
/***********************************************************************************/

.wrapper {
	background-color: #eff4e6;
	height: auto;
	clear: both;
}

h1 {
    color: #7cb228;
    font-size: 24px;
    font-family: 'montserrat';
    line-height: 28px;
    padding: 0 0 18px;
}
h2 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family:  'montserrat';
    line-height: 20px;
    padding: 0 0 12px;
}
.container {
    width: 1124px;
    margin: 0 auto;
    padding: 34px 0 56px;
}
.about {
    margin: 34px 0 0;
}
.about_l {
    float: left;
    width: 770px;
    min-height: 274px;
    padding:36px 46px;
    background: #fff;
    border-bottom: 3px solid #adcf79;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.about_l_in {
    overflow: hidden;
}
.about_r {
    float: right;
    width: 243px;
}
.about_r ul li{
    width: 243px;
    height: 164px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.about_r ul li:first-child{
    margin-bottom: 20px;
}
.about_r ul li img{
    width: 100%;
    display: block;
}
.feture_box_excerpt{
	min-height: 95px;
}
.about_r ul li span{
    position: absolute;
    bottom:0;
    left:0;
    line-height: 12px;
    width: 223px;
    color: #fff;
    font-size: 12px;
    padding: 10px 0 10px 20px;
    background: url(images/overlay.png) repeat 0 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.about_r ul li a:hover span{
    background: #000;
}
.lastest {
    width: 1032px;
    margin: 34px 0 0;
    background:#fff;
    padding:36px 46px;
    background: #fff;
    border-bottom: 3px solid #adcf79;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.lastest .slider ul {
    width: 1032px;
    overflow: hidden;
}
.lastest .slider ul li li {
    width: 324px;
    padding-bottom: 13px;
    margin-left: 30px;
    float: left;
}
.lastest .slider ul li li.nth_child {
    margin-left: 0;
}
.lastest .slider ul li li a.img_box {
    height: 165px;
    width: 324px;
    margin-bottom: 13px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    display: block;
    overflow: hidden;
}
.lastest .slider ul li li a.img_box img {
    width: 100%;
}
.lastest .slider ul li li a.img_box span {
    position: absolute;
    bottom:0;
    left:0;
    height: 12px;
    width: 304px;
    color: #fff;
    font-size: 12px;
    padding: 10px 0 10px 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.lastest .slider ul li li a.img_box:hover span {
    background: rgba(0,0,0,1);
}
.lastest .slider ul li li p{
    padding-bottom: 11px;
}
.lastest .slider ul li li a.more{
    color: #fff;
    width: 154px;
    padding: 9px 19px 11px;
    background: #7cb228;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
}
/***********************************************************************************/
/*                                  Content Area                                   */
/***********************************************************************************/
.content_area{
    width: 724px;
    padding:36px 46px 56px;
    background: #fff;
    border-bottom: 3px solid #7cb228;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: right;
}
.content_area_padding{
    margin-bottom: 144px;
}
.content_area h2{
    color: #595959;
    padding-bottom:16px;
}
.content_area .news h2 a,
.content_area .news h2{
    color: #595959;
    padding-bottom: 0;
}
.content_area .news h2 a:hover{
    color: #7cb228;
}
.content_area p{
    color: #595959;
}
.news{
    padding-bottom: 28px;
}
.news span{
    color: #a9a9a9;
    font-size: 14px;
    padding-bottom: 12px;
    display: block;
}
.news p a{
    text-transform: uppercase;
    color: #7cb228;
    font-size: 14px;
}
.content_area .news_events ul {
    list-style-type: none;
    margin:0;
}
.content_area .news_events ul li{
    clear: both;
    padding:0;
}
.content_area ul {
    list-style-type: square;
    margin-bottom: 15px;
    padding-left: 40px;
}
.content_area ul li {
    padding: 0;
    padding:5px 0;
}
.content_area ol {
    list-style-type: decimal;
}
.content_area ol li {
    list-style-type: decimal;
}
.content_area ol {
    margin-left: 24px;
}

.content_area ol li {
    padding: 5px 0;
}
.content_area table td,
.content_area table th {
    padding: 5px 10px 5px 0;
}
.content_area table thead tr {

}
.content_area table tr {

}
.content_area img{
    max-width: 100%;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin: 4px 25px 64px 0;
}
.alignright,
img.alignright {
    display: block;
    float: right;
    margin: 4px 0 0 20px;
}
.content_area input[type="text"],
.content_area input[type="tel"],
.content_area input[type="email"],
.content_area input[type="password"],
.content_area textarea {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 360px;
}
.content_area input[type="text"]:focus,
.content_area input[type="tel"]:focus,
.content_area input[type="email"]:focus,
.content_area input[type="password"]:focus,
.content_area textarea:focus {
    border: 1px solid #7CB228;
}
.content_area input[type="submit"] {
    background: #7CB228;
    padding: 8px 24px;
}
.content_area input[type="submit"]:hover {
    background: #7CB228;
}

/***********************************************************************************/
/*                              Pests                                             */
/***********************************************************************************/
.pests {
    padding:36px 88px 36px 46px;
    background: #fff;
    border-bottom: 3px solid #adcf79;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.pests_wall{
    margin:27px 0 0;
    padding-bottom: 108px;
}
.exotic_pests_wall{
    padding-bottom: 177px;
}
.pests_wall >ul >li{
    width: 552px;
    float: left;
}
.pests_wall >ul >li:first-child{
    margin-right: 20px;
}
.pests_wall >ul >li >a{
    width: 494px;
    padding:11px 32px 11px 26px;
    margin-bottom: 19px;
    background: #7cb228;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
}
.pests_wall >ul >li >a h1:hover,
.pests_wall >ul >li >a span:hover {
    text-decoration: underline;
}
.pests_wall >ul >li >a h1{
    color: #fff;
    padding: 0;
    display: inline;
}
.pests_wall >ul >li >a span{
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 28px;
}
.pests_wall ul li li{
    float: left;
    width: 266px;
    height: 195px;
    margin-bottom: 19px;
    background: #6e2424;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.pests_wall ul li li a{
    display: block;
}
.pests_wall ul li li a img{
    width: 100%;
}
.pests_wall ul li li:first-child{
    width: 552px;
}
.pests_wall ul li li.nth_child{
    margin-right: 20px;
}
.pests_wall ul li li a span{
    position: absolute;
    bottom:0;
    left:0;
    width: 214px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 26px 13px;
    background: rgba(0,0,0,0.6);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.pests_wall ul li li:first-child a span{
    width: 500px;
}
.pests_wall ul li li a:hover span{
    background: rgba(0,0,0,1);
}




/***********************************************************************************/
/*                              Varroa Mite                                        */
/***********************************************************************************/
.ad-gallery {
    float: left;
    width: 361px;
    overflow: hidden;
}
.introduction {
    width: 651px;
    padding: 36px 46px 24px;
    background: #fff;
    border-bottom: 3px solid #7cb228;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: right;
}
.introduction h2 {
    color: #595959;
}
.a_pest {
    margin-bottom: 28px;
}
/***********************************************************************************/
/*                              Tab                                                */
/***********************************************************************************/
#horizontalTab{
    color: #737373;
}
.container_paddingfix{
    margin-bottom: 40px;
}
.tab_img {
    width: 316px;
    margin-bottom: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
}
.responsive-tabs-wrapper .wp-caption {
    margin-bottom: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
}
.responsive-tabs-wrapper .wp-caption img,
.tab_img img{
    display: block;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.responsive-tabs-wrapper .wp-caption p,
.tab_img p{
    font-size: 12px;
    color: #434343;
    line-height: 14px;
    font-style: italic;
    padding:16px 18px;
    background: #eff4e6;
}
/***********************************************************************************/
/*                              Sidebar                                            */
/***********************************************************************************/
.sidebar{
    width: 286px;
    float: left;
}
.sidebar div {
    max-width: 100%;
}
.sidebar .wp-caption {
    max-width: 286px;
    padding: 0;
    margin: 0 !important;
    border: none;
}
.sidebar ul.menu {
    margin-bottom: 18px;
}
.sidebar ul.menu > li{
    margin-bottom: 2px;
    background: #7cb228;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
}
.sidebar ul.menu > li.current_page_item > a,
.sidebar ul.menu > li.current_page_ancestor > a,
.sidebar ul.menu > li.current_page_parent > a,
.sidebar ul.menu > li.current-menu-item > a {
    text-decoration: underline;
}
.sidebar ul.menu > li > a {
    width: 80%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding:12px 0 12px 7%;
    display: block;
    position: relative;
}
.sidebar ul.menu > li span.button{
    width: 25px;
    height: 100%;
    background: url(images/open_up.png) no-repeat center center;
    position: absolute;
    right: -25px;
    top:0;
    cursor: pointer;
}
.sidebar ul.menu > li span.button {
    display: none;
}
.sidebar ul.menu > li.page_item_has_children span.button {
    display: block;
}
.sidebar ul.menu > li span.button_open{
    background: url(images/open_down.png) no-repeat center center;
}
.sidebar ul li ul{
    display: none;
}
.sidebar ul li ul li a{
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding:12px 32px 12px 21px;
    background: #fff;
    display: block;
}
.sidebar ul li ul li.current-menu-item a,
.sidebar ul li ul li.current_page_item a,
.sidebar ul li ul li a:hover{
    color: #fff;
    text-shadow: 0 1px 0 #000;
    background: #f1a804;
    text-decoration: none;
}
.sidebar a.with_caption {
    position: relative;
    margin-bottom: 20px;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden;
}
.sidebar a:hover {
    text-decoration: underline;
}
.sidebar a.with_caption img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.sidebar a.with_caption span{
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
    background: url(images/overlay.png) repeat 0 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.sidebar a.with_caption:hover span{
    background: #000;
}

/***********************************************************************************/
/*                              Slider                                             */
/***********************************************************************************/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none;
}
/* FlexSlider Necessary Styles*********************************/
.lexsliedr .slides > li {
    display:none;
    -webkit-backface-visibility:hidden;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
#home_slider {
    width: 100%;
}
#home_slider .flexslider {
    width: 100%;
}
#home_slider .flexslider .slides {
    width: 100%;
}
.flexslider .slides img {
    width:100%;
    display:block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/* Clearfix for the .slides element */
.slides:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
 html[xmlns] .slides {
    display:block;
}
 * html .slides {
    height:1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display:block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
    padding:0;
    margin:0 auto;
    position:relative;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.loading .flex-viewport {
    max-height:300px;
}
.flexslider .slides {
    zoom:1;
}
.carousel li {
    margin-right:5px}
/* Direction Nav */
.flex-direction-nav {
    *height:0;
}
#home_slider .flex-direction-nav a {
    width:45px;
    height:54px;
    margin-top: -27px;
    display:block;
    position:absolute;
    top:50%;
    cursor:pointer;
    text-indent:-9999px;
    opacity:0.9;
}
#lastest_slider .flex-direction-nav a {
    width:48px;
    height:54px;
    margin-top: -62px;
    display:block;
    position:absolute;
    top:50%;
    cursor:pointer;
    text-indent:-9999px;
    opacity:0.7;
}
#home_slider .flex-direction-nav .flex-next {
    background:url(images/next.png) no-repeat 0 center;
    right: 0px;
}
#lastest_slider .flex-direction-nav .flex-next {
    background:url(images/next_lastest.png) no-repeat 0 center;
    right: -71px;
}
#home_slider .flex-direction-nav .flex-prev {
    background:url(images/prev.png) no-repeat 0 center;
    left: 0;
}
#lastest_slider .flex-direction-nav .flex-prev {
    background:url(images/prev_lastest.png) no-repeat 0 center;
    left: -71px;
}
.flexslider:hover .flex-next {
    opacity:0.7;
}
.flexslider:hover .flex-prev {
    opacity:0.7;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity:1;
}
.flex-direction-nav .flex-disabled {
    opacity:.3!important;
    filter:alpha(opacity=30);
    cursor:default;
    background-position: 100% center;
}
.flex-direction-nav .flex-next .flex-disabled  {

}
/* Control Nav */
.flex-control-nav {
    position:absolute;
    top:8px;
    right:4px;
    text-align:center;
    padding:0;
    display: none;
}
.flex-control-nav li {
    margin:0;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    width:10px;
    height:10px;
    line-height:11px;
    font-size:11px;
    padding:0;
    margin:0 0 0 3px;
    display:block;
    background:url(images/dots.png) no-repeat 100% center;
    cursor:pointer;
    text-indent:-9999px;
}
.flex-control-paging li a:hover {
}
.flex-control-paging li a.flex-active {
    background:url(images/dots.png) no-repeat 0 center;
    cursor:default;
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer;
}
.flex-control-thumbs img:hover {
    opacity:1;
}
.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default;
}
/***********************************************************************************/
/*                                   Footer                                        */
/***********************************************************************************/
.footer{
    padding: 45px 0 53px;
    background: url(images/footer.png) repeat-x 0 0;
}
.foot{
    width:1124px;
    margin: 0 auto;
    color: #fff;
}
.foot_m_r{
    float: left;
}
.foot_l,
.foot_m,
.foot_r{
    height: 170px;
    float: left;
}
.foot_l{
    width:550px;
    padding-top: 22px;
}
.foot_m{
    width: 284px;
    padding: 22px 41px 0 44px;
    border-right: 1px solid #000;
}
.foot_r{
    width: 200px;
    padding-top: 22px;
    border-left: 1px solid #363636;
}
.foot_l ul li {
    float: left;
}
.foot_l ul li.foot_l_l{
    width: 26.3%;
    padding-right: 7%;
}
.foot_l ul li.foot_l_m{
    width:156px;
    padding-right: 60px;
}
.foot_l ul li.foot_l_r{
    width:170px;
}
.foot h2{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 9px;
}
.foot_l ul li ul li {
    float: none;
    padding: 0 0 6px 0;
}
.footer a,
.foot_l ul li p,
.foot_l ul li p a{
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.foot_l ul li p a:hover,
.footer a:hover{
    color: #ccc;
}
.foot_m form {

}
.foot_m form input[type='text'],
.foot_m form input[type='email'] {
    margin-bottom:9px;
    width: 252px;
    padding: 9px 16px 11px;
}
.foot_m form input[type='submit'] {
    margin-top:5px;
    width: 192px;
    padding: 9px 18px 11px;
    background: #7cb228;
}
.foot_m form input[type='submit']:hover {
    background: #5f8e17;
}
.foot_r a{
    float: right;
    margin-bottom: 49px;
}
.foot_logo img{
    width: 149px;
}
.foot_l p {
    padding: 9px 0 4px;
}

/* Additional Styling
======================================================= */

.responsive-tabs__panel ul, .responsive-tabs__panel ol{
	padding-left: 40px;
	margin-bottom: 15px;
	}
	.responsive-tabs__panel li {
		/*list-style: disc;*/
		 list-style-type: square;
		 margin-bottom: 5px;
		 padding-left: 10px;
	}


.nbs-flexisel-item p {
	max-width: 324px;
}


.listing-pests.pests_wall ul li li:first-child {
	width: 266px !important;

}

.ad-image-description {
	line-height: normal !important;
	font-size: 85%;
}

.extend {
	width: auto !important;
	float: none !important;
}


.restricted-results {
	padding: 30px 0px;
	background-color: #eaeaea;
	margin-left: -46px;
	margin-right: -46px;
}


.restricted-results #___gcse_0 {
	max-width: 500px;
	margin: 0 auto;
}

.restricted-results td.gsc-input {
	padding: 0 !important;
}

.restricted-results .gsc-control-cse {
	background-color: transparent !important;
	border: none !important;
}
.restricted-results .gsc-search-button {
	border: none !important;
	background-color: #7cb228 !important;
	border-radius: 4px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 8px !important;
}

.restricted-results input.gsc-input {
	height: 36px !important;
	line-height: 36px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	padding-left: 3px !important;
	padding-right: 3px !important;

}

.restricted-results td.gsc-search-button {
	padding: 0 !important;
	width: 13px !important;
}

.gsib_a, gsib_b {
	padding: 0 !important;
}

.restricted-results .gsc-input-box {
	border: none !important;
	box-shadow: none !important;
	height: auto !important;
	background-color: transparent !important;
}


.logos {
	padding: 20px 0;
	text-align: center;
	}
	.logos a {
		display: inline-block;
		margin: 0 10px;
	}

/***********************************************************************************/
/*                                   Sidr                                          */
/***********************************************************************************/
.sidr{
    display:none;
    position:absolute;
    position:fixed;
    top:0;height:100%;
    z-index:999999;
    width:82%;
    overflow-x:none;
    overflow-y:auto;
    font-size:15px;
    background:url(images/menu_bg.jpg) repeat-x 0 106px;
    color:#fff;
}
.sidr .sidr-inner{
}
.sidr .sidr-inner>p{
    margin-left:15px;
    margin-right:15px
}
.sidr.right{
    left:auto;
    right:-260px
}

.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}
.sidr ul li{
    float: none;
    border-top:1px solid #4d4d4d;
    border-bottom:1px solid #1a1a1a;
    margin:0;
    display: block;
}
.sidr ul li.sidr-class-current-menu-item,
.sidr ul li:hover {
    background: #7cb228;
    border:none;
}
.sidr ul li a{
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    padding: 21px 54px;
    display: block;
}
.sidr form{
    padding:32px 23px 26px;
    position: relative;
    background: url(images/form.jpg) repeat-x 0 0;
    background-size: auto 100%;
}
.sidr input[type="text"],
.sidr textarea,
.sidr select{
    width:100%;
    font-size:19px;
    line-height: 20px;
    padding:12px 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -ms-border-radius:22px;
    -o-border-radius:22px;
    border-radius:22px;
    border:none;
    color:#fff;
    background: url(images/search_mobile.jpg) repeat-x 0 0;
    background-size: auto 100%;
    display:block;
    clear:both
}
.sidr input[type="submit"]{
    width: 44px;
    height: 44px;
    background: url(images/search_submit.png) no-repeat center center;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    -ms-border-radius:22px;
    -o-border-radius:22px;
    border-radius:22px;
    position: absolute;
    right: 23px;
    top: 34px;
}
/***********************************************************************************/
/*                                  Flexisel                                       */
/***********************************************************************************/
.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
    text-align:left;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.lastest .slider ul {
    width: 1032px;
    overflow: hidden;
}
.nbs-flexisel-item {
    width: 324px;
    padding-bottom: 13px;
}
.nbs-flexisel-item .nth_child {
    margin-left: 0;
}
.nbs-flexisel-item a.img_box {
    height: 165px;
    width: 324px;
    margin-bottom: 13px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    display: block;
    overflow: hidden;
}
.nbs-flexisel-item a.img_box img {
    width: 100%;
}
.nbs-flexisel-item a.img_box span {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    min-height: 24px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.nbs-flexisel-item a.img_box:hover span {
    background: rgba(0,0,0,1);
}
.nbs-flexisel-item p{
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 13px;
}
.nbs-flexisel-item a.more{
    color: #fff;
    width: 154px;
    line-height: 14px;
    padding: 10px 19px 10px;
    background: #7cb228;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
}
.nbs-flexisel-item a.more:hover {
    text-decoration: none;
    background: #5f8e17;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 46px;
    height: 52px;
    position: absolute;
    margin-top: -26px;
    cursor: pointer;
    z-index: 100;
    opacity: 0.7;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: -70px;
    background: url(images/prev_lastest.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -70px;
    background: url(images/next_lastest.png) no-repeat;
}
.pagenavi {
    clear: both;
    padding: 45px 0;
    text-align: center;
}
.pagenavi a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 8px 16px;
    margin: 0 6px;
    background: #91be4f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pagenavi a.current,
.pagenavi a:hover {
    color: #848586;
    background: #edf0f1;
}
.pagenavi:after {
    display: block;
    content: '';
    clear: both;
}
.responsive-tabs__panel h1,
.responsive-tabs__panel h2,
.responsive-tabs__panel h3,
.responsive-tabs__panel h4,
.responsive-tabs__panel h5,
.responsive-tabs__panel h6 {
    color: #595959;
}







@media only screen and (max-width: 1123px) {
.nbs-flexisel-item a.img_box {
    height: auto;
    width: 300px;
}
.nbs-flexisel-item a.img_box img {
    width: 100%;
}
.nbs-flexisel-item a.img_box span {
    width: 280px;
}
.nbs-flexisel-inner{
    width: 635px;
    margin:0 auto;
    float: none;
}
.nbs-flexisel-nav-left {
    left: -56px;
}
.nbs-flexisel-nav-right {
    right: -56px;
}
.header .menu{
    width: 43px;
    height: 34px;
    margin:40px 31px 32px 0;
    float: right;
    background: url(images/menu.png) no-repeat center center;
    cursor: pointer;
}
.nav{
    display: none;
}
.head {
    width: auto;
    overflow: hidden;
}
.logo {
    margin-top:20px;
    margin-left: 20px;
}
.logo img{
    width: 142px;
}
.top_bar {
    background: none;
    float: left;
    padding-top:40px;
    padding-left: 34px;
    padding-right: 0;
    font-size: 19px;
    line-height: 33px;
}
.top_bar a.subscribe {
    background: url("images/subscribe_mobile.png") no-repeat 0 center;
    padding-left: 44px;
}
.top_bar span {
    font-size: 30px;
    padding: 0 13px;
}
.search_box {
    display: none;
}
#home_slider {
    width: auto;
}
.container {
    width: auto;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.about {
    margin-top: 20px;
}
.about_r {
    width: 22%;
}
.about_r ul li{
    width: 100%;
    height: auto;
}
.about_l {
    width: 68%;
    padding-left: 4%;
    padding-right: 4%;
}
.lastest{
    margin-top: 20px;
}
.content_area{
    width: 61.5%;
    padding-right: 4%;
    padding-left: 4%;
}
#horizontalTab,
.lastest,
.pests {
    float: none;
    width: auto;
}
.introduction{
    width: 54%;
    padding-left: 4%;
    padding-right: 4%;
}
.lastest .slider ul {
    margin: 0 auto;
    width: 324px;
}
.lastest .slider ul li li {
    float: none;
    margin-left: 0;
    margin-top: 20px;
}
#lastest_slider .flex-direction-nav .flex-prev {
    left: -46px;
}
#lastest_slider .flex-direction-nav .flex-next {
    right: -48px;
}
.pests_wall > ul{
    width: 552px;
    margin:0 auto;
}
.pests_wall >ul >li {
    float: none;
}
.ad-gallery {
    width: 35%;
}
.content_area,
.content_area_padding {
    margin-bottom: 46px;
}
.sidebar {
    width: 28%;
}
.content_area {
}
.alignleft, img.alignleft {
    margin-bottom: 25px;
}
.footer{
    background-size:auto 100%;
}
.foot{
    width:auto;
}
.foot_l{
    float: none;
    margin: 0 auto;
    border-right: none;
    border-left: none;
}
.foot_m_r{
    float: none;
    width: 528px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
}
.foot_m{
    padding-left: 0;
    border-left: none;
}
}

@media only screen and (max-width: 767px) {
/***************menu*************/
.container {
    margin-left: 15px;
    margin-right: 15px;
}
.nbs-flexisel-inner{
    width: 300px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 36px;
    height: 42px;
    margin-top: -70px;
}
.nbs-flexisel-nav-left {
    left: -8%;
    background-size: 100% auto;
}
.nbs-flexisel-nav-right {
    right: -8%;
    background-size: 100% auto;
}
.header .menu{
    width: 34px;
    margin:40px 20px 32px 0;
}
.content_area,
.resp-tabs-container,
.introduction,
.about_l,
.lastest,
.pests{
    padding-left: 5%;
    padding-right: 5%;
}
.about_l{
    width: auto;
    float: none;
}
.about_r{
    width: auto;
    float: none;
    display: none;
}
.introduction{
    float: none;
    width: auto;
    margin-top: 20px;
}
.ad-gallery {
    width: 361px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.pests_wall {
    padding-bottom: 0;
}
.pests_wall >ul >li >a {
    margin-left: auto;
    margin-right: auto;
}
.pests_wall > ul > li:first-child {
    margin-right: 0;
}
.alignleft, img.alignleft {
    float: none;
    margin-bottom: 15px;
}
.container_paddingfix {
    margin-bottom: 0;
}
.sidebar {
    float: none;
    width: auto;
}
.sidebar >a{
    float: none;
    width: 286px;
    margin-left: auto;
    margin-right: auto;
}
.content_area {
    float: none;
    width: auto;
}
.foot_m_r{
    width: auto;
}
.foot_m,
.foot_r{
    float: none;
    margin: 0 auto;
    border-right: none;
    border-left: none;
}
.foot_m,
.foot_l,
.foot_r{
    text-align: center;
}
.foot_l,
.foot_m,
.foot_r{
    padding-left: 20px;
    padding-right: 20px;
}
.foot_l{
    width: 280px;
    margin:0 auto;
    height: auto;
}
.foot_l ul li{
    float:none;
}
.foot_l ul li.foot_l_l,
.foot_l ul li.foot_l_m,
.foot_l ul li.foot_l_r{
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-right: 0;
}
.foot_l ul li.foot_l_m{
    padding-right: 0;
}
.foot_r{
    width: auto;
    margin-top: 25px;
}
.foot_r a{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 640px) {
.sidr ul li a{
    font-size: 18px;
    line-height: 22px;
    padding: 15px 44px;
}
.sidr form{
    padding-top: 37px;
}
.sidr input[type="text"],
.sidr textarea,
.sidr select{
    font-size:14px;
    line-height: 20px;
    padding-left: 20px;
}
.sidr input[type="submit"]{
    top: 35px;
}
.logo {
    margin-top:30px;
}
.logo img{
    width: 102px;
}
.top_bar {
    background: none;
    padding-top:45px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 25px;
}
.top_bar a.subscribe {
    background: url(images/subscribe.png) no-repeat 0 center;
    padding-left: 35px;
}
.top_bar span {
    font-size: 15px;
    line-height: 25px;
    padding: 0 8px;
}
}
@media only screen and (max-width: 592px) {
.pests_wall > ul {
    width: auto;
}
.pests_wall >ul >li {
    width: auto;
}
.pests_wall >ul >li >a {
    width: auto;
}
.pests_wall ul li li.nth_child{
    margin-left: auto;
    margin-right: auto;
}
.pests_wall ul li li:first-child {
    width: 266px;
    margin-left: auto;
    margin-right: auto;
}
.pests_wall ul li li:first-child img {
    width: 100%;
    display: block;
}
.pests_wall ul li li{
    float: none;
    margin-left:auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
}
.tab_img {
    margin-left: auto;
    margin-right: auto;
}
.alignright, img.alignright {
    float: none;
}
}
@media only screen and (max-width: 479px) {
.sidr ul li a{
    font-size: 16px;
    line-height: 20px;
    padding: 12px 34px;
}
.sidr form{
    padding-top: 37px;
}
.sidr input[type="text"],
.sidr textarea,
.sidr select{
    font-size:14px;
    line-height: 20px;
    padding-left: 20px;
}
.logo {
    margin-top:45px;
    margin-bottom: 0;
}
.top_bar {
    position: absolute;
    top: 0px;
    left: 20px;
    padding-top: 10px;
    padding-bottom: 0;
}
.pests_wall > ul > li > a h1 {
    font-size: 18px;
}
}
@media only screen and (max-width: 419px) {
.nbs-flexisel-item a.img_box{
    width: auto;
}
.nbs-flexisel-inner{
    width: auto;
}
.header .menu{
    margin-right: 10px;
}
.sidebar{
    width: 280px;
}
.lastest .slider ul {
    width: auto;
}
.lastest .slider ul li li {
    width: auto;
}
.lastest .slider ul li li a.img_box {
    width: auto;
    height: auto;
}
.lastest .slider ul li li a.img_box img{
    width: 100%;
}
.foot_m form input[type="text"],
.foot_m form input[type="email"] {
    width: 242px;
}
}
@media only screen and (max-width: 401px) {
.ad-gallery {
    width: auto;
    margin: 0 15px;
}
.tab_img {
    width: auto;
}
.content_area ul li img{
}
.alignleft, img.alignleft {
    float: none;
    margin-right: 0;
}
.sidebar {
    width: auto;
}
.foot_m,
.foot_r,
.foot_l{
    width: auto;
}
.foot_m form input[type="text"],
.foot_m form input[type="email"] {
    width: auto;
}
}
@media only screen and (max-width: 315px) {
.sidebar >a{
    width: auto;
}
}
#search_q,
#sidr-id-search_q,
.gcsc-branding {
    display: none;
}
.breadcrumbs {
    padding: 0 0 40px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}
.print_logo {
    display: none;
    text-align: center;
}

@media print {
    .header,
    .footer,
    .sidebar {
        display: none;
    }
    .print_logo {
        display: block;
    }
    div {
        width: auto !important;
        float: none !important;
    }
}


/* Google Search
======================================================= */
.gsc-table-result th, .gsc-table-result td {
	padding: 0 0 0 5px !important;
}
.gsc-table-cell-thumbnail {
	padding-left: 10px !important;
}
.gsc-resultsRoot, .gsc-control-cse .gsc-table-result {
	 font-family: 'lato', sans-serif !important;

}
.gs-title {
	color: #7CB228 !important;
}
.gs-title b {
	color: #7CB228 !important;
}

.gsc-result .gs-title {
	/*overflow: visible !important;*/


}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: #595959 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #7CB228 !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #595959 !important;
	font-family: 'lato_bold', sans-serif !important;
}

.listing div
{
	display: block;
	padding: 10px 0;
}

/* WordPress Core
=========================================================== */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
.ad-gallery .ad-image-wrapper {
    z-index: 9999;
}
.ad-gallery .ad-image-wrapper .ad-image {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    width: 100% !important;
}
.responsive-tabs .content_area {
    width: auto;
    float: none;
}
.pagination{
    text-align:center;
    padding:20px 0 0 0;
}
.pagination ul li{
    display:inline-block;
    list-style-type:none;
    padding:0 5px;
}

.search_box a { padding: 0 35%!important; }

@media only screen and (max-width: 479px) {
.sidr-class-more{
    font-size: 16px;
    line-height: 50px;
    padding: 12px 34px;
    color:#fff;
}
