
      .demo-container {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        width: 100% !important;
        border: 0px !important;
      }
	  
	  
	  
	#navigator {
		background-color: transparent;
		z-index: 9999;
		position: absolute;
	}

      #headline {
        background-color: rgba(0,0,0,0.5);
        text-align: center;
      }

      .demo-heading {
        padding: 40px 10px 0px 10px;
        margin: 0px;
        font-size: 3em;
        color: #fff;
      }

      .demo-container {
        position: relative;
        display: inline-block;
        top: 10px;
        left: 10px;
        height: 100%;
        width: calc(100% - 24px);
        border: 2px dashed #eee;
        border-radius: 5px;
		text-align: center;
		direction: ltr;
      }

	.orgchart {
		/* padding: 150px 50px; */
		background: transparent;
		zoom: 1;
	}

      .orgchart>.spinner {
        color: rgba(255, 255, 0, 0.75);
      }

      .orgchart .node .title {
        color: #000; 
      }

      .orgchart .node .content {
        border-color: transparent;
        border-top-color: #333;
      }

      .orgchart .node>.spinner {
        color: rgba(184, 0, 54, 0.75);
      }

      .orgchart .node:hover {
      }

      .orgchart .node.focused {
      }

      .orgchart .node .edge {
    color: rgba(0, 0, 0, 0.6);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
      }

      .orgchart .edge:hover {
        color: #000;
      }

      .orgchart tr.lines td.leftLine,
      .orgchart tr.lines td.topLine,
      .orgchart tr.lines td.rightLine {
        border-color: #fff;
        border-radius: 0px;
      }

      .orgchart tr.lines .downLine {
        background-color: #fff;
      }

      .orgchart .second-menu-icon {
        transition: opacity .5s;
        opacity: 0;
        right: -5px;
        top: -5px;
        z-index: 2;
        color: rgba(184, 0, 100, 0.8);
        font-size: 18px;
        position: absolute;
      }

      .orgchart .second-menu-icon:hover {
        color: #b80064;
      }

      .orgchart .node:hover .second-menu-icon {
        opacity: 1;
      }

      .orgchart .node .second-menu {
        display: none;
        position: absolute;
        top: 0;
        right: -70px;
        border-radius: 35px;
        box-shadow: 0 0 4px 1px #999;
        background-color: #fff;
        z-index: 1;
      }

      .orgchart .node .second-menu .avatar {
        width: 60px;
        height: 60px;
        border-radius: 30px;
        float: left;
        margin: 5px;
      }

      .orgchart~.mask .spinner {
        color: rgba(255, 255, 0, 0.75);
      }

      #integrate-map {
        position:absolute;
        left: 40px;
        width: calc(100% - 80px);
        z-index:100;
      }

      #integrate-map .orgchart {
        padding: 0px;
        min-height: 154px;

      }

      #integrate-map .orgchart>table:first-child {
        margin: 5px auto;
      }

      .orgchart.view-state .edge {
        display: none;
      }

      #edit-panel {
        position: relative;
        left: 10px;
        width: calc(100% - 40px);
        border-radius: 4px;
        float: left;
        margin-top: 10px;
        padding: 10px;
        color: #fff;
        background-color: #449d44;
      }

      #edit-panel .btn-inputs {
        font-size: 24px;
      }

      #edit-panel.view-state>:not(#chart-state-panel) {
        display: none;
      }

      #edit-panel label {
        font-weight: bold;
      }

      #edit-panel.edit-parent-node .selected-node-group{
        display: none;
      }

      #chart-state-panel, #selected-node, #btn-remove-input {
        margin-right: 20px;
      }

      #edit-panel button, #btn-export-hier {
        color: #333;
        background-color: #fff;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
      }

      #edit-panel.edit-parent-node button:not(#btn-add-nodes) {
        display: none;
      }

      #edit-panel button:hover,.edit-panel button:focus,.edit-panel button:active {
        border-color: #eea236;
        box-shadow:  0 0 10px #eea236;
      }

      #new-nodelist {
        display: inline-block;
        list-style:none;
        margin-top: -2px;
        padding: 0;
        vertical-align: text-top;
      }

      #new-nodelist>* {
        padding-bottom: 4px;
      }

      .btn-inputs {
        vertical-align: sub;
      }

      #edit-panel.edit-parent-node .btn-inputs {
        display: none;
      }

      .btn-inputs:hover {
        text-shadow: 0 0 4px #fff;
      }

      .radio-panel input[type='radio'] {
        display: inline-block;
        height: 24px;
        width: 24px;
        vertical-align: top;
      }

      #edit-panel.view-state .radio-panel input[type='radio']+label {
        vertical-align: -webkit-baseline-middle;
      }

      #btn-add-nodes {
        margin-left: 20px;
      }

      #btn-export-hier {
        vertical-align: top;
        margin-top: 200px;
        margin-left: 50px;
      }

      #btn-export-hier+pre {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-top: -80px;
        margin-left: 50px;
      }

      #color-coded .orgchart {
        background: transparent;
      }
      .orgchart .middle-level .title {
        background-color: #006699;
      }
      .orgchart .product-dept .title {
        background-color: #009933;
      }
      .orgchart .rd-dept .title {
        background-color: #993366;
      }
      .orgchart .pipeline1 .title {
        background-color: #996633;
      }
      .orgchart .frontend1 .title {
        background-color: #cc0066;
      }

      .hidden {
        display: none;
      }

      .orgchart .drill-icon {
        transition: opacity .5s;
        opacity: 0;
        right: -14px;
        top: -14px;
        z-index: 2;
        color: rgba(184, 0, 100, 0.8);
        font-size: 24px;
        position: absolute;
      }

      .orgchart .drill-icon:hover {
        color: #b80064;
      }

      .orgchart .node:hover .drill-icon {
        opacity: 1;
      }

      #vertical-depth {
        height: 620px;
      }
      
      
      .hide {
              display: none!important;
      }
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} 
      
