/* your styles go here */


.home-carousel-section {
	display: none;
}

body {
	background-color: transparent; 
	/*background-color: rgba(255, 255, 255, 0.9);*/
}

body, .btn {
	font-family: "proxima-nova", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

#content {
	min-height: 750px;
}


header {
	z-index: 140000;
}



#top {
	/*background: -webkit-gradient(linear, left top, right top, from(#ffea65), to(#fee65e));
	background: -webkit-linear-gradient(top, #ffea65, #fee65e);
	background: -moz-linear-gradient(top, #ffea65, #fee65e);
	background: -o-linear-gradient(top, #ffea65, #fee65e);
	background: -ms-linear-gradient(top, #ffea65, #fee65e);
	background: linear-gradient(top, #ffea65, #fee65e);
	background-color: #ffea65;
	padding: 8px 0;
	z-index: 1400000; */
	
	/*background: -webkit-gradient(linear, left top, right top, from(#feec76), to(#fdd53b));
background: -webkit-linear-gradient(top, #feec76, #fdd53b);
background: -moz-linear-gradient(top, #feec76, #fdd53b);
background: -o-linear-gradient(top, #feec76, #fdd53b);
background: -ms-linear-gradient(top, #feec76, #fdd53b);
background: linear-gradient(top, #feec76, #fdd53b);
background-color: #feec76; */

