/* no longer needed to simplfied the single menu
#non-template-top_nav {
    display: none;
}
#top_nav {
    display: block;
}
*/



figure img {
    /*height: 200px;*/
    margin: 0 auto;
}

.service_text {
    padding: 50px;
    display: none;
    background: none repeat scroll 0 0 rgba(33, 171, 202, 0.5);
    color: #fff;
    margin: 10px 0;
}

/* for masonary */
.masonary-row-3 > .masonary-col {
    padding: 0;
    margin: 0;
}
.masonary-row-3 .img-responsive {
    border:0px solid #999;
    width: 100%;
}
/* broken in chrome.
.masonary-row-3 {
    -moz-column-width: 20em;
    -webkit-column-width: 20em;
    -moz-column-gap: 4px;
    -webkit-column-gap:4px;
}
.masonary-row-3 > .col-md-3 {
    display: inline-block;
    padding: 0;
    margin: 0;
    width:  100%;
    float:none;
}
.masonary-row-3 .img-responsive {
    border:0px solid #999;
    width: 100%;
}

.masonary-row-4 {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 4px;
    -webkit-column-gap:4px;
}
.masonary-row-4 > .col-md-4 {
    display: inline-block;
    padding: 0;
    margin: 0;
    width:  100%;
    float:none;
}
.masonary-row-4 .img-responsive {
    border:0px solid #999;
    width: 100%;
}
*/


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    height: 50px;
    width: 50px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    padding: 10px;
    background-color: #000;
    opacity: 0.5;
}




