/* Manteigaria CSS */ 

/* Import - Font Awesome */
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
@import url('../fonts/korolev-heavy/style.css');

html{
    overflow: hidden;
}

html, body, .ms_body, #ms_sidebar{
	height: 100%;
}

body{
	margin: 0;
	font-family: 'Korolev Medium';
	/*padding-left: 15px;*/
	overflow: hidden;
}

/* Sidebar */
#ms_sidebar{
	background-color: #0F3419;
	color: #967328;
	display: inline-block;
	float: left;
	padding: 0 10px;
	position: relative;
	width: 11.3%;
	min-width: 210px;
	max-width: 235.25px;
}

/* Logo */
#ms_logo{
	height: 133px;
	text-align: center;
	margin-bottom: 16px;
	padding: 10px 0 0 0;
}

#ms_logo img{
	max-height: 133px;
}

#ms_logo p{
	margin: 0;
}

/* Menus */
#ms_menu{
	text-align: center;
}

#ms_menu a{
	height: 104px;
	display: block;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #967328;
	color: #967328;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	width: 78.1%;
}

#ms_menu a:nth-of-type(1){
	border-top: 1px solid #967328;
	height: 103px;
}

#ms_menu a > div{
	display: table;
    width: 100%;
    height: 100%;
}

#ms_menu a h3{
	margin: 0;
	font-size: 25px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: 0.5px;
}

#ms_menu a.ms-change h3{
	font-size: 15px;
}

#ms_menu a span{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#ms_menu a.ms-change span{
	font-size: 26px;
}

#ms_menu a.ms-change-2{
    margin: 0;
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0.5px;
}

#ms_menu a:hover, #ms_menu a.active, #ms_menu a.active2 {
	color: #D7AF75;
}

/* Social */
#ms_social{
    text-align: center;
    font-size: 20px;
	margin-bottom: 10px;
	position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
}

#ms_social p{
	margin: 0;
}

#ms_social i{
	color: #967328;
	font-size: 0;
}

#ms_social a:hover i{
	color: #D7AF75;
}

#ms_social i:before{
	font-size: 20px;
}

/* Info & Submenu*/
.info_submenu, .info{
    display: inline-block;
    margin: 41px 0 0 0;
	color: #3b3b3b;
    /*background: #f5f5f5;*/
	position: relative
}

.info_submenu{
	background: #e8d3a7;
}

.info{
	background: #fbf3e3;
}

.info_submenu{
    text-align: center;
    padding: 15px 0;
	min-height: 409px;
	width: 125px;
    max-width: 125px;
}

.info_submenu a{
	display: block;
    font-size: 15px;
    margin: 15px 0;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #0F3419;
}

.info_submenu a:hover, .info_submenu a.active{
	text-decoration: underline;
}

.info{
	width: 560px;
	overflow: auto;
	max-height: 439px;
    height: 439px;
}

.info .item-page{
	padding: 15px;
}

.info p{
	margin: 0;
	padding: 14px 0;
	font-family: Arial;
    font-size: 15px;
}

.info p:nth-of-type(1){
	padding-top: 0;
}

/* Scroll - Default */
.info{
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

/* Let's get this party started */
.info::-webkit-scrollbar {
    width: 7px;
}
 
/* Track */
.info::-webkit-scrollbar-track {
	border-right: 3px solid #3b3b3b;
}
 
/* Handle */
.info::-webkit-scrollbar-thumb {
    background: #3b3b3b; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

/* Scroll - jScrollPane */
.jspDrag, .jspCorner{
	background: #0F3419 !important;
}

.jspVerticalBar {
	background: transparent !important;
	/*border-right: 3px solid #0F3419;*/
	border-right: none;
    width: 6px !important;
}

.jspTrack{
	/*background: transparent !important;*/
	background: #e8d3a7 !important;
	    height: 100% !important;
}

/* Language */
.languages{
	background: #e8d3a7;
    display: inline-block;
    text-align: center;
    padding-top: 16px;
	min-height: 36px;
	margin-top: 30px; 
    position: relative;	
	width: 2.1%;
	min-width: 28px;
	max-width: 40px;
}

.languages > div, .languages li{
	padding-bottom: 16px;
}

.languages li{
	margin-right: 0 !important;
	font-size: 16px;
}

.languages li a{
	color: #0F3419;
}

.languages li.lang-active a, .languages li a:hover{
	text-decoration: underline;
}

/* Submenu - Artigos */
.ms_body_article{
	position: absolute;
	display: inline-block;
    top: 0;
	width: 100%;
    height: 100%;
	/*background: #fff;*/
	background: #fbf3e3;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.ms_body_article .jspHorizontalBar {
	background: transparent !important;
	height: 9px !important;
	z-index: 1;
}

.ms_body_article .jspHorizontalBar .jspCap{
	width: 400px;
	height: 100%;
	display: block;
}

.ms_body_article .jspHorizontalBar .jspCap.jspCapRight{
	width: 0px;
}

.ms_body_article .item-page{
	padding: 14px 0 0 400px;
	width: 3950px;
}

/* Produtos */
.ms_texto_div{
	display: inline-block;
    max-width: 665px;
	margin-right: 38px;
	margin-left: 38px;
	    text-align: justify;
}

#hist .ms_texto_div:nth-of-type(1) {
    margin-left: 0;
    margin-right: -40px;
}
#hist ms_img_div:nth-of-type(1) {
    margin-right: -40px;
}

