html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #727070;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h3 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1, h2, h3, {
    margin-top: 20px;
    margin-bottom: 10px
}

h3 small {
    font-size: 65%
}

h4, h5, h6, {
    margin-top: 10px;
    margin-bottom: 10px
}

h1, {
    font-size: 36px
}

h2, {
    font-size: 30px
}

h3, {
    font-size: 24px
}

h4, {
    font-size: 18px
}

h5, {
    font-size: 14px
}

h6, {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

small, {
    font-size: 85%
}

mark, {
    background-color: #fcf8e3;
    padding: .2em
}

.text-center {
    text-align: center
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul, ol ul, , {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #727070;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    display: block;
    padding: 9.5px;
    font-size: 13px;
    margin: 10px!important;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #fff;
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-1, .col-xs-2, .col-md-2, .col-md-3, .col-md-4, .col-sm-6, .col-md-9, .col-xs-10, .col-md-10, .col-md-11, .col-xs-12, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-2, .col-xs-10, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-10 {
    width: 82.72707072707033%
}

.col-xs-2 {
    width: 16.66666667%
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
        width: 49.3333%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 82.72707072707033%
    }

    .col-md-9 {
        width: 73%
    }

    .col-md-8 {
        width: 67%;
    }

    .col-md-4 {
        width: 32.72707072707033%
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-6 {
        width: 49.333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.72707072707033%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a, {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a, {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li>a:hover, .pagination>li>a:focus, {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, , {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, {
    clear: both
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

@font-face {
    font-family: 'fontello';
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../fonts/fontello.woff) format("woff"), url(../fonts/fontello.ttf) format("truetype"), url(../fonts/fontello.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .nav:after {
    clear: both
}

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-user:before {
    content: '\e800';
}

.fa-bookmark:before {
    content: '\e801';
}

.fa-tags:before {
    content: '\e802';
}

.fa-chat:before {
    content: '\e803';
}

.fa-clock:before {
    content: '\e804';
}

.fa-search-circled:before {
    content: '\e805';
}

.fa-home:before {
    content: '\e806';
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 62.5%
}

a, a:hover, a:visited, a:focus {
    text-decoration: none
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

a {
    color: #2f2f2f;
}
.copyright a{
    color:#fff;
}

a:hover {
    color: #000
}

#main_container {
    width: 100%;
    padding: 0
}

.container {
    max-width: 1000px;
    margin: auto;
}

p {
    font-size: 1.4em;
    color: #827e7e;
    line-height: 2.2em;
    font-family: Helvetica, sans-serif;
    padding-top: 1em
}

h1 {
    font-size: 30px;
    color: #fff;
    margin: 0
}

.page-title {
    margin: 0;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    /* margin-bottom: 20px; */
    box-shadow: 0 0 .1px 0 #ccc;
    font-weight: 600;
}

img[class*="wp-image"] {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e0e0;
    border-radius: 5px;
    width: auto;
    height: auto;
    max-width: 100%
}

.page-title h1 {
    margin: 0;
    font-size: 20px
}

h1.single-title {
    font-size: 23px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

h2 {
    font-size: 2em;
    color: #979595;
    margin-top: 25px;
    font-weight: 600
}

h1 {
    font-size: 2.5em;
    color: #313131;
    font-weight: 600
}

.no-padding {
    padding: 0
}

.header {
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #2c2d2d;
    background: linear-gradient(to bottom,#424648,#4e5254);
}

.logo h1, .logo p {
    font-family: Helvetica, sans-serif;
    font-size: 3em;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 39px;
}

.middle_section {
    /* width:100%; */
    background: #e8e8e8;
    padding: 1.3em 0;
}

.middle_section .date {
    text-align: center;
    background: #49545f;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    color: #fff;
    line-height: 1.5em;
    padding: 24px 6px;
    display: inline-block;
    margin-right: 1px;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.middle_section .date:before, .date:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.middle_section .date:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #49545f;
    border-width: 10px;
    margin-left: -11px;
}

.middle_section .date:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #49545f;
    border-width: 10px;
    margin-left: -10px;
}

.post_block {
    background: #fff;
    width: 100%;
    height: 90px;
    margin-bottom: 1.5em;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 1px 0 #ccc;
}

img {
    max-width: 100%
}

.content_wrap {
    padding: 1em 0.5em;
    text-align: left;
}

.categories_row {
    margin-top: 5px;
    height: 32px;
    overflow: hidden;
    line-height: 13px;
}

.content_wrap h2 {
    text-align: left;
    line-height: 20px;
    font-size: 13px;
    color: #848383;
    padding-left: 6px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
}

.content_wrap p {
    text-align: left;
    padding: 5px 0
}

.readmore {
    background: none repeat scroll 0 0 #fff;
    color: #fe5d55;
    display: inline-block;
    font-size: 1.4em;
    margin-top: 15px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: -20px;
    vertical-align: middle
}

.border {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin: 2em 0
}

.categories_row ul {
    background: none repeat scroll 0 0 #fff;
    display: block;
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    position: relative
}

.categories_row li {
    display: inherit;
    list-style: none;
    margin-right: 3px;
    line-height: 30px;
    margin-left: 2px;
    float: left;
}

.categories_row li a {
    color: #404040;
    text-decoration: none;
    padding: 1px;
    font-size: 11px;
    float: right;
    display: block;
    width: 100px;
}

.categories_row li a:hover {
    color: #fe5d55
}

.categories_row .fa {
    color: #a3a3a3;
    font-size: 1em;
    margin: 0 2px;
    float: left;
}

.pagination>li>a, {
    background-color: #fff;
    border: 0 solid #ccc;
    color: #727070;
    float: left;
    margin: 3px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    font-size: 1em;
    border-radius: 0!important;
    box-shadow: 0 0 1px 0 #ccc
}

.pagination>li>a.active {
    background: #0289ea;
    border: 0;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
}

.comment-pagination {
    margin: 5px 0
}

.clearboth {
    clear: both
}

.categories_section, .sidebar_widget, .widget_recent_entries, .widget_archive {
    background: #fff;
    padding: 0.2em 0.5em;
    border: 1px solid #eee;
    text-align: left;
    margin-bottom: 3.5em;
}

.sidebar h2, .search_section h3 {
    font-size: 1.4em;
    padding: .5em 0 0;
}

.sidebar img {
    width: 100%
}

.sidebar_widget ul, .widget_recent_entries ul, .widget_archive ul {
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0
}

.categories_section ul li, .sidebar_widget ul li, .widget_recent_entries ul li, .widget_archive ul li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
    padding: .2em 0 0;
    clear: both;
}

.categories_section ul li a, .sidebar_widget ul li a, .widget_recent_entries ul li a, .widget_archive ul li a {
    font-size: 12px;
    /* float: right; */
    color: #676363;
    text-decoration: none;
    color: #047bdd;
    line-height: 28px;
}

.categories_section ul li a:hover, .sidebar_widget ul li a:hover, .widget_recent_entries ul li a:hover, .widget_archive ul li a:hover {
    color: #0479db;
    text-decoration: none;
    line-height: 28px;
}

#sidebar {
    padding: 0
}

.sidebar {
    width: 100%;
    padding: 0
}

.blue_border {
    width: 10%;
    height: .5em;
    margin: auto;
    background: #fe5d55;
    position: relative;
    top: -2.3em
}

.sidebar h2, {
    font-size: 1.4em;
    padding: .5em 0 0
}

.sidebar_widget, .widget_recent_entries, {
    background: #fff;
    padding: 2em;
    border: 1px solid #eee;
    text-align: left;
    margin-bottom: 3.5em
}

.sidebar_widget ul, .widget_recent_entries ul, {
    font-family: Helvetica, sans-serif;
    font-size: 1.4em;
    margin: 0
}

.sidebar_widget ul li, .widget_recent_entries ul li, {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
    padding: .5em
}

.sidebar_widget ul li a, .widget_recent_entries ul li a, {
    color: #676363;
    text-decoration: none;
    color: #fe5d55
}

.sidebar_widget ul li a:hover, .widget_recent_entries ul li a:hover, {
    color: #fe5d55;
    text-decoration: none
}

.footer_wrapper {
    width: 100%;
    padding: .1em 0;
    border-top: .5em solid #595959;
    clear: both
}

.copyright {
    padding: 8px;
    background: #4e5153;
    font-size: 12px;
    float: left;
    width: 100%;
    color: #fff;
}

@media screen and (min-width: 736px) and (max-width: 768px) {
    .header .pull-left {
        float: left!important
    }

    .header .pull-right {
        float: right!important
    }

    .date {
        float: none!important
    }
}

@media screen and (max-width: 1023px) {
    .header {
        text-align: center
    }

    .header .pull-left, .header .pull-right {
        float: none!important
    }

    .date {
        float: none;
        text-align: center;
        margin: auto auto 20px;
        display: block
    }

    .categories_row ul {
        padding-left: 0
    }

    .categories_row li a {
        padding-bottom: .8em;
        display: inline-block
    }

    .footer_wrapper {
        text-align: center
    }
}

.comment-formc {
    background: #fff;
    padding: 2em
}

.comment-form input {
    border: 1px solid #ccc;
    width: 70%;
    padding: 10px 12px
}

.comment-form textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 12px;
    height: 100px
}

.comment-form .submit {
    background: #047ddf;
    width: auto;
    color: #fff;
    border: none;
    padding: 10px 12px;
}

.comment-form label {
    display: block
}

#reply-title {
    margin-left: 12px;
    font-size: 20px;
    color: #0578da;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.reply a {
    color: #fe5d55;
    font-size: 15px;
    font-weight: 700;
    float: right
}

.fn, .says {
    font-size: 14px;
    color: #727070;
    font-weight: 600
}

.comment-meta a {
    font-size: 13px;
    color: #727070
}

.comment-author {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd
}

.comment.parent .comment {
    margin-left: 20px
}

.entry-content {
    margin-top: 5px
}

.entry-content span {
    padding-right: 20px
}

h1 {
    font-size: 40px;
    color: #767373;
    margin-bottom: 0
}

h2 {
    font-size: 30px;
    color: #727070;
    margin-bottom: 10px;
    margin-top: 0
}

h3 {
    font-size: 20px;
    color: #727070;
    margin: 10px 0;
    font-weight: 700
}

h4 {
    font-size: 20px;
    color: #727070;
    margin-bottom: 10px;
    font-weight: 700
}

h5 {
    font-size: 18px;
    color: #727070;
    margin-bottom: 10px;
    font-weight: 700
}

h6 {
    font-size: 15px;
    color: #727070;
    margin-bottom: 10px;
    font-weight: 700
}

p {
    font-size: 14px
}

blockquote {
    background: #f1f1f1;
    padding: 10px;
    border-left: 3px solid #ccc;
    margin: 20px 0
}

table tr, table td, table th {
    border: 1px solid #f1f1f1;
    padding: 4px;
    font-size: 14px
}

dt {
    font-size: 18px;
    font-weight: 600;
    color: #727070
}

dd {
    font-size: 15px;
    padding-left: 30px
}

dl {
    margin-bottom: 50px
}

ul li {
    margin-left: 2px;
    text-align: left;
    font-size: 15px;
    text-align: left
}

ol li {
    margin-left: 15px;
    font-size: 15px;
    text-align: left;
    line-height: 32px
}

address {
    font-weight: 600;
    font-size: 13px
}

p strong {
    font-weight: 700;
    color: #727070
}

pre {
    padding: 10px 30px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 26px
}

cite {
    font-style: normal
}

big {
    font-size: 20px
}

abbr {
    ; color: #000
}

em {
    font-style: italic
}

q:before {
    content: '\f10d';
    content: open-quote;
    color: #000;
    font-size: 25px
}

q:after {
    content: '\f10e';
    content: close-quote;
    color: #000;
    font-size: 25px
}

sub, sup {
    color: #000;
    font-weight: 600;
    font-size: 12px
}

tt {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000
}

var {
    font-style: italic
}

#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif
}

#navigation:after, #navigation>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#navigation #menu-button {
    display: none
}

#navigation {
    width: auto;
    line-height: 1;
    z-index: 9999;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

#navigation>ul>li {
    float: left
}

#navigation.align-center>ul {
    font-size: 0;
    text-align: center
}

#navigation.align-center>ul>li {
    display: inline-block;
    float: none
}

#navigation.align-center ul ul {
    text-align: left
}

#navigation.align-right>ul>li {
    float: right
}

#navigation.align-right ul ul {
    text-align: right
}

