/* PoPSticle CSS  */

b {
   color:  #C43333;  /* Gold #d1d360  */
   font-weight: 600;
}
.brand-heading {
   margin-top: 1em;
}
.clearboth {
	clear: both;
}
.copyright, .copyright_glyphicon {
	color: #FFC562;
}
.circle {
    background: rgba(255,0,0,0.4);
    color: #FFFFFF;
    height: 200px;
    margin-left: 25%;
    margin-top: -140px;
    position: relative;
    width: 200px;
    background: rgba(255,0,0,0.4);
    -moz-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
}
.circle:hover {
	background: #1d9b6c;
	color: #000;
}
.clearboth {
	clear: both;
}
  .col-lg-12 {
    
	margin-top: -2.5em;
        margin-bottom: -2.5em !important;
}
.copyright {
	font-size: 1em;
	margin-right: 0.85em;
}
.copyright_glyphicon {
	font-size: 1.5em;
}
.copyright_name {
	color: #000;
	font-size: 1.5em;
	margin-right: 0.5em;
}
.copyright_year {
	color: #000;
	font-size: 1.2em;
}
.designed_by {
	 color: #FFF;	
	 margin-right: 0.85em;
}
.g2of2, .g1of10, .g5of10 {
	height: auto;
}
.g2of2, .g1of10, .g5of10 {
	display:inline;
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
.g2of2 {
	width: 97%;
	margin-left: 2.5%;	
}
.g2of10 {
	width: 19%;
}
.g5of10  {
	width: 48.5%;
}
#gallery .gallery-item {
    right: 0;
    margin: 0 0 15px;
}

#gallery .gallery-item .gallery-link {
    border: 4px solid #d1d360;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#gallery .gallery-item .gallery-link .gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.3);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#gallery .gallery-item .gallery-link .gallery-hover:hover {
    opacity: 1;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #d1d360;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content i {
    margin-top: -12px;
}

#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h3,
#gallery .gallery-item .gallery-link .gallery-hover .gallery-hover-content h4 {
    margin: 0;
}

#gallery .gallery-item {
    margin: 0 auto;
    padding: 10px 25px;
    max-width: 400px;
    text-align: center;
}

#gallery .gallery-item h4 {
    margin: 0;
    text-transform: none;
}

#gallery .gallery-item p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#gallery * {
    z-index: 2;
}

.glyphicon-copyright-mark:before {
	color: #FFC562;
}
.navbar { /**  custom  **/
   background-color: #000;
   width: 100%;
}
.navbar-home {
   background-color: #000;
   color: #fff;
}

.section-heading { 
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;
   padding-bottom: 0;
}
.section-subheading {
   margin-top: 0.5em !important;
}
.text-muted {
    color: #141414 !important;
}
.wizbooth {
	color:#9C0; 
}


/**  @ MEDIA QUERIES  **/

@media (min-width: 320px) and (max-width: 768px) {
  .g5of10 {
	margin-bottom: 1.5em;
    width: 100%;
  }
.circle {
	background: rgba(255,0,0,0.4);
	color: #FFFFFF;
    height: 200px;
	margin-left: 25%;
	margin-top: 0;
    position: relative;
    width: 200px;
    background: rgba(255,0,0,0.4);
    -moz-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
}
  
}
