.justify { text-align: justify; }
.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.center { text-align: center; margin: 0 auto; }
.left { text-align: left; float: left; }
.right { text-align: right; float: right; }
.floatleft { float: left; }
.floatright{ float: right; }
.round,
.round img {
    border-radius: 50%;
}
.zoomout,
.zoomin {
    overflow: hidden;
    box-sizing: border-box;
}
.post-text img,
.zoomout img,
.zoomin img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.zoomout img:hover {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}
.zoomin img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.rotate-left,
.rotate-right {
    overflow: hidden;
    box-sizing: border-box;
}
.rotate-left img,
.rotate-right img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.rotate-left img:hover {
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.rotate-right img:hover {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg) ;
}
/*-- End Common CSS --*/

/*CSS for Bootstrap based theme*/
.gs_coaches_area .container {
  padding-left: 0;
  padding-right: 0;
}
.gs_coaches_area .container .row {
  margin-left: -5px;
  margin-right: -5px;
}
.gs_coaches_area .col-xs-1, .gs_coaches_area .col-sm-1, .gs_coaches_area .col-md-1, .gs_coaches_area .col-lg-1, .gs_coaches_area .col-xs-2, .gs_coaches_area .col-sm-2, .gs_coaches_area .col-md-2, .gs_coaches_area .col-lg-2, .gs_coaches_area .col-xs-3, .gs_coaches_area .col-sm-3, .gs_coaches_area .col-md-3, .gs_coaches_area .col-lg-3, .gs_coaches_area .col-xs-4, .gs_coaches_area .col-sm-4, .gs_coaches_area .col-md-4, .gs_coaches_area .col-lg-4, .gs_coaches_area .col-xs-5, .gs_coaches_area .col-sm-5, .gs_coaches_area .col-md-5, .gs_coaches_area .col-lg-5, .gs_coaches_area .col-xs-6, .gs_coaches_area .col-sm-6, .gs_coaches_area .col-md-6, .gs_coaches_area .col-lg-6, .gs_coaches_area .col-xs-7, .gs_coaches_area .col-sm-7, .gs_coaches_area .col-md-7, .gs_coaches_area .col-lg-7, .gs_coaches_area .col-xs-8, .gs_coaches_area .col-sm-8, .gs_coaches_area .col-md-8, .gs_coaches_area .col-lg-8, .gs_coaches_area .col-xs-9, .gs_coaches_area .col-sm-9, .gs_coaches_area .col-md-9, .gs_coaches_area .col-lg-9, .gs_coaches_area .col-xs-10, .gs_coaches_area .col-sm-10, .gs_coaches_area .col-md-10, .gs_coaches_area .col-lg-10, .gs_coaches_area .col-xs-11, .gs_coaches_area .col-sm-11, .gs_coaches_area .col-md-11, .gs_coaches_area .col-lg-11, .gs_coaches_area .col-xs-12, .gs_coaches_area .col-sm-12, .gs_coaches_area .col-md-12, .gs_coaches_area .col-lg-12{
    padding-left: 5px;
    padding-right: 5px;
}
/*CSS for Bootstrap based theme*/