/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#feec76), to(#fdd53b));
background: -webkit-linear-gradient(left, #feec76, #fdd53b);
background: -moz-linear-gradient(left, #feec76, #fdd53b);
background: -o-linear-gradient(left, #feec76, #fdd53b);
background: -ms-linear-gradient(left, #feec76, #fdd53b);
background: linear-gradient(left, #feec76, #fdd53b); */
background-color: #feec76;


}

#top .login a {
	color: #545454;
}

#top .login a:hover {
	color: #FFF;
}


.navbar-default {
	/*background: -webkit-gradient(linear, left top, right top, from(#4b4c4e), to(#19191a));
	background: -webkit-linear-gradient(top, #4b4c4e, #19191a);
	background: -moz-linear-gradient(top, #4b4c4e, #19191a);
	background: -o-linear-gradient(top, #4b4c4e, #19191a);
	background: -ms-linear-gradient(top, #4b4c4e, #19191a);
	background: linear-gradient(top, #4b4c4e, #19191a);
	background-color: #4b4c4e; */
	background: #FFF;
	position: relative;
	z-index: 140000;
}


.affix .navbar-default {
	/*background: -webkit-gradient(linear, left top, right top, from(#ffea65), to(#fee65e));
	background: -webkit-linear-gradient(top, #ffea65, #fee65e);
	background: -moz-linear-gradient(top, #ffea65, #fee65e);
	background: -o-linear-gradient(top, #ffea65, #fee65e);
	background: -ms-linear-gradient(top, #ffea65, #fee65e);
	background: linear-gradient(top, #ffea65, #fee65e);
	background-color: #ffea65; 
	*/
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#feec76), to(#fdd53b));
background: -webkit-linear-gradient(left, #feec76, #fdd53b);
background: -moz-linear-gradient(left, #feec76, #fdd53b);
background: -o-linear-gradient(left, #feec76, #fdd53b);
background: -ms-linear-gradient(left, #feec76, #fdd53b);
background: linear-gradient(left, #feec76, #fdd53b); 
background-color: #feec76;*/

	background: #feec76;
	
	box-shadow: none;
	border-bottom: 1px solid #FFF;

	
}

a {
	cursor: pointer;
	outline: none;
}

a.logo_globe {
	display: block;
	float: left;

	position: relative;


	z-index: 9;
}

a.logo_globe img {
	vertical-align: middle;
}

a.logo_tap {
	display: none;
}

.affix a.logo_tap {
	display: block;
}

.affix a.logo_globe {
	display: none;
}

.affix a.logo_globe img {
	width: 200px;
}

a.logo_tap {
	position: relative;
	top: 24px;
	float: left;
}

a.logo_tap img {
	width: 200px;
}

a.yellow-link {
	border-bottom: 2px solid #feec76;
	padding: 2px;
	font-weight: 600;
}

a.yellow-link.no-padding {
	border-bottom: 2px solid #feec76;
	padding: 0;
	font-weight: 600;
}

a.yellow-link:hover {
	text-decoration: none;
	background: #feec76;
}

.full-width-box {
	width: 100%;
	background: #FFF;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #ffec6d;
	/*box-shadow: 0 2px 4px #222;*/
}

.nav > li > a {
    color: #545454;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 83%;
    font-family: "proxima-nova";
    font-weight: 600;
    padding: 18px 18px;
}


.nav > li > a:hover, .nav > li > a:focus {
	background: #ffec6d;
	color: #000;
}

.btn-template-main {
	color: #3b4143;
	background-color: #feec76;
	border-radius: 4px;
	border: none;
	margin-bottom: 6px;
}

.btn-template-main:hover {
	color: #fff;
	background-color: #3b4143;
}

.btn-template-main.dark {
	color: #FFF;
	background-color: #3b4143;
	border: 2px solid #3b4143;
}

.btn-template-main.dark:hover {
	color: #feec76;
	background-color: #222;
	border: 2px solid #222;
}


.btn-full-width {
	width: 100%;
}

.btn-no-horiz-pad {
	padding: 14px 0 !important;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fee056;
}

.bar.background-white {
	/* background: rgba(255, 255, 255, 0.8) */
	background: #FFF;
	padding: 20px 0 60px 0;
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

.row-centered {
	text-align: center;
}

/*.col-centered {
    float: none;
    display: inline-block;
    margin-right: -4px;
} */

.col-centered {
    float: none;
    margin: 0 auto;
}

/*** KEYWORD SEARCH AREA ***/

#search_submit_button {
    font-family: 'FontAwesome';
    padding: 0rem 0.3rem;
    font-size: 21px;
}


#keyword_search_box,
#keyword_search_box-ie {
    width: 400px;
    /*max-width: 500px; */
    padding: 21px;
    border: 1px solid #ddd;
	font-family: "proxima-nova";
}

.navbar .btn.dropdown-toggle.btn-default {
    padding: 12px 23px;
    font-weight: 400;
    background: #3b4143;
    color: #FFF;
    border: 1px solid #3b4143;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 3px 0 0 3px;
    height: 44px;
}

.navbar .btn.dropdown-toggle.btn-default:hover {
	color: #feec76;
}

button.btn.btn-default.src-glass-button .glyphicon {
    height: 25px;
}


/*.input-group {
	position: relative;
}
.input-group:hover {
	border: 1px solid gold;
	top: -1px;
	left: -1px;
} */

.keyword-src .dropdown-menu > li:hover,
.keyword-src .dropdown-menu > li:focus,
.keyword-src .dropdown-menu > li > a:hover,
.keyword-src .dropdown-menu > li > a:focus,
.keyword-src .dropdown-menu > li > a span:hover,
.keyword-src .dropdown-menu > li > a span:focus {
	color: #222 !important;
}

.keyword-src .dropdown-menu > li:hover,
.keyword-src .dropdown-menu > li:focus{
	border-bottom: 1px solid #feec76;
}

img.keyword_loading_img {
    display: none;
    position: absolute;
    margin: 53px 0 0 533px;
}

/* INTERNET EXPLORER AND EDGE - targeting for search bar replacement */

.src-main {
	display: ;
}

.src-ie {
	display: none;
}

.src-ie #keyword_search_type_select-ie {
    float: left;
    padding: 10px;
    -webkit-appearance: menulist;
    height: 44px;
    background: #f6f7f9;
}

.src-ie #keyword_search_type_select-ie::-ms-expand {
	display: block;
}

.src-ie #keyword_search_box-ie {
    width: 260px;
    padding: 10px 9px 9px;
    border-radius: 0px;
    float: left;
}

.src-ie #search_submit_button {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    padding: 11px 9px 10px;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #feec76;
    border: 1px solid #DDD;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .src-ie {
		display: block;
	}
	
	.src-main {
		display: none;
	}
}

@supports (-ms-accelerator:true) {
  	.src-ie {
		display: block;
	}
	
	.src-main {
		display: none;
	} 
}

@supports (-ms-accelerator:auto) {
  	.src-ie {
		display: block;
	}
	
	.src-main {
		display: none;
	} 
}

@supports (-ms-ime-align:auto) {
  	.src-ie {
		display: block;
	}
	
	.src-main {
		display: none;
	} 
}

@media screen and (min-width:0\0) {
    .src-ie {
		display: block;
	}
	
	.src-main {
		display: none;
	} 
}


/*** HIDE MAIN NAVBAR TOGGLE BUTTON ***/

.navbar-toggle.btn-template-main {
	display: none !important;
}




.navbar .btn.btn-default.src-glass-button {
    color: #3b4143;
    background: #fee65e;
    padding: 10px 12px 6px 14px;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
} 

.navbar .btn.btn-default.src-glass-button:hover,
.navbar .btn.btn-default.src-glass-button:focus {

    color: #FFF;
    background: #fee65e;
	border: 1px solid #fee65e;
	
} 


.affix .navbar .btn.btn-default.src-glass-button {
    color: #fff;
    background: #3b4143;
    padding: 10px 12px 6px 14px;
    font-size: 18px;
    border: 1px solid #3b4143;
} 

.affix .navbar .btn.btn-default.src-glass-button:hover,
.affix .navbar .btn.btn-default.src-glass-button:focus {
	
    color: #fee65e;

} 

.affix .form-control {
	border: 1px solid #FFF !important;
}

.affix .add-on .form-control:focus {
	border: 1px solid #999 !important;
}

.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#fee65e; 
 border: 1px solid #fee65e !important;
}

