/* Ulamm Styles */

/*General Styles*/
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #111;
}
a, .btn-black{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Playfair Display', sans-serif;
	margin-bottom: 30px;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 38px;
}
h3{
	font-size: 32px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}

.btn{
	white-space: inherit;
}

.uj-section{
	padding: 10px 0 30px;
}

.input-text, .select{
	padding: 5px 10px;
	border: none;
}

.btn-black{
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	background: #000;
	border: #353535 1px solid;
	margin-top: 20px;
}
.btn-black:hover, .btn-black:active, .btn-black:focus{
	color: #000;
	background: #fff;
}

.dark{
	color: #cbcbcb;
	background: #222;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6{
	color: #fff;
}
.dark .input-text, .dark .select{
	color: #000;
	background: #ccc;
}
.dark a{
	color: #fff;
}

.gray{
	background: #f5f5f5;
}
.gray a{
	color: #111;
}

.handwritter{
	font-family: 'Pinyon Script', sans-serif;
}

.center{
	text-align: center;
}

.border-image{
	border: #222 1px solid;
}

.uj-imagen-resp{
	width: 100%;
	margin: 0 auto;
}

.img-fleft{
	float: left;
	display: block;
	margin: 0 20px 20px 0 !important;
}

.supertitle{
	font-size: 16px;
	font-weight: 700;
}

.header-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50000;
}
.header-fixed .navbar > .container-fluid .navbar-brand{
	width: 231px;
	height: 40px;
	margin-top: 9px;
}
.header-fixed .navbar-nav > li > a{
	padding: 20px 10px;
}

/*Top Header*/
.top-header{
	font-size: 14px;
	color: #fff;
	padding: 5px 0;
	background-color: #111;
}
.top-header a{
	color: #fff;
}
.top-header .contact-info{
	padding-top: 5px;
	margin: 0;
}
.top-header .contact-info span{
	margin-right: 10px;
}
.top-header .contact-info .uj-with-icon{
	
}
.top-header .social{
	float: right;
	list-style: none;
	margin-bottom: 0;
}
.top-header .social li{
	font-size: 20px;
	float: left;
	padding-left: 5px;
}
.top-header .social li a{
	font-size: 14px;
	color: #fff;
}
.uj-social-fb{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icons-social.png) no-repeat 0 0;
	margin-bottom: -4px;
}
.uj-social-twitter{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icons-social.png) no-repeat 0 -20px;
	margin-bottom: -4px;
}
.uj-social-whatsapp{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icons-social.png) no-repeat 0 -40px;
	margin-bottom: -4px;
}

.uj-social-whatsapp-small{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/icons-social-small.png) no-repeat 0 -30px;
	margin-bottom: -3px;
}

/*Header*/
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	display: block;
	width: 295px;
	height: 51px;
	text-indent: -5000px;
	background: url(../images/uj-logo.png) no-repeat 0 0;
	background-size: cover;
	margin-top: 20px;
	margin-left: 0 !important;
}

/*Navbar*/
.navbar{
	margin-bottom: 0;
}
.navbar-default{
	background: #fff;
	box-shadow: none;
	border-top: none;
	border-radius: 0;
}
.navbar-nav > li > a{
	font-size: 13px;
	padding: 40px 15px;
	background: none;
}
.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a{
	color: #fff !important;
	background: #111 !important;
}
.navbar-nav > li > a.active{
	color: #fff !important;
	background: #111 !important;
}

/*Slider*/
.uj-slider{
	max-width: 1680px;
}
* .ls-bottom-nav-wrapper *, * .ls-bottom-nav-wrapper span{
	display: none;
}

