 /*==========================

Fonts

==========================*/


 /*==========================

Customised Configuration options

==========================*/
body {
	margin:0;
	padding:0;
	border:0;
	max-width: 100%;
	min-height: 100%;
	overflow-x:hidden;
	font-size: 0.9rem;
	background-color: #f4f4f4;
	font-family: 'Calibri', 'Arial', sans-serif;
	color: #222;
}

h1, h2, h3, h4, h5 {
  text-shadow: 1px 1px 2px rgba(33,33,33, 0.15);
  font-weight: 700;
}

ul,ol {
	list-style:none;
	padding: 0px;
	margin:0px;
}

p {
	margin: 0 0 15px; 
}

.fa-best {color: #CE0058!important;}
.fa-blue {color: #0A00E8!important;}
.fa-red {color: #E8000A!important;}
.fa-light {color: #ffffff;}
.fa-dark-muted {color: #CCC;}
.fa-dark {color: #333333;}
.fa-light-muted {color: #999999;}
.fa-muted {color: #eeeeee;}
.fa-light-green {color:#59B559;}
.fa-shadow-muted { text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}

label.form-error,
div.form-error,
a.form-error,
textarea.form-error,
select.form-error,
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39!important;
}


a {
  color: #CE0058;
  font-weight:500;
}

a:hover,
a:focus {
  color: #CE0058;
  text-decoration:none;
}

a, a .anim, button {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

#loader {
	display:none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:url('images/bx_loader.gif') no-repeat center;
    z-index: 100000;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc!important;
}

/* print */
.no-print {
	display:block
}
.print {
	display:none;
}

.img-fill {
	width:100%!important;
}

.nop {
	padding: 0!important;
}
.nom {
	margin:0!important;
}

.light {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
em,
.italic {
	font-style:italic!important;
}
.italic-bold {
	font-style:italic!important;
}
.font-blue {
	color:#2C8BC6!important;
}	
.font-green {
	color:#ADE8B7!important;
}	
.font-500 {
	font-size: 600%!important;
	line-height: 100%;
}
.font-350 {
	font-size: 350%!important;
	line-height: 100%;
}
.font-200 {
	font-size: 200%!important;
	line-height: 100%;
}
.font-150 {
	font-size: 150%!important;
	line-height: 100%;
}
.font-120 {
	font-size: 120%!important;
	line-height: 100%;
}
.font-90 {
	font-size: 90%!important;
	line-height: 100%;
}
.font-80 {
	font-size: 80%!important;
	line-height: 100%;
}
.font-70 {
	font-size: 70%!important;
	line-height: 100%;
}
.uc {
	text-transform: uppercase!important;
}
.lc {
	text-transform: lowercase!important;
}
.cap {
	text-transform: capitalize!important;	
}
.clearboth {
	clear:both;
}
.relative {
	position:relative;
}
.valign {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}
.w-100.w-lg-25 {
	width: calc(100% - 70px)!important;
}

 @media (min-width: 992px)  {
	.w-100.w-lg-25 {
	width: 25%!important;
	}
	.w-100.w-md-66 {
	width: 66%!important;
	}
 }
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.tbl-best {
border:1px solid #CCCCCC;
border-radius:2px;
padding: 4px 15px;
text-align:center;
background-color: #FFF;
margin-right: 0px;
-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.05);
box-shadow: 0px 4px 5px rgba(0,0,0,0.05);
}
.tbl-best:hover,
.tbl-best:focus {
color: #FFF;
background-color: #CE0058;
text-shadow: 1px 1px 2px rgba(33,33,33, 0.15);
border: none;
border-radius:2px;
}
.tbchighlight {
    color:#CE0058;
}
 /*==========================

 Chrome frame prompt

==========================*/
.chromeframe {
	position:fixed;
    margin: 0;
    background: #ccc;
    color: #000;
	text-align:center;
	z-index: 99999;
	width: 100%;
	padding: 8px 0;
	left:0px;
	top:0px;
}

/*==========================

containers

==========================*/
.container {
	background: white;
	width: 100%;
}

/*==========================

btns

==========================*/
.btn-best {
font-weight: 800;
color: #FFF;
background-color: #CE0058;
text-shadow: 1px 1px 2px rgba(33,33,33, 0.15);
border-radius: 3px;
border:  none;
margin-right: 0px;
white-space: nowrap;
}
#inner-content p a.btn-best:hover,
#inner-content p a.btn-best:focus,
.btn-best:hover,
.btn-best:focus {
background-color: #000;/*#8C0853;*/
color: #FFF;
text-decoration:none!important;
}


/*==========================

Main Body Containers

==========================*/
#wrapper {
    position: relative;
	margin:0 auto;
	min-width:320px;
}


/* ****************** */
/* Columns Fifths */
/* *****************  */
@media (max-width: 575.98px) {
	.col-2dot4 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px)  {
    .col-sm-2dot4 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px)  {
    .col-md-2dot4 {
		 position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px)  {
    .col-lg-2dot4 {
		 position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2dot4 {
		 position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* ****************** */
/* header  */
/* *****************  */
header,.header {
	position: relative;
}
/* ****************** */
/* header container styling  */
/* *****************  */
#header-nav {
	position:relative;
	display:block;
	background-color:#CE0058;
	width:100%;
	max-width:1330px;
	margin: 0 auto;
	z-index:99;
}
#header-nav .container {
	background-color:#CE0058;
	border-left:none;
	border-right:none;
	padding-left:0px;
	padding-right:0px;
	z-index:99;
}
.google-header-translate-position {
	position:absolute;
	top: 40px;
	right:42px; 
	width:280px;
	height: auto;
	z-index:100;
}
.google-header-translate-position .flag {
	position:relative;
	float:left;
	width:37px;
	height:27px;
}
.google-header-translate-position .flag:hover IMG {
	cursor:pointer;
	opacity:0.9;
}
.google-translate-position {
	position:absolute;
	bottom: 25px;
	right:0px; 
	width:211px;
	height: auto;
	z-index:30;
}
.goog-te-menu-frame{-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175)!important;box-shadow: 0 6px 12px rgba(0,0,0,.175)!important;}
.goog-te-gadget-simple {border-top: none!important;}

	@media screen and (max-width: 992px) {
		.google-header-translate-position {
			position: absolute;
			top: 25px;
			right: 15px;
			height: auto;
			z-index: 100;
		}
	}
	
/* ****************** */
/* CUSTOMIZE THE NAVBAR
/* ****************** */
/* Special class on .container surrounding .navbar, used for positioning it into place. */


.navbar {
	margin-bottom:0px;
	border-radius:0px;
	border: none!important;
}

.nav-home {
	white-space: nowrap;
	overflow: hidden;
	width:70px;
	background:url("../images/tbc-sprites.png") no-repeat;
	background-position: 15px 7px;
	background-size: 40px auto;
	margin-left:1px;
}

.nav > li.nav-home:hover {
	background-color:#000;
}


.nav > li  {
	max-width: 140px;
}

.nav > li > H1 {
	margin:0px;
	line-height: 50px;
	max-width: 140px;
	overflow:hidden;
}

.nav > li > H1 > a {
	padding: 0 0 0 70px;
}

.nav > li > a {
	color:#FFF;
	padding-left: 25px;
	padding-right: 25px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #000;/*#8C0853*/
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #000;/*#8C0853;*/
  border-color: #000;/*#8C0853;*/
}

.dropdown-menu {
  padding: 0;
  margin: 1px 0 0;
  border-radius: 0px;
}

.dropdown-menu .divider {
  background-color: #000;
}

.navbar .navbar-nav .open .dropdown-menu > li > a {
  padding: 12px 17px;
  color: #CE0058;
  white-space: nowrap;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-width: 0 1px 1px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	z-index:999;
}

.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #262626!important;
  text-decoration: none;
  background-color: #f5f5f5!important;
}

.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #8C0853 !important;
}

.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

/* Begin non responsive elements */
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
  float: left;
  margin: 0 0 0 0;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding: 15px 19px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
  float: right;
}
/* ****************** */
/* Slick Nav  */
/* *****************  */
.menu #primary > li > a 
{
  display: block;  
  margin: 0; 
   padding: 21px 17.5px 21px 17.5px;  
   position: relative;  
   color: #FFFFFF; 
   font-size: 1.5rem;
   text-align:center;
   letter-spacing: initial;
}
.menu li#primary0  {
	width:70px;
}
.slicknav_menu {
	display:block;
}
/* #menu is the original menu */
.menu #primary {
	display:none;
}


	@media screen and (min-width: 992px) {
		/* ****************** */
		/* Slick Nav  */
		/* *****************  */
		
		.menu-block li H1 {
			margin: 0;
			line-height: 50px;
			max-width: 140px;
			overflow: hidden;
			opacity:0;
		}
				
		.menu-block {
			background-color: #646265;
			max-width:100%;
			margin:0 auto;
		}
		
		/* primary nav */
		.slicknav_menu {
			display:none;
		}
		
		.menu #primary {
			display:block;
		}
		
		.menu #primary > li 
		{
		  display: block;
    	  float: left;
		  background-color: #CE0058;
		  margin: 0;
		  border-right:1px solid #CE0058;
		}
		.menu #primary > li.col-menu.active {
			background-color:#000000;
		}		
		.menu #primary > li.linkActive > a 
		{
		  display: block;
		  color: #FFFFFF;
		  text-align:center;
		  width:100%;
		}
		.menu #primary > .nav-home:hover,
		.menu #primary > li:hover > h1 > a ,
		.menu #primary > li:hover > a 
		{
		  background-color:#000000;
		  text-decoration:none;
		}
		.menu #primary > li > a 
		{
		  display: block;  
		  margin: 0; 
		  padding: 14.5px 17.5px 14.5px 17.5px;  
		   position: relative;  
		   color: #FFFFFF; 
		   font-size: 1rem;
		   text-align:center;
		   letter-spacing: -0.05em;
		}
		.menu #primary > li:nth-child(1) > a 
		{
		 margin-left:0px;
		}
		.menu #primary > li:last-of-type 
		{
		 margin-right:0px;
		 border-right:0px;
		}
		.menu #primary > li:last-of-type > a 
		{
		 margin-right:0px;
		}
		#primary li 
		{
		  position: relative;
		}
		#primary li ul
		{
		  display: none;  padding: 0;  margin: 0; 
		}
		#primary>li:hover>ul 
		{
		  display: block; font-size:1.2rem; position: absolute;  left: 50%; z-index: 90;width: 240px;margin-left:-120px;margin-top:-1px;
		  -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.6);
		  -moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.6);
		  box-shadow: 0px 4px 6px rgba(0,0,0,0.6);
		  border:1px solid #444;
		}
		#primary>li:hover>ul>li:hover>ul>li,
		#primary>li:hover>ul>li 
		{
		  float: none;  display: block;  margin: 0;  padding: 0;  border-bottom: 1px solid #b3b3b3;
		}
		
		#primary>li:hover>ul>li:hover>ul>li>a,
		#primary>li:hover>ul>li>a 
		{
		  display: block;  margin: 0;  padding: 12px 10px; background-color:rgba(255,255,255,0.95);  font-size:1.2rem;text-align:center;text-transform:uppercase;
		}
		#primary>li:hover>ul>li.single>a:after {
			content: "";
		}
		#primary>il:hover>ul>li:last-of-type 
		{
		  border-bottom: 0;
		}
		#primary>li:hover>ul>li>ul>li>a:link,#primary>li:hover>ul>li>ul>li>a:visited,
		#primary>li:hover>ul>li>a:link,#primary>li:hover>ul>li>a:visited 
		{
		  color: #000;
		}
		#primary>li:hover>ul>li:hover>ul>li:hover>a,
		#primary>li:hover>ul>li:hover>a
		{
		  color: #FFF; background-color:rgba(33,73,126,1); text-decoration:none;
		}
		
		#primary>li>ul>li:hover>ul 
		{
		  display: block; font-size:1.2rem; position: absolute;  left: 50%; z-index: 90;width: 240px;margin-left:120px;margin-top:-43px;
		  -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.6);
		  -moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.6);
		  box-shadow: 0px 4px 6px rgba(0,0,0,0.6);
		  border:1px solid #444;
		}
		ul#primary li.last {
			border-bottom:0px!important;
		}
		#primary>li.col-menu-left>ul>li:hover>ul 
		{
		  display: block; font-size:1.2rem; position: absolute;  left: -50%; z-index: 90;width: 240px;margin-left:-120px;margin-top:-43px;
		}
		
		.menu li#primary0 {
			margin-left:16px;
		}
		
	}
	
	@media (min-width: 1200px) {
		.menu #primary > li > a 
		{
		  display: block;  
		  margin: 0; 
		   padding: 14.5px 17.5px 14.5px 17.5px;  
		   position: relative;  
		   color: #FFFFFF; 
		   font-size: 1rem;
		   text-align:center;
		   letter-spacing: initial;
		}
		.menu li#primary0  {
			width:70px;
		}
	}

