/* CSS Document */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
	font-family: 'Avenir', sans-serif;
	font-size: 17px ;
	-webkit-font-smoothing: antialiased;
	color: #474b56;
	
	min-height: 100vh;
	position: relative;
	margin: 0;
}

footer {
	bottom: 0;
	width: 100%;
	z-index: -1;
}

body.greybg {
	background-color:#f9f8f6;
}

body.staticHeader {
  	padding-top: 0px;
}

.pulse {
    -webkit-animation: pulse 2s infinite;
}

.logo-img-header {
	width: 150px;
}

.help-icon {
	float:right;
	width:50px;
}

.ah {
	font-family: 'Avenir-Heavy', sans-serif;
}
.ab {
	font-family: 'Avenir-Black', sans-serif;
}

.text-lb {
	color: #474b56;
}

.text-w {
	color: #FFF;
}

.text-lg {
	color: #2b2f31	;
}

.text-o {
	color: #ecac2e;
}

.text-o2 {
	color: #dc6822;
}

.text-g {
	color: #848484;
}

.text-g2 {
	color: #999b9c;
}

.text-r {
	color: #b24444;
}

.text-green {
	color: #449d44;
}

.text-blue {
	color: #49a3b3;
}

.text-red {
	color: #f72d2d;
}

.text-black {
	color: #000;
}

.text-secondary {
	color: #44a8b1 !important;
}

.orange-link {
	text-decoration: none;
}
.orange-link:hover {
	color: #e89a00;
	text-decoration: none;
}
.green-link {
	text-decoration: none;
}
.green-link:hover {
	color: #3d733d;
	text-decoration: none;
}

.blue-link {
	text-decoration: none;
    cursor: pointer;
	color: #49a3b3;
}
.blue-link:hover {
	color: #65b0f3;
    cursor: pointer;
	text-decoration: none;
}


.red-link {
	text-decoration: none;
    cursor: pointer;
}
.red-link:hover {
	color: #942222;
	text-decoration: none;
}


.grey-link {
	text-decoration: none;
}
.grey-link:hover {
	color: #000;
	text-decoration: none;
}

.white-link {
	text-decoration: none;
}
.white-link:hover {
	color: #eee;
	text-decoration: none;
}


h1 {
	font-family: 'Avenir-Heavy', sans-serif !important;
	font-size: 60px  !important;
	font-weight: 800 !important;
}

h2, .smh1 {
	font-size: 28px  !important;
	line-height: 1.29 !important;
}
.smh1 {
	font-weight: normal !important;
}
h3 {
	font-size: 17px  !important;
	line-height: 1.41 !important;
}

h4 {
	font-family: 'Avenir-Heavy', sans-serif !important;
	font-size: 40px !important;
	font-weight: 900 !important;
}

h5 {
  font-size: 22px !important;
  line-height: 1.55 !important;
}

h6 {
  font-family: 'Avenir-Heavy', sans-serif !important;
  font-size: 29px !important;
  font-weight: 900 !important;
  line-height: 1.03 !important;
  letter-spacing: 1px !important;
}



.f-white{
	color: #ffffff !important;
}

.f-blackish {
	color: #474b56 !important;
}




