/*
Theme Name: Black & Co.
Theme URI: http://www.agendagroup.net/
Author: agenda
Author URI: http://www.agendagroup.net
Description: 
Version: 1.0.0
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags:
Credits:
/* This is a small security for too long strings titles */


/*Wordpress*/
body {
    word-wrap: break-word;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
.gallery-caption {
    display: block;
}

embed,
iframe,
object {
    max-width: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

.main-content-inner {
    padding-bottom: 1.5em;
}
.hentry {
    margin: 0 0 1.5em;
}
.sticky {
    display: block;
}
.bypostauthor {
    display: block;
}

.clear {
    clear: both;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
    max-width: 100%;
}
.comment .children { margin-left: 1.5em; }

.entry-meta {
    clear: both;
}

/* styles for _tk_pagination und _tk_link_pages */
    nav form.tk-page-nav,
    nav .input-group,
    nav .input-group-btn,
    nav .form-control {
        display: inline;
    }

/*End Wordpress*/

/*GLOBAL*/


/*typography*/
    body{
        font-family: "Varela Round","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .orange{
        color: #ffa200;
    }

    a{
        color: #ffa200;
        text-decoration: none;
    }
    a:hover{
        color: #c77f00;
        text-decoration: none;
    }

    h1, h2, h3, h4, h5 {
        font-weight: bold !important;
        text-shadow:none;
    }

/*end typography*/

/*logo*/

    a#logo-image img {
        width: 200px;
        border-radius: 3px;
    }

/*end logo*/

/*MISC*/
    /*container padding*/
        .container {
            padding: 15px;
        }

    #slideshow-container {
        padding:0px;
        border-bottom: 5px solid #ffa200;
    }

    .nopadding{
        padding:0px;
    }

/*END MISC*/

/*buttons*/
    .button-wire{
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        border: 1px solid #fff;
        background-color: transparent;
        text-transform: uppercase;
        padding: 15px 20px;
        margin: 0 0 0 20px;
        position: relative;
        top: -3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        text-decoration: none !important;
    }

    .button-wire:hover{
        background-color: #fff;
        color: #000;
    }

    a.button, .wpcf7-submit {
        border-radius: 3px;
        color: #ffa200;
        font-weight: 600;
        font-size: 14px;
        border: 1px solid #ffa200 !important;
        background-color: transparent;
        text-transform: uppercase;
        padding: 15px 20px;
        margin: 0 0 0 20px;
        position: relative;
        top: -3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        text-decoration: none !important;
    }

    a.button:hover, .wpcf7-submit:hover {
        color: #fff;
        border: 1px solid #ffa200 !important;
        background-color: #ffa200;
    }

    .wpcf7-submit{
        margin-left:0px
    }

    .sjb-page .btn-primary{
        padding: 10px 15px !important;
        border: 1px solid transparent;
    }

    .sjb-page .btn-primary:hover, 
    .sjb-page .btn-primary:active:hover, 
    .sjb-page .btn-primary:active:focus{
        border: 1px solid #ffa200 !important;
        background: transparent !important;
        color: #ffa200 !important;
    }

/*end buttons*/

/*utilities*/
    .valign-parent {
        display: table;
    }
    .valign-child {
        display: table-cell;
        vertical-align: middle;
    }


    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto;
    }
    .floatright{
        float:right;
    }
    .float-left{
        float:left;
    }
/*end utilities*/

/*widgetkit*/

    .uk-panel-box {
        padding: 20px;
        background: #2a292a;
        border: 0px solid #2a292a;
        border-radius: 2px;
        color: #fff;
    }

    .uk-panel-box *{
        color:#fff !important;
    }

    /*accordion*/
    .uk-accordion-title {
        background: #0c0c0c;
        color:#fff;
        border-radius: 3px;
    }

    /* .banner-top h3{
        font-size:50px;
        font-weight:600;
    } */

    .banner-top p {
        color: white;
    }


    .uk-thumbnav li{
        width:25%;
    }

/*end widgetkit*/

