/*@import url(http://fonts.googleapis.com/css?family=Crete+Round:400,400italic);*/
@import url(//fonts.googleapis.com/css?family=Montserrat);
/* @import url(original_site.css); */

*, *:focus
{
	outline-color: transparent;
}

html, body
{
	height: 100%;
}

body
{
	font-family: 'Montserrat', sans-serif;
}

body h1, 
body h2, 
body h3, 
body h4, 
body h5, 
body h6
{
	font-family: 'Montserrat', sans-serif;
}

header
{
}

	header h1,
	header h2,
	header h3,
	header h4,
	header h5,
	header h6
	{
		margin: 0;
	}

	header p
	{
		display: block;
		margin: 0;
		padding: 0.25em 0 0.5em 0;
	}
	
.mv_ipeditable
{
	font-family: "Arial", Georgia, sans-serif;
}
	
.brands
{
	margin-top: 10px;
	margin-bottom: 10px;
}

	.brands .brands-image
	{
		width: 100%;
		height: 60px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.brands .brands-title
	{
		font-size: 12pt;
		color: #2b2b2b;
	}
	
.category
{
	margin-top: 20px;
	margin-bottom: 20px;
}

	.category .category-image
	{
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.category .category-title
	{
		font-size: 12pt;
		color: #2b2b2b;
	}
	
/****** Wrapper definitions ******/
#wrapper
{
	min-height: 100%;
	position: relative;
}

#container
{
	padding-bottom: 330px;
	padding-top: 84px;
}

#footer
{
	/* margin-top: 50px; */
	width: 100%;
	height: 330px;
	position:absolute;
	bottom:0;
}

/****** Horizontal menu section ******/
#horizontal-menu-container
{
}

#shop-menu
{
	margin-bottom: 0;
	background-color: #be311a;
	border: 0;
	border-radius: 0;
	
	position: fixed;
    top: 34px;
    width: 100%;
	
	z-index: 11;
}

	#shop-menu ul li:not(.open):hover
	{
		background-color: #912614;
	}

	#shop-menu ul li a
	{
		color: #fdfdfd;
		text-transform: uppercase;
		font-weight: bold;
	}
	
		#shop-menu ul li a:hover
		{
			background-color: #912614;
			color: #fff;
		}
		
		#shop-menu ul li ul
		{
			background-color: white;
		}
		
		#shop-menu ul li ul li a
		{
			color: #be311a;
		}
		
	#shop-menu .open  > a, #shop-menu .open  > a:focus
	{
		background-color: #912614;
	}
		
/****** Top header section ******/

#header-logo
{
	position: absolute;
	top: 5px;
	z-index: 200;
}

@media (min-width: 768px)
{
	ul.navbar-nav
	{
		margin-left: 80px;
	}
}

#top-section
{
	background-color: white;
	padding: 5px inherit;
	
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
	
	height: 34px;
}

	#top-section .row > div:first-child
	{
		text-align: left;
	}
	
	#top-section .row > div:last-child
	{
		text-align: right;
	}
	
	#top-section ul
	{
		list-style-type: none;
	}
	
		#top-section ul li
		{
			display: inline;
		}
		
		#top-section ul li:not(:last-child)
		{
			display: inline;
			margin-right: 20px;
		}
		
			#top-section ul li a
			{
				color: #777;
				font-weight: 300;
			}
			
	#top-section #quick-contacts
	{
	}
	
		#top-section #quick-contacts > div:first-child
		{
			font-size: 18pt;
			font-weight: bold;
			padding-right: 15px;
		}
		
		/* #top-section #quick-contacts > div:last-child
		{
			font-size: 10pt;
			color: #acacac;
		} */
		
/******* News area and carousel ******/

.container-fluid.news-area
{
	padding: 0;
}

#news-carousel
{
	
}

	#news-carousel .carousel-indicators
	{
		display: none;
	}

	#news-carousel .carousel-image
	{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 300px;
	}

	#news-carousel .carousel-caption
	{
		text-align: left;
		left: 20%;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	
		#news-carousel .carousel-caption h2
		{
			font-size: 26pt;
			color: white;
		}
		
		#news-carousel .carousel-caption p
		{
			font-size: 14pt;
			color: white;
		}
		
.news_side_container
{
	width: 100%;
	margin-top: 20px;
}

	.news_side_container header, .news_side_container footer
	{
		background-color: #be311a;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		font-size: 10pt;
		font-family: 'Montserrat', sans-serif;
		padding: 5px;
		margin-top: -10px;
	}
	

	.news_side_container section
	{
		border: 1px solid #afafaf;
	}
	
	.news_side_container ul
	{
		list-style-type: none;
		padding: 0 0 0 5px;
	}
		
		.news_side_container section h1
		{
			font-size: 10pt;
			margin: 2px 0 2px 0;
		}
		
		.news_side_container section .date
		{
			font-size: 7pt;
			color: #7f7f7f;
		}
		
		.news_side_container section p
		{
			font-size: 8pt;
			color: #7f7f7f;
			margin: 0;
		}
		
@media (max-width: 768px)
{
	body .news_side_container section h1
	{
		font-size: 14pt;
		margin: 2px 0 2px 0;
	}
	
	body .news_side_container section .date
	{
		font-size: 11pt;
		color: #7f7f7f;
	}
	
	body .news_side_container section p
	{
		font-size: 12pt;
		color: #7f7f7f;
		margin: 0;
	}
}
		
/****** Main Categories *******/

.category
{
	text-align: center;
	margin: 20px 0;
}

.page-category-section
{
	text-align: center;
	margin: 20px 0;
}
	#main-categories .page-category-section-header
	{
		margin-left: 15px;
		margin-right: 15px;
	}

	.page-category-section-header
	{
		border-bottom: 1px solid #ddd;
		margin-bottom: 37px;
	}

		.page-category-section-header h2
		{
			display: inline-block;
			padding: 0 20px;
			background: #fff;
			position: relative;
			top: 11px;
			margin: 0;
			
			font-size: 14pt;
			text-transform: uppercase;
			letter-spacing: 2px;
		}

.subcategories_side_container
{
	width: 100%;
	margin-top: 20px;
}

	.subcategories_side_container header
	{
		background-color: #be311a;
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		font-size: 10pt;
		font-family: 'Montserrat', sans-serif;
		padding: 5px;
	}
	
	.subcategories_side_container ul
	{
		list-style-type: none;
		padding: 0 0 0 5px;
		border: 1px solid #afafaf;
	}
	
	.subcategories_side_container li:not(:last-child)
	{
		border-bottom: 1px solid #afafaf;
	}
		
		.subcategories_side_container section h1
		{
			font-size: 13pt;
			margin: 5px 0 5px 0;
		}
		
		.subcategories_side_container section .date
		{
			font-size: 8pt;
			color: #7f7f7f;
		}
		
		.subcategories_side_container section p
		{
			font-size: 10pt;
			color: #7f7f7f;
			margin: 5px 0 5px 0;
		}
		
/****** Page footer ******/

@import url("http://www.morgadocl.pt/static/site/fonts/titillium/titilliumbold.woff?1527266407&9047a44a87e3")

footer
{
	font-size: 8pt;
	padding: 20px 0;
}

h1, h2, h3
{
	color: #f23600;
	
	font-family: "TitilliumBold",Tahoma,Geneva,Verdana,sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/*footer
{
	background-color: black;
	width: 100%;
	padding: 30px;
	color: white;
	margin-top: 50px;
}

	footer a
	{
		color: white;
		text-decoration: underline;
	}
	
	footer .row
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	footer .row:first-child .vertical-menu h3
	{
		font-size: 10pt;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
	}
	
	footer .row:first-child .vertical-menu ul
	{
		list-style-type: none;
		padding-left: 0;
	}
	
		footer .row:first-child .vertical-menu ul li a
		{
			color: white;
			text-decoration: none;
			font-size: 8pt;
		}
		
		footer .row:first-child .vertical-menu ul li a:hover
		{
			color: white;
			text-decoration: underline;
		}
		
	footer .row:first-child .payment-menu
	{
	}
	
		footer .row:first-child .payment-menu > .row
		{
			position: relative;
		}
	
			footer .row:first-child .payment-menu > .row > div
			{
				position: relative;
				height: 60px;
			}
			
				footer .row:first-child .payment-menu > .row > div > img
				{
					position: absolute;
					top: 50%;
					left: 50%;
					
					transform: translateX(-50%) translateY(-50%);
					-webkit-transform: translateX(-50%) translateY(-50%);
				}
	
	footer .row:last-child > div:first-child
	{
		font-size: 10pt;
		text-align: left;
	}
	
	footer .row:last-child > div:last-child
	{
		font-size: 10pt;
		text-align: right;
	}

@media (max-width: 768px)
{
	.vertical-menu
	{
		text-align: center;
	}
	
	#contact-info .address-info, #contact-info .company-info
	{
		margin: 10px;
		font-size: 8pt;
		text-align: center;
	}
}
		
/****** Login ******/

.login-panel
{
	margin-top: 50px;
	margin-bottom: 50px;
}

/****** Section independent elements ******/
.category
{
	padding: 20px;
	height: 300px;
	
	transition: all 0.2s ease;
	border: 0;
	box-shadow: 2px 2px 7px -3px rgb(0 0 0 / 29%);
	-webkit-box-shadow: 2px 2px 7px -3px rgb(0 0 0 / 29%);
	-moz-box-shadow: 2px 2px 7px -3px rgba(0,0,0,0.29);
}

.category:hover
{
	transform: scale(1.1);
}

	.category .category-image
	{
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		height: 200px;
	}
	
	.category h3.category-title
	{
		font-size: 9pt;
		color: black;
		/* text-transform: uppercase; */
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 1.4em;
		margin-top: 0;
	}
	
#category-sidebar .category-selector
{
	background-color: white;
	color: #2c2c2c;
}

#category-sidebar .category-selector i
{
	color: #f13600;
}

#category-sidebar .category-selector.active
{
	background-color: #f13600;
	color: white;
}

#category-sidebar .category-selector.active i
{
	color: white;
}

a.product-item,
a.product-item:hover,
a.product-item:active
{
	text-decoration: none;
}
	
@media (max-width: 500px)
{
	body .category
	{
		height: auto !important;
	}
	
	body .category h3.category-title
	{
		font-size: 18pt !important;
		font-weight: bold;
	}
	
	body .category .category-image
	{
		height: 250px;
	}
}
	
@media (min-width: 500px and max-width: 768px)
{
	body .category
	{
		height: 350px !important;
	}
	
	body .category h3.category-title
	{
		font-size: 14pt;
	}
	
	body .category .category-image
	{
		height: 250px;
	}
}
	
/***** Dynamic Controls *****/

.container #mv_page_container .mv_container
{
	width: 100%;
}

.container #mv_page_container .mv_image img
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.breadcrumb>li+li:before {
    content: "\\\00a0" !important;
}

/***** Menu *****/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .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;
    }
}

/***** Bootstrap overrides *****/
@media (min-width: 768px)
{
	body > .container 
	{
		width: 760px;
	}
}

@media (min-width: 992px)
{
	body > .container 
	{
		width: 980px;
	}
}

@media (min-width: 1200px)
{
	body > .container 
	{
		width: 1180px;
	}
}

@media (min-width: 1600px)
{
	body > .container 
	{
		width: 1560px;
	}
}

body > .container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

/***** Tabs *****/

@media (max-width: 768px)
{
	a.mv_tab
	{
		font-size: 10pt;
	}
}

/***** Original CSS *****/

.main-footer {
    background: #f23600;
    color: #fff;
	margin-top: 350px;
}

.main-footer h1,
.main-footer h2,
.main-footer a {
    color: #fff
}

.main-footer h1 {
    margin-bottom: 5px
}

.main-footer .container,
.main-footer .site-content,
.main-footer .header-top,
.main-footer .main-menu,
.main-footer .share-links,
.main-footer .footer-info,
.main-footer .brands-tabs .tab,
.brands-tabs .main-footer .tab,
.main-footer .header-banner.slider h1,
.header-banner.slider .main-footer h1 {
    position: relative
}

@media (min-width: 768px) {
    .main-footer .container,
    .main-footer .site-content,
    .main-footer .header-top,
    .main-footer .main-menu,
    .main-footer .share-links,
    .main-footer .footer-info,
    .main-footer .brands-tabs .tab,
    .brands-tabs .main-footer .tab,
    .main-footer .header-banner.slider h1,
    .header-banner.slider .main-footer h1 {
        padding: 40px 0
    }
}

.footer-newsletter,
.footer-contact {
    padding: 0;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .footer-newsletter,
    .footer-contact {
        padding: 0 10px;
        margin: 0
    }
}

.footer-newsletter {
    margin-top: 40px
}

@media (min-width: 768px) {
    .footer-newsletter {
        margin-top: 0
    }
}

.footer-contact p {
    margin-bottom: 0
}

.footer-newsletter form {
    width: 100%;
    padding-right: 86px;
    position: relative
}

.footer-newsletter input {
    background: transparent;
    border: 2px solid #f23600;
    border-right: none;
    padding: 6px 12px;
    width: 100%
}

.footer-newsletter input.placeholder {
    color: #fff
}

.footer-newsletter input:-moz-placeholder {
    color: #fff
}

.footer-newsletter input::-moz-placeholder {
    color: #fff
}

.footer-newsletter input:-ms-input-placeholder {
    color: #fff
}

.footer-newsletter input::-webkit-input-placeholder {
    color: #fff
}

.footer-newsletter .btn {
    width: 86px;
    position: absolute;
    top: 0;
    right: 0
}

.footer-newsletter .btn:before {
    float: right;
    margin: 2px 0 0 5px;
    font-size: 12px
}

.footer-newsletter .btn:hover {
    background: #fff;
    color: #f23600
}

.footer-newsletter input,
.footer-newsletter .btn {
    font-size: 14px;
    line-height: 20px;
    border-color: #fff;
    color: #fff;
    line-height: 1;
    height: 40px
}

.footer-newsletter #subscription-form {
    height: 40px
}

.footer-newsletter .newsletter-msg,
.footer-newsletter .error_email {
    position: absolute
}

.footer-newsletter .newsletter-msg {
    top: 0
}

.contact-tabs-menu li {
    margin-right: 30px;
    padding-bottom: 40px;
    position: relative
}

.contact-tabs-menu li:last-child {
    margin-right: 0
}

.contact-tabs-menu a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}

.contact-tabs-menu .active:after {
    content: "";
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: -4px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #f23600;
    border-bottom: none;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contact-tabs-menu .active a {
    font-family: "TitilliumBold", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

@media (min-width: 768px) {
    .contact-tabs-menu {
        position: absolute;
        bottom: 0;
        left: 10px
    }
}

.contact-tabs {
    background: #4f575c;
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
    line-height: 20px
}

.contact-tabs p:last-of-type {
    margin-bottom: 0
}

.contact-tabs a {
    color: #fff;
    text-decoration: underline
}

.footer-info {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    line-height: 14px;
    color: #4f575c
}

.footer-info a {
    color: #4f575c
}

.footer-info .copyright {
    float: left
}

.footer-info .credits {
    float: right
}

@media (max-width: 767px) {
    .footer-info .credits {
        margin-right: 40px
    }
}