
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, a:focus { color: #9b59b6; text-decoration: none; transition: all .3s; }

h1, h2 {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
    font-size: 17px;
    line-height: 32px;
}

.colored-text { color: #9b59b6; }

::-moz-selection { background: #9b59b6; color: #fff; text-shadow: none; }
::selection { background: #9b59b6; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
    background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 span {
    border-color: #fff;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
    padding: 0 120px;
}
.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 60px;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: #9b59b6;
    background: rgba(155, 89, 182, 0.7);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #9b59b6;
    background: rgba(155, 89, 182, 0.9);
    outline: 0;
    color: #fff;
    box-shadow: none;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: #333;
    background: rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #333; background: rgba(0, 0, 0, 0.4); outline: 0; color: #fff; box-shadow: none;
}

.btn-link-3 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 0 28px;
    background: none;
    border: 0;
    border-bottom: 2px solid #9b59b6;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #9b59b6;
    border-radius: 0;
    transition: all .3s;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
    padding: 0 10px;
    background: none;
    border: 0;
    border-bottom: 2px solid #9b59b6;
    outline: 0;
    color: #9b59b6;
    box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
    display: inline-block;
    width: 200px;
    border-bottom: 1px dashed #ccc;
}


/***** Top menu *****/

.navbar {
    background: #444;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
    backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #444; background: rgba(0, 0, 0, 0.2); }

.navbar-dark .navbar-nav { font-size: 15px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
    background: url(../img/logo/SS_Logo_Brand.png) left center no-repeat;
    width: 136px;
    height: auto;
    border: 0;
    text-indent: -99999px;
}


/***** Top content *****/
 
.top-content {
    padding: 210px 0;
    background: url('../img/backgrounds/b0001_d.jpg') no-repeat;
    background-size: cover;
    background-position: center, center;
}
 
.top-content .text {
    color: #fff;
}
 
.top-content .text h1 {
    margin-top: 25px;
    color: #fff;
}

.top-content-logo {
    margin-top: 25px;
    width: 100%;
    height: auto;
}
 
.top-content .description {
    margin: 30px 0 10px 0;
}
 
.top-content .description p {
    opacity: 0.8;
}
 
.top-content .top-big-link {
    margin-top: 45px;
}


/***** Services *****/

.services-box {
    padding-top: 30px;
    text-align: left;
}

.services-box .services-box-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 28px;
}

.services-box-icon-img {
    width:60px;
    height:60px;
    position: center, center;
}

.services-box h3 {
    margin-top: 0;
    padding: 0 0 10px 0;
}


/***** Team *****/

.team-box {
    display:table;
    table-layout: fixed;
    width:100%;
}

.team-box-text {
    padding-right: 30px;
    text-align: left;
}

.team-box-text h3 {
    margin-top: 0;
}

.team-box-text .medium-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
}

.team-box-text a { border-bottom: 1px dashed #9b59b6; }
.team-box-text a:hover, .about-us-box-text a:focus { border: 0; }

.team-box-img img {
    border-radius: 4px;
}

.team-member {
    display:table-cell;
}

.team-img {
    width: 80%;
    height: auto;
    top:0%;
}

.team-img-center{
    position: relative;
    z-index: 0;
}

.team-img-left{
    left:10%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.team-img-right{
    left:10%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.team-img-choice{
    left:10%;
    position: absolute;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
}

.team-img-stack {
    position: relative;
    float: left;
}

.team-member:hover .team-img-stack .team-img-choice{
    opacity: 1;
    filter: alpha(opacity=100);
}
.team-box:hover .team-member .team-img-stack .team-img-center{
    opacity: 0;
    filter: alpha(opacity=0);
}
.team-box:hover .team-member .team-img-stack .team-img-right{
    opacity: 1;
    filter: alpha(opacity=100);
}
.team-member:hover ~ .team-member .team-img-stack .team-img-left{
    opacity: 1;
    filter: alpha(opacity=100); 
}

.team-name{
    font-size: 22px;
}
.team-member:hover .team-name{
    color: #0074d9;
    font-weight: bold;
}
.team-member:hover .team-position{
    color: #0074d9;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    .team-name{font-size: 16px;}
    .team-position{font-size:12px;}
    .footer {display:none;
             visibility: hidden;}
}
@media only screen and (max-width:600px){
    .team-name{font-size: 12px;}
    .team-position{font-size:8px;}
    .footer {display:none;
             visibility: hidden;}
}


/***** Contact Us *****/

.contact-box {
    padding-top: 30px;
    text-align: left;
}

.contact-box-image {
    overflow: hidden;
    border-radius: 4px;
}

.contact-box-image img {
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.contact-box-image:hover img {
    -o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.contact-box h3 {
    margin-top: 30px;
}

.contact-box h3 a { color: #555; }
.contact-box h3 a:hover, .contact-box h3 a:focus { color: #9b59b6; }

.contact-box h3 i {
    padding-left: 10px;
    color: #ccc;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.contact-box h3:hover i { padding-left: 15px; }

.contact-box-date {
    padding-bottom: 10px;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}

.contact-box-date i {
    padding-right: 5px;
    color: #ddd;
}

.contact-container .section-bottom-button {
    padding-top: 40px;
}

.history-box {
    padding-top: 30px;
    text-align: left;
}

.history-box-image {
    overflow: hidden;
    border-radius: 4px;
}

.history-box-image img {
    -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.history-box-image:hover img {
    -o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.history-box h3 {
    margin-top: 30px;
}
.history-box h3 a { color: #555; }
.history-box h3 a:hover, .history-box h3 a:focus { color: #9b59b6; }

.history-box h3 i {
    padding-left: 10px;
    color: #ccc;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.history-box h3:hover i { padding-left: 15px; }

.history-box-date {
    padding-bottom: 10px;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
}

.history-box-date i {
    padding-right: 5px;
    color: #ddd;
}

.history-container .section-bottom-button {
    padding-top: 40px;
}



/***** Footer *****/

footer {
    padding: 20px 0 0 0;
    background: #444;
    color: #aaa;
    text-align: left;
}

.footer-left a { color: #ddd; border-bottom: 1px dashed #ddd; }
.footer-left a:hover, .footer-left a:focus { color: #ddd; border: 0; }

.footer-right {
    text-align: right;
}

.footer-right a {
    margin: 0 6px;
    font-size: 25px;
    color: #aaa;
}
.footer-right a:hover, .footer-right a:focus { color: #eee; }

.footer-bottom {
    padding-bottom: 25px;
    text-align: center;
}

.footer-bottom a {
    font-size: 25px;
    color: #666;
    line-height: 40px;
}


.footer-text {
    font-size: 14px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #888; }

