html * {
	margin: 0;
	padding: 0;
	color:#999;
	font-family: "Merriweather", Arial, serif;
	font-size:15px;
	font-weight:500;
}

p { padding: 0; }
section, aside { display: block; }

::selection {color:#FFF;background:#ff5545;}
::-moz-selection {color:#FFF;background:#ff5545;}
body { 
	font-size: .975em;
}
/* Gradient transparent - color - transparent */
		
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

/************** NAV **************/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color:#1b1b1b;
    background-color: rgba(27,27,27, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: rgba(255, 85, 69, 0.9);
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.navfloat {
  overflow: hidden;
  text-align:center;
  position: fixed;
  top: 0;
  width:20px;
  height:20px;
  z-index:1000;
  padding:32px;
  margin:10px;
}

#container {
	width:100%;
	height:300px;
	background-color:#ececec;
	text-align: center;
}
.mainfont {
	font-family: 'Merriweather', serif;
	font-size:30px;
	color:#3c3c3c;
		padding-top:100px;
}
.mainfont-white {
	font-family: 'Merriweather', serif;
	font-size:40px;
	color:#fff;
}
.mainfontsm {
	font-family: "Merriweather", Arial, serif;
		color:#525252;
	font-size:17px;
}
.headerfont {
	font-family: 'Merriweather', serif;
	font-size:37px;
	line-height:50px;
	color:#3c3c3c;
	font-weight:200;
}
.headerfont b{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:37px;
	color:#ff5545;
}
.headerfont sup u{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:19px;
	color:#3c3c3c;
}
.headerfont-white {
	font-family: 'Merriweather', serif;
	font-size:37px;
	color:#fff;
	font-weight:200;
}
.headerfont-white  b{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:37px;
	color:#fff;
}
footer {
}
footer li{
}
.quotefont {
	font-family: 'Merriweather', serif;
	font-size:30px;
	color:#fff;
		padding-top:100px;
}
.quotefont2 {
	font-family: 'Merriweather', serif;
	font-size:30px;
	color:#fff;
		padding-top:300px;
}
#image2{
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/pig_2.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
	height: 600px;
	min-height: 600px;
}
#workpageimage {
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/house_1.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
	height: 600px;
	min-height: 600px;
}
#workpageimage p {
	position: absolute;
	z-index: 7;
	display: block;
	width:85%;
	text-align:left;
	top:50%;
	left: 0;
	bottom: 0;
	right: 0;
	padding:210px 0px 0px 0px;
	margin: auto;
	 height:600px; 
	overflow: auto;
}

.button.theme {
	font-family: 'Merriweather', serif;
	font-size:19px;
   border: 1px solid #ff5545;
    padding: 20px 35px 20px 35px;
    color: #fff !important;
	-webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

.button.theme:hover {
    background: rgba(255, 85, 69, 0.9);
    color: #fff !important;
	-webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
#image2 p {
	position: absolute;
	z-index: 7;
	display: block;
	width:85%;
	text-align: center;
	top:50%;
	left: 0;
	bottom: 0;
	right: 0;
	padding:120px 0px 0px 0px;
	margin: auto;
	 height:600px; 
	overflow: auto;
}

#image3{
text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/tat.jpg') no-repeat fixed;
	background-size: cover;
	height: 600px;
	min-height: 600px;
}
#image1{
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/house_1_new.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
	height: 600px;
	min-height: 600px;
}
#image1a{
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/sign.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
	height: 600px;
	min-height: 600px;
}
#image1 p {
	position: absolute;
	z-index: 7;
	display: block;
	width:85%;
	text-align: center;
	top:50%;
	left: 0;
	bottom: 0;
	right: 0;
	padding:120px 0px 0px 0px;
	margin: auto;
	 height:600px; 
	overflow: auto;
}
/************** Video **************/
#video {
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background-color:#FFF;
	background-size: cover;
}
#video-container {
	position: relative;
	text-align:center;
	padding: 50px 0 20px 0;
	margin: 0px 70px 0 70px;
}
#video ul {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
}
#video li {
	text-align:center;
	float:top;
	list-style: none;
	display:inline;
}
#video p {
	padding:5px 0 20px 50px;
}
/************** work **************/
#work {
	position: relative;
	text-align:center;
	background-color:#FFF;
	width:100%;
	overflow: auto;
	height:auto;
	min-height:auto;
	margin-bottom: 0;
	overflow:hidden;
}
.workcontainer {
	padding-top:70px;
	padding-bottom:70px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}
