﻿/*!
Theme Name: Jobify
Theme URI: http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604?ref=Astoundify
Author: Astoundify
Author URI: http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604?ref=Astoundify
Description: A beautiful job board site completely integrated with WP Job Manager. Use 10+ custom widgets including an interactive map, multiple sliders, testimonials, and more to create a unique homepage in seconds. Also supports all official WP Job Manager addons including Resume Manager, WooCommerce Paid Listings, and more.
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jobify
Domain Path: /languages/
Tags: white, one-column, right-sidebar, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
*/
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-transform-origin: left bottom;
		-transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #000;
  background: rgba(0,0,0,0.7);
}

.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  zoom: 1;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

.mfp-close-btn-in button.mfp-close:hover {
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.50%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(-360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(-360deg); } }
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg); } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg); } }
@-keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(-360deg); } }
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
body {
  height: 100%; }

html,
button,
input,
select,
textarea {
  font-family: "Varela Round", Helvetica, sans-serif; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #818080;
  line-height: 1.5;
  margin: 0;
  background: #ffffff; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

a:hover {
  text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Varela Round', sans-serif;
  line-height: 1.3; }

h1 {
  font-size: 34px;
  margin: 33px 0; }

h2 {
  font-size: 28px;
  margin: 25px 0; }

h3 {
  font-size: 22px;
  margin: 22px 0; }

h4 {
  font-size: 20px;
  margin: 25px 0; }

h5 {
  font-size: 18px;
  margin: 30px 0; }

h6 {
  font-size: 16px;
  margin: 36px 0; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p {
  margin: 0 0 24px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px; }

blockquote blockquote {
  margin-right: 0; }

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

small {
  font-size: smaller; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px; }

ul {
  list-style-type: disc; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li > ul,
li > ol {
  margin: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

form fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default;
  opacity: 0.8; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */ }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  height: 1px;
  margin: 0 0 24px; }

@font-face {
  font-family: 'fontello';
  src: url("../font/entypo.eot");
  src: url("../font/entypo.eot") format("embedded-opentype"), url("../font/entypo.woff") format("woff"), url("../font/entypo.ttf") format("truetype"), url("../font/entypo.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?94568459#fontello') format('svg');
  }
}
*/
.entypo, .select:before, li.type-job_listing .location:before,
li.type-resume .location:before, .single_job_listing .job-manager-applications-applied-notice::before, body .chosen-container-single .chosen-single div:before, body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
[class^="icon-"]:before,
[class*=" icon-"]:before,
.showing_jobs .reset:before,
.showing_jobs .rss_link:before,
.showing_resumes .reset:before,
.load_more_jobs:before,
.job-manager-pagination a:before,
.job-manager-pagination span:before,
.job-dashboard-action-edit:before,
.job-dashboard-action-mark_filled:before,
.job-dashboard-action-mark_not_filled:before,
.candidate-dashboard-action-edit:before,
.nav-menu-primary li.has-children > a:after,
.zilla-likes:before,
.zilla-likes.active:before,
.filter_wide.filter_by_tag a.active:before,
.footer-social a:before,
.showing_jobs .alert:before,
.type-resume .resume-meta .resume-category:before,
.type-resume .resume-meta date:before,
.resume-link a:before,
.single-resume-content dd .date:before,
.resume-file:before,
.application-deadline:before,
.application-deadline.expiring:before,
.application-deadline.expired:before,
ul.job_listings.loading:before,
ul.resumes.loading:before,
.entry-content #job-manager-book-marks ul.job-manager-bookmark-actions li:after,
div.job-applications ul.job-applications li.job-application header .job-application-rating:before,
div.job-applications ul.job-applications li.job-application header .job-application-rating span:before,
div.job-applications ul.job-applications li.job-application section.job-application-content .hide_section:before,
div.job-applications ul.job-applications li.job-application section.job-application-edit .hide_section:before,
div.job-applications ul.job-applications li.job-application section.job-application-notes .hide_section:before,
div.job-applications ul.job-applications li.job-application footer ul.actions li a:before {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-note:before {
  content: '\e800'; }

/* '' */
.icon-logo-db:before {
  content: '\e801'; }

/* '' */
.icon-music:before {
  content: '\e803'; }

/* '' */
.icon-search:before {
  content: '\e804'; }

/* '' */
.icon-flashlight:before {
  content: '\e805'; }

/* '' */
.icon-mail:before {
  content: '\e806'; }

/* '' */
.icon-heart:before {
  content: '\e807'; }

/* '' */
.icon-heart-empty:before {
  content: '\e808'; }

/* '' */
.icon-star:before {
  content: '\e809'; }

/* '' */
.icon-star-empty:before {
  content: '\e80a'; }

/* '' */
.icon-user:before {
  content: '\e80b'; }

/* '' */
.icon-users:before {
  content: '\e80c'; }

/* '' */
.icon-user-add:before {
  content: '\e80d'; }

/* '' */
.icon-video:before {
  content: '\e80e'; }

/* '' */
.icon-picture:before {
  content: '\e80f'; }

/* '' */
.icon-camera:before {
  content: '\e810'; }

/* '' */
.icon-layout:before {
  content: '\e811'; }

/* '' */
.icon-menu:before {
  content: '\e812'; }

/* '' */
.icon-check:before {
  content: '\e813'; }

/* '' */
.icon-cancel:before {
  content: '\e814'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e815'; }

/* '' */
.icon-cancel-squared:before {
  content: '\e816'; }

/* '' */
.icon-plus:before {
  content: '\e817'; }

/* '' */
.icon-plus-circled:before {
  content: '\e818'; }

/* '' */
.icon-plus-squared:before {
  content: '\e819'; }

/* '' */
.icon-minus:before {
  content: '\e81a'; }

/* '' */
.icon-minus-circled:before {
  content: '\e81b'; }

/* '' */
.icon-minus-squared:before {
  content: '\e81c'; }

/* '' */
.icon-help:before {
  content: '\e81d'; }

/* '' */
.icon-help-circled:before {
  content: '\e81e'; }

/* '' */
.icon-info:before {
  content: '\e81f'; }

/* '' */
.icon-info-circled:before {
  content: '\e820'; }

/* '' */
.icon-back:before {
  content: '\e821'; }

/* '' */
.icon-home:before {
  content: '\e822'; }

/* '' */
.icon-link:before {
  content: '\e823'; }

/* '' */
.icon-attach:before {
  content: '\e824'; }

/* '' */
.icon-lock:before {
  content: '\e825'; }

/* '' */
.icon-lock-open:before {
  content: '\e826'; }

/* '' */
.icon-eye:before {
  content: '\e827'; }

/* '' */
.icon-tag:before {
  content: '\e828'; }

/* '' */
.icon-bookmark:before {
  content: '\e829'; }

/* '' */
.icon-bookmarks:before {
  content: '\e82a'; }

/* '' */
.icon-flag:before {
  content: '\e82b'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e82c'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e82d'; }

/* '' */
.icon-download:before {
  content: '\e82e'; }

/* '' */
.icon-upload:before {
  content: '\e82f'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e830'; }

/* '' */
.icon-reply:before {
  content: '\e831'; }

/* '' */
.icon-reply-all:before {
  content: '\e832'; }

/* '' */
.icon-forward:before {
  content: '\e833'; }

/* '' */
.icon-quote:before {
  content: '\e834'; }

/* '' */
.icon-code:before {
  content: '\e835'; }

/* '' */
.icon-export:before {
  content: '\e836'; }

/* '' */
.icon-pencil:before {
  content: '\e837'; }

/* '' */
.icon-feather:before {
  content: '\e838'; }

/* '' */
.icon-print:before {
  content: '\e839'; }

/* '' */
.icon-retweet:before {
  content: '\e83a'; }

/* '' */
.icon-keyboard:before {
  content: '\e83b'; }

/* '' */
.icon-comment:before {
  content: '\e83c'; }

/* '' */
.icon-chat:before {
  content: '\e83d'; }

/* '' */
.icon-bell:before {
  content: '\e83e'; }

/* '' */
.icon-attention:before {
  content: '\e83f'; }

/* '' */
.icon-alert:before {
  content: '\e840'; }

/* '' */
.icon-vcard:before {
  content: '\e841'; }

/* '' */
.icon-address:before {
  content: '\e842'; }

/* '' */
.icon-location:before {
  content: '\e843'; }

/* '' */
.icon-map:before {
  content: '\e844'; }

/* '' */
.icon-direction:before {
  content: '\e845'; }

/* '' */
.icon-compass:before {
  content: '\e846'; }

/* '' */
.icon-cup:before {
  content: '\e847'; }

/* '' */
.icon-trash:before {
  content: '\e848'; }

/* '' */
.icon-doc:before {
  content: '\e849'; }

/* '' */
.icon-docs:before {
  content: '\e84a'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e84b'; }

/* '' */
.icon-doc-text:before {
  content: '\e84c'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e84d'; }

/* '' */
.icon-newspaper:before {
  content: '\e84e'; }

/* '' */
.icon-book-open:before {
  content: '\e84f'; }

/* '' */
.icon-book:before {
  content: '\e850'; }

/* '' */
.icon-folder:before {
  content: '\e851'; }

/* '' */
.icon-archive:before {
  content: '\e852'; }

/* '' */
.icon-box:before {
  content: '\e853'; }

/* '' */
.icon-rss:before {
  content: '\e854'; }

/* '' */
.icon-phone:before {
  content: '\e855'; }

/* '' */
.icon-cog:before {
  content: '\e856'; }

/* '' */
.icon-tools:before {
  content: '\e857'; }

/* '' */
.icon-share:before {
  content: '\e858'; }

/* '' */
.icon-shareable:before {
  content: '\e859'; }

/* '' */
.icon-basket:before {
  content: '\e85a'; }

/* '' */
.icon-bag:before {
  content: '\e85b'; }

/* '' */
.icon-calendar:before {
  content: '\e85c'; }

/* '' */
.icon-login:before {
  content: '\e85d'; }

/* '' */
.icon-logout:before {
  content: '\e85e'; }

/* '' */
.icon-mic:before {
  content: '\e85f'; }

/* '' */
.icon-mute:before {
  content: '\e860'; }

/* '' */
.icon-sound:before {
  content: '\e861'; }

/* '' */
.icon-volume:before {
  content: '\e862'; }

/* '' */
.icon-clock:before {
  content: '\e863'; }

/* '' */
.icon-hourglass:before {
  content: '\e864'; }

/* '' */
.icon-lamp:before {
  content: '\e865'; }

/* '' */
.icon-light-down:before {
  content: '\e866'; }

/* '' */
.icon-light-up:before {
  content: '\e867'; }

/* '' */
.icon-adjust:before {
  content: '\e868'; }

/* '' */
.icon-block:before {
  content: '\e869'; }

/* '' */
.icon-resize-full:before {
  content: '\e86a'; }

/* '' */
.icon-resize-small:before {
  content: '\e86b'; }

/* '' */
.icon-popup:before {
  content: '\e86c'; }

/* '' */
.icon-publish:before {
  content: '\e86d'; }

/* '' */
.icon-window:before {
  content: '\e86e'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e86f'; }

/* '' */
.icon-down-circled:before {
  content: '\e870'; }

/* '' */
.icon-left-circled:before {
  content: '\e871'; }

/* '' */
.icon-right-circled:before {
  content: '\e872'; }

/* '' */
.icon-up-circled:before {
  content: '\e873'; }

/* '' */
.icon-down-open:before {
  content: '\e874'; }

/* '' */
.icon-left-open:before {
  content: '\e875'; }

/* '' */
.icon-right-open:before {
  content: '\e876'; }

/* '' */
.icon-up-open:before {
  content: '\e877'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e878'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e879'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e87b'; }

/* '' */
.icon-down-open-big:before {
  content: '\e87c'; }

/* '' */
.icon-left-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-right-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-up-open-big:before {
  content: '\e87f'; }

/* '' */
.icon-down:before {
  content: '\e880'; }

/* '' */
.icon-left:before {
  content: '\e881'; }

/* '' */
.icon-right:before {
  content: '\e882'; }

/* '' */
.icon-up:before {
  content: '\e883'; }

/* '' */
.icon-down-dir:before {
  content: '\e884'; }

/* '' */
.icon-left-dir:before {
  content: '\e885'; }

/* '' */
.icon-right-dir:before {
  content: '\e886'; }

/* '' */
.icon-up-dir:before {
  content: '\e887'; }

/* '' */
.icon-down-bold:before {
  content: '\e888'; }

/* '' */
.icon-left-bold:before {
  content: '\e889'; }

/* '' */
.icon-right-bold:before {
  content: '\e88a'; }

/* '' */
.icon-up-bold:before {
  content: '\e88b'; }

/* '' */
.icon-down-thin:before {
  content: '\e88c'; }

/* '' */
.icon-left-thin:before {
  content: '\e88d'; }

/* '' */
.icon-right-thin:before {
  content: '\e88e'; }

/* '' */
.icon-note-beamed:before {
  content: '\e802'; }

/* '' */
.icon-ccw:before {
  content: '\e890'; }

/* '' */
.icon-cw:before {
  content: '\e891'; }

/* '' */
.icon-arrows-ccw:before {
  content: '\e892'; }

/* '' */
.icon-level-down:before {
  content: '\e893'; }

/* '' */
.icon-level-up:before {
  content: '\e894'; }

/* '' */
.icon-shuffle:before {
  content: '\e895'; }

/* '' */
.icon-loop:before {
  content: '\e896'; }

/* '' */
.icon-switch:before {
  content: '\e897'; }

/* '' */
.icon-play:before {
  content: '\e898'; }

/* '' */
.icon-stop:before {
  content: '\e899'; }

/* '' */
.icon-pause:before {
  content: '\e89a'; }

/* '' */
.icon-record:before {
  content: '\e89b'; }

/* '' */
.icon-to-end:before {
  content: '\e89c'; }

/* '' */
.icon-to-start:before {
  content: '\e89d'; }

/* '' */
.icon-fast-forward:before {
  content: '\e89e'; }

/* '' */
.icon-fast-backward:before {
  content: '\e89f'; }

/* '' */
.icon-progress-0:before {
  content: '\e8a0'; }

/* '' */
.icon-progress-1:before {
  content: '\e8a1'; }

/* '' */
.icon-progress-2:before {
  content: '\e8a2'; }

/* '' */
.icon-progress-3:before {
  content: '\e8a3'; }

/* '' */
.icon-target:before {
  content: '\e8a4'; }

/* '' */
.icon-palette:before {
  content: '\e8a5'; }

/* '' */
.icon-list:before {
  content: '\e8a6'; }

/* '' */
.icon-list-add:before {
  content: '\e8a7'; }

/* '' */
.icon-signal:before {
  content: '\e8a8'; }

/* '' */
.icon-trophy:before {
  content: '\e8a9'; }

/* '' */
.icon-battery:before {
  content: '\e8aa'; }

/* '' */
.icon-back-in-time:before {
  content: '\e8ab'; }

/* '' */
.icon-monitor:before {
  content: '\e8ac'; }

/* '' */
.icon-mobile:before {
  content: '\e8ad'; }

/* '' */
.icon-network:before {
  content: '\e8ae'; }

/* '' */
.icon-cd:before {
  content: '\e8af'; }

/* '' */
.icon-inbox:before {
  content: '\e8b0'; }

/* '' */
.icon-install:before {
  content: '\e8b1'; }

/* '' */
.icon-globe:before {
  content: '\e8b2'; }

/* '' */
.icon-cloud:before {
  content: '\e8b3'; }

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b4'; }

/* '' */
.icon-flash:before {
  content: '\e8b5'; }

/* '' */
.icon-moon:before {
  content: '\e8b6'; }

/* '' */
.icon-flight:before {
  content: '\e8b7'; }

/* '' */
.icon-paper-plane:before {
  content: '\e8b8'; }

/* '' */
.icon-leaf:before {
  content: '\e8b9'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e8ba'; }

/* '' */
.icon-mouse:before {
  content: '\e8bb'; }

/* '' */
.icon-briefcase:before {
  content: '\e8bc'; }

/* '' */
.icon-suitcase:before {
  content: '\e8bd'; }

/* '' */
.icon-dot:before {
  content: '\e8be'; }

/* '' */
.icon-dot-2:before {
  content: '\e8bf'; }

/* '' */
.icon-dot-3:before {
  content: '\e8c0'; }

/* '' */
.icon-brush:before {
  content: '\e8c1'; }

/* '' */
.icon-magnet:before {
  content: '\e8c2'; }

/* '' */
.icon-infinity:before {
  content: '\e8c3'; }

/* '' */
.icon-erase:before {
  content: '\e8c4'; }

/* '' */
.icon-chart-pie:before {
  content: '\e8c5'; }

/* '' */
.icon-chart-line:before {
  content: '\e8c6'; }

/* '' */
.icon-chart-bar:before {
  content: '\e8c7'; }

/* '' */
.icon-chart-area:before {
  content: '\e8c8'; }

/* '' */
.icon-tape:before {
  content: '\e8c9'; }

/* '' */
.icon-graduation-cap:before {
  content: '\e8ca'; }

/* '' */
.icon-language:before {
  content: '\e8cb'; }

/* '' */
.icon-ticket:before {
  content: '\e8cc'; }

/* '' */
.icon-water:before {
  content: '\e8cd'; }

/* '' */
.icon-droplet:before {
  content: '\e8ce'; }

/* '' */
.icon-air:before {
  content: '\e8cf'; }

/* '' */
.icon-credit-card:before {
  content: '\e8d0'; }

/* '' */
.icon-floppy:before {
  content: '\e8d1'; }

/* '' */
.icon-clipboard:before {
  content: '\e8d2'; }

/* '' */
.icon-megaphone:before {
  content: '\e8d3'; }

/* '' */
.icon-database:before {
  content: '\e8d4'; }

/* '' */
.icon-drive:before {
  content: '\e8d5'; }

/* '' */
.icon-bucket:before {
  content: '\e8d6'; }

/* '' */
.icon-thermometer:before {
  content: '\e8d7'; }

/* '' */
.icon-key:before {
  content: '\e8d8'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e8d9'; }

/* '' */
.icon-flow-branch:before {
  content: '\e8da'; }

/* '' */
.icon-flow-tree:before {
  content: '\e8db'; }

/* '' */
.icon-flow-line:before {
  content: '\e8dc'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e8dd'; }

/* '' */
.icon-rocket:before {
  content: '\e8de'; }

/* '' */
.icon-gauge:before {
  content: '\e8df'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e8e0'; }

/* '' */
.icon-cc:before {
  content: '\e8e1'; }

/* '' */
.icon-cc-by:before {
  content: '\e8e2'; }

/* '' */
.icon-cc-nc:before {
  content: '\e8e3'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8e4'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8e5'; }

/* '' */
.icon-cc-sa:before {
  content: '\e8e6'; }

/* '' */
.icon-cc-nd:before {
  content: '\e8e7'; }

/* '' */
.icon-cc-pd:before {
  content: '\e8e8'; }

/* '' */
.icon-cc-zero:before {
  content: '\e8e9'; }

/* '' */
.icon-cc-share:before {
  content: '\e8ea'; }

/* '' */
.icon-cc-remix:before {
  content: '\e8eb'; }

/* '' */
.icon-github:before {
  content: '\e8ec'; }

/* '' */
.icon-github-circled:before {
  content: '\e8ed'; }

/* '' */
.icon-flickr:before {
  content: '\e8ee'; }

/* '' */
.icon-flickr-circled:before {
  content: '\e8ef'; }

/* '' */
.icon-vimeo:before {
  content: '\e8f0'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f1'; }

/* '' */
.icon-twitter:before {
  content: '\e8f2'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e8f3'; }

/* '' */
.icon-facebook:before {
  content: '\e8f4'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e8f5'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e8f6'; }

/* '' */
.icon-gplus:before {
  content: '\e8f7'; }

/* '' */
.icon-gplus-circled:before {
  content: '\e8f8'; }

/* '' */
.icon-pinterest:before {
  content: '\e8f9'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\e8fa'; }

/* '' */
.icon-tumblr:before {
  content: '\e8fb'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\e8fc'; }

/* '' */
.icon-linkedin:before {
  content: '\e8fd'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e8fe'; }

/* '' */
.icon-dribbble:before {
  content: '\e8ff'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\e900'; }

/* '' */
.icon-stumbleupon:before {
  content: '\e901'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e902'; }

/* '' */
.icon-lastfm:before {
  content: '\e903'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\e904'; }

/* '' */
.icon-rdio:before {
  content: '\e905'; }

/* '' */
.icon-rdio-circled:before {
  content: '\e906'; }

/* '' */
.icon-spotify:before {
  content: '\e907'; }

/* '' */
.icon-spotify-circled:before {
  content: '\e908'; }

/* '' */
.icon-qq:before {
  content: '\e909'; }

/* '' */
.icon-instagram:before {
  content: '\e90a'; }

/* '' */
.icon-dropbox:before {
  content: '\e90b'; }

/* '' */
.icon-evernote:before {
  content: '\e90c'; }

/* '' */
.icon-flattr:before {
  content: '\e90d'; }

/* '' */
.icon-skype:before {
  content: '\e90e'; }

/* '' */
.icon-skype-circled:before {
  content: '\e90f'; }

/* '' */
.icon-renren:before {
  content: '\e910'; }

/* '' */
.icon-sina-weibo:before {
  content: '\e911'; }

/* '' */
.icon-paypal:before {
  content: '\e912'; }

/* '' */
.icon-picasa:before {
  content: '\e913'; }

/* '' */
.icon-soundcloud:before {
  content: '\e914'; }

/* '' */
.icon-mixi:before {
  content: '\e915'; }

/* '' */
.icon-behance:before {
  content: '\e916'; }

/* '' */
.icon-google-circles:before {
  content: '\e917'; }

/* '' */
.icon-vkontakte:before {
  content: '\e918'; }

/* '' */
.icon-smashing:before {
  content: '\e919'; }

/* '' */
.icon-sweden:before {
  content: '\e91a'; }

/* '' */
.icon-db-shape:before {
  content: '\e91b'; }

/* '' */
.icon-up-thin:before {
  content: '\e88f'; }

/* '' */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container, .jobify_widget_map div.job_listings,
.jobify_widget_map div.resumes,
.jobify_widget_map_resumes div.job_listings,
.jobify_widget_map_resumes div.resumes {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .jobify_widget_map div.job_listings:before,
.jobify_widget_map div.resumes:before,
.jobify_widget_map_resumes div.job_listings:before,
.jobify_widget_map_resumes div.resumes:before,
.container:after,
.jobify_widget_map div.job_listings:after,
.jobify_widget_map div.resumes:after,
.jobify_widget_map_resumes div.job_listings:after,
.jobify_widget_map_resumes div.resumes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.container:after, .jobify_widget_map div.job_listings:after,
.jobify_widget_map div.resumes:after,
.jobify_widget_map_resumes div.job_listings:after,
.jobify_widget_map_resumes div.resumes:after {
  clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.row:after {
  clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container, .jobify_widget_map div.job_listings,
  .jobify_widget_map div.resumes,
  .jobify_widget_map_resumes div.job_listings,
  .jobify_widget_map_resumes div.resumes {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 992px) {
  .container, .jobify_widget_map div.job_listings,
  .jobify_widget_map div.resumes,
  .jobify_widget_map_resumes div.job_listings,
  .jobify_widget_map_resumes div.resumes {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.333333333333332%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; } }
@media (min-width: 1200px) {
  .container, .jobify_widget_map div.job_listings,
  .jobify_widget_map div.resumes,
  .jobify_widget_map_resumes div.job_listings,
  .jobify_widget_map_resumes div.resumes {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; } }
/**
 * 2.0 Repeatable patterns
 * ----------------------------------------------------------------------------
 */
/* Clearing floats */
.clear:after,
.site-header .container:after,
.site-header .jobify_widget_map div.job_listings:after,
.jobify_widget_map .site-header div.job_listings:after,
.site-header .jobify_widget_map div.resumes:after,
.jobify_widget_map .site-header div.resumes:after,
.site-header .jobify_widget_map_resumes div.job_listings:after,
.jobify_widget_map_resumes .site-header div.job_listings:after,
.site-header .jobify_widget_map_resumes div.resumes:after,
.jobify_widget_map_resumes .site-header div.resumes:after,
.footer-widgets:after,
.copyright:after,
.job_listing:after,
.homepage-widget:after,
.callout:after,
.search_jobs:after,
.search_resumes:after,
.job_types:after,
.job-overview-content:after,
.job-dashboard-actions:after,
.pricing-table-widget:after,
.hentry:after,
.blog-archive:after,
.content-grid:after,
.rcp_user_fieldset:after,
.entry-summary form:after,
#content:after,
.single-job-spotlight-actions:after,
#searchform:after,
.gfield:after,
.job_listing_preview_title input[name="continue"]:after {
  clear: both; }

.clear:before,
.clear:after,
.site-header .container:before,
.site-header .jobify_widget_map div.job_listings:before,
.jobify_widget_map .site-header div.job_listings:before,
.site-header .jobify_widget_map div.resumes:before,
.jobify_widget_map .site-header div.resumes:before,
.site-header .jobify_widget_map_resumes div.job_listings:before,
.jobify_widget_map_resumes .site-header div.job_listings:before,
.site-header .jobify_widget_map_resumes div.resumes:before,
.jobify_widget_map_resumes .site-header div.resumes:before,
.site-header .container:after,
.site-header .jobify_widget_map div.job_listings:after,
.jobify_widget_map .site-header div.job_listings:after,
.site-header .jobify_widget_map div.resumes:after,
.jobify_widget_map .site-header div.resumes:after,
.site-header .jobify_widget_map_resumes div.job_listings:after,
.jobify_widget_map_resumes .site-header div.job_listings:after,
.site-header .jobify_widget_map_resumes div.resumes:after,
.jobify_widget_map_resumes .site-header div.resumes:after,
.footer-widgets:before,
.footer-widgets:after,
.copyright:before,
.copyright:after,
.job_listing:before,
.job_listing:after,
.homepage-widget:before,
.homepage-widget:after,
.callout:before,
.callout:after,
.search_jobs:before,
.search_jobs:after,
.search_resumes:before,
.search_resumes:after,
.job_types:before,
.job_types:after,
.job-overview-content:before,
.job-overview-content:after,
.job-dashboard-actions:before,
.job-dashboard-actions:after,
.pricing-table-widget:before,
.pricing-table-widget:after,
.hentry:before,
.hentry:after,
.blog-archive:before,
.blog-archive:after,
.content-grid:before,
.cotnent-grid:after,
.rcp_user_fieldset:before,
.rcp_user_fieldset:after,
.entry-summary form:before,
.entry-summary form:after,
#content:before,
#content:after,
.single-job-spotlight-actions:before,
.single-job-spotlight-actions:after,
#searchform:before,
#searchform:after,
.gfield:before,
.gfield:after {
  content: "";
  display: table; }

/* Assistive text */
.screen-reader-text,
.site-description,
.search_jobs label,
.search_resumes label {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px); }

.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;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  top: 5px;
  left: 5px;
  text-decoration: none;
  height: auto;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/** Buttons */
.button, .job_listing a.view-video,
.resume a.view-video, .job-manager-pagination a,
.job-manager-pagination span, .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice,
.job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark, .single_job_listing .application .apply-with-linkedin,
input.import-from-linkedin,
.button-small,
.button-medium,
.woocommerce .button,
.woocommerce .job_listing a.view-video,
.job_listing .woocommerce a.view-video,
.woocommerce .resume a.view-video,
.resume .woocommerce a.view-video,
.woocommerce .job-manager-pagination a,
.job-manager-pagination .woocommerce a,
.woocommerce .job-manager-pagination span,
.job-manager-pagination .woocommerce span,
.woocommerce .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce a.bookmark-notice,
.woocommerce .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce a.remove-bookmark,
.woocommerce .single_job_listing .application .apply-with-linkedin,
.single_job_listing .application .woocommerce .apply-with-linkedin,
.woocommerce input.import-from-linkedin,
.woocommerce input.button,
.button-secondary,
input[type="submit"],
button,
.load_more_jobs,
.job-manager-pagination a,
.job-manager-pagination span,
.load_more_resumes,
#wp-submit,
#submitcomment,
#searchsubmit,
.jobify_widget_slider a.button-secondary,
.jobify_widget_slider_hero a.button,
.jobify_widget_slider_hero .job_listing a.view-video,
.job_listing .jobify_widget_slider_hero a.view-video,
.jobify_widget_slider_hero .resume a.view-video,
.resume .jobify_widget_slider_hero a.view-video,
.jobify_widget_slider_hero .job-manager-pagination a,
.job-manager-pagination .jobify_widget_slider_hero a,
.jobify_widget_slider_hero .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice,
.job-manager-form.wp-job-manager-bookmarks-form .jobify_widget_slider_hero a.bookmark-notice,
.jobify_widget_slider_hero .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .jobify_widget_slider_hero a.remove-bookmark,
.jobify_widget_slider_hero .single_job_listing .application a.apply-with-linkedin,
.single_job_listing .application .jobify_widget_slider_hero a.apply-with-linkedin,
.single_job_listing .application .apply-with-linkedin {
  font: bold 18px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 50px;
  border-radius: 8px;
  display: inline-block;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

a.button, .job_listing a.view-video,
.resume a.view-video, .job-manager-pagination a, .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice,
.job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark, .single_job_listing .application a.apply-with-linkedin,
.jobify_widget_slider_hero a.button:hover,
.jobify_widget_slider_hero .job_listing a.view-video:hover,
.job_listing .jobify_widget_slider_hero a.view-video:hover,
.jobify_widget_slider_hero .resume a.view-video:hover,
.resume .jobify_widget_slider_hero a.view-video:hover,
.jobify_widget_slider_hero .job-manager-pagination a:hover,
.job-manager-pagination .jobify_widget_slider_hero a:hover,
.jobify_widget_slider_hero .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice:hover,
.job-manager-form.wp-job-manager-bookmarks-form .jobify_widget_slider_hero a.bookmark-notice:hover,
.jobify_widget_slider_hero .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark:hover,
.job-manager-form.wp-job-manager-bookmarks-form .jobify_widget_slider_hero a.remove-bookmark:hover,
.jobify_widget_slider_hero .single_job_listing .application a.apply-with-linkedin:hover,
.single_job_listing .application .jobify_widget_slider_hero a.apply-with-linkedin:hover {
  color: #fff; }

.jobify_widget_slider_hero a.button:hover, .jobify_widget_slider_hero .job_listing a.view-video:hover, .job_listing .jobify_widget_slider_hero a.view-video:hover,
.jobify_widget_slider_hero .resume a.view-video:hover,
.resume .jobify_widget_slider_hero a.view-video:hover, .jobify_widget_slider_hero .job-manager-pagination a:hover, .job-manager-pagination .jobify_widget_slider_hero a:hover, .jobify_widget_slider_hero .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice:hover, .job-manager-form.wp-job-manager-bookmarks-form .jobify_widget_slider_hero a.bookmark-notice:hover,
.jobify_widget_slider_hero .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark:hover,
.job-manager-form.wp-job-manager-bookmarks-form .jobify_widget_slider_hero a.remove-bookmark:hover, .jobify_widget_slider_hero .single_job_listing .application a.apply-with-linkedin:hover, .single_job_listing .application .jobify_widget_slider_hero a.apply-with-linkedin:hover {
  color: #FFF !important;
  text-shadow: #000 0 0 13px;
  border-color: #FFF !important;
  background: transparent !important; }

.button:hover, .job_listing a.view-video:hover,
.resume a.view-video:hover, .job-manager-pagination a:hover,
.job-manager-pagination span:hover, .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice:hover,
.job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark:hover, .single_job_listing .application .apply-with-linkedin:hover,
input.import-from-linkedin:hover,
#wp-submit:hover,
#submitcomment:hover,
#searchsubmit:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background: none; }

.button-secondary:hover,
.load_more_jobs:hover,
.job-manager-pagination a:hover,
.job-manager-pagination span:hover,
.load_more_resumes:hover,
.jobify_widget_slider a.button-secondary:hover {
  text-decoration: none;
  color: #fff; }

.button-small,
input.button-small {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px; }

.woocommerce .button-small {
  font-size: 13px;
  padding: 8px 10px; }

.woocommerce .woocommerce-message .button-small,
.woocommerce .woocommerce-checkout .button-secondary.button-small {
  float: right;
  font-size: 12px;
  padding: 5px 10px; }

.woocommerce .checkout_coupon .button-small {
  padding: 11px; }

.button-medium, .woocommerce .button, .woocommerce .job_listing a.view-video, .job_listing .woocommerce a.view-video,
.woocommerce .resume a.view-video,
.resume .woocommerce a.view-video, .woocommerce .job-manager-pagination a, .job-manager-pagination .woocommerce a,
.woocommerce .job-manager-pagination span,
.job-manager-pagination .woocommerce span, .woocommerce .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice, .job-manager-form.wp-job-manager-bookmarks-form .woocommerce a.bookmark-notice,
.woocommerce .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce a.remove-bookmark, .woocommerce .single_job_listing .application .apply-with-linkedin, .single_job_listing .application .woocommerce .apply-with-linkedin,
.woocommerce input.import-from-linkedin,
.woocommerce input.button,
input.button-medium,
.woocommerce input.button,
.woocommerce .single_job_listing .application input.apply-with-linkedin,
.single_job_listing .application .woocommerce input.apply-with-linkedin,
.woocommerce input.import-from-linkedin,
#wp-submit,
#submitcomment,
#searchsubmit,
.entry-summary form input[type="submit"] {
  font-size: 15px;
  padding: 14px 24px; }

.application_button, .job_listing a.view-video,
.resume a.view-video,
.resume_contact_button,
.job-tag,
.single_job_listing .application .apply-with-linkedin {
  font: bold 15px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  background-color: #f08d3c;
  padding: 15px 50px;
  display: inline-block; }

.job-meta .application_button, .job-meta .job_listing a.view-video, .job_listing .job-meta a.view-video,
.job-meta .resume a.view-video,
.resume .job-meta a.view-video {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.job_listing .job-tag,
.resume .job-tag,
.resume_preview .job-tag,
.job_listing_preview .job-tag {
  font-size: 13px;
  color: #fff;
  padding: 8px 15px;
  margin: 0 8px 8px 0;
  border-radius: 20px;
  display: inline-block; }

/* Form fields, general styles first. */
label {
  font: bold 14px/normal 'Montserrat', sans-serif;
  text-transform: uppercase; }

button,
input,
textarea {
  font: 400 17px "Varela Round", Helvetica, sans-serif;
  padding: 11px 15px;
  border: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea,
select {
  font-size: 16px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%; }

select {
  border: 1px solid #ccc;
  border-radius: 0;
  background: none; }

body .wp_themeSkin table.mceLayout,
#wp-resume_content-wrap,
.wp-editor-wrap {
  border: 1px solid #ccc; }

input:focus,
textarea:focus,
select:focus {
  outline: 0; }

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 3px; }

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
#page {
  overflow-x: hidden; }

.site-main,
.footer-cta,
.site-footer {
  position: relative;
  z-index: 2; }

.site-header {
  position: relative;
  z-index: 3; }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption,
.campaign-feature-image img {
  max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; }

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 12px;
  font-style: italic;
  font-weight: 300; }

.wp-caption-text {
  margin: 12px 0; }

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */
.page-header {
  font: normal 38px/normal 'Varela Round', sans-serif;
  text-align: center;
  padding: 20px 0;
  background: #fafafa;
  border-bottom: 1px solid #ccc; }

.page-header.has-image {
  padding: 0;
  border: 0;
  max-height: 400px;
  overflow: hidden; }

.page-header.has-image img {
  min-width: 100%;
  width: auto;
  height: auto;
  display: block; }

.page-title {
  font-size: 26px;
  font-weight: normal;
  color: #797979; }

.page-subtitle {
  font: normal 14px/normal 'Montserrat', sans-serif;
  color: #9a9b9e;
  margin-top: -15px; }
  .page-subtitle a {
    color: #9a9b9e; }
  .page-subtitle ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .page-subtitle li {
    display: block;
    margin: 5px 0; }
    .page-subtitle li.job-type {
      text-align: center;
      padding: 3px 10px;
      border-right: 0;
      display: inline-block;
      word-break: break-word; }
    .page-subtitle li:last-child {
      border-right: 0; }

.page-content {
  margin: 60px 0; }

.blog-archive {
  margin: 100px 0 0; }

.entry-content {
  margin: 60px auto 0; }

.entry-content .job-manager-form,
.entry-content .job-manager-error {
  margin-left: auto;
  margin-right: auto; }

.entry-content form[name="loginform"] .job-manager-error {
  max-width: 100%;
  width: 100%; }

.entry-content p,
.contact-form div {
  color: #8c8d90;
  line-height: 24px; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: normal; }

.entry-summary form {
  margin: 20px 0; }

.entry-summary form p label {
  width: 80%;
  float: left; }

.entry-summary form p input[type="submit"] {
  width: 18%;
  float: right;
  padding: 10px 24px;
  margin-top: 17px; }

.paginate-links {
  text-align: center;
  margin: 40px auto; }

.paginate-links .page-numbers {
  font: normal 13px/normal 'Montserrat', sans-serif;
  text-align: center;
  padding: 8px 13px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.paginate-links .page-numbers:hover {
  color: #fff;
  text-decoration: none; }

.paginate-links .page-numbers.prev,
.paginate-links .page-numbers.next {
  padding: 8px; }

.blog-archive .hentry {
  margin-bottom: 75px; }

.blog-archive .hentry:last-child,
.blog-archive .hentry:last-of-type {
  margin-bottom: 0; }

.entry-feature {
  margin: 0 0 34px;
  border-radius: 6px;
  overflow: hidden; }

.entry-header a {
  color: #8c8d90; }

.entry-header a:hover {
  text-decoration: none; }

.entry-author img {
  margin: 0 0 18px;
  border-radius: 50%;
  display: block; }

.entry-meta,
.entry-share {
  font-size: 13px;
  margin: 8px 0; }

.entry-share .twitter-share-button,
.entry-share .fb-share-button,
.entry-share .IN-widget {
  margin-bottom: 10px;
  display: block !important;
  text-align: left !important; }

.zilla-likes:before,
.zilla-likes.active:before {
  font-size: 16px;
  content: '\e808';
  vertical-align: baseline; }

.zilla-likes.active:before {
  content: '\e807'; }

.entry-title {
  font-size: 38px;
  font-weight: normal;
  margin: 0 0 24px; }

.entry-title a {
  color: #8c8d90; }

.entry-title a:hover {
  text-decoration: none; }

.comments-link {
  display: block; }

.jobify_widget_blog_posts .comments-link {
  display: inline-block; }

/**
 * None
 */
#searchform input[type="text"] {
  padding: 15px;
  width: 80%;
  float: left; }

#searchform input[type="submit"],
#searchform button {
  width: 18%;
  float: right; }

.content-none #searchform button {
  padding: 10px; }
  .content-none #searchform button i {
    font-size: 24px; }

/**
 * Misc
 */
/**
 * Grid
 */
.content-grid .hentry .entry-header,
.content-grid .hentry .entry {
  width: 100%;
  float: none; }

.content-grid .entry-header img {
  border-radius: 6px; }

.content-grid .featured-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }

.content-grid .featured-image .overlay {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.content-grid .featured-image i {
  font-size: 40px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.content-grid .featured-image:hover .overlay {
  opacity: .8; }

.content-grid .entry-title {
  font-size: 24px;
  margin: 30px 0 10px; }

.content-grid .entry-meta {
  margin: 0 0 10px; }

.jobify_widget_blog_posts .content-grid {
  margin: 60px 0 0; }

.comments-title {
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 50px; }

.comments-title,
#reply-title {
  font-size: 19px;
  font-weight: normal;
  margin: 40px 0; }

#reply-title {
  margin: 80px 0 40px; }

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
  margin-top: 0; }

.comment {
  margin-bottom: 35px; }

.comment-list .children {
  margin-left: 100px; }

.comment-avatar {
  display: block;
  margin-bottom: 10px;
  width: 75px;
  float: left;
  border-radius: 50%;
  overflow: hidden; }

.comment-list .children .comment-avatar {
  width: 40px; }

.comment-list .children .comment-avatar img {
  width: 40px;
  height: 40px; }

.comment-meta,
.comment-meta a {
  color: #919191; }

.comment-meta,
.comment-content,
.comment-awaiting-moderation {
  margin-left: 100px; }

.comment-content p:last-child {
  margin-bottom: 0; }

.comment-list .children .comment-meta,
.comment-list .children .comment-content,
.comment-list .children .comment-awaiting-moderation {
  margin-left: 60px; }

.comment-author .fn,
.comment-reply-link {
  font-size: 14px;
  font-style: normal; }

.comment-list .edit-link {
  float: right; }

.comment-reply-link {
  margin-left: 10px; }

.comment-meta,
.comment-meta a {
  font-size: 13px;
  margin-bottom: 18px; }

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2; }

.comment-awaiting-moderation {
  color: #a2a2a2; }

#commentform input[type="submit"] {
  display: inline-block;
  width: auto; }

#commentform input[type="text"] {
  width: 50%;
  display: block; }

.homepage-widget {
  margin: 100px 0; }

.page .homepage-widget {
  margin-bottom: 50px; }

.homepage-widget.jobify_widget_slider_hero:first-child,
.homepage-widget.jobify_widget_map_resumes:first-child {
  margin-top: 0; }

.homepage-widget:last-child {
  margin-bottom: 0; }

.homepage-widget-title {
  font: normal 24px/normal 'Varela Round', sans-serif;
  text-align: center;
  color: #787878;
  margin: 0 0 30px;
  padding: 0; }

.homepage-widget-description {
  text-align: center;
  margin: -25px auto 40px;
  max-width: 700px;
  font-size: 14px; }

/** Map */
.jobify_widget_map:first-child,
.jobify_widget_map_resumes:first-child {
  margin-top: 0; }
.jobify_widget_map ul.job_listings,
.jobify_widget_map ul.job_types,
.jobify_widget_map .load_more_jobs,
.jobify_widget_map .job-manager-pagination a,
.job-manager-pagination .jobify_widget_map a,
.jobify_widget_map .job-manager-pagination span,
.job-manager-pagination .jobify_widget_map span,
.jobify_widget_map .showing_jobs,
.jobify_widget_map .filter_by_tag,
.jobify_widget_map ul.resumes,
.jobify_widget_map .showing_resumes,
.jobify_widget_map .load_more_resumes,
.jobify_widget_map_resumes ul.job_listings,
.jobify_widget_map_resumes ul.job_types,
.jobify_widget_map_resumes .load_more_jobs,
.jobify_widget_map_resumes .job-manager-pagination a,
.job-manager-pagination .jobify_widget_map_resumes a,
.jobify_widget_map_resumes .job-manager-pagination span,
.job-manager-pagination .jobify_widget_map_resumes span,
.jobify_widget_map_resumes .showing_jobs,
.jobify_widget_map_resumes .filter_by_tag,
.jobify_widget_map_resumes ul.resumes,
.jobify_widget_map_resumes .showing_resumes,
.jobify_widget_map_resumes .load_more_resumes {
  display: none !important; }
.jobify_widget_map.no-filters div.job_listings,
.jobify_widget_map.no-filters div.resumes,
.jobify_widget_map_resumes.no-filters div.job_listings,
.jobify_widget_map_resumes.no-filters div.resumes {
  display: none !important; }
.jobify_widget_map div.job_listings,
.jobify_widget_map div.resumes,
.jobify_widget_map_resumes div.job_listings,
.jobify_widget_map_resumes div.resumes {
  position: relative;
  z-index: 10;
  padding: 0;
  max-width: none; }
@media (min-width: 992px) {
  .jobify_widget_map div.job_listings,
  .jobify_widget_map div.resumes,
  .jobify_widget_map_resumes div.job_listings,
  .jobify_widget_map_resumes div.resumes {
    max-width: 970px;
    margin-top: -100px; } }
@media (min-width: 1200px) {
  .jobify_widget_map div.job_listings,
  .jobify_widget_map div.resumes,
  .jobify_widget_map_resumes div.job_listings,
  .jobify_widget_map_resumes div.resumes {
    max-width: 1170px; } }
.jobify_widget_map .chosen-container,
.jobify_widget_map_resumes .chosen-container {
  border: 0 !important; }

.map-marker-info {
  text-align: center;
  font-size: 14px;
  height: 65px;
  display: table;
  vertical-align: middle;
  padding: 10px;
  width: 100%; }
  .map-marker-info a {
    color: #818080;
    display: table-cell;
    vertical-align: middle; }

/**
 * Spotlight
 */
.jobify_widget_jobs .job-spotlight {
  margin-top: 50px; }

.job_summary_shortcode,
.jobify_widget_jobs .single-job-spotlight {
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff; }

.single-job-spotlight {
  margin-bottom: 60px; }

.single-job-spotlight-feature-image {
  position: relative; }

.single-job-spotlight-feature-image img {
  min-width: 100%;
  border-radius: 5px; }

.jobify_widget_jobs .single-job-spotlight .single-job-spotlight-feature-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.single-job-spotlight-feature-image .company-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.single-job-spotlight-feature-image .company-logo img {
  border-radius: 0; }

.single-job-spotlight-content {
  margin-top: 1.5em; }

.jobify_widget_jobs .single-job-spotlight .single-job-spotlight-content {
  padding: 0 8% 8%; }

.single-job-spotlight-content p,
.job_summary_shortcode p {
  margin-bottom: 18px; }

.single-job-spotlight-content p:last-child {
  margin-bottom: 0; }

.single-job-spotlight-content a,
.single-job-spotlight-actions .action a {
  color: #787878; }

.single-job-spotlight-actions {
  margin: 1em 0; }

.single-job-spotlight-actions .action {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-right: 0.5em; }

.single-job-spotlight-actions .action:last-child {
  border-right: 0; }

.jobify_widget_jobs .recent-jobs:not(.filters) li.type-job_listing:first-child {
  border-top-left-radius: 5px; }

.jobify_widget_jobs .recent-jobs.filters ul.job_listings {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.jobify_widget_jobs li.type-job_listing:last-child {
  border-bottom-left-radius: 5px; }

.jobify_widget_jobs li.type-job_listing .position,
.jobify_widget_jobs li.type-resume .position {
  width: 100%; }

.jobify_widget_jobs li.type-job_listing .logo,
.jobify_widget_jobs li.type-resume .logo,
.jobify_widget_jobs li.type-job_listing .location,
.jobify_widget_jobs li.type-resume .location {
  display: none; }

/**
 * Job Search
 */
/**
 * Callout
 */
.callout {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 30px; }

.callout-description {
  margin: 11px 0; }

.callout-description p {
  font-size: 15px;
  line-height: 24px;
  color: #8c8d90; }

.callout-description p:last-child {
  margin-bottom: 0; }

.callout-action a.button, .callout-action .job_listing a.view-video, .job_listing .callout-action a.view-video,
.callout-action .resume a.view-video,
.resume .callout-action a.view-video, .callout-action .job-manager-pagination a, .job-manager-pagination .callout-action a, .callout-action .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice, .job-manager-form.wp-job-manager-bookmarks-form .callout-action a.bookmark-notice,
.callout-action .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .callout-action a.remove-bookmark, .callout-action .single_job_listing .application a.apply-with-linkedin, .single_job_listing .application .callout-action a.apply-with-linkedin {
  width: 100%; }

/**
 * Companies
 */
.jobify_widget_companies {
  margin-bottom: 150px; }

.company-slider-wrap {
  margin: 20px 0 0;
  padding: 0 70px;
  position: relative; }

.company-slider-item {
  text-align: center;
  padding: 0;
  width: 200px !important;
  height: auto !important;
  float: left; }

.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  color: #8c8d90;
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-top: -21px;
  opacity: 0.50; }

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-prev {
  left: 0; }

.flex-next {
  right: 0; }

/**
 * Stats
 */
.job-stats {
  text-align: center;
  margin: 60px auto 0;
  padding: 0 0 80px;
  list-style: none;
  border-bottom: 1px solid #eee; }

.job-stat {
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  display: inline-block; }

.job-stat:last-child {
  border-bottom: 0; }

.job-stat strong {
  font-size: 38px;
  line-height: 38px;
  font-weight: normal;
  display: block; }

/**
 * Hero Slider
 */
body .soliloquy-container .soliloquy-caption-inside a,
body .soliloquy-container .soliloquy-caption-inside a:hover {
  color: #fff;
  text-decoration: none; }

.jobify_widget_slider_hero .soliloquy-container .soliloquy-image {
  min-width: 100%; }

.jobify_widget_slider_hero .soliloquy-container .soliloquy-caption-inside {
  background: transparent;
  padding: 2em; }

.jobify_widget_slider_hero .soliloquy-container .soliloquy-caption {
  display: block;
  background: none;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.jobify_widget_slider .soliloquy-container .soliloquy-caption-title,
.jobify_widget_slider_hero .soliloquy-container .soliloquy-caption-title {
  font-size: 24px;
  text-shadow: #000 0 0 13px;
  margin-bottom: 12px; }

.jobify_widget_slider .soliloquy-container .soliloquy-caption p,
.jobify_widget_slider_hero .soliloquy-container .soliloquy-caption p {
  display: none;
  text-shadow: #000 0 0 13px;
  margin-bottom: 24px; }

.jobify_widget_slider .soliloquy-container .soliloquy-next,
.jobify_widget_slider .soliloquy-container .soliloquy-prev {
  background-color: transparent; }

/**
 * Slider
 */
body .jobify_widget_slider .soliloquy-container {
  margin: 0 auto !important; }

.jobify_widget_slider .soliloquy-container .soliloquy-image {
  max-height: 100%; }

.jobify_widget_slider .soliloquy-container .soliloquy-caption {
  background-color: rgba(0, 0, 0, 0.3); }

.jobify_widget_slider .soliloquy-container .soliloquy-caption-inside {
  background: transparent;
  padding: 2em; }

.jobify_widget_slider .soliloquy-container .soliloquy-pager-item {
  display: none; }

.jobify_widget_slider .soliloquy-container a.button-secondary {
  color: #FFF;
  border-color: #FFF;
  width: auto;
  display: inline-block;
  float: left; }

.jobify_widget_slider .soliloquy-container a.button-secondary:hover {
  background-color: #fff; }

/**
 * Video
 */
.jobify_widget_video {
  overflow: hidden; }

.video-description {
  margin-bottom: 3em; }

.video-description .homepage-widget-title {
  text-align: left; }

.video-preview {
  display: none; }

.video-preview.static {
  display: block; }

/**
 * Testimonials
 */
.jobify_widget_testimonials {
  color: #fff;
  padding: 50px 0; }

.jobify_widget_testimonials .flex-direction-nav,
.jobify_widget_companies .flex-direction-nav {
  display: none; }

.jobify_widget_testimonials .flex-direction-nav a i,
.jobify_widget_testimonials .homepage-widget-title {
  color: #fff; }

.testimonial-slider-wrap {
  margin: 60px 0 0;
  padding: 0 30px;
  position: relative; }

.individual-testimonial {
  margin: 0 40px 0 0;
  padding: 0;
  text-align: center;
  width: 220px !important;
  height: auto;
  float: left;
  opacity: 0; }

.page-template-page-templatestestimonials-php .individual-testimonial,
.jobify_widget_testimonials .static .individual-testimonial {
  opacity: 1; }

.individual-testimonial p {
  color: #8c8d90;
  font-size: 15px;
  line-height: 23px;
  padding: 25px;
  background: #fff;
  border-radius: 4px;
  position: relative; }

.individual-testimonial p:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  display: block;
  bottom: -12px;
  left: 50%;
  margin-left: -12px; }

.individual-testimonial-author {
  margin: 0 auto; }

.individual-testimonial-author img {
  display: block;
  border-radius: 50%;
  margin: 0 auto; }

blockquote .individual-testimonial-author cite {
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  display: block;
  margin: 4px 0 0; }

.jobify_widget_testimonials .flex-direction-nav .flex-prev,
.jobify_widget_testimonials .flex-direction-nav .flex-next {
  top: 32%; }
  .jobify_widget_testimonials .flex-direction-nav .flex-prev i,
  .jobify_widget_testimonials .flex-direction-nav .flex-next i {
    color: #8c8d90; }
.jobify_widget_testimonials .jobify_widget_testimonials {
  padding: 0; }
.jobify_widget_testimonials .testimonial-slider-wrap {
  margin-top: 0; }

.jobify_widget_testimonials .individual-testimonial p {
  border: 1px solid #ccc; }
  .jobify_widget_testimonials .individual-testimonial p:before {
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    display: block;
    bottom: -14px;
    left: 50%;
    margin-left: -14px; }

.homepage-widget.jobify_widget_testimonials .individual-testimonial p {
  border: 0; }
  .homepage-widget.jobify_widget_testimonials .individual-testimonial p:before {
    display: none; }

/**
 * Pricing
 */
.pricing-table-wrapper[data-columns]::before {
  font-size: 0;
  content: '1 .col-xs-12'; }

@media (min-width: 768px) {
  .pricing-table-wrapper[data-columns]::before {
    content: '2 .col-sm-6'; } }
@media (min-width: 992px) {
  .pricing-table-wrapper[data-columns]::before {
    content: '3 .col-md-4'; } }
.pricing-table-widget-wrapper {
  margin-bottom: 30px; }

.pricing-table-widget {
  background: #fff; }

.pricing-table-widget-title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.pricing-table-widget-description {
  text-align: center;
  padding: 40px;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.pricing-table-widget-description h2:first-child {
  margin-top: -10px;
  font-weight: normal;
  font-size: 40px; }

.pricing-table-widget-description h2:first-child sup {
  top: -1.25em;
  font-size: 25px; }

.pricing-table-widget-description ul,
.pricing-table-widget-description ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.pricing-table-widget-description li,
.pricing-table-widget-description p {
  line-height: 32px; }

.pricing-table-widget-description p {
  margin: 24px 0; }

.pricing-table-widget-description > *:last-child {
  margin-bottom: 0; }

.jobify_widget_price_table + .jobify_widget_callout,
.jobify_widget_price_table_rcp + .jobify_widget_callout {
  margin-top: -50px; }

/** Text */
.homepage-widget.widget_text {
  margin: 0 auto;
  padding: 0 15px; }

@media (min-width: 768px) {
  .homepage-widget.widget_text {
    max-width: 750px; } }
@media (min-width: 992px) {
  .homepage-widget.widget_text {
    max-width: 970px; } }
@media (min-width: 1200px) {
  .homepage-widget.widget_text {
    max-width: 1170px; } }
/** Search */
.jobify_widget_jobs_search ul.job_listings,
.jobify_widget_jobs_search .load_more_jobs,
.jobify_widget_jobs_search .job-manager-pagination a,
.job-manager-pagination .jobify_widget_jobs_search a,
.jobify_widget_jobs_search .job-manager-pagination span,
.job-manager-pagination .jobify_widget_jobs_search span,
.jobify_widget_jobs_search ul.job_types,
.jobify_widget_jobs_search .showing_jobs,
.jobify_widget_jobs_search .load_more_jobs,
.jobify_widget_jobs_search .job-manager-pagination a,
.job-manager-pagination .jobify_widget_jobs_search a,
.jobify_widget_jobs_search .job-manager-pagination span,
.job-manager-pagination .jobify_widget_jobs_search span {
  display: none; }

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
.site-header {
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 -4px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.site-header .container, .site-header .jobify_widget_map div.job_listings, .jobify_widget_map .site-header div.job_listings,
.site-header .jobify_widget_map div.resumes,
.jobify_widget_map .site-header div.resumes,
.site-header .jobify_widget_map_resumes div.job_listings,
.jobify_widget_map_resumes .site-header div.job_listings,
.site-header .jobify_widget_map_resumes div.resumes,
.jobify_widget_map_resumes .site-header div.resumes {
  position: relative;
  padding: 1.5em; }

.site-branding {
  float: left; }

.site-branding:hover {
  text-decoration: none; }

.site-header.open .site-branding {
  float: none; }

.site-title {
  font: bold 22px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0 36px 0 0;
  padding: 0; }

.site-title img {
  max-width: 100%;
  height: auto; }

.primary-menu-toggle {
  float: right;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.site-header.open .primary-menu-toggle {
  float: none;
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0); }

.site-description {
  display: none; }

.primary-menu-toggle i:before {
  font-size: 36px;
  margin-top: 4px; }

.site-primary-navigation,
.site-header.open .primary-menu-toggle.in-header {
  display: none; }

.site-header.open .site-primary-navigation {
  display: block;
  clear: both;
  margin-top: 2em; }

.site-header.open .primary-menu-toggle,
.site-header.open .primary-menu-toggle span,
.site-header.open .primary-menu-toggle i {
  float: none;
  vertical-align: middle;
  display: inline-block; }

.site-header.open .primary-menu-toggle span {
  padding-top: 4px; }

.site-primary-navigation #searchform {
  margin: 1em 0; }

.site-primary-navigation #searchform div {
  position: relative; }

.site-primary-navigation #searchform input[type="text"] {
  padding-left: 40px;
  color: #fff;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 0; }

.site-primary-navigation #searchform button {
  padding: 2px 5px;
  line-height: 39px;
  font-size: 23px;
  background: none;
  left: 0;
  position: absolute;
  border: 0; }

.site-primary-navigation #searchform button:hover {
  border: 0; }

.site-header.open .site-primary-navigation .nav-menu-primary {
  margin: 2em 0;
  padding: 0; }

.nav-menu-primary li {
  margin: 8px 0; }

.nav-menu-primary li a {
  font: 400 20px 'Varela Round',sans-serif;
  text-transform: none;
  padding: 10px 0; }

.nav-menu-primary li .sub-menu {
  padding-left: 1em; }

.nav-menu-primary li .sub-menu a {
  font-size: 16px; }

/* =Global Widgets
----------------------------------------------- */
.widget {
  margin-bottom: 30px; }

.widget ul,
.widget ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget li {
  margin: 5px 0; }

.widget a {
  text-decoration: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
  min-width: 100%; }

/** Calendar */
#wp-calendar {
  margin: 0;
  width: 100%; }

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left; }

#wp-calendar caption {
  text-transform: uppercase;
  font-weight: bold; }

#wp-calendar #next {
  padding-right: 24px;
  text-align: right; }

/** RSS */
.widget_rss li {
  margin-bottom: 20px; }

.widget_rss li:before {
  content: ' '; }

.widget_rss li a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0; }

.widget_rss li a:hover {
  background: none; }

.widget_rss .rss-date {
  font-size: 13px;
  display: block;
  margin: 5px 0; }

/** Text */
.widget_text {
  margin: 40px 0; }

/** Search */
.widget.widget_search #searchform input[type="text"] {
  margin-right: 5%;
  width: 72%; }

.widget.widget_search #searchform #searchsubmit {
  font-size: 24px;
  padding: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 22%; }

/**
 * 10.0 Footer
 * ----------------------------------------------------------------------------
 */
.footer-widgets {
  padding: 80px 0 40px; }

.footer-widget {
  margin-bottom: 48px; }

.copyright {
  overflow: visible; }

.site-info {
  line-height: 26px;
  text-align: center;
  float: none; }

.footer-social {
  text-align: center;
  margin: 2em 0 0;
  float: none;
  width: 100%; }

.footer-cta {
  text-align: center;
  margin: 100px 0 -100px;
  padding: 30px 0;
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.1); }

.footer-cta h2 {
  font-size: 28px;
  font-weight: normal; }

.site-footer {
  color: #adadad;
  margin-top: 100px;
  background: #24262b; }

.site-footer a {
  color: #adadad; }

.site-footer a:hover {
  color: #ffffff;
  text-decoration: none; }

/** Copyright */
.copyright {
  font: bold 12px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 30px 0;
  overflow: hidden;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 4px 0;
  position: relative; }

.footer-social a {
  margin: 0 8px;
  font-size: 20px; }

.footer-social a.hidden,
.btt {
  display: none; }

/** Facebook */
.resume-link a[href*="facebook.com"]::before,
.footer-social a[href*="facebook.com"]::before {
  content: '\e8f4'; }

.resume-link a:hover[href*="facebook.com"]::before,
.footer-social a:hover[href*="facebook.com"]::before {
  color: #3b5998; }

/** Twitter */
.resume-link a[href*="twitter.com"]::before,
.footer-social a[href*="twitter.com"]::before {
  content: '\e8f2'; }

.resume-link a:hover[href*="twitter.com"]::before,
.footer-social a:hover[href*="twitter.com"]::before {
  color: #33ccff; }

/** Google Plus */
.resume-link a[href*="plus.google.com"]::before,
.footer-social a[href*="plus.google.com"]::before {
  content: '\e8f7'; }

.resume-link a:hover[href*="plus.google.com"]::before,
.footer-social a:hover[href*="plus.google.com"]::before {
  color: #dd4b39; }

/** Linkedin */
.resume-link a[href*="linkedin.com"]::before,
.footer-social a[href*="linkedin.com"]::before {
  content: '\e8fd'; }

.resume-link a:hover[href*="linkedin.com"]::before,
.footer-social a:hover[href*="linkedin.com"]::before {
  color: #069; }

/** Instagram */
.resume-link a[href*="instagram.com"]::before,
.footer-social a[href*="instagram.com"]::before {
  content: '\e90a'; }

.resume-link a:hover[href*="instagram.com"]::before,
.footer-social a:hover[href*="instagram.com"]::before {
  color: #3f729b; }

/** Pinterest */
.resume-link a[href*="pinterest.com"]::before,
.footer-social a[href*="pinterest.com"]::before {
  content: '\e8f9'; }

.resume-link a:hover[href*="pinterest.com"]::before,
.footer-social a:hover[href*="pinterest.com"]::before {
  color: #c8232c; }

/** Vimeo */
.resume-link a[href*="vimeo.com"]::before,
.footer-social a[href*="vimeo.com"]::before {
  content: '\e8f0'; }

.resume-link a:hover[href*="vimeo.com"]::before,
.footer-social a:hover[href*="vimeo.com"]::before {
  color: #1AB7EA; }

/** Insta */
.resume-link a[href*="instagram.com"]::before,
.footer-social a[href*="instagram.com"]::before {
  content: '\e90a'; }

.resume-link a:hover[href*="instagram.com"]::before,
.footer-social a:hover[href*="instagram.com"]::before {
  color: #3f729b; }

/** RSS */
.resume-link a[href$=".rss"]::before,
.footer-social a[href$=".rss"]::before {
  content: '\e854'; }

.resume-link a:hover[href$=".rss"]::before,
.footer-social a:hover[href$=".rss"]::before {
  color: #FF6600; }

.btt i {
  left: 50%;
  top: 50%;
  left: 50%;
  font-size: 28px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/** Widgets */
.footer-widgets {
  background: #2e3137;
  box-shadow: inset rgba(255, 255, 255, 0.1) 0 4px 0; }

.footer-widget.widget_text {
  margin-top: 0; }

.footer-widget-title,
.footer-widget #wp-calendar caption {
  font: normal 18px Varela Round, sans-serif;
  color: #fff;
  margin: 0 0 12px; }

.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: inside disc none; }

/** Calendar */
.footer-widget #wp-calendar,
.footer-widget #wp-calendar td,
.footer-widget #wp-calendar th {
  border: 0; }

.footer-widget #wp-calendar a,
.footer-widget #wp-calendar th {
  color: #fff; }

/** Search/Inputs */
.footer-widget form label {
  display: block; }

.footer-widget input[type="text"],
.footer-widget input[type="search"],
.footer-widget input[type="email"] {
  color: #6e6e6e;
  padding: 15px;
  background: #fff;
  border-radius: 2px; }

.footer-widget input[type="submit"] {
  font-size: 16px;
  color: #fff;
  background: #484848;
  padding: 16px;
  border-radius: 2px; }

.footer-widget form input[type="text"],
#pmc_mailchimp div:first-child {
  width: 65%; }

.footer-widget form input[type="submit"],
#pmc_mailchimp div:last-of-type {
  width: 35%;
  margin-left: 0; }

#pmc_mailchimp label {
  display: none; }

#pmc_mailchimp div {
  float: left; }

#pmc_mailchimp div br,
.mailbag-wrap br {
  display: none; }

#pmc_mailchimp div input[type="text"],
.mailbag-wrap input[type="text"],
.mailbag-wrap input[type="email"] {
  width: 100%;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 0; }

.mailbag-wrap input[type="email"]:focus {
  border-color: #fff; }

.footer-widget .mailbag-wrap input[type="text"],
.footer-widget .mailbag-wrap input[type="email"] {
  border-radius: 4px;
  width: 100%; }

#pmc_mailchimp div input[type="submit"],
.mailbag-wrap input[type="submit"] {
  font-size: 14px;
  border-radius: 4px;
  margin: 0;
  border: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 16px;
  width: 100%; }

.mailbag-wrap input[type="submit"] {
  border-radius: 4px; }

#pmc_mailchimp div input[type="submit"]:hover,
.mailbag-wrap input[type="submit"]:hover {
  color: #fff; }

#pmc_mailchimp,
.mailbag-wrap {
  margin-top: 20px; }

.mailbag-input {
  margin-bottom: 15px; }

.mailbag-input label {
  font: normal 16px/normal "Varela Round", Helvetica, sans-serif;
  color: #adadad;
  text-transform: none;
  margin-bottom: 4px; }

/** Recent */
.widget_recent_entries ul,
.widget_twitter ul {
  list-style: none; }

.widget_recent_entries li,
.widget_twitter li {
  margin: 0 0 10px; }

.widget_recent_entries .post-date,
.widget_twitter .timesince {
  display: block;
  font-size: 80%; }

.modal,
.application_details,
.resume_contact_details {
  display: none; }

.mfp-content .modal,
.mfp-content .application_details,
.mfp-content .resume_contact_details {
  display: block !important; }

.modal {
  position: relative;
  background: #fafafa;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  padding: 0;
  border-radius: 6px; }
  .modal hr {
    border-top: 0;
    border-bottom-color: #ccc;
    margin: 0; }

.modal-title, .modal .apply_with_resume p:first-child, .apply-with-linkedin-details.modal h2.profile-name, .modal .gform_wrapper .gform_heading, .modal .ninja-forms-cont .ninja-forms-form-title {
  font-weight: normal;
  font-size: 28px;
  padding: 30px;
  margin-bottom: 0;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.modal-content, .modal #loginform,
.modal #register-form, body.wp-job-manager-apply-url .modal .job_manager_contact_details_inner,
body.wp-job-manager-apply-email:not(.wp-job-manager-contact-listing) .job_manager_contact_details_inner, body:not(.wp-job-manager-contact-listing) .modal .resume_contact_details_inner, .apply-with-linkedin-details.modal .apply-with-linkedin-profile, .modal .job-manager-application-form.job-manager-form, .modal .gform_wrapper .gform_body, .modal .ninja-forms-cont .ninja-forms-form, .modal .wpcf7 .wpcf7-form {
  padding: 30px; }

.modal-submit, .modal #loginform .login-submit,
.modal #loginform .register-submit,
.modal #register-form .login-submit,
.modal #register-form .register-submit, .modal .apply_with_resume p:last-child, .apply-with-linkedin-details.modal .apply-with-linkedin-submit, .modal .job-manager-application-form.job-manager-form p:last-of-type, .modal .gform_wrapper .gform_footer, .modal .ninja-forms-cont .ninja-forms-form .field-wrap.submit-wrap, .modal .wpcf7 .wpcf7-form p:last-of-type {
  margin: 0;
  padding: 30px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

/**
 * Login
 */
.modal #loginform .login-submit,
.modal #loginform .register-submit,
.modal #register-form .login-submit,
.modal #register-form .register-submit {
  margin: 0 -30px -30px; }

/**
 * Magnificent Popup Suppliment
 */
button.mfp-close {
  color: #fff !important;
  top: 33px;
  right: 30px;
  line-height: 31px;
  height: 30px;
  width: 30px;
  border-radius: 5px; }

button.mfp-close:active {
  top: 30px;
  outline: 0; }

.mfp-content {
  opacity: 0;
  visibility: hidden;
  	/*
  	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition:    all 0.2s ease-in-out;
  	transition:         all 0.2s ease-in-out;
  
  	-webkit-transform-style: preserve-3d;
  	-moz-transform-style:    preserve-3d;
  	transform-style:         preserve-3d;
  
  	-webkit-transform: scale(0.25);
  	-moz-transform:    scale(0.25);
  	transform:         scale(0.25);
  
  	-webkit-backface-visibility: hidden;
  	backface-visibility:         hidden;
  	*/ }

.mfp-ready .mfp-content {
  zoom: 1;
  opacity: 1;
  visibility: visible;
  /*
  webkit-transform: scale(1);
  -moz-transform:    scale(1);
  transform:         scale(1);
  */ }

.mfp-removing .mfp-content {
  zoom: 1;
  opacity: 0;
  visibility: visible;
  /*
  -webkit-transform: scale(0.25);
  -moz-transform:    scale(0.25);
  transform:         scale(0.25);
  */ }

/**
 * List
 */
div.job_listings {
  text-align: center; }

.job-manager-error,
.job-manager-message,
.rcp_message.error,
.gform_wrapper .validation_error,
.ninja-forms-response-msg.ninja-forms-error-msg,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  margin: 40px auto;
  padding: 20px;
  background-color: #fcf2f2;
  border: 0;
  border-left: 5px solid #df7c7b; }

div.wpcf7-mail-sent-ok {
  background-color: #fafcf2;
  border-left-color: #87df7b; }

.ninja-forms-field-error,
body span.wpcf7-not-valid-tip {
  color: #df7c7b;
  font-size: 90%; }

.rcp_message p {
  margin-bottom: 0; }

.job-manager-message {
  background-color: #f9fcf2;
  border-left: 5px solid #a1df7b; }

.entry-content .add-job {
  margin: 40px 0;
  text-align: right;
  display: block; }

/**
 * Dashboard
 */
#job-manager-job-dashboard p {
  margin-bottom: 40px; }

.job-manager-jobs td,
.resume-manager-resumes td {
  padding: 20px 10px 20px 0; }

.job-manager-jobs td.job_title,
.resume-manager-resumes td.resume_title {
  font-size: 18px; }

.job-dashboard-actions,
.candidate-dashboard-actions {
  margin: 0;
  padding: 0;
  list-style: none; }

.job-dashboard-actions li,
.candidate-dashboard-actions li {
  line-height: normal;
  margin-right: 20px;
  float: left; }

.job-dashboard-actions a,
.candidate-dashboard-actions a {
  font: normal 12px/normal 'Montserrat', sans-serif;
  color: #6e6e6e; }

.job-dashboard-actions a:hover {
  text-decoration: none; }

.job-dashboard-action-edit:before,
.candidate-dashboard-action-edit:before {
  content: '\e856'; }

.job-dashboard-action-mark_filled:before {
  content: '\e813'; }

.job-dashboard-action-mark_not_filled:before {
  content: '\2796'; }

/**
 * Job Summary
 */
.job_summary_shortcode a:hover {
  text-decoration: none; }

.job_summary_shortcode .job-type {
  margin: 20px;
  display: inline-block; }

.job_summary_content {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #fcfcfc;
  border-top: 1px solid #ccc;
  padding: 20px; }

.job_summary_content h1 {
  font-size: 20px;
  margin: 10px 0; }

.job_summary_content .meta {
  font-size: 14px;
  margin: 0; }

/**
 * Job Listings
 */
.jobify_widget_jobs ul.job_listings {
  border-radius: 6px; }

ul.job_listings .job_listing:hover,
.job_position_featured,
ul.resumes .resume:hover {
  background: #fafafa; }

.jobify_widget_jobs .load_more_jobs, .jobify_widget_jobs .job-manager-pagination a, .job-manager-pagination .jobify_widget_jobs a,
.jobify_widget_jobs .job-manager-pagination span,
.job-manager-pagination .jobify_widget_jobs span,
.jobify_widget_resumes .load_more_resumes {
  display: none !important; }

.recent-jobs .job_listing .meta {
  margin-top: 15px; }

.recent-jobs .job_listing date,
.recent-jobs .job_listing .tagline {
  display: none; }

.job_listings li.indeed_attribution {
  border-top: 0;
  border-bottom: 1px solid #E5E5E5; }

/**
 * Videos
 */
.job_listing a.view-video,
.resume a.view-video {
  margin-top: 1em;
  border-radius: 3px;
  color: #fff; }

.modal .company_video,
.modal .candidate-video {
  padding: 90px 30px 30px; }

/**
 * Categories
 */
.job_listing-categories a {
  display: block; }

/**
 * Cluster Overlay
 */
.cluster-items {
  margin: 0;
  padding: 30px;
  text-align: left;
  list-style-position: inside; }
  .cluster-items .map-marker-info {
    font-size: 15px;
    text-align: left;
    height: auto;
    padding: 2px 0;
    display: block; }
    .cluster-items .map-marker-info a {
      display: block; }

/**
 * Apply
 */
body.wp-job-manager-apply-url .modal .job_manager_contact_details_inner,
body.wp-job-manager-apply-email:not(.wp-job-manager-contact-listing) .job_manager_contact_details_inner {
  padding-right: 60px; }
  body.wp-job-manager-apply-url .modal .job_manager_contact_details_inner p:last-of-type,
  body.wp-job-manager-apply-email:not(.wp-job-manager-contact-listing) .job_manager_contact_details_inner p:last-of-type {
    margin-bottom: 0; }

/**
 * Single Job (and Resume) Listing Styles
 *
 *
 */
.page-subtitle span.job-type {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  border-right: 0; }

.job-overview-content,
.single-resume-content {
  line-height: 24px; }

.job-overview-content .job-overview:not(.col-md-12),
.job-overview-content .job-company-about {
  margin-bottom: 60px; }

.job-overview-title,
.job_listing-widget-title-top,
.sidebar-widget-title {
  font-weight: normal;
  font-size: 23px;
  color: #787878;
  margin-top: 0; }

.job_listing-widget-title {
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  color: #919191;
  margin: 10px 0 25px; }

.job_listing-widget {
  padding: 15px 0;
  border-bottom: 1px solid #eee; }

.job_listing-widget.jobify_widget_job_apply,
.job_listing-widget.jobify_widget_job_type,
.job_listing-widget.jobify_widget_job_company_logo,
.single-job_listing .job_listing-widget.default-widget:nth-child(-n+3),
.single-resume .job_listing-widget.default-widget:nth-child(-n+2) {
  padding: 0;
  margin-bottom: 15px;
  border: 0; }

.job_listing-widget:last-child {
  border: 0; }

/** Top Widgets */
.job-meta-top {
  border-bottom: 1px solid #eee;
  padding: 0 15px 5px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .job-meta-top {
    padding: 0;
    padding-bottom: 5px; } }
.job_listing-widget-top {
  margin-bottom: 25px; }

.job-meta-top [class^="col-"] {
  margin-bottom: 30px; }

.job-meta-top [class^="col-"]:last-child {
  margin-bottom: 0; }

.single-resume .col-md-3 .job_listing-widget-top.default-widget:first-child img,
.single-resume .job-meta .job_listing-widget.default-widget:first-child img,
.single-resume .job-meta .job_listing-widget.jobify_widget_job_company_logo img,
.single-resume .col-md-3 .job_listing-widget-top.jobify_widget_job_company_logo img,
.single-job_listing .col-md-3 .job_listing-widget-top.default-widget:first-child img,
.single-job_listing .job-meta .job_listing-widget.default-widget:first-child img,
.single-job_listing .job-meta .job_listing-widget.jobify_widget_job_company_logo img,
.single-job_listing .col-md-3 .job_listing-widget-top.jobify_widget_job_company_logo img {
  min-width: 100%; }

.single-job_listing .col-md-3 .job_listing-widget-top.default-widget:first-child img {
  max-width: 150px;
  min-width: 0; }

.job_listing-widget-top.jobify_widget_job_share .entry-share > *,
.col-md-5 .job_listing-widget-top.default-widget .entry-share > * {
  float: left;
  margin-right: 20px; }

#twitter-widget-0 {
  width: 80px !important; }

.job_listing-widget-top.jobify_widget_job_company_logo a {
  display: block;
  overflow: hidden;
  background: #eee; }

.company_logo {
  max-width: 100%; }

.job_listing-widget ul,
.job_listing-widget-top ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.job_listing-widget li {
  margin: 0 0 15px; }

.job_listing-widget-top li {
  margin-bottom: 5px; }

.company-social-title {
  font-size: 13px;
  color: #919191; }

.company-social,
.resume-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.company-social li:last-child,
.resume-categories li:last-child {
  margin-bottom: 0; }

.company-social a:hover {
  text-decoration: none; }

.job-category {
  text-align: center;
  display: block; }

.single-job_listing .job-category {
  margin-bottom: 10px; }

.company-social li i {
  text-align: center;
  width: 25px; }

.job_listing-widget-top.jobify_widget_job_company_social,
.job_listing-widget-top.jobify_widget_resume_links,
.col-md-4 .job_listing-widget-top.default-widget:first-child {
  margin-bottom: 5px; }

.job_listing-widget-top .company-social,
.job_listing-widget-top .resume-links {
  overflow: hidden; }

.job_listing-widget-top .company-social li,
.job_listing-widget-top .resume-links li {
  margin: 0 15px 20px 0;
  float: left; }

.job-overview-content h2,
.job-overview-content h3,
.job-overview-content h4,
.job-overview-content h5 {
  font-weight: normal; }

/**
 * Submit Job
 */
.job-manager-form {
  margin: 0 auto; }

.job-manager-form h2 {
  font-size: 23px;
  color: #787878;
  font-weight: normal;
  margin: 40px 0; }

.job-manager-form fieldset,
body.woocommerce form .form-row,
body.woocommerce-page form .form-row {
  margin: 0 0 40px;
  padding: 0;
  border: 0; }

.entry-content .job-manager-form p {
  margin: 40px 0; }

.job-manager-form .account-sign-in {
  padding: 20px;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden; }

.job-manager-form .account-sign-in .button, .job-manager-form .account-sign-in .job_listing a.view-video, .job_listing .job-manager-form .account-sign-in a.view-video,
.job-manager-form .account-sign-in .resume a.view-video,
.resume .job-manager-form .account-sign-in a.view-video, .job-manager-form .account-sign-in .job-manager-pagination a, .job-manager-pagination .job-manager-form .account-sign-in a,
.job-manager-form .account-sign-in .job-manager-pagination span,
.job-manager-pagination .job-manager-form .account-sign-in span, .job-manager-form.wp-job-manager-bookmarks-form .account-sign-in a.bookmark-notice,
.job-manager-form.wp-job-manager-bookmarks-form .account-sign-in a.remove-bookmark, .job-manager-form .account-sign-in .single_job_listing .application .apply-with-linkedin, .single_job_listing .application .job-manager-form .account-sign-in .apply-with-linkedin,
.job-manager-form .account-sign-in input.import-from-linkedin {
  font-size: 12px;
  margin-top: -3px;
  padding: 5px 10px;
  border-radius: 4px;
  float: right;
  margin-left: 10px; }

.job_listing_preview_title,
.resume_preview_title {
  font-weight: normal;
  text-align: center;
  line-height: 66px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden; }

.job_listing_preview_title input[name="continue"],
.resume_preview_title input[name="continue"] {
  float: right; }

.job_listing_preview_title input[name="edit_job"],
.resume_preview_title input[name="edit_resume"] {
  float: left; }

.job_listing_preview_title h2,
.resume_preview_title h2 {
  padding-top: 40px; }

select {
  background: #fff;
  border-radius: 6px; }

.select {
  font-size: 16px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
  z-index: 1; }

.select:before {
  content: '\e86f';
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 2em;
  z-index: -1;
  height: 40px;
  line-height: 40px; }

.select select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  display: block;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select select::-ms-expand {
  display: none;
  /* to ie 10 */ }

.select select:focus {
  outline: none; }

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */
/* pseudo class https://developer.mozilla.org/en-US/docs/Web/CSS/:any */
:-moz-any(.select):before {
  background-color: #fff;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
  /* this is necessary for overcome the pseudo element */ }

/**
 * Jobs (and Resume) Archives.
 *
 * Includes sorting filters and overview displays
 */
/** Map */
.job_listing-map,
.resume-map {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 5; }

.job_listing-map,
#job_listing-map-canvas,
.resume-map,
#resume-map-canvas {
  width: 100%;
  height: 500px; }

/** Filters */
.search_jobs,
.search_resumes {
  padding: 30px;
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.5); }

#search_region {
  display: none; }

.search_jobs > div,
.search_resumes > div {
  margin-bottom: 15px; }
  .search_jobs > div:last-child,
  .search_resumes > div:last-child {
    margin-bottom: 0; }
  .search_jobs > div.search_location #search_region,
  .search_resumes > div.search_location #search_region {
    display: block; }
  .search_jobs > div input,
  .search_jobs > div .select,
  .search_resumes > div input,
  .search_resumes > div .select {
    width: 100%;
    border: 0; }
  .search_jobs > div input[type="submit"],
  .search_jobs > div input[type="submit"],
  .search_resumes > div input[type="submit"],
  .search_resumes > div input[type="submit"] {
    font-size: 14px;
    background: white;
    color: gray;
    padding: 11px;
    margin-right: 0;
    width: 100%; }
  .search_jobs > div .chosen-container,
  .search_resumes > div .chosen-container {
    border: 0 !important; }

@media (min-width: 768px) {
  .search_jobs > div,
  .search_resumes > div {
    margin-right: 3%;
    margin-bottom: 0;
    float: left; }
    .search_jobs > div.search_keywords, .search_jobs > div.search_location,
    .search_resumes > div.search_keywords,
    .search_resumes > div.search_location {
      width: 48%; }
    .search_jobs > div.search_location,
    .search_resumes > div.search_location {
      margin-right: 0; }
    .search_jobs > div.search_categories, .search_jobs > div.search_submit,
    .search_resumes > div.search_categories,
    .search_resumes > div.search_submit {
      clear: left;
      width: 100%;
      margin-top: 1em;
      margin-right: 0; }

  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_keywords,
  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_location,
  .wp-resume-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_keywords,
  .wp-resume-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_location {
    margin-right: 2%;
    margin-bottom: 1em;
    width: 49%; }
  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_location,
  .wp-resume-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_location {
    margin-right: 0; }
  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_categories,
  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_submit,
  .wp-resume-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_categories,
  .wp-resume-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_submit {
    clear: left;
    width: 100% !important;
    max-width: 100%;
    min-width: 100%; }
  .wp-job-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_submit,
  .wp-resume-manager-categories-enabled.wp-job-manager-categories-multi-enabled .search_jobs .search_submit {
    margin-top: 1em; } }
@media (min-width: 992px) {
  .search_jobs > div.search_keywords, .search_jobs > div.search_location,
  .search_resumes > div.search_keywords,
  .search_resumes > div.search_location {
    width: 36%; }
  .search_jobs > div.search_location,
  .search_resumes > div.search_location {
    margin-right: 0; }
  .search_jobs > div.search_submit,
  .search_resumes > div.search_submit {
    width: 20%;
    margin: 0;
    clear: none;
    float: right; }

  .wp-job-manager-categories-enabled .search_jobs > div.search_keywords, .wp-job-manager-categories-enabled .search_jobs > div.search_location, .wp-job-manager-categories-enabled .search_jobs > div.search_categories, .wp-job-manager-categories-enabled .search_jobs > div.search_submit,
  .wp-job-manager-categories-enabled .search_resumes > div.search_keywords,
  .wp-job-manager-categories-enabled .search_resumes > div.search_location,
  .wp-job-manager-categories-enabled .search_resumes > div.search_categories,
  .wp-job-manager-categories-enabled .search_resumes > div.search_submit,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_keywords,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_location,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_categories,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_submit,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_keywords,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_location,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_categories,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_submit {
    margin-top: 0;
    margin-bottom: 0;
    clear: none; }
  .wp-job-manager-categories-enabled .search_jobs > div.search_keywords,
  .wp-job-manager-categories-enabled .search_resumes > div.search_keywords,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_keywords,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_keywords {
    width: 30%; }
  .wp-job-manager-categories-enabled .search_jobs > div.search_location, .wp-job-manager-categories-enabled .search_jobs > div.search_categories,
  .wp-job-manager-categories-enabled .search_resumes > div.search_location,
  .wp-job-manager-categories-enabled .search_resumes > div.search_categories,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_location,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_categories,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_location,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_categories {
    margin-right: 3%;
    width: 23%; }
  .wp-job-manager-categories-enabled .search_jobs > div.search_submit,
  .wp-job-manager-categories-enabled .search_resumes > div.search_submit,
  .wp-resume-manager-categories-enabled .search_jobs > div.search_submit,
  .wp-resume-manager-categories-enabled .search_resumes > div.search_submit {
    width: 15%;
    margin-right: 0; } }
/* Tags */
.search_jobs .filter_by_tag {
  color: #fff;
  text-align: left;
  float: left;
  clear: left;
  margin: 1em 0 0;
  width: 100%; }

.search_jobs .filter_by_tag a {
  color: #fff;
  font: bold 12px/normal 'Montserrat', sans-serif !important; }

.filter_wide.filter_by_tag a.active:before {
  content: '\2715'; }

/* Types */
.job_types {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-width: 0 1px; }

.job_types li {
  font: bold 12px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  text-align: center; }

@media (min-width: 768px) {
  .job_types li {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    width: 50%;
    float: left; } }
@media (min-width: 992px) {
  .job_types li {
    border-width: 0 1px 0 0;
    width: auto; } }
.job_types li:last-child {
  border-bottom: 0; }

/* Showing */
.showing_jobs,
.resume_filters .showing_resumes {
  font-size: 1em;
  text-align: left;
  background: #fafafa;
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
  padding: 15px 20px; }

.showing_jobs span,
.showing_resumes span {
  font-size: 13px; }

.showing_jobs .reset,
.showing_jobs .rss_link,
.showing_jobs .alert,
.showing_resumes .reset {
  font: bold 12px/normal 'Montserrat', sans-serif;
  color: #ccc;
  text-transform: uppercase;
  float: right;
  margin: 6px 0 0 10px; }

.showing_jobs .reset:hover,
.showing_jobs .rss_link:hover,
.showing_jobs .alert:hover,
.showing_resumes .reset:hover {
  text-decoration: none; }

.showing_jobs .reset:before,
.showing_resumes .reset:before {
  content: '\2715'; }

.showing_jobs .rss_link {
  color: #f08d3c; }

.showing_jobs .rss_link:before {
  content: '\e854'; }

.showing_jobs .alert {
  color: #bf3737; }

.showing_jobs .alert:before {
  content: '\e861'; }

.no_job_listings_found {
  padding: 20px; }

/** Results */
.job_listing a,
.job_listing_preview a,
.type-resume a,
.resume_preview a,
.company-social a {
  color: #787878; }

ul.job_listings,
ul.resumes {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff; }

div.resumes[data-show_filters="false"] ul.resumes,
div.job_listings[data-show_filters="false"] ul.job_listings,
.entry-content ul.job_listings.related {
  border-radius: 6px; }

.related-jobs {
  margin-top: 60px; }

ul.resumes li.resume a,
ul.resumes li.no_resumes_found a {
  padding: 0; }

li.type-job_listing,
li.type-resume {
  font: 16px/normal 'Varela Round', sans-serif;
  text-align: left;
  color: #787878;
  padding: 24px;
  border-bottom: 1px solid #ccc; }

li.type-job_listing:last-of-type,
li.type-resume:last-of-type {
  border-bottom: 0; }

li.type-job_listing a:hover,
li.type-resume a:hover {
  text-decoration: none; }

li.type-job_listing .logo,
li.type-job_listing .meta,
li.type-job_listing .location,
li.type-resume .logo,
li.type-resume .meta,
li.type-resume .location {
  display: none; }

li.type-job_listing .position h3,
li.type-resume .position h3 {
  font-size: 17px;
  margin: 0;
  padding: 0; }

li.type-job_listing .company,
li.type-resume .candidate-title {
  font-size: 14px;
  color: #919191;
  margin: 4px 0 0; }

li.type-job_listing .location:before,
li.type-resume .location:before {
  font-size: 24px;
  content: '\e843';
  vertical-align: middle; }

@media (min-width: 768px) {
  li.type-job_listing,
  li.type-resume {
    padding: 15px; }

  li.type-job_listing .position,
  li.type-resume .position {
    position: relative; }

  li.type-job_listing .position h3,
  li.type-resume .position h3 {
    font-size: 16px; }

  li.type-job_listing .logo,
  li.type-resume .logo {
    display: block; } }
@media (min-width: 992px) {
  li.type-job_listing .location,
  li.type-resume .location {
    clear: none;
    display: block;
    position: relative;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%); }

  li.type-job_listing .position,
  li.type-resume .position {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@media (min-width: 1200px) {
  li.type-job_listing .logo,
  li.type-resume .logo {
    max-width: 80px; }

  li.type-job_listing .meta,
  li.type-resume .meta {
    display: block;
    margin: 0;
    list-style: none; }

  li.type-job_listing .meta .date,
  li.type-resume .meta .date {
    margin-top: 4px;
    font-size: 14px;
    text-align: center; }

  li.type-job_listing .position,
  li.type-job_listing .meta,
  li.type-resume .position,
  li.type-resume .meta {
    margin-top: 4px; }

  li.type-resume .meta:not(.has-category) {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%); }

  li.type-resume .meta .resume-category {
    text-align: center; } }
.job-type {
  font: bold 12px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px; }

/* Pagination */
ul.job_listings.loading,
ul.resumes.loading {
  min-height: 106px;
  position: relative; }

ul.job_listings.loading:before,
ul.resumes.loading:before {
  font-size: 20px;
  content: '\e892';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear; }

.load_more_jobs, .job-manager-pagination a,
.job-manager-pagination span,
.load_more_resumes {
  font: bold 14px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  margin: 20px auto;
  border-radius: 6px; }

.load_more_jobs:before, .job-manager-pagination a:before,
.job-manager-pagination span:before,
.load_more_resumes:before {
  content: '\e817'; }

.job-manager-pagination li {
  display: inline-block; }
.job-manager-pagination a,
.job-manager-pagination span {
  padding: 10px 20px;
  margin: 20px 5px; }
  .job-manager-pagination a:before,
  .job-manager-pagination span:before {
    content: '';
    display: none; }

/* None */
.no_job_listings_found {
  padding: 20px; }

.no_resumes_found {
  padding: 10px; }

/* Indeed */
.job_listings li.indeed_job_listing + li.job_listing,
.indeed_attribution.job_listing {
  border-top-width: 0; }

.job_listings li.indeed_attribution a {
  float: none; }

.job_listings li.indeed_attribution img {
  float: none;
  width: auto; }

/**
 * Map
 */
#jobify-map-canvas,
#jobify-map-canvas-resumes {
  width: 100%;
  height: 500px; }

#map-canvas-wrap {
  position: relative; }

.map-filter {
  position: absolute;
  bottom: 0;
  z-index: 100;
  display: none;
  max-width: 1140px;
  width: 100%; }

.map-tooltip {
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  margin-top: 16px;
  padding: 10px;
  width: 200px;
  margin-left: -100px;
  left: 50%;
  position: relative; }

.map-tooltip:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
  position: absolute;
  display: block;
  top: -12px;
  left: 50%;
  margin-left: -12px; }

.cluster img {
  display: none; }

.cluster div {
  text-align: center;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important; }

.cluster div:after {
  border: 2px dashed;
  border-color: inherit;
  content: ' ';
  position: absolute;
  border-radius: 50%;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  -webkit-animation: clusterScale 4s infinite;
  -moz-animation: clusterScale 4s infinite;
  animation: clusterScale 4s infinite; }

@-webkit-keyframes clusterScale {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(1.1) rotate(90deg); } }
@-moz-keyframes clusterScale {
  0%, 100% {
    -moz-transform: scale(1) rotate(0deg); }
  50% {
    -moz-transform: scale(1.1) rotate(90deg); } }
@keyframes clusterScale {
  0%, 100% {
    transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(1.1) rotate(90deg); } }
/**
 * List
 */
div.resumes {
  text-align: center; }

/**
 * Apply
 */
.apply_with_resume {
  display: none; }

.modal .apply_with_resume {
  display: block; }
  .modal .apply_with_resume p {
    margin: 0;
    padding: 15px 30px; }
  .modal .apply_with_resume p:first-child {
    padding-right: 90px;
    margin-bottom: 15px; }
  .modal .apply_with_resume p:last-child {
    margin-top: 15px; }

body:not(.wp-job-manager-contact-listing) .modal .resume_contact_details_inner {
  padding-right: 60px; }
  body:not(.wp-job-manager-contact-listing) .modal .resume_contact_details_inner p:last-of-type {
    margin-bottom: 0; }

/**
 * Sidebar
 */
.single-listing-style-side .resume_contact_button,
.single-listing-style-side .candidate_photo {
  min-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.fieldset-links .fieldset-name,
.fieldset-links .fieldset-url {
  margin-bottom: 0;
  float: left; }

.fieldset-links .fieldset-name {
  width: 30%;
  margin-right: 4%; }

.fieldset-links .fieldset-url {
  width: 66%; }

.fieldset-links .resume-manager-data-row,
.fieldset-candidate_education .resume-manager-data-row,
.fieldset-candidate_experience .resume-manager-data-row {
  margin-bottom: 20px;
  padding: 30px;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative; }

.resume-manager-data-row fieldset:last-child {
  border: 0; }

.fieldset-links .resume-manager-data-row {
  overflow: hidden; }

.fieldset-links > .field,
.fieldset-candidate_education > .field,
.fieldset-candidate_experience > .field {
  margin-top: 10px; }

.fieldset-candidate_education .resume-manager-data-row fieldset,
.fieldset-candidate_experience .resume-manager-data-row fieldset {
  margin-bottom: 20px; }

.fieldset-candidate_education .resume-manager-data-row fieldset:last-child,
.fieldset-candidate_experience .resume-manager-data-row fieldset:last-child {
  margin-bottom: 0; }

.resume_filters .search_resumes div.search_categories {
  clear: none; }

.resume_filters .search_resumes div.search_categories .select {
  width: 100%;
  margin-right: 0; }

.job-overview-content .job-company-about.col-md-12,
.single-resume-content .resume-info.col-md-12 {
  margin-top: 30px;
  padding-top: 29px;
  border-top: 1px solid #eee; }

.resume-info h2:not(:first-child) {
  margin-top: 1.5em; }

li.type-resume .resume-meta {
  margin-top: 3px; }

li.type-resume .resume-meta .resume-category {
  font-weight: bold;
  text-align: center; }

.candidate_photo {
  max-width: 100%;
  min-width: 100%; }

.single-resume-content .meta {
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
  list-style: none; }

.single-resume-content dl {
  margin: 0; }

.single-resume-content dt h3 {
  margin: 0;
  font-size: 18px;
  font-weight: normal; }

.single-resume-content dd {
  margin: 15px 0;
  padding-left: 15px;
  border-left: 1px solid #eee; }

.single-resume-content dd .date {
  font: normal 12px/normal 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #919191;
  display: block; }

.single-resume-content dd .date:before {
  content: '\e85c';
  margin-left: 0;
  margin-right: 5px; }

.single-resume-content dd .qualification,
.single-resume-content dd .job_title {
  margin: 8px 0 0;
  display: block; }

.resume-manager-skills {
  margin: 0;
  padding-left: 18px; }

.resume-links .resume-link {
  margin: 5px 0; }

.resume-link a:hover {
  text-decoration: none; }

.resume-link a:before {
  content: '\e823'; }

.resume-file {
  font-weight: bold;
  display: block; }

.resume-file:before {
  content: '\e84e'; }

.resume-manager-remove-row {
  position: absolute;
  top: 20px;
  right: 30px; }

/**
 * Bookmarks
 * ----------------------------------------------------------------------------
 */
.job-manager-form.wp-job-manager-bookmarks-form {
  max-width: none;
  margin: 1em 0;
  border: 0;
  border-radius: 0; }
  .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice,
  .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark {
    font-size: 14px;
    box-shadow: none;
    border-radius: 3px;
    color: #fff; }
    .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice:before,
    .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark:before {
      display: none; }
  .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark {
    display: none; }

.entry-content form.wp-job-manager-bookmarks-form,
.modal form.wp-job-manager-bookmarks-form {
  margin: 1em 0;
  border: 0;
  background: none;
  max-width: 100%; }

.modal .job-manager-form.wp-job-manager-bookmarks-form {
  margin: 0; }
  .modal .job-manager-form.wp-job-manager-bookmarks-form div {
    margin: 0;
    padding: 30px;
    display: block; }
  .modal .job-manager-form.wp-job-manager-bookmarks-form div:first-child:not(:only-child) {
    display: none; }
  .modal .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark {
    display: inline-block;
    margin: 0 0 1em;
    float: left; }

/**
 * Company
 */
.company-profile {
  margin: 60px auto 0; }

.company-profile-jobs .job_listings {
  margin: 0; }

.company-profile-jobs .job_listings ul.job_listings {
  border-radius: 6px; }

.company-profile-info .meta {
  margin: 0;
  padding: 0;
  list-style: none; }

.company-letters {
  margin-bottom: 60px;
  border-bottom: 2px solid #ddd;
  background: #fbfbfb;
  text-align: center; }

.company-letters a {
  font: bold 14px/normal 'Montserrat', sans-serif;
  display: inline-block;
  padding: 14px 10px; }

.companies-overview,
.companies-overview ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.companies-overview {
  margin: 0 auto; }

.companies-overview .company-group {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
  display: inline; }

.companies-overview .company-group:nth-child(3n) {
  margin-right: 0; }

.company-letter {
  font: bold 24px/normal 'Montserrat', sans-serif;
  padding: 0 0 8px;
  border-bottom: 2px solid #eee; }

.companies-overview li li a {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  display: block; }

.single_job_listing .application .apply-with-linkedin,
input.import-from-linkedin {
  font-size: 15px;
  border-color: #007bb6;
  background: transparent;
  color: #007BB6;
  text-shadow: none;
  padding: 15px 20px;
  border-radius: 3px;
  float: none;
  margin: 1em 0; }

.single_job_listing .job-meta.col-md-2 .application .apply-with-linkedin {
  font-size: 12px;
  padding: 15px 10px; }

.apply-with-linkedin-details.modal h2.profile-name {
  font-weight: normal;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px; }
.apply-with-linkedin-details.modal dl {
  margin: 1em 0 0; }
.apply-with-linkedin-details.modal .apply-with-linkedin-submit {
  margin: -30px;
  margin-top: 30px; }
  .apply-with-linkedin-details.modal .apply-with-linkedin-submit input {
    display: block;
    margin-bottom: 1em; }

/**
 * Modal
 */
.modal .job-manager-application-form.job-manager-form {
  max-width: 100%;
  margin-bottom: 0; }
  .modal .job-manager-application-form.job-manager-form .modal-title, .modal .job-manager-application-form.job-manager-form .apply_with_resume p:first-child, .modal .apply_with_resume .job-manager-application-form.job-manager-form p:first-child, .apply-with-linkedin-details.modal .job-manager-application-form.job-manager-form h2.profile-name, .modal .job-manager-application-form.job-manager-form .gform_wrapper .gform_heading, .modal .gform_wrapper .job-manager-application-form.job-manager-form .gform_heading, .modal .job-manager-application-form.job-manager-form .ninja-forms-cont .ninja-forms-form-title, .modal .ninja-forms-cont .job-manager-application-form.job-manager-form .ninja-forms-form-title {
    font-size: 28px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px; }
  .modal .job-manager-application-form.job-manager-form p:last-of-type {
    margin: 0 -30px -30px; }

.single_job_listing .job-manager-applications-applied-notice::before {
  content: '\e840'; }

div.job-applications ul.job-applications li.job-application header .job-application-rating:before {
  content: '\e80a\e80a\e80a\e80a\e80a'; }
div.job-applications ul.job-applications li.job-application header .job-application-rating span:before {
  content: '\e809\e809\e809\e809\e809'; }
div.job-applications ul.job-applications li.job-application section.job-application-content .hide_section:before,
div.job-applications ul.job-applications li.job-application section.job-application-edit .hide_section:before,
div.job-applications ul.job-applications li.job-application section.job-application-notes .hide_section:before {
  content: '\e814' !important; }
div.job-applications ul.job-applications li.job-application footer ul.actions li a {
  width: 50px; }
  div.job-applications ul.job-applications li.job-application footer ul.actions li a:before {
    content: '\e812'; }
  div.job-applications ul.job-applications li.job-application footer ul.actions li a.job-application-toggle-content:before {
    content: '\e812'; }
  div.job-applications ul.job-applications li.job-application footer ul.actions li a.job-application-resume:before {
    content: '\e84e'; }
  div.job-applications ul.job-applications li.job-application footer ul.actions li a.job-application-contact:before {
    content: '\e806'; }
  div.job-applications ul.job-applications li.job-application footer ul.actions li a.job-application-toggle-notes:before {
    content: '\e8a6'; }
  div.job-applications ul.job-applications li.job-application footer ul.actions li a.job-application-toggle-edit:before {
    content: '\e837'; }

/**
 * 8.0 Restrict Content Pro
 * ----------------------------------------------------------------------------
 */
.rcp_level_duration {
  font: bold 14px/normal 'Montserrat', sans-serif;
  text-transform: uppercase; }

.rcp_subscription_message {
  display: none; }

.rcp_subscription_fieldset {
  margin: 40px 0; }

.rcp_subscription_fieldset > div {
  clear: both; }

.rcp_subscription_fieldset .pricing-table-widget-description h2:first-child {
  font-size: 60px; }

.rcp_subscription_fieldset input[name="rcp_level"] {
  display: none; }

.rcp_subscription_level_fake {
  background: #fff; }

.page-template-page-templatespricing-php .rcp_subscription_level_fake {
  opacity: 1; }

.rcp_subscription_level:hover,
.rcp_subscription_level_fake:hover {
  cursor: pointer; }

.rcp_subscription_level.selected {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 7px; }

.rcp_subscription_level.selected .pricing-table-widget-description {
  border-color: #bbb; }

#rcp_registration_form .card-expiry-month,
#rcp_registration_form .card-expiry-year {
  width: 10% !important; }

input#card-cvc.edd-input.required {
  width: 20% !important; }

/** Buttons */
.woocommerce .button, .woocommerce .job_listing a.view-video, .job_listing .woocommerce a.view-video,
.woocommerce .resume a.view-video,
.resume .woocommerce a.view-video, .woocommerce .job-manager-pagination a, .job-manager-pagination .woocommerce a,
.woocommerce .job-manager-pagination span,
.job-manager-pagination .woocommerce span, .woocommerce .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice, .job-manager-form.wp-job-manager-bookmarks-form .woocommerce a.bookmark-notice,
.woocommerce .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce a.remove-bookmark, .woocommerce .single_job_listing .application .apply-with-linkedin, .single_job_listing .application .woocommerce .apply-with-linkedin,
.woocommerce input.import-from-linkedin,
.woocommerce input.button,
.woocommerce .single_job_listing .application input.apply-with-linkedin,
.single_job_listing .application .woocommerce input.apply-with-linkedin,
.woocommerce input.import-from-linkedin {
  padding: 10px 20px;
  border-radius: 6px; }

/** Cart */
.woocommerce table.cart td.actions #coupon_code {
  width: 140px; }

/** Message */
.woocommerce-error {
  margin: 0;
  padding: 0;
  list-style: none; }

.woocommerce-message,
.woocommerce-error li {
  margin: 0 0 2em;
  padding: 1em;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.03) 0 2px 0; }

.woocommerce-error li {
  border-color: #ed3b3b; }

.woocommerce_message .button, .woocommerce_message .job_listing a.view-video, .job_listing .woocommerce_message a.view-video,
.woocommerce_message .resume a.view-video,
.resume .woocommerce_message a.view-video, .woocommerce_message .job-manager-pagination a, .job-manager-pagination .woocommerce_message a,
.woocommerce_message .job-manager-pagination span,
.job-manager-pagination .woocommerce_message span, .woocommerce_message .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice, .job-manager-form.wp-job-manager-bookmarks-form .woocommerce_message a.bookmark-notice,
.woocommerce_message .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce_message a.remove-bookmark, .woocommerce_message .single_job_listing .application .apply-with-linkedin, .single_job_listing .application .woocommerce_message .apply-with-linkedin,
.woocommerce_message input.import-from-linkedin,
.woocommerce-message .button,
.woocommerce-message .job_listing a.view-video,
.job_listing .woocommerce-message a.view-video,
.woocommerce-message .resume a.view-video,
.resume .woocommerce-message a.view-video,
.woocommerce-message .job-manager-pagination a,
.job-manager-pagination .woocommerce-message a,
.woocommerce-message .job-manager-pagination span,
.job-manager-pagination .woocommerce-message span,
.woocommerce-message .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce-message a.bookmark-notice,
.woocommerce-message .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce-message a.remove-bookmark,
.woocommerce-message .single_job_listing .application .apply-with-linkedin,
.single_job_listing .application .woocommerce-message .apply-with-linkedin,
.woocommerce-message input.import-from-linkedin,
.woocommerce-error .button,
.woocommerce-error .job_listing a.view-video,
.job_listing .woocommerce-error a.view-video,
.woocommerce-error .resume a.view-video,
.resume .woocommerce-error a.view-video,
.woocommerce-error .job-manager-pagination a,
.job-manager-pagination .woocommerce-error a,
.woocommerce-error .job-manager-pagination span,
.job-manager-pagination .woocommerce-error span,
.woocommerce-error .job-manager-form.wp-job-manager-bookmarks-form a.bookmark-notice,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce-error a.bookmark-notice,
.woocommerce-error .job-manager-form.wp-job-manager-bookmarks-form a.remove-bookmark,
.job-manager-form.wp-job-manager-bookmarks-form .woocommerce-error a.remove-bookmark,
.woocommerce-error .single_job_listing .application .apply-with-linkedin,
.single_job_listing .application .woocommerce-error .apply-with-linkedin,
.woocommerce-error input.import-from-linkedin {
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em; }

/** Payment Methods */
.payment_methods {
  margin: 0;
  padding: 0;
  list-style: none; }

.payment_methods li {
  padding: 1.5em 2em;
  margin-bottom: 1em;
  background: #ededed;
  border-radius: 4px; }

.payment_methods li .payment_box {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  margin: 1.5em -2em -1.5em -2em;
  padding: 2em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: #ededed; }
  .payment_methods li .payment_box p {
    margin-bottom: 0; }

/** Checkout */
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  display: inline-block;
  text-align: right;
  float: none;
  margin: 0;
  vertical-align: middle; }
  .woocommerce #payment .terms input,
  .woocommerce-page #payment .terms input {
    float: left;
    margin: 5px; }

.job_listing_packages_title,
.entry-content .job_listing_packages_title {
  margin: 0 0 40px;
  padding: 0;
  background: none;
  border: 0; }

.job_listing_packages_title h2 {
  padding: 0.55em 0; }

.job_listing_packages {
  background: none;
  border: 0;
  padding: 0; }

.existing-packages {
  margin-top: 40px;
  clear: both; }

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
  margin-bottom: 0; }

.woocommerce-result-count,
.woocommerce-ordering {
  display: none; }

.woocommerce.woocommerce-page.post-type-archive-product .woocommerce-error {
  margin-top: 4em !important; }

.single-job_listing .gjm-single-map-wrapper {
  margin: 2em 0 -45px;
  border: 0;
  display: block;
  border-top: 1px solid #ccc; }

#page .job_filters .search_jobs .gjm-filters-count-3:nth-child(2n) {
  padding: 0 20px; }
#page .job_filters .search_jobs .gjm-locator-button {
  background: white;
  margin: 1em 0; }

body.wp-job-manager-categories .job_filters .search_jobs .gjm-dropdown-wrapper,
body.wp-job-manager-categories .job_filters .search_jobs .gjm-locator-button-wrapper {
  padding: 0;
  margin: 0; }

/* @group Base */
body .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #CCC; }
  body .chosen-container * {
    text-align: left; }
  body .chosen-container .chosen-drop {
    position: absolute;
    top: 120%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fff;
    margin-top: -1px;
    border-radius: 4px;
    box-shadow: inset rgba(0, 0, 0, 0.06) 0 -3px 0, rgba(0, 0, 0, 0.05) 0 0 0 1px;
    text-shadow: none; }
  body .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    padding: 5px; }
  body .chosen-container a {
    cursor: pointer; }

/* @end */
/* @group Single Chosen */
body .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  padding: 12px 14px;
  border: 0;
  border-style: solid;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  text-shadow: none;
  border: 0;
  text-align: left; }
body .chosen-container-single .chosen-default {
  color: #999; }
body .chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none;
  color: #000; }
body .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }
body .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: "" -42px 1px no-repeat;
  font-size: 1px; }
  body .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }
body .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }
body .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  height: 100%; }
  body .chosen-container-single .chosen-single div:before {
    content: '\e86f';
    color: #818080;
    display: block;
    text-align: center;
    line-height: 41px;
    width: 16px;
    margin: 0 auto;
    text-align: center; }
body .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  body .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }
    body .chosen-container-single .chosen-search input[type="text"]:focus {
      border: 1px solid #aaa; }
body .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
body .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  body .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    body .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    body .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    body .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      color: #fff !important; }
    body .chosen-container .chosen-results li.no-results {
      display: list-item; }
    body .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    body .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    body .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
body .chosen-container-multi .chosen-choices {
  position: relative;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text; }
body .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  body .chosen-container-multi .chosen-choices li.search-field {
    padding: 0;
    white-space: nowrap; }
    body .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 0;
      padding: 11px 14px;
      outline: 0;
      border: 0;
      box-shadow: none;
      border-radius: 4;
      width: 100% !important; }
  body .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 6px;
    max-width: 100%;
    cursor: default;
    position: relative;
    padding: 2px 7px;
    border: 1px solid #ddd;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee; }
    body .chosen-container-multi .chosen-choices li.search-choice span {
      padding-left: 22px;
      word-wrap: break-word; }
    body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      color: #818080;
      position: absolute;
      top: 7px;
      left: 6px;
      display: block;
      font-size: 14px; }
      body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
        content: '\2715'; }
  body .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666; }
  body .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    body .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }
body .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }
body .chosen-container-multi .chosen-drop {
  top: 110%; }
body .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
body .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  body .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }
body .chosen-container-active .chosen-choices {
  background: #fff; }

/* @end */
/* @group Disabled Support */
body .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  body .chosen-disabled .chosen-single {
    cursor: default; }
  body .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
body .chosen-rtl {
  text-align: right; }
  body .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  body .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  body .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  body .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  body .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  body .chosen-rtl .chosen-choices li {
    float: right; }
    body .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    body .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      body .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  body .chosen-rtl.chosen-container-single-nosearch .chosen-search,
  body .chosen-rtl .chosen-drop {
    left: 9999px; }
  body .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  body .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  body .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  body .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff "" no-repeat -30px -20px;
    direction: rtl; }
  body .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  body .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: "" !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
.modal .gform_wrapper {
  max-width: 100%;
  margin-bottom: 0; }
  .modal .gform_wrapper .gform_heading {
    width: 100%; }
    .modal .gform_wrapper .gform_heading .gform_title {
      margin: 0;
      font-weight: normal;
      font-size: 22px; }

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }
  .gform_fields .gfield {
    margin-bottom: 1.5em; }

.modal .ninja-forms-cont {
  max-width: 100%;
  margin-bottom: 0; }
  .modal .ninja-forms-cont .ninja-forms-form-title {
    width: 100%; }
  .modal .ninja-forms-cont .ninja-forms-form .field-wrap.submit-wrap {
    margin: 0 -30px -30px; }
  .modal .ninja-forms-cont .field-wrap.hidden-wrap {
    display: none; }

.modal .wpcf7 {
  max-width: 100%;
  margin-bottom: 0; }
  .modal .wpcf7 .wpcf7-form {
    padding-top: 60px; }
    .modal .wpcf7 .wpcf7-form p:last-of-type {
      margin: 0 -30px -30px; }
  .modal .wpcf7 .field-wrap.hidden-wrap {
    display: none; }

@media (min-width: 768px) {
  .homepage-widget-title {
    font-size: 36px;
    margin-bottom: 50px; }

  .homepage-widget-description {
    font-size: 16px; }

  .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption {
    left: 50%;
    max-width: 750px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .jobify_widget_slider .soliloquy-container .soliloquy-caption-title,
  .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption-title {
    font-size: 28px;
    text-align: left; }

  .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption p,
  .jobify_widget_slider .soliloquy-container .soliloquy-caption p {
    font-size: 18px;
    line-height: 1.25em;
    text-align: left;
    display: block;
    max-width: 70%; }

  .jobify_widget_slider .soliloquy-container .soliloquy-image-wrap {
    width: 45%;
    float: left;
    position: relative; }

  .jobify_widget_slider .soliloquy-container .soliloquy-caption-wrap {
    width: 52%;
    float: right;
    padding: 80px 0;
    position: relative; }

  .jobify_widget_slider .soliloquy-container .soliloquy-caption-wrap .soliloquy-caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: none; }

  .jobify_widget_slider .soliloquy-container .soliloquy-caption-wrap .soliloquy-caption .soliloquy-caption-inside {
    padding: 0; }

  .jobify_widget_slider .soliloquy-container .soliloquy-caption-wrap .soliloquy-caption-title {
    font-size: 38px;
    color: #FFF;
    font-weight: normal;
    text-shadow: none; }

  .jobify_widget_slider .soliloquy-container .soliloquy-caption-wrap .soliloquy-caption p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    text-shadow: none;
    background: none;
    padding: 0;
    max-width: 100%;
    margin: 24px 0; }

  .jobify_widget_slider .soliloquy-container .soliloquy-prev {
    left: -50px; }

  .jobify_widget_slider .soliloquy-container .soliloquy-next {
    right: -50px; }

  .job-stat {
    padding-top: 25px;
    padding-bottom: 25px; }

  .jobify_widget_testimonials {
    padding: 75px 0; }

  .jobify_widget_testimonials .flex-direction-nav,
  .jobify_widget_companies .flex-direction-nav {
    display: block; }

  .page-title {
    font-size: 34px; }

  .page-subtitle li {
    padding: 0 20px 0 10px;
    border-right: 1px solid #ccc;
    display: inline-block; }

  .job-meta-top {
    padding: 0 0 60px;
    margin-bottom: 60px; }

  .job-overview-content .job-company-about.col-md-12,
  .single-resume-content .resume-info.col-md-12 {
    padding-top: 60px;
    margin: 60px 0; }

  .job-meta-top [class^="col-"] {
    margin-bottom: 0; }

  .testimonial-slider-wrap {
    padding: 0 60px; }

  .btt {
    display: block; }

  .site-info {
    float: left; }

  .footer-social {
    float: right;
    width: auto;
    margin-top: 0; }

  .footer-cta {
    padding: 50px 0; }

  .footer-cta h2 {
    font-size: 38px; }

  .video-description {
    width: 55%;
    float: left;
    margin-bottom: 0; }

  .video-preview {
    width: 40%;
    float: right; }

  .callout-description {
    margin-bottom: 0;
    width: 65%;
    float: left; }

  .callout-action {
    width: 30%;
    float: right; }

  .single-job_listing .col-md-3 .job_listing-widget-top.default-widget:first-child img {
    max-width: 100%;
    min-width: 100%; } }
@media (min-width: 992px) {
  .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption-title {
    font-size: 40px;
    font-weight: normal; }

  .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption p {
    max-width: 30%;
    line-height: 26px;
    font-size: 22px; }

  .job_types li {
    border-width: 0 1px 0 0;
    width: auto; }

  .job-stats.showing-5 .job-stat {
    float: none; }

  .job-stat {
    border-bottom: 0;
    border-right: 1px solid #ddd; }

  .job-stat:last-child {
    border-right: 0; }

  .search_jobs,
  .resume_filters .search_resumes {
    padding: 30px; }

  .jobify_widget_jobs_search .standalone-search-jobs > div,
  .search_jobs [class^="col-"],
  .search_resumes [class^="col-"] {
    margin-bottom: 0; }

  .job-overview-content .job-overview,
  .job-overview-content .job-company-about {
    margin-bottom: 0; }

  .entry-content .job-manager-form {
    max-width: 75%; }

  .entry-content .job-manager-error {
    max-width: none;
    margin-bottom: 2em; }

  .rcp_user_fieldset p {
    margin-right: 6%;
    width: 47%;
    float: left; }

  .rcp_user_fieldset #rcp_password_again_wrap {
    margin-right: 0; }

  .fieldset-job_description,
  .fieldset-job_tags {
    clear: left; }

  .fieldset-company_logo,
  .fieldset-company_linkedin {
    clear: both; }

  .jobify_widget_slider_hero .soliloquy-container .soliloquy-caption {
    max-width: 1170px; }

  .jobify_widget_jobs .job-spotlight {
    margin-top: 0; } }
@media (min-width: 1200px) {
  .site-header .container, .site-header .jobify_widget_map div.job_listings, .jobify_widget_map .site-header div.job_listings,
  .site-header .jobify_widget_map div.resumes,
  .jobify_widget_map .site-header div.resumes,
  .site-header .jobify_widget_map_resumes div.job_listings,
  .jobify_widget_map_resumes .site-header div.job_listings,
  .site-header .jobify_widget_map_resumes div.resumes,
  .jobify_widget_map_resumes .site-header div.resumes {
    padding: 2em 0; }

  .site-primary-navigation {
    display: block; }

  .primary-menu-toggle,
  .site-primary-navigation #searchform {
    display: none; }

  .site-title {
    font-size: 36px; }

  .site-primary-navigation {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%); }

  .site-header.open .primary-menu-toggle {
    display: none; }

  .nav-menu-primary ul,
  .nav-menu-primary {
    margin: 0;
    padding: 0;
    list-style: none; }

  .nav-menu-primary ul li,
  .nav-menu-primary li {
    margin-left: 10px;
    float: left;
    position: relative; }

  .nav-menu-primary li .sub-menu {
    padding-left: 0; }

  .nav-menu-primary li .sub-menu a {
    font-size: 14px; }

  .nav-menu-primary li.login > a,
  .nav-menu-primary li.highlight > a {
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block; }

  .nav-menu-primary ul li a,
  .nav-menu-primary li a {
    font: bold 14px/normal 'Montserrat', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    margin: 2px 0;
    padding: 8px 14px;
    display: block;
    border: 2px solid transparent; }

  .nav-menu-primary ul li a:hover,
  .nav-menu-primary li a:hover {
    text-decoration: none; }

  .nav-menu-primary li.has-children > a:after {
    content: '\e874'; }

  .nav-menu-primary li.has-children .sub-menu li.has-children a:after {
    content: '\e876'; }

  .nav-menu-primary .sub-menu,
  .nav-menu-primary .children {
    display: none;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 -4px 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

  .nav-menu-primary .sub-menu li,
  .nav-menu-primary .children li {
    margin: 0;
    padding: 0; }

  .nav-menu-primary .sub-menu li:last-child,
  .nav-menu-primary .children li:last-child {
    border-bottom: 0; }

  ul.nav-menu-primary ul a,
  .nav-menu-primary ul ul a {
    line-height: 1;
    text-align: center;
    margin: 0;
    padding: 8px 10px;
    width: 180px;
    display: block; }

  ul.nav-menu-primary li:hover > ul,
  .nav-menu-primary ul li:hover > ul,
  ul.nav-menu-primary li:hover ul > ul,
  .nav-menu-primary ul li:hover ul > ul {
    display: block; }

  ul.nav-menu-primary li:hover ul ul,
  .nav-menu-primary ul li:hover ul ul {
    top: 0;
    margin-top: 0;
    left: 270px;
    border-radius: 6px; }

  .map-filter {
    left: 50%;
    margin-left: -570px; }

  .footer-widgets .footer-widget.col-md-3:not(:first-child) {
    width: 22%; }

  .footer-widgets .footer-widget.col-md-3:first-child {
    width: 33.3333%; }

  .jobify_widget_jobs li.type-job_listing .position,
  .jobify_widget_jobs li.type-resume .position {
    width: 41.66666666666667%; }

  .jobify_widget_jobs li.type-job_listing .logo,
  .jobify_widget_jobs li.type-resume .logo,
  .jobify_widget_jobs li.type-job_listing .location,
  .jobify_widget_jobs li.type-resume .location {
    display: block; }

  .jobify_widget_jobs li.type-job_listing .company_logo {
    margin-top: 8px;
    margin-left: 7px; } }
/**
 * Misc
 */
.entry-content #loginform,
.entry-content #register-form,
.entry-content .rcp_form {
  margin: 0 auto;
  width: 50%; }

.entry-content .job-manager-error {
  margin-bottom: 2em; }

.rcp_header {
  display: none; }

.modal-login .login-remember {
  display: none; }

.contact-form input[type="text"],
.contact-form textarea {
  width: 100% !important; }

.contact-form textarea {
  height: 195px; }

.two_third.last_column div {
  width: 95%;
  float: right; }

.contact-submit {
  margin-top: 20px; }

.gfield_description.validation_message {
  color: #df7c7b;
  float: right; }

.modal .gform_wrapper .validation_error,
.ninja-forms-required-items {
  margin: 0 0 30px; }

body .field-wrap.label-left .ninja-forms-field {
  margin-left: 0; }

body .soliloquy-container.soliloquy-preloader {
  background: none; }

.application-deadline:before,
.application-deadline.expiring:before,
.application-deadline.expired:before {
  content: '\e863'; }

.jobify_widget_job_application_deadline .application-deadline:before {
  padding-top: 3px;
  vertical-align: top; }

.application-deadline.expiring {
  color: #f39c12; }

.application-deadline.expired {
  color: #e74c3c; }

body .pac-container {
  border: 0;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08) !important; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #DDD;
  text-align: center;
  color: #AAA;
  margin-bottom: 10px; }

/*# sourceMappingURL=style.css.map */

