@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');


/*#region global*/
.caption1 {
	font-family: "PT Serif";
	font-weight: 400;
	font-size: 60px;   /*la 1880 px -> 60px font*/
}
.gray-background {
	background: #f6f6f6;
}

.navbar {
    margin-bottom: 40px;
}
/*----------------- #region top-bar*/
.top-bar {
	height: 40px;
	background: #1f2034;
}
.top-bar {
	padding-top: 8px;
	font-family: "Source Sans Pro";
	color: #fff;
}
.top-bar i {
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}
.top-bar a {
	padding: 12px 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

 .top-bar .dropdown-menu>li {
    border-bottom: 1px solid #433f3f;
    height: 32px;
}

 .top-bar .dropdown-menu>li:last-child {
    border-bottom: 0px solid #433f3f;
}

 .top-bar .dropdown-menu>li>a {
 	font-family: "PT Serif";
    font-size: 15px;
    font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
}

.w-tooltip + .tooltip > .tooltip-inner {
	margin-top: 8px;
	background-color: rgba(0, 0, 0, 0.66);
	color: #fff;
	font-size: 13px;
    font-family: "Source Sans Pro";
}
.w-tooltip + .tooltip > .tooltip-arrow { 	
	margin-top: 8px;
	border-bottom-color: rgba(0, 0, 0, 0.90); 
}

.a-tooltip + .tooltip > .tooltip-inner {
	max-width: 300px;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.90);
	color: #fff;
	font-size: 13px;
    font-family: "Source Sans Pro";
}
.a-tooltip + .tooltip > .tooltip-arrow { 	
	margin-bottom: 12px;
	border-bottom-color: rgba(0, 0, 0, 0.90); 
}

.b-tooltip + .tooltip > .tooltip-inner {
	margin-top: 8px;
	margin-left: -110px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.95);
	color: #fff;
	font-size: 13px;
    font-family: "Source Sans Pro";
}
.b-tooltip + .tooltip > .tooltip-arrow { 	
	margin-top: 8px;
	margin-left: -60px;
	border-bottom-color: rgba(0, 0, 0, 0.95); 
}

.k-tooltip + .tooltip > .tooltip-inner {
	width: 200px;
	margin-top: 8px;
	margin-left: 0px;
	padding: 10px;
	background-color: #288fc5;
	color: #fff;
	font-size: 13px;
    font-family: "Source Sans Pro";
}
.k-tooltip + .tooltip > .tooltip-arrow { 	
	margin-top: 8px;
	margin-left: 0px;
	border-bottom-color: #288fc5; 
}


.l-tooltip + .tooltip > .tooltip-inner {
	width: 200px;
	margin-left: 0px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.95);
	color: #fff;
	font-size: 13px;
    font-family: "Source Sans Pro";
}

.l-tooltip + .tooltip > .tooltip-arrow { 	
	border-bottom-color: rgba(0, 0, 0, 0.95); 
}

.list-languages img {
    margin-right: 8px;
}

.list-languages a {
    float: left;
}

.user-panel {
	display: inline-block;
}

.user-panel button {
	background: none;
	border:0;
	color: #288fc5;
	padding:0;
}

.view_xs {
	display: none;
}

.user-panel button:hover {
    color: #fff;
}

.top-bar .select-language {
	float: right;
}

.top-bar .select-language b{
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}

.top-bar .select-language .ion-arrow-down-b {
	font-size: 10px;
}

ul.list-unstyled.list-skype.dropdown-menu {
    left: 20px;
    max-width: 350px;
}

.skype .ion-arrow-down-b {
    font-size: 10px;
    padding-right: 10px;
    margin-left: 5px;
    vertical-align: middle;
}
.full-list li {
	margin-top: 10px;
    height: 48px;
    border-bottom: 1px solid #433f3f;
}

.list-skype li.list {
    border-bottom: 1px solid #433f3f !important;
    height: 50px;
    margin-top: 5px;
    padding-bottom: -20px;
}

.list-skype>li {
    border-bottom: 1px solid #433f3f;
    padding-top: 5px;
    height: 32px;
}

.list-skype>li:last-child {
    border-bottom: 0px solid #433f3f;
}

/*New style user view*/
.user-panel .list-users {
	left: 37% !important;
}

.list-users{
	font-family: "Roboto";
    min-width: 200px;
}

.list-users div {
	padding-left: 10px;
    padding-right: 10px;

}

.list-users .avatar-user {
    margin-top: 15px;
    margin-bottom: 10px;
}

.list-users .role-user {
    font-size: 12px;
    color: #8a8a8a;
    font-weight: 500;
    margin-bottom: 0px;
}

.list-users .company-user {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;    
    margin-bottom: 0px;
}


.list-users .name-user-type {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px; 
    margin-top: 10px;
}

.list-users .exit-user-type button{
    border: 1px solid #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 108px;
    margin: 0 auto;
}

.list-users .exit-user-type button:hover {
    border: 1px solid #288fc5;
}

.list-users .list hr {
    width: 90%;
    border-top: 1px solid #8a8a8a;
}

.list-users .exit-user-type {
    margin-bottom: 15px;
}

.list-users .round-role {
	float: left;
    display: inline-block;
    padding: 1px 8px 1px 8px;
    border: 1px solid;
    margin-right: 8px;
    border-radius: 50%;
    line-height: 23px;
}

