﻿.menuBtnClass {
    margin-top: 10px;
    padding: 5px 10px;
    background: #9d6e2a;
    color: #eeeeee;
}
.ulStyle {
    list-style-type:none;
    border-right:2px solid #57585c;
    height:135px;
    padding-left:20px;    
    margin-bottom:10px;
}
.ulStyle li a {
     color:#dddddd;
    text-decoration:none;
    cursor:pointer;   
}
.ulStyle li {
    margin-bottom:8px;
}
.ulStyle li h4 {
     color:#e0b58a;
    text-decoration:none;
    cursor:pointer;
    text-transform:uppercase;
}
.ulStyle li h4:hover {
     color:#e0b58a;
    text-decoration:none;
    cursor:pointer;
}
.ulStyle li a:hover {
     color:#ffffff;
    text-decoration:none;
    cursor:pointer;
}
.socialPlcm {
    width:18px;height:18px;display:inline-block;margin-right:10px;margin-top:12px;
}
.socialPlcmLast {
    width:18px;height:18px;display:inline-block;margin-top:12px;
}
/*slider*/

/*a {
			color: #09f;
		}
		a:hover {
			text-decoration: none;
		}
		#back_to_camera {
			background: rgba(255,255,255,.9);
			clear: both;
			display: block;
			height: 40px;
			line-height: 40px;
			padding: 20px;
			position: relative;
			z-index: 1;
		}*/
		.fluid_container {
			margin: 0 auto;
			max-width: 100%;
			width: 100%;
		}
        .scrollup{
    position:fixed;
	width:32px;
	height:32px;
    color:#fafafa;
    border:3px solid #ffffff;
    border-radius:50%;
    bottom:0px;
    right:1px;
	background-color:transparent;	
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
#sticky {
            width: 100%;
            background: #68b7e0;
            border-bottom: none;
        }        
        #sticky.stick {
            position: fixed;
            top: 0;
            z-index: 10000;
        }

@media (max-width: 768px) {
    .ulStyle {
        list-style-type: none;       
        height: 135px;
        padding-left: 20px;
        border-right:none;
        margin-bottom: 10px;
    }
}