/*-------------------------------------------------------------------*/
/*----------------------------- Global reset ------------------------*/
/*-------------------------------------------------------------------*/

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,img {
    border: 0
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}
ol,ul,li {
    list-style: none
}
caption,th {
    text-align: left
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,q:after {
    content: ''
}
/* Global reset-RESET */

strong {
    font-weight: bold;
}

div.post-entry p strong {
    background-color: #eee;
    font-size: medium;
    font-weight: normal;
}

em {
    font-style: italic
}
a img {
    border: none;
    padding-right: 5px;
    padding-bottom: 5px;
}
a img[id^='banner_'][id$='_UP'] {
    padding-top: 7px;
}
strong,b,strong *:not(a),b * {
    font-weight: bold;
}
em,i,em *,i * {
    font-style: italic;
}
.screen-reader-text{
    
}
/* --- */
body {
    background: #ffffff;
    font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #424242;
    font-size: 14px;
}
p {
    line-height: 18px;
    text-align: justify;
}
a {
    text-decoration: none;
    color: #25262e;
}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
/*-------------------------------------------------------------------*/
/*------------------------------ General ----------------------------*/
/*-------------------------------------------------------------------*/

.container {
    width: 768px;
    margin: 0 auto;
}
#cookie-notice {
    width: 691px;
}
#content {
    overflow: hidden;
    /*margin-bottom: 80px;*/
}
#content2 {
    overflow: hidden;
    /*margin-bottom: 80px;
    margin-top: 10px;*/
}
#content2 #main {
    margin-top: 5px;
}
#content3 {
    overflow: hidden;
    margin-bottom: 80px;
}
article.post {
    margin-bottom: 15px;
}
#single_KSpost_UP + article.post {
    margin-bottom: 65px;
}
#other_postsnpages_UP + article.page {
    margin-bottom: 65px;
}
#other_postsnpages_UP + article.post-2946 {
    margin-bottom: 100px;
}
#main {
    width: 760px;
    float: left;
    margin-top: -15px;
}
#main.fullwidth {
    width: 100%;
    float: none;
}
#sidebar {
    width: 210px;
    float: right;
    padding: 50px 10px 60px 10px;
}
#sidebar2 {
    width: 210px;
    float: left;
    padding: 93px 10px 60px 10px;
}
/*-------------------------------------------------------------------*/
/*--------------------------- Top Bar -------------------------------*/
/*-------------------------------------------------------------------*/

#top-bar {
    background: #fff;
    width: 100%;
    height: 24px;
    position: absolute;
    z-index: 9999;
    box-shadow: 0px 1px 0px rgba(190, 190, 190, 0.46);
    -webkit-box-shadow: 0px 1px 0px rgba(190, 190, 190, 0.46);
    -moz-box-shadow: 0px 1px 0px rgba(190, 190, 190, 0.46);
    -webkit-backface-visibility: hidden;
}
#top-bar .container {
    position: relative;
}

.fix-top {
    position: fixed !important;
    top: 0px;
    height: 36px !important;
    font-size: 28px;
    font-weight: bolder;
    background: #f8f8f8 !important;
}
.fix-top2 {
    position: fixed !important;
    top: 32px;
    height: 36px !important;
    font-size: 28px;
    font-weight: bolder;
    background: #f8f8f8 !important;
}
.formspec {
    color: #999;
}

/* ----- Menu ----- */

#nav-wrapper {
    float: left;
}
.slicknav_menu {
    display: none;
}
#nav-wrapper .menu li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
	/*border-top: 2px solid #fff;*/
}
#nav-wrapper .menu li a {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1.75px;
    line-height: 20px;
    color: #000;
    display: block;
    opacity: 0.98;
    font-family: "Lato", sans-serif;
}
.z-white-logo-top{
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-size: 38px;
}
h2.site-description{
    margin-bottom: 0px;
    font-size: 13px;
    color: #737373;
}
#nav-wrapper .menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 7px;
    color: #999;
    font-size: 13px;
}

ul.menu > li.menu-item:hover,
ul.menu > li.menu-item:active,
ul.menu > li.current-menu-item {
    border-top: 2px solid #000 !important;
}
#nav-wrapper .menu li.current-menu-item > a,
#nav-wrapper .menu li.current_page_item > a,
#nav-wrapper .menu li a:hover {
    opacity: 1.5;
}
#nav-wrapper .menu li.current-menu-item > a,
#nav-wrapper .menu li.current_page_item > a {}
/* ----- DROPDOWN ----- */

#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 99999;
    border: 1px solid #eee;
    border-top: none;
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
    color: #25262e;
    margin: 0;
    padding: 6px 10px;
    min-width: 165px;
    line-height: 20px;
    -o-transition: .22s;
    -ms-transition: .22s;
    -moz-transition: .22s;
    -webkit-transition: .22s;
    transition: .22s;
    border-top: 1px solid #eee;
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
    padding-right: 0;
    margin-right: 0;
}
#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
    background-color: #f5f5f5;
}
#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
    display: block;
}
#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {
    left: 100%;
    top: 0;
}
/* ---------- Social Icons ------------ */

#top-social {
    position: absolute;
    right: 25px;
    top: 0;
}
#top-social.nosearch {
    right: 0;
}
#top-social a {
    color: #25262e;
    font-size: 12px;
    margin-left: 10px;
    line-height: 51px;
}
#top-social a:hover {
    color: #666;
}
/* --------- Top Search --------- */

#top-search {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 16px;
    z-index: 999;
}
#top-search form {
    display: inline;
}
#top-search input {
    border: none;
    font-style: italic;
    width: 135px;
    background: transparent;
}
#top-search input:focus {
    outline: none;
}
#top-search i {
    font-size: 14px;
    line-height: 51px;
}
.show-search {
    display: none;
}
i.search-toggle {
    font-size: 14px;
    line-height: 51px;
    cursor: pointer;
}
.show-search {
    position: absolute;
    top: 8px;
    right: 23px;
    display: none;
    z-index: 10000;
}
.show-search input {
    width: 190px;
    background: #FFF;
    -webkit-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    -moz-box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    box-shadow: 0 5px 4px -4px rgba(190, 190, 190, .1);
    border: 1px solid #eee;
    padding: 8px 0 8px 15px;
    font-style: italic;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.show-search input:focus {
    border: 1px solid #ddd;
    outline: none;
}
#sidr-action {
    position: fixed;
    top: 0;
    right: 0;
    border: 50px solid #555;
    border-color: #555 #555 transparent transparent;
    border-top: none;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
    width: 0;
    height: 0;
    font-size: 12px;
    z-index: 99999999;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#sidr-action:hover {
    border: 50px solid #25262e;
    border-color: #25262e #25262e transparent transparent;
    border-top: none;
}
a#sidr-action i {
    position: absolute;
    top: 10px;
    left: 30px;
    line-height: inherit;
}
#sidr-action2 {
    position: fixed;
    top: 0;
    left: 0;
    border: 50px solid #555;
    border-color: #555 transparent transparent #555;
    border-top: none;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
    width: 0;
    height: 0;
    font-size: 12px;
    z-index: 99999999;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#sidr-action2:hover {
    border: 50px solid #25262e;
    border-color: #25262e transparent transparent #25262e;
    border-top: none;
}
a#sidr-action2 i {
    position: absolute;
    top: 10px;
    right: 30px;
    line-height: inherit;
}

.ft-adminbar {
    top: 32px !important;
}
/*-------------------------------------------------------------------*/
/* ------------------------- Header & Logo --------------------------*/
/*-------------------------------------------------------------------*/