/***
#keyword_search_type_select {
    background: #444;
    border-radius: 3px 0 0 4px;
    border: none;
    padding: 0.8rem;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.keywordSearch {
	width: 70%;
	float: right;
}

***/


/*** NAVBAR MENU RIGHT LINKS ***/

.right-links {
	position: relative;
	top: 1.9em;
	left: 0.5em;
}

.right-links ul {
	margin: 0;
}

.right-links ul li {

    display: inline-block;
    margin: 0 10px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
}

.right-links ul li a {
	padding: 7px;
	color: #545454;
}

.right-links ul li a:hover {
	/*color: #222;
	border-bottom: 2px solid #fee65e;*/
	border: none;
	color: #222;
	text-decoration: underline;
}

.right-links ul li a.sell-now {
    border: 2px solid #feec76;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.right-links ul li a.sell-now span {
    font-size: 12px !important;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
}

.right-links ul li a.sell-now:hover {
	background: #feec76;

	text-decoration: none;
}

.affix .right-links ul li a.sell-now {
	border: 2px solid #3b4143;
	border-radius: 3px;
	background: #3b4143;
	color: #fff;
}

.affix .right-links ul li a.sell-now:hover {
	color: #feec76;
	border: 2px solid #3b4143;
}

.affix .right-links ul li a:hover {
	color: #FFF;
	border: none;
}




/*** SLICK SLIDER SLIDESHOW ***/

.hp_slides {
	margin: 0;
}

.hp_slides li img {
	width: 100%;
}

.jumbo-msg {
	position: absolute;
	top: 2rem;
	width: 100%;
}

.jumbo-msg h1 {
    font-size: 6em;
    width: 100%;
    color: #fee65e;
    font-family: Montserrat;
}

a.jumbo-btn {
	text-transform: uppercase;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	color: #fee65e;
	width: 300px;
	background: rgba(77,77,77,0.7);
	font-size: 2.8rem;
	padding: 1rem 2rem;
	border: 0.343rem solid #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 1em;
	letter-spacing: 2px;
}

a.jumbo-btn span {
	font-size: 60%;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 1px;
	color: #FFF;
}