/*backgrounds*/
    .contrast{
        background: #f9f9f9;
    }
    .contrast-dark {
        /*background: #2A292A;*/
        background-color: #0c0c0c;
        color: #fff;
        border-top: 5px solid #ffa200;
    }

    .contrast-light {
        background: #f7f7f7;
    }

/*end backgrounds*/

/*header*/
    header#masthead {
        position: absolute;
        width: 100%;
        z-index:10000;
    }

    .single-jobpost header#masthead, .page-id-189 header#masthead, .page-id-191 header#masthead{
        position:relative;
        background: #000;
    }
/*end header*/

/*menu*/
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-nav {
        float: right;
    }

    .navbar {
        margin-bottom: 0px;
        border: 0px solid transparent;
        border-radius:0px;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-default .navbar-nav>li>a {
        color: rgba(255, 255, 255, 0.7);
            padding: 10px 17px;
    }

    .navbar-default .navbar-nav>li>a:hover {
        color: rgba(255, 255, 255, 1);
    }

    ul#main-menu {
        font-size:15px;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: #ffa200;

    }

    nav#navbar-collapse{
        float:right;
    }

    
    .navbar-nav>li{
        float: left;
        background: #000;
    }

    .navbar-nav>li a:hover{
        background: #ffa200 !important;
    }


    .dropdown-menu {
        padding: 0px;
        border:0px solid transparent;
    }

    .dropdown-menu>li>a {
        padding: 8px 20px;
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ffa200;
        outline: 0;
    }

    #main-menu .current-menu-parent.current-page-parent{
        background:#ffa200;
        color: #fff;
    } 

    #main-menu .current-menu-parent.current-page-parent a{
        color: #fff;
        font-weight:bold;
    } 


    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #0C0C0C;
    }

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        color: #fff;
        font-weight:bold;
    }


/*end menu*/

/*Simple Job Board*/
    .sjb-page .pagination li span.current,
    .sjb-page .pagination li a:hover,
    .sjb-page .pagination li span.current:hover {
        color: #fff;
        background-color: #ffa200;
        border: 1px solid #ffa200;
    }

    .sjb-page .pagination li a {
        background-color: transparent; 
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #ffa200;
        font-weight: 300;
        margin: 0;
        padding: 8px 16px;
        text-align: center;
        line-height: 23px;
        text-decoration: none;
    }

    .pagination>li>a, .pagination>li>span {
        color: #ffa200;
        border: 1px solid #ffa200;
        border-radius:3px !important;
    }

    .sjb-page a {
        color: #ffa200;
    }

    .sjb-page .list-data .job-type, .sjb-page .list-data .job-location, .sjb-page .list-data .job-date {
        color: #ffa200;
    }

    .sjb-page .list-data .company-logo img {
        border: 0px solid #e1e1e1 !important;
    }

    .sjb-page .list-data .job-info h4 a:hover {
        color: #ffa200;
    }

    .sjb-page .sjb-filters .btn-search {
        height: 50px;
        border-radius:3px !important;
    }

    .sjb-page .sjb-filters .form-control {
        height: 50px;
    }

    .sjb-page .sjb-filters {
        border-radius: 3px;
    }

    div#listing-sidebar {
        display: block;
        float:left;
    }
    div#listing-body {
        display: block;
        float:left;
    }

    .sjb-page .sjb-detail {
        margin-top:0px;
    }

    .sjb-page .table {
        margin-bottom: 0px;
    }
    
    body:not(.home) .sjb-page .sjb-filters{
        background-color: #0c0c0c !important;
    }

    .sjb-page .form-control{
        border: 0px solid transparent !important;
            box-shadow: none !important;
    }


    body:not(.home) .sjb-page .form-control{
        border-radius: 2px;
    }

    #listing-sidebar div#listing-company, .sjb-listing .list-data .col-md-1.col-sm-2.hidden-xs {
        display: none !important;
    }
    
    .sjb-listing .list-data .col-md-11.col-sm-10.header-margin-top {
        width:100%;
    }

    .sjb-page .job-detail h1{
        margin-bottom: 40px;
    }

    a.mm-icons .fa{
        font-size: 18px !important;
        position:relative;
        position: relative;
        top: 2px;
        margin-left: 8px;
    }
    
    a.mm-icons:first-child .fa{
        margin-left: 5px;
    }

    .job-features tr td{
        font-size:14px;
    }

