body {
	background: #fff;
	color: #385162;
	font-family:'Arial';
	font-size: 14px;
}
body, form {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	border: 0;
}
a {
	color: #0083cb;
	text-decoration: underline;
}
a, input[type="text"], input[type="password"], .row-list-item-content {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
ul li {
	list-style-image: url(../img/li_img.png);
	margin-bottom: 10px;
}
ol li {
	margin-bottom: 10px;
}
a:hover {
	color: #00456b;
	text-decoration: none;
}
.cont input[type="text"], .cont input[type="password"], .cont select, .cont textarea {
	border: 1px solid #b4cbd8;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
	color: #636c72;
	height: auto;
}
.cont select {
	background-color: #eff5f9;
}
body h1 {
	font-size: 35px;
	line-height: 33px;
	color: #596369;
	padding: 8px 0 15px 0;
	margin: 0;
	font-weight: normal;
}
body h3 {
	font-size: 24px;
	line-height: 26px;
	color: #596369;
	padding: 7px 0px;
	margin: 0;
	font-weight: normal;
}
body h4 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #a6aeb3;
	padding: 0;
	margin: 0px 10px;
}
body h3 b, body h3 strong, body h4 b, body h4 strong, body h1 b, body h1 strong { font-weight: normal; }
.cont h1 {
	padding: 7px 0px;
}
.cont h4 {
	font-size: 20px;
	text-transform: none;
	color: #385162;
	/*font-family: 'FiraSansMedium';*/
	line-height: 26px;
	padding-bottom: 10px;
}
.button, .gray-button {
	border: 1px solid #da9d23;
	border-bottom: 1px solid #c66710;
	background-color: #fcb526;
	color: #563f10;
	padding: 4px 15px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.button:hover {
	background-color: #ffde00;
}
th {
	font-weight: bold;
	font-family: 'Roboto';
	color: #6c6c6c;
	font-size: 14px;
}
.dataGrid td {
	padding-bottom: 15px;
}
.gray-button {
	background: #f2f2f2;
	border: 1px solid #ccd5d7;
	border-bottom: 1px solid #a4b3b7;
	text-decoration: none;
	border-radius: 4px;
	font-size: 13px;
	color: #7a868f;
	padding: 5px 15px 4px;
	font-family: 'FiraSansMedium';
	box-shadow: 0px 2px 2px 0px rgba(179, 199, 206, 0.27);
}
.gray-button img {
	border: none !important;
	vertical-align: middle;
	margin: -1px 5px 0 0 !important;
	opacity: 0.8;
}
.gray-button:hover {
	background: #dddada;
}
.gray-button:hover img {
	opacity: 1;
}
.ofh {
	overflow: hidden;
}
.clear {
	clear: both;
}
.p0 { padding: 0 !important; }
.p7 { padding: 7px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.pb40 { padding-bottom: 40px; }
.lh47 { line-height: 47px; }
.container {
	width: auto;

	 {
    margin: 0;
    padding: 0;
}
/*эффект падающего снега*/
.xmas {
 height: 100%;
 width: 100%;
 position: relative;
 background: url("https://wp-lessons.com/wp-content/uploads/2014/12/xmas-large.jpg") no-repeat 0 0/cover;
}
.xmas .xmas-message {
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 2;
 -ms-transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: calc(90% - 6rem);
 height: calc(100% - 12rem);
 margin: 0 auto;
 background: url(https://wp-lessons.com/wp-content/uploads/2014/12/merryxmas.png) no-repeat 50% 50% / contain;
}
.xmas .from {
 position: absolute;
 bottom: 40px;
 width: 100%;
 z-index: 3;
 text-align: center;
}
.xmas .from div {
 font-family: "quimby-mayoral", sans-serif;
 color: #ffffff;
 font-size: 40px;
 margin-bottom: 10px;
}
.xmas .from .gc-link {
 display: inline-block;
 font-family: "brandon-grotesque", sans-serif;
 font-size: 24px;
 color: #ffffff;
 -webkit-transition: 400ms ease;
 transition: 400ms ease;
 text-decoration: none;
 text-transform: uppercase;
}
.xmas .from .gc-link:hover {
 color: #1cff94;
}
.xmas #xmas {
 width: 100%;
 height: 100%;
 position: relative;
 z-index: 2;
}
/*конец эффекта*/

body {
    background-image: url('img/snow.png'), url('img/snow3.png'), url('img/snow2.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

@keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 50% {background-color:#b4cfe0;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#6b92b9;}
}

@-ms-keyframes snow {
 0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
}
.main {
	max-width: 1200px;
	margin: auto;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
	box-shadow: 2px 0 15px -4px rgba(31, 73, 125, 0.8), -2px 0 8px -4px rgba(31, 73, 125, 0.8);
}

.header {
	background: #fff;
	padding: 0px 0;
}

.header-menu-items a:last-child {
  margin-right: 0;
}

.menu {
	background: #004d86;
	min-width: 1000px;
	border: 0px solid #000;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto !important;
}
.menu ul.justify > li {
	position: relative;
}
.menu ul.justify > li > a {
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	border-radius: 5px 5px 0 0;
	border: 1px solid transparent;
	border-bottom: none;
	position: relative;
	top: 1px;
}
.menu ul.justify > li:hover > a, .menu ul.justify > li > a.active, .menu .dropdown {
	background-color: #004d86;
	border: 1px solid #004d86;
	border-bottom: none;
	z-index: 100;
}

.menu .dropdown {
	max-height: 0px;
	opacity: 0;
	position: absolute;
	min-width: 206px;
	max-width: 400px;
	padding: 10px 0px 0px 0px;
	left: 7px;/*осы*/
	/*border-radius: 0 5px 5px 5px;
	border-bottom: 1px solid #3796cb;*/
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	box-shadow: none;
	overflow: hidden;
}
.menu li .dropdown {
	max-height: 0px;
	padding: 0px; /*под меню кубики -_-*/
}
.menu li:hover .dropdown {
	box-shadow: 4px 4px 16px 0px rgba(0, 103, 191, 0.75);
	max-height: 900px;
	position: absolute;
	padding-top: 0;
	border-radius: 5px 5px 5px 5px;
	border-bottom: 1px solid #3796cb;
	opacity: 1;
	/*border-top: -5;*/ /*уменьшить после настройки*/
	overflow: visible;
}

.menu li:first-child .dropdown {
	left: -3%; /*Выровнение */
	z-index: 100;
}
.menu .dropdown > li {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;

}
.menu .dropdown a {
	display: block;
	color: #fff;
	width: 100%;
	padding-left: 12px;
	padding-top:  5px;
	padding-right: 	5px;
	padding-bottom:	5px;
	text-decoration: none;
	border-radius: 5px;
}
.menu .dropdown a:hover,
.menu .dropdown a:focus,
.menu .dropdown a.active {
	background-color: /*#385162;*/ #8796A1;

}
.main-menu-cont {/*размер шрифта меню*/
	padding: 0 5px;
	font-size: 15px;
}
ul.justify {
	padding: 0;
	margin: 0;
	text-align: justify;
	width: 100%;
	max-height: 42px;
}
ul.justify > li {
	display: inline-block;
	text-align: left;
    //display : inline;
    //zoom : 1;
}
ul.justify > li:before {
	width: 20px;
	position: relative;
	height: 20px;
	content: '  ';
	left: -2px;
	top: 6px;
	background: url(../img/menu_seporator.png) no-repeat;
}
ul.justify > li:first-child:before {
	display: none;
}
/*service*/
.nav__item--home {
    background: url(../img/1farm.jpg) no-repeat;
}
.nav__item--blog {
  background: url(../img/1reestr.jpg) no-repeat;
}
.nav__item--gallery {
  background: url(../img/1zakupki.jpg) no-repeat;
}
.nav__item--home1 {
    background: url(../img/1calc.jpg) no-repeat;
}
.nav__item--blog1 {
    background: url(../img/1jurnal.jpg) no-repeat;
}
.nav__item--gallery1 {
  background: url(../img/1kopeya.jpg) no-repeat;
}
.nav__item--poisk {
  background: url(../img/1poisk.jpg) no-repeat;
}
/* задаем позицию подменю 1 уровня */
.menu ul li ul li {
    position: relative;
}


/* позиция подменю 2 уровня */
.menu ul li ul li:hover ul {
	overflow: visible;
    display: block;
    position: absolute;
    left: -3%;
    top: 0;
}
/*убираем точки списка*/
ul li {
	list-style: none;
}
/*стиль подменю , 2 уровень*/
li ul li ul {
	display: none;
	left: 300px;
	position: absolute;
	top: 0;
	margin-left: 103%;
}


/*---------------------------*/
ul.justify > li.helper:last-child {
	width: 100%;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.header-right {
	padding-left: 0;
}
.search-lang {
	padding-top: 30px;
}
.search-form {
	border: 1px solid #b4cbd8;
	border-radius: 5px;
	float: left;
	width: 290px;
	padding: 1.5px 2px;
	white-space: nowrap;
	position: relative;
	max-width: 100%;
	text-align: right;
	overflow: hidden;
}
.search-form input[type="text"] {
	float: left;
	border: none;
	background: url(../img/search_bg.png) left center no-repeat;
	padding-left: 36px;
	margin-right: 2px;
	width: 73%;
	color: #8598a3;
	outline: none;
	line-height: 24px;
}
.search-lang .lang {
	padding-top: 8px;
}
.search-lang .lang a {
	font-size: 13px;
	text-decoration: none;
	padding: 2px 5px;
}
.search-lang .lang a.active {
	background-color: #0083cb;
	color: #fff;
	border-radius: 2px;
}
.header-menu {
	font-family: 'FiraSansMedium';
	color: #677883;
}
.header-menu-items {
	padding-top: 20px;
}
.header-menu-items a {
	margin-right: 22px;
	line-height: 30px;
	color: #677883;
}
.header-menu-items a:hover {
	color: #354d5d;
}
.header-menu-social {
	padding-top: 18px;
}
.header-menu-social a {
	opacity: 0.81;
	margin-left: 4px;
	-webkit-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}
.header-menu-social a:hover {
	opacity: 1;
}
.block {
	/*padding-bottom: 15px;*/
	padding-left: 33px;
	margin-right: 35px; /*block razmer sprava*/
	margin-top:2px;
	}
.content-row {
	margin: 0 -30px;
}
.content-left {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	z-index: 1;
	left: 30px;
}
.content-right {
	padding: 0 3px 0 27px; /*padding: 0 30px 0 65px было изменено, размер авторизации*/
	margin: 0;
}
/*формат кнопки в страницах*/
.ButtonColor{
padding: 10px 18px 11px !important;
font-size: 15px !important;
/*background-color: #004d86;*/
background: linear-gradient(to right, #fefcea, #c66710);
/*font-weight: bold;*/
/*text-shadow: 1px 1px #004d86;*/
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor: pointer;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
width: 448px;
color: #31413f;
text-align: left;
margin-top: 1px;
border: 1px solid #c3c9ce;
border-bottom: 1px solid #c3c9ce;
}
/*всплывающее окно для желтых карточек*/
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.9);
z-index: 99999;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
display: none;
pointer-events: none;
}

.modalDialog:target {
display: block;
pointer-events: auto;
}

.modalDialog > div {
width: 400px;
position: relative;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
background: -moz-linear-gradient(#fff, #999);
background: -webkit-linear-gradient(#fff, #999);
background: -o-linear-gradient(#fff, #999);
}

/*.close {
background: #606061;
color: #FFFFFF;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}*/

/*.close:hover { background: #00d9ff; }*/
/*конец*/
/*.main-news {
	display: table;
	border: 1px solid #ccd8dd;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: -4px 0px 4px 0px rgba(0, 102, 191, 0.03);
}
.main-news-image {
	display: flex;
	width: 461px;
	max-height:280px;
	position: relative;
	background-color: #fff;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.main-news-image-descr {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	line-height: 19px;
}
.main-news-list {
	display: table-cell;
	width: 245px;
}
.main-news-item {
	width: 100%;
	background-color: #385162;
	border-top: 1px solid #4c6b7f;
	border-bottom: 1px solid #22313b;
	position: relative;
	padding: 8px 30px;
	color: #f2f2f2;
	font-family: 'FiraSansMedium';
	text-decoration: none;
	line-height: 16px;
	display: block;
	min-height: 120px;
}
.main-news-item:first-child { border-top: none; }
.main-news-item:last-child { border-bottom: none; }
.main-news-item:hover {
	background-color: #466477;
	color: #fff;
}
.main-news-item.active, .main-news-item.active:hover {
	background-color: #263743;
}
.main-news-item img {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.main-news-item.active img {
	display: block;
}
.main-news-item .date {
	font-size: 13px;
	color: #fcb017;
	line-height: 22px;
}
.main-news-item .text {
	display: none;
}*/


 /* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin: -9px;
  margin-bottom: -18px;
  margin-left:0px;
  margin-left: -15px;/*razmer slideshow*/
  margin-top: -30px;
  height: 370px;
  overflow:hidden;
}

/* Next & previous buttons 
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  margin-top: 808px;
  margin-left:-16px;
}
*/
/* Position the "next button" to the right 
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  margin-top: -20px;
  margin-right: 33px;
}
*/
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 13px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;/*razmer novosti v chernoi ramke*/
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 7px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.modal.fade.in {

    top: 0% !important;

}
/*
.active, .dot:hover {
  background-color: #717171;
}*/

/* Fading animation */
/*.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  min-height: 360px;
  max-height: 910px;	
  }*/
/*
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
*/
#sideeffects-form .block {
	padding-left: 10px;
}
.tabs {
	width: 100%;
}
.tabs .tab-item {
	display: block;
	float: left;
	padding: 10px 15px;
	border: 1px solid transparent;
	border-bottom: none;
	margin: 0 1px;
	position: relative;
	top: 1px;
	z-index: 2;
}
.tabs .tab-item:first-child {
	margin-left: 0;
}
.tabs .tab-item.active, .tabs .tab-item:hover {
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	border: 1px solid #ccd8dd;
	border-bottom: none;
	color: #385162;
	text-decoration: none;
}
.tab-info {
	float: right;
	padding-top: 10px;
}
.cont-tab {
	display: none;
}
.cont {
	background-color: #fff;
	border: 1px solid #ccd8dd;
	border-radius: 5px;
	z-index: 1;
	position: relative;
	padding: 10px;
/*	font-family: 'FiraSansMedium';*/
	line-height: 17px;
}
.cont-with-tabs {
	border-radius: 0 5px 5px 5px;
}
.cont-text {
	line-height: 18px;
	padding: 20px 30px;
}
.cont-text table {
	max-width: 100%;
}
.cont-text img {
	border: 3px solid #fcb526;
	border-radius: 4px;
	margin: 10px;
}
.cont-text b {
	font-weight: normal;
	/*font-family: 'FiraSansMedium';*/
}
.learn-more {
	color: #0083cb;
	font-size: 13px;
	font-family: 'FiraSansMedium';
	background: url(../img/learn_more_arrow.png) 100% 6px no-repeat;
	padding-right: 10px;
	text-decoration: underline;
}
.learn-more:hover {
	text-decoration: none;
}
img.learn-more-img {
	margin: 0 0 0 5px;
	border: none;
	border-radius: 0;
}
.abs-bottom {
	position: absolute;
	bottom: 10px;
}
.row-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.row-list-item {
	padding: 7px;
}
.row-list-item .row-list-item-content {
	display: block;
	/*font-family: 'FiraSansMedium';*/
	padding: 10px 15px;
	display: block;
	background-color: #f0f2f3;
	color: #385162;
	text-decoration: none;
	line-height: 17px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.row-list-item:hover .row-list-item-content {
	background-color: #cad6dc;
}
.row-list-item .date {
	color: #0083cb;
	line-height: 20px;
	font-size: 13px;
	font-family: 'FiraSansMedium';
}
.block-ava {
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	border: 1px solid #b4cbd8;
}
.auth-block {
	padding-bottom: 0px;
}
.auth-login, .auth-password {
	width: 100%;
	border: 1px solid #b4cbd8;
	padding: 8px 10px 8px 47px !important;
	margin-bottom: 10px;
	background: url(../img/username_field_bg.png) no-repeat;
	border-radius: 4px;
	color: #8598a3;
}
.auth-password {
	background: url(../img/password_field_bg.png) no-repeat;
}
.forgot-link {
	line-height: 30px;
	font-size: 13px;
}
.reg-link {
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #eff5f9;
	border: 1px solid #ccd8dd;
	border-top: none;
	border-radius: 0 0 5px 5px;
	padding: 7px;
	color: #90abbc;
}
.reg-link span {
	display: inline-block;
	width: 19px;
	height: 15px;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../img/reg_img_hover.png) no-repeat;
	opacity: 0.5;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.reg-link.logout-link span {
	background: url(../img/logout_icon.png) no-repeat;
	margin-left: 40px;
	height: 16px;
	width: 14px;
	display: inline-block;
}
.reg-link:hover {
	background-color: #e1ebf0;
}
.reg-link:hover span {
	opacity: 1;
}
.reg-link img {
	vertical-align: middle;
	margin-right: 10px;
}
.entered-block {
	padding: 14px;
}
.entered-block .user_icon {
	display: block;
	border-radius: 50%;
	border: 1px solid #b4cbd8;
	padding: 20px;
	float: left;
	margin-right: 20px;
	background-color: #eff5f9;
}
.entered-block .user_icon:hover {
	background-color: #d7e2ea;
}
.entered-block .entered {
	margin-top: 7px;
}
.entered-block b {
	display: block;
	margin: 5px 0;
}
.content-menu {
	padding: 0;
	margin: 0;
	border: 1px solid #ccd8dd;
	border-radius: 5px;
	background-color: #fff;
}
.content-menu > li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #ccd8dd;
	margin: 0;
	position: relative;
}
.content-menu > li > a {
	padding: 10px 3px 10px 20px;
	display: block;
	color: #5a6770;
	position: relative;
	text-decoration: none;
	left: 0;
	width: 100%;
	font-family: 'FiraSansMedium';
	background: url(../img/cont_menu_img.png) 8px 15px no-repeat;
}
.content-menu > li:hover > a,
.content-menu > li.active {
	background-color: #e1ebf0;
}
.content-menu > li a img {
	margin-right: 10px;
	vertical-align: middle;
}
.content-menu .dropdown {
	position: absolute;
	width: 0;
	overflow: hidden;
	top: -25px;
	right: 100%;
	margin-right: -5px;
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.content-menu > li:hover .dropdown {
	opacity: 1;
	width: 252px;
}
.content-menu .dropdown .dropdown-items {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccd8dd;
	box-shadow: 0px 4px 16px 0px rgba(0, 102, 191, 0.38);
	width: 222px;
	margin: 16px;
	padding: 7px;
}
.content-menu .dropdown img {
	position: absolute;
	top: 35px;
	left: 237px;
	z-index: 101;
}
.content-menu .dropdown li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
}
.content-menu .dropdown a {
	display: block;
	width: 100%;
	color: #000;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 5px;
}
.content-menu .dropdown a:hover,
.content-menu .dropdown a:focus,
.content-menu .dropdown a.active {
	background-color: #0083cb;
	color: #fff;
}
.breadcrumbs {
	margin: 10px 0;
	font-size: 12px;
	color: #9fa6a8;
}
.private-list .private-list-row {
	overflow: hidden;
}
.private-list .private-list-row a {
	display: block;
	margin: 17px;
	float: left;
	background-color: #004d86;
	width: 191px;
	padding: 15px 10px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ccd8dd;
}
.private-list .private-list-row a:hover {
	background-color: #fcb526;
	border: 1px solid #c58d1d;
}
.private-list .private-list-row a div {
	height: 86px;
	margin-bottom: 5px;
	position: relative;
}
.private-list .private-list-row a img {
	max-height: 86px;
	vertical-align: middle;
}
.private-profile-table {
	font-family: 'FiraSansMedium';
	float: left;
}
.private-profile-table .label {
	font-family: 'FiraSansMedium';
}
.cont .yiiPager li a {
	border: 1px solid #ccd8dd;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #f0f2f3;
	color: #385162;
}
.cont .yiiPager li.selected a {
	background-color: #cad6dc;

}
.cont .yiiPager li:hover a {
	background-color: #cad6dc;
}
body fieldset {
	border: none;
	border-top: 1px solid #a0aeb8;
	/*padding: 10px 0;*/
}
body fieldset.admin {
	width: 800px;
	border: 1px solid #ddd;
	/*padding: 10px 10px;*/
}
body label, body legend {
	margin-bottom: 5px;
	display: block;
	/*font-family: 'FiraSansMedium';*/
	padding-right: 10px;
	color: #4f5556;
	width: auto;
	border: none;
	font-size: 14px;
}
form.active-form {
	margin: 0;
}
form.active-form .row {
	margin: 0;
}
form.active-form .row .col-2 {
	width: 25.2%;
}
form.active-form .row .col {
	padding-left: 0;
}
.soft-label label {
	font-family: 'FiraSansMedium';
	font-size: 13px;
	white-space: nowrap;
}


.footer-slider {
	overflow: hidden;
	height: 117px;
	margin: 20px 0 30px;
}
.footer-slider .slider-item {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
.footer-slider .slider-item img {
	max-height: 117px;
	border: 1px solid #ccd8dd;
	border-radius: 5px;
	max-width: 300px;
	width: auto !important;
}
.footer {
	background: #063C60;
	color: #fff;
	/*font-family: 'FiraSansMedium';*/
	padding-bottom: 10px;
}
.footer .footer-gradient {/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073b2', endColorstr='#0082ca',GradientType=0 );
	background: -moz-linear-gradient(top, #0073b2 0%, #0082ca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073b2), color-stop(100%, #0082ca));
	background: -webkit-linear-gradient(top, #0073b2 0%,#0082ca 100%);
	background: -o-linear-gradient(top, #0073b2 0%,#0082ca 100%);
	background: -ms-linear-gradient(top, #0073b2 0%,#0082ca 100%);
	background: linear-gradient(to bottom, #0073b2 0%,#0082ca 100%);
	height: 13px;
	width: 100%;
	margin-bottom: 15px;*/
}
.footer .search-form {
	background-color: #d7e2ea;
	width: 450px;
	border: 1px solid #04659a;
	float: none;
	max-width: 100%;
}
.footer .header-menu-items a {
	color: #fff;
}
.footer .search-form input[type="text"] {
	color: #677883;
}
.softdeco-label div {
	font-size: 13px;
	margin-bottom: 5px;
	padding-top:10px;
}
.footer-copyrights {
	margin-top: 0px;
	font-size: 12px;
	/*font-family: 'FiraSansMedium';*/
}
.owl-carousel .owl-item img {
	transform-style: flat !important;
	-webkit-transform-style: flat !important;
}




/* register */


.cont input.content-search {
	padding: 8px 15px 8px 50px;
	background: #fff url(../img/content_search_ic.png) 0 0 no-repeat;
}
.nav li {
	list-style-image: none;
}
#search_result td {
	padding-bottom: 15px;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}

iframe {
	height: 1018px;/*900px*/
}

.tab-pane {
	/*height: 670px !important;*/
}

/*.table{width:100%;margin-bottom:18px}.table th{text-align:center !important; vertical-align: middle !important; background: linear-gradient(to bottom, #b6cee0 0%, #cddce6 60%, #cddce6 100%);},.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}.table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5}
.table-condensed th,.table-condensed td{padding:4px 5px}
.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}
.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9}
.table th a {
	color: #333;
}*/

.nav-tabs li a {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.modal.fade {
	opacity: 1 important;
}

.eye {
	padding-top: 0px;
}

.eye a {
	margin-right: 30px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}