.list-users .name-other-company {
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

.list-users .space {
	display: inline-block;
	height: 1px;
	margin-bottom: 10px;
}


.list-users .name-other-company:hover {
    color: #288fc5;
}

/*End style user view*/

.user-panel .list-users .dropdown-menu {
    left: 50%;
    text-align: left;
    background: rgba(255, 0, 0, 0.85) !important;
    font-weight: 400;
    padding: 5px 0px;
    margin-top: 15px;
}

.list-users .lists{
    border-bottom: 1px solid #433f3f;
    height: 32px;
    line-height: 33px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.user-panel a>i {
	font-size: 10px;
    padding-right: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.user-panel li>i {
	font-size: 14px;
	vertical-align: top;
}

.top-bar .list-users.dropdown-menu::before {
	content: '';
    width: 0;
    height: 0;
    position: fixed;
    float: left;
    margin-left: 0px;
    margin-right: 24px;
    margin-top: -6px;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #040404 transparent;
}

.top-bar .dropdown-menu {
    left: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    padding: 0px 0px;
    margin-top: 15px;
}

.top-bar .dropdown-menu::before {
	content: '';
    width: 0;
    height: 0;
    position: fixed;
    float: left;
    margin-left: 51px;
    margin-right: 24px;
    margin-top: -6px;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #040404 transparent;
}
/*----------------- #region header*/
.header-slider {
	min-height: 96vh;
	background:  linear-gradient(
	rgba(0,0,0,0.5),
	rgba(0,0,0,0.5)),
	url(/images/top-slider.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
.hot-line {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
}
.hot-line .phone-image,
.hot-line .description {
	display: inline-block;
	vertical-align: top;
}
.hot-line .info-text,
.hot-line .phone {
	margin: 0 0 0 15px;
	line-height: 20px;
}
.hot-line .info-text {
	font-family: "Source Sans Pro";
	font-weight: 100;
	text-transform: uppercase;
}
.hot-line .phone {
	font-family: "PT Serif";
	font-size: 1.6vw; /*la 1880 px font de 30px*/
	font-weight: 700;
}

/*......................... navigation*/	
.logo-link {
	margin-left: 15px;
}
.top-navigation .navbar-nav {
	margin-top: 20px;
}
.top-navigation .navbar-toggle .icon-bar {
	background: #fff;
}
.top-navigation .navbar-toggle {
	margin-top: 30px;
}

.top-navigation .navbar-nav .dropdown-menu {
	border: none;
	border-radius: 4px;
	background: rgba(0,0,0,.55);
    margin-top: 14px;
    width: 300px;
    left: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-navigation .navbar-nav .dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin-left: 20px;
    margin-top: -5px;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #363636 transparent;
}

.dropdown-menu>li>a {
    white-space: normal;
}

.top-navigation .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #5a5b5b;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
}

.top-navigation .navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px solid #5a5b5b;

}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
	background: none;
	color: #288fc5;
}
.top-navigation .navbar-nav li {
	padding-bottom: 2px;
	border-bottom: 1px solid #c8cacc;
}
.top-navigation .navbar-nav li.active{
	padding-bottom: 0px;
	border-bottom: 3px solid #288fc5;
}
.top-navigation .navbar-nav a{
	font-family: "PT Serif";
	font-size: 18px;   /*la 1880px font de 18px  0.96vw*/
	font-weight: 400;
	color: #fff;

	overflow: hidden;
}
.top-navigation .navbar-nav a i{
    font-size: 14px;
    padding-left: 7px;
	line-height: 16px;
}
.top-navigation .nav>li>a:focus, 
.top-navigation .nav>li>a:hover {
	background: none;
}
.top-navigation .nav .open>a,
.top-navigation .nav .open>a:focus, 
.top-navigation .nav .open>a:hover {
	background: none;
}

.delim {
	border-left: 1px solid #363749;
	margin-left: -15px;
	margin-right: 30px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 12px
}
/*......................... end navigation*/
.shift-row {
	margin-top: 50px;
}
.shift-row [class*=shift]{
	/*background: rgba(0,0,0,.4);
	background: -webkit-linear-gradient(left,transparent,rgba(0,0,0,.4) 40%,transparent);
	background: -moz-linear-gradient(left,transparent,rgba(0,0,0,.4) 40%,transparent);
	background: -o-linear-gradient(left,transparent,rgba(0,0,0,.4) 40%,transparent);
	background: linear-gradient(left,transparent,rgba(0,0,0,.4) 40%,transparent);
*/
	border: 2px solid #fff;
	border-radius: 30px;
	display: inline-block;
	width: 195px;
	height: 49px;
    padding-top: 10px;
    padding-left: 4px;
    padding-right: 20px;
	color: #fff;
	transition: transform .3s;
	cursor: pointer;
}

.shift-left.ru {
	width: 215px;
}
.shift-row .shift-left.ru:hover .icon-div{
	transform: translateX(+154px);
	background-color: #1a6a94;
}

.shift-row.edec [class*=shift]{
	width: 245px;
}

.shift-row.edec-ru [class*=shift]{
	width: 283px;
}

.shift-row.edec-ru .shift-left:hover .icon-div{
	transform: translateX(+222px);
	background-color: #1a6a94;
}

.shift-row [class*=shift] a {
	text-decoration: none;
	color: #fff;
	font-family: "Roboto";
	font-size: 16px;
	display: inline-block;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
}
.shift-row [class*=shift] i {
	font-size: 42px;
	padding-right: 14px;
	vertical-align: middle;	
}
.shift-row [class*=shift] a i {
	font-size: 18px;
	padding-right: 8px;
}
.shift-row [class*=shift] i.ion-ios-arrow-right {
	padding-left: 14px;
	padding-right: 0px;
}
.icon-div {
	float: left;
	width: 50px;
	height: 37px;
	line-height: 30px;
	margin-top: -6px;
	margin-right: 10px;
	padding-top: 3px;
	padding-left: 18px;
	background-color: #288fc5;
	border:transparent;
	border-radius: 30px;
	transition: transform .8s;
}

.icon-divtho {
	float: left;
	width: 50px;
	height: 37px;
	line-height: 30px;
	margin-top: -6px;
	margin-right: 10px;
	padding-top: 3px;
	padding-left: 18px;
	background-color: #1a6a94;
	border:transparent;
	border-radius: 30px;
	transition: transform .8s;
}

.shift-left .color {
	background-color: #1a6a94;
}

.shift-left {
	margin-left: 0; 
	margin-right: 20px;
}
.shift-left:hover .icon-div{
	transform: translateX(+133px);
	background-color: #1a6a94;
}
.shift-left:hover .icon-divtho {
	transform: translateX(+133px);
	background-color: #288fc5;
}
.shift-left:hover .trans-efect{
	transform: translateX(-50px);
}

.shift-row.edec .shift-left:hover .icon-div{
	transform: translateX(+183px);
	background-color: #1a6a94;
}

.trans-efect {
    float: left;
    transition: transform .8s;
}


.statistics {
    left: 0px;
    right: 0px;
    bottom: 15px;
    width: 105%;
    position: fixed;
   /* display: list-item;*/
    text-align: center;
}
.statistics .item {
    font-family: "PT Serif";
    display: inline-block;
    width: 20%;
    height: 178px;
    background: rgba(0,0,0,.3);
    vertical-align: middle;
    transition: transform .3s;
    margin-bottom: 0px;
   /* padding: 32px 30px;*/
    padding: 42px 30px;
}

.statistics .full-left {
    font-family: "PT Serif";
    display: inline-block;
    width: 39%;
    height: 178px;
    background: rgba(0,0,0,.3);
    vertical-align: middle;
    transition: transform .3s;
    margin-bottom: 0px;
   /* padding: 32px 30px;*/
    padding: 42px 30px;
}
.statistics .full-right {
    font-family: "PT Serif";
    display: inline-block;
    width: 39%;
    height: 178px;
    background: rgba(0,0,0,.3);
    vertical-align: middle;
    transition: transform .3s;
    margin-bottom: 0px;
   /* padding: 32px 30px;*/
    padding: 42px 30px;
}

.statistics .full-left .item-left {
	width: 280px;
	float: right;
}

.statistics .full-right .item-right {
	width: 280px;
	float: left;
}

/*.statistics .item:hover {
	transform: scale(0.94);
	cursor: pointer;
}*/
.statistics .item .title {
	margin: 0;
    font-size: 2.13vw;  /*la 1880px -> 40px font*/  
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 8px;
}
.statistics .item .subtitle {
	line-height: 20px;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-weight: 300;
}
.statistics .item .description {
    margin-top: 25px;   /*8px*/
    font-size: 18px; /*la 1880px font de 18px;*/
    line-height: 22px;  /*26px*/
    color: #abacae;
    font-weight: 400;
}
.move-bottom {
	display: inline-block;
	position: relative;
	margin: 25px 0;
	width: 35px;
	height: 35px;
}
.move-bottom img {
	left: 0;
	position: absolute;
	animation: MoveUpDown 1s linear infinite;
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 12px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background-color: #288fc5;
    border: 1px solid #288fc5;
}

#fp-nav ul li .fp-tooltip.right {
    right: 30px;
}

#fp-nav ul li a.active , .fp-slidesNav ul li a.active {
    display: block;
    position: relative;
    z-index: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #288fc5;
    border-radius: 100%;
    top: -6px;
    margin-left: -6px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 12px;
    border: 1px solid #fff;
    background: #333333b8;
    left: 50%;
    top: 50%;
   	margin: -6px 0 0 -6px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
    color: #ffffff;
    font-size: 14px;
    font-family: "Source Sans Pro";
    font-weight: 100;
    max-width: 500px;
    background-color: #2a2a2a;
    padding: 3px 8px;
    margin-top: -4px;
    border-radius: 4px;
}
#fp-nav ul li .fp-tooltip::after {
	content: '';
	width: 0;
	height: 0;
	position: fixed;
    margin-left: 8px;
    margin-top: 4px;
	border-style: solid;
	border-width: 6px 0 6px 5px;
	border-color: transparent transparent transparent #2a2a2a;
}
/*----------------- #end region header*/

