@font-face {
	font-family: 'Segoe';
	src:url('fonts/Segoe Print.ttf');
}


.header span.fa.fa-facebook{
	position: absolute;
  font-size: 1.8em;
  right: 8px;
  top: 8px;
  color: #FFFFFF;
    background-color: #133783;
  padding: 0 12px;
  border-radius: 50%;
    -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.header span.fa.fa-facebook:hover{
	border-radius: 0%;
}


.iconos{
    font-size: 50px;
  display: block !important;
  height: 52px;
  margin: auto;
  margin-bottom: 24px;
  margin-top: 30px;
}

.tile {
	  width: 215px;
  height: 195px;
	text-align: center;
	float: left;
}

.tile {
	outline: 7px solid rgba(255,255,255,0);
	transition: outline .5s;
    position: relative; /* outline */
}

.tile:hover {
	outline-color: rgba(255,255,255,.4);
	transition: outline .5s;
    z-index: 3000 !important; /* outline */
}

.tile > a {
	width: inherit;
	height: inherit;
	display: block;
	color: #fff;
	text-decoration: none !important;
}

.blue { background-color: #00c0e4; }
.mint { background-color: #2ecc71; }
.purple { background-color: #7658f8; }

.yellow { background-color: #eac14d; }
.red { background-color: #e6567a; }
.pink { background-color: #cb70d7; }

img.icon {
	width: 70px;
	height: 70px;
	margin: 28px 0 14px;
}


.novedades-inicio{
	color: rgb(250, 0, 0);
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: 700;
  width: 90%;
  line-height: 1.5em;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 992px){

	.submenu{
	 	   margin-left: 35px;
	 }

	 .top-menu li:hover > ul {
	  visibility: visible;
opacity: 1;
 -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.top-menu ul li ul {
	position: absolute;
     width: 205px;
  left: 20px;
    top: 25px;
  z-index: 3;
    opacity: 0;
      visibility: hidden;
 
  -webkit-transition: -webkit-transform .5s ease,opacity .5s ease;
  -moz-transition: transform .5s ease,opacity .5s ease;
  -o-transition: transform .5s ease,opacity .5s ease;
  transition: transform .5s ease,opacity .5s ease;
}



}

@media (min-width: 1200px){
	 .submenu{
	 	  margin-left: 60px;
	 }
}

.imgfloatright{ float:right; margin-left:15px;}
.imgfloatleft{ float:left; margin-right:15px}
.title {
	display: block;
	font-size: 1.6em;
/*	color: black;
	  font-weight: 700;*/
}

/**/

h2{
	  color: rgb(255, 51, 0);
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px
}

#portfolio{
	padding:100px 0;
	}
.portfolio-info h3{
  margin: 0;
  color: #2e2b34;
  font-size: 32px;
  font-weight: bold;
  text-align:center;
}
.portfolio-info p{
  text-align: center;
  margin: 0;
  color: #6d6b71;
  line-height: 1.8em;
  font-size: 16px;
  width: 64%;
  margin: 45px auto 0 auto;
  }
/*----- Strip -----*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*------------------------------------------*/
/*	Animation effects
/*------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	
}
.b-animate img{
	margin-top:19.5%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
  padding: 0px;
  margin: 55px 0;
  text-align: center;
}
/*--team--*/
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
.b-wrapper:hover {
  background: rgba(85, 85, 85, 0.44);
  border: 4px solid #5d9cec;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
	display: block;
	border-radius: 4px;
	padding: 6px 12px;
	text-decoration: none;
	color:#2e2b34;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	
	background: #fff;
	margin: 0 10px 0 0;
	}
	#filters li span.active,#filters li span:hover {
	background: #0000FF;
	color: #ffffff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
/*		width: 22%;*/
		margin: 0 11px 22px 11px;
		display:none;
		float:left;
		overflow:hidden;
	}
	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		height: 135px;
	
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
ul#filters {
	  margin-bottom: 35px;
	  margin-top: 10px;
	  }

.button {
	  background: rgb(250, 0, 0);
  padding: 8px 2em;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  border: 2px solid rgb(250, 0, 0);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
    float: right;
  margin-top: 30px;
  margin-right: 30px;
}

.button:hover{
	  text-decoration: none;
  background: transparent;
  border: 2px solid rgb(250, 0, 0);
  color: rgb(250, 0, 0);
}


.bottom-grid-left h3 span{
	color:  rgb(255, 51, 0);

}

.content-bottom h2{
	  color: rgb(255, 51, 0);
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
}


.header{
	padding:2em 0;
	background:#eee;
	position:relative;
}

/**/
table#footer1{
	opacity: 0 !important; 
	display: none;
}

/**/



.logo img{
	  width: 100%;
}

.logo{
	float:left;
	position:absolute;
	top:0px;
	z-index:999;
	  width: 185px;
}
.logo a{
	display:inline-block;
}
.top-menu{
	float:right;
	  margin-right: -30px;
}
.top-menu ul li{
	display:inline-block;
	position: relative;
}
.top-menu ul li a{
	color:#333;
	font-size:1.3em;
	  padding: 0.5em 0.8em;
	display:block;
	text-decoration:none;
	margin:0 0.1em;
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
.top-menu ul li a.active{
	color:#fff;
	background:#0000FF;
}

.top-menu ul li a.active:hover{
	background:#0000FF;
}

.top-menu ul li a:hover{
	color:#fff;
	background:rgb(250, 0, 0);
	border-radius:7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}
/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: 450px;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs {
  text-align: center;
  width: 100%;
  position:absolute;
  bottom:5%;
  z-index:999;
  }
.rslides_tabs li {
  display: inline-block;
  }
.rslides_tabs a {
   border:1px solid #999;
  }
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display:block;
    width: 100px;
  height: 70px;

}
#slider3-pager .rslides_here a {
  background: transparent;
  border:2px solid #fff;
}
#slider3-pager a {
  padding:0.2em;
   border:2px solid #000;
}
.caption{
	position:absolute;
	top:0;
	  width: 100%;
  left: 0;
	text-align:center;
	top:43%;
	  background-color: rgba(0, 0, 0, 0.5);
}
.caption h1{
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:3em;
	text-transform:uppercase;
	margin-bottom:5px;
}
.caption p{
	  color: #FFF;
  font-weight: 700;
  font-size: 2.8em;
	width:75%;
	margin:0 auto;
	font-family: Segoe !important;
}

.virgen img{
 position: absolute;
  bottom: 26px;
  right: 0;
  z-index: 3;
  width: 150px ;
}




.grid1, .grid2{
margin-bottom:2em;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}

.grid1:hover, .grid2:hover{
	opacity: .7;
}

.grid1:hover .box-info h3, .grid2:hover .box-info{
	    opacity: 0;
}

div.box-info{
	  -webkit-transition: opacity .7s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .7s;
}

.box1{
background:url(../img/menu_lateral/pastoral/img.jpg) no-repeat 0px 0px;
background-size:cover;
min-height:230px;
}
.box2{
background:url(../img/menu_lateral/administracion/img.JPG) no-repeat 0px 0px;
background-size:cover;
min-height:230px;
}
.box3{
background:url(../img/menu_lateral/mantenimiento/img.JPG) no-repeat 0px 0px;
background-size:cover;
min-height:230px;
}
.box4{
background:url(../img/home/alumnos-home/2.JPG) no-repeat 0px 0px;
background-size:cover;
min-height:230px;
}

.box5{
background:url(../img/menu_lateral/servicios/img.JPG) no-repeat 0px 0px;
background-size:cover;
min-height:230px;
}

.box-info h3{
color:#fff;
font-size:2.5em;
  padding: .7em 0 0 .3em;
font-weight:600;
transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	  background-color: rgba(0, 0, 0, 0.5);
}
.box1:hover div.box-info h3,.box2:hover div.box-info h3,.box3:hover div.box-info h3,.box4:hover div.box-info h3{
color:#fff;
}
.box-info p{
	color:#fff;
	font-size:1.1em;
	width:87%;
	padding:0.5em 0 1em 3.5em;
	font-weight:600;
}
.grid1 a,.grid2 a{
text-decoration:none;
}
.content-bottom{
	 margin-top:2%;
	 background-color: #eee;
	 padding:30px 0 ;
}
.bottom-grid-left h3{
	 color:#292929;
	 font-size:1.3em;
	 margin-bottom:15px;
	 font-weight:600;
	 text-align: center;
}
.bottom-grid-left p{
	 color:#929292;
	 font-size:1.15em;
	 margin-bottom:5px;
	 font-weight:400;
	 width:90%;
	 line-height:1.5em;
	 margin:  0 auto;
	 text-align: center;
}
.bottom-grid-right img{
	width:100%;
}
.plant{
	 background:url(../images/plant2.jpg) no-repeat 0px 0px;
	 min-height:400px;
	 text-align:center;
	 background-size:100%;
	 padding:10% 0;
}
.plant h3{
	color:#fff;
	font-size:3.5em;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	margin-bottom:5px;
}
.plant p{
	color:#fff;
	font-size:1.3em;
	font-weight:600;
	Width:80%;
	margin:0 auto;
}
.service-grids{
	background:#eee;
	padding:5em 0;	
}
.service-grid1{
	 background:url(../images/11.png) no-repeat 0px 0px;	 
	 padding:0 0 0 60px;
}
.service-grid2{
	 background:url(../images/22.png) no-repeat 0px 0px;	 
	 padding:0 0 0 60px;
}
.service-grid3{
	 background:url(../images/33.png) no-repeat 0px 0px;	 
	 padding:0 0 0 60px;
}
.service-grid1 h3,.service-grid2 h3,.service-grid3 h3{
	font-size:1.8em;
	font-weight:600;
	color:#333;
	margin-bottom:7px;
}
.service-grid1 p,.service-grid2 p,.service-grid3 p{
	 line-height:1.5em;
	 font-size:1em;
	 color:#929292;
}
.products{
	 margin:6% 0;
}
.product-lists h3,.product-grids h3{
	 color:#2c2c2c;
	 font-size:2.2em;
	 font-weight:600;	 
	 text-decoration:underline;
}
ul.list1{
	margin-top:1.5em;
}
ul.list1 li{
	display:block;	
}
ul.list1 li a{ 
	display:block;
	text-decoration:none;
	font-size:1.15em;
	padding:6px 0;
	color:#929292;
	font-weight:400;
}
ul.list1 li a:hover{
	 color:rgb(250, 0, 0);
}
.product-grids {
  padding-left: 3em;
}
.product-grid {
	 float:left;
	 width:33%;
	 padding:0 15px 0 0;
	 margin-top:2em;
}
.product-grid img{
	width:100%;
	margin-bottom:1.5em;
}
.product-grid h4{	
	margin-bottom:7px;
	font-size:1.3em;
	font-weight:600;	
}
.product-grid h4 a{
	text-decoration:none;
	 color:rgb(250, 0, 0);
}
.product-grid h4 a:hover{
	color:#2c2c2c;
}
.product-grid p{
	color:#929292;
	line-height:1.5em;
	font-size:1em;
	font-weight:400;
}
/*----- news-letter ----*/
.news-letter{
	background: -webkit-linear-gradient(#FE0000, #760000) !important;
  background: -o-linear-gradient(#FE0000, #760000) !important;
  background: -moz-linear-gradient(#FE0000, #760000) !important;
  background: linear-gradient(#FE0000, #760000) !important;
	  padding-top: 2em;
}
.news-letter-grid-left{
	/*float:left;
	width:70%;*/
}
.news-letter-grid-right{
	/*float:right;
	width:30%;*/
}
.news-letter-grid-left h3{
	font-weight:700;
	font-size:2.3em;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	text-transform: uppercase;
	  text-align: center;
}
.news-letter-grid-left p{
	  color: #fff;
	font-size: 1.3em;
	font-weight: 300;
	width: 100%;
	line-height: 1.5em;
	margin: 1em 0;
	  text-align: center;
}

.news-letter-grid-right form{
	position:relative;
	background:#fff;	
}
.news-letter-grid-right input[type="text"]{
	border:none;
	width:91%;	
	padding:0.5em 0.8em;
	border:1px solid #fff;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.news-letter-grid-right input[type="submit"]{
	width: 9%;
	height: 36px;
	display: inline-block;
	background: url(../images/sr1.png) no-repeat 0px 6px;
  border: none;
  outline: none;
  position: absolute;
  right: 0px;
	top: 0px;
}
.news-letter-grid-right input[type="submit"]:hover{
	background: url(../images/sr2.png) no-repeat 0px 6px;
}
/*---- footer -----*/
.footer {
  padding: 2em 0;
  background:#2c2c2c;
}
.ftr-logo{
	width:10%;
	display:inline-block;
	margin-bottom:0.5em;
}
.ftr-logo img{
	 background-size:100%;
	 width:100%;
}
.footer p{
	color:#fff;
	margin-bottom:0.5em;
	font-size:1.1em;
	float:left;
	padding-top:5px;
}
.footer p a{
	 color:#fff;
}
.social{
	float:right;
}
.social i {
width: 27px;
height: 27px;
background: url('../images/social-icons.png') no-repeat 0px 0px;
display: inline-block;
margin:0 5px;
}
a i.facebook{
background-position:-3px -2px;
}
a i.twitter{
background-position: -43px -3px;
}
a i.dribble{
background-position: -83px -3px;
}
a i.google{
background-position:-126px -2px
}
a i.youtube{
background-position:-167px -3px;
}
a i.facebook:hover{
background-position:-3px -36px;
}
a i.twitter:hover{
background-position: -43px -36px;
}
a i.dribble:hover{
background-position: -83px -36px;
}
a i.google:hover{
background-position:-126px -36px
}
a i.youtube:hover{
background-position:-167px -36px;
}
/*--about--*/
.about-sec{
	 padding:2em 0;
}
.about-head h2{
  color: rgb(250, 0, 0);
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 0.75em;
  font-family: 'Raleway', sans-serif;
  text-align:center;
}
.about-head h3{
  color: #2f3837;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
}
.about-head p{
    color: #929292;
  font-size: 1.15em;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.5em;
}
.video-grid{
	 margin:3em 0;
}
.video iframe{
	 width:100%;
	 height:320px;
}
.video-info h3 {
  color:rgb(250, 0, 0);
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 0.7em;
  font-family: 'Raleway', sans-serif;
}
.video-info h4 {
  color: #2f3837;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em; 
}
.video-info p {
  color: #929292;
  font-size: 1em;
  margin-bottom: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}
.bottom-grids{
	background:#f4f6f5;
	padding:3em 0;
}
.recent-news h2,.about-us h2,.ourservices h2{
	color: #2f3837;
	font-size: 1.8em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1em 0;
	font-family: 'Raleway', sans-serif;
}
.recent-news-left{
	float:left;
	width:18%;
}
.recent-news-right{
	float:right;
	width:75%;
}
.recent-news-left{
	background:rgb(250, 0, 0);
	padding:0.5em;
}
.recent-news-left span{
	font-size:1.5em;
	color:#FFF;
	font-weight:700;
}
.recent-news-left label{
	color:#2f3837;
	font-size:1.1em;
	font-weight:700;
}
.recent-news-right h3{
	padding:0;
	margin:0;
	color:#2e3837;
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:600;
}
.recent-news-right span{
	color:#fe5433;
	font-weight:400;
	text-transform:uppercase;
	padding:0.3em 0 0;
	display:block;
}
.recent-news-right p{
	color:#777;
	font-size:1em;
	line-height:1.7em;
}
.recent-news-grid{
	margin-bottom:1em;
}
.recent-news-grid:nth-child(4){
	margin-bottom:0;
}
.about-us img{
	width:100%;
}
.about-us h4{
	color: #2f3837;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin:0;
	padding:0 0 0.8em 0;
}
.about-us p{
	color:#777;
	font-size:1em;
	line-height:1.7em;
	margin:1em 0 0 0;	
}
.featured {
  padding: 3em 0;
}
.featured h3 {
  font-weight: 600;
    color: #2f3837;
  font-size: 2.2em;
  margin-bottom:1em;
}
ul.brand-list li {
	display: inline-block;
	margin-right:10px;
}
ul.brand-list li a {
	background: #F5F5F5;
	padding: 21px 22px;
	border: 1px solid #E4E4E4;
}
/*----- ourservices ----*/
.ourservices ul{
	margin:0;
	padding:0;
}
.ourservices ul li{
	list-style:none;
	margin-left: 25px;
}
.ourservices ul li a{
	color:#777;
	padding:0.7em 0.8em;
	display:block;
	text-decoration:none;
	  font-size: 15px;
}
.ourservices ul li a span{
	width:8px;
	height:8px;
	display:inline-block;
	background:url(../images/splits.png) no-repeat -4px -5px;
	margin-right:0.5em;
}

.ourservices ul li a:hover{
	color:rgb(250, 0, 0);
}
/*--project-sec--*/
.project-sec{
	padding :6em 0;
}
.project-sec h2 {
  color: rgb(250, 0, 0);
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.75em;
  font-family: 'Raleway', sans-serif;
  text-align:center;
  text-transform: uppercase;
}
/*-- sale-page --*/
.works .clear {
	height: 46px;
}
.box1  .text1 {
	padding-bottom: 1px;
}
.text1 a {
    color:#70616A;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	 font-family: 'Raleway', sans-serif;
}
.text1 a:hover {
	color: #EB523D;
}
.works{
margin-top:2em;
}
.works h3 {
color: #EB523D;
margin-bottom: 1em;
font-size: 2em;
text-align:center;
}
.container_12 {
	padding: 4em 0 1em 0;
}
.thumb-box7{
	padding: 1em 0 5em 0;
}
a.gal {
	position: relative;
	display: block;
}
a.gal span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/sr1.png) -102px 0 no-repeat;
}
a.gal:hover span{
	background-position: center center;
}
.grid_4 {
	width: 22%;
	float: left;
	margin: 2% 3% 0% 0;
}
.box p {
color: #9A9598;
line-height: 1.8em;
font-size: 1em;
}
.box img {
	width: 100%;
}
.text1 {
	padding-top:1em;
	margin-bottom: 1em;
}
.box img:hover{
	opacity:0.5;
}
/*--404-page--*/
.error-head{
	text-align:center;
	margin:8em 0;
}
.error-head h1{
	font-family: 'Raleway', sans-serif;
	color:rgb(250, 0, 0);
	font-size:16em;
	display:inline-block;
	line-height:1em;
}
.error-head span{
	color:rgb(250, 0, 0);
	font-size:4em;
	margin-left:0.5em;
}
.error-head h2{
	font-size:2em;
	color:#70616A;
	margin-top:1em;
}
.error-head  a {
	background: #333;
	padding: 8px 1em;
	font-size: 1.3em;
	margin-top: 2em;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	border:2px solid #333;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.error-head  a:hover {
	text-decoration: none;
	background:transparent;
	border:2px solid rgb(250, 0, 0);
	color: rgb(250, 0, 0);
}
/*--contact-page--*/
.contact{
	 padding:2em 0;
}
.contact h2{
	 color:rgb(250, 0, 0);
	 font-size:2.5em;
	 font-weight:600;
	 margin-bottom:0.5em;
	 font-family: 'Raleway', sans-serif;
	 text-align:center;
}
.contact-left {
  padding-left: 0;
}
.contact form input[type="text"],.contact-right textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #87655B;
	font-size: 1.1em;
	margin-bottom: 1.5em;
	color: #87655B;
	outline: none;
	font-weight: 400;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact-right textarea{
	resize:none;
	height: 189px;
}
.contact form input[type="text"]:hover,.contact-right textarea:hover{
	border:1px solid #EB5A41;
}
.contact form input[type="submit"] {
  background: rgb(250, 0, 0);
  padding: 8px 2em;
  font-size: 1.3em;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  border: 2px solid rgb(250, 0, 0);
  border-radius: 5px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.contact form input[type="submit"]:hover {
	text-decoration: none;
	background:transparent;
	border:2px solid rgb(250, 0, 0);
	color: rgb(250, 0, 0);
}
.map{
	 margin-bottom:2em;
}
.map iframe{
	width:100%;
	height:300px;
}

	.title-sidebar {
		  background-color: #eee;
		  margin-left: 0px !important;
		   color: #777;
		  padding: 0.7em 0.8em;
		  display: block;
		  text-decoration: none;
		  font-size: 1.1em;
	}


	.top-menu ul li ul li a{
	  color: #000;
  background: #EEEEEE;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
    margin-top: 5px;
}



.project-sec h3{
	  margin-top: 30px;
  border-top: 2px dashed rgb(255, 51, 0);
  padding-bottom: 5px;
  font-size: 1.6em;
    color: #006991;
  font-weight: 600;
  margin-bottom: 12px;
  padding-top: 30px;
}


.project-sec h4{
	  margin-top: 30px;
  border-top: 2px solid rgb(255, 51, 0);
  padding-bottom: 5px;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 12px;
  padding-top: 30px;
}

.project-sec h5{
	  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 1.6em;
  color: #006991;
  font-weight: 600;
  margin-bottom: 12px;
  padding-top: 30px;
}

.project-sec h6{
	  font-size: 1.1em;
  border-bottom: 3px double #ccc;
  color: #333;
  padding-bottom: 7px;
}


.project-sec p {
	  font-size: 1.1em;
}

.project-sec ul li ,.project-sec ul li {
	 font-size: 1.1em;
}

.button-tour{
	text-decoration: none;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-size: 1.5em;

 border-radius: 6px;
    padding: 5px 10px;
  margin-top: -20px;
    transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
    width: 112px;
  display: block;
  margin: auto !important;
}
.button-tour:hover{
 color: white !important;
}

.b-animate img {
	height: auto !important;
}



div.b-wrapper img.img-responsive {
	width: 27% !important;
}



.icon-check:before {
	content: "\f03a";
}

.icon-pin:before {
	content: "\f041";
}

.icon-primitive-dot:before {
	content: "\f052";
}

.icon-primitive-square:before {
	content: "\f053";
}

.icon-primitive-square, .icon-primitive-dot,
.icon-pin, .icon-check {
	font-family: 'icomoon';
}

/*miga de pan*/
.breadcrumb2 {
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	float: right;
	border-radius: 5px;
	right: 50px;
  top: 115px;
  position: absolute;
	
}

.breadcrumb2 a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;

	  padding: 0 10px 0 35px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}

.breadcrumb2 a:first-child {
	  padding-left: 25px;
	border-radius: 5px 0 0 5px; 
}
.breadcrumb2 a:first-child:before {
	left: 14px;
}
.breadcrumb2 a:last-child {
	border-radius: 0 5px 5px 0; 
	padding-right: 20px;
}


.breadcrumb2 a.active, .breadcrumb2 a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb2 a.active:after, .breadcrumb2 a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

.breadcrumb2 a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px; 

	width: 36px; 
	height: 36px;

	transform: scale(0.707) rotate(45deg);

	z-index: 1;

	background: #666;
	background: linear-gradient(135deg, #666, #333);
	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);
	border-radius: 0 5px 0 50px;
}
.breadcrumb2 a:last-child:after {
	content: none;
}
.breadcrumb2 a:before {

	/*some styles now*/
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	background: #444;
	background: linear-gradient(#444, #222);
	font-weight: bold;
}


.flat a, .flat a:after {
	background: white;
	color: black;
	transition: all 0.5s;
}
.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
	  background: #0000FF;
  color: white;
}




/*fin miga*/




#administracion ul li, #administracion ol li, #mantenimiento ol li, #quienes_somos ul li, #quienes_somos ol li,
#ideario_institucional ul li, #ideario_institucional ol li{
	    font-size: 1.1em;
	     
}

#quienes_somos ol li, #ideario_institucional ul li, #ideario_institucional ol li,  #equipo_de_gestion ul li,
div#informacion_general.inicial ol li, div#informacion_general.inicial ul li, div#novedades.inicial ul li,
div#informacion_general.primario ul li, div#oferta_educativa.primario ol li, div#oferta_educativa.primario ul li,
div#proyectos.primario ul li, div#oferta_educativa.secundario ul li, div#oferta_educativa.secundario ol li, 
div#proyectos.secundario ul li  {
	 list-style: none;
	
	 font-size: 1.1em;
}

#novedades a {
	text-decoration: none;
	margin-top: 25px;
}

