@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);

body,html {
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
 }

.fullWidth {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
 }

.setCenter {
	margin: 0 auto;
	width: 75%;
	max-width: 1920px;
 }

.clear {clear: both;}

/***************************************************/
/********************* CONTENT *********************/
/***************************************************/
.fancybox-wrap {
	z-index:99999999;

}
/***************************************************/
/********************* OTHERS **********************/
/***************************************************/
/* Messages */
div.dialog {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	color: #333;
 }

	div.dialog.done {
		background: #e2ebb9;
		border: 1px solid #92a441;
	 }

	div.dialog.error {
		background: #f6d0cd;
		border: 1px solid #ff331e;
	 }

	div.dialog.notes {
		background: #dfebff;
		border: 1px solid #9fc0f5;
	 }

	div.dialog p {margin: 5px 0;}

/* Confirmation */
#popup_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
	width: 100%;
	z-index: 99999;
 }

#popup_container {
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 }

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url('../dotcontrol/img/jquery_popup/title.gif') top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
 }

#popup_content {
	background: 16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
	padding: 1em 1.75em;
	margin: 0em;
 }

	#popup_content.alert {background-image: url('../dotcontrol/img/jquery_popup/info.gif');}

	#popup_content.confirm {background-image: url('../dotcontrol/img/jquery_popup/important.gif');}

	#popup_content.prompt {background-image: url('../dotcontrol/img/jquery_popup/help.gif');}

#popup_message {padding-left: 48px;}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
 }

	#popup_panel .btn {
		background: url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
		border: 1px solid #c5c5c5;
		padding: 3px 10px 3px 10px;
		font-size: 9px;
		font-family: Tahoma;
		text-transform: uppercase;
		cursor: pointer;
	 }

		#popup_panel .btn:hover {
			background: url('../dotcontrol/img/jquery_popup/bg-buttons.jpg') repeat-x;
			border: 1px solid #a5a5a5;
			color: #343434;
			padding: 3px 10px 3px 10px;
			font-size: 9px;
			font-family: Tahoma;
			text-transform: uppercase;
			cursor: pointer;
		 }

#popup_prompt {margin: .5em 0em;}
/* HOME */

.toplogo {
    position: relative;
    text-align: center;
    width: 100%;
}
.toplogo  a {
	margin:3px;
}
/*LANGS*/

.langs { 
	height: 30px;
    right:10px;
    position: fixed;
    top: 0;
    width: 40px;
	top:10px;
	right:-3px;
    z-index: 9999;
	cursor:pointer;
}

.langs a {
	padding:3px; 
}
/* MENU */
.menu_r {
    height: 30px;
    left:0px;
    position: fixed;
    top: 0;
    width: 30px;
	top:10px;
	right:-3px;
    z-index: 9999;
	display:none;
	cursor:pointer;

}
.menu_r1 {
    height: 30px;
    right:0px;
    position: fixed;
    top: 0;
    width: 30px;
	top:10px;
	right:-3px;
    z-index: 9999;
	display:none;
	cursor:pointer;

}

.menu {
    height: 60px;
    margin: 0 20%;
    position: relative;
    top: 0;
    width: 60%;
    z-index: 9999;
	float:right;
	
}

.openMenu {
	position:absolute;
	width:100%;
	opacity:0.85;
	background-color:#000;
	z-index: 999;
	padding-top:10px; 
	transition:500ms ease;
}

.openMenu span{
    text-align: center;
    width: 100%;
	float:left;
	margin-bottom:16px;
}

