/* cyrillic-ext */
@font-face {
  font-family: 'Scada';
  font-style: normal;
  font-weight: 400;
  src: local('Scada Regular'), local('Scada-Regular'), url(https://fonts.gstatic.com/s/scada/v6/RLpxK5Pv5qumeVJizTQYbg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Scada';
  font-style: normal;
  font-weight: 400;
  src: local('Scada Regular'), local('Scada-Regular'), url(https://fonts.gstatic.com/s/scada/v6/RLpxK5Pv5qumeVJrzTQYbg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Scada';
  font-style: normal;
  font-weight: 400;
  src: local('Scada Regular'), local('Scada-Regular'), url(https://fonts.gstatic.com/s/scada/v6/RLpxK5Pv5qumeVJhzTQYbg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Scada';
  font-style: normal;
  font-weight: 400;
  src: local('Scada Regular'), local('Scada-Regular'), url(https://fonts.gstatic.com/s/scada/v6/RLpxK5Pv5qumeVJvzTQ.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;
}
html{
    height: 100%;
}
body {  margin: 0px;
        min-height: 100%;
/*		font-family: 'Roboto', sans-serif;*/
                /*font-family: sans-serif;*/
/*		font-weight: 300;*/
                /*font-family: serif;*/
                /*font-family: 'Fira Sans Condensed', sans-serif;*/
                font-family: 'Scada', sans-serif;
                /*font-family: 'Source Sans Pro', sans-serif;*/
		font-size: 12pt;
		/*line-height: 1.2em;*/
		color: rgb(50, 50, 50);
		-webkit-text-stroke: 0.1px;
/*                  background-color: rgb(245, 245, 245);*/
            
	}

        .hrr{
           
            color: lightgray;
        }        

    header {
        position: relative;
        /*width: 1250px;*/
        /*margin: 0 auto;*/
        /*background-image: url(/template/img/bg1.jpg)*/
    }
        
        #headerLeft {
            position: relative;
            width: 400px;
            float: left;
            min-height: 150px;
            overflow: hidden;
            
        }
        
        #headerRight {
            position: relative;
            width: 850px;
            min-height: 150px;
            overflow: hidden;
        }
        
    #mainSection {
        clear: both;
        position: relative;
        width: 1250px;
        min-height: 100%;
        margin: 0 auto;
        top: 40px;
    }
        #pagename {
            text-align: left;
            font-size: 20pt;
            color: rgb(100, 10, 50);
            margin: 0px 0px 20px 0px;
            font-weight: 200;
        }
        
         #content {
           vertical-align: top;
        }
        #content_img {
            max-width: 350px;
        }
        #content br {
            margin: 0px 0px 10px 0px;
        }
        #content blockquote {
            border-left: solid 4px coral;
            padding-left: 30px;
            padding-right: 10px;
            
            margin: 20px 20px 20px 40px;
            color: rgb(100, 10, 50);
            font-style: italic;
            position: relative;
        }
        
        
       #content blockquote::before, 
       #content blockquote::after {
          position: absolute; 
          font-size: 25pt; 
          color: #aaa; 
        }
      #content blockquote::before {
          content: '\201c';
          top: -5px; 
          left: 10px;
        }

       #content blockquote::after {
          content: '\201d';
          bottom: -20px; 
          right: 0;
        }
        
a {
    color: rgb(120, 0, 10);
}

.inline{
    position: relative;
    width: 400px;
    display: inline-block;
    margin: 10px 20px 15px 0px;
    vertical-align: top;
}

.inline-content{
    position: relative;
    width: 400px;
    display: inline-block;
    margin: 10px 7px 30px 7px;
    vertical-align: top;
    text-align: justify;
}

.inline img {
    width: 400px;
     height: 300px;
}

.inline-content img{
    width: 400px;
}

.inline-small{
    position: relative;
    width: 265px;
    display: inline-block;
    margin: 10px 15px 10px 0px;
    vertical-align: top;
}
.inline-small img {
    width: 265px;
    height: 200px;
}

#main{
    background-color: white;
    border-collapse: collapse;
    vertical-align: top; 
    width: 1250px; 
    margin: 40px auto 0px auto;
    border: 0px;
}

#main tr{
    border-collapse: collapse;
    border: 0px;
}

