/* -----------------------------------------
 * RGB Comunicação
 * http://www.rgbcomunicacao.com.br
 * -------------------------------------- */

/* reset
------------------------------------------------------------------------ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}
.clf:before,.clf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clf:after{clear:both;}
.clf{zoom:1;}
::-moz-selection{background:#939395;color:#fff;text-shadow:none;}
::selection{background:#939395;color:#fff;text-shadow:none;}
.clr{clear:both;}
.left{float:left;}
.right{float:right;}
.hide{display:none;}
img{vertical-align: middle;}
input,select,textarea{padding:0;margin:0;outline:0;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(../js/boxsizing.htc);
}


/* defaults
------------------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic);


.fft1,
.btDf1
{
	font-family: 'Titillium Web';
}

.fft2,
.v2,
.fullTitle,
button,
input,
select,
textarea,
#head .navTop,
#head .actions
{
	font-family: "Titillium Web", "Trebuchet MS", sans-serif;
}


button {
	color: #595959;
}
input,
textarea,
select {
	padding: 0;
	outline: 0;
	margin: 0;
	border: 0;
}
input:focus, textarea:focus, select:focus {}
input.error, textarea.error, select.error {}
input.error:focus, textarea.error:focus, select.error:focus {}

input[type=submit], input[type=image] { cursor: pointer; }

::-webkit-input-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; opacity: 1; }
input:-moz-placeholder { color: inherit; opacity: 1; }

button,
label {
	cursor: pointer;
}
button:hover,
label:hover {
	opacity: .8;
}
input.error, textarea.error{ background: #fcd1d1; }
.error{	color: #ff0000 !important; }


.selectStyle {
	position: relative;
	display: inline-block;
}
.selectStyle .select {
	background: transparent;
	border: 1px solid #eda7a9;
	color: #000;
	font-size: 12px;
	padding: 0 20px 0 8px;
	line-height: 26px;
	height: 28px;
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.selectStyle .select:after {
	content: '';
	background: url(../../imagens/rgbshop/layout/bg-main-arrow.png) 95% center no-repeat;
	width: 7px;
	height: 6px;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -3px;
}
.selectStyle:hover .select { border-color: #ff6600; }
.selectStyle .field {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	display: block;
}




html,
body
{
	font-family: 'Titillium Web', sans-serif;
}
body {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.2;
}

.cPg {
	width: 964px;
	margin: 0 auto;
}
.cPg.width { width: 964px !important; }

a {
	cursor: pointer;
	color: #6b6b6b;
	text-decoration: none;

	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

p { margin-bottom: 10px; }

#content {
	clear: both;
	margin: 0 auto 64px;
	position: relative;
	padding-top: 4px;
	position: relative;
	z-index: 10;
}

/*
	Situacoes de banners e tags
*/
/* situacao 1: */
body.hasBannerAndTags #content { margin-top: 0; }

/* situacao 2: */
body.hasBanner #mainSlideshow { box-shadow: none; }
body.hasBanner #content { margin-top: 22px; }

/* situacao 3: */
body.hasTags #content .mainBanners { margin: 22px 0; }
/* situacao 4: */
body.showingNothing #content { margin-top: 20px; }






.boxRelative { position: relative; }


.titleInline { margin-bottom: 20px; }
.titleInline a {
	text-decoration: underline;
	color: inherit;
}
.titleInline .fullTitle { display: inline; }

.v1 {
	background: url(../../imagens/bg-v1.jpg) center no-repeat;
	height: 41px;
	line-height: 36px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	font-weight: normal;
	text-transform: uppercase;
}
.v1,
.v1 a {
	color: #f4f4f4;
}

.v2,.fullTitle {
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #ff6600;
	font-weight: bold;
	margin-bottom: 20px;
}
.fullTitle.mb12 { margin-bottom: 12px; }
.fullTitle.mb20 { margin-bottom: 20px; }

.fullTitle2 {
	color: #ff6600;
	border-bottom: 1px solid #ff6600;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 5px;
	margin-bottom: 20px;
}




#boxSocialMedia {
	border: 1px solid #f6d3d4;
	margin-left: -122px;
	position: absolute;
	width: 80px;
	border-radius: 2px;
}
#boxSocialMedia.boxFixo {
	opacity: 0.5;
	position: fixed;
	top: 60px;
	transition: all 0.3s ease 0s;
}
#boxSocialMedia.boxFixo:hover { opacity: 1; }
#boxSocialMedia.boxFixo:hover li { opacity: .5; }
#boxSocialMedia.boxFixo li:hover { opacity: 1; }
.pgContent #boxSocialMedia { margin-left: -98px; }
#boxSocialMedia li { padding: 0 22px 22px; }
#boxSocialMedia li:nth-child(1) { padding-top: 22px; }





.ltDf1 {
	border: 1px solid #b4c8bc;
	padding: 5px 6px;
	box-shadow: 0 5px 5px #e0dede;
}
.btDf1 {
	background: #ff6600;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	padding: 10px 16px;
	box-shadow: 0 0 15px rgba(64,149,177,0.4);

	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	-ms-transition: 0.1s;
	transition: 0.1s;
}
.btDf1:hover {
	box-shadow: 0 0 6px rgba(64,149,177,0.2);
}



#head {
	position: relative;
	z-index: 1000;
	background: #fff;
}
#head .navTop {
	height: 32px;
	line-height: 32px;
	color: #878787;
	position: relative;
}


#head .navTop {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: -0.2px;
	background: #dcd5bb;
}
#head .navTop .cPg { position: relative; }

#head .navTop a { color: inherit; }

#head .navTop .menu {
	float: left;
}
#head .navTop .menu li {
	float: left;
	margin-right: 28px;
}
#head .navTop .menu li:last-child { margin-right: 0 }

#head .navTop .menuInfo {
	float: right;
}