.leer-mas{
	  text-decoration: none;
  background: transparent;
  border: 2px solid rgb(250, 0, 0);
  color: rgb(250, 0, 0);
  font-size: 1.2em;
  color: rgb(250, 0, 0);
  border-radius: 6px;
  padding: 5px 10px;
  float: left;
  margin-top: 5px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  -ms-transition: .5s all ease;
}

.leer-mas:hover{
	  text-decoration: none;
  background: rgb(250, 0, 0);
  border: 2px solid rgb(250, 0, 0);
  color: #fff;
  font-size: 1.2em;
  border-radius: 6px;
  padding: 5px 10px;
  float: left;
  margin-top: 5px;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -ms-transition: 1s all ease;
  text-decoration: none;
}



div#proyectos.inicial h5:nth-child(1), div#novedades.inicial h5:nth-child(1),
div#novedades.primario h5:nth-child(1){
	  margin-top: 0;
  padding-top: 20px;
}

div#oferta_educativa.secundario table tr td {
	width: 50%;
}


div#proyectos.primario strong{
	color: #006991;
}

div#proyectos.primario ol li{
 	 font-size: 1.1em;
}

/*menu*/
div#informacion_general.primario ul li {
	  padding: 5px 0;
}

div#oferta_educativa.primario ul li, div#proyectos.secundario ul li {
	padding-bottom: 25px;
}


