.top-message {
	display: block;
}

header.nav-holder #navbar {
	background: transparent;
	padding: 6px 0;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

header.nav-holder.sticky #navbar {
    background: #FFF;
    padding: 2px 0 3px;
    border-bottom: none;
}

.hp-header-image {
	background-image: url("../../_homepage/images/hp-header-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 500px;
	/*position: absolute; */
	top: 0;
	left: 0;
	z-index: 1;	
}

.hp-header-image.two {
	background-image: url("../../_homepage/images/hp-header-image-two.jpg");
}


header.nav-holder {
	position: relative;
	z-index: 2;
}

.hp-only {
	display: block;
}
.all-site {
	display: none;
}

section#content nav#breadcrumbs
{
	display: none;
}

#navigation ul li a:after {
	top: 27px;
}

div#top_ad {
    width: 338px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: right;
    top: 27px;
}

.nav-wrapper {
	height: 75px;
}

.bar.background-white.hp-gray {
    background: #f6f7f9;
}

.hp-begin {
    /*margin-top: 404px;*/
    margin-top: -111px;
}

.giveaway {
    position: absolute;
    top: 380px;
    z-index: 9;
    width: 303px;
    padding-left: 0;
    left: 0;
    border-right: none;
    animation: 1s ease-out 0s 1 slideInFromRight;
    background: -webkit-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
    background: -moz-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
    background: -o-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
    background: -ms-linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
    background: linear-gradient(left, #f3aa2a, #fb5f21, #fb281c);
    background-color: #fb271c;
    box-shadow: 1px 3px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 3px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 3px 8px rgba(0,0,0,0.5);
}

a.giveaway-image {
    display: block;
    float: left;
    position: relative;
    left: -15px;
    top: 2px;
}

img.giveaway-image {
    display: block;
    margin-bottom: 4px;
}

.giveaway-link {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 19px;
    color: #FFF;
    padding: 9px 0 0;
    line-height: 1.1;
    font-family: franklin-gothic-urw-cond;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.giveaway-link:hover,
.giveaway-link:focus {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}


.giveaway-image.mobile {
	display: none;
}


@media (max-width: 1100px) {
	.giveaway {
	    position: relative;
	    top: 0;
	    z-index: 9;
	    width: 100%;
	    padding-left: auto;
	    right: auto;
	   	animation: none;
	   	box-shadow: none;
	   	-webkit-box-shadow: none;
	   	-moz-box-shadow: none;
	   	margin-bottom: 1em;
	   	padding-top: 1em;
	   	padding-bottom: 1em;
	}
	
	.giveaway-link {
	    font-size: 23px;
	    padding: 23px 0 22px;
	}
	
	a.giveaway-image {
	    display: block;
	    float: none;
	    position: relative;
	    left: 0;
	    top: 0;
	    width: 320px;
	    margin: 0 auto;
	}
	
	.giveaway-image.desktop {
		display: none;
	}
	
	.giveaway-image.mobile {
		display: block;
		margin-bottom: 0;
		width: 100%;
	}
}


@media (max-width: 450px) {
	
	.giveaway-link {
	    font-size: 19px;
	    padding: 14px 0;
	}
}

@media (max-width: 360px) {
	
	a.giveaway-image {
		width: 290px;
	}
}

h3.cat-box-header {
    font-weight: 400;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    border-bottom: 1px solid #ddd;
    font-family: franklin-gothic-urw-cond;
    padding-bottom: 6px;
    margin-bottom: 11px;
    text-align: center;
    margin-top: 4px;
}

.hp-cat-box {
    background: #FFF;
    text-align: center;
    height: 125px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin-bottom: 1em;
    position: relative;
    border-radius: 3px;
}

.hp-cat-box:hover,
.hp-cat-box:focus {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hp-cat-box a {
	width: 100%;
	height: 100%;
}

.hp-cat-box:hover a,
.hp-cat-box:focus a {
	color: #f83f2c;
    text-decoration: none;
}

.hp-cat-box a img {
    max-width: 140px;
    max-height: 70px;
    margin-top: 10px;
}

.hp-cat-box a.hp-trailer img {
    margin-top: 20px;
}

.hp-cat-box a span {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container.hp-begin h3 {
    font-weight: 400;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    letter-spacing: 3px;
    margin-top: 11px;
    margin-bottom: 12px;
}

.hp-cat-box.tools {
	background: #000;
	height: 80px;
}

.hp-cat-box.tools a img {
    max-width: 100px;
    max-height: 37px;
    margin-top: 10px;
}

.hp-cat-box.tools a {
	color: #FFF;
}

.hp-cat-box.tools:hover a,
.hp-cat-box.tools:focus a {
	color: #f3aa2a;
	text-decoration: none; 
}

.hp-cat-box.tools a span {
	font-weight: 500;
	font-size: 16px;
}

.hp-cat-box.tools a span span.small-tm {
    font-size: 7px;
    position: relative;
    letter-spacing: 0.1em;
    margin-left: 1px;
}

#advanced_search_links {
	background: #000;
	font-weight: 500;
   font-size: 16px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 18px;
	display: none;
}

ul.advanced_links li a
{
	margin-top: 4px;
	margin-bottom: 2px;
	color: white;
	font-style: italic;
}

ul.advanced_links li a:hover
{
	color: #f3aa2a;
	text-decoration: none; 
}


.bar.background-white.hp-gray.links-type {
    background: #f6f7f9;
    padding: 30px 0 50px;
    margin-bottom: 2em;
}

.links-types h3 {
    font-size: 2.1rem;
    color: #959aa2;
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e8e7e6;
}

.links-types a {
    font-weight: 400;
    font-size: 16px;
}

.links-types a:hover {
    color: #f83f2c;
	text-decoration: none;
}

.links-types.row p {
    line-height: 1.2;
    margin-bottom: 16px;
}

.links-makes.row h2 {
    /* text-align: center; */
    /* text-transform: uppercase; */
    color: #999;
    font-weight: 600;
    /* letter-spacing: 7px; */
    padding-bottom: 17px;
    margin-bottom: 0;
    font-size: 2.1rem;
    font-weight: 800;
    border-bottom: 1px solid #DDD;
}

.links-makes.row h3 {
    /* font-style: italic; */
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #ddd;
    /* border-top: 1px solid #ddd; */
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: left;
    color: #9499a2;
    font-weight: 100;
    letter-spacing: 4px;
}

.links-makes.row p {
    line-height: 1.2;
    margin-bottom: 16px;
}

.links-makes.row p a {
    font-size: 16px;
    font-weight: 400;
}

.links-makes.row p a:hover,
.links-makes.row p a:focus {
	color: #f83f2c;
	text-decoration: none;
}

#google_adsense {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.bottom-blurb {
	padding: 3em 2em 5em;
}

.bottom-blurb h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    color: #777;
    font-weight: 100;
    letter-spacing: 4px;
    font-size: 1.4rem;	
}

.bottom-blurb p {
    line-height: 1.6;
    color: #777;
    font-size: 1rem;
}

section#content {
	padding-bottom: 0;
}