#header {
    padding-top: 40px;
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
}
.home #header,
.page-template-page-slider #header,
.page-template-page-slider-sidebar #header {
    margin-bottom: 0;
    border-bottom: none;
}
#logo {
    text-align: left;
    padding: 10px 0 0px;
}
#logo {
    max-width: 100%;
    height: auto;
}
/*-------------------------------------------------------------------*/
/*------------------------------- Featured Area ---------------------*/
/*-------------------------------------------------------------------*/

.featured-area {
    margin-bottom: 60px;
}
.feat-item {
    position: relative;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
}
.feat-overlay {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}
.feat-overlay-inner {
    vertical-align: middle;
    display: table-cell;
}
.feat-item .post-header {
    margin-bottom: 0;
    padding: 0 50px;
}
.feat-item .post-header .date {
    display: block;
    margin-bottom: 28px;
    color: #fff;
    border-bottom: none;
}
.feat-item .post-header h2 {
    margin-bottom: 14px;
}
.feat-item .post-header h2 a {
    font-size: 24px;
    color: #fff;
}
.feat-item .cate a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
.feat-item .cate a:hover {
    opacity: .7;
}
/*-------------------------------------------------------------------*/
/*-------------------------------- Post -----------------------------*/
/*-------------------------------------------------------------------*/

.post {
    margin-bottom: 0px;
}
/*-------------- Post header -------------*/

.post-header {
    /*margin-top: 40px;*/
    text-align: left;
}
.post-header .cat a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 4px 12px 4px;
    background-color: #25262e;
    color: #fff;
    padding: 4px 20px;
    position: relative;
    font-weight: lighter;
}
.post-header .cat a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    border: 10px solid #25262e;
    z-index: 1;
    right: -20px;
    border-left-width: 20px;
    border-right-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}
.post-header .cat a:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    border: 10px solid #25262e;
    z-index: 1;
    left: -20px;
    border-right-width: 20px;
    border-left-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
}
.post-header h2,
.post-header h1 {
    margin-bottom: 0px;
    margin-top: 10px;
}
.post-header h2 a,
.post-header h1 {
    font-family: "Lato";
    color: #424242;
    font-size: 24px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    letter-spacing: 3px;
}
.post-header h2 a:hover {
    opacity: .80;
}
.post-header .date {
    font-size: 13px;
    font-style: italic;
    color: #888;
    padding-bottom: 8px;
    letter-spacing: 2px;
}
.post-header .date:before {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #dadada;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}
.post-header .date:after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #dadada;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
}
/*---------------- Post Image ---------------*/

.post-img {
    margin-bottom: 20px;
    text-align: center;
}
.post-img img {
    max-width: 100%;
    height: auto;
    transition: .5s;
    -webkit-transition: .5s;
    width: 100%;
}
.post-img img:hover {
    opacity: .8;
}
.post-img.audio iframe {
    height: 166px;
    width: 100%;
}
/*------------- Post Entry --------------*/

.post-entry {
    margin-top: 15px;
}
.post-entry img {
    max-width: 100%;
    height: auto;
}
.post-entry p,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry hr {
    margin-bottom: 12px;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    color: #000;
}
.post-entry h1 {
    font-size: 17px;
}
.post-entry h2 {
    font-size: 24px;
}
.post-entry h3 {
    font-size: 21px;
}
.post-entry h4 {
    font-size: 19px;
}
.post-entry h5 {
    font-size: 17px;
}
.post-entry h6 {
    font-size: 15px;
}
.post-entry hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
}
.post-entry blockquote {
    border-left: 3px solid;
    border-color: #ddd;
    padding: 0 18px;
}
.post-entry blockquote p {
    font-family: "Georgia";
    font-size: 16px;
    line-height: 28px;
    font-style: italic;
    color: #999;
}
.post-entry a {
    padding-bottom: 2px;
    border-bottom: 0px solid #ccc;
    font-size: 15px;
    text-decoration: underline;
}
.post-entry a:hover {
    border-bottom: 0px solid #333;
}
.post-entry ul,
.post-entry ol {
    padding-left: 0px;
    margin-bottom: 20px;
}
.post-entry ul li {
    margin-bottom: 12px;
    text-align: justify;
}
.post-entry>ul>li:not(.company-group){
    word-wrap: break-word;
    display: list-item;
    margin-left: 16px;
    list-style-type: circle;
    line-height: 1.25em;
    white-space: pre-wrap;
}
.post-entry>ul>li>strong:not(.company-group){
    background-color: #eee;
    font-size: medium;
    font-weight: 400;
}
.post-entry ol li {
    margin-bottom: 12px;
    list-style-type: circle;
    text-align: justify;
}
.sticky.post .post-entry {
    margin-bottom: 30px;
}
.sticky.post .post-header {
    /*border: 1px dashed #eee;
    padding: 20px 0;*/
}
.bypostauthor {} .post-entry pre {
    overflow: auto;
}
.post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse
}
.post-entry td,
.post-entry th {
    padding: 12px;
    border-bottom: 1px #e5e5e5 solid;
}
.post-entry th {
    font-weight: bold;
    font-size: 14px;
    background: #f5f5f5;
}
.post-entry tr:hover {
    background: #f9f9f9;
}
/*-------------- More button ------------*/

.more-link {
    text-align: center;
    border-bottom: none !important;
    font-weight: unset;
    text-decoration: none !important;
}
.more-button {
    border-radius: 4px;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: 2px;
    color: #25262e;
    background: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin-top: 0px;
    padding: 6px 12px 6px;
    border: 2px solid;
    border-color: #25262e;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.more-button:hover {
    background: #25262e;
    color: #fff;
}
/*------------- Post Meta ------------*/

.post-meta {
    margin-top: 35px;
    overflow: hidden;
    border: 0px dotted #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
    font-style: italic;
    clear: both;
}
.meta-comments {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.meta-comments a {
    color: #424242;
    font-size: 13px;
}
.meta-share {
    color: #999;
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.share-text {
    margin-right: 2px;
}
.meta-share a {
    margin-left: 9px;
    font-size: 16px;
}
/*------------- Post author -------------*/

.post-author {
    margin-bottom: 60px;
    margin-top: 60px;
    overflow: hidden;
    padding: 25px 20px;
    background-color: #F9F9F9;
}
.author-img {
    float: left;
    margin-right: 30px;
}
.author-img img {
    border-radius: 50%;
}
.author-content h5 a {
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Lato";
}
.author-content p {
    margin-bottom: 8px;
}
.author-content .author-social {
    font-size: 14px;
    color: #25262e;
    margin-right: 8px;
}
/*--------------- Post related --------------*/

.post-related {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 60px;
}
.post-box {
    text-align: center;
}
.post-box-title {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    display: inline-block;
    font-family: "Lato";
}
.item-related {
    width: 240px;
    float: left;
    margin-right: 20px;
}
.item-related:last-child {
    margin-right: 0;
}
#main.fullwidth .item-related {
    width: 242px;
    margin-right: 20px;
}
#main.fullwidth .item-related:last-child {
    margin-right: 0;
}
.item-related img {
    margin-bottom: 6px;
    width: 100%;
    height: auto;
}
.item-related h3 {
    margin-bottom: 4px;
}
.item-related h3 a {
    font-size: 14px;
    color: #424242;
    font-family: "Lato";
    text-align: justify;
}
.item-related h3 a:hover {
    opacity: 0.5;
}
.item-related span.date {
    font-size: 11px;
    font-style: italic;
    color: #999;
}
/*-------------- Post tags --------------*/