/*End simple job board */

/*footer*/
    footer#colophon {
        color: #fff;
    }

    #ft-col-2 ul, #ft-col-3 ul{
        margin:0px;
        padding:0px;
        list-style:none !important;
    }

    .site-footer-right {
        text-align:right
    }

    .footer-divider {
        background: #3a3a3a;
        height: 1px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    #copyright-container a{
        color: #ffa200;
    }

    div#copyright-container *{
        font-size:98%
    }

    footer#colophon *{
        line-height:1.7;
    }
    
    .ft-icon{
        font-size:25px;
        margin-right: 10px;
    }
/*end footer*/

/*contact enhanced*/
    div#wpcf7-f169-o1 .wpcf7-text, 
    div#wpcf7-f169-o1 label,  
    div#wpcf7-f169-o1 .wpcf7-textarea{
        width: 100%;
    }

    div#wpcf7-f169-o1 .wpcf7-text, 
    div#wpcf7-f169-o1 .wpcf7-textarea{
        margin-top:10px;
        border-radius: 3px;
        box-shadow:none;
        border:1px solid #0c0c0c;
        padding: 10px 12px;
        line-height: 1.42857143;
        
         border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        padding: 10px 15px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #e1e1e1;
    }
    
    div#wpcf7-f169-o1 .wpcf7-textarea{
        height:120px;
    }

    div#wpcf7-f169-o1 .wpcf7-textarea{
        height:130px;
    }

    .page-template-contact-template .main-content-inner .fa{
        font-size: 22px; 
        position:relative;
        top:2px;
    }

    .sjb-page .btn-primary:active, .sjb-page .btn-primary.active, .open > .dropdown-toggle.sjb-page .btn-primary {
        background-color: #ffa200;
        border-color: #ffa200;
    }
/*end contact enhanced */

/*END GLOBAL*/

/*Homepage*/

div#testimonials-slideset {
    /* background: url(../../uploads/testimonials-bg.jpg);
    position:relative;
    background-position:50% 50%; */

    background: url('../../uploads/clttest-ban.jpg');
    position: relative;
    background-position: 50% 39%;
    background-size: cover;
    background-repeat: no-repeat;		

}
div#testimonials-slideset .container{
    min-height: 400px;
}

div#testimonials-slideset *{
    color: #fff !important;
}

div#testimonials-slideset:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    /*background-color: rgba(255, 138, 0, 0.8);*/
        background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
}
div#call-to-action {
    background-color: #ffa200;
    color: #fff;
}

img.proc-icon {
    max-width: 140px;
    margin: 0 auto;
}

.home .sjb-page .list-data {
    border-left: 0px;
    border-right: 0px;
}