#footer {
	margin-top: 0;
}

@media (max-width: 1790px) {

	#navigation ul li a:after {
		top: 28px;
	}
}

@media (max-width: 1660px) {

	#navigation ul li a:after {
		top: 26px;
	}
}

@media (max-width: 1400px) {

	#navigation ul li a:after {
		top: 25px;
	}
}

#keyword_search_type_select {
    /* background: rgba(255,255,255,0.0) url(/_common/images/hp-dropdown-caret-white.png) no-repeat right 0.5em center; */
    border: 1px solid rgba(255,255,255,0.63);
    border-right: 0;
    border-radius: 200px 0 0 200px;
    height: 45px;
    max-width: 121px;
    font-weight: 400;
    padding-left: 29px;
    padding-right: 24px;
    width: auto;
}

.src-box-line {
	position: relative;
}

.src-box-line::before {
	content: " ";
    border-left: 1px solid rgba(255,255,255,0.63);
    height: 33px;
    position: absolute;
    top: 5px;
}

input#keyword_search_box {
    border: 1px solid rgba(255,255,255,0.63);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-family: franklin-gothic-urw;
    letter-spacing: 0.06em;
    font-size: 16px;
    height: 45px;
    background: rgba(255,255,255,0.9);
    color: #000 !important;
}