a.jumbo-btn:hover {
	background: rgba(255,236,109,0.7);
	color: #545454 !important;
	border: 0.343rem solid #fee65e;
	text-decoration: none;
}

a.jumbo-btn span:hover {
	color: #545454;
}


/*** BAR SEARCH FORM LARGE **************************************************************/

.bar.search-form-lg {
    background: #3b4143;
    padding: 20px 0 40px;
}

.bar.search-form-lg h1 {
    color: #feec76;
	text-align: center;
	font-size: 40px;
	font-weight: 800;
}

.bar.search-form-lg .btn-group.bootstrap-select.form-control {

    background: none;

}
.bar.search-form-lg .btn.dropdown-toggle.btn-default {

    border: none;
    border-radius: 3px !important;
    padding: 10px 25px;
    font-size: 1em;

}


.selectdiv {
  position: relative;
  padding: 0 4px 0px 4px;
  height: 60px;
}

.selectdiv::after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #3b4143;
    right: 12px;
    top: 10px;
    height: 40px;
    padding: 12px 0px 0px 8px;
    border-left: 1px solid #eee;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #feec76;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 0px;
  outline: none;
}

.selectdiv select option {
	outline: none;
}

/*.option-font-size
{
	font-size: 5em !important;
}*/

.selectdiv-btn {
	margin: 5px 0;
	padding: 0 4px 0 4px;
}

.selectdiv-btn .btn {
	height: 50px;	
	width: 100%;
}

.selectdiv-btn .btn span {
	display: none;
}

@media (max-width: 1200px) {
	.right-links ul li a.sell-now span {
		display: none;
	}
	
	.src-ie #keyword_search_box {
		width: 180px;
	}
}

@media (max-width: 1000px) {
	.selectdiv-btn .btn span {
		display: inline-block;
		font-weight: 500;
		font-size: 20px;
	}
	
	.bar.search-form-lg h1 {
	    color: #feec76;
		text-align: center;
		font-size: 33px;
		font-weight: 800;
	}
	
	.col-sm-centered {
	    float: none;
	    margin: 0 auto;
	}
	
	/*header {
		position: ;
		z-index: 140000;
		width: 100%;
		
	} */
	
	#keyword_search_form,
   #keyword_search_form-ie   {
    	margin-top: 2em;
	}
	
	.src-ie #keyword_search_type_select-ie {
		width: 100%;
		margin-bottom: 6px;
	}
	
	.src-ie #keyword_search_box-ie {
		width: 70%;
	}
	
	.src-ie #search_submit_button-ie {
		width: 30%;
		background: #3b4143;
		color: #FFF;
	}
	
	.src-ie {
		margin-bottom: 15px;
	}
}


.btn.search_submit_button {

}

.btn.search_submit_button:hover {
    background: #feec76;
    color: #3b4143;
}

a.adv_search_button {
    border: 3px solid #feec76;
    color: #feec76;
    padding: 15px 10px;
    text-align: center;
    display: block;
    margin: 2.5em auto 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-decoration: none;
}

a.adv_search_button:hover {
	background: #feec76;
	color: #3b4143;
	text-decoration: none;
}

/*** BAR SEARCH CATEGORIES & MANUFACTURERS ***********************************/

.bar.search-cat-man {
	/*border-top: 1px solid #feec76; */
	background-color:rgba(59,65,67,0.9);
    color: #fff;
    padding: 20px 0px 50px;
}

.bar.search-cat-man ul li a{
	color: #eee;
	font-size: 16px;
}

.bar.search-cat-man ul li a:hover {
	color: #feec76;
	text-decoration: none;
}