.openMenu a{
	text-decoration:none;
	font-weight:500;
	font-weight:500;
	color:#FFF;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

.footer  {
    height: 120px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#FFF;
	opacity:0.6;
	font-size:14px;
	text-transform:lowercase;
	cursor:pointer;
	transition:250ms;
}
.footer:hover {
	opacity:1;
}

.line {
	height:5px;
	width:40px;
	background-color:#FFF;
	border:0px;
	border-radius: 2px;
}

.menu_r .line_r {
    background-color: #fff;
    border: 0 none;
    border-radius: 2px;
    height: 3px;
    margin: 5px;
    width: 25px;
}
.menu_r1 .line_r {
    background-color: #c56500;
    border: 0 none;
    border-radius: 2px;
    height: 3px;
    margin: 5px;
    width: 25px;
}
/* TYPE1 = FUNDO BRANCO */
.type1 .option {
	display:block;
	position:relative;
	float:right;
	margin-right:15px;
	font-family: 'Montserrat', sans-serif;
	top:60px;
			
}
.type1 .option a { 
	color:#c56500;
	text-decoration:none;
	opacity:0.6;
}
.type1 .option a:hover { 
	opacity:1;
}
.type1 .active a {
	color:#c56500;
	opacity:1;
}
.type1 .logo {
		position:relative;
		float:left;
		width:30%;
}
/* TYPE1 = FUNDO BRANCO */

.type2 .option {
	display:block;
	position:relative;
	float:right;
	margin-right:15px;
	font-family: 'Montserrat', sans-serif;
	top:60px;
			
}
.type2 .option a { 
	color:#FFF;
	text-decoration:none;
	opacity:0.6;
}
.type2 .option a:hover { 
	opacity:1;
}
.type2 .active a {
	color:#FFF;
	opacity:1;
}
.type2 .logo {
		position:relative;
		float:left;
		width:30%;
	}

.hide {
	display:none !important;
}

ul { 
margin:0px;
padding:0px;
}


/* CSS GERAL */


.content {
    margin: 0 auto;
   position: relative;
	font-size:13px;
	line-height:20px;
	top:200px;
}
.content a {
	color:#c56500;
	text-decoration:none;
	opacity:1;
}
.content a:hover {
	opacity:0.6;
}

.titulo {
	color:#c56500;
	font-size:80px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	line-height:80px;
}
.content2 {
    margin: 0 auto;
    position: relative;
	font-size:13px;
	line-height:20px;
	top:200px;
	color:#FFF;
	
	
}

.content2 a {
	color:#FFF;
	text-decoration:none;
	opacity:1;
}
.content2 a:hover {
	opacity:0.6;
}

.titulo2 {
	color:#FFF;
	font-size:80px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	line-height:80px;
}

.nav {
    font-size: 13px;
    line-height: 20px;
    max-width: 800px;
    position: absolute;
    bottom: 165px; 
	width:500px;
}
.fp-slidesNav {
bottom:120px !important;
}

.prev {
	left:0px !IMPORTANT;
	background:url('http://www.ied-web.com/lucia/img/site/arrow_lb.png') no-repeat!important;
}
.next {
	left:60px !IMPORTANT;
	background:url('http://www.ied-web.com/lucia/img/site/arrow_rb.png') no-repeat !important;
	position:absolute;
}
.prev2 {
	left:0px !IMPORTANT;
	background:url('http://www.ied-web.com/lucia/img/site/arrow_l.png') no-repeat !important;
}
.next2 {
	left:60px !IMPORTANT;
	background:url('http://www.ied-web.com/lucia/img/site/arrow_r.png') no-repeat !important;
	position:absolute;
}

.intro {
	   height: 100%;
    margin: 0 auto;
    width: 60%;
}

.form {
	z-index:99;
	width:250px;
	background-color:#FFF;
	display:none;
	bottom: 45px;
    display: none;
    height: 350px;
    left: 250px;
    position: absolute;
	padding:20px;
	font-weight:700;
	
}

.form input {
	width:92%;
	margin:0px;
	border:1px solid #CCC;
	margin-top:10px;
	padding:4%;

	
}

.form textarea {
	width:92%;
	margin:0px;
	border:1px solid #CCC;
	margin-top:10px;
	padding:4%;
	
}

.form #submit {

 width:60px;
 height: 20px;
 border: none;
 margin: 20px auto;
 padding: 0;
 background-color:#FFF;
 font-weight:700;
 cursor:pointer;
}

/* MARCAÇÂO DE CONSULTA */

.consulta  {
    height: 60px;
	position:relative;
	top:50px;
    width: 100%;
    z-index: 9999;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#FFF;
	opacity:0.6;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	transition:250ms;
}
.consulta:hover {
	opacity:1;
}
.marcacao {
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    padding-right: 50px;
    float: right;
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
    opacity: 1;
    width: 200px;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #FFFFFF transparent transparent transparent;
	bottom: -10px;
	position:absolute;
	left:50px;
}

.send_suc {
    color: #99cc00;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
	opacity:0.6;
	margin-top:5px;
}

.close {
	width:24px;
	height:24px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}


/*/////////////////////////
///////////SHOP////////////
//////////////////////////*/

.bar_store_full{
	width:100%;
	height:100px;
	background-color:#F3F3F2;
}

.bar_store_full ul{
	list-style:none;
	line-height:100px;
}

.bar_store_full ul li{
	float:left;
	margin-right:20px;
}

