@font-face{
	font-family:'FontAwesome';
	src:url('../../../theme/fonts/fontawesome-webfont.eot?v=3.2.1');
	src:url('../../../theme/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),
	url('../../../theme/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),
	url('../../../theme/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),
	url('../../../theme/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight:normal;font-style:normal;
}


/** to remove blue outline in Chrome **/
a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
	outline: none !important;
}

[tabindex] {
  outline: none !important;
}

[tabindex="-1"] {
  outline: none !important;
}

body {
  	background:#fff;
	color: #000;
  	font-family: sans-serif;
  	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}

strong , b{
	font-weight: 700;
}

h1,h2,h3,h4,h5,h6{
	font-family: sans-serif;
	text-transform: none;
	letter-spacing: normal;
    margin: 0px;
    padding: 0px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong{
	font-weight: normal !important;
}

h1 {
	font-size: 36px;
	line-height: normal;
	margin-top:20px;
	margin-bottom:30px;
}

h1 sup {
    font-size: 50%;
	top: -0.8em;
}

h2 {
	font-size: 26px;
	line-height: normal;
	margin-top:10px;
	margin-bottom:30px;
}

h3 {
	font-size: 20px;
	line-height: normal;
	margin-top:10px;
	margin-bottom:10px;
}

a,
button,
input[type="submit"]{
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3 ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}

a{
	color: #f60;
}

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

.warning{
    color:red;
}

/** OVER RIDING BOOTSTRAP ***/
.container {
  	max-width: 1170px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 60px;
    	padding-right: 60px;
}

@media (max-width: 1250px){
	.container{
		padding-left: 60px;
    	padding-right: 60px;
	}
}

@media (max-width: 992px){
	.container{
		padding-left: 60px;
    	padding-right: 60px;
	}
}

@media (max-width: 440px){
	.container{
		padding-left: 20px;
    	padding-right: 20px;
	}
}

.containerwide{
	padding-left: 60px;
    padding-right: 60px;
	max-width: 1600px !important;
	margin-right: auto;
    margin-left: auto;
	display:block;
}

@media (max-width: 992px){
	.containerwide{
		padding-left: 20px;
    	padding-right: 20px;
	}
}

.container.outer {
	padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.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 {
    padding-left: 0px;
    padding-right: 0px;
}


#main{
    padding-top: 0px;
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	
	margin-top: 174px; /*** added this value after we know what is usually is, so as to prevent the jump in the content on load ***/
}

.general-content{
	display:inline-block;
	width:100%;
	position:relative;
    padding: 60px 0px;
}

.page-copy{
	max-width:60%;
	margin:auto;
}

@media (max-width: 992px) {
	.page-copy{
		max-width:100%;
	}
}

.fullwidth-image-container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fullwidth-image-container img {
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
}

.content ul,
.content ul li{
	margin-left: 0em;
	list-style-position: outside;
	padding-left: 1em;
}

.content ul li{
    padding-left: 0.3em;
}

/**** LOADER ***/

/* Center the loader */
#loader{
	width:100%;
	display:block;
	text-align:center;
	height:100%;
	position: absolute;
	/**top:0;
	left:0;**/
	z-index: 1;
	background:#fff;
}

#loader .loading-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 12px solid #f0f0f0;
  border-radius: 50%;
  border-top: 12px solid #ff6600;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader .loading-copy {
  position: absolute;
  width:100%;
  top: 50%;
  margin-top:80px;
  z-index: 2;
  color:#ff6600;
  font-size:0.7em;
  text-transform:lowercase;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/**** CUSTOM SELECT DROPDOWNS **/

 /* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select{
  display: none !important; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  color:#000;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;

  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size:0.7em;
  top:8px;
  right:15px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  content: "\f077";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size:0.7em;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000;
  padding: 5px 5px;  
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size:0.8em;
}

.select-items divx{
  color: #fff;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.landing-page .select-items {
    position: relative;
}

.select-items div:first-child{
  border:none;
  background:none;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(255, 255, 255, 0.1);
}


/**** CUSTOM CHECKBOXES **/

/* The checkboxwrapper */
.checkboxwrapper {
  display: block;
  position: relative;
 /** padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;**/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxwrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.checkboxwrapper:hover input ~ .checkmark {
  background-color: #717171;
}

/* When the checkbox is checked, add a blue background */
.checkboxwrapper input:checked ~ .checkmark {
  background-color: #717171;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxwrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxwrapper .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*** COOKIES **/

#cookies {
  padding: 15px 0px;
}

.cc-cookies a.cc-cookie-accept, 
.cc-cookies-error a.cc-cookie-accept, 
.cc-cookies a.cc-cookie-decline, 
.cc-cookies-error a.cc-cookie-decline, 
.cc-cookies a.cc-cookie-reset {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #f60 !important;
    padding: 0.1em 0.5em;
    margin: 0 10px;
    border-radius: 0px !important;
    box-shadow:none !important;
    text-shadow:none !important;
}


/*** RESPOSIVE TABLES **/

@media (max-width: 768px) {
	.responsive {
    	width: 100%;
    	margin-bottom: 15px;
    	overflow-y: hidden;
    	overflow-x:auto;
	}

	table ax {
    	word-wrap: anywhere;
	}
}


/** CAROUSEL **/

.carousel-wrapper{
    position: relative;
}

.top-carousel-holder{
	width:100%;
	position: relative;
	overflow:hidden;
	background:#000;
}

.carousel-section{
	/**position:absolute !important;*/
	top:0px;
	left:0px;
	width:100%;
	display:none;
	z-index:2;
}

.carousel-sizer{
	position:relative;
	position:absolute;
	top: 0;
    left:0;
	width:100%;
	z-index:1;
}

.carousel-item{
	width:100%;
	position:relative;
}
.carousel-holder{
	width:100%;
}

.carousel-embargo-message{
    position:absolute;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100%;
    z-index:2;
    border:red dashed 4px;
}
.carousel-embargo-message-back{
    position:relative;
    display:inline-block;
    width:100%;
    height:100%;
    /**background:red;
    opacity:0.4;**/
}

.carousel-embargo-message-content{
    position:absolute;
    top:0;
    left:0;
    width:auto;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-size: 1.125em;
    
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    
    background:red;
    padding:15px;
}
.carousel-box{
	display: inline-block;
    width: 100%;
    position: relative;
	padding-top:200px;
	padding-bottom:60px;
	margin-top:-250px;

	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(40%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.carousel-text{
	padding-top:30px;
	border-top:#7c7c7c solid 2px;
}

.carousel-title,
.carousel-copy{
	display:inline-block;
	width:100%;
}

.carousel-title{
	padding-bottom:0px;
}

.carousel-title h1{
    color: #fff;
	padding-right:50%;
	margin-top: 0px;
	margin-bottom: 15px;
}

.carousel-copy{
	width:100%;
	color: #fff;
	padding-right:50%;
}

.carousel-copy p {
    font-size: 1em;
	font-size: 1.125em;
    line-height: 1.4em;
    margin-bottom: 0em;
    text-transform: uppercase;
}

.carousel-button {
    display:inline-block;
	background: #f60;
	margin: 0;
	margin-top: 1em;
	color: #fff;
	font-weight: 500;
	border: none;
	border-radius: 0;
	transition: all 0.35s;
	line-height: 1.2em;	
    font-size: 1em;
	font-size: 1.125em;
    padding: 0.5em 1em;
    text-shadow: none;
	text-align: center;
	text-transform: uppercase;
}

.carousel-button:hover,
.carousel-button:focus{
	background:#333; 
	color:#FFF; 
}

.carousel-image{
	width:100%;
	display:block;
}

.carousel-image img{
	width:100%;
}

.carousel-link {
    display: table;
    width: 100%;
    height: 100%;
}

.carousel-section .slick-next,
.carousel-section .slick-prev{
	background:none;
	background:#000;
	/**border-radius: 50%;**/
	width: 36px;
	height: 36px;
	opacity: 0.3;
}

.carousel-section .slick-next::before,
.carousel-section .slick-prev::before{
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
    content: "\f105";
	content: "\f054";
	opacity: 1;
	font-size: 14px;
}

.carousel-section .slick-prev::before{
	content: "\f104";
	content: "\f053";
}

.carousel-section .slick-prev:hover,
.carousel-section .slick-prev:focus,
.carousel-section .slick-next:hover,
.carousel-section .slick-next:focus
{
	background:#000;
	opacity: 0.6;
}

.carousel-section .slick-prev:hover:before,
.carousel-section .slick-prev:focus:before,
.carousel-section .slick-next:hover:before,
.carousel-section .slick-next:focus:before {
    opacity: 0.6;
}

.carousel-section .slick-dots{
	padding:0 !important;
	margin:0 !important;
	bottom:0px !important;
	height: 3px !important;
	display: table !important;
}
.carousel-section .slick-dots li{
	padding:0 !important;
	margin:0 !important;
	width:auto !important;
	height: 3px !important;
	vertical-align: bottom;
}
.carousel-section .slick-dots li button,
.carousel-section .slick-dots li.slick-active button{
	border-radius: 0;
	padding:0 !important;
	margin:0 !important;
	background:#f60;
	opacity:0;
	height: 3px !important;
}
.carousel-section .slick-dots li.slick-active button{
	opacity:1;
	height: 3px !important;
}


@media (max-width: 1200px) {

	.carousel-box{
		padding-top: 100px;
		padding-bottom: 30px;
		margin-top: -150px;
	}

	.carousel-title h1{
    	font-size: 40px;
    	line-height: 1em;
    	padding-bottom:0em;
    	margin:0;
	}

	.carousel-copy p {
    	font-size: 0.8em;
    	line-height: 1.4em;
    	text-transform: uppercase;
	}

	.carousel-button {
    	font-size: 0.8em;
    	padding: 0.5em 1em;
		margin-top: 1em;
	}
}

@media (max-width: 900px) {
	.top-carousel-holder {
    	margin-bottom: 0px;
	}
	.carousel-box{
		padding-top: 100px;
		padding-bottom: 30px;
		margin-top: -100px;
	}
	.carousel-title h1{
    	font-size: 30px;
	}
}

@media (max-width: 800px) {

	.carousel-section{
		position:relative!important;
	}
	.carousel-sizer{
		display:none;
	}

	.carousel-box {
    	display: inline-block !important;
    	width: 100% !important;
    	background: #000;
    	position: relative !important;
    	top: 0px !important;
    	left: 0px !important;
		padding-top:30px;
		padding-bottom:30px;
		margin:0;
	}
	.carousel-title {
    	width:100%;
	}
	.carousel-title h1,
	.carousel-copy{
		padding-right:0;
	}
	.carousel-copy {
    	width:100%;
	}

	.carousel-item .carousel-title,
	.carousel-item .carousel-copy p{
	   color: #fff  !important;
	}

	.slick-prev, 
	.slick-next {
		display:none !important;
	}

}
