/*
    Pjt styly
    =================

    POZOR !!!! tento css se linkuje i do TinyMCE v adminisraci
    Můžeme tím ovlivnit jak budou vypadat základní styly v adm, tlačítka apod.

*/


/* ---------------------------------------------- */

.fw-lightgray {
    background: #F8F8F8;
    border-bottom: 1px solid #E5E4E4;
    border-top: 1px solid #E5E4E4;
}

.zvyraznit_text {color: #A0CE4E}

/* ---------------------------------------------- */
/* TABS */
/* konfigurovatelne parametry tabu */
body#tinymce ul.tabs {
    border: 1px solid #DCDCDC;
    padding: 1px;
    overflow: hidden;
    list-style: none;
}

body#tinymce ul.tabs,
body#tinymce ul.tabs li {
    height: 68px;
}

body#tinymce ul.tabs.tabs-small,
body#tinymce ul.tabs.tabs-small li {
    height: 25px;
}

body#tinymce .tabs li a {
    background: #DCDCDC; /* barva pozadi neaktivni zalozky */
    color: #000;
}

body#tinymce .tabs li.tabs-active a {
    color: #000;
    background:#fff;
    border-top: 3px solid #A0CE4E;
}
/* konfigurovatelne parametry tabu  KONEC */

body#tinymce ul.tabs li {
    float: left;
    list-style-type: none !important;
    margin-right: 1px;
    text-align: center;
    display:inline-block;
}

body#tinymce .tabs li a {
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 5px 10px 0 10px;
}

body#tinymce .tabs li a {
    text-decoration: underline;
}

body#tinymce .tabs li a strong {
    font-size:125%;
}
/* END TABS */
/* ---------------------------------------------- */

/*---- TIMELINE -------*/

.timelineWrap .timeline {
    list-style: none!important;
    padding: 20px 0 20px;
    position: relative;
}


    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
        
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc(50% - 105px);
			width: -moz-calc(50% - 105px);
			width: -webkit-calc(50% - 105px);
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
			background:#fff;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }
		
		

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-sign {
            color: #fff;
			width: 80px;
			height: 80px;
			line-height: 80px;
			font-size: 1.2em;
			text-align: center;
			position: absolute;
			top: 2px;
			left: 50%;
			font-weight:bold;
			margin-left: -40px;
			background-color: #999999;
			z-index: 100;
			padding:0px!important;
			border-top-right-radius: 50%;
			border-top-left-radius: 50%;
			border-bottom-right-radius: 50%;
			border-bottom-left-radius: 50%;
			border-radius:50%!important;
			display:table;
        }
		
		.timeline > li > .timeline-sign em{
			display:table-cell;
			vertical-align:middle;
		}

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-sign.pink {
    background-color: #ff999a !important;
}

.timeline-sign.green {
    background-color: #43ab54 !important;
}

.timeline-sign.darkblue {
    background-color: #2280ac !important;
}

.timeline-sign.blue {
    background-color: #5bc0de !important;
}

.timeline-sign.red {
    background-color: #d9534f !important;
}

.timeline-sign.yellow {
    background-color: #dcda10 !important;
}

.timeline-sign.white {
    background-color: #fff !important;
	color:#222!important;
	border: 1px solid #d1d1d1;
}

.timeline-sign.orange{
    background-color: #dc8913 !important;
	
}