.post-tags {
    margin-top: 25px;
    margin-bottom: -15px;
    padding-bottom: 13px;
    clear: both;
    text-align: center;
}
.post-tags a {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #25262e;
    padding: 5px 0px;
    margin-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    font-weight: bold;
    border-bottom: 2px solid;
    border-bottom-color: #ddd;
    font-family: "Lato";
}
.post-tags a:before {
    content: '#';
}
.post-tags a:hover {
    color: #25262e;
    text-decoration: none;
    border-bottom: 2px solid;
    border-bottom-color: #25262e;
}
.mejs-horizontal-volume-slider {
    border-bottom: none !important;
}
/*----------- Comments ----------*/

.post-comments {
    margin-bottom: -25px;
    /*margin-top: 60px;*/
}
.comments {
    margin-bottom: 40px;
}
.thecomment {
    border-bottom: 1px dotted #eee;
    padding-bottom: 34px;
    margin-bottom: 34px;
}
.thecomment .author-img {
    float: left;
    margin-right: 20px;
}
.thecomment .author-img img {
    border-radius: 50%;
}
.thecomment .comment-text {
    overflow: hidden;
}
.thecomment .comment-text span.author,
.thecomment .comment-text span.author a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
    color: #424242;
}
.thecomment .comment-text span.author a:hover {
    text-decoration: underline;
}
.thecomment .comment-text span.date {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    margin-bottom: 6px;
}
.thecomment .comment-text em {
    font-size: 13px;
    margin-bottom: -14px;
    display: block;
    color: orange;
    letter-spacing: 1px;
}
.thecomment .comment-text em i {
    font-size: 14px;
    color: #f3bd00;
}
.post-comments span.reply a {
    float: right;
    font-size: 10px;
    background-color: #aaa;
    color: #FFF;
    padding: 2px 5px 4px 5px;
    border-radius: 2px;
    margin-left: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.post-comments span.reply a.comment-edit-link {
    background: #c5c5c5;
}
.post-comments span.reply a:hover {
    opacity: .8;
}
.post-comments ul.children {
    margin: 0 0 0 55px;
}
.post-comments ul.children li.thecomment {
    margin: 0 0 8px 0;
}
/*----------- Reply -------------*/

#respond {
    margin-bottom: 20px;
    overflow: hidden;
}
#respond h3 {
    font-size: 11px;
    color: #999;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Lato";
    letter-spacing: 2px;
    text-transform: uppercase;
}
#respond h3 a {
    color: #000;
    display: inline-block;
}
#respond h3 small a {
    text-transform: uppercase;
    font-size: 11px;
    background: #333;
    color: #FFF;
    padding: 4px 6px 5px;
    border-radius: 3px;
    margin-left: 7px;
    letter-spacing: 1px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#respond h3 small a:hover {
    opacity: .8;
}
#respond label {
    color: #888;
    width: 80px;
    font-size: 13px;
    display: inline-block;
    font-weight: 300;
}
#respond input {
    padding: 8px 10px;
    border: 1px solid #DDD;
    margin-right: 10px;
    border-radius: 3px;
    color: #999;
    margin-bottom: 15px;
    font-size: 11px;
    width: 250px;
    font-family: "Lato";
}
#respond input:focus {
    outline: none;
}
#respond .comment-form-url {
    margin-bottom: 10px;
}
#respond textarea {
    padding: 14px;
    border: 1px solid #DDD;
    border-radius: 3px;
    width: 95%;
    height: 120px;
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
    line-height: 20px;
    font-family: "Lato";
}
#respond textarea:focus {
    outline: none;
}
#respond #submit {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #eee;
    border-radius: 0;
    font-size: 11px;
    color: #666;
    padding: 12px 19px 14px;
    margin-top: 6px;
    display: inline-block;
    border: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-radius: 30px;
    width: auto;
}
#respond #submit:hover {
    background: #333;
    color: #FFF;
}
/*-------------------------------------------------------------------*/
/*---------------------------- Pagination ---------------------------*/
/*-------------------------------------------------------------------*/

.pagination {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}
.pagination a {
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: 300;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.pagination a:hover {
    color: #424243;
    font-weight: 600;
}
.pagination .newer {
    float: left;
}
.pagination .older {
    float: right;
}
/*-------------------------------------------------------------------*/
/*-------------------------- Post List Layout -----------------------*/
/*-------------------------------------------------------------------*/

.list-item {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.list-item .list-content {
    overflow: hidden;
}
.list-item .post-img {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
}
.list-item .post-img img {
    max-width: 270px;
}
.list-item .list-content .post-header {
    text-align: left;
}
.list-item .post-header h2 a {
    font-size: 22px;
}
.list-item .post-header .cat a {
    margin: 0 8px 7px 0;
}
.list-item .post-header {
    margin-bottom: 14px;
}
.list-meta .date {
    font-size: 11px;
    font-style: italic;
    color: #999;
}
.list-item .post-entry p {
    margin-bottom: 14px;
}
/*-------------------------------------------------------------------*/
/*-------------------------- Post Grid Layout -----------------------*/
/*-------------------------------------------------------------------*/

.grid-item {
    margin-bottom: 40px;
}
.sp-grid > li {
    display: contents;
    vertical-align: top;
    margin-right: 32px;
}
.sp-grid li:nth-of-type(2n+2) {
    margin-right: 0;
}
.grid-item .post-header .cat a {
    margin: 0 4px 8px 4px;
}
.grid-item .post-header h2 a {
    font-size: 17px;
    padding-bottom: 0em;
    padding-left: 5px;
    display: contents;
}
.grid-item .post-header {
    
}
/*-------------------------------------------------------------------*/
/*------------------------- Sidebar & Widgets -----------------------*/
/*-------------------------------------------------------------------*/

.widget {
    margin-bottom: 25px;
}
.widget-title {
    border-color: #666;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Lato";
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    padding: 16px 0;
    position: relative;
}
.widget a:hover {
    color: #000;
}
.widget input,
.widget select {
    border: 1px solid #ddd;
    color: #888;
    padding: 9px 7px;
    width: 100%;
}
.widget input:focus,
.widget select:focus {
    outline: none;
    border: 1px solid #d5d5d5;
}
.widget ul li {
    margin-bottom: 7px;
    padding-bottom: 8px;
    /*border-bottom: 1px dotted #d5d5d5;*/
    text-align: center;
}
.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget ul li a {
    color: #424242;
    font-size: 13px;
}
.widget img {
    max-width: 100%;
    height: auto;
}
/*** About Widget ***/

.about-widget {
    text-align: center;
}
.about-widget img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}
.about-round {
    border-radius: 50%;
}
/** Social Widget **/

.social-widget {
    text-align: center;
}
.social-widget a:first-child {
    margin-left: 0;
}
.social-widget a:last-child {
    margin-right: 0;
}
.social-widget a i {
    height: 16px;
    /*width: 28px;*/
    text-align: center;
    line-height: 15px;
    color: #161616;
    border-radius: 50%;
    margin: 0 8px;
    font-size: 14px;
}
.social-widget a:hover > i {
    color: #777;
}
/** WIDGET ITEMS **/

.widget ul.side-newsfeed li {
    list-style-type: none;
    margin-bottom: 17px;
    padding-bottom: 13px;
    margin-left: 0;
}
.widget ul.side-newsfeed li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget ul.side-newsfeed li .side-item {
    overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-image {
    float: left;
    margin-right: 14px;
}
.widget ul.side-newsfeed li .side-item .side-image img {
    width: 80px;
    height: auto;
}
.widget ul.side-newsfeed li .side-item .side-item-text {
    overflow: hidden;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 {
    margin-bottom: 4px;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    margin-bottom: 1px;
    color: #424242;
    display: block;
    font-size: 13px;
    font-family: "Lato";
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    font-size: 11px;
    color: #999;
    font-style: italic;
}
/*** Widget categories/archives ***/

.widget_categories ul li,
.widget_archive ul li {
    color: #999;
}
.widget_categories a,
.widget_archive a {
    margin-right: 5px;
}
/*** Tagcloud widget ***/

.widget .tagcloud a {
    font-size: 9px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #f2f2f2;
    color: #777;
    padding: 6px 8px 7px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.widget .tagcloud a:hover {
    background-color: #25262e;
    color: #fff;
    text-decoration: none;
}
/*** Calender widget ***/

#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: right;
    color: #777;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    font-size: 12px;
}
#wp-calendar tbody td a {
    font-weight: 700;
    color: #222;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
/*** Instagram widget ***/

#sidebar .instagram-pics li {
    width: 31.8%;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin: 0 2px 2px;
}
#sidebar .instagram-pics li img {
    max-width: 100%;
}
#sidebar .instagram-pics li img:hover {
    opacity: .87;
}
#sidebar2 .instagram-pics li {
    width: 31.8%;
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin: 0 2px 2px;
}
#sidebar2 .instagram-pics li img {
    max-width: 100%;
}
#sidebar2 .instagram-pics li img:hover {
    opacity: .87;
}
/*** Search Widget ***/