#head .navTop .menuInfo .social li {
	float: left;
	margin: 6px 8px 0 0;
	position: relative;
}
#head .navTop .menuInfo .social li a {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 18px;
	text-indent: -9999px;
}

#head .navTop .menuInfo .social li.yt { width: 16px; }
#head .navTop .menuInfo .social li.tw { width: 23px; }
#head .navTop .menuInfo .social li.fb { width: 18px; }
#head .navTop .menuInfo .social li.inst { width: 17px; }
#head .navTop .menuInfo .social li.yt a { background-image: url(../../imagens/rgbshop/socialmedia/nav-top-yt.png); }
#head .navTop .menuInfo .social li.tw a { background-image: url(../../imagens/rgbshop/socialmedia/nav-top-tw.png); }
#head .navTop .menuInfo .social li.fb a { background-image: url(../../imagens/rgbshop/socialmedia/nav-top-fb.png); }
#head .navTop .menuInfo .social li.inst a { background-image: url(../../imagens/rgbshop/socialmedia/nav-top-inst.png); }

#head .navTop .menuInfo .phone {
	background: url(../../imagens/rgbshop/layout/header-phone.png) 0 7px no-repeat;
	padding-left: 25px;
}


#head .navTop .menuInfo .email {
	background: url(../../imagens/rgbshop/layout/header-email.jpg) 0 10px no-repeat;
	padding-left: 24px;
}

#head .navTop .menuInfo .phone a,
#head .navTop .menuInfo .email a { display: block; }


#head .navTop .menuInfo .social,
#head .navTop .menuInfo .phone,
#head .navTop .menuInfo .chatOnline,
#head .navTop .menuInfo .email { float: left; }

#head .navTop .menuInfo .chatOnline,
#head .navTop .menuInfo .email { margin-left: 18px; }

#head .navTop .menuInfo .phone{
	margin-left: 50px;
	margin-right: 30px;
}

#head .navTop .menuInfo .contact{
	background: url(../../imagens/rgbshop/layout/header-phone-bg.png) top left no-repeat;
	float: left;
}

#head .actions {
	height: 130px;
	overflow: hidden;
}
#head .actions .logo {
	float: left;
	margin-top: 5px;
}





#head .actions .areaUsuario,
#head .actions .areaUsuario .carrinho {
	border-radius: 0 6px 6px 0;
}
#head .actions .areaUsuario {
	position: relative;
	float: right;
	margin-top: 30px;
}
#head .actions .areaUsuario {
	color: #686868;
}
#head .actions .areaUsuario .left{
	float: left;
	margin-right: 50px;
	width: 500px;
}
#head .actions .areaUsuario .right{
	float: right;
}
#head .actions .areaUsuario .conta,
#head .actions .areaUsuario .pedidos{
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	float: left;
	padding: 2px 0px 2px 22px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#head .actions .areaUsuario .conta{
	margin-right: 30px;
	background-image: url(../../imagens/rgbshop/layout/actions-account.png);
}
#head .actions .areaUsuario .pedidos{
	background-image: url(../../imagens/rgbshop/layout/actions-orders.png);
}
#head .actions .areaUsuario .carrinho {
	
}
#head .actions .areaUsuario .carrinho a {
	display: block;
	background: url(../../imagens/rgbshop/layout/actions-cart.png) left center no-repeat;
	padding: 15px 0px 0px 40px;
}
#head .actions .areaUsuario .carrinho strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#head .actions .areaUsuario .carrinho #counterItensCarrinho{color: #ff6600;}


#head .searchBar {
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 18px;
	clear: both;
}
#head .searchBar .cpInput {
	display: block;
	overflow: hidden;
}
#head .searchBar .input {
	margin-left: 15px;
	height: 35px;
	line-height: 35px;
	background: transparent;
	width: 100%;
	font-style: italic;
	color: #6b6b6b;
}
#head .searchBar input[type=submit] {
	background: url(../../imagens/rgbshop/layout/btn-search.png) center no-repeat;
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	border-radius: 0 18px 18px 0;
}


/* menu padrao topo e lateral */
.menuSections .drop {
	font-size: 15px;
	line-height: 18px;
	display: none;
}

.menuSections .drop a { color: #6b6b6b; }

.menuSections .menu > li > .drop > li {
	margin-bottom: 5px;
}
.menuSections .menu > li > .drop > li > a > span {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
	display: block;
}
.menuSections .menu > li > .drop > li > a > span:before{
	content: '-';
	float: left;
}
.menuSections .drop .drop {
	padding: 4px 0 4px 18px;
	border: none;
}
.menuSections .drop .drop li {
	margin-bottom: 6px;
}
.menuSections .drop .drop li:before{
	content: '-';
	float: left;
}

.menuSections .drop .drop a {
	display: block;
	font-weight: 400;
}
.menuSections .drop .drop .ico a {
	background-repeat: no-repeat;
	background-position: 0 0;
}
.menuSections .drop .drop .ico a { padding-left: 18px; }


.menuSections .menu .drop a {
	color: #6b6b6b;
}
.menuSections .menu .drop a.bt-mais{
	color: #ff6600;
}




#mainMenu {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#mainMenu.sideMenu,
#mainMenu.fullMenu .links {
	background: #ff6600;
}

/* menu com 2 linhas (links + barra de busca) */
#mainMenu.fullMenu .cPg {
	width: 100%;
}
#mainMenu.fullMenu .links .menu,
#mainMenu.fullMenu .searchBar .pesquisa {
	width: 964px;
	margin: 0 auto;
}
#mainMenu.fullMenu .searchBar {
	background: #ff6600;
	padding: 3px 0;
}
#mainMenu.fullMenu .searchBar .pesquisa .input {
	width: 910px;
}

