.head-site {
	padding: 15px 0 0 0;
	background: #fff;
}

.ads-section {
	margin-bottom: 60px;
}

.ads-section .banner-sm img,
.ads-section .banner-md img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.ads-section .banner-sm img {
	max-width: 300px;
}

.ads-section .banner-md img {
	max-width: 729px;
}

.search-area .input-group,
.search-area .search-input {
	width: 100%;
}

.search-area .input-group {
	margin-top: 15px;
	margin-bottom: 30px;
}

.search-area input.search-input {
    padding: 25px 20px;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    border: 3px solid #ddd;
    box-shadow: none;
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 400;
    z-index: 9;
    color: #333;
}

.search-area .search-button {
	border: 0;
	background: none;
	position: absolute;
	right: 10px;
	top: 5px;
	color: #333;
	font-size: 22px;
	z-index: 10;	
}

.phone-header .ic-phone {
	font-size: 50px;
	text-align: right;
	line-height: 50px;
	color: #111;
	position: relative;
	top: 5px;
	right: 9px;
}

.phone-header p {
	font-size: 23px;
	font-weight: 600;
	line-height: 22px;
}

.phone-header p span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 2px;
}

.btn-hamburger {
	font-size: 30px;
	cursor: pointer;
	margin-top: 20px;
	float: right;
	line-height: 30px;
	text-align: center;
	background: #111;
	color: #fff !important;
	padding: 10px;
	border-radius: 90%;
}

.btn-hamburger span {
	display: none;
	font-size: 10px;
	letter-spacing: 1px;
	position: relative;
	top: -4px;
	text-transform: uppercase;
	color: #111;
	text-align: center;
}

.sidenavR {
    background-color: #111;
    height: 100%;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s;
    width: 0;
    z-index: 100;
}

.sidenavR a {
    color: #fff;
    display: block;
    font-size: 25px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: .3s;
    width: 220px;
}


.sidenavR a:hover,
.offcanvas a:focus {
    color: #ccc;
}

.sidenavR .closebtn {
    font-size: 36px;
    margin-left: 50px;
    position: absolute;
    right: 25px;
    top: 0;
    text-align: right;
}

.home .header-page {
	padding: 10px 0 20px 0;
	margin-bottom: 60px;
	background-color: #EFEFEF;
	background-size: cover;
	position: relative;
  	z-index: 1;
  	background-attachment: fixed;
  	background-position: center;
}


.home .header-page:before {
    position: absolute;
    /* IE6-8 */
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	z-index: -1;
	content: " ";
}

.home .header-page a {
	color: #fff;
}

.internal .header-page {
	padding: 10px 0;
	margin-bottom: 90px;
	background: #EFEFEF;
	position: relative;
  	z-index: 1;
}