/* ****************** */
/* carousel  */
/* *****************  */
/* ****************** */
/* slides container styling  */
/* *****************  */
#slideshow {
	position:relative;
	padding:0px;
}
.slide-menu-shadow {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	max-width: 100%;
	height:24px;
	background:url("../images/top-slide-shade.png") no-repeat;
	background-size: 100%;
	z-index: 1;
}
.slide-logo-large {
	position:absolute;
	left:65px;
	top:50px;
	width:491px;
	z-index: 20;
}
.slide-logo-large img {
	max-width: 100%;
	height: auto!important;
}
.slide-logo-short {
	position:absolute;
	left:65px;
	top:45px;
	width:300px;
	z-index: 20;
}
	@media screen and (max-width: 991.98px) {
		.slide-logo-short {
			display:none;
			/*position:absolute;
			left:50%;
			top:95px;
			width:260px;
			margin-left:-130px;
			z-index: 20;
			*/
		}
	}

.slide-logo-large img,
.slide-logo-short img {
	max-width: 100%;
	height: auto!important;
}
.slide-profile-logo {
	margin-top: 60px;
	width: 240px;
	max-height: 110px;
	overflow:hidden;
}	
.slide-profile-text {
	color:#CE0058;
	text-shadow: 1px 1px 2px rgba(33,33,33, 0.15);
	font-size:20px;
	line-height: 19px;
	font-weight:700;
	max-height: 110px;
	margin-top: 60px;
	margin-left: 460px;
	width: 290px;
	overflow:hidden;
	text-align:center;
}	
.slide-profile-text p {
	text-align:center;
}	
/* ****************** */
/* Carousel  */
/* *****************  */
.glyphicon-chevron-left {
	margin-top: -10px;
}