/*----------------- #region content*/

/*.content-wrapper [class*=wrapper] {
	margin-top: 50px;
}
.content-wrapper h2,
.content-wrapper .subtitle {
	font-family: "Roboto";
	color: #2a2a2a;
	text-align: center;
	margin: 0;
}
.content-wrapper .subtitle {
	font-size: 20px;
	font-weight: 400;
}
.content-wrapper h2 {
	font-size: 42px;
	font-weight: 100;
}*/

.gloabal-wrapper [class*="-wrapper"] {
	/*margin-top: 50px;*/
}
.gloabal-wrapper [class*="-wrapper"] h2,
.gloabal-wrapper [class*="-wrapper"] .subtitle {
	font-family: "Roboto";
	color: #2a2a2a;
	text-align: center;
	margin: 0;
}
.gloabal-wrapper [class*="-wrapper"] .subtitle {
	font-size: 40px;
	font-weight: 400;
}
.gloabal-wrapper [class*="-wrapper"] h2 {
	font-size: 80px;
	font-weight: 100;
}

.vote-members {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 60px;
}
.vote-members a.item {
	display: inline-block;
	text-decoration: none;
}
.vote-members .item {
	display: inline-block;
	margin: 4px;
	width: 32%;
	height: 195px;
	background: #288fc5;
	box-shadow: 0 0 50px rgba(40,143,197,.5);
	transition: transform .3s;
}
.vote-members .item:nth-child(2){
	background: #207dae;
	box-shadow: 0 0 50px rgba(32,125,174,.5);
}
.vote-members .item:nth-child(3){
	background: #1a6a94;
	box-shadow: 0 0 50px rgba(26,106,148,.5);
}
.vote-members .item:hover {
	transform: scale(1.04);
	cursor: pointer;
}
.vote-members .item .item-img {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-top: 15%;
	position: relative;
}
.vote-members .item .item-img:before {
	position: absolute;
	display: block;
	content: attr(data-count);
	left: -3px;
	top: -3px;
	height: 25px;
	width: 25px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;

	background: #fff;
	font-family: "PT Serif";
	font-size: 13px;
	color: #288fc5;
	font-weight: 700;
}
.vote-members .item h4 {
	font-family: "PT Serif";
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin-top: 18px;
}

.calendar-description {
	margin-top: 75px;
}
.calendar-description h4{
    margin-bottom: 5px;
	font-family: "PT Serif";
	font-size: 40px;
	font-weight: 700;
}
.calendar-description h6 {
	margin-top: 25px;
	margin-bottom: 0;
	font-family: "PT Serif";
	font-weight: 700;
	font-size: 22px;
}
.calendar-description .sub-text {
	font-family: "Source Sans Pro";
	font-size: 18px;
	color: #aaaaaa;
	font-weight: 200;
}
.event-list li {
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 38px;
	padding-left: 20px;
	border-left: 3px solid transparent;
}
/*.event-list .blue-event {
	border-color: #288fc5;
}
.event-list .yalow-event {
	border-color: #fcd206;
}*/
.event-list li:nth-child(2n+1) {
	border-color: #288fc5;
}
.event-list li:nth-child(2n+0) {
	border-color: #fcd206;
}
.download-pdf {
	font-family: "PT Serif";
	font-size: 16px;
	font-weight: 700;
	margin-top: 35px;
	background: #f5f5f5;
	outline: none;
	border: none;
	padding: 15px 40px 15px 80px;
	color: #9b9b9b;
	position: relative;
}
.download-pdf:before {
	display: block;
	position: absolute;
	font-family: "FontAwesome";
	content: "\f1c1";
	background: #efeeee;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
    left: 12px;
    bottom: -12px;
}
.download-pdf:hover {
	color: #288fc5;
	background-color: #dadada;	
}
.steps-wrapper {
	padding: 50px 0;
}

.when-wrapper {
	padding: 50px 0 10px 0;
}

.steps {
	margin-top: 60px;
	text-align: center;
}
.steps .steps-list {
	display: inline-block;
	position: relative;
}
.steps .steps-list li a {
	text-decoration: none;
}
.steps .steps-list:before {
	position: absolute;
	content: '';
    top: 70px;
    left: 90px;
    right: 100px;
	display: block;
	border-bottom: 2px dashed #dcdcdc;
}

.steps .steps-list.top li {
	float: left;
	width: 25%;
	float: left;
	display: inline-block;
	position: relative;
	padding-right: 0px; /*120*/
	text-align: center;
}
.steps .steps-list li {
	display: inline-block;
	position: relative;
	padding-right: 115px; /*120*/
	text-align: center;
}
.steps .steps-list li:last-child {
	padding-right: 0;
}

.steps .steps-list li.last_li {
	padding-right: 0;
}
.steps .steps-list li h5 {
	font-family: "PT Serif";
	font-size: 25px;
	font-weight: 700;
	color: #2a2a2a;
	text-align: center;
	margin-top: 35px;
}

.steps .steps-list li p {
	padding-left: 5px;
	padding-right: 5px;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: auto;
    font-weight: 300;
    color: #193441;
}

.steps .steps-list li p b {
	font-weight: 700;
}

.steps .steps-list li p strong {
	font-style: italic;
    font-weight: 400;
}


.steps .steps-list li i{
	display: inline-block;
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 2px solid #dadada;
	text-align: center;
	line-height: 140px;
	font-size: 50px;
	color: #288fc5;
	background: #f6f6f6;
	transition: background .6s;
	/*box-shadow: 0 0 1px #dadada, inset 0 0 1px #dadada;*/
}

.steps .steps-list li i:hover {
    background-color: #288fc5;
    border: 2px solid #288fc5;
    color: #fff;
}

.steps .steps-list li i:hover .data-ordinal-numb {
 	border: 2px solid #288fc5;
}

.steps .steps-list li .data-ordinal-numb {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-family: "Source Sans Pro";
    color: #2a2a2a;
    left: 3px;
    top: 6px;
    line-height: 21px;
    font-size: 16px;
    border-radius: 50%;
    border: 2px solid #dadada;
    text-align: center;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    background: #f6f6f6;
    transition: background 1s;
}

