html,
body {
  height: auto;
  margin: 10px 0px 10px 0px;
  background-image: url("../GFX/bg/bg12.jpg");
  background-attachment:fixed;
  background-size:auto;
  color: #666;
  text-align: center;
}
body::-webkit-scrollbar{
    display: none;
}
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
	cursor:pointer;
}
/* Gradient transparent - color - transparent */
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
a:hover {
	color: #88ac0b;
	background: inherit;
}
.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}
h4 {
	margin-top:15px;	
}

h1, h2, h3, p {	
	margin: 0;
}
ul {
    list-style: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;    
}
li a:hover{
    color: #5A93C9;
}
pre {
    padding: 10px;
}
.box .row {
  border: 1px solid #bbb;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.box .row.content {
  flex: 1 1 auto;
}

.box .row.footer {
    flex: 0 1 40px;
  }
  
  .border{
     border:  1px solid #000;
  }

#main{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(50,50,50,0.3);
    -moz-box-shadow: 0px 0px 10px 3px rgba(50,50,50,0.3);
    box-shadow: 0px 0px 10px 3px rgba(50,50,50,0.3);
    border: 1px solid #aaa;
    max-width:820px;
    margin: 0 auto;
    font-size:90% !important;
}
#header{
    background-image: url("../GFX/header-bg.png");
    height: 70px;
    border: 1px solid #cacaca;
}
#logo{
    width: 283px;
    height: 63px;
    margin:0px;
    float: left;    
}
/* header links */
#header #header-links {
    float: right;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #444;
}
#topImg{
    margin-top: 3px;
    height: 150px;
    background-image: url("../GFX/header/header-bg.png");
    background-size:cover;
    background-repeat: no-repeat;
}
#slider {
	width: 720px;
	height: 150px;
	overflow: hidden;
}

#slider #slides {
	display: block;
	width: 2880px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#slider .slide {
	float: left;
	list-style: none;
	height: 150px;
	width: 720px;
}

#slider .slide img {
	width: 100%;
}
#nav {
clear: both;
margin-top: 1px;
    }
#nav ul {
    float: left;
    list-style: none;
    background: url('../GFX/menu/nav.jpg') repeat-x;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 0 0px;
    padding: 0;
    display: inline;
    text-shadow: 1px 1px 3px #222;    
}

#nav ul li {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 14px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	cursor:pointer;
    border-radius: .28571429rem;
    }
#nav ul li:hover{
	background-color: #899D00;
    box-shadow: 0 0 3px black;
    }   
#nav ul li.active{	
	background: url('../GFX/menu/nav-current.jpg') repeat-x;	
    }
#nav .ui.loader{
    left: 98% !important;
} 
#topMenu {
    min-height: 41;
}   
#content-wrap {
        background: #E8E8E8;
        margin-top: 3px;
        overflow-x:hidden;
        overflow-y: scroll;
    }
#content-wrap::-webkit-scrollbar {
    display: none;
    }     
#content {
        width: 100%;
        margin:0 auto;
        padding: 3px;
    }

#page{
    padding: 20px 0 0 0;
    float:left;
    width:100%;
}    
.item{
        float: left;
        text-align: left;
        padding: 20 40px 0 0;
        margin: 0 0 0 0;
        display:block !important;  
        width:100%;        
    }
.item h2 {
        font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #85970C;
        text-transform: none;
        padding: 10px 0 0px 10px;
    }    
.item h2 a{
        color: #85970C;
        text-decoration: none;
        padding: 0;
        margin: 0;      
    }    
.item .post-info {
        font-size: .95em;
        padding: 0 5px;
        margin-left: 10px;
        color: #888;
    }
.item .post-footer {
    background: url("../GFX/post.jpg");
    padding: 5px;
    margin: 0px 0px 10px 10px;
    font-size: 95%;
    color: #AEA471;
    border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* Sidebar */	
#sidebar {
	float: right;
	padding: 25 0 0 0; margin: 0;
    text-align: left;
    min-width: 90%;
}
#sidebar h3 {
	padding: 0 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
}
#sidemenu{
    padding: 10 0 0 0;
}
#sidemenu, #sidelinks{
    margin-bottom: 30px;
} 
#sidebar ul.sidemenu {
	text-align: left;
	margin: 2 5 10 0; 
    padding: 0;
	text-decoration: none;		
	background: url("../GFX/dots.jpg") repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url("../GFX/dots.jpg") repeat-x left bottom;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
#sidebar ul.sidemenu ul li { 
	color: #666;	
}
#sidebar ul.sidemenu li:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu li:active {	
	color: #1773BC;
    font-weight: bolder;	
}
#sidebar ul.sidemenu ul { 
    margin: 0 0 0 5px; 
    padding: 0; 
}

/* Articles */
#article h2 {
    font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
    color: #85970C;
    text-transform: none;
    padding: 10px 0 0px 10px;
    }     
#footer-wrap {
        width: 100%;
        height:300px;
        font-size: 95%;
        background-color: #ddd;
        border-top: 1px solid #ccc;
    }  
#footer-columns {
        color: #888;
        margin: 0 auto;
        text-align: left;
    }
