@charset "UTF-8";
/* CSS Document */

body {
    padding-top: 90px;
    /*background-color: #f1f1f1;
    font-family: 'Trebuchet MS', sans-serif;*/
}

body.home-index {
    /*   padding-top:100vh;*/
}
body.ps-active {

}

@media (max-width: 768px) {
    body{
        padding-top: 51px;
    }
}

/* Position panel */
#chat-panel {
    position: fixed;
    bottom: 0;
    right: -21px; /*scroll icin*/
    width: 280px;
    height: calc(100vh - 51px);
    background-color: #f0f2f7;
    /*
    -webkit-box-shadow: -3px 3px 3px 0px rgba(163,163,163,1);
    -moz-box-shadow: -3px 3px 3px 0px rgba(163,163,163,1);
    box-shadow: -4px 4px 4px 0px rgba(163,163,163,.5);
    */
    transform: translateX(300px);
    overflow:auto;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    z-index: 10002;

    border-radius: 15px 15px 0 0;
}
body.chat-active #chat-panel {
    transform: translateX(0);
}
body.chat-active #chat-opener {
    transform: translateX(-259px);
}
#chat-opener {
    position: fixed;
    top: 140px;
    right: 0;
    background: rgba(51, 122, 183, 0.75);
    z-index: 10001;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    overflow: hidden;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: -3px 3px 3px 0px rgba(163,163,163,1);
    -moz-box-shadow: -3px 3px 3px 0px rgba(163,163,163,1);
    box-shadow: -4px 4px 4px 0px rgba(163,163,163,.5);
}
#chat-opener:hover {
    background: rgba(51, 122, 183, 1);
}

.navbar-header{
    position: relative;
    z-index: 2;
}


