/* Common */
body
{
    /* DXCOMMENT: Duplicate a font family and font size from the web.config (devexpress->themes->font settings) for the web-site's HTML content */
    font: 16px Arial, Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Article Layout */
.text-content
{
    min-height: 100%;
    max-width: 816px;
    margin: 0px auto;
    padding: 0px 14px 0px 14px;
    word-wrap: break-word;
}

.body-content {
    position: relative;
    top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.topnav-fixed-top {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    min-height: 5%;
    z-index: 11099;
}

.bottomnav-fixed-bottom {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    min-height: 5%;
    z-index: 11099;
}

@media (min-width: 816px)
{
    .text-content
    {
        padding: 0px 48px;
    }
}

/* Base Styles */
.text-content
{
    color: #666;
    line-height: 1.5;
}
    .text-content p
    {
        margin-top: 0;
        margin-bottom: 1rem;
    }

/* Headers */
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6
{
    color: #444;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.text-content h3, .text-content h4, .text-content h5, .text-content h6
{
    font-weight: 600;
}

.text-content h1
{
    font-size: 2em;
}
.text-content h2
{
    font-size: 1.75em;
}
.text-content h3
{
    font-size: 1.375em;
}
.text-content h4
{
    font-size: 1.25em;
}
.text-content h5
{
    font-size: 1.125em;
}
.text-content h6
{
    font-size: 1em;
}

.text-content > h1:not(:first-child)
{
    margin-top: 1.75rem;
}

.text-content > h2:not(:first-child)
{
    margin-top: 1.5rem;
}

.text-content > h3:not(:first-child)
{
    margin-top: 1.25rem;
}

.text-content > h4:not(:first-child)
{
    margin-top: 1.125rem;
}

.text-content > h5:not(:first-child)
{
    margin-top: 1rem;
}

.text-content > h6:not(:first-child)
{
    margin-top: .9rem;
}

/* Title + Lead */
.text-content .title
{
    margin-top: 1.2rem;
    margin-bottom: .8rem;
}
@media (min-width: 576px)
{
    .text-content .title
    {
        color: #222;
        font-size: 2em;
        font-weight: 600;
    }
}

.text-content .lead
{
    font-size: 1.125rem;
    font-weight: 300;
}
@media (min-width: 576px)
{
    .text-content .lead
    {
        max-width: 80%;
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }
}

.text-content > h2.category
{
    color: #222;
    font-weight: 600;
}

.text-content > h2.category:not(:first-child)
{
    margin-top: 3rem;
}


/* #href bookmark jump */
.text-content > h1[id]::before,
.text-content > h2[id]::before,
.text-content > h3[id]::before,
.text-content > h4[id]::before
{
    display: block;
    height: calc(50px + 1.2rem); /* Main Menu Height (50px) + .title margin-top = 1.2rem */
    margin-top: calc(-50px - 1.2rem);
    visibility: hidden;
    content: "";
}


/* Link */
.text-content a
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #23407D;
}
.text-content a:visited
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #1A305E; /* 25% black overlay */
}
.text-content a:hover
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    color: #5A709E; /* 35% white overlay */
}

.text-content b, .text-content strong
{
    color: #444;
}

mark
{
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    background-color: #23407D;
    color: #fff;
}

small
{
    color: #999999;
    font-size: 0.75em;
}

code, pre
{
    font-family: Consolas, Menlo, Monaco, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875em;
}