.bar.search-cat-man h2 a {
    color: #feec76;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    border: 1px solid #feec76;
    text-align: center;
    display: block;
    padding: 10px;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.bar.search-cat-man h2 a:hover {
	background: #feec76;
	color: #3b4143;
	text-decoration: none;
	border-radius: 4px;
}

.uav_part_link {
	margin: 4em auto 2em;
}

a.moreCat {
	text-decoration: none;
	border-bottom: 2px solid #feec76;
}
a.moreCat:hover {
	border-bottom: none;
}

@media (max-width: 760px) {
	.bar.search-cat-man h2 a {
		letter-spacing: 1px;
		font-size: 12px;
	}
	.bar.search-cat-man ul li a {
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.bar.search-cat-man h2 a {
		letter-spacing: 0px;
		font-size: 11px;
	}
}

/*** FEATURED LISTINGS ***********************************/

.featured-listings {
	background: #FFF;
}

.featured-listings h5 {
    font-size: 40px;
    text-align: center;
    color: #3b4143;
    padding: 0 0 1em;
    font-weight: 800;
}

.featured_title_text {
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 0 0 12px;
    color: #3b4143;
}

.foreground {
	margin-top: 4.4rem;
}

.fl-image-wrapper {
  position: relative;
  padding-bottom: 56.2%;
}

.fl-image-wrapper img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured_link.featured_image.featured_image span {
	display: none;
}

.featured_link.featured_image {
    margin-top: 2rem;
    display: block;
}

.fl_paging {
	background: #3b4143;
	height: 50px;
}

.fl_paging_content {
    display: block;
    width: 170px;
    margin: 0 auto !important;
    float: none !important;
}

.fl_paging div {
    float: left;
    margin: 0.3rem 1.7rem;
    font-size: 1rem;
    color: #feec76;
}


.fl_paging .fl_play_pause {
	margin-top: 1rem;
}

@media (max-width: 1000px) {
	.foreground {
		display: none;
	}
}


/*** LEADERBOARD ***/

.adbox_leaderboard a.ad {
	display: block;
	text-align: center;
}

.bar.leaderboard {
    margin-top: 37px;
    padding: 26px 0 0;
    background: #eee;
}

.adbox_leaderboard a.ad img.img-responsive {
	margin: 0 auto;
}

@media (max-width: 800px) {
	.adbox_leaderboard {
		display: none;
	}
}

/*
.adbox_leaderboard a.ad img {
    width: 90%;
}
@media (max-width: 1000px) {
	.adbox_leaderboard a.ad img {
	    width: 100%;
	}
} */



/*** hp SIGNUP ***/

.hp-signup h2 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    color: #3b4143;
    font-weight: 800;
    border-bottom: 2px solid #feec76;
}

.hp-signup .heading h2 i {
    font-size: 38px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    margin-bottom: 8px;
}

.hp-signup h2 span {
    font-size: 17px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
}


/*** FEATURED COMPANIES ***/

.featured-companies {
	background: #FFF;
}

#scroller_right {
    display: block;
   /* overflow: hidden; */
    margin: 40px auto 20px;
    max-width: 300px;
}

#scroller {
    max-height: 250px !important;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px;
    max-width: 300px;
}

.mid-ad-scroller .slides_container {
	top: -250px;
}

#slides1 {
	margin-top: 2rem;
}


/*** SIGNUP ***/
.bar.hp-signup {
	background: #FFF;
}

/*** POPULAR MAKES ***/
.bar.popular {
    background:#feec76;
    font-size: 140%;
}
.popular_title {
	font-weight: 800;
	font-size: 4rem;
	color: #FFF;
	text-align: center;
	margin-bottom: 2rem;
}
.bar.popular h3 {
    border-bottom: 1px solid #FFF;
    padding-bottom: 8px;
}

.bar.popular.corporate-ac ul li {
    margin-bottom: 11px;
    line-height: 1em;
}

/*** FEAUTURES ***/
.bar.features {
    background:#FFF;
    font-size: 140%;
}

.bar.features svg {
    fill: #3b4143;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: bottom;
    max-height: 80px;
}


.bar.features svg:hover {
	fill: #feec76;
}

.bar.features a {

    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    color: #3b4143;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
margin-bottom: 15px;

    
}

.bar.features a:hover {
    color: #feec76;
    text-decoration: none;
}




/*** FORMS *******************************/

.form-group {
	margin-bottom: 15px;
}

.form-group .form-control {
    width: 100%;
}

