#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background-size: 20%;
    transition: all 3s;
    background-color: #fff;
}
#load img{
    -webkit-animation: heartbeat 5s infinite;
    transition: all 1.5s;
    width: 200px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top:45%;
    left:45%;
    animation: heartbeat 5s infinite;
}
.loaded{
    background-color: transparent !important;
    z-index: -9999!important;
}
.loaded img{

    left:2000px !important;
}
@keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}


body{
    font-family: 'Catamaran', sans-serif;

}
.main-enter{
    width: 100%;
    float:left;
    height: 100vh;
}
.main-enter a{
    color:#fff;
}
.main-enter .half{
    width: 50%;
    height: 100vh;
    float:left;
    transition: opacity 0.5s, box-shadow 0.5s;
    padding:30vh 10vh;
    position: relative;
    color:#fff;
    text-align: center;
}
.main-enter .half h1,
.main-enter .half p,
.main-enter .half .my-divider{
    transition: opacity 0.5s, box-shadow 0.5s;
}
.main-enter .half{
    background: url('../../images/arad-global-main.jpg') 50% 50%;
    background-size: cover;
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.6);
}
.main-enter .club-half{
    background: url('../../images/arad-global-club-main.jpg') 50% 50%;
    background-size: cover;
}
.main-enter .half:hover{
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.4);
}
.main-enter .half:hover .my-divider,
.main-enter .half:hover h1,
.main-enter .half:hover p{
    opacity: 0;
}
.main-enter .half:hover .hidden-enter{
    display: block;
    opacity: 1;
    transition: all 0.5s;
    width: 100%;
    top: 45%;
    margin-left: -10vh;
}
.main-enter .half .my-divider{
    width: 80px;
    height: 3px;
    float: none;
    background: #fff;
    margin: 0 auto 20px auto;
}
.main-enter .half p{
    font-size:16px;
}
.main-enter .hidden-enter{
    transition: all 0.5s;
    position: absolute;
    display: none;
    opacity: 0;
}
.main-enter .hidden-enter div{
    color:#fff;
    border:2px solid #fff;
    padding:10px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

header{
    width: 100%;
    background-color: #fff;
    float:left;

}
header .top{
    background-color: #121212;
    width: 100%;
    float:left;
    padding: 5px 0;
}
header .top .left{
    float:left;
    width: 50%;
    position: relative;
}
header .top .left i{
    position: absolute;
    opacity: 0;
    top:2px;
    left:0;
}
header .top .left a{
    padding-right:10px;
    transition: all 0.4s;
}
header .top .left a:last-child i{
    left: 130px;
    top: 3px;
}
header .top .left a:hover i{
    opacity: 1;
    padding-right: 7px;
}
header .top .left a:hover{
    padding-left: 22px;
}
header .top .right{
    float:right;
    text-align: right;
    width: 50%;
}
header .top .right a{
    padding-left:5px;
}
header .top a:hover{
    text-decoration: none;
}
header .top a{
    color: #ddd;
    transition: color 0.5s;
}
header .top a:hover{
    color:#fff;
}

header .bott{
    width: 100%;
    float:left;
    padding: 30px 0 0px 0;
}
header .bott img{
    width: 120px;
}
header .bott .my-nav{
    text-align: center;
    width: 100%;
    float: left;
}
header .bott .my-nav ul{
    list-style: none;
    padding: 0;
    font-weight: 300;
    margin: 0 auto;
    display: inline-block;
}
header .bott .my-nav ul li{
    float:left;
    text-align: center;
    padding: 20px 15px;
    display: inline;
}
header .bott .my-nav ul li a{
    color:#121212;
}
header .bott .language ul{
    list-style: none;
    padding: 0;
    float:right;
    font-weight: 300;
    margin: 0 auto;
    display: inline-block;
}
header .bott .language ul li{
    float:left;
    text-align: center;
    padding: 20px 0px 20px 7px;
    display: inline;
}
header .bott .language ul li a{
    color:#121212;
}

.sidenav{
    position: relative;
}
.openNav{
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 1;
}


.thing{
    width: 100%;
    float:left;
    padding: 0 0 50px 0;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.thing h1{
    margin: 0;
    font-size: 48px;
    font-weight: bolder;
    position: relative;
}
.thing h3{
    margin: 0;
}
.thing a{
    color:#121212;
}
.thing a:hover{
    text-decoration: none;
}
.thing i{
    color:#000;
    font-size:48px;
    margin-bottom: 20px;
}
.thing .my-ico{
    display: inline-block;
    margin: 10px 30px;
}

.image-breadcrumb{
    width: 100%;
    float:left;
    padding: 200px 0;
    background: url(../images/arastirma.jpg);
    background-size: cover;
    color:#fff;
    text-align: center;
    background-attachment: fixed;
}
.image-breadcrumb .caption-box{
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding:20px;
    background-color: rgba(0, 0, 0, 0.75);
}
.image-breadcrumb .caption-box h1{
    margin:0;
}


.about-us{
    width: 100%;
    float:left;
    padding:30px 0 ;
}

.my-panel{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    width: 100%;
    float:left;
}
.my-panel .top{
    width: 100%;
    float:left;
    background-color: #312c2d;
    padding:10px;
    color: #fff;
}
.my-panel .bottom{
    width: 100%;
    float:left;
    background-color: #f1f1f1;
    padding:10px;
}
.my-panel .bottom p{
    letter-spacing: 0.5px;
    line-height: 26px;
}
.my-panel .top h1,
.my-panel .top h2,
.my-panel .top h3,
.my-panel .top h4,
.my-panel .top h5{
    margin: 0;
}

.blog{
    width: 100%;
    float:left;
    padding:40px 0;
}

.my-carousel{
    width: 100%;
    float:left;
}
.my-carousel .item img{
    width: 100%;
    height: 700px;
}
.my-carousel .carousel-indicators .active img{
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
}
.my-carousel .carousel-indicators .active{
    width: 40px !important;
    height:40px !important;
    background-color: transparent;
}
.my-carousel .glyphicon{
    font-size: large;
}
.my-carousel .carousel-indicators img{
    width: 30px;
    z-index: 99999;
    height: 30px;
    border-radius: 55%;
}
.my-carousel .carousel-indicators .active {

}
.my-carousel .carousel-indicators li{
    border:none;
    border-radius: 0;
    width: 30px !important;
    height: 30px !important;
    text-indent: 0;
}

.main-box{
    width: 100%;
    float:left;
    padding:30px 0;
}
.main-box .row{
    margin-bottom: 20px;
}
.main-box .col-mn-l{
    width: 69.33%;
    float:right;
    padding:20px;
}
.main-box .col-mn-s{
    padding:20px;
    width: 29.33%;
    float:left;
}
.main-box .reverse-box .col-mn-s{
    float:right;
}
.main-box img{
    width: 100%;
    float:left;
    padding: 5px;
}

.main-box .reverse-box .read-more{
    float:left;
}
.read-more{
    padding:5px 10px;
    border:2px solid #414142;
    color: #414142;
    background-color: transparent;
    transition: all 0.4s;
    border-radius: 0;
    display: inline-block;
    float:right;
    margin-top:15px;
}
.read-more:hover{
    background-color: #414142;
    color:#fff;
    text-decoration: none;
}


.about-us-main{
    width: 100%;
    float:left;
    padding: 70px 0;
    background: url("http://aradglobal.com/images/baslik-2.png") 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    min-height:50vh;
    -webkit-box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.40);
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.40);
}
.about-us-main .white-box{
    width: 100%;
    float:left;
    padding:30px;
    background-color: rgba(236, 240, 241, 0.9);
}
.my-divider{
    width: 100px;
    height:5px;
    background-color:#414142;
    float:left;
    display: block;
    margin: 0 0 20px 0;
}