input#keyword_search_box::placeholder {
	color: #bbb;
}

input#keyword_search_box [type="text"]:focus {
	outline: 1px solid #FFF;
	background: #FFF;
	color: #404040;
}

.keywordSearch input[type="text"]:focus,
.keywordSearch input[type="password"]:focus,
.keywordSearch input[type="url"]:focus,
.keywordSearch input[type="email"]:focus,
.keywordSearch input.text:focus,
.keywordSearch input.title:focus,
.keywordSearch textarea:focus {
	outline: 1px solid #FFF;
	background: #FFF !important;
	color: #333;
}

#search_submit_button {
    /* background: rgba(255,255,255,0.0); */
    border: 1px solid rgba(255,255,255,0.63);
    border-radius: 0 200px 200px 0;
    border-left: 0;
    position: relative;
    padding: 0 1em 0 0.8em;
    min-height: 45px;
}

#search_submit_button::before {
    content: " ";
    position: absolute;
    height: 33px;
    border-left: 1px solid rgba(255,255,255,0.63);
    left: 0;
    top: 5px;
}


@media (max-width: 1400px) {
	
	#keyword_search_type_select {
	    max-width: 113px;
	    padding-left: 21px;
	}
}

@media (max-width: 1200px) {
	
	header.nav-holder #navbar {
		background: #000;
		border-bottom: none;
		padding: 0;
	}
	
	.logo-lg.hp-only {
		display: none;
	}
	
	.hp-cat-box a span {
		font-size: 15px;
	}
}


/*Hero Text */
.hp-header-image h2 {
    color: #FFF;
    font-size: 54px;
    margin: 3em auto 0em;
    text-align: center;
    font-family: franklin-gothic-urw;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1.5px;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hp-header-image p {
    color: #FFF;
    font-family: franklin-gothic-urw-cond;
    font-size: 21px;
    margin: 12px auto;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.mobile-only-break {
	display: none;
	width: 100%;
	height: 12px;
}

.hp-header-image .btn {
    margin: 0.6em auto 0;
    font-family: franklin-gothic-urw;
    font-size: 16px;
    font-weight: 500;
    padding: 1rem;
}

.hp-header-image .btn.secondary.white {
	background: rgba(0, 0, 0, 0.2);
}

.hp-header-image .btn:hover,
.hp-header-image .btn:focus {
	background: rgba(0,0,0,0.7);
	border-color: rgba(0,0,0,0.0);	
} 

.hp-header-image .btn.btn.secondary.white:hover,
.hp-header-image .btn.btn.secondary.white:focus {
	background: rgba(0,0,0,1);
	border-color: rgba(0,0,0,1);	
} 


.hp-header-image .btn span {
    font-weight: 400;
}


@media (max-width: 1200px) {
    .hp-header-image h2 {
        margin: 3.3em auto 0;
        font-size: 47px;
    }
}


@media (max-width: 880px) {
      .hp-header-image h2 {
        font-size: 36px;
        margin: 4.3em auto 0;
        line-height: 1;
        padding: 0;
    }
}	


@media (max-width: 1500px) {
	div#top_ad {
	    left: 80px;
	}
}
@media (max-width: 1300px) {
	div#top_ad {
	    left: 70px;
	}
}