/*page static raportare online*/
	.static-page .steps-list li {
		width: 100%;
	    display: inline-block;
	    position: relative;
	    padding-right: 0px;
	    text-align: left;
	}

	.static-page .steps-list:before {
	    border-bottom: 0px transparent;
	}

	.page-slogan i {
	    width: 18%;
	    margin-right: 30px;
	    margin-bottom: 50px;
	}

	.static-page .page-slogan .page-slogan-text {
	    display: inline-block;
	    vertical-align: top;
	    width: 78%;
	}

	.static-page .page-slogan .page-slogan-text h5 {
	    font-family: "PT Serif";
	    font-size: 25px;
	    text-align: left;
	    font-weight: 700;
	    color: #FFF;
	    margin-top: 15px;
    	margin-bottom: 10px;
	}

	.static-page .page-slogan .page-slogan-text p {
	    font-family: "Source Sans Pro";
	    font-size: 18px;
	   	text-align: left;
	    line-height: auto;
	    font-weight: 300;
	    color: #fff;
	}
	
	.static-page .page-slogan .page-slogan-text p a{
		color: #309eff;
		cursor: pointer;
	}

	.static-page .page-slogan .page-slogan-text p i{
		display: inline-block;
	    margin-right: 6px;
	    margin-bottom: 0px;
	    width: 8px;
	    height: 10px;
	    border-radius: 0px;
	    border: 0px transparent;
	    text-align: left;
	    line-height: 10px;
	    font-size: 15px;
	    color: #FFF;
	    background: transparent;
	}
/*end page static*/

/*Mpass under*/
	a.underconst {
		cursor: auto;
	}
	.underconst img {
		z-index: 25;
	}
	.underconstruct {
		z-index: 77;
		background-color: #ffffffa3;
		height: 56px;
		margin-top: -56px;
		position: relative;
	}
/*End mpass*/

.get-esignature-wrapper .subtitle {
	line-height: 57px;
}

.get-esignature-wrapper p{
	font-family: "Source Sans Pro";
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #696969;
	text-indent: 30px;
	margin-bottom: 50px;
}
.carousel-switches {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 20px;
}
.carousel-switches button {
	border: none;
	background: none;
	outline: none;
	color: #91aa9d;
	font-size: 35px;
}
.esignature-content{
	position: relative;
	margin-top: 60px;
}
.esignature-content .carousel-switches{
	position: absolute;
	margin: 0;
    top: -35px;
    right: 15px;
}
 .owl-carousel a.item {
 	display: block;
 	text-decoration: none;
 }
.get-esignature-wrapper .owl-carousel .item {
	text-align: left;
    /*padding: 1rem;*/
    padding-left: 5px;
    padding-top: 0;
}
.get-esignature-wrapper .owl-carousel .item .images{
	height: 156px;
	width: 100%;
   /* background: #f5f5f5;*/
 /*   text-align: center;*/
    line-height: 156px;
}
.get-esignature-wrapper .owl-carousel .item .images img {
	display: inline-block;
	width: 75px;
	height: 75px;
	float: 	left;
	transition: transform .3s ease-in-out;
	
	/*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.get-esignature-wrapper .owl-carousel .item:hover .images img{
	transform: scale(1.07);
	
	/*-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);*/
}

.institutions-wrapper .owl-carousel .item:hover .images img{
	transform: scale(1.07);
	
	/*-webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
}
.get-esignature-wrapper .owl-carousel .item h4 {
	margin-top: 18px;
	margin-left: 10px;
	font-size: 19px; /*value is 20px*/
	font-family: "PT Serif";
	font-weight: 400;
	padding-top: 0px;
	padding-left: 80px;
	line-height: 24px;
	color: #1e3e4e;
}

/*For efect hover logo orage anf all*/
.get-esignature-wrapper .owl-carousel .item .images .img-* {
	display: inline-block;
	width: 75px;
	height: 75px;
	float: 	left;
	transition: transform .3s ease-in-out;
	background-size: 75px 75px;
}
.get-esignature-wrapper .owl-carousel .item .images .img-orange {
	display: inline-block;
	width: 75px;
	height: 75px;
	float: 	left;
	transition: transform .3s ease-in-out;
	background-image: url(/images/orange-logo.png);
	background-size: 75px 75px;
}

.get-esignature-wrapper .owl-carousel .item:hover .images .img-orange {
	transform: scale(1.07);
	background-image: url(/images/orange-logo-col.png);

}

.get-esignature-wrapper .owl-carousel .item .images .img-CCfisc {
	display: inline-block;
	width: 75px;
	height: 75px;
	float: 	left;
	transition: transform .3s ease-in-out;
	background-image: url(/images/CCfisc-logo.png);
	background-size: 75px 75px;
}

.get-esignature-wrapper .owl-carousel .item:hover .images .img-CCfisc {
	transform: scale(1.07);
	background-image: url(/images/CCfisc-logo-col.png);

}

.get-esignature-wrapper .owl-carousel .item .images .img-cts {
	display: inline-block;
	width: 75px;
	height: 75px;
	float: 	left;
	transition: transform .3s ease-in-out;
	background-image: url(/images/cts-logo.png);
	background-size: 75px 75px;
}

.get-esignature-wrapper .owl-carousel .item:hover .images .img-cts {
	transform: scale(1.07);
	background-image: url(/images/cts-logo-col.png);

}

.get-esignature-wrapper .owl-carousel .item .images .img-moldcell {
	display: inline-block;
	width: 75px;
	height: 75px;
	float: 	left;
	transition: transform .3s ease-in-out;
	background-image: url(/images/moldcell-logo.png);
	background-size: 75px 75px;
}

.get-esignature-wrapper .owl-carousel .item:hover .images .img-moldcell {
	transform: scale(1.07);
	background-image: url(/images/moldcell-logo-col.png);

}

.get-esignature-wrapper .owl-carousel .item:hover .images div{
	transform: scale(1.07);

	/*-webkit-filter: grayscale(0%);  Safari 6.0 - 9.0 
    filter: grayscale(0%);*/
}
/*end efect hover logo*/

.post-content {
    min-height: 400px;
}

.steps-wrapper.inverse,
.steps-wrapper.inverse .steps .steps-list li .data-ordinal-numb,
.steps-wrapper.inverse .steps .steps-list li i {
	background: #193441;
}
.steps-wrapper.inverse h2,
.steps-wrapper.inverse .subtitle,
.steps-wrapper.inverse .steps-list li h5,
.steps-wrapper.inverse .steps .steps-list li .data-ordinal-numb {
	color: #fff;
}

.panel.panel-default.auth-block {
    margin-top: 80px;
    margin-bottom: 100px;
   	background: #dededeb0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
}

.auth-block .form-group label {
    float: left;
    min-width: 150px; 
    padding-top: 12px;
}

.slogan {
	margin-top: 20px;
}
.slogan .slogan-text{
	display: inline-block;
	vertical-align: top;
	width: 75%;
}
.slogan img {
	width: 18%;
	margin-right: 15px;
}
.slogan .slogan-text h5 {
    font-family: "PT Serif";
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 0;
   /* margin-top: 25px;*/
    margin-bottom: 15px;
}
.slogan .slogan-text p {
    font-family: "Source Sans Pro";
    font-size: 18px;
    line-height: auto;
    font-weight: 300;
    color: #193441;
}

.institutions-wrapper {
	padding-top: 50px;
	padding-bottom: 60px;
	height: 60%;
}
.institutions-wrapper .carousel-switches {
	margin-top: 20px;
}
.institutions-wrapper .institut-carousel .item {
	height: 80px;
	width: 275px;
	padding: 0 20px;
}
.institutions-wrapper .institut-carousel .item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/*=================#contacts===========*/

