body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  line-height:24px;
  color: #666;
}
@media (max-width:767px) {
  body{
  background-color: #f1f1f1;
  }
}

.loader {
  border: 16px solid rgba(0,0,0,0);
  border-radius: 50%;
  border-top: 16px solid #efbd14;
  border-right: 16px solid #efbd14;
  border-bottom: 16px solid #efbd14;
  
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left:-60px;
  margin-top:-60px;
  z-index:100;
  
  opacity: .5;
}

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

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

.cookiewarning{
  padding-top:4px;
  text-align:right;
  font-style: italic;
  color:#888;
}

.cookiewarning a{
  text-decoration: underline;
  color:#fff;
}

.cookiewarning .btn{
  position: relative;
  top:-1px;
  padding-left:40px;
  padding-right:40px;
  background-color:#337ab7;
  font-weight:700;
  margin-left:10px;
  margin-right:10px;
}

a {text-decoration: none !important;}
a:focus, a:hover {color:#D99100;}


.header {
  background-color: #637055;
  padding: 0px;
}


@media (max-width:767px) { 
    .custom-navbar .navbar-right {
        float: right;
        padding-right: 15px;
    }
    .custom-navbar .nav.navbar-nav.navbar-right li {
        float: right;
    }
    .custom-navbar .nav.navbar-nav.navbar-right li > a {
        padding:8px 5px;
    }
    .custom-navbar .navbar-toggle {
        float: left
    }
    .custom-navbar .navbar-header {
        float: left;
        width: auto !important;
    }
    .custom-navbar .navbar-collapse {
        clear: both;
        float: none;
    }

}


#navbarid {
  z-index:200;
  margin-bottom:0px;
}

.startcontent {
  padding: 0px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width: 1px;

}

.sticky + .startcontent {
  padding-top: 60px;
  padding-top: 60px;
}

.btndrop{
  cursor: pointer;
}

.navdropdown{
    position: absolute !important;
    top:100% !important;
    background-color: #fff !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(231,231,231) !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05) !important;
    margin-top: 1px !important;
}

.dropdown-menu{
    border: 1px solid rgba(231,231,231) !important;
    border-top: 2px solid rgba(206,189,8,1) !important;
    border-bottom: 2px solid rgba(206,189,8,1) !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05) !important;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:2px;
}

@media (max-width: 767px){
.navdropdown {
    margin-top: 8px !important;
}
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 2px;
}


.signinbtn{
  padding: 12px 12px;
  color:#ccc;
  cursor: pointer;
}
.signinbtn:hover{
    background-color: #434c38;
}

/*
.dropdown:hover .dropdown-menu {
    display: block;
}
*/

