/**
 * screen.css css3 - 2017.07.17
 * - last update - 2019. 01. 28.
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

hr {
    /*display: none;*/
	border-style:solid;
	border:none;
	border-bottom:1px solid #206232;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
}

a img {
    border: none;
}

/**
 * TYPOGRAPHY
 */

body  {
    font-size: 10px;/*62.5%; /* 10px */
    /*font-family: 'Myriad Pro'; font-weight: bold; font-style: italic;*/
    font-family:  'Myriad Pro', Helvetica, sans-serif;
    line-height: 1.4em;
    background: #f6f6f6;
background: #fff url('/img/bg.png') repeat;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Myriad Pro', Helvetica, sans-serif;
    /*color: /*#1b3c4c/*#808080*/;
    /*color: #1c4081;*/
}
h1, h2, h3, h4 {
}


h1  { font-size: 2.0em; margin-bottom: 0.2em; line-height:2.0em;}
h2  { font-size: 1.5em; margin-bottom: 0.1em; line-height:1.3em;}
h3  { font-size: 1.4em; /*margin-bottom: 1.2em; */line-height:1.5em;}
h4  { font-size: 1.22em; margin: 0; line-height:1.3em;}
h5  { font-size: 1.0em; margin: 0; line-height:1.0em;}
h6  { font-size: 1.0em; margin:0; font-style: italic; line-height:1.0em;}

h2.fh2 {padding: 0 10px}

a, img, a img {/*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;/**/}
/* form elements */
input, select, textarea {
    /*font-family: 'HelveNR', Helvetica, sans-serif;*/
    font-size: 1em;
}

#NoP {width: auto;}

/* text elements */

p           { margin-bottom: 1.3em;line-height: 1.5em;}

