/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, center,
dl, dt, dd, ol, ul, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
    background: white;
  }
}
article {
	overflow:hidden;
	display: block;}
/* Show only 4 lines in smaller screens */
article {
  max-height: 4.5em; /* (4 * 1.5 = 6) */
}
/* Show 8 lines on larger screens */
@media screen and (min-width: 640px) {
  article {
    max-height: 9em;
  }
}

@font-face {
    font-family: 'julius_blackregular';
    src: url('juliusblack-webfont.eot');
    src: url('juliusblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('juliusblack-webfont.woff2') format('woff2'),
         url('juliusblack-webfont.woff') format('woff'),
         url('juliusblack-webfont.ttf') format('truetype'),
         url('juliusblack-webfont.svg#julius_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fbfont';
    src: url('fbfont.eot');
    src: url('fbfont.eot?#iefix') format('embedded-opentype'),
         url('fbfont.woff2') format('woff2'),
         url('fbfont.woff') format('woff'),
         url('fbfont.ttf') format('truetype'),
         url('fbfont.svg#fbfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
.maps iframe{
    pointer-events: none;
}
.antispam { display:none;}
.socials2 {
	float:left;width: 13%;top:-38px;position:relative;padding-left:10px;}

 @media only screen and (max-width: 800px) {
  .socials2  {
  padding-bottom: 5px;padding-left:0px;}}
   @media only screen and (max-width: 600px) {
  .socials2  {
  margin-top:-50px;width: 10%}}
   @media only screen and (max-width: 480px) {
  .socials2  {
  margin-top:-50px;padding-bottom: 0px;}}
img {max-width: 100%;}
.events {position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 18px;
  padding-top:2.3px;
  z-index: 9;
  width: 100%;
  font-family: 'PT Sans Narrow', sans-serif;
	src: 'http://fonts.googleapis.com/css?family=Squada+One|PT+Sans+Narrow';
	color: #ffcc33;
	font-size:14.5px;
	letter-spacing: .7px;
	text-transform: uppercase;
	background:#2e2e2;}
.events2 {position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 18px;
  padding-top:2.3px;
  z-index: 9;
  width: 100%;
  font-family: 'PT Sans Narrow', sans-serif;
	src: 'http://fonts.googleapis.com/css?family=Squada+One|PT+Sans+Narrow';
	color: #ffcc33;
	font-size:14.5px;
	letter-spacing: .7px;
	text-transform: uppercase;
	background:#2e2e2;}
	@media only screen and (max-width: 800px) {.events{font-size:13px;}}
 @media only screen and (max-width: 768px) {.events{font-size:13px;}}
  @media only screen and (max-width: 600px) {.events{font-size:10px;}}
  @media only screen and (max-width: 480px) {.events{font-size:9.5px;}}
  @media only screen and (max-width: 480px) {.events{height: 22px;}}
  
  @media only screen and (max-width: 800px) {.events2{font-size:13px;}}
 @media only screen and (max-width: 768px) {.events2{font-size:13px;}}
  @media only screen and (max-width: 600px) {.events2{font-size:10px;}}
  @media only screen and (max-width: 480px) {.events2{font-size:9.5px;}}
  @media only screen and (max-width: 480px) {.events2{height: 22px;}}
  
  @media only screen and (max-width: 480px) {.main_h{margin-top: 22px;}}
.main_h {
  position: fixed;
  margin-top: 18px;
  left: 0px;
  right: 0px;
  max-height: 70px;
  z-index: 8;
  width: 100%;
  padding-top: 13px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  font-family: "julius_blackregular", sans-serif;
 
}
@media only screen and (max-width: 766px) {.main_h {max-height: 50px;}}
.status{position:relative;background:none;width:100%; height:30px;text-align:center;top:-20px;z-index:1000;}

#cols {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	list-style: none;
	text-align: center;
	font-size: 12px;
	line-height: 2;
	font-family: 'PT Sans Narrow', sans-serif;
	src: 'http://fonts.googleapis.com/css?family=Squada+One|PT+Sans+Narrow';
	color: #333;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin:0;
	padding-bottom: 10px;	
}
@media only screen and (max-width: 480px) {#cols {-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
	line-height: 1.5;
	text-align:left;
	font-size: 8px;}}
#cols img {background: #333; border-radius: 10px; border: 1px solid #333;}
#cols span{
	color: black;font-weight: bold;}

#cols b {
	font-size: 12px;
	font-family: "Book Antiqua", "Palatino Linotype", Georgia, serif;
	letter-spacing: -1px;
	color: black;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
  #cols span  {
  font-weight: normal;
  letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  #cols b  {
  font-weight: normal;
  font-size: 9px;
  letter-spacing: 0;
  }
}
#cols li {
	padding-bottom: 40px;
}
#contact-formmars {
background: url('../images/cincinnatiorange.jpg');
background-size: cover;
border: 1px solid #333;
  padding: 15px;
  width: 100%;
  color: white;
  font-family: 'Alegreya SC', serif;
  font-size: 20px;
  
  min-height: 300px;
}