.mainmenu {
    color: #637055;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

@media (min-width: 768px){
.11navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

@media (min-width: 768px){
.bigmenu{
    padding-top: 40px;
    padding-bottom: 40px;
}
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #efbd14;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #efbd14;
    background-color: transparent;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    transition: 0.15s all ease;
    padding-top: 40px;
    padding-bottom: 40px;
}
.smallmenu .navbar-nav>li>a {
    transition: 0.15s all ease;
    padding-top: 15px;
    padding-bottom: 15px;
}
}


.form-control,
.input-group-addon {
    border-radius: 10px;
}

.teetimeslogo{
  height:70px;
  width:70px;
  display: inline-block !important;
  vertical-align: top;
  transition: 0.15s all ease;
}

.algarvegolf{
    margin-top: 14px;
    margin-left: 12px;
    display: inline-block !important;
    font-family: 'Slabo 27px', serif;
    font-size: 24px;
    letter-spacing: 2px;
    line-height:22px;
    color: #999;
    transition: 0.15s all ease;
}

.teetimesagency{
    font-family: 'Slabo 27px', serif;
    font-size: 14px;
    letter-spacing: 3px;
    color: #999;
    text-transform: uppercase;
}

@media (max-width:767px) {
.teetimeslogo{
  height:30px;
  width:30px;
}
.algarvegolf{
    margin-top: 3px;
    margin-left: 8px;
    font-size: 18px;
}
.navbar-brand {
    padding: 10px 10px;
}
}

.smallteetimeslogo{
  height:30px;
  width:30px;
  transition: 0.15s all ease;
}
.smallalgarvegolf{
    margin-top: 3px;
    margin-left: 8px;
    font-size: 18px;
    transition: 0.15s all ease;
}
.smallnavbar-brand {
    padding: 10px 10px;
    transition: 0.15s all ease;
}

.jumbotron{
  height:400px;
  margin-bottom: 0px;
  background-color:#e7e7e7;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width:767px) {
  .teetimesbox{
    margin-top:25px;
  }
}

.teetimesbox{
  border-radius: 10px;
  background-color: rgba(0,0,0,.4);
    background-color: rgba(5, 14, 39, 0.4);
  padding:30px;
  margin-top:40px;
}
.teetimesboxresults {
  border-radius: 10px;
  background-color: rgba(0,0,0,.4);
    background-color: rgba(5, 14, 39, 0.4);
  padding-top:10px;
  padding-right:25px;
  padding-left:25px;
  padding-bottom:25px;
  text-align:center;
  margin-top:15px;
}
.teetimesboxcourse {
  border-radius: 10px;
  background-color: rgba(0,0,0,.4);
    background-color: rgba(5, 14, 39, 0.4);
  padding-top:10px;
  padding-right:25px;
  padding-left:25px;
  padding-bottom:25px;
  text-align:center;
  margin-top:90px;
}

@media (max-width:767px) {
  .teetimesbox{
    margin-top:25px;
  }
  .teetimesboxresults{
    margin-top:30px;
  }
  .teetimesboxcourse{
    margin-top:25px;
  }
}






h1{
  font-family: 'Raleway', sans-serif;
  font-size: 32px !important;
  font-weight: 100 !important;
  color: #fff !important;
}
h2{
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}

h3{
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color:#000;
  margin-bottom:15px;
  margin-top:15px;
  font-size: 20px;
}

h4{
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color:#999;
  margin-bottom:30px;
  margin-top:30px;
  font-size: 20px;
}

.h4subheading{
    color: #999;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 15px;
    border-top: 1px solid #ddd;
}

.topgraycontainer{
    width:100%;
    background-color:  #ecece7;
    background-color: #f1f1f1;
    padding-top:40px;
    padding-bottom:40px;
    border-bottom: 1px solid #ddd;
}

.usp{
    display: block;
    font-size: 16px;
    font-family: crete round,serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
    margin-top:30px;
    
}
.uspicon{
  vertical-align: middle;
  margin-right:5px;
}

.searchfields{
  margin-top:40px;
}

.btn-primary {
    color: #fff;
    background-color: #efbd14;
    border-color: #e0d665;
    border-radius: 10px;
    width:100%;
    font-weight: 700;
    font-variant: small-caps;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #E5B414;
    border-color: #948b26;
}

.btn-yellow {
    color: #666;
    border-radius: 10px;
    width: 100%;
    background-color: #dedede;
    border-color: #ccc;
    font-weight: 700;
    font-variant: small-caps;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.btn-yellow:hover {
    color: #948b26;
}

.coursenamelink{
  margin:10px;
  margin-bottom:0px;
  color: #337ab7;
  font-weight:bold;
  font-size: 16px;
}
.teetimeslink{
  font-weight:bold;
  font-size: 16px;
}
.algarveteetimesn{
    margin-top: 30px;
}

.courselocation{
  margin:10px;
  margin-top:0px;
  margin-bottom:5px;
  color: #999;
}
.courseprice{
  color:#999;
  font-weight:bold;
  margin-right: 10px;
  
}

.indexrating{
  margin-top: 10px;
  margin-right: 10px;
}

.courselinkbox,
.packagebox,
.itembox{
  border: 1px solid rgba(220,220,220);
  box-shadow: 1px 1px 20px 0 rgba(0,0,0,.2);
  margin-bottom:40px;
  background-color:#fff;
}

.courselinkbox:hover > .coursenamelink
{
    color: #D99100;
}

.zoombox{
  position:relative;
  width:100%;
  height:160px;
  transition: 0.5s all ease-out;
  background-size: 100% 140%;
  background-position: center; 
}
.courselinkbox:hover > .zoombox{
  background-size: 110% 150%;
}


@media (min-width: 481px) and (max-width: 767px){
.zoombox{
  background-size: 100% 150%;
}
.courselinkbox:hover > .zoombox{
  background-size: 110% 160%;
}
}


.zoomboxteetimes{
  position:relative;
  width:100%;
  height:203px;
  transition: 0.5s all ease-out;
  background-size: 100% 100%;
  background-position: center; 
}
.zoomboxteetimes:hover{
  background-size: 110% 110%;
}

@media (min-width: 481px) and (max-width: 767px){
.zoomboxteetimes{
  background-size: 100% 150%;
}
.zoomboxteetimes:hover{
  background-size: 110% 160%;
}
}

.containermargin{
  margin-top:30px;
}
@media (max-width: 767px){
.containermargin{
  margin-top:0px;
}
}



.googlemap{
  width:100%;
  height:400px;
  margin-top:30px;
  border-top: 1px solid rgba(220,220,220);
  top: 40px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 64px;   /* Footer height */
  transition: 0.15s all ease;
}


.footer {
    position: absolute;
    bottom: 0;
    width:100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #dedede;
    transition: 0.15s all ease;
}

.gip{
  width:32px;
  height:34px;
  margin-right:10px;
}
.golfinportugal{
  color:#888;
  text-shadow: 1px 1px 2px rgba(255,255,255,1);
}

.badge{
    position: relative;
    top: -2px;
    background-color: #efbd14;
    font-family: 'Roboto', sans-serif;
}
    
.cartlogo{
  width:40px;
  height:40px;
}

.gm-style-iw {
  margin-left:10px;
}
.gm-style-iw + div {
  display:none;
}

.gm-style > div > div + div + div > div > div + div > div > div > div + div {
    border-radius: 10px 10px 10px 10px !important;
}

.closeinfo{
  display:none;
  position: absolute;
  top:-4px;
  right:3px;
  color: #999;
  font-size:14px;
}
.closeinfo:hover{
  color: #ddd;
  cursor: pointer;
}

.light-addon{
    color: #aaa;
}

.datepicker{
  padding-left:10px;
  padding-right:10px;
}

#dropdowncart{
padding:0px;
overflow-y:auto;
max-height: calc(100vh - 200px);
min-width:330px;
}

#dropdowncurrency{
margin-top:0px;
}