.widget #searchform input#s {
    border: 1px solid #e5e5e5;
    background: #fff url(img/searchsubmit.png) no-repeat 96% 13px;
    padding: 14px 14px;
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
}
.widget #searchform #s:focus {
    outline: none;
}
/** Searchbar for widget ***/

.widget #searchform input#s {
    width: 250px;
}
/* Widget menu */

.widget ul.menu li ul {
    padding-left: 12px;
    margin-top: 8px;
}
/*-------------------------------------------------------------------*/
/*----------------------- Footer Instagram --------------------------*/
/*-------------------------------------------------------------------*/

#instagram-footer {
    text-align: center;
    overflow: hidden;
}
.instagram-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
#instagram-footer .instagram-pics li {
    width: 16.66666666666667%;
    display: inline;
    float: left;
}
#instagram-footer .instagram-pics li img {
    max-width: 100%;
}
#instagram-footer .instagram-pics li img:hover {
    opacity: .87;
}
#instagram-footer p.clear {
    font-size: 12px;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#instagram-footer p.clear:hover {
    border-bottom: 2px solid #424242;
}
/*-------------------------------------------------------------------*/
/*----------------------------- Footer ------------------------------*/
/*-------------------------------------------------------------------*/
#footer {
    padding: 35px 0 35px;
    overflow: hidden;
}
#footer .container {
    padding-top: 2px;
    border-top: 1px solid #eee;
}
#footer .copyright {
    font-style: normal;
    font-size: 12px;
    color: #888;
    text-align: center;
}
#footer .copyright a{
    border-bottom: 1px dotted #777;
    padding-bottom: 2px;
}
#footer .copyright.left {
    float: left;
}
#footer .copyright.right {
    float: right;
}
/*-------------------------------------------------------------------*/
/*------------------ Archives & Categories --------------------------*/
/*-------------------------------------------------------------------*/

.archive-box {
    text-align: center;
    margin-top: -61px;
    padding-top: 45px;
    padding-bottom: 30px;
}
.archive-box h1 {
    font-size: 25px;
    letter-spacing: 1px;
}
.archive-box span {
    font-size: 17px;
    letter-spacing: 1px;
    color: #999;
    display: inline-block;
    background-color: #eee;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.nothing {
    font-size: 22px;
    color: #999;
    text-align: center;
    padding-top: 2px;
    line-height: 22px;
}
.nothing-black {
    color: black;
}

/*-------------------------------------------------------------------*/
/*--------------------------- WordPress Core ------------------------*/
/*-------------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*---------- Custom WordPress gallery style ---------*/

.gallery .gallery-caption {
    font-size: 12px;
    color: #888;
    font-family: "Open Sans";
}
.gallery .gallery-icon img {
    border-radius: 2px;
    border: 1px solid #eee !important;
    padding: 7px;
}
.gallery .gallery-icon img:hover {
    border: 1px solid #ccc !important;
}
/*------ 404 error -------*/

.error-page {
    text-align: center;
}
.error-page h1 {
    font-size: 186px;
    color: #000;
}
.error-page p {
    color: #999;
    font-style: italic;
}
/*-------------------------------------------------------------------*/
/*------------------------- Contact Form 7 --------------------------*/
/*-------------------------------------------------------------------*/

.wpcf7 input {
    width: 266px;
}
div.wpcf7 {
    overflow: hidden;
    margin-top: 40px;
}
.wpcf7 input[type="email"],
select:focus {
    font-size: 16px;
}
.wpcf7 input,
.wpcf7 textarea {
    padding: 8px;
    border: 1px solid #DDD;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 94%;
}
.wpcf7 .wpcf7-submit {
    background: #eee;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 12px 24px;
    color: #999;
    letter-spacing: 3px;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    border: none;
    width: auto;
}
.wpcf7 .wpcf7-submit:hover {
    background: #333;
    color: #fff;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 .wpcf7-submit:focus {
    outline: 0;
}
.mathcaptcha {
    width: 20px !important;
}


/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*------------------------- RESPONSIVE CSS --------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/

#footer_all_DOWN {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-top: -20px;
}

#fancybox_DOWN {
    margin-left:auto;
    margin-right:auto;
    width:370px;
    height:309px;
    text-align:center;
    margin-bottom: 10px;
}

#totalcompanies {
    margin-bottom: 75px;
}

div.job_listings .load_more_jobs {
    margin-bottom: 60px;
}

.job-manager-application-wrapper .application, .single_job_listing .application {
    margin-bottom: 50px;
}

#job-manager-alerts {
    margin-bottom: 60px;
}
@media (max-width:720px) {
    .gpiimage {
        display: none;
    }
}
@media (min-width:720px) {
    .gpiimage {
        float: left;
        border-right: 10px solid white;
    }
}
@media (max-height:634px) {
    #execphp-6 {
        display: none;
    }
}
@media (min-height:635px) {
    #execphp-6 {
        margin-top: -8px;
    }
}
@media only screen and (min-width: 1500px) and (min-height: 1024px) {
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #footer_all_DOWN, #single_KSpost_UP {
        /*height:120px !important;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
}

/*
@media only screen and (min-width: 1280px) and (max-height: 859px) {
    #sidebar_left_UP {
        height:0px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 910px) {
    #sidebar_left_UP {
        height:200px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 950px) {
    #sidebar_left_UP {
        height:240px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 960px) {
    #sidebar_left_UP {
        height:250px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 1030px) {
    #sidebar_left_UP {
        height:320px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 1070px) {
    #sidebar_left_UP {
        height:360px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 1110px) {
    #sidebar_left_UP {
        height:400px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 1190px) {
    #sidebar_left_UP {
        height:480px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 1310px) {
    #sidebar_left_UP {
        height:600px !important;
    }
}
*/

@media only screen and (min-width: 1280px) and (max-height: 629px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:0px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 630px) {
    #sidebar_right_UP, #sidebar_left_UP {
        /*width:120px;*/
        height:175px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 670px) {
    #sidebar_right_UP, #sidebar_left_UP {
        /*width:120px;*/
        height:175px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 680px) {
    #sidebar_right_UP, #sidebar_left_UP {
        /*width:120px;*/
        height:175px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 750px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:315px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 790px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:315px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 830px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:315px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 910px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:420px !important;
    }
}