div#novedades.inicial ul li:before, div#informacion_general.primario ul li:before, div#oferta_educativa.primario ul li:before,
div#proyectos.primario ul li:before, div#oferta_educativa.secundario ul li:before{
	content: "\f0c8"; /*cuadrado*/
	  font-size: 8px;
  margin-right: 8px;
  color: #006991;
   font-family: FontAwesome;
}

div#proyectos.secundario ul li:before{
		content: "\f0c8"; /*cuadrado*/
	  font-size: 8px;
  margin-right: 8px;
  color: red;
   font-family: FontAwesome;
}


div#informacion_general.inicial ol li:before{
	content: "\f00c";
	  font-size: 12px;
  margin-right: 8px;
   font-family: FontAwesome;
}

div#informacion_general.inicial ul, div#novedades.inicial ul, div#informacion_general.primario ul, div#proyectos.primario ul,
div#proyectos.secundario ul li{
	  margin-left: 40px;
}

div#informacion_general.inicial ul li:before {
	content: "\f0c8";
	  font-size: 8px;
  margin-right: 8px;
  color: #006991;
   font-family: FontAwesome;
}

#equipo_de_gestion table tr td{
	width: 50%;
} 


#equipo_de_gestion ol li{
	  list-style: none;
  font-size: 1.1em;
}