hr
{
    height: 1px;
    opacity: 0.1;
    background-color: #000000;
    border: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

blockquote
{
    background-color: #f2f2f2;
    color:#444;
    margin:0;
    margin-bottom: 1rem;
    font-size: 1.125em;
    padding: 29px 26px;
    border: 0;
    border-left: 6px solid #d8d8d8;
}

blockquote p
{
    margin-top:0;
}
blockquote footer
{
    display: block;
    font-size: 0.875em;
    font-style: italic;
    color: #999;
}

blockquote footer::before
{
    content: "\2014 \00A0";
}
        
/* Contents (Left Panel) */
.section-caption.contents-caption
{
    padding-left: 31px;
    border-top: none !important;
}


/* Lists */
.text-content ul,
.text-content ol
{
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width: 992px)
{
    .bd-content > ul, .bd-content > ol, .bd-content > p
    {
        max-width: 80%;
    }
}

/* Text Alignment */
.text-center
{
    text-align: center !important;
}

.text-right
{
    text-align: right !important;
}

.indent-p
{
    padding-left: 40px;
    padding-right: 20px;
}

.bordered-block
{
    background-color: #f2f2f2;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

@media (min-width: 576px)
{
    .bordered-block
    {
        padding: 1.5rem;
        margin-right: 0;
        margin-left: 0;
        border-width: .2rem;
    }
}

/* Tables */
.table
{
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border-radius: 4px;
}

.table td,
.table th
{
    padding: .75em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;

    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left;
}

.table thead th
{
    border-bottom: 1px solid #d8d8d8;
    background-color: #f2f2f2;
    color: #222;
}
.table thead tr
{
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.23);
}

.table tbody + tbody
{
    border-top: 1px solid #dee2e6;
}

.table-bordered
{
    border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th
{
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th
{
    border-bottom-width: 1px
}

.table-responsive
{
    max-width: 100%;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Code, Control Area Block */
.control-area-block
{
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    background-color: #f8f9fa;
}

/* Images */
.img-responsive
{
    max-width: 100%;
    height: auto;
}

.img-float-left
{
    float: left;
    padding-right: 40px;
    padding-bottom: 40px;
}
@media (max-width: 576px)
{
    .img-float-left
    {
        padding-right: 16px;
        padding-bottom: 16px;
    }
}

/* Printing Styles */
@media print
{
    .menu-container, .left-block, .right-block,
    .footer-wrapper
    {
        display: none !important;
    }

    .left-panel
    {
        display: none !important;
    }

    .text-content
    {
        max-width: 100%;
    }

    html
    {
        padding: 0 !important;
    }

    .page-toolbar-wrapper
    {
        display: none !important;
    }
}

/* panel cu umbra bleu */
.panel {
    background-color: #fafafa; /*#  #f6f6f6; f0f0f5;*/
    border: 1px solid #cdcaca; /*  #9966ff #f4511e*/
    border-radius: 2px !important;
    transition: box-shadow 0.5s;
    /*box-shadow: 10px 0px 15px #b4b4e4;*/
}

    .panel:hover {
        /*box-shadow: 10px 0px 15px #3d3da9;*/
        /*rgba(187, 17, 17, 0.50)*/
    }

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    /*background-color: #f4511e !important;  #cc2900* grena maro*/
    background-color: #52527a !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        /*background-color: #f4511e;*/
        background-color: #52527a;
        color: #fff;
    }
/*used in layoutform*/
.maxWidth {
    max-width: 360px !important;
}

.fullHeight {
    height: 100% !important;
}

.fullWidth {
    width: 100% !important;
}

/* Flat accordion
-------------------------------------------------------------- */
.flat-accordion {
    clear: left;
}

    .flat-accordion .flat-toggle {
        margin-bottom: 10px;
        
    }

        .flat-accordion .flat-toggle:last-child {
            margin-bottom: 0;
        }

        .flat-accordion .flat-toggle .toggle-title {
            /*background-color: rgba(228, 230, 242, 0.5);*/
            margin: 0;
            color: #ffffff;
            font-weight: 100;
            padding: 0px 30px 0px 5px;
            /*padding: 7px 10px 7px 10px;*/
            line-height: 1.4;
            /*background-color: #1ac6ff;*/
            /*background-image: url(../images/HeaderGradient.PNG);*/
            /*background-image: linear-gradient(to right, #15416e, #305986, #48729f, #618cb8, #7aa7d1);*/
            /*background-image: linear-gradient(#c2c2d6, #7575a3);*/
            background-color: #7575a3;
            cursor: pointer;
            position: relative;
        }

    /*to right*/
    .flat-accordion.style .flat-toggle .toggle-title:after {
        position: absolute;
        right: 15px;
        top: 50%;
        content: "";
        width: 15px;
        height: 2px;
        /*background-color: #fff;*/
        background-color: #1EA0B9;
    }

    .flat-accordion.style .flat-toggle .toggle-title:before {
        position: absolute;
        right: 21px;
        top: 50%;
        margin-top: -6.5px;
        content: "";
        width: 2px;
        height: 15px;
        /*background-color: #fff;*/
        background-color: #1EA0B9;
    }

    .flat-accordion .flat-toggle .toggle-title.active:before {
        display: none;
    }

    .flat-accordion .flat-toggle .toggle-content {
        background: #efeff5;
        border: none;
        display: none;        
        padding: 5px 30px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

.icon-bar-right {
    position: fixed;
    top:40px;
    right: 40px;
    z-index: 100000;
}
/* ----- style-uri pagini shop T4E -------------*/
.toggle-brd {
    border-radius: 10px 10px 0px 0px;
}

.toggle-pnl {
    background-color: white;
    border: 1px solid rgb(30, 160, 185);
    border-radius: 0px 0px 5px 5px !important;
    transition: box-shadow 0.5s;
    box-shadow: 10px 0px 10px #e6e6e6;
    padding: 2%;
}
.padd-mobile-exam {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    padding: 3% 4% 0% 4%;
   
}
.padd-mobile-banner {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    padding: 0% 4%;
}



.shop-btn {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight:400;
    background-color: #1EA0B9;
    border-radius: 15px;
    padding: 4px 8px;
}
    .shop-btn:hover {
        color: #1EA0B9;
        background-color: white;
        border-radius: 15px;
        padding: 3px 8px;
        border-color: #1EA0B9;
        border-style: solid;
        border-width: 1px;
    }

.sim-btn {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 400;
    background-color: #E64128;
    border-radius: 15px;
    padding: 4px 8px;
}

    .sim-btn:hover {
        color: #1EA0B9;
        background-color: white;
        border-radius: 15px;
        padding: 3px 8px;
        border-color: rgb(30, 160, 185);
        border-style: solid;
        border-width: 1px;
    }

.shop-titlu {
    font-family: 'Montserrat', sans-serif;
    color: #E64128;
    font-weight: 500;
    font-size: 22px;
}
/*.shop-detaliu {
    font-family: 'Montserrat', sans-serif;   
    color: #1e3c50;
    font-weight: 500;
    font-size: 18px;
}*/
.shop-detaliu {
    font-family: 'Montserrat',sans-serif;
    color: #6c6d74;
    font-size: 15px;
    font-weight: 500;    
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.shop-link {
    color: white; 
    font-family:'Montserrat',sans-serif;
    font-size:18px;
}

    .shop-link:hover {
        color: #1EA0B9;
        background-color: white;
        padding: 3px 8px;
        border-color: #1EA0B9;
        border-style: solid;
        border-width: 1px;
    }
    .shop-link::after {
        color: white;
    }
/*--div spatiere ingust linie--*/
.div-bar {
    margin-top:5px;
    height: 3px;
    margin-bottom: 7px;
}
.div-bar-slim {
    margin-top: 5px;
    height: 1px;
    margin-bottom: 7px;
}
/*-- background-uri--*/
.bg-transparent{
    background-color:transparent;
}
.bg-white {
    background-color: white;
}
.bg-grey-1 {
    background-color: #f6f6f6;
}
.bg-grey-2 {
    background-color: #d9d9d9;
}
.bg-grey-3 {
    background-color: #F5F6F8;
}
.bg-blue-p {
    background-color: #1EA0B9;/*new*/
}
.bg-orange-p {
    background-color: #E64128;/*new*/
}
.bg-grey-p {
    background-color: #7d7d7d;
}
.bg-darkblue-s {
    background-color: #1E3C50; /*new*/   
}
.bg-darkblue-s2 {
    background-color: #2a536f;
}
.bg-orange-s {
    background-color: #E0B182; /*new*/    
}
.bg-yellow-s {
    background-color: #f3d669;
}
.bg-red-1 {
    background-color: #b30000;
}
.bg-blue-se {
    background-color: #edf3f8;
}
/*--fonturi --*/
.fnt-white {
    font-family: 'Montserrat',sans-serif;
    color: white;
}
.fnt-blue-p {
    font-family: 'Montserrat',sans-serif;
    color: #1EA0B9; /*new*/
}
.fnt-orange-p {
    font-family: 'Montserrat',sans-serif;
    color: #E64128; /*new*/
}
.fnt-grey-p {
    font-family: 'Montserrat',sans-serif;
    color: #6c6d74;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.74;    
    -webkit-text-size-adjust: 100%;   
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.fnt-white-p {
    font-family: 'Montserrat',sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.74;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
/*.fnt-yellow-s {
    font-family: 'Montserrat',sans-serif;
    color: rgb(243, 214, 105);
}*/
.fnt-darkblue-s {
    font-family: 'Montserrat',sans-serif;
    color: #1E3C50; /*new*/
    font-size: 18px;
    font-weight: 400;
    line-height: 1.74;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.fnt-darkblue-s2 {
    font-family: 'Montserrat',sans-serif;
    color: #2a536f;
}
.fnt-orange-s {
    font-family: 'Montserrat',sans-serif;
    color: #E0B182; /*new */
}
.fnt-size-10 {
    font-size: 10px;
}
.fnt-size-12 {
    font-size: 12px;
}
.fnt-size-14 {
    font-size: 14px;
}
.fnt-size-15 {
    font-size: 15px;
}
.fnt-size-16 {
    font-size: 16px;
}
.fnt-size-18{
    font-size:18px;
}
.fnt-size-20{
    font-size:20px;
}
.fnt-size-22 {
    font-size: 22px;
}
.fnt-size-24 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}
.fnt-size-28 {
    font-size: 28px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}
.fnt-size-30 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}
.fnt-size-36 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}
.fnt-size-46 {
    font-size: 46px;
    font-weight: 800;
    margin: 0px 0px 20px 0px;
}
/*-- padding--*/
.padd-zero{
    padding:0px;
}
.padd-2pr {
    padding: 2%;
}
.padd-lrb20{
    padding:0px 20px 20px 20px;
}
.padd-5tb{
    padding:5px 0px;
}
.padd-5lr {
    padding: 0px 5px;
}
.padd-5{
    padding:5px;
}
.padd-10tb{
    padding:10px 0px;
}
.padd-10{
    padding:10px;
}
.padd-2-10pr {
    padding: 2% 10%;
}
.padd-questions{
    padding:5px 4% 4% 4%;
}

.aliniere-centru {
    justify-content: center;
    display: flex;
}
.aliniere-stanga {
    justify-content: left;
    display: flex;
}
.person {   
    width: 80%;
    height: 80%;    
}
    .person:hover {
        border-color: #f1f1f1;
        opacity: 1;
    }

.flat-divider {
    background-color:transparent;
    height:30px;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {   
    .flat-divider {
        background-color: transparent;
        height: 25px;
    }
}

@media screen and (max-width: 767px) {  
    .flat-divider {
        background-color: transparent;
        height: 10px;
    }
}
/* ------------------------------------------*/
/* card shop 
---------------------------------------------*/
/*.card {
    position: relative;
    height: 200px !important;
    width: 250px !important;
}

    .card img {
        display: block;
        margin: auto;
        padding: 15px 0;
    }

    .card .info {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: white;
        background-color: black;
        opacity: 0;
        text-align: center;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

    .card:hover .info {
        opacity: 0.8;
    }

.info .address {
    padding-top: 20px;
}

.info p {
    margin-top: 45px;
}

.card .info p,
.card .info span {
    font-size: 15pt;
    color: white;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.card .info .address span {
    font-size: 10pt;
}

.card:hover .info p,
.card:hover .info span {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}*/

/* info V2*/
.card {
    position: relative;
    /*height: 200px !important;
    width: 250px !important;*/
    max-width: 275px !important;
    min-height: 400px !important;
    padding-top:5px;
    padding-bottom:5px;
    /*height: auto;*/
    background-color: white;
    text-align: center;
    /*border: 1px solid rgb(30, 160, 185);*/ /*orange*/
    /*border-radius: 15px !important;*/
    transition: box-shadow 0.5s;
    box-shadow: 5px 0px 10px #d9d9d9; /*gri*/
}

    .card:hover {
        opacity: 0.8;
        transition: box-shadow 0.5s;
        box-shadow: 5px 0px 10px #7d7d7d;
    }


.info p {
    margin-top: 20px;
}
/*.info .phbuton{
    margin-top: 70px;
}*/

/*.card:hover .info p,
.card:hover .info span {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}*/
.line-height5 {
    line-height: 5px;
}
.line-height15 {
    line-height:15px;
}
.line-height20 {
    line-height: 20px;
}
.summary {
    position: relative;
    /*height: 200px !important;
    width: 250px !important;*/
    /*max-width: 230px !important;
    min-height: 250px !important;*/
    /*height: auto;*/
    background-color: white;
    /*text-align: center;*/
    border: 1px solid rgb(224, 177, 130); /*chenar orange-s*/
    /*border-radius: 15px !important;*/
    transition: box-shadow 0.5s;
    box-shadow: 5px 0px 10px #d9d9d9; /*gri*/
}

    .summary:hover {
        opacity: 0.8;
        transition: box-shadow 0.5s;
        box-shadow: 5px 0px 10px rgb(125, 125, 125);
    }
.summary-btn {
    color: white;
    background-color: #E64128;
    border-radius: 15px;
    padding: 4px 8px;
}

    .summary-btn:hover {
        color: rgb(200, 65, 85);
        background-color: white;
        border-radius: 15px;
        padding: 3px 8px;
        border-color: rgb(200, 65, 85);
        border-style: solid;
        border-width: 1px;
    }

.summary-link {
    font-size: 16px;
    font-weight: 500;
    color: #e0b182; /*orange s rgb(224, 177, 130)*/
}

.simple-card {
    position: relative;
    /*height: 200px !important;
    width: 250px !important;*/
    /*max-width: 230px !important;
    min-height: 250px !important;*/
    /*height: auto;*/
    background-color: white;
    /*text-align: center;*/
    border: 1px solid #d9d9d9; /*chenar orange-s*/
    /*border-radius: 15px !important;*/
    transition: box-shadow 0.5s;
    box-shadow: 5px 0px 10px #d9d9d9; /*gri*/
}

    .simple-card:hover {
        /*opacity: 0.8;*/
        transition: box-shadow 0.5s;
        box-shadow: 5px 0px 10px rgb(125, 125, 125);
    }

.mySlides {
    display: none;
}

    .mySlides img {
        vertical-align: middle;
    }

/* Slideshow container */
.slideshow-container {
    /*max-width: 1000px;*/
    /*position: relative;*/
    /*margin: auto;*/
    /*max-width:100%;*/
}

/* Caption text */
.mySlides .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.mySlides .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.mySlides .active {
    background-color: #717171;
}

@media only screen and (max-width: 767px) {

    .text {
        font-size: 11px
    }
}

.container-slider {
    position: relative;
    width: 100%;   
}

    .container-slider img {
        width: 100%;
        height: auto;
    }

    /*.container-slider .btn-slider {
        position: absolute;
        top: 72%;
        left: 60%;
        transform: translate(-72%, -60%);
        -ms-transform: translate(-72%, -60%);      
        font-size: 16px;
        padding: 12px 24px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
    }

        .container-slider .btn-slider:hover {
            background-color: #800000;
        }*/

    .container-slider .titlu-slider {       
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);       
        margin-bottom: 34px;
        line-height: 30px;       
    }

        .container-slider .titlu-slider .titlu-text-small {
            font-family: 'Montserrat',sans-serif;
            color: white;
            font-size: 12px;           
            font-weight: 600;
            letter-spacing: 0px;
        }
        .container-slider .titlu-slider .titlu-text-medium {
            font-family: 'Montserrat',sans-serif;
            color: white;
            font-size: 36px;           
            font-weight: 600;
            letter-spacing: 0px;
        }
        .container-slider .titlu-slider .titlu-text-big {
            font-family: 'Montserrat',sans-serif;
            color: white;
            font-size: 64px;           
            font-weight:900;
            letter-spacing: 0px;
        }
@media screen and (max-width: 767px) {
    .container-slider .titlu-slider {
        /*top: 20%;
        left: 10%;*/
        /*24.02*/
        line-height: 10px;
    }

        .container-slider .titlu-slider .titlu-text-medium {
            font-family: 'Montserrat',sans-serif;
            color: white;
            font-size: 18px;          
            font-weight: 600;
            letter-spacing: 0px;
        }

        .container-slider .titlu-slider .titlu-text-big {
            font-family: 'Montserrat',sans-serif;
            font-size: 25px;           
            font-weight: 600;
            letter-spacing: 0px;
        }
}
@media screen and (min-width: 768px) {
    .container-slider .titlu-slider .titlu-text-medium {
        font-family: 'Montserrat',sans-serif;
        color: white;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0px;
    }
    .container-slider .titlu-slider .titlu-text-big {
        font-family: 'Montserrat',sans-serif;
        font-size: 40px;        
        font-weight: 600;
        letter-spacing: 0px;
    }
}
    @media screen and (min-width: 1199px) {
        .container-slider .titlu-slider {
            /*top: 30%;
            left: 20%;*/
            /*24.02*/
            line-height: 20px;
            margin-bottom: 34px;
        }

            .container-slider .titlu-slider .titlu-text-medium {
                font-family: 'Montserrat',sans-serif;
                color: white;
                font-size: 26px;
                font-weight: 600;
                letter-spacing: 0px;
            }

            .container-slider .titlu-slider .titlu-text-big {
                font-family: 'Montserrat',sans-serif;
                font-size: 50px;
                font-weight: 600;
                letter-spacing: 0px;
            }
    }

    /* Next & previous buttons */
    .container-slider .prev, .container-slider .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: tomato;
        font-weight: 600;
        font-size: 24px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        background-image: unset;
    }

    /* Position the "next button" to the right */
    .container-slider .next {
        /*right: 0;*/
        right: 5%;
        border-radius: 3px 0 0 3px;
    }

    .container-slider .prev {
        /*left: 0;*/
        left: 5%;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .container-slider .prev:hover, .container-slider .next:hover {
            background-color: #999999;
        }

    @media only screen and (max-width: 767px) {
        .container-slider .btn-slider {
            font-size: 11px;
            padding: 6px 12px;
        }

        .container-slider .prev, .container-slider .next, .text {
            font-size: 11px;
        }
    }
/*----end automatic slideshow-------------------------------------------------*/
/*-- scroll image--*/
.intro-bg2 {
    background-image: url("/Content/Images/T4E/AuthenticExamExperience_1.png");      
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-size: cover;*/
    text-align: center;
    color: #fff;
    /*margin-top: 40px;*/
    /*filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50) -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;*/
}
@media only screen and (max-width: 767px) {
    .intro-bg2 {
        background-image: url("/Content/Images/T4E/AuthenticExamExperience_S.png");        
    }
}
@media screen and (min-width: 768px) {
    .intro-bg2 {
        background-image: url("/Content/Images/T4E/AuthenticExamExperience_3.png");             
    }
}
@media screen and (min-width: 1200px) {
    .intro-bg2 {
        background-image: url("/Content/Images/T4E/AuthenticExamExperience_3.png");                      
    }
}
@media screen and (min-width: 1400px) {
    .intro-bg2 {
        background-image: url("/Content/Images/T4E/AuthenticExamExperience.png");                      
    }
}
@media screen and (min-width: 1600px) {
    .intro-bg2 {
        background-image: url("/Content/Images/T4E/AuthenticExamExperience.png");                   
    }
}
@media screen and (min-width: 1800px) {
    .intro-bg2 {
        background-image: url("/Content/Images/T4E/AuthenticExamExperience_1.png");                    
    }
}
    .spacing-4em {
        padding-bottom: 4em;
        padding-top: 4em;
    }
/*--end poza cu scroll*/
    .banner-img-large-v1 {
        display: block;
        max-height: 600px;
    }

    .banner-img-large-v2 {
        display: block;
        max-height: 450px;
    }

    .banner-img-small {
        display: none;
    }
    @media screen and (max-width: 992px) {
        .icon-img-large {
            display: none;
        }

        .icon-img-small {
            display: block;
        }
    }
    @media screen and (max-width: 767px) {
        .banner-img-large-v1, .banner-img-large-v2 {
            display: none;
        }
        .banner-img-small {
            display: block;
        }
    }
    /*---------------------------------------------*/
    .column2 {
        position: relative;
        float: left;
        width: 65%;
        padding: 10px;
    }

    .column1 {
        position: relative;
        float: left;
        width: 35%;
        padding: 10px;
    }

    @media screen and (max-width: 992px) {
        .column1 {
            width: 100%;
            padding: 10px;
        }

        .column2 {
            width: 100%;
            padding: 10px;
            /*display:none;*/
        }
    }

    /*.col-md-12, .col-md-4, .col-md-8 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (max-width: 991px) {
        .col-md-12, .col-md-4, .col-md-8 {
            float: left;
        }

        .col-md-12 {
            width: 100%;
        }

        .col-md-8 {
            width: 100%;
        }

        .col-md-4 {
            width: 100%;
        }
    }*/

    /*@media (min-width: 992px) {
        .col-md-12, .col-md-4, .col-md-8 {
            float: left;
        }

        .col-md-12 {
            width: 100%;
        }

        .col-md-8 {
            width: 66.66666667%;
        }

        .col-md-4 {
            width: 33.33333333%;
        }
    }*/
    /*---------------------------------------------*/
    .circle-t4e {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 800;
        align-content: center;
        justify-content: center;       
        color: white;       
        padding: 10px 15px 10px 15px;
        border-radius: 9999px;       
        min-width: 50px;
    }
    .banner-img-xs {
        width: 100%;
        max-height: 400px;
    }
    .banner-img-s {
        width: 100%;
        max-height: 500px;
    }
    .banner-img-b {
        width: 100%;
        max-height: 600px;
    }
    .div-t4e-30 {
        margin-bottom: 30px;
    }
    .div-t4e-15 {
        margin-bottom: 15px;
    }
    .li-t4e {
        margin-bottom: 25px;
    }
    @media screen and (max-width: 992px) {
        .li-t4e {
            margin-bottom: 15px;
        }
    }
    @media screen and (min-width: 992px) {
        .li-t4e {
            margin-bottom: 10px;
        }
    }
    @media screen and (min-width: 1300px) {
        .li-t4e {
            margin-bottom: 20px;
        }
    }
    @media screen and (min-width: 1400px) {
        .li-t4e {
            margin-bottom: 25px;
        }
    }
/*------------------Cookie Consent Begin-----------------------*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);   
    font-size: 18px;   
    color:white;
    line-height: 26px;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
        #cookieConsent a {
            color: #4B8EE7;
            text-decoration: none;
        }
    #closeCookieConsent {
        float: right;
        display: inline-block;
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin: -15px 0 0 0;
        font-weight: bold;
    }
        #closeCookieConsent:hover {
            color: #FFF;
        }
    #cookieConsent a.cookieConsentOK {
        background-color: #F1D600;
        color: #000;
        display: inline-block;
        border-radius: 5px;
        padding: 0 20px;
        cursor: pointer;
        float: right;
        margin: 0 60px 0 10px;
    }
        #cookieConsent a.cookieConsentOK:hover {
            background-color: #E0C91F;
        }
    .buttoncookies {
        background-color: #F1D600;
        border: none;
        color: black;
        padding: 5px 10px 5px 10px;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        -webkit-transition-duration: 0.4s; 
        transition-duration: 0.4s;
        cursor: pointer;
    }
        .buttoncookies:hover {
            background-color: lightseagreen;
            color: white;
        }
.list-all {
    display: block;
}   
/*------------------  social bar ---------------------------*/
.icon-bar-left {
    position: fixed;   
    top: 300px;
    left: 2%;
    z-index: 100000;
}
.social-row {
    padding-left: 10px;
}