.bar_store_full ul li a{
	color:#ADACAB;
	text-decoration:none;
	opacity:0.5;
	font-family: Montserrat, sans-serif;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.bar_store_full ul li a:hover{
	opacity:1;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.align_960{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

/*.num_cart{
	width:30px;
	height:30px;
	float:right;
	margin-top:30px;
	color:#B2B2B2;
	background-color:white;
	border-radius:15px;
}

.num_cart div{
	float:left;
	margin-left:10px;
	margin-top:3px;
}

.cart{
	float:right;
	margin-right:10px;
	line-height:100px;
}
*/
.container_slider_shop{
	width:100%;
	color:black;
	background:url('../img/site/background_gradient.png') repeat;
}

.slider_shop{
	float:left;
	padding-top:100px;
}

#owl-demo .item{
	margin: 3px;
}

#owl-demo .item img{
	display: block;
	width: 500px;
	float:left;
}

.title_slide{
	width:200px;
	float:left;
	color:#C97822;
	margin-left: 90px;
	margin-top:50px;
	font-size:20px;
	font-family:Source Sans, sans-serif;
}

.price_slide{
	font-weight:bold;
	margin-top:15px;
	font-size:36px;
	font-family: Montserrat, sans-serif;
	color:#AF6517;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
	margin-left: -50%;
	margin-top: -20%;
	background: url("../img/site/slide_arrow_left.png") no-repeat;
	padding:24px 32px;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: 3px;
	margin-top: -20%;
	background: url("../img/site/slide_arrow_right.png") no-repeat;
	padding:24px 32px;
}

.container_dropdown{
	width:100%;
}

.dropdown_css{
	width: 30%;
	margin-right: 2%;
	-moz-appearance: none;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	border:none;
	border:1px solid #ccc;
	padding-left:20px;
	font-weight:bold;
	border-image: none;
	color: #A8651E;
	font-size: 16px;
	background: url("../img/site/dropdown_arrow.png") no-repeat scroll 95% center transparent;
	cursor: pointer;
	float:left;
	font-family: Montserrat, sans-serif;
}

.container_product{
	width: 30%;
	height:300px;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	background-color:white;
	border:1px solid #ccc;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	opacity:0.5;
}

.container_product:hover{
	opacity:1;
	cursor:pointer;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.container_product .image{
	width:95%;
	height:250px;
	margin:0 auto;
}

.container_product .image img{
	width:100%;
	height:100%;
}

.container_product .ref{
	width:95%;
	margin-left:6%;
	color:#666666;
	font-size:10px;
	text-decoration:none;
	font-family:Source Sans, sans-serif;
}

.container_product .price{
	width:95%;
	margin-left:6%;
	font-size:24px;
	font-weight:bold;
	color:#666666;
	font-family: Montserrat, sans-serif;
	text-decoration:none;
}

#pagination td{
	margin-left:5px;
	color:#AF6517;
	opacity:0.5;
	font-family:Source Sans, sans-serif;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

#pagination td:hover{
	opacity:1;
	cursor:pointer;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

#pagination .current{
	font-weight:bold;
	opacity:1;
}

.container_inside_product{
	width:100%;
	float:left;
}

.container_inside_product .image{
	width:500px;
	margin-top:100px;
	float:left;
}

.container_inside_product .image img{
	width:100%;
	height:100%;
}

.container_inside_product .name{
	float:left;
	width:30%;
	margin-top:125px;
	font-weight:bold;
	font-size:24px;
	margin-left:30px;
	color:#C97822;
	font-family: Montserrat, sans-serif;
}

.container_inside_product .cod{
	float:left;
	color:#666;
	font-family:Source Sans, sans-serif;
	width:30%;
	margin-left:30px;
	margin-top:10px;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}

.container_inside_product .price{
	float:left;
	color:#666;
	font-weight:bold;
	font-family: Montserrat, sans-serif;
	font-size:24px;
	width:30%;
	margin-left:30px;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ccc;
}

.container_inside_product .desc{
	float:left;
	color:#666;
	width:30%;
	margin-left:30px;
	margin-top:10px;
}

/* MARCAS */
.brand {
	float:left;
	position:relative;
	width:27%;
	margin: 0 3%;
	text-align:center;
}


/* DEFINIÇÃO ABAIXO DE 1100 IPAD */

@media screen and (max-width : 1100px) {
	.menu {
		margin:0 5%;
		width: 90%;
	}
	.intro {
		width:90%;
	}
	.content{
		top: 130px;
	}
	.content2{
		top: 130px;
	}
	.nav {
		bottom: 155px;
	}
	.titulo1 {
		margin-bottom: 0;
	}
	.titulo2 {
		margin-bottom: 0;
	}
	.toplogo {

	}
.type1 .logo {
		height: 80px;
		overflow: hidden;
	}
.type2 .logo {
		height: 80px;
		overflow: hidden;
	}
.brand {

	width:23%;
	margin:0 5%;
}
}

/* DEFINIÇÃO ABAIXO DE 600 TELEMOVEL */
@media screen and (max-width : 700px) {
.type1 .logo {
		display:none;
	}
.type2 .logo {
		display:none;
	}
.titulo {
		font-size: 40px;
		line-height: 40px;
	}
.titulo2 {
		font-size: 40px;
		line-height: 40px;
	}
.content {
		top: 0px;
	}
.content2 {
		top: 20px;
	}
.nav {
		bottom: 65px;
		width: 300px;
	}
.fp-controlArrow{
		width:auto !important;
	}
.type2 .option { 
		display:none;
}
.type1 .option {
		display:none;
}
.footer {
	display:none;
}
.menu_r {
	display:block;
}
.menu_r1 {
	display:block;
}
.fp-slidesNav {
bottom:20px !important;
}
.brand {

	width:40%;
	margin:5%;
}
}

/* DEFINIÇÃO ABAIXO DE 400 DE ALTURA TELEMOVEL */
@media screen and (max-height : 600px) {
	.toplogo {
    margin-top: -50px;
	}
}