.header-page h1,
.header-page h2 {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.header-page h2 {
	font-size: 32px;
	margin-bottom: 3px;
}

.header-page .breadcrumb-pages {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.header-page .breadcrumb-pages a {
	opacity: 0.9px;
	color: #fff;
}

.header-page .breadcrumb-pages span {
	font-weight: 600;
}

.ads-section {
	margin-bottom: 30px;
}


.header-page h1,
.header-page h2 {
	color: #fff;
}


.title-section h2 {
	font-size: 34px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}

.commerce-section {
	margin-bottom: 60px;
}

.commerce-section .thumbnail {
	border: none;
	height: 250px;
}

.commerce-section figure {
	border: 2px solid #eee;
	padding: 20px;
}

.commerce-section figure:hover {
	border-color: #ccc;
}

.commerce-section figure img {
	max-width: 180px;
	margin: auto;
	display: block;
}

.commerce-section .thumbnail h3 {
	margin-top: 5px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 6px;
}

.commerce-section .thumbnail h3,
.commerce-section .thumbnail p {
	text-align: center;
}

.commerce-section .thumbnail h3:hover,
.commerce-section .thumbnail p:hover {

}

.commerce-section .thumbnail a:hover {
	text-decoration: none;
	color: #666;
}

.commerce-section .nav-footer {
	margin-top: 40px;
	margin-bottom: 100px;
	border-top: 2px solid #eee;
	padding-top: 30px;
}

.commerce-section .nav-footer .btn-more {
	padding: 10px 30px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #111;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	position: relative;
	top: 10px;
}

.commerce-section .nav-footer .btn-more:hover,
.commerce-section .nav-footer .btn-more:focus {
	text-decoration: none;
	background: #111 !important;
	color: #fff;
}

.commerce-section .nav-footer .pagination {
	margin: 0;
	float: right;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.commerce-section .nav-footer .pagination > li > a, 
.commerce-section .nav-footer .pagination > li > span {
	border: none;
	color: #111;
}

.commerce-section .nav-footer .pagination > li > a:hover {
	background: none;
	color: #666;
}

.internal-logo {
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.internal-logo img {
	margin: 0 auto;
}

.internal .sidebar-categories {
	clear: both;
	min-height: 200px;
	margin-bottom: 90px;
	border: 1px solid #111;
}

.internal .sidebar-categories a {
	color: #111;
}

.internal .sidebar-categories a:hover {
	text-decoration: none;
}

.internal .sidebar-categories .tit {
	background: #111;
	color: #fff;
	padding: 12px 20px;
	font-weight: 700;
	font-size: 19px;
}

.internal .sidebar-categories .itens-category {
	list-style: none;
	padding-left: 0;
}

.internal .sidebar-categories .itens-category li {
	border-bottom: 1px dotted #ddd;
	padding: 10px 20px;
	font-size: 16px;
}

.internal .sidebar-categories .itens-category li:last-child {
	border-bottom: 0;
}

.single-commerce .intro-infos {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.single-commerce .intro-infos p {
	font-style: italic;
	color: #777;
	font-size: 16px;
}

.single-commerce .details-infos {
	margin-bottom: 30px;
}

.single-commerce .details-infos p {
	font-size: 16px;
	margin-bottom: 20px;
}

.single-commerce .details-infos .tel-area a {
	color: #111;
}

.single-commerce .details-infos .icon {
	font-size: 13px;
	background: #10B269;
	color: #fff;
	width: 24px;
	height: 24px;
	text-align: center;
	padding-top: 6px;
	border-radius: 90%;
	display: block;
	clear: both;
}

.single-commerce h1 {
	font-weight: 600;
	font-size: 36px;
	margin-top: 0;
}

footer.bg-foot {
	background: #F2F4F3;
	padding: 50px 0;
}

footer dl {
	color: #808B92;
	margin-bottom: 30px;
}

footer dt {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 22px;
}

footer dd {
	margin-bottom: 5px;
}


footer a {
	color: #111;
}

footer p {
	color: #111;
}


.address p {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.address .ic-phone {
	font-size: 28px;
	position: relative;
	top: 3px;
	margin-right: 4px;
}

.address p.social {
	margin-bottom: 30px;
}

.address p.social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: auto 5px;
	font-size: 22px;
	padding-top: 5px;
	color: #fff;
	background: #111;
	border-radius: 90%; 
}

.copy-area p {
	margin-bottom: 30px;
}


/* Custom 3 */

.custom3 .btn-hamburger,
.custom3 .search-area span,
.custom3 .commerce-section .nav-footer .pagination a:hover,
.custom3 .details-infos a,
.custom3 footer a:hover {
	color: #95D848;
}

.custom3 .header-page {
	background-color: #00899E;
}

.custom3 .header-page:before {
	/* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 137, 158, 0.8) 45%, rgba(0, 137, 158, 0.8) 75%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#487226', endColorstr='#487226',GradientType=0 );
}

.custom3 .commerce-section .nav-footer .btn-more {
	background: #95D848;
	border-color: #95D848;
	color: #fff;
}

.custom3 .address p.social a,
.custom3 .address p.social a:hover {
	background: #95D848;
}

.custom3 .address p.social a:hover {
	color: #fff;
}

.custom3 .single-commerce .details-infos .icon {
	background: #00899E;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 280px) {

	.custom3 .logo-header img {
		max-width: 180px;
	}

	.custom3 .btn-hamburger {
		top: 20px;
	}
	
	.phone-header {
		width: 220px;
		margin: auto;
	}

	.home .header-page {
		height: 220px;
		padding-top: 50px;
	}

	.header-page h1,
	.header-page h2 {
		font-size: 36px;
	}

	.ads-section .banner-sm img,
	.ads-section .banner-md img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}


@media screen and (max-height: 450px) {
    .sidenavR {
        padding-top: 15px;
    }

    .sidenavR a {
        font-size: 18px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.logo-header img {
		max-width: 280px;
	}

}

@media only screen and (max-width : 768px) {
	
	.btn-hamburger {
		font-size: 24px;
		padding-top: 7px;
		width: 45px;
		height: 45px;
	}


	.btn-more {
		display: inline-block;
		margin-bottom: 60px;
	}

	.commerce-section .nav-footer .pagination {
		float: none;
	}
}

@media only screen and (min-width : 692px) {
	.commerce-section .item {
	  height: 340px;
	  max-height: 340px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.home .header-page {
		padding-top: 70px;
	}

	.custom1 .search-area {
		margin-top: 2px;
	}

	.custom1 .phone-header {
		margin-top: 12px;
	}

	.custom2 .search-area {
		margin-top: 40px;
	}

	.custom2 .phone-header {
		margin-top: 38px;
	}

	.custom3 .search-area {
		margin-top: 25px;
	}

	.custom3 .phone-header {
		margin-top: 24px;
	}

	.custom4 .search-area {
		margin-top: 40px;
	}

	.custom4 .phone-header {
		margin-top: 40px;
	}

}


@media only screen and (max-width : 992px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.custom1 .logo-header img {
		max-width: 240px;
	}

	.custom2 .logo-header img {
		max-width: 130px;
	}

	.custom3 .logo-header img {
		max-width: 200px;
	}

	.custom4 .logo-header img {
		max-width: 140px;
	}

	.header-page h1 {
		font-size: 42px;
	}

	.header-page h2 {
		font-size: 42px;
	}


	.ads-section .banner-sm {
		float: right;
	}

	.infos {
		margin-left: 20px;
	}

	.internal .sidebar-categories {
		width: 300px;
		float: right;
	}

}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.home .header-page {
		height: 250px;
		padding-top: 80px;
	}
}