/*tabs*/
ul.uk-subnav.uk-subnav-pill.uk-flex-center li a{
    color: #ffa200;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #ffa200 !important;
    background-color: transparent;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0 0 0 20px;
    position: relative;
    top: -3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

ul.uk-subnav.uk-subnav-pill.uk-flex-center li a:hover,
ul.uk-subnav.uk-subnav-pill.uk-flex-center li.uk-active a
{
    color: #fff;
    border: 1px solid #ffa200 !important;
    background-color: #ffa200;
}


/*slideshow search*/
/* .top-parallax .sjb-page .sjb-filters {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.top-parallax  .sjb-page {
    background-color: transparent;
    line-height: 1.42857143;
    margin: 0;
}

.top-parallax  .sjb-page .sjb-filters .form-control {
    height: 55px;
    border-radius:3px;
}

.top-parallax  .sjb-page .sjb-filters .form-control {
    height: 55px;
    border-radius: 3px;
    margin-bottom: 0px;
    
}

.top-parallax  .sjb-page .sjb-filters .btn-search{
    height: 55px;
    border-radius: 3px;
    background-color: #ffa200;
        margin-bottom: 0px;
}

.top-parallax  h2{
    color: white;
    margin-bottom:30px;
    font-size:40px !important;
    font-weight: 400;
    font-family: "Varela Round","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.top-parallax input#keywords {
    margin-bottom: 30px;
}

.top-parallax{
    color:#fff;
}

.top-parallax a.button {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3) !important;
    padding: 8px 15px;
    color: #fff;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius:3px;
    text-decoration: none;
    padding: 15px 20px !important;
}

.top-parallax a.button:hover {
    background-color: rgba(255,255,255,0.3);
}



.top-parallax .uk-width-large-1-2, .top-parallax .uk-width-large-2-4, .top-parallax .uk-width-large-3-6, .top-parallax .uk-width-large-5-10 {
    width: 60%;
    width: 60%;
    max-width: 1140px;
} */


    .fp-banner .sjb-page .sjb-filters {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.fp-banner  .sjb-page {
    background-color: transparent;
    line-height: 1.42857143;
    margin: 0;
}

.fp-banner  .sjb-page .sjb-filters .form-control {
    height: 55px;
    border-radius:3px;
}

.fp-banner  .sjb-page .sjb-filters .form-control {
    height: 55px;
    border-radius: 3px;
    margin-bottom: 0px;
    
}

.fp-banner  .sjb-page .sjb-filters .btn-search{
    height: 55px;
    border-radius: 3px;
    background-color: #ffa200;
        margin-bottom: 0px;
}

.fp-banner  h2{
    color: white;
    margin-bottom:30px;
    font-size:40px !important;
    font-weight: 400;
    font-family: "Varela Round","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fp-banner input#keywords {
    margin-bottom: 30px;
}

.fp-banner{
    color:#fff;
}

.fp-banner a.button {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3) !important;
    padding: 8px 15px;
    color: #fff;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius:3px;
    text-decoration: none;
    padding: 15px 20px !important;
}

.fp-banner a.button:hover {
    background-color: rgba(255,255,255,0.3);
}



.top-parallax .uk-width-large-1-2, .top-parallax .uk-width-large-2-4, .top-parallax .uk-width-large-3-6, .top-parallax .uk-width-large-5-10 {
    width: 60%;
    
    width: 60%;
    max-width: 1140px;
}

.fp-banner .sjb-listing {
    display:none;
}

.fp-banner .uk-overlay-panel > div{
    width:1200px;
    text-align:left;
        margin: 0 auto;
margin-bottom: 90px;
}

div#latest-job {
    padding-bottom: 40px;
}
div#latest-job .sjb-page {
    margin-top:40px;
}

#latest-job .sjb-page .list-data {
    margin: -1px 0;
    border-radius: 3px;
}

.top-parallax div{
    font-size:15px;  
}

div#wcu_top {
    margin-bottom: 20px;
    margin-top: 10px;
}

div#wcu_bottom {
        margin-bottom: 30px;
    clear: both;
    margin-top: 40px;
}


/*testimonials*/
.box-testimonials .uk-panel-box {
    background: rgba(29, 27, 29, 0.7);
}
/*end testimonials*/

/*top parallax*/
    /* .top-parallax .sjb-listing {
        display:none;
    }

    .top-parallax{
        position:relative;
    }

    .top-parallax .uk-panel{
        bottom: 50px;
        position:absolute
    } */
/*end top parallax*/


/*End Homepage*/

/*About Us*/

div#quote-section {
    font-size:20px;
    text-align:center;
    padding: 50px 0px;
}

div#iframe-video {
    width: 50%;
    display: block;
    float: right;
}

div#meet-team {
    padding-bottom: 40px;
}

/*end about us*/

/*Job Post Page*/
#job-info-tbl tr td:first-child{
    width:30%;
    border-right:1px solid #e1e1e1;
}

#job-info-tbl tr:last-child td{
    border-bottom:1px solid #e1e1e1;
}

.sjb-page .table > tbody > tr > td{
    padding: 8px 16px;
}

#job-info-tbl tr td:first-child{
    border-bottom:1px solid #e1e1e1;
    padding-left: 0px;
}



#job-info-tbl .job-date, #job-info-tbl .job-location, #job-info-tbl .job-type{
    margin-bottom: 0px !important;
}