#nuestra_historia table tr td, {
	width: 50%;
}

#mantenimiento table tr td:nth-child(1) {
	width: 30%;
}
#mantenimiento table tr td:nth-child(3) {
 /* padding-top: 20px;*/
}

#mantenimiento table tr td img {
	border-radius: 0;
	padding: 0;
}


 #equipo_de_gestion ul li:before {
 	content: "\f0c8";
	  font-size: 8px;
  margin-right: 8px;
  color: #006991;
   font-family: FontAwesome;
 }


#ideario_institucional ul li:before {
	content: "\f0c8";
	  font-size: 8px;
  margin-right: 8px;
  color: #006991;
   font-family: FontAwesome;
} 

#ideario_institucional ol li:before{
content: "\f00c";
 font-size: 12px;
  margin-right: 8px;
    color: rgb(255, 51, 0);
     font-family: FontAwesome;
} 

#ideario_institucional ul {
	  margin-left: 50px;
}

#ideario_institucional ol li {
	  padding: 10px 0;
}





/*menu 2*/
#novedades img{ width:150px}
.project-sec table{
	width: 100%;
}
.container td{ vertical-align:top}
.ourservices img{
 	width: 100%;}
.project-sec img{
 	/*width: 100%;*/
	border-radius: 10%;
  padding: 15px;
}