#footer-columns ul {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
        background: url("../GFX/footer-dots.jpg") repeat-x left top;
    }
#footer-columns li {
        background: url("../GFX/footer-dots.jpg") repeat-x left bottom;
    }
#footer-columns li a {
        display: block;
        font-weight: normal;
        padding: 6px 0 6px 10px;
        width: 96%;
        color: #666666;
    }            
#footer-wrap h3 {
        color: #666666;
        margin: 0;
        padding: 0 10px;
        text-transform: uppercase;
        text-align: left;
    }
#footer-bottom {
        float: left;
        width:100%;
        color: #666;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
    } 
#footer-wrap a {
        text-decoration: none;
        color: #333;
    } 
#footer-wrap p {
    display: inline-block;
    padding:2px;
    }  
#footer-wrap p.right{
    float: right;
}
#footer-wrap p.left{
    float: left;
}

/* classes and ID:S related to content loading*/
#page h2{
    text-align: left;
    float:left;
    padding-bottom: 2 !important;
    padding-left:2 !important;
    font-size: 1.7em;
}
#page p{
    float: left;
    text-align: left;
    display: block;
    margin: 3 0 0 5;
    font-size: 13px;
}
#page .ingress{
    float: left;
    clear: both;
    text-align: left;    
    margin-left:4;
    font-weight:550;
    font-size:14px;
    color:#666;
}
#page .text{
    float:left;
    clear:both;
}
#page ul{
    float: left;
    text-align: left;
    margin:0;
}
#page li{
    list-style-type: disc;
    margin:0 0 0 25;

}
.grow { 
    transition: all .1s ease-in-out; 
    }
    
.grow:hover { 
    transform: scale(1.5); 
    }

.grow1:hover { 
        transform: scale(1.015);
        cursor: pointer;
        color:#1773BC;
        }    
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.bold {font-weight: bold;}
.margin10{margin:0 20 0 0}
.corners{border-radius: .28571429rem;}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

/* DC Images*/
#dc_variable_img_container {
    width: 100%
}
#dc_variable_img {
    list-style: none
}
#dc_variable_img li {
    background: #fff;
    border: 1px solid #d7d7d7;
    display: inline-block;
    margin: 3px;
    padding: 0;
}

#dc_variable_img li p {
    padding: 4px;
    margin: 0;
}

#dc_preload_image li img {
    border:1px solid #aaa;
}

#dc_preload_image li img:hover {
       border:1px solid #000;
       transform: scale(1.1);
       box-shadow: 0 0 4px black; 
}

#dc_variable_img li a {
    color: #fff;
    display: inline-block;
    padding: 0;
    text-decoration: none
}

#dc_variable_img img {
    padding: 0;
}
/* Page Laoder*/
#page-loader{
    position: absolute;
    left: 0px;
    top: 0px;    
    width: 100% !important;
    height: 100% !important;
    z-index: 9999;
    background-image: url('../GFX/bg/bg12.jpg');
   
}
.load-logo{
    position: absolute;
    top: 50%;
    left:50%;
}
#load-spinner{
    width: 100%;
    margin-top: 30px;

}

/* circle image */
.circle-img1{
width:104px;
height:100px;
border-radius: 50%;
float:left;
margin:5px;
shape-outside: circle();
}

#mail_form.ui.modal .actions>.button{
    margin-left: 0px !important;
}

.ui.modal>.header:not(.ui) {
    background: url('../GFX/menu/nav.jpg') repeat-x;
    color: #FFF !important;
    text-shadow: 1px 1px 3px #222;    
    text-transform: uppercase;
}

.ui.modal>.actions {
    background-image: url("../GFX/header-bg.png");

}
#mail_info{
    z-index: 3;
    position: absolute;
    top: 70;
    right: 0;
    width:97%;
    margin:15px;
}
#form_container{
    position: relative;
}

.hidden{
    display: none;
}
.smalldesc {
    max-height: 0px;
    overflow: hidden;
    transition: all .3s ease;
  }
  
  .smalldesc.expand {
    max-height:max-content;
  }
  .codeblock{
    float:left;
    width:100%;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5px;
  }
  .codeblock .codetype{
    float: right;
    font-weight: bold;
    font-size: 16px;
  }
  .codeblock .codeheader{
    float:left;
    width:inherit;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding:5px;
    background-image: url("../GFX/post.jpg");
    color: #555;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
  }
  .codeblock .content{
    float:left;
    width:98%;
    margin:0 6px 0 6px;
    background-color: #eee;
    padding: 0px;
    border-top: none;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .codeblock .content .code{
    margin:5px;
  }
  .codeblock .content desc{
    float: left;
    clear: both;
    padding:10px;
    width:100%;
  }
  .codeblock .content button{
    float:right;
    margin:0 0 5 0;
  }
  .codeblock .content code{
    float: left;
    clear: left;
    width: auto;
    margin:2 0 5 0;
    padding: 0px 10px 10px 10px;
    border-radius: 3px;
    text-align: left;
    word-break: break-all;
  }
  .codeblock .codetype.ps{
    color:#1773BC;
  }
  .codeblock .codetype.js{
    color:#85970C;
  }
  #codewindow{
    width:auto !important;
  }