#dropdownguarantee{
margin-top:0px;
padding:20px;
min-width:300px;
}
#dropdownsignin{
margin-top:0px;
padding:20px;
min-width:300px;
}
#dropdownaccount{
margin-top:0px;
min-width:300px;
}
#dropdownsearch{
margin-top:9px;
padding:20px;
min-width:256px;
}

.teetimecontainer{
  padding:10px;
  padding-bottom:0px;
}


.bookteetime,
.bookpackage
{
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    background-color: #ececec;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
    cursor: pointer;
    transition: 0.2s all ease;
    border-top: 1px solid #ddd;
    font-weight: 700;
    color: #337ab7;
}
.bookteetime:hover,
.bookpackage:hover{
    color:#D99100;
}

.bookloading {
    color:#666;
}
.bookloading:hover {
    color:#666;
}

.bookteetimeopen,
.bookpackageopen
{
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    background-color: #ececec;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
    border-top: 1px solid #ddd;
    font-weight: 700;
}

.bookteetimeopen .caret,
.bookpackageopen .caret
{
  visibility: hidden;
}

.teetimeform{
    background-color: #ececec;
    padding:10px;
    padding-top:0px;
    transition: 0.2s all ease;
}


.teetimestable,
.greenfeetable{
  font-family: 'Roboto', sans-serif;
}