.thoughts-main{
    width: 100%;
    float:left;
    min-height: 400px;
}
.thoughts-main .item img{
    width: 100%;
    float:left;
}
.thoughts-main .half{
    width: 50%;
    height: 400px;
    float:left;
}
.thoughts-main .arrows{
    position: absolute;
    top: 30%;
    width: 70px;
}
.thoughts-main .my-r{
    right:25%;
}
.thoughts-main .my-l{
    left:25%;
}
.thoughts-main .half:last-child{
    padding:60px 30px;
    color:#fff;
    text-align: center;
}
.thoughts-main .half:last-child h3{
    line-height: 36px;
}
.thoughts-main .c-1{
    background-color: #121212;
}
.thoughts-main .thought{
    width: 100%;
    height: inherit;
}

.blog-main{
    width: 100%;
    float:left;
    padding:30px 0;
}
.blog-main .blog-content img{
    width: 100%;
    margin-bottom: 10px;
}
.blog-main .blog-content{
    margin-bottom:10px;
    width: 100%;
    padding:10px;
    float:left;
    position: relative;
}
.blog-main .blog-content p{
    opacity: 0.8;
}



footer{
    width: 100%;
    float:left;
    color:#ddd;
    text-align: center;
    background-color: #131313;
    padding:30px 0;
}
footer a:hover{
    text-decoration: none;
}
footer .hidden-xs{
    text-align: center;
}
footer .info{
    text-align: center;
}
footer .info p a{
    color:#ccc;
    transition: all 0.4s;
}
footer .info p a:hover{
    color:#fff;
}
footer .info p{
    color:#ccc;
}
footer .info img{
    width: 150px;
    display: block;
    margin: 0 auto 20px auto;
}
footer .info label{
    color: #ECF0F1;
    font-style: italic;
    font-weight: 400;
}
footer .my-divider{
    background-color: #fff;
    margin: 10px auto;
    height:2px;
    float:none;
    width: 50px;
}
footer .social{
    width: 100%;
    float:left;
}
footer .social a{
    transition: all 0.4s;
    color:#ccc;
    font-size:18px;
    margin: 5px;
}
footer .social a:hover{
    color:#fff;
}
footer h4{
    margin:0;
    margin-bottom: 20px;
}
footer .fleft{
    margin:10px 0;
    float:left !important;
}
footer ul{
    list-style: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
footer ul li a{
    font-size: 18px;
    color:#ddd;
    transition: all 0.4s;
}
footer ul li a:hover{
    color:#fff;
}
footer ul li{
    padding-left: 0;
}

.copyright{
    width: 100%;
    background-color: #000;
    float:left;
    padding:10px 0;
    text-align: center;
    color:#ddd;
}
.copyright a,
.copyright label{
    color:#fff;
}
.copyright a:hover{
    text-decoration: none;
}
.copyright img{
    position: relative;
    top:-1px;
    width: 16px;
    height:16px;
}

.mobil-buttons{
    display: none;
}
.mobil-buttons .col-lg-4{
    padding: 8px;
    text-align: center;
    font-size: 20px;
}
.mobil-buttons .col-lg-4 a{
    color:white;
}
.mobil-buttons .m-1{
    background-color: #504f50;
}
.mobil-buttons .m-2{
    background-color: #414242;
}
.mobil-buttons .m-3{
    background-color: #9da0a0;
}


.modal  .modal-image-box .iconic{
    color: #fff;
    border-radius: 55%;
    padding: 2px;
    border: 2px solid #121212;
}
.modal  .modal-image-box .iconic .play{
    padding: 18px  36px;
    width: 100px;
    background: #121212;
    border-radius: 55%;
    height: 100px;
    text-align: center;
    font-size: 48px;
}
.modal  .modal-image-box .iconi{
    color: #fff;
    padding: 2px;
    border: 2px solid #121212;
}
.modal  .modal-image-box .iconi .pict{
    padding: 14px  18px;
    width: 100px;
    background: #121212;
    height: 100px;
    text-align: center;
    font-size: 48px;
}
.modal .modal-image-box{
    width: 108px;
    margin: 0 auto;
}
.modal .modal-content{
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border: 2.5px solid #121212;
}


.my-breadcrumb{
    width:100%;
    background-color: #404041;
    padding: 15px 0;
    color:white;
    font-size: 14px;
    float: left;
}
.my-breadcrumb a{
    color:white;
}
.my-breadcrumb label{
    opacity:0.7;
    cursor: pointer;
    font-weight: 500 !important;
}
.my-breadcrumb .active{
    opacity: 1;
}
.my-breadcrumb a:hover{
    text-decoration: none;
}

.gallery{
    width: 100%;
    float:left;
    text-align: center;
    padding: 30px 0;

}
#gallery{

    z-index:9999;
}
.gallery h4{
    line-height: 30px;
}
.gallery img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.isbir img{
    width: 120px;
}
.contact{
    width: 100%;
    float:left;
    padding:30px 0;
}
.contact .top {
    width: 100%;
    float: left;
}
.contact .top img{
    width: 100%;
}
.contact .body{
    width: 100%;
    float:left;
    color:#fff;
    background-color: #000;
    padding:10px 0;
    text-align: center;
}
.contact .body a{
    font-size:18px;
    padding:5px;
    color:#fff;
}
.contact .body a:hover{
    text-decoration: none;
}
.contact .bott{
    text-align: center;
    width: 100%;
    float:left;
    background-color: #0f0f0f;
    padding:20px 10px;
}
.contact .bott label{
    color:#fff;
}
.contact .bott a{
    color:#ddd;
}
.form-control{
    border-radius: 0;
}
.form-control:focus{
    border-color: rgba(64, 64, 65, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(64, 64, 65, 0.6);
    outline: 0 none;
    border-radius: 0;
}
@media (max-width: 1200px){
    header .bott .my-nav ul li{
        padding:20px 8px;
    }
    header .bott img {
        width: 100%;
    }
}
@media (max-width: 990px) {

}
@media (max-width: 768px){
    .my-carousel .item img{
        height:auto;
    }
    header .top .left a:last-child{
        display: none;
    }
    #load img{
        left:30%;
    }
    .thing h1{
        font-size:24px;
    }
    .contact .centered {
        width: 90%;
    }
    .image-breadcrumb{
        background-attachment: inherit;
    }
    .image-breadcrumb .caption-box {
        width: 70%;
    }
    .copyright{
        margin-bottom: 44px;
    }
    .mobil-buttons{
        display: inherit;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
    }
    .main-enter .half{
        padding:10px;
        width: 100%;
        height: 50vh;
    }
    .main-enter .half:hover .hidden-enter{
        margin-left: -10px;
        margin-right: 0;
    }
    .main-enter .half p{
        font-size:100%;
    }
    header .bott img{
        margin: 0 auto;
        display: block;
        width: 120px;
    }
    header .bott .language{
        text-align: center;
        width: 100%;
        float: left;
    }
    header .bott .language ul{
        float:none;
        list-style: none;
        padding: 0;
        font-weight: 300;
        margin: 0 auto;
        display: inline-block;
    }
    header .bott .language ul li {
        padding: 20px 7px 20px 7px;
        float:left;
        text-align: center;
        display: inline;
    }
    header .bott .my-nav ul li a{
        color:#ddd;
    }
    header .bott .my-nav ul li{
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .about-us-main{
        background-attachment: inherit;
    }
    .thoughts-main .arrows {
        top:45%;
        width: 40px;
    }
    .thoughts-main .half ,
    .thoughts-main .half img{
        width: 100%;
        height: 50vh !important;
    }
    .thoughts-main .half:last-child {
        height: auto !important;
        min-height: 50vh;
    }
    .thoughts-main .thought{
        height:auto; !important;
    }
    .thoughts-main .half:last-child {
        padding: 34px 30px;
    }
    .thoughts-main .half:last-child h3{
        font-size:18px;

    }
    .main-box .col-mn-s,
    .main-box .col-mn-l{
        width: 100%;
    }
    .modal  .modal-image-box .iconi {
        margin-bottom:20px;
    }
    .my-breadcrumb{
        padding:10px;
    }
    .thing .glyph svg{
        width: 50%;
    }
    .thing .glyph {
        display: block;
        width: 50%;
        float: left;
    }
    .thing .first svg {
        height: 100px;
        position: relative;
        top:0;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*
 * 1. core styles
 */

section{
    width: 100%;
    float:left;
}
.teamy{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.teamy__layout{
    position: relative;
}

.teamy__preview{
    position: relative;
    overflow: hidden;
}
.teamy__preview img{
    width: 100%;
}
.teamy__avatar{
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.teamy__preview:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.teamy__back{
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    opacity: 0;
    will-change: opacity;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.teamy:hover .teamy__back{
    opacity: 1;
    height: 100%;
    transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}

.teamy__name{
    margin-top: 0;
    margin-bottom: 0;
}

.teamy__post{
    display: block;
}

/*
 * 2. visual styles
 */

/* common styles for visual styles */

.teamy__back{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.teamy__content{
    padding: 20px;
}

.teamy__name{
    font-size: 1.3em;
}

.teamy__post{
    margin-top: .5em;
    font-size: .8em;
    text-transform: uppercase;
}

/* style 1 */

.teamy_style1{
    text-align: center;
}

/* style 2 */

.teamy_style2 .teamy__content{
    width: 100%;
    box-sizing: border-box;

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.teamy_style2 .teamy__name{
    font-weight: 400;
}

/* style 2 */

.teamy_style3 .teamy__name{
    font-size: 2em;
}

/*
 * 3. masks
 */

/* mask circle */

.teamy_mask-circle .teamy__preview:before{
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;

    transition: transform .3s ease, opacity .3s ease-out;
    will-change: opacity, transform;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.teamy_mask-circle:hover .teamy__preview:before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}

/* mask triangle */

.teamy_mask-triangle .teamy__preview:before{
    width: 100%;
    height: 100%;
    opacity: 0;

    -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    clip-path: polygon(50% 10%, 15% 90%, 85% 90%);

    transition-property: transform, opacity;
    transition-duration: .2s, .4s;
    transition-delay: .4s, 0s;
    transition-timing-function: ease-out;

    will-change: transform, opacity;
    transform: translate(-50%, -50%) scale(1);
}

.teamy_mask-triangle:hover .teamy__preview:before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(5);
    transition-delay: .1s, 0s;
    transition-duration: .4s;
}

/*
 * 4. animations for preview
 */

/* zoom */

.teamy_zoom-photo .teamy__avatar{
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1);
}

.teamy_zoom-photo:hover .teamy__avatar{
    transform: scale(1.2);
}

/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy__avatar{
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) rotate(0);
}

.teamy_zoom-rotate-photo:hover .teamy__avatar{
    transform: scale(1.2) rotate(5deg);
}

/* zoom and slide */

.teamy_zoom-slide-photo .teamy__avatar{
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) translate(0, 0);
}

.teamy_zoom-slide-photo:hover .teamy__avatar{
    transform: scale(1.2) translate(4%, 4%);
}

/*
 * 5. default skin
 */

.teamy__preview:before{
    background-color: rgba(0, 0, 0, 0.7);
}

.teamy_style2, .teamy_style3{
    color: #fff;
}

.teamy_style2 .teamy__content{
    background-color: rgba(0, 0, 0, 0.85);
}





/* layout */

.main-container{
    max-width: 1400px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.section:nth-of-type(even){
    background-color: var(--colorGray);
}

.section__header{
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.section__header:before{
    content: "";
    width: 5rem;
    height: 3px;
    background-color: var(--colorAlternative);

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section__title{
    font-size: 2.8rem;
}

.section__hint{
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem;
}

.section__content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (min-width: 641px){

    .section{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .section__header{
        margin-bottom: 6rem;
    }

    .section__content{
        justify-content: center;
    }
}

@media screen and (max-width: 640px){

    .section{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .section__header{
        margin-bottom: 3rem;
    }
}

/* options */

.radio{
    position: absolute;
    left: -9999px;
}

.preview-options{
    padding-top: 2rem;
}

.preview-options__container{
    display: flex;
    justify-content: center;
}

.preview-options__param{
    display: inline-block;
    cursor: pointer;
}

.preview-options__param:not(:last-child){
    margin-right: 1.5rem;
}

.preview-options__color:before{
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    display: block;
    border-radius: 50%;
}

.preview-options__color:after{
    content: "";
    width: 75%;
    height: 3px;
    display: block;
    margin: 1rem auto 0;
}

.preview-options__color_black:before,
#black:checked ~ .preview-options .preview-options__color_black:after{
    background-color: rgba(0, 0, 0, 1);
}

.preview-options__color_purple:before,
#purple:checked ~ .preview-options .preview-options__color_purple:after{
    background-color: rgba(0, 0, 0, 0.8);
}

.preview-options__color_blue:before,
#blue:checked ~ .preview-options .preview-options__color_blue:after{
    background-color: rgba(80, 126, 209, 1);
}

.preview-options__color_green:before,
#green:checked ~ .preview-options .preview-options__color_green:after{
    background-color: rgba(27, 188, 155, 1);
}

.preview-options__color_red:before,
#red:checked ~ .preview-options .preview-options__color_red:after{
    background-color: rgba(160, 53, 73, 1);
}

#black:checked ~ .section .teamy{
    --demoColorMask: rgba(0, 0, 0, .7);
    --demoColorContent: rgba(0, 0, 0, .85);
    --demoColorIcon: rgba(0, 0, 0, 1);
}

#blue:checked ~ .section .teamy{
    --demoColorMask: rgba(80, 126, 209, .7);
    --demoColorContent: rgba(80, 126, 209, .85);
    --demoColorIcon: rgba(80, 126, 209, 1);
}

#green:checked ~ .section .teamy{
    --demoColorMask: rgba(42, 155, 132, .7);
    --demoColorContent: rgba(42, 155, 132, .85);
    --demoColorIcon: rgba(42, 155, 132, 1);
}

#red:checked ~ .section .teamy{
    --demoColorMask: rgba(160, 53, 73, .7);
    --demoColorContent: rgba(160, 53, 73, .85);
    --demoColorIcon: rgba(160, 53, 73, 1);
}

