/*** CSS File: /css/main.css ***/
@charset "UTF-8";

html,body {
	height: 100%;
}


html,body,div,h1,h2,h3,h4,h5,h6,ul,li,table,tr,td,form,input,textarea,p,a,select {
	margin: 0;
	padding: 0;
	font-family: ubuntu-cond, Tahoma;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	color: #292929;
}

ul {
	list-style: none;
}

a {
	color: #317ba0;
}
a:hover{
	color: #a6381d;
}


/** SKELET **/

#root-right {
	max-width: 1320px;
	min-width: 978px;
	margin: 0 auto;
	background: url(../../css/images/content/page-right.png) repeat-y right top;
}
#root-left {
	max-width: 1320px;
	min-width: 978px;
	margin: 0 auto;
	background: url(../../css/images/content/page-left.png) repeat-y left top;
}
#root {
	position: relative;
	margin: 0 20px;
	background: #fff;
}
.tiny #root {
	margin: 0;
}
#top-empty {
	height: 250px;
}

/* HEADER */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
#h-top {
	position: relative;
	height: 180px;
	background: url(../../css/images/content/glass-h.png) repeat;
}
#h-blind{
	position: absolute;
	top:5px;
}
#h-blind a{
	display:block;
	background: url(../../css/images/icons/eye-icon.png) no-repeat center left;
	color:white;
	padding-left:30px;
}
#h-logo-caption {
	padding: 20px 0 0 0;
	text-align: center;
}
	#h-logo-caption img {
		height: 68px;
	}
	#h-logo-caption p {
		font-size: 21px;
		line-height: 26px;
		color: #fff;
		text-shadow: 2px 2px 0 #193852;
		-webkit-text-shadow: 2px 2px 0 #193852;
		-moz-text-shadow: 2px 2px 0 #193852;
		-ms-text-shadow: 2px 2px 0 #193852;
	}
#h-contacts {
	position: absolute;
	bottom: 15px;
	right: 30px;
	text-align: right;
}
.ctrl-index #h-contacts {
	bottom: auto;
	top: 46px;
	right: 47px;
	width: 275px;
}
	#h-contacts p {
		color: #fff;
	}
	#h-contacts p.phone {
		font-size: 23px;
		line-height: 30px;
		padding: 10px 0;
	}
#h-sitemap {
	position: absolute;
	top: 45px;
	left: 23px;
	display: block;
	padding: 4px 25px 5px 25px;
	background: #fff;
	color: #323232;
	text-decoration: none;
	box-shadow: 0 2px 2px #193852;
}
	#h-sitemap span {
		border-bottom: 1px dashed;
	}
.ctrl-index #h-sitemap {
	top: 88px;
}
#h-bottom {
	height: 53px;
	border-bottom: 1px solid #dfdfdf;
}
	#h-bottom ul {
		padding: 15px 0 0 0;
		text-align: center;
	}
	#h-bottom li {
		display: inline;
	}
	#h-bottom li a {
		padding: 7px 30px 6px 30px;
		color: #1c6a80;
		text-decoration: none;
	}
	#h-bottom li a span {
		border-bottom: 1px solid #85afbb;
	}
	#h-bottom li.active a,
	#h-bottom li a:hover {
		color: #401a11;
		background: url(../../css/images/content/menu-a.gif) repeat-x;
		box-shadow: 1px 1px 2px #ababab;
		-webkit-box-shadow: 1px 1px 2px #ababab;
		-moz-box-shadow: 1px 1px 2px #ababab;
		-ms-box-shadow: 1px 1px 2px #ababab;
	}
	#h-bottom li a:hover {
		background: url(../../css/images/content/menu-h.gif) repeat-x;
		color: #0c5f77;
	}
	#h-bottom li.active a span {
		border-bottom: none;
	}

/* FOOTER */

#footer {
	position: relative;
}
#footer .img-container {
	width: 100%;
	overflow: hidden;
}
#footer img {
	display: block;
}
#footer .plate {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: url(../../css/images/content/glass-f.png) repeat;
}
#footer .inner {
	padding: 20px 50px 20px 47px;
}
	#footer ul ul{
		margin: 0;
	}
	#footer li li {
		padding: 0 20px 0 0;
		line-height: 18px;
	}
	#footer ul li.menu-item {
		width: 20%;
		padding: 0 0 35px 0;
		float: left;
	}
	#footer ul li a {
		display: inline-block;
		padding: 1px 6px;
		font-size: 14px;
		line-height: 18px;
		text-decoration: none;
		color: #fff;
	}
	#footer ul li a span {
		border-bottom: 1px solid #a4b7c4;
	}
	#footer ul li a:hover span {
		border-bottom: 1px solid #fff;
	}
	#footer ul li .header {
		padding: 0 20px 20px 0;
		line-height: 18px;
	}
	#footer ul li .header.bottom {
		padding: 0 20px 0 0;
		height: 55px;
	}
	#footer ul li .header a {
		font-family: ubuntu;
		font-size: 15px;
		line-height: 18px;
	}
	#footer ul li a:hover {
		background: #760f0b;
	}

#f-contacts {
	padding: 0 0 0 6px;
}	
#f-contacts p {
	color: #fff;
}
#f-contacts p.phone {
	font-size: 23px;
}

#developers {
	float: right;
}
#developers img {
	width: 150px;
}

#counters {
	position: absolute;
	bottom: 30px;
	right: 200px;
}


/* CENTER */

#c-bottom {
	border-top: 1px solid #e2e2e2;
}
#c-right {
	width: 100%;
	float: left;
}
#c-left {
	position: relative;
	width: 274px;
	float: left;
	margin-left: -100%;
}
#c-left-menu-top {
	background: url(../../css/images/content/c-left-top.png) repeat-x #f5f5f5;
}
#c-left-menu-right {
	background: url(../../css/images/content/c-left-right.png) repeat-y right top;
}
#c-left-menu {
	padding: 25px 0;
}
	#c-left-menu .header {
		padding: 0 0 10px 26px;
	}
	#c-left-menu .header p {
		font-size: 24px;
		color: #9f2925;
	}
	#c-left-menu ul li {
		padding: 10px 0;
	}
	#c-left-menu ul li p.menu-item a {
		display: block;
		position: relative;
		height: 25px;
		line-height: 25px;
		padding: 5px 0 5px 27px;
		font-size: 17px;
		color: #a6381d;
		text-decoration: none;
	}
	#c-left-menu ul li p.menu-item a:hover {
		background: #d9d9d9;
	}
	#c-left-menu ul li p.menu-item a span.text {
		border-bottom: 1px solid #cd9689;
	}
	#c-left-menu ul li p.menu-item.active a {
		color: #fff;
		background: url(../../css/images/content/menu-left-a.gif) repeat-x left top #c0390b;
	}
	#c-left-menu ul li p.menu-item.active a span.text{
		border-bottom: none;
	}
	#c-left-menu ul li p.menu-item.active a span.arrow {
		position: absolute;
		top: 0;
		left: 100%;
		width: 14px;
		height: 35px;
		background: url(../../css/images/icons/icons.png) no-repeat left top;
	}

/* BREADCRUMBS */

.breadcrumbs {
	padding: 10px 0 25px 0;
	text-align: right;
}
.breadcrumbs li {
	display: inline;
	margin: 0 2px;
}
.breadcrumbs li span,
.breadcrumbs li a {
/*	font-family: raleway, arial;/*/
	font-size: 14px;
	color: #8e8e8e;
	text-decoration: none;
}
.breadcrumbs li span,
.breadcrumbs li.last a {
	color: #317ba0;
}
.breadcrumbs li.delim span {
	position: relative;
	top: -1px;
	color: #8e8e8e;
}

.left-undermenu {
	padding: 20px 0 30px 0;
}
	.left-undermenu ul ul {
		margin: 0;
	}
	.left-undermenu ul li {
		position: relative;
		padding: 2px 0;
	}
	
	.left-undermenu ul li a.item {
		display: block;
		position: relative;
		min-height: 25px;
		line-height: 25px;
		padding: 5px 0 5px 46px;
		text-decoration: none;
		color: #255578;
		font-size: 16px;
	}
	.ctrl-index .left-undermenu ul li a.item {
		padding: 2px 0 2px 46px;
	}
	
	.left-undermenu ul li a.item:hover {
		background: #e8e8e8;
	}
	
	/* =) */
	.left-undermenu ul li li a.item {
		padding-left: 66px;
	}
	.left-undermenu ul li li li a.item {
		padding-left: 86px;
	}
	.left-undermenu ul li li li li a.item {
		padding-left: 106px;
	}
	/* =) END */
	
	.left-undermenu ul li a.item.two-lined {
		min-height: 50px;
	}
	.left-undermenu ul li a.item span.text {
		border-bottom: 1px solid #92aabb;
	}
	.left-undermenu ul li.active > div > a.item {
		color: #fff !important;
		background: url(../../css/images/content/menu-left-a.gif) repeat-x left top #bd3202;
	}
	.left-undermenu ul li.active > div > a.item.two-lined {
		background: url(../../css/images/content/menu-left-a-tl.gif) repeat-x left top #bd3202;
	}
	.left-undermenu ul li.active > div > a.item span.text {
		border-bottom: none !important;
	}
	.left-undermenu ul li.active > div > a.item span.arrow {
		position: absolute;
		top: 0;
		left: 100%;
		width: 14px;
		height: 35px;
		background: url(../../css/images/icons/icons.png) no-repeat left top;
	}
	.left-undermenu ul li.active > div > a.item.two-lined span.arrow {
		height: 60px;
		background: url(../../css/images/icons/icons.png) no-repeat -54px top;
	}
	body#body .left-undermenu ul li .action_panel {
		position: absolute;
		top: 10px;
		left: auto;
		right: 30px;
	}
	
	#c-left-menu .left-undermenu {
		padding: 15px 0;
	}
	#c-left-menu .left-undermenu ul {
		margin: 0;
		padding: 0;
	}
	#c-left-menu .left-undermenu ul li {
		padding: 0;
	}
	#c-left-menu .left-undermenu ul li a.item {
		padding-right: 20px;
		font-size: 16px;
		color: #8f8f8f;
	}
	#c-left-menu .left-undermenu ul li a.item span.text{
		border-bottom: 1px solid #c2c2c2;
	}

