a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #a91e26;
	border-radius: 3px;
	color: #a91e26;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #f7e5b5;
	color: #f7e5b5;
}
#topbar {
	background: none repeat scroll 0 0 #a91e26;
	border-bottom: 1px solid #a91e26;
	padding: 0.3125em 0;
}
#topbar p {
	color: #f7e5b5;
	font-size: 0.75em;
	opacity: 1;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}

#topbar i {
	color: #ffffff;
	font-size: 0.7em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
#topbar i:hover {
	color: #f7e5b5;
	cursor: pointer;
	opacity: 1;
}

.active {
    color: #f7e5b5;
	font-size: 0.8em;
}

nav {
	background: none repeat scroll 0 0 #f7e5b5;
	-webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 1);
}
header {
	position: fixed;
	width: 100%;
	z-index: 10;
}

.logo img {
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
	alignment-adjust: central;
}

p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
p.logo strong {
	font-weight: 700;
}
/*NAV BOX*/
.top-nav li a {
	border-top: none;
	border-radius:20px;
	color: #a91e26;
	font-size: 0.95em;
	font-weight: 600;
	padding: 1em 1em 1em;
	text-transform: uppercase;
	transition: all 5s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #a91e26;
	border-top: none;
	color: #fff;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #a91e26;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(169, 5, 36, 0.8);
	color: #f7e5b5;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #f7e5b5;
	color: #a91e26;
	max-width: 600px;
	padding: 20px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(247, 229, 181, 0.53);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(169, 30, 38, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #8e0b24;
}



/* INTRO */
#intro {
	background: none repeat scroll 0 0 #a91e26;
	padding: 3em 2em;
	text-align: center;
}

#intro-2 {
	background: none repeat scroll 0 0 #a91e26;
	padding: 8em 2em;
	text-align: center;
	margin-top: 0;
}

#intro h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}

#intro-2 h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
}


#intro p {
	color: #F7E5B5;
	font-size: 0.85em;
}

#intro-2 p {
	color: #F7E5B5;
	font-size: 0.85em;
}




/* INSTAGRAM AREA */
#instagram-area {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}

#instagram-area h2 {
	color: #a91e26;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}

.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}
.instagram-area-container {
	display: block;
	height: 100%;
	position: relative;
}
.instagram-area-text {
	background: #a91e26 none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.instagram-area-container:hover > .our-work-text {
	opacity: 1;
}
.instagram-area-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.instagram-area-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #a91e26 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #f7e5b5;
	color: #a91e26;
}








/* INSTAFEED */
#wrapper{
  position:relative;
  max-width:100%;
  min-height:100px;
}

.photos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  padding: 0;
  max-width: 100%;
}

.photos a{
  display: block;
  float: left;
  flex: 0 0 auto;
  position:relative;
}

.photos img{
  display: block;
  width: 100%;
  height: 100%;
}



@media screen and (min-width: 1024px) {
  .photos a {
    width: calc(100%/3);
    height: calc(100%/10);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .photos a {
    width: calc(100%/3);
    height: calc(100%/3);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .photos a {
    width: calc(100%/2);
    height: calc(100%/2);
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .photos a {
    width: 100%;
    height: 100%;
  }
}

@media screen  and (max-width: 320px) {
  .photos a {
    width: 100%;
    height: 100%;
  }
}


#instafeed {
	display: table;
  	margin: 0 auto;
	width: 100%;
}


#instafeed li {
	max-width:100%;
	min-width:10%;
    list-style:none;
    float:left;
	margin:0;
	display:inline;
	overflow:hidden;
}
#instafeed a {
    float: left;
    display:inline-block;
    position: relative;
}
#instafeed img {
    display:inline-block;
	position:relative;
    max-width:100%;
	width:auto;
	height:auto;
	text-align:center;
	padding:10px;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#instafeed .likes {
    background:rgba(255,255,255,0.5);
    width:100%;
    height:100%;
    position:absolute;
    color:#a91e26;
    right:0px;
    top:0px;
    left:0px;
	padding:45% 0;
    opacity:0;
    text-align:center;
	font-size:210%;
	text-transform:uppercase;
	letter-spacing:1px;
    -webkit-font-smoothing:antialiased;
    -webkit-transition: opacity 100ms ease;
      -moz-transition: opacity 100ms ease;
      -o-transition: opacity 100ms ease;
      -ms-transition: opacity 100ms ease;
      transition: opacity 100ms ease;
}
#instafeed a:hover .likes {
  	opacity:1;
}