.gs_coach_grid_2 .single-coach,
.gs_coach_grid_1 .single-coach {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.gs_coach_grid_2 .single-coach a,
.gs_coach_grid_1 .single-coach a{
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
    box-shadow: none;
}

.gs_coach_grid_2 .single-coach a:hover,
.gs_coach_grid_1 .single-coach a:hover {
    text-decoration: none;
    box-shadow: none;
}

.gs_coach_grid_2 .single-coach-title,
.gs_coach_grid_1 .single-coach-title {
    margin:15px 0;
    text-align: center;
}
.gs_coach_grid_2 .single-coach:hover .single-coach-overlayer,
.gs_coach_grid_1 .single-coach:hover .single-coach-overlayer {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.gs_coach_grid_1 .gs-coach-details {
    margin-bottom:20%;
}
/*--  GS coaches Grid - 1 --*/
.gs_coach_grid_1 .gs-coach-details a {
    margin-left: 5px;
    font-weight: bold;
    font-style: italic;
    color: #efefef;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.gs_coach_grid_1 .gs-coach-details a:hover {
    text-decoration: none;
    border-bottom: none;
}
.gs_coach_grid_1 .single-coach-overlayer {
    background-color: rgba(0, 188, 212, 0.7);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: translate(0,80px);
    -moz-transform: translate(0,80px);
    -ms-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    transform: translate(0,80px);
    padding: 23% 10px 0;
}

/*-------Social media icon -----------*/

.gs_coach_grid_2 .socialicon,
.gs_coach_grid_1 .socialicon {
    margin:5% 0;
}

.gs_coach_grid_2 .socialicon i,
.gs_coach_grid_1 .socialicon i,
.gs-single-coach-container .socialicon i {
    background-color: grey;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 1;
    text-align:center;
    display:table-cell;
    vertical-align: middle;
}
.gs_coach_grid_1 .socialicon i {
    background-color: #02899A;
}
.gs_coach_grid_3 .socialicon i {
    background-color: #3650e2;
}
.gs_coach_grid_2 .socialicon a,
.gs_coach_grid_1 .socialicon a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 4px;
    box-shadow: none;
}

/*--  GS coaches Grid - 2 --*/
.gs_coach_grid_2 .single-coach-overlayer {
    background-color: #000;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: translate(0,80px);
    -moz-transform: translate(0,80px);
    -ms-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    transform: translate(0,80px);
    padding: 2% 10px 0;
}

/*Social Icon hover color*/
.gs_coach_grid_3 .socialicon i {
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
}

.gs_coach_grid_1 .socialicon .gsc-fb i:hover,
.gs_coach_grid_2 .socialicon .gsc-fb i:hover,
.socialicon .gsc-fb i:hover {
    color: #fff;
    background: #46619d;
}
.gs_coach_grid_1 .socialicon .gsc-link i:hover,
.gs_coach_grid_2 .socialicon .gsc-link i:hover,
.socialicon .gsc-link i:hover {
    color: #fff;
    background: #1988be;
}
.gs_coach_grid_1 .socialicon .gsc-tw i:hover,
.gs_coach_grid_2 .socialicon .gsc-tw i:hover,
.socialicon .gsc-tw i:hover {
    color: #fff;
    background: #1d9ff3;
}
.gs_coach_grid_1 .socialicon .gsc-gplus i:hover,
.gs_coach_grid_2 .socialicon .gsc-gplus i:hover,
.socialicon .gsc-gplus i:hover {
    color: #fff;
    background: #dd4338;
}
.gs_coach_grid_1 .socialicon .gsc-yt i:hover,
.gs_coach_grid_2 .socialicon .gsc-yt i:hover,
.socialicon .gsc-yt i:hover {
    color: #fff;
    background: #e52010;
}
.gs_coach_grid_1 .socialicon .gsc-usr i:hover,
.gs_coach_grid_2 .socialicon .gsc-usr i:hover,
.socialicon .gsc-usr i:hover {
    color: #fff;
    background: #40ac9b;
}

/*Social Icon Transform*/
.gs_coach_grid_2 .gs-coach-info {
    margin-top: 52px;
}
.gs_coach_grid_2 .single-coach:hover .gs-coach-name { color: #fff; }
.gs_coach_drawer_1 .single-coach-overlayer:hover a,
.gs_coach_grid_2 .single-coach-overlayer:hover a {
    text-decoration: none;
}
.gs_coach_grid_1 .single-coach:hover .socialicon a:nth-child(1) i,
.gs_coach_grid_2 .single-coach:hover .socialicon a:nth-child(1) i,
.gs_coach_circle_3 .single-coach:hover .socialicon a:nth-child(1) i {
    transition: all 600ms ease-in-out;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.gs_coach_grid_1 .single-coach:hover .socialicon a:nth-child(2) i,
.gs_coach_grid_2 .single-coach:hover .socialicon a:nth-child(2) i,
.gs_coach_circle_3 .single-coach:hover .socialicon a:nth-child(2) i {
    transition: all 700ms ease-in-out;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.gs_coach_grid_1 .single-coach:hover .socialicon a:nth-child(3) i,
.gs_coach_grid_2 .single-coach:hover .socialicon a:nth-child(3) i {
    transition: all 800ms ease-in-out;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.gs_coach_grid_1 .single-coach:hover .socialicon a:nth-child(4) i,
.gs_coach_grid_2 .single-coach:hover .socialicon a:nth-child(4) i {
    transition: all 900ms ease-in-out;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.gs_coach_grid_1 .single-coach:hover .socialicon a:nth-child(5) i,
.gs_coach_grid_2 .single-coach:hover .socialicon a:nth-child(5) i {
    transition: all 1000ms ease-in-out;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.gs_coach_grid_1 .single-coach:hover .socialicon a:nth-child(6) i,
.gs_coach_grid_2 .single-coach:hover .socialicon a:nth-child(6) i {
    transition: all 1100ms ease-in-out;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}


/* Responsive */
@media only screen and (min-width: 1024px) and (max-width: 1220px) {
    .gs_coach_grid_1 .gs-coach-details {
        margin-bottom: 10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .gs_coach_grid_1 .gs-coach-details {
        margin-bottom: 10%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .gs_coach_grid_1 .single-coach-overlayer,
    .gs_coach_grid_1 .single-coach-overlayer {
        padding: 17% 10px 0;
    }
    .gs_coach_grid_2 .socialicon a, 
    .gs_coach_grid_1 .socialicon a {
        margin: 1px;
    }
}

@media only screen and (max-width: 479px) {
    
}