#contact-formmars fieldset {
  border: none;
  position: relative;
  padding:0;margin:0;
  z-index: 7;
}


#contact-formmars input[type="text"] {
  border: 1px solid #333;
  border-radius:5px;
  font-size: 16px;
  color : #333;
 width: 302px;
  height: 40px;
  font-family: 'Alegreya SC', serif;
}

#contact-formmars input#name {
  font-family: 'Alegreya SC', serif;
  border-radius:5px;
   color:black;
   margin-bottom: 15px;
}
.g-recaptcha {
padding-top: 15px;
padding-bottom: 15px;
 border-radius:5px;}

#contact-formmars input#email {
  border-radius:5px;
   color:black;
   margin-bottom: 15px;
}
#contact-formmars textarea#message {
  border: 1px solid #333;
  border-radius:5px;
  vertical-align: top;
  width: 302px;
  height: 100px;
  color : black;
   font-family: 'Alegreya SC', serif;
}

[type="submit"] {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  width:302px;
  background-image: linear-gradient(#e7b600, black);
  
  border-radius:5px;
  border:2px solid #333;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding: 10px 0 10px 0;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  -webkit-appearance:none;
opacity: 1;
   
}
[type="submit"]:hover { background:black; }
#contactcols {
background: rgba(255, 205, 0, 0.7);
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-fill:auto;
    -moz-column-fill: auto;
    column-fill: auto;
	list-style: inline;
	text-align: center;
	color: #333;
	font-size: 18px;
	display: block;
    width: 100%;	
}
@media only screen and (max-width: 480px) {
  #contactcols  {
  display: none;
  }
}
#cols2 span{
	color: #333;}
.address {
	font-size: 18px;
    color: #ffcc33;
    font-family: "mistralregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0px;
	}
.hero {
  position: absolute;
  background-size: cover;
  text-align: center;
  color: #fff;
  top: 20%;
  min-height: 650px;
  width: 100%;
  font-family: "julius_blackregular", sans-serif;
  z-index:7;
}
@media only screen and (max-width: 384px) {.hero {margin-top:7%;}}
@media only screen and (max-width: 480px) {.urbanlogo img{max-width:90%;}}
 @media only screen and (max-width: 766px) {
  .hero  {
   top: 5%;
  }
}

.hero h1 {
  font-size: 70px;
  color: #ffcc33;
  font-family: "mistralregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0px;
  top: 50%;
  left: 50%;
  margin-bottom: -10px;
  text-shadow: 2px 2px 10px #000000;
  
}

.hero h2 {
  font-size: 20px;
  color: #ffcc33;
  font-family: "julius_blackregular", sans-serif;
  font-weight: normal;
  font-style: normal;
  left: 50%;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px #000000;
  margin-bottom: -8px;
  }
 @media only screen and (max-width: 480px) {
  .hero h2 {
    margin-bottom: 0px;
  }
}