/*Home*/
/**- Citas -**/
.citas-form h2{
	font-size: 48px;
}
.citas-form h3{
	font-size: 32px;
}
.citas-form fieldset{
	position: relative;
}
.citas-form .input-text, .citas-form .select{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.citas-form .btn-black{
	float: right;
	margin: 0;
}
.citas-form .form-loader-w{
	display: none;
	float: right;
	margin-top: 8px;
    margin-right: 5px;
}
.citas-form .msg{
	font-size: 12px;
	float: right;
	margin-top: 10px;
    margin-right: 5px;
}
.citas-form label.error{
	bottom: -2px;
    color: #ffc000;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}

/**- Acerca de Nosotros -**/
.home-about h2{
	font-size: 48px;
}
.home-about h3{
	font-size: 26px;
}
.home-about .btn-black{
	margin-bottom: 20px;
}
.home-about iframe{
	width: 100%;
	height: auto;
	min-height: 350px;
	margin: 30px 0 0;
}


/**- Productos -**/
.home-portfolio h2{
	font-size: 48px;
}
.slider-portfolio{
	width: 100%;
}
.slider-portfolio li a span{
	text-align: center;
	width: 100%;
	margin-top: 5px;
	display: inline-block;
}

/**- Daiamantes -**/
.home-diamantes h2{
	font-size: 48px;
}

/*Footer*/
footer{
	color: #cbcbcb;
	background: #111;
	padding: 30px 0 0
}
footer .logo{
	display: block;
	width: 295px;
	height: 51px;
	text-indent: -5000px;
	background: url(../images/uj-logo-footer.png) no-repeat 0 0;
	background-size: cover;
	margin-top: 20px;
	margin-left: 0 !important;
}
footer .f-contact-info a{
	color: #cbcbcb;
}
footer .f-contact-info p{
	padding-left: 25px;
}
footer p:before{
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	margin-left: -25px;
}
footer .address:before{
	content: "\f041";
}
footer .phone:before{
	content: "\f095";
}
footer .whatsapp:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icons-social.png) no-repeat 0 -40px;
	margin-bottom: -4px;
}
footer .email:before{
	content: "\f0e0";
}
footer .google-maps {
	posiittion: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
footer .gm-container{
	position: relative;
}
footer .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.footer-menu{
	list-style: none;
	padding: 0;
}
.footer-menu li{
	padding-left: 15px;
}
.footer-menu li:before{
	font-family: FontAwesome;
	color: #fff;
	content: "\f105";
	position: absolute;
	margin-left: -15px;
}
.footer-menu li a{
	color: #fff;
}
footer .copy{
	font-size: 13px;
	color: #fff;
	margin-top: 30px;
	padding: 20px 0 10px;
	background: #333;
}

/*Portafolio*/
.uj-portafolio{
	padding: 10px 0 30px;
}

.portafolio-intro{
	text-align: center;
}

.grid-portafolio a{
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.grid-portafolio a span{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 10px;
	background: url(../images/black2.png) repeat 0 0;
}
.grid-portafolio a img{
	width: 100%;
	height: auto;
	cursor: zoom-in;
}
.grid-portafolio .btns-shop{
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.grid-portafolio .btns-shop span{
	font-size: 18px;
	padding: 5px;
	display: inline-block;
}
.grid-portafolio .btns-shop span:before{
	content: '\f07a';
	display: inline-block;
	font-family:'FontAwesome';
	margin-right: 5px;
}
.grid-portafolio .btns-shop .btn{
	padding: 5px 10px;
	color: #fff;
	background-color: #004081;
	border: #004081 1px solid;
	border-radius: 0;
	margin-bottom: 10px;
}
.grid-portafolio .btns-shop .btn:hover{
	color: #111;
	background-color: #fff;
}
.grid-portafolio .btns-shop .btn:last-child{
	margin-bottom: 0;
}
.grid-portafolio .btns-shop .btn.dama{
	color: #111;
	background-color: #26accd;
	border: #26accd 1px solid;
}
.grid-portafolio .btns-shop .btn.dama:hover{
	background-color: #fff;
}
.grid-portafolio.con-tienda a{
	margin-bottom: 0
}

.es-carousel-wrapper{
	background: #222;
	padding:10px 20px;
	position:relative;
	margin: 20px 0 5px;
}
.es-carousel{
	overflow:hidden;
	background:#222;
}
.es-carousel ul{
	display:none;
	padding: 0;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	position: relative;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-carousel ul li a span{
	bottom: 0;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    position: absolute;
    width: 100%;
	background: url(../images/black.png) repeat 0 0;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:4px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:4px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}

.rg-image-wrapper{
	position:relative;
	padding:20px 30px 10px;
	min-height:20px;
	border: #ddd 1px solid;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:400px;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background: url(../images/nav.png) no-repeat 0 50%;
	width:40px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:100% 50%;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size: 16px;
	padding:0 15px;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}

/*Valores*/
.valores h2{
	font-size: 28px;
	margin-bottom: 5px;
}
.valores i{
	text-align: center;
	line-height: 42px;
	width: 45px;
    height: 45px;
	border: 2px solid #111;
    border-radius: 50%;
}

/*Historia*/
.uj-historia h1{
	text-align: center;
}
.uj-historia p{
	text-align: left;
}
.uj-historia img{
	width: 100%;
	max-width: 250px;
	margin: 0 auto 20px;
}
.uj-reconocimientos ul{
	list-style: none;
	padding: 0;
}

/*Diamantes*/
.uj-diamantes h1{
	text-align: center;
}
.uj-diamantes h3 span{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;	
}
.uj-diamantes .bx-viewport{
	margin: 20px 0;
}
.uj-diamantes .home-portfolio-slider li a img{
	border: #222 1px solid;
}
.uj-diamantes .home-portfolio-slider li a span{
	font-size: 12px;
	color: #222;
}
.uj-diamantes .slider-portfolio .bx-controls-direction a{
	top: 30%;
	border: #bbb 1px solid;
	border-radius: 50%;
}
.uj-diamantes .img-responsive{
	margin: 20px 0;
}

/*Contacto*/
#map_container{
	position: relative;
}
#map{
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 30px;
    position: relative;
}
.uj-contacto h2{
	font-size: 48px;
}
.uj-contacto .input-group{
	margin-bottom: 20px;
}
.uj-contacto .input-group .form-control{
	border-radius: 0;
}
.uj-contacto .input-group-addon{
	background: #222;
	min-width: 40px;
	border-radius: 0;
}
.uj-contacto .input-group-addon i{
	color: #fff;
}
.uj-contacto .contact-info-data a{
	color: #111;
}
.uj-contacto .contact-info-data p{
	margin-left: 30px;
}
.uj-contacto .contact-info-data p:before{
	font-family: FontAwesome;
	position: absolute;
	margin-left: -25px;
}
.uj-contacto .contact-info-data .address:before{
	content: "\f041";
}
.uj-contacto .contact-info-data .phone:before{
	content: "\f095";
}
.uj-contacto .contact-info-data .email:before{
	content: "\f0e0";
}
.uj-contacto .contact-info-data .whatsapp:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icons-social.png) no-repeat 0 -40px;
}
.uj-contacto .contact-info-data .fb:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icons-social.png) no-repeat 0 0;
}
.uj-contacto .contact-info-data .twitter:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icons-social.png) no-repeat 0 -20px;
}
.uj-contacto .contact-info-data ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.uj-contacto .contact-info-data ul li{
	float: left;
	margin-right: 5px;
}
#contact-form label.error{
	bottom: -22px;
    color: #ff0000;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}