#navigation>ul>li>a {
    padding: 10px 10px;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: bold;
    text-transform: uppercase;
}

#navigation>ul>li:hover>a, #navigation>ul>li.active>a {
    color: #ffffff;
}

#navigation>ul>li.has-sub>a {
    padding-right: 25px
}

#navigation>ul>li.has-sub>a::after {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

#navigation>ul>li.has-sub:hover>a::after {
    border-color: #fbfbfb
}

#navigation ul ul {
    position: absolute;
    left: -9999px
}

#navigation li:hover>ul {
    left: auto
}

#navigation.align-right li:hover>ul {
    right: 0
}

#navigation ul ul ul {
    margin-left: 100%;
    top: 0
}

#navigation.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#navigation ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

#navigation ul li:hover>ul>li {
    height: auto
}

#navigation ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 13px;
    background: #4b4f51;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    display: block;
}

#navigation ul ul li:hover>a, #navigation ul ul li a:hover {
    color: #fff;
    background: #959ea5;
}

#navigation ul ul li.has-sub>a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease
}

#navigation.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

#navigation ul ul li.has-sub:hover>a::after {
    border-color: #fff
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 21) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #navigation {
        width: 100%
    }

    #navigation ul {
        width: 100%;
        display: none
    }

    #navigation.align-center>ul, #navigation.align-right ul ul {
        text-align: left
    }

    #navigation ul li, #navigation ul ul li, #navigation ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15)
    }

    #navigation ul li a, #navigation ul ul li a {
        width: 100%
    }

    #navigation>ul>li, #navigation.align-center>ul>li, #navigation.align-right>ul>li {
        float: none;
        display: block
    }

    #navigation ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 15px;
        color: #000;
        background: none;
        font-weight: 400;
        text-transform: capitalize
    }

    #navigation ul ul li:hover>a, #navigation ul ul li a:hover {
        color: #000
    }

    #navigation ul ul ul li a {
        padding-left: 40px
    }

    #navigation ul ul, #navigation ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }

    #navigation>ul>li.has-sub>a::after, #navigation ul ul li.has-sub>a::after {
        display: none
    }

    #menu-line {
        display: none
    }

    #navigation #menu-button {
        display: block;
        padding: 20px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase
    }

    #navigation #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000
    }

    #navigation #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 7px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000
    }

    #navigation .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer
    }

    #navigation .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000;
        z-index: 99
    }

    #navigation .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000;
        z-index: 99
    }

    #navigation .submenu-button.submenu-opened:after {
        display: none
    }

    #navigation ul.open {
        display: block!important
    }
}