.ms_texto_div:nth-of-type(1){
	margin-left: 0;
}

.ms_texto_div hr{
	margin: 20px 0;
}

.ms_texto_div p{
line-height: 25px;
}

.ms_texto_div p:nth-of-type(1){
	margin-top: 0;
}

.ms_texto_div a{
color: #000;
}

.ms_img_div{
	max-width: 1260px;
	width: 1260px;
	max-height: 843px;
	height: 843px;
    display: inline-block;
	overflow: hidden;
	text-align: center;
}

.ms_img_div img{
	height: 100%;
}

.ms_upper{
	text-transform: uppercase;
}

.ms_bold{
	font-family: 'Korolev Bold';
}

.ms-italic{
font-style: italic;
}

.ms_center{
	text-align: center;
}

.ms_reference{
	font-size: 23px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}

.ms_title{
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 0;
}

.ms_texto_div {
	font-size: 16px;
}

/* Citação */
.citacao {
	position: fixed;
    width: 370px;
    height: 121px;
    max-width: 370px;
    max-height: 121px;
    right: 0;
    background-color: rgba(226, 203, 162, 0.7);
    color: #0F3419;
    padding: 40px 20px;
	text-transform: uppercase;
	margin-right: 30px;
	background-image: none !important;
	text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.citacao p {
	margin: 0;
	height: 121px;
    vertical-align: middle;
    width: 370px;
	overflow: hidden;
	display: table-cell;
	line-height: 29px;
	letter-spacing: 0.5px;
}

.citacao-txt-big{
	font-size: 43px;
	line-height: 1;
}

.citacao-position1{
	top: 0;
	margin-top: 30px;
}

.citacao-position2{
    bottom: 0;
    margin-bottom: 30px;
}

div.citacao:before, div.citacao:after{
	background-repeat: no-repeat;
    position: absolute;
    height: 16px;
    width: 91px;
    content: "";
	transform: translateX(50%);
    right: 50%;
}

div.citacao:before{
    top: 0; 
    margin-top: 17px;
    background-image: url(../../../images/arabesco.png);
}

div.citacao:after{
	background-image: url(../../../images/arabesco_baixo.png);
    bottom: 0;
    margin-bottom: 17px;
}

div.citacao.citacao-imagem:before, div.citacao.citacao-imagem:after
{
	content: none !important;
} 

div.citacao.citacao-imagem
{
	width: 410px;
    height: 201px;
    padding: 0;
    max-width: 410px;
    max-height: 201px;
	background: none;
}

div.citacao.citacao-imagem p
{
	height: 100%;
}

/* Slideshow */
#slides{
	position: fixed !important;
	top: 0;
    left: 0;
	width: 100vw;
    height: 100vh;
}

.div-citacao{
	display: none;
	width: 100%;
	height: 100%;
}

.div-citacao .img-wd{
	width: 100%;
}

.div-citacao .img-hg{
	height: 100%;
}

/* MEDIA */
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (max-width:1024px){}

/* big landscape tablets, laptops, and desktops */
@media(min-width: 1025px) and (max-width:1366px){}

/* hi-res laptops and desktops */
@media(min-width: 1367px) and (max-width:1575px){}

@media(min-width: 1576px) and (max-width:1782px){}

/*2018*/
.ms_body_article
{
	overflow: hidden;
}

.ms_texto_div p
{
	line-height: 25px;
}

@media(min-width: 1367px){

	.ms_texto_div{
		max-width: 500px;
		/*width: 500px;*/
		padding-right: 15px;
	}

	.ms_texto_div p{
		margin-bottom:20px;
		/*line-height: 27px;*/
		text-align: justify;
		font-size: 15px;
	}

}

@media(min-width: 960px){
	.ms_texto_div{
		width: 450px;
	}
}

@media(min-width: 992px) and (max-width:1024px)
{
	.ms_texto_div p
	{
		font-size: 12px;
		line-height: 20px;
	}
}

/* Novo css */
#ms_menu a
{
	border-bottom: 1px solid transparent !important;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: vertical;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-family: 'Korolev Medium';
}

#ms_logo
{
	padding: 10px 10px 0 10px !important;
}

#ms_sidebar
{
    height: 100vh;
	margin-left: 15px;
	padding: 0 !important;
	width: calc(11.3% + 20px);
	z-index: 9999;
}

#ms_menu .sm-parent > .sm-menu 
{
	box-shadow: none !important;
}