@media (min-width: 768px){
    .login{float:right; }
    .login a{float:left; color:#fff; margin:5px; font-size:10px;}
    .navbar-inverse{background: #08101d; opacity: 1; border: none; }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{ }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{ padding-top:3px; }
    .navbar-inverse .navbar-nav>li a{text-align:center; color: #fff;}
    .nav .glyphicon{content: "\e021"; border: 1px solid #fff; padding:10px;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin:0 auto; text-align: center;}
    .menu-text{ margin-left:10px; }
    .navbar-inverse .navbar-nav>.active>a{background: none !important;}
    .fuar-background{background: url(../images/fuar-img.jpg); height:597px;}
    .item-back{background-color: #ffffff; padding:50px;}
    .thumbnail{-webkit-box-shadow: 0px 0px 15px 1px rgba(20,65,184,0.5); -moz-box-shadow: 0px 0px 15px 1px rgba(20,65,184,0.5); box-shadow: 0px 0px 15px 1px rgba(20,65,184,0.5);  }
    .thumbnail>.img-height>img { margin-top:20px; display: inline;}
    .thumbnail>.img-height{height:130px; margin:0 auto;  text-align: center; }
    .caption>h3{font-size: 16px; font-style: normal; color:#003075; text-align: center;font-weight:bold; }
    .caption>p{font-size: 12px; font-style: italic; color:#003075; text-align: center;line-height:15px; height:45px;}
    .form-back{background:url(../images/iletisim-back.jpg) center; height: 570px;}
    .form-back h3{color:#ffffff; }
    .iletisim-textbox{width:100% !important; float: left;  margin-bottom:50px; margin-top:50px; background:#ffffff; opacity: 0.8; color:#ff0000; font-size:16px;  }
    .iletisim-textarea{ float: left; margin-right:10px; margin-bottom:20px; background:#ffffff; opacity: 0.8; color:#ff0000; font-size:16px; height: 150px; }
    .col-xs-4{padding-left:0;}
    .iletisim-back{    background: #09182a; position: relative;}
    .iletisim-text{float:left; color:#fff; font-size:12px; margin-top:20px; }
    .iletisim-text span{color:#ffffff; font-size:12px; font-weight:bold; margin-right:10px;}
    .iletisim-text > div{color:#ffffff; font-size:14px; margin-top:5px; margin-bottom:0;  }
    .glyphicon-phone-alt{color:#fff; }
    .glyphicon-envelope{color:#fff;}
    .glyphicon-bullhorn{color:#fff;}

    


    .footer-link{ float:right; color:#fff; font-size:12px; margin-top:10px;}
    .footer-link a{ color:#fff; font-size:12px;}
    .footer-link li{ margin:10px 0;}

    .footer-sosyal{margin:0 auto; width:100%; text-align: center; padding:10px;}
    .footer-sosyal a{ }


    .firma-back{background:#09182a; padding:20px;}
    .firma-link{ margin:0 auto; text-align: center;}

    .modal-body{background:rgb(248, 228, 230); border:1px solid #b7323f; color:#fff;}
    .modal-header{background:#b7323f; border:1px solid #b7323f; color:#fff;}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
        background: transparent;
    }

    .navbar-inverse .dropdown-menu > li > a{
        color: #333;
    }

}




@media (max-width: 768px){
    .container>.navbar-header{background:#09182a;}
    .navbar-brand img{ max-height: 60px; }
    .login{float:right; }
    .login a{float:left; color:#fff; margin:5px; font-size:10px;}
    .nav .glyphicon{content: "\e021"; border: 1px solid #fff; padding:10px;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin:0 auto; text-align: center;}
    .menu-text{ margin-left:10px; }
    .navbar-inverse .navbar-nav>.active>a{background: none !important;}
    .fuar-background{background: url(../images/fuar-img.jpg); height:597px;}
    .item-back{background-color: #ffffff; padding:50px;}
    .thumbnail{-webkit-box-shadow: 0px 0px 15px 1px rgba(20,65,184,0.5); -moz-box-shadow: 0px 0px 15px 1px rgba(20,65,184,0.5); box-shadow: 0px 0px 15px 1px rgba(20,65,184,0.5);  }
    .thumbnail>.img-height>img { margin-top:20px; display: inline;}
    .thumbnail>.img-height{height:130px; margin:0 auto;  text-align: center; }
    .caption>h3{font-size: 14px; font-style: italic; color:#003075; text-align: center;}
    .caption>p{font-size: 12px; font-style: italic; color:#003075; text-align: center;}
    .form-back{background:url(../images/iletisim-back.jpg) center; height: 570px;}
    .form-back h3{color:#ffffff; }
    .iletisim-textbox{width:100% !important; float: left;  margin-bottom:50px; margin-top:50px; background:#ffffff; opacity: 0.8; color:#ff0000; font-size:16px;  }
    .iletisim-textarea{ float: left; margin-right:10px; margin-bottom:20px; background:#ffffff; opacity: 0.8; color:#ff0000; font-size:16px; height: 150px; }
    .col-xs-4{padding-left:0;}
    .iletisim-back{background:#09182a; position:relative;}
    .footer-sosyal img {
        width:30px;
    }

    .iletisim-text{float:left; color:#fff; font-size:12px; margin-top:20px; }
    .iletisim-text span{color:#ffffff; font-size:12px; font-weight:bold; margin-right:10px;}
    .iletisim-text h1{color:#ffffff; font-size:14px; margin-top:5px; margin-bottom:0;  }
    .glyphicon-phone-alt{color:#fff; }
    .glyphicon-envelope{color:#fff;}
    .glyphicon-bullhorn{color:#fff;}


    .footer-link{ float:left; color:#fff; font-size:12px; margin-top:10px;}
    .footer-link a{ color:#fff; font-size:12px;}
    .footer-link li{ margin:10px 0;}

    .footer-sosyal{margin:0 auto; width:100%; text-align: center; padding:10px;}
    .footer-sosyal a{ }


    .firma-back{background:#09182a; padding:20px;}
    .firma-link{ margin:0 auto; text-align: center;}

    .modal-body{background:rgb(248, 228, 230); border:1px solid #b7323f; color:#fff;}
    .modal-header{background:#b7323f; border:1px solid #b7323f; color:#fff;}

}

.navbar-brand>img {
    max-height: 70px;
}
@media(max-width:768px) {
    .navbar-brand img{ max-height: 40px; }
}
.navbar-brand {
    padding:5px 15px;
}
.home-video {
    /*height: 100%;*/
    width: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    /*position: fixed;
    transform: translateZ(-1);
    -webkit-transform: translateZ(-1);*/
    background-repeat: no-repeat;
    top:0;
}
.home-video video {
    display:block;
    width:100%;
}
.home-holes {
    height:100vh;
    /* z-index: 100000; */
    position: relative;
}
.home-holes .holes-container {
    background: #fff;
}
.section-title {
    background: url(../images/header_img.jpg)repeat;
    opacity: 0.7;
    margin:0;
    padding:10px 0;
    line-height:31px;
    font-size:20px;
    color:#fff;
    text-align:center;
    z-index:2;
    top:0;
    width:100%;
    position:absolute;
}
.section-title-relative {

}
.pt-50 {
    padding-top:50px;
}
#companies {
    /*    padding-top:50px;*/
}
.hole-stands {
    position:relative;
    padding:0;
}
.pb-50 {
    padding-bottom:50px;
}
.section {
    overflow: hidden;
    /* z-index: 100000000; */
    position: relative;
    background-color: #fff;
}
.followMeBar {
    position: relative;
    z-index: 2;
}

.followMeBar.fixed {
    position: fixed;
    top: 89px;
    width: 100%;
    box-sizing: border-box;
    z-index: 12;
}

.followMeBar.fixed.absolute {
    position: absolute;
}
.holes-container {
    background:#fff;
    position:absolute;
    /*height:calc(100% - 50px);*/
    height:100%;
    width:100%;
}
.hole {
    opacity:0;
    position:absolute;
    width:100%;
    z-index:0;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    top:50%;
    transform:translateY(-50%);
}
.hole.active {
    z-index:1;
    opacity:1;
}
.hole .hole-background {
    position:relative;
    z-index:1;
    width:100%;
    display:block;
}
.hole-selector {
    margin:0;
    padding:0;
    list-style:none;
    position:absolute;
    right:15px;
    bottom:15px;
    z-index:15;
}
.hole-selector li {
    float:left;
    margin-left:15px;
}
.hole-selector li a {
    display:block;
    background:rgba(206, 47, 46,.7);
    color:#fff;
    padding:0 10px;
    line-height:36px;
    text-decoration:none;

    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
}
.hole-selector li.active a,
.hole-selector li a:hover {
    background:rgba(206, 47, 46, 1);
}
.hole-stand {
    position:absolute;
    z-index:14;
}
.hole-stand a {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:100% 100%;
}
.tipso_title {
    line-height:30px;
}
.tipso-content {
    line-height: 1.4em;
    font-size: 12px;
}
.company-logo {
    display:block;
    margin:0 auto 10px auto;
    max-width:80%;
}
.onepage-pagination {
    background: rgba(255,255,255,.5);
    padding-right: 5px !important;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .nav>li>a {
        padding-left:5px;
        padding-right:5px;
    }
}

.scrollable::-webkit-scrollbar {
    width: 8px;
}
.scrollable {
    padding-right:3px;
    overflow-y:auto;
}
/* Track */
.scrollable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Handle */
.scrollable::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 0;
    background: rgba(79, 76, 68, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.scrollable::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(79, 76, 68,.4);
}



.chat-list a {
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.chat-list {
    margin:0;
    padding:0;
    list-style:none;
}
.chat-list li {
    padding:0;
    margin:0;
}
.chat-list .chat-hole {
    text-align:center;
    border-radius: 15px 15px 0 0;
}
.chat-list .chat-hole > a {
    display: block;
    text-align: center;
    background-color: #e9002c;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    position: sticky;
    top: 0;
    z-index: 2;
    border-radius: 15px 15px 0 0;
}
.chat-list .chat-companies {
    margin:0;
    padding:0;
    list-style:none;
}
.chat-list .chat-company {
    margin: 10px 0;
    padding: 0 10px;
}
.chat-list li.chat-agent {
}
.chat-list li.chat-agent:first-child {
    border:none;
}
.chat-list .chat-company > a{
    display: block;
    text-align: left;
    padding: 5px;
    background: #fff;
    line-height: 16px;
    color: #0a1b33;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.chat-list .chat-company > a:before{
    content: "";
    position: absolute;
    left: 0;
    top: -7%;
    z-index: -1;
    width: 38px;
    height: 114%;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s;
}


.chat-list .chat-company > a:hover {
    background: #e9002c;
    color: #fff;
}
.chat-list .chat-company > a:hover:before {
    background: #e9002c;
}

.chat-list .chat-company > a > img{
    margin: 0;
    padding: 0;
    width: 25px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
}
.chat-list .chat-agents {
    margin: 0;
    padding:0;
    list-style:none;
}
.chat-list .chat-agent {
    margin:0;
    padding:0;
}
.chat-list .chat-agent > a {
    display: block;
    text-align: left;
    padding: 5px;
    line-height: 14px;
    color: #16283a;
    text-decoration: none;
    padding-left: 40px;
    font-size: 13px;
}
.chat-list .chat-agent > a:hover {
    /*background: rgba(78, 158, 188, 0.61);*/
    padding-left: 45px;
}
.chat-list .chat-agent > a > img {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#chat-dialogs {
    position:fixed;
    width:100%;
    bottom:0;
    right: 15px;
    height:30px;
    z-index:10002;
    text-align:right;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    padding:0 10px;
}
body.chat-active #chat-dialogs {
    right: 265px;
    width: calc(100% - 280px);
}
#chat-dialogs > ul {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    position:relative;
    display:block;
    list-style:none;
}
#chat-dialogs > ul > li {
    float:right;
    padding:0 1px;
    position:relative;

}
#chat-dialogs > ul > li > a {
    display: block;
    line-height: 30px;
    background: rgb(162, 0, 30);
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    position:relative;
    z-index:10;
    font-size: 13px;

    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    font-weight: 700;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chat-dialogs > ul > li > a img,
.chat-dialog-heading img {
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
}

#chat-dialogs > ul > li > a:hover,
#chat-dialogs > ul > li.active > a {
    background: rgb(215, 0, 40);
}
#chat-dialogs > ul > li > div {
    position:absolute;
    width:250px;
    bottom:30px;
    height:350px;
    border: solid 1px rgb(215, 0, 40);

    text-align:left;


    border-radius: 10px;
    border-top: none;

    bottom: -150px;
    right: -70px;
    transform: scale(0);
    transition: all .2s;
}

#chat-dialogs > ul > li > div.fromLeft {
    right:auto;
    left:1px;
}
#chat-dialogs > ul > li.active > div {
    height:350px;

    transform: scale(1);
    bottom: 35px;
    right: 1px;
    background-color: #fff;
}
#chat-dialogs > ul > li > div .chat-dialog-heading {
    display:block;
    color:#fff;
    padding: 10px;
    background: #d70028;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    white-space: nowrap;
}
#chat-dialogs > ul > li > div .chat-dialog-heading a {

    color: #fff;
    font-size: 14px;
    margin-left: auto;
}

#chat-dialogs > ul > li > div .chat-dialog-content {
    height: 255px;
    border-bottom: solid 1px #e8002c;
    padding: 5px 0;
    background-color: #fff;
}
#chat-dialogs > ul > li > div .chat-dialog-content.clock-warning {
    height: 196px;
}
.clock-warning-not {
    height: auto;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: #f93939;
    text-align: center;
    padding: 7px 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
#chat-dialogs > ul > li > div .sendmessage-form {
    height: 50px;
    padding: 10px 5px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
#chat-dialogs > ul > li > div .sendmessage-form .form-control{
    border: none;
    box-shadow: none;
}
#chat-dialogs > ul > li > div .sendmessage-form .input-group{
    width: 100%;
}
#chat-dialogs > ul > li > div .sendmessage-form .input-group-btn{
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 999;
}
#chat-dialogs > ul > li > div .sendmessage-form .btn.bg-teal{
    background: #e8002c;
    color: #fff;
    position: absolute;
    right: 0;
    top: -2px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transform: rotate(44deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
#chat-dialogs > ul > li > div .sendmessage-form .btn.bg-teal .glyphicon{
    top: 0;
}

.chat-dialog-content ul {
    margin:0;
    padding:0;
    list-style:none;
}
.chat-dialog-content ul li {
    margin:0 0 5px 0;
    padding:0;
    list-style:none;
}
.chat-dialog-content ul li:after {
    clear:both;
    content:" ";
    display:block;
}

.chat-dialog-content ul li div {
    float:left;
    max-width:80%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin-left: 17px;
    background: #e7e7e7;
    padding: 10px;
    position:relative;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2em;
    border-radius: 15px;
    min-width: 120px;
}

.chat-dialog-content ul li div:before {
    content: "\A";
    border-style: solid;
    border-width: 0px 10px 20px 0;
    border-color: #e7e7e7 #e7e7e7 transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.chat-dialog-content ul li.right div {
    float:right;
    max-width:80%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    right:10px;
    background: #e8002c;
    padding: 10px;
    margin-right:10px;
    font-size: 13px;
    color: #fff;
    border-radius: 15px;
}

.chat-dialog-content ul li.right div:before {
    content: '\A';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 0px 20px 10px;
    border-color: transparent transparent transparent #e8002c;
    position: absolute;
    right: -10px;
    left:auto;
    top: 15px;
}

.chat-dialog-content ul li.right div .msg-time {
    display:block;
    text-align:right;
    color: #fff;
    font-size: 11px;
    margin-top: 10px;
}
.chat-dialog-content ul li.left div .msg-time {
    display:block;
    text-align:right;
    color: #7d7d7d;
    font-size: 11px;
    margin-top: 10px;
}
.newmessage_count {
    display: inline-block;
    background: #f00;
    font-size: 11px;
    height: 13px;
    line-height: 14px;
    text-align: center;

    padding: 0 2px;
}

.stand-background {
    width:100%;
    display:block;
    position:relative;
}
.company-sections {
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    padding: 50px;
}
.company-section-button {
    display:block;
    max-width:100%;
    margin:0 auto;
    text-align:center;
    font-size:20px;
    margin-bottom:15px;
    color:#db3444;
    text-decoration:none !important;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
.company-section-button:hover {
    color:#db3444;
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
}
.company-section-button .ct-icon {
    display:block;
    margin:0 auto;
    width:150px;
    height:150px;
    background:#db3444;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position:relative;
}
.company-section-button .ct-icon span {
    position:absolute;
    left:50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    font-size:36px;
    color:#fff;
}

.company-content {
    margin-bottom: 10px;
    background: #f1f1f1;
}
.company-content h5 {
    background: rgba(22, 57, 98, 0.8);
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
}
.company-content-image {
    max-width:100%;
    display:block;
    margin:0 auto 0 auto;
}
.entry-content {
    font-size: 12px;
    color: #4d4d4d;
    padding: 10px 5px 5px 5px;
    line-height: 1.6em;

}
.entry-content p{
    color: #201d1d;
    font-size: 14px;
}
.panel-heading .accordion-toggle {
    display:block;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.company-products {

}
.company-products ul {
    margin:0;
    padding:0;
    list-style:none;
}
.company-products ul li {
    margin:0 0 2px 0;
}
.company-products ul li a {
    display: block;
    margin-bottom: 2px;
    background: rgba(9, 24, 42, 0.7);
    padding: 10px 8px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;

}
.company-products ul li a:hover {
    background: rgba(9, 24, 42, 1);
}
.company-products ul li a span {
    float:right;
    margin-top:2px;
}
.company-products ul li a:after {
    content:" ";
    clear:both;
    display:block;
}
.application-box {
    background: #ddd;
    text-align: center;
    padding: 15px;
    border: dashed 1px #aaa;
    color:#4d4d4d;
}
.application-box h4 {
    color: #b7323f;
    margin: 0 0 15px 0;
    font-size: 20px;
}
.application-box a {
    margin-top:15px;
}
.align-center {
    text-align:center;
}
.loading-overlay.loading-theme-light {
    z-index:6300 !important;
}
.back-link {
    position: absolute;
    right: 50px;
    margin-top: 0;
    color: #fff;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
.back-link:hover {
    color:rgba(255, 255, 255, 0.6);
    text-decoration:none;
}
.modal-header .close {
    margin-top:1px;
}
.application-box form {
    text-align:left;
    color:#4d4d4d;
}
.gallery-image {
    margin-bottom:15px;
}
.gallery-image a {
    display:block;
    position:relative;
}
.gallery-image a img {
    display:block;
    margin:0;
    width:100%;
}
.gallery-image a:before {
    content:" ";
    width:100%;
    height:100%;
    position:absolute;
    opacity:0;
    background:rgba(183, 50, 63, 0.50);
    top:0;
    left:0;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
.gallery-image a:hover:before {
    opacity:1;
}
.gallery-image a:after {
    content:"\e015";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    opacity:0;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}
.gallery-image a.type-video:after {
    content: "\e072";
}
.gallery-image a:hover:after {
    opacity:1;
}
.fancybox-thumbs>ul>li {
    border-color:#db3444;
}
.fancybox-thumbs {
    background:#db3444;
}
.companyinfo-header {
    margin: -15px -15px 0 -15px;
    background: #cf2637;
    padding-top:15px;
    padding-bottom:15px;
}
.companyinfo-header .companyinfo-logo {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
}
.companyinfo-header .companyinfo-line {
    padding-bottom: 3px;
    font-size: 13px;
}
.companyinfo-header .companyinfo-slogan {
    font-size: 16px;
    margin-bottom: 10px;
}
.companyinfo {
    color:#4d4d4d;
    font-size:12px;
    padding:15px 0;
}
.companyinfo-header a {
    color:#fff;
    text-decoration: underline;
}
.companyinfo-heading {
    color: #cf2637;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700;
}
.companyinfo-contact {
    margin-bottom:30px;
}
.companyinfo-contact ul {
    margin:0;
    padding:0;
    list-style:none;
}
.companyinfo-contact ul li {
    margin-bottom:0;
    font-size: 14px;
}
.companyinfo-social {
    margin:0;
    padding:0;
    list-style:none;
}
.companyinfo-social li {
    float:left;
    max-width:30px;
    margin-right:10px;
}
.companyinfo-social li a {
    display:block;
}
.companyinfo-social li a img {
    width:100%;
}
.app-table {
    border:1px solid #4d4d4d !important;
}
.app-table td,.app-table th {
    border:1px solid #4d4d4d !important;
}
.app-table td{
    text-align:left;
}
.applications-pagination a {
    margin-top:0 !important;
}
.company-download {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}
.company-download a {
    display: block;
    min-height: 50px;
    padding-left: 55px;
    text-decoration: none !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}
.company-download a:hover {
    background: #f1f1f1;
}
.company-download a span.download-icon {
    position:absolute;
    width:46px;
    height:46px;
    left:2px;
    top:2px;
    background:#b7323f;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    text-align:center;
    font-size:22px;
    color:#fff;
}
.company-download a span.download-icon span {
    line-height: 45px;
}
.company-download a span.download-title {
    color:#b7323f;
    font-size:16px;
    line-height:25px;
    display:block;
}
.company-download a span.download-desc {
    font-size:11px;
    color:#666;
    line-height:15px;
    display:block;
}
.stand-tt-title {
    display:block;
    text-align:center;
    font-size:20px;
    border-bottom:solid 1px #ccc;
}
.stand-tt-content {
    text-align:center;
    font-size:14px;
    margin-top:10px;
}
.stand-tt-logo {
    display:block;
    margin:0 auto;
    width:100%;
    max-width:120px;
}
.img-height img {
    max-height:100%;
}
.company .caption>h3 {
    margin-top:0;
    height:34px;
}
.dragg {
    position:absolute;
}
@media (max-width: 768px){
    .followMeBar.fixed {
        top:50px;
    }
    .company-content-types ul li a {
        width: 40px;
        height: 40px;
    }
    .company-content-types ul li a span {
        font-size:16px;
    }
}
@media (max-width: 468px){
    .company-content-types ul li a {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:768px) {
    .company-content-types {
        background:#09182a;
        padding:30px 15px;
        border-top:1px solid #333;
        border-bottom:1px solid #333;
    }
    .company-content-types ul {
        display:block;
        margin:0;
        padding:0;
        list-style:none;
        font-size:0px;
        text-align:center;
    }
    .company-content-types ul li {

        margin: 0 5px;
        display:inline-block;
        position: relative;

    }
    .company-content-types ul li a.cvAddStand{
        display: block;
        margin-top: -49px;
        position: absolute;
    }
    .company-content-types ul li a.cvAddStand span.cvText{
        color: #fff;
        font-size: 14px;
        width: 100px;
        position: absolute;
        left: 82px;
    }
    .company-content-types ul li a{
        font-size:14px;
        display:block;
        width:50px;
        height:50px;
        background:#db3444;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        position:relative;
        transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        -webkit-transition:all .2s ease-in-out;
    }
    .company-content-types ul li a span {
        position:absolute;
        left:50%;
        top:50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        font-size:20px;
        color:#fff;
    }
    .company-content-types ul li a:hover {
        transform:scale(1.2);
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
    }
}
@media (max-width:767px) {
    .company-content-types {
        background:#09182a;
        padding:30px 15px;
        /*border-top:1px solid #333;
        border-bottom:1px solid #333;*/
    }
    .company-content-types ul {
        display:block;
        margin:0;
        padding:0;
        list-style:none;
        font-size:0px;
        text-align:center;
    }
    .company-content-types ul li {

        margin: 5px 0.25%;
        display:block;
        float:left;
        width:49.5%;


    }
    .company-content-types ul li a{
        font-size:14px;
        display:block;
        width:100%;
        height:34px;
        background:#db3444;
        position:relative;
        transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        -webkit-transition:all .2s ease-in-out;
        text-align:left;
        color:#fff;
        text-decoration:none !important;
        line-height:34px;
        border-radius: 8px;
    }
    .company-content-types ul li a span {
        float:left;
        font-size:20px;
        height:30px;
        width:30px;
        line-height:30px;
        color:#fff;
        margin:1px 2px;
        text-align:center;
    }

    .company-content-types ul li a.cvAddStand{
        display: flex;
        justify-content: flex-start;
    }
    .company-content-types ul li a.cvAddStand span.cvText{
        color: #fff;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .company-content-types ul:after {
        content:" ";
        clear:both;
        display:table;
    }
}
@media (max-width:550px) {
    .company-content-types ul li {
        width:100%;

    }
}
@media (min-width:768px) {
    .firmaylagorus span {
        font-size:20px;
        display:block;
    }
    .firmaylagorus {
        position: absolute;
        bottom: 10%;
        left: 50px;
        z-index: 1000;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        text-align: center;
        line-height: 14px;
        background: rgba(195, 0, 17,0.8);
        /* overflow: hidden; */
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51,51,51,1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51,51,51,1);
        box-shadow: 0px 5px 5px 0px rgba(51,51,51,1);
        font-size: 14px;
        color: #fff !important;
        text-decoration:none !important;
        padding-top: 10px;
        transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
    }
    .firmaylagorus:hover {
        background: rgba(195, 0, 17,1);
    }
}
@media (max-width:767px) {
    .firmaylagorus span {
        margin-right: 5px;
    }
    .firmaylagorus {
        position: absolute;
        bottom: 3%;
        left: 50%;
        z-index: 1000;
        width: auto;
        line-height: 20px;
        background: rgba(195, 0, 17,0.8);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51,51,51,1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51,51,51,1);
        box-shadow: 0px 5px 5px 0px rgba(51,51,51,1);
        font-size: 14px;
        color: #fff !important;
        text-decoration:none !important;
        padding:3px 5px;
        transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
        border-radius: 8px;
        padding: 5px 10px;
    }
    .firmaylagorus:hover {
        background: rgba(195, 0, 17,1);
    }
}


/*up*/
.modal-content{
    border-radius: 10px 10px 0 0;
    background-color: transparent;
}
.modal-header {
    background-color: #ff3146;
    border-radius: 10px 10px 0 0;
}
.modal-header .close{
    color: #fff;
    opacity: 1;
    font-size: 28px;
    margin-top: -3px;
}
.modal-body,
.modal-body .application-box{
    background-color: #fff;
    border: none;
}
.modal-body .form-control{
    height: 40px;
    border-radius: 8px;
    border-color: #db3444;
    box-shadow: none;
}
.form-horizontal .control-label{
    padding-top: 10px;
}

.form-group .btn{
    border-radius: 15px;
    padding: 5px 25px;
    outline: none !important;
}

.modal-open{
    overflow: auto !important;
}





.modal .modal-dialog .modal-content{
    border-radius: 0;
    background: transparent;
}
.modal .modal-dialog .modal-content .modal-header{
    background-color: #fff !important;
    border-radius: 0;
    border: none;
}
.modal .modal-dialog .modal-content .modal-header h4{
    margin-top: 0;
    font-size: 32px;
    color: #42aad7 ;
    font-weight: 700;
    text-align: left;
    margin-top: 15px;
}

.modal .modal-dialog .modal-content .modal-header button.close{
    position: absolute;
    top: 5px;
    right: 0;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    opacity: 1;
    color: #0b77f1 ;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}
.modal .modal-dialog .modal-content .modal-body{
    border-radius: 0;
    background-color: #fff;
}

.form-group .btn.btn-danger{
    background-color: #664ffa;
    background-image: linear-gradient(270deg, #885bfe 0%, #664ffa 100%);
    color: #ffffff;
    transition: all 300ms linear;
    background-size: 200% 200%;
    -moz-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    border-radius: 10px;
    border: none;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 14px;
}

.form-group .btn.btn-danger:hover{
    background-position: right center;
}


.form-group .btn.btn-warning{
    background-color: #51ffe0;
    background-image: linear-gradient(326deg, #51ffe0 0%, #0765a5 74%);

    transition: all 300ms linear;
    background-size: 200% 200%;
    -moz-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);

    border-radius: 10px;
    border: none;
    padding: 12px 25px;
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 14px;
}
.form-group .btn.btn-warning:hover{
    background-position: right center;
}


.form-group #forgetPassBtn{
    margin: 0 5px;
    padding: 0;
}




/*up 1604*/
.company .thumbnail{
    box-shadow: 0px 0px 15px 1px rgba(231, 231, 231, 0.5);
    -moz-box-shadow: 0px 0px 15px 1px rgba(231, 231, 231, 0.5);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(231, 231, 231, 0.5);
    border-radius: 0;
}
.company .thumbnail:hover{
    border: 1px solid #42aad7;
}
.company .thumbnail .img-height{
    display: flex;
    justify-content: center;
    align-items: center;
}
.company .thumbnail  .img-height a > img{
    max-width: 230px;
    max-height: 100px;
}
.company .caption > h3{}

/*footer*/
.footer-link ul li{
    list-style: none;
    text-align: right;
    margin: 5px 0;
}
.footer-link ul li a{
    position: relative;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    font-weight: 700;
}
.footer-link ul li a:before{
    content: "";
    position: absolute;
    right: -15px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    transform: rotate(45deg);
}

.iletisim-text > div a{
    color: #fff;
    font-weight: 700;
}
.iletisim-text > div a:hover{
    color: #fff;
}




/*chat button*/
#chat-opener.chatBubble{
    background: rgba(146, 100, 174, 0.6);
    border-radius: 0;
    width: 200px;
    height: 50px;
    padding: 1px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    line-height: 16px;
    border-radius: 10px;
    padding: 0 15px;
    transition: all .5s;
    right: -152px;
    z-index: 1019;

    background: rgba(225,0,26,1);
    background: -moz-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,0,26,1)), color-stop(100%, rgba(130,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1001a', endColorstr='#820000', GradientType=0 );

}
#chat-opener.chatBubble.active{
    right: 0;
}
#chat-opener.chatBubble img{
    width: 32px;
    margin-right: 10px;
}
#chat-opener.chatBubble span.text{
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
}
#chat-opener.chatBubble span.text:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;

    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 28%, rgba(255,255,255,1) 52%, rgba(255,255,255,0.81) 82%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(28%, rgba(255,255,255,0.75)), color-stop(52%, rgba(255,255,255,1)), color-stop(82%, rgba(255,255,255,0.81)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 28%, rgba(255,255,255,1) 52%, rgba(255,255,255,0.81) 82%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 28%, rgba(255,255,255,1) 52%, rgba(255,255,255,0.81) 82%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 28%, rgba(255,255,255,1) 52%, rgba(255,255,255,0.81) 82%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 28%, rgba(255,255,255,1) 52%, rgba(255,255,255,0.81) 82%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
#chat-opener.chatBubble span.text span{
    display: block;
    text-align: center;
}
#chat-opener.chatBubble span.text span:first-child{
    font-weight: 700;
}

@media (max-width: 768px) {
    #chat-opener.chatBubble{
        right: 0;
    }
    #chat-opener.chatBubble.active{
        right: -146px;
    }
    #chat-opener.chatBubble{
    }
    #chat-opener.chatBubble img{
    }
}




/*up 1604 bootstrap settings*/
.btn-primary{
    background-color: #42aad7;
    border-color: #42aad7;
    font-style: normal;
}

/*global settings*/
a,
button{
    outline: none;
    text-decoration: none;
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover{
    text-decoration: none;
    outline: none;
}



.alert {
    padding: .7143rem 1.071rem;
    margin-bottom: 1.429rem;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #FFF
}

.alert.alert-square {
    border-radius: 0
}

.alert .close {
    position: relative
    color: #fff;
}

.alert.alert-dismissable,
.alert.alert-dismissible {
    padding-right: 2.5rem
}

.alert.alert-dismissable .close,
.alert.alert-dismissible .close {
    top: -2px;
    right: -20px;
    color: inherit
}

.alert.alert-primary {
    background-color: #2196F3;
    border-color: #2196F3
}

.alert.alert-secondary {
    background-color: #323a45;
    border-color: #323a45
}

.alert.alert-success {
    background-color: #64DD17;
    border-color: #64DD17
}

.alert.alert-info {
    background-color: #29B6F6;
    border-color: #29B6F6
}

.alert.alert-warning {
    background-color: #FFD600;
    border-color: #FFD600
}

.alert.alert-danger {
    background-color: #ef1c1c;
    border-color: #EF5350
}



@media (min-width: 768px) {
    ul.loginNav{
        position: absolute;
        right: 0;
        top : 0;
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul.loginNav:before{
        content:"";
        position: absolute;
        left: 50%;
        top : -75px;
        z-index: -1;
        transform: translateX(-50%);
        width: 350px;
        height: 120px;
        border-radius: 0 0 50% 50%;
        background: rgba(6,27,54,1);
        background: -moz-linear-gradient(top, rgba(6,27,54,1) 0%, rgba(6,27,54,1) 71%, rgba(5,41,95,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,27,54,1)), color-stop(71%, rgba(6,27,54,1)), color-stop(100%, rgba(5,41,95,1)));
        background: -webkit-linear-gradient(top, rgba(6,27,54,1) 0%, rgba(6,27,54,1) 71%, rgba(5,41,95,1) 100%);
        background: -o-linear-gradient(top, rgba(6,27,54,1) 0%, rgba(6,27,54,1) 71%, rgba(5,41,95,1) 100%);
        background: -ms-linear-gradient(top, rgba(6,27,54,1) 0%, rgba(6,27,54,1) 71%, rgba(5,41,95,1) 100%);
        background: linear-gradient(to bottom, rgba(6,27,54,1) 0%, rgba(6,27,54,1) 71%, rgba(5,41,95,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061b36', endColorstr='#05295f', GradientType=0 );
    }
    ul.loginNav li{
        margin: 10px 15px;
    }
    ul.loginNav li a{
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.loginNav li a span.glyphicon-user{
        padding: 5px;
        background: #1666e8;
        border-radius: 50%;
    }

    .modal-dialog{
        margin: 100px auto 25px;
    }

    .navbar-inverse a.navbar-brand{
        margin-top: 3px;
    }
    .navbar-inverse{
        min-height: 90px;
    }
    .navbarWrap{
        position: relative;
    }

    .navbarWrap ul.navbar-nav{
        margin: 48px 0 0;
    }
    .navbarWrap ul.navbar-nav li > a{
        padding: 0 10px;
    }
    .navbarWrap ul.navbar-nav li > a span.glyphicon{
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .navbarWrap ul.navbar-nav li > a span.menu-text{
        margin-left: 0;
        margin-top: 5px;
        display: block;
        position: relative;
        font-size: 14px;
    }
    .navbarWrap ul.navbar-nav li > a span.menu-text:before{
        content:"";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.46) 30%, rgba(255,255,255,0.52) 53%, rgba(255,255,255,0.45) 77%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0.46)), color-stop(53%, rgba(255,255,255,0.52)), color-stop(77%, rgba(255,255,255,0.45)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.46) 30%, rgba(255,255,255,0.52) 53%, rgba(255,255,255,0.45) 77%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.46) 30%, rgba(255,255,255,0.52) 53%, rgba(255,255,255,0.45) 77%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.46) 30%, rgba(255,255,255,0.52) 53%, rgba(255,255,255,0.45) 77%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.46) 30%, rgba(255,255,255,0.52) 53%, rgba(255,255,255,0.45) 77%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
        transform: scale(0);
        transition: all .2s;
    }
    .navbarWrap ul.navbar-nav li > a:hover span.menu-text:before{
        transform: scale(1);
    }
    .navbarWrap ul.navbar-nav li > a span.caret{
        display: none;
    }

    .navbar-nav > li > .dropdown-menu{
        margin-top: 15px;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .navbar-nav > li > .dropdown-menu li > a{
        text-align: left;
        padding: 10px 15px;
    }
    .navbar-nav > li > .dropdown-menu .divider{
        margin: 0;
    }
}

@media (max-width: 768px) {
    ul.loginNav{
        margin: 15px 0 25px;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: center;
    }
    ul.loginNav li{
        margin: 0 15px;
    }
    ul.loginNav li a{
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.loginNav li a span.glyphicon{
        padding: 5px;
        background: #1666e8;
        border-radius: 50%;
    }
}




/*up1904*/
.extraMain{
    padding: 25px 0;
}

.titleBox{
    border-bottom: 1px solid #ccc;
    margin: 25px 0;
    padding-bottom: 5px;
}
.titleBox h2{
    font-size: 24px;
    display: inline;
    margin: 0;
    position: relative;
}
.titleBox h2:before{
    content:"";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #db3444;
}

.contentWrap{

}
.contentWrap form label.formlabel{
    text-align: right;
}


.tabWrap p.errResult{
    text-align: center;
    margin: 50px 0;
}


/*avatar uplad*/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\e167";
    font-family: 'Glyphicons Halflings';
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 16px;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



/*tabs update 1904*/
.modal-body .nav-tabs > li > a{
    color: #555;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{

}


.loading-overlay.loading-theme-dark{
    z-index: 999999;
}
.caller-title {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color:#e9002b;
    font-size: 26px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    font-weight: 700;
    margin-top: 70px;
}

.caller-title:before {
    content: "\e046";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
}

.caller-name {
    text-align: center;
    font-size: 30px;
    color: #000;
}
.caller-company {
    text-align: center;
    font-size: 14px;
    color: #666;
}
.caller-actions {
    margin-top: 30px;
    margin-bottom: 30px;
}


.caller-actions .row{
    display: flex;
    justify-content: center;
}
.caller-actions .row .col-xs-6{
    width: auto;
}

.caller-actions .btn{
    border-radius: 8px;
    padding: 10px 25px;
    border: none;
    font-weight: 700;
    outline: none;
}
.caller-actions .btn.btn-danger{
    background-color: #9b0007;
}
.caller-actions .btn.btn-danger:hover{
    background-color: lighten(#9b0007, 10%);
}
.caller-actions .btn.btn-success{
    background-color: #00a05a;
}
.caller-actions .btn.btn-success:hover{
    background-color: lighten(#00a05a, 10%);
}
.call-sources {
    margin-top: 15px;
}

.call-sources .row{
    display: flex;
    padding: 0 12px;
}
.call-sources .row .col-xs-12{
    padding: 0 2px;
}

.call-sources select.form-control{
    height: 30px;
    padding: 0 3px;
}


/*up2904*/

.topTitle { background-color: rgba(41, 47, 64, 0.75); padding: 10px; }
.topTitle h2 { font-size: 18px; color: #fff; margin: 0; text-align: center; }

.formWrap { padding: 25px 0; background-color: #fff; }
.formWrap .formBox .btn.btn-primary { background-color: #cf2637; border: none; }
.formWrap .formBox .btn.btn-primary:focus, .formWrap .formBox .btn.btn-primary:active, .formWrap .formBox .btn.btn-primary:hover { background-color: #de4a59; }
.formWrap .formBox form { display: flex; }
.formWrap .formBox form .formInput { width: 100%; position: relative; }
.formWrap .formBox form .formInput .form-control { height: 46px; border: 1px solid #cf2637; border-radius: 10px; padding-left: 40px; box-shadow: none; }
.formWrap .formBox form .formInput i { position: absolute; color: #c73140; font-size: 20px; top: 12px; left: 10px; }
.formWrap .formBox form button { margin-left: 10px; border-radius: 10px; width: 80px; }
.formWrap .formPagination{ display: flex; justify-content: center; margin-top: 10px; }
.formWrap .formPagination .btn.btn-primary { border-radius: 0; margin: 0 5px;}

.seminiarWrap{ min-height: calc(100vh - 275px); background-color: #09182a; }
.seminiarList { background-color: #09182a; padding: 50px 0; }
.seminiarList .seminiarBox { background-color: #cf2637; margin: 25px 0; }
.seminiarList .seminiarBox .semRow { display: flex; flex-wrap: wrap; }
.seminiarList .seminiarBox .semImgDate { color: #fff; display: flex; justify-content: center; align-items: center; font-size: 72px; position: relative; min-height: 116%; background: rgba(243, 26, 49, 0.8); margin: -8% 10px; }
.seminiarList .seminiarBox .semImgDate span.semDate { position: absolute; left: -30px; top: 50%; background-color: #fff; border-radius: 10px; border: 1px solid #eb1d32; transform: translateY(-50%); text-align: center; color: #cf2637; padding: 5px; }
.seminiarList .seminiarBox .semImgDate span.semDate strong { display: block; font-size: 38px; line-height: 34px; }
.seminiarList .seminiarBox .semImgDate span.semDate span { display: block; font-size: 13px; }
.seminiarList .seminiarBox .semContent { padding: 25px 25px 35px 0; position: relative; }
.seminiarList .seminiarBox .semContent span { display: block; color: #fff; }
.seminiarList .seminiarBox .semContent span.semName { font-weight: 700; font-size: 16px; }
.seminiarList .seminiarBox .semContent span.semDesc { margin: 15px 0; }
.seminiarList .seminiarBox .semContent span.semLink { font-size: 16px; }
.seminiarList .seminiarBox .semContent span.semLink a { color: #fff; text-decoration: underline; }
.seminiarList .seminiarBox .semContent span.semLink a:hover { text-decoration: none; }
.seminiarList .seminiarBox .semContent span.semTime { font-size: 16px; position: absolute; right: 10px; bottom: 10px; font-weight: 700; }
@media (max-width: 991px) { .seminiarList .seminiarBox { background-color: #cf2637; margin: 25px 0; }
    .seminiarList .seminiarBox .semRow { display: flex; flex-wrap: wrap; }
    .seminiarList .seminiarBox .semImgDate { position: relative; background: none; margin: 15px 15px 0; }
    .seminiarList .seminiarBox .semImgDate i { display: none; }
    .seminiarList .seminiarBox .semImgDate span.semDate { display: block; position: relative; left: 0; top: 0; transform: none; }
    .seminiarList .seminiarBox .semContent { padding: 15px; } }


.extraMain { background-color: #f7f7f7; min-height: calc(100vh - 275px); }
.extraMain ul.tabNavs { margin-bottom: 25px; }
.extraMain ul.tabNavs li a { color: #0a1b33; border-radius: 0; font-weight: 700; font-size: 16px; padding: 0; margin-right: 25px; }
.extraMain ul.nav.tabNavs > li > a:focus, .extraMain ul.nav.tabNavs > li > a:hover { text-decoration: none; background-color: transparent; }
.extraMain ul.nav-pills.tabNavs > li.active > a, .extraMain ul.nav-pills.tabNavs > li.active > a:focus, .extraMain ul.nav-pills.tabNavs > li.active > a:hover { color: #be2233; background-color: transparent; }

.tabWrap .profileBox { background-color: #cf2637; padding: 50px 0; }
.tabWrap .profileBox .profileStatus p { color: #fff; text-align: center; margin: 10px 0; font-weight: 700; font-size: 16px; }
.tabWrap .profileBox .addCVButton .upload-btn-wrapper { position: relative; overflow: hidden; display: block; }
.tabWrap .profileBox .addCVButton .btn { color: #cf2637; background-color: #fff; padding: 12px 20px; border-radius: 8px; font-size: 14px; font-weight: 700; display: inherit; margin: 0 auto; }
.tabWrap .profileBox .addCVButton .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; }
.tabWrap .profileBox .avatar-upload { margin: 15px auto; }
.tabWrap .profileBox .avatar-upload .avatar-preview { border: none; }


.tabWrap form { padding-top: 15px; }
.tabWrap form .formGroup { margin-bottom: 15px; position: relative; display: flex; align-items: center; padding-left: 45px; background-color: #fff; }
.tabWrap form .formGroup .form-control { height: 48px; background: none; box-shadow: none; border: none; }
.tabWrap form .formGroup label.formlabel { color: #db3444; font-weight: 400; white-space: nowrap; margin-right: 10px; }
.tabWrap form .formGroup span.formIcon { position: absolute; left: -31px; width: 60px; display: block; background: #fff; height: 110%; border: 1px solid #cf2637; display: flex; justify-content: center; align-items: center; border-radius: 0 5px 5px 0; }
.tabWrap form .formGroup span.formIcon i.glyphicon { display: block; background: #cf2637; padding: 7px; border-radius: 50%; color: #fff; }
.tabWrap form .btn.btn-primary { background-color: #cf2637; border: none; border-radius: 10px; padding: 10px 25px; font-size: 16px; font-weight: 700; }
.tabWrap form .btn.btn-primary:focus, .tabWrap form .btn.btn-primary:active, .tabWrap form .btn.btn-primary:hover { background-color: #de4a59; }


.cvFormBox form.form-horizontal .control-label { color: #cf2637; font-weight: 400; text-align: left; }
.cvFormBox form .form-control { border-radius: 8px; border: 1px solid #cf2637; }
.cvFormBox form .form-control:focus, .cvFormBox form .form-control:active { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(207, 38, 55, 0.5); }
.cvFormBox form .formGroupThree label.control-label { padding-top: 25px; }
.cvFormBox form .formGroupThree label.inLabel { padding-top: 0; }
.cvFormBox h2.fieldTitle { font-size: 22px; border-bottom: 1px solid #ddd; padding-bottom: 10px; margin-bottom: 15px; }



@media (max-width: 991px) { .extraMain ul.tabNavs { margin-bottom: 15px; margin-top: 25px; }
    .tabWrap form .formGroup span.formIcon { border-radius: 5px; } }
@media (max-width: 768px) { .tabWrap form .formGroup { padding-left: 60px; }
    .tabWrap form .formGroup span.formIcon { left: 0; width: 50px; }
    .cvFormBox form .formGroupThree label.control-label { padding-top: 15px; }
    .tabWrap form .formGroup { flex-wrap: wrap; }
    .tabWrap form .formGroup label.formlabel { margin-top: 10px; margin-bottom: 0; }
    .tabWrap form .formGroup .form-control { height: 34px; } }



.modal .modal-dialog .modal-content{
    border: none;
    box-shadow: none;
}
.modal .modal-dialog .modal-content .modal-body{
    border-radius:0 0 10px 10px;
}

.modal .modal-dialog .modal-content .modal-header h4{
    text-align: center;
    color: #db3444;
    font-size: 26px;
    font-weight: 900;
}
.modal .modal-dialog .modal-content .modal-header{
    border-radius: 10px 10px 0 0;
}
.modal .modal-dialog .modal-content .modal-header button.close{
    color: #000;
    font-size: 32px;
}



/*Popup*/

.qtip.qtip-youtube{
    background: url('/fair/images/popup-bg.png') 0 0 no-repeat transparent;
    width: 380px !important;
    max-width: 380px;
    height: 240px;
    background-size: 100% 100%;
    border: none;
    box-shadow: none;
}

.qtip .stand-tt-title{
    border: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 0 50px;
}

.qtip .stand-tt-content{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    background: #fff;
    width: 200px;
    margin: 0 auto;
    height: 110px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    align-items: center;
    padding: 5px;
    overflow: hidden;
}

.qtip .qtip-content .stand-tt-slogan{
    text-align: center;
    padding: 0 45px;
    font-style: italic;
    margin: 5px 0 10px;
}


.qtip img.stand-tt-logo{
    width: auto;
    max-width: 180px;
    max-height: 110px;
}


.loginModalContent{
    background: #fff;
    padding: 0 100px;
}

.loginModalContent .modalFormGroup{
    position: relative;
}
.loginModalContent .modalFormGroup input.form-control{
    padding-left: 65px;
    border: none;
    box-shadow: none;
    height: 50px;

}
.loginModalContent .modalFormGroup input.form-control ~ span.glyphicon{
    position: absolute;
    left: 0;
    top: 3px;
    background: #db3444;
    padding: 15px;
    border-radius: 50%;
    color: #fff;

}
.loginModalContent .modalFormGroup input.form-control ~ hr{
    margin: 5px 0;
    border-top: 1px solid #db3444;
}

#registercontent.loginModalContent .modalFormGroup input.form-control{
    height: 40px;
}
#registercontent.loginModalContent .modalFormGroup input.form-control ~ span.glyphicon{
    top: -2px;
}

.loginModalContent .modalFormGroup.mCusModal{
    padding-left: 25px;
    margin-bottom: 5px;
}
.loginModalContent .modalFormGroup.mCusModal #forgetPassBtn{
    margin-left: 19px;
    box-shadow: none;
}
.modalFormGroup button.modalBtnPrimary{
    margin-top: 15px;
    height: 50px;
    font-size: 16px;
    width: 150px;
    background: rgba(225,0,26,1) !important;
    background: -moz-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,0,26,1)), color-stop(100%, rgba(130,0,0,1))) !important;
    background: -webkit-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1001a', endColorstr='#820000', GradientType=0 ) !important;
}

.noLoginText{
    text-align: center;
    color: #494a4d;
}
.noLoginText a{
    color: #494a4d;
    text-decoration: underline;
}
.left-cv {
    /*

    position: absolute;
    z-index: 1000;
    top: 10px;
    left: 10px;
    */
}



@media (max-width: 574px) {
    .loginModalContent{
        padding: 0 15px;
    }
    .loginModalContent .modalFormGroup input.form-control{
        padding-left: 55px;
        height: 40px;
        padding-right: 0;
    }
    .loginModalContent .modalFormGroup input.form-control ~ span.glyphicon{
        top: -2px;
    }
}



.hole-selector{
}
.hole-selector li{
    margin-left: 10px;
    position: relative;
}
.hole-selector li a{
    padding: 0 15px;
    border-radius: 8px;
}
.hole-selector li.active a:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent rgba(206, 47, 46, 1) transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 574px) {
    .hole-selector{
        width: 100%;
        display: flex;
        justify-content: center;
        right: 0;
    }
    .hole-selector li{
        margin: 0 5px;
    }
    .hole-selector li a{
        padding: 0 10px;
        border-radius: 8px;
    }
}

.company .thumbnail{
    border-radius: 10px;
}
.company .thumbnail:hover{
    border: 1px solid #c60013;
}

.company .thumbnail .caption > p{
    font-size: 13px;
}
.company .thumbnail .caption a.btn-primary{
    transition: all .2s;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    background: rgba(225,0,26,1) !important;
    background: -moz-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,0,26,1)), color-stop(100%, rgba(130,0,0,1))) !important;
    background: -webkit-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1001a', endColorstr='#820000', GradientType=0 ) !important;
}
.company .thumbnail .caption a.btn-primary:hover{
    transform: scale(1.05);
}

.chatModalBox.modal .modal-dialog .modal-body{
    border-radius: 10px;
}

.modal{
    z-index: 99999;
}
.modal-backdrop{
    z-index: 99998;
}



.modal.askTC .modal-dialog .modal-content .modal-body{
    border-radius: 10px;
}

#nSeminerModal{
    z-index: 999999;
}

#nSeminerModal  .modal-dialog .modal-content .modal-body{
    border-radius: 10px;
}

.modalDetailBox .textBox h2{
    text-align: center;
    color: #db3444;
    font-size: 26px;
    font-weight: 900;
}
.semImgSt{
    width: 100%;
}

.seminerImg{
    margin: 0 -15px;
}
.seminerImg img{
    width: 100%;
}

.seminerLink{
    text-align: center;
    margin-top: 15px;
}
.seminerLink a.btn{
    margin-top: 15px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border: none;

    padding-top: 12px;

    border-radius: 13px;
    width: 200px;
    background: rgba(225,0,26,1) !important;
    background: -moz-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,0,26,1)), color-stop(100%, rgba(130,0,0,1))) !important;
    background: -webkit-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(225,0,26,1) 0%, rgba(130,0,0,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1001a', endColorstr='#820000', GradientType=0 ) !important;
}

#nModalDesign{
    z-index: 999999;
}


.company-content-types ul li a.cvAddStand{
    /*animation: 1s .2s fadeIn both infinite;*/
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}






/* update1704 */
.modal{
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


@media (min-width: 768px) {
    .modal-dialog{
        margin: 15px auto;
    }
}


@media screen and (max-width: 768px) {
    .modal .modal-dialog{
        width: 100%;
        padding: 10px;
        margin: 0;
        margin-top: 50px;
    }
    .modal .modal-dialog .modal-body{
        border-radius: 0;
    }
}


/************************************************** fChat-1 END*/

.chatModalBox.fChat-1 .modal-content{
    box-shadow: none !important;
    border: none !important;
    border-radius: 0;
    background: rgba(0,0,0,0.8);
}
.chatModalBox.fChat-1 .modal-body{
    padding: 0;
    background: transparent;
}
.chatModalBox.fChat-1.modal .modal-dialog .modal-content .modal-body{
    background: transparent;
}
@media screen and (min-width: 769px) {
    .chatModalBox.fChat-1 .modal-dialog{
        width: 768px;
    }
}

.chatModalBox.fChat-1 button.call-camera-settings{
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
    color: #333;
    border: none;
    transition: all .2s;
}
.chatModalBox.fChat-1 button.call-camera-settings:hover{
    opacity: 1;
}


.put-it-down{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    background: rgba(255,255,255,0.7);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #333;
}

.chatModalBox.fChat-1 .call-sources{
    display: none;

    position: absolute;
    left: 15px;
    top: 55px;
    background: #fff;
    z-index: 8;
    width: 200px;
    border-radius: 8px;
    padding: 10px;
    margin-top: 0;
}
.chatModalBox.fChat-1 .call-sources.show{
    display: block;
}

.chatModalBox.fChat-1 .call-sources .call-sources-setting-row{
    margin: 5px 0;
}

.chatModalBox.fChat-1 .call-actions{
    width: auto;
    margin: 10px 0;
    padding: 8px 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}


/*asagi indir*/
.body-put-it-down .modal-backdrop{
    display: none;
}
.fChat-1-put-it-down{
    display: block;
    /* width: 400px !important;
    height: 200px !important;
    right: 50px;
    left: auto;
    top: 100px; */

    width: 360px !important;
    height: 200px !important;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;

    padding: 0 !important;
}
.fChat-1-put-it-down.chatModalBox.fChat-1 .modal-dialog{
    width: 350px;
    height: auto;
    margin: 0;
    padding: 0;
}
.fChat-1-put-it-down .videoContainer .frame{
    /* width: 300px; */
    /* height: 169px; */
}

@media screen and (max-width: 768px) {
    .chatModalBox.fChat-1{
        padding: 0 !important;
    }
    .chatModalBox.fChat-1 .modal-dialog{
        padding: 0;
    }
    .chatModalBox.fChat-1 .call-actions{
        bottom: auto;
    }
    .chatModalBox.fChat-1 .call-sources{
        top: 10px;
        left: 50px;
    }
    .fChat-1-put-it-down.chatModalBox.fChat-1 .modal-dialog{
        width: 100%;
    }

    .fChat-1-put-it-down{
        width: 100% !important;
        height: 120px !important;
        right: auto;
        left: auto;
        top: 0;
        bottom: auto;
        position: fixed;
    }
}

.chatModalBox.fChat-1 .vidyo-rendering-container .media-grid .video-display-name-wrapper .video-display-name{
    padding: 5px 15px 15px !important;
    width: auto !important;
    font-size: 14px !important;
}
/************************************************** fChat-1 END*/





/************************************************** fChat-2*/

@keyframes play {
    0% {
        transform: translateX(-50%) scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(233, 0, 43, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(233, 0, 43, 0.4), 0 0 0 20px rgba(233, 0, 43, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(233, 0, 43, 0.4), 0 0 0 30px rgba(233, 0, 43, 0.2);
    }
}
.chatModalBox.fChat-2 .caller-title{
    margin-top: 100px;
}
.chatModalBox.fChat-2 .caller-title:before{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 0;
    top: -100px;
    animation: play 2s ease infinite;
}


.chatModalBox.fChat-2 .modal-content{
    border-radius: 150px;
}

.chatModalBox.fChat-2 .celler-request-actions{
    margin-bottom: 25px;
}
.chatModalBox.fChat-2 .modal-dialog .modal-body{
    /* border-radius: 150px; */
}


@media screen and (max-width: 768px) {
    .chatModalBox.modal .modal-dialog{
        width: 100%;
        padding: 10px;
        margin: 0;
    }
    .chatModalBox.modal .modal-dialog .modal-body{
        border-radius: 10px;
        margin-top: 50px;
    }
}

/************************************************** fChat-2 END*/






/*up3004*/


.flex-sett {
    display: flex;
    flex-wrap: wrap;
}

.campanyWrapper{
    min-height: calc(100vh - 275px);
    background-color: #09182a;
}

.campanyList{
    background-color: #09182a;
    padding: 50px 0;
}
.campanyCard {
    margin-bottom: 30px;
}
.campanyCard .campanyImage{
    height: 300px;
}
.campanyCard .campanyImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}


.campanyCard:hover .campanyImage img{
    transform: scale(1.05)
}

.campanyCard span{
    display: block;
    color: #09182a;
}
.campanyCard span.campanyName{
    font-weight: bold;
    font-size: 16px;

    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.campanyCard span.campanyDesc{
    margin-bottom: auto;
}

.campanyCard .campanyContent{
    padding: 15px;
    background-color: #fff;
    min-height: 176px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.campanyCard .campanyContent a.btn{
    background: #D70917;
    border: none;
    box-shadow: none;
    font-size: 16px;
    margin-top: 10px;
    transition: all .2s;
    padding: 10px;
}


.campanyCard .campanyContent a.btn:hover{
    transform: scale(1.05)
}

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

    .campanyList .campanyCard .semRow .col-md-4,
    .campanyList .campanyCard .semRow .col-md-8 {
        width: 100%;
    }

    .campanyCard .campanyImage{
        height: 250px;
    }
}


.iletisim-back .iletisim-text{ margin: 0 !important}

.iletisim-back .footer-link ul{ margin: 0; padding: 0 ; display: flex;
    list-style: none;}

.iletisim-back .footer-link ul li a{ margin: 0 15px;}
.iletisim-back .footer-link ul li a::before { right: auto; left: -15px;}


.svg-icon { 
	width: 20px; 
	height: 20px;
	margin: 0;
}
.svg-icon.fill-white{
    fill: #fff;
}
.svg-icon.fill-black{
    fill: #000;
}

.footer-sosyal .social-media-link{ display: flex; justify-content: center;}
.footer-sosyal .social-media-link a{ margin: 0 5px }

.footer-sosyal p a{ color: #fff; text-decoration: underline; }