.teetimestable{
  margin-bottom:0px;
}


.greenfeetable td:nth-child(1){
  width:155px;
}
.greenfeetable td:nth-child(2){
  width:155px;
}

.teetimestable td:last-child,
.greenfeetable td:last-child{
  text-align: right;
}
.teetimestable td,
.greenfeetable td{
border-color: #EDEAD3 !important;
border-top-style: dotted !important;
}


.rating{
    color: #ffffff;
    font-weight: bold;
    background-color: rgba(239, 189, 19,1);
    padding: 4px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    line-height: normal;
    font-size:13px;
    width:32px;
    text-align:center;
}


.courserating{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ffffff;
    font-weight: bold;
    margin: 14px;
    background-color: rgba(239, 189, 19,1);
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    line-height: normal;
    min-width:34px;
    text-align: center;
    font-size: 13px;
}

label{
    font-family: crete round,serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
}
.lowestgreenfees{
  color:#fff;
  margin-top:8px;
}
#guarantee{
  min-width:300px;
}


.courseheading {
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4), 3px 3px 0px rgba(0, 0, 0, 0.4), 4px 4px 2px rgba(0, 0, 0, 0.4), -1px 1px 0px rgba(0, 0, 0, 0.1), 1px -1px 0px rgba(0, 0, 0, 0.1), -1px -1px 0px rgba(0, 0, 0, 0.1);
    text-outline: 2px 2px #ff0000;
    color: #FFF;
    text-align:center;
    font-weight:700;
}

.inlineicons{
  display:inline-block;
}

.teetimesicons {
    background-color: transparent;
    margin-bottom:30px;
    margin-top: 20px;
}
.teetimesicons i{
    color: #ffffff;
    background-color: #cacaca;
    padding: 3px;
    border-radius: 10px;
    width: 30px;
    margin-right: 3px;
}
.inlineicons {
  margin-right:10px;
  cursor: pointer;
  color: #337ab7;
}

.inlineicons:hover {
color: #948b26;
}   
    
.inlineicons:hover i {
    background-color: #948b26;
}

.resultsicons{
  margin-top:10px;
  margin-bottom:10px;
}

.input-group-addon {
    min-width:42px;
}

.coursephoto{
  width:100%;
  margin-bottom:20px;
}

.uspimage{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    margin-left: 10px;
    margin-bottom: 10px;
}

.coursebox{
  background-color:#f9f9f9;
  padding:20px;
  border-radius:20px;
  margin-bottom:30px;
}

.breadcrumb{
  background-color: transparent;
  padding:0px;
}

.progress {
    margin-bottom: 0px;
}

.progress-bar {
    background-color: #efbd14;
}
.coursetable,
.lengthtable{
margin-bottom: 0px;
}

.coursetable td,
.lengthtable td{
  border-color: transparent !important;
  padding-right:0px !important;
  padding-left:0px !important;
}
.coursetable td:first-child{
    width: 89px !important;
    color: #999;
    font-style: italic;
}
.layout{
  width:200px;
  margin-top:20px;
}

.italicgray{
  color: #999;
  font-style: italic;
}

.extrabold{
    font-weight: 900;
    color: #666;
}

@media (min-width: 924px){
.modal-photos,
.modal-video,
.modal-reviews,
.modal-scorecard,
.modal-layout
{
    width: 832px;
}
}

#forgotpass{
  cursor: pointer;
}

.googleplus{
  color:#da7a72;
}
.googleplus:hover{
  color:#cf2d20;
}

.facebook{
  color:#8b9dc2;
}

