/* Bootstrap general styling
---------------------------------------------------- */

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
    background: #fff;
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #ef7a36;
    border-bottom: 4px solid #e5e5e5;
}

strong {
    font-weight: 700;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 0px;
    overflow-x: visible;
    border-top: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
}
}

/*@media (min-width: 768px)
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
}
}*/

.navbar {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
  	opacity: 1.0;
    border: 0px solid transparent;
    margin:0px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
}

.navbar-toggle {
    border: 0px solid transparent;
    margin-right: 0px;
}

.main a:hover {
    text-decoration: none;
}

    .main a:hover span {
        text-decoration: underline;
    }

.navbar-brand {
    float: left;
    padding:15px 10px;
    font-size: 18px;
    line-height: 20px;
}

.btn {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	/*border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;*/
}

.dropdown-menu {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
    border: 0px solid #e2eff7;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.navbar-default .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-nav > li > a:hover, .open > a:hover, .open > a, .navbar-default .navbar-nav > .active > a:focus {
    border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;

}
}

.thumbnail {
    margin:0 0 30px 0;
    padding:0px;
    background: #ffffff url(../images/gradient.jpg) repeat-x top;
    border: 0px solid #f2f7fb;
    border-top: 4px solid #e5e5e5;
    position: relative;
    border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.thumbnail .caption {
    min-height: 390px;
    padding: 30px 30px 35px 30px;
}

label {
    color: #ef7a36;
    font-weight: 400;
}

#vacancies .panel {
    padding: 0px;
    margin: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    overflow: hidden;
}

#vacancies .btn {
    margin-top: 10px;
}

#contact .panel {
    padding: 0px;
    margin: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    overflow: hidden;
}

#contact .btn {
    margin-top: 10px;
}

#contact .btn.submit {
    margin: 0 0 15px 0;
}




/* Equal Heights
---------------------------------------------------- */
.equal-heights {	
}


/* Custom page styles
---------------------------------------------------- */
.page-top {
	padding:10px 0 0 0;
    background: #ef7a36;
    width: 100%;
}

.page-content {
	padding:35px 0px 30px 0px;
    background: #ffffff;
}

.logo {
	width:auto;
	margin:0;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.logo {
	width:auto;
	margin:0 0 20px 0%;
}
}

.submit .btn  {
    width: 100%;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.submit .btn  {
    width: 100%;
    margin-top: 25px;
}
}

.forgotten {
    padding-top: 22px;
    color: #ef7a36;
    text-align: center;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.forgotten {
    padding-top: 22px;
    color: #ef7a36;
    text-align: right;
}
}

#banner {
	width:100%;
    margin:0px;
    overflow: hidden;
    position:relative;
}

.mask-left {
    position: absolute;
    top:0px;
    left:0px;
    z-index:1;
    width:500px;
    height:100%;
    margin-left:-385px;
    background: url(/Content/AimSearch/assets/images/slider/opacity-left.png) repeat-y;
}

.mask-right {
    position: absolute;
    top:0px;
    right:0px;
    z-index:1;
    width:500px;
    height:100%;
    margin-right:-485px;
    background: url(/Content/AimSearch/assets/images/slider/opacity-right.png) repeat-y;
}

.image-column-width {
	width:100%;
}

#footer {
	min-height:180px;
	width:100%;
    margin-top:-20px;
	margin-bottom:0px;
	padding:30px 15px;
	background: #a5a5a5;
	color: #fff;
	position:relative;
}

#footer .footernav {
	margin: 5px -6px;
	padding: 0px;
}

#footer .footernav li {
	padding: 0 7px;
	margin-bottom:7px;
	border-right: 1px solid white;
	line-height:13px;
	display:inline-block;
	float:left;
}

#footer .footernav li:last-child {
	border: none; 
}

#footer .footernav li a{
	color: white;
	text-decoration: none;   
}

#footer .footernav li a:hover{
	color: #fff;
    text-decoration:underline;
}

#footer .webdesignby{
	color: #fff;
	text-align: left;
	clear:both;
    margin-top:-40px;
}


#footer .webdesignby a{
	color: #fff;
	text-shadow:none;
	text-decoration: none; 
}

#footer .webdesignby a:hover{
	color: #cecece;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
#footer .webdesignby{
	color: #fff;
	text-align: right;
	clear:both;
    margin-top:0px;
}


#footer .webdesignby a{
	color: #fff;
	text-shadow:none;
	text-decoration: none; 
}

#footer .webdesignby a:hover{
	color: #cecece;
}
}


::selection
{
	color:#fff;
	background-color:#a5a5a5;
}

::-moz-selection
{
	color:#fff;
	background-color:#a5a5a5;
}

.hover:hover{
	/* ANIMATION CODE - this must be included! */
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
    animation-fill-mode: both;
	/* ANIMATION TYPE */
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	/* ANIMATION DURATION */
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}



/* Custom font colours
---------------------------------------------------- */
h1 {
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
    line-height:24px;
	color: #ef7a36;
    border-bottom: 4px solid #e5e5e5;
}

.vacancies-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
    line-height:24px;
	color: #ef7a36;
    border-bottom: 4px solid #e5e5e5;
}

.sub-header {
    padding-bottom: 10px;
	font-family: 'Cardo', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
    line-height:24px;
	color: #212850;
    text-transform:uppercase;
    border-bottom: 2px solid #e5e5e5;
}

hr {
    clear:both;
    border-bottom:0;
    border-top:4px solid #e5e5e5 ;
    border-right:0;
    border-left:0;
    margin:20px 0;
    min-height: 0px;
    height:1px;
}

.call {
	padding:0 0 10px 0;
	text-align:center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 23px;
    line-height: 25px;
	color: #ffffff;
}

@media (min-width: 768px) {  /* sm - @media (min-width: 768px)    md - @media (min-width: 992px)    lg - @media (min-width: 1200px) */
.call {
	padding:50px 0 0 0;
	text-align:right;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 21px;
    line-height: 23px;
	color: #ffffff;
}
}

/*---------------------------------
	Overthrow CSS:
   	Enable overflow: auto on elements with overthrow
	class when html element has overthrow class too
-----------------------------------*/	
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
}