﻿
@font-face {
  font-family: 'Exo Regular';
  font-weight: 300;
  src: local('Exo Regular'), local('Exo Regular'), url('../fonts/Exo-Regular.ttf') format('truetype');
}
html,body
{
    font-family:'Exo Regular', sans-serif;
    font-size:15px;
    letter-spacing:1px;
   
    
}
.addcolor {

    background-color:red  ;
}


.form-control
{
    color: #333;
    border-radius: 3px;
    border-width: 2px;
}

.AddMargin
{
    margin-left: 18px;
}

#ContentPlaceHolder1_LinkButton4
{
    margin-top: -14px;
    margin-right: -13px;
}

.form-control::-webkit-input-placeholder
{
    color: #b1b1b1;
}

.form-control:-moz-placeholder
{
    color: #b1b1b1;
}

.form-control::-moz-placeholder
{
    color: #b1b1b1;
}

.form-control:-ms-input-placeholder
{
    color: #b1b1b1;
}

.icon
{
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    margin-top: -25px;
    float: right;
    font-size: 20px;
    right: 10px;
}

.middlecontainer
{
    min-height: 540px;
    padding: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(212,212,212,.9);
    -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.3);
    box-shadow: 0 5px 25px rgba(0,0,0,.3);
    border-radius: 10px;
}

.box
{
    /* height:480px;
    overflow-x:scroll;   */ 
    min-height: 20px;
    padding: 30px;
    border-radius: 5px;
    border-top: 7px solid rgba(233,104,64,.8);
    border-bottom: 7px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
}
.boxuser
{
   
    min-height: 20px;
    padding: 30px;
    border-radius: 5px;
    border-top: 7px solid rgba(233,104,64,.8);
    border-bottom: 7px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:767px)
{
    .CommonContainer
    {
        margin-top: 60px;
    }
}

.sizechanger
{
    margin-left: 15px;
    float: left;
}

    .sizechanger a
    {
        margin: 0;
        padding: 0;
        background: transparent;
        text-decoration: none;
        color: #fff;
    }

.changer
{
    width: 22px;
    height: 18px;
    float: left;
}


@media only screen and (max-width:420px)
{
    .navbar-brand > img {
        margin-top: 10px;
        width: 250px;
        height: auto;
    }
}

@media only screen and (max-width:520px) and (min-width:420px) {
    .navbar-brand > img {
        margin-top: 10px;
        width: 270px;
        height: auto;
    }
}
@media (min-width:0px) and (max-width:320px)
{
    .modal-dialog
    {
        width: 300px;
        margin: 10px auto;
    }
}

@media (min-width:321px) and (max-width:420px)
{
    .modal-dialog
    {
        width: 300px;
        margin: 10px auto;
    }
}

@media (min-width:421px) and (max-width:480px)
{
    .modal-dialog
    {
        width: 400px;
        margin: 10px auto;
    }
}

@media (min-width:481px) and (max-width:520px)
{
    .modal-dialog
    {
        width: 460px;
        margin: 10px auto;
    }
}

@media (min-width:521px) and (max-width:580px)
{
    .modal-dialog
    {
        width: 500px;
        margin: 10px auto;
    }
}

@media (min-width:581px) and (max-width:680px)
{
    .modal-dialog
    {
        width: 560px;
        margin: 10px auto;
    }
}

@media (min-width:681px) and (max-width:720px)
{
    .modal-dialog
    {
        width: 660px;
        margin: 10px auto;
    }
}

@media (min-width:721px) and (max-width:780px)
{
    .modal-dialog
    {
        width: 700px;
        margin: 10px auto;
    }
}