.caption2 {
    font-family: "PT Serif";
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy-sec {
  line-height: 0.5;
}
.fancy span, .fancy-sec span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #c2c8d2;
  width: 40px;
}
.fancy span:before {
  right: 10px;
  margin-right: 10px;
  margin-top: 3px;
}
.fancy span:after {
  left: 10px;
  margin-left: 10px;
  margin-top: 3px;
}
.dot {    
	width: 12px;
    height: 12px;
    background: #354a6b;
    border: 1.5px solid #c2c8d2;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 15px;
}

.info-form-contacts .description{
	float: right;
    margin-top: -136px;
    margin-right: 135px;
}
.info-form-contacts .info-text{
    font-family: "PT Serif";
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 28px;
    color: #b7b7b7;
}

.info-form-contacts .phone {
    font-family: "PT Serif";
    font-size: 30px;
    font-weight: 700;
    color: #2d2d2d;
}

.info-form-contacts {
    margin-top: 30px;   /*OLD 60px*/
  /*  margin-bottom: 100px;*/
}

.caption3 {
    font-family: "PT Serif";
    font-weight: 700;
    font-size: 28px;
    color: #2a2a2a;
}

.img-green-line {
	width: 100%;
	/*margin-top: 40px;*/
	margin-top: 3px;
	margin-bottom: 45px;
	float: left;
}

.fancy-sec span:before {
  content: "";
  position: absolute;
  border-top: 1px solid #c2c8d2;
  width: 20px;
}

.fancy-sec span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #c2c8d2;
  width: 60px;
}
.fancy-sec span:before {
  right: 5px;
  margin-right: 15px;
  margin-top: 3px;
}
.fancy-sec span:after {
  left: 5px;
  margin-left: 15px;
  margin-top: 3px;
}

.fancy-sec .dot {
	margin-left: 30px;
}

