.grid#sc_our_team {
overflow: hidden;
width: 100%;
}
.grid#sc_our_team .sc_team_member {
overflow: hidden;
box-sizing: border-box;
padding: 5px 5px 5px 5px;
}
.grid#sc_our_team .sc_team_member:hover .icons {
bottom: 20px;
}
.grid#sc_our_team .sc_team_member:hover .sc_team_member_name,
.grid#sc_our_team .sc_team_member:hover .sc_team_member_jobtitle {
left: -100%;
}
.grid#sc_our_team .sc_team_member .wp-post-image {
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
}
.grid#sc_our_team .sc_team_member .wp-post-image.zoomIn {
transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
}
.grid#sc_our_team .sc_team_member .icons {
z-index: 9;
position: absolute;
bottom: -100px;
display: block;
width: 100%;
text-align: center;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
}
.grid#sc_our_team .sc_team_member .icons.hidden {
display: none;
}
.grid#sc_our_team .sc_team_member .sc_team_content {
display: none;
}
.grid#sc_our_team .sc_team_member .icons img {
width: 25px;
}
.grid#sc_our_team .sc_team_member .sc_team_member_jobtitle,
.grid#sc_our_team .sc_team_member .sc_team_member_name {
height: 24px;
line-height: 26px;
}
.grid#sc_our_team .sc_team_member img.wp-post-image {
width: 100%;
height: auto !important;
max-width: inherit;
display: block;
margin: 0 auto 0 auto;
float: none;
border: none;
padding: 0 0 0 0;
}
.grid#sc_our_team .sc_team_member .sc_team_member_name {
padding: 0 30px 0 30px;
position: absolute;
left: 0;
bottom: 40px;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
overflow: hidden;
opacity: 0.9;
color: #fff;
}
.grid#sc_our_team .sc_team_member .sc_team_member_jobtitle {
position: absolute;
bottom: 16px;
left: 0;
padding: 0 30px 0 30px;
color: #fff;
transition: 0.35s all ease-in-out;
-moz-transition: 0.35s all ease-in-out;
-webkit-transition: 0.35s all ease-in-out;
opacity: 0.9;
}
.grid#sc_our_team .sc_team_member_inner {
height: 170px;
overflow: hidden;
background-size: cover;
position: relative;
text-align: center;
background: #404040;
}
.grid#sc_our_team .sc_team_member .sc_team_member_overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
padding: 0 10px;
color: #fff;
background: rgba(50, 50, 50, 0.5);
display: none;
}
.grid#sc_our_team .sc_team_member .sc_team_more {
position: absolute;
margin: -25px 0 0 0;
width: 100%;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
top: -25px;
}
.grid#sc_our_team .sc_team_member .sc_team_more.show {
top: 50%;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.grid#sc_our_team .sc_team_member .sc_team_member_name a {
color: #fff;
}
@media(min-width: 768px) {
.grid#sc_our_team .sc_team_member {
float: left;
}
}
@media(min-width: 767px) and (max-width: 980px) {
#sc_our_team.grid.sc-col4 .sc_team_member,
#sc_our_team.grid.sc-col3 .sc_team_member,
#sc_our_team.grid.sc-col2 .sc_team_member,
#sc_our_team.grid.sc-col5 .sc_team_member {
width: 45%;
margin: 0 4% 15px 0;
}
}
@media(max-width: 767px) {
#sc_our_team.grid.sc-col4 .sc_team_member,
#sc_our_team.grid.sc-col3 .sc_team_member,
#sc_our_team.grid.sc-col2 .sc_team_member,
#sc_our_team.grid.sc-col5 .sc_team_member {
width: 100%;
margin: 0 0 0 0;
}
} .grid_circles#sc_our_team .sc_team_member:hover .sc_team_member_name,
.grid_circles#sc_our_team .sc_team_member:hover .sc_team_member_jobtitle {
left: -100%;
}
.grid_circles#sc_our_team .sc_team_member .icons {
opacity: 0;
position: absolute;
text-align: center;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
bottom: 20%;
margin: 0 auto 0 auto;
display: block;
width: 100%;
z-index: 9;
}
.grid_circles#sc_our_team .sc_team_member .icons.hidden {
display: none;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_content {
display: none;
}
.grid_circles#sc_our_team .sc_team_member:hover .icons {
opacity: 1;
}
.grid_circles#sc_our_team .sc_team_member .icons img {
width: 25px;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_member_jobtitle,
.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {
height: 24px;
line-height: 26px;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {
position: absolute;
top: 40%;
left: 0;
margin: 0 auto 0 auto;
width: 70%;
display: block;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
opacity: 0.9;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_member_jobtitle {
position: absolute;
top: 40%;
left: 0;
margin: 24px auto 24px auto;
width: 75%;
display: block;
color: #fff;
transition: 0.30s all ease-in-out;
-moz-transition: 0.30s all ease-in-out;
-webkit-transition: 0.30s all ease-in-out;
opacity: 0.9;
}
#sc_our_team.grid_circles .sc_team_member {
margin: 10px auto 10px auto;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_more {
position: absolute;
margin: -25px 0 0 0;
width: 100%;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
top: -25px;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_more.show {
top: 50%;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.grid_circles#sc_our_team .sc_team_member .sc_team_member_name {
color: #fff;
}
.grid_circles#sc_our_team .sc_team_member {
float: left;
overflow: hidden;
border-radius: 100%;
text-align: center;
box-shadow: 0 0 0 4px #fff, 0 0 0 7px #E2E2E2;
position: relative;
}
.grid_circles#sc_our_team .sc_team_member .wp-post-image {
border: none;
padding: 0 0 0 0;
float: none;
margin: 0 0 0 0;
width: 100%;
height: 100%;
max-width: inherit;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_member_overlay {
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
background: rgba(50,50,50,0.7);
color: #fff;
display: none;
border-radius: 100%;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_member_overlay .sc_team_member_name {
margin: 30px 0 0 0;
font-size: 18px;
}
.grid_circles#sc_our_team .icons img {
width: 25px;
}
@media(min-width: 768px){
#sc_our_team.grid_circles.sc-col3 .sc_team_member {
width: 31%;
margin: 1% 1% 1% 1%;
}
#sc_our_team.grid_circles.sc-col4 .sc_team_member {
width: 23%;
margin: 1% 1% 1% 1%;
}
#sc_our_team.grid_circles.sc-col2 .sc_team_member {
width: 48%;
margin: 1% 1% 1% 1%;
}
}
@media(min-width: 767px) and (max-width: 980px) {
#sc_our_team.grid_circles.sc-col4 .sc_team_member,
#sc_our_team.grid_circles.sc-col3 .sc_team_member,
#sc_our_team.grid_circles.sc-col2 .sc_team_member,
#sc_our_team.grid_circles.sc-col5 .sc_team_member {
width: 45%;
margin: 0 4% 15px 0;
}
}
@media( max-width : 767px ) {
#sc_our_team.grid_circles.sc-col4 .sc_team_member,
#sc_our_team.grid_circles.sc-col3 .sc_team_member,
#sc_our_team.grid_circles.sc-col2 .sc_team_member,
#sc_our_team.grid_circles.sc-col5 .sc_team_member {
width: 100%;
}
} .grid_circles2#sc_our_team .sc_team_member .icons {
opacity: 0;
position: absolute;
text-align: center;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
bottom: 20%;
margin: 0 auto 0 auto;
display: block;
width: 100%;
z-index: 9;
}
.grid_circles2#sc_our_team .sc_team_member .icons.hidden {
display: none;
}
.grid_circles2#sc_our_team .sc_team_member .sc_team_content {
display: none;
}
.grid_circles2#sc_our_team .sc_team_member:hover .icons {
opacity: 1;
}
.grid_circles2#sc_our_team .sc_team_member .icons img {
width: 25px;
}
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_name {
margin: 0 auto 0 auto;
text-align: center;
}
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_name a {
border: none;
box-shadow: none;
color: #fff;
}
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_jobtitle {
margin: 24px auto 24px auto;
}
.grid_circles2#sc_our_team .sc_team_member:hover .sc_team_member_name,
.grid_circles2#sc_our_team .sc_team_member:hover .sc_team_member_jobtitle {
opacity: 1;
}
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_name,
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_jobtitle {
position: absolute;
top: 40%;
left: 0;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
z-index: 99;
width: 100%;
text-align: center;
color: #fff;
opacity: 0;
}
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_jobtitle span {
display: inline-block;
padding: 5px 0 0 0;
}
.grid_circles2#sc_our_team .sc_team_member {
float: left;
overflow: hidden;
border-radius: 100%;
text-align: center;
box-shadow: 0 0 0 4px #fff, 0 0 0 7px #E2E2E2;
position: relative;
}
.grid_circles2#sc_our_team .sc_team_member .wp-post-image {
border: none;
padding: 0;
float: none;
margin: 0;
width: 100%;
height: 100%;
max-width: inherit;
}
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_overlay {
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
background: rgba(50, 50, 50, 0.7);
color: #ffffff;
display: none;
border-radius: 100%;
}
.grid_circles#sc_our_team .sc_team_member .sc_team_member_overlay .sc_team_member_name,
.grid_circles2#sc_our_team .sc_team_member .sc_team_member_overlay .sc_team_member_name {
margin: 30px 0 0 0;
font-size: 18px;
}
.grid_circles2#sc_our_team .icons img {
width: 25px;
}
@media(min-width: 768px) {
#sc_our_team.grid_circles2.sc-col3 .sc_team_member {
width: 31%;
margin: 1% 1% 1% 1%;
}
#sc_our_team.grid_circles2.sc-col4 .sc_team_member {
width: 23%;
margin: 1% 1% 1% 1%;
}
#sc_our_team.grid_circles2.sc-col2 .sc_team_member {
width: 48%;
margin: 1% 1% 1% 1%;
}
}
@media(min-width: 767px) and (max-width: 980px) {
#sc_our_team.grid_circles2.sc-col4 .sc_team_member,
#sc_our_team.grid_circles2.sc-col3 .sc_team_member,
#sc_our_team.grid_circles2.sc-col2 .sc_team_member,
#sc_our_team.grid_circles2.sc-col5 .sc_team_member {
width: 45%;
margin: 0 4% 15px 0;
}
}
@media(max-width : 767px) {
#sc_our_team.grid_circles2.sc-col4 .sc_team_member,
#sc_our_team.grid_circles2.sc-col3 .sc_team_member,
#sc_our_team.grid_circles2.sc-col2 .sc_team_member,
#sc_our_team.grid_circles2.sc-col5 .sc_team_member {
width: 100%;
margin: 10px 0 10px 0;
}
}div#sc_our_team.grid2 {
margin: 30px 0 0 0;
}
.grid2 .sc_team_member {
display: block;
-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
box-shadow: 0 0 10px 2px rgba(0,0,0,0.25);
}
.grid2 .sc_team_member_inner {
background-color: #1c1c1c;
color: #fff;
font-size: 14px;
}
.grid2 .sc_team_member_inner .image-container {
height: 300px;
background-position: 50%;
background-size: cover;
position: relative;
float: none;
}
.grid2 .sc_team_member_inner .sc_team_content_short {
padding: 30px 30px 30px 30px;
}
.grid2 .sc_team_member_inner .image-container .image-corner {
width: 75px;
height: 0;
position: absolute;
bottom: 0;
right: 0;
background-size: cover;
background-repeat: no-repeat;
}
.grid2 .sc_team_member_inner .image-container i.icon {
cursor: pointer;
position: absolute;
right: 10px;
bottom: 10px;
color: #fff;
opacity: 0;
font-size: 20px;
}
.grid2 .sc_team_member .sc_team_member_name {
padding: 30px 30px 0 30px;
}
.grid2 .sc_team_member .sc_team_member_jobtitle {
padding: 0 30px 0 30px;
}
.grid2 .sc_team_member .sc_team_member_name a {
color: #fff !important;
} #sc_our_team.grid2.sc-col2 .grid-sizer,
#sc_our_team.grid2.sc-col2 .sc_team_member {
width: 48%;
} #sc_our_team.grid2.sc-col3 .grid-sizer,
#sc_our_team.grid2.sc-col3 .sc_team_member {
width: 32%;
} #sc_our_team.grid2.sc-col4 .grid-sizer,
#sc_our_team.grid2.sc-col4 .sc_team_member {
width: 23.5%;
} #sc_our_team.grid2.sc-col5 .grid-sizer,
#sc_our_team.grid2.sc-col5 .sc_team_member {
width: 18.4%;
}
.grid2 .gutter-sizer {
width: 2%;
}
#sc_our_team.grid2 .sc_team_member {
margin-bottom: 20px !important;
}
#sc_our_team.grid2 .sc_team_member .icons {
text-align: center;
margin: 0 0 8px 0;
padding: 15px 25px 15px 25px;
}
#sc_our_team.grid2 .sc_team_member .icons a img {
width: 28px;
height: 28px;
margin: 0 2px 2px 2px;
}
#sc_our_team.grid2 .sc_team_member .icons a:last-of-type span {
margin-right: 0;
}
@media (max-width: 991px) {
#sc_our_team.grid2 .sc_team_member {
margin-bottom: 15px !important;
}
} div#sc_our_team.grid3 {
margin: 30px 0 0 0;
}
.grid3 .sc_team_member {
display: block;
}
.grid3 .sc_team_member_inner .image-container {
height: 300px;
background-position: 50%;
background-size: cover;
position: relative;
border-radius: 5px;
float: none;
}
.grid3 .sc_team_member .sc_team_member_name {
padding: 10px 0 0 0;
text-align: center;
}
.grid3 .sc_team_member .sc_team_member_jobtitle {
color: #1c1c1c;
text-align: center;
}
.grid3 .sc_team_member .sc_team_content_short {
padding: 15px 0 15px 0;
text-align: center;
}
div#sc_our_team_filter {
padding: 20px 0 0 0;
}
#sc_our_team_filter hr {
margin: 25px 0 0 0 !important;
}
#sc_our_team_filter .filter-label {
text-transform: uppercase;
letter-spacing: .125em;
font-size: 16px;
}
#sc_our_team_filter ul.filter-list {
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style: none;
}
#sc_our_team_filter ul.filter-list li,
.ots-team-view button.ots-search-button,
.ots-team-view button.ots-search-reset-button{
display: inline-block;
background-color: #f5f5f5;
cursor: pointer;
padding: 10px 20px 10px 20px;
border-radius: 3px;
border: thin solid #cacaca;
margin-bottom: 5px;
outline: none;
}
.ots-team-view input.ots-search-bar {
padding: 10px 20px 10px 20px;
outline: none;
}
.ots-team-view select.ots-search-group {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 10px 40px 10px 20px;
background: #f5f5f5 url(//www.attractionsmarketing.co.uk/wp-content/plugins/smartcat_our_team/assets/images/arrow.png) no-repeat 90% 50%;
background-size: 15px;
outline: none;
cursor: pointer;
}
#sc_our_team.grid3 .image-container a {
width: 100%;
height: 100%;
display: block !important;
}
#sc_our_team.grid3 .icons {
padding: 15px 0 15px 0;
text-align: center;
}
#sc_our_team.grid3 .icons span {
color: #fff;
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
margin: 0 3px 3px 0;
text-align: center;
} #sc_our_team.grid3.sc-col2 .grid-sizer,
#sc_our_team.grid3.sc-col2 .sc_team_member {
width: 48%;
} #sc_our_team.grid3.sc-col3 .grid-sizer,
#sc_our_team.grid3.sc-col3 .sc_team_member {
width: 32%;
} #sc_our_team.grid3.sc-col4 .grid-sizer,
#sc_our_team.grid3.sc-col4 .sc_team_member {
width: 23.5%;
} #sc_our_team.grid3.sc-col5 .grid-sizer,
#sc_our_team.grid3.sc-col5 .sc_team_member {
width: 18.4%;
}
.grid3 .gutter-sizer {
width: 2%;
}
#sc_our_team.grid3 .sc_team_member {
margin: 0 0 20px 0;
}
@media (max-width: 991px) {
#sc_our_team.grid3 .sc_team_member {
margin: 0 0 15px 0;
}
} .honeycombs {
position: relative;
overflow: hidden;
width: 100%;
text-align: center;
}
.honeycombs .inner_span {
display: block;
height: 100%;
width: 100%;
font-family: sans-serif;
color: #000;
opacity: 0.8;
}
.honeycombs .inner-text {
padding: 35% 0 0 0;
font-size: 18px;
}
.honeycombs .inner-text a {
text-decoration: none;
}
.honeycombs .honeycombs-inner-wrapper {
display: inline-block;
overflow: hidden;
width: 700px;
position: relative;
height: 1200px;
}
.honeycombs .comb {
position: absolute;
display: inline-block;
}
.honeycombs .hex_l,
.honeycombs .hex_r {
overflow: hidden;
position: absolute;
}
.honeycombs .hex_l {
visibility: hidden;
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
}
.honeycombs .hex_r {
visibility: hidden;
-moz-transform: rotate(-120deg);
-ms-transform: rotate(-120deg);
-o-transform: rotate(-120deg);
-webkit-transform: rotate(-120deg);
transform: rotate(-120deg);
}
.honeycombs .hex_inner {
display: block;
visibility: visible;
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
cursor: pointer;
}
.honeycombs .comb .team_member_link {
display: block;
position: absolute;
height: 100%;
width: 100%;
z-index: 10;
}
.honeycombs a {
text-decoration: none;
border: none;
box-shadow: none !important;
} .stacked#sc_our_team .sc_team_member {
width: 100%;
overflow: hidden;
border-bottom: 2px solid #333;
padding: 15px 0 15px 0;
margin: 0 0 15px 0;
clear: both;
}
.stacked#sc_our_team .sc_team_member .sc_team_content {
display: none;
}
.stacked#sc_our_team .sc_team_member .sc_team_member_left {
float: left;
width: 25%;
text-align: center;
}
.stacked#sc_our_team .sc_team_member .sc_team_member_right {
float: right;
width: 70%;
}
.stacked#sc_our_team .sc_team_member .wp-post-image {
width: 100%;
}
.stacked#sc_our_team .sc_team_member .sc_team_member_name {
margin: 10px 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px dashed #404040;
}
.stacked#sc_our_team .sc_team_member .sc_team_member_jobtitle {
line-height: 20px;
margin: 10px 0 10px 0;
}
.stacked#sc_our_team .sc_team_member .sc_team_member_name a {
text-decoration: none;
border: none;
box-shadow: none;
}
.stacked#sc_our_team .sc_team_member .sc_team_skills,
.stacked#sc_our_team .sc_team_member .sc_team_tags,
.stacked#sc_our_team .sc_team_member .sc_team_posts {
display: none;
}
.stacked#sc_our_team .sc_team_member .icons {
margin: 15px 0 0 0;
}
.stacked#sc_our_team .icons img {
width: 30px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin-right: 10px;
transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
}
@media( max-width : 767px ) {
#sc_our_team.stacked .sc_team_member .sc_team_member_left,
#sc_our_team.stacked .sc_team_member .sc_team_member_right {
margin: 10px auto 10px auto;
width: 90%;
float: none;
}
#sc_our_team.stacked .sc_team_member .icons {
text-align: center;
padding: 0 4px 0 4px;
}
} div.dataTables_wrapper table.dataTable.sc-team-table {
border-collapse: collapse;
}
div.dataTables_wrapper table.sc-team-table thead tr th {
font-weight: 400;
}
div.dataTables_wrapper table.dataTable.sc-team-table tbody td {
font-weight: 400;
}
div.dataTables_wrapper table.dataTable.sc-team-table tbody tr.odd td.sorting_1,
div.dataTables_wrapper table.dataTable.sc-team-table tbody tr.even td.sorting_1 {
font-weight: 300;
}
div.dataTables_wrapper .sc-team-table div.dataTables_info,
div.dataTables_wrapper .sc-team-table div.dataTables_paginate,
div.dataTables_wrapper .sc-team-table div.dataTables_filter label {
text-transform: uppercase;
font-size: 12px;
padding: 0 0 11px 0;
margin: 5px 0 0 0;
font-weight: 400;
}
div.dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button.current {
border: none;
}
div.dataTables_wrapper div.checkbox {
margin: 0 0 0 0 !important;
}
div.dataTables_wrapper table thead tr {
color: #fff;
}
div.dataTables_wrapper table thead tr th {
border: thin solid #fff;
}
div.dataTables_wrapper div.dataTables_paginate.paging_simple_numbers a.paginate_button.current {
color: #fff !important;
}
#sc_our_team .dataTables_wrapper .dataTables_filter input[type=search] {
margin: 0 0 5px 0;
outline: none;
border-radius: 15px;
padding: 5px 10px 5px 10px;
font-size: 13px;
} .carousel#sc_our_team .sc_team_member {
padding: 10px 10px 10px 10px;
position: relative;
}
.carousel#sc_our_team .sc_team_member .sc_team_icon-quote-left {
font-size: 18px;
line-height: 18px;
}
.carousel#sc_our_team .sc_team_member .sc_personal_quote_content {
font-size: 14px;
line-height: 16px;
width: 80%;
}
.carousel#sc_our_team .sc_team_member .sc_personal_quote {
margin: 10px 0 0 0;
font-size: 16px;
}
.carousel#sc_our_team .sc_team_member .wp-post-image {
float: none;
width: 100%;
}
.carousel#sc_our_team .sc_team_member .sc_team_member_name {
text-align: left;
padding: 15px 0 0 0;
font-weight: 600;
font-size: 16px;
}
.carousel#sc_our_team .sc_team_member .sc_team_member_name a {
border: none;
box-shadow: none;
text-decoration: none;
}
.carousel#sc_our_team .sc_team_member .sc_team_member_jobtitle {
padding: 5px 0 15px 0;
font-weight: 400;
border-top: 1px solid #cacaca;
display: inline-block;
margin: 0 auto 0 auto;
text-align: left;
font-size: 16px;
width: 100%;
}
.carousel#sc_our_team .sc_team_member .icons {
text-align: center;
margin: 15px 0 0 0;
}
.carousel#sc_our_team .sc_team_member .icons a {
display: inline-block;
width: 25px;
margin: 0 5px 0 0;
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
margin: 10px 0 0 0;
text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
color: #fff;
display: inline-block;
zoom: 1;
*display: inline;
margin: 5px;
padding: 3px 10px 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #869791;
filter: Alpha(Opacity=50);
opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #fff;
padding: 2px 10px 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-origin {
-webkit-perspective: 1200px;
-moz-perspective : 1200px;
perspective : 1200px;
}
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}.sc_team_single_member.sidebar {
width: 100%;
margin: 0 auto 0 auto;
}
#sc_team_sidebar_body .sc_social img {
max-width: 30px;
margin: 4px 4px 4px 4px;
}
#sc_team_sidebar_body .social span {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0 5px 5px 0;
color: #fff;
transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
text-align: center;
}
#sc_team_sidebar_body .social span.sc_team_icon-facebook:hover {
background: #3b5998;
}
#sc_team_sidebar_body .social span.sc_team_icon-twitter:hover {
background: #00aced;
}
#sc_team_sidebar_body .social span.sc_team_icon-linkedin:hover {
background: #007bb6;
}
#sc_team_sidebar_body  .social span.sc_team_icon-google-plus:hover {
background: #dd4b39;
}
#sc_team_sidebar_body .social span.sc_team_icon-envelope-o:hover {
background: #0072b1;
}
#sc_team_sidebar_body .social span.sc_team_icon-phone:hover {
background: #00bf8f;
}
#sc_team_sidebar_body .social span.sc_team_icon-instagram:hover {
background: #125688;
}
#sc_team_sidebar_body .social span.sc_team_icon-share-alt:hover {
background: #DAA819;
}
#sc_team_sidebar_body .social span.sc_team_icon-pinterest-p:hover {
background: #cb2027;
}
@media(min-width: 768px) {
.sc_team_single_member.sidebar #sc_team_sidebar_staff_list {
float: left;
width: 20%;
}
.sc_team_single_member.sidebar #sc_team_sidebar_body {
float: left;
width: 56%;
margin: 0 2% 0 2%;
}
.sc_team_single_member.sidebar #sc_team_sidebar_profile {
float: left;
width: 20%;
}
}
.sc_team_single_member.sidebar #sc_team_sidebar_profile .sc_team_profile_image img {
width: 100%;
}
#sc_team_sidebar_profile > div.sc_team_profile_image.circle {
text-align: center;
}
#sc_team_sidebar_profile div.sc_team_profile_image.circle img {
border-radius: 100%;
border-bottom: none !important;
height: 200px;
width: 200px !important;
}
.sc_team_single_member.sidebar #sc_team_sidebar_staff_list {
background-color: #fff;
padding: 15px 15px 15px 15px;
margin-bottom: 15px;
}
.sc_team_single_member.sidebar #sc_team_sidebar_body {
background-color: #fff;
padding: 30px 30px 30px 30px;
margin: 0 0 15px 0;
}
.sc_team_single_member.sidebar #sc_team_sidebar_profile {
background-color: #fff;
margin: 0 0 15px 0;
}
.sc_team_single_member.sidebar .sc_personal_quote {
background-color: #fff;
color: #1c1c1c;
text-align: center;
padding: 15px 15px 15px 15px;
}
.sc_team_single_member.sidebar .sc_personal_quote span {
font-size: 18px;
float: none;
margin: 0 0 0 0;
}
.sc_team_single_member.sidebar .sc_team_single_skills,
.sc_team_single_member.sidebar .sc-tags {
float: none;
width: 100%;
padding: 15px 15px 15px 15px;
color: #1c1c1c;
}
.sc_team_single_member.sidebar #sc_team_sidebar_profile hr {
margin: 5px 15px 5px 15px;
}
.sc_team_single_member.sidebar #sc_team_sidebar_body .name {
font-size: 46px;
margin: 0 0 0 0;
}
.sc_team_single_member.sidebar #sc_team_sidebar_body .title {
font-size: 18px;
margin: 0 0 0 0;
}
.sc_team_single_member.sidebar #sc_team_sidebar_body hr {
margin: 10px 0 10px 0;
}
.sc_team_single_member.sidebar .social {
margin: 20px 0 20px 0;
}
.sc_team_single_member.sidebar .social span {
color: #fff;
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
margin: 0 3px 3px 0;
text-align: center;
}
.sc_team_single_member.sidebar ul.sc_team_list,
.sc_team_single_member.sidebar ul.sc_team_list ul {
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style: none;
}
.sc_team_single_member.sidebar .sc_team_list .sc_team_group {
padding: 0 0 15px 0;
}
.sc_team_single_member.sidebar .sc_team_list .sc_team_group span {
text-transform: uppercase;
letter-spacing: .125em;
color: #1c1c1c;
display: inline-block;
padding: 5px 0 5px 0;
cursor: pointer;
}
.sc_team_single_member.sidebar .sc_team_list .sc_team_group .sc_team_group_members li {
padding: 5px 0 5px 0;
}
.sc_team_single_member.sidebar .sc_team_list .sc_team_group .sc_team_group_members li:last-of-type {
border: none;
}
.sc_team_single_member.sidebar .sc-team-member-posts .width25.left {
display: none;
}
.sc_team_single_member.sidebar .sc-team-member-posts .width75.left {
width: 100%;
background-color: #f5f5f5;
border-radius: 3px;
padding: 10px 20px 10px 20px;
}
.sc_team_single_member.sidebar .sc-team-member-posts .width75.left a {
color: #1c1c1c;
} .sc-single-wrapper {
padding: 15px 0 15px 0;
max-width: 1170px;
margin: 0 auto 0 auto;
}
.sc_single_main .articles {
margin: 20px 0 0 0;
}
.sc_team_single_member .sc_single_side .social span {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0 5px 5px 0;
color: #fff;
transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
text-align: center;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-facebook:hover {
background: #3b5998;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-twitter:hover {
background: #00aced;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-linkedin:hover {
background: #007bb6;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-google-plus:hover {
background: #dd4b39;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-envelope-o:hover {
background: #0072b1;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-phone:hover {
background: #00bf8f;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-instagram:hover {
background: #125688;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-share-alt:hover {
background: #daa819;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-pinterest-p:hover {
background: #cb2027;
}
.sc_team_single_member {
overflow: hidden;
}
.sc_team_single_member .sc_single_side .social {
margin: 10px 0 0 0;
text-align: center;
}
.sc_team_single_member .sc_single_side .social img {
max-width: 30px;
margin: 2px 2px 2px 2px;
}
.sc_team_single_member .sc_single_side .social .sc-social {
width: 25px;
position: relative;
top: 7px;
padding: 0 0 5px 0;
}
.sc_team_single_member .sc_single_side .name {
font-size: 22px;
margin: 12px 0 7px 0;
text-align: center;
border-bottom: 1px solid #e1e1e1;
padding: 0 0 10px 0;
text-transform: uppercase;
color: #333;
font-weight: 400;
}
.sc_team_single_member .sc_single_side .title {
text-align: center;
font-weight: 400;
}
.sc_team_single_member .circle .wp-post-image {
border-radius: 100%;
width: 200px;
height: 200px;
margin: 0 auto 0 auto;
text-align: center;
display: block;
}
.sc_team_single_member .inner {
background: rgba(150, 150, 150, 0.2);
padding: 15px 15px 15px 15px;
margin: 0 0 15px 0;
}
.sc_team_single_member .sc_single_main {
margin: 10px 10px 10px 10px;
}
.sc_team_single_member .sc_single_main .sc_personal_quote {
padding: 15px 0 15px 0;
}
.smartcat_team_single_icons img.sc-social,
.smartcat_team_single_icons img {
width: 25px !important;
margin: 0 10px 0 0 !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.sc_team_single_member .wp-post-image {
width: 100%;
}
.sc_team_single_member .articles hr {
border-bottom: 1px solid #b9b9b9;
margin: 15px 0 15px 0;
}
.sc_team_single_member .articles h2 {
margin: 0 10px 0 10px;
}
.sc_team_single_member .articles .article {
background: #fff;
margin: 10px 0 10px 0;
background: rgba(150, 150, 150, 0.2);
padding: 10px 10px 10px 10px;
}
@media ( min-width: 768px ) {
.sc_team_single_member .sc_single_side .title {
font-size: 17px;
}
.sc_team_single_member .sc_single_side {
float: left;
width: 25%;
box-sizing: border-box;
}
.sc_team_single_member .sc_single_main {
float: left;
width: 71%;
margin-left: 2%;
margin-top: 0;
padding: 15px 15px 15px 15px;
box-sizing: border-box;
background: rgba(150, 150, 150, 0.2);
}
.sc_team_single_member .wp-post-image {
width: 100%;
}
.sc_team_single_member .sc_single_main.sc-skills {
width: 46%;
margin: 0 2% 0 2%;
}
.sc_team_single_member .sc_team_single_skills {
width: 25%;
float: left;
}
}.sc-single-wrapper {
padding: 15px 0 15px 0;
max-width: 1170px;
margin: 0 auto 0 auto;
}
.sc_single_main .articles {
margin: 20px 0 0 0;
}
.sc_team_single_member .sc_single_side .social span {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
margin: 0 5px 5px 0;
color: #fff;
transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
text-align: center;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-facebook:hover {
background: #3b5998;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-twitter:hover {
background: #00aced;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-linkedin:hover {
background: #007bb6;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-google-plus:hover {
background: #dd4b39;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-envelope-o:hover {
background: #0072b1;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-phone:hover {
background: #00bf8f;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-instagram:hover {
background: #125688;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-share-alt:hover {
background: #daa819;
}
.sc_team_single_member .sc_single_side .social span.sc_team_icon-pinterest-p:hover {
background: #cb2027;
}
.sc_team_single_member {
overflow: hidden;
}
.sc_team_single_member .sc_single_side .social {
margin: 10px 0 0 0;
text-align: center;
}
.sc_team_single_member .sc_single_side .social img {
max-width: 30px;
margin: 2px 2px 2px 2px;
}
.sc_team_single_member .sc_single_side .social .sc-social {
width: 25px;
position: relative;
top: 7px;
padding: 0 0 5px 0;
}
.sc_team_single_member .sc_single_side .name {
font-size: 22px;
margin: 12px 0 7px 0;
text-align: center;
border-bottom: 1px solid #e1e1e1;
padding: 0 0 10px 0;
text-transform: uppercase;
color: #333;
font-weight: 400;
}
.sc_team_single_member .sc_single_side .title {
text-align: center;
font-weight: 400;
}
.sc_team_single_member .circle .wp-post-image {
border-radius: 100%;
width: 200px;
height: 200px;
margin: 0 auto 0 auto;
text-align: center;
display: block;
}
.sc_team_single_member .inner {
background: rgba(150, 150, 150, 0.2);
padding: 15px 15px 15px 15px;
margin: 0 0 15px 0;
}
.sc_team_single_member .sc_single_main {
margin: 10px 10px 10px 10px;
}
.sc_team_single_member .sc_single_main .sc_personal_quote {
padding: 15px 0 15px 0;
}
.smartcat_team_single_icons img.sc-social,
.smartcat_team_single_icons img {
width: 25px !important;
margin: 0 10px 0 0 !important;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.sc_team_single_member .wp-post-image {
width: 100%;
}
.sc_team_single_member .articles hr {
border-bottom: 1px solid #b9b9b9;
margin: 15px 0 15px 0;
}
.sc_team_single_member .articles h2 {
margin: 0 10px 0 10px;
}
.sc_team_single_member .articles .article {
background: #fff;
margin: 10px 0 10px 0;
background: rgba(150, 150, 150, 0.2);
padding: 10px 10px 10px 10px;
}
@media ( min-width: 768px ) {
.sc_team_single_member .sc_single_side .title {
font-size: 17px;
}
.sc_team_single_member .sc_single_side {
float: left;
width: 25%;
box-sizing: border-box;
}
.sc_team_single_member .sc_single_main {
float: left;
width: 71%;
margin-left: 2%;
margin-top: 0;
padding: 15px 15px 15px 15px;
box-sizing: border-box;
background: rgba(150, 150, 150, 0.2);
}
.sc_team_single_member .wp-post-image {
width: 100%;
}
.sc_team_single_member .sc_single_main.sc-skills {
width: 46%;
margin: 0 2% 0 2%;
}
.sc_team_single_member .sc_team_single_skills {
width: 25%;
float: left;
}
}#sc_our_team_lightbox {
color: #333;
text-align: left;
}
#sc_our_team_lightbox .sc_team_icon-close {
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 20px;
cursor: pointer;
margin: 5px 0 0 0;
}
#sc_our_team_lightbox .skills-title,
#sc_our_team_lightbox .sc-tags {
margin: 20px 0 20px 0!important;
}
#sc_our_team_lightbox .sc-tags .skills-title,
#sc_our_team_lightbox .sc-posts {
border-top: 1px solid #e9e9e9;
overflow: hidden;
padding: 10px 0 0 0;
}
#sc_our_team_lightbox .sc_team_icon-close {
color: #969696;
}
#sc_our_team_lightbox .sc_personal_quote {
margin: 15px 0 0 0;
}
#sc_our_team_lightbox .sc_personal_quote .sc_team_icon-quote-left {
font-size: 20px;
padding: 0 5px 0 5px;
line-height: 20px;
}
#sc_our_team_lightbox .sc_personal_quote .sc_personal_quote_content {
font-size: 20px;
line-height: 22px;
}
#sc_our_team_lightbox {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
background: rgba(0, 0, 0, 0.75);
display: none;
}
#sc_our_team_lightbox .sc-team-member-post {
margin: 0 0 10px 0;
}
#sc_our_team_lightbox .icons {
display: none;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social a img {
width: 21px;
display: inline-block;
margin: 0 3px 3px 0;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social a {
text-decoration: none;
border: none;
box-shadow: none;
}
#sc_our_team_lightbox .progress {
height: 14px;
margin: 0 0 15px 0;
overflow: hidden;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
#sc_our_team_lightbox .progress span {
color: #fff;
float: right;
padding: 0 10px 0 0;
font-size: 11px;
line-height: 14px;
font-weight: 700;
}
#sc_our_team_lightbox .title {
font-weight: 600;
font-size: 18px;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social {
margin: 12px 0 0 0;
border-bottom: 1px solid rgb(233, 233, 233);
padding: 0 0 10px 0;
}
#sc_our_team_lightbox .sc_our_team_lightbox {
box-shadow: 0 0 4px #fff;
-moz-box-shadow: 0 0 4px #fff;
-webkit-box-shadow: 0 0 4px #fff;
overflow: hidden;
display: none;
background: #fff;
width: 90%;
margin: 0 auto 0 auto;
position: relative;
}
#sc_our_team_lightbox .sc_our_team_lightbox .skills {
font-size: 14px;
margin: 15px 0 0 0;
font-weight: 500;
}
.sc_our_team_lightbox .image.circle {
width: 155px;
height: 155px;
border-radius: 100%;
}
.sc_our_team_lightbox .image.square {
width: 155px;
height: auto;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span {
display: inline-block;
width: 25px;
height: 25px;
line-height: 25px;
margin: 0 3px 3px 0;
color: #fff;
transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
text-align: center;
font-size: 12px;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-facebook:hover {
background: #3b5998;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-twitter:hover {
background: #00aced;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-linkedin:hover {
background: #007bb6;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-google-plus:hover {
background: #dd4b39;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-envelope-o:hover {
background: #0072b1;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-phone:hover {
background: #00bf8f;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-instagram:hover {
background: #125688;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-share-alt:hover {
background: #DAA819;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social span.sc_team_icon-pinterest-p:hover {
background: #cb2027;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social  span.sc_team_icon-whatsapp:hover {
background: #00e676;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social  span.sc_team_icon-etsy:hover {
background: #f56400;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social  span.sc_team_icon-skype:hover {
background: #00aff0;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social  span.sc_team_icon-vimeo:hover {
background: #00adef;
}
#sc_our_team_lightbox .sc_our_team_lightbox .social  span.sc_team_icon-soundcloud:hover {
background: #ff5500;
}
#sc_our_team_lightbox ::-webkit-scrollbar {
width: 4px;
}
#sc_our_team_lightbox ::-webkit-scrollbar-thumb {
background: rgba(75, 75, 75, 0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#sc_our_team_lightbox ::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 0, 0, 0.4);
}
#sc_our_team_lightbox .sc_our_team_lightbox .sc-team-member-post .wp-post-image {
max-width: inherit;
width: 100%;
padding: 0 0 0 0;
}
@media(min-width: 768px) {
#sc_our_team_lightbox .sc_our_team_lightbox {
padding: 15px 0 15px 0;
margin: 50px auto 0 auto;
width: 750px;
height: 400px;
max-height: 80%;
overflow-y: scroll;
position: relative;
}
#sc_our_team_lightbox .sc_our_team_lightbox .name,
#sc_our_team_lightbox .sc_our_team_lightbox .skills-title {
font-size: 26px;
line-height: 28px;
margin: 0 0 0 0;
}
#sc_our_team_lightbox .sc_our_team_lightbox .sc-content {
font-size: 15px;
line-height: 18px;
}
#sc_our_team_lightbox .sc_our_team_lightbox .title {
font-size: 20px;
margin: 15px 0 0 0;
}
}
@media(max-width: 767px) {
#sc_our_team_lightbox .sc_our_team_lightbox {
overflow-y: scroll;
max-height: 80%;
}
#sc_our_team_lightbox .sc_our_team_lightbox .image {
margin: 0 auto 0 auto;
display: block;
}
#sc_our_team_lightbox .sc_our_team_lightbox .name,
#sc_our_team_lightbox .sc_our_team_lightbox .skills-title {
font-size: 26px;
}
#sc_our_team_lightbox .sc_our_team_lightbox .name {
font-size: 30px;
margin: 16px 0 16px 0;
}
#sc_our_team_lightbox .sc_our_team_lightbox .sc-content  {
font-size: 15px;
line-height: 18px;
}
#sc_our_team_lightbox .sc_our_team_lightbox .title {
font-size: 20px;
text-align: center;
margin: 30px 0 30px 0;
}
.sc_our_team_lightbox .social {
text-align: center;
}
#sc_our_team_lightbox .width25.left {
margin: 50px 0 0 0;
}
#sc_our_team_lightbox .sc_our_team_lightbox .sc-team-member-posts {
text-align: center;
}
#sc_our_team_lightbox .sc_our_team_lightbox .left {
padding: 0 20px 0 20px !important;
}
#sc_our_team_lightbox .sc-team-member-post .width75 {
margin: 5px 0 0 0;
}
#sc_our_team_lightbox .sc-team-member-post .width25 {
margin: 10px 0 0 0;
}
} #sc_our_team_panel {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 999;
background: rgba(0,0,0,0.75);
display: none;
text-align: left;
}
.sc_our_team_panel {
position: fixed;
top: 0;
right: -600px;
height: 100%;
z-index: 99999999;
width: 500px;
background: #313131;
transition: 0.45s all ease-in-out;
-moz-transition: 0.45s all ease-in-out;
-webkit-transition: 0.45s all ease-in-out;
}
.sc_our_team_panel .sc-left-panel .sc-social a {
text-decoration: none !important;
border: none;
box-shadow: none;
}
.sc_our_team_panel.slidein {
right: 0;
display: block;
}
.sc_our_team_panel .sc-left-panel {
width: 40px;
left: 0;
height: 100%;
background: #212121;
text-align: center;
float: left;
}
.sc_our_team_panel .sc-left-panel .sc-social img {
width: 25px;
display: block;
margin: 10px auto 10px auto;
}
.sc_our_team_panel .sc-right-panel {
height: 100%;
position: relative;
overflow-y: scroll;
overflow-x: hidden;
padding: 0 0 0 0;
}
.sc_our_team_panel .sc-right-panel .sc-close {
float: right;
}
.sc_our_team_panel .sc-right-panel .sc_team_icon-close {
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 20px;
cursor: pointer;
margin: 5px 0 0 0;
}
.sc_our_team_panel .sc-team-member-posts {
padding: 0 20px 0 20px;
overflow: hidden;
}
.sc_our_team_panel .sc-team-member-post {
margin: 10px 0 10px 0;
}
.sc_our_team_panel .sc-team-member-posts .sc-team-member-post .wp-post-image {
margin: 0 10px 0 0;
padding: 0 0 0 0;
max-width: inherit;
width: 100%;
}
.sc_our_team_panel .sc-team-member-posts .sc-team-member-post .width75 {
margin: 10px 0 10px 0;
padding: 0 0 0 0;
}
.sc_our_team_panel .sc-right-panel .sc-skills .skills-title,
.sc_our_team_panel .sc-right-panel .sc-tags .skills-title {
margin: 0 0 0 -20px;
}
.sc_our_team_panel .sc-right-panel .sc-name {
text-align: left;
margin: 0 0 0 0;
padding: 10px 15px 10px 15px;
color: #fff;
font-size: 26px;
line-height: 30px;
min-height: 50px;
}
.sc_our_team_panel .sc-right-panel .sc-title {
margin: 0 0 0 0;
padding: 20px 15px 15px 20px;
color: #fff;
}
.sc_our_team_panel .sc-right-panel .sc_personal_quote {
padding: 10px 20px 10px 20px;
color: #f9f9f9;
}
.sc_our_team_panel .sc-right-panel .sc_personal_quote .sc_team_icon-quote-left {
font-size: 30px;
line-height: 30px;
width: 30px;
}
.sc_our_team_panel .sc-right-panel .sc_personal_quote .sc_personal_quote_content {
font-size: 20px;
line-height: 24px;
margin: 0 0 10px 10px;
}
.sc_our_team_panel .sc-right-panel .sc-content p,
.sc_our_team_panel .sc-right-panel .sc-content {
color: #c7c7c7;
padding: 0 10px 0 10px;
}
.sc_our_team_panel .sc-right-panel .skills-title {
border-top: 1px solid #414141;
padding: 15px 20px 15px 20px;
color: #fff;
margin: 10px 0 0 0;
}
.sc_our_team_panel .sc-right-panel .sc-skills,
.sc_our_team_panel .sc-right-panel .sc-tags {
padding: 5px 20px 5px 20px;
color: #fff;
}
.sc_our_team_panel .sc-right-panel .progress span {
color: #fff;
float: right;
padding: 0 10px 0 0;
font-size: 14px;
font-weight: 700;
}
.sc_our_team_panel .sc-right-panel .sc-image {
width: 100%;
margin: 0 0 0 0;
}
.sc_our_team_panel .sc-right-panel .sc-image.circle {
width: 300px;
height: 300px;
border-radius: 300px;
margin: 10px auto 10px auto;
display: block;
}
.sc_our_team_panel .sc-left-panel .sc-social a {
text-decoration: none;
}
.sc_our_team_panel .sc-left-panel .sc-social span {
display: block;
overflow: hidden;
width: 40px;
height: 50px;
font-size: 22px;
text-align: center;
line-height: 50px;
color: #fff;
background: #212121;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
transition: 0.2s all ease-in-out;
-moz-transition: 0.2s all ease-in-out;
-webkit-transition: 0.2s all ease-in-out;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-facebook:hover {
background: #3b5998;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-twitter:hover {
background: #00aced;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-linkedin:hover {
background: #007bb6;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-google-plus:hover {
background: #dd4b39;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-envelope-o:hover {
background: #0072b1;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-phone:hover {
background: #00bf8f;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-instagram:hover {
background: #125688;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-share-alt:hover {
background: #DAA819;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-pinterest-p:hover {
background: #cb2027;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-whatsapp:hover {
background: #00e676;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-etsy:hover {
background: #f56400;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-skype:hover {
background: #00aff0;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-vimeo:hover {
background: #00adef;
}
.sc_our_team_panel .sc-left-panel .sc-social span.sc_team_icon-soundcloud:hover {
background: #ff5500;
}
.sc_our_team_panel ::-webkit-scrollbar {
width: 4px;
}
.sc_our_team_panel ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.sc_our_team_panel ::-webkit-scrollbar-thumb {
background: rgba(75, 75, 75, 0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.sc_our_team_panel ::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.8);
}
.sc_our_team_panel ::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255, 0, 0, 0.4);
}
@media(max-width: 500px) {
.sc_our_team_panel {
width: 100%;
}
.sc_our_team_panel .sc-right-panel {
width: auto;
}
}
@media(min-width: 768px) {
.sc_our_team_panel .sc-team-member-posts .sc-team-member-post .width75 {
margin: 0 0 0 10px;
}
}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//www.attractionsmarketing.co.uk/wp-content/plugins/smartcat_our_team/assets/lib/datatables/DataTables-1.10.15/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//www.attractionsmarketing.co.uk/wp-content/plugins/smartcat_our_team/assets/lib/datatables/DataTables-1.10.15/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//www.attractionsmarketing.co.uk/wp-content/plugins/smartcat_our_team/assets/lib/datatables/DataTables-1.10.15/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//www.attractionsmarketing.co.uk/wp-content/plugins/smartcat_our_team/assets/lib/datatables/DataTables-1.10.15/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//www.attractionsmarketing.co.uk/wp-content/plugins/smartcat_our_team/assets/lib/datatables/DataTables-1.10.15/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead>table,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed>tbody>tr.child td:before{display:none}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}