#content {
	margin-left: 274px;
}
#content .inner {
	padding: 25px 50px;
}
.ctrl-index #content .inner {
	padding: 25px 50px 25px 57px;
}
.ctrl-index #content #logos-gallery .inner {
	padding: 25px 0;
}


/* TEXT ITEM */

.text-item .header {
	padding: 0 0 20px 0;
}
.text-item h1 {
	font-size: 36px;
	color: #a6381d;
	line-height: 45px;
}
.text-item h2 {
	display: inline;
	padding: 5px 25px 7px 25px;
	font-family: ubuntu;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: #5397b8;
	color: #fff;
	box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc;
	-moz-box-shadow: 3px 3px 10px #ccc;
	-ms-box-shadow: 3px 3px 10px #ccc;
}
.text-item .description {
	padding-bottom: 20px;
}
.text-item .description td {
	padding: 5px;
}
.text-item .description td,
.text-item .description td p {
	line-height: 20px;
}

.img-list-container {
	position: relative;
	padding: 20px 0;
}
.std-images-list .img {
	float: left;
}
.std-images-list .img img {
	display: block;
}
.img-list-container .shad {
	position: absolute;
	top: 0;
	width: 10px;
	height: 259px;
}
.img-list-container .shad.left {
	left: -1px;
	background: url(../../css/images/content/gallery-left.png) no-repeat left top;
}
.img-list-container .shad.right {
	right: -1px;
	background: url(../../css/images/content/gallery-right.png) no-repeat left top;
}

.std-files-list {
	padding: 20px 0;
}
.std-files-list a.file {
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}
.std-files-list a.file .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	background: url(../../css/images/icons/icons.png) no-repeat -15px top;
}
.std-files-list a.file .caption {
	display: block;
	padding: 4px 10px 0 51px;
	font-size: 15px;
	color: #317ba0;
}
.std-files-list a.file:hover .caption {
	color: #a6381d;
}
.std-files-list a.file .caption span {
	border-bottom: 1px solid #98bdcf;
}
.std-files-list a.file:hover .caption span {
	border-bottom: 1px solid #bc6955;
}
.std-files-list .description {
	margin: -10px 0 0 51px;
}

/* WORKERS */

.human-item {
	width: 280px;
	margin-right: 20px;
	padding-bottom: 40px;
	float: left;
}
	.human-item .header {
		display: inline;
		font-size: 24px;
		line-height: 35px;
	}
	
/* LIST */
.list-item {
	padding-bottom: 60px;
}
.ctrl-media .list-item {
	position: relative;
	width: 48%;
	margin-right: 1%;
	padding-bottom: 25px;
	float: left;
}
	.list-item a.link-container {
		display: block;
		padding: 13px;
	}
	.list-item a.link-container:hover {
		background: url(../../css/images/content/pattern-y.gif) repeat-x left top #f8dca2;
	}
	
	.list-item .img {
		display: block;
		width: 103px;
		float: left;
	}
	.list-item .item-content {
		display: block;
		margin-left: 125px;
	}
	.pub-list .list-item .item-content{
		margin-left: 0;
	}
	.list-item .caption a.item {
		font-size: 18px;
		color: #154569;
		text-decoration: none;
		border-bottom: 1px solid #8aa2b4;
	}
	.list-item .caption a.item:hover {
		color: #cd4015;
		border-bottom: 1px solid #d68066;
	}
	.list-item .date {
		display: block;
		padding: 4px 0 3px 0;
		color: #aaa;
	}
	
	body#body.ctrl-media .list-item .action_panel {
		position: absolute;
		left: auto;
		right: 30px;
		top: 10px;
	}
	
	
/* PAGER */

.std-pager-list li a:hover {
	background: #f3f3f3;
}
.std-pager-list li.next a {
	background: url(../../css/images/icons/pager.gif) no-repeat left top;
}
.std-pager-list li.previous a {
	background: url(../../css/images/icons/pager.gif) no-repeat -91px top;
}
.std-pager-list li.next a:hover {
	background: url(../../css/images/icons/pager.gif) no-repeat left -33px;
}
.std-pager-list li.previous a:hover {
	background: url(../../css/images/icons/pager.gif) no-repeat -91px -33px;
}


/* CONTACTS */

.contacts-item .caption,
.contacts-item .address,
.contacts-item .mail,
.contacts-item .description {
	padding: 10px 0;
}
.map-in {
	border-top: 1px solid #a7a6a4;
	border-left: 1px solid #a7a6a4;
}
.ctrl-contacts .text-item {
	padding: 40px 0;
}

/* JOB */

.job-item {
	padding: 0 0 20px 0;
}
	.job-item .caption {
		padding: 10px 0;
	}
	.job-item .caption a.item {
		font-size: 24px;
		text-decoration: none;
		color: #154569;
		border-bottom: 1px dashed #4a81aa;
	}
	.job-item .caption a.item.active,
	.job-item .caption a.item:hover {
		color: #a6381d;
		border-bottom: 1px dashed;
	}
	.job-item .item-content {
		padding: 20px 0 30px 0;
		margin-left: 40px;
	}
	.job-item .date {
		color: #aaa;
		padding: 0 0 10px 0;
	}
	
/* FEEDBACK */

.fb h1 {
    font-size: 2em;
}

#fb-link {
	padding: 50px 0 0 0;
}
	#fb-link a,
	.fb .row.buttons input{
		display: inline;
		padding: 0 40px;
		background: url(../../css/images/content/fb-btn.gif) repeat-x left top;
		color: #2b2b2b;
		text-decoration: none;
		font-size: 18px;
		box-shadow: 1px 1px 3px #a1a1a1;
		-webkit-box-shadow: 1px 1px 3px #a1a1a1;
		-moz-box-shadow: 1px 1px 3px #a1a1a1;
		-ms-box-shadow: 1px 1px 3px #a1a1a1;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		cursor: pointer;
	}
	#fb-link a {
		padding: 25px 40px;
	}
	#fb-link a:hover,
	.fb .row.buttons input:hover {
		display: inline;
		background: url(../../css/images/content/fb-btn-h.gif) repeat-x left top;
	}
	
body#body .fb legend {
	display: block;
	padding: 0 0 20px 0;
	font-size: 36px;
	color: #a6381d;
	line-height: 45px;
}
.fb .errorSummary {
	padding-bottom: 20px;
}
	.fb .errorSummary p,
	.fb .errorSummary li {
		color: #d84747;
	}
.fb .row {
	min-height: 39px;
	padding-bottom: 4px;
    position: relative;
}

.fb .row select {
    width: 390px !important;
    height: 30px !important;
    opacity: initial !important;
}

.fb .soauthor {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    width: 400px;
    width: min-content;
    box-shadow: inset 1px 1px 3px #a9a9a9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fb .row.buttons {
	/* margin-left: 130px; */
	margin-top: 10px;
	padding: 10px 0;
}
	.fb .buttons .fb-btn input {
		height: 60px;
		width: auto;
	}
	.fb .row label {
		line-height: 30px;
		display:block;
	}
	.fb .row input,
	.fb .row textarea {
		display: block;
		margin-top: 5px;
		width: 350px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		background: #f5f5f5;
		border: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-msborder-radius: 5px;
		box-shadow: inset 1px 1px 3px #a9a9a9;
		-webkit-box-shadow: inset 1px 1px 3px #a9a9a9;
		-moz-box-shadow: inset 1px 1px 3px #a9a9a9;
		-ms-box-shadow: inset 1px 1px 3px #a9a9a9;
	}
	.fb .row textarea {
		height: 160px;
		padding: 10px 20px;
		line-height: 24px;
	}
	.fb .row .hint{
		font-style: italic;
        position: absolute;
        left: 400px;
        top: 35px;
	}
	.fb .row .file-field-remover {
		color: #333;
		background: none;
		border: none;
		cursor: pointer;
		position: relative;
		left: 400px;
		top: 10px;
		padding: 0;
		border-bottom: 1px dashed;
	}
	.fb .row label ~ input[type="file"][name$="[]"] {
		margin-top: -20px;
	}
	
	
/* TREATMENT-FEEDBACK */
    
.treat-index .treat-title,
.treat-message .treat-answer-title,
.treat-message .treat-message-title {
    font-size: 1.4em;
}

.treat-index .treat-edit {
    margin: 20px;
}

.treat-index select {
    opacity: initial !important;
    width: 350px !important;
}

.treat-index textarea {
    width: 350px;
    height: 300px;
}


.treat-message .treat-message-message {
    margin: 20px;
}

.treat-message .treat-answer {
    margin: 10px;
    margin-bottom: 40px;
}

.treat-message .treat-answer-answer {
    margin: 10px;
}

/* TREATMENT */
.treat-form {
    
}