.contacts-wrapper {
	margin-bottom: 30px;
}
.header-page {
	min-height: 42vh;
	background:  linear-gradient(
	rgba(0,0,0,0.5),
	rgba(0,0,0,0.5)),
	url(/images/header-contacts.png) no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.contacts-wrapper h5 {
    font-family: "PT Serif";
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 25px;
}

.contacts-wrapper p {
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 10px;   /*old: 35px*/
}

.contacts-wrapper span {
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 700;
    color: #696969;
    margin-bottom: 20px;
}

.contacts-wrapper ul {
	margin-top: 5px;
	padding-left: 0;
}
.contacts-wrapper  li.title {
    margin-top: 15px;   /* old 30px*/
}
.contacts-wrapper  li {
    list-style: none;
    font-size: 16px;
    font-family: Source Sans Pro;
    font-weight: 500;
    color: #696969;
}

.error-page {
    padding: 100px 0;
}

.error-page h3 {
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 180px;
}

.error-page p {
    font-size: 16px;
}


.map {
    margin-top: 60px;
    text-align: center;
    height: 185px;
    overflow: hidden;
}

.map.first {
	margin-top: 10px;
}

.row.maps-info {
    margin-bottom: 80px;
}

.hidden-upload-map {
	max-width: 95%;
	height: 185px;
	position: absolute;
	padding-right: 13px;
	z-index: -9;
}

.gmnoprint.gm-style-cc {
    display: none;
}

.form-block {
	background-color: #f4f4f4;
	height: 100%;
	padding: 40px 20px 80px;
	/*padding: 25px 20px 70px; */
}

.form-group label {
    float: left;
    width: 100px;
    padding-top: 12px;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px !important;

}

.form-group input, .form-group select {
	height: 45px;
	border: transparent;
}

.form-group textarea {
	height: 110px;
	border: transparent;
}

.form-block button{
	width: 160px;
	height: 40px;
	font-family: "PT Serif";
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-top: 5px;
	margin-right: 14px;
	background-color: #2a2a2a;
	border: transparent;
}


.part-content .header-images {
    padding-top: 30px !important;
}


/*================ #region footer*/
.footer {
	background: #272727;
	padding: 50px 0 25px 0;
	color: #fff;
	height: 36%;
}
.logo-footer {
	margin-bottom: 22px;
	margin-top: 15px;
}
.footer .desctiption {
	font-family: "Source Sans Pro";
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;

	margin: 0;
	margin-left: 25px;
}
.footer h4 {
	font-family: "PT Sans";
	font-size: 20px;
	line-height: 18px;
	font-weight: 700;
}
.footer .contact-list li{
	margin-top: 22px;
	font-family: "PT Serif";
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding-left: 30px;
}
.footer .contact-list li i {
	position: absolute;
	left: 0;
	top: 0;
}
.footer .contact-list li span {
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-weight: 400;
	color: #ababab;
}
/*.footer .copyright {
	font-family: "PT Serif";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 20px 0 0 25px;
}*/
.footer .copyright {
	font-family: "PT Serif";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin: 20px 0 0 5px;
}
.footer .copyright a {
	color: #fff;
}

.footer-c {
    height: auto;
    padding-top: 8px;
    background-color: #151414;
}

.footer-c .copyright a {
    color: #fff;
}

.footer-c p {
	color:#ababab;
}




/*================= #region media*/
@media (max-height: 680px){

	.header-slider {
		min-height: 94vh !important;
	}

	.caption1 {
	    font-size: 40px;
	    margin-top: -4px;
	}
	.statistics .item .title {
	    margin: 0;
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 33px;
	    margin-bottom: 8px;
	}

	.statistics .full-left {
	    width: 39%;
	    height: 165px;
	    margin-bottom: 0px;
	    padding: 22px 25px;
	}

	.statistics .full-right {
	    width: 39%;
	    height: 165px;
	    margin-bottom: 0px;
	    padding: 22px 25px;
	}
	.statistics .item {
		height: 165px;
	    padding: 22px 25px;
	}

	.calendar-description {
	    margin-top: 20px;
	}

	.calendar-description h4 {
	    margin-bottom: 5px;
	    font-family: "PT Serif";
	    font-size: 35px;
	    font-weight: 700;
	}

	.cal1 .clndr .clndr-table tr {
	    height: 60px;
	}

}




@media (max-height: 786px) {

	.header-slider {
	    min-height: 95vh;
	}

	.caption1 {
	    font-size: 45px;
	}

	.shift-row {
	    margin-top: 30px;
	}
	.calendar-description h4 {
	    margin-bottom: 5px;
	    font-family: "PT Serif";
	    font-size: 32px;
	    font-weight: 700;
	}
	.calendar-description {
	    margin-top: 50px;
	}

}

@media (max-height: 768px){

	.header-slider {
		min-height: 95vh;
	}
	.navbar {
	    margin-bottom: 15px;
	}

	.hot-line {
	    margin-top: 20px;
	}

	.move-bottom {
	    margin: 10px 0;
	    width: 35px;
	    height: 27px;
	}

	.caption1 {
	    font-family: "PT Serif";
	    font-weight: 400;
	    font-size: 42px;
	}

	.gloabal-wrapper [class*="-wrapper"] h2 {
	    font-size: 60px;
	    font-weight: 100;
	}

	.gloabal-wrapper [class*="-wrapper"] .subtitle {
	    font-size: 30px;
	    font-weight: 400;
	}

	.calendar-description {
	    margin-top: 50px;
	}

	.header-slider .h1 {
	    margin-top: 5px;
	    margin-bottom: 10px;
	}

	.shift-row {
	    margin-top: 25px;
	}

	.when-wrapper .subtitle {
	    font-size: 30px !important;
	    font-weight: 400;
	}

	.carousel-switches {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}

	.carousel-switches button {
	    font-size: 30px;
	}

	.institutions-wrapper {
	    padding-top: 20px;
	    padding-bottom: 29px;
	    height: 47%;
	}

	.footer {
	    background: #272727;
	    padding: 50px 0 25px 0;
	    color: #fff;
	    height: 52%;
	}

	.cal1 .clndr .clndr-table tr {
	    height: 60px;
	}

}	

@media (max-width: 1230px){
	.statistics .full-left {
		width: 37% !important;
	}
	.statistics .full-right {
		width: 37% !important;
	}
	.statistics .item {
		width: 25%;
	}

	.shift-right {
		margin-right: 0;
	}
	.shift-left {
		margin-left: 0; 
	}
	.steps .steps-list li {
		padding-right: 90px;
	}
	.gloabal-wrapper [class*="-wrapper"] h2 {
	    font-size: 70px;
	}
	.gloabal-wrapper [class*="-wrapper"] .subtitle {
 	   	font-size: 30px;
	}
 }

@media (max-width: 1199px){
	.user-panel, .user-panel span{
		margin-left: -20px;
	}
	.info-form-contacts .description {
	    float: right;
	    margin-top: -123px;
	    margin-right: 60px;
	}

	.steps .steps-list li i {
	    width: 120px;
	    height: 120px;
	    border-radius: 50%;
	    border: 2px solid #dadada;
	    text-align: center;
	    line-height: 120px;
	    font-size: 50px;
	    /* box-shadow: 0 0 1px #dadada, inset 0 0 1px #dadada; */
	}
	.steps .steps-list li .data-ordinal-numb {
	    left: 3px;
	    top: 3px;
	}
	.steps .steps-list:before {
	    top: 60px;
	}
	.steps .steps-list li {
	    padding-right: 50px;
	}

	.calendar-description h4 {
	    margin-bottom: 5px;
	    font-family: "PT Serif";
	    font-size: 32px;
	    font-weight: 700;
	}
	.calendar-description {
	    margin-top: 50px;
	}
}

@media (max-width: 1024px){
	.hidden-xs-hot_line {
		display:none;
	}
	.user-panel .hidden-xs {
		display: none;
	}
	.info-form-contacts .description {
	    float: right;
	    margin-top: -120px;
	    margin-right: 75px;
	}
	.info-form-contacts .info-text {
	    font-family: "PT Serif";
	    font-weight: 700;
	    margin-bottom: 10px;
	    font-size: 18px;
	    color: #b7b7b7;
	}
	.info-form-contacts .phone {
	    font-family: "PT Serif";
	    /* font-size: 1.6vw; */
	    font-weight: 700;
	    font-size: 30px;
	    color: #2d2d2d;
	}
	.steps .steps-list li {
	    padding-right: 45px;
	}
	.steps .steps-list:before {
	    top: 60px;
	}
	.cal1 .clndr .clndr-controls {
	    padding-top: 20px;
	    height: 70px;
	}
	.cal1 {
	    margin: 35px auto;
	}
	.steps .steps-list li i {
	    width: 120px;
	    height: 120px;
	    border-radius: 50%;
	    line-height: 120px;
	}
	.gloabal-wrapper [class*="-wrapper"] h2 {
	    font-size: 70px;
	    font-weight: 100;
	}
	.gloabal-wrapper [class*="-wrapper"] .subtitle {
 	   	font-size: 30px;
		font-weight: 400;
	}
	.institutions-wrapper {
	    height: 50%;
	}
	.footer {
	    height: 50%;
	}
}

@media (max-width: 992px){
	.user-panel .list-users {
	    left: 0% !important;
	}
	.user-panel .list {
	    text-align: center;
	}
	.list-skype li.three {
	    border-bottom: 1px solid #433f3f;
	}
	.hidden-xs-hot_line {
		display: none;
	}
	.info-form-contacts .description {
	    float: right;
	    margin-top: -100px;
	    margin-right: 40px;
	}
	.info-form-contacts .info-text {
	    font-family: "PT Serif";
	    font-weight: 700;
	    margin-bottom: 5px;
	    font-size: 16px;
	    color: #b7b7b7;
	}
	.info-form-contacts .phone {
	    font-family: "PT Serif";
	    /* font-size: 1.6vw; */
	    font-weight: 700;
	    font-size: 22px;
	    color: #2d2d2d;
	}
	.hidden-sm {
	    display: none!important;
	}
	.nav>li>a {
	    padding: 10px 10px;
	}
	.steps .steps-list li {
		padding-right: 32px;
	}
	.logo-link {
		display: block;
		width: 250px;
		margin-top: 10px;
	}
	.logo-link img {
		object-fit: contain;
		width: 100%;
	}
	.caption1 {
	    font-family: "PT Serif";
	    font-weight: 400;
	    font-size: 50px;
	}
	.statistics .item {
	    padding: 20px 15px;
	}
	.statistics .item .title {
	    font-size: 22px;
	}
	.statistics .item .description {
	    font-size: 17px; /*la 1880px font de 18px;*/
	}
	.slogan {
	    margin-top: 20px;
	    margin-left: 10px;
	}
	.slogan img {
	    width: 60px;
	    margin-right: 15px;
	}
	.vote-members .item {
	    width: 30%;
	    height: 180px;
	}

	.vote-members .item h4 {
	    font-family: "PT Serif";
	    font-size: 19px;
	    font-weight: 400;
	    color: #fff;
	    text-transform: uppercase;
	    margin-top: 25px;
	}

	.steps .steps-list:before {
	    top: 60px;
	}
	.steps .steps-list li h5 {
	    font-size: 20px;
	}
	.gloabal-wrapper [class*="-wrapper"] h2 {
	    font-size: 55px;
	    font-weight: 100;
	}
	.gloabal-wrapper [class*="-wrapper"] .subtitle {
	    font-size: 23px;
	    font-weight: 400;
	    margin-top: 10px;
	}
	.get-esignature-wrapper .owl-carousel .item {
		padding-left: 0;
	}
	.institutions-wrapper {
	    padding-top: 40px;
	    padding-bottom: 0px;
	    height: 45%;
	}
	.calendar-description h4 {
	    margin-bottom: 5px;
	    font-family: "PT Serif";
	    font-size: 26px;
	    font-weight: 700;
	}
	.calendar-description {
	    margin-top: 60px;
	}
	.cal1 .clndr .clndr-table tr {
	    height: 65px !important;
	}
	.event-list li {
	    font-family: "Source Sans Pro";
	    font-size: 15px;
	    font-weight: 300;
	    line-height: 19px;
	    margin-top: 30px;
	    padding-left: 20px;
	    border-left: 3px solid transparent;
	}
	.calendar-description h6 {
	    margin-top: 25px;
	    margin-bottom: 0;
	    font-family: "PT Serif";
	    font-weight: 700;
	    font-size: 20px;
	}
}

@media (max-width: 767px){
	.user-panel .list-users {
	    left: 0% !important;
	}
	.user-panel .list {
	    text-align: center;
	}
	.steps .steps-list.top li {
	    width: 50%;
	    float: left;
	    display: inline-block;
	    position: relative;
	    padding-right: 0px;
	    text-align: center;
	}

	.steps .steps-list li p {
	    padding-left: 5px;
	    padding-right: 5px;
	    font-family: "Source Sans Pro";
	    font-size: 15px;
	    line-height: auto;
	    font-weight: 300;
	    color: #193441;
	    min-height: 95px;
	    margin-bottom: 20px;
	}
	.hidden-xs-hot_line_no {
		display: none;
	}
	.hidden-user-xs {
		display: none;
	}
	.view_xs {
		display: inline-block;
	}

	.header-pages .top-navigation .navbar-nav a {
	    color: #ffffff !important;
	}
	.top-navigation .navbar-nav .dropdown-menu {
	    border: none;
	    background: rgba(0,0,0,.0);
	    margin-top: 0px;
	    width: auto;
	    padding-right: 0px;
	    padding-left: 0px;
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	.hot-line .phone {
	    font-size: 25px;
	}
	.caption1 {
	    font-size: 50px;
	}
	.top-navigation .navbar-collapse {
		background: rgba(0,0,0,.75);
	    position: absolute;
	    z-index: 999;
	    width: 100%;
	}
	.top-navigation .navbar-collapse li,
	.top-navigation .navbar-collapse li.active {
		border: none;
	}
	.steps .steps-list:before {
	    top: 60px;
	}
	/*	.steps .steps-list:before {
		display: none;
	}*/
	.steps {
		margin-top: 20px;
	}
	.delim {
   		/*margin-right: 20px;*/
   		margin-right: 7px;
	}
	.get-esignature-wrapper .owl-carousel .item {
		padding-left: 0;
	}

	.maps-info .col-xs-6, .info-form-contacts .col-xs-6 {
		width: 100%;
	}
	.logo-footer {
	    margin-bottom: 22px;
	    margin-left: 25px;
	    height: 80px;
	}
	.statistics .full-left {
	    width: 35% !important;
	}
	.statistics .full-left .item-left {
	    width: 220px;
	    float: right;
	}
	.statistics .item {
	    width: 25%;
	}
	.statistics .full-right {
	    width: 35% !important;
	}
	.statistics .full-right .item-right {
	    width: 220px;
	    float: left;
	}

	.vote-members .item h4 {
	    font-size: 18px;
	    margin-top: 25px;
	}

.top-bar .dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    position: fixed;
    float: left;
    margin-left: 56px;
    margin-right: 24px;
    margin-top: -6px;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #040404b5 transparent;
}

.top-bar .list-users.dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    position: fixed;
    float: left;
    margin-left: 0px;
    margin-right: 24px;
    margin-top: -6px;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #040404b5 transparent;
}

.top-bar .list-skype.dropdown-menu::before {
 	margin-left: -30px;
    margin-right: 24px;
    border-color: transparent transparent #040404b5 transparent;
}

	.list-skype li.three {
		border-bottom: 1px solid #433f3f;
	}

}