#rotate {
  font-family: 'Kaushan Script', cursive;
  font-style: normal;
  font-weight: normal;
  color: #ffcc33;
  font-size: 1.25em;
  letter-spacing: 0;
  text-shadow: 2px 2px 10px #000000;
  top: 50%;
  left: 50%;
  padding-top: 15px;
  padding-bottom: 0px;
  
  
}
@media only screen and (max-width: 480px) {
  #rotate {
    font-size: 1em;
  }
}
.divider1 {
	background: #333 url("bg.png");
	height: 200px;
	width:100%;
}
.socials a {margin: 0 -3 0 -3;}
.socials p{margin-bottom:0px;}
.socials img{
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	max-width: 100%;
}
@media only screen and (max-width: 766px) {
  .socials img {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
  }
}
.socials img:hover{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-filter: blur(0px); /* Safari */
    filter: blur(0px);	
}
 @media only screen and (max-width: 480px) {
  .socials  {
  margin-top:-20px;padding-bottom: 10px;
   
  }
}
.socials p {font-family: 'Merriweather', serif; text-shadow:
    -.5px -.5px 0 #333,  
     .5px -.5px 0 #ffcc33,
    -.5px  .5px 0 #333,
     .5px  .5px 0 #ffcc33;padding:0px 0px 0px 0px;}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #ffcc33;
  position: absolute;
  left: 50%;
  top: 370px;
  margin-left: -14px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #ffcc33;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.mouse p {
	width: 150px;
	text-align: center;
	letter-spacing: 0px;
	margin-left: -65px;
	margin-top: 40px;
	color: #ffcc33;
	font-size: 8px;
	
}
 @media only screen and (max-width: 480px) {
  .mouse, .mouse span, .mouse p  {
  display:none;
   
  }
}

.flexslider .slides > li { 
  background-position: center;
  height: 100%;
  max-width: 100%;
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
    height: 100%;
}
.flexslider {
  margin: 0; 
  padding: 0; 
  max-width: 100%; 
  height: 100%; 
  border: 0px; 
  overflow: hidden;
  background:#2e2e2e;
  box-shadow: 0px 1px 50px #333;
}
.flexback {width:100%; height:230px; background: #333 url("../images/vitor.png");}
.flexslider-container2 {
    height: 230px;
	width:270px;
	background-position: center;
	margin:0 35% 0 35%;
	opacity: .8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
	
}


html, 
body {
  height: 100%;
  min-height: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

ul.slides {
  margin: 0;
  padding: 0;
}



.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background:#ffcc33 url("../images/navbg.png");
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  top: 0px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 3px 5px #333;
}

.logo {
  width: 250px;
  float: left;
  margin-top: -10px;
  display: block;
  line-height: 1;
  font-size: 12px;
  padding-bottom: 5px;
  
}
@media only screen and (max-width: 766px) {
  .logo{
    width:170px;
  }
}
.logo h1{
	font-family:'mistralregular', sans-serif;
    font-size: 40px;
	color: #ffcc33;
    font-weight:normal;
    text-align: center;
    line-height: 1;
    margin-bottom: -5px;
	padding-top: -50px;
	
}
.logo h2{
	font-family:'julius_blackregular', sans-serif;
    font-size: 14px;
	color: #ffcc33;
    font-weight:normal;
	padding-top: 1.5px;
	text-align: center;
}
.logo img {
	display:block;}
@media only screen and (max-width: 766px) {
  .logo {
  	padding-top: 5px;
    line-height: 1;
  }
}

@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
	
  float: right;
  width: 60%;
  z-index: 9;
   
}

@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  
}

section ul {list-style-type: none; 
}
.sec01 h1 {
 font-family: 'Merriweather', serif;
  font-size: 30px;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  padding-bottom: 10px;}
  .sec01 h2 {
font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight:300;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  padding-bottom: 10px;
  line-height:1.5;
  text-transform:uppercase;
  padding:0 120 0 120;}
   .footer h2 {
font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight:300;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  padding-bottom: 10px;
  line-height:1.5;
  text-transform:uppercase;}
   @media only screen and (max-width: 768px) {.sec01 h2 {padding:0 40 0 40;}}
  @media only screen and (max-width: 480px) {.sec01 h2 {font-size: 10px;padding:0 5 0 5;}}
  
    .sec01 h3 {
 font-family: 'Montserrat';
  font-size: 20px;
  font-weight:300;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  line-height:1.5;
  text-transform:uppercase;}
