div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.mks-ep-modal {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    opacity: 0;
    background: #fafafa;
    transition: opacity .3s ease-in-out;
}

.mks-ep-modal.active {
    z-index: 99999999999;
    opacity: 1;
}

body.mks-ep-modal-open {
    position: initial;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    width: 100%;
    zoom: initial;
    padding-right: 17px;
}

html.mks-ep-modal-open {
    position: initial;
    overflow: hidden !important;
    overflow-y: hidden !important;
    zoom: initial;
}

body.mks-ep-modal-open .mks-ep-modal {
    -webkit-overflow-scrolling: touch;
}

.mks-ep-modal .mks-ep-section {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.mks-ep-container {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.mks-ep-modal,
.mks-ep-modal .mks-ep-button {
    font-family: Arial, sans-serif;
}

.mks-ep-section-subtitle {
    color: #666;
    font-size: 15px;
    line-height: 23px;
}

.mks-ep-modal-test-drive-response {
    display: none;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    line-height: 23px;
    color: #666;
}

.mks-ep-modal-test-drive-response span {
    font-size: 15px;
    line-height: 23px;
}

.mks-ep-modal-test-drive-form {
    text-align: center;
}

.mks-ep-modal-test-drive-form .mks-ep-test-drive-email {
    height: 42px;
    width: 263px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    color: #555;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    float: none;
}

.mks-ep-test-drive-email::-webkit-input-placeholder {
    color: #555;
}

.mks-ep-test-drive-email::-moz-placeholder {
    color: #555;
}

.mks-ep-test-drive-email:-ms-input-placeholder {
    color: #555;
}

.mks-ep-test-drive-email:-moz-placeholder {
    color: #555;
}

.mks-ep-modal-test-drive-form img {
    margin: 0 auto 50px;
    display: block;
}

.mks-ep-close-modal {
    color: #434343;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.mks-ep-close-modal:hover {
    color: #434343;
    opacity: 1;
}

.mks-ep-modal-test-drive-form .mks-ep-cta-below {
    clear: both;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #777;
    line-height: 20px;
}

.mks-ep-modal-test-drive-response i {
    display: block;
    font-size: 100px;
    margin-bottom: 30px;
    color: #8BC34A;
}

.mks-ep-modal .mks-ep-section-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
    display: block;
    color: #555;
    font-weight: bold;
}

.mks-ep-modal .mks-ep-section-heading {
    text-align: center;
    margin-bottom: 35px;
    padding: 0 70px;
}

.mks-ep-modal .mks-ep-button {
    height: 42px;
    line-height: 1;
    padding: 0 40px;
    color: #660006 !important;
    background: #ffd635 !important;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    float: none;
    font-weight: bold;
    margin: 0;
}

.mks-ep-modal .mks-ep-button:hover {
    -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .2);
    height: 42px;
    line-height: 1;
    padding: 0 40px;
    color: #660006 !important;
    background: #ffd635 !important;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    float: none;
    font-weight: bold;
    margin: 0;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../css/fonts/fontawesome-webfont.eot');
    src: url('../css/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../css/fonts/fontawesome-webfont.woff2') format('woff2'), url('../css/fonts/fontawesome-webfont.woff') format('woff'), url('../css/fonts/fontawesome-webfont.ttf') format('truetype'), url('../css/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'Simple-Line-Icons';
    src: url('../css/fonts/Simple-Line-Icons.eot');
    src: url('../css/fonts/Simple-Line-Icons.eot') format('embedded-opentype'), url('../css/fonts/Simple-Line-Icons.woff') format('woff'), url('../css/fonts/Simple-Line-Icons.ttf') format('truetype'), url('../css/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'Simple-Line-Icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-user-female:before {
    content: "\e000";
}

.icon-user-follow:before {
    content: "\e002";
}

.icon-user-following:before {
    content: "\e003";
}

.icon-user-unfollow:before {
    content: "\e004";
}

.icon-trophy:before {
    content: "\e006";
}

.icon-screen-smartphone:before {
    content: "\e010";
}

.icon-screen-desktop:before {
    content: "\e011";
}

.icon-plane:before {
    content: "\e012";
}

.icon-notebook:before {
    content: "\e013";
}

.icon-moustache:before {
    content: "\e014";
}

.icon-mouse:before {
    content: "\e015";
}

.icon-magnet:before {
    content: "\e016";
}

.icon-energy:before {
    content: "\e020";
}

.icon-emoticon-smile:before {
    content: "\e021";
}

.icon-disc:before {
    content: "\e022";
}

.icon-cursor-move:before {
    content: "\e023";
}

.icon-crop:before {
    content: "\e024";
}

.icon-credit-card:before {
    content: "\e025";
}

.icon-chemistry:before {
    content: "\e026";
}

.icon-user:before {
    content: "\e005";
}

.icon-speedometer:before {
    content: "\e007";
}

.icon-social-youtube:before {
    content: "\e008";
}

.icon-social-twitter:before {
    content: "\e009";
}

.icon-social-tumblr:before {
    content: "\e00a";
}

.icon-social-facebook:before {
    content: "\e00b";
}

.icon-social-dropbox:before {
    content: "\e00c";
}

.icon-social-dribbble:before {
    content: "\e00d";
}

.icon-shield:before {
    content: "\e00e";
}

.icon-screen-tablet:before {
    content: "\e00f";
}

.icon-magic-wand:before {
    content: "\e017";
}

.icon-hourglass:before {
    content: "\e018";
}

.icon-graduation:before {
    content: "\e019";
}

.icon-ghost:before {
    content: "\e01a";
}

.icon-game-controller:before {
    content: "\e01b";
}

.icon-fire:before {
    content: "\e01c";
}

.icon-eyeglasses:before {
    content: "\e01d";
}

.icon-envelope-open:before {
    content: "\e01e";
}

.icon-envelope-letter:before {
    content: "\e01f";
}

.icon-bell:before {
    content: "\e027";
}

.icon-badge:before {
    content: "\e028";
}

.icon-anchor:before {
    content: "\e029";
}

.icon-wallet:before {
    content: "\e02a";
}

.icon-vector:before {
    content: "\e02b";
}

.icon-speech:before {
    content: "\e02c";
}

.icon-puzzle:before {
    content: "\e02d";
}

.icon-printer:before {
    content: "\e02e";
}

.icon-present:before {
    content: "\e02f";
}

.icon-playlist:before {
    content: "\e030";
}

.icon-pin:before {
    content: "\e031";
}

.icon-picture:before {
    content: "\e032";
}

.icon-map:before {
    content: "\e033";
}

.icon-layers:before {
    content: "\e034";
}

.icon-handbag:before {
    content: "\e035";
}

.icon-globe-alt:before {
    content: "\e036";
}

.icon-globe:before {
    content: "\e037";
}

.icon-frame:before {
    content: "\e038";
}

.icon-folder-alt:before {
    content: "\e039";
}

.icon-film:before {
    content: "\e03a";
}

.icon-feed:before {
    content: "\e03b";
}

.icon-earphones-alt:before {
    content: "\e03c";
}

.icon-earphones:before {
    content: "\e03d";
}

.icon-drop:before {
    content: "\e03e";
}

.icon-drawer:before {
    content: "\e03f";
}

.icon-docs:before {
    content: "\e040";
}

.icon-directions:before {
    content: "\e041";
}

.icon-direction:before {
    content: "\e042";
}

.icon-diamond:before {
    content: "\e043";
}

.icon-cup:before {
    content: "\e044";
}

.icon-compass:before {
    content: "\e045";
}

.icon-call-out:before {
    content: "\e046";
}

.icon-call-in:before {
    content: "\e047";
}

.icon-call-end:before {
    content: "\e048";
}

.icon-calculator:before {
    content: "\e049";
}

.icon-bubbles:before {
    content: "\e04a";
}

.icon-briefcase:before {
    content: "\e04b";
}

.icon-book-open:before {
    content: "\e04c";
}

.icon-basket-loaded:before {
    content: "\e04d";
}

.icon-basket:before {
    content: "\e04e";
}

.icon-bag:before {
    content: "\e04f";
}

.icon-action-undo:before {
    content: "\e050";
}

.icon-action-redo:before {
    content: "\e051";
}

.icon-wrench:before {
    content: "\e052";
}

.icon-umbrella:before {
    content: "\e053";
}

.icon-trash:before {
    content: "\e054";
}

.icon-tag:before {
    content: "\e055";
}

.icon-support:before {
    content: "\e056";
}

.icon-size-fullscreen:before {
    content: "\e057";
}

.icon-size-actual:before {
    content: "\e058";
}

.icon-shuffle:before {
    content: "\e059";
}

.icon-share-alt:before {
    content: "\e05a";
}

.icon-share:before {
    content: "\e05b";
}

.icon-rocket:before {
    content: "\e05c";
}

.icon-question:before {
    content: "\e05d";
}

.icon-pie-chart:before {
    content: "\e05e";
}

.icon-pencil:before {
    content: "\e05f";
}

.icon-note:before {
    content: "\e060";
}

.icon-music-tone-alt:before {
    content: "\e061";
}

.icon-music-tone:before {
    content: "\e062";
}

.icon-microphone:before {
    content: "\e063";
}

.icon-loop:before {
    content: "\e064";
}

.icon-logout:before {
    content: "\e065";
}

.icon-login:before {
    content: "\e066";
}

.icon-list:before {
    content: "\e067";
}

.icon-like:before {
    content: "\e068";
}

.icon-home:before {
    content: "\e069";
}

.icon-grid:before {
    content: "\e06a";
}

.icon-graph:before {
    content: "\e06b";
}

.icon-equalizer:before {
    content: "\e06c";
}

.icon-dislike:before {
    content: "\e06d";
}

.icon-cursor:before {
    content: "\e06e";
}

.icon-control-start:before {
    content: "\e06f";
}

.icon-control-rewind:before {
    content: "\e070";
}

.icon-control-play:before {
    content: "\e071";
}

.icon-control-pause:before {
    content: "\e072";
}

.icon-control-forward:before {
    content: "\e073";
}

.icon-control-end:before {
    content: "\e074";
}

.icon-calendar:before {
    content: "\e075";
}

.icon-bulb:before {
    content: "\e076";
}

.icon-bar-chart:before {
    content: "\e077";
}

.icon-arrow-up:before {
    content: "\e078";
}

.icon-arrow-right:before {
    content: "\e079";
}

.icon-arrow-left:before {
    content: "\e07a";
}

.icon-arrow-down:before {
    content: "\e07b";
}

.icon-ban:before {
    content: "\e07c";
}

.icon-bubble:before {
    content: "\e07d";
}

.icon-camcorder:before {
    content: "\e07e";
}

.icon-camera:before {
    content: "\e07f";
}

.icon-check:before {
    content: "\e080";
}

.icon-clock:before {
    content: "\e081";
}

.icon-cloud-download:before {
    content: "\e083";
}

.icon-cloud-upload:before {
    content: "\e084";
}

.icon-doc:before {
    content: "\e085";
}

.icon-envelope:before {
    content: "\e086";
}

.icon-eye:before {
    content: "\e087";
}

.icon-flag:before {
    content: "\e088";
}

.icon-folder:before {
    content: "\e089";
}

.icon-heart:before {
    content: "\e08a";
}

.icon-info:before {
    content: "\e08b";
}

.icon-key:before {
    content: "\e08c";
}

.icon-link:before {
    content: "\e08d";
}

.icon-lock:before {
    content: "\e08e";
}

.icon-lock-open:before {
    content: "\e08f";
}

.icon-magnifier:before {
    content: "\e090";
}

.icon-magnifier-add:before {
    content: "\e091";
}

.icon-magnifier-remove:before {
    content: "\e092";
}

.icon-paper-clip:before {
    content: "\e093";
}

.icon-paper-plane:before {
    content: "\e094";
}

.icon-plus:before {
    content: "\e095";
}

.icon-pointer:before {
    content: "\e096";
}

.icon-power:before {
    content: "\e097";
}

.icon-refresh:before {
    content: "\e098";
}

.icon-reload:before {
    content: "\e099";
}

.icon-settings:before {
    content: "\e09a";
}

.icon-star:before {
    content: "\e09b";
}

.icon-symbol-female:before {
    content: "\e09c";
}

.icon-symbol-male:before {
    content: "\e09d";
}

.icon-target:before {
    content: "\e09e";
}

.icon-volume-1:before {
    content: "\e09f";
}

.icon-volume-2:before {
    content: "\e0a0";
}

.icon-volume-off:before {
    content: "\e0a1";
}

.icon-users:before {
    content: "\e001";
}

.icon-close:before {
    content: "\e082";
}

.mks_separator {
    clear: both;
    display: block;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

.mks_highlight {
    padding: 0 2px;
}

.mks_dropcap_letter {
    float: left;
    font-size: 52px;
    line-height: 1em;
    margin: 0px 10px 0 0;
    font-weight: bold;
}

.mks_dropcap {
    display: block;
    float: left;
    font-size: 52px;
    line-height: 1em;
    margin: 5px 10px 0 0;
    padding: 10px 20px;
    text-align: center;
}

.mks_dropcap_circle {
    border-radius: 50%;
}

.mks_dropcap_rounded {
    border-radius: 20%;
}

.mks_pullquote {
    display: block;
    padding: 25px;
    font-size: 24px;
    line-height: 1.4em;
    position: relative;
    margin: 0 0 20px;
}

.mks_pullquote_left {
    float: left;
    margin: 0 20px 0 0;
}

.mks_pullquote_right {
    float: right;
    margin: 0 0 0 20px;
}

a.mks_button {
    display: inline-block;
    text-decoration: none;
    background: #ffa226;
    line-height: 18px;
    position: relative;
    margin: 0 10px 10px 0;
    color: #FFF;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 1s ease 0s;
    -webkit-transition: background 1s ease 0s;
    -moz-transition: background 1s ease 0s;
    -o-transition: background 1s ease 0s;
}

.mks_button:hover {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.mks_button_small {
    padding: 10px 15px;
}

.mks_button_medium {
    padding: 16px 24px;
}

.mks_button_large {
    padding: 22px 36px;
}

.mks_button.rounded {
    border-radius: 10px;
}

.mks_button i {
    margin: 0 5px 0 0;
}

.mks_col {
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

.mks_col {
    display: block;
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.mks_col .mks_one_half,
.mks_col .mks_one_third,
.mks_col .mks_one_quarter,
.mks_col .mks_two_thirds {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 30px;
    margin-left: 2.564102564102564%;
}

.mks_col .mks_one_half {
    width: 48.717948717948715%;
}

.mks_col .mks_one_third {
    width: 31.623931623931625%;
}

.mks_col .mks_two_thirds {
    width: 63.24786324786324%;
}

.mks_col .mks_one_quarter {
    width: 23.076923076923077%;
}

.mks_col [class*="mks_"]:first-child {
    margin-left: 0;
}

.mks_ico {
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
    margin-bottom: 5px;
    position: relative;
}

.mks_ico.rounded {
    border-radius: 20%;
}

.mks_ico.circle {
    border-radius: 50%;
}

.mks_ico:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.mks_ico.aim_ico {
    background: url('../images/social_icons/aim_ico.png') no-repeat 0 0;
}

.mks_ico.apple_ico {
    background: url('../images/social_icons/apple_ico.png') no-repeat 0 0;
}

.mks_ico.behance_ico {
    background: url('../images/social_icons/behance_ico.png') no-repeat 0 0;
}

.mks_ico.blogger_ico {
    background: url('../images/social_icons/blogger_ico.png') no-repeat 0 0;
}

.mks_ico.cargo_ico {
    background: url('../images/social_icons/cargo_ico.png') no-repeat 0 0;
}

.mks_ico.envato_ico {
    background: url('../images/social_icons/envato_ico.png') no-repeat 0 0;
}

.mks_ico.delicious_ico {
    background: url('../images/social_icons/delicious_ico.png') no-repeat 0 0;
}

.mks_ico.deviantart_ico {
    background: url('../images/social_icons/deviantart_ico.png') no-repeat 0 0;
}

.mks_ico.digg_ico {
    background: url('../images/social_icons/digg_ico.png') no-repeat 0 0;
}

.mks_ico.dribbble_ico {
    background: url('../images/social_icons/dribbble_ico.png') no-repeat 0 0;
}

.mks_ico.evernote_ico {
    background: url('../images/social_icons/evernote_ico.png') no-repeat 0 0;
}

.mks_ico.facebook_ico {
    background: url('../images/social_icons/facebook_ico.png') no-repeat 0 0;
}

.mks_ico.flickr_ico {
    background: url('../images/social_icons/flickr_ico.png') no-repeat 0 0;
}

.mks_ico.forrst_ico {
    background: url('../images/social_icons/forrst_ico.png') no-repeat 0 0;
}

.mks_ico.github_ico {
    background: url('../images/social_icons/github_ico.png') no-repeat 0 0;
}

.mks_ico.google_ico {
    background: url('../images/social_icons/google_ico.png') no-repeat 0 0;
}

.mks_ico.googleplus_ico {
    background: url('../images/social_icons/googleplus_ico.png') no-repeat 0 0;
}

.mks_ico.grooveshark_ico {
    background: url('../images/social_icons/grooveshark_ico.png') no-repeat 0 0;
}

.mks_ico.icloud_ico {
    background: url('../images/social_icons/icloud_ico.png') no-repeat 0 0;
}

.mks_ico.lastfm_ico {
    background: url('../images/social_icons/lastfm_ico.png') no-repeat 0 0;
}

.mks_ico.linkedin_ico {
    background: url('../images/social_icons/linkedin_ico.png') no-repeat 0 0;
}

.mks_ico.myspace_ico {
    background: url('../images/social_icons/myspace_ico.png') no-repeat 0 0;
}

.mks_ico.picasa_ico {
    background: url('../images/social_icons/picasa_ico.png') no-repeat 0 0;
}

.mks_ico.pinterest_ico {
    background: url('../images/social_icons/pinterest_ico.png') no-repeat 0 0;
}

.mks_ico.posterous_ico {
    background: url('../images/social_icons/posterous_ico.png') no-repeat 0 0;
}

.mks_ico.reddit_ico {
    background: url('../images/social_icons/reddit_ico.png') no-repeat 0 0;
}

.mks_ico.rss_ico {
    background: url('../images/social_icons/rss_ico.png') no-repeat 0 0;
}

.mks_ico.skype_ico {
    background: url('../images/social_icons/skype_ico.png') no-repeat 0 0;
}

.mks_ico.stumbleupon_ico {
    background: url('../images/social_icons/stumbleupon_ico.png') no-repeat 0 0;
}

.mks_ico.soundcloud_ico {
    background: url('../images/social_icons/soundcloud_ico.png') no-repeat 0 0;
}

.mks_ico.tumblr_ico {
    background: url('../images/social_icons/tumblr_ico.png') no-repeat 0 0;
}

.mks_ico.twitter_ico {
    background: url('../images/social_icons/twitter_ico.png') no-repeat 0 0;
}

.mks_ico.vimeo_ico {
    background: url('../images/social_icons/vimeo_ico.png') no-repeat 0 0;
}

.mks_ico.wordpress_ico {
    background: url('../images/social_icons/wordpress_ico.png') no-repeat 0 0;
}

.mks_ico.yahoo_ico {
    background: url('../images/social_icons/yahoo_ico.png') no-repeat 0 0;
}

.mks_ico.youtube_ico {
    background: url('../images/social_icons/youtube_ico.png') no-repeat 0 0;
}

.mks_ico.zerply_ico {
    background: url('../images/social_icons/zerply_ico.png') no-repeat 0 0;
}

.mks_ico.instagram_ico {
    background: url('../images/social_icons/instagram_ico.png') no-repeat 0 0;
}

.mks_ico.vine_ico {
    background: url('../images/social_icons/vine_ico.png') no-repeat 0 0;
}

.mks_ico.spotify_ico {
    background: url('../images/social_icons/spotify_ico.png') no-repeat 0 0;
}

.mks_ico.fh_px_ico {
    background: url('../images/social_icons/fh_px_ico.png') no-repeat 0 0;
}

.mks_ico.xing_ico {
    background: url('../images/social_icons/xing_ico.png') no-repeat 0 0;
}

.mks_ico.weibo_ico {
    background: url('../images/social_icons/weibo_ico.png') no-repeat 0 0;
}

.mks_ico.tencent_ico {
    background: url('../images/social_icons/tencent_ico.png') no-repeat 0 0;
}

.mks_ico.me2day_ico {
    background: url('../images/social_icons/me2day_ico.png') no-repeat 0 0;
}

.mks_ico.twitch_ico {
    background: url('../images/social_icons/twitch_ico.png') no-repeat 0 0;
}

.mks_ico.itunes_ico {
    background: url('../images/social_icons/itunes_ico.png') no-repeat 0 0;
}

.mks_ico.vk_ico {
    background: url('../images/social_icons/vk_ico.png') no-repeat 0 0;
}

.mks_ico.aim_ico {
    background-color: #e95a00;
}

.mks_ico.apple_ico {
    background-color: #606060;
}

.mks_ico.behance_ico {
    background-color: #18a3fe;
}

.mks_ico.blogger_ico {
    background-color: #fb913f;
}

.mks_ico.cargo_ico {
    background-color: #00c462;
}

.mks_ico.envato_ico {
    background-color: #a9cf58;
}

.mks_ico.delicious_ico {
    background-color: #3274d1;
}

.mks_ico.deviantart_ico {
    background-color: #d0de21;
}

.mks_ico.digg_ico {
    background-color: #2882c6;
}

.mks_ico.dribbble_ico {
    background-color: #ef5b92;
}

.mks_ico.evernote_ico {
    background-color: #77ba2f;
}

.mks_ico.facebook_ico {
    background-color: #3b5998;
}

.mks_ico.flickr_ico {
    background-color: #f1628b;
}

.mks_ico.forrst_ico {
    background-color: #5b9a68;
}

.mks_ico.github_ico {
    background-color: #7292a2;
}

.mks_ico.google_ico {
    background-color: #dd4b39;
}

.mks_ico.googleplus_ico {
    background-color: #d94a39;
}

.mks_ico.grooveshark_ico {
    background-color: #f88e00;
}

.mks_ico.icloud_ico {
    background-color: #fb913f;
}

.mks_ico.lastfm_ico {
    background-color: #d21309;
}

.mks_ico.linkedin_ico {
    background-color: #71b2d0;
}

.mks_ico.myspace_ico {
    background-color: #003398;
}

.mks_ico.picasa_ico {
    background-color: #444;
}

.mks_ico.pinterest_ico {
    background-color: #cb2027;
}

.mks_ico.posterous_ico {
    background-color: #f9d560;
}

.mks_ico.reddit_ico {
    background-color: #bfd0e2;
}

.mks_ico.rss_ico {
    background-color: #fe9900;
}

.mks_ico.skype_ico {
    background-color: #18b7f1;
}

.mks_ico.stumbleupon_ico {
    background-color: #eb4924;
}

.mks_ico.soundcloud_ico {
    background-color: #f60000;
}

.mks_ico.tumblr_ico {
    background-color: #3a5976;
}

.mks_ico.twitter_ico {
    background-color: #48c4d2;
}

.mks_ico.vimeo_ico {
    background-color: #62a0ad;
}

.mks_ico.wordpress_ico {
    background-color: #464646;
}

.mks_ico.yahoo_ico {
    background-color: #ab64bc;
}

.mks_ico.youtube_ico {
    background-color: #f45750;
}

.mks_ico.zerply_ico {
    background-color: #8db259;
}

.mks_ico.instagram_ico {
    background-color: #306088;
}

.mks_ico.vine_ico {
    background-color: #00bf8f;
}

.mks_ico.spotify_ico {
    background-color: #95ba1a;
}

.mks_ico.fh_px_ico {
    background-color: #02adea;
}

.mks_ico.xing_ico {
    background-color: #126567;
}

.mks_ico.weibo_ico {
    background-color: #E6162C;
}

.mks_ico.tencent_ico {
    background-color: #389FDA;
}

.mks_ico.me2day_ico {
    background-color: #4e28ac;
}

.mks_ico.twitch_ico {
    background-color: #6441A5;
}

.mks_ico.itunes_ico {
    background-color: #FA332F;
}

.mks_ico.vk_ico {
    background-color: #45668e;
}

.mks_ico.square,
.mks_ico.rounded,
.mks_ico.circle {
    background-position: center center;
}

.mks_progress_bar {
    margin: 0 0 20px;
}

.mks_progress_label {
    line-height: 1.2em;
    margin: 0 0 5px;
}

.mks_progress_name {
    opacity: 0.5;
    float: right;
}

.mks_progress_level {
    display: inline-block;
    background: #EEE;
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.mks_progress_level.rounded,
.mks_progress_level.rounded .mks_progress_level_set {
    border-radius: 5px;
}

.mks_progress_level_set {
    display: block;
    height: 100%;
    background: #DDD;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.mks_accordion_item,
.mks_toggle {
    margin: 0;
    display: block;
    border: 1px solid;
    border-bottom: none;
}

.mks_accordion,
.mks_toggle {
    border-bottom: 1px solid;
}

.mks_accordion,
.mks_toggle {
    margin: 0 0 20px 0;
}

.mks_accordion_active {
    border-bottom: none;
}

.mks_accordion_heading,
.mks_toggle_heading {
    cursor: pointer;
    display: block;
    line-height: 1.2em;
    position: relative;
    padding: 15px 60px 15px 20px;
    margin: 0px;
    font-weight: normal;
}

.mks_accordion>p,
.mks_toggle>p {
    display: none;
}

.mks_accordion_content,
.mks_toggle_content {
    display: none;
    border-top: 1px solid;
    padding: 20px 20px 20px 20px;
}

.mks_accordion_active .mks_toggle_content,
.mks_toggle_active .mks_toggle_content {
    display: block;
}

.mks_accordion_content p:last-child,
.mks_toggle_content p:last-child {
    margin-bottom: 0;
}

.mks_accordion_active .fa-minus,
.mks_toggle_active .fa-minus {
    display: block;
}

.mks_accordion .fa-plus,
.mks_toggle .fa-plus {
    display: block;
}

.mks_accordion_active .fa-plus,
.mks_toggle_active .fa-plus {
    display: none;
}

.mks_accordion_heading i,
.mks_toggle_heading i {
    display: none;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    margin: -10px 0 0 0;
    top: 50%;
    right: 20px;
}

.mks_tabs {
    display: none;
    overflow: hidden;
    padding: 40px 0 0 0;
    position: relative;
    margin: 0 0 20px 0;
}

.mks_tabs_nav {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 41px;
    display: block;
    width: 100%;
    z-index: 1;
}

.mks_tab_item {
    position: relative;
    display: block;
    padding: 20px 20px 20px 20px;
    border: 1px solid;
}

.mks_tab_nav_item.active {
    border-bottom: 1px solid #FFF;
}

.mks_tab_nav_item {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    border: 1px solid;
    border-bottom: 1px solid;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.mks_tab_nav_item:hover {
    cursor: pointer;
}

.mks_tabs.vertical {
    padding: 0 0 0 19.9%;
}

.mks_tabs.vertical .mks_tab_nav_item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid;
    margin: 0 0 -1px 0;
    min-height: 39px;
}

.mks_tabs.vertical .mks_tabs_nav {
    width: 20%;
    height: 100%;
}

.mks_tabs.vertical .mks_tab_nav_item.active {
    border-bottom: 1px solid;
    border-right: 1px solid #FFF;
}

.mks_tabs.vertical .mks_tab_item {
    border-left: 1px solid;
    min-height: 200px;
}

.mks_tab_item .mks_col {
    float: none;
}

.mks_tab_item .mks_col:before {
    content: '';
    display: block;
    clear: both;
}

.mks_col:after,
.mks_tab_item .mks_col:after {
    content: '';
    display: block;
    clear: both;
}

@media only screen and (max-width: 479px) {

    .mks_col .mks_one_half,
    .mks_col .mks_one_third,
    .mks_col .mks_one_quarter,
    .mks_col .mks_two_thirds {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
    }

    .mks_pullquote {
        width: 100% !important;
    }

    .mks_tab_nav_item {
        padding: 0 10px;
    }
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../css/fonts/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../css/fonts/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(../css/fonts/BngRUXNadjH0qYEzV7ab-oWlsbCGwRg.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(../css/fonts/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-animation-duration: 0.2s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

body {
    margin: 0;
    background: #f3f3f3;
    color: #444;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    height: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
}

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

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

audio:not([controls]) {
    display: none;
    height: 0;
}

a {
    background: transparent;
}

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

a:focus {
    outline: 0;
}

.entry-content a:hover {
    text-decoration: underline;
}

#sidebar a:hover,
#subheader_box a:hover {
    text-decoration: underline;
}

#sidebar .arqam-widget-counter a:hover {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

textarea {
    overflow: auto;
    padding: 10px;
}

iframe,
embed {
    max-width: 100%;
}

ul,
ol {
    margin: 0 0 26px 0;
}

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

a {
    color: inherit;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

blockquote {
    font-style: italic;
    border-left: 2px solid;
    margin-left: 15px;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 26px;
}

table {
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px;
    margin: 0 0 25px 0;
    text-align: left;
    padding: 0;
}

caption {
    text-align: left
}

tr {
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

th,
td {
    padding: 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

var,
kbd,
samp,
code,
pre {
    font: 16px/26px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    background: #efefef;
}

pre {
    white-space: pre;
    overflow: auto;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    margin: 0 0 10px 20px;
    float: right;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 30px auto;
    padding: 3px;
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.alignnone {
    margin-bottom: 25px;
}

.photo_caption {
    text-align: right;
    font-size: 13px;
    margin: -30px 10px 0 0;
    float: right;
    font-style: italic;
    position: relative;
}

.single_b .photo_caption {
    color: #FFF;
    z-index: 2000;
}

.single_b .entry-image img {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 5px;
    background: #0279ae;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
}

.wp-caption .wp-caption-text a {
    color: #FFF;
    text-decoration: underline;
}

.wp-caption .wp-caption-text a:hover {
    text-decoration: none;
}

.wp-smiley {
    max-height: 13px;
    margin: 0;
}

.gallery {
    margin: auto
}

.gallery-image {
    border: 2px solid #efefef;
    margin-left: 0;
}

.gallery-caption {
    margin-left: 0
}

#thr_main .main_content_wrapper .gallery-item {
    float: left;
    text-align: center;
    margin: 0 0 1px;
    padding-left: 1px;
    opacity: 0;
}

#thr_main .main_content_wrapper .gallery img {
    border: none;
}

#thr_main .main_content_wrapper .gallery {
    margin-bottom: 26px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-caption {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: auto;
    min-height: 50px;
    width: 100%;
    z-index: 9999;
    display: block;
    color: #FFF;
    padding: 10px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    bottom: 0;
}

.gallery-item:hover a {
    text-decoration: none;
}

.gallery-icon {
    position: relative;
}

.gallery-icon a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gallery-item:hover .gallery-icon a:before,
.gallery-item:hover .gallery-icon a:after,
.layout_a .format-image .featured_image a:hover:after,
.thr-popup:hover:before {
    opacity: 1;
}

.gallery-icon a:after,
.layout_a .format-image .featured_image a:after,
.thr-popup:before {
    content: "\e090";
    color: #FFF;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Simple-Line-Icons";
    margin-top: -18px;
    margin-left: -18px;
    line-height: 36px;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.clear {
    clear: both;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

.content_wrapper {
    width: 1070px;
    margin: 0 auto;
    position: relative;
}

.content_wrapper:after {
    clear: both;
    content: "";
}

.full_width {
    width: 100%;
    float: left;
}

.main_content_wrapper {
    float: left;
    width: 730px;
}

.thr_body_sidebar_left .main_content_wrapper {
    float: right;
}

.sidebar {
    width: 330px;
    float: left;
    margin: 0 0 0 10px;
    position: relative;
}

.sidebar.left {
    margin: 0 40px 0 0;
}

.admin-bar .sticky_active,
.admin-bar .affix {
    top: 40px;
}

.admin-bar.sticky_on .affix {
    top: 100px;
}

.sticky_on .affix {
    top: 70px;
}

.thr_sticky {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.thr_sidebar_wrapped .thr_sticky {
    margin-bottom: 0;
}

.sticky_active,
.affix {
    /*position: fixed !important;
    top: -5px;*/
    width: 330px
}

.affix-top {
    position: relative !important;
}

.sticky_active.thr_sticky_abs {
    position: absolute !important;
    bottom: 20px;
    top: auto;
    right: 0;
}

.thr_sidebar_wrapped .affix,
.thr_sidebar_wrapped .affix-bottom {
    width: 300px;
    padding: 0 20px 0;
    margin: 0 0 0 -20px;
}

.affix-responsive {
    position: static !important;
    width: auto;
    top: 0 !important;
}

.thr_content_wrapped .main_content_wrapper {
    padding: 30px;
    margin: 0 0 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

.thr_sidebar_wrapped .widget {
    padding-bottom: 15px;
}

.thr_boxed {
    margin: 0 auto;
    width: 1150px;
}

.thr_boxed_wrapper {
    float: left;
    width: 100%;
    background: #FFF;
}

.body_bg_img {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.body_bg_img {
    opacity: 0;
}

.body_bg_img img {
    min-width: 100%;
    min-height: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.overlay_bg_div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header {
    position: relative;
    margin: 0 0 10px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
    z-index: 1041;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    height: 50px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-sticky .logo_wrapper {
    max-height: 40px;
    top: 2px;
}

.header-sticky .logo_wrapper img {
    max-height: 40px;
}

.header-sticky #nav li>a {
    padding: 15px 3px;
}

.header-sticky .search_header_form {
    height: 49px;
}

.header-sticky .site-title,
.header-sticky .site-title a {
    font-size: 20px;
    line-height: 40px;
}

.header-main-3 span.site-title {
    display: block;
}

.header-sticky #nav .sub-menu a {
    padding: 10px 15px;
}

.header-sticky .menu-item-has-children:after {
    margin: 21px 0 0 2px;
}

.header-sticky .nav-btn {
    top: 10px;
}

.header-sticky .site-desc {
    display: none;
}

.search_header_form input[type="text"] {
    background: transparent;
}

.admin-bar .header-sticky {
    top: 32px;
}

.header-is-sticky {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.logo_wrapper {
    position: absolute;
    top: 23px;
    left: 0;
}

.site-title,
.site-title a {
    text-decoration: none;
    font-size: 40px;
}

h1.site-title {
    line-height: 1em;
    margin-bottom: 0;
    display: block;
}

.site-title {
    line-height: 1em;
    display: block;
}

.site-desc {
    margin-top: 5px;
}

.header-main-3 .site-desc {
    float: none;
}

#nav {
    float: right;
}

#nav ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.header-main #nav ul {
    float: right;
}

#nav li {
    list-style: none;
    float: left;
    margin: 0 10px;
    position: relative;
}

#nav li a {
    display: block;
    float: left;
    text-decoration: none;
    padding: 40px 3px 38px 3px;
    line-height: 22px;
    font-size: 14px;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-style: normal;
}

#nav li a:hover {
    cursor: pointer;
}

#nav>ul>li>a:hover,
#nav>ul>.current-menu-item {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#nav>ul>li:hover>a,
#nav a:hover {
    color: #0279ae;
}

#nav .sub-menu {
    margin-left: 0;
    left: -10px;
    position: absolute;
    top: 100%;
    min-width: 200px;
    z-index: 9999;
    padding: 0;
    margin-top: 0;
    max-height: 0;
    display: none;
    border: 0 solid rgba(0, 0, 0, 0.25);
}

#nav li:hover>.sub-menu {
    max-height: 950px;
}

#nav .sub-menu li {
    float: left;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#nav .sub-menu li:last-child {
    border-bottom: none;
}

#nav .sub-menu a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 14px;
    max-width: none;
    text-decoration: none;
    min-height: 25px;
}

.header-sticky #nav .sub-menu {
    top: 51px;
}

#nav .sub-menu .sub-menu {
    position: absolute;
    right: -201px;
    left: auto;
    top: 0;
    display: none;
    width: 150px;
    max-height: 0;
}

#nav .sub-menu li:hover>.sub-menu {
    display: block;
    max-height: 950px;
}

.search_header {
    float: right;
    position: relative;
    z-index: 1200;
}

.search_header:hover {
    cursor: pointer;
}

.s_class {
    float: left;
}

.menu-item-has-children:after {
    content: "\f107";
    float: right;
    display: inline-block;
    border-top-color: #323232;
    font-size: 12px;
    line-height: 12px;
    font-family: 'FontAwesome';
}

.sidr ul li {
    position: relative;
}

.thr_menu_parent {
    content: "\f107";
    display: inline-block;
    border-top-color: #323232;
    font-size: 12px;
    line-height: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 18px 19px
}

.thr_menu_parent:hover {
    cursor: pointer;
}

.sidr-class-sub-menu .thr_menu_parent {
    padding: 14px 19px;
}

#nav .sub-menu>li.menu-item-has-children:after {
    margin-top: -26px;
    margin-left: auto;
    margin-right: 15px;
}

#nav .sub-menu .menu-item-has-children:after {
    content: "\f105";
}

.header-bottom-wrapper li.menu-item-has-children:after {
    margin: 25px 0 0 2px;
}

.thr_stop_hover {
    pointer-events: none;
}

li.menu-item-has-children:hover:after {
    border-top-color: #0279ae;
}

#nav li#search_header_wrap {
    position: initial;
}

.search_header_form {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 500;
    right: 0;
    height: 59px;
}

.search_header_form input[type="text"],
.search_header_form input[type="text"]:focus {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    border: none;
}

.header-main .search_header_form {
    top: -1px;
    height: 100%;
}

.header-main .search_header_form input[type="text"] {
    height: 48px;
}

.header_ads_space {
    float: right;
    max-width: 728px;
    margin: 6px 0 0 0;
}

.header-main-3 .logo_wrapper {
    position: relative;
    text-align: center;
}

.header-main,
.header-bottom {
    float: left;
    width: 100%;
}

.header-bottom {
    height: 60px;
    border-top: 1px solid #e3e3e3;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-bottom #nav>ul>li>a {
    padding: 19px 3px;
}

.header-bottom-wrapper #nav {
    float: left;
    width: 100%;
}

.header-bottom-wrapper #search_header_wrap {
    float: right;
    position: initial;
}

.header-bottom-wrapper #nav li:first-child {
    margin-left: 0;
}