@media (max-width: 680px){
	.top-bar .dropdown-menu {
	    left: 0px;
	    font-weight: 400;
  		background: rgba(0, 0, 0, 0.85);
	}
	.statistics .full-right .item-right {
	    width: 180px;
	    float: left;
	}

	.info-form-contacts .description {
	    float: right;
		margin-top: -145px;
  		margin-right: 115px;
	}
	.info-form-contacts .info-text {
	    font-family: "PT Serif";
	    font-weight: 700;
	    margin-bottom: 15px;
	    font-size: 24px;
	    color: #b7b7b7;
	}
	.info-form-contacts .phone {
	    font-family: "PT Serif";
	    /* font-size: 1.6vw; */
	    font-weight: 700;
	    font-size: 35px;
	    color: #2d2d2d;
	}

	.statistics .item {
	    padding: 20px 20px;
	}
	.statistics {
		display: none;
	}

	.info-form-contacts .col-xs-5, .info-form-contacts .col-xs-7 {
		width: 100%;
	}
	.footer .col-xs-8, .footer .col-xs-4 {
		width: 100%;
	}
	.footer {
	    height: auto;
	}
	.footer .contact-list, .footer h4 {
	    padding-left: 25px;
	}
	.steps .steps-list:before {
	    display: none;
	}
}

@media (max-width: 600px){ 
	.steps .steps-list.top li {
	    width: 100%;
	    float: left;
	    display: inline-block;
	    position: relative;
	    padding-right: 0px;
	    text-align: center;
	}

	.top-bar .list-skype.dropdown-menu::before {
	    margin-left: -20px;
	    margin-right: 24px;
	    border-color: transparent transparent #040404b5 transparent;
	}

	.hidden-user-xs {
		display: none;
	}
	.view_xs {
		display: inline-block;
	}
	.top-bar i {
    	padding-right: 0px;
	}
	.user-panel a>i {
	    padding-right: 0px;
	}

	.delim {
   		margin-right: 18px;
	}

}

@media (max-width: 450px){
	.list-users div {
	    padding-left: 6px;
	    padding-right: 6px;
	}
	.avatar-user img {
	    width: 80px;
	}
	.list-users .exit-user-type button {
	    width: 80px;
	}
	.info-form-contacts .description {
	    float: right;
		margin-top: -115px;
  		margin-right: 60px;
	}
	.info-form-contacts .info-text {
	    font-family: "PT Serif";
	    font-weight: 700;
	    margin-bottom: 10px;
	    font-size: 18px;
	    color: #b7b7b7;
	}
	.info-form-contacts .phone {
	    font-family: "PT Serif";
	    /* font-size: 1.6vw; */
	    font-weight: 700;
	    font-size: 26px;
	    color: #2d2d2d;
	}
	.hot-line .phone {
	    font-size: 25px;
	}
	.top-bar .dropdown-menu {
		right: 20px;
   		left: auto;
	   /* left: -10px;*/
	   /* background: #fff;*/
	    font-weight: 400;
	    text-align: left;
	    min-width: 120px !important;
	}
.top-bar .dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    position: fixed;
    float: left;
    margin-left: 98px;
    margin-right: 24px;
    margin-top: -6px;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #040404b5 transparent;
}

.top-bar .list-users.dropdown-menu::before {
    content: '';
    width: 0;
    height: 0;
    position: fixed;
    float: left;
    margin-left: 50px;
    margin-right: 24px;
    margin-top: -6px;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #040404b5 transparent;
}