/* demo params */

.teamy__preview:before{
    background-color: var(--demoColorMask, rgba(0, 0, 0, 0.7));
}

.teamy_style2 .teamy__content{
    background-color: var(--demoColorContent, rgba(0, 0, 0, 0.85));
}

/* social buttons */

section .social{
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 11px 0;
    background-color: #fff;
    border-radius: 100%;
    margin: 5px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social__icon{
    width: 100%;
    height: 100%;
    fill: rgba(0, 0, 0, 0.8);
    fill: var(--demoColorIcon, rgba(0, 0, 0, 0.81));
}

.social__name{
    position: absolute;
    left: -9999px;
}

@media screen and (max-width: 640px){

    .preview-options{
        padding-bottom: 2rem;
        border-bottom: 1px solid var(--colorGray);
    }
}

@media screen and (min-width: 641px){

    .preview-options{
        background-color: var(--colorGray);
    }
}

/* grid */

.teamy-team{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (min-width: 849px){

    .teamy{
        width: 25%;
    }
}

@media screen and (min-width: 425px) and (max-width: 848px){

    .teamy{
        width: 50%;
    }
}

@media screen and (max-width: 424px){

    .teamy{
        width: 100%;
    }

    .teamy:not(:first-child){
        margin-top: 3rem;
    }
}
h1.typewrite:after {
    content: "";
    position: absolute;
    background: white;
    height: 15px;
    width: 10px;
    top: -15px;
    margin-left: -5px;
}


.gallery *:focus{
    outline: none;
}
.gallery button.close{
    position: absolute;
    color: #fff;
    top: -10px;
    z-index: 1;
    right: -10px;
    opacity: 1;
    font-size: 18px;
    background: #000;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 55%;
    font-weight: lighter;
}
.gallery #show-next-image{
    position: absolute;
    width: 20%;
    font-size:24px;
    right: 0;
    height: 100%;
    padding-top:45%;
    transition: 0.4s;
}
.gallery #show-next-image:hover{
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.25);
}
.gallery #show-next-image i{
    position: absolute;
    top:50%;
    opacity: 0.7;
    color:#fff;
    transition: 0.4s;
    left:50%;
}
.gallery #show-next-image:hover i{
    opacity: 1;
}
.gallery #show-previous-image{
    position: absolute;
    width: 20%;
    font-size:24px;
    left: 0;
    height: 100%;
    padding-top:45%;
    transition: 0.4s;
}
.gallery #show-previous-image:hover{
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.25);
}
.gallery #show-previous-image i{
    position: absolute;
    top:50%;
    color:#fff;
    opacity: 0.7;
    transition: 0.4s;
    left:50%;
}
.gallery #show-previous-image:hover i{
    opacity: 1;
}