/*Songle Job post*/

div#listing-company {
    display: inline-block;
}

div#listing-company > div:first-child{
    padding:0px;
}

div#company-info-container .job-info{
    padding-top:30px;
}

div#listing-company {
    width: 100%;
}


div#listing-sidebar h3 {
    font-size: 20px !important;
}

#listing-body{
    padding-left:0px !important;    
}

div#job-contact-form input:not(.wpcf7-submit), div#job-contact-form textarea {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 10px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    width:100%;
    font-weight: normal;
}

input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    margin: 15px 0;
    background-color: #ffa200;
    color: #fff;
    padding: 10px 15px !important;
    border: 1px solid transparent;
    text-transform: capitalize;
}


input.wpcf7-form-control.wpcf7-submit:hover {
    display: inline-block;
    margin: 15px 0;
    background-color: #fff;
    color: #fff;
    padding: 10px 15px !important;
    border: 1px solid #ffa200;
    color: #ffa200;

}

form#sjb-application-form {
    display: none;
}

div#enquire-sidebar {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}


div#enquire-sidebar h3{
    margin-bottom: 20px;
}

 div#job-contact-form textarea{
    height:150px;
}


/*end jobpost page*/




    .home .main-content, .home #latest-job {
        display: none;
    }


    /* also line 1000 for get intouch */


    .featured-job-wk .uk-overlay-panel {
        background:transparent;
    }

    .featured-job-wk .uk-margin {
        max-width: 1200px;
    }

    .featured-job-wk ul.pagination {
        display:none;
    }

    .featured-job-wk .list-data {
        margin: 0px;
        border-radius:  3px;
        border: 0px solid;
    }

    .featured-job-wk h3{
        color: white;
        margin-bottom: 30px;
        font-size: 40px !important;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        text-align:left;
    }

    .featured-job-wk .uk-overlay-panel > div {
        position:absolute;
        bottom:60px;
    }
    .home div#wcu_bottom .button {
        margin-left:0px;
    }


/****video***/

.abt-video{
padding: 0px;
float: right;
padding-left: 20px;
}

.abt-video h3{
margin-top:5px;
text-align:right;
}

.abt-video > a{
width:100%;
display: block;
    z-index: 9999999;
}


.abt-video .wpvl_auto_thumb_box {
position: relative;
width: 100%;
display: block;
overflow: auto;
height: auto;

}


.video_lightbox_auto_anchor_image {
width: 100%;
height: auto;
}

.wpvl_auto_thumb_play {
position: absolute;
left: 45%;
top: 45%;
}
.pp_default .ppt {
 display:none !important;
}

.ytp-title-link {
display: none !important;
}


/******************************************** Responsive*/

/*Mobile menu header*/
    div#mobile-menu-header, div#mobile-menu-footer  {
        padding: 0 25px;
        color: #fff;
        white-space: nowrap;
        overflow:hidden;
        width:100%;
        max-width:100%;
    }

    div#mobile-menu-footer {
        padding-top: 30px;
    }

    div#mobile-menu-footer *{
        color: #fff;
        font-size: 95%;
    }

    a.mm-icons-head {
        float: right;
        font-size: 22px;
        position: relative;
        top: 0px;
        padding: 0 6px;
    }

    a.mm-icons-head:first-child{
        padding-right:0px
    }

    .mm-icons-head .fa-phone {
        top:1px;
        position:relative;
        font-size:98%
    }

    body.menu-active div#body-shade {
        background: #000;
        position: fixed;
        height: 100%;
        width: 0%;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
    }

    /*hamburger menu*/

        .navbar-toggle {
            background-color: #000;
            margin:0px;
        }

        .navbar-nav {
            float: none;
        }

        .site-navigation-inner.mobile-active {
            position: fixed;
            top: 0px;
            width: 80%;
            height: 100%;
            background: black;
            padding: 0px;
            transition: width .5s;
            left:0px;
        }


        .navbar-toggle .icon-bar {
            background: #fff;
        }



        .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 0px; 
        }

        #mobile-toggle .icon-bar{
            position:absolute;
            width: 23px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #mobile-toggle {
            position:relative;
            width: 40px;
            height: 40px;
            padding: 8px;
            margin:0px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

        span.sr-only {
            display:none;
        }


        #mobile-toggle .icon-bar:nth-child(2) {
        top: 10px;
        }

        #mobile-toggle .icon-bar:nth-child(3),#mobile-toggle .icon-bar:nth-child(4) {
        top: 17px;
        }

        #mobile-toggle .icon-bar:nth-child(5) {
        top: 24px;
        }

        #mobile-toggle.open .icon-bar:nth-child(2) {
        top: 28px;
        width: 0%;
        left: 50%;
        }

        #mobile-toggle.open .icon-bar:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        }

        #mobile-toggle.open .icon-bar:nth-child(4) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        }

        #mobile-toggle.open .icon-bar:nth-child(5) {
        top: 28px;
        width: 0%;
        left: 50%;
        }

    /*end hamburger menu*/