.span_5 {
	width:100%;
}
.span_5 ul {
	width:100%;
	list-style-type: none;
	padding:0;
    margin:0;
	overflow: auto;
	padding-left:20px;
}
.span_5 li {
float:left;
  width:24%;
  padding:0px;
  margin:5px;
  line-height:6px;
}
.span_5 li a
{
  display: block;
  width: 100%;
}
.span_5 hr {
	border: 0;
    height: 1px;
	margin-top:3px;
	margin-bottom:16px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}
.span_5 img
{
  display: block;
}
.span_5 h1 {
	font-size:24px;
}
.img-wrap{
overflow:hidden;
position:relative;
}
.img-overlay{
 /**************  background rgba(238, 53, 42, 1.9) ABOUT **************/
    bottom:0;
	background:#ee352a;
    color:#fff;
    opacity:0;
    filter: alpha(opacity = 0);
    position:absolute;
    width:100%;
    height:100%;
    z-index:1000;
    margin:0px;
    -webkit-transition: opacity .2s ease, margin .2s ease;
    -moz-transition: opacity .2s ease, margin .2s ease;
    -o-transition: opacity .2s ease, margin .2s ease;
    transition: opacity .2s ease, margin .2s ease;
}
.img-overlay p {
  color: white;
  font-size: 14px;
  font-weight:600;
  position: absolute;
  top: 60%;
  left: 50%;
  bottom:0;
  line-height:20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.img-wrap:hover .img-overlay{
color:#fff;
opacity:0.9;
filter: alpha(opacity = 75);
transition:opacity 0.25s;
    -webkit-transition: opacity .2s ease, margin .2s ease;
    -moz-transition: opacity .2s ease, margin .2s ease;
    -o-transition: opacity .2s ease, margin .2s ease;
    transition: opacity .2s ease, margin .2s ease; 
}
/************** ABOUT **************/
.about1 {
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background-color:#fff;
	background-size: cover;
	padding-bottom:60px;
}
.about1container {
	text-align:center;
    width:92%;
	padding-top:50px;
	margin: 0 auto;
}
.about1 ul {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.about1 h1 {
	line-height:25px;
	font-family: "Merriweather", Arial, serif;
	font-size:25px;
	font-weight:500;
	text-transform:uppercase;
	padding: 10px 0px 10px 0px;
}
.about1 li {
	text-align:left;
	float:top;
	display: inline;
	width:47%;
	list-style: none;
    display: inline-block;
    color: #4f4f4f;
	font-family: 'Merriweather', serif;
	font-size:15px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:50px;
	display:table-cell;
}
.about1 span {
	margin-top:50px;
	font-family: "Merriweather", Arial, serif;
    padding: 20px 35px 20px 35px;
    display: inline-block;
    color: #fff;
    background: rgba(255, 69, 69, 1.0)
}
.about span {
		text-align:center;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Merriweather", Arial, serif;
    padding: 20px 35px 20px 35px;
    display: inline-block;
    color: #fff;
    background: rgba(255, 255, 255, 0.3)
}
.about-boxes h1 {
		text-align:center;
	line-height:30px;
	font-family: "Merriweather", Arial, serif;
	font-size:25px;
	font-weight:500;
}
.about {
		text-align:center;
	width:100%;
	overflow:hidden;
	background-color:#;
	padding-top:40px;
	padding-bottom:40px;
}
.aboutcontainer {
		text-align:center;
	width:100%;
	height:auto;
	margin: 0;
}
.aboutcontainer-L {
	width: 33.3%;
    float: left;
    overflow: hidden;
}

.aboutcontainer-L-text {
	width:85%;
	font-family: 'Merriweather', serif;
	font-size:25px;
	line-height:50px;
	margin-left:40px;
	color:#fff;
	text-align: center;
	padding-top:60px;
}
.aboutcontainer-L-header {
	font-family: 'Merriweather', serif;
	font-size:30px;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	width:auto;
}
.about p {
 margin-top:30px;
}
.about span {
    padding:7px;
    display: inline-block;
    color: #fff;
    background: rgba(100, 100, 100, 0.9)
}
.about1container-span {
	margin-top:20px;
	font-family: "Merriweather", Arial, serif;
    padding: 20px 35px 20px 35px;
    display: inline-block;
    color: #ff4545;
    background: rgba(255, 255, 255, 1.0)
}
.aboutcontainer-left {
	color:#3c3c3c;
	width:33%;
	list-style: none;
	float:left;
	padding-right:20px;
	padding-bottom:50px;
	font-family: 'Merriweather', serif;
	font-size:15px;
	line-height:30px;
}
.aboutcontainer-mid {
	color:#3c3c3c;
	width:33%;
	list-style: none;
	float:left;
	padding-right:20px;
	padding-bottom:50px;
	font-family: 'Merriweather', serif;
	font-size:15px;
	line-height:30px;
}
.aboutcontainer-right {
	color:#3c3c3c;
	width:33%;
	list-style: none;
	float:left;
	padding-right:20px;
	padding-bottom:50px;
	font-family: 'Merriweather', serif;
	font-size:15px;
	line-height:30px;
}
/************** services **************/'
.services {
	background-color:#ececec;
	width:100%;
	overflow:hidden;
}
.servicescontainer {
	width:90%;
	 text-align:center;
	height:auto;
    color: #4f4f4f;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-bottom:60px;
	}
.servicescontainer ul {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.servicescontainer li {
	text-align:center;
	float:left;
	width:50%;
	min-width:50%;
	height:350px;
    display: inline-block;
    color: #4f4f4f;
	font-family: "Merriweather", Arial, serif;
	font-size:15px;
	line-height:30px;
	overflow:hidden;
	padding:70px;
	margin-bottom:60px;
}
.servicescontainer h1 {
	line-height:25px;
	font-family: "Merriweather", Arial, serif;
	font-size:25px;
	font-weight:500;
	text-transform:uppercase;
	padding-top:20px;
}
.next-section {
	border: 0;
    display: block;
    background-image: url(../images/down-arrow-white.png);
    background-repeat: no-repeat;
    width:52px;
    height:52px;
    text-indent: -10000px
}
.next-section a {
	position: absolute;
    border: 0;
    bottom: 110px;
    left: 50%;
    margin-left: -17px;
    padding: 15px;
    -webkit-transition: bottom .5s;
    -moz-transition: bottom .5s;
    -o-transition: bottom .5s;
    -ms-transition: bottom .5s;
    transition: bottom .5s
}
.span_4 {
	width:100%;
}
.span_4 ul {
	list-style-type: none;
	padding:0;
    margin:0;
	overflow: auto;
}
.span_4 li {
	float: left;
  width: 33.3%;
  padding: 0;
  margin: 0;
}
.span_4 li a
{
  display: block;
  width: 100%;
}
 
.span_4 img
{
  display: block;
  max-width: 100%;
}
  max-width: 100%;
}
div[role="main"] section {
	width:100%;
}

div[role="main"] aside p {
	margin: 0 0 2em 0;
	padding: 1em;
	border-bottom:2px double #71716b;
	border-top:2px double #71716b;
	border-left:2px double #71716b;
	border-right:2px double #71716b;
}

img { border: 0; max-width: 100%; }
.hideme
{
    opacity:0;
}
/************** work page **************/
#workpage {
	position: relative;
	text-align:center;
		background-color:#FFF;
	width:100%;
	overflow: auto;
	height:auto;
	min-height:auto;
	margin-bottom: 0;
	overflow:hidden;
}
.workpagecontainer {
	padding-top:70px;
	padding-bottom:70px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.workpage_span {
	width:100%;
}
.workpage_span ul {
	width:100%;
	list-style-type: none;
	padding:40px;
    margin:0;
	overflow: auto;
}
.workpage_span li {
float:left;
  width:45%;
  padding:0px;
  margin:20px;
  line-height:25px;
    vertical-align: middle;
    display: inline-block;
}
.workpage_span p {
     text-align:left;
	 padding-top:20%;
   vertical-align: middle;
    display: inline-block;
}


.workpage_span li a
{
  display: block;
  width: 100%;
}
.workpage_span img
{
	float:right;
	padding-left:20px;
	padding-right:20px;
}
.workpage_span hr {
	border: 0;
    height: 1px;
	margin-top:3px;
	margin-bottom:16px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}
.span_5 img
{
  display: block;
}
.img-wrap{
overflow:hidden;
position:relative;
}



/************** Background Image Container **************/
#noise {
	content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background: transparent url(../images/noise.png) repeat 0% 0%;
	opacity:.9;
    animation: noise 0.3s 0s steps(3) infinite;
    -webkit-animation: noise 0.3s 0s steps(3) infinite;
    -moz-animation: noise 0.3s 0s steps(3) infinite;
    -o-animation: noise 0.3s 0s steps(3) infinite;
}
@-webkit-keyframes noise {
    0% {
        background-position: 0
    }

    50% {
        background-position: -200px -200px
    }

    100% {
        background-position: 150px -50px
    }
}

@keyframes noise {
    0% {
        background-position: 0
    }

    50% {
        background-position: 0 -200px
    }

    100% {
        background-position: 0 -50px
    }
}
/************** slides **************/
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides h1 {
	font-size:15px;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
  z-index:4000;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
	background-image:url(../images/button_L.png);
	width:35px;
	height:35px;
  left: 0;
    opacity:.3;
}
.slides-navigation a.next {
	background-image:url(../images/button_R.png);
	width:35px;
	height:35px;
  right: 0;
      opacity:.3;
}
.slides-navigation a.next:hover {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}
.slides-navigation a.prev:hover {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}
.slides-pagination {
  display:none;
  padding-bottom:30px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 1px solid #ff4545;
  opacity:.8;
  width: 40px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #ff4545;
}
#slides .inner {
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 19%;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
}