/* ICE CREAM INTRO */
#ice-cream-intro {
	background: none repeat scroll 0 0 #a91e26;
	clear: both;
}
#ice-cream-intro:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#ice-cream-intro article {
	padding: 4em;
}
.ice-cream-intro-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.ice-cream-intro-icons {
	display: block;
	margin-top: 2em;
}




/* ICE CREAM FLAV */
#ice-cream-flav {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#ice-cream-flav i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#ice-cream-flav h2 {
	color: #a91e26;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}

#ice-cream-flav h3 {
	
	font-size: 1.5em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
	text-align: center;
}

#ice-cream-flav p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: center;
}




/* POPCORN INTRO */
#popcorn-intro {
	background: none repeat scroll 0 0 #a91e26;
	clear: both;
}
#popcorn-intro:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#popcorn-intro article {
	padding: 4em;
}
.popcorn-intro-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.popcorn-intro-icons {
	display: block;
	margin-top: 2em;
}



/* POPCORN FLAV */
#popcorn-flav {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#popcorn-flav i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#popcorn-flav h2 {
	color: #a91e26;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}

#popcorn-flav h3 {
	
	font-size: 1.5em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
	text-align: center;
}

#popcorn-flav p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: center;
}






/* POSTING INTRO */
#posting-intro {
	background: none repeat scroll 0 0 #a91e26;
	clear: both;
}
#posting-intro:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#posting-intro article {
	padding: 4em;
}
.posting-intro-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.posting-intro-icons {
	display: block;
	margin-top: 2em;
}




/* POSTING AREA */
#posting-area {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}
#posting-area i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#posting-area h2 {
	color: #a91e26;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}

#posting-area h3 {
	
	font-size: 1.5em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
	text-align: center;
}

#posting-area p {
	color: #585858;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: left;
}





/*SECTION TITLE*/
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
	color: #a91e26;
	font-size: fit-width | fit-height | fit-height-precise;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 0.2em;
	text-align: center;
	text-transform: uppercase;
	alignment-adjust: central;
}




/* MEDIA CONTAINER */
.media-container {
  overflow: hidden;
}

.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: 100&;
  min-width: 100%;
}





/* ARTICLE */
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}

article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #a91e26 none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}



/*BLOG CSS*/
.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}


.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #f7e5b5;
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -5em;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 1);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_on {
  color: white;
  font-size: 14px;
  font-style:normal;
  padding: 10px 15px;
  padding-left: 40px;
  margin-left: -40px;
  background: #a91e26;
  position: relative;
}
.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #7f1319 transparent;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F85A16;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: #a91e26;
}


/* LOAD MORE*/

/*LOAD MORE BUTTON*/
.load-button {
  font: inherit;

  display: block;
  overflow: visible;

  min-width: 110px;
  margin: 0 auto;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  
  float:none;

  border: 0;
  border-radius: 10px;
  outline: 0;
}

.load-button {
  color: #fff;
  background: #a91e26;
}

.load-button:hover{
  background: #c33840;
}








/* ABOUT US */
#about-us {
	background: #a91e26 none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
}
#about-us h2 {
	color: #fff;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#about-us h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#about-us i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #a91e26;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.about-us-text {
	display: table;
	position: relative;
}
#about-us h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#about-us p {
	color: #fff;
	font-size: 0.8em;
}




/* NEWS */
#latest-news {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
.news-date {
	background: #6f9600 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	height: 125px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	height: 125px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #777;
	font-size: 0.85em;
}




/* CONTACT US */
#contact-us {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
#contact-us input, #contact-us textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact-us h2 {
	color: #a91e26;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#contact-us h3 {
	color: #a91e26;
	text-align:center;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact-us h4 {
	color: #a91e26;
	text-align:center;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}


#contact-us p {
	font-size: 0.85em;
	text-align:center;
	font-style: normal;
	line-height: 2em;
}
#contact-us p strong {
	font-weight: 700;
	text-align:center;
}
#contact-us i {
	background: #e0e0e0 none repeat scroll 0 0;
	text-align:center;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}




/* GOOGLE MAP */
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(1%);
  filter: grayscale(1%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}




/* FOOTER */
footer {
	background: none repeat scroll 0 0 #a91e26;
	padding: 3.5em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #fff;
	font-size: 0.8em;
}





/* BACK TO TOP */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	z-index: 3;
	background-image: url(../img/back_to_top_0.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#toTopHover {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/* ADDITIONAL MEDIA CONTENT */

@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  
  .logo {
      max-width: 250px;
      margin: 0 auto;
  }
  
  /*SLIDE DOWN MENU SETUP*/
  .top-nav li a {
	color: #a91e26;
  	background: #f7e5b5 none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
}


@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}