.facebook:hover{
  color:#3b5998;
}
.currency{
  cursor:pointer;
}


.tooltip > .tooltip-inner {
      background-color: #333; 
      color: #fff;
      border: 1px solid #333;
      white-space: nowrap;
}
  .tooltip.top  >  .tooltip-arrow {
      border-top: 5px solid #333; 
  }
  
  
  .filtered{
    display: inline-block;
    background-color:#f1f1f1;
    color:#aaa;
    border: 1px solid #eee;
    border-radius:10px;
    padding:4px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right:20px;
    cursor: pointer;
  }



@media (max-width:767px) {
    .filtered{
    background-color:#fff;
    }
}

  .filtered > i{
    color:#337ab7;
    margin-left:10px;
  }

  .filtered:hover > i{
    color:#D99100;
  }
  
  .greennotes{margin-left:10px;}
  
.hiddencourse {
    display: none!important;
}

.hiddendeal {
    display: none!important;
}

.hiddendate {
    display: none!important;
}

.hiddenrow{
    display: none!important;
}

.pagedivider{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top:5px;
  padding-bottom:5px;
  text-align:center;
}

.dividercontainer{
background-color:#f9f9f9;
margin-bottom: 30px;
}

@media (max-width:767px) {
.dividercontainer{
background-color:#fff;
}
}

.availcontainer{
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.availbox,
.notavailbox{
  margin-top: 20px;
  display: inline-block;
  white-space: normal;
  line-height: normal;
  text-align: center;
  font-size:11px;
  font-weight:700;
  height: 101px;
  width:26px;
  margin-right: 5px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 2px 1px 0 rgba(0,0,0,.1);
  box-shadow: inset 2px 1px 0 rgba(0,0,0,.1);
}
.availpax{
  background-color: #aebd9c;
  padding:5px;
  color:#fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

.availteetime{
padding: 2px;
line-height: 16px;
padding-top: 5px;
}

.isavail{
  cursor: pointer;
}
.isavail:hover .availteetime{
  background-color: #b79f33;
  color:#fff;
}

.hoverpax{
  color: #b79f33;
}
.clickpax{
  color: #337ab7;
}
.clickavail{
  background-color: #337ab7;
  color:#fff;
}

.notavail{
padding: 2px;
line-height: 16px;
padding-top: 5px;
}
.notavail i{
  margin-top:31px;
  margin-left:4px;
  color:#a94442;
}

#nocourses{
  text-align:center;
  margin-top:60px;
  margin-bottom: 30px;
    font-family: crete round,serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
}

#nocourses i{
  vertical-align: middle;
  margin-right: 10px;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.teetimesmesaage{
    position: sticky;
    left: 0px;
    font-family: crete round,serif;
    font-style: italic;
    font-weight: 400;
    color: #999;
    padding:10px;
    padding-top: 0px;
    padding-bottom:0px;
    text-align: center;
    white-space: normal;
    overflow-y: hidden;
}
.teetimesmesaage i{
  vertical-align: middle;
  margin-right: 10px;
}

#locationtext{
  color:#999;
  margin-top:20px;
}

.cartitemprice{
  text-align:right;
  vertical-align: bottom !important;
  font-weight:700;
  position:relative;
}

.trash{
    padding: 5px !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
    top: 8px;
    right: 8px;
    position: absolute;
    width: auto;
}

.cartsummary{
  padding:8px;
  padding-bottom:20px;
  text-align: center;
}

.carttotal{
  margin-bottom:20px;
}
.cartprice{
  font-weight:700;
}

#carttable tr:last-child td{
  border-bottom: 1px solid #ddd;
}

.teetimeselect{
  font-family: 'Lato', 'Glyphicons Halflings';
}
.glyphicon {
  margin-right: 0px;
}

.glyphicon {
  margin-right: 0;
}

