/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

a {
font-weight: bold
} 

.nav-toggle {
display:none !important;
}

.AnythingPopUp_BoxContainerBody1 {
background-color: #000000;
}

#webcamcontainer {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}


th {
    background-color: #5f6b3e !important;
    color: white;
}
/*  Define the background color for all the ODD background rows  */
tr:nth-child(odd){ 
background: #e9f0d2;
}
/*  Define the background color for all the EVEN background rows  */
tr:nth-child(even){
background: #c1cca0;
}

.woo-sc-hr {
border-bottom: 2px solid #ffffff !important;
}
.wooslider {
width: 100%;
}
.loopedSlider .slides > li a img{
visibility: visible !important;
opacity:1 !important;
filter:alpha(opacity=100) !important;
}

#loopedSlider {
margin-bottom: 0px;
}
a.flex-prev, a.flex-next {
display: none;

}
.wp-caption-text {
background-color: #e9f0d2;
}
.events-table .woo-sc-hr {
display: none;
}

.em-pagination {
display: none;
}

#navigation {
background-image: url(/wp-content/uploads/2014/11/menu2.gif);
background-repeat: no-repeat;
background-position: center; 
}

#content {
margin-top: 0px;
}

#main {
padding-right: 5px;
}

#sidebar { 
  background-color: #e9f0d2; 
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 20px;
  border: 3px solid #f0f0f0;
} 

#footer-widgets {
background: #e9f0d2;
padding: 5px;
border-top: 3px solid #f0f0f0;
}

#footer {
display: none;
}

#navigation .cart.no-rss-link {
display: none;
}


/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 1044px) {
	/* Desktop styles go below this line */



#navigation {
position: relative;
}
#main-nav {
clear: left;
float: left;
list-style: none;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 10px;
padding: 0;
position: relative;
left: 50%;
text-align: center;
}
.nav li {
display: block;
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
right: 50%;
}
.nav li:hover, .nav li.hover {
position: relative;
}
.nav li ul li {
left: 0;
}
	
#text-7 {
height: 290px;
}

#text-4 {
height: 290px;
}

#text-5 {
height: 290px;
}

#text-6 {
height: 290px;
}



}