.gallery .modal-body{
    padding:0;
}
.gallery .modal-content{
    border-radius:0;
    padding: 0;
    border: none;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
}
.gallery #image-gallery-caption{
    margin:4px;
}
.#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background-size: 20%;
    transition: all 3s;
    background-color: #fff;
}
#load img{
    -webkit-animation: heartbeat 5s infinite;
    transition: all 1.5s;
    width: 200px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top:45%;
    left:45%;
    animation: heartbeat 5s infinite;
}
.loaded{
    background-color: transparent !important;
    z-index: -9999!important;
}
.loaded img{

    left:2000px !important;
}
@keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}


body{
    font-family: 'Catamaran', sans-serif;

}
.main-enter{
    width: 100%;
    float:left;
    height: 100vh;
}
.main-enter a{
    color:#fff;
}
.main-enter .half{
    width: 50%;
    height: 100vh;
    float:left;
    transition: opacity 0.5s, box-shadow 0.5s;
    padding:30vh 10vh;
    position: relative;
    color:#fff;
    text-align: center;
}
.main-enter .half h1,
.main-enter .half p,
.main-enter .half .my-divider{
    transition: opacity 0.5s, box-shadow 0.5s;
}
.main-enter .half{
    background: url('../../images/arad-global-main.jpg') 50% 50%;
    background-size: cover;
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.6);
}
.main-enter .club-half{
    background: url('../../images/arad-global-club-main.jpg') 50% 50%;
    background-size: cover;
}
.main-enter .half:hover{
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.4);
}
.main-enter .half:hover .my-divider,
.main-enter .half:hover h1,
.main-enter .half:hover p{
    opacity: 0;
}
.main-enter .half:hover .hidden-enter{
    display: block;
    opacity: 1;
    transition: all 0.5s;
    width: 100%;
    top: 45%;
    margin-left: -10vh;
}
.main-enter .half .my-divider{
    width: 80px;
    height: 3px;
    float: none;
    background: #fff;
    margin: 0 auto 20px auto;
}
.main-enter .half p{
    font-size:16px;
}
.main-enter .hidden-enter{
    transition: all 0.5s;
    position: absolute;
    display: none;
    opacity: 0;
}
.main-enter .hidden-enter div{
    color:#fff;
    border:2px solid #fff;
    padding:10px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 200px;
    margin: 0 auto;
}