#banner{
    line-height: 0em;
    text-align: center;
    width: 1250px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 1250px 100px;
    background-position: center;
}

#banner-news{
    width: 825px;
    height: 100px;
    margin: 10px 0px 20px 0px
}   

#header{
    position: relative;
    height: 150px;
    width: 100%;
    /*background-size:  cover;*/ 
    background-position: center; 
    background-repeat: no-repeat;
    
}

#news{
    /*position: absolute;*/
    right: 0px;
    padding: 0px;
    width: 350px;
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    
}

#news a {

}
    

#news li{
      padding: 15px 0px 15px 0px;
      border-bottom: solid  rgb(200, 200, 180) 1px
    
}

 #news :last-child { 
    border: 0;
    border-bottom: solid 0px;
}
#news :first-child { 
    border: 0;
    border-bottom: solid 0px;
}

    #news-header {
        background-color: rgb(190, 35, 80);
         /*padding: 10px 10px 10px 10px;*/
         color: white;
         text-align: center;
         margin:  0px 0px 0px 0px;
        padding:  0px 0px 0px 0px;
            box-shadow: 0px 3px 4px rgba(0,0,0,0.3);
    }
    #news-header h2 {
        margin:  -2px
    }
    
#leftside{
    width: 100px;
    text-align: right;
       
}

#rightside{
    width: 100px;
    text-align: left;
}



#video{
    margin: 10px 0px 10px 0px;
    /*text-align: center;*/
    width: 100%;
}
/*#video{
    width: 1000px;
    text-align: center;
     max-width: 350px;
}*/



#look{
    text-align: left; 
    margin: 20px 0px 0px 0px;
    color: rgb(100, 10, 50);
    font-weight: 200;
}

.post{
    
    position: relative;
    margin:  25px 0px 25px 0px;
    padding: 0px 0px 0px 25px;
/*   border-bottom: 1px solid lightgray*/
/*background-color: rgb(245, 245, 245);*/
  background-color: white;
  min-height: 220px;
  
}

.picture{
    position: absolute;
    width: 300px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
}

.picture img {
    width: 300px;
    height: 200px;
    background-size:  cover;
    
}
.text {
    padding: 10px 10px 10px 350px;
/*    vertical-align: middle;
    height: 250px;*/
}
.text h3{
    margin: 0px 0px 20px 0px;
}

.text1 {
/*    position: absolute;
    left: 0px;
    bottom: -10px;
    margin: 10px;*/
    
/*    padding: 10px 10px 10px 350px;*/
/*    vertical-align: middle;
    height: 250px;*/
}
.text1 h3{
    text-align: left;
/*    background-color: lightcoral;*/
    /*padding: 5px;*/
   
            margin: 5px 0px 5px 0px;
}
.text1 a{
/*    text-align: left;
color: white;*/
}

.date {
    width: 120px;
    position: absolute;
    top:0px;
    padding: 3px;
    right: 0px;
    margin: 0px;
    color: white;
    font-style: italic;
    font-size: 10pt;
    text-align: center;
    background-color: rgb(180, 25, 70);
}
.date1 {
    width: 150px;
/*    position: absolute;*/
    top:5px;
    right: 5px;
    margin: 0px;
    /*color: white;*/
    font-style: italic;
    font-size: 10pt;
    text-align: left;
}


.vpost{
    
    position: relative;
    margin:  25px 0px 25px 0px;
    padding: 0px 0px 0px 25px;
/*   border-bottom: 1px solid lightgray*/
/*background-color: rgb(245, 245, 245);*/
  background-color: white;
  min-height: 195px;
  
}

.vpicture{
    position: absolute;
    width: 125px;
    height: 187px;
/*    top: 50%;
    margin-top: -100px;
text-align: center;*/
}

.vpicture img {
    width: 125px;
    height: 187px;
    background-size:  cover;
    
}
.vtext {
    padding: 10px 10px 10px 155px;
    vertical-align: middle;

}
.vtext h3{
    margin: 0px 0px 20px 0px;
}
.anons{
    font-size: 10pt;
    text-align: left;
    margin: 0px 0px 20px 0px;
    line-height: 1em;
}
.anons p {
        padding: 0;
    }    
footer{
    
    font-size: 10pt;
    min-width: 1250px;
    margin: 50px 0px 30px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 10px solid lightcoral;
   
    /*color: white*/
}