/************** END ************** Background Image Container **************/
.logo2 {
	position: absolute;
	z-index: 7;
	display: block;
	width: 100%;
	max-width: 350px;
	text-align: center;
	top: -2px;
	left: -2px;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: auto;
	height: 600px;
	overflow: auto;
}
.logo2 h1 {
	font-family: 'Vollkorn', serif;
	font-size:30px;
	font-weight:200;
	word-spacing:5px;
	letter-spacing:-1px;
	color:#fff;
	margin-top:-50px;
}
/* Contact */
.contact {
	background-image:url(../images/background-silver-canvas.jpg);
	width:100%;
	z-index:999;
}
.contact-container {
	text-align:center;
	width:90%;
	padding-top:70px;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}
.contact-container h1{
	font-family: 'Merriweather', serif;
	font-size:32px;
	line-height:35px;
	font-weight:200;
	color:#fff;
}
.contact-container b{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:32px;
	color:#ff5545;
}
.contact-container hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0)); 
}
.contact-container ul {
	width:100%;
	display: inline-block;
    list-style: none;
}
.contact-container h2 {
	line-height:30px;
	font-family: "Merriweather", Arial, serif;
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}
.contact-container li {
	width:30%;
	height:100px;
	display: inline-block;
    list-style: none;
}
.contact-container p {
    color:#FFF;
	line-height:30px;
}
.contact-container-copyR {
    color:#FFF;
	font-size:10px;
	line-height:30px;
}
/* contact form ------------------------------------------------------------------------------------ */
.contact-form input {
	font-family: 'Merriweather', serif;
    width: 250px;
    background: 0 0;
	background-color:#4b4b4b;
    border: 0px solid #fff;
    padding: 20px 10px;
    margin: 0 85px 40px 0;
    font-color: #fff;
    font-size: 13px
}
.contact-form textarea {
	font-family: 'Merriweather', serif;
    width: 250px;
    background: 0 0;
	background-color:#4b4b4b;
    border: 0px solid #fff;
    padding: 20px 10px;
    margin: 0 85px 0 0;
    font-color: #fff;
    font-size: 13px
}
.contact-form-wrapper {
	width:70%;
	margin-left:auto;
	margin-right:auto;
}
.contact-form-wrapper2 {
	width:47%;
	text-align:left;
	line-height:40px;
}
.contact-form #name {
	float:left;
    width:47%;
    margin-right:15px;
}
.contact-form #email {
	float:left;
    width:47%;
    margin-right:15px;
}
.contact-form #company {
	float:left;
    width:47%;
    margin-right:15px;
}
.contact-form #type {
	float:left;
    width:47%;
    margin-right:15px;
}
.contact-form #budget {
	float:left;
    width:47%;
    margin-right:15px;
}
.contact-form #website {
	float:left;
    width:47%;
    margin-right:15px;
}
.contact-form #message {
	float:left;
    width:95%;
	height:150px;
    margin-right:4%;
	top:0;
}
.contact-form #submit {
	float:left;
    width:170px;
	height:60px;
    margin-right:4%;
}
.contact-form input.no-margin {
    margin: 0
}
.contact-form input:focus {
    outline: 0;
    border: 0;
    border-left: 1px solid #fff;
    text-indent: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.contact-form input.send {
	margin-top:50px;
    display: block;
	font-size:13px;
    border: 0px solid #ff5545;
	-webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

.contact-form input.send:hover {
    background: rgba(255, 85, 69, 0.9);
    color: #fff !important;
	-webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
/* Map */
#map {
	position:fixed;
    width:100%;
    height: 400px;
      }
#map {
	width:100%;
	height: 500px;
            }
/* Media Queries ------------------------------------------------------------------------------------ */

/* iPhone, etc landscape ---- */
@media only screen and (max-width:568px) {

	body {
	}
	.topover-container {
    margin-top: 70px;
    max-width: 100%;
    width: 100%;
  }
  .overlay {
      z-index: 2000;
  }
 .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; 
  }
  .navfloat {
  overflow: hidden;
  text-align:center;
  position: fixed;
  top: 0;
  width:20px;
  height:20px;
  z-index:1000;
  padding:33px;
  margin:-20px;
}
#image1 {
    background-attachment: scroll;
	height:100px;
}
#image2 {
    background-attachment: scroll;
	height:100px;
}
  #container {
	width:100%;
	height:200px;
	background-color:#ececec;
	text-align: center;
}
	.logo2 {
	position: absolute;
	width:350px;
	height:100%;
    top:180px;
	margin:0 auto;
    text-align: center;
	overflow:hidden;
	order: 0; max-width: 100%;
		display: inline-block;
}
.aboutcontainer-L {
	float: left;
	background: #ff4545;
	width:100%;
	height:auto;
	display:inline-block;
	margin: 0;
	margin-bottom:-20px;
		}