#contact-form .form-loader-w{
	display: none;
	float: right;
	margin-top: 3px;
    margin-right: 5px;
}
#contact-form .msg{
	font-size: 12px;
	float: right;
	margin-top: 10px;
    margin-right: 5px;
}
#contact-form .btn-black{
	margin-top: 0 !important;
	float: right !important;
}

/*Extras*/
.bx-controls-direction a{
	transition: none !important;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.uj-modal-home{
	position: fixed;
	top: 10px;
	z-index: 100000;
	right: -300px;
}
.uj-modal-home-cont{
	color: #fff;
	background-color: #21932e;
	padding: 15px;
	width: 270px;
	height: auto;
	position: relative;
}
.uj-modal-home-cont p{
	margin: 0;
	display: block;
	width: 100%;
}
.uj-modal-home-cont a{
	color: #fff;
}
.uj-modal-home-cont a.close{
	color: #fff !important;
	display: block;
	position: absolute;
	padding: 4px;
	cursor: pointer;
	top: 0;
	right: 0;
}
.uj-modal-home-cont a.close i{
	color: #fff;
}

.dark .seo-link{
	color: #fff;
}

.seo-link{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	float: right;
	font-size: 16px;
}

.dark .th1, .dark .th2, .dark .th3 {
	color: #fff;
}

.th1{
	color: #000;
	font-family: 'Playfair Display', sans-serif;
	font-size: 48px;
	display: inline-block;
	font-weight: 500;
	line-height: 1.1;
	margin: 20px 0 30px;
}
.th2{
	color: #000;
	font-family: 'Playfair Display', sans-serif;
	font-size: 48px;
	display: inline-block;
	font-weight: 500;
	line-height: 1.1;
	margin: 20px 0 30px;
}
.th3{
	color: #000;
	font-family: 'Playfair Display', sans-serif;
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
	line-height: 1.1;
	margin: 20px 0 30px;
}
.uj-ac{
	font-size: 11px;
}

/****MEDIA QUERIES****/
@media (max-width:767px){
	.top-header .uj-emails{
		display: none;
	}
	.top-header .social{
		display: none;
		float: left;
		padding: 0;
	}
	.top-header .social li{
		padding-left: 0px;
		padding-right: 10px;
	}
	.navbar-header{
		padding-left: 15px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
		width: 231px;
		height: 40px;
		margin-bottom: 20px;
	}
	.navbar-nav > li > a{
		padding: 10px 10px;
	}
	.uj-historia p{
		text-align: center;
	}
}


