@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}
body {
/*	padding-top: 51px;
	margin-bottom: 70px !important; */
}
.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}
.logo-default {
	margin-top: 3px;
}

.logo {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


body > .page-container {
  padding: 70px 15px 15px 15px;
}

p {
/*	text-align: justify; */
}
.dd-user-avatar {padding-top:7px !important; padding-bottom:7px !important;}
.carousel-caption p {
	color: #fff;
	text-align: center;
}
/*a.user-nickname-img {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	line-height:30px !important;
}
a.user-nickname-img img { height: 32px; border-radius: 50%; margin-right:3px;} */
/* AJAX FORMS */
.form-msg {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.form-state-error .form-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.form-state-success .form-msg {
    background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
/***

Portlets

***/

/* Full Screen portlet mode */

.page-portlet-fullscreen {
	overflow: hidden;
}
/* Basic portlet */

.portlet {
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.portlet.portlet-fullscreen {
	z-index: 10060;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.portlet.portlet-fullscreen > .portlet-body {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 10px;
}
.portlet.portlet-fullscreen > .portlet-title {
	padding: 0 10px;
}
.portlet > .portlet-title {
/*	border-bottom: 1px solid #eee; */
	padding: 0;
	margin-bottom: 10px;
	min-height: 41px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.portlet > .portlet-title:before, .portlet > .portlet-title:after {
	content: " ";
	display: table;
}
.portlet > .portlet-title:after {
	clear: both;
}
.portlet > .portlet-title > .caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	padding: 10px 0;
}
.portlet > .portlet-title > .caption.bold {
	font-weight: 400;
}
.portlet > .portlet-title > .caption > i {
	float: left;
	margin-top: 4px;
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	color: #666;
}
.portlet > .portlet-title > .caption > i.glyphicon {
	margin-top: 2px;
}
.portlet > .portlet-title > .caption > .caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400;
}
.portlet > .portlet-title > .actions {
	float: right;
	display: inline-block;
	padding: 6px 0;
}
.portlet > .portlet-title > .actions > .dropdown-menu i {
	color: #555555;
}
.portlet > .portlet-title > .actions > .btn,  .portlet > .portlet-title > .actions > .btn.btn-sm,  .portlet > .portlet-title > .actions > .btn-group > .btn,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.5;
}
.portlet > .portlet-title > .actions > .btn.btn-default,  .portlet > .portlet-title > .actions > .btn.btn-sm.btn-default,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-default,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default {
	padding: 3px 9px;
}
.portlet > .portlet-title > .actions > .btn > i,  .portlet > .portlet-title > .actions > .btn.btn-sm > i,  .portlet > .portlet-title > .actions > .btn-group > .btn > i,  .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i {
	font-size: 13px;
}
.portlet > .portlet-title > .actions .btn-icon-only {
	padding: 5px 7px 3px 7px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default {
	padding: 4px 6px 2px 6px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default > i {
	font-size: 14px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
	font-family: FontAwesome;
	color: #a0a0a0;
	padding-top: 3px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.btn-sm {
	padding: 3px 3px !important;
	height: 27px;
	width: 27px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen:before {
	content: "\f065";
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.on:before {
	content: "\f066";
}
.portlet > .portlet-title > .tools {
	float: right;
	display: inline-block;
	padding: 12px 0 8px 0;
}
.portlet > .portlet-title > .tools > a {
	display: inline-block;
	height: 16px;
	margin-left: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.portlet > .portlet-title > .tools > a.remove {
	background-image: url(../img/portlet-remove-icon.png);
	background-repeat: no-repeat;
	width: 11px;
}
.portlet > .portlet-title > .tools > a.config {
	background-image: url(../img/portlet-config-icon.png);
	background-repeat: no-repeat;
	width: 12px;
}
.portlet > .portlet-title > .tools > a.reload {
	background-image: url(../img/portlet-reload-icon.png);
	width: 13px;
}
.portlet > .portlet-title > .tools > a.expand {
	background-image: url(../img/portlet-expand-icon.png);
	width: 14px;
	visibility: visible;
}
.portlet > .portlet-title > .tools > a.collapse {
	background-image: url(../img/portlet-collapse-icon.png);
	width: 14px;
	visibility: visible;
}
.portlet > .portlet-title > .tools > a.fullscreen {
	display: inline-block;
	top: -3px;
	position: relative;
	font-size: 13px;
	font-family: FontAwesome;
	color: #ACACAC;
}
.portlet > .portlet-title > .tools > a.fullscreen:before {
	content: "\f065";
}
.portlet > .portlet-title > .tools > a.fullscreen.on:before {
	content: "\f066";
}
.portlet > .portlet-title > .tools > a:hover {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.portlet > .portlet-title > .pagination {
	float: right;
	display: inline-block;
	margin: 2px 0 0 0;
	border: 0;
	padding: 4px 0;
}
.portlet > .portlet-title > .nav-tabs {
	background: none;
	margin: 0;
	float: right;
	display: inline-block;
	border: 0;
}
.portlet > .portlet-title > .nav-tabs > li {
	background: none;
	margin: 0;
	border: 0;
}
.portlet > .portlet-title > .nav-tabs > li > a {
	background: none;
	margin: 5px 0 0 1px;
	border: 0;
	padding: 8px 10px;
	color: #fff;
}
.portlet > .portlet-title > .nav-tabs > li.active > a, .portlet > .portlet-title > .nav-tabs > li:hover > a {
	color: #333;
	background: #fff;
	border: 0;
}
.portlet > .portlet-body {
	clear: both;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.portlet > .portlet-empty {
	min-height: 125px;
}
.portlet.full-height-content {
	margin-bottom: 0;
}
/* Portlet background colors */

/* Side bordered portlet */

.portlet.bordered {
	border-left: 2px solid #e6e9ec !important;
}
.portlet.bordered > .portlet-title {
	border-bottom: 0;
}
/* Solid colored portlet */

.portlet.solid {
	padding: 0 10px 10px 10px;
	border: 0px;
}
.portlet.solid > .portlet-title {
	border-bottom: 0;
	margin-bottom: 10px;
}
.portlet.solid > .portlet-title > .caption {
	padding: 16px 0 2px 0;
}
.portlet.solid > .portlet-title > .actions {
	padding: 12px 0 6px 0;
}
.portlet.solid > .portlet-title > .tools {
	padding: 14px 0 6px 0;
}
/* Solid bordered portlet */

.portlet.solid.bordered > .portlet-title {
	margin-bottom: 10px;
}
/* Box portlet */

.portlet.box {
	padding: 0px !important;
}
.portlet.box > .portlet-title {
	border-bottom: 0;
	padding: 0 10px;
	margin-bottom: 0;
	color: #fff;
}
.portlet.box > .portlet-title > .caption {
	padding: 11px 0 9px 0;
}
.portlet.box > .portlet-title > .tools > a.remove {
	background-image: url(../img/portlet-remove-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.config {
	background-image: url(../img/portlet-config-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.reload {
	background-image: url(../img/portlet-reload-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.expand {
	background-image: url(../img/portlet-expand-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.collapse {
	background-image: url(../img/portlet-collapse-icon-white.png);
}
.portlet.box > .portlet-title > .tools > a.fullscreen {
	color: #fdfdfd;
}
.portlet.box > .portlet-title > .actions {
	padding: 7px 0 5px 0;
}
.portlet.box > .portlet-body {
	background-color: #fff;
	padding: 10px;
}
.portlet.box.portlet-fullscreen > .portlet-body {
	padding: 10px;
}
/* Light Portlet */

.portlet.light {
	padding: 12px 20px 15px 20px;
	background-color: #fff;
}
.portlet.light.bordered {
	border: 1px solid #e1e1e1 !important;
}
.portlet.light.bordered > .portlet-title {
	border-bottom: 1px solid #eee;
}
.portlet.light.bg-inverse {
	background: #F7F7F7;
}
.portlet.light > .portlet-title {
	padding: 0;
	min-height: 48px;
}
.portlet.light > .portlet-title > .caption {
	color: #666;
	padding: 10px 0;
}
.portlet.light > .portlet-title > .caption > .caption-subject {
	font-size: 16px;
}
.portlet.light > .portlet-title > .caption > i {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px;
}
.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
	font-size: 15px;
}
.portlet.light > .portlet-title > .caption.caption-md > i {
	font-size: 14px;
}
.portlet.light > .portlet-title > .actions {
	padding: 6px 0 14px 0;
}
.portlet.light > .portlet-title > .actions .btn-default {
	color: #666;
}
.portlet.light > .portlet-title > .actions .btn-icon-only {
	height: 27px;
	width: 27px;
}
.portlet.light > .portlet-title > .actions .dropdown-menu li > a {
	color: #555;
}
.portlet.light > .portlet-title > .inputs {
	float: right;
	display: inline-block;
	padding: 4px 0;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > i {
	font-size: 14px;
	margin-top: 9px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
	height: 30px;
	padding: 2px 26px 3px 10px;
	font-size: 13px;
}
.portlet.light > .portlet-title > .inputs > .portlet-input > .form-control {
	height: 30px;
	padding: 3px 10px;
	font-size: 13px;
}
.portlet.light > .portlet-title > .pagination {
	padding: 2px 0 13px 0;
}
.portlet.light > .portlet-title > .tools {
	padding: 10px 0 13px 0;
	margin-top: 2px;
}
.portlet.light > .portlet-title > .nav-tabs > li {
	margin: 0;
	padding: 0;
}
.portlet.light > .portlet-title > .nav-tabs > li > a {
	margin: 0;
	padding: 12px 13px 13px 13px;
	font-size: 13px;
	color: #666;
}
.portlet.light > .portlet-title > .nav-tabs > li.active > a, .portlet.light > .portlet-title > .nav-tabs > li:hover > a {
	margin: 0;
	background: none;
	color: #333;
}
.portlet.light.form-fit {
	padding: 0;
}
.portlet.light.form-fit > .portlet-title {
	padding: 17px 20px 10px 20px;
	margin-bottom: 0;
}
.portlet.light .portlet-body {
	padding-top: 8px;
}
.portlet.light.portlet-fullscreen > .portlet-body {
	padding: 8px 0;
}
.tab-pane > p:last-child {
	margin-bottom: 0px;
}
/* Reverse aligned tabs */

.tabs-reversed > li {
	float: right;
	margin-right: 0;
}
.tabs-reversed > li > a {
	margin-right: 0;
}
/* jQuery UI Draggable Portlets */

.portlet-sortable:not(.portlet-fullscreen) > .portlet-title {
	cursor: move;
}
.portlet-sortable-placeholder {
	border: 2px dashed #eee;
	margin-bottom: 25px;
}
.portlet-sortable-empty {
	height: 45px;
}
.portlet.calendar .fc-button .fc-icon {
    height: 28px;
    top: -5px;
}
.portlet.calendar .fc-left h2, .portlet.cal .fc-left h2 { text-transform:capitalize;}

.portlet.cal.light .portlet-title > .nav-tabs > li > a {
	border-bottom: 2px solid transparent;
	/*padding-bottom: 15px;
	margin-left:2px;*/
	padding: 11px 10px 16px 10px;
}
.portlet.cal.light .portlet-title > .nav-tabs > li.active > a, .portlet.cal.light .portlet-title > .nav-tabs > li:hover > a {
    border-bottom: 2px solid #5B9BD1;
}
.portlet.cal.light .portlet-title > .nav-tabs > li.disabled > a {
	color: #999 !important;
}
.portlet.cal.light .portlet-title > .nav-tabs > li.disabled > a:hover {
	border-bottom: 2px solid transparent;
	color: #999 !important;
}
/***

Select2 Plugin

***/

.form-control .select2-choice {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	background-image: none;
	filter: none;
	height: 34px;
	padding: 3px 0 0px 12px;
}
.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #e5e5e5;
	background-color: #fff;
	background-image: none;
	filter: none;
}
.select2-drop {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none;
	border-top: 0;
}
.select2-drop-auto-width {
	border-top: 1px solid #e5e5e5;
}
.select2-drop.select2-drop-above {
	border-top: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-drop-active {
	border: 1px solid #999999;
	border-top: 0;
}
.select2-container .select2-choice .select2-arrow {
	background-image: none;
	background-color: #fff;
	filter: none;
	border-left: 1px solid #e5e5e5;
}
.select2-container.select2-container-active .select2-arrow,  .select2-container.select2-dropdown-open .select2-arrow {
	border-left: 0 !important;
}
.select2-container .select2-choice .select2-arrow b {
	background-position: 0 1px;
}
.select2-search input {
	border: 1px solid #e5e5e5;
	background-color: #fff !important;
	filter: none;
	margin: 0;
	outline: 0;
	border: 1px solid #e5e5e5;
	webkit-appearance: none !important;
	color: #333333;
	outline: 0;
	box-shadow: none;
	height: auto !important;
	min-height: 26px;
	padding: 6px 6px !important;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 5px;
}
.form-control.select2-container {
	border: 0;
	height: auto !important;
	padding: 0px;
}
.select2-container-active .select2-choice,  .select2-container-active .select2-choices {
	border: 1px solid #999999 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-dropdown-open .select2-choice {
	border-bottom: 0 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,  .select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #999999 !important;
	border-top: 0 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #999999 !important;
	border-bottom: 0 !important;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px;
}
.select2-results {
	margin: 5px 0;
}
.select2-results .select2-highlighted {
	background: #eee;
	color: #333;
}
.select2-results li em {
	background: #feffde;
	font-style: normal;
}
.select2-results .select2-highlighted em {
	background: transparent;
}
.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000;
}
.select2-results .select2-no-results,  .select2-results .select2-searching,  .select2-results .select2-selection-limit {
	padding: 3px 7px 4px;
	background: #f4f4f4;
	display: list-item;
}
.select2-container-multi {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.select2-container-multi .select2-choices {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.select2-container-multi.select2-dropdown-open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.select2-container-multi .select2-choices {
	padding-left: 6px;
	min-height: 34px;
	border: 1px solid #e5e5e5;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #999 !important;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 5px 0 3px 5px;
	border: 1px solid #e5e5e5;
	background-image: none;
	background-color: #fff;
	filter: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/***
Forms
***/
/* Input placeholder font color */
.form-control::-moz-placeholder {
 color: #b3b3b3;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #b3b3b3;
}
 .form-control::-webkit-input-placeholder {
 color: #b3b3b3;
}
/* Form inputs */

.form-control {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: white;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #999999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}
.form-control.height-auto {
	height: auto;
}
.form-control.form-control-solid {
	background-color: #F1F3F8;
	border-color: #F1F3F8;
	color: #A6B2BA;
}
.form-control.form-control-solid:focus {
	border-color: #e3e7f1;
}
.form-control.form-control-solid::-moz-placeholder {
 color: #acb7be;
 opacity: 1;
}
 .form-control.form-control-solid:-ms-input-placeholder {
 color: #acb7be;
}
 .form-control.form-control-solid::-webkit-input-placeholder {
 color: #acb7be;
}
/* Form uneditable input */

.uneditable-input {
	padding: 6px 12px;
	min-width: 206px;
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	color: #333333;
	background-color: white;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* Form input sizing */

.input-mini {
	width: 45px !important;
}
.input-xsmall {
	width: 80px !important;
}
.input-small {
	width: 145px !important;
}
.input-medium {
	width: 240px !important;
}
.input-large {
	width: 320px !important;
}
.input-xlarge {
	width: 420px !important;
}
.input-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-group .input-inline {
	margin-right: 5px;
}
.input-sm {
	height: 28px;
	padding: 5px 10px;
	font-size: 13px;
}
select.input-sm {
	height: 28px;
	line-height: 28px;
	padding: 2px 10px;
}
.cal-source { padding-right: 5px;}
.cal-source i {
	position: absolute;
	right:5px;
	display: none;
}
.cal-source.checked i {
	display: inline-block;
}

#questions.questions h2 {
	color: #666;
	font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 1.5em;
}

.first-footer {
	background-image: url(../img/footer-bgr.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

.navigation .menu {
	float: left;
	margin-left: 140px !important;
}

.search-box {
	margin-top: 16px !important;
}

.mc-section-1-content-1 h2 {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    line-height: 1.5em;
    color: #666;
	margin-bottom: 25px;
}
.mc-section-1-content-1 p {
/*    font-family: 'Raleway', sans-serif; */
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #666;
    margin-bottom: 25px;
	font-weight: 300;
}
#footer .megacourse p {
	max-width: 100%;
}

#header-logos {
	padding: 15px 0 50px 0;
}



#header .logo {
    position: absolute;
    left: 0px !important;
    top: -50% !important;
    z-index: 100;
    -webkit-transform: translateY(-10%) !important;
    -moz-transform: translateY(-10%) !important;
    -ms-transform: translateY(-10%) !important;
    -o-transform: translateY(-10%) !important;
    transform: translateY(-10%) !important;
}

.first-footer {
	border-bottom: 10px solid #343894;
}

.interreg {
	background-color: #fff;
	padding: 30px 0;
}

.interreg .text {
	color: #1f578c;
	font-size: 12px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 2;
	margin-top: 30px;
}
.interreg .button a,
.interreg .button a:link,
.interreg .button a:focus {
	padding: 10px 25px;
	color: #1f578c;
	font-size: 18px;
	font-weight: 500;
    font-family: 'Lato', sans-serif;
	border: 1px solid #3da9ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	display: inline-block;
	transition: all 300ms;
}

.interreg .button a:hover:after {
	z-index: 2;
	position: absolute;
	content: url(../img/interreg-hover.png);
	left:-10px;
	bottom: -20px;
	transition: all 300ms;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb>.active {
	color: inherit !important;
	font-size: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
}

.cat_menu > ul {
	padding-left: 0px;
	list-style: none;
}

.cat_menu > ul #clp-44 {
	padding-left: 0px;
}

.cat_menu ul > li {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #A6A6A6;
	font-weight: 500 !important;
}

.cat_menu ul ul {
	padding-left: 15px;
	list-style: none;
}

.cat_menu ul > li a {
	color: #666 !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	display: block;
	padding: 8px;
	font-weight: 600;
	text-transform: uppercase;
}

.cat_menu ul > li a:hover,
.cat_menu ul > li a.active {
	background-color: rgba(55, 177, 242, 0.7);
	color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cat_menu ul > ul > li.page-45 > a:before {
	content: "\f1eb";
}

.cat_menu ul > li.page-46 > a:before {
	content: "\f0ac";
}

.cat_menu ul > li.page-47 > a:before {
	content: "\f1b8";
}

.cat_menu ul > li a:before {
	content: "\f19d";
    font-family: FontAwesome;
    display: block;
    float: left;
	padding-right: 15px;
}

.cat_menu ul > li ul li a {
	text-transform: initial;
	font-weight: 400;
}

.cat_menu ul > li ul li a:before {
	content: "\f212";
    font-family: FontAwesome;
    display: block;
	float: left;
	padding-right: 15px;
}



.sidebar-categories h4 {
	font-weight: 500;
	color: #666;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.sidebar-categories .inner {
	padding-left: 15px;
	padding-right: 15px;
}

.categories-content .content {
/*	padding-top: 65px !important; */
}

.header-logos a {
	display: inline-block;
}

.header-logos.en a,
.header-logos.en span{
    margin: 5px 23px 0 13px;
}

.header-logos.bg a,
.header-logos.bg span{
/*	margin: 5px 12px; */
	margin: 5px 33px 0 0;
}

.header-logos.ro a,
.header-logos.ro span{
	margin: 5px 23px 0 17px;
}

.header-logos img {
	vertical-align: bottom;
}

.list-account-info .list-item .message-info {
	margin-top: 0px !important;
}

.list-account-info .list-account li a img {
	height: 16px;
	width: auto;
}

.blog-sidebar .widget h3.sm {
	font-weight: 700;
	color: #666;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}

.blog-sidebar .widget .image-thumb {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.blog-sidebar .widget ul li {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #666 !important;
	margin-top: 10px;
	line-height: 1.5em;
	display: inline-block;
	font-weight: 500 !important;
}

.subtitle {
	color: #3595d3;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.blog-sidebar .widget_recent_post ul li .date {
	font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #A6A6A6;	
}

.login-btn {
	position: relative;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    /* padding: 0 17px; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.login-btn:hover {
	color: #37abf2;
}

.mc-item {
	min-height: 230px !important;
}

.feature-slider .mc-item .content-item {
	border: none !important;
}

.feature-slider .mc-item {
	border: 1px solid #eee;
}

.featured-item {
	min-height: auto !important;
/*	font-family: 'Raleway', sans-serif; */
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #666;
    margin-bottom: 10px;
	padding-bottom: 0 !important;
    font-weight: 300;
}

table.mc-table tbody tr td:first-child a:before {
	content: '\f016' !important;
	font-family: FontAwesome;
	width: auto !important;
	height: auto !important;
	background: none !important;
}

table.mc-table tbody tr td:first-child a {
	padding-left: 25px !important;
}

table.mc-table tbody tr td a {
	text-align: left;
	padding-left: 0 !important;
}

table.mc-table tbody tr td a:before {
	content: none !important;
}

.tabs-page .nav-tabs {
	width: 100% !important;
}

.tab-pane ul li {
	color: #666;
}

.comment-meta {
	width: 100%;
	margin-top: 0 !important;
}

.comment-meta a {
	color: #fff !important;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 12px !important;
    height: 22px !important;
	font-weight: 400 !important;
}

.comment-meta a:before {
	content: none !important;
}

ul.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.social-icons li {
	display: inline-block;
    font-size: 19px;
}

.social-icons a {
	display: block;
	color: #fff;
	padding: 0px 20px;
    line-height: 40px;
    border-radius: 5px;
	margin: 10px 0;
}
.social-icons a.facebook {
	background: #4259cf;
}

.social-icons a.googleplus {
	background: #dd4b39;
}

.form-item input, .form-email input, .form-password input, .form-fullname input, .form-firstname input, .form-lastname input, .form-location input, .form-yourname input, .form-yourmail input, .form-phone input, .form-datebirth input {
	font-weight: 300;
}

.form-item.form-radio.radio-style {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	margin-right: 5px;
	text-align: center;
}

.register-options {
	text-align: center;
}

#register-organization {
	
}

.form-login p {
	color: #fff;
	font-weight: 300;
}

.form-check label, .form-check a, .form-login .link a {
	font-weight: 400 !important;
}

.link1 {
	margin-top: 20px;
	text-align: center;
	color: #fff;
}

.content-bar {
	overflow: visible !important;
}

.content-bar ul {
	width: 100% !important;
	text-align: center;
	display: inline-block;
}

.content-bar li {
    display: inline-block;
    text-align: center;
	margin: 20px;
}

.content-bar li a {
	margin-right: 0 !important;
}

.profile-userpic img {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
}

.security {
	border-bottom: none !important;
}

.the-project img {
	background-color: #fff;
	padding: 80px 0;
}

.the-project h2 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.the-project h3 {
	font-size: 18px;
	color: #3db3fe !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.the-project .white-bgr {
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #ededee;
}

.the-project .white-bgr.blue {
	background-image: url(../img/blue-bgr.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.the-project .white-bgr ul,
.the-project .white-bgr p {
	margin: 0;
	padding: 0 0 0 15px;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.the-project .white-bgr ul li {
	margin-bottom: 20px;
}

.the-project .white-bgr-content {
	background-color: #fff;
	padding: 30px 20px 20px 30px;
}

.the-project .additional h4 {
	font-family: 'Lato', sans-serif;
	color: #3da9ee !important;
	font-size: 18px !important;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 600 !important;
}

.the-project .additional h4.white {
	color: #fff !important;
	margin: 0 !important;
	font-weight: 500 !important;
}

.the-project .additional h4.black {
	color: #000 !important;
	font-weight: 500 !important;
}

.the-project .additional h5 {
	font-family: 'Lato', sans-serif;
	color: #3da9ee !important;
	font-size: 14px !important;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 500 !important;
}

.the-project .additional h5.black {
	font-family: 'Lato', sans-serif;
	color: #000 !important;
	font-size: 22px !important;
}

.slider img {
	width: 100%;
}

.attachments {
	margin-bottom: 16px;
}

.attachments a {
	display: block !important;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #A6A6A6;
	line-height: 50px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin: 20px 0;
	padding-left: 10px;
}
.attachments a:hover {
	color: #fff !important;
	background: rgba(55, 171, 242, 0.75)
}

.attachments a .icon {
	margin-right: 10px;
	width: auto;
	display: inline-block;
}

.exchange {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
}

.exchange .exchange-body {
	display: inline-block;
	width: 100%;
}

.exchange .exchange-author {
	float: left;
}

.exchange .exchange-meta {
	margin-top: 20px;
}
.exchange .exchange-meta a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	display: inline-block;
	padding-right: 24px;
	position: relative;
}
.exchange .exchange-meta a:before {
	content: '|';
	position: absolute;
	font-size: 14px;
	left: -12px;
	color: #D4D4D4;
}
.exchange .exchange-meta a:first-child:before {
	display: none;
}

.exchange .exchange-body .title {
	font-size: 18px;
	color: #666;
}

.exchange-body span {
	color: #666;
	font-weight: 300;
}

.tabs-page {
	padding-left: 0 !important;
}

.post {
	overflow: visible !important;
}

.m-top {
	margin-top: 76px;
}

.mc-section-1 {
	padding: 18px 0 68px 0 !important;
}

.comments-list-info {
	color: #666;
}

.slick-dots {
	position: absolute;
	left: 10% !important;
	bottom: 8% !important;
	z-index: 9 !important;
	text-align: left !important;
}

.slick-dots li {
	margin: 0 !important;
}

.slick-dots .slick-active {
	display: inline-block;
	zoom: 1;*
	display: inline;
	/*IE7 life-saver */
}

.slick-dots li button:before {
	margin: 5px;
	width: 9px !important;
	height: 9px !important;
	background-color: #869791;
	border-radius: 50%;
	color: transparent !important;
	opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
	background-color: #fff;
	opacity: 1 !important;
}

.carousel-caption h3 {
	margin: 0;
	color: #fff;
	font-size: 48px;
	line-height: 66px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.carousel-caption p {
	font-weight: 300 !important;
	margin-top: 5px;
	color: #fff;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 1.5em;
	text-align: left;
}

.carousel-caption {
	left: 10% !important;
	text-align: left !important;
	top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.answer-list {
	margin-top: 25px;
	padding: 0;
}

.answer-list li {
	overflow: hidden;
	margin-top: 8px;
}

.answer-list li input {
	display: none;
}

.answer-list li label{
	font-size: 14px;
	color: #666;
	cursor: pointer;
	line-height: 1.5em;
}

.answer-list li .icon_radio {
	width: 16px;
	height: 16px;
	border: 2px solid #d4d4d4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-top: 1px;
	margin-right: 12px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.answer-list li input:checked ~ label .icon_radio {
	background-color: #37abf2;
	border-color: #37abf2;
}

.menu .hidden-text span.title {
	display: none;
}

.slick-prev, .slick-next {
	z-index: 10;
}

.slick-prev {
	left: 20px !important;
}
.slick-next {
	right: 20px !important;
}

#header {
	transition: all 300ms;
}

#header.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	border-top: 40px solid #fff;
}

.list-account-info {
	top: 16px !important;
}

i.md-search {
	width: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navigation .menu {
	margin-right: 0 !important;
}


.btn-style-2, .btn-style-2:focus {
	text-transform: initial !important;
}

.blog-list-content .post {
	display: inline-block;
	width: 100%;
}

.mc-count-item p span {
	font-weight: bold;
}

.page-nav {
	clear: both;
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}

.tab-pane {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-top: 15px;
    display: inline-block;
    line-height: 1.6em;
}

.login-options h4 {
	text-align: center;
}

/* DROPDOWN IvPe */
span.tclps { display: none; float:right;}
span.tclps .fa:before {
  content: "\f106";
  color: #666;
  font-weight: bold;
}
span.tclps.collapsed .fa:before {
  content: "\f107";
}
li.subcollapse > span.tclps { display: inline-block; position: relative; z-index: 100; cursor: pointer; top: 5px; right:5px;}

@media (min-width: 768px) {
	li[data-hover="dropdown"]:hover > .dropdown-menu {
		display: block !important;
	}
}

@media (max-width: 768px) {
	#topnavbar .dropdown-menu { position: relative; width: 100%;}
}

@media (max-width: 992px) {
	.text-md-center { text-align: center; }
}

@media screen and (max-width: 1199px) {
.navigation .menu {
	top:0 !important;
}	
}