.navigation_centered.header-bottom-wrapper #nav {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.navigation_centered.header-bottom-wrapper {
    text-align: center;
}

.header-main #nav ul>li:last-child {
    margin-right: 0;
}

#nav li#search_header_wrap a:hover {
    box-shadow: none;
}

.header-bottom-3 .social_header_space {
    margin: 11px 0;
}

.header-top-1 .social_header_space li a {
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    border-radius: 0;
    padding: 7px 0;
    height: 30px;
    margin: 0;
    line-height: 1em;
    width: 30px;
    float: left;
}

.header_bg_img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.header_bg_img img {
    width: 100%;
}

#subheader_box {
    margin-bottom: 20px;
}

.error404 .entry-content .nav-menu {
    list-style: none;
    text-align: center;
}

.error404 .entry-content .nav-menu li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 5px;
}

.error404 .entry-content .nav-menu li a {
    padding: 8px 10px;
    color: #FFF;
    border-radius: 5px;
}

.error404 .entry-content .nav-menu li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.error404 .content_wrapper {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #323232;
    font-style: normal;
}

h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 7px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 7px;
    -webkit-font-smoothing: antialiased;
}

h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 7px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
}

.uppercase {
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}

p {
    margin: 0 0 12px 0;
    color: inherit;
}

.entry-title a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    margin-bottom: 15px;
}

