/* Custom CSS
------------------------------------------------------------ */
.ngg-gallery-thumbnail img{-webkit-box-shadow: #787878 2px 2px 2px;-moz-box-shadow: #787878 2px 2px 2px; box-shadow: #787878 2px 2px 2px; }

.sidebar h4 { font-weight: bold; }

#sidebar a, #sidebar-1 a:visited { font-weight: bold;
}


/* Genesis Social Profiles Menu Plugin: Custom Styles
------------------------------------------------------------ */

/* Background Color + Border Radius etc. */
.gspm-sp {
    float: right;
    background: #333333 !important;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

#nav .space-left {
	margin-left: 720px !important;
	margin-right: 0 !important;
}


.alert {
background: #FFFF99;
border: 1px solid #F5A9A9;
margin: 0 0 25px;
overflow: hidden;
padding: 20px;
}




/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1235px) {

}

@media only screen and (min-width: 768px) and (max-width: 1235px) {

}

@media only screen and (min-width: 480px) and (max-width: 1235px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

}