@media (max-width: 1250px) {
	div#top_ad {
	    left: 56px;
	}
	.cat-box {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

@media (max-width: 1200px) {
	
	.cat-box {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	
	.hp-cat-box.tools a span {
		font-size: 15px;
	}
}

@media (max-width: 1050px) {
	div#top_ad {
	    left: 40px;
	}
}


@media (max-width: 990px) {
	div#top_ad {
	    float: none;
	    margin: 1em auto;
	    left: 0;
	}
	
	.cat-box {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	
	.hp-cat-box a span {
		font-size: 16px;
	}
	
	.hp-cat-box.tools a span {
		font-size: 15px;
	}
	
	h3.cat-box-header {
		text-align: center;
	}
}


@media (max-width: 600px) {
	header.nav-holder #navbar {
		background: #FFF;
	}
	
	input#keyword_search_box {
		background: #f6f6f6;
	}
	
	input#keyword_search_box:focus {
		background: #fff;
		outline: 2px auto #f83f2c;
	}
	
	#search_submit_button {
		background: #f6f6f6;
	}
	
	#keyword_search_type_select {
    	background: #f6f6f6 url(/_common/images/hp-dropdown-caret.png) no-repeat right 0.5em center;
    	color: #444;
	}
	
	.src-box-line::before {
		border-left: 1px solid #DDD;
	}
	
	.hp-header-image p {
		line-height: 1.1;
		margin: 16px auto;
	}
	
	.mobile-only-break {
		display: block;
	}
	
	 .hp-header-image h2 {
        font-size: 36px;
        margin: 4.6em auto 0;
        line-height: 1;
        padding: 0;
    }
    
    .hp-header-image.two {
	    background-position: 33% center;
    }
    
    .bottom-blurb h1 {
	    text-transform: none;
	    letter-spacing: 0;
    }
    
    .bottom-blurb p {
	    font-size: 0.9rem;
	    line-height: 1.3;
    }
    
    .bottom-blurb {
	    padding: 2em 0 3em;
	}
    
}

@media (min-width: 376px) and (max-width: 414px) {
	.hp-header-image.two h2 {
	    font-size: 40px;
	    margin-top: 5.1em;
	}
}

@media (max-width: 410px) {
	.hp-begin {
	   /* margin-top: 440px;*/
	}

}

@media (max-width: 320px) {
	.hp-header-image.two h2 {
	    font-size: 40px;
	    margin-top: 5em;
	}
}




/* TOP BAR **********/

.top-bar {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    color: #fff;
	font-size: 0.9rem;
	padding: 4px 0;
}

.top-bar:before {
	display: none;
}

.top-bar.top-bar-light {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #ddd;
}

.top-bar.top-bar-light a.login-btn, .top-bar.top-bar-light a.signup-btn {
  color: #555 !important;
}

.top-bar.top-bar-light a.login-btn span, .top-bar.top-bar-light a.signup-btn span {
  display: inline-block;
}

.top-bar p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar a {
	color: #FFF;
	font-weight: 400;
	
}
.top-bar a.login-btn, .top-bar a.signup-btn {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none !important;
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: 10px;
}

.top-bar a.login-btn i, .top-bar a.signup-btn i {
  margin-right: 10px;
}

.top-bar ul.social-custom {
  margin-left: 20px;
}

.top-bar ul.social-custom li {
  padding: 0;
  margin: 0;
}

.top-bar ul.social-custom a {
  text-decoration: none !important;
  font-size: 0.9rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  margin: 0;
  padding: 0;
}

.top-bar ul.social-custom a:hover {
	color: #000;
}

.top-bar a:hover i,
.top-bar a:focus i {
	transform: scale3d(1.2, 1.2, 1);
	color: #f3aa2a;
}

.top-bar .contact-info {
  margin-right: 20px;
}

.top-bar .contact-info a {
  font-size: 0.8rem;
}

.top-bar a:hover, .top-bar a:focus {
	color: #ffd120;
}

.top-bar ul.social-custom a:hover,
.top-bar ul.social-custom a:focus {
	color: #ffd120;
}






/* FEATURED LISTINGS */
div.bar.background-white.featured-listings-container
{
        padding-top: 10px;
        padding-bottom: 25px;
	height: auto;
	min-height: 306px;
}

.carousel-inner
{
        width: 80%;
        margin: 0 auto;
	padding-left: .5em;
}

.multi-item-carousel .carousel-control {
        background-image: none;
}

.multi-item-carousel .carousel-inner .carousel-item div
{
	float: left;
}

.multi-item-carousel .left,
.multi-item-carousel .right
{
	color: #aaa;
	width: 100px;
	height: 190px;
}

@media (min-width:575px) and (max-width:1500px) {
	.multi-item-carousel .left,
	.multi-item-carousel .right {
		height: 150px;
	}
}

.multi-item-carousel{
  .carousel-inner{
    > .carousel-item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .carousel-item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
}

.multi-item-carousel .carousel-inner .featured_image {
        margin-top: 0 !important;
}
.multi-item-carousel .carousel-inner .img-responsive {
        margin: 0 auto;
}

.featured_link.featured_image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 206px;
    object-fit: cover;
}

