
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
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, font, 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, container {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
   background: url(../images/background.jpg) repeat;
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
   font-size: 14px;
   color: #f7e390;
   padding-top: 20px;
}
@font-face {
	font-family: myFonts;
	src: url(../fonts/SanvitoPro-Capt.otf);
}
@font-face {
	font-family: CongratFont;
	src: url(../fonts/Allura-Regular.ttf);
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;
}

/* Mobile Layout: 480px and below. */

/*.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.topcontainer {
	width: 100%;
  height: 460px;
	background: url(../images/gradient2.png) center bottom no-repeat;
}*/


#header p, .col-left1 p, h1, #social p {
	text-align: center;
}
#social {
	height: 50px;
	width: 100%;
}
#social img {
	border: none;
	padding-right: 5px;
}
#nav {
	margin: auto;
	width: 100%;
	height: 150px;
	padding: 10px 0px;
}
#nav ul {
  list-style: none;
  padding: 3px;
}
#nav li {
  text-align: center;
  width: 100%;
  display: inline-block;
  float: left;
}
#nav a {
  height: auto;
  font-size: 14px;
  color: #CCC;
  text-decoration: none;
  display: block;
  /* padding-top: 5px; */
}
#nav a:hover, #nav a.current:hover, #nav a.current {
  color: #a08771;
}
a:link {
	color: #32CEF5;
}
a:hover {
	color: #D0D0D0;
}
.pressrow {
	margin-top: 30px;
	height: 485px;
	width: 100%;
}
.pic {
	width: 30%;
	margin-left: 13%;
	float: left;
	height: auto;
}
.title {
	width: 40%;
	height: 400px;
	margin: auto;
	float: left;
}
.title p {
	text-align: center;
	font-size: 20px;
	padding: 200px 0px 0px 10px;
}
.button {
	background-color: #c03e06; /*orange*/
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

#shop-logos h1 a:link {
	color: #04CCDD;
}
#content-flash {
	width: 60%;
	margin: auto;

}
#content {
	width: 60%;
	margin: auto;
	height: auto;
	padding-top: 50px;
}
#perf {
	margin: auto;
	clear: left;
}
.col-md-6 {
  padding: 20px;
}
.col-left1 {
	float: left;
  clear: right;
}
.col-right1 {
	float: right;
}

p.center, h5.center {
	text-align: center;
}
p.show {
	font-family: myFonts;
	font-size: 28px;
}
p.show a, p.center a {
	text-align: center;
	color: #04CCDD;
}

p.lge, a.lge {
	font-family: myFonts;
	font-size: 26px;
	text-align: center;
}
.col-lg-6 a.lge {
	font-family: myFonts;
	font-size: 26px;
	text-align: center;
}
#album img {
	width: 70%;
	height: auto;
	border: 3px solid #a08771;
}
#big {
margin: 20px 0px;
}
#big img {
	width: 23%;
 	margin: 3px;
}
.responsive-embed-video {
	position: relative;
	padding-bottom: 56.25%; /*16:9 Aspect Ratio*/
	padding-top: 25px;
	height: 0;
	margin: auto;
}
.responsive-embed-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 80% !important;
	height: 80% !important;
	margin-left: 20px;
}
iframe {
	border: 3px solid #a08771;
}
#events {
	width: 100%;
	padding-top: 50px;
	margin: auto;
	height: 450px;
/*	width: 80% !important;
	margin: 0 10%; */
  overflow: auto;
}
#events .col-lg-12 h2 {
	text-align: center;
}
#events p a {
	color: #3ED8FF;
}
hr {
	border-color: #a08771;
}
p.left, p.annc {
	font-family: myFonts;
	font-size: 24px;
}
p.cal {
	color: #DBDBDB;
}
p.annc {
	color: #f0a530;
}