.glyphicon-chevron-right {
	margin-top: -10px;
}

.carousel-container {
	background-color:#e5e6e6;
}

.carousel-indicators {
	display:none;
}

.carousel a:hover {
	border-bottom: none;
}

.carousel-control {
	width:8%;
}

.hero-image.large {
	position:relative;
	height:310px;
}

.hero-image.short {
	position:relative;
	height:200px;
}
	@media screen and (max-width: 767px) {
		.hero-image.short {
			position:relative;
			height:150px;
		}
		.hero-image.large {
		position: relative;
		height: 200px;
		}
	}
.hero-text.large {
	position:absolute;
	left:75px;
	bottom:0px;
	width:400px;
	height:70px;
	color:#FFF;
	font-weight:800;
	font-size:1.1em;
	line-height:1em;
	z-index: 20;
	text-shadow: 1px 2px 6px rgba(0,0,0, 0.9);
	overflow:hidden;
}
.hero-text.short {
	position:absolute;
	left:75px;
	bottom:0px;
	width:800px;
	height:45px;
	color:#FFF;
	font-size:1.1em;
	line-height:1em;
	z-index: 20;
	text-shadow: 1px 2px 6px rgba(0,0,0, 0.8);
	overflow:hidden;
}

/* ****************** */
/* Breadcrumb  */
/* *****************  */
.breadcrumb {margin-left:0px;padding-left:0px;margin-bottom:10px; }
.breadcrumb {background: rgba(255, 255, 255, 1); border: 0px solid rgba(255, 255, 255, 1); border-radius: 0px; display: block; border-bottom:1px solid rgba(232, 232, 232, 1);}
.breadcrumb li {font-size: 14px;float:left;}
.breadcrumb a {color: rgba(220, 0, 131, 1);margin: 0 8px 0 0;}
.breadcrumb a:hover {color: rgba(140, 8, 83, 1);}
.breadcrumb>.active {color: rgba(102, 102, 102, 1);}
.breadcrumb>li+li:before {color: rgba(156, 156, 156, 1); content: "\232A\00a0";margin-right: 4px;}
/*==========================

inner Body

==========================*/
#inner-content > .container {
	padding-bottom: 30px;
}
#inner-content h1.block-title {
    font-weight: 800;
    font-size: 3.2em;
    color: #CE0058;
    text-shadow: 3px 3px 4px rgba(33,33,33, 0.15);
    margin-bottom: 25px;
}
	@media screen and (max-width: 991.98px) {
		#inner-content h1.block-title {
			font-size: 2.4em;
		}
	}