.entry-title a:hover {
    color: #0279ae;
}

.entry-image img {
    float: left;
}

.entry-image {
    margin-bottom: 26px;
}

.entry-title {
    margin-bottom: 7px;
}

.entry-meta {
    margin-bottom: 20px;
    font-size: 14px;
}

.entry-meta,
.entry-footer,
.entry-image,
.entry-header {
    width: 100%;
    float: left;
}

.meta-item {
    display: inline-block;
    vertical-align: top;
    color: #A0A0A0;
    margin-right: 15px;
}

.meta-item i {
    margin-top: 4px;
    margin-right: 5px;
    color: #0279ae;
}

.meta-item a {
    text-decoration: none;
    color: #A0A0A0;
    position: relative;
}

.layout_c .entry-footer .meta-item {
    margin-right: 0;
}

.meta-item-share {
    float: right;
    margin-right: 0;
}

.layout_b .meta-item.categories,
.layout_c .meta-item.categories {
    display: inline;
}

.post,
.posts_wrapper .page {
    padding: 0 0 40px;
    margin: 0 0 15px;
    float: left;
    width: 100%;
}

.more-link {
    display: none;
}

.meta-item .read_more_button,
.thr_button,
input[type="submit"],
input[id="dosearch"] {
    padding: 4px 14px;
    float: left;
    background: #0279ae;
    color: #FFF;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
}

input[type="submit"],
input[id="dosearch"] {
    border: none;
    font-size: 16px;
}

.main_content_wrapper .read_more_button i,
.main_content_wrapper .thr_button i {
    margin-right: 6px;
    color: inherit;
    margin-top: 5px;
    float: left;
    color: #FFF;
}

.meta-item .read_more_button:hover,
.thr_button:hover {
    color: #FFF;
    text-decoration: none;
}

.read_more_button:hover,
.thr_button:hover,
input[type="submit"],
input[id="dosearch"]:hover {
    opacity: 0.8;
}

.read_more_button:hover span,
.thr_button:hover span {
    opacity: 1;
}

.meta-item.meta-small .read_more_button {
    background: transparent;
    color: #323232;
    padding: 0;
}

.meta-item.meta-small .read_more_button i {
    color: #0279ae;
}

.meta-item.meta-small .read_more_button:hover {
    box-shadow: none;
    color: #0279ae;
}

.thr_share_button {
    padding: 4px 8px 2px;
    border-left: 1px solid transparent;
    float: right;
    font-size: 14px;
}

.featured_item_big {
    float: left;
    width: 730px;
    height: 430px;
    background: #eee;
}

.featured_item_small {
    float: left;
    width: 300px;
}

.featured_element {
    float: left;
    position: relative;
    overflow: hidden;
}

.featured_title_wrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    background: #0279ae;
    position: relative;
}

.featured_excerpt {
    opacity: 0;
    padding: 5px 20px 0 0;
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.featured_excerpt p {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    margin: 0 0 5px;
}

.f_title_bg,
.single .featured_title_over:after,
.thr_posts_widget .featured_title_over:after {
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    content: '';
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

.featured_4 .f_title_bg {
    height: 60%;
}

.featured_3 .f_title_bg {
    height: 50%;
}

.featured_2 .f_title_bg {
    height: 50%;
}

.single .featured_title_over:after,
.thr_posts_widget .featured_title_over:after {
    height: 100%;
}

.f_overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.featured_element:hover .f_overlay {
    opacity: 1;
}

.f_read_more {
    font-size: 12px;
    background-color: #0279ae;
    color: #FFF;
    line-height: 20px;
    border-radius: 3px;
    padding: 4px 10px 4px 7px;
}

.f_read_more:hover {
    opacity: 0.9;
}

.featured_4 .featured_item {
    width: 100%;
    height: 267px;
}

.featured_4 .featured_element {
    width: 24.91%;
    margin: 0 0 1px 1px;
}

.featured_4 .featured_title_wrapper {
    height: 100px;
}

.featured_3 .featured_item {
    width: 100%;
    height: 267px;
    overflow: hidden;
}

.featured_3 .featured_element {
    width: 33.25%;
    margin: 0 0 1px 1px;
}

.featured_3 .featured_title_wrapper {
    height: 100px;
}

.featured_2 .featured_item {
    width: 100%;
    height: 267px;
    overflow: hidden;
}

.featured_2 .featured_element {
    width: 49.95%;
    margin: 0 0 1px 1px;
}

.featured_2 .featured_title_wrapper {
    height: 100px;
}

.featured_4 .featured_item img {
    height: 267px;
}

.featured_2 .featured_element:first-child,
.featured_3 .featured_element:first-child,
.featured_4 .featured_element:first-child {
    margin-left: 0;
}

.featured_title_over h2,
.featured_title_wrapper h2 {
    font-size: 24px;
    line-height: 1.325em;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
    z-index: 1001;
    position: relative;
    margin-bottom: 0;
}

.featured_title_over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px 20px 20px;
    z-index: 1001;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.featured_title_under h2 a,
.featured_title_over h2 a {
    color: #FFF;
}

.featured_title_over .meta-item,
.featured_title_over .meta-item i,
.featured_title_over .meta-item a {
    color: #FFF;
    font-size: 14px;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
}

.featured_shadow.featured_title_over:after {
    bottom: 0;
}

.featured_date_wrapper {
    font-size: 14px;
    color: #FFF;
    z-index: 9999;
    position: relative;
}

.featured_date_wrapper i {
    margin: 0 5px 0 0;
}

.featured_title_over .featured_date_wrapper {
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
}

#featured_wrapper {
    opacity: 0;
}

.featured_wrapper,
#archive_title {
    margin-bottom: 10px;
}

#archive_title p:last-child {
    margin-bottom: 0;
}

#archive_title p {
    font-size: 16px;
    color: #444;
}

#archive_title .content_wrapper {
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    position: relative;
}

.arch_line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    padding: 0 20px 0 0;
    height: 2px;
    background: #0279ae;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.featured_item_overlay {
    display: block;
    position: absolute;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#archive_title h1 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    display: inline-block;
}

.featured_item_expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 55px;
    font-weight: 100;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

.featured_icon {
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 1000;
    color: #FFF;
    font-size: 16px;
    border: 2px solid #FFF;
    border-radius: 50%;
    padding: 10px;
    line-height: 1em;
    background: rgba(0, 0, 0, 0.5);
}

.layout_d .featured_icon {
    right: 50%;
    margin: -20px -20px 0 0;
    top: 50%;
}

.featured_image {
    position: relative;
    width: 100%;
    float: left;
}

.featured_image a {
    float: left;
    position: relative;
    max-width: 100%;
}

.featured_item_overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.featured_image:hover .featured_item_overlay,
.featured_image_sidebar:hover .featured_item_overlay,
.prev_next_link:hover .featured_item_overlay {
    opacity: 1;
}

.effect .featured_item_overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.effect .featured_item_overlay .featured_item_expand {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.effect.featured_element.hover .featured_item_overlay {
    opacity: 1;
}

.effect.featured_element.hover .featured_item_overlay .featured_item_expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
}

.widget {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
}

.thr_widget_wrapped #sidebar .widget {
    margin-bottom: 20px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.thr_sidebar_wrapped #sidebar,
.thr_sidebar_wrapped .affix {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}

#sidebar .widget-title {
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    position: relative;
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 28px;
    min-height: 41px;
    display: block;
    float: left;
    width: 100%;
}

.thr_widget_wrapped #sidebar .widget-title {
    margin: 0 0 15px 0;
}

#sidebar .widget-title span {
    border-bottom: 2px solid #0279ae;
    padding: 0 20px 10px 0;
    position: relative;
    top: 1px;
    max-width: 80%;
    display: inline-block;
}

.thr_sidebar_wrapped #sidebar {
    margin: 0 0 40px 40px;
    padding: 0 20px 0;
}

.thr_sidebar_wrapped #sidebar.left {
    margin: 0 40px 40px 0;
}

.widget ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.widget p {
    margin-bottom: 15px;
}

.widget li {
    line-height: 1.6em;
    padding: 0 0 3px;
    margin: 0 0 5px;
}

.widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget .textwidget p:last-child {
    margin-bottom: 0;
}

.thr_sidebar_wrapped #sidebar.left {
    margin: 0 40px 40px 0;
}

.tagcloud a {
    font-size: 18px;
}

.tagcloud a:before {
    content: "#";
}

#thr_pagination {
    text-align: center;
    position: relative;
}

.pagination-wapper {
    float: left;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-style: solid none;
}

.pagination-wapper {
    margin-bottom: 20px;
}

.thr_content_wrapped .thr_boxed .pagination-wapper,
.thr_content_wrapped .pagination-wapper {
    margin-bottom: 0;
}

.page-numbers,
.post_previous a,
.post_next a,
.load_more_posts a {
    background: #0279ae;
    color: #FFF;
    padding: 4px 14px;
    display: inline-block;
    vertical-align: top;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    line-height: 45px;
    border-radius: 5px;
    font-size: 26px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.load_more_posts a {
    display: block;
}

.current,
.page-numbers:hover,
#pagination .post_previous a:hover,
#pagination .post_next a:hover,
.load_more_posts a:hover {
    color: #0279ae;
    background: #FFF;
    box-shadow: inset 0 0 0 1px #0279ae;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.load_more_posts {
    margin: 0 auto;
    text-align: center;
}

#pagination .prev,
#pagination .post_previous a {
    float: left;
}

#pagination .prev {
    position: absolute;
    left: 0;
}

#pagination .next,
#pagination .post_next a {
    float: right;
}

#pagination .next {
    position: absolute;
    right: 0;
}

