@import url(setup.css);
@import url(nav.css);
@import url(search.css);
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro';



/* CSS Document for Frequent Values
@font-face {font-family: 'Trebuchet MS';src: url('../Font/Trebuchet_MS.tff') format('truetype');} */

body {
	background: white;
	font: 13px/1.4 'Source Sans Pro', sans-serif;
	color: #666666;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	position: relative;
	cursor: default;
 	min-width:320px;}

.codetext {
	color: #ee3b3e;
	font-weight: bold;
	display: inline;
}	

.pitstop  {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
	display: inline;
}

	
.boxoffice {
width: 1250px;
margin-left: -30px;
margin-bottom: 10px !important;
}
	
	
#toTop {
	background: url(../images/top-arrow.png) 0 0 no-repeat;
	width: 32px;
	height: 57px;
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
}
.alert {
    margin: 30px !important;
}

#frame {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 30px;
	}

#banner {
width:100%;
}

input#ctl00_plcMain_LoginForm_uiBtnLogin
{
    background-color: #ef3c3f;
    color: white;
    border: none;
	padding:3px;
   
  }
  
/* #ctl00_Login1_uiLblUserName {
	display: none;
 
 }*/
 
 .boxoffice a img.img-responsive:hover {
 opacity: 0.8;}
  
input#ctl00_plcMain_LoginForm_uiBtnLogin:hover {
    opacity: .8;
}

#header {
	width: 950px;
	margin: 0 auto;	
	height: 120px;
	background-size: 20%;
	padding-top:30px;	
}

#logo-banner {
	width: 350px;
	border: 0;
	float: left;
}

.logo {
	/* background: url(../images/logo.png) top 25px left no-repeat; */
	width: 280px;
	padding-top: 10px;
}

#title {
	/* margin-left: 260px; */
	display:none
}

#content {
	margin: 0px auto;
	width: 950px;
	clear: left;
	padding: 20px 0;

	}
	

p { margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
 }
 
  
  a, a:link, a:active, a:visited{
	color: #ef3c3f;
	/*text-decoration: underline;*/
}
	
	

	.nav>li {
  position: relative;
  display: block;
  background: none !important;
  }
  
a:hover {color: #333a3f !important;}

a img {border: none; outline: none;}


.carousel a:hover {
	color: white !important;
	text-decoration: underline !important;
	/*opacity: 0.2 !important;*/
}

.carousel-caption p {
Color:white !important;}



#rightColumn {display:none;}

#twoColumnContent ul {margin: 0 0 20px 20px; padding-bottom: 0px !important;} /* overwrite on child css */
#twoColumnContent li {
	background:url("../images/sprite.png") no-repeat -67px -557px;
	list-style-type: none;
	padding-left: 20px;}

/* Login Area */
#login {
	width: 440px;
	height:	55px;
	float: right;
	clear: right;
	line-height: 1px;
	position: relative;
	left:50px;
/*	padding: 10px 0; */
	color: #666666;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	
}


.loginColumn1 {
	width: 150px;
	float: left;
	text-align: left;
/*	padding-top: 8px; */
	}

.loginColumn2 {
	width: 303px;
/*	float: left; */
	text-align: left;
	
	}
	
#memberNumber {
	border-radius: 0px;
/*	position: relative;
	bottom: 7px; */
}

#memberName {
	border-radius: 0px;
}
	
#login input.txtSurname, #login input.txtNumber {
    border: none;
	overflow: auto;
	margin-top: 8px; 
    height: 30px;
    width: 140px;
    background-color: #eee;
    border-radius: 12px;
}
	
	#login input.btnSubmit {
	background:url("../images/btn-submit.png") 10px 3px no-repeat; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 12px;
	border: 0px;
	position: relative;
	bottom: 35px;
	left: 300px;
	width: 80px;
	height: 20px;
	cursor:pointer;
	padding-bottom: 7px;
	margin-left:3px;
	background-size: 75%;	
	background-color: #ee3b3e;
	}
	
	.btnSubmit {
	margin-top:8px !Important;}
	
	.btnSubmit:hover {
	opacity:.8;}

#login label {
	/*padding-left: 3px;*/
	text-transform:uppercase;
	font-size:12px;
	margin-left: 5px;

}

p.ForgotPassword {
	float: right;
    color: black;
    font-size: 12px !important;
    position: relative; 
    bottom: 10px;
	left: 38px;
	/*display: none;*/
}

p.RegisterNow {
	float: right;
    color: #ef3c3f;
    font-size: 12px !important;
    position: relative; 
    top: 10px;
	left: 225px;
	display: none;
}

.loginColumn2 p {
	display: none;
	font-size: 12px;
	padding: 10px 0 6px 0;
	line-height: 1.2;
	text-align: left;
	float: left;
}

#login a {
    color: #666666;
	font-weight: bold !important; 
	margin-right: 12px;
}

#login a:hover {
    color: #ef3c3f !important;
	text-decoration: underline;		
}