#mainMenu.sideMenu .links {
	float: left;
}
#mainMenu.sideMenu .searchBar {
	float: right;
}
#mainMenu.sideMenu .pesquisa {
	margin-top: 5px;
	width: 240px
}
#mainMenu.sideMenu .pesquisa .input {
	width: 190px;
}



#mainMenu .links,
#mainMenu .searchBar {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#mainMenu .links {
	position: relative;
	z-index: 10;
}
#mainMenu .links .menu {
	position: relative;
	text-align: center;
}
#mainMenu .links .menu > li {
	font-size: 14px;
	display: inline-block;
	position: relative;
}

#mainMenu .links .menu > li > a {
	display: block;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	margin-left: 7px;
}
#mainMenu .links .menu > li > a:hover{
	/* background: #D23F10; */
	background: #ff8d1f;
	background: -moz-linear-gradient(top,  rgba(255,140,31,0) 0%, rgba(255,140,31,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,140,31,0)), color-stop(100%,rgba(255,140,31,0.5)));
	background: -webkit-linear-gradient(top,  rgba(255,140,31,0) 0%,rgba(255,140,31,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(255,140,31,0) 0%,rgba(255,140,31,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(255,140,31,0) 0%,rgba(255,140,31,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(255,140,31,0) 0%,rgba(255,140,31,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d1f', endColorstr='#ff8d1f',GradientType=0 );
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#mainMenu .links .menu > li:before{
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	line-height: 35px;
	color: #fff;
}
/*
#mainMenu .links .menu > li > a:before{
	content: '\2022';
	margin-right: 10px;
}
#mainMenu .links .menu > li:first-child > a:before{
	content: '';
	display: none;
}
*/

#mainMenu .links .menu > li.ico > a span {
	padding: 0 20px 0 40px;
	background-repeat: no-repeat;
	background-position: 0 center;
	line-height: 35px;
	display: inline-block;
}
#mainMenu .links .menu > li.ico > a:before{display: none;}


#mainMenu .links .menu > li > .drop {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	border: 5px solid #D23F10;
	padding: 12px;
	font-size: 15px;
	font-weight: normal;
	visibility: hidden;
	opacity: 0;
}
#mainMenu .links .menu li:hover > .drop {
	visibility: visible;
	opacity: 1;
}

#mainMenu .column {
	padding-right: 5%;
}
#mainMenu .column > li { margin-bottom: 12px; }
#mainMenu .column > li > a {
	font-weight: 600;
	background-image: url(../../imagens/rgbshop/layout/menu-cat-df.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}


#mainMenu .links .menu > li .drop,
#mainMenu .links .menu li,
#mainMenu .links .menu li a {
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}





#mainMenu .searchBar {
	position: relative;
	z-index: 9;
}
#mainMenu .pesquisa {
	height: 30px;
	padding: 0 0 0 10px;
	background: #fff;
}
#mainMenu .pesquisa .input {
	float: left;
	font-size: 11px;
	font-style: italic;
	color: #878787;
	border: none;
	background: none;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
}
#mainMenu .pesquisa input[type=submit] {
	width: 29px;
	height: 24px;
	background: url(../../imagens/rgbshop/layout/btn-search.png);
	border: 0;
	padding: 0;
	margin: 3px 4px 0 5px;
	float: right;
	text-indent: -9999px;
	position: relative;
}




/* menu fixo */
.fixedMenu #head { z-index: 5000; position: relative; }
.fixedMenu #mainMenu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

.fixedMenu #mainMenu.sideMenu { box-shadow: 0 0 20px rgba(0,0,0,0.8); }
.fixedMenu #mainMenu.sideMenu .pesquisa { margin-right: 2px; }

.fixedMenu #mainMenu.fullMenu .links { box-shadow: 0 0 10px rgba(0, 0, 0, .25); }
.fixedMenu #mainMenu.fullMenu .searchBar { opacity: 0.8; top: -16px; }
.fixedMenu #mainMenu.fullMenu:hover .links { box-shadow: none; }
.fixedMenu #mainMenu.fullMenu:hover .searchBar { opacity: 1; top: 0; }

.fixedMenuSearch #head { z-index: 5000; position: relative; }
.fixedMenuSearch #mainMenu .searchBar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	opacity: .8;
}
.fixedMenuSearch #mainMenu .searchBar:hover { opacity: 1; }


.fixedMenu .searchBar {
	opacity: 0.8;
	top: 24px;
	position: fixed;
	left: 0;
	right: 0;
	border-radius: 0 !important;
	border-bottom: 1px solid rgba(242,109,65,1) !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.fixedMenuSearch .searchBar .pesquisa,
.fixedMenu .searchBar .pesquisa {
	width: 990px;
	margin: 0 auto;
}

.fixedMenu #head:hover .searchBar { top: 40px; opacity: 1; }

.fixedMenuSearch #head { z-index: 5000; position: relative; }
.fixedMenuSearch .searchBar {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	opacity: .95;
	border-radius: 0 !important;
	background: #fff !important;
	border-bottom: 1px solid rgba(242,109,65,.8) !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.fixedMenuSearch .searchBar:hover { opacity: 1; }
.fixedMenuSearch .searchBar .input { font-size: 15px; }



/* slide */
#mainSlideshow {
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	padding-bottom: 4px;
}
#mainSlideshow .imgs {
	width: 100%;
	position: relative;
	height: 395px;
	overflow: hidden;
}
#mainSlideshow .imgs#slide-interna { height: 164px; }
#mainSlideshow .imgs .slide {
	position: relative;
	width: 100%;
}
#mainSlideshow .imgs .slide a { display: block; }
#mainSlideshow .imgs .slide img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

#mainSlideshow .navSlide {
	text-align: center;
	height: 20px;
}