.orange-button {

    vertical-align: middle;
    padding-top: 12px;
	min-width: 190px;
	height: 50px;
	border-radius: 100px;
	background-color: #ecac2e;
	font-family: 'Avenir', sans-serif;
	font-size: 18px;
	letter-spacing: 0.2px;
	text-align: center;
    color: #474b56;
    font-weight: bold;
	-moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.orange-button:hover { color: #474b56; background: #ffba32;  border: 1px solid #ffba32;  }

.orange-button:focus { outline: 0;  color: #474b56; background: #d69920; border: 1px solid #d69920; }

.orange-button:active { outline: 0; color: #474b56; background: #d69920 !important; border: 1px solid #d69920 !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.orange-button:active:focus, .orange-button.active:focus { outline: 0; background: #d69920;  color: #474b56;border: 1px solid #d69920; }



.blue-button {
	background-color: #2e93ec; color: #fff;
}

.blue-button:hover { color: #fff; background: #65b0f3;  border: 1px solid #65b0f3;  }

.blue-button:focus { outline: 0;  color: #fff; background: #65b0f3; border: 1px solid #65b0f3; }

.blue-button:active { outline: 0; color: #fff; background: #65b0f3 !important; border: 1px solid #65b0f3 !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.blue-button:active:focus, .blue-button.active:focus { outline: 0; background: #65b0f3;  color: #fff;border: 1px solid #65b0f3; }

.green-button {
	background-color: #5cb85c;
	color: #FFF;
}

.green-button:hover { color: #fff; background: #449d44;  border: 1px solid #449d44;  }

.green-button:focus { outline: 0;  color: #fff; background: #449d44; border: 1px solid #449d44; }

.green-button:active { outline: 0; color: #fff; background: #449d44 !important; border: 1px solid #449d44 !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.green-button:active:focus, .green-button.active:focus { outline: 0; background: #449d44;  color: #fff;border: 1px solid #449d44; }


.red-button {
	background-color: #d9534f;
	color: #fff;
}

.red-button-t {
	background-color: transparent;
	border: 1px solid #d9534f;
	color: #d9534f;
	
}

.red-button:hover { color: #fff; background: #c9302c;  border: 1px solid #c9302c;  }

.red-button:focus { outline: 0;  color: #fff; background: #c9302c; border: 1px solid #c9302c; }

.red-button:active { outline: 0; color: #fff; background: #c9302c !important; border: 1px solid #c9302c !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.red-button:active:focus, .green-button.active:focus { outline: 0; background: #c9302c;  color: #fff;border: 1px solid #c9302c; }



.blue-t-button {
	background-color: transparent;
	border: 1px solid #49a3b3; 
	color: #49a3b3;
}

.blue-t-button:hover { color: #fff; background: #65b0f3;  border: 1px solid #65b0f3;  }

.blue-t-button:focus { outline: 0;  color: #fff; background: #65b0f3; border: 1px solid #65b0f3; }

.blue-t-button:active { outline: 0; color: #fff; background: #65b0f3 !important; border: 1px solid #65b0f3 !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.blue-t-button:active:focus, .blue-t-button.active:focus { outline: 0; background: #65b0f3;  color: #fff;border: 1px solid #65b0f3; }

.orange-t-button {
	background-color: transparent;
	border: 1px solid #ffba32; 
	color: #ffba32;
    font-size: 18px;
    border-radius: 67px;
    padding-top: 10px;
}

.orange-t-button:hover { color: #fff; background: #d69920;  border: 1px solid #d69920;  }

.orange-t-button:focus { outline: 0;  color: #fff; background: #d69920; border: 1px solid #d69920; }

.orange-t-button:active { outline: 0; color: #fff; background: #d69920 !important; border: 1px solid #d69920 !important; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.orange-t-button:active:focus, .orange-t-button.active:focus { outline: 0; background: #d69920;  color: #fff;border: 1px solid #d69920; }

.b-fix {
	padding-top: 6px !important;
}


.f-h {
	height:100%;
}
.f-w {
	width:100% !important;
}
.half-width {
	width:50% !important;
}


.m40 {
	margin-bottom: 40px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.ml20 {
	margin-left: 20px;
}

.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}

.m15 {
	margin-bottom: 15px;
}

.m10 {
	margin-bottom: 10px;
}


.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt60 {
	margin-top: 60px;
}
.mt90 {
	margin-top: 90px;
}

.noMarg {
	margin: 0 !important;
}
.noPad {
	padding: 0 !important;
}
.noPadTop {
	padding-top: 0 !important;
}

.footer-big {
	padding-top:20px;
	background-color: #ffffff;
}
.footer-small {
	height: 58px;
	padding-top:18px;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	color: #848484;
}

.footer-header {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.6px;
	color: #2b2f31;
	display: block;
	margin-bottom: 20px;
}

.footer-subtext {
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	color: #474b56;
	display: block;
	margin-bottom: 10px;
}

.headerinfo {
    float: right;
    list-style: none;
	width: 140px;
}


li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.dd-header {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f0eee9;
}
.dd-subheader {
	padding-top: 15px;
	padding-left: 21px;
	padding-bottom: 9px;
  	letter-spacing: 1.6px;
}
.dd-text {

	padding-left: 21px;
	color: #2b2f31;
	padding-bottom: 20px;

}

ul.dropdown-menu {
	padding:0;
    width: 190px;
}
li.divider {
    margin: 0 !important;
}
.smalldivider {
	width: 80%;
    margin: 0 auto;
}

table.smalltext {
    font-size: 14px;
}


div.flash-message {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 22px;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 14px;
}

div.flash-message.error {
	background-color: #f1b4b4;
	color: rgba(99, 43, 42, 0.64);
}

div.flash-message.success {
	background-color: #c0e0bf;
	color: #547562;
}

div.flash-message.warning {
	background-color: #f5dab0;
	color: #c18017;
}


.vmid {
	vertical-align: middle !important;
}


@media screen and (max-device-width : 1400px) {
	h1 {
		font-size: 50px !important;
	}
	h2 {
		font-size: 23px !important;

	}
	.logo-img-header {
   	 	width: 110px;
	}
	.help-icon {
		width: 40px;
		margin-top: 1px;
	}
	body {
	   /* padding-top: 50px; */
	}
	.navbar {
		padding-top: 10px;
		padding-bottom: 10px;
   	 	height: 55px;
	}
	.pbnav {
		height: 60px;
	}
	.pbusernav {
    	 margin-top: 60px !important
	}
	.headerBtn {
		padding-top: 6px !important;
		min-width: 10px !important;
		height: 36px;
		width: 140px;
	}
	.dropdown-menu {
		position: absolute;
		left: -20px;
	}
}

@media screen and (min-device-width : 1249px) and (max-device-width : 1400px) {

	.container {
		width: 1000px;
	}

}

@media screen and (min-device-width : 1199px) and (max-device-width : 1249px) {

	.container {
		width: 950px;
	}

}

@media screen and (min-device-width : 993px) and (max-device-width : 1059px) {
	.container {
		width: 900px;
	}

}

@media screen and (min-device-width : 769px) and (max-device-width : 830px) {
	.container {
		width: 720px;
	}

}
@media screen and (max-device-width : 992px) {
	h1 {
		font-size: 50px !important;
	}
	h2 {
		font-size: 22px !important;
	}
	h3 {
		font-size: 15px !important;
	}
	h4 {
		font-size: 35px !important;
	}
	h5 {
		font-size: 17px !important;
	}

}

@media screen and (max-device-width : 768px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	h1 {
		font-size: 35px !important;
	}
	h2 {
		font-size: 16px !important;
	}
	h3 {
		font-size: 12px !important;
	}
	h4 {
		font-size: 27px !important;
	}
	h5 {
		font-size: 14px !important;
	}
}


@media screen and (max-device-width : 580px) {
	.footer-big {
		padding-top: 0;
	}
	.footer-header {
    	margin-top: 20px;
	}
}

@media screen and (min-device-width : 1200px) {

	.navbar {
		padding-top: 17px;
		padding-bottom: 10px;
		height: 70px;
	}
}


/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
	top: 0px;
}

.validInput {
	border: 1px solid green !important;
}
.invalidInput {
	border: 1px solid red !important;
}

.onlyMobile {
	display: none;
}
.onlyTablet {
	display: none;
}
.onlyScreen {
	/* display: block; */
}

@media screen and (max-device-width : 1198px) {
	.onlyLGScreen {
		display: none !important;
	}
	.onlyTablet {
		display: inherit;
	}
}
@media screen and (max-device-width : 768px) {
	body {
    	/* padding-bottom: 600px; */
	}
	.onlyMobile {
		display: block;
	}
	.onlyScreen {
		display: none !important;
	}
	ul.login {
    	margin-top: -3px;
		background: #FFF;
	}
}

@media screen and (max-device-width : 500px) {
	.footer-right {
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}
	.footer-left {
		width: 100%;
		text-align: left;
	}
}


@media screen and (max-device-width : 350px) {

	.headerinfo {
		display: none;
	}
}

.follow-icon {
    width: 30px;
    margin-right: 9px;
    cursor: pointer;
}

.nowrap {
	white-space:nowrap;	
}

ul.login {
    margin-right: -70px;
    margin-top: -6px;
		background: #FFF;	
}
ul#login-dp {
	padding: 10px;	
}

.link-underline {
    text-decoration: underline;	
}



.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;
    }
}

#lg-rotate-left {
	font-size:20px;
    font-family: FontAwesome;
}
#lg-rotate-right {
	font-size:20px;
    font-family: FontAwesome;
}
.lg-image {
		-webkit-transform-origin: center center !important;
}

.north {
	transform:rotate(0deg) !important;
	-ms-transform:rotate(0deg) !important; /* IE 9 */
	-webkit-transform:rotate(0deg) !important; /* Safari and Chrome */
}
.west {
	transform:rotate(90deg) !important;
	-ms-transform:rotate(90deg) !important; /* IE 9 */
	-webkit-transform:rotate(90deg) !important; /* Safari and Chrome */
}
.south {
	transform:rotate(180deg) !important;
	-ms-transform:rotate(180deg) !important; /* IE 9 */
	-webkit-transform:rotate(180deg) !important; /* Safari and Chrome */
}
.east {
	transform:rotate(270deg) !important;
	-ms-transform:rotate(270deg) !important; /* IE 9 */
	-webkit-transform:rotate(270deg) !important; /* Safari and Chrome */
}

.img-help {
    width: 23px;
    position: absolute;
    margin-left: 10px;
    margin-top: -6px;
}

  .ui-tooltip, .arrow:after {
	  
    border: 1px solid #dddddd;
  }
  .ui-tooltip {
	  
	  
  width: 280px;
  background-color: #f9f8f7;
  border: solid 1px #dddddd;
	  
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.47;
	text-align: left;
	color: #474b56;
    padding: 10px 20px;
	  
    border-radius: 10px	;
    box-shadow:none;
    margin-left:280px;
	  
  }
/*
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
	  
  background-color: #f9f8f7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }
*/
/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {border-collapse: separate;}
.ui-datepicker-calendar td {border: 1px solid transparent;}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {display:none;}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #228B22 none;
	color: white;
}

.discounted-date a {
    background-color: #b24444 !important;
    background-image :none !important;
    color: #ffffff !important;
}

.error-message {
	color: #b24444;
    text-align: center;
    font-weight: bold;
}



.stdinputform label:not(.checkbox-inline) {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
}

.stdinputform input:not([type='checkbox']):not([type="radio"]), .stdinputform select {
	height: 34px !important;
	border-radius: 4px !important;
	border: solid 1px #d8dde6 !important;
	padding-left: 12px !important;
	font-size: 12px !important;
	width: 100% ;
}

.stdinputform select.whitebg {
	background-color: #FFF !important;
}


.stdinputform input.readonly, .stdinputform select.readonly, .stdinputform textarea.readonly {
	background-color: #eee !important;
}
.stdinputform textarea {
	
	width: 100%;
	height: 75px;
	display: block;
	max-width: none;
	min-width: 0;
    border-radius: 4px !important;
    border: solid 1px #d8dde6 !important;
    padding-left: 12px !important;
    font-size: 12px !important;
    padding-top: 5px;
}

.stdinputform input[type='file'] {
    padding: 6px 0 6px;
}


 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.switch.small {
  width: 50px;
}


.switch.medium {
  width: 80px;
}

.switch.narrow {
  	width: 40px;
	height: 20px;
	margin: 0;
	margin-top: 4px;
}





/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}


.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.readonly {
	pointer-events: none;
}

.switch.medium > .slider:before{
    left: 24px;
}

.switch.medium > .slider.closed:before{
    left: 2px;
}


.switch.narrow > .slider:before{
    height: 17px;
    width: 17px;
    left: 3px;
}

input:checked + .slider {
  background-color: #4bca81;
}

input:not(checked) + .slider {
  background-color: red;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4bca81;
}

input:checked + .slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider.open {
    font-size: 11px;
    text-align: left;
    color: #ffffff;
    padding-top: 4px;
    padding-left: 7px;
}

.slider.won {
    font-size: 11px;
    text-align: left;
    color: #ffffff;
    padding-top: 4px;
    padding-left: 7px;
}


.slider.closed {
    font-size: 11px;
    text-align: right;
    color: #ffffff;
    padding-top: 4px;
    padding-right: 7px;
}

.slider.small {
    padding-top: 5.5px;
}


.slider.small:before {
    height: 15px;
    width: 15px;
    left: 5px;
    bottom: 5px;
}

.slider.small.open:before {
    left: -1px;
}

.switch.narrow > .slider.open:before {
    left: -13px;
}

.opSwitchText {
	font-size: 12px;
    position: absolute;
    margin-left: -60px;
    margin-top: 5px;
}

.search-header {
	margin: 0;
}


.pbnav {
	background: #ecac2e;
	color: #FFF;	
}
.header-profile-pic {
	border-radius: 50%;
	width:40px;
    height: 40px;	
}

.pbheaderinfo {
    float: right;
    list-style: none;
}

.pbheader-link {
    margin-right: 30px;
	color: #FFF;
}

.pbheaderinfo.links {
    margin-top: 8px;
}

.logo-img-pb-header {
    width: 150px;
    margin-top: -4px;	
}
.pbusernav {
	background: #769bab;
    color: #FFF;
    height: 30px;
    padding: 0;
    margin-top: 70px;
    min-height: 0;
    z-index: 1;
}
.pbusername {
    padding-top: 4px;
	font-family: 'Avenir-Heavy';
	font-size: 14px;
    text-align: right;
	color: #777;
    display: block;
}

.quicksearchmag {
	cursor: pointer;
}

.inputwicon {
	width: 95% !important;
}
.sm_inputwicon {
	width: 85% !important;
}

.services-container {
	background-color: #ebe8e3;
	min-height: 350px;
	padding: 60px 0;
    border-bottom: 1px solid #CCC;
}

a.servicelink {
  font-size: 17px;
  line-height: 1.53;
  color: #474b56;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #FFF;
	font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}

#nav-menu.nav-menu-fixed a {
  color: #474b56;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-fixed {
  padding: 30px 0;
	color: #474b56;

}

#header-fixed #logo {
  float: left;
}

#header-fixed #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
	font-family: 'Avenir', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header-fixed a, #header-fixed a, #header-fixed a:hover {
  color: #474b56 !important;
}


#header-fixed #logo img {
  	padding: 0;
  	margin: 0;
	width: 150px;
    margin-top: -10px;
}

#header-fixed #logo img.crash-logo-img-header {
	width: 130px;
	margin-top: -20px;
}

#header-fixed #logo img.sgfleet-logo-img-header {
	width: 200px;
	margin-top: -25px;
}

#header-fixed #logo img.sixt-logo-img-header {
	width: 150px;
	margin-top: -32px;
}

@media (max-width: 768px) {
  #header-fixed #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header-fixed #logo img {
   
  }
	.sl-rightborder {
   	 border: 0 !important;
	}
}

#header-fixed {
  background: #FFF;
  padding: 25px 0;
  height: 72px;
  transition: all 0.5s;
  border-bottom: 1px solid #CCC;
}


#mobile-nav-toggle.burger-black i {
    color: #474b56;
}


.headinput {
	padding-left: 10px;
}


.help-icon {
	width:30px;
}


.dd-header {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f0eee9;
}
.dd-subheader {
	padding-top: 15px;
	padding-left: 21px;
	padding-bottom: 9px;
  	letter-spacing: 1.6px;
}
.dd-text {

	padding-left: 21px;
	color: #2b2f31;
	padding-bottom: 20px;

}

ul.dropdown-menu {
	padding:0;
    width: 190px;
}
li.divider {
    margin: 0 !important;
}
.smalldivider {
	width: 80%;
    margin: 0 auto;
}

.sf-arrows .sf-with-ul.dropdown-toggle:after {
	display: none;;
}


.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{

	font-family: 'Avenir-Heavy', sans-serif;
	text-align: center;
	color: #ecac2e;
	border: 0;
    border-bottom: 2px solid #ecac2e;
    margin-right: 0;
    background-color: transparent;
}
.nav-tabs>li>a {
	font-family: 'Avenir-Heavy', sans-serif;
	text-align: center;
	color: #848484;
	border: 0;
    border-bottom: 2px solid #eeeeee;
    margin-right: 0;
}

.nav-tabs {
	border: 0;
}
.nav-tabs>li {
	width: 33%;
}

.tab-pane {
    padding-top: 40px;
}


.c-accordion-class .panel-heading {
	background: #ebe8e3;
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #848484;
}

.clearoptionbox {
	cursor: pointer;
	color: red;
}

.fileIssueModalContent {
    padding: 20px;
	text-align: center;
}

.fileIssueModalContent > .header {
	font-size: 30px;
	font-weight: bold;
}

.fileIssueModalContent > .content {
	font-size: 17px;
    margin-bottom: 40px;
}

#pbclosedbtn {
	padding: 0;
}

