/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Lato', sans-serif;
	background:#EDEDEE;
background:url(../images/IMG_37108.jpg) repeat-x 0px 0px #fff;
}
h3 {
	font-family: 'Tangerine', cursive;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}

h1 {
	margin-top: 5%;
	font-size: 3rem;
	display: inline-block;
  }
  h1 div {
	position: relative;
	float: left;
  }
  h1 div:first-child {
	color: #3498db;
	margin-right: 1rem;
  }











#imagee {
  position: absolute;
  left: 0;
  top: 0;
}
#text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 150px;
  top: 350px;
}






.containerr {
  position: relative;
  width: 50%;
}

.imager {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}






/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

body {
    font-family: 'Quicksand', sans-serif;
    font-weight:700;
}

/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}

label {
	display: block;
}

div#error2 {
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 600px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    width:150px;
    height:100%;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
    width:80%;
    height:100%;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
    width:100%;
    height:100%;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide4 {
    width:100%;
    height:100%;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide5 {
    width:100%;
    height:100%;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide6 {
    height:100%;
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 640px){
      
}
/*END SLIDER*/

/*---start-wrap----*/
.wrap{
	width:100%;
	margin:0 auto;
}
.page{
	display:none;
}
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
body{
    font-family: 'Quicksand', sans-serif;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: #000000bf;
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: #00000066;
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px #00000059;
	box-shadow: 0 0 1px 1px #00000059;
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 100%;
}
.gal-container .description{
	position: relative;
	top:-60px;
        width:100%;

	background-color: rgba(0,0,0,0.4);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 70%;
    margin: 0 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
        width:100%;
    }
}

/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :5px;
    padding-bottom:75px;
}
footer{
    font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
    color: #88C425;
}

.lead { font-size: 33px;margin-bottom:0px; }