.logo2 h1 {
	font-size:26px;
	letter-spacing:-1px;
	color:#fff;
	margin-top:-50px;
}
.text-top {
    margin-top: 70px;
    max-width: 100%;
    width: 100%;
    position: static;
  }
 .about1 ul {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.about1 li {
	text-align:center;
	display: inline;
	width:100%;
	list-style: none;
    display: inline-block;
  color: #4f4f4f;
	font-size:17px;
	padding-bottom:50px;
	padding-left:15px;
	padding-right:15px;
}
.about1 span {
	margin-top:50px;
	font-family: "Merriweather", Arial, serif;
    padding: 20px 35px 20px 35px;
    display: inline-block;
    color: #fff;
    background: rgba(255, 255, 255, 0.3)
}
.mainfont {
	font-family: 'Merriweather', serif;
	font-size:15px;
	color:#3c3c3c;
		padding-top:25px;
}
.mainfontsm {
	font-family: "Merriweather", Arial, serif;
		color:#525252;
	font-size:15px;
}
.mainfontsm2 {
	font-family: "Merriweather", Arial, serif;
	color:#FFF;
	font-size:15px;
}
.about1 ul {
	width:100%;
	text-align:center;
		padding-right:20px;
	padding-bottom:50px;
}
.about1 h1 {
	line-height:30px;
	font-family: "Merriweather", Arial, serif;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
	padding-top:20px;
}
.about1 li {
	text-align:center;
	display: inline;
	width:100%;
	list-style: none;
    display: inline-block;
    color: #4f4f4f;
	font-size: 17px;
	padding-bottom:50px;
	padding-left:15px;
	padding-right:15px;
}
.aboutcontainer-left {
	color:#3c3c3c;
	font-family: 'Merriweather', serif;
	text-align:center;
	width:100%;
	list-style: none;
	padding-bottom:50px;
	font-size:17px;
	line-height:30px;
}
.aboutcontainer-mid {
	color:#3c3c3c;
	font-family: 'Merriweather', serif;
	text-align:center;
	width:100%;
	list-style: none;
	padding-bottom:50px;
	font-size:17px;
	line-height:30px;
}
.aboutcontainer-right {
	color:#3c3c3c;
	font-family: 'Merriweather', serif;
	text-align:center;
	width:100%;
	list-style: none;
	padding-bottom:50px;
	font-size:17px;
	line-height:30px;
}
.image-font {
	font-size:22px;
}
#image2{
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/pig_2.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
	height:300px;
	min-height:300px;
}