@media (max-width:1500px) {
	.featured_link.featured_image img {
    	height: 143px;
	}
	
	div.bar.background-white.featured-listings-container {
		min-height: 250px;
	}
}

@media (max-width:1200px) {
	.featured_link.featured_image img {
    	height: 133px;
	}
}

@media (max-width:767px) {
	.featured_link.featured_image img {
    	height: 147px;
	}
}

@media (max-width:575px) {
	.featured_link.featured_image img {
    	height: 296px;
	}
	
	.multi-item-carousel .left, .multi-item-carousel .right {
		top: 3rem;
	}
	
	.links-makes.row h3, .links-types h3, .links-makes.row h2 {
		text-align: center;
	}
}

.featured_link.featured_image.featured_image {
	text-decoration: none;
}
.featured_link.featured_image.featured_image:hover span,
.featured_link.featured_image.featured_image:focus span {
	text-decoration: none;
	background: #000;
	color: #FFF;
}

.featured_link.featured_image.featured_image span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    margin-top: 3px;
    padding: 4px;
    font-family: franklin-gothic-urw-cond;
}

.featured_link.featured_image.featured_image span .price-fl {
	padding: 0;
}

.featured_link.featured_image.featured_image span:hover
{
        text-decoration: none !important;
        background: #000;
        color: #fff;
}

.carousel-control {
        text-shadow: none;
        color: #555 !important;
}

.carousel-control:visited {
        color: #3b4143;
}

.carousel-control:hover {
        color: #feec76 !important;
}

.slides_container {
	margin: 0 auto;
}

.links-container {
	border-top: 1px solid #EEE;
}

.fl-listing {
	display: inline-block;
}

h2.fl-hp {
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding-bottom: 8px;
}


@media (max-width:1200px) {
	.top-btns {
	    padding-left: 15px;
	    padding-right: 15px;
	    margin: 4px 0;
	}
	
	.multi-item-carousel .left, .multi-item-carousel .right {
		width: 25px;
	}
	
	.carousel-inner {
	    width: 90%;
	    margin: 0 auto;
	    padding-left: .5em;
	}

}

@media (max-width:1000px) {
	div.column {
	    width: 100%;
	}
	
	div.column ul li {
		margin-bottom: 12px;
	}
	
	div#links a {
	    font-size: 15px;
	}
	
	.header_right {
   	 margin-left: auto;
	}
}

@media (max-width: 800px) {
	#google_adsense {
		display: none;
	}
}

@media (max-width: 575px) {
	.carousel-control-prev, .carousel-control-next
	{
		width: 50px !important;
	}

	/*.featured-listings-container 
	{
		height: 175px !important;
	}*/

	.multi-item-carousel .carousel-inner .carousel-item div
	{
		text-align: center;
	}

	.carousel-inner
	{
		width: 80%;
	}
}


@media (max-width: 420px) {
	.hp-begin {
		/*margin-top: 400px;*/
	}
	
	.hp-begin h3 {
		text-align: center;
	}
}


@media (max-width: 360px) {
	
	.hp-header-image h2 {
		font-size: 37px;
	}
	
	.hp-cat-box a span {
	    font-size: 14px;
	}
	
	.hp-cat-box.tools a span {
	    font-size: 14px;
	}
	
	.hp-header-image .btn {
		font-size: 14px;
	    padding: 1rem 0;
	}
	div#top_ad,
	div#slides1,
	div#slides1 img,
	div#slides1 .slides_container,
	div#slides1 .slides_container .slides_control div {
		width: 300px !important;
		margin: 0 !important;
	}
	
	.hp-cat-box a img {
		max-width: 125px;
	}
	
	.hp-header-image p {
		margin: 6px auto;
	}
	
	.hp-begin {
    		/*margin-top: 420px;*/
	}
}


/* SWIPER HOMEPAGE SLIDER **********************/

.swiper-container {
	width: 100%;
	height: 100%;
	top: -111px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: .3;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #FFF;
}

@media (max-width: 600px) {
	.swiper-pagination {
		display: none;
	}
}