#mainSlideshow .navSlide span {
	background-image: url(../../imagens/rgbshop/layout/nav-slide-li.png);
	background-position: right 0;
	width: 11px;
	height: 11px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
	cursor: pointer;
}
#mainSlideshow .navSlide span.cycle-pager-active {
	background-position: 0 0;
	opacity: 1 !important;
}
#mainSlideshow .navSlide span:hover {
	background-position: 0 0;
	opacity: .3;
}




/* banners */
.mainBanners {
	margin-bottom: 20px;
	position: relative;
	max-height: 130px;
}
.mainBanners .list { z-index: 99; }
.mainBanners li {
	border: 1px solid #e4e4e4;
	margin: 0 4px;
	max-width: 250px;
}
.mainBanners li img {
	height: auto;
	width: 100%;
}
.mainBanners .navContainer {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.mainBanners .navContainer .owl-prev,
.mainBanners .navContainer .owl-next {
	display: block !important;
	position: absolute;
	background-image: url(../../imagens/rgbshop/layout/bg-slide-banners-nav.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 34px;
	text-indent: -9999px;
	display: block;
	top: 50px;
	cursor: pointer;
}
.mainBanners .navContainer .owl-prev { left: -12px; background-position: left center; }
.mainBanners .navContainer .owl-next { right: -12px; background-position: right center; }



/* footer
------------------------------------------------------------------------ */
#footer {
	background: #fff6ed;
	line-height: 1.4;
	color: #4b4b4b;
	position: relative;
}


#footer a { color: inherit; }
#footer .nav {
	background: #f0f0f0;
	clear: both;
}


#footer .nav .top {
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 4px solid #fff500;
	background: #ff6600;
}

#footer .top .pesquisa {
	padding: 5px 0px 5px 10px;
	margin: 5px 0 5px 10px;
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 20px;
}
#footer .top .pesquisa .input {
	float: left;
	font-size: 11px;
	font-style: italic;
	color: #878787;
	border: none;
	background: none;
	height: 20px;
	margin: 3px 0 0 0;
	padding: 0;
	width: 895px;
}
#footer .top .pesquisa input[type=submit] {
	width: 29px;
	height: 24px;
	background: url(../../imagens/rgbshop/layout/btn-search.png);
	border: 0;
	padding: 0;
	margin: 2px 10px 0 5px;
	float: right;
	text-indent: -9999px;
	position: relative;
}
#footer .nav > .div-menu {
	position: relative;
	padding: 24px 0;
	background: #201c17;
	color: #ffffff;
}
#footer .menus .block {
	float: left;
	margin-right: 60px;
}
#footer .menus .atendimento {
	max-width: 200px;
}
#footer .menus .atendimento strong {
	display: block;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
}
#footer .menus .atendimento strong:first-child {
	margin-top: 0;
}
#footer .menus .newsletter {
	width: 185px;
}

#footer .newsForm li {
	margin-bottom: 10px;
}
#footer .newsForm .input[type="text"],
#footer .newsForm .input[type="email"] {
	width: 100%;
	border: 1px solid #bcbcbc;
	background: #fff;
	line-height: 24px;
	border-radius: 1px;
	color: #4b4b4b;
	padding-left: 5px;
}
#footer .newsForm .btn { text-align: right; }
#footer .newsForm .btn input[type=submit] {
	background: url(../../imagens/rgbshop/layout/bt-submit.png) center no-repeat;
	width: 51px;
	height: 51px;
	border: none;
	text-indent: -9999px;
}
#footer .newsForm #divAcao{
	width: 51px;
	display: block;
	margin: 0 auto;
}

#footer .menus .block h3 {
	font-size: 17px;
	margin-bottom: 12px;
	color: #fff500;
}

#footer .menus .redes { margin-right: 0 !important; }
#footer .menus .redes a {
	display: block;
	padding-left: 45px;
	margin-bottom: 10px;
	line-height: 34px;
	font-size: 14px;
}
#footer .menus .redes .tw { background: url(../../imagens/rgbshop/socialmedia/footer-tw.png ) 0 0 no-repeat; }
#footer .menus .redes .fb { background: url(../../imagens/rgbshop/socialmedia/footer-fb.png ) 0 0 no-repeat; }
#footer .menus .redes .yt { background: url(../../imagens/rgbshop/socialmedia/footer-yt.png ) 0 0 no-repeat; }

#footer .baixo {
	padding: 18px 0;
}
#footer .baixo, #footer .baixo a {
	color: #676767;
}
#footer .selos {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 11px;
	margin-bottom: 10px;
}
#footer .selos h3 {
	color: #2b190b;
	font-size: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#footer .selos .certificados { text-align: right; }

#footer .copy {
	font-size: 12px;
	color: #676767;
}
#footer .copy p { margin-bottom: 0; }
#footer .copy #assinaturaRgb {
	float: left;
}
#footer .copy .infoCliente {
	text-align: right;
	float: right;
}



/* barra lateral esquerda
------------------------------------------------------------------------ */
#barLeft {
	float: left;
	width: 168px;
}
#barLeft.menuSections .menu > li {
	margin-bottom: 10px;
	position: relative;
}
#barLeft.menuSections .menu > li:last-child { border: none; }
#barLeft.menuSections .menu > li .btn {
	line-height: 28px;
	color: #ff6600;
	border: 0 solid #dcdcdc;
	border-width: 0 1px 1px 1px;
	text-align: center;
}
#barLeft.menuSections .menu > li .btn:hover { background: #ffeff0; }
#barLeft.menuSections .menu > li a { display: block; }
#barLeft.menuSections .menu > li > a {
	display: block;
	color: #ff6600;
	font-size: 18px;
	letter-spacing: -0.3px;
	font-weight: bold;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
}
#barLeft.menuSections .menu > li > a span {
	display: inline-block;
	line-height: 20px;
	padding: 8px 0;
	text-align: left;
}
#barLeft.menuSections .menu > li.ico > a span {
	padding-right: 32px;
	background-repeat: no-repeat;
	background-position: right center;
}