.contenedor-responsive{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.red{
    color:red;
	}

	.panel > .list-group
	{
		margin-bottom: 0;
	}
	.panel > .list-group .list-group-item
	{
		border-width: 1px 0;
	}
	.panel > .list-group .list-group-item:first-child
	{
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	.panel > .list-group .list-group-item:last-child
	{
		border-bottom: 0;
	}
	.panel-heading + .list-group .list-group-item:first-child
	{
		border-top-width: 0;
	}
	.panel-default .list-group-item.active
	{
		color: #000;
		background-color: #DDD;
		border-color: #DDD;
	}
	.panel-primary .list-group-item.active
	{
		color: #FFF;
		background-color: #428BCA;
		border-color: #428BCA;
	}
	.panel-success .list-group-item.active
	{
		color: #3C763D;
		background-color: #DFF0D8;
		border-color: #D6E9C6;
	}
	.panel-info .list-group-item.active
	{
		color: #31708F;
		background-color: #D9EDF7;
		border-color: #BCE8F1;
	}
	.panel-warning .list-group-item.active
	{
		color: #8A6D3B;
		background-color: #FCF8E3;
		border-color: #FAEBCC;
	}
	.panel-danger .list-group-item.active
	{
		color: #A94442;
		background-color: #F2DEDE;
		border-color: #EBCCD1;
	}
	.panel a.list-group-item.active:hover, a.list-group-item.active:focus
	{
		color: #000;
		background-color: #DDD;
		border-color: #DDD;
	}
	.panel-heading {
		padding: 5px 15px;
	}
	
	.panel-footer {
		padding: 1px 15px;
		color: #A0A0A0;
	}
	.profile-img {
		width: 96px;
		height: 96px;
		margin: 0 auto 10px;
		display: block;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
.box-shadow
{
	box-shadow: 0 4px 8px 0 #0000001a, 0 3px 10px 0 #0000001a; 
	
}
.form-area
{
    background-color: #FFFFFF;
	padding: 0px 20px 60px;
	/*margin: 0px 0px 0px;*/
	/*border: 1px solid GREY;*/
	align-items: center;
	justify-content: center;
	text-align: center;
	}
.form-area2
{
    background-color: #FFFFFF;
	padding: 20px 20px 10px;
	/*	margin-bottom: 10px;*/
	margin: 40px 20px 40px;
	/*border: 1px solid GREY;*/
	align-items: center;
	justify-content: center;
	text-align: left;
	}
/*----start-header---*/
.header{
	background: #242222;
	width: 100%;
	margin-right: -1000px;
	margin-top: 0%;
}
.logo{
	float:left;
	margin-top: 0.9em;
}
.logo-img{
	width:60px; 
	height:58px; 
	margin:0px 30px 0px;
}
.top-nav{
	float:left;
	font-family: Arial, sans-serif; 
	color:white;
	text-align:left;
}
.top-nav ul li{
	display:inline-block;
}
.active a span{
	height: 6px;
	width: 84px;
	background: #E9696A;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0px;
}
.top-nav ul li a:hover{
	color:white;
	text-decoration:none;
}
.top-nav ul li a{
	color: #FFFFFF;
	font-size: 1.09em;
	padding: 1.6em 1.3em 2em;
	display: block;
	font-family: 'Lato', sans-serif;
	position: relative;
}
/*----start-header---*/

/*----start-footer----*/
.footer{
	background: #000000;
	font-family: 'Lato', sans-serif;
	/*position: fixed;*/
	width: 100%;
	bottom: 0;
}
.footer-top{
	text-align: center;
	border-bottom: 1px solid #93939321;
}
.footer-top ul li{
	display:inline-block;
}
.footer-top ul li a{
	color: #939393;
	padding:1em;
	display: block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-top ul li a:hover{
	color:#E66768;
}
.footer-bottom p{
	color:#939393;
	text-align:center;
	padding:1em 0;
	margin-bottom: 0%
}
.footer-bottom p a{
	color:#939393;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.footer-bottom p a:hover{
	color:#E66768;
}
/*--media Quries for 1440px-laptops-*/
@media only screen and (max-width: 1440px) and (min-width: 1366px) {
	.wrap{
		width:100%;
	}
	.grid-block {
		min-height: 223px;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 34%;
		left:33%;
	}
}
/*--//media Quries for 1440px-laptops-*/
/*--media Quries for 1366px-laptops-*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:100%;
	}
	.grid-block {
		min-height: 212px;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 36%;
		left:31%;
	}
}
/*--//media Quries for 1366px-laptops-*/
/*--media Quries for 1280px-laptops-*/
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:100%;
	}
	.grid-block {
		min-height: 198px;
	}
	.caption h4 {
		margin-top: 1.5em;
	}
	.contact-form {
		width: 38%;
		left:30%;
	}
}
/*--//media Quries for 1280px-laptops-*/
/*--media Quries for 1024px-laptops-*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:100%;
	}
	.grid-block {
		min-height: 198px;
		width: 33.33%;
	}
	.caption h4 {
		margin-top: 1.5em;
	}
	.contact-form {
		width: 47%;
		left: 26%;
	}
	.logo {
		float: left;
		margin-top: 0em;
		text-align:center;
		padding: 0.75em 0 0.3em;
	}
}
/*--//media Quries for 1024px-laptops-*/
/*--media Quries for 768px-laptops-*/
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:100%;
	}
	.grid-block {
		min-height: 198px;
		width: 50%;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 63%;
		left: 15%;
	}
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 28px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		font-size: 100%;
	}
	.header {
 		margin-top:0%; 
	}
	.logo {
		float: left;
		margin-top: 0em;
		text-align:left;
		padding: 0.75em 0 0.3em;
	}
	body {
		background:#EDEDEE;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 100px;
		left: 42.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 2em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}
	.contact-map iframe{
		min-height:600px;
	}
}
/*--//media Quries for 768px-laptops-*/
/*--media Quries for 640px-laptops-*/
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:100%;
	}
	.grid-block {
		min-height: 198px;
		width: 50%;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 76%;
		left: 10%;
		padding: 0 1em 1em 1em;
	}
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 28px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		font-size: 100%;
	}
	.header {
 		margin-top:0%; 
	}
	.logo {
		float: left;
		margin-top: 0em;
		text-align:left;
		padding: 0.75em 0 0.3em;
	}
	body {
		background:#EDEDEE;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 100px;
		left: 39.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 2em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}
	.contact-map iframe{
		min-height:600px;
	}
}
/*--//media Quries for 640px-laptops-*/
/*--media Quries for 480px-laptops-*/
@media only screen and (max-width: 480px) and (min-width: 320px) {
	.wrap{
		width:100%;
		float: center;
	}
	.grid-block {
		position: sticky;
		min-height: 198px;
		width: 100%;
	}
	.caption h4 {
		margin-top: 2em;
	}
	.contact-form {
		width: 76%;
		left: 10%;
		padding: 0 1em 1em 1em;
	}
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 28px;
		left: 11px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		font-size: 100%;
		float:right;
		font-family: Arial, sans-serif; 
		color:white;
		text-align:right;
	}
	.header {
 		margin-top:0%; 
	}
	.logo {
		float: center;
		margin-top: 0em;
		text-align:center;
		padding: 0.75em 0 0.3em;
		width: 20%;
	}
	body {
		background:#EDEDEE;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 100px;
		left: 37.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 1.8em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}
	.contact-map iframe{
		min-height:600px;
	}
	.grid-block:nth-child(5),.grid-block:nth-child(6),.grid-block:nth-child(7),.grid-block:nth-child(8){
		display:none;	
	}
	.contact-info form input[type="text"] {
		width: 92%;
	}
	.contact-info form textarea {
		width: 92%;
	}
	.contact-info input[type="submit"] {
		width: 40%;
	}
	.footer-top ul li a {
		padding: 1em 0.5em;
	}
}
/*--//media Quries for 480px-laptops-*/
/*--media Quries for 320px-laptops-*/
@media only screen and (max-width: 320px) and (min-width: 240px) {
	.wrap{
		width:100%;
		float: center;
	}
	.grid-block {
		min-height: 198px;
		width: 100%;
	}
	.caption h4 {
		margin-top: 0.8em;
	}
	.contact-form {
		width: 100%;
		left:0%;
		padding: 0;
	}
	#page{
		display:block;
	}
	.navicon
	{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 21px;
		left: 9px;
		background: url(../images/nav-icon.png) no-repeat;
	}
	.top-nav{
		font-size: 100%;
		float:right;
		font-family: Arial, sans-serif; 
		color:white;
		text-align:right;
	}
	.header {
 		margin-top:0%; 
	}
	.logo {
		float: center;
		margin-left: 8em;
		margin-top: 0em;
		text-align:center;
	}
	body {
		background:#EDEDEE;
	}
	.top-grids {
		padding: 3em 0 1.5em;
	}
	.top-grid {
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 1em;
		text-align: center;
	}
	.top-grids i,.works i,.blog i,.contact-info i{
		width: 80px;
		left: 37.8%;
	}
	.top-grids h3,.works h3,.blog h3,.contact-info h3{
		font-size: 1.5em;
	}
	.works {
		padding: 2.5em 0;
	}
	.works h3 {
		padding: 0em 0 1.2em 0;
	}
	.blog {
		padding: 2.5em 0;
	}
	.blog h3 {
		padding: 0em 0 1.2em 0;
	}
	.post-pic {
		width:100%;
	}
	.contact-map iframe{
		min-height:600px;
	}
	.grid-block:nth-child(5),.grid-block:nth-child(6),.grid-block:nth-child(7),.grid-block:nth-child(8){
		display:none;	
	}
	.contact-info form input[type="text"] {
		width: 90%;
	}
	.contact-info form textarea {
		width: 90%;
	}
	.contact-info input[type="submit"] {
		width: 50%;
	}
	.footer-top ul li a {
		padding: 1em 0.5em;
	}
	.logo img{
		width:90%;
	}
	.contact-info form {
		padding: 1em 0;
		width: 90%;
		margin: 0 auto;
		}
}