#inner-content UL LI {
    background: url(../images/tbc-piece.png) no-repeat top left 0px;
    background-size: 20px 20px;
    padding-left: 30px;
    margin-bottom: 8px;
    display: block;
}
.formbox {
    display: block;
    margin: 0 0 10px;
    padding: 0px 15px 12px;
    background-color: #F8F8F8;
}

.inner-content {
	padding:50px 0 140px;
}

.inner-content.promo {
	padding:0px 0 50px;
}

.inner-content td img,
.inner-content li img,
.inner-content p img {
  /*border:1px solid #EEE;*/
  margin-top: 10px;
  margin-bottom: 10px;
}


.inner-content td a:hover,
.inner-content li a:hover,
.inner-content p a:hover {
  text-decoration: underline;
}

.inner-content h1.block-title {
	font-weight:800;
	font-size: 3.2em;
	color:#CE0058;
	text-shadow: 3px 3px 4px rgba(33,33,33, 0.15);
	margin-bottom: 25px;
}

.inner-content h2 {
	font-weight:800;
	font-size: 1.5em;
	color:#222;
	text-shadow: 3px 3px 4px rgba(33,33,33, 0.15);
	padding: 15px 0 10px;
	border-bottom: 1px solid #DDD;
	text-transform:uppercase;
}
.inner-content h2 small {
	color:#CE0058;
	text-shadow: none;
}
.inner-content td h2 {
	padding: 15px 0 5px;
	margin-top:0px;
}

.inner-content table td {
 	vertical-align: top;
}

.inner-content UL {
list-style-type: none;
padding: 0;
margin: 20px 0 25px 15px;
}

.inner-content UL LI {
background: url("../images/tbc-piece.png") no-repeat top left 0px;
background-size: 20px 20px;
padding-left: 30px;
margin-bottom: 8px;
display: block;
}

.inner-content UL.scrollable-menu {
list-style-type: none;
padding: 0;
margin: 2px 0 0 0;
width:250px;
}

.inner-content UL.scrollable-menu LI {
background-image:none;
padding-left:0px;
margin-bottom: 0;
display: block;
}
.inner-content UL.scrollable-menu LI a {
background: url("../images/tbc-piece.png") no-repeat;
background-position: 7px 5px;
background-size: 14px 14px;
padding-left: 25px;
}
.inner-content UL.scrollable-menu LI a:hover {
text-decoration:none;
background: #F5F5F5 url("../images/tbc-piece.png") no-repeat;
background-position: 7px 5px;
background-size: 14px 14px;
}

.inner-content .btn-best {
	font-weight:800;
	color:#FFF;
	background-color:#CE0058;
	text-shadow: 1px 1px 2px rgba(33,33,33, 0.15);
	border:1px solid #CE0058;
	cursor:pointer;
	border-radius: 2px;
}

.inner-content .btn-best:hover,
.inner-content .btn-best:focus {
	background-color:#000;
	border:1px solid #000;
}