.treat-form label {
    display: block;
}

.treat-form input[type=text], .treat-form input[type=password] {
    width: 200px;
}
        

/* OBRASHENIE */

.priemnaya-shablon .status-body,
.priemnaya-shablon .theme-body, 
.priemnaya-shablon .receiver-body {
    display: none;
}

.priemnaya-shablon .statuses,
.priemnaya-shablon .themes, 
.priemnaya-shablon .receivers {
    margin-bottom: 40px;
    background-color: #e9f2fd;
    padding: 10px;
}

.priemnaya-shablon .statuses > a,
.priemnaya-shablon .themes > a, 
.priemnaya-shablon .receivers > a {
    font-size: 1.3em;
}


/* FEEDBACK */
/*
#fb-link {
	padding: 50px 0 0 0;
}
	#fb-link a,
	.fb .row.buttons input{
		display: inline;
		width: auto;
		height: 72px;
		padding: 0 40px;
		background: url(../../css/images/content/fb-btn.gif) repeat-x left top;
		color: #2b2b2b;
		text-decoration: none;
		font-size: 18px;
		box-shadow: 1px 1px 3px #a1a1a1;
		-webkit-box-shadow: 1px 1px 3px #a1a1a1;
		-moz-box-shadow: 1px 1px 3px #a1a1a1;
		-ms-box-shadow: 1px 1px 3px #a1a1a1;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		cursor: pointer;
	}
	#fb-link a {
		padding: 25px 40px;
	}
	#fb-link a:hover,
	.fb .row.buttons input:hover {
		display: inline;
		background: url(../../css/images/content/fb-btn-h.gif) repeat-x left top;
	}
	
body#body .fb legend {
	display: block;
	padding: 0 0 20px 0;
	font-size: 36px;
	color: #a6381d;
	line-height: 45px;
}
.fb .errorSummary {
	padding-bottom: 20px;
}
	.fb .errorSummary p,
	.fb .errorSummary li {
		color: #d84747;
	}
.fb .row {
	min-height: 39px;
	padding-bottom: 4px;
}
.fb .row.buttons {
	margin-left: 130px;
	padding: 10px 0;
}
	.fb .row label {
		display: block;
		float: left;
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.fb .row input,
	.fb .row textarea {
		width: 350px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		background: #f5f5f5;
		border: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-msborder-radius: 5px;
		box-shadow: inset 1px 1px 3px #a9a9a9;
		-webkit-box-shadow: inset 1px 1px 3px #a9a9a9;
		-moz-box-shadow: inset 1px 1px 3px #a9a9a9;
		-ms-box-shadow: inset 1px 1px 3px #a9a9a9;
	}
	.fb .row textarea {
		height: 160px;
		padding: 10px 20px;
		line-height: 24px;
	}
	*/

/* SITEMAP */
#sitemap ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sitemap a {
	font-size: 18px;
}

/* LOGOS GALLERY */
#logos-gallery {
	height: 170px;
	width: 100%;
	overflow: hidden;
}
#logos-gallery .inner{
	height: 100px;
	padding: 30px 0 40px 0;
}
#logos-gallery .caroufredsel_wrapper {
	margin: 0 auto !important;
}
	#logos-gallery a.item{
		display: block;
		margin: 0 20px;
		float: left;
	}
	
	

/* INDEX */

.ctrl-index #top-empty {
	height: 570px;
}
.ctrl-index #header {
	height: 570px;
}
.ctrl-index #h-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ctrl-index #h-top {
	height: 197px;
}
.ctrl-index #h-bottom {
	height: 61px;
	background: #fff;
}
.ctrl-index #h-bottom ul {
	padding: 18px 0 0 0;
}
.ctrl-index #h-logo-caption img {
	height: 90px;
	padding: 10px 0 0 0;
}
.ctrl-index #h-logo-caption h1 {
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 2px 0 #193852;
	-webkit-text-shadow: 2px 2px 0 #193852;
	-moz-text-shadow: 2px 2px 0 #193852;
	-ms-text-shadow: 2px 2px 0 #193852;
}
.ctrl-index #h-logo-caption p {
	line-height: 20px;
}

/* HEADER INFO */

#h-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../../css/images/content/glass-h-info.png) repeat;
}
	
	#h-info .title {
		padding: 0 23px;
		margin-top: -1px;
	}
	#h-info .title span{
		display: inline;
		padding: 3px 15px;
		background: url(../../css/images/content/title-bg.gif) repeat-y left top #037a96;
		color: #fff;
	}
	
	#h-info .info-list {
		padding: 5px 21px 20px 21px;
	}
	#h-info .info-item {
		width: 25%;
		float: left;
	}
	#h-info .info-item a,
	#h-info .info-item p {
		color: #fff;
	}
	#h-info .info-item p.date {
		float: left;
		padding: 0 20px;
	}
	#h-info .info-item p.type {
		float: right;
		color: #737f84;
		padding: 0 5px;
	}
	#h-info .info-item a {
		display: block;
		line-height: 20px;
		padding: 10px 15px;
		margin: 0 2px;
		text-decoration: none;
		background: #1e78a4;
		box-shadow: 3px 4px 7px #09141e;
		-webkit-box-shadow: 3px 4px 7px #09141e;
		-moz-box-shadow: 3px 4px 7px #09141e;
		-ms-box-shadow: 3px 4px 7px #09141e;
	}
	#h-info .info-item.red a {
		background: #9f2925;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
	}
	#h-info .info-item a:hover {
		background: #074969;
	}
	
	
/* INDEX ACTIVITY BLOCK */

	#index-activity .title {
		padding: 0 0 20px 0;
	}
	#index-activity .title span{
		display: inline;
		padding: 3px 15px;
		background: url(../../css/images/content/title-bg.gif) repeat-y left top #037a96;
		color: #fff;
	}
	#index-activity .files-block {
		position: relative;
	}
	#index-activity .files-block .left {
		position: absolute;
		top: 0;
		left: 0;
		width: 292px;
		height: 100%;
		overflow: hidden;
	}
	#index-activity .files-block .left img {
		height: 100%;
	}
	
	#index-activity .files-block .right {
		margin-left: 292px;
	}
	#index-activity .files-block .right a {
		position: relative;
		display: block;
		padding: 10px 35px;
		background: #152d3a;
		text-decoration: none;
		border-top: 1px solid #1c3b4b;
	}
	#index-activity .files-block .right a.first {
		border: none;
	}
	#index-activity .files-block .right a.active {
		background: #9f2925;
	}
	#index-activity .files-block .right a span {
		color: #fff;
	}
	#index-activity .files-block .right a span.date {
		display: block;
		color: #c0c0c0;
	}
	#index-activity .files-block .right a.active span.date {
		color: #fff;
	}
	#index-activity .files-block .right a img {
		display: none;
		position: absolute;
		right: 100%;
		top: 0;
		height: 100%;
	}
	#index-activity .files-block .right a.active img{
		display: block;
	}


/* INDEX GREETINGS */

.greetings-item {
	padding: 20px;
	margin-bottom: 20px;
	background: #f2f1f1;
	border: 1px solid #d2d2d2;
	box-shadow: 2px 2px 8px #d2d2d2;
	-webkit-box-shadow: 2px 2px 8px #d2d2d2;
	-moz-box-shadow: 2px 2px 8px #d2d2d2;
	-ms-box-shadow: 2px 2px 8px #d2d2d2;
}
	.greetings-item .img {
		width: 274px;
		float: left;
	}
	.greetings-item .img img {
		width: 100%;
	}
	.greetings-item .item-content {
		margin-left: 314px;
	}
	.greetings-item .item-content.img-less {
		margin: 0;
	}
	.greetings-item .item-content p.caption {
		padding: 0 0 8px 0;
		font-size: 24px;
		color: #255973;
	}
	.greetings-item .item-content p.post {
		padding: 0 0 8px 0;
		font-size: 17px;
		color: #255973;
	}
	
/* SEARCH */
#search-main{
	position: absolute;
	right: 47px;
	top: 5px;
}
#search {
	position: absolute;
	right: 30px;
	top: 5px;

}
.search-string {
	padding: 0px 10px;
}
#search .search-submit,
#search-main .search-submit{
	padding: 2px 10px;
	border: none;
	color: #fff;
	background: none;
}

.cms-master-inner-scrollable {
	height: 500px;
	overflow-y: scroll;
	padding-left: 20px;
}
#cms-master-content {
	position: relative;
	width: 966px;
	margin: 0 auto;
	background: #fff;
	z-index: 10;
	border-radius: 14px;
	border: 2px solid #ccc;
}

/* no-payment */
#background-no-payment {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #000;
	opacity: 0.8;
}
#no-payment-container {
	position: fixed;
	background: #fff;
	top: 195px;
	left: 50%;
	margin-left: -315px;
	width: 617px;
	border: 8px solid #d13c0f;
	z-index: 101;
	opacity: 0.9;
}
#no-payment-container .no-payment-content {
	padding: 25px 110px 50px 110px;
	text-align: center;
}
#no-payment-container .no-payment-content h2 {
	font-size: 48px;
	font-family: arial;
	line-height: 48px;
	padding: 10px 0px 25px 0px;
}
#no-payment-container .no-payment-content p, #no-payment-container .no-payment-content a {
	font-size: 18px;
	line-height: 27px;
	color: #020202;
	font-family: arial;
}
#no-payment-container .orange {
	color: #d13c0f;
}
#no-payment-container .red {
	color: #d10f0f;
}


/*** CSS File: /css/fonts.css ***/
@CHARSET "UTF-8";

