.header-flex .header-flex-box {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
    width: 32%;
    padding-left: 10px;
}


/*======== SOCIAL LINKS =============*/
ul#SocialLinks {
    clear: both;
    /* position: absolute; */
    display: block;
    margin: 0 13px;
    height: 45px;
    width: 382px;
    /* float: left; */
    /* background-color: red; */
}

ul#SocialLinks li {
    float: left;
    display: inline;
}

ul#SocialLinks li a {
    /* display: inline-block; */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    margin: 3px;
    font-family: Arial;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 8px;
    line-height: 13px;
}

ul#SocialLinks li.facebook a {
    background: #3c5a98;
    float: left;
}
ul#SocialLinks li.twitter a {
    background: #3399cc;
}
ul#SocialLinks li.linkedin a {
    background: #53a7c3;
}
ul#SocialLinks li.googlePlus a {
    background: #f64e4d;
}
ul#SocialLinks li.email a {
    background: #aaabad;
}

.search-control.text {
    width: 395px;
    height: 34px;
    /* top: 61px; */
    /* z-index: 1; */
    padding-left: 10px;
    /* position: absolute; */
    border-radius: 3px;
    border: 1px solid #FE8202;
}

.search-control.button {
    width: 75px;
    background: #4584f1;
    right: 1px;
    /* color: #fff; */
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    height: 32px;
    font-weight: bold;
    top: 1px;
    border-left: 1px solid #FE8202 !important;
    z-index: 9999;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #4584f1;
    padding: 6px 14px;
    border-bottom: 0px;
    border-top: 0;
}









input.head-search-input {
    height: 40px;
    padding: 0 10px;
    width: 270px;
}

input.head-search-button {
    padding: 5px 0;
    position: absolute;
    top: 0px;
    width: 70px;
    right: 0;
    height: 40px;
}

a#logoright {
    float: right;
    margin-right: 10px;
}

#main-menu .wrapper > ul > li.ot-showmenu > a {
    font-size: 18px;
    padding: 15px 27px 13px 27px!important;
    background-color: #2C2D30;
    font-weight: 300;
    color: #bcbcbc;
}

.top-menu ul ul li a {
    background-color: rgb(104, 106, 102);
}

ul.link-list li {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 10px;
}

ul.link-list li a {
    color: #882713 !important;
}




/* Table styles*/
.table {
    width: 100%;
    background-color: rgb(242, 242, 242);
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #28AB97;
    border-left: 1px solid #28AB97;
}

.table tr {
    border-bottom: 1px solid #28AB97;
}

.table th {
    border-right: 1px solid #396;
    background: rgba(227, 240, 187, 1);
}

.table th:focus,.table th:hover {
    cursor:pointer;
}

.table th {
    border-right: 1px solid #28AB97;
    padding: 5px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 12px;
    vertical-align: bottom;
    text-align: left;
}

.table td {
    border-right: 1px solid #28AB97;
    padding: 5px;
    font-size: 10px;
    vertical-align: bottom;
    text-align: left;
}

.table th:last-child,.table td:last-child {
    /* border-right: 1px solid #28AB97; */
    padding: 5px;
    vertical-align: bottom;
    text-align: left;
} 

.ot-panel-block.transparent {
    padding-bottom: 35px;
}

.page-title {
    /*background-color: red;*/
    padding: 6px;
}
.page-title h2{
    padding: 0 10px;
    line-height: 40px;
}

p.summary {
    padding-bottom: 15px;
}

.clear-float.small-padding {
    padding: 5px 0;
}
.postedby i {
    margin-right: 5px;
}


.main-content .shortcode-content .article-header h1.post-title {
    color: #323336;
    font-size: 22px;
    /* margin-bottom: 0px; */
    /* letter-spacing: 0.2px; */
    line-height: 32px;
    /* clear: both; */
    float: left;
    padding-left: 20px;
    max-width: 109%;
    margin: -12px -16px 10px -21px;
    font-weight: bold;
    text-transform: none;
    /*background-color: red;*/
}

