@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300&display=swap');

/************************
   COLORES OFICIALES JF - strat
 ----------------

Azul:
 R 30
 G 20
 B 75
 HEX. #1e144b

 background: rgba(30,20,75,1);
 color: #1e144b;

	----------------

Naranja:
R 224
G 124
B 28
HEX. #e07c1c

background: rgba(224,124,28,1);
color: #e07c1c;
************************/

.naranjaJF {color: rgba(224,124,28,1);}
.azulJF {color: rgba(30,20,75,1);}
.colorNaranja {color: orange;}
.txtShadow {text-shadow: 1px 1px 1px black;}
.boxShadow {box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);}
.txtSangriaIzq10 {margin-left: 10px;}
.txtSangriaIzq30 {margin-left: 30px;}
.txtVineta {position: absolute; margin-left: 10px; margin-right: 3em;}
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }
.hideResponsivo {display: none;}
.max90 {width: 90%;}
.jumbotron {
	background: rgba(224,124,28,0.5);
	background: rgba(250,250,250,0.5);
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.bannerEspecial2 {
	background: rgba(0,0,0,0.5) url(../imgs/14.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	background-blend-mode: darken;
	text-align: center;
	z-index: 0;
}
.bannerEspecial {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	position: relative;
	width: 100vw;
  margin-left: -50vw;
	padding-bottom: 50px;
  left: 50%;*/
	background: rgba(0,0,0,0.5) url(../imgs/14.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	background-blend-mode: darken;
	text-align: center;
	z-index: 0;
}
.msgText {
	display: flex;
  justify-content: center;
}
.msgText div {
	padding: 30px;
	margin: 5px;
	border-left: 1px solid orange;
	background: rgba(0,0,0,0.8);
	width: 300px;
}
.vinculo{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: black;
}
.boton {
	background: #fbfbfb;
	border: 0px solid #fff;
	padding: 10px 20px;
	margin-top: 20px;
	color: #000;
	font-size: 16px;
}
.boton:hover {
	color: #222;
	background-color: orange;
	cursor: pointer;
}
.boton-modal {
	font-weight: bold;
	background-color: #ddd;
	color: #222;
	border-radius: 0px;
}
.boton-modal:hover {
	background-color: orange;
	color: #000;
}
.valorJF {
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	padding: 10px 0 10px 0;
	border-left: 1px solid orange;
}
.infoTexto {
	text-align: justify;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	border-left: 1px solid orange;

}
.img-cover {
	display: block;
	height: 100%;
	object-fit: fill;
}
.img-ancho {
	display: block;
	width: 100%;
	object-fit: fill;
	border-radius: 5px;
}
.video-modal .modal-content {
	background: rgba(0,32,64,1);
	color: #ddd;
}
.video-modal .cerrar {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: normal;
  float: right;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: white;
	background: none;
	border: none;
  filter: alpha(opacity=20);
  opacity: .2;
}
.video-modal .cerrar:hover,
.video-modal .cerrar:focus {
  color: orange;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}
body, html {
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: white;
	cursor: default;
}
h1 {
	font-size: 30px;
	/*line-height: 20px;*/
}
h1 strong {
	font-weight: 900;
}
h2 {
	/*text-transform: uppercase;*/
	font-size: 24px;
	/*line-height: 20px;*/
}
h3 {
	font-size: 20px;
	/*line-height: 20px;*/
}
h4 {
	font-size: 18px;
	/*text-transform: uppercase;
	line-height: 20px;*/
}
h5 {
	font-size: 16px;
	/*text-transform: uppercase;
	line-height: 20px;*/
}
h6 {
	font-size: 14px;
	/*line-height: 20px;*/
}
p {
	/*font-family: 'Open Sans', sans-serif;*/
	line-height: 24px;
}
a {
	color: white;
}
a:hover, a:focus {
	text-decoration: none;
	color: orange;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	border-color: rgba(255,255,255,0.4);
}

/* Navigation */
.fondoMenu {
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231,0);
}
#menu a.navbar-brand {
	/*text-transform: uppercase;*/
	font-size: 22px;
	font-weight: 700;
	color: white;
}
#menu a.navbar-brand i.fa {
	color: white;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	color: white;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	/*	color: rgba(224,124,28,1);*/
	color: orange;
}
.on {
	background-color: rgba(30,20,75,1) !important;
	background-color: #000 !important;
	background-color: rgba(224,124,28,1) !important;
	background-color: #036 !important;
	border-color: rgba(224,124,28,1) !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: rgba(224,124,28,1); !important;
	color: orange !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(224,124,28,1);
	border-color: white;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/* Home Style */
header {
	/*
	background: url(../carrusel-imgs/jfbanner01.jpg) no-repeat top center;
	background-size: cover;*/
	color: #cfcfcf;
	position: relative;
	height: 100%;
	border-bottom: 1px solid rgba(224,124,28,1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
/************************
 ESTILOS JF
************************/
header .capa {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255, 0, 0, 0.9);*/
	background: #024;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1;
}

header p {
	color: #222;
	font-size: 18px;
	margin-bottom: 60px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	padding: 0 4px;
	border-radius : 2px;
}
.titHid {position: absolute; top: -999px; left: -999px; visibility: hidden;}

.covid19 {
	position: absolute;
	top: 300px;
	right: 30px;
	padding-right: 0;
	padding-left: 0;
	border: 1px solid rgba(224,124,28,0.7);
	padding: 5px;
	cursor: pointer;
	z-index: 1;
}
.covid19:hover {background-color: rgba(224,124,28,0.3);}

.intro-text {
	position: absolute;
	top: 450px;
	right: 0px;
	padding-right: 0;
	padding-left: 0;
	z-index: 1;
}
.intro-text h2 {
	/*text-transform: uppercase;*/
	font-size: 24px;
	font-weight: normal;
	color: white;
	letter-spacing: 1px;
	background-color: rgba(0,0,0,0.5);
	border-left: 1px solid rgba(224,124,28,0.5);
	padding: 2em;
}
.color {
	color: #1fb9b1;
	font-weight: 700;
	text-shadow: 5px 0 5px #fff;
}
.btn-default {
	color: #333;
	/*font-family: 'Open Sans', sans-serif;*/
	background-color: rgba(255,255,255,0.8);
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: rgba(224,124,28,1);
	color: #000;
}

/*************
BANNERS JF
**************/
.portada {
	height: 750px;
}

.slogan {
	font-style: italic;
}

#bnrJF01 {
	background-color: red;
	background: url(../carrusel-imgs/jfbanner01.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF02 {
	background-color: orange;
	background: url(../carrusel-imgs/jfbanner02.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF03 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner03.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF04 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner04.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF05 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner05.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF06 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner06.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF07 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner07tny.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF08 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner08.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF09 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner09.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
#bnrJF10 {
	background-color: yellow;
	background: url(../carrusel-imgs/jfbanner10.jpg) no-repeat center center;
	background-size: cover;
	height: 750px;
}
/*
.carousel-indicators li { border: 1px solid rgba(224,124,28,1); }
.carousel-indicators .active { background-color: rgba(224,124,28,1); }
*/

/*************
ESTILOS JF
**************/
.logoJFMenu {
	background: url(../imgs/jf-logo-fondo-oscuro.svg) no-repeat top left;
	background-size: contain;
	background-position: 10% 50%;
	position: inherit;
	line-height: 10px;
	min-height: 200px;
	min-width: 200px;
}
.logoJFMenuOn {
	min-height: 50px;
	min-width: 200px;
	/*position: fixed;
	top: -145px;*/
}


.logoJF {
	position: absolute;
	left: 5em;
	top: 30px;
	width: 250px;
	height: 250px;
	color: #000;
	z-index: 9999;
	padding: 1em;
}

/*.logoJFMenuSSSSSS {
	position: absolute;
	left: 25px;
	top: 3px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 1);
	color: #000;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 999;
	padding: 0.2em;
}*/

.logoJFEmpresa {
	width: 120px;
	height: 120px;
	color: #000;
}




.logoJFBackgroundServ {
  width: 80%;
  height: 80%;
  display: block;
  position: absolute;
}
.logoJFBackgroundServ::after {
  content: "";
  background: url(../imgs/jf-logo-negativo.svg) no-repeat center center;
	/*background-attachment: fixed;
	background-size: cover;*/
  opacity: 0.05;
  top: 100px;
  left: -300px;
  bottom: 100px;
  right: 0;
  position: absolute;
  z-index: 0;
}

div.logoJFMarcaAgua {
	background-color: rgba(0,0,0,0);
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
}

div.logoJFMarcaAgua::after {
  content: "";
	background: url(../imgs/jf-logo-negativo.svg) no-repeat center center;
  opacity: 0.15;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}





/* ==================================================
   Info Block
================================================== */

.info-block {
  border-left: 1px solid rgba(235,120,27,1);
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: justify;
}

.info-text {
  /*padding-right: 40%;*/
  position: relative;
}

.info-block h3 {
	font-weight: lighter;
  font-size: 22px;
	line-height: 1em;
	/*text-transform: uppercase;*/
}

.info-block p {
	font-size: 1.5em;
	margin-bottom: 0;
}

.info-block a.button {
	background-color: #666;
    margin-top: -20px;
    position: absolute;
    right: 0;
		padding: 20px 50px;
		border-radius: 2px;
    top: 50%;
}
.info-block a.logo-jf {
	width: 40%;
    margin-top: -50px;
    position: absolute;
    right: 0;
		padding: 20px 50px;
		border-radius: 2px;
    top: 0;
		cursor: default;
}
.info-block a.logo-jf img {
	width: 100%;
	border-radius: 3px;
	/*box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);*/
}
.info-block a.button:hover {
	background-color: #e07c1c;
	color: white;
}

.space {
	margin-top: 50px;
}

.card {
	margin-bottom: 50px;
}
.card img {
	width: 100%;
	border-radius: 3px;
}
.card .card-title {
	padding: 0 5px 0 5px;
	font-size: 20px;
	color: rgba(224,124,28,1);
	color: orange;
}
.card .card-text {
	padding: 0 5px 0 5px;
	/*text-align: justify;*/
}

/*************
ESTILOS JF
**************/


/* About Section */
#about-section {
	padding: 100px 0;
	/*background: #024 url(../imgs/jf-logo-negativo.svg) no-repeat center center;*/
	background: #024;
	background-size: cover;
	color: white;
}
#about-section .section-title hr {
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	/*background: -moz-linear-gradient(left, rgba(224,124,28,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(224,124,28,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left, rgba(224,124,28,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left, rgba(224,124,28,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left, rgba(224,124,28,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#about-section i {
	float: left;
	display: block;
	margin-right: 15px;
	color: #c3f1ea;
	font-size: 54px;
}
#about-section p {
	/*font-size: 1.5em;*/
	margin-top: 20px;
	margin-bottom: 30px;
	/*color: #57938b;*/
}



/* Team Section */
#covid19 {
	padding: 100px 0;
	background-color: #369;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #ddd;
}
.section-title hr {
	height: 2px;
	width: 50%;
	float: left;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e5e5+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(227,229,229,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5e5', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
	border: 0;
	margin-bottom: 50px;
}
#team-section .item {
	padding: 0;
	margin: 15px;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 0;
	transition: all 0.5s;
	margin: 0;
	box-shadow: -3px -3px #86E2D5;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #e1f8f4;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #78cbbf;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #78cbbf;
}




/* Services Section */
#services-section {
	padding: 80px 0;
	/*background-color: #036;
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));*/

	/*background: linear-gradient(#369, #024 75%);*/
}