@font-face {
	font-family: helios;
	src: url('../../css/fonts/helios/HLS57__W.eot');
	src: local('HeliosCond Web'), local('HeliosCondWeb'),
	     url('../../css/fonts/helios/HLS57__W.eot?#iefix') format('embedded-opentype'),
	     url('../../css/fonts/helios/HLS57__W.woff') format('woff'),
	     url('../../css/fonts/helios/HLS57__W.ttf') format('truetype'),
	     url('../../css/fonts/helios/HLS57__W.svg#HeliosCondWeb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: din-cond;
	src: url('../../css/fonts/condensed/DNC57__W.eot');
	src: local('DIN Condensed Web'), local('DINCondensedWeb'), 
		url('../../css/fonts/condensed/DNC57__W.eot?#iefix') format('embedded-opentype'),
		url('../../css/fonts/condensed/DNC57__W.woff') format('woff'),
		url('../../css/fonts/condensed/DNC57__W.ttf') format('truetype'), 
		url('../../css/fonts/condensed/DNC57__W.svg#DINCondensedWeb') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: ubuntu;
	src: url('../../css/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: ubuntu-cond;
	src: url('../../css/fonts/Ubuntu_Condensed/UbuntuCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*** CSS File: /css/system.css ***/
@CHARSET "UTF-8";

/* GLOBAL RELOAD */
body#body .action_panel a,
body#body .action_panel span,
body#body .add_button a {
	font-family: Verdana !important;
	font-size: 12px !important;
}
body#body .editor p,
body#body .editor a,
body#body .editor span,
body#body .editor td,
body#body .editor label,
body#body .editor input,
body#body .editor div,
body#body .editor select {
	font-family: Verdana !important;
	font-size: 12px;
}

/* ACTION PANEL */
body#body .action_panel {
	position: relative;
	top: -15px;
	left: 10px;
	width: 1px; /* 1px для Opera */
	height: 1px; /* 1px для Opera */
	display: inline-block;
}
body#body div.action_panel {
	display: block;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
}
body#body .action_panel span {
	display: block;
}
	body#body .action_panel a.button {
		display: none;
		width: 21px;
		height: 21px;
		background: url(../../css/images/system/edit_button.png);
		text-decoration: none;
		z-index: 1000;
		padding: 0 !important;
		margin: 0 !important;
		border: none;
	}
	body#body #seo-button .action_panel a.button {
		width: 120px;
		background: url(../../css/images/system/edit_button_seo.png);
	}
	body#body .action_panel a.button:hover,
	body#body .action_panel a.button.clicked {
		background: url(../../css/images/system/edit_button_h.png) !important;
	}
	body#body #seo-button .action_panel a.button:hover,
	body#body #seo-button .action_panel a.button.clicked {
		background: url(../../css/images/system/edit_button_seo_h.png) !important;
	}
	body#body .action_panel .ap_content.js {
		width: 193px;
		position: absolute;
		z-index: 1000;
	}
	body#body .action_panel .ap_content.js .top_shad {
		display: block;
		width: 193px;
		height: 10px;
		background: url(../../css/images/system/edit_top_shad.png);
	}
	body#body .action_panel .ap_content.js .bottom_shad {
		display: block;
		width: 193px;
		height: 10px;
		background: url(../../css/images/system/edit_bottom_shad.png);
	}
	body#body .action_panel .ap_content.js .c_in {
		padding: 0 5px;
		background: url(../../css/images/system/edit_pattern.png);
	}
	body#body .action_panel .ap_content.js .action_devider {
		display: none;
	}
	
	body#body .action_panel .ap_content.js a.action,
	body#body .action_panel .ap_content.js input.action {
		display: block;
		width: auto;
		height: auto;
		line-height: 15px !important;
		padding: 5px 5px !important;
		margin: 0  !important;
		font-weight: normal;
		font-family: Verdana !important;
		color: #005b7d !important;
		text-decoration: none;
		text-align: left;
		text-transform: none;
		background: none;
		border: none;
	}
	body#body .action_panel .ap_content.js input.action {
		height: 23px;
	}
	body#body .action_panel .ap_content.js a.action:hover,
	body#body .action_panel .ap_content.js input.action:hover {
/* 		color: #9e000b  !important; */
		background: #eee  !important;
	}
	
	body#body .action_panel .ap_content .wait {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
/* ADD BUTTON */

body#body .add_button a{
	position: relative;
	display: inline-block;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
}
body#body .add_button a span {
	display: inline-block;
	height: 26px;
}
body#body .add_button a span.left {
	display: block;
	position: absolute;
	left:0;
	top: 0;
	width: 34px;
	height: 26px;
	background: url(../../css/images/system/ab_left.png) no-repeat left top;
}
body#body .add_button a:hover span.left {
	background: url(../../css/images/system/ab_left_h.png) no-repeat left top;
}
body#body .add_button a span.right {
	display: block;
	position: absolute;
	right:0;
	top: 0;
	width: 5px;
	height: 26px;
	background: url(../../css/images/system/ab_right.png) no-repeat left top;
}
body#body .add_button a:hover span.right {
	background: url(../../css/images/system/ab_right_h.png) no-repeat left top;
}
body#body .add_button a span.caption {
	margin: 0 5px 0 34px;
	padding: 0 10px 0 0;
	line-height: 26px;
	color: #33430e;
	background: #e8f3ce;
	white-space: nowrap;
}
body#body .add_button a:hover span.caption {
	color: #e8f3ce;
	background: #33430e;
}


/* EDITOR */

body#body .editor {
	position: relative;
/* 	padding: 0 0 10px 0; */
	z-index: 10;
}
body#body .editor .hard-break {
	clear: both;
	height: 3px;
	margin: 20px 0;
	background: #ddebf8;
}
body#body .editor .top,
body#body .editor .bottom {
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
}
body#body .editor .top .t_left,
body#body .editor .bottom .b_left{
	width: 10px;
	height: 10px;
	float: left;
	background: url(../../css/images/system/editor_corner_lt.png);
}
body#body .editor .bottom .b_left{
	background: url(../../css/images/system/editor_corner_lb.png);
}
body#body .editor .top .t_right,
body#body .editor .bottom .b_right{
	width: 10px;
	height: 10px;
	float: right;
	background: url(../../css/images/system/editor_corner_rt.png);
}
body#body .editor .bottom .b_right{
	background: url(../../css/images/system/editor_corner_rb.png);
}
body#body .editor .top .t_center,
body#body .editor .bottom .b_center{
	height: 7px;
	margin: 0 10px;
	background: #f4faff;
}
body#body .editor .top .t_center {
	border-top: 3px solid #ddebf8;
}
body#body .editor .bottom .b_center{
	border-bottom: 3px solid #ddebf8;
}

body#body .editor .center {
	padding: 10px 20px;
	background: #f4faff;
	border-left: 3px solid #ddebf8;
	border-right: 3px solid #ddebf8;
}

body#body .editor p,
body#body .editor label {
	font-size: 12px;
	color: #637283;
	background: none;
	padding: 0;
}
body#body .editor .left,
body#body .editor .left label,
body#body .editor .left label span {
	line-height: 16px;	
}
body#body  .editor .header {
	padding: 0 20px 20px 0;
	font-size: 16px;
	background: none; 
}
body#body .editor .header p.caption {
	display: block;
	width: auto;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 22px;
	color: #426987;
}
body#body .editor .field {
	padding: 5px 0;
}
body#body .editor .field .left {
	display: block;
	width: 140px;
	float: left;
}
body#body .editor .field .right {
	margin-left: 150px;
}
body#body .editor .field input,
body#body .editor .field textarea {
	display: block;
	width: 96%;
	background: #fff;
	border: 1px solid #afc7d2;
	border-radius: 4px;
	color: #3d7798;
	padding: 2px 2%;
	line-height: 24px;
	height: 24px;
}
body#body .editor .field textarea {
	height: 100px;
}
body#body .editor .checkbox-item input,
body#body .editor .field input.checkbox {
	display: inline;
	width: 15px;	
}
body#body .editor .field select {
	width: 100%;
	padding: 5px 2%;
	border: 1px solid #afc7d2;
	color: #3d7798;
}
body#body .editor .field .select.js {
	position: relative;
	height: 31px;
	width: 100%;
}
body#body .editor .field .select.js select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
body#body .editor .field .select.js .beauty {
	overflow: hidden;
	height: 29px;
	background: url(../../css/images/system/beauty_select_arrow.png) right top no-repeat #fff;
	border: 1px solid #afc7d2;
	border-radius: 4px;
}
body#body .editor .field .select.js:hover .beauty {
	background: url(../../css/images/system/beauty_select_arrow_h.png) right top no-repeat #fff;
}
body#body .editor .field .select.js .beauty p {
	padding: 0 2%;
	line-height: 27px;
	height: 27px;
	color: #3d7798;
}
body#body .editor .field .errorMessage {
	margin-left: 180px;
	color: #C42F2F;
}
body#body .editor .field .error input{
	border: 1px solid #C42F2F;
	background: #FFF4F4;
}
body#body .editor .note {
	font-size: 12px;
}
body#body .editor .buttons {
	padding: 20px 0 0 0;
}
body#body .editor .buttons input,
body#body .editor .buttons a {
	display: block;
	width: 159px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #14400f;
	background: url(../../css/images/system/btn.png);
	border: none;
	cursor: pointer;
}
body#body .editor .buttons input:hover,
body#body .editor .buttons a:hover {
	background: url(../../css/images/system/btn_h.png);
}