#barLeft.menuSections .menu > li > .bt-colapse{
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background-image: url(../../imagens/rgbshop/layout/menu-cat-df.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	cursor: pointer;
}
#barLeft.menuSections .menu > li > .bt-colapse:hover{
	background-color: #ff6600;
}

#barLeft.menuSections .menu > li.active > .bt-colapse{
	-moz-appearance: webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}






/* lista produtos padrao
------------------------------------------------------------------------ */
.pgListaProdutos .contentEditable {
	/*margin-bottom: 30px;*/
}

.listaWidth {
	float: right;
	width: 760px;
}
.listaWidth.sideContent { padding-left: 22px; }
.listaProdutos > li {
	float: left;
	width: 230px;
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding-top: 38px;
	margin-bottom: 38px;
}
.listaProdutos > li:before {
	position: absolute;
	content: '';
	width: 70px;
	height: 1px;
	top: -1px;
	left: 100%;

	background: #e5e5e5;
}

.listaProdutos.related > li {
	padding-top: 0;
	border: none;
}
.listaProdutos.related > li:before { display: none; }

.listaProdutos > li .category {
	color: #ff6600;
	font-size: 14px;
	margin-bottom: 4px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.listaProdutos .boxImg,
.listaProdutos .boxMain {
	position: relative;
}
.listaProdutos .boxMain {
	margin-bottom: 10px;
}
.listaProdutos .boxImg {
	overflow: hidden;
}
.listaProdutos .boxImg .addChooseOption,
.listaProdutos .boxImg .addMoreInfo,
.listaProdutos .boxImg .addToCart {
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	background: #198811;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.listaProdutos > li:hover .addChooseOption,
.listaProdutos > li:hover .addMoreInfo,
.listaProdutos > li:hover .addToCart { bottom: 0; }
.listaProdutos .boxImg .img {
	border: 1px solid #e6e6e6;
	max-width: 100%;
	height: auto;
}
.listaProdutos .description {
	display: block;
	color: #747474;
}
.listaProdutos .description .name {
	font-size: 16px;
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	letter-spacing: -0.5px;
	margin-bottom: 6px;
}

.listaProdutos .description .ratingProduct {
	margin-bottom: 10px;
}

.listaProdutos li:hover .flags { opacity: 0; }
.listaProdutos .flags {
	position: absolute;
	top: 6px;
	right: 0;

	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.listaProdutos .flags .flag {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding: 0 4px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2px;
	float: right;

	clear: both;
}
.listaProdutos .flags .flag:before,
.listaProdutos .flags .flag:after {
	content: '';
	position: absolute;
	top: 0;
}
.listaProdutos .flags .flag:before { left: -7px; width: 7px; height: 20px; }
.listaProdutos .flags .flag:after { right: -5px; width: 5px; height: 24px; }

.listaProdutos .flags .frete { background: #c9af21; }
.listaProdutos .flags .frete:before { background: url(../../imagens/rgbshop/flags/frete-l.png); }
.listaProdutos .flags .frete:after { background: url(../../imagens/rgbshop/flags/frete-r.png); }

.listaProdutos .flags .promocao { background: #c92127; }
.listaProdutos .flags .promocao:before { background: url(../../imagens/rgbshop/flags/promo-l.png); }
.listaProdutos .flags .promocao:after { background: url(../../imagens/rgbshop/flags/promo-r.png); }

.listaProdutos .flags .lancamento { background: #c78d1c; }
.listaProdutos .flags .lancamento:before { background: url(../../imagens/rgbshop/flags/lancamento-l.png); }
.listaProdutos .flags .lancamento:after { background: url(../../imagens/rgbshop/flags/lancamento-r.png); }

.listaProdutos .flags .destaque { background: #008c03; }
.listaProdutos .flags .destaque:before { background: url(../../imagens/rgbshop/flags/destaque-l.png); }
.listaProdutos .flags .destaque:after { background: url(../../imagens/rgbshop/flags/destaque-r.png); }

.listaProdutos .flags .esgotado { background: #9d9d9d; }
.listaProdutos .flags .esgotado:before { background: url(../../imagens/rgbshop/flags/esgotado-l.png); }
.listaProdutos .flags .esgotado:after { background: url(../../imagens/rgbshop/flags/esgotado-r.png); }

.listaProdutos .price .de {
	font-size: 12px;
	color: #8d8d8d;
	text-decoration: line-through;
	margin-bottom: 4px;
}
.listaProdutos .price .por {
	font-weight: bold;
	line-height: 1;
	font-size: 16px;
}
.listaProdutos .price .por .small {
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	margin: 2px 0 0 0;
}
.listaProdutos .price .pagto {
	font-size: 13px;
	padding-top: 4px;
}
.listaProdutos .price .pagto .v {
	font-size: 28px;
	line-height: 1;
	color: #ff6600;
	padding: 0 3px;
}
.listaProdutos .description .obs {
	padding-top: 7px;
	font-size: 12px;
	line-height: 1;
	color: #ff6600;
	font-style: italic;
}



/* area de filtros
------------------------------------------------------------------------ */
.filterArea {
	margin-bottom: 34px;
}
.filterArea .label {
	line-height: 28px;
	float: left;
	margin-right: 5px;
}

.filterArea .inputField {
	float: left;
	margin-left: 20px;
}
.filterArea .inputField:first-child { margin-left: 0; }
.filterArea .inputField .input {
	background: transparent;
	border: 1px solid #eda7a9;
	color: #000;
	display: inline-block;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	padding: 0 8px;
}
.filterArea .inputField .input:focus { border-color: #ff6600; }

.filterArea .inputField .boxValor label {
	display: inline-block;
	position: relative;
	z-index: 100;
}
.filterArea .inputField .boxValor label:before {
	content: 'R$';
	position: absolute;
	top: 0;
	right: -28px;
}
.filterArea .inputField .valor {
	width: 110px;
	position: relative;
	padding-left: 23px;
}

.filterArea .inputField .btn {
	border: 1px solid #ffffff;
	position: relative;
	height: 28px;
	cursor: pointer;
}
.filterArea .inputField .btn.refresh {
	background: url(../../imagens/rgbshop/layout/btn-filtro-reload.png) center no-repeat;
	width: 28px;
	text-indent: -9999px;
	margin-left: 4px;
	border: 1px solid #ff6600;
}
.filterArea .inputField .label2 {
	font-size: 12px;
	margin: 0 4px 0 8px;
}
.filterArea .selectStyle { width: 130px; }






/* content editable (modulo conteudo)
------------------------------------------------------------------------ */
.contentEditable {
	font-size: 15px;
	line-height: 1.2;
}
.contentEditable h1,
.contentEditable h2,
.contentEditable h3,
.contentEditable h4,
.contentEditable h5,
.contentEditable h6 {
	font-weight: normal;
	text-transform: uppercase;
	color: #ff6600;
	margin: 30px 0 10px;
}
.contentEditable h1 { font-size: 22px; }
.contentEditable h2 { font-size: 20px; }
.contentEditable h3 { font-size: 17px; }
.contentEditable h4,
.contentEditable h5,
.contentEditable h6 { font-size: 16px; }
.contentEditable mark {
	padding: 18px 0;
	margin: 24px 0;
	display: block;
	background: none;
	color: inherit;
	border: 0 solid #dcdcdc;
	border-width: 1px 0;
	font-weight: normal;
	font-style: italic;
	overflow: hidden;
}
.contentEditable b,
.contentEditable strong { font-weight: bold; }
.contentEditable i,
.contentEditable em { font-style: italic; }
.contentEditable u { font-style: underline; }


.contentEditable a { color: #ff6600; text-decoration: underline; }

.contentEditable ul { list-style: disc inside; }
.contentEditable ol { list-style: decimal inside; }
.contentEditable ul,
.contentEditable ol { margin: 16px 0 30px; }
.contentEditable ul li,
.contentEditable ol li { margin-bottom: 4px; }

.contentEditable table { width: 100%; margin-bottom: 10px;}
.contentEditable table caption {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.contentEditable table tr th,
.contentEditable table tr td {
	border-bottom: 1px dashed #dcdcdc;
	padding: 5px;
}
.contentEditable table tr th {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}



/* contato
------------------------------------------------------------------------ */
.pgContato .contactArea { padding-bottom: 32px; }
.pgContato .contactArea .form { 
	float: left;
	width: 430px;
	margin-right: 46px;
}
.pgContato .contactArea .form .errorBox {  padding: 10px; }
.pgContato .contactArea .form li { margin-bottom: 12px; }
.pgContato .contactArea .form .input {
	width: 100%;
	height: 38px;
	line-height: 36px;
	border: 1px solid rgba(205,205,205, .6);
	border-radius: 3px;
	color: #767676;
	font-size: 15px;
	padding: 0 10px;
}
.pgContato .contactArea .form textarea.input {
	height: 116px;
	line-height: 1.2;
	padding: 10px;
}
.pgContato .form .phones .phone { float: left; }
.pgContato .form .phones .phone:last-child { float: right; }

.pgContato .form .phones .phone .ddd,
.pgContato .form .phones .phone .number { float: left; }

.pgContato .form .phones .phone .ddd { width: 52px; margin-right: 9px; }
.pgContato .form .phones .phone .number { width: 126px; }

.pgContato .form .local .cidade { float: left;  width: 352px; }
.pgContato .form .local .uf { float: right; width: 66px; }
.pgContato .form .bt {
	text-align: right;
}


.pgContato .sideInfo { overflow: hidden; }
.pgContato .contactInfo .box {
	margin-bottom: 22px;
	line-height: 1.3;
}
.pgContato .contactInfo .box .info {
	font-size: 16px;
	text-transform: uppercase;
}
.pgContato .contactInfo .box .desc {
	font-size: 18px;
	display: block;
}
.pgContato .contactInfo .box .desc.tel { font-size: 24px; font-weight: bold; }

.pgContato .contactArea .socialmedia {
	padding-top: 22px;
	border-top: 1px solid #dcdcdc;
}

.pgContato .contactArea .socialmedia li { position: relative; }
.pgContato .contactArea .socialmedia li a {
	margin-bottom: 14px;
	padding-left: 35px;
	display: block;
	line-height: 28px;
	position: relative;
	z-index: 10;
	font-size: 15px;
}

.pgContato .contactArea .socialmedia li:before {
	background-position: 0 center;
	background-repeat: no-repeat;
	border-radius: 2px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);

	content: '';
	width: 27px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.pgContato .contactArea .socialmedia li.fb:before { background-image: url(../../imagens/rgbshop/socialmedia/contato-fb.jpg); }
.pgContato .contactArea .socialmedia li.tw:before { background-image: url(../../imagens/rgbshop/socialmedia/contato-tw.jpg); }
.pgContato .contactArea .socialmedia li.yt:before { background-image: url(../../imagens/rgbshop/socialmedia/contato-yt.jpg); }




#mapsLocation {
	position: relative;
	border-top: 1px solid #dcdcdc;
	padding-top: 22px;
}
#mapsLocation #renderedMap {
	height: 490px;
}

#mapsLocation .routes .uni {
	float: left;
	border-right: 1px solid #dcdcdc;
	padding-right: 34px;
	margin: 0 34px 24px 0;
	font-size: 15px;
	line-height: 1.3;
	cursor: pointer;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#mapsLocation .routes .uni:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
} 
#mapsLocation .routes .uni .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 14px;
	display: block;
}
#mapsLocation .routes .uni .title,
#mapsLocation .routes .uni:hover {
	color: #ff6600;
}




/* produto
------------------------------------------------------------------------ */
.paginacaoDf {
	border-top: 1px solid #DBE4EC;
	padding-top: 6px;
	clear: both;
}
#breadcrumb {
	margin: 0 0 20px;
	font-size: 13px;
}
#breadcrumb a { color: #8c8c8c; }
.frmDf1 label.error { display: none !important }
#imgIndisponivel { float: right; }




/* est
------------------------------------------------------------------------ */
div.jMyCarousel {
	width: 389px !important;
}


#princProd {
	background: #e6592c;
	height: 24px;
	padding: 5px 0;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 22px;
}
#princProd, #princProd a { color: #f3f3f3; }
#princProd strong { margin-right: 60px; }
#princProd li {
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	margin-right: 108px;
}
#princProd li:last-child { margin-right: 0; }
#princProd li a {
	display: block;
	padding-left: 32px;
}
#princProd li a:hover { color: #d3d3d3 !important; }

.barraTags{
	border-bottom: 2px solid #D8D8D8;
	position:relative;
	z-index:-1;
}

.tags{
	width: 964px;
	margin: 0 auto;
	padding-left: 10px;
}

.tags span{
	text-transform: uppercase;
	color: #e6592c;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	margin-right: 30px;
	float: left;
}

.tags a{
	margin-left: 25px;
	margin-right: 5px;
	font-size: 16px;
	color: #7A7A7A;
	float: left;
	line-height: 35px;
	height: 35px;
}

.tagSelecionada{
	color: #F48534 !important;
	background: url(../../imagens/tag-selecionada.png) left center no-repeat;
	padding-left: 20px;
}

/* Filtro de Preço 
-----------------------------------------------------*/
#barLeft .lista .blockPreco{
	height: 100px;

}
#barLeft .lista .blockPreco #formFiltroPreco ul {
	width: 146px;
}
#barLeft .lista .blockPreco #formFiltroPreco li {
	background: none;
	padding: 0px;
	min-height: 35px;
}
#barLeft .lista .blockPreco #formFiltroPreco input[type=text] {
	width: 41px;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	text-indent: 5px;
	border: 1px solid #c7c7c7;
	height: 19px;
	margin: 1px 0 0 0;
	background: url(../../jsf/jquery/images/slider/bg-pesquisa-input.jpg) center top repeat-x #fff;
}
#barLeft .lista .blockPreco #formFiltroPreco label {
	color: #2f2f2f;
	float: left;
	padding: 7px 5px 0 0;
}
.contador {
	padding: 5px 0 0 0;
	margin: 0px auto;
}
.contador span {
	padding: 11px 4px 0 0;
	/*background: url(../../jsf/jquery/images/slider/bg-separador-filtro.jpg) top center no-repeat;*/
	position: relative;
}
.contador span:first-child {
	background: none;
}
.contador span:last-child {
	padding-right: 0px;
}
/* FIM Filtro de Preço
-----------------------------------------------------*/