@media only screen and (min-width: 1280px) and (min-height: 1030px) {
    #sidebar_right_UP, #sidebar_left_UP {
        width:160px !important;
        height:600px !important;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 630px) {
    #sidebar_right_UP, #sidebar_left_UP {
        width:210px !important;
        height:175px !important;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 670px) {
    #sidebar_right_UP, #sidebar_left_UP {
        width:210px !important;
        height:175px !important;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 680px) {
    #sidebar_right_UP, #sidebar_left_UP {
        /*width:120px;*/
        height:250px !important;
        width:300px !important;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 750px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:250px !important;
        width:300px !important;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 790px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:250px !important;
        width:300px !important;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 830px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:250px !important;
        width:300px !important;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 910px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:250px !important;
        width:300px !important;
    }
}

@media only screen and (min-width: 1680px) and (min-height: 1030px) {
    #sidebar_right_UP, #sidebar_left_UP {
        height:600px !important;
        width:160px !important;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
}

@media only screen and (min-width: 2300px) {
    .container {
        width: 1500px;
    }
    #cookie-notice {
        width: 1350px;
    }
    #main {
        width: 1500px;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP {
        width:1500px;
        /*height:186px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #footer_all_DOWN {
        width:1500px;
    }
}


@media only screen and (min-width: 1920px) and (max-width: 2299px) {
    .container {
        width: 1130px;
    }
    #cookie-notice {
        width: 1017px;
    }
    #main {
        width: 1130px;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP {
        width:1130px;
        /*height:140px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #footer_all_DOWN {
        width:1130px;
    }
}

@media only screen and (min-width: 1680px) {
    #sidebar {
        width: 300px;
    }
    #sidebar2 {
        width: 300px;
        padding: 77px 10px 60px 10px;
    }

    #sidebar_right_UP, #sidebar_left_UP {
        /*width:160px;*/
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
    .container {
        width: 980px;
    }
    #cookie-notice {
        width: 882px;
    }
    #main {
        width: 980px;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP {
        width:980px;
        /*height:122px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #footer_all_DOWN {
        width:980px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1679px) {
    #sidebar_right_UP, #sidebar_left_UP {
        /*width:160px;*/
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1499px) {
    .container {
        width: 768px;
    }
    #cookie-notice {
        width: 691px;
    }
    #main {
        width: 768px;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP {
        width:768px;
        /*height:95px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #footer_all_DOWN {
        width:768px;
    }

    #logo img {
        max-width: 50%;
    }
    /* Featured area */
    
    .feat-item {
        height: 520px;
        padding: 0;
    }
    /* Grid item */
    
    .sp-grid > li {
        
    }
    #main.fullwidth .sp-grid > li {
        width: 360px;
    }
    /* Related items */
    
    .item-related {
        width: 204px;
        margin-right: 19px;
    }
    #main.fullwidth .item-related {
        width: 292px;
        margin-right: 32px;
    }
    #main.fullwidth .item-related:last-child {
        margin-right: 0;
    }
}
@media only screen and (min-width: 721px) and (max-width: 960px) {
    .container {
        width: 615px;
    }
    #cookie-notice {
        width: 554px;
    }

    #main {
        width: 100%;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP {
        width:615px;
        /*height:77px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #footer_all_DOWN {
        width:615px;
    }

    /*
    #sidebar {
        width: 210px;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }
    */
    #logo img {
        max-width: 50%;
    }
    /* Featured area */
    
    .feat-item {
        height: 444px;
        padding: 0;
    }
    .feat-item .post-header h2 a {
        font-size: 22px;
    }
    /* Responsive Menu */
    
    #nav-wrapper {
        display: block;
    }
    .slicknav_menu {
        display: none;
    }
    /* Grid item */
    
    .sp-grid li {
        width: 348px;
    }
    #main.fullwidth .sp-grid > li {
        width: 360px;
        margin-right: 26px;
    }
    /* Related items */
    
    .item-related,
    #main.fullwidth .item-related {
        width: 230px;
        margin-right: 18px;
    }
    #main.fullwidth .item-related:last-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    .container {
        width: 460px;
    }
    #cookie-notice {
        width: 414px;
    }
    #main {
        width: 100%;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP {
        width:460px;
        /*height:57px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }

    #footer_all_DOWN {
        width:460px;
    }
    /* Featured area */
    
    .feat-item {
        height: 310px;
        padding: 0;
    }
    .feat-item .post-header .date {
        display: block;
    }
    .feat-item .post-header h2 {
        margin-bottom: 14px;
    }
    .feat-item .post-header .cat a {
        font-size: 10px;
        margin-bottom: 12px;
    }
    .feat-item .post-header h2 a {
        font-size: 16px;
    }
    /* List layout */
    
    .list-item .post-img img {
        max-width: 180px;
    }
    .list-item .post-img {
        margin-right: 22px;
    }
    .list-item .post-header h2 a {
        font-size: 20px;
    }
    .list-item .post-header h2 {
        margin-bottom: 8px;
    }
    /* grid item */
    
    .sp-grid > li,
    #main.fullwidth .sp-grid > li {
        width: 100%;
        margin-right: 26px;
    }
    /* Related items */
    
    .item-related,
    #main.fullwidth .item-related {
        width: 148px;
        margin-right: 18px;
    }
    .author-img img {
        max-width: 70px;
        height: auto;
    }
    .bx-wrapper .bx-prev {
        left: 13px;
    }
    .bx-wrapper .bx-next {
        right: 13px;
    }
}

@media only screen and (min-width: 481px) {
    #job_description_INTER {
        display: none;
    }
    #single_KSpost_INTER {
        display: none;
    }
    #main_PAGE_inter {
        display: none;
    }
}

