body {

}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100%;
    max-height:auto;
	padding-left: 5px;
	padding-right: 5px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

/*OUR-TEAM*/

.grid {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    width: 100%;
	margin-top:1.5em;
}
.grid::after, .grid::before {
    content: "";
    display: table;
}
.grid::after {
    clear: both;
}
.grid .grid {
    padding-left: 0;
    padding-right: 0;
}


.circular-image {
    background: #0d87bf none repeat scroll 0 0;
    border-radius: 50% 50% 50% 4px;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    position: relative;
    width: 100%;
}


.circular-image:hover {
    background: #adcf44 none repeat scroll 0 0;
	-ms-transform: rotate(5deg); /* IE 9 */
    -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    transform: rotate(5deg);
    
}


.circular-image img {
    border-radius: 50%;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    z-index: 0;
}
.circle-grid .item {
    box-sizing: border-box;
    display: inline-block;
    max-width: 1140px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.circle-grid .item .node {
    padding: 0 32px 32px;
}
@media screen and (min-width: 568px) {
.circle-grid .item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
}
@media screen and (min-width: 960px) {
.circle-grid .item {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
}
}
.circle-grid .item .circular-image {
    display: block;
    margin-bottom: 32px;
}
.circle-grid .item .heading {
    text-transform: none;
}
.circle-grid .item .heading-small {
    color: #008ccc;
    margin-bottom: 8px;
}
.circle-grid .item .heading-extra-small {
    margin-bottom: 16px;
}
.circle-grid .item .circular-image .trigger {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    height: 14%;
    left: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transform-origin: left bottom 0;
    transition: all 250ms ease 0s;
    width: 14%;
}
.circle-grid .item .circular-image .trigger .trigger-inner {
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.circle-grid .item .circular-image .trigger .icon-eye {
    color: #ccc;
    font-size: 13px;
    line-height: 1;
    text-shadow: none;
}
@media only screen and (min-width: 800px) {
.circle-grid .item .circular-image:hover .trigger {
    background: #1caaeb none repeat scroll 0 0;
}
.circle-grid .item .circular-image:hover .trigger .icon-eye {
    color: #fff;
}
}