/* avaliacao dos produtos = resultado */
.ratingProduct {
	overflow: hidden;
}
.ratingProduct li {
	float: left;
	width: 12px;
	height: 10px;
	background-image: url(../../imagens/rgbshop/layout/bg-prod-list-rating.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}
.ratingProduct li.on { background-position: 0 0; }
.ratingProduct li.off { background-position: right 0; }





/* modulo conteudo
-----------------------------------------------------*/
#modContent .principal { margin-bottom: 40px; }
#modContent .mainTitle {
	color: #ff6600;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#modContent .boxContent {
	margin-bottom: 46px;
}
#modContent .boxContent:last-child { border: none; }
#modContent #breadcrumb { margin-bottom: 14px; }
#modContent #mediaContent {
	float: right;
	position: relative;
	margin: 0 0 26px 26px;
}
#modContent #mediaContent.modelPic1 { width: 402px; }
#modContent #mediaContent.modelPic2 { width: 304px; }
#modContent #mediaContent.modelPic3 { width: 636px; }
#modContent #mediaContent figure figcaption {
	background: #eda7a9;
	padding: 12px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin-top: 2px;
}

#mediaContent .tabs-target .tab { display: none; }
#mediaContent .tabs-target .tab.active { display: block; }
#mediaContent .tabs-source {
	position: absolute;
	top: 0;
	right: -34px;
}
#mediaContent .tabs-source li {
	cursor: pointer;
	width: 28px;
	height: 18px;
	background-image: url(../../imagens/rgbshop/layout/sprite-actions-media.png);
	text-indent: -9999px;
	margin-bottom: 5px;
}
#mediaContent .tabs-source li:hover { opacity: .8; }
#mediaContent .tabs-source li.s1 { background-position: 0 bottom; }
#mediaContent .tabs-source li.s1.active { background-position: right bottom; }
#mediaContent .tabs-source li.s2 { background-position: 0 0; }
#mediaContent .tabs-source li.s2 { background-position: 0 0; }
#mediaContent .tabs-source li.s2.active { background-position: right 0; }