#pagination .prev,
#pagination .next,
#pagination .post_next a,
#pagination .post_previous a {
    width: 100%;
    position: relative;
}

#pagination .prev:before,
#pagination .post_previous a:before {
    content: "\e07a";
    font-family: 'Simple-Line-Icons';
    margin: 1px 5px 0 0;
}

#pagination .next:after,
#pagination .post_next a:after {
    content: "\e079";
    font-family: 'Simple-Line-Icons';
    margin: 1px 0 0 5px;
}

.load_more_posts a i {
    display: inline-block;
    margin: 5px 6px 0 0;
}

.single_prev_next a {
    position: relative;
}

.prev_next_link .meta-item {
    display: block;
    position: relative;
    z-index: 9999;
}

.prev_next_link .meta-item i {
    margin: 5px 5px 0 0;
}

.single_post_next .prev_next_link .meta-item {
    margin: 0;
}

.single_post_next .prev_next_link .meta-item i {
    margin: 5px 0 0 5px;
}

.single_post_next.single_prev_next .prev_next_link a {
    float: right;
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.thr-loader {
    background: none;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    display: none;
}

.thr-loader>div {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -ms-animation: uil-ring-anim 0.5s linear infinite;
    -moz-animation: uil-ring-anim 0.5s linear infinite;
    -webkit-animation: uil-ring-anim 0.5s linear infinite;
    -o-animation: uil-ring-anim 0.5s linear infinite;
    animation: uil-ring-anim 0.5s linear infinite;
}

.thr-load-more {
    text-align: center;
}

.thr-load-more a {
    padding: 4px 14px;
    display: inline-block;
    vertical-align: top;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    line-height: 23px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.thr-load-more a:hover {
    color: #FFF;
}

.thr-infinite-scroll {
    text-align: center;
}

.thr-infinite-scroll .thr-hide-btn {
    visibility: hidden;
}

.footer_wrapper {
    background: #333;
    padding: 0;
}

.footer_wrapper .widget {
    padding: 40px 0 40px;
}

.footer_wrapper .widget-title {
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

.footer_wrapper .footer-col {
    float: left;
}

.footer_wrapper .one-third {
    width: 29.33%;
    margin-left: 6%;
}

.footer_wrapper .one-quarter {
    width: 22.5%;
    margin-left: 3.3%;
}

.footer_wrapper .one-half {
    width: 47%;
    margin-left: 6%;
}

.footer_wrapper .footer-col:first-child {
    margin-left: 0;
}

.footer_wrapper .widget {
    margin-bottom: 0;
}

.footer_wrapper ul {
    margin-bottom: 0;
}

.footer_wrapper .mks_themeforest_widget ul {
    text-align: left;
}

.footer_wrapper .featured_image_sidebar {
    width: auto;
    min-width: 65%;
}

.copy_area {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    font-size: 14px;
}

.copy_area p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0
}

#thr_footer_menu {
    float: right;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

#thr_footer_menu li {
    float: left;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0 5px;
}

#thr_footer_menu li a {
    font-size: 14px;
    line-height: 1.2em;
}

.footer_wrapper a:hover {
    text-decoration: underline;
}

.copy_area .left {
    float: left;
}

.copy_area #thr_footer_menu {
    float: right;
}

.copy_area #thr_footer_menu li {
    float: left;
    list-style: none;
}

#thr_footer_menu .menu-item-has-children:after {
    display: none;
}

.copy_area #thr_footer_menu li a {
    font-size: 14px;
}

#footer.footer_wrapper .mks_author_widget img {
    margin: 0 20px 0 0;
}

#sidebar .widget {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 15px;
}

.thr_video_widget p {
    margin-bottom: 0;
}

#sidebar .thr_sticky .widget:last-child {
    margin-bottom: 0;
}

.thr_sidebar_wrapped #sidebar .thr_sticky.thr_sticky_abs .widget:last-child {
    padding-bottom: 0
}

.widget_recent_entries ul span {
    display: block;
}

.widget_archive select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.thr_widget_wrapped .widget_archive select,
.thr_widget_wrapped .widget_categories select {
    width: 260px;
}

.widget_tag_cloud a {
    margin: 0 5px 6px 0;
    float: left;
    padding: 0;
}

#wp-calendar {
    width: 100%;
    float: left;
}

#wp-calendar caption {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody td {
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td a {
    font-weight: normal;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    text-transform: uppercase;
    padding: 0px 10px 0;
}

#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}

.widget_pages ul.children {
    padding: 0 20px 0 20px;
}

.widget_search input,
.jetpack_subscription_widget #subscribe-field {
    font-size: 1em;
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.widget select {
    margin: 0;
    padding: 5px;
}

.count {
    color: #FFF;
    font-size: 12px;
    height: 26px;
    line-height: 20px;
    margin: 0;
    padding: 2px 5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: right;
    min-width: 26px;
}

.widget_categories ul li,
.widget_archive ul li {
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 0 0 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
    border-bottom: none;
}

.widget_categories ul li a,
.widget_archive ul li a {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
}

.widget_categories select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

#recentcomments li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#recentcomments li:last-child {
    margin-bottom: 0;
}

.recentcomments:before {
    content: "\e07d";
    font-family: "Simple-Line-Icons";
    margin: 0 5px 0 0;
    float: left;
}

.widget_search {
    position: relative;
}

.thr_widget_wrapped .widget_search .search_form {
    padding: 0;
}

.footer_wrapper .widget_search .search_form {
    padding: 0;
}

.thr_widget_wrapped .widget_search .search_form i {
    right: 15px;
}

.search_form {
    position: relative;
}

.search_form i {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 15px;
}

.widget_nav_menu ul.sub-menu {
    padding: 0 0 0 20px;
}

.featured_image_sidebar {
    position: relative;
    float: left;
    width: 100%;
}

.featured_image_sidebar img {
    float: left;
}

.featured_posts_link {
    font-size: 24px;
    line-height: 1.325em;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
    position: relative;
    z-index: 1001;
}

.widget .featured_posts_link {
    font-size: 22px;
}

.thr_posts_widget li {
    float: left;
    width: 100%;
    margin: 0 0 1px;
    padding: 0;
}

#sidebar .mks_ads_widget .small li,
#sidebar .mks_adswidget_ul.small li {
    margin: 0 10px 10px;
}

.mks_adswidget_ul li:last-child,
.mks_adswidget_ul {
    margin-bottom: 0;
}

.mks_author_widget h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}

.thr_widget_wrapped .mks_author_widget img {
    margin: 0 20px 0 0;
}

.mks_author_widget p {
    margin-bottom: 0;
}

.mks_author_link {
    margin: 10px 0 0;
    float: left;
}

.thr_widget_wrapped .mks_author_link {
    margin: 10px 0 0 0;
}

.mks_read_more a {
    float: left;
}

.mks_read_more,
.thr_widget_wrapped #sidebar .widget .mks_read_more {
    margin-top: 10px;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0 !important;
}

.mks_themeforest_widget ul li {
    float: left;
}

.mks_themeforest_widget p {
    margin-bottom: 15px;
}

.thr_sidebar_wrapped .widget ul {
    margin-bottom: 0;
}

.mks_flickr_widget ul.flickr li,
.mks_flickr_widget ul.flickr li {
    margin: 0 1px 1px 0 !important;
    padding: 0 !important;
}

ul.flickr img {
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mks_flickr_widget ul {
    float: left;
    width: 100%;
}

.widget_yarpp_widget ol {
    padding: 0 0 0 20px;
}

.thr_widget_wrapped #sidebar .mks_ads_widget .small li,
.thr_widget_wrapped #sidebar .mks_adswidget_ul.small li,
.thr_sidebar_wrapped #sidebar .mks_ads_widget .small li,
.thr_sidebar_wrapped #sidebar .mks_adswidget_ul.small li {
    margin: 0 2px 2px 0;
}

.thr_posts_widget .entry-meta {
    margin-bottom: 0;
    position: relative;
    z-index: 100;
}

#sidebar .thr_posts_widget.widget a {
    color: #FFF;
}

#sidebar .thr_posts_widget.widget a:hover {
    text-decoration: none;
}

.comment-form,
.comments_main {
    float: left;
    width: 100%;
    clear: both;
}

#respond {
    background-color: transparent;
    box-shadow: none;
    padding: 0 0 20px;
    float: left;
    width: 100%;
}

#respond>p,
#respond p.comment-notes,
p.logged-in-as,
.comment-form p {
    margin-bottom: 25px;
}

.comment-form p.form-submit {
    margin-bottom: 0;
}

.comment-form .comment-form-comment {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.comment-list li.comment>article,
.comment-list li.pingback>div,
.pingback {
    margin: 0;
    padding: 0 0 15px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

p.logged-in-as {
    padding-bottom: 0;
}

.comment-list {
    margin: 0 0 40px;
    padding: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    list-style: none;
    width: 100%;
    float: left;
}

.comment-list>li.comment {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comment-list li.comment>div,
.comment-list li.pingback>div {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}

.comment-list .children {
    padding-left: 30px;
    padding-top: 20px;
    float: left;
    width: 100%;
    margin: 0;
}

.comment-list .children li {
    margin-bottom: 20px;
}

.comment-list .children li:last-child {
    margin-bottom: 0;
}

.fn {
    font-weight: normal;
}

.meta-item .fn {
    font-weight: 300;
}

.comment-list img.avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.comment-list .reply a {
    color: #A0A0A0;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comment-list .reply a:before {
    font-family: "Simple-Line-Icons";
    content: "\e050";
    color: #0279ae;
    margin: 0 5px 0 0;
}

.comment-list .reply a:hover {
    text-decoration: none;
}

.comment-list .comment-edit-link {
    text-transform: uppercase;
    font-size: 11px;
    padding: 1px 7px;
}

.comment-list .comment-author {
    color: inherit;
    margin-bottom: 5px;
}

.comment-metadata {
    font-size: 14px;
    line-height: 1.325em;
}

.comment-metadata time {
    color: #A0A0A0;
}

.comment-metadata time:before {
    font-family: 'Simple-Line-Icons';
    content: "\e081";
    color: #0279ae;
    margin: 0 5px 0 0;
    float: left;
}

.comment-body .comment-meta {
    margin: 5px 0 0 80px;
    height: 55px;
}

.comment-list .comment-edit-link:hover {
    text-decoration: underline;
}

.comment-list .comment-content {
    padding-bottom: 0;
    margin-top: 10px;
}

.comment-content a:hover {
    text-decoration: underline;
}

.comment-content p {
    margin-bottom: 15px;
}

.comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

#respond h3 .cancel-comment-reply,
#respond #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #dddddd;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
#comment,
textarea {
    line-height: normal;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 42px;
    padding: 0 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
#comment:focus,
textarea:focus {
    border: 1px solid #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    box-shadow: none;
}

textarea {
    height: 150px;
    padding: 10px;
}

input[type="range"] {
    width: 100%;
}

#comment {
    padding: 10px;
    height: 150px;
    resize: vertical;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
}

.comment-form-url {
    padding: 0;
}

.required {
    color: #0279ae;
}

.form-allowed-tags {
    font-size: 90%;
    line-height: 1.4em;
    color: #444;
}

.button_respond {
    float: right;
    color: #323232;
    font-size: 16px;
}

.main_content_wrapper .button_respond {
    margin: 5px 0 0 0;
}

.button_respond i {
    color: #0279ae;
    margin: 1px 5px 0 0;
}

.button_respond:hover {
    color: #0279ae;
}

.comment-list>li.comment:last-child ul.children {
    padding-bottom: 0px;
}

.comment-reply-title {
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0 10px 0;
    position: relative;
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 34px;
}

.comment-reply-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10%;
    height: 2px;
    background: #0279ae;
}

.comment-reply-title:after {
    width: 20%;
}

.comment-reply-title .comment-reply-title:after {
    width: 130px;
}

.thr_boxed .comment-list li.comment>article,
.thr_boxed .comment-list li.pingback>div,
.thr_content_wrapped .comment-list li.comment>article,
.thr_content_wrapped .comment-list li.pingback>div {
    padding: 0 0 10px;
}

.thr_boxed .comment-list img.avatar,
.thr_content_wrapped .comment-list img.avatar {
    top: 0;
    left: 0;
}

.thr_content_wrapped .comment-list .children {
    background-position: left 75px;
}

.comment #respond {
    padding: 0 0 20px;
    margin: 20px 0 0;
}

.comment-list li.bypostauthor>.comment-body:after,
.comment-list li.comment-author-admin>.comment-body:after {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    content: "\e005";
    color: #fff;
    line-height: 20px;
    width: 27px;
    font-style: normal;
    font-family: "Simple-Line-Icons";
    text-align: center;
}

.comment-list li.comment-author-admin>.comment-body:after {
    content: "\e005";
}

.comment-list li.bypostauthor>.comment-body:after,
.comment-list li.comment-author-admin>.comment-body:after {
    top: 0;
    right: 0;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}

.comment-list li li.bypostauthor>.comment-body:after,
.comment-list li li.comment-author-admin>.comment-body:after {
    top: 0;
    right: 0;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}

#submit {
    background: #0279ae;
    padding: 4px 14px;
    border: none;
    color: #FFF;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#submit:hover {
    opacity: 0.8;
}

.comment-awaiting-moderation {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 80%;
}

.comment-list .reply {
    margin-top: 10px;
}

.comment-subscription-form {
    clear: both;
    margin-top: 10px;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 0 !important;
}

.pingback .comment-body .comment-meta {
    margin: 0;
}

.pingback .comment-metadata {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.pingback {
    margin-bottom: 20px;
}

.wpcf7-submit:hover {
    cursor: pointer
}

.wpcf7-form-control-wrap {
    width: 100%;
}

div.wpcf7-response-output {
    margin: 15px 0 15px;
    padding: 15px;
    border: none;
}

div.wpcf7-validation-errors,
.error {
    background: #e74c3c;
    color: #FFF
}

div.wpcf7-mail-sent-ok,
.success {
    background: #27ae60;
    color: #FFF
}

.success,
.error {
    padding: 10px;
    display: block;
    margin: 10px 0;
    border-radius: 6px;
    float: left;
    width: 100%;
}

span.wpcf7-not-valid-tip {
    display: none;
    border: none;
    padding: 5px 10px;
    background: #f1c40f;
    color: white;
    top: 0;
    left: auto;
    right: 0
}

textarea.wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid {
    border-color: #f1c40f
}

span.wpcf7-list-item {
    margin-left: 15px
}

span.wpcf7-list-item:first-child {
    margin-left: 0
}

.no_sidebar .main_content_wrapper {
    width: 100%;
}

.layout_a.post,
.layout_a.page {
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.layout_a.post:last-child,
.layout_a.page:last-child {
    margin: 0;
    border-bottom: none;
}

.layout_a.entry-content {
    clear: both;
}

.layout_d .entry-image {
    width: auto;
    margin: 0 20px 0 0;
    height: 100px;
    width: 100px;
}

.layout_b .entry-image,
.layout_e .entry-image {
    width: auto;
    margin: 0 30px 0 0;
}

.layout_b .entry-image {
    width: 267px;
    height: 267px;
}

.layout_b .entry-content p {
    margin-bottom: 10px;
}

.layout_b.post,
.layout_b.page {
    padding: 0 0 5px;
}

.layout_b .entry-meta {
    margin-bottom: 4px;
}

.layout_b .entry-content {
    margin: 0 0 0 297px;
}

.layout_c .entry-content p,
.layout_c .entry-image {
    margin-bottom: 15px;
}

.layout_c.post,
.layout_c.page {
    padding: 0 0 10px;
}

.layout_c .entry-meta {
    margin-bottom: 8px;
}

.layout_d .entry-meta {
    margin-bottom: 0;
    font-size: 14px;
}

.layout_b .entry-title,
.layout_c .entry-title,
.single .layout_b .entry-title,
.single .layout_c .entry-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 1em;
}

.layout_b .entry-meta,
.layout_d .entry-meta {
    width: auto;
    float: none;
    display: block;
}

.layout_d.post,
.layout_d.page {
    width: 48%;
    padding: 0 0 5px;
}

.thr_content_wrapped .layout_c.post,
.thr_content_wrapped .layout_d.post,
.thr_content_wrapped .layout_c.page,
.thr_content_wrapped .layout_d.page {
    width: 47%;
}

.layout_c.post,
.layout_d.post,
.layout_c.page,
.layout_d.page {
    width: 47.2%;
}

.no_sidebar .layout_c.post,
.no_sidebar .layout_d .post,
.no_sidebar .layout_c.page,
.no_sidebar .layout_d .page {
    width: 48%;
}

.layout_d .entry-title,
.single .posts_wrapper .layout_d .entry-title,
.layout_d .entry-title,
.related-box .posts_wrapper .layout_d .entry-title a {
    font-size: 22px;
    line-height: 30px;
}

.layout_d .post,
.layout_d .page {
    padding: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

.posts_wrapper .layout_c:nth-child(2n),
.posts_wrapper .layout_d:nth-child(2n) {
    margin-left: 40px;
}

img#wpstats {
    display: none;
}

.header_ads_space img {
    vertical-align: top;
}

#disqus_thread {
    width: 100%;
    padding: 1.250em 1.250em 1.250em 0;
    float: left;
    clear: both;
}