.form-control.fctap {
    border: 1px solid #ddd;
    padding: 21px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}

select.form-control.fctap {
    padding: 6px;
    min-height: 42px;
}

.form-control.fctap:focus,
.fctap .btn.dropdown-toggle:focus {
    border-color: #feec76;
    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); */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fctap .btn.dropdown-toggle {
    text-transform: none;
    background: #FFF;
    letter-spacing: 0;
    padding: 9px 21px 10px 21px;
    border: 1px solid #DDD;
    border-radius: 4px;
    
    font-weight: 400;
    font-size: 16px;
}

.fctap .btn {
    padding: 14px 24px;
    margin: 0 auto 10px;
    display: block;
} 

.fctap .btn-50 {
   width: 50%;
}

.fctap .btn-40 {
   width: 40%;
}

.fctap .btn-30 {
   width: 30%;
}

.fctap .btn-20 {
   width: 20%;
}

.fctap .btn-float {
   float: left;
}


.fctap .btn.secondary,
.btn.secondary {
	background: none;
	border: 2px solid #3b4143;
}

.fctap .btn.secondary:hover,
.btn.secondary:hover {
	background: #3b4143;
	border: 2px solid #3b4143;
	color: #FFF;
}

.fctap .btn.hp-signup {
    padding: 14px 24px 15px 18px;
    width: 140px;
}

hr.hidden-divider {
	display: none;
}

.form-check {
	text-align: center;
}

.form-control.fctap.required input:after { 
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
    top:7px;
}



/*default form styling w/out bootstrap form-control */
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select {
    border: 1px solid #ddd;
    /*padding: 10px; */
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    /*width: 100%; */
    font-family: "proxima-nova", sans-serif;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="email"]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #feec76;
}

@media (max-width: 1000px) {
	.fctap .btn.hp-signup {
	   width: 100%;
	}
	
	hr.hidden-divider {
		display: block;
	}
	
	.fctap .btn {
	    width: 100%;
	} 
	
	btn.btn-template-main {
		width: 100%;
	}
	
	.form-check {
		text-align: left;
	}
}


/*** SEARCH BUTTON RIGHT ***************************/
.search-btn-right {
	display: none;
}

/*** BREADCRUMBS *****************************/

#breadcrumbs {
    color: #feec76;
    font-size: 12px;
    font-weight: 300;
}

#breadcrumbs a {
    color: #999;
    font-size: 12px;
    font-weight: 300;
}

/*** PAGE HEADERS ******************/

#page-header,
.page-header {
    font-size: 16px;
    font-weight: 600;
}

.page-header.centered {
    text-align: center;
    font-size: 23px;
    border: none;
}


/*** FOOTER ***/

#footer {
	padding: 0;
}

#footer ul {
	padding: 2em;
}

#footer ul li a {
	color: #EEE;
}

#footer ul li a:hover {
	color: #feec76;
}

.ftr-small {
	color: #EEE;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
}

.ftr-small a {
	color: #FFF;
	font-size: 14px;
}

p.ftr-small-strong a {
	font-size: 17px;
	color: #feec76;
	text-align: center;
	font-weight: 400;
	display: block;
} 

p.ftr-small-strong a[href^=tel] {
  color: #feec76;
}

.ftr-bold-links a {
    font-size: 110%;
    font-weight: 400;
    letter-spacing: 1px;
}

.ftr-offsite-links li {
	margin-bottom: 12px;
}

.ftr-offsite-links a {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 87%;
}

#footer .social_media_footer {

}

#footer .social_media_footer li {
    float: left;
    margin: 10px;
}

#footer .social_media_footer li a {
    color: #feec76;
}

#footer .social_media_footer li a.sm_facebook:hover {
	color: #4267b2;
}
#footer .social_media_footer li a.sm_twitter:hover {
	color: #1da1f2;
}
#footer .social_media_footer li a.sm_google:hover {
	color: #db5248;
}
#footer .social_media_footer li a.sm_pinterest:hover {
	color: #bb0f24;
}
#footer .social_media_footer li a.sm_linkedin:hover {
	color: #1178b3;
}
#footer .social_media_footer li a.sm_youtube:hover {
	color: #fc0d1c;
}
#footer .social_media_footer li a.sm_blog:hover {
	color: orange;
}
#footer .social_media_footer li a.sm_instagram:hover {
	color: #d53382;
}