#pastoral ul li{
	font-family: FontAwesome;
}

#pastoral ul li:before{
	content: "\f111";
	  content: "\f111";
  color: rgb(255, 51, 0);
  margin-right: 15px;
  font-size: 8px;
   font-family: FontAwesome;
}



#servicios img{
		padding: 0px;
}

#servicios table tr td:nth-child(1){
	width: 30%;
}

#servicios table tr td:nth-child(2) img{
	/*  margin-top: -110px;*/
}

#servicios table tr td:nth-child(3) img{
  padding-left: 4px !important;
}

#servicios table tr td:nth-child(4) img{
	  margin-top: 110px;
  padding-left: 4px !important;
}


.tablabordes td{
/*#administracion table:nth-child(4), #administracion table:nth-child(4) tr, #administracion table:nth-child(4) tr td{*/
	border: 1px solid;
}

#administracion table strong, #administracion table tr td ul{
	padding: 8px
}


#administracion table:nth-child(4) tr td ul li{
	font-size: 1em;
	  font-style: italic;
}
#administracion table strong {
	  color: rgb(71, 138, 255);
}


#administracion table tr td ul{
	padding-left: 30px !important;
}



#administracion ol li{
	list-style: none;
}

#quienes_somos ol li:before{
	 content: "\f004";
	 padding-right: 5px;
     font-size: 12px;
     color: red;
      font-family: FontAwesome;
}