.page-progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.page-progress span {
    display: block;
    background: #0279ae;
    height: 2px;
    width: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.entry-content .yarpp-related h3 {
    font-weight: 100 !important;
    font-size: 24px !important;
    line-height: 34px !important;
}

.entry-content .yarpp-thumbnail>img,
.entry-content .yarpp-thumbnail-default {
    margin: 0;
}

.entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: none;
}

.entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 100 !important;
    margin: 10px 0 0 0;
    max-height: 45px;
}

.entry-content .yarpp-related a {
    font-size: 16px !important;
    line-height: 22px;
    font-weight: 100 !important;
}

.yarpp-related-none {
    display: none;
}

.yarpp-related ol {
    padding: 0 0 0 20px;
    margin: 10px 0 40px;
}

.mejs-container {
    margin: 0 0 26px;
    border-radius: 5px;
}

.entry-content .mejs-container,
.entry-content .mejs-embed,
.entry-content .mejs-embed body {
    background: transparent;
    max-width: 100% !important;
}

.twitter-tweet {
    width: 100% !important;
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 45px;
    z-index: 1041;
    width: 40px;
    height: 40px;
    background: transparent;
    text-indent: 0;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    color: #e8e8e8;
    background: #323232;
    font-size: 32px;
    padding: 4px 0 0 0;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #323232;
}

#back-top:hover {
    text-decoration: none;
}

#back-top {
    display: none;
}

#back-top i {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.7;
}

#back-top:hover i {
    opacity: 1;
}

.error404 .main_content_wrapper {
    width: 100%;
    float: none;
}

.error404 .entry-content {
    text-align: center;
}

.error404 .entry-content h1 {
    font-size: 95px;
    line-height: 1.2em;
}

.error404 .entry-content h2 {
    margin-bottom: 30px;
}

#thr_404_menu {
    list-style: none;
    margin: 50px 0;
}

.fb_iframe_widget {
    text-align: center;
    width: 100% !important;
    margin-bottom: 26px;
}

#buddypress div#item-header {
    overflow: initial;
}

#feedburner_email_widget_sbef_email {
    margin-bottom: 10px;
}

.ie9 .header-sticky {
    z-index: 1005;
}

.ie9 #search_header_wrap form,
.gt-ie9 #search_header_wrap form,
_:-ms-input-placeholder,
:root #search_header_wrap form {
    position: absolute;
    width: 300px;
    right: 0;
}

.ie9 .search_header_form {
    width: 300px;
}

.ie9 .mks_adswidget_ul.small li {
    float: left;
}

.tiled-gallery {
    margin-bottom: 0;
}

_:-moz-tree-row(hover),
.count {
    margin: -25px 0 0 0;
}

#search_header_wrap form .search_input::-ms-clear {
    display: none;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    border: none;
}

.fluid-width-video-wrapper {
    clear: both;
}

.lt-ie9 .header-sticky {
    z-index: 1040;
}

.lt-ie9 .entry-image.featured_image a {
    float: none;
}

.lt-ie9 .featured_icon {
    background: #000;
}

.thr_widget_wrapped #sidebar .thr_adsense_expand {
    padding: 0;
    background: transparent;
}

.thr_widget_wrapped #sidebar .thr_adsense_expand .widget-title {
    margin: 15px 20px;
    width: 85%;
}

.thr_sidebar_wrapped #sidebar .thr_adsense_expand .thr_adsense_wrapper {
    margin: 0 -20px;
}

.thr-popup {
    position: relative;
    margin: 0;
    padding: 0;
}

.thr-popup:before {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

a.thr-popup-img {
    position: relative;
}

a.thr-popup-img:after {
    content: "\e090";
    color: #FFF;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Simple-Line-Icons";
    margin-top: -18px;
    margin-left: -18px;
    line-height: 36px;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.thr-popup-img:hover:after {
    opacity: 1;
}

a.thr-popup-img:hover .featured_item_overlay {
    opacity: 1;
}

.wp-caption.alignright a {
    display: block;
}

.wp-caption.alignleft a {
    display: block;
}

a.thr-popup-img .alignnone {
    margin-bottom: 0;
}

a.thr-popup-img .aligncenter {
    padding: 0;
}

a.thr-popup-img.thr-alignnone {
    display: block;
}

a.thr-popup-img.thr-aligncenter {
    display: block;
    margin: 0 auto;
}

.related-box .entry-title a {
    font-size: 22px;
    line-height: 26px;
}

.related-box .entry-image {
    height: auto;
}

.single_b {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.single_b .image_meta {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.single_b .entry-image {
    margin-bottom: 0;
    width: auto;
    position: relative;
}

.single_b .entry-image {
    opacity: 0;
}

.single_b .featured_title_over {
    padding: 30px;
}

.single_b .entry-title {
    color: #FFF;
}

.page .page-layout-b .entry-title {
    color: #FFF;
}

.single_b .entry-title {
    position: relative;
    z-index: 1001;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
    margin: 0;
}

.single_b .entry-meta {
    position: relative;
    z-index: 9999;
    margin-bottom: 5px;
}

.single_b .entry-meta .meta-item a,
.single_b .entry-meta .meta-item i,
.single_b .entry-meta .meta-item span {
    color: #FFF;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
}

.single .entry-title,
.page-template-default .entry-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}

.page-template-default .entry-title {
    margin-bottom: 26px;
}

.meta-tags a:before {
    content: "#";
}

.entry-content .meta-tags a {
    display: inline-block;
    vertical-align: top;
}

.meta-tags {
    margin-bottom: 25px;
}

.single_post_navigation {
    float: left;
    width: 100%;
    padding: 15px 0 0;
    margin-bottom: 40px;
}

.single_prev_next {
    width: 50%;
}

.single_prev_next img {
    width: 100%;
}

.single_post_previous {
    float: left;
    text-align: left;
}

.single_post_next {
    float: right;
    text-align: right;
    padding-left: 1px;
}

.single_prev_next a {
    font-size: 22px;
    line-height: 26px;
    float: left;
    min-height: 175px;
    width: 100%;
}

.single_post_previous i {
    float: left;
    margin: 2px 5px 0 0;
}

.single_post_next i {
    float: right;
    margin: 2px 0 0 5px;
}

.single_prev_next a:hover,
.single_prev_next a i {
    color: #0279ae;
}

.data-image {
    float: left;
    margin: 0 15px 0 0;
    max-width: 112px;
}

.data-content p {
    margin-bottom: 0;
}

.author-title {
    font-size: 24px;
    margin-bottom: 0;
}

.underlined_heading {
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0 10px 0;
    position: relative;
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 34px;
}

.underlined_heading span {
    border-bottom: 2px solid #0279ae;
    padding: 0 20px 11px 0;
}

.thr_author_link:hover {
    text-decoration: underline;
}

.thr_author_link {
    float: right;
    margin: 10px 0 0 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    white-space: pre;
}

.thr_author_links {
    margin: 0;
    font-size: 14px;
    float: right;
    display: inline-block;
}

.author-box {
    float: left;
    width: 100%;
    padding: 0;
}

.page .author-box .authors_divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 7px 0 30px;
}

.page .author-box .thr_author_links a:hover {
    text-decoration: none;
}

.page .author-box .thr_author_links a.thr-view-all {
    float: right;
    display: block;
    margin-left: 20px;
    font-size: 18px;
}

.page .author-box .thr_author_links a.thr-view-all:hover {
    text-decoration: underline;
}

.meta-share {
    background: #FFF;
    position: fixed;
    left: 0;
    margin-right: 0;
    width: 35px;
    border-radius: 0 5px 5px 0;
    z-index: 1051;
}

.meta-share .soc_sharing {
    border-radius: 0 5px 5px 0;
}

.meta-share .soc_sharing .thr_share_items {
    display: block;
    opacity: 1;
    width: 100%;
}

.meta-share .thr_share_items li:last-child a {
    border-radius: 0 0 5px 0;
}

.meta-share .soc_sharing .thr_share_button {
    border-left: none;
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.meta-share .soc_sharing i {
    margin-right: 5px;
}

.meta-share .soc_sharing ul li {
    width: 100%;
    clear: both;
}

.meta-share .soc_sharing li:first-child a {
    border-radius: 0;
}

.meta-share .soc_sharing a {
    width: 100%;
}

.meta-share .soc_sharing a:hover,
.soc_sharing.soc_active a:hover {
    color: #FFF;
}

.soc_squared {
    display: block;
    text-align: center;
    float: right;
    margin-left: 4px;
    margin-bottom: 5px;
    border: none;
    padding: 10px 0px 0 5px;
    font-size: 20px;
}

.fa-apple:hover {
    color: #606060;
}

.fa-behance:hover {
    color: #18a3fe;
}

.fa-blogger:hover {
    color: #fb913f;
}

.fa-delicious:hover {
    color: #3274d1;
}

.fa-deviantart:hover {
    color: #d0de21;
}

.fa-digg:hover {
    color: #2882c6;
}

.fa-dribbble:hover {
    color: #ef5b92;
}

.fa-facebook:hover {
    color: #3b5998;
}

.fa-flickr:hover {
    color: #f1628b;
}

.fa-github:hover {
    color: #7292a2;
}

.fa-google:hover,
.fa-google-plus:hover {
    color: #d94a39;
}

.fa-spotify:hover {
    color: #81b71a;
}

.fa-vine:hover {
    color: #00a478;
}

.fa-linkedin:hover {
    color: #71b2d0;
}

.fa-pinterest:hover {
    color: #cb2027;
}

.fa-posterous:hover {
    color: #f9d560;
}

.fa-reddit:hover {
    color: #bfd0e2;
}

.fa-rss:hover {
    color: #fe9900;
}

.fa-skype:hover {
    color: #18b7f1;
}

.fa-stumbleupon:hover {
    color: #eb4924;
}

.fa-soundcloud:hover {
    color: #f60000;
}

.fa-tumblr:hover {
    color: #3a5976;
}

.fa-twitter:hover {
    color: #48c4d2;
}

.fa-vimeo:hover {
    color: #62a0ad;
}

.fa-wordpress:hover {
    color: #464646;
}

.fa-yahoo:hover {
    color: #ab64bc;
}

.fa-youtube:hover {
    color: #f45750;
}

.fa-instagram:hover {
    color: #306088;
}

.fa-xing:hover {
    color: #126567;
}

.social_header_space li a.fa-facebook:hover,
.soc_sharing a.fa-facebook:hover {
    background-color: #3b5998;
}

.social_header_space li a.fa-twitter:hover,
.soc_sharing a.fa-twitter:hover {
    background-color: #55acee;
}

.social_header_space li a.fa-google-plus:hover,
.soc_sharing a.fa-google-plus:hover {
    background-color: #d94a39;
}

.social_header_space li a.fa-instagram:hover {
    background-color: #306088;
}

.social_header_space li a.fa-linkedin:hover,
.soc_sharing a.fa-linkedin:hover {
    background-color: #71b2d0;
}

.social_header_space li a.fa-pinterest:hover,
.soc_sharing a.fa-pinterest:hover {
    background-color: #cb2027;
}

.social_header_space a.fa-rss {
    border-color: #fe9900;
    color: #fe9900;
}

.social_header_space li a.fa-rss:hover {
    background-color: #fe9900;
}

.soc_sharing a {
    background-color: transparent;
    height: 32px;
    width: 30px;
    text-align: center;
    float: left;
    margin: 0;
    border: none;
    padding: 8px 0 0;
    color: #0279ae;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.meta-item .soc_sharing a:hover,
.meta-item .soc_sharing.soc_active a:hover {
    color: #FFF;
    text-decoration: none;
}

.soc_sharing {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    float: right;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.soc_sharing ul {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
}

.soc_sharing ul li {
    list-style: none;
    height: 32px;
    width: 30px;
    float: left;
}

.soc_sharing li:first-child a {
    border-radius: 5px 0 0 5px;
}

.soc_sharing:hover ul,
.meta-item .soc_sharing.soc_active ul {
    opacity: 1;
    display: block;
}

.soc_sharing:hover,
.meta-item .soc_sharing.soc_active {
    width: auto;
    cursor: default;
}

.soc_sharing:hover .thr_share_button,
.meta-item .soc_sharing.soc_active .thr_share_button {
    border-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

a.mks_button:hover {
    text-decoration: none;
}

.mks_separator {
    color: rgba(0, 0, 0, 0.1);
    float: none;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 200px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #FFF;
    border-right: 1px solid #e3e3e3;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 350ms ease;
    -moz-transition: -moz-transform 350ms ease;
    transition: transform 350ms ease;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.left {
    left: -200px;
    right: auto;
}

.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #e3e3e3;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-bottom: 1px solid #e3e3e3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidr ul li a {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #333333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidr ul li ul {
    border-bottom: none;
    margin: 0;
    display: none;
    position: relative;
}

.sidr ul li ul li {
    line-height: 40px;
    font-size: 14px;
}

.sidr ul li ul li:last-child {
    border-bottom: none;
}

.sidr ul li ul li a {
    padding-left: 20px;
}

.sidr form {
    margin: 0 10px;
}

.sidr label {
    font-size: 13px;
}

.sidr input[type="text"] {
    border: none;
    height: 32px;
}

.sidr form {
    position: relative;
}

.sidr form:after {
    font-family: "Simple-Line-Icons";
    content: "\e090";
    position: absolute;
    top: 0;
    right: 5px;
}

.sidr-open {
    position: relative !important;
    left: 0 !important;
    margin-left: 200px !important;
    float: left;
}

.sidr-open .header-sticky {
    left: 200px;
}

.nav-btn {
    display: none;
    font-size: 31px;
    float: left;
    position: absolute;
    top: 5px;
    left: 20px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-zoom-out-cur #sticky_header {
    z-index: 100;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 25px;
    color: #FFF;
    font-size: 34px;
}

.mfp-arrow-right:before {
    font-family: "Simple-Line-Icons";
    content: "\e079";
}

.mfp-arrow-left:before {
    font-family: "Simple-Line-Icons";
    content: "\e07a";
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    margin-left: 30px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 30px;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

body,
.button_respond,
.thr_author_link {
    font-family: 'Roboto';
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.featured_posts_link,
.mks_author_widget h3 {
    font-family: 'PT Sans Narrow';
    font-weight: 400;
}

#nav li a,
.site-title,
.site-title a,
.site-desc,
.sidr ul li a {
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

body,
.overlay_bg_div {
    background-color: #f0f0f0;
    /* background-image: url('../images/dot.png'); */
}

.arch_line,
.page-progress span {
    background: #0279ae;
}

.thr_boxed_wrapper,
.is_bxd.meta-share {
    background-color: #ffffff;
}

.thr_boxed {
    margin-top: 0px;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

:-moz-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

.site-title a,
#nav li a,
.header-main,
.search_header_form input[type="text"],
.search_header_form input[type="text"]:focus,
.menu-item-has-children:after,
.sidr ul li span,
.sidr ul li a {
    color: #333;
}

#nav>ul>li:hover>a,
#nav a:hover,
#nav li.current-menu-item>a,
#nav li.current_page_item>a,
#nav li.current-menu-item.menu-item-has-children:after,
#nav li.current_page_item.menu-item-has-children:after,
.sidr ul li:hover>a,
.sidr ul li:hover>span,
#sidr-existing-content li.sidr-class-current_page_item>a,
#sidr-existing-content li.sidr-class-current_page_item>.thr_menu_parent,
#sidr-existing-content li.sidr-class-current-menu-item>a,
#sidr-existing-content li.sidr-class-current-menu-item>.thr_menu_parent,
.nav-btn {
    color: #0279ae;
}

.sidr ul li:hover>a,
.sidr ul li.active>a,
.sidr ul li.sidr-class-active>a,
.sidr ul li ul li:hover>a,
.sidr ul li ul li.active>a,
.sidr ul li ul li.sidr-class-active>a {
    -webkit-box-shadow: inset 2px 0 0 0px #0279ae;
    -moz-box-shadow: inset 2px 0 0 0px #0279ae;
    box-shadow: inset 2px 0 0 0px #0279ae;
}

.menu-item-has-children:after {
    border-top-color: #ffffff;
}

li.menu-item-has-children:hover:after {
    color: #0279ae;
}

.header-main {
    height: 62px;
    background-color: #fff;
    background-repeat: repeat;
}

.sidr {
    background-color: #f8f8f8;
}

#sticky_header {
    background-color: #fff;
    background: rgba(255, 255, 255, 0.9);
}

.header-main .search_header_form {
    background-color: transparent;
}

.header-main .search_header_form input[type="text"] {
    top: 7px;
    ;
}

#nav li a {
    padding: 20px 3px 21px;
}

.header-bottom,
#nav .sub-menu {
    background-color: #333;
}

.header_ads_space {
    margin: -4px 0;
}

.logo_wrapper {
    top: 2px;
    left: 0px;
}

.menu-item-has-children:after {
    margin: 35px 0 0 2px;
}

.main_content_wrapper {
    background-color: #ffffff;
}

.thr_content_wrapped .meta-share {
    background-color: #ffffff;
}

.main_content_wrapper .single .entry-title,
.page-template-default .entry-title,
.main_content_wrapper .entry-title a,
.main_content_wrapper h1,
.main_content_wrapper h2,
.main_content_wrapper h3,
.main_content_wrapper h4,
.main_content_wrapper h5,
.main_content_wrapper h6,
#subheader_box h1,
#subheader_box h2,
#subheader_box h3,
#subheader_box h4,
#subheader_box h5,
#subheader_box h6 {
    color: #333333;
}

.main_content_wrapper,
#subheader_box p {
    color: #333;
}

.meta-item,
.meta-item a,
.comment-metadata time,
.comment-list .reply a,
.main_content_wrapper .button_respond,
li.cat-item,
.widget_archive li,
.widget_recent_entries ul span {
    color: #444444;
}

.meta-item i,
.entry-title a:hover,
a,
.comment-metadata time:before,
.button_respond:hover,
.button_respond i,
.comment-list .reply a:before,
.comment-list .reply a:hover,
.meta-item a:hover,
.error404 h1,
.thr_content_wrapped .meta-share.meta-itemi {
    color: #0279ae;
}

.error404 .entry-content .nav-menu li a {
    background: #0279ae;
}

.underlined_heading span {
    border-bottom-color: #0279ae;
}

blockquote {
    border-color: #0279ae;
}

.comment-reply-title:after,
#submit,
.meta-item .read_more_button,
.thr_button,
input[type="submit"],
input[id="dosearch"],
.thr-load-more a:hover,
.f_read_more,
.wp-caption .wp-caption-text,
.entry-content .mejs-container .mejs-controls,
.entry-content .mejs-embed,
.entry-content .mejs-embed body,
.comment-list li.bypostauthor>.comment-body:after,
.comment-list li.comment-author-admin>.comment-body:after {
    background: #0279ae;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-total,
.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.entry-content .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255, 255, 255, 0.60);
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-current,
.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: rgba(226, 58, 62, 0.5);
}

.current,
.page-numbers:hover,
.thr-load-more a:hover #pagination .post_previous a:hover,
#pagination .post_next a:hover,
.load_more_posts a:hover {
    box-shadow: inset 0 0 0 1px #0279ae;
}

.thr-loader>div {
    -webkit-box-shadow: 0 1px 0 0 #0279ae;
    -moz-box-shadow: 0 1px 0 0 #0279ae;
    box-shadow: 0 1px 0 0 #0279ae;
}

.thr_sidebar_wrapped #sidebar,
.thr_widget_wrapped #sidebar .widget,
.thr_sidebar_wrapped .affix,
.thr_sidebar_wrapped .affix-bottom {
    background: #ffffff;
}

#sidebar .widget-title,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
    color: #323232;
}

#sidebar .widget-title span {
    border-bottom-color: #0279ae;
}

.widget_tag_cloud a,
#sidebar .widget a,
li.recentcomments:before,
#sidebar .thr_posts_widget.widget .entry-meta a:hover {
    color: #0279ae;
}

#sidebar {
    color: #444444;
}

