body{
	background-image: url("../../media/layout/bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	color: white;
	font-family: hindLight, arial, verdana, "sans serif";
}

header{
	position: fixed;
	width: 100%;
	z-index: 1;
	height: 75px;
}
hr{
	border-bottom: 1px solid rgb(117, 180, 70);
	margin: 5px 0px;
}

em{
	font-style: italic;
}

.wordBreak{
	word-break: break-all;
}

.pointer{
	cursor: pointer;
}

.removeScroll{
	overflow: hidden;
}

.table{
	display: table;
	width:100%;
	height: 100%;
}

.table-row{
	display: table-row;
	width:100%;
	height: 100%;
	clear:both;
}

.table-cell{
	float:left;/*fix for  buggy browsers*/
	display:table-column;
	width:100%;
	height: 100%;
}

.headerMask{

	height: 75px;

	background-image: url("../../media/layout/bg.jpg");
	background-attachment: fixed;
	background-size: cover;

}

#headerNav{
	height: 75px;
	width: 100%;
	position: fixed;
	z-index: 3;
}

.headerContainer{
	height: 75px;
	border-bottom: solid 2px rgba(255,255,255,0.5);
}

#headerNavMobile{
	height: 60px;
	width: 100%;
	position: fixed;
	z-index: 3;
	visibility: hidden;
	font-size: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom: solid 2px rgba(255,255,255,0.5);
}

#mobileNav {
	background-image: url("../../media/layout/bg.jpg");
	background-attachment: fixed;
	background-size: cover;

	color: white;
	position: fixed;
	left: -285px;
	width: 280px;
	top: 0;
	padding-top: 60px;
	z-index: 4;
	height: 100%;

	-webkit-box-shadow: 0px 0px 5px 0px black;
	-moz-box-shadow:    0px 0px 5px 0px black;
	box-shadow:         0px 0px 5px 0px black;
	
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	overflow: scroll;
}

#mobileNav.active { left: 0; }

#cartSidePanel{
	background-color: white;

	color: black;
	position: fixed;
	left: -405px;
	width: 400px;
	max-width: 100%;
	top: 0;
	z-index: 4;
	height: 100%;

	-webkit-box-shadow: 0px 0px 5px 0px black;
	-moz-box-shadow:    0px 0px 5px 0px black;
	box-shadow:         0px 0px 5px 0px black;
	
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

#cartSidePanel hr:last-child{
	display: none;
}

#cartSidePanel.active { left: 0; }



#cartSidePanel{
	padding: 65px 5px;
}


#cartContent{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

#cartContent>.emptyCartPlaceHolder{
	text-align: center;
	margin-top: 20%;
	font-weight: bold;
}

#cartContent>.cartDoneMessage{
	margin: 40px;
	font-size: 18px;
}

#cartContent>.cartDoneIcon{
	text-align: center;
	font-size: 80px;
	color: #75B446;
	
}

#cartContent>table{
	height: 60px;
	width: 100%;
}

#cartContent>table td:nth-child(1){
	width: 60px;
}

#cartContent>table td:nth-child(2){
	vertical-align: top;
}
#cartContent>table td:nth-child(3){
	width: 40px;
}

#cartContent>table td:nth-child(4){
	width: 30px;
}

#cartHeader{
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;

	border-bottom: solid #75B446 2px;
}

#cartHeaderTtl{
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	margin-left: 13px;
}

#cartCloseBtn{
	font-size: 30px;
	top: 15px;
	right: 13px;
	position: absolute;
}

#cartFooter{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;

	border-top: solid #75B446 2px;


	display: block;
}

#cartFooter>div{
	display: table-cell;
	vertical-align: middle;
	height: 60px ;
}

#cartFooter>div:first-child{
	padding-top: 12px; 
}

.cartConcluirBtn, .cartBackBtn, .cartCloseBtn{
	
	height: 30px;
	margin: 15px auto;
	border-radius: 3px;

	color: white;
	line-height: 30px;
	text-align: center;

	background: #61a930;
	background: -moz-linear-gradient(top, #6cbc36 0%, #61a930 100%);
	background: -webkit-linear-gradient(top, #6cbc36 0%,#61a930 100%);
	background: linear-gradient(to bottom, #6cbc36 0%,#61a930 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6cbc36', endColorstr='#61a930',GradientType=0 );
}

#cartFooter .cartCloseBtn{
	margin-top: 0;
}

.cartBackBtn{
	margin-top: 3px;
}

#cartFooter p{
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#cartFooter .cartTotalValues{
	border-left: solid grey 1px;
}

#cartFooter .cartTotalTtl{
	font-weight: bold;
}

.cartItemWrapper{
	width: 100%;
	height: 60px;
}