@media only screen and (min-width: 390px) and (max-width: 480px){
    .container {
        width: 370px;
    }
    #cookie-notice {
        width: 333px;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP, #footer_all_DOWN
    {
        width:370px;
        /*height:116px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    /*
    #footer_all_DOWN
    {
        width: 100%;
        max-width: 480px;
    }
    */
    #fancybox_DOWN {
        width:275px;
        height:230px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 10px;
    }
    #job_description_INTER {
        width:336px;
        height:280px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #single_KSpost_INTER {
        width:336px;
        height:280px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #main_PAGE_inter {
        width:336px;
        height:280px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    .job_filters .job_types li {
        padding: .5em .5em;
    }
    .myownheaderforjob {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .myownheaderforjob2 {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .single_job_listing .company {
        margin: 0em 1em 0em 1em;
        float: none;
    }
    .post-entry {
        margin-top: 0px;
    }
    .single_job_listing .job_description {
        margin: 0;
    }
    .hvr-shrink {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .single_job_listing .application .application_details {
        width: 100%;
    }
    #content {
        /*margin-bottom: 80px;*/
    }
    #main {
        width: 100%;
    }

    #logo img {
        max-width: 50%;
    }
    /* Featured area */
    
    .feat-item {
        height: 220px;
        padding: 0;
    }
    .feat-item .read-more {
        display: none;
    }
    .feat-item .post-header .date {
        display: none;
    }
    .feat-item .post-header .date {
        margin-bottom: 0;
    }
    .feat-item .post-header h2 a {
        font-size: 15px;
    }
    .feat-item .post-header h2 {
        margin-bottom: 0;
    }
    .feat-item .post-header .cat a {
        font-size: 8px;
        margin-bottom: 7px;
    }
    /* Responsive search */
    
    #top-search {
        right: 70px;
    }
    #top-search #s {
        display: none;
    }
    #top-social {
        right: 100px;
    }
    /* Responsive Menu */
    
    #nav-wrapper {
        display: block;
    }
    .slicknav_menu {
        display: none;
    }
    /* List layout */
    
    .list-item .post-img img {
        max-width: 90px;
    }
    .list-item .post-img {
        margin-right: 16px;
    }
    .list-item p {
        display: none;
    }
    .list-item .post-header h2 a {
        font-size: 16px;
    }
    .list-item .post-header h2 {
        margin-bottom: 6px;
    }
    .list-item .post-header {
        margin-bottom: 0;
    }
    /* grid item */
    
    .sp-grid > li,
    #main.fullwidth .sp-grid > li {
        width: 370px;
        margin-right: 0;
    }
    .grid-item .post-header h2 a {
        font-size: 18px;
    }
    /* Related items */
    
    .item-related,
    #main.fullwidth .item-related {
        width: 370px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .author-img {
        margin-right: 16px;
    }
    .author-img img {
        max-width: 60px;
        height: auto;
    }
    #respond textarea {
        width: 90%;
    }
    .bx-wrapper .bx-prev {
        left: 10px;
    }
    .bx-wrapper .bx-next {
        right: 10px;
    }
    .topjobslikebox {
        margin: 0em 1em 0em 1em !important;
        float: none !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 389px){
    .container {
        width: 330px;
    }
    #cookie-notice {
        width: 297px;
    }
    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP, #footer_all_DOWN
    {
        width:330px;
        /*height:104px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    /*
    #footer_all_DOWN
    {
        width: 100%;
        max-width: 389px;
    }
    */
    #fancybox_DOWN {
        width:260px;
        height:217px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 10px;
    }
    #job_description_INTER {
        width:300px;
        height:250px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #main_PAGE_inter {
        width:300px;
        height:250px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #single_KSpost_INTER {
        width:300px;
        height:250px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    .job_filters .job_types li {
        padding: .5em .5em;
    }
    .myownheaderforjob {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .myownheaderforjob2 {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .single_job_listing .company {
        margin: 0em 1em 0em 1em;
        float: none;
    }
    .post-entry {
        margin-top: 0px;
    }
    .single_job_listing .job_description {
        margin: 0;
    }
    .hvr-shrink {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .single_job_listing .application .application_details {
        width: 100%;
    }
    #content {
        /*margin-bottom: 80px;*/
    }
    #main {
        width: 100%;
    }

    #logo img {
        max-width: 50%;
    }
    /* Featured area */
    
    .feat-item {
        height: 220px;
        padding: 0;
    }
    .feat-item .read-more {
        display: none;
    }
    .feat-item .post-header .date {
        display: none;
    }
    .feat-item .post-header .date {
        margin-bottom: 0;
    }
    .feat-item .post-header h2 a {
        font-size: 15px;
    }
    .feat-item .post-header h2 {
        margin-bottom: 0;
    }
    .feat-item .post-header .cat a {
        font-size: 8px;
        margin-bottom: 7px;
    }
    /* Responsive search */
    
    #top-search {
        right: 70px;
    }
    #top-search #s {
        display: none;
    }
    #top-social {
        right: 100px;
    }
    /* Responsive Menu */
    
    #nav-wrapper {
        display: block;
    }
    .slicknav_menu {
        display: none;
    }
    /* List layout */
    
    .list-item .post-img img {
        max-width: 90px;
    }
    .list-item .post-img {
        margin-right: 16px;
    }
    .list-item p {
        display: none;
    }
    .list-item .post-header h2 a {
        font-size: 16px;
    }
    .list-item .post-header h2 {
        margin-bottom: 6px;
    }
    .list-item .post-header {
        margin-bottom: 0;
    }
    /* grid item */
    
    .sp-grid > li,
    #main.fullwidth .sp-grid > li {
        width: 330px;
        margin-right: 0;
    }
    .grid-item .post-header h2 a {
        font-size: 18px;
    }
    /* Related items */
    
    .item-related,
    #main.fullwidth .item-related {
        width: 330px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .author-img {
        margin-right: 16px;
    }
    .author-img img {
        max-width: 60px;
        height: auto;
    }
    #respond textarea {
        width: 90%;
    }
    .bx-wrapper .bx-prev {
        left: 10px;
    }
    .bx-wrapper .bx-next {
        right: 10px;
    }
    .topjobslikebox {
        margin: 0em 1em 0em 1em !important;
        float: none !important;
    }
}


@media only screen and (max-width: 359px) {
    .container {
        width: 300px;
    }
    #cookie-notice { /* the calculation here is container minus 10% */
        width: 270px;
    }

    #main_job_list_UP, #single_job_UP, #other_postsnpages_UP, #alert_page_UP, #single_company_UP, #blog_roll_UP, #single_KSpost_UP, #footer_all_DOWN
    {
        width:300px;
        /*height:94px;*/
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    /*
    #footer_all_DOWN
    {
        width: 100%;
        max-width: 359px;
    }
    */
    #fancybox_DOWN {
        width:260px;
        height:217px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 10px;
    }

    #job_description_INTER {
        width:300px;
        height:250px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #main_PAGE_inter {
        width:300px;
        height:250px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    #single_KSpost_INTER {
        width:300px;
        height:250px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    .job_filters .job_types li {
        padding: .5em .5em;
    }
    .myownheaderforjob {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .myownheaderforjob2 {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    .single_job_listing .company {
        margin: 0em 1em 0em 1em;
        float: none;
    }
    .post-entry {
        margin-top: 0px;
    }
    .single_job_listing .job_description {
        margin: 0;
    }
    .hvr-shrink {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .single_job_listing .application .application_details {
        width: 100%;
    }
    #content {
        /*margin-bottom: 80px;*/
    }
    #main {
        width: 100%;
    }

    #logo img {
        max-width: 50%;
    }
    /* Featured area */
    
    .feat-item {
        height: 220px;
        padding: 0;
    }
    .feat-item .read-more {
        display: none;
    }
    .feat-item .post-header .date {
        display: none;
    }
    .feat-item .post-header .date {
        margin-bottom: 0;
    }
    .feat-item .post-header h2 a {
        font-size: 15px;
    }
    .feat-item .post-header h2 {
        margin-bottom: 0;
    }
    .feat-item .post-header .cat a {
        font-size: 8px;
        margin-bottom: 7px;
    }
    /* Responsive search */
    
    #top-search {
        right: 70px;
    }
    #top-search #s {
        display: none;
    }
    #top-social {
        right: 100px;
    }
    /* Responsive Menu */
    
    #nav-wrapper {
        display: block;
    }
    .slicknav_menu {
        display: none;
    }
    /* List layout */
    
    .list-item .post-img img {
        max-width: 90px;
    }
    .list-item .post-img {
        margin-right: 16px;
    }
    .list-item p {
        display: none;
    }
    .list-item .post-header h2 a {
        font-size: 16px;
    }
    .list-item .post-header h2 {
        margin-bottom: 6px;
    }
    .list-item .post-header {
        margin-bottom: 0;
    }
    /* grid item */
    
    .sp-grid > li,
    #main.fullwidth .sp-grid > li {
        width: 300px;
        margin-right: 0;
    }
    .grid-item .post-header h2 a {
        font-size: 18px;
    }
    /* Related items */
    
    .item-related,
    #main.fullwidth .item-related {
        width: 300px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .author-img {
        margin-right: 16px;
    }
    .author-img img {
        max-width: 60px;
        height: auto;
    }
    #respond textarea {
        width: 90%;
    }
    .bx-wrapper .bx-prev {
        left: 10px;
    }
    .bx-wrapper .bx-next {
        right: 10px;
    }
    .topjobslikebox {
        margin: 0em 1em 0em 1em !important;
        float: none !important;
    }
}
.imgspec {
        float: right;
        height:48px;
}

.sp-grid img {
    width: 40px;
    position: absolute;
    left: 0em;
    float: left;
    margin-right: 1em;
    margin-left: 5px;
    vertical-align: middle;
    box-shadow: none
}