.s1 {
	padding-bottom: 45px;	
}

.s2 {
	max-width: 1000px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px 0 #e5e5e5;
	margin-bottom: 60px;
	min-height: 270px;
	
}

.s2-inner {
	padding: 30px 34px;
	
}

.internalsubheader {
	display: block;
	margin-top:20px;
	margin-bottom:20px;	
    font-weight: bold;
}

.internalsmall {
	font-size: 15px;	
}

.internalsubsection {
	padding-left: 20px;
	display:block;	
}

.faqst {
	font-size: 20px;
	font-weight: bold;
}

.faqp {
	cursor: pointer;	
}

.saveaspdfimg {
	width: 40px;
	cursor: pointer;
}

.radio-fix {
	margin-top: 6px !important;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}


.lux-popular-searches-block {
	text-align: center;
	background: #f4f3f2;
}
.lux-popular-searches-block h3 {
	margin: 20px;
}
.pages-main-content {
	padding: 47px 0;
}
.lux-popular-searches-block ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.lux-popular-searches-block ul li {
	margin: 0 12px 6px 0;
	padding: 0;
	border: 1px solid #E1DFDF;
}
.lux-popular-searches-block ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
.lux-popular-searches-block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.lux-popular-searches-block a {
    color: #2b2f31;
}