body#body .editor .notifications {
	
}
body#body .editor .notifications p {
	padding: 10px 0 0 20px;
	color: #444;
}
body#body .editor .notifications ul {
	list-style: none;
	padding: 10px 20px;
}
body#body .editor .notifications .messageSummary {
	margin-bottom: 20px;
	border: 1px solid #A4CD6C;
	background: #EDF7B7;
}
body#body .editor .notifications .messageSummary li {
	color: #455330;
	background: none;
	padding: 0;
}
body#body .editor .notifications .errorSummary {
	margin-bottom: 20px;
	border: 1px solid #C42F2F;
	background: #FFF4F4;
}
body#body .editor .notifications .errorSummary li {
	color: #C42F2F;
}

/* ACCESS */
body#body .editor .access_structure th,
body#body .editor .access_structure td {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 12px;
}
body#body .editor .access_structure td.input {
	position: relative;
	text-align: center;
}
body#body .editor .access_structure td.input .container {
	position: relative;
	width: 100%;
	height: 100%;
}
body#body .editor .access_structure td.input label {
	display: none;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
body#body .editor .access_structure td.input label:hover {
	background: url(../../css/images/system/access_label_h.png) repeat;
}
body#body .editor .access_structure tr.even {
	background: #e5f2fd;
}

/* FILES */

body#body .files-container .header{
	font-size: 20px;
	color: #426987;
}
body#body .images-list {
	padding: 0 0 20px 0;
}
body#body .images-list .image {
	position: relative;
	float: left;
	margin: 0 6px 6px 0;
}
body#body .images-list .image .action_panel {
	position: absolute;
	top:5px;
	left: auto;
	right: 5px;
	width: 21px;
	height: 21px;
}
body#body .images-list .image .default-flag {
	display: none;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #22901f;
	color: #fff;
	text-align: center;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-size: 11px;
}
body#body .images-list .image.default .default-flag {
	display: block;	
}
body#body .files-list .file .action_panel {
	position: relative;
	left: 10px;
	top: -15px;
}


body#body .editor-location {
/* 	position: absolute; */
	display: none;
	min-width: 500px;
	max-width: 650px;
	width: 100%;
	clear: both;
/* 	z-index: 1000; */
}
body#body .editor-location .body{
	min-width: 450px;
	box-shadow: 0 0 15px #aaa;
	border-radius: 8px;
	margin-bottom: 15px;
}

body#body .editor-location .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	width: 23px;
	height: 23px;
	background: url(../../css/images/system/btn_close.png);
	z-index: 10;
}


/* CMS ALERTS */

body#body .cms-errors-list {
	margin-left: 20px;
	padding: 20px 0;
	list-style: square;
}
body#body .cms-error {
	color: #d84747;
	font-size: 14px;
}

body#body .cms-messages-list {
	margin-left: 20px;
	padding: 20px 0;
	list-style: square;
}
body#body .cms-message {
	color: #2e892e;
	font-size: 14px;
}

/* FORMS */

body#body .form-item {
	padding: 10px;
	background: #e9f2fd;
	border-radius: 5px;
}

body#body .form-item .sh-btn {
	color: #234a7f;
	text-decoration: none;
	font-size: 20px;
}
body#body .form-item .sh-btn span {
	border-bottom: 1px dashed;
}

body#body .form-item .description {
	padding: 10px 0 20px 0;
}
body#body .form-item .field p {
	display: inline;
	text-shadow: -1px 1px 0 #fff;
}
body#body .form-item .field p .caption {
	color: #006294;
}
body#body .form-item .field p .data_type {
	color: #036e21;
}
body#body .form-item .fields-list {
	margin-left: 20px;
}


/* LOGIN FORM */

#login-page {
	padding-top: 60px;
	text-align: center;
}
#login-page .header-img {
	width: 600px;
	height: 74px;
	margin: 0 auto 60px auto;
	background: url(../../css/images/system/login-img.gif);
}
#login-page label {
	display: none;
}
#login-page .row {
	margin-bottom: 5px;
}
#login-page .row input {
	width: 300px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-family: Arial;
	font-size: 15px;
	border: none;
	border-radius: 4px;
	box-shadow: inset 1px 1px 2px #888;
	color: #fff;
}
#LoginForm_username {
	background: #50d0f6;
}
#LoginForm_password {
	background: #9fd61d;
}
#login-page .errorMessage {
	color: #994266;
	font-family: Segoe UI, Arial;
	font-size: 14px;
}

#login-page .buttons {
	padding: 50px 0;
}
#login-page .buttons input {
	width: 120px;
	height: 40px;
	background: url(../../css/images/system/login-btn.gif) repeat-x;
	border: 1px solid #cecdcd;
	text-transform: lowercase;
	color: #8a8a8a;
	cursor: pointer;
	box-shadow: none;
	text-shadow: 1px 1px 2px #fff;
}
#login-page .buttons input:hover {
	background: url(../../css/images/system/login-btn-h.gif) repeat-x;
	border: 1px solid #82c1df;
	color: #1e667c;
}



/* DIALOG */
#cms-dialog {
	margin: 0;
	padding: 0;
}

/** TINYMCE INLINE IMAGE **/
.inline-image-container {
	
}
.inline-image-container .img-list-container {
	height: 300px;
	overflow: hidden;
}
.inline-image-container .img-list {
	height: 290px;
	overflow: auto;
	padding: 5px;
}
#cms-dialog .inline-image-container .img-list.files {
	padding: 20px;
}
.inline-image-container .img-list .img {
	width: 110px;
	height: 110px;
	overflow: hidden;
	float: left;
	margin: 5px;
}
.inline-image-container .img-list .img img{
	width: 100%;
}
.inline-image-container .img-list .img a.selected img{
	width: 100px;
	border: 5px solid #ccc;
}
.inline-image-container .img-list .img a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.inline-image-container .img-toolbar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 5px solid #ddd;
	background: #eee;
}
.inline-image-container .img-toolbar .container {
	padding: 10px 2% 0 2%;
}
.inline-image-container .toolbar-item {
	width: 50%;
	height: 30px;
	margin-bottom: 10px;
	float: left;
}
.inline-image-container .toolbar-item label {
	display: block;
	float: left;
	width: 120px;
	margin-right: 20px;
	font-size: 12px;
	font-family: Verdana;
	line-height: 14px;
}
.inline-image-container .toolbar-item input,
.inline-image-container .toolbar-item select,
.inline-image-container .toolbar-item .select {
	display: inline-block;
	width: 120px;
	font-size: 12px;
	font-family: Verdana;
}
.inline-image-container .toolbar-item .select {
	height: 24px;
	border: 1px solid #808080;
	overflow: hidden;
}
.inline-image-container .toolbar-item .select .beauty {
	height: 24px;
	background: url(../../css/images/system/beauty_select_arrow.png) right top no-repeat #fff;
}
.inline-image-container .toolbar-item .select.js .beauty .arrow {
	top: 12px;
}
.inline-image-container .toolbar-item .select.js p {
	font-size: 12px;
	padding: 2px 5px;
	font-family: Verdana;
}
.inline-image-container .toolbar-item input {
	width: 110px;
	padding: 0 5px;
	line-height: 20px;
	height: 20px;
}
.inline-image-container .toolbar-item input.checkbox {
	width: 20px;
}
.inline-image-container .mceActionPanel {
/* 	padding: 20px 0 0 0; */
}
.inline-image-container .mceActionPanel input {
	padding: 5px 20px;
	font-size: 12px;
	font-family: Verdana;
	border: 0;
	background: #ccc;
	cursor: pointer;
}
.inline-image-container .mceActionPanel .left{
	float: left;
}
.inline-image-container .mceActionPanel .left input:hover {
	background: #a6d2a3;
	color: #274e21;
}
.inline-image-container .mceActionPanel .right{
	float: right;
}
.inline-image-container .mceActionPanel .right input:hover {
	background: #d2a3a3;
	color: #541c1c;
}
.inline-image-container .message {
	padding: 0 5px;
}

.inline-image-container .tabs {
	background: #eee;
}
.inline-image-container .tabs a{
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}
.inline-image-container .tabs a:hover,
.inline-image-container .tabs a.active {
	background: #fff;
}


/* USER BASED ACCESS */

body#body .cms-access-user-permits input.checkbox{
	padding: 0;
	height: 14px;
	cursor: pointer;
}
body#body .cms-access-user-permits label {
	cursor: pointer;
}

body#body .editor .progress {
	position: relative;
	width: 400px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
}
body#body .editor .progress .bar {
	background-color: #B4F5B4;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}
body#body .editor .progress .percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
	line-height: 20px;
}

/*** CSS File: /css/std.css ***/
@charset "UTF-8";

img {
	border: none;
}