.entry-content h2 {
    color: #464646;
    font-size: 20px;
    text-align: left;
    padding-left: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    overflow: visible;
    height: auto!important
}

span.post-date {
    font-size: 10px
}

aside li a:before {
    content: '\e801';
    padding: 0;
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    /* float: left; */
    -moz-osx-font-smoothing: grayscale;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input {
    line-height: normal
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0
}

input {
    -webkit-appearance: textfield;
    background-color: #fff;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial
}

input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 13.7270703px Arial
}

input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-btn>.btn {
    position: relative
}

.btn-default {
    color: #727070;
    background-color: #fff;
    border-color: #ccc
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    background: #181819;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button, select {
    text-transform: none
}

button {
    overflow: visible
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

.btn-default {
    color: #727070;
    background-color: #fff;
    border-color: #ccc;
}

.search-form {
    margin-top: 7px
}

.hidden {
    display: none!important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}

@media (min-width: 992px) {
    .col-md-7 {
        width: 54.727071%;
    }
}

@media(max-width: 370px) {
    .date-wrapper {
        display: none !important
    }

    .col-xs-10.col-md-10.no-padding {
        width: 100% !important;
    }
}

header tr, header td, header th {
    border: none !important
}

.gsc-input-box {
    height: 30px !important;
}

.gsc-search-button.gsc-search-button-v2 {
    width: 70px;
    height: 30px
}

.gsc-input {
    padding: 0 !important
}

.gsib_a {
    padding: 2px 6px 0 !important;
}

.udl {
    text-decoration: underline
}

.gsc-table-cell-snippet-close, .gsc-table-cell-snippet-open {
    padding-left: 6px !important;
}

.btext {
    color: #000 !important;
    text-decoration: underline
}

.np {
    padding: 0 !important;
}

.middle_section .col-md-12 .content {
    /* border-radius:10px !important; */
}

#navigation a:hover {
    color: #fff !important;
}

#commentform {
    max-width: 96% !important;
    margin-left: 13px
}

.widgettitle {
    padding-left: 10px !important;
}

.h2 a {
    text-decoration: none !important;
    font-size: 25px;
}

.h2 a .amk {
    background: #060606;
    padding: 5px 8px;
    color: #fff;
}

.h2 a .apps {
    background: #f3f2f2;
    padding: 5px 8px;
    color: #9ba59b;
}
