
.t-block {
	font-size:14px;
	color:#333;
	line-height:1.4;
	/*overflow:hidden;*/
}
.tContenter-look  h2 {
	font-size:25px;
	margin-bottom:10px;
	font-weight:600;
	line-height:140%;
}
.tContenter-look  h3 {
	font-size:18px;
	margin-bottom:10px;
	font-weight:100;
	line-height:140%;
}
#t-content-editor-save{	
		display: none; 
		margin: 5px 10px 0px 0px;		
		outline: none;
		cursor: pointer;	
		text-align: center;
		text-decoration: none;
		font: 12px/100% Arial, Helvetica, sans-serif;
		font-weight:700;	
		padding: 5px 10px;	
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		border-radius: 5px;	
		color: #606060;
		border: solid 1px #b7b7b7;	
		background: #fff;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
		background: -moz-linear-gradient(top,  #fff,  #ededed);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
		position:absolute;
	}	
#t-content-editor-save:hover
	{
        background: #ededed;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
		background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}
.tAllBlocks:active .t-block {
	min-height: 30px;
}
.t-block-wrapper {
	display: flex;
}
.t-block-wrapper li {
	margin-left:20px;
}
.t-block-wrapper ul, .t-block-wrapper ol {
	margin:20px 0;
}
.t-col-left {
	width:50%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;	
   box-sizing:border-box;
   float:left;
}
.t-col-right {
	width:50%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	 box-sizing:border-box;
	 float:left;
}
.t-panel-for-block {
	position:absolute;
	display:none;
	background:#505050;
	z-index: 20000;
}
.t-panel-for-block i {
	padding:10px 15px;
	color:#fff;
	font-size:16px;
	cursor:pointer;
}
.t-panel-for-block i:hover {
	background:#333;
	color:#f3f3f3;
}
.t-block:hover .t-panel-for-block {
	position:absolute;
	display:block;
}
.t-block .t-panel-for-block i.tSortNextGo {
	cursor:move;
	background:#909090;
}
.t-element-for-image-res {
	padding:50px 20px;
	border:1px solid #ccc;
	background:#eee;
	text-align:center;
}

.t-block .t-element-for-image img, .t-block img {
	max-width:100%;
}
.t-block .t-panel-for-image {
	color:#fff;
	text-align:right;
	display:block;
	position:absolute;
}
.t-block .t-panel-for-image i {
	padding:5px 10px;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	background:#505050;
}
.t-element-for-image:hover .t-panel-for-image {
	display:block;
}

.BannerLRightBlock { 
	margin:40px 20px 70px 0;
	height:326px;
	background:rgba(255,255,255,0.9);
	border-radius:5px;
}
.BannerLRightB { 
	padding:20px 30px;
	line-height:1.5;
	text-align:center;
}
.BannerLRightB input, .BannerLRightB textarea { 
	border:2px solid #ccc;
	background:#F2F2F4;
	padding:7px 14px;
	border-radius:5px;
	margin-bottom:3px;
	width:260px;
	font-size:15px;
}
.BannerLRightB .BRTitle { 
	font-size:20px;
	color:#333;
}
.BannerLRightB .BRPODTitle { 
	font-size:14px;
	margin:10px 0;
}
.BLTButtonLD { 
	width:260px;
	margin-top:3px;
	display:inline-block;
	border-radius:6px;
	font-size:20px;
	padding:10px 10px;
}






a.knoppoprop {
    color: #F3F3F3;
    text-decoration:none;
}
a.knoppoprop:hover {
    color: #F3F3F3;
    text-decoration:none;
}
.knoppoprop {
    background: #4BA54D;
    border-radius: 4px;
    box-shadow: 0 6px 0 #469A48;
    border-bottom: 1px solid #5BAD5F;
    padding: 10px 25px;
    font-size: 25px;
    color: #F3F3F3;
    text-align: center;
    cursor: pointer;
    display:inline-block;
}
.knoppoprop:hover {
    background: #459847;
    box-shadow: 0 6px 0 #418E42;
    border-bottom: 1px solid #549F58;
}
.oModal-bg {
    background:rgba(0,0,0, 0.5);
    position:fixed;
    height:100%;
    width:100%;
    z-index:13002;
    display:none;
}
.oModal {
    position:fixed;
    width:700px;
    top:50px;
    margin-left:350px;
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 10px #333;
    color:#555;
    display:none;
    z-index:13003;
}
.ajax-status {
    padding:0 0 20px 0;
    display:none;
    text-align:right;
}
.ajax-result {
    padding:20px 0 30px 0;
    font-size:15px;
}
.table-line-start td input {
    border:1px solid #ddd;
    background:#fff;
    border-radius:4px;
    padding:5px 10px;
    font-size:14px;
}
.table-line-start {
    width:100%;
    margin:10px 0;
}
.table-line-start td {
    padding:3px 10px 3px 0;
    color:#555;
    font-size:14px;
}
.oModal .oModal-header {
    font-size:17px;
}
.oModal .oModal-header  {
    padding:15px 15px;
    border-bottom:1px solid #ddd;
}
.oModal .oModal-header .oModal-close  {
    float:right;
    cursor:pointer;
}
.oModal .oModal-content  {
    padding:10px 15px 0 15px;
    background:#eee;
    margin-top:0px;
}
.button-next:hover {
    background:#919191;
}
.button-next {
    padding:10px 20px;
    border-radius:5px;
    background:#AFAFAF;
    color:#535353;
    border:0;
    cursor:pointer;
    outline:none;
    font-weight:bold;
}
.oDoreen-content {
    background: #F1F1F1;
    border-radius:5px;
    padding:20px;
    width:700px;
    margin:0 auto;
}
.oDoreen-content .GrodLoad {
    font-size:16px;
    font-weight:bold;
}
.oDoreen-content a {
    color:#4A8ED0;
    text-decoration:underline;
}
.oDoreen-content .table-line-start td input {
    padding:10px;
}
.oDoreen-content textarea {
    border:1px solid #DDDDDD;
    border-radius:4px;
    padding:10px;
}
.oModal-title {
    text-align:center;
    font-weight:bold;
    font-size:25px;
    margin-top:20px;
    margin-bottom:10px;
}
.clr {
    clear:both;
}