.clear {
	display: block;
	height: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

.f-left {
	float: left;
}

.js-only {
	display: none;
}

ul ul {
	margin-left: 20px;
}

.pointer {
	cursor:pointer;
}

/* LIST */
.std-list-item {
	margin-bottom: 60px;
}
.std-list-item .img{
	float: left;
	width: 115px;
}
.std-list-item .img img {
	border: 1px solid #ddd8bd;
}
.std-list-item .content {
	margin-left: 133px;
}
.std-list-item .content .top {
	margin-bottom: 15px;
}
.std-list-item .content .caption {
	font-size: 17px;
	color: #0b6b7f;
	text-decoration: none;
	border-bottom: 1px solid #c2dadf;
}
.std-list-item .content .center {
	margin-bottom: 9px;
}
.std-list-item .content .date,
.std-list-item .content .bottom p {
	font-size: 15px;
}


/* VIEW COUNTS */

.view-counts {
	color: #7f715e;
}


/* FEEDBACK */
.fb .cpt-field {
	position: absolute;
	width: 0px;
	height: 0px;
	border: none;
	font-size: 0px;
	line-height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.fb fieldset,
.fb legend {
	padding: 0;
	margin: 0;
	border: none;
}


/* beauty select */

.select.js {
	position: relative;
}
.select.js select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.select.js .beauty {
	position: relative;
}
.select.js .beauty .arrow {
	position: absolute;
	top: 15px;
	left: 100%;
	display: block;
}

/* SEO */

#seo-button {
	position:fixed;
	left: 0;
	top: 10px;
}
.wide #seo-button,
.index #seo-button {
	left: 10px;
}

/* PAGER */
.std-pager-list {
	list-style: none;
}
.std-pager-list li {
	display: inline-block;
}
.std-pager-list li.hidden,
.std-pager-list li.first,
.std-pager-list li.last {
	display: none;
}
.std-pager-list li a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 4px 12px;
	font-size: 16px;
	font-family: Tahoma;
	background: #dadada;
	color: #7f7d7d;
	text-decoration: none;
}
.std-pager-list li.selected a {
	background: #abaaaa;
	color: #fff;
}
.std-pager-list li.next a,
.std-pager-list li.previous a {
	text-indent: -9999px;
	padding: 0;
	width: 91px;
	padding: 4px 0;
}
.std-pager-list li.next a {
}
.std-pager-list li.previous a {
}


/* CONFIG */

.params-config th,
.params-config td {
	padding: 3px 20px;
	text-align: left;
}
.params-config th {
	background: #eee;
}
.params-config th.empty {
	background: none;
}
body#body .params-config td .action_panel {
	position: relative;
	left: -20px;
}

/* DIALOG */

#cms-dialog {
	background: none;
}

/* ADMIN MENU */

#cms-admin-menu {
	position: fixed;
	top: 60px;
	right: -4px;
	padding-left: 30px;
}
#cms-admin-menu .container {
	padding: 3px 10px;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	background: #50d0f6;
	border: 3px solid #9fd61d;
	box-shadow: inset 0 0 15px #33abce;
	-webkit-box-shadow: inset 0 0 15px  #33abce;
	-moz-box-shadow: inset 0 0 15px  #33abce;
}
#cms-admin-menu a.icon {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 21px;
	height: 30px;
	background: url(../../css/images/system/apriarrow.png) no-repeat;
}
#cms-admin-menu ul {
	padding: 3px 0;
}
#cms-admin-menu li {
	display: inline;
}
#cms-admin-menu li a {
	padding: 1px 10px 3px 10px;
	font-size: 16px;
	font-family: Segoe UI, Verdana;
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}
#cms-admin-menu li a:hover {
	box-shadow: inset 0 0 10px #fff;
}

/*** CSS File: /css/slimbox2.css ***/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	/* overflow: hidden; */
	background-color: none;
}
#lbBottomContainer {
	overflow: hidden;
}

.lbLoading {
	background: #fff url(../../css/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/* border: 10px solid #fff; */
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../css/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../css/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	padding: 10px 0;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	/* border: 10px solid #fff; */
	border-top-style: none;
}

#lbCloseLink {
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	width: 11px;
	height: 11px;
	background: transparent url(../../css/images/slimbox/close.png) no-repeat center;
	outline: none;
}
#lbCloseLink:hover {
	background: transparent url(../../css/images/slimbox/close_h.png) no-repeat center;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	color: #eee;
}

#lbCaption {
	font-weight: bold;
}


/*** CSS File: /js/jquery-ui/css/smoothness/jquery-ui-1.9.2.custom.min.css ***/
/*! jQuery UI - v1.9.2 - 2013-01-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;cursor:pointer;text-align:center;zoom:1;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:1.4}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0em}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(../../js/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(../../js/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(../../js/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(../../js/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(../../js/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(../../js/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(../../js/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px;background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png)}.ui-widget-content .ui-icon{background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../../js/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../../js/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../../js/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}

/*** CSS File: /js/uploadify-3.2/uploadify.css ***/
/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../../js/uploadify-3.2/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

/*** CSS File: /css/jscrollpane.css ***/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}



/** CUSTOM **/
.jspContainer {
	padding-bottom: 0;
}
.jspHorizontalBar {
	bottom: 5px;
	height: 7px;
	background: none;
}
/* .jspArrow.jspArrowLeft { */
/* 	width: 16px; */
/* 	height: 21px; */
/* 	background: url(../../css/images/icons/icons/icons.png) no-repeat -22px top; */
/* } */
/* .jspArrow.jspArrowLeft.jspDisabled { */
/* 	background: url(../../css/images/icons/icons/icons.png) no-repeat -22px -21px; */
/* } */
/* .jspArrow.jspArrowRight { */
/* 	width: 15px; */
/* 	height: 21px; */
/* 	background: url(../../css/images/icons/icons/icons.png) no-repeat -38px top; */
/* } */
/* .jspArrow.jspArrowRight.jspDisabled { */
/* 	background: url(../../css/images/icons/icons/icons.png) no-repeat -38px -21px; */
/* } */
.jspTrack {
	background: url(../../css/images/content/gallery-rails.png) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
.jspDrag {
	background: url(../../css/images/content/gallery-track.png) no-repeat center bottom;
	z-index: 1000;
}

/*** CSS File: /css/cms-master.css ***/
@CHARSET "UTF-8";

#cms-master-content {
    position: relative;
    width: 966px;
    margin: 0 auto;
    background: #fff;
    z-index: 10;
    border-radius: 14px;
    /* border: 2px solid #ccc;*/
}
.cms-master-common-container{
    position: relative;
    margin-bottom: 25px;
}
.background{
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 5% 0 0 0;
    background: rgb(70,70,70);
    background: rgba(0,0,0,0.8);
    overflow: auto;
}
.cms-master-layer {
    padding: 55px 85px 80px 80px;
}
.cms-master-layer[data-id="editor"]{
    display: none;
}
.cms-master-nested {
    margin-left: 30px;
}

.hide-on-init {
    display: none;
}

/* HEADER */
/*
.cms-master-header {
	margin-bottom: 20px;
}
.cms-master-header p {
	font-size: 18px;
	color: #666;
}
*/
/* CAPTION */

.cms-master-step-caption{
    margin-bottom: 60px;
    font-family: verdana;
    font-size: 22px;
    line-height: 29px;
    color: #0c0c0c;
}
.cms-master-step-caption .icon-logo{
    display: block;
    width: 35px;
    height: 29px;
    background: url(../../css/images/cmsMaster/logo-bw.png) no-repeat center center;
    float: left;
    margin-right: 15px;
}
/*
.cms-master-step-caption .cms-master-note {
	margin-bottom: 10px;
	color: #bbb;
	font-weight: bold;
}
.cms-master-step-caption .cms-master-caption {
	display: inline;
	font-size: 18px;
}
*/

/* NAVI */

.cms-master-navi {
    position: relative;
    height: 55px;
    margin-bottom: 50px;
}
.cms-master-navi .cms-master-btn{
    position: absolute;
    width: 200px;
    height: 55px;
    line-height: 55px;
    background: #ccc;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border-bottom: #b6b5b5 4px solid;
}
.cms-master-navi .cms-master-btn .cms-master-icon{
    padding-left: 20px;
    height: 16px;
    width: 10px;
}
.cms-master-navi .cms-master-btn.prev .cms-master-icon{
    background: url(../../css/images/cmsMaster/prev.png) no-repeat center left;
}
.cms-master-navi .cms-master-btn.next .cms-master-icon{
    background: url(../../css/images/cmsMaster/next.png) no-repeat center right;
}
.cms-master-navi .cms-master-btn.prev {
    color: #0d8cc8;
    border-bottom: none;
    background: #fff;
    text-align: left;
}
.cms-master-navi .cms-master-btn.next {
    right: 0px;
    color: #fff;
}
.cms-master-navi .cms-master-btn.next.success{
    background: #0d8cc8;
    border-bottom: #0c6a96 4px solid;
}
.cms-master-navi .cms-master-btn.next.success:hover{
    background: #149dde;
}
/* STEPS LINE */

.cms-master-steps-line {
    margin-top: -12px;
    margin-left: 16px;
    font-size: 0;
    line-height: 0;
}
.cms-master-steps-line .cms-master-step-item {
    display: inline-block;
}
.cms-master-steps-line .cms-master-step-inner {
    position: relative;
    padding: 8px 0;
    margin-right: 2px;
}
.cms-master-steps-line .cms-master-step-item .cms-master-step-inner span.icon{
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    font-size: 0px;
    top: 6px;
    left: -2px;
    background: #0d8cc8;
    color: #0d8cc8;
}
.cms-master-step-item.active ~ .cms-master-step-item span.icon{
    background: #d1d1d1;
    color: #d1d1d1;
}
.cms-master-steps-line .cms-master-step-item.active .cms-master-step-inner span.icon,
.cms-master-steps-line .cms-master-step-item.last .cms-master-step-inner span.icon{
    height: 37px;
    width: 37px;
    border-radius: 18px;
    background: #d1d1d1;
    color: #fff;
    line-height: 37px;
    top: -8px;
    left: -16px;
    text-align: center;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}