#accordion-cat-1 .panel
{
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

#accordion-cat-1 .panel-heading
{
    padding: 0;
    border-radius: 0;
    background-color: #E96840;
    border: 0;
}

#accordion-cat-1 .panel-title
{
    font-size: 14px;
}

#accordion-cat-1 .panel-title
{
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #FFF;
}



#accordion-cat-1 .panel-body
{
    border: 1px solid #eee;
}
/*
 * Component: modal
 * ----------------
 */
.modal {
  background: rgba(0, 0, 0, 0.3);
  z-index:9999999;
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  }
}
.modal-header {
  border-bottom-color: #f4f4f4;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}
/*
 * Component: modal end
 * ----------------
 */
#myModal
{
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index:99999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

    #myModal .modal-header
    {
        color: #fff;
        padding: 9px 15px;
        border-bottom: 1px solid #eee;
        background-color: #0480be;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    #myModal .modal-content
    {
        padding: 0;
        border: none;
        border-radius: 9px;
    }

#myModal
{
    text-align: center;
    padding: 0!important;
}

    #myModal:before
    {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    #myModal .modal-dialog
    {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }


.Flashdiv
{
    
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example
{
    from
    {
        background-color: #FC8213;
    }

    to
    {
        background-color: rgba(233,104,64,1);
    }
}

/* Standard syntax */
@keyframes example
{
    from
    {
        background-color: #FC8213;
    }

    to
    {
        background-color: rgba(233,104,64,1);
    }
}

.Flashdiv:hover
{
    animation-name: none;
    background: #3C3C3C;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


 /* [Object] Modal
 * =============================== */
 #term{cursor:pointer;color:#efefef;transition: 0.5s;-webkit-transition: 0.5s;font-weight:500}
.termconditionmodal {opacity:0;visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;
  text-align:left;background:rgba(0,0,0, .8);transition:opacity .25s ease;z-index:99999999}
.termconditionmodal__bg {position: absolute;top:0;right:0;bottom:0;left: 0;cursor: pointer;}
.termconditionmodal-state {display: none;}
.termconditionmodal-state:checked + .termconditionmodal {opacity: 1;visibility: visible;}
.termconditionmodal-state:checked + .termconditionmodal .termconditionmodal__inner {top: 0;}
.termconditionmodal__inner {transition: top .25s ease;position: absolute;top:-20%;right:0;bottom:0;background-color: rgba(233,104,64,1);
  left: 0;width: 70%;margin:auto;overflow:auto;border-radius:5px;padding:1em 2em;height: 70%;}
 .termconditionmodal__inner1 {position: absolute;top:60px;right:0;bottom:0;background-color:#fff;
  left: 0;overflow:auto;padding:1em 2em;} 
.termconditionmodal__close{position:absolute;right:1em;top:1.5em;width:1.1em;height:1.1em;cursor:pointer;}
.termconditionmodal__close:after,.termconditionmodal__close:before {content:'';position:absolute;width:2px;height:1.5em;background:#fff;display:block;
transform:rotate(45deg);left:50%;margin:-3px 0 0 -1px;top:0;}
.termconditionmodal__close:hover:after,.termconditionmodal__close:hover:before {background: #aaa;}
.termconditionmodal__close:before {transform: rotate(-45deg);}
.termconditionmodal__inner h2{margin-bottom:15px;float:left;width:100%;font-size: 1.7em;color:#fff;    margin-top: 5px;}
.termconditionmodal__inner1 h2{margin-top:15px;margin-bottom:15px;float:left;width:100%;font-size: 1.7em;color:#000;  }
@media screen and (max-width: 768px) {.termconditionmodal__inner{width:90%;height:90%;box-sizing:border-box;}}

footer
        {
            clear: both;
            /* background: #2f4066; */
            /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
            background: -moz-linear-gradient(top, #E96840 0%, #141a29 100%);
            /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4066), color-stop(100%,#141a29)); */
            /* background: -webkit-linear-gradient(top, #2f4066 0%,#141a29 100%); */
            background: -o-linear-gradient(top, #E96840 0%,#141a29 100%);
            background: -ms-linear-gradient(top, #E96840 0%,#141a29 100%);
            background: linear-gradient(to bottom, #E96840 0%,#141a29 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4066', endColorstr='#141a29',GradientType=0 );
            width: 100%;
        }

        .myfooter a
        {
            color: #fff;
            padding: 10px 0px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .sub-sites:after
        {
            background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(6, 47, 60, 0.01) 0%, rgba(45, 75, 100, 0.98) 50%, #2c4a63 51%, rgba(6, 47, 60, 0.01) 100%) repeat scroll 0 0;
            content: "";
            display: block;
            height: 1px;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }


        .link-box
        {
            overflow: hidden;
          /*  padding: 10px 0 10px;
            background: url(../images/evigilanceqr.png) 0% 27px no-repeat;*/
        }

            .link-box p
            {
                padding: 6px 0 0 123px;
                line-height: 120%;
                font-size: 85%;
                font-weight: 400;
                color: #fff;
            }

        .sub-sites
        {
            text-align: center;
            position: relative;
            padding: 10px 15px 0;
        }

            .sub-sites li
            {
                padding: 0 10px;
                border-left: 1px solid #6b6c6f;
                display: inline-block;
                margin-bottom: 10px;
                list-style: none;
            }

                .sub-sites li:first-child, .footer-logo li:first-child
                {
                    border: none;
                }

            .sub-sites:after
            {
                background: rgba(255, 255, 255, 0) linear-gradient(to right, rgba(6, 47, 60, 0.01) 0%, rgba(255, 255,255, 0.98) 50%, #fff 51%, rgba(6, 47, 60, 0.01) 100%) repeat scroll 0 0;
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%;
            }

        .footer-logo
        {
            background: #000;
            padding: 7px 15px 0;
            text-align: center;
        }

            .footer-logo li
            {
                border-left: 1px solid #28282a;
                display: inline-block;
                padding: 0 10px;
                margin-bottom: 7px;
                vertical-align: middle;
                list-style: none;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
            }

        @media all and (max-width:640px)
        {
            .sub-sites li, .sub-sites li:first-child
            {
                padding: 10px;
                border: 1px solid #2c4a63;
            }

            .sub-sites
            {
                padding: 15px 10px 5px;
            }
        }

        @media all and (max-width:567px)
        {
            .footer-logo
            {
                overflow: hidden;
                padding: 10px 5px 0;
            }

                .footer-logo li
                {
                    width: 50%;
                    border-left: none;
                    padding: 0px;
                    float: left;
                    margin: 10px 0;
                }

                    .footer-logo li:nth-child(2n+2)
                    {
                        border-left: 1px solid #28282a;
                    }
        }
.footer-border {
    border-left: 1px solid #aeafb3;
   
}
@media screen and (max-width: 78px)
{
    .footer-border
    {display:none
    }
}

.bx-wrapper img
{
  //   border: 1px solid #ddd;
  //border-radius: 4px;
  //padding: 5px;

    height:100%!Important;
    max-height:220px!Important;
    min-height:220px!Important; 
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border: 1px solid #CCC;
}
.bx-viewport
{
    height:100%!Important
}

.bx-wrapper .row
{
    margin:0!important
}
.bx-wrapper
{
    margin-bottom:30px!important;
}

#statics{width:100%;margin:0px 0 20px 0;background-color: #E96840;padding:30px 0;background-image:url('../images/patterns/light-wool.png')}
#statics h1 {position: relative;font-size: 36px;color: #fff;padding: 0px 0 30px;font-weight: 600;text-align:center;margin-top: 10px;}
#statics .numberline span{width: 100%;font-weight: 600;color: #fff;font-size: 3.5em;}
#statics .part-low{margin-bottom:50px;padding: 0;text-align: center; }
#statics .part-low h3{margin: 0;padding: 0;font-size: 18px;font-weight: 400;color: #fff;}
/*#statics .part-low:before {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;   content: '';position: absolute;width: 60px;height: 2px;background-color: #fff;top: -20px;left: 50%;margin-left: -30px;margin-top:-10px}*/
#statics .part-low i{ width: 100%;color: #fff;font-size: 2em;}
#block-views-ticker-block-block{position: relative;z-index: 10;overflow: hidden;line-height: 18px;}
#block-views-ticker-block-block div:first-child{background-color:red;color:#fff;padding:12px;text-align: center;}
#block-views-ticker-block-block .item{display: inline-block;padding:8px 0;color: red;padding-right:40px;font-weight:bold;cursor:pointer}

.tree ul {
    margin-left: 20px;
}

.tree li {
    list-style-type: none;
    margin:15px 0px;
    position: relative;
}

.tree li::before {
    content: "";
    position: absolute;
    top:-13px;
    left:-35px;
    border-left: 1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-radius:0 0 0 0px;
    width:35px;
    height:24px;
}

.tree li::after {
    position:absolute;
    content:"";
    top:10px;
    left:-35px;
    border-left: 1px solid #ccc;
    border-top:1px solid #ccc;
    border-radius:0px 0 0 0;
    width:35px;
    height:100%;
}

.tree li:last-child::after  {
    display:none;
}

.tree li:last-child:before{
    border-radius: 0 0 0 0px;
}

ul.tree>li:first-child::before {
    display:none;
}

ul.tree>li:first-child::after {
    border-radius:0px 0 0 0;
}

.tree li a {
    border: 1px #ccc solid;
    border-radius: 0px;
    padding:2px 5px;
    cursor:pointer;
    
}

.tree li a:hover, .tree li a:hover+ul li a,
.tree li a:focus, .tree li a:focus+ul li a {
    background: #ccc; color: #000; border: 1px solid #000;
}

.tree li a:hover+ul li::after, .tree li a:focus+ul li::after,
.tree li a:hover+ul li::before, .tree li a:focus+ul li::before 
.tree li a:hover+ul::before, .tree li a:focus+ul::before 
.tree li a:hover+ul ul::before, .tree li a:focus+ul ul::before{
    border-color:  #000; /*connector color on hover*/
}

.myfooter a:hover {
color:#fff
}


 a:visited, a:focus, a:active {
     outline:dashed  1px red!important;
}