.nav-toggle {
    display: block;
    height: 24px;
    height: 2.4rem;
    width: 24px;
    width: 2.4rem;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-bottom: 0.3rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    margin-top: -0.2rem;
    background: white;
    cursor: pointer;
}

.nav-toggle__line {
    background: #AEA288;
    height: 2px;
    height: 0.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    top: 8px;
    top: 0.8rem;
}

@media (max-width: 829px)
.nav__top-level {
    position: absolute;
    background: #302e2a;
    overflow: hidden;
    top: -0.2rem;
    bottom: 0;
    right: -29.2rem;
    padding: 1.2rem 0;
    height: 100vh;
    width: 28rem;
    box-shadow: 0px 0 4px rgba(48,46,42,0);
}

.nav__top-level {
    transition: box-shadow 0.5s cubic-bezier(0.33, 0, 0, 0.99);
}


@media (max-width: 1200px) {
	.nav > li > a {
	    letter-spacing: 1px;
	    font-size: 82%;
	    font-weight: 600;
	    padding: 18px 13px;
	}
	
	a.logo_globe {
		width: 223px;
	}
	
   #keyword_search_box,
   #keyword_search_box-ie    {
    	width: 300px;
	}
	
	
}





/*** NAVBAR TOGGLE BREAKPOINT CHANGE ***/
@media (max-width: 1000px) {
	
	
	.hamburger {
		display: block;
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    
    .right-links {
	    display: none;
    }
    
    #top {
	    display: none;
    }
    
   #keyword_search_box,
   #keyword_search_box-ie {
    	width: 570px;
	}
    
    
    .navbar-default {
		/*background: -webkit-gradient(linear, left top, right top, from(#ffea65), to(#fee65e));
		background: -webkit-linear-gradient(top, #ffea65, #fee65e);
		background: -moz-linear-gradient(top, #ffea65, #fee65e);
		background: -o-linear-gradient(top, #ffea65, #fee65e);
		background: -ms-linear-gradient(top, #ffea65, #fee65e);
		background: linear-gradient(top, #ffea65, #fee65e);
		background-color: #ffea65; */
		background: #feec76;
	}

	a.logo_globe {
		display: none;
	}
	
	a.logo_tap {
		display: block;
		position: relative;
		float: none;
		margin: 0 auto;
		width: 199px;
		top: 20px;
	}
	
	.navbar-form {
		border: none;
	}
	
	.navbar .btn.btn-default.src-glass-button {
	    color: #fff;
	    background: #3b4143;
	    padding: 10px 12px 6px 14px;
	    font-size: 18px;
	    border: 1px solid #3b4143;
	}
	
	.navbar .btn.btn-default.src-glass-button:hover {
	    color: #fee65e;
	    background: #3b4143;
	    border: 1px solid #3b4143;
	}
	
	.cd-hero {
		top: -3px;
	}
	
	.keyword-src {
		display: none;
	}
	
	.keyword-src.open {
		display: block;
	}
	
	.search-btn-right {
		display: block;
		float: right;
		position: absolute;
		top: 7px;
		right: 0px;
	}
	
	.search-btn-right .search-form-tigger.btn.btn-success {
	    background: none;
	    border: none;
	    font-size: 2em;
	    color: #3b4143;
	}
    
}






@media (max-width: 767px) {
	
	/*a.logo_globe {
		display: block;
	}
	
	a.logo_globe img {
	    width: 213px;
	    margin-left: 14px;
	} 
	
	a.logo_tap {
		position: relative;
		left: 12px;
		top: 14px;
		float: left;
	}

	a.logo_tap img {
		width: 165px;
	}	*/
	
	#keyword_search_box,
   #keyword_search_box-ie   {
    	width: 100%;
	}
}