.orgchart .node .title {height: 150px;}
.orgchart .node .topEdge, .orgchart .node .rightEdge, .orgchart .node .leftEdge   { display: none; }

/*.orgchart .node:hover .manu , .orgchart .node.focused .manu {
    box-shadow: 0px 0 0 5.3px #FFB848;
    -webkit-box-shadow: 0px 0 0 5.3px #FFB848;
    -o-box-shadow: 0px 0 0 5.3px #FFB848;
    -ms-box-shadow: 0px 0 0 5.3px #FFB848;
}
*/
/*.orgchart table td table:hover .node .manu{
    box-shadow: 0px 0 0 5.3px #FFB848;
    -webkit-box-shadow: 0px 0 0 5.3px #FFB848;
    -o-box-shadow: 0px 0 0 5.3px #FFB848;
    -ms-box-shadow: 0px 0 0 5.3px #FFB848;
	}
*/
	/*
@media only screen and (max-device-width: 1024px) {

    .orgchart {
        
    }
    #navigator{display: none;}
    .orgchart .node {
    height: 75px !important;
    width: 70px !important;
    }
    .orgchart .node .title {
    height: 75px !important;
    width: 65px !important;
    }
    .title img {
        border: 2px solid #202020;
        width: 35px !important;
        border-radius: 50%;
        margin-top: 10px;
    }
    .title h2 {
        margin: 0;
        font-size: 12px;
    }
}
@media only screen and (max-device-width: 640px) {
    #navigator{display: none;}
    .orgchart .node {
    height: 75px !important;
    width: 70px !important;
    }
    .orgchart .node .title {
    height: 75px !important;
    width: 65px !important;
    }
    .title img {
        border: 2px solid #202020;
        width: 35px !important;
        border-radius: 50%;
        margin-top: 10px;
    }
    .title h2 {
        margin: 0;
        font-size: 12px;
    }
    
}  */

#navigator {
    padding: 1px 0px;
    border-radius: 50px;
    margin: 0 5px;
    left: 0;
    top: -54px;
    /* width: 330px; */
}

.nav_tree{
    top: -40px;
}

.nav_tree_top{
    top: 300px;
	}

#icons-set {
    width: 25px;
    height: 34px;
    margin: 0 0 0px 10px;
    color: #d59633;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.inner_tree{ 
    position: relative;
}

.inner_tree * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s ;
    -moz-transition: all 0s ease 0s ;
    -o-transition: all 0s ease 0s ;
    -ms-transition: all 0s ease 0s ;
}


.homeicon {
    top: 6px;
    position: absolute;
    left: 2px;
    font-size: 21px;
}

