﻿html { 
}

body {
    text-align:center;
    margin:0;
}

/*BANNER RESPONSIVE CODE*/
@media only screen and (min-width: 750px) { /*  DISPLAYS ABOVE 650PX  */
    #bannerTop {
        width: 100%;
        top: 0px;
        height: 140px;
        background: url(../images/bannerTile.jpg);
        text-align: center;
        display: block;
    }
    #bannerTop2 { 
		display: none;        
	}
    #bannerTop3 { 
		display: none;        
	}
    #footerPC{
        display: block;
    }
    #footerTablet { 
		display: none;        
	}
    #footerMobile { 
		display: none;        
	}
}
@media only screen and (max-width: 750px) { /*  DISPLAYS UP TO 650PX  */
	#bannerTop { 
		display: none;        
	}
    #bannerTop2 { 
		display: block;        
	}
    #bannerTop3 { 
		display: none;        
	}
    #footerPC{
        display: none;
    }
    #footerTablet { 
		display: block;        
	}
    #footerMobile { 
		display: none;        
	}
}

@media only screen and (max-width: 850px) { /*  DISPLAYS UP TO 650PX  */
    #footerPC{
        display: none;
    }
    #footerTablet { 
		display: block;        
	}
    #footerMobile { 
		display: none;        
	}
}

@media only screen and (max-width: 450px) { /*  DISPLAYS UP TO 650PX  */
	#bannerTop { 
		display: none;        
	}
    #bannerTop2 { 
		display: none;        
	}
    #bannerTop3 { 
		display: block;        
	}
}

@media only screen and (max-width: 433px) { /*  DISPLAYS UP TO 650PX  */
    #footerPC{
        display: none;
    }
    #footerTablet { 
		display: none;        
	}
    #footerMobile { 
		display: block;        
	}
}

/*  WEBS - 4 COLUMN  */

#outer{
	position:relative;
	width:99%;
	clear:both;
    max-width:971px;
    min-width:300px;
    margin:0 auto;
    margin-top:40px;
}

.column{
  -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
}
.column .caption { 
    opacity: 0; 
    position: absolute; 
    height:40px; 
    width: 100%; 
    bottom: 0px;   
    color: black; 
    background: white; 
    text-align: center;  
    -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
  font-family: 'Muli', sans-serif;
font-size: 10pt;
text-decoration: none;
} 

.column:hover .caption { 
    opacity: 0.85; 
    -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
  height:75px;
  text-decoration: none;
}

#col1,#col2,#col3,#col4{
 width:24%;
 z-index:1;
 position:relative;
	float:left;
	margin: 0 0 0 1%;
	display:inline;
	left:1px;
    margin-top: 10px;
    margin-bottom: 10px;

      -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
}

#col1a,#col2a,#col3a,#col4a,#col1a1,#col2a1,#col3a1,#col4a1,#col1aa,#col2aa,#col3aa,#col4aa,#col1a1a,#col2a1a,#col3a1a,#col4a1a{
 width:24%;
 z-index:1;
 position:relative;
	float:left;
	margin: 0 0 0 1%;
	display:inline;
	left:1px;
    margin-top: 10px;
    margin-bottom: 10px;

      -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
}

.col .caption { 
    opacity: 0; 
    position: relative; 
    height:0px; 
    width: 100%; 
    bottom: 0px;   
    color: black; 
    background: white; 
    text-align: center;  
    -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
  font-family: 'Muli', sans-serif;
font-size: 10pt;
text-decoration: none;
} 

.col:hover .caption { 
    opacity: 0.85; 
    -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
  height:50px;
  text-decoration: none;
}
#col4{
    float:right;	
    margin:0 0 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#col2{
	width:24%;
	float:left;
	margin:0 0 0 1%;
	display:inline;
	position:relative;
	z-index:1;
	left:1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 640px){
  .column{
    width:49% !important;
  }
  #col3{float:left;}
}
@media only screen and (max-width: 360px){
  .column{
    width:99% !important;
  }
  #col3{float:left;}
}

/*  END  */

/*  WEBS - 2 COLUMN  */
.section {
	clear: both;
	padding: 0px;
	margin: auto;
    max-width: 971px;
}

.col {
	display: block;
	float:left;
	margin: 1.6% 0 1% 0%;
}
.col:first-child { margin-left: 0; margin-right: 0;}

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 50%;
}

.span_25 {
	width: 25%;
}
.span_75 {
	width: 75%;
    text-align: left;
}

.span_75r {
	width: 75%;
    text-align: right;
}

