@import url(http://fonts.googleapis.com/css?family=Electrolize|Courgette|Open+Sans|Carrois+Gothic);
@import url("reset.css");


body
{
    background: #EEEEEE;
    font-family: 'Carrois Gothic', sans-serif;
}
body,html
{
    height: 100%;
}
#wrap
{
    border:0px solid red;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px;
}
#top
{
    background-color: #333333;
    background-image: url(../images/bg_top.jpg);
    height: 60px;
    padding: 0px;
    padding-top: 25px;
    margin: 0 auto;
    border-bottom: 5px solid #C32A25;
}
#top h1
{
    font-size: 1.5em;
    color:#000;
    padding-top: 10px;
}
#footer
{
    background-color: #000;
    height: 80px;
    clear: both;
}
.footer-push
{
  height: 110px;  
}
.spacer
{
    background: url(../images/bg-line1.png);
    height: 30px;
    padding:0px;
    margin:0px;
    display: block;
}

/*GALLERY*/
#gallery
{
    border:0px solid blue;
    margin: 0px;
    padding: 0px;
    padding-top:30px;
    padding-bootm:20px;
}


#gallery .box-photo
{
    background-color: #fff;
    width: 285px;
    height: 240px;    
    float:left;
    margin:5px;
    margin-bottom:15px;
    padding:6px;
    border:1px solid #dcdcdc;
}

#gallery .box-photo img
{
    width: 285px;
    height: 210px;
    padding-bottom: 5px;
}
#gallery .box-photo p
{
    padding:0px;
    margin:0px;
    text-align: left;
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
}


#gallery .box-first
{
    background-color: #fff;
    width: 285px;
    height: 240px;
    float: left;
    margin: 5px;
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #dcdcdc;
}

#gallery .box-first img
{
    width: 285px;
    height: 210px;
    padding-bottom: 5px;
	max-width: 100%;
    max-height: 100%;
}

#gallery .box-first p
{
    padding:0px;
    margin:0px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

#gallery .box-gallery p
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
}

.pointer
{
    cursor: pointer;
}

/*top -a menu*/

#nav *{
	z-index:100000 !important;	
}
#nav{
    border:0px solid yellow; 
    padding:0px;
    margin:0px;    
    list-style:none;
    font-weight:bold;
    position: relative;
    z-index:100;
    font-family: 'Open Sans';
    font-size: 11px;
    padding-top: 35px;
}
#nav li{
    float:left;
    margin-right:1px;
    position:relative;
    min-width:70px;
}
#nav a{
    display:block;
    padding:10px;
    padding-top:5px;
    padding-bottom:5px;
    color:#fff;
    background:#333;
    text-decoration:none;
    text-align:center;
}
#nav a:hover{
    color:#fff;
    background:#C32A25;
    text-decoration:none;
}
#nav a.current{
    color:#fff;
    background:#C32A25;
    text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
    background:#fff; 
    background:rgba(255,255,255,0); 
    list-style:none;
    position:absolute;
    left:-9999px; 
}
#nav ul li{
    padding-top:1px; 
    float:none;
}
#nav ul a{
    white-space:nowrap; 
    text-align:left;
}
#nav li:hover ul{
    left:0; 
}
#nav li:hover a{ 
    background:#C32A25;
    text-decoration:none;
}
#nav li:hover ul a{ 
    text-decoration:none;
}
#nav li:hover ul li a:hover{ 
    background:#333;
}


@media only screen and (max-width: 600px) {
    
#gallery .box-first {
    background-color: #fff;
    width: 285px;
    height: 240px;
    margin: 5px;
    float: none;
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #dcdcdc;
	max-width: 100%;
    max-height: 100%;
}

#gallery .box-photo {
    background-color: #fff;
    width: 285px;
    height: 240px;
    float: none;
    margin: 5px;
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #dcdcdc;
	max-width: 100%;
    max-height: 100%;
}
	
}