.pagestotal {
	float:left;
	line-height:35px;
	width:250px;
	margin-bottom:20px;
}
.pageblocks .pagination>.active>a,
.pageblocks .pagination>.active>a:focus,
.pageblocks .pagination>.active>a:hover,
.pageblocks .pagination>.active>span,
.pageblocks .pagination>.active>span:focus,
.pageblocks .pagination>.active>span:hover {
background-color: #CE0058;
border-color: #CE0058;
color: #fff;
}
.pageblocks .pagination>li>a,
.pageblocks .pagination>li>span {
color: #CE0058;
}

table.short-table td {
	padding: 4px 4px 0 0;
}
table.short-table td.tdbuttons {
	padding: 14px 4px 25px 0;
}
table.short-table td.tdlabel {
	width:30%;
}
.pdf-row {
	padding: 6px 0;
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}
.pay-right {
	text-align:left;
}
.table-th {
	background-color:#EEE;
}
.table-pay {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	min-height: 200px;
}
.table-total .table {
	margin-bottom:0px;
}
.table-total {
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
}
/* ****************** */
/* Login & Forms
/* ****************** */
.form-group {
    margin-bottom: 5px!important;
}
.form-signin {
    margin-bottom: 25px;
}
.form-signin .form-group .input-group-append {
   min-width: 40px;
}
.form-control-hidden {
	font-size: 22px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	opacity: 0;
	z-index:30;
}
.control-label {
  font-weight: 700;
}
.control-field,
.control-label {
  line-height: 34px;
}
.file-accept {
	margin: 4px 0 8px 98px;
	font-size:0.9em;
	color:#999;
}
.required {
	color:#CE0058;
	font-weight:800;
}
.formbox {
	display:block;
	margin: 0 0 10px;
	padding: 0px 15px 12px;
	background-color:#F8F8F8;
}
.form-notice {
	font-weight:700;
	color:#CE0058;
	background-color:#FFE9F6;
	border-radius: 2px;
	border:1px solid #CE0058;
	padding: 10px 20px;
	-webkit-box-shadow: 3px 3px 4px rgba(33,33,33, 0.15);
	-moz-box-shadow: 3px 3px 4px rgba(33,33,33, 0.15);
	box-shadow: 3px 3px 4px rgba(33,33,33, 0.15);
        font-size: 130%;
}
.formbox.last {
	margin: 0 0 10px;
	border-bottom: none;
}

.inner-content  ul.nav-tabs {
	list-style:none;
	margin: 25px 0 5px;
	border: none;
}
.inner-content ul.nav-tabs>li {
	background: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
	padding-right: 5px;
}
ul.nav-tabs>li>a,
ul.nav-tabs>li>a:focus  {
	color:#222;
	border: none;
	border-radius: 0px;
	cursor:pointer;
}
ul.nav-tabs>li>a:hover{
	color:#222;
	border: none;
	background-color:#E8E8E8;
	border-radius: 4px;
	cursor:pointer;
}
ul.nav-tabs>li.active>a:focus,
ul.nav-tabs>li.active>a {
	border: none;
	color:#FFF;
	background-color:#CE0058;
	border-radius: 4px;
	cursor:pointer;
}
ul.nav-tabs>li.active>a:hover {
	border: none;
	color:#222;
	background-color:#E8E8E8;
	border-radius: 4px;
	cursor:pointer;
}
.new-users {
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 15px;
	border-radius: 3px;
	font-weight:bold;
}
.new-users H3 {
	margin: 0 0 10px;
	color:#CE0058;
}
.errorText {
	font-weight:800;
	color:#CE0058;
}
.form-inline {
	width:auto!important;
	min-width: 250px;
}
/* ****************** */
/* forms  */
/* *****************  */
.form-control {
	border-radius: 0px;
}
.form-control:focus {
	color:#888;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
select.form-control {
	border-radius: 0px;
	padding: 0px 17px;
}
.error,
.required,
.red {
	color: #FF3D3D;
}
.required sup.
.red sup {
	font-size: 55%;
}
p.success {
	color: #21ad4f;
}
.account-box {
	min-height: 500px;
	padding-bottom: 120px;
}

/* ****************** */
/* application
/* ****************** */
#navSteps {
	display:block;
}
#navSteps H2 {
	margin-top:0px;
	padding-top:0px;
}
ol.navLevel li span.navNumber {
	font-weight:700;
	color:#CE0058;
}
ol.navLevel li ol.navInner {
	margin-left:15px;
}
ol.navLevel li ol.navInner li {
	padding:2px;
}
ol.navLevel li ol.navInner li.navSelected {
	font-weight:700;
	color:#CE0058;
	background-color:#F8F8F8;
}

#applicationSteps {
	display:block;
	position:relative;
	min-height:400px;
	padding: 45px 0 70px 0;
}
#applicationSteps .innerBaseNav {
	position:absolute;
	width:100%;
	height:34px;
	bottom:0px;
	left:0px;
}