.cartItemThumbnail{
	border: solid #75B446 2px;
	width: 58px;
	height: 58px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);	
	
	position: relative;
	top: 1px;
	left: 1px;
}

.cartItemName{
	width: 100%;
	padding-left: 5px;
}



.cartItemName>p:first-child{
	margin: 0;
	font-weight: bold;
}

.cartItemName>p:nth-child(2){
	margin: 0;
	color: #888;
}

.cartItemName>p:last-child{
	margin: 0;
}

.cartQtdChange{
	height: 58px;
	width: 30px;
	border-radius: 3px;

	background: #61a930;
	background: -moz-linear-gradient(top, #6cbc36 0%, #61a930 100%);
	background: -webkit-linear-gradient(top, #6cbc36 0%,#61a930 100%);
	background: linear-gradient(to bottom, #6cbc36 0%,#61a930 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6cbc36', endColorstr='#61a930',GradientType=0 );
	position: relative;
	margin-right: 5px;
	top: 1px;

}

.cartQtdChange>div{
	height: 30px;
	color: white;
	line-height: 35px;
	text-align: center;
	font-size: 11px;
}

.cartQtdChange>div:first-child{
	border-bottom: solid rgba(238,238,238,.5) 1px;
}


.cartItemDelete{
	font-size: 25px;
    width: 100%;
    text-align: center;
    top: -4px;
    position: relative;
}

#cartSubmitForm{
	margin: 10px;
}

.errorFill{
	border: 1px solid rgb(255, 137, 137);
	background-color: rgb(255, 188, 188);
}


#mobileNav>span{
	position: absolute;
	top: 12px;
	left: 15px;
	font-size: 35px;
	line-height: 35px;
	color: white;
}

#cartMobileWrapper{
	margin-top: -5px;
	height: 60px;
	width: 45px;
	position: relative;
}

#cartMobileWrapper>span{
	font-size: 19px;
	position: absolute;
	top: 13px;
	left: 5px;
}

#cartMobileWrapper>.cartValue{
	position: absolute;
	top: 10px;
	left: 5px;
}

#cartMobileWrapper>.cartQtdMobile{
	position: absolute;
	float: left;
	top: 25px;
	left: 23px;
	height: 15px;
	background-color: #4AA7FF;
	line-height: 15px;
	font-size: 12px;
	border-radius: 8px;
	padding: 1px 3px;

}

.menu {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -30px;
	top: 58px;
}

.menu li{
	float: left;
	display: block;
	width: 100%;
	text-align: left;
    text-indent: 25px;
	border-top: solid rgba(255, 255, 255, 0.5) 1px;
	cursor: pointer;
}

.menu li:last-child{
	border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
}

.menu li:first-child{
	border-top: solid 2px rgba(255,255,255,0.5);;
}


.headerHeight{
	height: 75px;
}

#headerNav nav>ul>li{
	display: inline-block;
	cursor: pointer;
}

.headerLogo{
	width: 260px;
	margin: 10px 5px;
}
.headerLogo>img{
	width: 80%;
}

.headerMobileLogo{
	height: 40px;
	margin-right: 15px;
	margin-top: 5px;
}

.navBtn{
	line-height: 75px;
	text-align: center;
	font-size: 18px;
	margin-left: 30px;
}

.navBtn:last-child{
	padding-right: 10px;
}

@media only screen and (max-width: 730px) {
   	#headerNav{
   		visibility: hidden;
   	}
   	#headerNavMobile{
   		visibility: visible;
   	}

   	header, .headerMask{
		height: 60px;
	}
}


.pageTitle {
    display: flex;
}

.pageTitle:after {
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
    display: block;
    content: " ";
    border-bottom: 1px solid;
    flex: 1 1 auto;
}

#landingPage{
	background-image: url("../../media/layout/bg-trame.png");
	background-repeat: repeat;
	z-index: 1;
}

/* about */

#aboutPictureWrapper{
	background-color: #fff;
	border-radius: 2px;
	height: 320px;
	overflow: hidden;
	position: relative;
	margin: 15px 0;

	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

#aboutPictureWrapper > a{
	position: absolute;
	width: 100%;
	height: 100%;
}

#aboutPictureWrapper .aboutPicture { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-size: cover;
    background-position: center;
}

#aboutText{
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
	height: 250px;



	background: -webkit-linear-gradient(left, rgba(255,0,0,0), url("../../media/layout/bg.jpg")); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,0,0,0), url("../../media/layout/bg.jpg")); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,0,0,0), url("../../media/layout/bg.jpg")); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,0,0,0), url("../../media/layout/bg.jpg")); /* Standard syntax (must be last) */

}

#aboutText ul{
	list-style: inside none disc;
}

#aboutText ol{
	list-style: inside none decimal;
}