table.zones {
    text-transform: capitalize;
    margin: 20px 0 !important;
    line-height: 30px;
}
table.zones .button {
    text-transform: capitalize;
    margin-top: 20px !important;
    line-height: 30px;
    width: 100%;
}
span.email {
    text-transform: lowercase;
    font-weight: bold;
    color: #096;
}

table.shop_table.cart.progrs th {
    color: #FFFFFF;
    text-align: left;
    background-color: rgb(159, 40, 42);
}

.reviews-block.lets-do-4.systems div.item {
    background-color: rgb(123, 80, 123);
    /* border: 1px solid #fff; */
}

.reviews-block.lets-do-4.systems div.item a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 10px 0;
}

ul.site-visits {
    border: 1px solid #DC8C00;
}

ul.site-visits li {
    border-bottom: 1px solid #DC8C00;
    padding: 10px;
    font-weight: bold;
}
ul.site-visits li:last-child {
    border-bottom: 0px solid #DC8C00;
    /* padding: 5px; */
}

ul.site-visits li span.pills {
    background: rgb(158, 41, 41);
    padding: 5px 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
}

hr.hr {
    border: 1px solid #919191;
    box-shadow: 0 0 1px rgba(0,0,0,.14),0 2px 2px rgba(0,0,0,.28);
}

table {
    border: 1px solid #AAABAD;
    width: 100%;
}
table th {
    border: 1px solid #AAABAD;
    padding:4px;
}


table td.top {
    border: 1px solid #AAABAD;
    padding: 1px 10px;
}
table td {
    border: 1px solid #AAABAD;
    padding: 1px 10px;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
}

td {}

span.example1 {
    clear: both;
}

ul li p {
    margin-bottom: 5px !important;
    list-style: inherit;
}

.main-content ul li {
    list-style-type: disc;
    margin-left: 25px;
}

img.indexcover {
    width: 100%;
}

th.IRN {
    text-align: center !important;
    font-size: 20px !important;
}

.main-content {
    /* background-color: #B6B6B8; */
    padding-left: 1px;
}

.middle-header {
    float: left;
    margin: 13px 0 0 85px;
    width: 400px;
}

a#logoleft {
    float: left;
}

form.search-form {
    /* background-color: red; */
    float: left;
    margin-bottom: 0px;
    clear: both;
    position: relative;
    width: 100%;
    height: 40px;
    display: block;
}




ul.post-meta-2015 {
    background-color: #323136;
    clear: both;
    margin: 0 0 10px 0 !important;
    padding: 10px 0 !important;
}
ul.post-meta-2015 li {
    color: #fff;
    padding-left: 10px !important;
    display: inline;
    /* margin: 0 !important; */
}
ul.post-meta-2015 li a{
    background-color: #323136;
    clear: both;
}

ul.seach-list {
    /* background-color: red; */
    list-style: none;
    margin-left: -23px;
}

ul.seach-list li{
    /* background-color: red; */
    list-style: none;
}

ul.seach-list li a{
    background-color: #323136;
    list-style: none;
    float: left;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    width: 98%;
    font-weight: bold;
    padding: 5px 10px;
}

ul.seach-list li div.par{
    /* background-color: red; */
    font-size: 14px;
    list-style: none;
    text-align: justify;
    padding: 5px;
    clear: both;
}

ul.seach-list li.dateposted {
    background-color: #AC364B;
    list-style: none;
    float: right;
    margin: 0 -5px 10px 0px;
    text-align: right;
    color: #FFFFFF;
    padding: 5px;
}

table#data_Tables th {
    text-align: left;
}

table.nacte_tables.items.progrs th {
    text-align: left;
    white-space: nowrap;
}

button.article-more-arrow.right.home {
    background-color: #7B507B !important;
    margin-right: 0 !important;
}

.article-grid.lets-do-1.pagedata {
    background-color: white;
    font-size: 16px !important;
}