/* ****************** */
/* Login & Forms
/* ****************** */
.form-signin {
    margin-bottom: 25px;
}
.form-signin .form-group .input-group-append {
   min-width: 40px;
}
.form-control-hidden {
	font-size: 22px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	opacity: 0;
	z-index:30;
}
.file-accept {
	margin: 4px 0 8px 98px;
	font-size:0.9em;
	color:#999;
}
.required {
	color:#CE0058;
	font-weight:800;
}
.formbox {
	display:block;
	margin: 0 0 10px;
	padding: 0px 15px 12px;
	background-color:#F8F8F8;
}
.formbox.last {
	margin: 0 0 10px;
	border-bottom: none;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
	margin-top:4px;
	margin-right: 5px;
    margin-left: -15px;
}
.radio label {
   
	background-color: #FFF;
	border-radius: 6px;
	padding: 6px 8px 6px 30px;
	border: 1px solid #CCC;
}
.checkbox label.form-error,
.radio label.form-error {
	border: 1px solid #CE0058;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.checkbox label input[type=checkbox]:focus,
.radio label input[type=radio]:focus {
	outline: none;
}
.checkbox label {
    margin-right: 10px;
	background-color: #FFF;
	border-radius: 6px;
	padding: 6px 8px 6px 30px;
	border: 1px solid #CCC;
}
.checkbox label.question,
.radio label.question {
    width: 100%;
	padding-left:0px;
	margin-bottom: 0px;
	/*padding-right: 30px;*/
	clear:right;
	background-color: transparent;
	border-radius: 0;
	border: none;
	font-weight:400;
}
.input-account {
	padding:15px;
}
.input-account label {
	margin-right: 0px;
	background-color: #FFF;
	border-radius: 6px;
	padding: 6px 8px 6px 30px;
	border: 1px solid #CCC;
}
.input-account label input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
}
.account-label {
	float:left;
	line-height:34px;
	width: 45%;
}
.input-account .account-field,
.account-address {
	float:left;
	width: 55%;
}
	@media screen and (max-width: 991.98px) {
		.account-label {
			display:block;
			width: 100%;
		}
		.input-account .account-field,
		.account-address {
			display:block;
			width: 100%;
		}
	}
.input-account .account-address input[type=text],
.input-account .account-field input[type=text] {
	width:100%;
}
.input-account .account-address input[type=text] {
	width:100%;
	margin-bottom:3px;
}
.input-account label {
	margin-bottom:2px;
}
.form-sort,
.form-filler,
.form-account {
	float:left;
	width:35px;
	text-align:center;
	margin-right:2px;
	padding-left:6px;
	padding-right:6px;
}
.form-sort.last,
.form-account.last {
	margin-right:0px;
}
.form-notice,
#update-bank {
	font-weight:700;
	color:#CE0058;
}
.label-input {
	display:inline-block;
	/*width: 65%;*/
}
.control-label {
	line-height:35px;
}
.skills {
	padding: 12px 15px;
}
.skills label {
	margin-bottom: 5px;
	margin-right: 5px;
	width: calc(100% - 10px);
}
	@media screen and (min-width: 567.98px) {
		.skills label {
			width: calc(50% - 10px);
		}
	}


label.label-width {
	padding-left:0px!important;
	background-color:transparent!important;
	border: none;
}
label.label-width span {
	display:inline-block;
	width:85px;
}
.input-required-short {
	max-width: 140px;
}
table.parts-list {
	width: 50%;
	min-width:250px;
	border:1px solid #666;
	background-color:#FFF;
}
table.parts-list th {
	font-weight:700;
	padding: 2px;
	border:1px solid #666;
}
table.parts-list td {
	padding: 2px;
	border:1px solid #666;
}
table.parts-list.listb td:hover {
	background-color:#CE0058;
	color:#FFF;
	cursor:pointer;
}
table.listb td.ring {
	background-color:#CE0058;
	color:#FFF;
}
#inner-content  ul.nav-tabs {
	list-style:none;
	margin: 25px 0 5px;
	border: none;
}
#inner-content ul.nav-tabs>li {
	background: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: inline-block;
	padding-right: 5px;
}
ul.nav-tabs>li>a,
ul.nav-tabs>li>a:focus  {
	color:#222;
	border: none;
	border-radius: 0px;
	cursor:pointer;
}
ul.nav-tabs>li>a.active {
	color:#FFF!important;
	border: none;
	background-color:#CE0058!important;
	border-radius: 4px;
	cursor:pointer;
}
ul.nav-tabs>li>a:hover {
	color:#222;
	border: none;
	background-color:#E8E8E8;
	border-radius: 4px;
	cursor:pointer;
}
ul.nav-tabs>li.active>a:focus,
ul.nav-tabs>li.active>a {
	border: none;
	color:#FFF;
	background-color:#CE0058;
	border-radius: 4px;
	cursor:pointer;
}
ul.nav-tabs>li.active>a:hover {
	border: none;
	color:#222;
	background-color:#E8E8E8;
	border-radius: 4px;
	cursor:pointer;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #CCC;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color: #fff;
  -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;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  
}

select {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 36px;
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #FFF url(images/chosen-sprite-v2.png) no-repeat;
  background-position: right -35px top 5px;
  -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;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  font-size: 1rem;
  -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
   outline:0;
   outline:none;
}