.popular-search {
	font-size: 29px !important; 
}

.faclick {
	cursor: pointer;
}

.apfphotos .gallery-img {
	width:125px;
	margin-right:15px;
}

.apfphotos .gallery-div {
	display: inline-block;
	font-size:14px;
	margin-bottom: 10px;
    margin-left: 20px;
}

.apfphotos .gallery-div:first-of-type {
    margin-left: 0px;
}

.apfphotos .image-container {
    position: relative;
    width: 125px;
    height: 100%;
}

.apfphotos .image-container .after {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    border-radius: 0px 0px 0px 20px;
    display: block;
    color: #FFF;
    background: #000;
    cursor: pointer;
}

.apfphotos img {
    vertical-align: inherit;
}

.embed-responsive-notes {
	padding-bottom: 15%;
}

.embed-responsive-pb-notes {
  padding-bottom: 15%;
  border-radius: 4px;
  overflow: visible;
  margin-bottom: 0;
  position: relative;
  height: 200px;
  min-height: 150px;
  max-height: 400px;
}

/* Responsive adjustments just for notes */
@media (max-width: 768px) {
  .embed-responsive-pb-notes {
    padding-bottom: 25%;
  }
}

@media (max-width: 480px) {
  .embed-responsive-pb-notes {
    padding-bottom: 35%;
  }
}
