@font-face {
    font-family: 'iransans';
    src: url("IranSans/IRANSansWeb.eot");
    src: url("IranSans/IRANSansWeb.eot?#iefix") format("eot"), url("IranSans/IRANSansWeb.woff2") format("woff2"), url("IranSans/IRANSansWeb.woff") format("woff"), url("IranSans/IRANSansWeb.ttf")format("ttf");
    font-weight: normal;
    font-style: normal;
}

.sm-logo {
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
}
.hexagon-basic {
    line-height: 50px;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    z-index: 0;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%)
}
.sm-logo img {
    width: 100px;
    position: absolute;
    height: 100px;
    top: 19%;
    left: 7%;
}

.sm-detail {
    width: 50%;
    font-size: 10px;
    float: left;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.sm-detail h2 {
    font-size: 21px;
}

.sm-detail h3 {
    font-size: 11px;
}

.sm-detail h4 {
    font-size: 11px;
}

.hexagon-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
}

.bullet-description {
    display: inline-block;
    float: right;
    color: #fff;
    margin: 4px 10px 0 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bullet-description:hover{
    text-decoration: none;
    color: #fff;
}

.bullet-description:focus{
    text-decoration: none;
    color: #fff;
}

.logo-res {
    background-color: #542684;
    height: 160px;
    padding: 0 !important;
}
.sm-square{
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #542684;
    position: absolute;
    left: -12px;
    top: 40%;
}

.bullets > div{
    padding: 0 10px;
}

#shared-menu .bullets .col-lg-2:first-child .hexagon-bullet{
    background: #F9690E!important;
}
#shared-menu .bullets .col-lg-2:nth-child(2) .hexagon-bullet{
    background: #947CB0!important;
}
#shared-menu .bullets .col-lg-2:nth-child(3) .hexagon-bullet{
    background: #FFFFFF!important;
}
#shared-menu .bullets .col-lg-2:nth-child(4) .hexagon-bullet{
    background: #19B5FE!important;
}
#shared-menu .bullets .col-lg-2:nth-child(5) .hexagon-bullet{
    background: #59ABE3!important;
}
#shared-menu .bullets .col-lg-2:nth-child(6) .hexagon-bullet{
    background: #E74C3C!important;
}
#shared-menu .bullets .col-lg-2:nth-child(7) .hexagon-bullet{
    background: #7D47B5!important;
}
#shared-menu .bullets .col-lg-2:nth-child(8) .hexagon-bullet{
    background: #F4D03F!important;
}
#shared-menu .bullets .col-lg-2:nth-child(9) .hexagon-bullet{
    background: #FFE400!important;
}
#shared-menu .bullets .col-lg-2:nth-child(10) .hexagon-bullet{
    background: #F39C12!important;
}
#shared-menu .bullets .col-lg-2:nth-child(11) .hexagon-bullet{
    background: #F03434!important;
}
#shared-menu .bullets .col-lg-2:nth-child(12) .hexagon-bullet{
    background: #ffffff!important;
}

#shared-menu{
    position: relative;
    background: #1f0e30;
    font-family: iransans;
}

.toggle-share-menu{
    width: 60px;
    height: 70px;
    background-color: #542684;
    color: #fff;
    position: absolute;
    bottom: -40px;
    left: 30px;
    z-index: 1000000;
    cursor: pointer;
}

.toggle-share-menu .fa-caret-up{
    font-size: 45px;
    position: absolute;
    top: -5px;
    left: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.toggle-share-menu:hover .fa-caret-up{
    top: 2px;
}

.toggle-share-menu .shared-menu-show{
    position: absolute;
    left: 17px!important;
    bottom: -3px !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.toggle-share-menu:hover .shared-menu-show{
    bottom: 3px !important;
}

@media screen and (min-width: 1200px) {
    .bullets > div {
        margin: 30px 0 0;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .bullets > div {
        margin: 18px 0 0;
    }
    #shared-menu .col-lg-2{
        padding-right: 25px;
    }
    .sm-square{
        top: 43%;
    }
}

@media screen and (max-width: 992px) {
    .logo-res{
        height: 192px;
    }
    .sm-logo img{
        top: 25%;
    }
    .sm-detail{
        padding: 49px 0;
    }
    .bullets > div{
        margin: 15px 0 0;
    }
    .sm-square{
        top: 44.5%;
    }

}

@media screen and (max-width: 767px) {
    .sm-detail h2{
        font-size: 18px;
    }
    .sm-detail h3{
        font-size: 9px;
    }
    .sm-detail h4{
        font-size: 9px;
    }
    .logo-res{
        height: 285px;
    }
    .sm-logo{
        width: 100%;
        height: 50%;
        text-align: center;
    }
    .sm-logo img{
        bottom: 10%;
        left: 24%;
        margin-top: 25px;
        position: static;
    }
    .sm-detail{
        width: 100%;
        font-size: 10px;
        color: #fff;
        text-align: center;
        padding: 0;
    }
    .bullet-description{
        font-size: 14px;
        margin: 5px 10px 0;
    }
    .bullets div:last-child{
        margin-bottom: 15px;
    }
    .sm-square{
        top: 45.5%;
    }
    .toggle-share-menu{
        background: #49177d;
        right: 10px;
        left: initial;
    }
}
@media screen and (max-width: 430px) {
    .bullet-description{
        font-size: 10px;
        margin: 8px 10px 0;
    }
    .sm-logo img{
        width: 80px;
        height: 80px;
    }
    .bullets > div {
        margin: 15px 0 0;
        padding-left: 0 !important;
    }
    .sm-detail h2{
        font-size: 16px;
    }
}
@media screen and (max-width: 326px){
    .bullet-description{
        font-size: 9px;
        margin: 8px 5px 0 0;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}