.chosen-container-single .chosen-default {
  color: #444;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('images/chosen-sprite-v2.png') no-repeat 0px 5px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.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 #CCC;
  background: white url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat 100% -20px;
  font-size: 1rem;
  
  line-height: 22px;
  border-radius: 2px;
}
.chosen-container-single .chosen-search input[type="text"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.ptab UL.chosen-results {
	width: 540px;
}
.ptab UL.chosen-results li {
	width: 536px;

}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 280px;
  -webkit-overflow-scrolling: touch;

}
.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;
   font-size: 0.8rem;
   border-bottom: 1px solid #EFEFEF;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result.inactive {
  background-color:#D9534F;
  color:#FFF;
}
.chosen-container .chosen-results li.active-result.deleted {
  background-color:#CCC;
  color:#FFF;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #7B8790;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #CCC;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 1rem;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #CCC;
  max-width: 100%;
  border-radius: 2px;
  background-color: #FFF;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('images/chosen-sprite-v2.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #CCC;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #444 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 1!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  background-color: #F5F5F5!important;
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 14px 5px 4px 20px;
  background: white url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  background: url('images/chosen-sprite-v2.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 5px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 5px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dppx) {
  .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: url('images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* ****************** */
/* Footer
/* ****************** */
footer {
	display:block;
	position:relative;
}
footer>.container {
	min-height: 320px;
}
#footer-nav {
	display:block;
	background-color:#CE0058;
	width:100%;
	max-width: 1330px;
	min-height: 320px;
	margin:0 auto;
}
#footer-nav  ul {
	padding: 0px;
	margin:0px;
	list-style:none;
}
#footer-nav .container {
	background-color:#CE0058;
	border-left:none;
	border-right:none;
}
#footer-nav .container .inner-footer { 
	color:#FFF;
	padding: 25px 0 25px 15px;
}
	
	@media screen and (max-width: 991.98px) {
		footer {
			padding-bottom: 45px;
		}
		footer .google-translate-position {
			bottom: 10px;
			left:50%;
			margin-left:-80px;
		}
		#footer-nav .container .inner-footer { 
			padding: 10px 15px 10px 15px;
			text-align:center;
		}
	}
	
#footer-nav .container .inner-footer a { 
	color:#FFF;
	text-decoration:none;
}
#footer-nav .container .inner-footer a:hover { 
	color:#FFF;
	text-decoration:none;
	background-color:#000;/*#8C0853;*/
}
#footer-nav .container .inner-footer ul li a { 
	display:block;
	padding: 7px;
	line-height: 14px;
}

#footer-nav .container .inner-footer H3 { 
	font-weight:800;
	color:#FFF;
	text-shadow: 3px 3px 4px rgba(33,33,33, 0.15);
	padding: 0;
	border-bottom: 1px solid #EEE;
	text-transform:uppercase;
	display:block;
	font-size: 1rem;
	line-height: 14px;
	padding: 7px;
	margin:0 0 7px;
}

#footer-nav .container .footer-logo { 
	position:relative;
	background:url("../images/footer-the-best-connection.png") no-repeat;
	background-position: 0px 80px;
	background-size: 90%;
	min-height:200px;
	color:#FFF;
	padding: 30px 0 0 0;
}
#footer-nav .container .footer-logo p { 
	padding-top: 120px;
	font-size: 0.8rem;
}
	@media screen and (max-width: 991.98px) {
		#footer-nav .container .footer-logo {
			background-position: 50% 70px;
			background-size: 200px;
			min-height: 180px;
			color: #FFF;
			padding: 30px 0 0 0;
		}
		#footer-nav .container .footer-logo p { 
			padding-top: 130px;
			text-align:center;
		}
	}

.inner-social-footer {
	position:absolute;
	display:block;
	top:30px;
	right:0px;
	width:150px;
}

	@media screen and (max-width: 991.98px) {
		.inner-social-footer {
			position:absolute;
			display:block;
			top:20px;
			left:50%;
			width:150px;
			margin-left:-75px;
		}
	}

.inner-footer-social {
	position:absolute;
	display:block;
	top:30px;
	left:-2px;
	width:150px;
}


.inner-footer-scrolltop {
	position:absolute;
	display:block;
	top:-50px;
	left:100px;
	z-index:20;
}

	@media screen and (max-width: 991.98px) {
		.inner-footer-scrolltop {
			position:absolute;
			display:block;
			top:-50px;
			left:50%;
			margin-left:-26px;
			z-index:20;
		}
	}


.inner-footer-scrolltop:hover {
	cursor:pointer;
	opacity:0.7;
	color:#CE0058;
}

#sign-off .container {
	background: transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#sign-off .container .footer-copy { 
	position:relative;
	color:#BBB;
	padding: 10px 15px 80px 15px;
	font-size: 0.8rem;
}
	@media screen and (max-width: 991.98px) {
		#sign-off .container .footer-copy { 
			text-align:center;
			padding: 10px 15px 20px 15px;
		}
	}

.accreditations {
	position:relative;
}
.accreditations IMG {
	float:right;
	z-index:1;
}

	@media screen and (max-width: 991.98px) {
		.accreditations img {
			margin: 10px;
			max-width:100%;
		}
	}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color:#FFF!important;
    text-decoration: none;
	background: rgb(25,79,113);
	border:1px solid #FFF;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    z-index: 99999;
}
a.scrollToTop:hover {
	  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	background-color: rgb(0,0,0);
   color:#FFF!important;
	text-decoration:none;
	opacity: 0.8;
}

  /*==========================

Cookie Panel

==========================*/