.cms-master-steps-line .cms-master-step-item.active .cms-master-step-inner span.icon{
    background: #0d8cc8;
}
.cms-master-steps-line .cms-master-step-inner .cms-master-icon {
    height: 4px;
    background: #0d8cc8;
}
.cms-master-step-item.active ~ .cms-master-step-item .cms-master-icon{
    background: #d1d1d1;
}
.cms-master-step-item.active .cms-master-icon{
    background: #d1d1d1;
}
.cms-master-steps-line .filled .cms-master-step-inner {
    background: #5abd4a;
}

.cms-master-steps-line .cms-master-note {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    padding: 5px;
    background: #f8f8f8;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 16px;
}
.cms-master-steps-line .cms-master-step-inner:hover .cms-master-note {
    display: block;
}

/* STEPS */

.cms-master-steps .cms-master-step-content {
    display: none;
    padding: 80px 0;
}
.cms-master-steps .cms-master-step-content.active {
    display: block;
}
.cms-master-steps .cms-master-step-content input[type=text],
.cms-master-steps .cms-master-step-content input[type=number]{
    height: 45px;
    line-height: 45px;
    padding: 1px 20px;
    width: 560px;
    border: 1px solid #d1d1d1;
    font-family: arial;
    font-size: 16px;
    color: #161616;
    border-radius: 2px;
    outline: none;
}

.cms-master-steps .cms-master-step-content input.small[type=text],
.cms-master-steps .cms-master-step-content input.small[type=number]{
    width: 288px;
}
.cms-master-steps .cms-master-step-content input[type=text]:focus,
.cms-master-steps .cms-master-step-content input[type=text]:hover {
    border: 3px solid #d1d1d1;
    padding: 0px 19px;
    line-height: 43px;
    height: 43px;
    width: 558px;
}
.cms-master-steps .cms-master-step-content input[type=text].small:focus,
.cms-master-steps .cms-master-step-content input[type=text].small:hover {
    width: 286px;
}
.cms-master-steps .cms-master-step-content input[type=number]::-webkit-inner-spin-button,
.cms-master-steps .cms-master-step-content input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin:0;
}
.cms-master-steps .cms-master-step-content input.date{
    width: 45px;
    margin-right: 5px;
    float: left;
}
/*
.cms-master-steps .cms-master-step-content input.date:focus,
.cms-master-steps .cms-master-step-content input.date:hover{
	width: 43px;
}*/

.cms-master-steps .cms-master-step-content input.date.year{
    width: 115px;
}
/*
.cms-master-steps .cms-master-step-content input.date.year:focus,
.cms-master-steps .cms-master-step-content input.date.year:hover{
	width: 113px;
}
*/
.cms-master-steps .cms-master-step-content .icon.date-picker{
    display: block;
    height: 40px;
    width: 30px;
    background: url(../../css/images/cmsMaster/icon-date.png) no-repeat center center;
    float: left;
}
.cms-master-steps .cms-master-step-content textarea,
.cms-master-steps .cms-master-step-content textarea{
    display: block;
    width: 563px;
    border: 1px #d1d1d1 solid;
    padding: 10px 19px;
    min-height: 115px;
    outline: none;
    resize: none;
    font-size: 16px;
    font-family: arial;
    color: #161515;
}
.cms-master-quick-editor textarea{
    width: 544px;
}
.editor-textarea{
    margin-bottom: 50px;
}

.select-container{
    position: relative;
    width: 563px;
    line-height: 48px;
    margin-bottom: 20px;
}
.select-container select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.js-custom-select-value{
    display: block;
    width: 100%;
    height: 100%;
    color: #161515;
    font-family: arial;
    font-size: 15px;
    line-height: 48px;
    padding: 0px 19px;
    text-decoration: none;
    border: 1px #d1d1d1 solid;
    background: url(../../css/images/cmsMaster/select-arrow.png) no-repeat 560px center;
}
.js-custom-select-value span{
    /*dislay: block;
    position: absolute;
    top: 20px;
    rigth: 10px;
    width: 18px;
    height: 11px;
    */
}
.js-custom-select-value:hover{
    color: #161515;
}
.js-custom-select-container.popup-note {
    display: none;
    width: 603px;
}
.popup-note .select-list .list-item {
    position: relative;
    display: block;
    line-height: 48px;
    padding: 0px 19px;
    color: #161616;
    background: #efefef;
    text-decoration: none;
    font-family: arial;
    font-size: 16px;
    z-index: 10;
}
.popup-note .select-list .list-item:hover {
    cursor: pointer;
    background: #f8f8f8;
}

/* BUTTON */
.sh-parent .sh-btn:not(.cms-master-action){
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    color: #0d8cc8;
    text-decoration: none;
}

/* NOTIFICATIONS */

.cms-master-notifications {
    position: absolute;
    top: 0;
    right: 0;
}
body#body .cms-master-notifications ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
body#body .cms-master-notifications li {
    padding-right: 20px;
    padding-left: 20px;
}
body#body .cms-master-notifications li.cms-error {
    background: #ffe6e6;
    border-bottom: 1px solid #fabbbb;
}
body#body .cms-master-notifications li.cms-message {
    background: #e6ffe7;
    border-bottom: 1px solid #b6fbb9;
}

/* COMMON */
.cms-fade-out {
    opacity: 0;
    animation: cms-fade-out 5s ease;
    -webkit-animation: cms-fade-out 10s ease;
    -moz-animation: cms-fade-out 10s ease;
    -ms-animation: cms-fade-out 10s ease;
    -o-animation: cms-fade-out 10s ease;
}

@keyframes cms-fade-out {
    0% {opacity: 1;}
    100%{opacity: 0;}
}
@-webkit-keyframes cms-fade-out {
    0% {opacity: 1;}
    100%{opacity: 0;}
}
@-moz-keyframes cms-fade-out {
    0% {opacity: 1;}
    100%{opacity: 0;}
}
@-ms-keyframes cms-fade-out {
    0% {opacity: 1;}
    100%{opacity: 0;}
}
@-o-keyframes cms-fade-out {
    0% {opacity: 1;}
    100%{opacity: 0;}
}

/* BLOCKS */

.cms-master-block {
    position: relative;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
/*
.cms-master-row {
	padding: 10px;
	margin-left: -10px;
}*/
/*
.cms-master-row.error {
	background: #ffebeb;
}*/
.cms-master-row label {
    display: block;
}
.cms-master-row.error label,
.cms-master-row.error input {
    color: #aa2525;
}
.cms-master-block .sticker {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #eee;
    font-weight: bold;
}

.cms-master-checkbox {
    position: relative;
    margin-bottom: 20px;
}
.cms-master-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.cms-master-checkbox label {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #ccc;
    color: #fff;
    cursor: pointer;
}
.cms-master-hidden-on-init {
    display: none;
}
.cms-master-block .cms-master-btn-delete {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.cms-master-block a.cms-master-btn-delete {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #ccc;
    color: #fff;
    text-decoration: none;
}
.cms-master-block .cms-master-delete {
    display: inline-block;
}
.cms-master-block .cms-master-return {
    display: none;
}
.cms-master-block.to-delete {
    min-height: 40px;
}
.cms-master-block.to-delete .cms-master-delete {
    display: none;
}
.cms-master-block.to-delete .cms-master-return {
    display: inline-block;
}
.cms-master-block.to-delete .cms-master-row {
    display: none;
}

.cms-master-simple-checkbox {
    position: relative;
    margin-bottom: 20px;
}
.cms-master-steps .cms-master-simple-checkbox input {
    display: none;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.cms-master-simple-checkbox label {
    margin-left: 30px;
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
    color: #161616;
}
.cms-master-simple-checkbox label:hover{
    cursor: pointer;
}
.cms-master-simple-checkbox label .icon{
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../../css/images/cmsMaster/check-no-checked.png) no-repeat center center;
}
.cms-master-simple-checkbox.checked label .icon{
    background: url(../../css/images/cmsMaster/check-checked.png) no-repeat center center;
}
.cms-master-simple-radio {
    position: relative;
    display: inline-block;
    margin-right: 50px;
}
.cms-master-steps .cms-master-simple-radio input {
    display: none;
    width: 0px;
    height: 0px;
    position: absolute;
    opacity: 1;
    top: 0px;
    left: 0px;
}
.cms-master-simple-radio label {
    margin-left: 30px;
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
    color: #161616;
}
.cms-master-simple-radio label:hover{
    cursor: pointer;
}
.cms-master-simple-radio .icon{
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../../css/images/cmsMaster/radio-no-checked.png) no-repeat center center;
}
.cms-master-simple-radio.checked .icon{
    background: url(../../css/images/cmsMaster/radio-checked.png) no-repeat center center;
}
.cms-master-checklist .cms-master-checklist {
    margin-left: 40px;
}

.cms-master-program-caption {
    font-size: 16px;
}
.list-disciplines .row{
    margin-top: 20px;
}
.hide-on-init {
    display: none;
}
.cms-master-sh-item {
    text-decoration: none;
    border-bottom: 1px dashed;
}
.sh-parent:not(.new-container) .sh-content{
    position: relative;
    padding-bottom: 75px;
}
.cms-master-sh-parent .cms-master-sh-on-opened{
    display: none;
}
.cms-master-sh-parent.opened .cms-master-sh-on-opened{
    display: block;
}
.cms-master-sh-parent.opened .cms-master-action.cms-master-sh-on-opened{
    display: inline;
}
.cms-master-sh-parent.opened .cms-master-sh-on-closed{
    display: none;
}

.cms-master-file-field-container {
    position: relative;
    height: 68px;


    margin-bottom: 5px;
}
.cms-master-file-field-container label,
.cms-master-file-field-container .label-helper,
.cms-master-file-field-container .label-helper .blue{
    height: 68px;
    font-family: arial;
    font-size: 15px;
    color: #969696;
    line-height: 68px;
    display: inline-block;
}
.cms-master-file-field-container label {
    width: 324px;
    text-align: center;
    border: 2px dashed #d1d1d1;
}
.cms-master-file-field-container .label-helper{
    margin-left: 15px;
}

.cms-master-file-field-container .label-helper .blue{
    color: #0d8cc8;
}
.cms-master-steps .cms-master-step-content .cms-master-file-field {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
}
#cms-master-content .progress-container{
    position: relative;
}
#cms-master-content .progress {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
#cms-master-content .progress .bar {
    background-color: #0d8cc8;
    width: 0%;
    height: 100%;
    border-radius: 3px;
}
#cms-master-content .progress .percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
    line-height: 20px;
}