.sp-grid a {
    display: block;
    padding: 0.75em 0em 2em 1em;
    border: 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
}

.sp-grid li {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #eee;
}

.sp-grid .position {
    float: left;
    width: 45%;
    padding: 0 0 0 42px;
    line-height: 1.25em;
    font-size: 15px;
}

.sp-grid .company {
    color: #999;
    font-size: 15px;
}

.sp-grid .location {
    float: left;
    text-align: left;
    width: 31%;
    padding: 0 0 0 1em;
    color: #666666;
    line-height: 1.5em;
    font-size: smaller;
}

.sp-grid .meta {
    float: right;
    width: 15%;
    padding: 0 0 0 0em;
    margin: 0;
    line-height: 1.25em;
    color: #999;
    list-style: none outside;
    box-sizing: border-box;
    font-size: 15px;
}

.sp-grid .job-type {
    list-style: none outside;
    display: block;
    margin: 0;
    font-size: smaller;
}
.sp-grid .full-time {
    color: #90da36 !important;
}

.sp-grid .contract {
    color: #f08d3c !important;
}


.sp-grid .date {
    list-style: none outside;
    display: block;
    margin: 0;
    font-size: small;
}

@media only screen and (max-width:767px) {
    .sp-grid .location {
        visibility: hidden;
        position: absolute;
    }
    .sp-grid .position {
        width: 61%;
    }
    .sp-grid .meta {
        width: 25%;
    }
}

#content .sp-grid {
    padding-top: 2.5em;
}

.sp-grid .post-header {
    margin-top: 0px;
}

.sp-grid h2 {
    margin-top: 0px;
    font-size: large;
}

.sp-grid .post-entry {
    visibility: hidden;
    margin-top: 0px;
}

.sp-grid .grid-item {
    margin: 0 0 0 0;
}

.sp-grid a:hover {
    background-color: #f8f8f8;
}

.sp-grid .grid-item a:hover {
    background-color: #f8f8f8;
}

.sp-grid .gpiimage {
   position: initial;
   width: auto;
   margin-left: 0px;
   margin-right: 10px;
   border-right: 0px;
   height: 50px;
}

.sp-grid .grid-item a {
    padding: 5px;
    margin-top: 5px;
}

.expired-content {
    width: 75%;
}

.company-profile-info {
    margin-bottom: 1em;
    background: #f8f8f8;
    margin-top: 15px;
}
.company-profile-info img {
    width: 40px;
    position: absolute;
    left: 0em;
    float: left;
    margin-right: 1em;
    margin-left: 5px;
    vertical-align: middle;
    box-shadow: none;
}

.company-profile-info li {
    list-style: none outside;
    margin: 0;
    border-bottom: 0px solid #eee;
    display: block;
    padding: 0em 0em .75em 1em;
    border: 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
}

.company-profile-info .post-header {
    margin-top: 20px;
    text-align: left;
    width: 70%;
}

.company-profile-info a {
    float: left;
    width: 100%;
    padding: 0 10px 0 42px;
    line-height: 1.25em;
}

.company-profile-info a:hover {
    color: black;
}

.company-profile-info .location {
    margin-right: 5px;
    float: left;
    margin-left: 42px;
    font-family: Lato;
    letter-spacing: 1px;
    font-size: 12px;
}

.page-subtitle {
    margin-bottom: 0em;
}

.company-profile-jobs div.specialalertsbox {
    display: block;
    padding: 7px 14px 7px 14px;
    border: 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
}

.company-profile-jobs div.specialalertsbox:hover {
    background-color: #f8f8f8;
}

.company-profile-jobs div.specialalertsbox:hover div.position>ul.job-alert-actions2 {
    visibility: visible;
}

.company-profile-jobs .position {
    float: left;
    width: 45%;
    padding: 0 0 0 0;
    line-height: 1.25em;
}
.company-profile-jobs h3 {
    margin: 0;
    padding: 0;
    line-height: 18.75px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.company-profile-jobs .location {
    float: left;
    text-align: left;
    width: 25%;
    padding: 0 2.5% 0 2.5%;
    color: #666666;
    line-height: 1.5em;
    font-size: smaller;
}

.company-profile-jobs .job-type.contract {
    font-size: smaller;
    margin-right: 5px;
    text-align: right;
    color: #f08d3c !important;
}

.company-profile-jobs .job-type.full-time {
    font-size: smaller;
    margin-right: 5px;
    text-align: right;
    color: #90da36 !important;
}

.company-profile-jobs .date {
    list-style: none outside;
    display: block;
    margin: 0;
    font-size: small;
    margin-right: 5px;
    text-align: right;
    line-height: 1.25em;
    color: #999;
}

.company-profile-jobs .meta {
    float: right;
    text-align: right;
    width: 25%;
    padding: 0 0 0 0em;
    margin: 0;
    line-height: 1.25em;
    color: #999;
    list-style: none outside;
}

.compaurl {
    font-size: 9px;
}

.company-letters {
    font-size: xx-small;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}

.company-letter {
    background-color: #eee;
    display: inline;
    font-size: larger;
}
.company-letter a {
    text-decoration: none;
    font-size: large;
}

.letter_block_sp {
    margin-top: 7px;
}

.company-name {
    text-align: left !important;
}

.company-name-grey {
    color: #b9b9b9;
    text-align: left !important;
}

.company-name-grey a {
    color: #b9b9b9;
}

.letter-wrapper {
    position:relative;
}

.letter-wrapper-inside {
    position:absolute;
    top:-42px;
}

.company-group {
    width: 48.4375%
}

#nav-wrapper .menu li.page-item-6158 { /* this is myalerts menu item */
    display: none;
}
#nav-wrapper .menu li.page-item-214071 { /* this is thenkyou menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-2946 { /* this is post-job menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-7569 { /* this is checkout menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-7587 { /* this is myaccount menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-7582 { /* this is cart menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-7589 { /* this is terms and conditions menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-7759 { /* this is jobs dashboard menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-962751 { /* this is maltings dashboard menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-7827 { /* this is privacy policy menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-2944 { /* this is companies menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-11509 { /* this is secondary remote-jobs menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-68243 { /* this is secondary remote-jobs menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-9139 { /* this is about menu item */
    /*display: none;*/
}

#nav-wrapper .menu li.page-item-135 { /* this is news menu item */
    /*display: none;*/
}

#nav-wrapper .menu li.page-item-27 { /* this is news menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-29 { /* this is news menu item */
    display: none;
}

#nav-wrapper .menu li.page-item-31 { /* this is news menu item */
    display: none;
}

/*
#rmj4ulogoimg {
    margin-left:50px;
}
*/

#submit-job-form .fieldset-logged_in {
    display: none;
}

#submit-job-form .fieldset-login_required {
    display: none;
}

#submit-job-form .fieldset-job_location {
    display: none;
}

#submit-job-form .fieldset-company_twitter {
    display: none;
}

#submit-job-form .fieldset-company_video {
    display: none;
}

#submit-job-form .fieldset-job_type {
    height: 88px;
}

#submit-job-form .fieldset-job_category {
    height: 88px;
}

#submit-job-form .fieldset-job_description {
    margin-bottom: 12px;
}

label[for="job_description"]
{
    margin-bottom: 12px !important;
}

#submit-job-form .fieldset-company_tagline {
    display: none;
}

.g-recaptcha {
    padding-bottom: 15px;
    transform:scale(0.99);
    -webkit-transform:scale(0.99);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    text-align: center;
    text-align: -webkit-center;
}

.manage_ks1 {
    /*text-align: right;*/
    margin-bottom: 20px;
    color: grey;
}