.readMore {
	position: absolute;
	bottom: 0;
	height: 30px;
	padding: 0;


	background-image: url("../../media/layout/bg.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.readMore>div{
	height: 30px;
	width: 100px;

	border-radius: 3px;
	color: white;
	line-height: 30px;
	text-align: center;

	background: #61a930;
	background: -moz-linear-gradient(top, #6cbc36 0%, #61a930 100%);
	background: -webkit-linear-gradient(top, #6cbc36 0%,#61a930 100%);
	background: linear-gradient(to bottom, #6cbc36 0%,#61a930 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6cbc36', endColorstr='#61a930',GradientType=0 );
 }

 .aboutPhotoDescription{
 	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 30px;
	padding: 5px 10px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
 }


/* items */

.itemWrapper{
	background-color: #fff;
	border-radius: 2px;
	height: 320px;
	overflow: hidden;
	position: relative;
	margin: 15px 0;

	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}

.itemImage{
	width: 100%;
	height: 100%;
	background-position: center 20px;
	background-size: contain;
	background-repeat: no-repeat;

	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);

    transition: box-shadow 0.5s;
}

.itemImage.active{

	-webkit-box-shadow: inset 0px 0px 180px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    inset 0px 0px 180px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         inset 0px 0px 180px 0px rgba(0, 0, 0, 0.8);
}


.itemPromotion{
	background-image: url("../../media/layout/itemPromotion.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.itemShareFb{
	background-image: url("../../media/layout/itemShareFb.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 27px;
	height: 27px;
	opacity: 0;
	transition: opacity 0.5s;
}
.itemShareFb.active{
	opacity: 1;
}

.itemInfo{
	position: absolute;
	bottom: -61px; /* 60+1 pixel for border bottom */
    transition: bottom 0.5s;
	width: 100%;
	height: 120px;
	background-color: rgba(255,255,255,.8);
	box-sizing: border-box;
}
.itemInfo.active{
	bottom: 0px;
}

.itemPriceCell{
	height: 60px;
	border-bottom: solid #888 1px;

}

.itemBuyCell{
	height: 60px;
}

.itemName{
	margin: 7px;
	margin-bottom: 0;
	font-family: hindMedium;
	color: #222;
	font-size: 18px;
}


.itemDesc{
	margin: 0 7px;
	font-family: hindLight;
	color: #888;
	font-size: 14px;
}


.itemPrice{
	margin: 7px;
	margin-bottom: 0;
	font-family: hindSemiBold;
	color: #75b446;
	font-size: 18px;
	text-align: right;
}


.itemPriceOld{
	margin: 0 7px;
	font-family: hindLight;
	text-align: right;
	color: #888;
	font-size: 14px;
	text-decoration: line-through;
}

.itemBuyWrapper{
	padding: 10px;
}

.itemBuy{
	height: 40px;
	width: 100%;
	border-radius: 4px;

	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 1px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.75);

	background: #61a930; /* Old browsers */
	background: -moz-linear-gradient(top, #6cbc36 0%, #61a930 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6cbc36 0%,#61a930 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6cbc36 0%,#61a930 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cbc36', endColorstr='#61a930',GradientType=0 ); /* IE6-9 */
}

.itemBuy>div{
	height: 100%;
	text-align: center;
	font-size: 18px;
	font-family: HindRegular;
}

.itemBuy>div:first-child, .itemBuy>div:nth-child(2){
	border-right: solid rgba(238,238,238,.5) 1px;
}

.itemBuy>div:first-child, .itemBuy>div:nth-child(3){
	line-height: 53px;
}

.itemBuy>div:nth-child(2){
	line-height: 40px;

}

.qtdMinBtn{
	font-size: 12px;
	position: absolute;
	top: 23px;
	left: 0;
	width: 100%;
}

/*filter*/

#filterContainer{
	overflow: hidden;
}

.brandWrapper{
	background-color: #fff;
	border-radius: 2px;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin: 15px 0;

	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;


}


.brandImage{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 20px 0px rgba(0, 0, 0, 0.4);

    transition: box-shadow 0.5s;

}


.brandImage.active{

	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    inset 0px 0px 40px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         inset 0px 0px 40px 0px rgba(0, 0, 0, 0.8);
}

.filterBrand{
	width: 150px;
}

.filterBrand span{
	line-height: 40px;
	color: rgb(136, 136, 136);
	font-size: 30px;
	position: absolute;
	left: 0px;
	margin-top: 4px;
	margin-left: 4px;
}


.brandImageFilter{
	height: 40px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;

	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 20px 0px rgba(0, 0, 0, 0.4);

    transition: box-shadow 0.5s;

}

.brandMore{
	background-image: url("../../media/layout/btns/plus.jpg");
}




.alignCenter{
	margin: 0 auto;
}

.positionRelative{
	position: relative;
}

.positionAbsolute{
	position: absolute;
}

.green{
	background-color: #009FAA;
}



/*development*/

.redLine{
	-webkit-box-shadow: inset 0px 0px 0px 1px red !important;
	-moz-box-shadow:    inset 0px 0px 0px 1px red !important;
	box-shadow:         inset 0px 0px 0px 1px red !important;
}

.bodyText{
	font-size: 18px;
	padding: 10px; 
}


.col9{
	float: left;
	width: 75%; 
}
.col8{
	float: left;
	width: 66.666%; 
}
.col6{
	float: left;
	width: 50%; 
}
.col5{
	float: left;
	width: 50%; 
}
.col4{
	float: left;
	width: 33.333%; 
}
.col3{
	float: left;
	width: 25%; 
}
.col6{
	float: left;
	width: 50%; 
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}


#landingPageVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		/*z-index:3;*/
	}

.landingPageTrame{
	background-image: url("../../media/layout/images/trame16x161_01.png");
	background-repeat: repeat;
	background-position: top left;
	background-size: 16px 16px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#playVideoBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
	z-index: 999;
}

#loadingPageWrapper{
	background-color: white;

	background-image: url("../../media/layout/bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;

}

#loadingPageWrapper>.loadingPageTrame{
	background-image: url("../../media/layout/images/trame16x161_01.png");
	background-repeat: repeat;
	background-position: top left;
	background-size: 16px 16px;
	width: 100%;
	height: 100%;
}

#loadingPageWrapper>.loadingPageSpinner{
	/*background-image: url("../../media/layout/ring.svg"); */
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
}

.noScroll{
	overflow: hidden;
	height: 100%;
}

#CATBtn{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	z-index: 999;
	text-align: center;
	color: white;
	font-size: 26px;
	line-height: 20px;
	cursor: pointer;
}