h1 {
	font-family: myFonts;
	font-size: 32px;
}
video {
	border: medium solid #a08771;
	width: 70%  !important;
	height: auto;
}
video.mirror {
	border: none;
	width: 30%  !important;
	height: auto;
}
p.vidmir {
	text-align: center;
}
.rtimg {
	width: 80%;
}
#stack {
	width: 80%;
	margin: auto;
	padding: 20px 50px;
	clear: both;
}
#stack .img {
    padding: 5px;
    height:auto;
    width:auto;
    float:left;
    text-align:center;
}
#stack .img img {
	max-width: 100%;
    display:inline;
}
#stack img, #big img, .cntnt img, #cntnt-right img, #pics1 img {
    border: 3px solid #a08771;
}
#stack .desc {
  text-align:center;
  font-weight:normal;
  width: 200px;
  margin:5px;
}
.container {
	width: 100%;
	height: 175px;
	background: url(../images/bottomgradient.png) center bottom no-repeat;
	clear: both;
}
#button {
	width: 100%;
	margin-top: 20px;
	height: 54px;
}
#button p {
	text-align: center;
}
#abt, #contact, #content2 {
	width: 70%;
	margin: auto;
	/* padding: 0px 50px;*/
}
.cntnt {
	margin: auto;
	margin-top: 30px;
}
#cntnt-left img.respond, .cntnt img.respond {
	width: 60%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
a.shop img {
	position: relative;
	/*left: 90px; */
	margin-top: 20px;
	width: 80%;
}

#shop-logos {
	margin: auto;
	margin-bottom: 20px;
}

#shoppes h1 {
	font-size: 3rem;
}
#shop-logos img {
	width: 22%;
	margin-left: 25px;
}
#wrap {
	margin-bottom: 30px;
	height: auto;
	clear: both;
}
#wrap p a img {
	width: 50%;
}
#awards {
	padding-top: 20px;
	height: auto;
}
#face {
	height: auto;
	clear: both;
}
#video-award, #animation-award {
	width:45%;
	margin-bottom: 30px;
}
#video-award {
	float: left;
}
#video-award img {
	float: right;
}
#animation-award {
	float: right;
}
.salv {
	width: 70%;
}
img.cntnt-logo {
	border: none;
}
img.exp {
	padding: 15px;
}
#edge {
	margin-bottom: 30px;
}
@media only screen and (max-width: 481px) {

a.shop img {
	position: relative;
	left: 0px;
	margin-top: 20px;
	width: 100%;
}
#shop-logos img {
	width: 100%;
	margin: 10px;
}
#wrap p a img, .salv{
	width: 100%;
}
video.mirror {
	border: medium solid #a08771;
	width: 70%  !important;
	height: auto;
}
}
/*shop img {
	width: 80%;
}*/
/*.btn-block {
	background-image: linear-gradient(to bottom right, rgba(157,45,18), rgba(0, 0, 0), rgba(157,45,18));
	text-align: center;
	margin-bottom: 20px;
	border-radius: 12px;
	color: #dba472;
	width: 400px;
	height: 70px;
} */
.btnFlash {
	color: #5a2d05;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 40px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
		color: #5a2d05;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

/*.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.topcontainer {
}
#header {
}
#social {
width: 100%;
} */
#nav {
	margin: auto;
	width: 100%;
	height: 40px;
	padding-top: 5px;
}
#nav ul {
  list-style: none;
  /*padding: 3px; */
}
#nav li {
  text-align: center;
  width: 15%;
  display: inline-block;
  float: left;
}

/*#content {
}
.col-left1 {
  float: left;
  width: 48%;
}
.col-right1 {
  float: right;
  width: 48%;
  clear: right;
}
#album {
}
#cntnt-left {
	width: 48%;
	float: left;
}
#cntnt-right {
	width: 48%;
	float: right;
	clear: right;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	#nav {
		margin: auto;
		width: 100%;
		height: 40px;
		padding-top: 5px;
	}
	#nav ul {
	  list-style: none;
	  /*padding: 3px; */
	}
	#nav li {
	  text-align: center;
	  width: 15%;
	  display: inline-block;
	  float: left;
	}


/*.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
} */