.rightnav {
    top: 9px;
    right: 6px;
    position: absolute;
    font-size: 13px;
    display: none;
}

.leftnav {
    position: absolute;
    top: 9px;
    left: 0px;
    font-size: 13px;
    display: none;
}

.upnav {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 13px;
    display: none;
}

.downnav {
    position: absolute;
    top: 24px;
    right: 19px;
    font-size: 13px;
    display: none;
}


#slider-vertical {
    margin: 11px auto;
    border-radius: 0;
}

.tooltip {
    display: none;
    position: absolute;
    top: 23px;
    right: 105%;
    background-color: #d59633;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    z-index: 1;
    text-align: right;
    opacity: 1 !important;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    max-width: 295px;
    min-width: 210px;
    direction: rtl;
}
.tooltip  p b{
    display: inline-block;
    font-weight: normal;
}
.tooltip  p{
    display: block;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
    margin-bottom: 7px;
}
.manu .tooltip {
    top: 2px;
    right: 104%;
	opacity:1 !important
}

.tooltip:after {
    right: -25px;
    top: 32%;
    bottom: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #d59633;
    border-width: 14px;
    margin-top: 0;
    margin-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.title img {
    width: 75px;
    margin-top: 0;
    width: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}

.title .symbol {
    position: absolute;
}




/*_____newstyle______*/


.head_user {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 0 5.3px #7bd156;
    -moz-box-shadow: 0px 0px 0 5.3px #7bd156;
    -webkit-box-shadow: 0px 0px 0 5.3px #7bd156;
    -ms-box-shadow: 0px 0px 0 5.3px #7bd156;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.head_user img {
    width: 100%;
    height: 100%;
}


.title h2 {

    margin-top: -20px !important;
    position: relative;
    margin: 0;
    white-space: nowrap;
}

.title h2:before {
    content: "";
    background: url(../img/name_left.png) no-repeat top left;
    height: 42px;
    width: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: -1px;
}
.title h2 strong {
    background: #fff;
    color: #222;
    text-align: center;
    border: 0;
    display: inline-block;
    position: relative;
    font-size: 17px;
    height: 33px;
    line-height: 31px;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    vertical-align: top;
    font-weight: normal;
}

.title h2:after {
    content: "";
    background: url(../img/nam_right.png) no-repeat top right;
    height: 42px;
    width: 35px;
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
}



.orgchart>table tr .node .title {
    height: 201px;
    margin-bottom: -18px;
}

.orgchart>table tr td table tr td .node .title {
    height: 133px;
    margin-bottom: -18px;
}

.manu {
    box-shadow: 0px 0px 0 5.3px #d59633;
    -webkit-box-shadow: 0px 0px 0 5.3px #d59633;
    -o-box-shadow: 0px 0px 0 5.3px #d59633;
    -ms-box-shadow: 0px 0px 0 5.3px #d59633;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 101px;
    width: 101px;
    position: relative;
    margin: 0 auto;
}
.female_border {
    box-shadow: 0px 0px 0 5.3px #ff1b1b;
    -webkit-box-shadow: 0px 0px 0 5.3px #ff1b1b;
    -o-box-shadow: 0px 0px 0 5.3px #ff1b1b;
    -ms-box-shadow: 0px 0px 0 5.3px #ff1b1b;
}
.married_border {
    box-shadow: 0px 0px 0 5.3px #0563ad;
    -webkit-box-shadow: 0px 0px 0 5.3px #0563ad;
    -o-box-shadow: 0px 0px 0 5.3px #0563ad;
    -ms-box-shadow: 0px 0px 0 5.3px #0563ad;
}
.single_border {
    box-shadow: 0px 0px 0 5.3px #825800;
    -webkit-box-shadow: 0px 0px 0 5.3px #825800;
    -o-box-shadow: 0px 0px 0 5.3px #825800;
    -ms-box-shadow: 0px 0px 0 5.3px #825800;
}
.children_border {
    box-shadow: 0px 0px 0 5.3px #FFB848;
    -webkit-box-shadow: 0px 0px 0 5.3px #FFB848;
    -o-box-shadow: 0px 0px 0 5.3px #FFB848;
    -ms-box-shadow: 0px 0px 0 5.3px #FFB848;
}
.died_border {
    box-shadow: 0px 0px 0 5.3px #000;
    -webkit-box-shadow: 0px 0px 0 5.3px #000;
    -o-box-shadow: 0px 0px 0 5.3px #000;
    -ms-box-shadow: 0px 0px 0 5.3px #000;
}


/*.died {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.died:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 30px;
    top: -40px;
    background: black;
    overflow: hidden;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(43deg);
}

.manu .died:after {
    content: "";
    width: 7px;
    left: 20px;
    top: -26px;
}
*/.manu img{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    width: 100%;
    height: 100%;
}
.wife {
    position: absolute;
    top: -17px;
    right: -18px;
    width: 50px;
    height: 50px;
}
.wife img.img_wife {
    width: 100%;
    border-radius: 20px 0 20px 0 !important;
    -moz-border-radius: 20px 0 20px 0 !important;
    -webkit-border-radius: 20px 0 20px 0 !important;
    -o-border-radius: 20px 0 20px 0 !important;
    border: 3px solid #7bd156;
    height: 100%;
}

.manu:after {
    content: "";
    background: url(../images/heart.png) no-repeat center center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: -15px;
}

.none_married:after {

    content: "";
    background: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}



.node .fa-chevron-down:before {
    content: "";
}

.node .fa-chevron-up:before {
    content: "";
}

#navigator *{ cursor:pointer }

.s_show{ display:block !important }


.icons_block {
    position: absolute;
    left: 20px;
    z-index: 9;
}
.list_links {
    padding: 0;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
}

.list_links_more {
    width: auto;
    height: auto;
	-webkit-transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-o-transition:all 0.5s ease 0.5s;
	transition:all 0.5s ease 0.5s;
}

.show_all {
    color: #41941e  !important;
    display:block;
    margin: 0;
    height: 40px;
    line-height: 39px;
    vertical-align: top;
}
.show_all i {
    margin-left: 5px;
}

.hide_all {
    color: #41941e  !important;
    display: block;
    margin: 0;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    display: none;
}
.hide_all i {
    margin-left: 5px;
}

.list_links li a {
    font-size: 20px;
    display: block;
    font-family:Arial, Helvetica, sans-serif;
}


.list_links li button {
    border: 0;
    background: none;
    padding: 0;
    font-size:20px;
    color: #fff;
    cursor:pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.list_menu_tree li button:hover {
    color: #d59633;
}

.list_links li a i {
    margin-left: 7px;
}


.search_block form {
    text-align: center;
}


.input_block {
    max-width: 100%;
    width: 23.5%;
    position: relative;
    display: inline-block;
    margin: 0.5%;
}

.search_blog2 .input_block {
    width: 48.5%;
}


.input_block input {
    width: 100%;
    height: 45px;
    border: 0;
    background: rgb(214, 214, 214);
    border-radius: 3px;
    padding: 0 15px;
    font-size: 17px;
    font-family: "DIN Next LT Arabic";
}

.input_block select {
    width: 100%;
    height: 45px;
    border: 0;
    background: rgb(214, 214, 214) url(../images/selectbox-arrow.png) no-repeat left 10px center;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 17px;
    font-family: "DIN Next LT Arabic";
}

.input_block textarea {
    width: 100%;
    height: 105px;
    border: 0;
    background: rgb(214, 214, 214);
    border-radius: 3px;
    padding: 15px;
    font-size: 17px;
    font-family: "DIN Next LT Arabic";
    resize: none;
}

.input_block i{
    position: absolute;
    left: 20px;
    top: 23px;
    font-size: 20px;
    cursor: pointer;
}


.close_search {
    font-size: 40px;
    color: #fff;
    margin: 13px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.search_block {
    text-align: center;
}

.search_blog {
    max-width: 100%;
    margin: auto;
    width: 100%;
}

.search_block p{ 
    margin-bottom: 0;
}

.search_block h2 {
    margin-top: 0;
    color: #fff;
}

.button_search{
    text-align: center;
    margin-top: 20px;
}

.button_search button {
    display: inline-block;
    background: #663300;
    border: 0;
    color: #fff;
    font-size: 20px;
    width: 80px;
    height: 40px;
    line-height: 35px;
    border-radius: 4px;
    font-family: Cocon;
}









.opinion_page * {
    font-family: "DIN Next LT Arabic";
}

.opinion_page h2 {
    display: inline-block;
    margin: 0;
}


.inner_makalat {
    max-width: 500px;
    margin: 0 auto;
}

.opinion_page{ text-align:center}

.opinion_page p {
    font-size: 18px;
    color: #fff;
}

.in_opin {
    margin-bottom: 20px;
}


.opinion h6 {
    font-size: 14px;
    clear: both;
    color: #fff;
    margin-bottom: 9px;
}


.block_opin {
overflow: hidden;
clear: both;
margin-bottom: 30px;
}

.poll-result {
    clear: both;
    display: block;
    margin-bottom: 5px;
}

.poll-result span {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
	color: #fff;
}


.poll-chart {
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    margin: 4px 0 0px 0;
    width: 90%;
    float: right;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: transparent;
    text-align: center;
    color: #fff;
    border: 1px solid #B9B9B9;
    position: relative;
}


.poll-chart img{ float:right}

#ctl00_ContentPlaceHolder1_PollNew1_divAnswers{padding-bottom: 25px;
overflow: hidden;

}

.show_{ font-size: 10.17px;
color: #4f4f4f;
display: inline-block;
margin: 6px 0px 15px;
border: 1px solid #d7d7d7;
padding: 5px 19px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
 }
 
.show_:hover{ background:#e1424a ; color:#fff;
border:1px solid #e1424a
}


.tit{font-size:13.3px;
color:#232323;
margin-bottom:5px}

/*____________________*/

input[type=radio].css-checkbox8 {
display:none;
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;

}

input[type=radio].css-checkbox8 + label.css-label8 {
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: none;
    float: right;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    color: #656565;
    width: 16px;
    clear: both;
    margin-top: 7px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border: 0;
    margin-left: 5px;
}

input[type=radio].css-checkbox8:checked + label.css-label8 {
    background-position: right bottom !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border: 0 !important;
}


label.css-label8 {
background:url(../img/check.png) right top !important ;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition:none;
-moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
-webkit-transition:none;
-moz-transition:none;
-o-transition:none;
transition:none;
}



.yes {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 12.6px;
    direction: ltr;
    margin-left: 0;
    margin-bottom: 0;
    right: 0;
    left: 0;
}

.share {
    display: block;
    width: 90px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    font-size: 15px;
    background: #0b443b;
    margin-right: 10px;
}



.yes i { color: #5b8981;
font-style:normal}


.list_opin {
    text-align: center;
    margin: 0;
}

.list_opin li{ display:inline-block ; margin:10px ; }

.list_opin li a {
    display: inline-block;
    background: #663300;
    border: 0;
    color: #fff;
    font-size: 19px;
    width: 80px;
    height: 40px;
    line-height: 41px;
    border-radius: 4px;
    font-family: Cocon;
}

.canvasjs-chart-credit{ display:none !important}


.acts{ cursor:default ;
pointer-events:none;
color:#b29760 !important;

}

#cd-nav li a:hover{ color:#b29760}


.both{ clear:both}


.charts_can{ margin-bottom:30px}

.charts_can h3 {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}


.archive_block{}

.archive_block h3 {
    color: #93e669;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}

.list_archieve {
    margin-bottom: 0;
}


.list_archieve li {
    display: inline-block;
    margin: 0 15px;
    list-style-type: none;
    margin-bottom: 35px;
}

.list_archieve li span {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.list_archieve li p {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
}



.list_nta2g{ margin-bottom:0 }

.list_nta2g li {
    margin-left: 0;
    list-style-type: none;
	margin-bottom:20px;
}


.list_nta2g li span {
    display: inline-block;
    font-size: 16px;
    color: #93e669;
    width: 60px;
}

.list_nta2g li p {
    display: inline-block;
    border: 1px solid #717171;
    padding:5px 15px 8px;
    font-size: 16px;
    margin-bottom: 0;
    width: 130px;
    margin-top: 0;
    max-width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}



/*_________photos_________*/


.lights{}

.lights > div {
    cursor: pointer;
    width: 24%;
    height: 245px;
    margin-left: 1%;
    margin-bottom: 1%;
    display: inline-block;
    vertical-align: top;
}

.lights > div:nth-child(4n) {
    margin-left: 0;
}

.lights > div  a{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    float: none !important;
    display: block;
}

.lg-sub-html{ display:none }