#services-section i.fa {
	font-size: 36px;
	margin-bottom: 10px;
	transition: all 0.5s;
	/*color: #1fb9b1;*/
}
.listaServicios {
	padding-bottom: 20px;
	background: rgba(0,0,0,0.5);
	padding: 5px;
}
.servCard {
	background-color: rgba(0,0,0,0.3);
	padding: 1em;
	margin: 1em;
	border-radius: 0 15px 0 15px;
}
.servCardA {
	background-color: rgba(0,0,0,0.8);
	padding: 1em;
	margin: 1em;
	border-radius: 0 15px 0 15px;
}


/*
2021 MODAL - portafolio-MODAL
*/
.modal-body {
	text-align: justify;
	/*
	border: 1px solid white;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
	*/
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0,32,64,1);
	/*background: rgba(0,32,64,0.5) url(../imgs/jf-logo-negativo.svg) no-repeat center center;*/
	/*background: white;*/
	color: #ddd;
}
.portfolio-modal .modal-content .jumbotron {
	padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
	font-size: 1.4em;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content h3 {
	margin-bottom: 15px;
	font-size: 2em;
}
.portfolio-modal .modal-content h4 {
	margin-bottom: 15px;
	font-size: 1.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	font-size: 1.2em;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
/*portafolio-logomee*/
.portfolio-modal .logoJFServicios {
	background: url(../imgs/jf-logo-fondo-oscuro.svg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 25px;
	left: 75px;
	width: 200px;
	height: 75px;
	background-color: transparent;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: white;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: white;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #333;
	background-color: rgba(0,0,0,0.2);
	border-color: #1d434e;
	padding: 10px 50px 10px 50px;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: rgba(255,153,0,1);
	background-color: white;
	border-color: #032e3a;
}




/* Gallery Section
==============================*/
#works-section {
	padding: 100px 0;
	/*background-color: #024;*/
	background: linear-gradient(#369, #024 75%);
}
#works-section h2 {
	color: #dbf6f2;
}
#works-section .section-title hr {
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.categories {
	padding-bottom: 30px;
	text-align: right;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
ol.type li a {
	color: white;
	border: 1px solid orange;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #024;
	text-transform: uppercase;
}
ol.type li a.active {
	color: #000;
	border: 1px solid #fff;
	background-color: orange;
	font-weight: bold;
}
ol.type li a:hover {
	color: #000;
	border: 1px solid #eee;
	background-color: orange;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
	border: 1px solid rgba(255,255,255,0.5);
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	/*padding: 25% 0;*/
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #1fb9b1;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: orange;
}
#works-section i.material-icons {
	border: 1px solid orange;
	padding: 5px;
	border-radius: 50%;
	color: orange;
}



/* Testimonials Section */
#testimonials-section {
	padding: 100px 0;
	background-color: #86E2D5;
}
#testimonials-section h2 {
	color: #dbf6f2;
}
#testimonials-section .section-title hr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#testimonials-section i.fa {
	color: #b0ece4;
	font-size: 36px;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .img-circle {
	width: 100px;
	height: 100px;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
	color: #57938b;
}


/* Contact Section */
#contact-section {
	padding: 100px 0;
	background-color: #333;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	/*text-transform: uppercase;*/
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #86E2D5;
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: #fbfbfb;
	border: 0px solid #fff;
	border-radius: 0px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #aaa;
	font-size: 16px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: orange;
	border: 0px solid #86E2D5;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}


/* Social Section */
#social-section {
	padding: 30px 0;
	background-color: #86E2D5;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #f4f5f6;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #57938b;
}


/* Footer */
#footer {
	background-color: #111;
	color: #ddd;
	border-top: 1px solid orange;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #eee;
}
.pieMenu {
	width: 100%;
	padding: 3px;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-left: 1px solid rgba(224,124,28,0.5);
	text-align: center;
}
.pieMenu:hover {
	background-color: rgba(255,255,255,0.01);
}