/*End of Mobile menu header*/


/* Large Devices, Wide Screens */




@media (max-width: 1250px){
    .fp-banner .uk-overlay-panel > div {
        width: 100%;
        margin-bottom: 3px;
    }
    .fp-banner input#keywords {
        margin-bottom: 15px;
    }

    .fp-banner h2 {
        margin-bottom: 5px;
    }

}


@media (min-width: 1201px) {
    /*GLOBAL*/

    /*END GLOBAL*/
}

/* Smaller Desktop and Laptops*/
@media (min-width: 993px) and (max-width : 1200px) {
    /*GLOBAL*/
        .fp-banner .uk-overlay-panel > div {
            margin-bottom: 90px;
        }
    /*END GLOBAL*/
}

/* Tablets */
@media (min-width: 769px) and (max-width : 992px) {
    /*GLOBAL*/

        /*footer*/
            div#ft-col-2, div#ft-col-3 {
                width: 50%;
            }
        /*end footer*/
    /*END GLOBAL*/
}

@media (min-width : 992px) {
    /*GLOBAL*/

        /*Menu*/

            .site-navigation-inner.mobile-active {
                max-width: 440px;
            }


            /*get intough*/
            /* li#menu-item-26 {
                border:1px solid #ffa200;
                font-weight:bold;
                opaccity:1;
                border-radius:3px;
                margin-left:20px;
                transition: all .3s;
            }

            li#menu-item-26 a{
                color: #ffa200;
                padding: 10px 15px;
                transition: all .3s;

            }


            li#menu-item-26:hover {
                background: #ffa200;
                    transition: all .3s;
            }


            li#menu-item-26:hover a{
                color: #fff;
                    transition: all .3s;
            } */

            /*mobile menu header*/
            div#mobile-menu-header, div#mobile-menu-footer {
                display:none;
            }

        /*End Menu*/

    /*END GLOBAL*/
}