#administracion ol li:before , #mantenimiento ol li:before, div#oferta_educativa.primario ol li:before, div#oferta_educativa.secundario ol li:before{
  content: "\f00c";/*Check*/
	margin-right: 5px;
	color: red;
	 font-family: FontAwesome;

}


#administracion ul{
	  padding-left: 100px;
}



.icon-pin:before {
	content: "\f041";
	margin-left: 25px;
	margin-right: 5px;
}

.icon-primitive-dot:before {
	content: "\f052";
	  content: "\f052";
  color: rgb(255, 51, 0);
  margin-right: 12px;
  font-size: 14px;
}

.actividades{
	    color: rgb(0, 0, 255);
}
.actividades li {
	  list-style: none;
  margin-left: 100px;
  font-size: 1.1em;
  color: #333;
}

.actividades img{
	  max-width: 100%;
	    border-radius: 10px;
  box-shadow: 0 0 15px #121212;

}
body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Source Sans Pro', sans-serif;
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}
/*--Modificaciones--*/
		

/*--responsive--*/
@media(max-width:1300px){
	.header span.fa.fa-facebook{
		  font-size: 2em;
		    right: 80px;
 			 top: 115px;
 			   z-index: 3;
 		  padding: 0 18px;
  		border: 2px solid;
	}
	.breadcrumb2 {
	display: none;
    }
}