#ms_menu .sm-parent > .sm-menu dl .inner, #ms_menu .sm-parent > .sm-menu dl.level1 .inner, nav.sm-drop dl .inner, nav.sm-drop dl.level2 .inner
{
	padding-right: 0 !important;
}
#ms_menu .sm-parent > .sm-menu dl dt.hover a, #ms_menu .sm-parent > .sm-menu dl dt:hover a, #ms_menu .sm-parent > .sm-menu dl.level1 dt.hover a, #ms_menu .sm-parent > .sm-menu dl.level1 dt:hover a,
#ms_menu .sm-parent > .sm-menu dl dt.active a, #ms_menu .sm-parent > .sm-menu dl.level1 dt.active a
{
	color: #D7AF75;
}

#ms_menu .sm-parent > .sm-menu dl.level1 dt:last-of-type a
{
	border-bottom: 1px solid #967328 !important;
}

nav.sm-drop dl a, nav.sm-drop dl a:link, nav.sm-drop dl.level2 a, nav.sm-drop dl.level2 a:link
{
	display: block;
    font-size: 15px;
    margin: 15px 0 0 0;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0F3419;
	font-family: 'Korolev Medium';
}

#ms_menu .sm-parent > .sm-menu dl dt:after, nav.sm-drop dl.level2 > dt:after
{
	width: 0 !important;
}

nav.sm-drop dl.level2 dt.hover a, nav.sm-drop dl.level2 dt:hover a, nav.sm-drop dl.level2 dt.active a
{
	font-family: 'Korolev Medium';
}

nav.sm-drop div.level2
{
	padding: 15px 0;
	min-height: 409px;
	top: 159px !important;
}

.ms_body_article .jspHorizontalBar .jspCap{
	width: 320px;
}

.ms_body_article .item-page{
	padding: 14px 0 0 320px;
}

#ms_menu a span{
	line-height: 1;
}

/**/
/*2018*/

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: right;
    height: 10px;
        margin-top: -52px;
    position: absolute;
    right: 70px;
        text-indent: initial !important;
        background: #fbf3e3 !important;
}

.ms_body_article .item-page
{
	width: auto !important;
}

.ms_texto_div
{
	padding-right: 50px !important;
    float: none !important;
    margin-right: 0 !important;
    width: 100%;
    box-sizing: border-box;
    max-width: none;
	padding-left: 0;
    margin-left: 0;
}

.ms_img_div
{
	max-width: none;
    width: 100%;
    height: auto;
    max-height: none;
    float: none;
}

.ms_img_div
{
	max-width: none;
    width: 100%;
    height: auto;
    max-height: none;
    float: none;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: left;
    float: none;
	padding-left: 0;
    margin-left: 0;
}

.ms_img_div img
{
	width: 100%;
    height: auto;
}	

/* Novembro 2018*/
.ms_body_article
{
	background: rgba(251,243,227,.8);
}

body
{
	width: 69.03333%;
    position: relative;
    margin: 0 auto;
	padding-right: 0 !important;
}

#ms_sidebar
{
	margin-left: 0;
}

.ms_body_article .item-page
{
	/*padding: 14px 82px 0 310px;*/
	padding: 14px 82px 100px 310px;
}

.ms_texto_div, .ms_img_div
{
	padding-right: 0 !important;
}

nav.sm-drop div.level2
{
	left: 210px !important;
}

.ms_title
{
	color: #0F3419;
    text-align: center;
}

.ms_texto_div p
{
	color: #0F3419;
}

.ms_reference
{
	color: #0F3419;
	font-style: normal;
	text-align: justify !important;
	font-size: 23px !important;
	line-height: 30px !important;
}

.ms_texto_div hr
{
	border-color: #0F3419;
}

.uk-modal
{
	z-index: 9999 !important;
}

.uk-overlay-icon:before
{
	color: #0F3419 !important;
}

.uk-overlay-background
{
	background: rgba(251,243,227,.95) !important;
}

.uk-slidenav-contrast 
{
	color: rgba(15,52,25,.5) !important;
}

.uk-slidenav-contrast:active 
{
	color: rgba(15,52,25,.9) !important;
}

.uk-close-alt:after
{
	color: #0F3419 !important;
}

.uk-close-alt
{
	background: rgb(251,243,227) !important;
}

.ms_body_article .jspHorizontalBar
{
	display: none !important;
}

.uk-grid
{
	justify-content: center !important;
}

.close_button
{
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 1;
}  

.close_button a
{
	padding: 2px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    margin: 0;
    border: none;
    font: inherit;
    color: inherit;
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    vertical-align: middle;
    -webkit-appearance: none;
    overflow: visible;
    text-transform: none;
    text-align: center;
    background: rgb(15,52,25) !important;
	outline: none;
	text-decoration: none;
	font-size: 0;
}

.close_button a:hover:after
{
	opacity: 1;
}

.close_button a:after
{
	opacity: .8;
	    display: block;
    content: "\f00d";
    font-family: FontAwesome;
	    color: #e8d3a7 !important;
		font-size: 15px;
}