.article-grid.lets-do-1.pagedata p{
    background-color: white;
    font-size: 16px;
    margin-bottom: 10px;
}


.article-grid.lets-do-1.pagedata ul{
    background-color: white;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.article-grid.lets-do-1.pagedata li{
    background-color: white; 
}

.article-grid.lets-do-1.pagedata strong{
    background-color: white;
    font-size: 16px;
}

.article-grid.lets-do-1.pagedata h1{
    background-color: white; 
}

.article-grid.lets-do-1.pagedata h2{
    background-color: white; 
}

.article-grid.lets-do-1.pagedata h3{
    background-color: white; 
}

.article-grid.lets-do-1.pagedata em{
    background-color: white; 
    margin-right: 5px;
    font-weight: bold;
}

h3.post-title2 {
    margin: 0px !important;
    min-height: 29px !important;
}

hr {
    border-top: 0px solid #FFFFFF !important;
    /* display: block; */
    margin: 15px 0;
    height: 1px;
    border:none;
    color: #FFF;
    background-color: #FFF;
    float: none;
}

.metadata {
    background-color: #61a885;
    display: block;
    float: left;
    padding: 10px 1%;
    width: 98%;
    margin-bottom: 10px;
    border: 1px solid #339966;
    /* border-bottom: 1px solid #339966; */
}







/*custom font for text*/
/*@import url(http://fonts.googleapis.com/css?family=Nunito);*/
/*CSS file for fontawesome - an iconfont we will be using. This CSS file imported contains the font-face declaration. More info: http://fortawesome.github.io/Font-Awesome/ */
/*@import url(http://thecodeplayer.com/uploads/fonts/fontawesome/css/font-awesome.min.css);*/

/*Basic reset*/
* {margin: 0; padding: 0;}

body {
    /*background: #4EB889;*/
    font-family: Nunito, arial, verdana;
}
#accordian {
    /*background: #004050;*/
    width: 90%; 
    color: #000;
    /*  Some cool shadow and glow effect
            box-shadow: 
                    0 5px 15px 1px rgba(0, 0, 0, 0.6), 
                    0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
/*heading styles*/
#accordian h3 {
    font-size: 12px;
    line-height: 34px;
    /*padding: 0 10px;*/
    cursor: pointer;
    /*fallback for browsers not supporting gradients*/
    /*  background: #003040; 
            background: linear-gradient(#003040, #002535);*/
}
/*heading hover effect*/
#accordian h3:hover {
    /*text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);*/
    /*margin-bottom: 2px;*/
}
/*iconfont styles*/
#accordian h3 span {
    font-size: 16px;
    /*margin-right: 10px;*/
}
/*list items*/
#accordian li {
    list-style-type: none;
    margin-left: 20px !important;
}
/*links*/
#accordian ul ul li a {
    color: #882713;
    text-decoration: none;
    font-size: 11px;
    line-height: 27px;
    display: block;
    padding: 0 15px;
    /*transition for smooth hover animation*/
    transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li {
    margin-left: 20px !important;
}
#accordian ul ul li a:hover {
    /*background: #003545;*/
    border-left: 3px solid #882713;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
    display: none;
}
#accordian li.active ul {
    display: block;
}

#accordian li  {
    list-style-image: url(../images/directory.png);
}

#accordian ul ul li {
    list-style-image: url(../images/pdf.png);
}

.article-grid.lets-do-1.pagedata ol {
    float: left;
    clear: both;
    margin-left: 25px;
    height: auto;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 25px;
}

span.item-is-new {
    background-color: red;
    width: 40%;
    padding: 5px 0;
    color: #fff;
    margin: 5px 15px;
    text-decoration: blink;
    text-align: center;
    font-size: 15px;
    display: block;
    -webkit-animation: blink 0.7s infinite linear alternate;
    -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes blink {
  0%     { opacity: 0 } 50% { opacity: 0 }
  50.01% { opacity: 1 } 100% { opacity: 1 }
}
 
blink {
  
}