.sec02 h1 {
 font-family: 'Merriweather', serif;
  font-size: 30px;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  padding:20px 0px 10px 0px;
  }
 .sec03 h1 {
 font-family: 'Merriweather', serif;
  font-size: 30px;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  padding:10px 0px 0px 0px;
  }
.sec04 h1 {
 font-family: 'Merriweather', serif;
  font-size: 30px;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  padding:20px 0px 0px 0px;}
.sec01 p {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #333333;
  text-transform: uppercase;
  line-height:3;
  text-align:left; 
  }
.sec01 a {color: #3B5998;font-family: 'fbfont';text-transform:none;font-size: 25px;}
.footer a {color: #3B5998;font-family: 'fbfont';text-transform:none;font-size: 25px;}
@media only screen and (max-width: 480px) {.sec01 a {font-size: 12px;}}
 .sec02 p {
   font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  text-transform: none;
  padding-top:10px;
  

  }
  .sec03 p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  text-transform: uppercase;
  
  }

  .sec04 p {
  font-family: "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 18px;
  color: #333333;
  font-weight:normal;
  font-style: normal;
  }
@media only screen and (max-width: 766px) {.sec01 p {font-size: 10px;}}
@media only screen and (max-width: 480px) {.sec01 p {font-size: 8px;}}
@media only screen and (max-width: 766px) {.sec02 p {font-size: 14px;}}
@media only screen and (max-width: 480px) {.sec02 p {font-size: 10px;}}
@media only screen and (max-width: 480px) {.sec01 h3 {font-size: 15px; line-height:1;}}
@media only screen and (max-width: 480px) {.sec01  {padding-top: 100px;}}
@media only screen and (max-width: 320px) {.sec01  {padding-top: 0px;}}
@media only screen and (max-width: 766px) {nav ul {float: left;text-align: center;width: 100%;}}
@media only screen and (max-width: 480px) {.sec01 h1 {font-size: 20px;}}
@media only screen and (max-width: 480px) {.sec02 h1 {font-size: 20px;}}
@media only screen and (max-width: 480px) {.sec03 h1 {font-size: 20px;}}
@media only screen and (max-width: 480px) {.sec04 h1 {font-size: 20px;}}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 3;}
@media only screen and (max-width: 766px) {nav ul li {width: 100%;padding: 7px 0;margin: 0;line-height: 1;}}
nav ul a {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  color: black;
  font-weight:normal;
  font-style: normal;
  text-shadow:
    -1px -1px 0 #ffcc33,  
     1px -1px 0 #ffcc33,
    -1px  1px 0 #ffcc33,
     1px  1px 0 #ffcc33;  
}
@media only screen and (max-width: 766px) {nav ul a {text-shadow:none;}}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 15px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
	
  }
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: black;
  display: block;
  
}
.truckslide {
position:fixed;
  top: 20%;
  left: 0;
  z-index: 1;
 }
 .truckslide img {max-width: 100%;}
.footer {
   background: url('../images/bg4.png');
   width: 100%;
   height: 450px;
   display:block;
   text-align: center;
   margin-top: 1px;
}
hr {
  border:none;
  border-top:2px dotted #333;
  color:#ffcc33;
  width:49%;
}

.footer p {
font-family: 'Kaushan Script', cursive;
  font-style: normal;
  font-weight: normal;
  color: #333;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: none;
  }
  .footer h3 {
font-family: 'PT Sans Narrow', sans-serif;
	src: 'http://fonts.googleapis.com/css?family=Squada+One|PT+Sans+Narrow';
  font-style: normal;
  font-weight: bold;
  color: #2e2e2e;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  padding-right:20px;
  }
    .footer h4 {
font-family: 'PT Sans Narrow', sans-serif;
	src: 'http://fonts.googleapis.com/css?family=Squada+One|PT+Sans+Narrow';
  font-style: normal;
  font-weight: bold;
  color: #2e2e2e;
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom:5px;
  padding-right:20px;
  }
 @media only screen and (max-width: 480px) {.footer h3 { padding-right:0px;}}
  @media only screen and (max-width: 480px) {.footer h4 { padding-right:0px;}}
   .footer img {
   	bottom: 0;}
