@charset "UTF-8";
/* By Manuel Padilla for JT Graphics - Signs & Banners */

* { margin: 0; padding: 0; }

body {
	padding-top: 60px;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 13.5px;
}

/* animations */
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* highlighted text */
::-moz-selection { /* Code for Firefox */
    background: #F90;
}

::selection {
    background: #F90;
}

/* unvisited link */
a:link {
	color: #333;
	text-decoration: none;
}


/* mouse over link */
a:hover {
	color: #FFF;
}


/* selected link */
a:active {
	color: none;
}

/* visited link */
a:visited {
	color: none;
	text-decoration: none;	
}

.box {
	background-color: orange;
	width: 100%;
	margin: 0 auto;
}

.breathe {
	margin-top: 25px;	
	margin-bottom: 150px;
}

.test{
	background:#FC0;
}

.brand-message {
	font-size:50px;
	font-weight:700;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 75px;
}

.seven {
	width: 100%;
	background: url(../images/background-3.jpg);
	background-size: cover;
	background-position: center center;
	background-color: #F90;
	display: inline-block;
	vertical-align: top;
	min-height: 350px;
}

.three {
	width: 100%;
	min-height: 320px;
	background-color: #F90;
	display: inline-block;
	margin-left: 0;
	padding: 20px 10px 0 10px;
	vertical-align:top;
	text-align:center
}

.three h1 {
	font-size: 35px;
}

.three p {
	font-size: 1em;
	padding: 0 20px;	
}

.three-text {
 	color: #ccc;
 }

.title {
	font-family: 'Lato', sans-serif;	
	font-size: 40px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	margin: 50px 0 50px 0;
}


/*  Section  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  Column Setup  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
	overflow: hidden;
}
.col:first-child { margin-left: 0; }

/*  Grouping  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  4-Column Grid  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  Full width mobile */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%;}
}


.services-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #0F0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.services-item .services-caption {
    margin: 0 auto;
    padding: 10px 5px;
    max-width: 100%;
		height: auto;
    text-align: center;
    background-color: #F90;
		position:relative;
}

.services-item .services-caption h4 {
    margin: 0;
    text-transform: none;
}

.services-item .services-caption p {
    margin: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-style: italic;
}

.responsive-img {
	display:block;
	max-width:100%;
	height:auto;
}


/* Desktop Size */
@media (min-width: 1200px) {

.box {
	background-color: orange;
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}

.brand-message {
	font-size:50px;
	font-weight:700;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 150px;
}

.seven {
	width: 70%;
	background: url(../images/background-3.jpg);
	background-size: cover;
	background-position: 50% 50%;
	display: inline-block;
	vertical-align: top;
	min-height: 500px;
}

.three {
	width: 30%;
	background-color: #F90;
	display: inline-block;
	margin-left: -3px;
	padding: 100px 10px 0 10px;
	vertical-align:top;
	min-height: 500px;	
	text-align: center;
}

.services {
	background-color: #CCC;
	width: 90%;
	height: 400px;
	padding: 50px 15px;
	margin: 30px auto 100px auto;
}

.services-block {
	background-color: orange;
	width: 25%;
	min-height: 120px;
	display: inline-block;
	padding: 0px;
}

}

/* Pre-Footer */
.pre-footer {
	background-color: #333;
	width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #CCC;
}

.pre-footer img {
	margin-bottom: 25px;
}

.pre-footer p {
	margin: 5px auto;
	text-align: center;
	position: relative;
	color: #999;
}


/* Footer */

footer {
	background-color: #F90;
	padding: 10px 0;
}

footer p {
	font-size: 1em;
	margin-top: 5px;
}

/* Buttons */

.jt-button {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #333;
  border: 3px solid #333;
	margin-top: 10px;
	margin-bottom: 35px;
  text-align: center;
  outline: none;
  text-decoration: none;
	transition: background-color 0.2s ease-out,
              color 0.2s ease-out;
}

.jt-button:hover,
.jt-button:active {
  background-color: #333;
  color: #F90;
	transition: background-color 0.3s ease-in,
              color 0.3s ease-in;	
}

/* About */

.title-banner {
	width: 100%;
	background: #F90;
	padding: 10px 0px;
	margin-top: 10px;
	display:block;
}

.title-banner h3 {
	font-size: 3em;
	text-align: left;
	padding-left: 0;
	margin: 0;
}

.about-name {
	font-size: 2em;
	margin: 0;
}

.title-note {
	font-size: 1em;
	margin: 0;
	color: #999;
	padding-bottom: 15px;
}

.clients-section {
	background-color: #CCC;
	width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #CCC;
}

.clients-section img {
	margin-bottom: 25px;
}

.clients-section p {
	margin: 5px auto;
	text-align: center;
	position: relative;
	color: #fff;
}


/* Contact */

.contact-title {
	font-size: 2em;
	margin: 0;
	padding-bottom: 15px;
}