#modContent #mediaContent .audioContent,
#modContent #mediaContent .moreNews {
	margin-top: 14px;
}

#modContent #mediaContent .moreNews {
	border-top: 2px solid #dcdcdc;
	padding-top: 6px;
}
#modContent #mediaContent .moreNews .title {
	font-size: 12px;
	color: #777777;
}
#modContent #mediaContent .moreNews .list li {
	padding-top: 4px;
	margin-top: 4px;
	line-height: 1;
	color: #ff6600;
	border-top: 1px solid #dcdcdc;
	font-size: 15px;
}
#modContent #mediaContent .moreNews .list li a { color: inherit; }

#modContent .gallery .list li {
	float: left;
	margin-top: 35px;
	width: 170px;
	height: 140px;
}

#modContent .gallery.files .list li {
	border: 1px solid #dcdcdc;
}
#modContent .gallery.files .list li:hover {
	border-color: #eda7a9;
}
#modContent .gallery.files .list .icon {
	background: url("../../imagens/rgbshop/layout/bg-galeria-files.png") center no-repeat;
	display: block;
	height: 68px;
	margin: 11px auto;
	position: relative;
	width: 50px;
}
#modContent .gallery.files .list a { display: block; }
#modContent .gallery.files .list .ext {
	bottom: 5px;
	color: #fff;
	font-size: 14px;
	left: -4px;
	position: absolute;
	text-transform: uppercase;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: #9a9a9a;
	padding-right: 4px;
	text-align: right;
	border-radius: 1px 0 0 1px;
}
#modContent .gallery.files .list .exe .ext { background: #2365c8; }
#modContent .gallery.files .list .pdf .ext { background: #7e1717; }
#modContent .gallery.files .list .jpg .ext { background: #5eacee; }
#modContent .gallery.files .list .zip .ext { background: #237cc8; }
#modContent .gallery.files .list .txt .ext { background: #30b1c4; }
#modContent .gallery.files .list .title {
	font-size: 14px;
	height: 48px;
	line-height: 16px;
	margin: 0 4px;
	overflow: hidden;
	text-align: center;
	word-wrap: break-word;
}