@media(max-width:992px){



.top-menu ul li ul {
	display:none;

}	

.contact-right, .contact-left{
	padding-left: 0;
	padding-right: 0;
}

div.b-wrapper img.img-responsive, .ourservice-grid{
	display: none;
}

.portfolio img{
	height: 280px;
	border-radius: 0;
}

.footer p {
	float: none !important;
}	

a.button{
	  width: 200px;
  margin: auto;
  display: block;
  text-align: center;
  float: none;
  font-size: 1em;	
}	

.button-tour{
	text-align: center;
	font-size: 1em;
}

.header span.fa.fa-facebook{
	border: none;
	  right: 11%;
 	 top: 3px;
}


.virgen img{
	  width: 100px;
	  bottom: 12px;
}

a.button{
		  margin-bottom: 40px;
  			z-index: 2;
  			position: relative;
	}
	
	.news-letter-grid-right {
	  margin-bottom: 25px;
	}

.header {
  padding: 0em 0 0 0;
}
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;		
}
.top-menu {
	  width: 55%;
	margin: 0%;
	float: left;
}

.top-menu  ul, .top-menu  ul li ul{
	display:none;
		  width: 200px;
}

.top-menu  ul li ul li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
}

.top-menu  ul li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
}
.top-menu ul li a {
	padding:6px;
	font-size: 14px;
	width: 100%;
	margin:0;
	border-radius:0;
}
 span.menu{
	display:block;
	float:right;
	margin: 18px 8px 0px 0;
}
.top-menu  ul{
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100%;
	left: 0%;	
	background:#eee;
	height:385px;
}
.top-menu  ul li a:hover,.top-menu ul li a.active:hover{

}
.top-menu ul li a.active {
 color:#333;
 background:#eee;
}
.logo {
  width: 12%;
}
.caption h1 {
  font-size: 1.8em;
}
.caption p {
  font-size: 0.85em;
  width: 93%;
}
.rslides img {
  height: 263px;
}
.slider {
  height: 275px;
}
.rslides_tabs li {
  width: 14%;
}
.grid1, .grid2 {
  width: 48%;
}
.box-info h3 {
  font-size: 1.5em;
}
.box-info p {
  font-size: 0.8em;
  height: 33px;
}
.box1, .box2, .box3, .box4 {
  min-height: 140px;
}
.bottom-grid-left h3 {
  font-size: 1.3em;
}
.bottom-grid-left p {
  height: 71px;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.plant h3 {
  font-size: 1.5em;
}
.plant p {
  font-size: 0.9em;
  overflow: hidden;
  height: 37px;
}
.plant {
  min-height: 130px;
}
.service-grids {
  padding: 2em 0 2em 0;
}
.service-grid1 h3, .service-grid2 h3, .service-grid3 h3 {
  font-size: 1.4em;
}
.service-grid1 p, .service-grid2 p, .service-grid3 p {
  font-size: 0.9em;
    height: 57px;
}
.service-grid2 {
  margin: 1em 0;
}
ul.list1 li:nth-child(1),ul.list1 li:nth-child(2),ul.list1 li:nth-child(3){
	display:none;
}
.ul.list1 li a {
  font-size: 0.95em;
  padding: 4px 0;
}
.product-grids {
  margin-top: 1em;
}
.product-grid:nth-child(2){
	display:none;
}
.product-grid {
  width: 50%;
}
.news-letter-grid-left h3 {
  font-size: 1.3em;
}
.news-letter-grid-left p {
  font-size: 0.95em;
  margin:5px 0 7px 0;
}
.news-letter-grid-right {
  width: 100%;
}
.footer p {
  float:none;
  text-align: center;
}
.social {
  float: none;
  text-align: center;
  margin-top:0.5em;
}
.footer {
  padding: 1.5em 0;
}
.project-sec h2, .about-head h2, .contact h2 {
  font-size: 1.3em;
}
.project-sec h2, .about-head h2, .contact h2 {
  margin-bottom: 0.5em;
}
.about-us h2{
	padding:0 0 0.7em 0;
}
.about-sec {
  padding: 1em 0 0em 0;
}
.about-head h3 {
  font-size: 1.1em;
}
.about-head p {
  font-size: 0.9em;
  height: 55px;
}
.video-grid {
  margin: 1em 0 0 0;
}
.video iframe {
  height: 260px;
}
.video-info p {
  overflow: hidden;
  height: 56px;
}
.recent-news h2, .about-us h2, .ourservices h2 {
  font-size: 1.1em;
}
.bottom-grids {
  padding: 1em 0;
}
.recent-news-left {
  width: 15%;
}
.recent-news-left span {
  font-size: 1.3em;
}
.recent-news-right {
  width: 81%;
}
.recent-news-right p {
  font-size: 0.95em;
  line-height: 1.5em;
}
.about-us h4 {
  font-size: 0.9em;
}
.about-us p {
  font-size: 0.95em;
}
.ourservices ul li a {
  padding: 0.4em 0em;
}
ul.brand-list li a {
  padding: 10px 3px;
}
.featured h3 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.project-sec {
  padding: 4em 0 1em 0;
}
.text1 a {
  font-size: 0.85em;
}
.error-head {
  margin: 6em 0;
}
.error-head h1 {
  font-size: 10em;
}
.error-head span {
  font-size: 2em;
}
.map iframe {
  height: 216px;
}
.map {
  margin: 1em 0;
}
.contact form input[type="text"], .contact-right textarea {
  padding: 8px;
  font-size: 1em;
}
.contact-right textarea {
  height: 120px;
    margin-bottom: 1em;
}
.contact form input[type="submit"] {
  padding: 5px 1.5em;
  font-size: 1em;
}
}