#CATBtn>p{
	color: white;
}

.icon-angle-down{
	color: white;
	font-size: 30px !important;
}

#basketEffect, #basketEffectMobile{
	position: relative;
    display: block;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#basketEffect.hidden{
    visibility: hidden;
}
.cartValue.hidden{
    visibility: hidden;
}
.cartQtd.hidden{
    visibility: hidden;
}

#basketEffect.highlight, #basketEffectMobile.highlight{

    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);

    -webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

.cartValue{
	height: 15px;
	background-color: #75B446;
	position: absolute;
	top: 10px;
	line-height: 15px;
	font-size: 12px;
	border-radius: 8px;
	padding: 1px 3px;
}

.cartQtd{
	height: 15px;
	background-color: #4AA7FF;
	position: absolute;
	top: 26px;
	right: -20px;
	line-height: 15px;
	font-size: 12px;
	border-radius: 8px;
	padding: 1px 3px;
}

.positionRelative{
	position: relative;
}

.wrap-text{
	white-space: normal;
}

/* parceiros */

.parceiroWrapper{
	background-color: #fff;
	border-radius: 2px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 15px 0;

	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	cursor: pointer;

	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}


.parceiroLogo{
	width: 100%;
	height: calc(100% - 30px);
	background-position: center 0px;
	background-size: contain;
	background-repeat: no-repeat;

	-webkit-box-shadow: inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         inset 0px 0px 40px 0px rgba(0, 0, 0, 0.4);

    transition: box-shadow 0.5s;
}

.parceiroLogo.active{

	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    inset 0px 0px 100px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         inset 0px 0px 100px 0px rgba(0, 0, 0, 0.8);
}

.parceiroNome{
 	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 30px;
	padding: 5px 10px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

/* contactos */
.contactFormLabel{
	font-size: 16px;
}
.contactLabel{
	font-size: 16px;
}

.contactInfo{
	font-size: 20px;
	margin-bottom: 20px;
}

.contactFormInput{
	margin-bottom: 20px;
}

#contactMessage{
}

#sendMessageBtn{
	margin-top: 20px;
	height: 30px;
	width: 120px;

	border-radius: 2px;
	color: white;
	line-height: 30px;
	text-align: center;

	cursor: pointer;

	background: #61a930;
	background: -moz-linear-gradient(top, #6cbc36 0%, #61a930 100%);
	background: -webkit-linear-gradient(top, #6cbc36 0%,#61a930 100%);
	background: linear-gradient(to bottom, #6cbc36 0%,#61a930 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6cbc36', endColorstr='#61a930',GradientType=0 );
 }

/*bootstrap break points */


@media (max-width: 768px) {
	html, body{
		/*border: solid pink 3px;*/
	}
}

@media (min-width: 768px) {
	html, body{
		/*border: solid red 3px;*/
	}
}
@media (min-width: 992px) {
	html, body{
		/*border: solid green 3px;*/
	}
}
@media (min-width: 1200px) {
	html, body{
		/*border: solid blue 3px;*/
	}
}