#cookies {
	color:#FFF;
	font-size:0.9em;
	min-height:57px;
	position:fixed;
	left:0px;
	bottom: 0px;
	width:100%;
	background-color: #CE0058;
	border-top:1px solid #FFF;
	/*-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);*/
	z-index:999;
}
#cookies p {
	padding:19px 0 19px;
	margin: 0 auto;
	width:70%;
	text-align:center;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
#cookies a {
	color:#FFF;
}
#cookies a:hover {
	color:#DDD;
	text-decoration:none;
	border-bottom:1px dotted #DDD;
}
#cookies #close-cookies {
	width:6%;
}
#cookies #close-cookies span {
	color:#FFF;
	text-align:center;
	line-height:30px;
	font-size:2.5em;
	width:30px;
	height:30px;
	position:absolute;
	right:16px;
	top:16px;
	cursor:pointer;
} 
#cookies #close-cookies span:hover {
	color:#DDD;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
} 

/* ==========================================================================
   Color Box
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.cboxElement { outline: none!important; }
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("images/overlay.png") repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url("images/cb-controls-sq.png") left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url("images/cb-controls-sq.png") right top repeat-y;}
    #cboxTopCenter{height:21px; background:url("images/border.png") 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url("images/border.png") 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;padding-left:125px;padding-right: 30px;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Roboto";text-transform:uppercase;}
		#cboxTitleSingle{position:absolute; bottom:0px; left:0; text-align:left; width:100%;color:#AAA;background:#FFF;text-align:center;line-height:12px;font-size:1.1rem;display:block;padding-top:8px;padding-bottom:5px;font-family: "Roboto";text-transform:uppercase;}
        #cboxCurrent{position:absolute; bottom:2px; left:58px; color:#AAA;text-transform:uppercase;font-size:1.1rem;}
        #cboxLoadingOverlay{background:url("images/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:2px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:-2px; left:0; background:url("images/cb-controls-sq.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:-2px; left:27px; background:url("images/cb-controls-sq.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:-2px; right:0; background:url("images/cb-controls-sq.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

        #cboxPrevious,
        #cboxPrevious:hover,
        #cboxNext,
        #cboxNext:hover,
        #cboxClose,
        #cboxClos:hover {
		  outline:none;
		  -webkit-transition: none;
		  -moz-transition: none;
		  transition: none;
  		}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
		
		
	@media (max-width: 768px) {
		
		 #cboxTitle{}
		
	}
/* =========================================================================
   misc spacing
   ========================================================================== */
.hr {
  	margin-top: 15px;
   	margin-bottom: 15px;
	border-top: 1px solid #E9E9E9;
}
.gradient-line {
	clear:both;height:8px;overflow:hidden;
	background: rgb(24,127,69);
}
.gline
	{
	clear:both;height:1px;overflow:hidden;border-top:1px solid #E9E9E9;margin: 0 6%;
	}
.gline-full
	{
	margin: 0 -15px;
	width: calc(100% + 30px);
	}
.nm
	{
	margin: 0 0;
	}
.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
.lineBreak3p
	{
	clear:both;	height:3px;overflow:hidden;
	}
.lineBreak5p
	{
	clear:both;	height:5px;overflow:hidden;
	}
.lineBreak8p
	{
	clear:both;	height:8px;overflow:hidden;
	}
.lineBreak10p
	{
	clear:both;	height:10px;overflow:hidden;
	}
.lineBreak15p
	{
	clear:both;height:15px;overflow:hidden;
	}
.lineBreak20p
	{
	clear:both;height:20px;overflow:hidden;
	}
.lineBreak25p
	{
	clear:both;height:25px;overflow:hidden;
	}
.lineBreak35p
	{
	clear:both;height:35px;overflow:hidden;
	}
.lineBreak50p
	{
	clear:both;height:50px;overflow:hidden;
	}
.lineBreak100p
	{
	clear:both;height:100px;overflow:hidden;
	}
/* ==========================================================================
  Media devices sizing
   ========================================================================== */

   	/* Smallest devices (small screen, 767px and under) */
	@media (max-width: 767.98px) {

		
	}
	/* Smallest devices (small screen, 768px and over) */
	@media (min-width: 768px) {

		.container { 
			min-width: 738.98px;
			width: 100%;
		}

	}

	/* Smallest devices (small screen, 991px and under) */
	@media (max-width: 991.98px) {

	
		
	}
	/* Medium devices (med desktops, 992px and below) */
    @media (min-width: 992px){
		
		.container { 

	background: white;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	width: 100%;
	max-width:992px;
	
		}
		
		#inner-content .container { 

	background: transparent;
	border-left: none;
	border-right: none;
	
		}
		
	}

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
		
		.container { 
			max-width:1200px;
		}
		
    }

    /* Large devices (large desktops, 1330px and up) */
    @media (min-width: 1330px) {
		
		.container { 
			max-width:1330px;
		}
		
    }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        box-shadow:none !important;
        text-shadow: none !important;
    }
	
    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: "";
    }
	
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

	.footer-container,
	.used-block,
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
   
}