@media (max-width : 992px) {
    /*GLOBAL*/

        /*Menu*/

            .site-navigation-inner{
                width: 0px;
                transition: width .2s !important;
                height: 100% !important;
                visibility: hidden;
                height:100% !important;
            }

            .site-navigation-inner.mobile-active {
                max-width: 350px;
                transition: width .5s;
                visibility: initial ;
            }

            ul#main-menu li {
                overflow-x:hidden !important;
            }

            .navbar-default .navbar-nav>li>a {
                white-space: nowrap;
            }


            .site-navigation-inner {
                position: fixed;
                top: 0px;
            }


            ul#main-menu {
                width: 100%;
            }

            .navbar-nav {
                margin: 7.5px 0px;
            }

            nav#navbar-collapse {
                float: left;
                width: 100%;
                max-width: 100%;
            }

            ul#main-menu li{
                display: block;
                width:100%;
            }

            nav#navbar-collapse {
                padding:0 10px; 
            }

            /*On toggle*/
            .site-navigation-inner nav#navbar-collapse{
                display:none !important;
                /*border: 0px solid transparent;
                box-shadow: none;*/
                padding-top: 10px;
            }

            .site-navigation-inner.mobile-active nav#navbar-collapse {
                height: auto !important;
                display: block !important;
            }

            body.menu-active{
                height:100%;
                width:100%;
                overflow: hidden !important;
            }

            /*stops animations on mobile*/
            #navbar-collapse.collapsing{
                -webkit-transition-duration: .0s !important;
                -o-transition-duration: .0s !important;
                    transition-duration: .0s !important;
            }

            a#logo-image img {
                width: 100px;
                border-radius: 3px;
                margin: 0 auto;
            }

            /*menu toggle*/
            .navbar-toggle {
                display: block !important;
            }

            .site-header-inner {
                width: 100%;
            }

            header#masthead > .container{
                padding-left:15px;
                padding-right: 15px;
            }

            body.menu-active div#body-shade {
                width:100%;
                opacity: .6;
                visibility: initial;
                transition: opacity .5;
            }

            /*mobile menu header*/
            div#mobile-menu-header, div#mobile-menu-footer {
                display:block;
            }

        /*End Menu*/

        /*simple job board*/
            div#listing-sidebar {
                width: 100%;
                margin-top: 25px;
                clear: both;
                overflow: auto;
                border-top: 1px solid #e6e6e6;
                padding-top: 30px !important;
            }

            div#listing-body, div#listing-sidebar {
                padding:0px;    
            }
        /*end simple job board*/
        /* video */
                .abt-video {
                    padding-left: 0px;
                    float:left;
                    margin-bottom:25px; 
                }

                .abt-video h3{
                    display:none;
                }

        /* end video */

        .fp-banner .uk-overlay-panel > div {
            margin-bottom: 70px;
        }

    /*END GLOBAL*/
}

/* Mobile General */
@media (max-width : 768px) {
    /*GLOBAL*/

        .fp-banner .uk-overlay-panel > div {
            margin-bottom: 0px;
        }
        /*top parallax*/
            .top-parallax .uk-width-large-1-2, .top-parallax .uk-width-large-2-4, .top-parallax .uk-width-large-3-6, .top-parallax .uk-width-large-5-10 {
                width: 85%;
            }

        /*end top parralax*/

        /*simple job board*/
            .home .sjb-page .list-data {
                padding-left:0px;
                padding-right: 0px;
            }
        /*end simple job board*/

        /*button*/
             div#call-to-action a.button-wire {
                margin-top: 20px;
                clear:both;
                display:block;
                max-width:80%;
                margin:20px auto 0;
            } 
        /*end button*/

        /*footer*/
            div#copyright-container * {
                text-align:center;
            }

            div#ft-col-3 *{
                text-align:center;
            }
        /*end footer*/

        div#slideshow-container .uk-heading-large {
            font-size: 30px;
            line-height: 34px;
        }
    /*END GLOBAL*/

    /*homepage*/

        span.text-bottom:not(.button){
            width:100%;
            text-align: center;
            display: block;
        }

        .fp-banner .text-bottom a.button {
            display:block;
            width:auto;
            clear:both ;
            margin: 20px auto 0px;
            max-width:140px;
                white-space: nowrap;
        }

        /* .top-parallax .uk-panel {
            bottom: -30px;
            position: relative;
        } */

        .fp-banner .text-bottom a.button:before {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }
    
    /*end homepage*/

}

/* Anything Above Mobile */
@media only screen and (min-width : 769px) {

    /*GLOBAL*/

    /*END GLOBAL*/

}

/* Phones*/ 
@media only screen and (max-width : 480px) {
    /*GLOBAL*/
        .fp-banner .uk-slideshow {
            height: 710px !important;
        }

        .fp-banner .uk-slideshow > li{
            min-height:unset !important;
            height:710px !important;
        }
    /*END GLOBAL*/
}

/* Small Phones, iPhone 4 */ 
@media only screen and (max-width : 320px) {
    /*GLOBAL*/

    /*END GLOBAL*/
}

/***************************************Device Specific*/

/*ipad Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
    }

    .fp-banner .uk-overlay-panel > div {

        margin-bottom: 50px;
    }
}

/*Ipad Portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
    #ft-col-3 *{
        text-align:left !important;
    }
    

}


/**************************************** END MEDIA QUERIES*/