ul, ol      { margin: 0 1.3em 1.3em 2.3em;line-height: 1.1em;}
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
li          {margin: 0 0 2px 0;}
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: normal;/*font-family: 'Myriad Pro';/**/ }
/**dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }
/**/
a           { color: #1f6e60; /*text-decoration: none;/**/}

a:hover     { /*color: #08355c;/**/ }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong, b      { font-weight: bold; /*font-family: 'Myriad Pro';/**/}
em,dfn, i      { font-style: italic; font-weight: normal;  } /*background: #ffc;*/
b i {}

/*a h1, a h2, a h3, a h4, a h5, a h6 {color: #3688a2;border: none;}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {color: #3b6ab2;}/**/
/**
 * LAYOUT
 */

/* tags */

body {
    text-align: center;
    color: #343434/*#206232 /*#112850*/ ;
    position: relative;

    /*min-width: 320px;*/
    background: #ffffff url('/img/bg.png') repeat/* url(/img/page/topbg.png) repeat-x/**/;
}/*e1e8f1*/


/* logistic */
.pop {position: fixed; left: 75px; top: 75px; width: 200px; 
     background: #aaa;padding: 20px;border-radius: 20px;display: none;}
.pop a {display: block;padding: 5px;margin: 5px; border: 1px #555 solid;}
.pop a.popclose {border: none;text-align: right;}




.nav {display: inline-block; padding: 10px 10px 5px 10px;height: 1em;border-radius: 8px;
     border: 1px solid #555555;background-color: #ddd;text-decoration: none;}




.lh {float: left; position: relative;width: 50%;box-sizing: border-box;}
.lh .row {float: none; width: auto;}

.lh .row:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.strech {display: block; position: relative;text-decoration: none; color: initial;}


.SfwBB {
-webkit-box-shadow: 0px 1px 0px 0px #848484;
-moz-box-shadow: 0px 1px 0px 0px #848484;
box-shadow: 0px 1px 0px 0px #848484;
    overflow: hidden;
    line-height: 21px;/*1.5em;*/
    height: 21px;/*1.5em;*/
    display: inline-block;
    padding: 4px 9px;
    margin: 2px;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
  color: #eeeeee;
  background-color: #939393;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8888ee), to(#4444ee)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #8888ee, #4444ee); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #8888ee, #4444ee); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #8888ee, #4444ee); /* IE10 */
  background-image:      -o-linear-gradient(top, #8888ee, #4444ee); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #8888ee, #4444ee);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8888ee', EndColorStr='#4444ee'); /* IE6–IE9 */
}
.SfwBB:hover {text-decoration: none;
 -webkit-box-shadow: none;;
-moz-box-shadow: none;
box-shadow: none;
 border-color: #000000;
background-color: #939393;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4444ee), to(#2222ee)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #4444ee, #2222ee); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #4444ee, #2222ee); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #4444ee, #2222ee); /* IE10 */
  background-image:      -o-linear-gradient(top, #4444ee, #2222ee); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #4444ee, #2222ee);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4444ee', EndColorStr='#2222ee'); /* IE6–IE9 */
            color: #ffffff;
}


/*********************************************************************/


.inner {background: #dedede;border-radius: 20px 20px 0 0;margin: 10px; padding: 10px;}

/*.flobg {position: fixed;width: 100%;
height: 100%;    z-index: -1;}
.flobg .fin {
    position: relative;
margin: 0 auto;
max-width: 1280px;
background: transparent url('/img/page/lines.png') no-repeat center center;
width: 100%;
height: 100%;
opacity: 0.5;
background-position: -160px 0;
background-size: 1008px auto;
    }/**/

header.MV {max-width: none;  background: #206232 url('/img/bg.png') repeat/**/;
           position: fixed;
width: 100%;
z-index: 100;
/*background-image: url(/img/page/headline.png);
background-repeat: no-repeat;
background-position: 0 bottom;/**/
/*border-bottom: 5px #fff dashed;/**/

}

.FT {margin: 0 auto; max-width: 960px;/*1440px;/**1280px/**/; text-align: left;position: relative;}
.FT a {float: left;}
.FT img {margin: 10px 20px 0 0;}
.FT .homtit img {height: 45px; width: auto;margin-top: 20px;margin-left: 10px;}
.FT h2 {font-weight: bold;
text-transform: uppercase;
font-size: 1.5em;
text-align: left;
display: none;
}
.FT h2:first-letter {
    font-size: 1.4em;
}


.MV .FT a.homtit {border: none;}

.MM {float: left;font-size: 1.5em;font-weight: bold;text-transform: capitalize;}
.MM a {/*float: left;position: relative;padding: 60px 10px 0 10px;height: 55px;min-width: 50px;/**/
float: left;
text-shadow: 0 1px #000;
color: #fff;
position: relative;
padding: 10px 10px;
height: auto;
min-width: 50px;
text-decoration: none;
margin: 10px 5px 0 0;
opacity: 0.75;

}

/*.MM .mikusr {background: #445872;border-radius: 10px 10px 0 0;padding: 9px;margin-top: 10px;}
.MM .mikusr:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.MM .mikusr a {padding: 5px 10px;height: auto;text-transform: none;font-size: 1em;margin: 0 5px;}
/**/

/*.MM a:after span { content: "."; display: block; height: 0; clear: both; visibility: hidden; }*/
.MM a span {display: block; top: 0; left: 0; width: 100%; height: 100%;opacity: 0;
            -webkit-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
            position: absolute;z-index: -1;background: transparent ;}
.MM a:hover, .MM a.sel {opacity: 1;} 

.BGrot {
    background: rgba(255,255,255,1);
    width: 960px;
    height: 700px;
    position: absolute;
    z-index: -1;
}
/*.DS {-webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.75);}/**/

.MV {max-width: 960px/*1280px/**/;}
.ST {margin: 0 auto;background: transparent ;max-width: 960px/*1280*/;
     font-size: 1.8em;text-align: left;padding-top: 125px;}
.DC {/* max-width: 1100px;/*1080*/ margin: 0 auto;padding: 0;position: relative; min-height:600px;}

.DC .content {padding: 0 10px;position: relative;}


.CK-editor {
    text-align: left;
    font-size:14px;
    background: #fff;;
}

table {
    width:100%;
    /* IE ext */
    _width:99%;
}
td, th {

    /*vertical-align:text-top;*/
    vertical-align:top;
    text-align:left;
    padding-bottom:10px;
}



/* right */
a.right, div.right, div div.right {float:right;}

.right {text-align: right;}

div.left {float: left;}
div.left input {/*width: auto;/**/}
form div.left {/*width: auto;/**/}

.vidcont {width: 50%; position: relative;float: right;margin-left: 10px;}
.videoWrapper {
    height: 0;
    margin: 1%;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



.ST .titlepic h2 {position: absolute; top: 50px; left: 0; width: 100%; padding: 20px;color: #fff;
             text-shadow: 0 1px #000;-moz-text-shadow: 0 1px #000; -webkit-text-shadow: 0 1px #000;
             font-size: 2em/* 1.555em/**/;
}


.ST .titlepic {
    /*height: 200px;*/ width: 100%; position: relative;
    /*overflow: hidden;*/
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-image: none !important;
}

.ST .titlepic img {
    position: relative;
    height: auto;
    width: 100%;
    /*display: none;/**/
}

.CSS-contact .content {padding-top: 50px;}
.CSS-contact .cleft {float: left; box-sizing: border-box;width: 50%;padding-right: 10px;}
.CSS-contact .cmap {float: left; box-sizing: border-box;width: 50%;padding-left: 10px;}

.Notxt {}

.shadowl {
    position: fixed;
    left: 10px;
    bottom: 10px;
    
}

.shadowl img {width: 600px; height: auto;opacity: 0.07;}

h6.phone, h6.email, h6.location {
       background: transparent url(/img/page/phone.png) no-repeat left center;
       padding-left: 30px;
background-size: 20px auto !important;
background-position: left center !important;
line-height: 2em;
}

h6.email {background-image: url(/img/page/email.png);}
h6.location {background-image: url(/img/page/location.png);}

h6.mail {}
h6.location {}


@media screen and (min-width:650px) {
    .CSS-mc .listes .item {float: none;width: 100%;}
.CSS-mc .listes .item .in {min-height: inherit;padding-right: 230px;}
/*.CSS-mc .listes .item h4,/**/ .CSS-mc .listes .item h5, .CSS-mc .listes .item h6 {float: left;padding: 0 5px 5px 0;font-size: 1.0em;line-height: 1em;}
.CSS-mc .listes .item .in .itemtool {left: auto; right: 0; bottom: auto; top: 0;}
.CSS-mc .listes span.non {display: inline;}
}


.CSS-contact {}
.CSS-contact h2 {padding: 0 10px;}
.CSS-contact .ccont{  border: 1px solid #e5e5e5; 
background: transparent ; 
padding:10px; float:left; width: 36%; position: relative;}
.CSS-contact .cform input{float: none; width: 100%;}
.CSS-contact .left{ margin-bottom:10px;}
.CSS-contact .icode{ margin-right:20px;}
.CSS-contact .isend{ margin-left:20px; margin-top:0px;}
.cform {width: 60%; position: relative; padding-right:10px;}
.cform form {margin: 0 10px;}
.cform .row input, .cform .row textarea {width: 92%;}
.cform .row h4{margin-top:10px;}
.cform h5 {margin: 15px 0;}

.TMSG textarea {-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        resize: none;max-width: 2000px;
	width: 100%}

.abl {float: left;width: 60%;position: relative;}
.rm {margin-right: 10px; position: relative;}
.abr {float: left;width: 40%;}


div.even {display: none;/***/}
div.third {display: block;}

/* addrpop */
#cpop {position: fixed; width: 100%; height: 100%;top: 0; left: 0;text-align: left;background: rgba(0,0,0,0.4);}
#cpop ul {position: relative;overflow: scroll; width:80%; min-width: 320px; min-height: 300px; margin: 100px auto 0 auto;background: #ffffff;}
#cpop li {list-style-type: none;margin: 5px; padding: 5px; background: #dedede; }
#cpop b, #cpop i ,#cpop u {display: block;}
.cls {position: absolute; right: 0;top: 0;}

.Aview {margin: 0 ;position: relative;}
.Aview h1 {margin: 0 10px;}

#docbody .BGstage .osize {width: auto !important; height: auto !important;float: none;}

/* Gallery & projector */

.gallery {margin: 0px 5px 40px 10px;}
.gallery div.projector {
    float: left; width:auto; position: relative;margin: 5px;
    -webkit-animation: 2s ease-in-out;/* height;*/
    -moz-animation: 2s ease-in-out ;/*-moz-height;*/
    animation: 2s ease-in-out ;/*height;*/
}
.gallery div.projector img {width: 100%; }
.gallery div.thumbs {}
.gallery div.thumbs img {cursor: pointer;float: left; margin: 5px 1.66% 0; /*width: 30%;*/}
.gallery .pimg {width: 100%;background: rgba(120,120,120,0.2);}
#Projpic {position: absolute; left: 0; top:0;width: 100%;}

.gallery .Idesc {position: relative; padding-top: 5px; width: 100%;background: rgba(255,255,255,0.5);}
.gallery .Idesc span {display: block;padding: 0 5px 5px 5px;}
.gallery .Idesc #BimgT {}

/* Gallery & projector END */

/* xmenu */
.GLtop {position: fixed; right: 20px; bottom: 0px;z-index: 1510;color: #000000;
        width: 31px; height: 23px; border-bottom: none;
        background: transparent ;/**/
        border: none;
}
.GLtop:hover {border-bottom: none;}
.GLtop .ico {display: none;}
.GLtop .txt {display: none;}


#Xm { 
    -moz-transition: 0.5s opacity ease;
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease; 
    visibility: visible;
    z-index: 19;
    position: fixed;top:0px; right: 0px;
    font-size: 2em; 
    height: 25px; width: 25px; background: #206232/* #ffffff /*transparent*/;margin:  0;
    z-index: 169;padding: 10px;
    /* opacity: 0.85;*/
    display: none;
}

#Xm.non:hover, #Xm:hover {opacity: 1;}
#Xm.non {opacity: 0.55}

#Xm.non:hover, #Xm:hover {; border-bottom: none;opacity: 1;}
#Xm.non {opacity: 0.55}
#Xm b {
    z-index: -1;
    display: block; width: 25px;height: 4px; 
    background: #fff /*#206232/*#0095d9/**/;
    position: absolute;
    border: 0px none transparent;
    -moz-transition: all .5s ease;-moz-transform-origin: center center;
    -webkit-transition: all .5s ease;-webkit-transform-origin: center center;
    transition: all .5s ease;transform-origin: center center;

}

#Xm b.a {top: 10px;}
#Xm b.b {top:19px;}
#Xm b.c {top:28px;}
#Xm.x b.a {top:17px;}
#Xm.x b.b {top:17px;}
#Xm.x b.c {top:17px;}
#Xm.xx b.a {-moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#Xm.xx b.b {-moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);}
#Xm.xx b.c {-moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);}

#Xmenu {  z-index: 155;text-transform: uppercase;/**/ 
}
#Xmenu a {
}
#Xmenu a.non {opacity: .55;}


#Xmenu b {padding: 0;color: /*rgba(40,0,180,.7)/**/ rgba(60,162,255,1);font-size: 1em;text-transform: uppercase;}

#send {opacity: 0.5;}

td {padding: 3px 5px;line-height: 1em;border-left: 1px dotted #555;border-right: 1px dotted #555;border-bottom: 1px dotted #555;}
thead {font-weight: bold;}
thead td {border-bottom: 2px solid #555;font-size: 1.1em;}

.Upload {position: relative;
         padding-bottom: 10px;overflow: hidden;}
.Upload .fsend {position: relative; width: 80px;float: left;}
.Upload .fsend input {width: 80px;}
.icod {border: 1px solid #989898;width:134px; height:24px; float: left;margin: 10px 10px 10px 10px;}
.fsend {width: 80px;float: left;}

.Upload div.fileup {margin-right: 10px;}

.Upload #fntext {position: absolute; top: 10px;
	color:#fff;
	border-bottom: 1px solid #e5e5e5;
                 left: 160px;padding: 5px 1px 5px 5px;min-width: 400px;
min-height: 1.02em;}


.Getpic {position: relative;
         margin-top: 10px;}

.fileup input.fup {}

.SPic {height: 244px;margin: 10px 640px 60px 0;}
.SPic img {display: none;}
.SPic .i { height: 100%; background-color:#e5e5e5; background-position: center center; 
           border: 1px solid #e5e5e5; border-bottom: #3e3e3e 8px solid ; position: relative;
           background-repeat: no-repeat; background-size: 110% auto;margin: 0 10px 0 10px;}
.SPic .i a{ border:none; }

.STxt a.ch {position: absolute;width: 30px; height: 30px; right: 5px; bottom: 5px;background: #d77c7c; border: 1px solid #000;}
.STxt a.ch span {display: none;}


#Sta {float: left;width: 300px;}
#Stb {float: left;width: 280px;margin-left: 10px;
      padding-left: 0 /*10px*/; padding-top:15px; margin-top:0; border-top:#e5e5e5 solid 1px;}

#Stb h4{ font-size:1.1em;}

#Stb .ustore{ margin-top:20px;}

.STxt {position: absolute; right: 30px; top: 0; margin-top: 0px;}
.STxt .i {position: relative; margin: 0 auto;padding: 0;}

/*.STxt .i .ia, */
.STxt .i .ib {border: 1px solid #e5e5e5;padding: 10px;}
.STxt .i .ia {margin-bottom: 20px;}
.STxt .i .ib{}


.USL {width:60%;float:left;}
.USL h5{ max-width:460px; margin-bottom:10px;}
.USR {width: 300px; margin-left:20px; float:right; margin:20px; border:none; border-left:1px solid #e5e5e5; padding:20px;}
.USR .addr{margin-bottom:10px;}

.i h3 {font-family: 'HelveNBC';text-transform: uppercase;margin: 0;}
.i h4 {color: #fff; font-family: 'HelveNBC';}
.ia h4 {color: #df6501;}
.ib h4 {padding: 10px 10px 0 10px;}
.content {}

.content h1 {font-size: 1.6428em;}
.content h2 {font-size: 1.6428em;text-transform: uppercase;}
.content h3 {margin: 0; padding: 0; /*font-size: 1.6667em; /**/}
.content h4 {font-size: 1em}
.content h5 {font-size: 1em}
.content h6 {font-size: 1em}
.content .USR h3 {text-transform: uppercase;} 

.content img { width: 100% !important; height: auto !important;}


body#docbody {
    text-align: center;
    position: relative;
}


.BGstage {
    position: relative;
    overflow: hidden;
    
    
}

.BGinner {
    text-align: left;
    overflow: hidden;
}
header h2 {text-align: center;}
header {position: relative;margin: 0 auto;
        /*background:#444444;/**/ 
        padding: 0 0 11px 0;
        /*color:#ffffff;/**/
}
/*header a {position: relative;color: #f6f6f6;text-decoration: none;}
header a:hover {color: #0095d9;}
header a.sel {color: #0095d9;}/**/

.projector {float: left; width: 50%;position: relative; margin-top:-40px;}
.projector .pimg {width: 100%; margin-top:0px;}
.item {position: relative; width: /*50%;/**/33.33%;/**/float: left; }

.item .content {margin: 10px;overflow: hidden;position: relative; 
                border: 1px solid #e5e5e5; height:280px; overflow: hidden;
                text-align: justify;padding: 0px; background: transparent ;}
.item .content h3, .item .content h4 {padding: 0 10px ;line-height: 1.1em;}
.item .content p {padding: 0 10px 10px;}

.lcont .item img {float: none; margin: 10px;}

.contblk {}
.full .contblk img {float: right;}
.content .Tugy {position: relative;margin: 0 20px 0 10px;}
.content .Tugy img {width: 100% !important; height: auto;float: none !important; margin: 0 ;}




.Chalf table {position: relative;border-collapse: collapse;}
.Chalf table td {border: 1px solid #046bae;width: 40px;
                 border-left: none;border-right: none;
                 padding: 5px;vertical-align: middle;font-size: .8em; 
                 position: relative;text-align: center;line-height: 20px;}

.Chalf table thead td {
    color: #fff; background: #046bae;
    font-size: 1.2em; font-family: 'HelveNC'; text-transform:uppercase;
    padding: 10px;line-height: 1em;
}

table thead.vert td {
    writing-mode: vertical-lr;
  /*min-width: 10px; /* for firefox */
}
.price {white-space: nowrap;}
.Chalf .price{ color:#e7750b; font-size:1.15em;}
h2#arak {color: #df6501;}
.Chalf table td img {width: 20px !important;}
.Chalf table td:first-child {width: auto;text-align: left;border-left: 1px solid #046bae;}
.Chalf table td:last-child {border-right: 1px solid #046bae; }
a.toc { color: #fff;padding: 10px 15px 10px 5px; min-width:80px;
                          display: inline-block;margin-bottom: 10px; text-transform:uppercase;}
.Chalf table a.toc {margin-bottom: 0; display: inline;
                    font-size: 1.166em;
                    padding-top: 8px;
}
a.toc:hover{ color:#333;}
.Chalf table td.pricom {border: none;}
table tr td i {width: 30px; height: 30px; display: inline-block; }
table tr td strong {font-size: 1.166em;padding-top: 5px;}
.Chalf table h2, .Chalf table h3 {font-size: inherit; font-weight: inherit;margin: 0; padding: 0;}


h1.tags {font-size: 1em;line-height: 1.2em;margin-left: 0;}
.siner {padding: 0 10px;position: relative;}
.siner p{ padding:10px; border:#e5e5e5 1px solid;  margin-top:20px;}
.siner h2, .siner a{ display:inline-block; float:left;}
.siner h2{ padding: 0 100px 0 2px;border-right:solid 1px #e5e5e5;}
.video, .Chalf {position: relative;width: 50%;float: left;}



.Chalf .fcr {margin-right: 10px;}

.full {position: relative;width: 100%;}
.Chalf img {width: 100% !important; height: auto !important;}
.full img {width: 50% !important; height: auto !important; float: left;margin: 0 10px 10px 0;}

.lcont .item .content h6 {background: rgba(255,255,255,0.4);
                          text-align: right;  padding: 5px;}



/*Admin*/
.Gid {display: none;}

.gallery-edit {}
.gallery-edit .thumb {position: relative; float: left;height: 170px;margin: 5px}
.gallery-edit .desc {position: absolute; width: 100%;left: 0; top: 50px; height: 120px;
                     background-color: rgba(200,200,200,0.7);
}
.gallery-edit h6 {width: 100%;border-bottom: 1px solid gray;}

.imgup {position: relative; height: 200px;}
.imgup #Iimg {}
.imgup .imgedit {position: absolute; margin-left: 150px;top: 20px; left: 0; }

/*Admin end*/

footer {
    margin: 0 auto; width: 100%;
    bottom: 0; left: 0;background: #206232;/*#14276f;/**/height: 30px; padding: 10px 0;
    background: #206232 url('/img/bg.png') repeat;
    color: #fff;font-size: 1.2em;line-height: 1.2em;
    /*z-index: 1500;/**/
}
footer a {text-transform: uppercase;text-decoration: none;font-weight: bold;
          margin: 0 10px;white-space: nowrap;vertical-align: middle;padding: 10px 0 0 0;
display: inline-block;position: relative;
}

footer a span {}
footer a {color: #eee;}
footer a:hover {color: #fff;}


.DC div.Sfw-tool {
}

.editingarea {}
.editingarea .row {}
.editingarea .i{padding: 0 10px;}

.editingarea .rowS, .rowS {float: left; width: 33%;}
.editingarea .rowD, .rowD {float: left; width: 66%;}

.editingarea .rowMulti , .rowMulti {width: 100%;}
.editingarea .rowMulti input {width: auto;margin: 5px 10px;}
.editingarea .rowMulti .ch {float: left; padding: 0; width: 33%;}
/* flag || flags */
.flags {position: relative;}
.flags h4 {padding: 15px 0; background: #0000ff; color: #fff;}
.flag {position: relative; width: 33.33%;float: left;min-height: 230px;margin: 5px 0; }
.flag h6, .flag h5, .flag input {position: relative;/*width: 19%;float: left;*/min-height: 10px;}
.flag h6.type, .flag h6.order {width: 5%;}
.flag span {display: none;}


.back {position: relative;
float: right;cursor: pointer;
padding: 15px 0 0 0;
border-radius: 8px;
height: 40px;
display: inline-block;
box-sizing: border-box;
background: #0095d9;
color: #eee;
min-width: 100px;
text-align: center;
vertical-align: middle;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;}
.back:hover {color: #fff;}
.backto { 
    color: #ffffff;font-size: 1em;
    line-height: 2em;float: right;z-index: 97;
    top: 0px; right: 10px;position: absolute;
    width: 0px; height: 32px;padding-left: 32px;overflow: hidden;
    background: transparent ;
}

.backto:hover {background-color: rgba(255,255,255,0.85);}

.backto span {display: none;}

/*    a {padding: 3px; border: solid 1px #555; color: #fff; background: rgba(0,0,0,0.3);display: inline-block;}
    a:hover {background: rgba(0,0,0,0.5);border: solid 1px #555; color: #fff;}
    /**/
.imgclk, .imgclk:hover {border: none; background: transparent; padding: 0; margin: 0;}

flaglist {position: relative;}
.flagel {position: relative; width: 33%;float: left;}


.enabled {background: rgba(0,255,0,0.25);}
.disabled {background: rgba(255,0,0,0.25);}
.edited {background: rgba(0,0,255,0.25);}


/* Adminstration */


div.row {
    margin: 0;
    width: 33%;
    float:left;
    position: relative;
}


div.row div.in, div.rowMulti div.in {
    position: relative;
    margin: 0 5px;
}


@media screen and (max-width:780px) {/*1400*/
    .item {width: 50%;}/**/
    

}


@media screen and (min-width: 950px/*850px/**/) {
    
    #Xmenu {display: block !important;
            visibility: visible !important;
            opacity: 1 !important;}
    


}

@media screen and (max-width: 950px/*850px/**/) {
    
        .CSS-contact .cleft {float: none;padding-right: 0;width: 100%;}
.CSS-contact .cmap {float: none; width: 100%;padding-left: 0;}
    
    div.even {display: block;}/**/
div.third {display: none;}
    
.ST {padding-top: 80px;}

    #Xm {display: block;margin-top: 2px;}
    #Xmenu {display: none; position: fixed; right: 0; top: 0;left: auto;
            width: 200px;  background: #206232 /* #ffffff/**/;padding: 40px 30px 20px 20px;
            border-radius: 0 0 0 10px;box-shadow: 0 0 50px #000;-webkit-box-shadow: 0 0 50px #000;}
    #Xmenu a {display: block;padding: 15px 5px 7px 10px; width: auto;margin: 0;
              height: 1em; line-height: 1em;float: none;}
    .banner div.x {background-size: 40% auto; background-position:top center;}
    .bcont {display: block; margin-left:10px; padding-top:40%; width: 100%;}
    .carti {float: none; width: 100%; }
    .up, .down, .del{/*left:48%;*/ bottom:18px;}
	
	/*.cnext h4{ width:100%;  }*/
}


@media screen and (max-width:810px) {
}

@media screen and (max-width: 690px) {
    
        .cform {float: none; width: 100%;}/**/
    .CSS-contact .ccont {float: left; width: 90%;}
    
        .item {width: 100%;}
}

@media screen and (max-width:650px) {
	/*
    .item {width: 100%;float: none;}
    .invnum {position: relative;width: auto; margin: 0 10px 10px 10px;} 
	*/
    div.row {width: 100%;}    
    .shadowl img {width: 300px; }
        
    .video, .Chalf {width: 100%;float: none;}
    .projector {width: 100%; margin-top: 0;}
}

@media screen and (max-width: 630px){
}

@media screen and (max-width:570px) {
    footer a {padding: 0 0 5px 0px;}
}


@media screen and (max-width:430px){
}

@media screen and (max-width:600px){
}

@media screen and (max-width:470px){
}

@media screen and (max-width:380px) {
    .MM {font-size: 1.4em;}
    .FT {}
    header {}
}

@media screen and (max-width:320px) {
    .up, .down{bottom:36px;}
	.del{ bottom:0px; right:2px;}
}
/*
* Pager css
*/


div.pager {
    font-size: 1em;
    margin:20px 0 20px 0;
    text-align:center;
    font-weight:normal;
    color: #a6a6a6;
}
div.pager span.item {/*padding: 0 5px 0 5px;font-size:1.2em; */margin: 0;border:none;float: none;text-align: center;}
div.pager span.delimiter span {padding: 0 0 0 0;font-size:1em; border:none;background: none;width: 13px;color: #808080;}
/* sima közep */
div.pager a {
    text-decoration: none;
    display: inline-block;
    width: auto;height: 30px;
    padding: 0 5px;
    margin: 0 2px;
    background: #f6f6f6;
    color:#0095d9;
    border: 1px solid #939598;
    border-radius: 3px;
}
div.pager a:hover {
    background:#f6f6f6;
    color:#0095d9;
    /*border:none;*/
}

div.pager a:active {
    background-position: -120px -90px;
    color:#1e2c12;
    /*border:none;*/
}

div.pager a:active {
    /* background-position: -330px -482px;
   color:#273049;
   border:none;*/
}
/* Current */

div.pager span span  {
    display: inline-block;
    width: auto;height: 30px;
    margin: 0 2px;
    padding: 0 5px;
/*    border: 1px solid #0095d9;/**/
    color: #f6f6f6;border-radius: 3px; 
    background: #0095d9;/**/
}

div.pager span.standard span {
    border: 1px solid #0095d9;min-width: 20px;
}
div.pager span.standard span span, div.pager span.standard a span {
    border: none;padding: 0;
}

div.pager span span span{
    color: #eaeaea;display: table-cell;vertical-align: middle;
    background: none;
}

div.pager a span {background: none;display: table-cell;vertical-align: middle;color: #0095d9;}


/* PREV */
div.pager span.prev a {
    display: inline-block;
    width: 90px;height: 30px;
    padding: 0 0 0 10px;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -10px -10px;
    border:none;
}
div.pager span.prev a:hover {
    background-position: -10px -50px;
}

div.pager span.prev a:active {
    background-position: -10px -90px;
}
/* disabled */
div.pager span.prev span {
    /*display: inline-block;*/
    width: 90px;height: 30px;
    padding: 0 0 0 10px;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -10px -130px;
}
div.pager span.prev span span {color:#a6a6a6;margin: 0;padding: 0;background: none;}
div.pager span.prev a span {margin: 0; background: none;padding: 0; text-align: center;}


/* NEXT */
div.pager span.next a {
    display: inline-block;
    width: 90px;height: 30px;
    padding: 0 10px 0 0;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -160px -10px;
    border:none;
}
div.pager span.next a:hover {
    background-position: -160px -50px;
}

div.pager span.next a:active {
    background-position: -160px -90px;
}

div.pager span.next span {
    /*display: inline-block;*/
    width: 90px;height: 30px;
    padding: 0 10px 0 0;
    margin: 0 2px;
    background: transparent url(/img/sprite.png) no-repeat -160px -130px;
    border:none;
}
div.pager span.next span span {color:#a6a6a6;margin: 0;padding: 0;background: none;}
div.pager span.next a span {margin: 0;background: none;padding: 0;text-align: center;}


/* INPUT FORM ELEMENTS */

.rline, .login {padding: 5px 0; box-sizing: border-box;}

.rline.err {background: none;}

.rline .err input , .rline.err input {border-style: dashed; border-color: red;}

.rline h4 {margin-top: 10px; }


.imgcode {float: left;width: 90px;overflow: hidden;border: 1px solid #aaaacc;padding: 1px;margin:0 20px 20px 0;;
}
.imgcode-txt {float: left; width: 130px;margin: 0 20px 20px 0;}

div.row .SfwB {width: 156px;height: 34px;margin: 0 0 20px 0}

textarea {max-width: 600px; width: 100%; height: 150px; box-sizing: border-box;} /* just default size */
.cke_inner textarea {max-width: none;}
div.row textarea {width: 99%; height: 130px;white-space: pre-wrap;}

div.rows div.in, div.row-inner {padding: 10px;position: relative;}

div.row h6{
    line-height: 1.2em;
    margin:0;
    padding:0;
    text-align:left;
    font-size:1em;

}
div.row a:hover {/*border:none;*/}
div.row img {}
/*Form elemets*/
a.index-pic-holder {

    display:block;
    width:140px;
    height:140px;
    padding: 0;
    border: 2px solid #999999;
}
a.index-pic-holder-big {
    display:block;
    width:298px;
    min-height: 298px;
    background-repeat: no-repeat;
    padding: 0;
    border: 2px solid #999999;
}

a.index-pic-holder:hover, a.index-pic-holder-big:hover {
    border-color: #666666;}

.codeinfo {padding: 5px 0; font-size: 0.7778em; margin-bottom: 5px; display: inline-block;}

span.info {margin:0 10px 10px 10px; font-style:italic; display:block; color:#36426a;width: 100%;}
span.error {color:#d51919;}
.err {background: rgba(150,0,0,0.3);}
.err input {opacity: 0.85;color: red;}
div.error em {color:#d51919;display: block;}
div.error div.fileup em {color:#d51919;display: block; /*bottom: 20px;*/position: relative;}

.hide {display: none;}

input {
    margin:0;
/*    margin-bottom: 5px;
    margin-right: 5px;*/
    outline:0;
    resize: none;
    font-weight: normal;
    /*font-family: 'HelveNR';*/
    font-size: 1em;
    float: left;
    border:1px solid #939598;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    padding: 0 10px;
    height: 40px;
    width: 100%;
}
input[type=text]{width:100%;}
select {width: 100%;}
input[name=sz], input[name=zs]{ max-width:420px;}

input:focus {}
input:hover {}

.CSS-addata input[type='submit'] {margin: 5px;}

.MB, input[type='submit'], input[type='button'] {
    cursor: pointer;
    min-width:100px;
    width: auto;
    /*background-color: #0070dd;
    /*line-height: 26px;height: 26px;
background: url(/img/page/bgblue.png) repeat center center; color: #fff; text-transform: uppercase;
    border: none;*/
color:#f6f6f6;
text-transform: uppercase;
border:none;
font-weight: bold;
border-radius: 8px;
background-color: #0095d9;
    }

    .MB {display: inline-block;padding: 10px;min-width: 200px;text-align: center;
        text-decoration: none; -webkit-box-sizing: border-box;box-sizing: border-box;
    box-sizing: border-box; padding: 12px 10px 8px 10px;}
    .record h4 .back {font-size: 0.8196em;padding: 10px 10px 0;}
input[type='submit']:hover, input[type='button']:hover { color:#ffffff;}


/*input.Ifile,*/
input[type='file'] {
    height: 30px; /*width: 152px;/**//*overflow: hidden;/**/border: 0px solid #f1f1f1;
    text-align: left;
    position: absolute;
    filter:alpha(opacity=1);
    -moz-opacity:0.01;
    -khtml-opacity: 0.01;
    opacity: 0.01;/**/
    cursor: pointer;
    z-index: 2;
}

div.fileup {position: relative;/*margin-left: 10px;*/text-align: left;  margin-top: 10px;
           line-height: 36px;height: 31px;/*width: 148px;*/ padding-top:5px;
           /* overflow: hidden;background: url(/img/page/bgorange.png) repeat center center;*/float: left;
           /*border:1px solid #7b7bd7;*/}
div.fileup .in {border: 1px solid #555;cursor: pointer;}
div.fileup input {cursor: pointer;z-index: 11;}
div.fileup span { cursor: pointer;z-index: 5;font-weight: normal;
                  display: block;color: #555;text-transform: uppercase;
                  /*position: absolute;/**/width: 100%;line-height: 28px;
                  text-align: center;}
div.fileup span.mover {color: red;}

div.afileup{position: relative;width: 100%; padding: 8px 0;overflow: hidden;
            border-radius: 3px; border: 1px solid #666666; background: rgba(255,255,255,0.2);}


/* UPLOAD */

fieldset {
	border: 0;
}


fieldset legend {
	color: #666;
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 20px;
}

.formRow {
	overflow: auto;
	border-bottom: 1px #bcbcbc solid;
	padding: 5px 0;
	max-width: 100%;
}

.formRow label {
	padding: 4px;
	margin: 0 3px 0 0;
	/*border-right: 1px #bcbcbc solid;*/
}


/* Drag & Drop file uploading */

.droppable {
	border: #121a3f 1px solid;
	border-radius: 3px;
	background: #545A74;
	color: white;
	padding: 20px;
	margin: 10px;
	clear: both;
	text-align: center;
}

.droppable.hover {
	background: #121a3f;
}

.uploadList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uploadItem {
	overflow: hidden;
	border-bottom: #BCBCBC 1px solid;
	margin: 0 20px;
	padding: 3px;
}

.uploadItem span {
	overflow: hidden;
	width: 150px;
	float: left;
	display: block;
}

a.addInputRow,
a.delInputRow,
label.floated span {
    display: inline-block;
    background: url(/img/sprite.png) -90px -170px no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -999px;
    margin-left: 7px;
}
label.floated:hover span {
    background-position: -110px -170px;
}
.uploadItem a {
	display: inline-block;
	background: url(/img/sprite.png) -90px -170px no-repeat;
	height: 16px;
	width: 16px;overflow: hidden;
	text-indent: -999px;
}

.uploadItem a {
	float: left;
	display: block;
	border: none;
	background: url(/img/sprite.png) -50px -170px no-repeat;
}
.uploadItem a:hover {background-position: -70px -170px;border: none;}
a.delInputRow {
	background: url(/img/sprite.png) -50px -170px no-repeat;
}

.formRow .progress {
	margin: 5px 0;
	height: 15px;
	border-radius: 3px;
	background: #545A74;
}


/********************************************************************/


div.error input, div.error select, div.error textarea {color: #ff0000; border-radius: 3px;border:1px solid rgba(255,0,0,.75);}
div.error h4 {color: #ff0000;}

div.row input {margin: 0;}
div.row input[type='checkbox'] {
    width: auto; height: auto;
}
div.row input[type='radio'] {
    width: auto; height: auto;
}

div.row {padding: 5px;
box-sizing: border-box;}

div.error input {}

input.chCode {}
input.chCode:focus {}
div.error input.chCode {}

textarea.CItextarea {
    margin:0;
    padding:5px 5px 5px 10px;
    height:155px;
    line-height: 20px;
    width: 100%;
    /*border:none;*/
    outline:0;
    resize: none;
    /*background: transparent url(/img/collector.png) no-repeat -10px -130px;*/
    font-weight: normal;
    font-size: 1.4em;
    float: left;
}

textarea.CItextarea:focus { }
div.error textarea.CItextarea { }

select {/*width: auto;/**/ padding: 7px;}
select option {}



label {cursor: pointer;float: left;color: #5c5c5c;margin-top: 4px;}
label:hover {color: #414141;}
.checkbox {cursor: pointer;display: inline-block; float: left; width: 25px; height: 25px; background: transparent url(/img/checkbox.png) no-repeat -5px -5px;}
.checkbox--empty {background-position: -5px -5px;}
.checkbox--selected {background-position: -5px -55px;}
.checkbox--over {background-position: -5px -105px;}




/* special layout */
div.Sfw_message {
    position: fixed;
    /*top: 30px;*/
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); ;
    z-index: 99997;
    font-size: 1.5em;

}

div.Sfw_message h4 {font-size: 2em; color: #ffffff;background: #14276f;margin-bottom: 10px;padding: 10px;line-height: 1em;}
div.Sfw_message span.close {position: absolute; color: #ffffff;cursor: pointer;right: 10px; top: 20px;font-size: 2em;}
div.Sfw_message .spot-inner{
    min-width: 280px;
    max-width: 600px;
    margin: 40px auto 0 auto;
    padding: 20px 0 0 0;
    /* border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;*/
    border: none; /*1px solid #aaa;*/
    overflow: hidden;
    background:#eeeeee;

    /*padding:10px 20px;opacity:0.9;*/ padding: 0 0 5px 0;

    filter:alpha(opacity=9);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    position: relative;
    cursor: pointer;
    text-align: center;
}
div.Sfw_message .spot-inner p {padding: 0 10px 10px 10px;}

div.Sfw-message-popup {
}


.schanges {}

/*SFW - Extra*/
div.Sfw-tool .SfwB, div.Sfw-tool .SfwBX {
    -webkit-box-shadow: 0px 1px 0px 0px #848484;
    -moz-box-shadow: 0px 1px 0px 0px #848484;
    box-shadow: 0px 1px 0px 0px #848484;
    overflow: hidden;
    line-height: 21px;
    height: 21px;
    display: inline-block;
    padding: 4px 9px;
    margin: 2px;
    border: 1px solid #1a1a1a;
    /*
          border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius:5px;
      color: #dedede;
    */

    background-color: #939393;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#262626)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4e4e4e, #262626); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #4e4e4e, #262626); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #4e4e4e, #262626); /* IE10 */
    background-image:      -o-linear-gradient(top, #4e4e4e, #262626); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #4e4e4e, #262626);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e4e4e', EndColorStr='#262626'); /* IE6–IE9 */
}
div.Sfw-tool  .SfwB:hover, div.Sfw-tool .SfwBX:hover {text-decoration: none;
                           -webkit-box-shadow: none;;
                           -moz-box-shadow: none;
                           box-shadow: none;
                           border-color: #000000;
                           background-color: #939393;
                           background-image: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#1e1e1e)); /* Saf4+, Chrome */
                           background-image: -webkit-linear-gradient(top, #3f3f3f, #1e1e1e); /* Chrome 10+, Saf5.1+ */
                           background-image:    -moz-linear-gradient(top, #3f3f3f, #1e1e1e); /* FF3.6 */
                           background-image:     -ms-linear-gradient(top, #3f3f3f, #1e1e1e); /* IE10 */
                           background-image:      -o-linear-gradient(top, #3f3f3f, #1e1e1e); /* Opera 11.10+ */
                           background-image:         linear-gradient(top, #3f3f3f, #1e1e1e);
                           filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3f3f3f', EndColorStr='#1e1e1e'); /* IE6–IE9 */
                           color: #ffffff;
}
/*******************************/
div.Sfw-tool .SfwBD, div.Sfw-super-tool a.admBD, div.admin-group a.delete, div.admin-tool a.delete, a.admBD
{
    -webkit-box-shadow: 0px 1px 0px 0px #848484;
    -moz-box-shadow: 0px 1px 0px 0px #848484;
    box-shadow: 0px 1px 0px 0px #848484;
    overflow: hidden;
    line-height: 1.5em;
    height: 1.5em;
    display: inline-block;
    padding: 4px 9px;
    margin: 2px;
    border: 1px solid #590000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    color: #ffffff;


    background-color: #d77c7c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d77c7c), to(#262626)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #d77c7c, #b30001); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #d77c7c, #b30001); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #d77c7c, #b30001); /* IE10 */
    background-image:      -o-linear-gradient(top, #d77c7c, #b30001); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #d77c7c, #b30001);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d77c7c', EndColorStr='#b30001'); /* IE6–IE9 */

}

div.Sfw-tool .SfwBD:hover, div.Sfw-super-tool a.admBD:hover, div.admin-group a.delete:hover, div.admin-tool a.delete:hover, a.admBD:hover
{text-decoration: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 border-color: #480000;
 background-color: #ad6363;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ad6363), to(#8f0001)); /* Saf4+, Chrome */
 background-image: -webkit-linear-gradient(top, #ad6363, #8f0001); /* Chrome 10+, Saf5.1+ */
 background-image:    -moz-linear-gradient(top, #ad6363, #8f0001); /* FF3.6 */
 background-image:     -ms-linear-gradient(top, #ad6363, #8f0001); /* IE10 */
 background-image:      -o-linear-gradient(top, #ad6363, #8f0001); /* Opera 11.10+ */
 background-image:         linear-gradient(top, #ad6363, #8f0001);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ad6363', EndColorStr='#8f0001'); /* IE6–IE9 */
}


div.Sfw-tool .sel, div.Sfw-tool .sel:hover {background: #00aa00;}

/*
* special modifiers
*/
/* BOREDR */
.NoBL, div.NoBL {border-left:none;}
.NoBR, div.NoBR {border-right:none;}
.NoBT, div.NoBT {border-top:none;}
.NoBB, div.NoBB {border-bottom:none;}
/* MARGIN */
.NoML, div.NoML {margin-left:0px;}
.NoMR, div.NoMR {margin-right:0px;}
.NoMT, div.NoMT {margin-top:0px;}
.NoMB, div.NoMB {margin-bottom:0px;}
/* PADDING */
.NoPL, div.NoPL {padding-left:0px;}
.NoPR, div.NoPR {padding-right:0px;}
.NoPT, div.NoPT {padding-top:0px;}
.NoPB, div.NoPB {padding-bottom:0px;}


/*
* CLEAR
*/
.rline:after, .login:after, .clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}

/* End hide from IE-mac */