.video-wrapper {
  max-width:768px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:0px;
	height:0;
	overflow:hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;-moz-border-radius:4px;border-radius: 4px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  border:none;
}

.reviewitem{
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.fa-star,
.fa-quote-right,
.fa-quote-left{
  color: #999;
}

.reviewtitle{
  font-weight: 700;
}

.italicnotes{
  font-style: italic;
  color:#999;
}

.goldstar{
  color: #F69D32 !important;
}

.filterreviews{
  cursor: pointer;
  color: #337ab7;
}
.filterreviews:hover {
    color: #948b26;
}

.scorecardtable {
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
table-layout: fixed;
}

.scorecardtable td{
padding:2px !important;
}

.scorecardtable tr:first-child td{
border-top-width: 0px;
}



.scorecardred {background-color: #E0483E;color:#fff;}
.scorecardyellow {background-color: #F69D32;color:#fff;}
.scorecardwhite {background-color: #CCCCCC;}
.scorecardblue {background-color: #337ab7;color:#fff;}
.scorecardgold {background-color: #FFD700;color:#fff;}


.layoutimage{
    border: 3px solid #efbd14;
    border-radius: 20px;
    width: 100%;
}


@media (min-width:768px) {
.layoutimage{
    width: 600px;
    margin-left: 100px;
    margin-right: 100px;
}
}

@media (max-width:767px) {
.smalljumbotron{
    height:260px;
}
.jumbotron{
    background-size: 100% 100%;
}
}
    
.ui-autocomplete{
   margin-top:9px;
}

.intro{
  color:#999;font-size:15px;font-style: italic;
}

.packagepaddingleft{
      padding: 15px;
}
.packagepaddingright{
      padding: 10px;
}

.packagetitle{
  font-weight: bold;
  font-size: 16px;
}

.packageform {
    background-color: #ececec;
    padding: 10px;
    transition: 0.2s all ease;
}
.packagecourse {
    background-color: #ececec;
    overflow: hidden;
}

.itemtitle{
  font-weight: bold;
  font-size: 16px;
}
.itempadding{
  padding:10px;
}
.itemprice{
    bottom: 10px;
    right: 30px;
    position: absolute;
    font-weight: bold;
}

.itempricepack{
    bottom: 10px;
    right: 30px;
    position: absolute;
    font-weight: bold;
}

.itemdel{
    top: 10px;
    right: 30px;
    position: absolute;
}

.cartcourselogo{
  width:50px;
  height:50px;
  margin-top: 10px;
}

.carttrash{
    width: auto;
    padding: 5px !important;
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}


.formbox{
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding:20px;
}

.input-daterange input:first-child {
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius: 10px;
}

.input-daterange input:last-child {
    -webkit-border-radius: 10px;
    -moz-border-radius:  10px;
    border-radius: 10px;
}

.brownbox{
  background-color: #8a6d3b;
  color: #fcf8e3;
}
.greenbox{
  background-color: #637055;
  color: #dff0d8;
}
.lightbrownbox{
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.lightgreenbox{
  background-color: #dff0d8;
  color: #3c763d;
}
.lightbluebox{
  background-color: #D6DDE0;
  color: #31708f;
}
.lightredbox{
  background-color: #f2dede;
  color: #a94442;
}

.statusbox{
  padding: 10px;
}

@media (max-width:767px) {
.alert {margin-top:30px;}
}

#totalsummary{
  background-color: #f9f9f9;
}

#totalsummary td:last-child,
#itemsummary td:last-child{
  text-align: right;
}

#totalsummary tr:last-child td,
#itemsummary tr:last-child td
{
border-bottom: 1px solid #ddd;
}

.boldtext{
  font-weight: 700;
}

.redunicrecontainer{
    background-color: #fff;
    padding: 20px;
    width: 50%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
    margin: 0 auto;
    margin-top: 20px;
}
.redunicrelogo{
    width: 120px;
    height:51px;
    margin-top: 10px;
}