@media only screen and (max-width: 640px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 640px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  END  */

/*  SECTIONS - SERVICES */
.sectiony {
	clear: both;
	padding: 0px;
	margin: auto;
    max-width: 971px;
}

.coly {
	display: block;
	float:left;
	margin: 1.6% 0 1% 3.6%;
}
.coly:first-child { margin-left: 0; margin-right: 0;}

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.spany_1_of_2 {
	width: 47.2%;
}

@media only screen and (max-width: 540px) {
	.coly { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 540px) {
	.spany_1_of_2 { width: 100%; }
}

/*  END  */
/*  SECTIONS - WORK */
.sectionx {
	clear: both;
	padding: 0px;
	margin: auto;
    max-width: 971px;
}

/*  COLUMN SETUP  */
.colx {
	display: block;
	float:left;
	margin: 1% 0 1% 3.0%;
}
.colx:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.spanx_3_of_3 { width: 100%; }
.spanx_2_of_3 { width: 65.66%; }
.spanx_1_of_3 { width: 31.33%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.colx {  margin: 1% 0 1% 0%; }
	.spanx_3_of_3, .spanx_2_of_3, .spanx_1_of_3 { width: 100%; }
}
/*END */

.img-responsive {
    max-width: 100%;
    height: auto;
     image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;

}

.menuDivider
{
font-family: 'Muli', sans-serif;
font-size: 12pt;
color: #912222;
font-weight: bold;
text-decoration: none;
}

.menuTextOn
{
font-family: 'Muli', sans-serif;
font-size: 12pt;
color: #828282;
font-weight: bold;
text-decoration: none;
}

a.menuText
{
font-family: 'Muli', sans-serif;
font-size: 12pt;
color: #000000;
font-weight: bold;
text-decoration: none;
}

a.menuText:active
{
font-family: 'Muli', sans-serif;
font-size: 12pt;
color: #cdcdcd;
font-weight: bold;
text-decoration: none;
}

a.menuText:hover
{
font-family: 'Muli', sans-serif;
font-size: 12pt;
color: #797979;
font-weight: bold;
text-decoration: none;
}

.mainText
{
font-family: 'Muli', sans-serif;
font-size: 12pt;
color: #000000;
line-height: 1em;
}

.mainTextx
{
font-family: 'Muli', sans-serif;
font-size: 12pt;
color: #000000;
line-height: 1em;
text-align:left;
}

.title {
font-family: 'Ubuntu', sans-serif;
color: #000000;
font-weight: bold;
font-size:32px;
}

.title2 {
font-family: 'Ubuntu', sans-serif;
color: #454545;
font-weight: bold;
font-size:32px;
}

.responsive {
font-family: 'Ubuntu', sans-serif;
color: #ffffff;
font-weight: bold;
}

.wtext {
	white-space: nowrap;
	display: inline-block;
    vertical-align:top;
    margin-bottom:1%;
}

@media only screen and (max-width: 1000px) { 
    .topFloater {
    display: none;
    position: fixed;
    right: 50%;
    margin-right: -45%;
    top: 0;
    height: 50px;
    z-index: 12;
    max-width:900px;
}
}

@media only screen and (min-width: 1000px) { 
    .topFloater {
    display: none;
    position: fixed;
    right: 50%;
    margin-right: -450px;
    top: 0;
    height: 50px;
    z-index: 12;
    max-width:900px;
}
}

.footerCopy{
    color:white;
    font-family: 'Muli', sans-serif;
font-size: 10pt;
text-decoration: none;
}

.footerTitle{
    color:#912222;
    font-family: 'Muli', sans-serif;
font-size: 12pt;
}

.footerText{
    color:#ffffff;
    font-family: 'Muli', sans-serif;
font-size: 10pt;
}

.quoteText{
    color:white;
    font-family: 'Muli', sans-serif;
font-size: 11pt;
text-decoration: none;
}

.quoteText2{
    color:#828282;
    font-family: 'Muli', sans-serif;
font-size: 11pt;
text-decoration: none;
}

.quoteText3{
    color:#000000;
    font-family: 'Muli', sans-serif;
font-size: 11pt;
text-decoration: none;
}

.listtextred{
    color:#ee0000;
    font-family: 'Muli', sans-serif;
font-size: 16pt;
text-decoration: none;
font-weight: bold;
}

.listtextred2{
    color:#00cc00;
    font-family: 'Muli', sans-serif;
font-size: 16pt;
text-decoration: none;
font-weight: bold;
}

/* mobile menu button */

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #acacac;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 11px;
  padding: 3px;
  width: 96%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
  font-weight:bold;
  font-family: 'Muli', sans-serif;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.myBadge {
 overflow:hidden;
 }
 
 .myBadge img {
 -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
 }
 
.myBadge img:hover{
 -webkit-transform: scale(1.7);
 -moz-transform: scale(1.7);
 -o-transform: scale(1.7);
 image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
 }