body {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
}

.nojs
{
	margin-bottom: 0;
}

ul, ol
{
	list-style-type: none;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top25 { margin-top:25px; }
.top30 { margin-top:30px; }

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
	z-index: 99;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
	z-index: 99;
}

.topo_icon
{
	color: #e6007e;
}

section
{
	padding: 60px 0;
}

.wrap {
    width: 100%;
	min-height: 768px;
}

.override_fluid
{
	padding: 0;
	background-image: none;
	background-color:rgba(255, 255, 255, 0.8);
	height: 118px;
	border-bottom: 4px solid #e6007e;
}

.header_previous
{
	background-color:transparent;
	background: url('../_images/header/setas/seta_esquerda_fundo_icon.png') no-repeat center center!important;
	top: 359px!important;
	left: 3%;
	width: 50px!important;
	height: 50px!important;
}
.header_next
{
	background-color:transparent;
	background: url('../_images/header/setas/seta_direita_fundo_icon.png') no-repeat center center!important;
	top: 359px!important;
	margin-right: 3%;
	width: 50px!important;
	height: 50px!important;
}

/* carousel for the top banner with 3D effect for fade transition */
	div.override_fluid div.carousel div.carousel-inner div.item
	{
		background-repeat: no-repeat;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	div.override_fluid div.carousel {
		z-index: -99;
	}
	div.override_fluid div.carousel div.carousel-inner,
	div.override_fluid div.carousel div.carousel-inner div.item {
		position: absolute;
		width: 100%;
		min-height: 768px;
	}

	.carousel-fade .carousel-inner .item {
		opacity: 0;
		transition-property: opacity;
	}
	.carousel-fade .carousel-inner .active {
		opacity: 1;
	}
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
		z-index: 1;
	}
	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
		opacity: 1;
	}
	.carousel-fade .carousel-control {
		z-index: 2;
	}
	@media all and (transform-3d),
	(-webkit-transform-3d) {
		.carousel-fade .carousel-inner > .item.next,
		.carousel-fade .carousel-inner > .item.active.right {
			opacity: 0;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
		.carousel-fade .carousel-inner > .item.prev,
		.carousel-fade .carousel-inner > .item.active.left {
			opacity: 0;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
		.carousel-fade .carousel-inner > .item.next.left,
		.carousel-fade .carousel-inner > .item.prev.right,
		.carousel-fade .carousel-inner > .item.active {
			opacity: 1;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
/* END - carousel for the top banner with 3D effect for fade transition */

.override_navbardefault {
	background: none;
	border: 0;
	box-shadow: none;
}

.override_navbarheader
{
	border: 0;
}

.navbar-brand {
	margin-left: 20px;
}

.navbar-toggle
{
	margin-top: 40px;
	background-color: #fee5f0!important;
	border-color: #e6007e!important;
	z-index:99;
}
.navbar-toggle:link,
.navbar-toggle:hover,
.navbar-toggle:visited
{
	background-color: #fee5f0!important;
	border-color: #e6007e!important;
}
.navbar-toggle .icon-bar
{
	background-color: #e6007e!important;
}

.menu_items
{
	margin-right: 0;
	border: 0;
}

.menu_items>li>a
{
	display: table-cell;
    vertical-align: middle;
	height: 114px;
	width: 150px;
	border-radius: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #936037!important;
	text-align: center;
}

.menu_items>li>a:hover,
.menu_items>li>a:focus,
.menu_items>li>a.active
{
    text-decoration: none;
    background-color: #fee5f0!important;
	color: #e6007e!important;
	font-weight: 600;
}

.frasetopo {
	margin-top: 550px;
	color: white;
	background-color:rgba(193, 4, 107, 0.5);
	width: 80%;	
	text-align: center;
	padding: 15px 35px 25px 35px;
}

.frasetopo h1
{
	font-size: 350%;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 5px;
}

.frasetopo h2 {
	font-size: 300%;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 0;
}

.heading-normal h2
{
	color: #e6007e;
	text-transform: uppercase;
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
}

.heading-normal h3
{
	color: #e6007e;
	font-style: italic;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-left: 25px;
}

.heading-normal h4
{
	color: #6b6b6b;
	font-size: 18px;
	font-weight: 400;
	padding: 5px 0;
}

.heading-normal h5
{
	color: #6b6b6b;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 5px 15px;
}

.heading-normal h6
{
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 0 5px 35px;
}

.heading-normal p
{
	color: #936037;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
}

div.generic
{
	color: #6b6b6b!important;
	font-size: 16px!important;
	font-weight: 300!important;
	margin-bottom: 40px;
	line-height: 30px;
	padding-left: 25px;
}

div.generic p,
div.generic div,
div.generic span
{
	color: #6b6b6b!important;
	font-size: 14px!important;
	font-weight: 300!important;
	line-height: 28px!important;
}

.produtos_excep
{
	padding-left: 0!important;
}

.follow-us
{
	padding-top: 10px;
	color: #6b6b6b!important;
	text-transform: uppercase;
	font-size: 14px!important;
}

.follow-us img
{
	margin-top: -3px;
}

.saibamaiscustom
{
	display: block;
	padding: 15px 25px;
	background-color: #e6007e;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	float: right;
}
.saibamaiscustom:link,
.saibamaiscustom:hover,
.saibamaiscustom:visited
{
	color: #FFF;
	text-decoration: none;
}

.floatnone
{
    position: relative;
    float: none!important;
    margin: auto;
    width: 252px;
    z-index: 10!important;
}

.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white h4 a,
.white h4 a:link,
.white h4 a:hover,
.white h4 a:visited,
.white h4 a:visited:hover,
.white h4 a:visited:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.pink
{
	background-color:rgba(254, 245, 249, 1);
}

.chocolate
{
	background-color:rgba(40, 16, 2, 1);
}

#todos_bolos
{
	padding-top: 75px;
}

#todos_bolos .carousel-indicators
{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:0!important;
}

#todos_bolos .carousel-indicators li,
#todos_bolos .carousel-indicators .active
{
    width:160px;
    height:40px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-indent: 0;
    cursor: pointer;
	border-radius: 0;
	color: #e6007e;
	border: 1px solid #e6007e;
	text-transform: uppercase;
	font-size: 16px;
}

#todos_bolos .carousel-indicators .active
{
	color: #fff;
	background-color: #e6007e;
}

#todos_bolos div.carousel-inner div.item ul.row
{
	margin: 0;
	padding: 0;
}

#todos_bolos div.carousel-inner div.item ul.row li
{
	margin: 0;
	padding: 10px;
}

#todos_bolos div.carousel-inner div.item ul.row li a img:hover
{
	opacity: 0.75;
	background-color: #e6007e;
}

/* Formulario de contacto */

.g-recaptcha {
	transform:scale(0.92);
	transform-origin: 0 0;
	max-width: 304px;
}

.obrigatorio
{
    position: absolute;
    top: 15px;
}

#success_message
{
	margin-top: 15px;
	display: none;
}

.help-block
{
	color: yellow!important;
}

.contactform
{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form_contact
{
	background-color: rgba(193, 4, 107, 0.4);
	padding: 40px;
}

.form_contact input
{
	margin: 5px 0;
}

.form-inline input
{
	min-width: 250px;
	margin-top: 0px;
}

textarea.form-control
{
	margin-top: 15px;
}

.submitcustom
{
	width: 161px;
	height: 64px;
	background-color: #c3006b;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
}
.submitcustom:hover
{
	color: #FFF;
}
.floatsend
{
	float: right;
}

/* Formulario de contacto */

.sitemap
{
	
}

.logo_bottom_white
{
	margin-bottom: 50px;
}

.contacts
{
	margin-top: 120px;
	margin-bottom: 50px;
}
.contacts p
{
	font-weight: 300;
	margin-bottom: 25px;
}

.contacts p img
{
	margin-right: 10px;
}

.contacts p.contacts_detail
{
	margin-bottom: 10px;
	font-size: 14px;
}

.contacts p.contacts_detail a,
.contacts p.contacts_detail a:link,
.contacts p.contacts_detail a:hover,
.contacts p.contacts_detail a:visited,
.contacts p.contacts_detail a:visited:hover,
.contacts p.contacts_detail a:visited:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

.social
{
	
}

.social h4
{
	text-transform:uppercase;
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 16px;
}

.copyright
{
	background-color: #000000;
}

.copyright h4
{
	font-weight: 300!important;
	font-size: 16px;
}

/* increase the collapse point for the menu */
@media screen and (max-width: 991px) {
	
	.navbar-brand {
		position: absolute;
		top: 0;
		padding-right: 75px;
		margin-left: 10px;
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		padding-right: 0;
		margin-top: 28px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-collapse ul li
	{
		background: #FFF;
		width: 100%;
		border-bottom: 2px solid #e6007e;
	}
	
	.navbar-collapse ul li a
	{
		background: #FFF;
		width: 100%!important;
		text-align: center;
	}
	
	.menu_items
	{
		margin-right: 0;
		border: 0;
	}

	.menu_items>li>a
	{
		display: block;
		line-height: 50px;
		height: 70px;
		width: 150px;
		border-radius: 0px;
		font-size: 14px;
		text-transform: uppercase;
		color: #936037!important;
		text-align: center;
	}

	.menu_items>li>a:hover,
	.menu_items>li>a:focus,
	.menu_items>li>a.active
	{
		text-decoration: none;
		background-color: #fee5f0!important;
		color: #e6007e!important;
		font-weight: 600;
	}
}

/* Responsive adjustments */
@media screen and (max-width: 556px) {
	#todos_bolos
	{
		padding-top: 150px;
	}
	#todos_bolos .carousel-indicators,
	#todos_bolos .carousel-indicators li,
	#todos_bolos .carousel-indicators li.active
	{
		display: block;
		margin: auto;
	}
}

@media screen and (max-width: 1200px){
    .floatsend
    {
    	float: none;
    	clear: both;
    }
}

/* Responsive adjustments */
@media screen and (max-width: 360px) {
	div.override_fluid div.carousel div.carousel-inner div.item
	{
		background-position: center 118px!important;
		-webkit-background-size: 250%!important;
		-moz-background-size: 250%!important;
		-o-background-size: 250%!important;
		background-size: 250%!important;
	}
	
	iframe
	{
		width: 220px;
	}
	
	.form-inline input
	{
		min-width: 0;
	}
}

/* Responsive adjustments */
@media screen and (max-width: 768px)
{
	.wrap {
		min-height: 525px;
	}

	div.override_fluid div.carousel div.carousel-inner div.item
	{
		background-position: center top;
		-webkit-background-size: 150%;
		-moz-background-size: 150%;
		-o-background-size: 150%;
		background-size: 150%;
	}
	
	.header_previous
	{
		top: 125px!important;
	}
	.header_next
	{
		top: 125px!important;
	}
	.frasetopo
	{
		margin: auto;
		margin-top: 250px;
		padding: 10px 15px 15px 15px;
		width: 95%;
	}

	.frasetopo h1
	{
		font-size: 250%;
	}

	.frasetopo h2 {
		font-size: 200%;
	}
	
	.sobre_nos
	{
		text-align: center;
	}
	
	.sitemap
	{
		margin-bottom: 50px;
		text-align: center;
	}

	.contacts
	{
		margin-top: 0;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.social
	{
		text-align: center;
	}
}