#image2{
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/pig_2.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
	height:300px;
	min-height:300px;
}

#image1{
 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/sky2.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
		height:300px;
	min-height:300px;
}

#workpageimage {
	 text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	background: url('../images/house_1.jpg') no-repeat fixed;
	background-color:#c2e1d2;
	background-size: cover;
	height:300px;
	min-height:300px;
}

.span_5 li {
	float: left;
  width:100%;
  padding: 0;
  line-height:6px;
}
.headerfont {
	font-family: 'Merriweather', serif;
	font-size:32px;
	line-height:35px;
	color:#3c3c3c;
	font-weight:200;
}
.headerfont b{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:32px;
	color:#ff5545;
}
.headerfont sup u{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:19px;
	color:#3c3c3c;
}
.servicescontainer {
	width:100%;
}
.servicescontainer li {
	height:300px;
	width:100%;
	padding:20px;
}
.contact-form-wrapper {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.contact-form input {
    margin: 0 85px 10px 0;
}
.contact-form #name {
	float:left;
    width:99%;
    margin-right:9px;
}
.contact-form #email {
	float:left;
    width:99%;
    margin-right:9px;
}
.contact-form #company {
	float:left;
    width:99%;
    margin-right:9px;
}
.contact-form #type {
	float:left;
    width:99%;
    margin-right:9px;
}
.contact-form #budget {
	float:left;
    width:99%;
    margin-right:9px;
}
.contact-form #website {
	float:left;
    width:99%;
    margin-right:9px;
}
.contact-form #message {
	float:left;
    width:99%;
	height:150px;
    margin-right:4%;
	top:0;
}
.img-overlay{
    background: rgba(238, 53, 42, 0.9);
    bottom:0;
    color:#fff;
    opacity:0;
    filter: alpha(opacity = 0);
    position:absolute;
    width:100%;
    height:100%;
    z-index:1000;
    margin:0px;
    -webkit-transition: opacity .2s ease, margin .2s ease;
    -moz-transition: opacity .2s ease, margin .2s ease;
    -o-transition: opacity .2s ease, margin .2s ease;
    transition: opacity .2s ease, margin .2s ease;
}
.img-overlay h4 {
color:#fff;
padding:0 1px;
font-size:9px;
line-height:15px;
text-align:center;
margin-top:13%;
}
.img-overlay p{
color:#fff;
padding:0 1px;
font-size:9px;
line-height:15px;
text-align:center;
}
.img-wrap:hover .img-overlay{
color:#fff;
opacity:0.9;
filter: alpha(opacity = 75);
transition:opacity 0.25s;
    -webkit-transition: opacity .2s ease, margin .2s ease;
    -moz-transition: opacity .2s ease, margin .2s ease;
    -o-transition: opacity .2s ease, margin .2s ease;
    transition: opacity .2s ease, margin .2s ease; 
}
.services {	
	padding-bottom:40px;
}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }


}
/* iPad, tablets etc portrait ---- */
@media screen and (min-width:569px) and (max-width:970px) {

 body {
	}
.overlay a {font-size: 25px}
  .overlay .closebtn {
    font-size: 25px;
    top: 15px;
    right: 35px; 
  }
 .overlay {
      z-index: 2000;
  }
  .navfloat {
  overflow: hidden;
  text-align:center;
  position: fixed;
  top: 0;
  width:20px;
  height:20px;
  z-index:1000;
  padding:33px;
  margin:-20px;
  }
  .topover-container {
    margin-top: 70px;
    max-width: 100%;
    width: 100%;
  }
#container {
	width:100%;
	height:200px;
	background-color:#ececec;
	text-align: center;
}
	.logo2 {
	position: absolute;
	width:550px;
	height:100%;
    top:230px;
	margin:0 auto;
    text-align: center;
	z-index: 200;
	overflow:hidden;
	order: 0; max-width: 100%;
		display: inline-block;
}
.logo2 h1 {
	font-size:26px;
	letter-spacing:-1px;
	color:#fff;
	margin-top:-50px;
}
.mainfont {
	font-family: 'Merriweather', serif;
	font-size:30px;
	color:#3c3c3c;
		padding-top:50px;
}
.mainfontsm {
	font-family: "Merriweather", Arial, serif;
		color:#525252;
	font-size:15px;
}
.about1 ul {
	width:100%;
	text-align:center;
}
.about1 h1 {
	line-height:30px;
	font-family: "Merriweather", Arial, serif;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
	padding-top:20px;
}
.about1 li {
	text-align:center;
	display: inline;
	width:100%;
	list-style: none;
    display: inline-block;
    color: #4f4f4f;
	font-size:17px;
	padding-bottom:50px;
	padding-left:15px;
	padding-right:15px;
}
.aboutcontainer-left {
    color:#3c3c3c;
	font-family: 'Lato', sans-serif;
	text-align:center;
	width:100%;
	list-style: none;
	padding-bottom:50px;
	font-size:17px;
	line-height:30px;
}
.aboutcontainer-mid {
	color:#3c3c3c;
	font-family: 'Lato', sans-serif;
	text-align:center;
	width:100%;
	list-style: none;
	padding-bottom:50px;
	font-size:17px;
	line-height:30px;
}
.aboutcontainer-right {
	color:#3c3c3c;
	font-family: 'Lato', sans-serif;
	text-align:center;
	width:100%;
	list-style: none;
	padding-bottom:50px;
	font-size:17px;
	line-height:30px;
}
.image-font {
	font-size:30px;
}
.span_5 li {
  float:left;
  width:43%;
  padding: 0;
  margin:5px;
  line-height:6px;
}
.headerfont {
	font-family: 'Merriweather', serif;
	font-size:32px;
	line-height:35px;
	color:#3c3c3c;
	font-weight:200;
}
.headerfont b{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:32px;
	color:#ff5545;
}
.headerfont sup u{
	font-weight:900;
	font-family: 'Merriweather', serif;
	font-size:19px;
	color:#3c3c3c;
}
.services {	
	padding-bottom:40px;
}
.servicescontainer li {
	height:300px;
}
.contact-form-wrapper {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