header{
    width: 100%;
    background-color: #fff;
    float:left;

}
header .top{
    background-color: #121212;
    width: 100%;
    float:left;
    padding: 5px 0;
}
header .top .left{
    float:left;
    width: 50%;
    position: relative;
}
header .top .left i{
    position: absolute;
    opacity: 0;
    top:2px;
    left:0;
}
header .top .left a{
    padding-right:10px;
    transition: all 0.4s;
}
header .top .left a:last-child i{
    left: 130px;
    top: 3px;
}
header .top .left a:hover i{
    opacity: 1;
    padding-right: 7px;
}
header .top .left a:hover{
    padding-left: 22px;
}
header .top .right{
    float:right;
    text-align: right;
    width: 50%;
}
header .top .right a{
    padding-left:5px;
}
header .top a:hover{
    text-decoration: none;
}
header .top a{
    color: #ddd;
    transition: color 0.5s;
}
header .top a:hover{
    color:#fff;
}

header .bott{
    width: 100%;
    float:left;
    padding: 30px 0 0px 0;
}
header .bott img{
    width: 185px;
}
header .bott .my-nav{
    text-align: center;
    width: 100%;
    float: left;
}
header .bott .my-nav ul{
    list-style: none;
    padding: 0;
    font-weight: 300;
    margin: 0 auto;
    display: inline-block;
}
header .bott .my-nav ul li{
    float:left;
    text-align: center;
    padding: 20px 15px;
    display: inline;
}
header .bott .my-nav ul li a{
    color:#121212;
}
header .bott .language ul{
    list-style: none;
    padding: 0;
    float:right;
    font-weight: 300;
    margin: 0 auto;
    display: inline-block;
}
header .bott .language ul li{
    float:left;
    text-align: center;
    padding: 20px 0px 20px 7px;
    display: inline;
}
header .bott .language ul li a{
    color:#121212;
}

.sidenav{
    position: relative;
}
.openNav{
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 1;
}


.thing{
    width: 100%;
    float:left;
    padding: 0 0 50px 0;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.thing h1{
    margin: 0;
    font-size: 48px;
    font-weight: bolder;
    position: relative;
}
.thing h3{
    margin: 0;
}
.thing a{
    color:#121212;
}
.thing a:hover{
    text-decoration: none;
}
.thing i{
    color:#000;
    font-size:48px;
    margin-bottom: 20px;
}
.thing .my-ico{
    display: inline-block;
    margin: 10px 30px;
}

.image-breadcrumb{
    width: 100%;
    float:left;
    padding: 200px 0;
    background: url(../images/arastirma.jpg);
    background-size: cover;
    color:#fff;
    text-align: center;
    background-attachment: fixed;
}
.image-breadcrumb .caption-box{
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding:20px;
    background-color: rgba(0, 0, 0, 0.75);
}
.image-breadcrumb .caption-box h1{
    margin:0;
}


.about-us{
    width: 100%;
    float:left;
    padding:30px 0 ;
}

.my-panel{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    width: 100%;
    float:left;
}
.my-panel .top{
    width: 100%;
    float:left;
    background-color: #312c2d;
    padding:10px;
    color: #fff;
}
.my-panel .bottom{
    width: 100%;
    float:left;
    background-color: #f1f1f1;
    padding:10px;
}
.my-panel .bottom p{
    letter-spacing: 0.5px;
    line-height: 26px;
}
.my-panel .top h1,
.my-panel .top h2,
.my-panel .top h3,
.my-panel .top h4,
.my-panel .top h5{
    margin: 0;
}

.blog{
    width: 100%;
    float:left;
    padding:40px 0;
}

.my-carousel{
    width: 100%;
    float:left;
}
.my-carousel .item img{
    width: 100%;
    height: 700px;
}
.my-carousel .carousel-indicators .active img{
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
}
.my-carousel .carousel-indicators .active{
    width: 40px !important;
    height:40px !important;
    background-color: transparent;
}
.my-carousel .glyphicon{
    font-size: large;
}
.my-carousel .carousel-indicators img{
    width: 30px;
    z-index: 99999;
    height: 30px;
    border-radius: 55%;
}
.my-carousel .carousel-indicators .active {

}
.my-carousel .carousel-indicators li{
    border:none;
    border-radius: 0;
    width: 30px !important;
    height: 30px !important;
    text-indent: 0;
}

.main-box{
    width: 100%;
    float:left;
    padding:30px 0;
}
.main-box .row{
    margin-bottom: 20px;
}
.main-box .col-mn-l{
    width: 69.33%;
    float:right;
    padding:20px;
}
.main-box .col-mn-s{
    padding:20px;
    width: 29.33%;
    float:left;
}
.main-box .reverse-box .col-mn-s{
    float:right;
}
.main-box img{
    width: 100%;
    float:left;
    padding: 5px;
}

.main-box .reverse-box .read-more{
    float:left;
}
.read-more{
    padding:5px 10px;
    border:2px solid #414142;
    color: #414142;
    background-color: transparent;
    transition: all 0.4s;
    border-radius: 0;
    display: inline-block;
    float:right;
    margin-top:15px;
}
.read-more:hover{
    background-color: #414142;
    color:#fff;
    text-decoration: none;
}


.about-us-main{
    width: 100%;
    float:left;
    padding: 70px 0;
    background: url(http://aradglobal.com/images/baslik-2.png) 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    min-height:50vh;
    -webkit-box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.40);
    -moz-box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.40);
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.40);
}
.about-us-main .white-box{
    width: 100%;
    float:left;
    padding:30px;
    background-color: rgba(236, 240, 241, 0.9);
}
.my-divider{
    width: 100px;
    height:5px;
    background-color:#414142;
    float:left;
    display: block;
    margin: 0 0 20px 0;
}


