
#backTop{
    width:35px;
    height:35px;
    padding:10px;
    border-radius:4px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#backTop.white{
	background-repeat: no-repeat;
	background-position: center center rgba(255,255,255,0.8);
	background-image: url(../img/uparr-48-b.png);
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #ccc;
}
#backTop.black{
	border: 1px solid #ccc;
	background-image: url(../img/uparr-48-b.png)  no-repeat center center rgba(0,0,0,0.8);
}
#backTop.red{
	background-repeat: no-repeat;
	background-position: center center rgba(218,37,29,0.8);
	background-image: url(../img/uparr-48-w.png);
	background-color: rgba(218,37,29,0.8);
	border: 1px solid #fff;
}
#backTop.green{
	background-repeat: no-repeat;
	background-position: center center rgba(81,217,187,0.9);
	background-image: url(../img/uparr-48-b.png);
	background-color: rgba(81,217,187,0.9);
	border: 1px solid #fff;
}

hr.style1{
    border-top: 1px solid #8c8b8b;
}


hr.style2 {
    border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 2px dashed #FF0000;
}

hr.style4 {
    border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px double #F10000;
}


hr.style6 {
    background-color: #fff;
    border-top: 2px dotted #8c8b8b;
}

hr.style7 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}


hr.style8 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}
hr.style8:after {
    content: '';
    display: block;
    margin-top: 2px;
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

hr.style9 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

hr.style10 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}


hr.style11 {
    height: 6px;
    background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
    height: 6px;
    background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.patron {
	clear: left;
	background-image: url(../img/patron2.jpg);
	background-repeat: repeat;
}
hr.style15 {
    border-top: 4px double #8c8b8b;
    text-align: center;
}
hr.style15:after {
    content: '\002665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
    border-top: 1px solid #8c8b8b;
    text-align: center;
}
hr.style17:after {
    content: '§';
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}


a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #CBB19D;
}
#topbar {
	background-repeat: no-repeat;
	background-position: 0 0 #E6C7AD;
	background-color: #000000;
	background-attachment: scroll;
	border-bottom: 1px solid #001925;
	padding: 0.3125em 0;
	color: #FFFFFF;
	height: 40px;
}

#topbar2 {
		font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 0 0 #E6C7AD;
	background-color: #000000;
	background-attachment: scroll;
	border-bottom: 1px solid #001925;
	padding: 0.5em 0;
	color: #FFFFFF;
	height: 40px;
}


#topbar p {
	color: #fff;
	font-size: 0.75em;
	position: relative;
	top: 2px;
}

#topbar2 p {
	color: #fff;
	font-size: 0.85em;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #FFFfff;
	font-size: 1.5em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #FFFFFF;
	cursor: pointer;
	opacity: 1;
}
nav {
	background-repeat: repeat-x;
	background-position: 0 0 #00283a;
	background-attachment: scroll;
}

#transparente{
	background-image: url(../img/fndcab3.jpg);
	background-repeat: repeat-x;
	width: 696px;
	height: 75px;

}

#opcion{
	width: 610px;
	height: 75px;
	float: left;
	background-image: url(../img/fndcab3.jpg);
	background-repeat: repeat-x;
}

#opcion2{
	background-color: #00CBFF;
	width: 640px;
	height: 75px;
	float: left;
	background-image: url(../img/fndcab3.jpg);
	background-repeat: repeat-x;
}

header {
	position: fixed;
	width: 100%;
	z-index: 10;
	height: 150px;
}
header2 {
	border-bottom: 4px solid rgba(0, 40, 58, 0.53);
	position: fixed;
	width: 100%;
	z-index: 10;
	background-image: url(../img/fndheader2.jpg);
}
p.logo {
	color: #000000;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
	background-repeat: no-repeat;
	height: 140px;
	margin-top: -16px;
	background-image: url(../img/logotopbarajuste2.png);
	width: 400px;
}
p.logo strong {
	font-weight: 700;
}
.top-nav li a {
	border-top: 2px solid #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}


.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #00283a;
	color: #FFFFFF;
	position: relative;
	background-color: #E2001A;
	font-size: 0.8em;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
	height: 600px;
	margin-top: 90px;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background-repeat: repeat;
	background-position: 0 0 rgba(146, 197, 0, 0.8);
	background-image: none;
	background-color: rgba(226,0,26,1.00);
	background-attachment: scroll;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {

	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {

	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-repeat: repeat;
	background-position: 0 0 #92c500;
	background-image: none;
	background-color: #FF0000;
	background-attachment: scroll;
}
#first-block {
	font-family: 'Courgette', cursive;
	background-repeat: repeat;
	background-position: 0 0 #00283a;
	background-image: none;
	background-color: #F5C151;
	background-attachment: scroll;
	padding: 6em 2em;
	text-align: center;
}

#first-blocksam {
	font: large 'Courgette', cursive;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
	padding-top: 0px;
	margin-top: -23px;
}