#btnSubmit b, strong {
    font-weight: 400 !important;;
}

#login .rememberMe {display:none;}
	
.logoutLink {color:#666666 !important; line-height: 2.5;}



/* Content Styles */

#mainText {
	float: left;
	width: 650px;
	margin: 0px 20px 12px 0;
	}

#sideBarRight {
	float: right;
	width: 260px;
	margin: 0px 0 12px 0;}

.promoContent {
	padding: 30px;	
	font-family: 'Open Sans', sans-serif; 	
	background: #ef3c3f;
	color: white !important;
	margin-bottom: 30px;
	margin-top: 30px;
}

.promoContent p {
color: white !important;}



img#ctl00_plcMain_ctl00_uiImgSecondaryImage {
	width: 312px;
	margin-bottom: 30px;
}

.calculatorWidget {
	background-color: #f2f2f2;
	border: 1px solid #ddd;  
	font-size: 13px;
	padding: 20px;
	height: 116px;
	box-shadow: 1px 1px 8px 0px rgba(196,196,196,0.78);
  
	/* margin: 10px 0 0 0; */
}
.nav>li {
  position: relative;
  display: block;
  background: none !important;}
  
.ticklist, #oneColumnContent ul {margin: 10px 0;}

.tickList li{
	list-style-type: none;
	margin: 5px 0 0 25px;
	padding-left: 30px;
	background:url("../images/sprite.png") no-repeat -461px -161px;
	padding-bottom: 6px;
	font-size:14px !important;}

#oneColumnContent li, #twoColumnContent li, .popularLinksList li {

	background:url("../images/sprite.png") no-repeat -303px -320px;
padding-left:20px;
  list-style-type: none
}
	

#oneColumnContent li {width: 550px;}

.medium-button {
	width: 182px;
	position: relative;
	top: -18px;

}

.medium-button a, .calc .medium-button a{
	
    display: inline;
    text-decoration: none;
    line-height: 1;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: #ef3c3f;
    border-radius: 15px;
    /* height: 20px; */
    padding: 10px;
    text-transform: uppercase;
}

.medium-button a:hover {
	opacity: 0.8;
	color: white !important;
}

#loginform label {
  font-weight: bold;
  font-size: inherit !important;}

/* General Content Pages */

#breadcrumbs {display:none:}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', sans-serif;  
}

h1, .h1 {
	font-weight: normal;
	font-size: 26px;
	line-height: 24px;
	color: #ef3c3f;
}

.promoContent h1 {
color: white;}

#title h1 {
	font-size: 40px;
	line-height: 38px;
	padding-top: 32px;
}

h2 {
  font-weight: normal;
  color: #ef3c3f;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
}

#updates h2 {color:#3d4752;
    font-weight: bold;}

h3 {    color: #3d4752;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
 
.calculatorWidget h3 {
  font-weight:bold;
  font-size: 16px;
}
	
div#h3-login {
    display: none;
}

/* General Display Styles */

div.clearer, div.dots, div.ColumnFooter {
	height: 1px;
	line-height: 0em;
	clear: both;
	}

div.dots {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;}

#ctl00_plcMain_ucSearchSimple_uiDivFilterCusine  {
 color: #ef3c3f;

}	
	
#ctl00_plcMain_ucSearchSimple_uiDivFilterCusine a {
 color: #ef3c3f;

}

/* Footer */
#footer {
  background: #333a3f;
  padding-top: 30px;
  -webkit-box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 15px -2px rgba(0,0,0,0.75);
}

#footerContent {
	width: 910px;
	padding: 20px;
	margin: 0 auto;
	color: white;
	font-family: 'Open Sans', sans-serif;
	}
	
#footerContent a:hover {
	color: White !important;
}
	

.frequent-values {
	width: 182px;
	height: 39px;
	margin: 0 0 0 0;
    float: right;}

#footer a {

	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
/*	font-weight:bold; */
	color: white;
	text-transform: uppercase;
}

#footer a:hover {text-decoration: underline; color: #272727;}
#footer a.sel {	color: #97999c;}

#footer p {
	font-size: 10px;
	padding: 5px 0;
	color:white;
}
	

	
.MessageAreaInfo, .MessageAreaError, .noLoginCopy{
	padding: 20px 20px 20px 40px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
}

.MessageAreaInfo {
	background-color: #e8f5df;
    border-color: #9ece9e;
	color: #9ece9e;
}

.MessageAreaError, .noLoginCopy{
	background-color: #f5dfdf;
    border-color: #ce9e9e;
	color:#ce9e9e;
}

a.lnk-more {
	width: 31px;
	height: 9px;
	position: absolute;
	padding: 0;
	text-indent: -9000px;
	background:url("../images/more.png") left top no-repeat;
}
a.lnk-more:hover {background:url("../images/more-on.png") left top no-repeat;}

#mapHolder a.lnk-more {margin: 30px 0 0 239px;}
	
