/*
Theme Name: Extend
Author: MyRecruitment+
Author URI: https://myrecruitmentplus.com
*/

@font-face {
    font-family: "Arial";
    src: url('css/fonts/proxima_nova_alt_light-webfont.eot');
    src: url('css/fonts/proxima_nova_alt_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/proxima_nova_alt_light-webfont.woff2') format('woff2'),
         url('css/fonts/proxima_nova_alt_light-webfont.woff') format('woff'),
         url('css/fonts/proxima_nova_alt_light-webfont.ttf') format('truetype'),
         url('css/fonts/proxima_nova_alt_light-webfont.svg#proxima_nova_altlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Arial";
    src: url('css/fonts/proxima_nova_alt_regular-webfont.eot');
    src: url('css/fonts/proxima_nova_alt_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/proxima_nova_alt_regular-webfont.woff2') format('woff2'),
         url('css/fonts/proxima_nova_alt_regular-webfont.woff') format('woff'),
         url('css/fonts/proxima_nova_alt_regular-webfont.ttf') format('truetype'),
         url('css/fonts/proxima_nova_alt_regular-webfont.svg#proxima_nova_alt_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "Arial";
    font-weight: 300;
    color: #252122;
    letter-spacing: 1px;
    background: #0077c0;
}

p {
    font-family: "Arial";
    font-weight: 300;
    color: #252122;
    letter-spacing: 1px;
    padding:10px 0;
}
.navbar .navbar-nav{padding-left: 4px; background: #0793e3;}
.logo-menu{width: 105px;}
#home-content .container{background: #fff;}
#home-brands .container, #job-board .container, #page-about .container{background: #fff; padding:30px 15px;}
#home-brands .container{background: #fff; padding:0px 15px;}
.container.footer{
    background: #0077c0 !important; 
    border-top:dotted 2px #fff; 
    color:#fff;
    padding:0;
}
/* CUSTOM MENU */

.navbar-default .navbar-nav > li:hover .dropdown-menu {
    display: block;
}
.videoWrapper {
    margin-top: 80px;
    position: relative;
    padding-bottom: 53.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.dropdown-menu:before {bottom: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(37, 33, 34, 0);border-bottom-color: #252122;border-width: 10px;margin-left: -20px;}

ul.dropdown-menu:after {
    border-color: rgba(37, 33, 34, 0);
    border-bottom-color: #252122;
    border-width: 14px;
    margin-left: -14px;
}

ul.dropdown-menu {
    margin-top: 0 !important;
}

@media(max-width: 768px) {
    ul.dropdown-menu {
        display: block !important;
        position: relative !important;
        box-shadow: none !important;
        background: transparent !important;
        border:none !important;
        margin: 0 0 10px 0 !important;
    }
    ul.dropdown-menu:before,
    ul.dropdown-menu:after {
        content: none !important;   
    }

    .dropdown-menu>li>a { color: #252122 !important;}
    .dropdown-menu>li>a:hover { color: #252122 !important; text-decoration: underline;}
    .dropdown-menu>li>a:focus { color: #252122 !important; text-decoration: underline;}

}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background: none;
}



/*

 Auto open menu on hover

.dropdown:hover .dropdown-menu {
display: block;
}



Bubble (model)

.bubble 
{
position: relative;
width: 250px;
height: 120px;
padding: 0px;
background: #252122;
-webkit-border-radius: 13px;
-moz-border-radius: 13px;
border-radius: 13px;
}


.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 19px 15px;
border-color: #252122 transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -19px;
top: -15px;
left: 50%;
}

*/

.dropdown-menu {
    border-radius: 5px;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
    border: 1px solid #252122;
    background-color: rgba(34,30,31,0.98);
}

.dropdown-menu>li>a {
    color: #aaa;
    transition: all 150ms ease-in-out;
    font-size: 13px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-image: none;
    background-color: transparent;
    transition: all 150ms ease-in-out;
    font-size: 13px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background: none;
    background-color: none;
    background-image: none.;
    box-shadow: none;
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h1,
h2,
h3,
h4,
h5 {
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

h1 {
font-size: 28px;
line-height: 38px;
font-weight: 300;
}

h2 {
font-size: 24px;
line-height: 34px;
font-weight: 600;
}


h3 {
font-size: 20px;
line-height: 30px;
font-weight: 300;
}

.ajb-salary-hourly a  {color: #252122;}
.ajb-salary-hourly a:hover {color: #415464;}
.ajb-salary-hourly a:focus {color: #252122;}


/*****************  - MENU ********************/
 
#bg-nav-first {
     background: #0077c0;
}

.navbar-default .navbar-toggle {
    border-color: #252122;
     background: #0077c0;
}


.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
 
    margin-top: 30px;
}


.navbar-default {
    background: #f5eddc;
}

.navbar {
	min-height: 95px;
	margin-bottom: 0px;
    border: 0px !important;
    text-align: right;
    background: #0077c0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
    font-family:  "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background: #0686cf;
    text-transform: uppercase;
    border-left: 1px solid #0793e3;
    transition: all 150ms ease-in-out;
}



.navbar-default .navbar-nav > li > a:hover {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background: #0576b5;
    border-left: 1px solid #0793e3;
    text-transform: uppercase;
    transition: all 150ms ease-in-out;
    text-decoration: none;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    border-left: 1px solid #0793e3;
    color: #fff;
    text-transform: uppercase;
    transition: all 150ms ease-in-out;
    background: #f8971d;
    box-shadow: none;
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    box-shadow: 0px;
}


/*****************  - BG  ********************/

.background-life-ags_01 {
background: url("images/bg-life-01.jpg") no-repeat center top;
max-width: 100%;
background-size: cover;
background-repeat:no-repeat;
background-position:center center;
}


.background-bg-01 {
background: url("images/bg-life-01.jpg") no-repeat center top;
max-width: 100%;
background-size: cover;
background-repeat:no-repeat;
background-position:center center;
}


/*****************  - HEADER  ********************/

.brand-logo-header 
{ margin-top: 0px }




#header {
margin: 3em 0em 3em 0em;
background: #f1f1f1;
}

 /*		Header  	*/
#home-header {
background: url("images/bg-home.jpg") no-repeat center top;
min-height: 75vh;
max-width: 100%;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
background-size: cover;
}

.home-header {
margin-top:20%;
}

.header h1 {
font-family: "Arial";
color: #252122;
font-weight: 700;
text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.52);
line-height: 1em;
-webkit-font-smoothing: antialiased;
font-size: 90px;
margin: 0 auto;
}

.header h2 {
    font-family: "Arial";
    color: #fff;
    padding: 0px 20px 0px 20px;
    background: #415464;
    font-weight: 400;
    display: inline-flex;
    line-height: 45px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
}

/*****************  FOOTER ********************/

#footer {
    background: #0077c0;
    padding: 2em;
}

.footer-style {
    padding-top: 20px;
}


.footer-style h3 {
    font-family: "Arial";
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    line-height: 1.75em;
    letter-spacing: 1px;
}


.footer-style h3 a {
    font-family: "Arial";
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    line-height: 1.75em;
    letter-spacing: 1px;
    text-decoration: none;
}



.footer-style h3 a:hover {
    font-family: "Arial";
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    line-height: 1.75em;
    letter-spacing: 1px;
    text-decoration: none;
}



.footer p {
    font-family: "Arial";
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.footer p a {
    font-family: "Arial";
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
}

.footer p a:hover {
    font-family: "Arial";
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
}


.footer-logo-multbrand {
    margin-left: 20px;
}







/*****************    B U T T O N S     ********************/


.buttom {
    background-color: transparent;
    color: #252122;
    border: 1px solid #252122;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.buttom:hover {
    background-color: #27333d;
    color: #fff;
    border: 1px solid #27333d;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red{
    background-color: #252122;
    color: #fff;
    border: 1px solid #252122;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red:hover {
    background-color: #fff;
    color: #252122;
    border: 1px solid #fff;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.buttom-red-register {
    background-color: #252122;
    color: #252122;
    border: 2px solid #252122;;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red-register:hover {
    background-color: #fff;
    color: #252122;
    border: 2px solid #252122;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.buttom-red-header {
    background-color: #fff;
    color: #252122;
    border: 2px solid #fff;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}


.buttom-red-header:hover {
    background-color: #a00d22;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px 0px 11px 0px;
    margin-top: 2em;
    font-family: "Arial";
    font-weight: 400;
    font-size: 12px;
    width: 150px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.clear { clear: both; }

.form-control {
    display: block;
    width: 95%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #636466;
    background-color: #fff;
    background-image: none;
    border: 2px solid #252122;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    font-weight: bold;
    width: 230px;
    min-height: 16px;
    font-size: 14px;
}

.ajb-first-name-holder .ajb-alert-field label {
    font-size: 16px;
    font-weight: 400;
    display: block;
}


.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #636466;
    border: 2px solid #252122;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #252122;
}

blockquote {
    padding: 0px;
    margin: 0 0 0px;
    border-left: 0px solid #eee;
}



.carousel-indicators {
    bottom: -50px;
    display: block;
}



/*****************  - PAGE BOARD  ********************/

#job-board {
    margin: 15px 0px 30px;
}

.job-board {
    padding: 2em 0em 2em 0em;
}


/*****************  - PAGE BOARD  ********************/



.page-central h1 {
    font-family: "Arial";
    font-weight: 700;
    color:#252122;
}

.page-central h2 {
    font-family: "Arial";
    font-weight: 700;
    color:#252122;
}

.page-central h3 {
    font-family: "Arial";
    font-weight: 700;
    color:#000;
}

.page-central h4 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.page-central h5 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}




/*****************  - PAGE BOARD  ********************/



.sidebar {
    padding-left: 20px;
    border-left: 1px solid #f5eddc;
}


h5.alone-section {
    margin-top: 5em;
}


.wp-caption-text{
 font-size: 12px ;
}


 .box-sidebar {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.90);
 }
.content {
    background: #f5eddc;
    margin: 25px 0;
    padding: 30px 15px;
}
/*****************  - FIX MOBILE ********************/

@media(max-width: 1024px) {
#home-header { min-height: 100vh; max-width: 100%; }
.home-header { margin-top:30%; } 
.header h1 { line-height: 1em; font-size: 70px; }
.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:180px;}
.sidebar { padding-left: 0px; margin-top: 5em;}
}


@media(max-width: 850px) {
.home-header { margin-top:63%; } 
.find-a-role-box h5 { color: #fff; line-height: 28px; font-size: 18px; margin-top: 11%;}
}


@media(max-width: 767px) {
	#home-header { min-height: 100vh; max-width: 100%; }
	.home-header { margin-top:30%; } 
	.header h1 { line-height: 1em; font-size: 70px; }
	.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
    .brand { max-width:150px;}
	#job-board .row { margin: 0 !important; }
	.position span.ajb_location ul li, .position span.ajb_classification ul li { list-style-type: none !important; margin: 0 5px 0 0 !important; }
	.position span.ajb_location ul li:after, .position span.ajb_classification ul li:after { content: ','; }
	.position span.ajb_location ul li:last-of-type:after, 
	.position span.ajb_classification ul li:last-of-type:after {
		content: none;
	}
}

@media(max-width: 736px) {
#home-header { min-height: 110vh; max-width: 100%; }
.home-header { margin-top:15%; } 
.header h1 { line-height: 1em; font-size: 60px; }
.header h2 { line-height: 35px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
.sidebar { border-left: 0px;}
.navbar-default .navbar-nav > li > a { margin-left: 20px; margin-right: 20px;}
.position {background-size: 60px !important; }
}

@media(max-width: 600px) {
#home-header { min-height: 100vh; max-width: 100%; }
.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 70px; }
.header h2 { line-height: 45px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
.position {background-size: 50px !important; }
}

@media(max-width: 598px) {
#home-header { min-height: 100vh; max-width: 100%; }
.home-header { margin-top:20%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
#content-02 { margin: 15em 0em 0em 0em; background: #fff; display: grid;  position: inherit;}
.position {background-size: 30px !important; }
}



@media(max-width: 480px) {
#home-header { min-height: 80vh; max-width: 100%; }
.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
.job-box-home { margin-top: 2em; }
.find-a-role-box h5 { color: #fff; line-height: 28px; font-size: 18px; margin-top: 24%; }
.position {background-size: 25px !important; }
}


@media(max-width: 320px) {
#home-header { min-height: 80vh; max-width: 100%; }
.home-header { margin-top:40%; } 
.header h1 { line-height: 1em; font-size: 40px; }
.header h2 { line-height: 25px; font-size: 20px; -webkit-font-smoothing: antialiased;}
.brand { max-width:150px;}
.box-float { position: inherit; margin: 20% 0em 0em 0em; padding: 4em; }
.home-header-image { width: 240px !important; }
.position {background-size: 25px !important; }
}






/*****************  - Page About  ********************/


.page-about-box h3 {
font-family: "Arial";
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
color: #000;
font-size: 16px;
line-height: 25px;
letter-spacing: 1px;
}

.page-about-box p {
font-family: "Arial";
margin-top: 0px;
text-transform: uppercase;
font-weight: 400;
color: #000;
font-size: 16px;
line-height: 25px;
letter-spacing: 1px;
font-size: 12px;
line-height: 21px;
min-height: 128px;
}

#page-internal {
    margin: 5em 0em 5em 0em;
}

.page-internal {
    padding: 2em 0em 2em 0em;
}

.page-our-story-box h3 {
font-family: "Arial";
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
color: #000;
font-size: 16px;
line-height: 25px;
letter-spacing: 1px;
}

.page-our-story-box p {
font-family: "Arial";
margin-top: 0px;
text-transform: uppercase;
font-weight: 400;
color: #737373;
font-size: 16px;
line-height: 22px;
letter-spacing: 2px;
}

.page-csr-box h3 {
font-family: "Arial";
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
color: #000;
font-size: 16px;
line-height: 25px;
letter-spacing: 1px;
}

.page-csr-box p {
font-family: "Arial";
margin-top: 0px;
text-transform: uppercase;
font-weight: 400;
color: #737373;
font-size: 16px;
line-height: 22px;
letter-spacing: 2px;
}

.careers-link a { text-decoration: underline; 
font-family: "Arial";
margin-top: 0px;
text-transform: uppercase;
font-weight: 400;
color: #737373;
font-size: 16px;
line-height: 22px;
letter-spacing: 2px;
}

.button-view-all-position {
background-color: #252122;
color: #fff;
border: 2px solid #252122;
border-radius: 5px;
margin-top: 1em;
font-family: "Arial";
font-weight: 700;
font-size: 13px !important;
line-height: 30px;
min-width: 150px;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
-webkit-transition: background-color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out;
-ms-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
}



.button-view-all-position:hover {
background-color: #fff;
color: #252122;
border: 2px solid #252122;
border-radius: 5px;
margin-top: 1em;
font-family: "Arial";
font-weight: 700;
font-size: 13px !important;
line-height: 30px;
min-width: 150px;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
-webkit-transition: background-color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out;
-ms-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
}


/*****************  - HOMEPAGE  ********************/



#home-content {
margin: 6em 0em 2em 0em;
}

.home-content {
margin-top: 5em;
}


.front-page-content p {
font-size: 16px;
line-height: 26px;
}


.front-page-content h2 {
text-transform: uppercase;
}



.home-brands {
margin-top: 1em;
}


.home-brands-content h2 {
text-transform: uppercase;
}

.home-brands-content p {
font-size: 16px;
line-height: 26px;
}


.brand-image-background {
padding: 15px;
margin-bottom: 20px;
}

.brand-image-home-sportcraft {
background: url('images/1.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}


.brand-image-home-sportcraft:hover {
background: url('images/1-hover.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-jag {
background: url('images/3.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-jag:hover {
background: url('images/3-hover.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-saba {
background: url('images/2.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-saba:hover {
background: url('images/2-hover.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-willow {
background: url('images/home-brand-willow.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-willow:hover {
background: url('images/home-brand-willow-hover.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-apg {
background: url('images/5.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-apg:hover {
background: url('images/5-hover.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}


.brand-image-home-viewallpositions {
background: url('images/4.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-viewallpositions:hover {
background: url('images/4-hover.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-ryi {
background: url('images/6.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.brand-image-home-ryi:hover {
background: url('images/6-hover.jpg') no-repeat center;
min-height: 280px;
background-size: cover;
cursor: pointer;
transition: all 800ms ease-in-out;
}

.navbar-toggle  {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media(max-width: 768px) {
.navbar-toggle {
    position: relative;
    padding: 9px 10px;
    margin-top: 40px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

}





@media(max-width: 1191px) {
.brand-image-home-sportcraft {min-height: 310px;}
.brand-image-home-sportcraft:hover {min-height: 310px;}
.brand-image-home-jag {min-height: 310px;}
.brand-image-home-jag:hover {min-height: 310px;}
.brand-image-home-saba {min-height: 310px;}
.brand-image-home-saba:hover {min-height: 310px;}
.brand-image-home-apg  {min-height: 310px;}
.brand-image-home-apg:hover {min-height: 310px;}
.brand-image-home-viewallpositions {min-height: 310px;}
.brand-image-home-viewallpositions:hover {min-height: 310px;}
.brand-image-home-ryi {min-height: 310px;}
.brand-image-home-ryi:hover  {min-height: 310px;}
}

@media(max-width: 766px) {
.brand-image-home-sportcraft {min-height: 520px;}
.brand-image-home-sportcraft:hover {min-height: 520px;}
.brand-image-home-jag {min-height: 520px;}
.brand-image-home-jag:hover {min-height: 520px;}
.brand-image-home-saba {min-height: 520px;}
.brand-image-home-saba:hover {min-height: 520px;}
.brand-image-home-apg  {min-height: 520px;}
.brand-image-home-apg:hover {min-height: 520px;}
.brand-image-home-viewallpositions {min-height: 520px;}
.brand-image-home-viewallpositions:hover {min-height: 520px;}
.brand-image-home-ryi {min-height: 520px;}
.brand-image-home-ryi:hover {min-height: 520px;}
}

@media(max-width: 540px) {
.brand-image-home-sportcraft {min-height: 415px;}
.brand-image-home-sportcraft:hover {min-height: 415px;}
.brand-image-home-jag {min-height: 415px;}
.brand-image-home-jag:hover {min-height: 415px;}
.brand-image-home-saba {min-height: 415px;}
.brand-image-home-saba:hover {min-height: 415px;}
.brand-image-home-apg  {min-height: 415px;}
.brand-image-home-apg:hover {min-height: 415px;}
.brand-image-home-viewallpositions {min-height: 415px;}
.brand-image-home-viewallpositions:hover {min-height: 415px;}
.brand-image-home-ryi {min-height: 415px;}
.brand-image-home-ryi:hover {min-height: 415px;}
}

@media(max-width: 410px) {
.brand-image-home-sportcraft {min-height: 345px;}
.brand-image-home-sportcraft:hover {min-height: 345px;}
.brand-image-home-jag {min-height: 345px;}
.brand-image-home-jag:hover {min-height: 345px;}
.brand-image-home-saba {min-height: 345px;}
.brand-image-home-saba:hover {min-height: 345px;}
.brand-image-home-apg {min-height: 345px;}
.brand-image-home-apg:hover {min-height: 345px;}
.brand-image-home-viewallpositions {min-height: 345px;}
.brand-image-home-viewallpositions:hover {min-height: 345px;}
.brand-image-home-ryi {min-height: 345px;}
.brand-image-home-ryi:hover {min-height: 345px;}
}

@media(max-width: 380px) {
.brand-image-home-sportcraft {min-height: 260px;}
.brand-image-home-sportcraft:hover {min-height: 260px;}
.brand-image-home-jag {min-height: 260px;}
.brand-image-home-jag:hover {min-height: 260px;}
.brand-image-home-saba {min-height: 260px;}
.brand-image-home-saba:hover {min-height: 260px;}
.brand-image-home-apg {min-height: 260px;}
.brand-image-home-apg:hover {min-height: 260px;}
.brand-image-home-viewallpositions {min-height: 260px;}
.brand-image-home-viewallpositions:hover {min-height: 260px;}
.brand-image-home-ryi {min-height: 260px;}
.brand-image-home-ryi:hover {min-height: 260px;}
}