#copyright {
	text-align: center;
	color: #ffcc33;
  	font-family: 'Alegreya SC', serif;
  	text-size: 2px;
	background: black;
	height: 55px;
	padding-top: 7px;
}

#footcolumns {
    
    -webkit-column-count: 3 ; /* Chrome, Safari, Opera */
    -moz-column-count: 3 ; /* Firefox */
    column-count: 3 ;
	-webkit-column-width: 33.3%;
     -moz-column-width: 33.3%;
          column-width: 3.33%;
	-moz-column-fill: auto;
    column-fill: auto;
	padding-top: .5%;
	}
#footcolumns li {padding: 2%; }
#footcolumns p {padding: 0 0; margin-bottom: -10px; margin-top: -5px;}
#footcolumns ul {margin-top: 10px; }
#footcolumns a {color: #ffcc33; text-shadow: 2px 2px 10px #000000;}
#footcolumns h1 {font-family: 'Kaushan Script', cursive;
  font-style: normal;
  font-weight: normal;
  color: #ffcc33;
  font-size: 25px;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 2px 10px #000000; padding: 2%; margin-top: 0px;}
#footcolumns h2 {font-family: "Book Antiqua", "Palatino Linotype", Georgia, serif;
color: #ffcc33; text-shadow: 2px 2px 10px #000000; text-transform: uppercase; padding: 2%;}

@media only screen and (max-width: 1023px) {
  #footcolumns {
  -webkit-column-count: 1 ; /* Chrome, Safari, Opera */
    -moz-column-count: 1 ; /* Firefox */
    column-count: 1 ;
	height: 950px;
	padding-top: 20px;}}
@media only screen and (max-width: 1023px) {.footer {height: 950px;margin-bottom:0px;}}

@media only screen and (min-width: 769px)(max-width: 300000px) {.mobile-cols {display:none;}}
.mobile-cols {
    
    -webkit-column-count:  ; /* Chrome, Safari, Opera */
    -moz-column-count:  ; /* Firefox */
    column-count:  ;
	-webkit-column-width: 45%;
     -moz-column-width: 45%;
          column-width: 45%;
	-moz-column-fill: auto;
    column-fill: auto;
	padding-top: .5%;
	}

#boom {
position:fixed;
	top: 75px;
	z-index: 1200;
}
.vertical-text {
            font-family:'julius_blackregular', sans-serif;
			background: #ffcc33;
			color: #333;
			font-size: 16px;
			padding: 5px;
			border: 1px solid #333;
			}
@media only screen and (min-width: 1440px) and (max-height: 900px) {.footerlogo {margin-left:-25px;margin-top:-29px;}}
@media only screen and (min-width: 1366px) and (max-height: 768px) {.footerlogo {margin-left:-25px;margin-top:-29px;}}
@media only screen and (max-width: 1023px) {.footerlogo {display:none;}}
.footerlogo img {margin-top:1px;}
@media only screen and (min-width: 0px) and (max-width: 480px) {.puterfb {display:none;}}
@media only screen and (min-width: 480px) and (max-width: 230000px) {.phonefb {display:none;}}
@media only screen and (max-width: 1024px) {.footerlogo img {margin-top:60px;}}
@media only screen and (max-width: 480px) {.footerlogo img {margin-top:0px;}}
.footsocials img {padding: 10px -5px 0 0;max-width:70%;}
.fb-page {margin-left:-10px;}
@media only screen and (max-width: 480px) {.fb-page {margin-left:0px;}}
.maps {padding-right:20px;}
@media only screen and (max-width: 480px) {.maps {padding-right:20px;}}
@media only screen and (max-width: 320px) {.maps {padding-right:50px;}}
@media only screen and (max-width: 1200px) {.maps {padding-left:20px;}}
	
#footcolumns img {padding: 0 0;}	
.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 2%;
  top: 0px;
  left: 0px; 
  box-shadow: 0px 0px 300px #ffcc33; 
   
}
@media only screen and (max-width: 766px) {.row{background:none;}}

.row content {
 height: 900px;}

.light {padding-bottom: 40px;}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}



p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
  text-transform: uppercase;
}

.content {
  padding: 50px 2% 50px;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }



}