#first-block h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}
#first-block p {
	color: #282929;
	font-size: 1.2em;
}
#features {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 1px 3em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#featuresam {
	background-repeat: repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 5em;
	position: relative;
	text-align: center;
	z-index: 2;
	background-image: url(../img/patron2.jpg);
}
#featuresam2 {
	background-repeat: repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-right: 0,5em;
	padding-left: 0,5em;
	padding-bottom: 5em;
	position: relative;
	text-align: left;
	z-index: 2;
	background-image: url(../img/patron2.jpg);
}

#features i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}
#features p {
	color: #777;
	font-size: 1em;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #00283a;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
	font-size: xx-large;
}
.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
article p, article li {
	color: #fff;
	font-size: 1em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #dedede;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#our-work {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-top: 13em;
	padding-right: 2em;
	padding-left: 2em;
	position: relative;
	z-index: 2;
	background-image: url(../img/cocina.jpg);
}

#our-workind {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 4em 2em 6px;
	position: relative;
	z-index: 2;
	background-image: url(../img/cocina2.jpg);
}
#our-worka {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-top: 13em;
	padding-right: 2em;
	padding-left: 2em;
	position: relative;
	z-index: 2;
	background-image: url(../img/cocina2.jpg);
	background-color: #FFFFFF;
}

#our-work2 {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2em 2em 6em;
	position: relative;
	z-index: 2;
	background-color: #f5a422;
}

#our-work3 {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-left: 2em;
	position: relative;
	z-index: 2;
	height: 530px;
	background-image: url(../img/cab1.jpg);
}

#fotopedidos {
	margin: 130px auto 0;
	width: 1000px;
	text-align: left;
	height: 400px;
	background-image: url(../img/pedido.png);
	background-repeat: no-repeat;
	left: 10px;
}



.tab-item {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-attachment: scroll;
	padding: 1.25em 0;
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background-color: #E2001A;
	color: #fff;
}
#services {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-color: #F5C151;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 1em;
}
#services h2 {
	color: #fff;
	margin: 0 0 1.25em;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #6f9600;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
	text-align: center;
	line-height: 1em;
}
#services h3 {
	color: #000000;
	font-size: 1.2em;
	font-weight: 700;

}
#services p {
	color: #fff;
	font-size: 1em;
	line-height: 18px;
}
#latest-news {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
.news-date {
	background: #6f9600 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	min-height: 118px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	min-height: 118px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #777;
	font-size: 1em;
}
#contact {
	background-repeat: repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 1em 2em;
	position: relative;
	z-index: 2;
	background-color: #F8F3E5;
}

#contact2 {
	padding: 1em 2em;
	position: relative;
	z-index: 2;
	background-image: url(../light/imgzoom/works/promo.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 700px;
}

#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
	border-color: #FF0004;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
	font-size: 3em;
	color: #000000;
}
#contact h3 {
	color: #FF0000;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    

}
footer {
	background: none repeat scroll 0 0 #00283a;
	padding: 1.5em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #6c7c84;
	font-size: 1em;
	font-style: italic;
}


#fotomodelo {
	margin-bottom: 0;
	width: 960px;
	text-align: left;
	height: 500px;
	background-image: url(../img/860x500preguntas.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#fotomodelo2 {
	margin-bottom: 0;
	width: 960px;
	text-align: left;
	height: 500px;
	background-image: url(../img/860x500pedidos.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#fotomodelo3 {
	margin-bottom: 0;
	width: 960px;
	text-align: left;
	height: 500px;
	background-image: url(../img/860x500contactos.png);
	background-repeat: no-repeat;
	margin-top: 0px;
}


@media screen and (max-width: 800px) {
		p.logo {
	color: #000000;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
	background-repeat: no-repeat;
	height: 80px;
	margin-top: -16px;
	background-image: url(../img/logotopbar3.png);
	width: 350px;
}
	
	nav {
	background-repeat: repeat-x;
	background-position: 0 0 #00283a;
	background-attachment: scroll;
	background-image: url(../img/fndcab.jpg);
}

#transparente{
	background-image: url(../img/fndcab3.jpg);
	background-repeat: repeat-x;
	height: 300px;
}
	
#our-work3 {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-right: 2em;
	padding-left: 2em;
	position: relative;
	z-index: 2;
	height: 530px;

}




	
	p.logo {
	color: #000000;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
	background-repeat: no-repeat;
	height: 110px;
	margin-top: -16px;
	background-image: url(../img/logotopbar2.png);
	width: 400px;
}
	.top-nav li a {
	padding: 1.1em 1.5em 1.5em;

}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;

	height: 400px;
	background-repeat: no-repeat;
}
.item {
	overflow: hidden;
	width: 100%;
	height: 600px;
	margin-top: -20px;
}	

  header {
  	position: relative;
  }
  .top-nav li a {
	background-repeat: repeat;
	background-position: 0 0;
	background-image: none;
	background-color: #F1DDB6;
	background-attachment: scroll;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }

#fotomodelo {
	margin-bottom: 0;
	width: 600px;
	text-align: left;
	height: 400px;
	background-image: url(../img/600x400preguntas.png);
	background-repeat: no-repeat;
	margin-top: px;
}
#fotomodelo2 {
	margin-bottom: 0;
	width: 600px;
	text-align: left;
	height: 400px;
	background-image: url(../img/600x400pedidos.png);
	background-repeat: no-repeat;
	margin-top: px;
}
#fotomodelo3 {
	margin-bottom: 0;
	width: 600px;
	text-align: left;
	height: 400px;
	background-image: url(../img/600x400contactos.png);
	background-repeat: no-repeat;
	margin-top: px;
}
  p.logo, p.nav-text {
	text-align: center;
	margin-top: 12px;
	padding-top: -1px;
  }
}

@media screen and (max-width: 768px) {
	
#topbar2 p {
	color: #fff;
	font-size: 0.8em;
	position: relative;
	top: 1px;
}
	
	nav {
	background-repeat: repeat-x;
	background-position: 0 0 #00283a;
	background-attachment: scroll;
	background-image: url(../img/fndcab3.jpg);
	height: 100px;
}

#transparente{
	background-image: url(../img/fndcab3.jpg);
	background-repeat: repeat-x;
	height: 300px;
}
#opcion{
	width: 600px;
	height: 310px;
	float: left;
	background-image: url(../img/fndcab3.jpg);
	background-repeat: repeat-x;
}
		
	.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	height: 300px;
	background-repeat: no-repeat;
		padding-top: 50px;
}

	p.logo {
	color: #000000;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
	background-repeat: no-repeat;
	height: 80px;
	margin-top: -16px;
	background-image: url(../img/logotopbar600.png);
	width: 600px;
}
p.logo strong {
	font-weight: 300;
}
#our-work3 {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-left: 1em;
	position: relative;
	z-index: 2;
	height: 480px;
	background-image: url(../img/cab1.jpg);
}


#fotomodelo {
	margin-bottom: 0;
	width: 550px;
	text-align: left;
	height: 400px;
	background-image: url(../img/600x400preguntas.png);
	background-repeat: no-repeat;
	margin-top: px;
}

#fotomodelo2 {
	margin-bottom: 0;
	width: 550px;
	text-align: left;
	height: 400px;
	background-repeat: no-repeat;
	margin-top: px;
	background-image: url(../img/600x400pedidos.png);
}

#fotomodelo3 {
	margin-bottom: 0;
	width: 550px;
	text-align: left;
	height: 400px;
	background-image: url(../img/600x400contactos.png);
	background-repeat: no-repeat;
	margin-top: px;
}




	
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;

	height: 450px;
	background-repeat: no-repeat;
	
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
	text-align: center;
	margin-top: 1px;
  }
  
}


@media screen and (max-width: 480px) {
	
	#topbar {
	background-repeat: no-repeat;
	background-position: 0 0 #E6C7AD;
	background-color: #000000;
	background-attachment: scroll;
	border-bottom: 1px solid #001925;
	padding: 0.3125em 0;
	color: #FFFFFF;
	height: 50px;
}

#topbar2 {
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 0 0 #E6C7AD;
	background-color: #000000;
	background-attachment: scroll;
	border-bottom: 1px solid #001925;
	padding: 0.5em 0;
	color: #FFFFFF;
	height: 50px;
}
	
	#contact2 {
	padding: 1em 2em;
	position: relative;
	z-index: 2;
	background-image: url(../light/imgzoom/works/promo2.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 673px;
}
	
	nav {
	background-repeat: repeat-x;
	background-position: 0 0 #00283a;
	background-attachment: scroll;
	background-image: url(../img/fndcab3.jpg);
	height: 100px;

}

		
	.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	height: 300px;
	background-repeat: no-repeat;
	padding-top: 70px;
}

	p.logo {
	color: #000000;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
	background-repeat: no-repeat;
	height: 80px;
	margin-top: -16px;
	background-image: url(../img/logotopbar3.png);
	width: 300px;
}
p.logo strong {
	font-weight: 300;
}

#about-us {
	background: none repeat scroll 0 0 #00283a;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 1em;
}

#our-worka {
	background-repeat: no-repeat;
	background-position: 0 0 #fff;
	background-attachment: scroll;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding-top: 6em;
	padding-right: 2em;
	padding-left: 2em;
	position: relative;
	z-index: 2;
	background-image: url(../img/cocina2.jpg);
	background-color: #FFFFFF;
}


#fotomodelo {
	margin-bottom: 0;
	width: 300px;
	text-align: left;
	height: 400px;
	background-image: url(../img/300x400preguntas.png);
	background-repeat: no-repeat;
	margin-top: px;
}

#fotomodelo2 {
	margin-bottom: 0;
	width: 300px;
	text-align: left;
	height: 400px;
	background-image: url(../img/300x400pedidos.png);
	background-repeat: no-repeat;
	margin-top: px;
}

#fotomodelo3 {
	margin-bottom: 0;
	width: 300px;
	text-align: left;
	height: 400px;
	background-image: url(../img/300x400contactos.png);
	background-repeat: no-repeat;
	margin-top: px;
}



  .social.right {
  	float: none;
  }
  p.nav-text {
	text-align: center;
	font-size: 1em;
	background-color: #F3DA90;
  }
  
}