.top-bar .list-skype.dropdown-menu::before {
    margin-left: 50px;
    margin-right: 24px;
    border-color: transparent transparent #040404b5 transparent;
}

	.list-skype li.three {
		border-bottom: 1px solid #433f3f;
	}

	.breadcrumb {
	    padding: 8px 0px !important;
	    font-size: 12px !important;
	}
	.breadcrumb>li+li:before {
	    content: " ";
	    font-size: 8px;
	    padding: 0px 5px;
	    line-height: -3px;
	    background: #354a6b;
	    border: 1.5px solid #c2c8d2;
	    border-radius: 50%;
	    margin-left: 5px !important;
	    margin-right: 5px !important;
	}
	.caption1 {
	    font-family: "PT Serif";
	    font-weight: 400;
	    font-size: 36px;
	    margin-top: 25px;
    	margin-bottom: 45px;
	}
	.shift-left {
	    margin-left: 0;
	    margin-right: 20px;
	    margin-bottom: 20px;
	}
	.shift-row [class*=shift] {
	    border: 2px solid #fff;
	    border-radius: 30px;
	    display: inline-block;
	    width: 98%;
	    height: 49px;
	    padding-top: 10px;
	    padding-left: 4px;
	    padding-right: 20px;
	    color: #fff;
	    transition: transform .3s;
	    cursor: pointer;
	}
	.gloabal-wrapper [class*="-wrapper"] h2 {
	    font-size: 25px;
	    font-weight: 100;
	    margin-top: 40px;
	}
	.gloabal-wrapper [class*="-wrapper"] .subtitle {
	    font-size: 15px !important;
	    font-weight: 400;
	    margin-top: 10px;
	}
	.slogan img {
	    width: 50px;
	    margin-right: 15px;
	}
	.steps-wrapper {
	    padding: 0px 0 40px 0;
	    margin-bottom: 40px;
	}
	.who-wrapper {
	    margin-bottom: 20px;
	}
	.steps .steps-list:before {
	    display: none;
	}
	.steps .steps-list li h5 {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.steps li:first-child {
	    margin-left: 22px;
	    padding-right: 25px!important;
	}
	.when-wrapper {
	    padding: 0px 0 10px 0;
	}
	.calendar .col-xs-5 {
		width: 100%;
	}
	.calendar .col-xs-7 {
	    width: 100%;
	}
	.cal1 .clndr .clndr-table .header-days {
	    font-size: 10px;
	}
	.get-esignature-wrapper h2 {
	    font-size: 32px;
	    margin-top: -25px !important;
	}
	ul.list-unstyled.steps-list {
	    margin-top: 20px;
	}
	.institutions-wrapper .institut-carousel .item {
	    width: 330px;
	}
	.footer {
	    height: auto;
	}
	.footer .col-xs-8 {
	    width: 100%;
	}
	.footer .col-xs-4 {
	    width: 100%;
	}
	.footer .list-unstyled {
	    padding-left: 25px;
	    list-style: none;
	}
	.steps {
		margin-top: 45px;
	    margin-bottom: 40px;
	}
	.steps .steps-list li h5 {
	    font-size: 16px;
	}
	.esignature-content {
	    margin-top: 32px;
	}

	.get-esignature-wrapper .owl-carousel .item .images {
	    height: 100px;
	}
	.logo-footer {
	    width: 260px;
	    height: auto;
        }

}

@media (max-height: 450px){
	
	.navbar {
	    margin-bottom: 10px;
	}
	.logo-link {
	    display: block;
	    width: 250px;
	    margin-top: 0px;
	} 	
	.caption1 {
	    font-size: 32px;
	}
	.statistics {
	    display: none;
	}
	.calendar-description h4 {
	    font-size: 22px;
	}

	.download-pdf {
		font-size: 15px;
	    padding: 15px 20px 15px 80px;
	}

	.cal1 .clndr .clndr-table .header-days {
	    font-size: 10px;
	}

	.gloabal-wrapper [class*="-wrapper"] h2 {
	    font-size: 45px;
		margin-top: 25px;
	}
	.subtitle {
	    font-size: 20px !important;
	    font-weight: 400;
	}

	.who-wrapper {
	    margin-bottom: 30px;
	}

	.steps-wrapper {
	    padding: 10px 0;
	}
	.institutions-wrapper {
	    padding-top: 10px;
	    padding-bottom: 50px;
	    height: auto;
	}
	.footer {
	    padding: 20px 0 40px 0;
	    height: auto;
	}

}

@media (max-width: 380px){
	.user-panel .list-users {
		left: 10% !important;
	}
	.top-bar .list-users.dropdown-menu::before {
	    margin-left: 72px;
	}
	.delim {
   		/*margin-right: 20px;*/
   		margin-right: 15px;
	}
	.col-xs-8.email {
	    width: 50%;
	}
	.col-xs-4.text-right {
	    width: 50%;
	}
	.info-form-contacts .description {
	    float: right;
	    margin-top: -102px;
	    margin-right: 55px;
	}
	.info-form-contacts .info-text {
	    font-family: "PT Serif";
	    font-weight: 700;
	    margin-bottom: 6px;
	    font-size: 16px;
	    color: #b7b7b7;
	}
	.info-form-contacts .phone {
	    font-family: "PT Serif";
	    /* font-size: 1.6vw; */
	    font-weight: 700;
  		font-size: 24px;
	    color: #2d2d2d;
	}
	.caption1 {
	    font-family: "PT Serif";
	    font-weight: 400;
	    font-size: 30px;
	}

	.logo-footer{
		width: 260px;
	}
	.logo-link{
	    width: 244px;
    	margin-top: 16px;
	}
	.vote-members .item {
		width: 280px;
	}
	.steps .steps-list li i {
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	}
	.slogan .slogan-text {
	    width: 70%;
	}

	.cal1 .clndr .clndr-table .header-days {
	    font-size: 8px;
	}

	.cal1 .clndr .clndr-table tr .day.event .event-circle {
	    margin-right: 5px;
	}
}








/*================= #region keyframes*/
@keyframes MoveUpDown {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}






/*============ temporar*/
#calendar img {
	width: 100%;
	margin-top: 35px;
	object-fit: contain;
}

#calendar {
	margin-top: 35px;
}
#calendar .fc-toolbar.fc-header-toolbar {
	margin-bottom: 0;
	height: 80px;
	background: #f7f7f7;
}
#calendar h2 {
	font-family: "PT Serif";
	font-size: 20px;
	font-weight: 700;


	line-height: 80px;
	margin-left: 110px;
}
#calendar .fc-day-header.fc-widget-header{
	line-height: 50px;
	background: #e8e8e8 !important;
	border-color: #ffffff !important;
	height: 50px;
	color: #6f6f6f;
}
.fc-day-header.fc-widget-header span {
	font-family: "Source Sans Pro";
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	color: #6f6f6f;
}

.fc hr, 
.fc tbody, 
.fc td, 
.fc th, 
.fc thead, 
.fc-row {
    border-color: #eaeced !important;
    background: #fff !important;
}
.fc tbody .fc-row .fc-content-skeleton table {
    height: 92px !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	font-family: "Source Sans Pro";
	font-size: 12px;
	font-weight: 300;
	margin: 10px;
	width: 20px;
	text-align: center;
	height: 20px;
}

#calendar h2:first-letter {
	text-transform: uppercase;
}

.fc-toolbar .fc-right {
	float: none;
	position: absolute;
	top: 60px;
}
.fc-today-button {
	display: none;
}

.fc-today .fc-day-number {
	border-radius: 50%;
	background: #eaeaea;
}
.fc-event .fc-content .fc-title {
	display: none;
}
#calendar tr > td > .fc-day-grid-event {
	margin: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	padding: 0;
	border: none;

	float: right;
	margin-right: 15px;
}
#calendar tr:first-child > td > .fc-day-grid-event {
	background: #288fc5 !important;
}
#calendar tr:last-child > td > .fc-day-grid-event {
	background: #fcd206 !important;
}

.fc-toolbar .fc-right {
     float: none !important; 
     display: block !important; 
}
.fc-day-top {
	/*position: relative;*/
	cursor: pointer;
}
/*.fc-day-top:before {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: attr(data-date);
	color: transparent;
	background: transparent;
}*/


.fc-content-skeleton tbody tr {
	/*display: inline-block;*/
	/*float: left;*/
}