#modContent .galleryVideo .list li {
	float: left;
	width: 48%;
	padding-top: 40px;
}
#modContent .galleryVideo .list li:nth-child(-n+2) { padding-top: 0; }

#modContent .galleryVideo .list li:nth-child(2n) { float: right; }
#modContent .galleryVideo .list li:nth-child(2n+1) { clear: both; }
#modContent .galleryVideo .list .title {
	font-size: 17px;
	padding-top: 4px;
}



/* modulo conteudo - listagem
-----------------------------------------------------*/
.pgContentList .categories .title {
	background: #ff6600;
	padding: 11px 4px;
	line-height: 20px;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
}
.pgContentList .categories .list li {	
	border: 0 solid #dcdcdc;
	border-width: 1px 1px 1px 0;
	box-shadow: 0 2px 7px rgba(0,0,0,0.1);
	margin-bottom: 10px;
}
.pgContentList .categories .list li a {
	padding: 11px 6px;
	line-height: 20px;
	font-size: 16px;
	display: block;
	border-left: 5px solid #dcdcdc;
}
.pgContentList .categories .list li a:hover {
	border-left-color: #ff6600;
}

.pgContentList .contentList li { margin-bottom: 38px; }
.pgContentList .contentList li:hover .desc { border-color: #ff6600; }
.pgContentList .contentList li a { display: block; }
.pgContentList .contentList li .img {
	float: left;
	margin-right: 16px;
}
.pgContentList .contentList li .desc {
	height: 158px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pgContentList .contentList li .title {
	font-size: 18px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	color: #ff6600;
}
.pgContentList .contentList li .date {
	padding: 8px 0;
	color: #ff6600;
	font-size: 12px;
}
.pgContentList .contentList li .highlights {
	line-height: 18px;
	max-height: 54px;
	overflow: hidden;
}
.pgContentList .btnLoad {
	cursor: pointer;
	line-height: 48px;
	background: #ff6600;
	font-size: 22px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 3px 6px rgba(0,0,0,0.3);
	border-radius: 2px;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pgContentList .btnLoad:hover { box-shadow: 0 0 4px rgba(0,0,0,0.6); }



/* pagina erro 404
-----------------------------------------------------*/
.pg404 { text-align: center; }
.pg404 a { color: #ff6600; }
.pg404 h1 {
	font-size: 30px;
	margin-bottom: 36px;
}
.pg404 h1 strong {
	font-size: 80px;
	color: #ff6600;
	display: block;
}
.pg404 p { font-size: 18px; }



/* widget instagram */
.pgHome .instagram {
	clear: both;
	padding-top: 30px;
}
.pgHome .instagram .mainTitle {
	font-size: 17px;
	color: #6d6d6d;
	font-weight: bold;
	text-transform: uppercase;
}
#instafeed {
	position: relative;
}
#instagramList .owl-wrapper-outer {
	padding: 10px 0;
}
#instagramList li {
	float: left;
	padding: 7px 7px 0;
	margin: 0 6px;
	position: relative;
	border: 1px solid #d4d4d4;
}
#instagramList li:hover {
	box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
#instagramList .img {
	border: 1px solid #ebebeb;
	width: 200px;
	height: auto;
}
#instagramList .info {
	text-align: center;
	padding: 12px 0;
}
#instagramList .info span {
	position: relative;
	padding-left: 22px;
	line-height: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 9px;
}
#instagramList .info span:hover { color: #d22228; }
#instagramList .info span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 17px;
	background-image: url(../../imagens/rgbshop/layout/sprite-instagram.png);
	background-repeat: no-repeat;
}
#instagramList .info .likes:before { background-position: 0 0; }
#instagramList .info .likes:hover:before { background-position: 0 bottom; }
#instagramList .info .comments:before { background-position: right 0; }
#instagramList .info .comments:hover:before { background-position: right bottom; }

#instafeed .navContainer .nav {
	background-image: url(../../imagens/rgbshop/layout/sprite-instagram-nav.png);
	width: 18px;
	height: 19px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
#instafeed .navContainer .nav.owl-prev {
	background-position: 0 0;
	left: -16px;
}
#instafeed .navContainer .nav.owl-next {
	background-position: 0 bottom;
	right: -18px;
}
/* eof widget instagram */

.consulte {
	background: rgba(0, 0, 0, 0) url("../../imagens/consultas.png") no-repeat scroll left center;
    color: #ff6600;
    display: block;
    font-weight: bold;
    line-height: 28px;
    padding-left: 25px;
    border-top: 1px dotted #ff6600;
    border-bottom: 1px dotted #ff6600;

}