/* Enquiry Form */

#fvEnquiryForm{
    margin-top:10px;
    margin-bottom:20px;
}

#fvEnquiryForm label{
    float: left;
    width: 140px;
    font-weight:bold;
    margin-top:5px;
}

#fvEnquiryForm input, textarea, select{
    margin-top:5px;
    margin-bottom:1px;
}

#fvEnquiryForm input{
    height:18px;
}

#fvEnquiryForm select{
    height:20px;
}

#fvEnquiryForm input{
    min-width:200px;
}

#fvEnquiryForm .btnSubmit{
    min-width: 0;
    width: 75px;
    height: 25px;
    font-size:13px;
}


/*  Updates */

.updateDesription{
    font-style:italic;
    margin-bottom:20px;
}

.updateTitle{
    font-size: 16px;
	color: #29509f;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #ccc 1px solid;
}

.updateBody{
    margin-bottom:10px;
}

/* Category Search */

.categorySearchBody{
    margin-bottom:20px;
}

/* Order Page */

#fvOrderForm table{
    width:100%;
}

#fvOrderForm th{
    background-color:#D7D7D7;
    font-weight:bold;
    font-size:14px;
	padding:10px;
}

#fvOrderForm td{
    text-align:left;
    padding-bottom:7px;
    padding-left:4px;
    padding-right:4px;
    padding-top:7px;
    vertical-align:top;
    border-bottom-color:#D7D7D7;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

#fvOrderForm{
    margin-top:30px;
    margin-bottom:20px;
}

#ctl00_plcMain_OrderForm_uiPnlDeliveryOptions {padding-top:20px;}

#fvOrderForm label{
    float: left;
    font-weight:bold;
 /*   margin-top:5px; */
	width:15%
}

#fvOrderForm input, textarea, select{
    margin-top:5px;
    margin-bottom:1px;
}

#fvOrderForm select{
    height:20px;
}

#fvOrderForm .inputNoDefaultWidth input{
    min-width: 0;
	display: block;
}

#fvOrderForm .btnSubmit{
    min-width: 0;
    width: 75px;
    height: 25px;
    font-size:13px;
    margin-top:20px;
}

#fvOrderForm .chkBox{
    min-width: 0;
    width:20px;
}

.orderpagedesc{font-size:11px; font-style:italic; font-weight: normal;}

#fvOrderForm .radioButtonList input[type="radio"]{
    margin: 4px 10px 0 0;
    width: 20px !important;
}

#fvOrderForm .radioButtonList label{
    float: none !important;
    display: inline;
    padding: 10px;
}

.radioButtonList .orderpagedesc span{
	color: #7e8082;
	padding-bottom: 7px;
}


/*  Voucher Page */

#voucherFVLogo{
    margin-bottom:10px;
}

#voucherFVLogoPrint{
    display:none;
}


#divVoucherBody{
    display:none;
}

#divVoucherBody div{
    margin-bottom:10px;
    text-align:center;
}

#divVoucherPrinted{
    display:block;
}

.voucherError{
    margin-top:10px;
    font-weight:bold;
    font-size: larger;
}

/*  Merchant Details */

.listLogo{
    float:left;
    width:250px;
}

.listAddress{
    float:left;
    max-height:200px;
    overflow:auto;
    margin-bottom:10px;
}

.noBookOffers{
    font-weight:bold;
    font-size:larger;
    color:Red;
}

.btn-printVoucher{
    background:url("../images/btn-printVoucher.png") right bottom no-repeat;
    width: 124px;
    height: 18px;
    border: none;
    margin-top:5px;
}

.offerDivider{
    clear:both;
    margin-bottom:10px;
}

/*Flexslider override */
.flexslider {
/*	float: left; */
	width: 945px;
	height:347px;
/*	margin: 0 0 45px; */
	border: none;
	margin: 0 auto;
	-moz-box-shadow: 0px 2px 12px 0px #333333; 
	-webkit-box-shadow: 0px 2px 12px 0px #333333; 
	box-shadow: 0px 2px 12px 0px #333333;
}

.flex-control-nav {bottom: -30px;}

p.pitStopContent {
    background: url(https://www.frequent-values.com.au/EntBooks_FV_AU/media/FV_Master_Images/PitStopContent.jpg) no-repeat;
    /* display: none; */
        height: 130px;
    
}

span.client-name {
    display: none;
}


/* Updates Page */

.program-cols {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
}
    .program-cols .thumbnail {
        border: 0;
        padding: 0;
    }

    .program-cols .thumbnail .caption {
        position: inherit;
    }

        .program-cols .thumbnail .caption .btn {
            left: 15px;
            position: absolute;
            bottom: 0;
        }

    .program-cols .col-md-4 {
        width: 33.3333333333%;
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        margin-bottom: 30px;
    }

@media(min-width:768px)and(max-width:991px) {
    .program-cols .col-md-4 {
        width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width:767px) {
    .program-cols .col-md-4 {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}