.footer_wrapper {
    background-color: #333333
}

.footer_wrapper p,
.footer_wrapper,
.footer_wrapper .widget {
    color: #d8d8d8;
}

.footer_wrapper a {
    color: #0279ae;
}

.footer_wrapper h1,
.footer_wrapper h2,
.footer_wrapper h3,
.footer_wrapper h4,
.footer_wrapper h5,
.footer_wrapper h6,
.footer_wrapper .widget-title {
    color: #ffffff;
}

.archive-title,
.category-heading-title,
#archive_title p,
.archive-title h1 {
    color: #333333;
}

.nav-menu li a {
    text-transform: uppercase;
}

.archive-title h1 {
    text-transform: capitalize;
}

.footer_wrapper .widget-title {
    text-transform: uppercase;
}

@media only screen and (min-width: 951px) and (max-width: 1150px) {
    .thr_boxed {
        width: 95%;
    }

    .content_wrapper {
        width: 95%;
    }

    .featured_2 .featured_element,
    .featured_3 .featured_item,
    .featured_4 .featured_element,
    .featured_4 .featured_item img,
    .featured_3 .featured_item img,
    .featured_2 .featured_item img,
    .featured_4 .featured_item,
    .featured_3 .featured_item,
    .featured_2 .featured_item {
        height: auto;
    }

    .featured_2 .featured_element {
        width: 49.9%;
    }

    .featured_4 .featured_element {
        width: 24.8%;
    }

    .featured_3 .featured_element {
        width: 33.19%;
    }

    .thr_content_wrapped .main_content_wrapper {
        padding: 20px;
    }

    .no_sidebar .main_content_wrapper {
        width: 100%;
        min-width: 100%;
    }

    .main_content_wrapper {
        width: auto;
        min-width: 55%;
        max-width: 66%;
    }

    .sidebar {
        width: 32.5%;
        margin: 0 0 0 10px;
    }

    .thr_sidebar_wrapped #sidebar {
        margin: 0 0 40px 20px
    }

    .featured_image_sidebar {
        min-height: 131px;
    }

    .single_prev_next a {
        min-height: 145px;
    }

    .sticky_active {
        width: 28.5%;
    }

    .sticky_active.thr_sticky_abs {
        width: 100%;
    }

    .header_ads_space {
        max-width: 728px;
    }

    .layout_b .entry-image {
        width: 160px;
        height: 160px;
        margin: 0 20px 20px 0;
    }

    .layout_b .entry-content {
        clear: both;
    }

    .layout_b .entry-content {
        margin: 0;
    }

    .thr_content_wrapped .layout_c.post,
    .thr_content_wrapped .layout_d.post,
    .thr_content_wrapped .layout_c.page,
    .thr_content_wrapped .layout_d.page {
        width: 47%
    }

    .posts_wrapper .layout_c:nth-child(2n),
    .posts_wrapper .layout_d:nth-child(2n) {
        margin-left: 6%;
    }

    .layout_c.post,
    .layout_d.post,
    .layout_c.page,
    .layout_d.page {
        width: 47%;
    }

    .posts_wrapper .last {
        margin-left: 20px;
    }

    .sidebar.left {
        width: 29%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .featured_2 .featured_element {
        width: 100%;
        margin: 0 0 1px 0;
    }

    .featured_3 .featured_element {
        width: 33.23%;
    }

    .single_prev_next {
        width: 100%;
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 950px) {

    .main_content_wrapper,
    .sidebar {
        width: 100%;
    }

    .thr_boxed {
        width: 95%;
    }

    .thr_sidebar_wrapped #sidebar,
    #sidebar {
        margin: 0 0 10px;
    }

    .featured_4 .featured_element {
        width: 24.8%;
    }

    .nav-btn {
        display: block;
    }

    #nav {
        display: none;
    }

    .header-main {
        height: 40px !important;
        text-align: center;
    }

    .logo_wrapper {
        position: relative;
        display: inline-block;
        top: 4px !important;
        margin: 0 auto;
        width: 220px;
    }

    .header-sticky.header-is-sticky .logo_wrapper {
        top: 2px !important;
    }

    .site-desc {
        display: none;
    }

    .site-title,
    .site-title a {
        line-height: 1em;
    }

    .site-title img {
        max-height: 37px;
    }

    .header {
        margin-bottom: 0;
    }

    #subheader_box {
        margin-bottom: 0;
    }

    .featured_2 .featured_element,
    .featured_3 .featured_item,
    .featured_4 .featured_element,
    .featured_4 .featured_item img,
    .featured_3 .featured_item img,
    .featured_2 .featured_item img,
    .featured_4 .featured_item,
    .featured_3 .featured_item,
    .featured_2 .featured_item {
        height: auto;
        width: 100%;
    }

    .featured_2 .featured_element {
        width: 49.8%;
    }

    .featured_4 .featured_element {
        width: 24.8%;
    }

    .featured_3 .featured_element {
        width: 33.17%;
    }

    .featured_2 .featured_element {
        margin: 0 0 1px 1px;
    }

    .featured_icon {
        display: none;
    }

    .featured_title_over {
        padding: 15px;
    }

    .thr_content_wrapped .main_content_wrapper {
        padding: 20px;
    }

    .header-bottom {
        display: none;
    }

    .featured_title_over .meta-item,
    .featured_title_over .meta-item i,
    .featured_title_over .meta-item a {
        font-size: 13px;
    }

    .featured_excerpt p {
        font-size: 13px;
        line-height: 19px;
    }

    .featured_title_over h2 {
        font-size: 20px;
    }

    .widget_archive li {
        float: left;
        width: 30%;
    }

    .single_prev_next a {
        min-height: 100px;
    }

    .main_content_wrapper {
        width: 100%;
    }

    .content_wrapper {
        width: 100%;
        padding: 0 3%;
    }

    .thr_posts_widget li {
        width: 49%;
        margin-right: 1px;
    }

    .header_ads_space {
        display: none;
    }

    .single_b.content_wrapper {
        padding: 0;
    }

    .thr_content_wrapped .layout_c.post,
    .thr_content_wrapped .layout_d.post,
    .thr_content_wrapped .layout_c.page,
    .thr_content_wrapped .layout_d.page {
        width: 47%;
    }

    .layout_c.post,
    .layout_d.post,
    .layout_c.page,
    .layout_d.page {
        width: 47%;
    }

    .posts_wrapper .layout_c:nth-child(2n),
    .posts_wrapper .layout_d:nth-child(2n) {
        margin-left: 6%;
    }

    .posts_wrapper .last {
        margin-left: 20px;
    }

    .thr_widget_wrapped #sidebar .widget {
        padding: 20px;
    }

    .affix-responsive {
        width: 100%;
    }

    .thr_widget_wrapped #sidebar .widget-title {
        margin: 0 0 15px;
    }

    .thr_widget_wrapped .mks_author_widget img {
        margin: 0 20px 0 0;
    }

    .thr_widget_wrapped #sidebar .widget>ul,
    .thr_widget_wrapped #sidebar .widget>div,
    .thr_widget_wrapped #sidebar .widget>p,
    .thr_widget_wrapped .widget_search .search_form {
        padding: 0;
    }

    .layout_b .entry-image {
        width: 150px;
        height: 150px;
        margin: 0 20px 0 0;
    }

    .layout_b .entry-content {
        margin: 0;
    }

    .layout_d .entry-image {
        width: 70px;
        height: 70px;
    }

    .footer_wrapper .footer-col {
        width: 100%;
        margin: 0;
        padding: 20px 10px;
    }

    .copy_area {
        padding: 10px 20px;
    }

    .meta-item {
        white-space: nowrap;
        margin-top: 10px;
    }

    .site-title,
    .site-title a {
        line-height: 1em !important;
        font-size: 24px !important;
        margin: 0;
        text-align: center;
    }

    .header-sticky {
        text-align: center;
    }

    .featured_image_sidebar img {
        width: 100%;
    }

    .gallery-icon {
        display: inline-block;
    }

    .header-sticky .site-title,
    .header-sticky .site-title a {
        font-size: 20px;
        line-height: 40px;
        margin: 3px 0 0 0;
    }

    .site-title {
        display: inline-block;
    }

    .layout_a .entry-content {
        display: block;
        position: relative;
        z-index: 1;
        clear: both;
    }
}

@media only screen and (min-width: 480px) and (max-width: 650px) {

    .featured_title_over h2,
    .widget .featured_posts_link {
        font-size: 18px;
    }

    .single .single_b .entry-title {
        font-size: 30px;
        line-height: 40px;
    }

    .single_b .featured_title_over {
        padding: 20px;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 479px) {
    .content_wrapper {
        width: 100%;
        padding: 0;
    }

    .thr_boxed {
        width: 100%;
    }

    #header #nav,
    .site-desc,
    .header-bottom {
        display: none;
    }

    .logo_wrapper img {
        max-height: 32px !important;
    }

    .main_content_wrapper {
        padding: 0 10px;
    }

    .layout_b .entry-content {
        margin: 0;
    }

    .meta-item .read_more_button,
    .entry-content .meta-item,
    .entry-footer .meta-item {
        width: 100%;
    }

    .entry-content .meta-item,
    .entry-footer .meta-item {
        margin: 0 0 15px 0;
    }

    .read_more_button i,
    .thr_button i {
        float: none;
    }

    .meta-item .read_more_button {
        text-align: center;
    }

    .soc_sharing ul,
    .soc_sharing:hover ul {
        display: inline-block !important;
        float: none;
    }

    .soc_sharing ul li {
        float: none;
        display: inline-block;
    }

    .thr_share_button {
        float: none;
        display: inline-block;
        vertical-align: top;
        border: none;
    }

    .soc_sharing,
    .soc_sharing:hover {
        width: 100%;
        text-align: center;
    }

    .soc_sharing ul li {
        height: 26px;
    }

    .layout_c.post,
    .layout_d.post,
    .layout_c.page,
    .layout_d.page,
    .thr_content_wrapped .layout_c.post,
    .thr_content_wrapped .layout_d.post,
    .thr_content_wrapped .layout_c.page,
    .thr_content_wrapped .layout_d.page {
        width: 100%;
        margin-left: 0;
    }

    .thr_content_wrapped .main_content_wrapper {
        padding: 10px;
    }

    .single_b .featured_title_over {
        padding: 10px;
    }

    .single_prev_next {
        width: 100%;
        margin-bottom: 1px;
    }

    .single_post_next {
        padding-left: 0;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url,
    .thr_posts_widget li {
        width: 100%;
    }

    .soc_sharing li:first-child a {
        border-radius: 0;
    }

    .layout_d .entry-title {
        clear: none;
    }

    .single .entry-title,
    .page-template-default .entry-title {
        font-size: 20px;
        line-height: 22px;
    }

    h1 {
        font-size: 22px;
        line-height: 24px;
    }

    h2 {
        font-size: 20px;
        line-height: 22px;
    }

    h3 {
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-size: 26px;
        line-height: 36px;
    }

    h5 {
        font-size: 24px;
        line-height: 34px;
    }

    h6 {
        font-size: 20px;
        line-height: 30px;
    }

    th,
    td {
        padding: 5px;
    }

    .gallery-item {
        width: 100% !important;
    }

    .prev_next_link .featured_posts_link {
        font-size: 18px;
    }

    .layout_b .entry-title,
    .layout_c .entry-title {
        font-size: 32px;
        line-height: 42px;
    }

    .layout_b .entry-image {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .layout_b .entry-image img,
    .layout_b .featured_image a,
    .layout_c .entry-image img,
    .layout_c .featured_image a {
        width: 100%;
    }

    #sidebar {
        padding: 0;
    }

    .thr_widget_wrapped #sidebar .widget-title {
        padding: 0;
        margin: 0 10px 15px;
        width: 93%;
    }

    .thr_widget_wrapped #sidebar .widget>ul,
    .thr_widget_wrapped #sidebar .widget>div,
    .thr_widget_wrapped #sidebar .widget>p,
    .thr_widget_wrapped .widget_search .search_form {
        padding: 0 10px;
        text-align: center;
    }

    .thr_widget_wrapped .mks_author_widget img {
        margin: 0 20px 0 10px;
    }

    .layout_d .entry-image {
        width: 100px;
        height: 100px;
    }

    .main_content_wrapper .read_more_button i,
    .main_content_wrapper .thr_button i {
        float: none;
    }

    .featured_2 .featured_element,
    .featured_3 .featured_element {
        width: 100%;
        margin: 0 0 1px 0;
    }

    .featured_4 .featured_element {
        width: 49.8%;
    }

    .featured_icon {
        display: none;
    }

    .featured_title_over h2 {
        font-size: 18px;
    }

    .featured_title_over .meta-item,
    .featured_title_over .meta-item i,
    .featured_title_over .meta-item a {
        font-size: 10px;
    }

    .featured_title_over {
        padding: 10px 10px 20px;
    }

    .featured_4 .featured_element:nth-child(3n+3) {
        margin: 0 0 1px 0;
    }

    .post,
    .posts_wrapper .page {
        padding: 0 0 30px;
    }

    .footer_wrapper .footer-col {
        width: 100%;
        margin: 0;
        padding: 20px 10px;
    }

    #pagination .prev,
    #pagination .post_previous a {
        width: 100%;
        /* margin-bottom: 10px; */
    }

    #pagination .page-info {
        display: none;
    }

    #pagination .next,
    #pagination .post_next a {
        width: 100%;
        /* margin-top: 10px; */
    }

    #archive_title .content_wrapper {
        width: 93%;
        margin: 0 10px;
    }

    .single .meta-share {
        display: none;
    }

    .thr_widget_wrapped #sidebar .widget {
        padding: 20px 0;
    }

    #back-top {
        display: none !important;
    }

    .single .single_b .entry-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .single_b.content_wrapper {
        margin-bottom: 20px;
    }

    .featured_title_over .meta-item,
    .featured_title_over .meta-item i,
    .featured_title_over .meta-item a {
        font-size: 9px;
    }

    html #wpadminbar {
        min-width: 270px;
        top: -46px;
    }

    .admin-bar .header-sticky {
        top: 0;
    }

    .comment-list .children {
        padding-left: 0;
    }
}