@media (max-width: 612px){

	div.bottom-grid-left a {
		   margin-top: 80px;
	}

	div.bottom-grid-left p:last-child{
		background-color:red !important;
	}

	.rslides_tabs{
		display: none !important;
	}
}



@media (max-width: 320px){
.logo {
  width: 34%;
}
span.menu {
  margin: 13px 8px 0px 0;
}
.caption h1 {
  font-size: 1.4em;
  line-height: 1.5em;
}
.top-menu ul li a {
  padding: 5px;
  font-size: 13px;
}
.rslides img {
  height: 185px;
}
.caption p {
  overflow: hidden;
  height: 19px;
}
.slider {
  height: 198px;
}
.caption {
  top: 38%;
}
.box-info h3 {
  font-size: 1.3em;
}
.box-info p{
	display:none;
}
.box1, .box2, .box3, .box4 {
  min-height: 95px;
}
.rslides_tabs li {
  width: 21%;
}
.grid1, .grid2 {
  width: 47%;
}
.rslides_tabs {
  bottom: 6%;
}
.bottom-grid-left h3,.plant h3 {
  font-size: 1.1em;
}
.plant p {
  display: none;
}
.plant {
  min-height: 76px;
}
.service-grid1 h3, .service-grid2 h3, .service-grid3 h3 {
  font-size: 1.3em;
}
ul.list1 li a {
  font-size: 0.95em;
  padding: 4px 0;
}
.product-lists h3, .product-grids h3 {
  font-size: 1.3em;
}
.product-grid {
  width: 100%;
  padding-right:0;
}
.product-grids{
	padding:0;
}
.news-letter-grid-right input[type="submit"] {
  width: 12%;
  right: 2px;
}
.project-sec h2, .about-head h2, .contact h2 {
  font-size: 1.3em;
}
.about-head h3 {
  font-size: 1em;
}
.video iframe {
  height: 172px;
}
.recent{
	padding:1em 0;
}
.video-info h3 {
  font-size: 1.1em;
  line-height:1.4em;
}
.video-info p {
  margin-bottom: 1em;
}
.video-info {
  margin: 1em 0 2em 0;
}
.recent-news-right p {
  overflow: hidden;
  height: 35px;
}
.about-us p {
  font-size: 0.9em;
}
.ourservices ul li a span {
  margin-right: 0em;
}
ul.brand-list li {
  width: 54%;
  margin:0 auto 1em auto;
   display: block;	
}
.featured h3 {
  margin-bottom: 1em;
}
.featured {
  padding: 1em 0 0 0;
}
.grid_4 {
  width: 47%;
}
.grid_4:nth-child(2),.grid_4:nth-child(12),.grid_4:nth-child(6){
	display:none;
}
.error-head h1 {
  font-size: 8em;
}
.error-head span {
  font-size: 1.5em;
}
.error-head {
  margin: 4em 0;
}
.error-head h2 {
  font-size: 1.4em;
}
.error-head a {
  padding: 5px 1em;
  font-size: 1em;
}
.contact-left{
	padding:0;
}
.contact form input[type="text"], .contact-right textarea {
  padding: 6px;
  font-size: 0.9em;
}
.contact-right textarea {
  height: 100px;
}
.map iframe {
  height: 148px;
}
}

@media(max-width:750px){
 
 .content-sec{
 	  padding-left: 75px;
 }

}


/**/