/* FILES LIST */

.cms-master-files-list {
    padding-top: 20px;
}
.cms-master-files-list .cms-master-files-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}
.cms-master-files-list .cms-master-files-item input{
    display: inline-block;
    width: 525px;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #d1d1d1;
    font-family: arial;
    font-size: 16px;
    color: #161616;
}
.cms-master-quick-editor .cms-master-files-item input{
    width: 505px;
}
.cms-master-files-list .cms-master-files-item input:hover,
.cms-master-files-list .cms-master-files-item input:focus{
    outline: none;
}
.cms-master-files-list .cms-master-files-item .cms-master-delete-file-btn{
    top: 10px;
}
.cms-master-files-list .cms-master-files-item .icon-file{
    position: absolute;
    top: 15px;
    left: 0px;
    width: 25px;
    height: 23px;
    background: url(../../css/images/cmsMaster/file.png) no-repeat center center;
}
.cms-master-files-list .cms-master-caption {
    display: inline;
    margin-right: 10px;
}

/* NOTES */
.cms-master-help-note{
    margin-bottom: 30px;
    width: 603px;
}
#last-slide .cms-master-help-note{
    width: 485px;
}
.cms-master-help-note,
.cms-master-help-note p,
.cms-master-help-note a,
.cms-master-help-note span {
    font-family: verdana;
    font-size: 15px;
    color: #161616;
}

.cms-master-help-note.bottom{
    position: relative;
    width: 552px;
    padding: 25px;
    background: #efefef;
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
    color: #7a7a7a;
}
.cms-master-help-note.bottom .icon{
    position: absolute;
    top: -32px;
    left: 60px;
    border: 16px solid transparent;
    border-bottom: 16px solid #efefef;
}
.cms-master-help-note.bottom p,
.cms-master-help-note.bottom a,
.cms-master-help-note.bottom span{
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
    color: #7a7a7a;
}
/* LIST */

.cms-master-list-item {
    position: relative;
    padding: 15px 20px 5px 20px;
    margin-bottom: 20px;
    border: 2px solid #efefef;
}
/*
.cms-master-list-item:hover {
	background: #eee;
}*/
.cms-master-list-item .cms-master-caption {
    margin-right: 120px;
    font-size: 15px;
    font-family: arial;
    line-height: 20px;
    color: #161616;
    margin-bottom: 20px;
}
.cms-master-list-item .cms-master-caption:first-child{
    font-family: verdana;
    font-size: 18px;
    line-height: 24px;
}
.cms-master-list-item .cms-master-actions {
    position: absolute;
    top: 5px;
    right: 20px;
    white-space: nowrap;
    z-index: 10;
}
.cms-master-list-item .cms-master-delete-btn{
    position: absolute;
    bottom: 5px;
    right: 20px;
}
.cms-master-list-item .cms-master-action {
    text-decoration: none;
    font-size: 12px;
    font-family: verdana;
}

/* VEIL */

.cms-master-veil {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../css/images/cmsMaster/loading.gif) no-repeat center center rgba(255,255,255,0.7);
}
.state-loading .cms-master-veil {
    display: block;
}

/* QUICK EDITOR */

.new-container .cms-master-quick-editor {
    position: relative;
    border: 2px solid #efefef;
    width: 100%;
    padding: 20px 20px 75px 20px;
}
.caption-quick-editor{
    font-family: verdana;
    font-size: 18px;
    color: #161616;
    margin-bottom: 25px;
}
.cms-master-quick-editor .field,
.cms-master-list-item .cms-master-row {
    margin-bottom: 20px;
}

.cms-master-quick-editor .field label{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #161616;
}
.cms-master-quick-editor .field.error input{
    /* background: #ffebeb;*/
}
.cms-master-quick-editor .field.error .error,
.cms-master-row.error .error {
    position: relative;
    line-height: 45px;
    padding: 15px 25px 17px 20px;
    margin-left: 10px;
    color: #7f4848;
    background: #ffc4c4;
    font-family: arial;
    font-size: 15px;
}
.cms-master-quick-editor .field.error .error .triangle,
.cms-master-row.error .error .triangle{
    position: absolute;
    left: -20px;
    top: 11px;
    border: 13px solid transparent;
    border-right: 13px solid #ffc4c4;
}
.cms-master-quick-editor .buttons{
    position: absolute;
    bottom: 20px;
    /*margin-bottom: 20px;*/
}
.cms-master-quick-editor .buttons .btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px 0px 25px;
    background: #0d8cc8;
    color: #fff;
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    border: none;
    outline: none;
}
.cms-master-quick-editor .cms-master-delete-btn,

.cms-master-files-list .cms-master-files-item .cms-master-delete-file-btn,
.cms-master-selected-item .cms-master-delete-btn {
    position: absolute;
    top: 10px;
    right: 105px;
    display: inline-block;
    text-decoration: none;
    color: #0d8cc8;
    background: none;
}
.cms-master-quick-editor .fake-delete{
    position: absolute;
    top: 5px;
    right: 20px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 12px;
    font-family: verdana;
}
/* CLOSE BTN */

body#body  #cms-master-content a.cms-master-close-btn {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 25px;
    background: url(../../css/images/cmsMaster/close-master.png) no-repeat center center;
    z-index: 10;
}

/* PARTS LIST */
.cms-master-parts-list p{
    height: 45px;
    line-height: 45px;
    padding: 1px 20px;
    width: 560px;
    border: 1px solid #d1d1d1;
    font-family: arial;
    font-size: 16px;
    color: #161616;
    margin-bottom: 20px;
}
.cms-master-parts-list .parts-item {
    position: relative;
    margin-bottom: 20px;
}

.cms-master-steps .cms-master-step-content .cms-master-parts-list .btn:not(.new) {
    position: absolute;
    top: 10px;
    right: 125px;
    display: inline-block;
    outline: none;
    border: none;
    text-decoration: none;
    color: #0d8cc8;
    background: none;
}
.cms-master-steps .cms-master-step-content .cms-master-parts-list .btn.new{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px 0px 25px;
    background: #0d8cc8;
    color: #fff;
    text-decoration: none;
    font-family: arial;
    font-size: 15px;
    outline: none;
    border: none;
}

/* WORKERS POST && DISCIPLINES */
.cms-master-posts-item,
.cms-master-selected-item {
    position: relative;
    width: 560px;
    height: 45px;
    line-height: 45px;
    padding: 1px 20px;
    width: 560px;
    border: 1px solid #d1d1d1;
    font-family: arial;
    font-size: 16px;
    color: #161616;
    margin-bottom: 10px;
}
.cms-master-discipline-caption{
    font-family: arial;
    font-size: 16px;
    color: #161616;
    line-height: 45px;
}
.cms-master-selected-item .cms-master-delete-btn{
    top: 10px;
    right: -90px;
}
.cms-master-add-selected-item-btn{
    font-family: arial;
    font-size: 15px;
    color: #0d8cc8;
    text-decoration: none;
}
.cms-master-add-selected-item-btn:hover{
    color: #0d8cc8;
}
.save-disciplines,
.cancel-disciplines{
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    color: #0d8cc8;
    background: none;
}
/*
.cms-master-disciplines-item {
	position: relative;
}
.cms-master-discipline-caption {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
}
.cms-master-disciplines-item .cms-master-delete-btn {
	display: inline-block;
	text-decoration: none;
	color: #888;
}
.cms-master-disciplines-item .cms-master-delete-btn:hover {
	color: #444;
}
.cms-master-disciplines-list {
	margin-left: 20px;
}
.cms-master-disciplines-item .cms-master-caption-field {
	display: none;
}
.cms-master-disciplines-item.cms-master-custom .cms-master-caption-field {
	display: inline-block;
}
.cms-master-disciplines-item.cms-master-custom .cms-master-discipline-caption {
	display: none;
}
*/

/* LAST SLIDE */

#last-slide{
    display: none;
    padding: 45px 80px 80px 80px;
}

#confirm{
    display: none;
    position: fixed;
    top: 10%;
    width: 500px;
    background: #fff;
    z-index: 10;
    margin-left: -250px;
    left: 50%;
    padding: 40px;
    border-radius: 20px;

}
#confirm a{
    display: inline-block;
    background: #0d8cc8;
    border-bottom: #0c6a96 4px solid;
    margin-right: 20px;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
#confirm .text-submit,
#confirm .cms-master-step-caption{
    margin-bottom: 40px;
}

/* DRAG AND DROP FILES */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    border: none;
    background: none;
}
.drag-and-drop-files{
    padding-bottom: 20px;
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
    color: #7a7a7a;
    width: 582px;
}