.company-profile-info a img.emoji {
    position: initial;
}

.postjoblink {
    font-size: large !important;
    margin-bottom: 10px;
    margin-top: 15px;
    
}

.postjoblink a {
    /*color: palevioletred;*/
    text-decoration: underline;
}

#job-manager-job-dashboard table {
    table-layout: fixed;
}

#main_up2_logo {
    padding-left: 35px;
}

#gifik1 {
    padding-right: 14px;
}

#nav-wrapper>div>ul {
    padding-left: 30px;
}

#execphp-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px;
}

#execphp-5 {
    margin-bottom: 0px;
}

li + #job_description_INTER {
    margin-top: 1em;
}

li + #main_PAGE_inter {
    margin-top: 1em;
}

li + #single_KSpost_INTER {
    margin-top: 1em;
}

.company_description
{
    color: gray;
    margin-bottom: 5px;
    text-align: justify;
    margin-right: 20px;
    margin-left: 10px;
}

.formspec4 {
    float: right;
}

.formspec4 button {
    pointer-events: none !important;
    display: none !important;
}

.formspec4 .ajax-loader {
    margin: 0 4px 0 4px !important;
    position: relative;
}

#contact_form_pop>center>div>form>p>span>#email1 {
    margin-right: 0px !important;
    width: 93% !important;
}

#contact_form_pop>center>div>form>p>span>.wpcf7-not-valid-tip {
    float: left;
    /* text-align: center; */
}

#contact_form_pop>center>div>form>p>span>#email1::-webkit-input-placeholder {
    text-align: center;
    font-size: 14px;
    font-family: "Inconsolata","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#contact_form_pop>center>div>form>p>span>#email1:-moz-placeholder {
    text-align: center;
    font-size: 14px;
    font-family: "Inconsolata","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#contact_form_pop>center>div>form>p>span>#email1::-moz-placeholder {
    text-align: center;
    font-size: 14px;
    font-family: "Inconsolata","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#contact_form_pop>center>div>form>p>span>#email1:-ms-input-placeholder {  
    text-align: center;
    font-size: 14px;
    font-family: "Inconsolata","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancy_subscr_link {
    float: right;
    background-color: #f8f8f8 !important;
    border: 1px solid #e5e5e5 !important;
    padding: 8px 12px !important;
    border-radius: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    font-size: 16px !important;
    color: buttontext !important;
    letter-spacing: 1px !important;
    text-transform: none !important;
    font-weight: 300 !important;
}

.fancy_subscr_link2 {
    margin-top: 17px;
    float: left;
    margin-left: 10px;
    font-size: 14px;
}

#contact_form_pop>center>div.wpcf7 {
    margin-top: 20px !important;
    width: 95% !important;
}

.top_text_pop1 {
    margin-top: 15px !important;
    font-size: 16px;
    color: black !important;;
}
.top_text_pop2 {
    margin-top: 15px !important;
}

.top_text_pop3 {
    color: #f08d3c !important;
}

.myjobsikonka::selection  {
    background-color:transparent;
} 
.myjobsikonka::-moz-selection {
    background-color:transparent;
}
.myjobsikonka {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a[id^='alertnew-'] {
    color: #fcb437;
}
#job-manager-alerts>div>div>ul>div>div.position>div.company {
    color: #999;
    text-align: left;
}
#job-manager-alerts>div>div>ul>div>img {
    width: 40px;
    position: absolute;
    left: 0em;
    float: left;
    margin-right: 1em;
    margin-left: 5px;
    vertical-align: middle;
    box-shadow: none;
}
#job-manager-alerts>div>div>ul>div>div.position {
    float: left;
    width: 45%;
    padding: 0 0 0 42px;
    line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
    #job-manager-alerts>div>div>ul>div>div.position {
        padding: 0 0 0 37px;
    }
    #job-manager-alerts>div>div>ul>div>img {
        margin-left: 0px;
    }
}
#job-manager-alerts>div>div>ul>div>ul.meta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    text-align: right;
    width: 15%;
    padding: 0 0 0 0em;
    margin: 0;
    line-height: 1.25em;
    color: #999;
    list-style: none outside;
}
#job-manager-alerts>div>div>ul>div>ul>li.job-type {
    font-size: smaller;
    margin-right: 5px;
    text-align: right;
    margin-bottom: 0px;
}
@media only screen and (max-width:480px) {
    #job-manager-alerts>div>div>ul>div>div.position {
        width: 55%;
        padding: 0 0 0 45px
    }
    #job-manager-alerts>div>div>ul>div>div.location {
        visibility: hidden;
        position: absolute;
    }
    #job-manager-alerts>div>div>ul>div>ul.meta {
        width: 25%;
        font-size: .75em;
    }
    #job-manager-alerts>div>div>ul>div>ul.meta>li {
        font-size: small !important
    }
}
.actions2alert {
    margin-bottom: 0px !important;
}
.job-alert-actions2 {
    margin-bottom: 0px !important;
    margin-top: 4px !important;
    visibility: hidden;
    color: #424242 !important;
}
div.position>ul>li {
    margin-bottom: 0px
}
div.position>h3>a {
    text-decoration: none !important;
    padding: 0;
}
div.position>a.job-alerts-action-remove_jobmark {
    color: red;
    visibility: hidden;
}
div.position>ul>li>a.job-alerts-action-remove_jobmark {
    color: red;
    padding: 0;
    text-decoration: underline;
}

#main>div.company-profile-jobs-done>a {
    color: gray;
}
.company-profile-jobs-done {
    color: gray;
    margin-bottom: 35px;
    margin-top: -45px;
}
#job-manager-alerts>div.company-profile-jobs-done>div>h3 {
    display:inline;
}
#job-manager-alerts>div.company-profile-jobs-done>div.position {
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}
#job-manager-alerts>div.company-profile-jobs-done>div:hover {
    background-color: #f8f8f8;
}
#job-manager-alerts>div.company-profile-jobs-done>div:hover .job-alert-actions2 {
    visibility: visible !important;
}
#job-manager-alerts>div.company-profile-jobs-done>div:hover .job-alerts-action-remove_jobmark {
    visibility: visible !important;
}
#job-manager-alerts>div.company-profile-jobs-done>div>h3 {
    color: gray !important;
    font-family: "Inconsolata","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}
#job-manager-alerts>div.company-profile-jobs-done>div>h3>a {
    color: gray !important;
}
.noactivejobsalert {
    color: gray;
}
.company-profile-jobs a {
    display: block;
    padding: 0.75em 0em 1.5em 1em;
    border: 0;
    overflow: hidden;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
}

.company-profile-jobs a:hover {
    background-color: #f8f8f8;
}

.topjobslikebox {
    background: #e3eff1;
    position: relative;
    padding: 1em;
    margin: 0 0 0em 2em;
    display: block;
    clear: both;
    box-sizing: content-box;
}

div.topjobslikebox>ul>li {
    padding-top: 7px;
}

.jobnamebox1 {
    color: #25262e;
}

.companynamebox1 {
    color: #999;
}

div.company-profile-jobs>div>ul>li>div>a {
    display: unset !important;
    padding: 0 0 0 0 !important;
    text-decoration: underline !important;
}

div.company-profile-jobs>div>ul>li>div a:hover {
    background-color: white !important;
}

div.company-profile-jobs>div>ul>li>div>strong {
    background-color: #eee !important;
    font-size: medium !important;
    font-weight: 400 !important;
}

div.post-entry>div>ul>li>a {
    text-decoration: none;
    color: #25262e;
}

div.post-entry>div.topjobslikebox {
    margin: 0 0 0em 0em;
}