.thoughts-main{
    width: 100%;
    float:left;
    min-height: 400px;
}
.thoughts-main .item img{
    width: 100%;
    float:left;
}
.thoughts-main .half{
    width: 50%;
    height: 400px;
    float:left;
}
.thoughts-main .arrows{
    position: absolute;
    top: 30%;
    width: 70px;
}
.thoughts-main .my-r{
    right:25%;
}
.thoughts-main .my-l{
    left:25%;
}
.thoughts-main .half:last-child{
    padding:60px 30px;
    color:#fff;
    text-align: center;
}
.thoughts-main .half:last-child h3{
    line-height: 36px;
}
.thoughts-main .c-1{
    background-color: #121212;
}
.thoughts-main .thought{
    width: 100%;
    height: inherit;
}

.blog-main{
    width: 100%;
    float:left;
    padding:30px 0;
}
.blog-main .blog-content img{
    width: 100%;
    margin-bottom: 10px;
}
.blog-main .blog-content{
    margin-bottom:10px;
    width: 100%;
    padding:10px;
    float:left;
    position: relative;
}
.blog-main .blog-content p{
    opacity: 0.8;
}



footer{
    width: 100%;
    float:left;
    color:#ddd;
    text-align: center;
    background-color: #131313;
    padding:30px 0;
}
footer a:hover{
    text-decoration: none;
}
footer .hidden-xs{
    text-align: center;
}
footer .info{
    text-align: center;
}
footer .info p a{
    color:#ccc;
    transition: all 0.4s;
}
footer .info p a:hover{
    color:#fff;
}
footer .info p{
    color:#ccc;
}
footer .info img{
    width: 150px;
    display: block;
    margin: 0 auto 20px auto;
}
footer .info label{
    color: #ECF0F1;
    font-style: italic;
    font-weight: 400;
}
footer .my-divider{
    background-color: #fff;
    margin: 10px auto;
    height:2px;
    float:none;
    width: 50px;
}
footer .social{
    width: 100%;
    float:left;
}
footer .social a{
    transition: all 0.4s;
    color:#ccc;
    font-size:18px;
    margin: 5px;
}
footer .social a:hover{
    color:#fff;
}
footer h4{
    margin:0;
    margin-bottom: 20px;
}
footer .fleft{
    margin:10px 0;
    float:left !important;
}
footer ul{
    list-style: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
footer ul li a{
    font-size: 18px;
    color:#ddd;
    transition: all 0.4s;
}
footer ul li a:hover{
    color:#fff;
}
footer ul li{
    padding-left: 0;
}

.copyright{
    width: 100%;
    background-color: #000;
    float:left;
    padding:10px 0;
    text-align: center;
    color:#ddd;
}
.copyright a,
.copyright label{
    color:#fff;
}
.copyright a:hover{
    text-decoration: none;
}
.copyright img{
    position: relative;
    top:-1px;
    width: 16px;
    height:16px;
}

.mobil-buttons{
    display: none;
}
.mobil-buttons .col-lg-4{
    padding: 8px;
    text-align: center;
    font-size: 20px;
}
.mobil-buttons .col-lg-4 a{
    color:white;
}
.mobil-buttons .m-1{
    background-color: #504f50;
}
.mobil-buttons .m-2{
    background-color: #414242;
}
.mobil-buttons .m-3{
    background-color: #9da0a0;
}


.modal  .modal-image-box .iconic{
    color: #fff;
    border-radius: 55%;
    padding: 2px;
    border: 2px solid #121212;
}
.modal  .modal-image-box .iconic .play{
    padding: 18px  36px;
    width: 100px;
    background: #121212;
    border-radius: 55%;
    height: 100px;
    text-align: center;
    font-size: 48px;
}
.modal  .modal-image-box .iconi{
    color: #fff;
    padding: 2px;
    border: 2px solid #121212;
}
.modal  .modal-image-box .iconi .pict{
    padding: 14px  18px;
    width: 100px;
    background: #121212;
    height: 100px;
    text-align: center;
    font-size: 48px;
}
.modal .modal-image-box{
    width: 108px;
    margin: 0 auto;
}
.modal .modal-content{
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border: 2.5px solid #121212;
}


.my-breadcrumb{
    width:100%;
    background-color: #404041;
    padding: 15px 0;
    color:white;
    font-size: 14px;
    float: left;
}
.my-breadcrumb a{
    color:white;
}
.my-breadcrumb label{
    opacity:0.7;
    cursor: pointer;
    font-weight: 500 !important;
}
.my-breadcrumb .active{
    opacity: 1;
}
.my-breadcrumb a:hover{
    text-decoration: none;
}

.gallery{
    width: 100%;
    float:left;
    text-align: center;
    padding: 30px 0;

}
#gallery{

    z-index:9999;
}
.gallery h4{
    line-height: 30px;
}
.gallery img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.isbir img{
    width: 120px;
}
.contact{
    width: 100%;
    float:left;
    padding:30px 0;
}
.contact .top {
    width: 100%;
    float: left;
}
.contact .top img{
    width: 100%;
}
.contact .body{
    width: 100%;
    float:left;
    color:#fff;
    background-color: #000;
    padding:10px 0;
    text-align: center;
}
.contact .body a{
    font-size:18px;
    padding:5px;
    color:#fff;
}
.contact .body a:hover{
    text-decoration: none;
}
.contact .bott{
    text-align: center;
    width: 100%;
    float:left;
    background-color: #0f0f0f;
    padding:20px 10px;
}
.contact .bott label{
    color:#fff;
}
.contact .bott a{
    color:#ddd;
}
.form-control{
    border-radius: 0;
}
.form-control:focus{
    border-color: rgba(64, 64, 65, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(64, 64, 65, 0.6);
    outline: 0 none;
    border-radius: 0;
}
@media (max-width: 1200px){
    header .bott .my-nav ul li{
        padding:20px 8px;
    }
    header .bott img {
        width: 100%;
    }
}
@media (max-width: 990px) {

}
@media (max-width: 768px){
    .my-carousel .item img{
        height:auto;
    }
    header .top .left a:last-child{
        display: none;
    }
    #load img{
        left:30%;
    }
    .thing h1{
        font-size:24px;
    }
    .contact .centered {
        width: 90%;
    }
    .image-breadcrumb{
        background-attachment: inherit;
    }
    .image-breadcrumb .caption-box {
        width: 70%;
    }
    .copyright{
        margin-bottom: 44px;
    }
    .mobil-buttons{
        display: inherit;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;
    }
    .main-enter .half{
        padding:10px;
        width: 100%;
        height: 50vh;
    }
    .main-enter .half:hover .hidden-enter{
        margin-left: -10px;
        margin-right: 0;
    }
    .main-enter .half p{
        font-size:100%;
    }
    header .bott img{
        margin: 0 auto;
        display: block;
        width: 120px;
    }
    header .bott .language{
        text-align: center;
        width: 100%;
        float: left;
    }
    header .bott .language ul{
        float:none;
        list-style: none;
        padding: 0;
        font-weight: 300;
        margin: 0 auto;
        display: inline-block;
    }
    header .bott .language ul li {
        padding: 20px 7px 20px 7px;
        float:left;
        text-align: center;
        display: inline;
    }
    header .bott .my-nav ul li a{
        color:#ddd;
    }
    header .bott .my-nav ul li{
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .about-us-main{
        background-attachment: inherit;
    }
    .thoughts-main .arrows {
        top:45%;
        width: 40px;
    }
    .thoughts-main .half ,
    .thoughts-main .half img{
        width: 100%;
        height: 50vh !important;
    }
    .thoughts-main .half:last-child {
        height: auto !important;
        min-height: 50vh;
    }
    .thoughts-main .thought{
        height:auto; !important;
    }
    .thoughts-main .half:last-child {
        padding: 34px 30px;
    }
    .thoughts-main .half:last-child h3{
        font-size:18px;

    }
    .main-box .col-mn-s,
    .main-box .col-mn-l{
        width: 100%;
    }
    .modal  .modal-image-box .iconi {
        margin-bottom:20px;
    }
    .my-breadcrumb{
        padding:10px;
    }
    .thing .glyph svg{
        width: 50%;
    }
    .thing .glyph {
        display: block;
        width: 50%;
        float: left;
    }
    .thing .first svg {
        height: 100px;
        position: relative;
        top:0;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*
 * 1. core styles
 */

section{
    width: 100%;
    float:left;
}
.teamy{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.teamy__layout{
    position: relative;
}

.teamy__preview{
    position: relative;
    overflow: hidden;
}
.teamy__preview img{
    width: 100%;
}
.teamy__avatar{
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.teamy__preview:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.teamy__back{
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    opacity: 0;
    will-change: opacity;

    display: flex;
    flex-direction: column;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.teamy:hover .teamy__back{
    opacity: 1;
    height: 100%;
    transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}

.teamy__name{
    margin-top: 0;
    margin-bottom: 0;
}

.teamy__post{
    display: block;
}

/*
 * 2. visual styles
 */

/* common styles for visual styles */

.teamy__back{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.teamy__content{
    padding: 20px;
}

.teamy__name{
    font-size: 1.3em;
}

.teamy__post{
    margin-top: .5em;
    font-size: .8em;
    text-transform: uppercase;
}

/* style 1 */

.teamy_style1{
    text-align: center;
}

/* style 2 */

.teamy_style2 .teamy__content{
    width: 100%;
    box-sizing: border-box;

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.teamy_style2 .teamy__name{
    font-weight: 400;
}

/* style 2 */

.teamy_style3 .teamy__name{
    font-size: 2em;
}

/*
 * 3. masks
 */

/* mask circle */

.teamy_mask-circle .teamy__preview:before{
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;

    transition: transform .3s ease, opacity .3s ease-out;
    will-change: opacity, transform;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.teamy_mask-circle:hover .teamy__preview:before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}

/* mask triangle */

.teamy_mask-triangle .teamy__preview:before{
    width: 100%;
    height: 100%;
    opacity: 0;

    -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    clip-path: polygon(50% 10%, 15% 90%, 85% 90%);

    transition-property: transform, opacity;
    transition-duration: .2s, .4s;
    transition-delay: .4s, 0s;
    transition-timing-function: ease-out;

    will-change: transform, opacity;
    transform: translate(-50%, -50%) scale(1);
}

.teamy_mask-triangle:hover .teamy__preview:before{
    opacity: 1;
    transform: translate(-50%, -50%) scale(5);
    transition-delay: .1s, 0s;
    transition-duration: .4s;
}

/*
 * 4. animations for preview
 */

/* zoom */

.teamy_zoom-photo .teamy__avatar{
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1);
}

.teamy_zoom-photo:hover .teamy__avatar{
    transform: scale(1.2);
}

/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy__avatar{
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) rotate(0);
}

.teamy_zoom-rotate-photo:hover .teamy__avatar{
    transform: scale(1.2) rotate(5deg);
}

/* zoom and slide */

.teamy_zoom-slide-photo .teamy__avatar{
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) translate(0, 0);
}

.teamy_zoom-slide-photo:hover .teamy__avatar{
    transform: scale(1.2) translate(4%, 4%);
}

/*
 * 5. default skin
 */

.teamy__preview:before{
    background-color: rgba(0, 0, 0, 0.7);
}

.teamy_style2, .teamy_style3{
    color: #fff;
}

.teamy_style2 .teamy__content{
    background-color: rgba(0, 0, 0, 0.85);
}





/* layout */

.main-container{
    max-width: 1400px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.section:nth-of-type(even){
    background-color: var(--colorGray);
}

.section__header{
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.section__header:before{
    content: "";
    width: 5rem;
    height: 3px;
    background-color: var(--colorAlternative);

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section__title{
    font-size: 2.8rem;
}

.section__hint{
    font-size: 1.4rem;
    display: block;
    margin-top: 1rem;
}

.section__content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (min-width: 641px){

    .section{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .section__header{
        margin-bottom: 6rem;
    }

    .section__content{
        justify-content: center;
    }
}

@media screen and (max-width: 640px){

    .section{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .section__header{
        margin-bottom: 3rem;
    }
}

/* options */

.radio{
    position: absolute;
    left: -9999px;
}

.preview-options{
    padding-top: 2rem;
}

.preview-options__container{
    display: flex;
    justify-content: center;
}

.preview-options__param{
    display: inline-block;
    cursor: pointer;
}

.preview-options__param:not(:last-child){
    margin-right: 1.5rem;
}

.preview-options__color:before{
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    display: block;
    border-radius: 50%;
}

.preview-options__color:after{
    content: "";
    width: 75%;
    height: 3px;
    display: block;
    margin: 1rem auto 0;
}

.preview-options__color_black:before,
#black:checked ~ .preview-options .preview-options__color_black:after{
    background-color: rgba(0, 0, 0, 1);
}

.preview-options__color_purple:before,
#purple:checked ~ .preview-options .preview-options__color_purple:after{
    background-color: rgba(0, 0, 0, 0.8);
}

.preview-options__color_blue:before,
#blue:checked ~ .preview-options .preview-options__color_blue:after{
    background-color: rgba(80, 126, 209, 1);
}

.preview-options__color_green:before,
#green:checked ~ .preview-options .preview-options__color_green:after{
    background-color: rgba(27, 188, 155, 1);
}

.preview-options__color_red:before,
#red:checked ~ .preview-options .preview-options__color_red:after{
    background-color: rgba(160, 53, 73, 1);
}

#black:checked ~ .section .teamy{
    --demoColorMask: rgba(0, 0, 0, .7);
    --demoColorContent: rgba(0, 0, 0, .85);
    --demoColorIcon: rgba(0, 0, 0, 1);
}

#blue:checked ~ .section .teamy{
    --demoColorMask: rgba(80, 126, 209, .7);
    --demoColorContent: rgba(80, 126, 209, .85);
    --demoColorIcon: rgba(80, 126, 209, 1);
}

#green:checked ~ .section .teamy{
    --demoColorMask: rgba(42, 155, 132, .7);
    --demoColorContent: rgba(42, 155, 132, .85);
    --demoColorIcon: rgba(42, 155, 132, 1);
}

#red:checked ~ .section .teamy{
    --demoColorMask: rgba(160, 53, 73, .7);
    --demoColorContent: rgba(160, 53, 73, .85);
    --demoColorIcon: rgba(160, 53, 73, 1);
}

/* demo params */

.teamy__preview:before{
    background-color: var(--demoColorMask, rgba(0, 0, 0, 0.7));
}

.teamy_style2 .teamy__content{
    background-color: var(--demoColorContent, rgba(0, 0, 0, 0.85));
}

/* social buttons */

section .social{
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 11px 0;
    background-color: #fff;
    border-radius: 100%;
    margin: 5px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social__icon{
    width: 100%;
    height: 100%;
    fill: rgba(0, 0, 0, 0.8);
    fill: var(--demoColorIcon, rgba(0, 0, 0, 0.81));
}

.social__name{
    position: absolute;
    left: -9999px;
}

@media screen and (max-width: 640px){

    .preview-options{
        padding-bottom: 2rem;
        border-bottom: 1px solid var(--colorGray);
    }
}

@media screen and (min-width: 641px){

    .preview-options{
        background-color: var(--colorGray);
    }
}

/* grid */

.teamy-team{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (min-width: 849px){

    .teamy{
        width: 25%;
    }
}

@media screen and (min-width: 425px) and (max-width: 848px){

    .teamy{
        width: 50%;
    }
}

@media screen and (max-width: 424px){

    .teamy{
        width: 100%;
    }

    .teamy:not(:first-child){
        margin-top: 3rem;
    }
}
h1.typewrite:after {
    content: "";
    position: absolute;
    background: white;
    height: 15px;
    width: 10px;
    top: -15px;
    margin-left: -5px;
}


.gallery *:focus{
    outline: none;
}
.gallery button.close{
    position: absolute;
    color: #fff;
    top: -10px;
    z-index: 1;
    right: -10px;
    opacity: 1;
    font-size: 18px;
    background: #000;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 55%;
    font-weight: lighter;
}
.gallery #show-next-image{
    position: absolute;
    width: 20%;
    font-size:24px;
    right: 0;
    height: 100%;
    padding-top:45%;
    transition: 0.4s;
}
.gallery #show-next-image:hover{
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.25);
}
.gallery #show-next-image i{
    position: absolute;
    top:50%;
    opacity: 0.7;
    color:#fff;
    transition: 0.4s;
    left:50%;
}
.gallery #show-next-image:hover i{
    opacity: 1;
}
.gallery #show-previous-image{
    position: absolute;
    width: 20%;
    font-size:24px;
    left: 0;
    height: 100%;
    padding-top:45%;
    transition: 0.4s;
}
.gallery #show-previous-image:hover{
    box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.25);
}
.gallery #show-previous-image i{
    position: absolute;
    top:50%;
    color:#fff;
    opacity: 0.7;
    transition: 0.4s;
    left:50%;
}
.gallery #show-previous-image:hover i{
    opacity: 1;
}

.gallery .modal-body{
    padding:0;
}
.gallery .modal-content{
    border-radius:0;
    padding: 0;
    border: none;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
}
.gallery #image-gallery-caption{
    margin:4px;
}
.v-gallery img{
    margin-bottom: 20px;

}