@charset "utf-8";
/* CSS Document */

body {font-family: 'celiasregular';
background-color:#ffffff;}

	a {color:#000;}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 40px 0;
    border-bottom:none;
	text-align:center;
	font-size:36px;
	color:#323c46;
	font-weight:700;
}
.alt-text.emp-lo img {
    margin-left: -15px;
}
.btn-default-custom, .btn-default-custom:hover, .btn-default-custom:focus, .btn-default-custom:active, .btn-default-custom:hover:active{
    margin-top: -6px;
}
li.dropdown {font-size:16px; font-weight:600;}
hr.line {border-top:1px solid #d5d5d5; width:100%; position:absolute; left:0; height:30px;}
.page-header2 {
    padding-bottom: 9px;
    margin: 40px 0 15px 0;
    border-bottom: none;
    text-align: center;
    font-size: 80px;
    color: #404040;
    font-weight: 400;
    font-family: 'dealovaregular';
}
.page-header3 {
    padding-bottom: 9px;
    margin: 40px 0 15px 0;
    border-bottom: none;
    text-align: left;
    font-size: 80px;
    color: #404040;
    font-weight: 400;
    font-family: 'dealovaregular';
}
.footer-container {
	background-color: #1e1f21; width:100%; position:absolute; left:0;margin: 199px 0 0 0;
}



.featured {border:3px solid #f1f1f1; padding:15px 0; border-radius:7px;}

table.job-table {border:0px solid #f1f1f1; border-radius:0px;}
table.job-table tr td{padding:15px; vertical-align:middle;}
table.job-table a {
	    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
	
}
.spac {margin:0 0 30px 0;}
.articles h2 {font-size:18px; color:#404040; font-weight:700; line-height:28px;}
.articles p {font-size:14px; color:#808080; font-weight:400; line-height:24px;}



.btn-primary, .btn-primary:hover , .btn-primary:focus, .btn-primary:active, .btn-primary:hover:active{
	
    color: #43a01f;
	font-size:12px;
	font-weight:700;
    background-color: #fff;
    border-color: #e0e0e0;
	border-width:2px;
	border-radius:2px;
	padding:8px 30px;
	text-transform:uppercase;
	margin:50px 0;
}


.btn-info, .btn-info:hover , .btn-info:focus, .btn-info:active, .btn-info:hover:active{
	
    color: #fff;
	font-size:14px;
	font-weight:700;
    background-color: #58ba2b;
    border-color: #58ba2b;
	border-width:2px;
	border-radius:2px;
	padding:8px 50px;
	text-transform:uppercase;
	margin:25px 0;
}

.jobcategory h2 {text-transform:uppercase; font-size:13px; font-weight:500;}
.jobcategory {border:1px solid #e0e0e0; padding:25px 0;}

.navbar-inverse {
    background: url(../images/navbar-bg.png);
    border: transparent;

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background:transparent;
	font-weight:600;
	font-size:16px;
}

	
.nav>li>a {
	position: relative;
    display: block;
    margin: 10px 35px;
    padding: 0px;
    color: #404040!important;
    text-transform: uppercase;
    line-height: 102px;
    font-weight: 400;
    font-size: 13px;
}

h1.headline {
    color: #ff66cc;
    font-size: 65px;
    font-weight: 300;
    font-family: 'dealovaregular';
    text-align: center;
    margin: -46px 0 37px -40px;
}


.form-control {
    display: block;
    width: 92%;
    height: 43px;
    padding: 0px 18px;
    
    font-size: 15px;
    line-height: 1.42857143;
    color: #404040;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-danger {
    color: #fff;
    background-color: #58ba2b;
    border-color: #58ba2b;
    width: 50%;
	height:60px;
}

.we-have {color:#ffffff; font-size:22px; font-weight:400; margin-top:20px;}
.we-have-bold {color:#ffffff; font-size:30px; font-weight:800;}

.category-text1 {color:#fff; font-size:16px; margin-top:20px; opacity:0.5;}
.category-text2 {background-color:#fff; padding:5px 12px;}







.home-margin {margin-top:200px;}

.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
    margin:-35px 0 50px 0;
}
.no-video .video-container video,
.touch .video-container video {
  display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
  display: block !important;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  
  width: 100%;
}
.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: -0%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto;
}
.video-container .link {
  position: absolute;
  bottom: 3em;
  
  text-align: center;
  z-index: 1001;
  font-size: 2em;
  color: #fff;
}
.video-container .link a {
  color: #fff;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth {
  width: 100%;
}


.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 p.copy {color:#8c8989;font-size:12px;}
  p.copy  a{color:#e8bbd7;}
 .topbg {
	    background-color: #fcabd8;
    padding:5px 0 6px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
	margin: 0 0 7px 0;
}
.subfooter {	
    background-color: #e67eb9;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    line-height: 100px;
    height: 100px;
    left: 0;
    position: absolute;
    z-index: 1000000;
	}
	
.subfooter a {padding:0 25px;}	
.btn-default-custom, .btn-default-custom:hover , .btn-default-custom:focus, .btn-default-custom:active, .btn-default-custom:hover:active {    background-color: transparent;
    border: 2px solid #fff;
    padding: 0px 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;}

	.navbar {
    position: relative;
    min-height: 135px;
    margin-bottom: 20px;
    border: 1px solid transparent;
	    z-index: 10000;
}
.navbar-brand>img {
    display: block;
    height: 115px;
	    margin: -16px 0 0 0;
}
ul.top-nav {list-style-type:none;margin:17px 0 0 0;padding:0;}
ul.top-nav li {float:left;margin:0 30px 0 0;}
ul.top-nav li a {color:#000;}
ul.top-nav li.active1 a {
    padding: 7px 10px;
    color: rgb(232, 187, 215) !important;
    text-decoration: none !important;
    border-radius: 4px;
    margin: 0px;
    font-size: 14px !important;
    border: 2px solid rgb(232, 187, 215) !important;}
	
ul.top-nav li.active2 a {
    border-bottom:1px dotted #e8bbd7;
	}
ul.top-nav li.active3 a {
    background-color:#e8bbd7;
	border:1px solid #e8bbd7;
	padding:2px 10px;
	color:#fff;
	font-weight:600;
	}
.secondary-custom1 { background-color:#e8bbd7; border:1px solid #e8bbd7;
padding:10px 55px; color:#fff;border-radius:0;margin:0 42px 0 0;font-size:16px;

}
.secondary-custom2 {background-color:#eae6e6; border:1px solid #eae6e6;
padding:10px 20px; color:#000;border-radius:0;font-size:16px;
    margin: 0 42px 0 0;}
.secondary-custom3 {
	    background-color: #e8bbd7;
    border: 1px solid #e8bbd7;
    text-transform: uppercase;
    padding: 5px 18px;
    color: #fff;
    border-radius: 0;
    margin: -32px 0px 0 0;
    font-size: 14px;
    font-weight: 600;
	
}
.input-indicatio {
	font-size: 12px;
    margin: 0 0 0 0;
    color: #444;
}
.featured-employer {margin:75px  0 0 0;}
.bottom-margin {margin:0 0 20px 0;}
.spacer {height:20px;}
p.comp {padding:0;color:#808080;font-size:13px;margin:0 0 4px 0;}
p.loca {padding:0;color:#808080;font-size:13px;margin:0;}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.featured2 h2 {padding:0; margin:0 0 5px 0;font-size:18px;font-weight:600;    line-height: 24px;}
.featured2 h2 a:hover,#vertical-ticker li a:hover {color:#fcabd8}

.featured2 p {padding:0; margin:0;font-size:14px;font-weight:400;}
.vline {border-left:2px solid #f5b4c8;}
.top-spacer50 {margin:60px 0 0 0;}
.top-spacer50_1 {margin:120px 0 0 0;}
.top-spacer100 {margin:100px 0 0 0;color:#000;}
.spacer-new {height:250px;}


.subfooter a:hover {color:#fff}
/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;

}


/* footer social icons */
.social-network a.icoFacebook:hover {
	background-color:#999999;
}
.social-network a.icoFacebook {
	background-color:#e67eb9;
	
}
.social-network a.icoTwitter:hover {
	background-color:#999999;
}
.social-network a.icoTwitter {
	background-color:#e67eb9;
	
}
.social-network a.icoLinkedin:hover {
	background-color:#999999;
}
.social-network a.icoLinkedin {
	background-color:#e67eb9;
}
.social-network a.icoGoogle:hover {
	background-color:#999999;
}
.social-network a.icoGoogle {
	background-color:#e67eb9;
}
.social-network a.icoYoutube:hover {
	background-color:#999999;
}
.social-network a.icoYoutube {
	background-color:#e67eb9;
}
.social-network a.icoInstagram:hover {
	background-color:#999999;
}
.social-network a.icoInstagram {
	background-color:#e67eb9;
}
.social-network a.icoicoEnvelope {
	background-color:#e67eb9;
}



.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 22px;
	height: 22px;
	font-size:12px;
}
.social-circle li i {
	margin:0;
	line-height:22px;
	text-align: center;
	font-size: 12px;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

@font-face {
    font-family: 'celiasregular';
    src: url('../type_dynamic_-_celias-webfont.woff2') format('woff2'),
         url('../type_dynamic_-_celias-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dealovaregular';
    src: url('../dealova_script-webfont.woff2') format('woff2'),
         url('../dealova_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Dropdown Button */
.dropbtn {
     background-color: transparent;
    color: #000;
    border: none;
    cursor: pointer;
	border-bottom: 1px dotted #e8bbd7;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	z-index: 100000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: transparent;
}


.modal-header {
    padding: 0px;
    border-bottom: transparent;
}	
	
	.modal-header .close {
    margin: -11px;
    background-color: #000;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 0;
    margin: 0px 3px 0 0;
    color: #fff!important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 5; 
}
.modal-body {
    position: relative;
    padding: 10px;
}


.modal-dialog {
    width: 822px;
    margin: 100px auto;
}

a.cappuccino:hover {
background: #fff url('../images/cappuccino.jpg') no-repeat center;
z-index:10000000;
}

/****************************************/
#vertical-ticker{
height:450px;
overflow:hidden;
margin:0; padding:0;
}
#vertical-ticker li{
padding:20px 20px;
display:block;
background:#fff;
color:#333;
border-top:1px solid #ddd;
}


#vertical-ticker h1 {
margin:0;padding:0;
font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;}
#vertical-ticker p {
padding: 0;
    color: #808080;
    font-size: 13px;
    margin: 0 0 4px 0;
}
img.home-featured-job {float:left;margin:0 15px 25px 0;}

.special-menu > li > a {
height: 50px;
padding-top: 0;
padding-bottom: 0;
position: relative;
}
.special-menu .text { line-height: 50px;}

.special-menu li {
  padding: 0;
  margin:30px 0 0 0;
  overflow: hidden;
  position: relative;
}
.text {
  transition: all 0.5s;
  
}
.hover .text {
transform: translateX(-200%);
}
.alt-text {
    line-height: 50px;
    transition: all 0.5s;
    transform: translate(-259%, -80%);
    color: #d31a8f;
    position: absolute;
    width: 100%;
    font-family: 'dealovaregular';
    font-size: 36px;
    font-weight: 600;
    height: 28%;
}

.hover .alt-text {
transform: translate(0, 0);
}

.alt-text2 {
	line-height: 50px;
  transition: all 0.5s;
transform: translate(-110%, -80%);
    color:#d31a8f;
  position: absolute;
  width: 100%;
      font-family: 'dealovaregular';
	  text-transform:lowercase;
	  font-size:50px;
	  
	 height: 100% ;
text-align:left;	 
}
.hover .alt-text2 {
transform: translate(0, 0);
}

.alt-text3 {
	line-height: 50px;
  transition: all 0.5s;
transform: translate(-110%, -80%);
    color:#d31a8f;
  position: absolute;
  width: 100%;
      font-family: 'dealovaregular';
	  text-transform:lowercase;
	  font-size:100px;
	 height: 100%;
text-align:left;	 
}
.hover .alt-text3 {
transform: translate(0, 0);
}

@font-face {
    font-family: 'dealovaregular';
    src: url('dealova_script_1-webfont.woff2') format('woff2'),
         url('dealova_script_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.spe-nav {}