#switcher_link {
    position: fixed;
    left: 0;
    top: 666px;
    background: #FFF;
    color: #333;
    z-index: 9999;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 0 4px 4px 0;
}

#switcher_link a i {
    font-size: 2em;
}

#switcher_link a {
    padding: 10px;
    float: left;
    color: #333;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#switcher_wrap {
    position: fixed;
    z-index: 9999;
    left: -270px;
    top: 360px;
    background: #FFF;
    padding: 15px 17px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    max-width: 227px;
    color: #232323;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

#switcher_wrap,
#switcher_wrap h3,
#switcher_wrap p,
.presale_question,
.buy_now,
.customizer-button,
#switcher_wrap label,
#switcher_wrap select {
    direction: ltr;
    text-align: left;
}

#switcher_wrap.switcher_moved {
    left: 0;
}

.presale_question {
    text-decoration: underline;
}

.presale_question:hover {
    text-decoration: none;
}

#switcher_wrap select {
    height: 24px;
    padding: 0 10px 0 5px;
}

#switcher_wrap select option {
    font-size: 14px;
}

#switcher_wrap li {
    margin-bottom: 8px;
}

.switcher_close {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #d6d6d6;
    line-height: 1em;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.switcher_close:hover {
    color: #989898;
}

.switcher_close:hover,
#switcher_link a:hover {
    text-decoration: none;
}

#switcher_wrap label {
    line-height: 1.6em;
    user-select: none;
}

#switcher_wrap label {
    font-size: 0.875em;
    color: #444;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

#switcher_wrap label:hover {
    cursor: pointer;
}

#switcher_wrap label input {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

#switcher_wrap input[type="checkbox"] {
    margin: -2px 5px 0 0;
    vertical-align: top;
}

#switcher_wrap label,
#switcher_wrap h3,
#switcher_wrap h4,
#switcher_wrap p,
#switcher_wrap select {
    font-family: Arial, sans-serif;
}

#switcher_wrap h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.6em;
    color: #232323;
    text-transform: uppercase;
}

#switcher_wrap h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    color: #232323;
}

#switcher_wrap select {
    font-size: 12px;
    cursor: pointer;
}

#switcher_wrap p {
    font-size: 12px;
}

#switcher_wrap p {
    line-height: 1.4em;
    margin-bottom: 10px;
}

#switcher_wrap p.double-margin {
    margin-bottom: 20px
}

#switcher_wrap ul {
    list-style: none;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

#font_demo {
    display: none;
}

.shl-search-action i,
#switcher_link a i {
    display: none;
}

.shl-search-action i {
    display: inline !important;
}

#switcher_link a i {
    display: inline-block !important;
}

.switcher_button {
    color: #FFF;
}

.customizer-button {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    float: left;
    border-radius: 3px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
    margin: 0 0 5px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

.customizer-button i {
    margin-right: 5px;
}

.customizer-button:hover {
    text-decoration: none;
}

.customizer-button-orange {
    color: #660006;
    background: #ffd635;
}

.customizer-button-orange:hover {
    background: hsla(48, 100%, 50%, 1);
}

.customizer-button-green {
    background: #4BBB5A;
    color: #FFF;
}

.customizer-button-green:hover {
    background: hsla(128, 45%, 48%, 1);
}

.customizer-button-hollow {
    box-shadow: 0 0 1px #333 inset;
    color: rgba(51, 51, 51, .8);
}

.customizer-button-hollow:hover {
    color: #333;
}

.customizer-button-orange i {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
}

#switcher_wrap li:last-child {
    margin-bottom: 0;
}

#switcher_wrap label.show-rtl {
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
    #switcher_link {
        display: none;
    }
}

.fa-spin {
    -webkit-animation: spin 5s infinite linear;
    -moz-animation: spin 5s infinite linear;
    -o-animation: spin 5s infinite linear;
    animation: spin 5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.meta-wrapper-list {
    display: none;
}

.meta-wrapper-list ul li.tags {
    display: none;
}

.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.small li,
.mks_adswidget_ul.custom li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0;
}

.mks_ads_widget ul.large img,
.mks_adswidget_ul.large img {
    width: 300px;
    height: 250px;
}

.mks_ads_widget ul.small img,
.mks_adswidget_ul.small img {
    width: 125px;
    height: 125px;
}

.mks_ads_widget ul li a {
    padding: 0;
    margin: 0;
}

.mks_adswidget_ul li img {
    width: 98%;
    height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}

ul.flickr li,
.widget ul.flickr li {
    width: auto;
    float: left;
    margin: 10px 10px 0 0;
}

ul.flickr a {
    display: block;
}

ul.flickr img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

ul.flickr a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.clear {
    clear: both;
}

.mks_author_widget img {
    float: left;
    margin: 0 20px 0 0;
}

.mks_author_widget .mks_autor_link_wrap {
    margin: 0;
    padding: 0;
}

.mks-co-authors-wrapper {
    margin-bottom: 30px;
}

.mks-co-authors-wrapper:last-child {
    margin-bottom: 0;
}

@font-face {
    font-family: "socicon";
    src: url('../css/fonts/socicon.eot');
    src: url('../css/fonts/socicon.eot') format("embedded-opentype"), url('../css/fonts/socicon.woff') format("woff"), url('../css/fonts/socicon.ttf') format("truetype"), url('../css/fonts/socicon.svg#socicon') format("svg");
    font-weight: normal;
    font-style: normal;
}

ul.mks_social_widget_ul li a:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.mks_social_widget_ul li:before,
ul.mks_social_widget_ul li:after {
    display: none;
}

ul.mks_social_widget_ul li a {
    background: none;
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    font-size: 0px;
    margin-bottom: 5px;
    position: relative;
    border: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: normal;
}