@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 145px);
        width: -moz-calc(100% - 145px);
        width: -webkit-calc(100% - 145px);
    }

    ul.timeline > li > .timeline-sign {
        left: 0px;
        margin-left: 0;
        top: 0px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
	
	/* bloky doprava od osy*/

	ul.timeline.toRight:before {
        left: 40px;
    }

    ul.timeline.toRight > li > .timeline-panel {
        width: calc(100% - 145px);
        width: -moz-calc(100% - 145px);
        width: -webkit-calc(100% - 145px);
    }

    ul.timeline.toRight > li > .timeline-sign {
        left: 0px;
        margin-left: 0;
        top: 0px;
    }

    ul.timeline.toRight > li > .timeline-panel {
        float: right;
    }

        ul.timeline.toRight > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline.toRight > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
		
	/*end bloky doprava od osy*/

	
	/* bloky doleva od osy */
	
ul.timeline.toLeft:before {
        right: 40px;
		left:auto;
    }

    ul.timeline.toLeft > li > .timeline-panel {
        width: calc(100% - 145px);
        width: -moz-calc(100% - 145px);
        width: -webkit-calc(100% - 145px);
    }

    ul.timeline.toLeft > li > .timeline-sign {
        left:auto;
		right:0px;
        margin-left: 0;
        top: 0px;
    }

    ul.timeline.toLeft > li > .timeline-panel {
        float: left;
    }

        ul.timeline.toLeft > li > .timeline-panel:before {
        position: absolute;
		top: 26px;
		right: -15px;
		display: inline-block;
		border-top: 15px solid transparent;
		border-left: 15px solid #ccc;
		border-right: 0 solid #ccc;
		border-bottom: 15px solid transparent;
		content: " ";
        }

        ul.timeline.toLeft > li > .timeline-panel:after {
			position: absolute;
			top: 27px;
			right: -14px;
			display: inline-block;
			border-top: 14px solid transparent;
			border-left: 14px solid #fff;
			border-right: 0 solid #fff;
			border-bottom: 14px solid transparent;
			content: " ";
        }
        
    @media (max-width: 767px) {
    
    
       ul.timeline.toLeft > li > .timeline-panel:before {
       
		 left:auto!important;
        }
    
         ul.timeline.toLeft > li > .timeline-panel:after {         
         
        left:auto!important;       
         
         }
    
    }    

	/* end bloky doleva*/		

		
/*------END TIMELINE --------*/		


/* ----------------------------- */
/* universalni ikony ANT */
/* ----------------------------- */
/* START obsah http://fontastic.me  - styles.css */
@font-face {
    font-family: "ant-icons";
    src:url("media/fonts/ant-icons.eot");
    src:url("media/fonts/ant-icons.eot?#iefix") format("embedded-opentype"),
    url("media/fonts/ant-icons.woff") format("woff"),
    url("media/fonts/ant-icons.ttf") format("truetype"),
    url("media/fonts/ant-icons.svg#ant-icons") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "ant-icons" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="ant-icon-"]:before,
[class*=" ant-icon-"]:before {
    font-family: "ant-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ant-icon-1:before {
    content: "a";
}
.ant-icon-2:before {
    content: "d";
}
.ant-icon-3:before {
    content: "e";
}
.ant-icon-4:before {
    content: "f";
}
.ant-icon-5:before {
    content: "g";
}
.ant-icon-6:before {
    content: "h";
}
.ant-icon-7:before {
    content: "i";
}
.ant-icon-8:before {
    content: "j";
}
.ant-icon-9:before {
    content: "k";
}
.ant-icon-10:before {
    content: "l";
}
.ant-icon-11:before {
    content: "m";
}
.ant-icon-12:before {
    content: "n";
}
.ant-icon-13:before {
    content: "o";
}
.ant-icon-14:before {
    content: "p";
}
.ant-icon-23:before {
    content: "q";
}
.ant-icon-15:before {
    content: "r";
}
.ant-icon-16:before {
    content: "s";
}
.ant-icon-17:before {
    content: "t";
}
.ant-icon-18:before {
    content: "u";
}
.ant-icon-19:before {
    content: "w";
}
.ant-icon-20:before {
    content: "x";
}
.ant-icon-21:before {
    content: "y";
}
.ant-icon-22:before {
    content: "z";
}
.ant-icon-23:before {
    content: "A";
}
.ant-icon-24:before {
    content: "B";
}
.ant-icon-25:before {
    content: "C";
}
.ant-icon-26:before {
    content: "D";
}
.ant-icon-27:before {
    content: "E";
}
.ant-icon-28:before {
    content: "F";
}
.ant-icon-29:before {
    content: "G";
}
.ant-icon-30:before {
    content: "H";
}
.ant-icon-31:before {
    content: "I";
}
.ant-icon-32:before {
    content: "J";
}
.ant-icon-33:before {
    content: "K";
}
.ant-icon-34:before {
    content: "L";
}
.ant-icon-35:before {
    content: "M";
}
.ant-icon-36:before {
    content: "N";
}
.ant-icon-37:before {
    content: "O";
}
.ant-icon-38:before {
    content: "P";
}
.ant-icon-39:before {
    content: "Q";
}
.ant-icon-40:before {
    content: "R";
}
.ant-icon-41:before {
    content: "S";
}
.ant-icon-42:before {
    content: "T";
}
.ant-icon-43:before {
    content: "U";
}
.ant-icon-44:before {
    content: "V";
}
.ant-icon-45:before {
    content: "W";
}
.ant-icon-46:before {
    content: "X";
}
.ant-icon-47:before {
    content: "1";
}
.ant-icon-48:before {
    content: "2";
}
.ant-icon-49:before {
    content: "3";
}
.ant-icon-50:before {
    content: "4";
}
.ant-icon-51:before {
    content: "5";
}
.ant-icon-52:before {
    content: "6";
}
.ant-icon-53:before {
    content: "7";
}
.ant-icon-54:before {
    content: "8";
}
.ant-icon-55:before {
    content: "9";
}
.ant-icon-56:before {
    content: "!";
}
.ant-icon-57:before {
    content: "\"";
}
.ant-icon-58:before {
    content: "#";
}
.ant-icon-59:before {
    content: "$";
}
.ant-icon-60:before {
    content: "%";
}
.ant-icon-61:before {
    content: "&";
}
.ant-icon-62:before {
    content: "'";
}
.ant-icon-63:before {
    content: "(";
}
.ant-icon-64:before {
    content: ")";
}
.ant-icon-65:before {
    content: "*";
}
.ant-icon-66:before {
    content: "+";
}
.ant-icon-67:before {
    content: ",";
}
.ant-icon-68:before {
    content: "-";
}
.ant-icon-69:before {
    content: ".";
}
.ant-icon-70:before {
    content: "/";
}
.ant-icon-71:before {
    content: ":";
}
.ant-icon-72:before {
    content: ";";
}
.ant-icon-73:before {
    content: "<";
}
.ant-icon-74:before {
    content: "=";
}
.ant-icon-75:before {
    content: ">";
}
.ant-icon-76:before {
    content: "?";
}
.ant-icon-77:before {
    content: "@";
}
.ant-icon-78:before {
    content: "[";
}
.ant-icon-79:before {
    content: "]";
}
.ant-icon-80:before {
    content: "^";
}
.ant-icon-81:before {
    content: "_";
}
.ant-icon-82:before {
    content: "`";
}
.ant-icon-83:before {
    content: "{";
}
.ant-icon-84:before {
    content: "|";
}
.ant-icon-85:before {
    content: "}";
}
.ant-icon-86:before {
    content: "~";
}
.ant-icon-87:before {
    content: "\\";
}
.ant-icon-88:before {
    content: "\e000";
}
.ant-icon-89:before {
    content: "\e001";
}
.ant-icon-90:before {
    content: "\e002";
}
.ant-icon-91:before {
    content: "\e003";
}
.ant-icon-92:before {
    content: "\e004";
}
.ant-icon-93:before {
    content: "\e005";
}
.ant-icon-94:before {
    content: "\e006";
}
.ant-icon-95:before {
    content: "\e007";
}
.ant-icon-96:before {
    content: "\e008";
}
.ant-icon-97:before {
    content: "\e009";
}
.ant-icon-98:before {
    content: "\e00a";
}
.ant-icon-99:before {
    content: "\e00b";
}
.ant-icon-100:before {
    content: "\e00c";
}
.ant-icon-101:before {
    content: "\e00d";
}
.ant-icon-102:before {
    content: "\e00e";
}
.ant-icon-103:before {
    content: "\e00f";
}
.ant-icon-104:before {
    content: "\e010";
}
.ant-icon-105:before {
    content: "\e011";
}
.ant-icon-106:before {
    content: "\e012";
}
.ant-icon-107:before {
    content: "\e013";
}
.ant-icon-108:before {
    content: "\e014";
}
.ant-icon-109:before {
    content: "\e015";
}
.ant-icon-110:before {
    content: "\e016";
}
.ant-icon-111:before {
    content: "\e017";
}
.ant-icon-112:before {
    content: "\e018";
}
.ant-icon-113:before {
    content: "\e019";
}
.ant-icon-114:before {
    content: "\e01a";
}
.ant-icon-115:before {
    content: "\e01b";
}
.ant-icon-116:before {
    content: "\e01c";
}
.ant-icon-117:before {
    content: "\e01d";
}
.ant-icon-118:before {
    content: "\e01e";
}
.ant-icon-119:before {
    content: "\e01f";
}
.ant-icon-120:before {
    content: "\e020";
}
.ant-icon-121:before {
    content: "\e021";
}
.ant-icon-122:before {
    content: "\e022";
}
.ant-icon-123:before {
    content: "\e023";
}
.ant-icon-124:before {
    content: "\e024";
}
.ant-icon-125:before {
    content: "\e025";
}
.ant-icon-126:before {
    content: "\e026";
}
.ant-icon-127:before {
    content: "\e027";
}
.ant-icon-128:before {
    content: "\e028";
}
.ant-icon-129:before {
    content: "\e029";
}
.ant-icon-130:before {
    content: "\e02a";
}
.ant-icon-131:before {
    content: "\e02b";
}
.ant-icon-132:before {
    content: "\e02c";
}
.ant-icon-133:before {
    content: "\e02d";
}
.ant-icon-134:before {
    content: "\e02e";
}
.ant-icon-135:before {
    content: "\e02f";
}
.ant-icon-136:before {
    content: "\e030";
}
.ant-icon-137:before {
    content: "\e031";
}
.ant-icon-138:before {
    content: "\e032";
}
.ant-icon-139:before {
    content: "\e033";
}
.ant-icon-140:before {
    content: "\e034";
}
.ant-icon-141:before {
    content: "\e035";
}
.ant-icon-142:before {
    content: "\e036";
}
.ant-icon-143:before {
    content: "\e037";
}
.ant-icon-144:before {
    content: "\e038";
}
.ant-icon-145:before {
    content: "\e039";
}
.ant-icon-146:before {
    content: "\e03a";
}
.ant-icon-147:before {
    content: "\e03b";
}
.ant-icon-148:before {
    content: "\e03c";
}
.ant-icon-149:before {
    content: "\e03d";
}
.ant-icon-150:before {
    content: "\e03e";
}
.ant-icon-151:before {
    content: "\e03f";
}
.ant-icon-152:before {
    content: "\e040";
}
.ant-icon-153:before {
    content: "\e041";
}
.ant-icon-154:before {
    content: "\e042";
}
.ant-icon-156:before {
    content: "\e044";
}
.ant-icon-157:before {
    content: "\e045";
}
.ant-icon-158:before {
    content: "\e046";
}
.ant-icon-159:before {
    content: "\e047";
}
.ant-icon-160:before {
    content: "\e048";
}
.ant-icon-161:before {
    content: "\e049";
}
.ant-icon-162:before {
    content: "\e04a";
}
.ant-icon-163:before {
    content: "\e04b";
}
.ant-icon-164:before {
    content: "\e04c";
}
.ant-icon-165:before {
    content: "\e04d";
}
.ant-icon-166:before {
    content: "\e04e";
}
.ant-icon-167:before {
    content: "\e04f";
}
.ant-icon-168:before {
    content: "\e050";
}
.ant-icon-169:before {
    content: "\e051";
}
.ant-icon-170:before {
    content: "\e052";
}
.ant-icon-171:before {
    content: "\e053";
}
.ant-icon-172:before {
    content: "\e054";
}
.ant-icon-173:before {
    content: "\e055";
}
.ant-icon-174:before {
    content: "\e056";
}
.ant-icon-175:before {
    content: "\e057";
}
.ant-icon-176:before {
    content: "\e058";
}
.ant-icon-177:before {
    content: "\e059";
}
.ant-icon-178:before {
    content: "\e05a";
}
.ant-icon-179:before {
    content: "\e05b";
}
.ant-icon-180:before {
    content: "\e05c";
}
.ant-icon-181:before {
    content: "\e05d";
}
.ant-icon-182:before {
    content: "\e05e";
}
.ant-icon-183:before {
    content: "\e05f";
}
.ant-icon-184:before {
    content: "\e060";
}
.ant-icon-185:before {
    content: "\e061";
}
.ant-icon-186:before {
    content: "\e062";
}
.ant-icon-187:before {
    content: "\e063";
}
.ant-icon-188:before {
    content: "\e064";
}
.ant-icon-189:before {
    content: "\e065";
}
.ant-icon-190:before {
    content: "\e066";
}
.ant-icon-191:before {
    content: "\e067";
}
.ant-icon-192:before {
    content: "\e068";
}
.ant-icon-193:before {
    content: "\e069";
}
.ant-icon-194:before {
    content: "\e06a";
}
.ant-icon-195:before {
    content: "\e06b";
}
.ant-icon-196:before {
    content: "\e06c";
}
.ant-icon-197:before {
    content: "\e06d";
}
.ant-icon-198:before {
    content: "\e06e";
}
.ant-icon-199:before {
    content: "\e06f";
}
.ant-icon-200:before {
    content: "\e070";
}
.ant-icon-201:before {
    content: "\e071";
}
.ant-icon-202:before {
    content: "\e072";
}
.ant-icon-203:before {
    content: "\e073";
}
.ant-icon-204:before {
    content: "\e074";
}
.ant-icon-205:before {
    content: "\e075";
}
.ant-icon-206:before {
    content: "\e076";
}
.ant-icon-207:before {
    content: "\e077";
}
.ant-icon-208:before {
    content: "\e078";
}
.ant-icon-209:before {
    content: "\e079";
}
.ant-icon-210:before {
    content: "\e07a";
}
.ant-icon-211:before {
    content: "\e07b";
}
.ant-icon-212:before {
    content: "\e07c";
}
.ant-icon-213:before {
    content: "\e07d";
}
.ant-icon-214:before {
    content: "\e07e";
}
.ant-icon-215:before {
    content: "\e07f";
}
.ant-icon-216:before {
    content: "\e080";
}
.ant-icon-217:before {
    content: "\e081";
}
.ant-icon-218:before {
    content: "\e082";
}
.ant-icon-219:before {
    content: "\e083";
}
.ant-icon-220:before {
    content: "\e084";
}
.ant-icon-221:before {
    content: "\e085";
}
.ant-icon-222:before {
    content: "\e086";
}
.ant-icon-223:before {
    content: "\e087";
}
.ant-icon-224:before {
    content: "\e088";
}
.ant-icon-225:before {
    content: "\e089";
}
.ant-icon-226:before {
    content: "\e08a";
}
.ant-icon-227:before {
    content: "\e08b";
}
.ant-icon-228:before {
    content: "\e08c";
}
.ant-icon-229:before {
    content: "\e08d";
}
.ant-icon-230:before {
    content: "\e08e";
}
.ant-icon-231:before {
    content: "\e08f";
}
.ant-icon-232:before {
    content: "\e090";
}
.ant-icon-233:before {
    content: "\e091";
}
.ant-icon-234:before {
    content: "\e092";
}
.ant-icon-235:before {
    content: "\e093";
}
.ant-icon-236:before {
    content: "\e094";
}
.ant-icon-237:before {
    content: "\e095";
}
.ant-icon-238:before {
    content: "\e096";
}
.ant-icon-239:before {
    content: "\e097";
}
.ant-icon-240:before {
    content: "\e098";
}
.ant-icon-241:before {
    content: "\e099";
}
.ant-icon-242:before {
    content: "\e09a";
}
.ant-icon-243:before {
    content: "\e09b";
}
.ant-icon-244:before {
    content: "c";
}
.ant-icon-245:before {
    content: "\e09c";
}
.ant-icon-246:before {
    content: "\e09d";
}
.ant-icon-247:before {
    content: "b";
}
.ant-icon-248:before {
    content: "b";
}
.ant-icon-249:before {
    content: "\e09e";
}
.ant-icon-250:before {
    content: "\e0a0";
}
.ant-icon-251:before {
    content: "\e0a1";
}
.ant-icon-252:before {
    content: "\e0a2";
}
.ant-icon-253:before {
    content: "\e0a3";
}
.ant-icon-254:before {
    content: "\e0a4";
}
.ant-icon-255:before {
    content: "\e0a5";
}
.ant-icon-256:before {
    content: "\e0a6";
}
.ant-icon-257:before {
    content: "\e0a7";
}
.ant-icon-258:before {
    content: "\e0a8";
}
.ant-icon-259:before {
    content: "\e0a9";
}
.ant-icon-260:before {
    content: "\e0aa";
}
.ant-icon-261:before {
    content: "\e0ab";
}
.ant-icon-262:before {
    content: "\e0ac";
}
.ant-icon-263:before {
    content: "\e0ad";
}
.ant-icon-264:before {
    content: "\e0ae";
}
.ant-icon-265:before {
    content: "\e0af";
}
.ant-icon-266:before {
    content: "\e0b0";
}
.ant-icon-267:before {
    content: "\e0b1";
}
.ant-icon-268:before {
    content: "\e0b2";
}
.ant-icon-269:before {
    content: "\e0b3";
}
.ant-icon-270:before {
    content: "\e0b4";
}
.ant-icon-271:before {
    content: "\e0b5";
}
.ant-icon-272:before {
    content: "\e0b6";
}
.ant-icon-273:before {
    content: "\e0b7";
}
.ant-icon-274:before {
    content: "\e0b8";
}
.ant-icon-275:before {
    content: "\e0b9";
}
.ant-icon-276:before {
    content: "\e0ba";
}
.ant-icon-277:before {
    content: "\e0bb";
}
.ant-icon-278:before {
    content: "\e0bc";
}
.ant-icon-279:before {
    content: "\e0bd";
}
.ant-icon-280:before {
    content: "\e0be";
}
.ant-icon-281:before {
    content: "\e0bf";
}
.ant-icon-282:before {
    content: "\e0c0";
}
.ant-icon-283:before {
    content: "\e0c1";
}
.ant-icon-284:before {
    content: "\e0c2";
}
.ant-icon-285:before {
    content: "\e0c3";
}
.ant-icon-286:before {
    content: "\e0c4";
}
.ant-icon-287:before {
    content: "\e0c5";
}
.ant-icon-288:before {
    content: "\e0c6";
}
.ant-icon-289:before {
    content: "\e0c7";
}
.ant-icon-290:before {
    content: "\e0c8";
}
.ant-icon-291:before {
    content: "\e0c9";
}
.ant-icon-292:before {
    content: "\e0ca";
}
.ant-icon-293:before {
    content: "\e0cb";
}
.ant-icon-294:before {
    content: "\e0cc";
}
.ant-icon-295:before {
    content: "\e0cd";
}
.ant-icon-296:before {
    content: "\e0ce";
}
.ant-icon-297:before {
    content: "\e0cf";
}
.ant-icon-298:before {
    content: "\e0d0";
}
.ant-icon-299:before {
    content: "\e0d1";
}
.ant-icon-300:before {
    content: "\e0d2";
}
.ant-icon-301:before {
    content: "\e0d3";
}
.ant-icon-302:before {
    content: "\e0d4";
}
.ant-icon-303:before {
    content: "\e0d5";
}
.ant-icon-304:before {
    content: "\e0d6";
}
.ant-icon-305:before {
    content: "\e0d7";
}
.ant-icon-306:before {
    content: "\e0d8";
}
.ant-icon-307:before {
    content: "\e0d9";
}
.ant-icon-308:before {
    content: "\e0da";
}
.ant-icon-309:before {
    content: "\e0db";
}
.ant-icon-310:before {
    content: "\e0dc";
}
.ant-icon-311:before {
    content: "\e0dd";
}
.ant-icon-312:before {
    content: "\e0de";
}
.ant-icon-313:before {
    content: "\e0df";
}
.ant-icon-314:before {
    content: "\e0e0";
}
.ant-icon-315:before {
    content: "\e0e1";
}
.ant-icon-316:before {
    content: "\e0e2";
}
.ant-icon-317:before {
    content: "\e0e3";
}
.ant-icon-318:before {
    content: "\e0e4";
}
.ant-icon-319:before {
    content: "\e0e5";
}
.ant-icon-320:before {
    content: "\e0e6";
}
.ant-icon-321:before {
    content: "\e0e7";
}
.ant-icon-322:before {
    content: "\e0e8";
}
.ant-icon-323:before {
    content: "\e0e9";
}
.ant-icon-324:before {
    content: "\e0ea";
}
.ant-icon-325:before {
    content: "\e0eb";
}
.ant-icon-326:before {
    content: "\e0ec";
}
.ant-icon-327:before {
    content: "\e0ed";
}
.ant-icon-328:before {
    content: "\e0ee";
}
.ant-icon-329:before {
    content: "\e0ef";
}
.ant-icon-330:before {
    content: "\e0f0";
}
.ant-icon-331:before {
    content: "\e0f1";
}
.ant-icon-332:before {
    content: "\e0f2";
}
.ant-icon-sys-banking:before {
    content: "v";
}
.ant-icon-sys-bookmark:before {
    content: "Y";
}
.ant-icon-sys-clock58:before {
    content: "Z";
}
.ant-icon-sys-information6:before {
    content: "0";
}
.ant-icon-sys-pins14:before {
    content: "\e043";
}
.ant-icon-sys-round40:before {
    content: "\e0f4";
}
.ant-icon-sys-shop2:before {
    content: "\e0f5";
}
.ant-icon-155:before {
    content: "\e0f3";
}
/* END obsah http://fontastic.me  - styles.css */
/* ----------------------------- */
/* ----------------------------- */


/* ostatni je v grid.css */
/* -------------------- */

/* ----------------------------- */
/* universalni ikony ANT */
/* ----------------------------- */


/* Ikony fontawesome >>> */
h2 .fa-stack, h2 > .fa {
    margin-right: 5px;
    font-size: 100%;
}

h2 .fa-stack {
    float: left;
    margin-top: -5px;
}

/* <<< Ikony fontawesome */

.post-content p.znacky_prefix {
	margin: 0px;
}