ul.mks_social_widget_ul li a span {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

ul.mks_social_widget_ul li a:before {
    color: #FFF;
}

ul.mks_social_widget_ul li a.soc_rounded {
    border-radius: 20%;
}

ul.mks_social_widget_ul li a.soc_circle {
    border-radius: 50%;
}

ul.mks_social_widget_ul li:hover a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

ul.mks_social_widget_ul li {
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 0;
}

ul.mks_social_widget_ul .aim_ico {
    background-color: #e95a00;
}

ul.mks_social_widget_ul .apple_ico {
    background-color: #606060;
}

ul.mks_social_widget_ul .behance_ico {
    background-color: #18a3fe;
}

ul.mks_social_widget_ul .blogger_ico {
    background-color: #fb913f;
}

ul.mks_social_widget_ul .cargo_ico {
    background-color: #00c462;
}

ul.mks_social_widget_ul .envato_ico {
    background-color: #a9cf58;
}

ul.mks_social_widget_ul .delicious_ico {
    background-color: #3274d1;
}

ul.mks_social_widget_ul .deviantart_ico {
    background-color: #d0de21;
}

ul.mks_social_widget_ul .digg_ico {
    background-color: #2882c6;
}

ul.mks_social_widget_ul .dribbble_ico {
    background-color: #ef5b92;
}

ul.mks_social_widget_ul .evernote_ico {
    background-color: #77ba2f;
}

ul.mks_social_widget_ul .facebook_ico {
    background-color: #3b5998;
}

ul.mks_social_widget_ul .flickr_ico {
    background-color: #f1628b;
}

ul.mks_social_widget_ul .forrst_ico {
    background-color: #5b9a68;
}

ul.mks_social_widget_ul .github_ico {
    background-color: #7292a2;
}

ul.mks_social_widget_ul .google_ico {
    background-color: #dd4b39;
}

ul.mks_social_widget_ul .google-plus_ico {
    background-color: #d94a39;
}

ul.mks_social_widget_ul .grooveshark_ico {
    background-color: #f88e00;
}

ul.mks_social_widget_ul .icloud_ico {
    background-color: #fb913f;
}

ul.mks_social_widget_ul .lastfm_ico {
    background-color: #d21309;
}

ul.mks_social_widget_ul .linkedin_ico {
    background-color: #71b2d0;
}

ul.mks_social_widget_ul .myspace_ico {
    background-color: #003398;
}

ul.mks_social_widget_ul .picasa_ico {
    background-color: #444;
}

ul.mks_social_widget_ul .pinterest_ico {
    background-color: #cb2027;
}

ul.mks_social_widget_ul .posterous_ico {
    background-color: #f9d560;
}

ul.mks_social_widget_ul .reddit_ico {
    background-color: #e74a1e;
}

ul.mks_social_widget_ul .rss_ico {
    background-color: #fe9900;
}

ul.mks_social_widget_ul .skype_ico {
    background-color: #18b7f1;
}

ul.mks_social_widget_ul .stumbleupon_ico {
    background-color: #eb4924;
}

ul.mks_social_widget_ul .soundcloud_ico {
    background-color: #ff8800;
}

ul.mks_social_widget_ul .tumblr_ico {
    background-color: #3a5976;
}

ul.mks_social_widget_ul .twitter_ico {
    background-color: #1da1f2;
}

ul.mks_social_widget_ul .vimeo_ico {
    background-color: #51b5e7;
}

ul.mks_social_widget_ul .wordpress_ico {
    background-color: #464646;
}

ul.mks_social_widget_ul .yahoo_ico {
    background-color: #ab64bc;
}

ul.mks_social_widget_ul .youtube_ico {
    background-color: #f45750;
}

ul.mks_social_widget_ul .zerply_ico {
    background-color: #9DBC7A;
}

ul.mks_social_widget_ul .instagram_ico {
    background-color: #306088;
}

ul.mks_social_widget_ul .vine_ico {
    background-color: #00bf8f;
}

ul.mks_social_widget_ul .spotify_ico {
    background-color: #95ba1a;
}

ul.mks_social_widget_ul .fh_px_ico {
    background-color: #58a9de;
}

ul.mks_social_widget_ul .xing_ico {
    background-color: #126567;
}

ul.mks_social_widget_ul .weibo_ico {
    background-color: #E6162C;
}

ul.mks_social_widget_ul .tencent_ico {
    background-color: #389FDA;
}

ul.mks_social_widget_ul .me2day_ico {
    background-color: #4e28ac;
}

ul.mks_social_widget_ul .twitch_ico {
    background-color: #6441A5;
}

ul.mks_social_widget_ul .itunes_ico {
    background-color: #ff5e51;
}

ul.mks_social_widget_ul .vk_ico {
    background-color: #45668e;
}

ul.mks_social_widget_ul .soc_square,
ul.mks_social_widget_ul .soc_rounded,
ul.mks_social_widget_ul .soc_circle {
    background-position: center center;
}

ul.mks_social_widget_ul .airbnb_ico {
    background-color: #ff5a5f;
}

ul.mks_social_widget_ul .amazon_ico {
    background-color: #ff9900;
}

ul.mks_social_widget_ul .amplement_ico {
    background-color: #0996c3;
}

ul.mks_social_widget_ul .android_ico {
    background-color: #8ec047;
}

ul.mks_social_widget_ul .angellist_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .sociconapp_ico {
    background-color: #494949;
}

ul.mks_social_widget_ul .baidu_ico {
    background-color: #2629d9;
}

ul.mks_social_widget_ul .bandcamp_ico {
    background-color: #619aa9;
}

ul.mks_social_widget_ul .bebo_ico {
    background-color: #EF1011;
}

ul.mks_social_widget_ul .buffer_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .coderwall_ico {
    background-color: #3E8DCC;
}

ul.mks_social_widget_ul .dailymotion_ico {
    background-color: #004e72;
}

ul.mks_social_widget_ul .deezer_ico {
    background-color: #004e72;
}

ul.mks_social_widget_ul .disqus_ico {
    background-color: #2e9fff;
}

ul.mks_social_widget_ul .douban_ico {
    background-color: #3ca353;
}

ul.mks_social_widget_ul .draugiem_ico {
    background-color: #ffa32b;
}

ul.mks_social_widget_ul .drupal_ico {
    background-color: #00598e;
}

ul.mks_social_widget_ul .ebay_ico {
    background-color: #333333;
}

ul.mks_social_widget_ul .ello_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .eight-tracks_ico {
    background-color: #122c4b;
}

ul.mks_social_widget_ul .endomondo_ico {
    background-color: #86ad00;
}

ul.mks_social_widget_ul .feedburner_ico {
    background-color: #ffcc00;
}

ul.mks_social_widget_ul .filmweb_ico {
    background-color: #ffc404;
}

ul.mks_social_widget_ul .flattr_ico {
    background-color: #F67C1A;
}

ul.mks_social_widget_ul .foursquare_ico {
    background-color: #f94877;
}

ul.mks_social_widget_ul .friendfeed_ico {
    background-color: #2F72C4;
}

ul.mks_social_widget_ul .goodreads_ico {
    background-color: #463020;
}

ul.mks_social_widget_ul .google-play_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .houzz_ico {
    background-color: #7CC04B;
}

ul.mks_social_widget_ul .icq_ico {
    background-color: #7EBD00;
}

ul.mks_social_widget_ul .identica_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .imdb_ico {
    background-color: #E8BA00;
}

ul.mks_social_widget_ul .istock_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .lanyrd_ico {
    background-color: #3c80c9;
}

ul.mks_social_widget_ul .mail_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .medium_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .meetup_ico {
    background-color: #e2373c;
}

ul.mks_social_widget_ul .mixcloud_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .model-mayhem_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .mozilla-persona_ico {
    background-color: #e6753d;
}

ul.mks_social_widget_ul .mumble_ico {
    background-color: #5AB5D1;
}

ul.mks_social_widget_ul .newsvine_ico {
    background-color: #5AB5D1;
}

ul.mks_social_widget_ul .odnoklassniki_ico {
    background-color: #f48420;
}

ul.mks_social_widget_ul .openid_ico {
    background-color: #f78c40;
}

ul.mks_social_widget_ul .outlook_ico {
    background-color: #0072C6;
}

ul.mks_social_widget_ul .patreon_ico {
    background-color: #E44727;
}

ul.mks_social_widget_ul .paypal_ico {
    background-color: #009cde;
}

ul.mks_social_widget_ul .periscope_ico {
    background-color: #3AA4C6;
}

ul.mks_social_widget_ul .playstation_ico {
    background-color: #000;
}

ul.mks_social_widget_ul .play-store_ico {
    background-color: #000;
}

ul.mks_social_widget_ul .pocket_ico {
    background-color: #ED4055;
}

ul.mks_social_widget_ul .qq_ico {
    background-color: #4297d3;
}

ul.mks_social_widget_ul .quora_ico {
    background-color: #cb202d;
}

ul.mks_social_widget_ul .raidcall_ico {
    background-color: #073558;
}

ul.mks_social_widget_ul .ravelry_ico {
    background-color: #B6014C;
}

ul.mks_social_widget_ul .renren_ico {
    background-color: #2266b0;
}

ul.mks_social_widget_ul .resident-advisor_ico {
    background-color: #B3BE1B;
}

ul.mks_social_widget_ul .sharethis_ico {
    background-color: #01bf01;
}

ul.mks_social_widget_ul .slideshare_ico {
    background-color: #4ba3a6;
}

ul.mks_social_widget_ul .smugmug_ico {
    background-color: #ACFD32;
}

ul.mks_social_widget_ul .snapchat_ico {
    background-color: #fffa37;
}

ul.mks_social_widget_ul .stackexchange_ico {
    background-color: #2f2f2f;
}

ul.mks_social_widget_ul .stackoverflow_ico {
    background-color: #FD9827;
}

ul.mks_social_widget_ul .stayfriends_ico {
    background-color: #F08A1C;
}

ul.mks_social_widget_ul .steam_ico {
    background-color: #171a21;
}

ul.mks_social_widget_ul .storehouse_ico {
    background-color: #25B0E6;
}

ul.mks_social_widget_ul .swarm_ico {
    background-color: #FC9D3C;
}

ul.mks_social_widget_ul .teamspeak_ico {
    background-color: #465674;
}

ul.mks_social_widget_ul .teamviewer_ico {
    background-color: #168EF4;
}

ul.mks_social_widget_ul .technorati_ico {
    background-color: #5cb030;
}

ul.mks_social_widget_ul .telegram_ico {
    background-color: #0088cc;
}

ul.mks_social_widget_ul .tripadvisor_ico {
    background-color: #4B7E37;
}

ul.mks_social_widget_ul .tripit_ico {
    background-color: #1982C3;
}

ul.mks_social_widget_ul .triplej_ico {
    background-color: #E53531;
}

ul.mks_social_widget_ul .ventrilo_ico {
    background-color: #77808A;
}

ul.mks_social_widget_ul .viadeo_ico {
    background-color: #e4a000;
}

ul.mks_social_widget_ul .viber_ico {
    background-color: #7b519d;
}

ul.mks_social_widget_ul .whatsapp_ico {
    background-color: #20B038;
}

ul.mks_social_widget_ul .wikipedia_ico {
    background-color: #000000;
}

ul.mks_social_widget_ul .windows_ico {
    background-color: #00BDF6;
}

ul.mks_social_widget_ul .wykop_ico {
    background-color: #328efe;
}

ul.mks_social_widget_ul .xbox_ico {
    background-color: #92C83E;
}

ul.mks_social_widget_ul .yammer_ico {
    background-color: #1175C4;
}

ul.mks_social_widget_ul .yandex_ico {
    background-color: #FF0000;
}

ul.mks_social_widget_ul .yelp_ico {
    background-color: #c83218;
}

ul.mks_social_widget_ul .younow_ico {
    background-color: #61C03E;
}

ul.mks_social_widget_ul .zomato_ico {
    background-color: #cb202d;
}

ul.mks_social_widget_ul .zynga_ico {
    background-color: #DC0606;
}

ul.mks_social_widget_ul .airbnb_ico:before {
    content: "\e00e";
}

ul.mks_social_widget_ul .amazon_ico:before {
    content: "\e05c";
}

ul.mks_social_widget_ul .amplement_ico:before {
    content: "\e070";
}

ul.mks_social_widget_ul .android_ico:before {
    content: "\e03e";
}

ul.mks_social_widget_ul .angellist_ico:before {
    content: "\e062";
}

ul.mks_social_widget_ul .sociconapp_ico:before {
    content: "\e013";
}

ul.mks_social_widget_ul .apple_ico:before {
    content: "\e02e";
}

ul.mks_social_widget_ul .baidu_ico:before {
    content: "\e061";
}

ul.mks_social_widget_ul .bandcamp_ico:before {
    content: "\e06a";
}

ul.mks_social_widget_ul .bebo_ico:before {
    content: "\e035";
}

ul.mks_social_widget_ul .behance_ico:before {
    content: "\e027";
}

ul.mks_social_widget_ul .blogger_ico:before {
    content: "\e020";
}

ul.mks_social_widget_ul .buffer_ico:before {
    content: "\e018";
}

ul.mks_social_widget_ul .coderwall_ico:before {
    content: "\e011";
}

ul.mks_social_widget_ul .dailymotion_ico::before {
    content: "\e053";
}

ul.mks_social_widget_ul .deezer_ico::before {
    content: "\e06c";
}

ul.mks_social_widget_ul .delicious_ico:before {
    content: "\e028";
}

ul.mks_social_widget_ul .deviantart_ico:before {
    content: "\e029";
}

ul.mks_social_widget_ul .digg_ico:before {
    content: "\e025";
}

ul.mks_social_widget_ul .disqus_ico:before {
    content: "\e019";
}

ul.mks_social_widget_ul .douban_ico:before {
    content: "\e03b";
}

ul.mks_social_widget_ul .draugiem_ico:before {
    content: "\e074";
}

ul.mks_social_widget_ul .dribbble_ico:before {
    content: "\e023";
}

ul.mks_social_widget_ul .drupal_ico:before {
    content: "\e002";
}

ul.mks_social_widget_ul .ebay_ico:before {
    content: "\e063";
}

ul.mks_social_widget_ul .ello_ico:before {
    content: "\e006";
}

ul.mks_social_widget_ul .eight-tracks_ico::before {
    content: "\e05b";
}

ul.mks_social_widget_ul .endomondo_ico:before {
    content: "\e075";
}

ul.mks_social_widget_ul .envato_ico:before {
    content: "\e026";
}

ul.mks_social_widget_ul .facebook_ico:before {
    content: "\e041";
}

ul.mks_social_widget_ul .feedburner_ico:before {
    content: "\e048";
}

ul.mks_social_widget_ul .filmweb_ico:before {
    content: "\e076";
}

ul.mks_social_widget_ul .fh_px_ico:before {
    content: "\e056";
}

ul.mks_social_widget_ul .flattr_ico:before {
    content: "\e02f";
}

ul.mks_social_widget_ul .flickr_ico:before {
    content: "\e055";
}

ul.mks_social_widget_ul .forrst_ico:before {
    content: "\e02a";
}

ul.mks_social_widget_ul .foursquare_ico:before {
    content: "\e044";
}

ul.mks_social_widget_ul .friendfeed_ico:before {
    content: "\e032";
}

ul.mks_social_widget_ul .github_ico:before {
    content: "\e030";
}

ul.mks_social_widget_ul .goodreads_ico:before {
    content: "\e014";
}

ul.mks_social_widget_ul .google_ico:before {
    content: "\e067";
}

ul.mks_social_widget_ul .google-play_ico:before {
    content: "\e02b";
}

ul.mks_social_widget_ul .google-plus_ico:before {
    content: "\e042";
}

ul.mks_social_widget_ul .google-play-2_ico:before {
    content: "\e02b";
}

ul.mks_social_widget_ul .grooveshark_ico:before {
    content: "\e04f";
}

ul.mks_social_widget_ul .houzz_ico:before {
    content: "\e00a";
}

ul.mks_social_widget_ul .icq_ico:before {
    content: "\e05d";
}

ul.mks_social_widget_ul .identica_ico:before {
    content: "\e034";
}

ul.mks_social_widget_ul .imdb_ico:before {
    content: "\e064";
}

ul.mks_social_widget_ul .instagram_ico:before {
    content: "\e057";
}

ul.mks_social_widget_ul .istock_ico:before {
    content: "\e004";
}

ul.mks_social_widget_ul .itunes_ico:before {
    content: "\e06b";
}

ul.mks_social_widget_ul .lanyrd_ico:before {
    content: "\e016";
}

ul.mks_social_widget_ul .lastfm_ico:before {
    content: "\e050";
}

ul.mks_social_widget_ul .linkedin_ico:before {
    content: "\e049";
}

ul.mks_social_widget_ul .mail_ico:before {
    content: "\e01f";
}

ul.mks_social_widget_ul .medium_ico:before {
    content: "\e06d";
}

ul.mks_social_widget_ul .meetup_ico:before {
    content: "\e03c";
}

ul.mks_social_widget_ul .mixcloud_ico:before {
    content: "\e001";
}

ul.mks_social_widget_ul .model-mayhem_ico:before {
    content: "\e000";
}

ul.mks_social_widget_ul .mozilla-persona_ico:before {
    content: "\e008";
}

ul.mks_social_widget_ul .mumble_ico:before {
    content: "\e07e";
}

ul.mks_social_widget_ul .myspace_ico:before {
    content: "\e04c";
}

ul.mks_social_widget_ul .newsvine_ico:before {
    content: "\e033";
}

ul.mks_social_widget_ul .odnoklassniki_ico:before {
    content: "\e00d";
}

ul.mks_social_widget_ul .openid_ico:before {
    content: "\e06f";
}

ul.mks_social_widget_ul .outlook_ico:before {
    content: "\e010";
}

ul.mks_social_widget_ul .patreon_ico:before {
    content: "\e01c";
}

ul.mks_social_widget_ul .paypal_ico:before {
    content: "\e00c";
}

ul.mks_social_widget_ul .periscope_ico:before {
    content: "\e00f";
}

ul.mks_social_widget_ul .pinterest_ico:before {
    content: "\e043";
}

ul.mks_social_widget_ul .playstation_ico:before {
    content: "\e03d";
}

ul.mks_social_widget_ul .play-store_ico:before {
    content: "\e02b";
}

ul.mks_social_widget_ul .pocket_ico:before {
    content: "\e01e";
}

ul.mks_social_widget_ul .qq_ico:before {
    content: "\e03a";
}

ul.mks_social_widget_ul .quora_ico:before {
    content: "\e073";
}

ul.mks_social_widget_ul .raidcall_ico:before {
    content: "\e07d";
}

ul.mks_social_widget_ul .ravelry_ico:before {
    content: "\e05f";
}

ul.mks_social_widget_ul .reddit_ico:before {
    content: "\e022";
}

ul.mks_social_widget_ul .renren_ico:before {
    content: "\e031";
}

ul.mks_social_widget_ul .resident-advisor_ico:before {
    content: "\e066";
}

ul.mks_social_widget_ul .rss_ico:before {
    content: "\e00b";
}

ul.mks_social_widget_ul .sharethis_ico:before {
    content: "\e069";
}

ul.mks_social_widget_ul .skype_ico:before {
    content: "\e046";
}

ul.mks_social_widget_ul .slideshare_ico:before {
    content: "\e017";
}

ul.mks_social_widget_ul .smugmug_ico:before {
    content: "\e05e";
}

ul.mks_social_widget_ul .snapchat_ico:before {
    content: "\e03f";
}

ul.mks_social_widget_ul .soundcloud_ico:before {
    content: "\e04d";
}

ul.mks_social_widget_ul .spotify_ico:before {
    content: "\e04e";
}

ul.mks_social_widget_ul .stackexchange_ico:before {
    content: "\e077";
}

ul.mks_social_widget_ul .stackoverflow_ico:before {
    content: "\e007";
}

ul.mks_social_widget_ul .stayfriends_ico:before {
    content: "\e065 ";
}

ul.mks_social_widget_ul .steam_ico:before {
    content: "\e037";
}

ul.mks_social_widget_ul .storehouse_ico:before {
    content: "\e01d";
}

ul.mks_social_widget_ul .stumbleupon_ico:before {
    content: "\e024";
}

ul.mks_social_widget_ul .swarm_ico:before {
    content: "\e003";
}

ul.mks_social_widget_ul .teamspeak_ico:before {
    content: "\e079";
}

ul.mks_social_widget_ul .teamviewer_ico:before {
    content: "\e07a";
}

ul.mks_social_widget_ul .technorati_ico:before {
    content: "\e021";
}

ul.mks_social_widget_ul .telegram_ico:before {
    content: "\e06e";
}

ul.mks_social_widget_ul .tripadvisor_ico:before {
    content: "\e012";
}

ul.mks_social_widget_ul .tripit_ico:before {
    content: "\e015";
}

ul.mks_social_widget_ul .triplej_ico:before {
    content: "\e009";
}

ul.mks_social_widget_ul .tumblr_ico:before {
    content: "\e059";
}

ul.mks_social_widget_ul .twitch_ico:before {
    content: "\e05a";
}

ul.mks_social_widget_ul .twitter_ico:before {
    content: "\e040";
}

ul.mks_social_widget_ul .ventrilo_ico:before {
    content: "\e07b";
}

ul.mks_social_widget_ul .viadeo_ico:before {
    content: "\e04a";
}

ul.mks_social_widget_ul .vimeo_ico:before {
    content: "\e052";
}

ul.mks_social_widget_ul .vine_ico:before {
    content: "\e054";
}

ul.mks_social_widget_ul .viber_ico:before {
    content: "\e071";
}

ul.mks_social_widget_ul .vk_ico:before {
    content: "\e01a";
}

ul.mks_social_widget_ul .weibo_ico:before {
    content: "\e060";
}

ul.mks_social_widget_ul .whatsapp_ico:before {
    content: "\e01b";
}

ul.mks_social_widget_ul .wikipedia_ico:before {
    content: "\e02d";
}

ul.mks_social_widget_ul .windows_ico:before {
    content: "\e039";
}

ul.mks_social_widget_ul .wordpress_ico:before {
    content: "\e058";
}

ul.mks_social_widget_ul .wykop_ico:before {
    content: "\e078";
}

ul.mks_social_widget_ul .xbox_ico:before {
    content: "\e038";
}

ul.mks_social_widget_ul .xing_ico:before {
    content: "\e04b";
}

ul.mks_social_widget_ul .yahoo_ico:before {
    content: "\e045";
}

ul.mks_social_widget_ul .yammer_ico:before {
    content: "\e005";
}

ul.mks_social_widget_ul .yandex_ico:before {
    content: "\e068";
}

ul.mks_social_widget_ul .yelp_ico:before {
    content: "\e047";
}

ul.mks_social_widget_ul .younow_ico:before {
    content: "\e07c";
}

ul.mks_social_widget_ul .youtube_ico:before {
    content: "\e051";
}

ul.mks_social_widget_ul .zerply_ico:before {
    content: "\e02c";
}

ul.mks_social_widget_ul .zomato_ico:before {
    content: "\e072";
}

ul.mks_social_widget_ul .zynga_ico:before {
    content: "\e036";
}

ul.mks_social_widget_ul .aim_ico {
    background-image: url('../images/social_icons/aim_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .cargo_ico {
    background-image: url('../images/social_icons/cargo_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .evernote_ico {
    background-image: url('../images/social_icons/evernote_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .icloud_ico {
    background-image: url('../images/social_icons/icloud_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .picasa_ico {
    background-image: url('../images/social_icons/picasa_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .posterous_ico {
    background-image: url('../images/social_icons/posterous_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .tencent_ico {
    background-image: url('../images/social_icons/tencent_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .me2day_ico {
    background-image: url('../images/social_icons/me2day_ico.png');
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_themeforest_widget_ul li {
    width: 80px !important;
    height: 80px;
    display: inline-block !important;
    margin: 0 2px 4px 0;
    padding: 0;
    vertical-align: top;
}

ul.mks_themeforest_widget_ul li img {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
}

.mks_read_more {
    text-align: center;
}

.mks_read_more {
    margin-top: 10px;
}

/* set */
#header .header-main .logo_wrapper img {
    max-height: 60px;
}

#thr_pagination>span[class~="prev"],
#thr_pagination>span[class~="prev"] + span[class~="page-info"],
#thr_pagination>span[class~="next"] {
    display: none;
}

#story {
    border: 1px solid #e3e3e3;
}

p.ads-note0:before,
p.ads-note:before {
    content: 'Advertisements';
}

p.ads-note1:before {
    content: 'Sponsored Links';
}

p.ads-note0,
p.ads-note,
p.ads-note1 {
    letter-spacing: 2px;
    text-align: center;
    font-size: 12px;
    color: darkgrey;
    text-transform: uppercase;
    padding: 0;
}

p.ads-note0 {
    margin: 0;
}

p.ads-note,
p.ads-note1 {
    margin: 0 auto 20px auto;
}

#dle-content p.wp-caption-text {
    margin: 0;
    color: #9b9b9b;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

#sidebar #ai_translate {
    padding: 0 10px;
}

#sidebar .widget a span {
    color: #4d4d4d;
    font-size: 16px !important;
    line-height: 26px !important;
    display: inline-block;
    font-weight: 500;
    font-family: "Noto Sans";
    display: inline-block;
}

#sidebar .widget a span:hover {
    color: #0279ae;
}