@font-face {
	 font-family: 'HelveticaNeue Medium';
	 src: url('../fonts/HelveticaNeue-Medium.eot');
	/* IE9 Compat Modes */
	 src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeue-Medium.svg#d7af0fd9278f330eed98b60dddea7bd6') format('svg');
	/* IE6-IE8 */
	/* Modern Browsers */
	/* Safari, Android, iOS */
	/* Legacy iOS */
	 font-style: normal;
	 font-weight: 400;
}
@font-face {
	 font-family: 'HelveticaNeueLight';
	 src: url('../fonts/HelveticaNeueLight.otf');
	 font-style: normal;
	 font-weight: light;
}

 h1, .h1 {
	 font-size: 36px;
}
 h2, .h2 {
	 font-size: 30px;
}
 h3, .h3 {
	 font-size: 24px;
}
 h4, .h4 {
	 font-size: 18px;
}
 h5, .h5 {
	 font-size: 14px;
}
 h6, .h6 {
	 font-size: 12px;
}
 @media (min-width: 768px) {
	 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		 float: left;
	}
}
 .dialog-iframe-popup .lfr-form-content {
	 position: relative;
}
.hide{
	display:none;
}


body {
    font-family: "HelveticaNeueLight";
	 /*font-family: "Helvetica Neue", sans-serif;*/
	 font-size: 16px;
	 color: #4a4a4a;
	 line-height: 1.5;
}
 body.page-maximized #main-content.columns-max {
	 padding: 150px 10% 0 10%;
}

#site-nav {
    margin-left: 200px;
}

.menu-header .logo-header{
    left: 80px;
}

.logo-header img{
	width: 100px;
}

 #page-wrapper {
	 overflow-x: hidden;
}
 img {
	 max-width: 100%;
}
 .portlet-content-container {
	 position: relative;
}
 .portlet .visible-interaction {
	 position: absolute;
	 right: 0;
	 top: 0;
	 z-index: 99;
}
 .overlay-content {
	 padding: 0 !important;
	 box-shadow: none !important;
}
 #ControlMenu {
	 position: relative;
}
 body.site-body {
	 max-width: 100%;
	 overflow-x: hidden;
}
 .footer {
	 padding: 50px 10%;
	 background: #4a4a4a;
	 color: white;
}
 .footer .portlet {
	 margin-bottom: 0;
}
 .footer .portlet-title-text {
	 display: none;
}
 .modal-dialog.yui3-widget {
	 max-width: 90%;
	 left: 5%;
}
 .footer-links.row a {
	 color: white;
	 text-decoration: none;
	 line-height: 25px;
}
 .footer-links-container {
	 border-bottom: 2px solid;
	 padding-bottom: 25px;
}
 .footer-social-container {
	 border-bottom: 2px solid;
	 padding-bottom: 25px;
	 padding-top: 25px;
}
 .footer-copy-container {
	 padding-top: 25px;
	 text-align: center;
}
 .footer .footer-social ul {
	 -webkit-padding-start: unset;
	 list-style: none;
	 width: max-content;
	 display: block;
	 margin: 0 auto;
}
 .footer .footer-social ul li {
	 display: inline-block;
	 padding: 0 50px;
}
 .footer .footer-social ul a {
	 color: #d2d2d1;
	 font-size: 55px;
}
/**/
 .portlet-journal-content .portlet-title-text {
	 display: none;
}
 .portlet-journal-content .portlet {
	 margin-bottom: 0;
}
 .portlet-journal-content .portlet-content {
	 padding: 0;
	 border: none;
}

 .carousel-item:after {
	 position: absolute;
	 content: '';
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.2);
}
 .carousel-caption h1 {
	 font-size: 300%;
	 text-shadow: none;
	 margin-top: 0;
}
 .carousel-caption p {
	 font-size: 200%;
	 text-shadow: none;
}
 .carousel-caption {
	 bottom: inherit;
	 top: 30%;
	 margin-bottom: 0;
}
 @-moz-keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {
		 -moz-transform: translateY(0);
		 transform: translateY(0);
	}
	 40% {
		 -moz-transform: translateY(-15px);
		 transform: translateY(-15px);
	}
	 60% {
		 -moz-transform: translateY(-7px);
		 transform: translateY(-7px);
	}
}
 @-webkit-keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	}
	 40% {
		 -webkit-transform: translateY(-15px);
		 transform: translateY(-15px);
	}
	 60% {
		 -webkit-transform: translateY(-7px);
		 transform: translateY(-7px);
	}
}
 @keyframes bounce {
	 0%, 20%, 50%, 80%, 100% {
		 -moz-transform: translateY(0);
		 -ms-transform: translateY(0);
		 -webkit-transform: translateY(0);
		 transform: translateY(0);
	}
	 40% {
		 -moz-transform: translateY(-15px);
		 -ms-transform: translateY(-15px);
		 -webkit-transform: translateY(-15px);
		 transform: translateY(-15px);
	}
	 60% {
		 -moz-transform: translateY(-7px);
		 -ms-transform: translateY(-7px);
		 -webkit-transform: translateY(-7px);
		 transform: translateY(-7px);
	}
}
 .bounce {
	 -moz-animation: bounce 2s infinite;
	 -webkit-animation: bounce 2s infinite;
	 animation: bounce 2s infinite;
}
 a.slide-down-btn:after {
	 content: "\f078";
	 font-family: fontawesome;
}
 a.slide-down-btn {
	 position: absolute;
	 bottom: 10px;
	 right: 50%;
	 font-size: 25px;
	 color: white !important;
	 text-decoration: none;
	 margin-right: -12px;
}
/*ba_solution*/
 .relative-pos {
	 position: relative;
}
 .solution-container {
	 padding: 5px 0 60px 0;
	 background-size: cover !important;
}
 .solution-absolute {
	 position: relative;
	 width: 80%;
	 max-width: 1000px;
	 margin: 0 auto;
	 color: white;
	 text-align: center;
}
 .solution-absolute::-webkit-scrollbar {
	 width: 7px;
}
 .solution-absolute::-webkit-scrollbar-track {
	 background: transparent;
}
 .solution-absolute::-webkit-scrollbar-thumb {
	 background: transparent;
}
 .solution-absolute::-webkit-scrollbar-thumb:hover {
	 background: #313b48;
}
 .solution-absolute h2 {
	 font-size: 27px;
	 margin-top: 40px;
}
 .solution-ul {
	 list-style: none;
	 -webkit-padding-start: 0;
	 margin: 40px auto;
	 width: 100%;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -ms-flexbox;
	 display: flex;
}
 .signed-out .portlet:hover > .portlet-topper, .signed-out .portlet.focus > .portlet-topper {
	 opacity: 0;
	 display: none;
}
 .solution-ul .solution-li {
	 border-right: 1px solid #9b9b9b;
}
 .solution-ul .solution-li a {
	 color: white;
	 font-size: 120%;
	 text-decoration: none;
	 display: block;
}
 .solution-ul .solution-li a.active, .solution-ul .solution-li:hover a {
	 color: #68b9e8;
}
 .solution-ul .solution-li:last-child {
	 border-right: none;
}
 .solution-items {
	 background: rgba(62, 62, 69, 0.8);
	 border-radius: 7px;
	 padding: 50px;
	 position: relative;
}
 .solution-arrow .arrow-prev {
	 position: absolute;
	 top: 50%;
	 left: -30px;
	 color: white;
}
 .solution-arrow .arrow-next {
	 position: absolute;
	 top: 50%;
	 right: -30px;
	 color: white;
}
 .text-slider-arrow .arrow-prev {
	 left: 15px;
	 color: #4a4a4a;
}
 .text-slider-arrow .arrow-next {
	 right: 15px;
	 color: #4a4a4a;
}
 .solution-item:not(.active) {
	 display: none;
}
 .text-right {
	 text-align: right;
}
 .solution-item-inner {
	 max-width: 650px;
	 line-height: 30px;
	 text-align: left;
	 margin: 0 auto;
	 margin-top: 30px;
}
 .solution-item-inner a {
	 color: #68b9e8;
}
 h3.target-title {
	 margin: 50px 0;
}
 .blog-title.text-white {
	 margin: 0 auto 45px auto;
	 max-width: 530px;
	 line-height: 1.5;
}
/****************Features***********/
 .boxed-row {
	 padding: 90px 10%;
}
 .horizontal-padding {
	 padding-left: 10%;
	 padding-right: 10%;
}
 .boxed-row.boxed-form {
	/*padding-bottom: 0;
	*/
}
 .boxed-inner-row {
	 max-width: 950px;
	 margin: auto;
}
 .padding-top {
	 padding-top: 90px;
	 padding-bottom: 0;
}
 .padding-bottom {
	 padding-bottom: 90px;
	 padding-top: 0;
}
 .target-row .text-left {
	 margin-left: 8%;
}
 .features-row {
	 margin-top: 60px;
}
 .features-icons-row {
	 max-width: 960px;
	 margin: 0 auto;
	 justify-content: center;
}
 .features-icons-row.inline-feature {
	 display: table;
	 width: 100%;
	 table-layout: fixed;
}
 .inline-feature .feature-column {
	 display: table-cell;
}
 .last-features-row .feature-column {
	 min-width: 20%;
}
 .limited-row {
	 max-width: 1000px;
	 margin-left: auto;
	 margin-right: auto;
}
 #portlet_com_liferay_login_web_portlet_LoginPortlet {
	 padding: 110px 10%;
}
 .portlet-journal-content .large-slider img {
	 min-width: 100%;
}
 .portlet-journal-content img.feature-img {
	 max-width: 100px;
	 max-height: 100px;
}
 img.feature-img {
	 -webkit-filter: grayscale(100%);
	 -moz-filter: grayscale(100%);
	 -ms-filter: grayscale(100%);
	 -o-filter: grayscale(100%);
	 filter: grayscale(100%);
}
 .feature-item:hover {
	 color: #125893;
}
 .feature-item:hover img.feature-img {
	 -webkit-filter: grayscale(0);
	 -moz-filter: grayscale(0);
	 -ms-filter: grayscale(0);
	 -o-filter: grayscale(0);
	 filter: grayscale(0);
}
 .feature-img-container {
	 min-height: 100px;
}
 .form-bg {
	 background-size: cover !important;
	 background-position: center !important;
	 min-height: 500px;
}
 .boxed-form .ddl-form-name {
	 text-align: center;
}
 .boxed-form .ddl-form-name {
	 text-align: center;
}
 .boxed-form label.required-warning {
	 display: none;
}
 .boxed-form .ddl-form-builder-app .lfr-ddm-form-page > .row {
	 width: 50%;
	 margin: 0;
}
 .boxed-form .ddl-form-builder-app .lfr-ddm-form-page > .row:last-child {
	 position: absolute;
	 top: 0;
	 right: 0;
}
 .boxed-form .lfr-ddm-form-container .lfr-ddm-form-page.active {
	 position: relative;
}
 .boxed-form .portlet-forms .lfr-ddm-form-field-container {
	 padding: 0px 0 20px 0;
}
 .boxed-form label.required-warning {
	 display: none;
}
 .boxed-form .ddl-form-builder-app .lfr-ddm-form-page > .row {
	 width: 50%;
	 margin: 0;
}
 .boxed-form .ddl-form-builder-app .lfr-ddm-form-page > .row:last-child {
	 position: absolute;
	 top: 0;
	 right: 0;
}
 .boxed-form .lfr-ddm-form-container .lfr-ddm-form-page.active {
	 position: relative;
}
 .feature-item label {
	 display: block;
	 margin-top: 30px;
}
 .feature-item {
	 padding-top: 50px;
}
 .solution-bg {
	 width: 100%;
	 height: 100%;
}
 .portlet-journal-content img.oa-target-img {
	 max-width: 150px;
}
 .gray-text {
	 color: gray;
}
 .white-text {
	 color: white !important;
}
 .light-blue-text {
	 color: #68b9e8;
}
 .black-text {
	 color: #4a4a4a;
}
/*Blog without hook*/
 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .portlet-body {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: -ms-flexbox;
	 display: flex;
}
 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .lfr-icon-item.taglib-icon {
	 display: none;
}
 .boxed-latest-blog {
	/*background: rgba(125, 119, 119, 0.2);
	*/
}
 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .entry {
	 width: 32%;
	 background: rgba(255, 255, 255, 0.7);
	 padding: 30px 30px;
	 border-radius: 5px;
	 border: 2px solid black;
	 position: relative;
	/*margin: 0 1%;
	*/
}
 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .entry-title {
	 text-align: center;
	 background: black;
	 color: white;
	 border-radius: 5px;
	 padding: 10px 0;
}
 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .entry-title h2 {
	 margin: 0;
}
 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .entry-body {
	 position: initial;
	 position: unset;
}
 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .entry-info.text-muted {
	 position: absolute;
	 bottom: 43px;
	 margin: 0;
}
 img.news-box-img {
	 width: 100%;
	 max-width: unset !important;
	 min-width: 100%;
	 min-height: 100%;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 cursor: pointer;
}
 .feature-img {
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 cursor: pointer;
}
 .feature-img {
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 cursor: pointer;
}
 .news-box:hover img.news-box-img, .feature-item:hover .feature-img {
	 transform: scale(1.1, 1.1);
	 -webkit-transform: scale(1.1, 1.1);
	 -ms-transform: scale(1.1, 1.1);
}
 .news-box {
	 overflow: hidden;
	 height: 300px;
	 margin-bottom: 20px;
}
 h3.news-box-title {
	 position: absolute;
	 z-index: 1;
	 top: 25%;
	 color: white;
	 left: 50%;
	 margin-left: -125px;
	 background: rgba(22, 78, 116, 0.7);
	 padding: 15px 15px;
	 border-radius: 6px;
	 border: 2px solid white;
	 width: 260px;
}
 a.news-box-link {
	 position: absolute;
	 bottom: 0;
	 width: 100%;
	 background: rgba(22, 78, 116, 0.7);
	 left: 0;
	 color: white;
	 padding: 15px 0;
}
 .form-bg .col-md-4:nth-child(2) h3.news-box-title, .form-bg .col-md-4:nth-child(2) a.news-box-link {
	 background: rgba(35, 35, 35, 0.7);
}
 .form-bg .col-md-4:nth-child(3) h3.news-box-title, .form-bg .col-md-4:nth-child(3) a.news-box-link {
	 background: rgba(22, 95, 143, 0.7);
}
/*Blog Aggregator without hook*/
/*Blog hook*/
 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet .portlet-title-text {
	 display: none;
}
 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet #blogSerach {
	 padding: 5px 10px;
	 width: 100%;
	 border-radius: 5px;
	 box-shadow: none !important;
	 border: 1px solid #c7c7c4;
}
 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet .taglib-asset-tags-summary .badge {
	 background: transparent;
	 color: inherit;
	 font-size: initial;
	 font-weight: normal;
	 border: 1px solid;
	 border-radius: 0;
	 padding: 10px 20px;
}
 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet .entry-right-side.col-lg-3 .taglib-asset-tags-summary .badge {
	 border: none;
	 padding: 0;
}
 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet .entry-tags {
	 padding: 20px 0;
	 border: 1px solid;
	 border-left: 0;
	 border-right: 0;
}
/*Blog without hook*/
 section.portlet {
	 position: relative;
}
 section.portlet > header.portlet-topper {
	 position: absolute;
	 top: 0;
}
 .dropdown.lfr-icon-menu.open .dropdown-toggle:after, .dropdown.lfr-icon-menu.portlet-options .dropdown-toggle:after {
	 content: none;
}
/************** services **************/
 .bolder-text {
	 font-weight: bolder;
}
 .service-bloc-title {
	 max-width: 72%;
	 margin: 70px auto;
	 margin-bottom: 0px;
}
 .service-bloc-title h2 {
	 font-weight: bold;
	 margin: 0 auto;
	 font-size: 180%;
}
 .service-bloc-description {
	 width: 50%;
	 margin: 50px auto;
}
 .small-boxed-text {
	 max-width: 550px;
}
 .service-bloc-description span {
	 text-align: center;
	 width: 100%;
}
 .services {
	 width: 87%;
	 margin: 75px auto;
}
 .services .col-md-4, .services .col-md-6 {
	 padding: 0 20px 30px 20px;
	 margin: 20px 0;
}
 .services .col-md-4 h4, .services .col-md-6 h4, .services .col-md-4 h3, .services .col-md-6 h3 {
	 text-align: center;
	 position: relative;
	 padding: 20px 0 30px 0;
	 max-width: 365px;
	 margin: 0 auto;
	 min-height: 102px;
}
 .services .col-md-4 h4:after, .services .col-md-6 h4:after, .services .col-md-4 h3:after, .services .col-md-6 h3:after {
	 content: '-';
	 position: absolute;
	 bottom: 0;
	 left: 50%;
	 font-size: 26px;
	 margin-left: -4px;
}
 .services .col-md-4 img, .services .col-md-6 img {
	 height: 150px;
	 margin: 0 auto 20px;
	 text-align: center;
	 display: block;
}
 .services .col-md-4 .services-desc, .services .col-md-6 .services-desc {
	 text-align: center;
	 width: 90%;
	 margin: 0 auto;
	 max-width: 300px;
}
 .services-desc.relative-pos {
	 padding-bottom: 24px;
}
 a.under-link {
	 text-decoration: underline;
	 font-weight: bold;
}
/************** sales **************/
 .sales-bloc {
	 margin: 0 auto;
	 background: #19689d;
	 border: 0;
	 padding-top: 40px;
}
 .sales-bloc .panel-default, .sales-bloc .panel-heading {
	 background: transparent;
	 border: 0;
}
 .sales-bloc .panel-default > .panel-heading + .panel-collapse > .panel-body {
	 border: 0;
	 color: white;
}
 .sales-bloc .panel-body {
	 color: white;
}
 .sales-bloc .panel-default .panel-title {
	 color: white;
}
 .sales-bloc .panel-default .panel-title a, .sales-bloc .panel-default .panel-title a:hover {
	 line-height: 35px;
	 text-decoration: none;
}
 .sales-bloc .panel-default.gray {
	 background: #d8d8d8;
}
 .sales-bloc .panel-default.gray > .panel-heading + .panel-collapse > .panel-body {
	 color: black;
}
 .sales-bloc .panel-default .panel-body ul {
	 margin-left: 30%;
	 border: 0;
}
 .sales-bloc .panel-default .panel-body ul li {
	 line-height: 25px;
}
 .sales-bloc .gray .panel-body {
	 border: 0;
	 color: black;
}
 .sales-bloc .panel-default.gray .panel-title {
	 color: black;
}
 .sales-bloc-inner {
	 width: 100%;
}
 .sales-bloc-inner li.sales-item {
	 line-height: 25px;
	 list-style: none;
}
 .sales-bloc-inner li.sales-item.gray {
	 background: #d8d8d8;
}
 .sales-item-inner {
	 width: 50%;
	 margin-left: 20%;
}
/********** chain style **********/
 .chain-bloc h2 {
	 margin: 20px auto 40px auto;
	 font-weight: bold;
}
 .chain-bloc img {
	 margin: auto;
	 display: block;
	 max-height: 450px;
	 width: auto;
}
 .clear-sp {
	 clear: both;
	 height: 10px;
}
/********** channel style **********/
 .channel-blog {
	 background: #e2dfd6;
}
 .channel-blog.white-bg {
	 background: white;
}
 .channel-title {
	 padding: 50px 0;
	 max-width: 730px;
	 margin: 0 auto;
	 line-height: 40px;
}
 .channel-desc {
	 padding-bottom: 70px;
	 width: 60%;
	 margin: auto;
}
 .channel-header {
	 position: relative;
}
 .down-triangle {
	 position: absolute;
	 left: 50%;
	 bottom: 0;
	 margin-left: -50px;
	 margin-bottom: -50px;
	 width: 0;
	 height: 0;
	 border-top: 50px solid #e2dfd6;
	 border-left: 50px solid transparent;
	 border-right: 50px solid transparent;
}
 .channel-blog.white-bg .down-triangle {
	 border-top: 50px solid white;
}
 .channel-blog.white-bg .channel-item li {
	 background: #68b9e8;
}
 .channel-blog.white-bg .blue-text {
	 color: #68b9e8 !important;
}
 .channel-blog.white-bg .channel-item li:nth-child(2n) {
	 background: #e2dfd6;
	 color: inherit;
}
 a.btn.white-btn {
	 border: 2px solid white;
	 padding: 10px 25px;
	 color: white;
	 box-shadow: none;
}
 .channel-item {
	 margin: 0 auto;
	 padding: 0;
	 text-decoration: none;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: flex;
	 flex-wrap: wrap;
	 background: white;
}
 .channel-item li {
	 float: left;
	 width: 50%;
	 display: block;
	 background: white;
	 padding-top: 50px;
	 line-height: 30px;
	 padding-bottom: 50px;
}
 .channel-item li:nth-child(2) {
	 background: #19689d;
	 color: white;
}
 .channel-item li:nth-child(3) {
	 background: #19689d;
	 color: white;
}
 .channel-more {
	 clear: both;
	 padding: 60px 0;
}
 .channel-more a {
	 color: inherit;
	 text-decoration: none;
	 background: white;
	 padding: 15px 30px;
	 border-radius: 7px;
	 border: 1px solid #ccc;
	 font-weight: normal;
}
 .channel-exp {
	 padding: 100px 50px;
	 clear: both;
	 height: 355px;
	 max-height: 100%;
}
 .channel-exp .col-lg-4 {
	 height: 100%;
	 max-height: 100%;
	 position: relative;
}
 .txt-channel-exp {
	 color: white;
	 text-align: right;
	 margin-right: 10px;
	 line-height: 32px;
	 max-width: 300px;
	 float: right;
}
 .logo-channel-exp img {
	 width: 200px;
	 margin-left: 20px;
	 display: block;
	 position: absolute;
	 bottom: 0;
}
 .sep-channel-exp {
	 width: 2px;
	 padding-top: 20px;
	 padding-bottom: 20px;
	 float: left;
	 background: #68b9e8;
	 height: 100%;
}
 img.channel-icon {
	 max-height: 80px;
}
 .div-select {
	 width: 300px;
	 margin: 0 auto;
}
 .div-select:after {
	 content: '\f078';
	 font: normal normal normal 17px/1 FontAwesome;
	 color: white;
	 right: 11px;
	 top: 6px;
	 height: 34px;
	 padding: 15px 0px 0px 8px;
	 position: absolute;
	 pointer-events: none;
}
 select.solution-select {
	 line-height: 20px;
	 padding: 7px 10px;
	 margin: 10px auto 30px;
	 border-radius: 5px;
	 font-size: 100%;
	 width: 300px;
}
 .div-select select.solution-select {
	 background: none;
	 -webkit-appearance: none;
}
 .div-select select.solution-select::-ms-expand {
	 display: none;
}
/**advantages**/
 .advantages-container {
	 padding: 50px 5% 0px 5%;
	 background-size: cover !important;
	 background-repeat: no-repeat !important;
}
 .advantages-item {
	 text-align: center;
	 box-shadow: 0 3px 3px 0px gray;
	 margin-bottom: 50px;
	 border-radius: 10px;
	 min-height: 90%;
	 background: white;
}
 h3.advantages-item-title {
	 background: #e2dfd5;
	 margin: 0;
	 padding: 23px 0;
	 border-radius: 10px 10px 0 0;
}
 .advantages-item-inner {
	 padding: 40px 40px 50px 40px;
	 text-align: center;
	 background: white;
	 border-radius: 0 0 5px 5px;
}
 .advantages-items:nth-child(2n+1) .col-md-6:nth-child(2n) .advantages-item-title, .advantages-items:nth-child(2n) .col-md-6:nth-child(2n+1) .advantages-item-title {
	 background: #005892;
	 color: white;
}
 .advantages-items:nth-child(2n+1) .col-md-4:nth-child(2n) .advantages-item-title, .advantages-items:nth-child(2n) .col-md-4:nth-child(2n+1) .advantages-item-title {
	 background: #dfded5;
	 color: #4a4a4a;
}
 .advantages-items:nth-child(2n+1) .col-md-4:nth-child(2n+1) .advantages-item-title, .advantages-items:nth-child(2n) .col-md-4:nth-child(2n) .advantages-item-title {
	 background: #9b9b9b;
	 color: white;
}
 img.partners-bg {
	 width: 100%;
}
 .partners-title {
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 margin-top: 60px;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 730px;
}
 .partners-link-bloc {
	 padding: 50px 20px;
	 background-size: cover !important;
	 background-position: center !important;
	 background-repeat: no-repeat !important;
}
 .partners-link-bloc .partners-title {
	 position: relative;
	 margin: 50px auto 70px auto;
}
 img.customer-logo {
	 min-height: 50px;
	 margin: 20px 0px;
}
 .text-slider-container {
	 background-size: cover !important;
	 background-repeat: no-repeat !important;
	 background-position: bottom !important;
}
 .text-slider-desc {
	 padding: 20px 100px 0px 100px;
	 border-right: 3px solid;
	 min-height: 150px;
}
 .text-slider-logo {
	 text-align: center;
	 padding-left: 30px;
	 padding-top: 100px;
	 float: right;
}
 .text-slider-container .slide {
	 padding: 150px 5%;
}
 .text-carousel-item {
	 position: absolute;
	 top: 0;
	 opacity: 0;
	 width: 100%;
	 transition: all 1s ease;
}
 .text-carousel-item.active {
	 opacity: 1;
}
 .text-inner-carousel {
	 min-height: 200px;
	 position: relative;
	 overflow: hidden;
}
 .tab-content.serve-tab-content > .tab-pane {
	 margin-left: 0;
	 opacity: 0;
	 height: 0;
	 display: inherit;
	 transition: opacity 2s ease;
}
 .tab-content.serve-tab-content > .tab-pane.fade.in {
	 opacity: 1;
	 height: initial;
}
 .tab-content.serve-tab-content {
	 min-height: 400px;
}
 .carousel-indicators {
	 z-index: 9;
}
 .text-slider-container .carousel-indicators li {
	 width: 13px;
	 height: 13px;
	 border: 1px solid #454545;
}
 .text-slider-container .carousel-indicators .active {
	 width: 14px;
	 height: 14px;
	 border: 1px solid #007bff;
	 background: #007bff;
}
 .gray-bg {
	 background: #e2dfd6;
}
 .arrow-top, .arrow-bottom {
	 position: relative;
}
 .arrow-top:before {
	 content: '';
	 width: 0;
	 height: 0;
	 border-left: 45px solid transparent;
	 border-right: 45px solid transparent;
	 border-top: 45px solid #fff;
	 top: 0;
	 position: absolute;
	 left: 50%;
	 margin-left: -45px;
}
 .arrow-bottom:after {
	 content: '';
	 width: 0;
	 height: 0;
	 border-left: 45px solid transparent;
	 border-right: 45px solid transparent;
	 border-top: 45px solid white;
	 bottom: -45px;
	 position: absolute;
	 left: 50%;
	 margin-left: -45px;
}
 .features-container {
	 background-size: cover !important;
	 background-repeat: no-repeat !important;
	 background-position: center !important;
	 padding-bottom: 50px;
}
 .features-container.bg-bottom {
	 position: relative;
}
 .features-container.bg-bottom:after {
	 background: transparent url(../images/white-arrow.png);
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: bottom;
	 position: absolute;
	 bottom: -5px;
	 content: '';
	 display: none;
	 height: 50px;
	 width: 100%;
}
 a.feature-link {
	 color: inherit;
	 text-decoration: none !important;
}
 .features-container.arrow-bottom:after {
	 border-top: 45px solid #f6fbff;
}
/**********ru icons ***************/
 .icons-row ul {
	 list-style: none;
	 padding: 0;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: flex;
	 text-align: center;
	 margin: 50px 0;
}
 .icons-row ul li {
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
	 cursor: pointer;
}
 .icons-row ul li:hover {
	 transform: scale(1.1, 1.1);
	 -webkit-transform: scale(1.1, 1.1);
	 -ms-transform: scale(1.1, 1.1);
}
 .icons-row ul li.active img {
	 -webkit-filter: grayscale(100%);
	 -moz-filter: grayscale(100%);
	 -ms-filter: grayscale(100%);
	 -o-filter: grayscale(100%);
	 filter: grayscale(100%);
}
 .portlet-journal-content img.icon-img {
	 height: 77px;
	 clear: both;
}
 .icons-row .icon-text {
	 display: block;
	 width: 100%;
	 margin: 25px 0 5px 0;
	 color: #125893 !important;
	 font-family: "Arial", sans-serif;
}
 .icons-row {
	 border-bottom: 1px solid #c3c3c3;
	 margin-bottom: 25px;
	 max-width: 1100px;
	 margin: 0 auto;
}
 .icon-desc:not(.active) {
	 display: none;
}
 .icon-details {
	 font-family: "Arial", sans-serif;
}
 .blue-text {
	 color: #125893 !important;
}
 hr.blue-border {
	 border-top: 5px solid #2c88bd;
}
 .top-details {
	 padding: 20px 0;
	 margin-bottom: 30px;
}
 .top-details img.icon-img, img.back-img {
	 max-height: 50px;
	 cursor: pointer;
}
 .back-btn {
	 cursor: pointer;
}
 .top-details ul {
	 margin: 0;
	 list-style: none;
	 width: auto;
	 display: inline-block;
	 -webkit-padding-start: 0;
}
 .top-details ul li {
	 display: inline-block;
	 line-height: 50px;
	 padding: 0 0px 0 15px;
}
 .last-post {
	 position: relative;
	 padding: 90px 10%;
	 max-width: 1200px;
	 margin: 0 auto;
}
 .more-posts.arrow-next {
	 position: absolute;
	 top: 50%;
	 right: 10%;
}
 .related-posts {
	 padding-top: 90px;
	 padding-bottom: 90px;
	 background: #e4e4e3;
}
 .related-posts-container {
	 margin: 0 auto;
	 max-width: 850px;
	 padding: 0 15px;
}
 .more-related-post {
	 outline: none !important;
	 box-shadow: none !important;
}
 .related-posts-row {
	 display: block;
	 width: 100%;
}
 .related-post {
	 border-top: 2px solid #68b9e8;
	 padding: 90px 0;
}
 .category-details.row {
	 margin-left: 0;
	 margin-right: 0;
}
 .category-details {
	 border-bottom: 2px solid #aaa;
}
 a.btn.gray-btn {
	 background: #4a4a4a;
	 color: white;
	 padding: 10px 25px;
}
 .icons-desc-row {
	 position: relative;
	 max-width: 1100px;
	 margin: 0 auto;
}
 a.prev-category.arrow-prev {
	 position: absolute;
	 top: 50%;
	 left: -35px;
	 margin-top: -25px;
}
 a.next-category.arrow-next {
	 position: absolute;
	 top: 50%;
	 right: -35px;
	 margin-top: -25px;
}
 .portlet-journal-content img.channel-icon {
	 height: 80px;
}
/************technologies***********/
 .technologies-container {
	 padding: 60px 0 0 0;
	 border-top: 1px solid;
	 border-bottom: 1px solid #aaa;
}
 ul.technologie-list {
	 margin-left: 30px;
}
 .title-vertical-pad {
	 padding: 30px 0;
}
 .technologies-items .technologies-item {
	 border: 1px solid #aaa;
	 padding: 0 0 30px 0;
	 border-radius: 10px;
	 text-align: center;
	 box-shadow: 0px 0px 5px 1px #aaa;
	 height: 100%;
}
.technologies-item h3{
    font-size: 20px;
}

 .btn-dark-blue {
	 background: #003963;
	 color: white !important;
	 text-shadow: none !important;
}
 .btn-blue {
	 background: #1a699d;
	 color: white !important;
	 text-shadow: none !important;
}
 .btn-light-blue {
	 background: #68b9e8;
	 color: white !important;
	 text-shadow: none !important;
}
 .technologies-item .blue-text {
	 color: #1a699d !important;
}
 .btn-large {
	 width: 200px;
	 max-width: 100%;
}
 .dark-blue-text {
	 color: #003963 !important;
}
 .light-blue-text {
	 color: #68b9e8 !important;
}
 .technologies-item-inner {
	 padding: 20px;
}
 .technologies-item-inner a.btn.btn-large {
	 margin-top: 15px;
}
 .technologies-item-img {
	 width: 120px;
     padding-top: 24px;
}
 .btn-bottom {
	 position: absolute;
	 bottom: 20px;
	 width: 100%;
	 left: 0;
}
 .technologies-item-inner .btn-large.btn-bottom {
	 width: 200px;
	 left: 50%;
	 margin-left: -100px;
}
/************Events****************/
 .events-header {
	 padding: 100px;
}
 .events-items:nth-child(2n) .event-item:nth-child(2n+1), .events-items:nth-child(2n+1) .event-item:nth-child(2n) {
	 background: #bcdcf5;
}
 .inner-event-item {
	 margin: 85px;
	 border: 1px solid;
	 padding: 40px;
	 border-radius: 10px;
	 box-shadow: 0 0 5px 2px #aaa;
}
 .events-items:nth-child(2n) .event-item:nth-child(2n+1) .inner-event-item, .events-items:nth-child(2n+1) .event-item:nth-child(2n) .inner-event-item {
	 background: #f2f8fd;
}
 .event-item-title, .btn-event-more {
	 width: max-content;
	 display: block;
	 background: #4a4a4a;
	 color: white;
	 padding: 20px 40px;
	 border-radius: 7px;
	 text-align: center;
	 margin: 0 auto;
	 margin-bottom: 50px;
}
 .btn-event-more {
	 margin-bottom: 0px;
	 margin-top: 25px;
}
 .event-item-desc {
	 min-height: 200px;
}
 .events-items:nth-child(2n) .event-item:nth-child(2n+1) .event-item-title, .events-items:nth-child(2n) .event-item:nth-child(2n+1) .btn-event-more {
	 background: #003963;
	 color: white !important;
}
 .events-items:nth-child(2n+1) .event-item:nth-child(2n+1) .event-item-title, .events-items:nth-child(2n+1) .event-item:nth-child(2n+1) .btn-event-more {
	 background: #1a699d;
	 color: white !important;
}
 .events-items:nth-child(2n+1) .event-item:nth-child(2n) .event-item-title, .events-items:nth-child(2n+1) .event-item:nth-child(2n) .btn-event-more {
	 background: #68b9e8;
	 color: white !important;
}
 .webinars-container {
	 padding-top: 50px;
}
 .light-text {
	 color: #888;
}
 .webinar-summary {
	 margin: 30px 0 20px 0;
}
 .webinar-item {
	 border-bottom: 2px solid #125893;
	 margin-bottom: 40px;
	 padding-bottom: 20px;
}
 .btn-gray {
	 background: #4a4a4a;
	 color: white !important;
	 border-radius: 5px;
	 padding: 13px 25px;
}
 .webinar-old-items {
	 max-height: 600px;
	 overflow-y: auto;
}
 .webinar-old-items::-webkit-scrollbar {
	 width: 0px;
}
 .webinar-old-row {
	 margin-top: 40px;
}
 .webinar-old-item {
	 border-radius: 7px;
	 border: 1px solid;
	 padding: 30px 30px;
	 background: white;
	 margin-bottom: 20px;
	 position: relative;
	 height: 100%;
	 min-height: 250px;
}
 .webinar-show-hover {
	 display: none;
}
 .webinar-old-item:hover .webinar-show-hover {
	 display: block;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 position: absolute;
	 background: gray;
	 padding: 15px 30px;
	 border-radius: 7px;
	 overflow: auto;
	 font-size: 13px;
}
 .webinar-old-item.blue-items {
	 background: #155078;
	 color: white;
}
 .summary-hover {
	 overflow: auto;
	 display: block;
	 height: 175px;
	 text-overflow: ellipsis;
	 margin-bottom: 10px;
}
 .summary-hover.summary-hover-gallery {
	 height: 135px;
}
 .webinar-old-item.blue-items .btn-webinars-access {
	 background: transparent;
	 border: 2px solid white;
}
 .webinar-old-item.blue-items hr {
	 border-top: 1px solid #fff;
	 box-shadow: 0 0 1px 0 #fff;
}
 .webinar-old-row .modal {
	 display: none;
	 position: fixed;
	 z-index: 99;
	 padding: 50px 0;
	 left: 0;
	 top: 0;
	 width: 100%;
	 overflow: hidden;
	 background-color: black;
	 height: 100%;
}
 .webinar-old-row .modal-content {
	 position: relative;
	 background: transparent;
	 margin: auto;
	 padding: 0;
	 width: 90%;
	 max-width: 1200px;
}
 .webinar-old-row .close {
	 color: white;
	 position: absolute;
	 top: 10px;
	 right: 25px;
	 font-size: 35px;
	 font-weight: bold;
	 opacity: 0.7;
}
 .webinar-old-row .close:hover, .webinar-old-row .close:focus {
	 color: white;
	 text-decoration: none;
	 cursor: pointer;
	 opacity: 1;
}
 .webinar-old-row .gallerySlides {
	 display: none;
}
 .webinar-old-row .cursor {
	 cursor: pointer;
}
 .webinar-old-row .prev, .webinar-old-row .next {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 padding: 16px;
	 margin-top: -50px;
	 color: white;
	 font-weight: bold;
	 font-size: 20px;
	 transition: 0.6s ease;
	 border-radius: 0 3px 3px 0;
	 user-select: none;
	 -webkit-user-select: none;
}
 .webinar-old-row .next {
	 right: 0;
	 border-radius: 3px 0 0 3px;
}
 .webinar-old-row .prev:hover, .webinar-old-row .next:hover {
	 background-color: rgba(0, 0, 0, 0.8);
}
 .webinar-old-row .numbertext {
	 color: white;
	 font-size: 12px;
	 padding: 8px 12px;
	 position: absolute;
	 top: 0;
}
 .webinar-old-row img.gallery-img {
	 max-height: 550px;
	 max-width: 80% !important;
}
 .btn-webinars-access {
	 display: block;
	 margin: 0 auto;
	 background: #125893;
	 color: white !important;
	 width: max-content;
}
 .webinar-old-item hr {
	 border-top: 1px solid #424141;
	 box-shadow: 0 0 1px 0 #424141;
}
 .webinar-content {
	 border-top: 2px solid #125893;
	 margin: 35px 0;
	 padding-top: 40px;
}
 .col-md-4:nth-child(3n+1) .webinar-old-item .webinar-title {
	 color: #1a699d;
}
 .col-md-4:nth-child(3n+1) .webinar-old-item .btn-webinars-access {
	 background: #1a699d;
}
 .col-md-4:nth-child(3n+2) .webinar-old-item .webinar-title {
	 color: #003963;
}
 .col-md-4:nth-child(3n+2) .webinar-old-item .btn-webinars-access {
	 background: #003963;
}
 .col-md-4:nth-child(3n) .webinar-old-item .webinar-title {
	 color: #68b9e8;
}
 .webinar-show-hover .webinar-title {
	 min-height: inherit;
}
 .col-md-4:nth-child(3n) .webinar-old-item .btn-webinars-access {
	 background: #68b9e8;
}
 .news-container {
	 padding-top: 50px;
}
 .news-items {
	 padding: 50px 0;
	 max-height: 1600px;
	 overflow-y: auto;
	 overflow-x: hidden;
}
 .news-items::-webkit-scrollbar {
	 width: 0px;
}
 .news-item {
	 padding: 60px 10%;
}
 .news-item:nth-child(2n) {
	 background: #e4e4e3;
}
 .inner-news-item, .news-details {
	 max-width: 1100px;
	 margin: 0 auto;
}
 .social-items {
	 list-style: none;
}
 .social-items li {
	 display: inline-block;
}
/*********print*********/
 .portlet-journal-content img.print-services-img {
	 max-width: 100px;
	 margin-bottom: 60px;
}
 .print-article-inner {
	 background: white;
	 border-radius: 7px;
	 padding: 40px 70px 70px 70px;
	 border: 1px solid #8c908c;
	 box-shadow: 0 0 5px 2px #8c908c;
}
 .print-article-desc {
	 margin: 35px 0 10px 0;
}
 .speaker-container {
	 background: #d8d8d8;
	 margin: 50px auto;
	 max-width: 850px;
	 border-radius: 200px;
	 padding: 30px 30px 30px 20px;
}
 img.speaker-pic {
	 border-radius: 50%;
	 max-width: 180px;
	 max-height: 180px;
}
 .speaker-img-container {
	 display: flex;
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 align-items: center;
}
 img.print-article-img {
	 width: 150px;
	 margin-bottom: 50px;
}
 @media screen and (min-width: 768px) {
	 .carousel-caption {
		 left: 10%;
		 right: 10%;
	}
}
/*********************HOME*************/
 .arrow-up {
	 border-top: 1px solid #aaa;
	 position: relative;
}
 .top-triangle {
	 background: #fff url(../images/arrow-up.png);
	 display: block;
	 height: 20px;
	 width: 502px;
	 background-size: contain;
	 background-repeat: no-repeat;
	 margin-top: -1px;
	 margin: -1px auto 0 auto;
}
 .tabs-container {
	 margin: 80px auto;
	/*width: 90%;
	*/
	 max-width: 950px;
	 background: white;
	 padding: 50px;
	 border-radius: 10px;
	 position: relative;
}
 .tabs-container:after {
	 content: '';
	 position: absolute;
	 left: 50%;
	 bottom: 0;
	 margin-left: -30px;
	 margin-bottom: -30px;
	 width: 0;
	 height: 0;
	 border-top: 30px solid white;
	 border-left: 30px solid transparent;
	 border-right: 30px solid transparent;
}
 .tabs-container .nav.nav-tabs {
	 border: none;
	 width: 100%;
	 max-width: 100%;
	 margin: 30px auto 40px auto;
}
 .tabs-container .serve-tabs li {
	 text-align: center;
}
 .tabs-container .nav-tabs > li > a {
	 color: #a2a2a2;
	 border: 1px solid #a2a2a2;
	 border-radius: 0;
	 padding: 10px 20px;
	 margin: 0 5px;
	 line-height: 1;
}
 .tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
	 color: white;
	 background-color: #007db8;
	 border: 1px solid #007db8;
	 border-radius: 0;
}

 .home-text-slider {
	 margin: 0 auto 20px auto;
}
 .portlet-journal-content .text-slider-logo img {
	 max-width: 150px;
}
 .text-slider-container .carousel-indicators.white-indicators li {
	 border-color: white;
	 background: white;
	 width: 14px;
	 height: 14px;
	 margin: 0 3px;
}
 .text-slider-container .carousel-indicators.white-indicators li.active {
	 border-color: white;
	 background: #055f8c;
}
 .text-slider-desc.white-border {
	 border-right-color: white;
}
 .home-text-slider .tabs-slider-desc {
	 border: none;
	 padding: 10px 20px;
	 font-style: italic;
}
 .home-text-slider .carousel-item:after, .text-slider-container .carousel-item:after {
	 background: transparent;
}
 .home-text-slider .text-slider-logo.white-border {
	 border-left: 3px solid #fff;
}
 .arrow-up:before {
	 position: absolute;
	 content: '';
	 top: 0px;
	 left: 50%;
	 margin-left: -60px;
	 width: 0;
	 height: 0;
	 border-left: 60px solid transparent;
	 border-right: 60px solid transparent;
	 border-top: 46px solid #868383;
}
 .arrow-up:after {
	 position: absolute;
	 content: '';
	 top: -1px;
	 left: 50%;
	 margin-left: -60px;
	 width: 0;
	 height: 0;
	 border-left: 60px solid transparent;
	 border-right: 60px solid transparent;
	 border-top: 45px solid #fff;
}
 span.serve-label {
	 display: block;
	 margin: 10px 0 0 0;
}
 .tabs-container .carousel-item {
	/*min-height: 200px;
	*/
}
/*********Opportunities******************/
 .center-vert {
	 display: -moz-box;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 align-items: center;
}
 .opport-text {
	 max-width: 394px;
	 margin: 0 auto;
}
 img.opport-img {
	 max-height: 350px;
}
 .portlet-journal-content img.opport-img {
	 max-width: 80%;
}
 img.opport-img.small-img {
	 width: 8%;
	 max-width: 260px;
	 min-width: 120px;
}
 ul.help-ul {
	 margin: 0;
	 -webkit-padding-start: 0;
	 list-style: none;
	 display: -moz-box;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 background: #498eb7;
}
 ul.help-ul li {
	 padding: 35px 10px;
	 overflow: hidden;
}
 .portlet-journal-content ul.help-ul li img {
	 width: auto;
	 max-width: 160px;
	 min-width: 70px;
	 height: 90px;
}
 ul.help-ul li:nth-child(2n) {
	 background: #b9b9b9;
	 color: white;
}
 ul.help-ul li:nth-child(2n) a {
	 color: white;
}
 ul.help-ul li:nth-child(2n+1) a {
	 color: #4a4a4a;
}
/******countries*********/
 ul.continents-ul {
	 background: #b7b7b7;
	 max-width: 1050px;
	 margin: 0 auto;
}
 .gray-continents-bg {
	 background: #b7b7b7;
}
 ul.continents-ul > li > a {
	 padding: 35px 15px;
	 color: white;
}
 ul.continents-ul > li {
	 margin: 0;
}
 ul.continents-ul > li.active > a, ul.continents-ul > li.active > a:hover, ul.continents-ul > li.active > a:focus, ul.continents-ul > li a:hover {
	 background: transparent;
	 margin: 0;
	 border: none;
	 color: inherit;
}
 .contact-row a {
	 text-decoration: underline;
}
 .portlet-layout .portlet-header {
	 margin-bottom: 0;
}
/**************Culture*****************/
 .multiple-slides li {
	 width: 33%;
	 display: inline-block;
	 margin: 0 auto;
	 height: 300px;
	 overflow: hidden;
}
 .multiple-slides li img {
	 height: 100%;
}
 .slider-hover {
	 position: absolute;
	 top: 0;
	 background: rgba(86, 83, 83, 0.93);
	 color: white;
	 height: 300px;
	 overflow-y: auto;
	 z-index: 99;
	 padding: 40px;
	 left: 0;
	 right: 0;
}
 .slider-hover .col-md-8 {
	 height: 205px;
	 overflow: hidden;
	 overflow-y: auto;
}
 .slider-hover .col-md-8::-webkit-scrollbar, .summary-hover::-webkit-scrollbar {
	 width: 10px;
}
 .slider-hover .col-md-8::-webkit-scrollbar-track, .summary-hover::-webkit-scrollbar-track {
	 box-shadow: inset 0 0 5px grey;
	 border-radius: 10px;
}
 .slider-hover .col-md-8::-webkit-scrollbar-thumb, .summary-hover::-webkit-scrollbar-thumb {
	 background: #aaa;
	 border-radius: 10px;
}
 .slider-hover .col-md-8::-webkit-scrollbar-thumb:hover, .summary-hover::-webkit-scrollbar-thumb:hover {
	 background: #aaa;
}
 .hover-arrow {
	 position: absolute;
	 top: 140px;
	 left: 10px;
	 right: 10px;
	 z-index: 99;
}
 .hover-arrow a.arrow-next {
	 float: right;
}
 .hover-arrow a.arrow-next, .hover-arrow a.arrow-prev {
	 color: white;
}
 .blue-left-border {
	 border-left: 2px solid #68b9e8;
	 padding-left: 32px;
}
 .light-blue-title {
	 background: #68b9e8;
	 padding: 25px 0 21px 7%;
	 color: white;
	 position: relative;
}
 .light-blue-title label {
	 border-left: 3px solid;
	 padding-left: 15px;
}
 .vertical-padding {
	 padding-top: 50px;
	 padding-bottom: 50px;
}
 .no-bottom-padding {
	 padding-bottom: 0;
	 margin-bottom: 0;
}
 .no-top-padding {
	 padding-top: 0;
	 margin-top: 0;
}
 .multi-slider-title {
	 padding-bottom: 50px;
}
 .multiple-slides li {
	 padding-right: 5px;
}
 .flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {
	 font-size: 0;
	 bottom: 30%;
	 top: unset;
	 color: white;
	 opacity: 1;
}
 .flex-direction-nav .flex-next {
	 right: 20px;
}
 .flex-direction-nav .flex-prev {
	 left: 20px;
}
 .flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before {
	 font-size: 20px;
}
 .light-blue-box {
	 background: #68b9e8;
	 padding: 70px 10%;
	 color: white;
}
 hr.gray-border {
	 border-top: 3px solid #505050;
}
/*****About***********/
 .portlet-journal-content .journal-content-article img.bus-service-img {
	 max-width: 160px;
}
 a.work-item-title {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 width: 130px;
	 height: 40px;
	 line-height: 40px;
	 margin-left: -65px;
	 margin-top: -20px;
}
 .work-item-title span {
	 display: block;
	 text-align: center;
	 border-radius: 20px;
}
/***********************Shopping**************************/
 .shopping-item {
	 border: 1px solid #aaa;
	 padding: 15px;
	 height: 100%;
	 max-width: 310px;
	 margin: 0 auto;
}
 img.shopping-img {
	 border: 3px solid #8c8a8a;
	 margin-bottom: 30px;
	 max-height: 350px;
}
 strong.shopping-price {
	 margin-top: 20px;
	 display: block;
}
 .shopping-item-container {
	 padding: 0 5px;
}
 .shopping-item-details {
	 max-width: 705px;
}
 .shopping-details-title {
	 margin: 30px 0;
	 display: block;
}
 h4.shopping-details-title {
	 font-size: 130%;
}
 ul.survey-items {
	 -webkit-padding-start: 25px;
	 padding-inline-start: 25px;
	 margin: 20px 0;
}
 .shopping-item-details ul {
	 -webkit-padding-start: 25px;
	 padding-inline-start: 25px;
}
 .purchase-btn {
	 margin-bottom: 25px;
}
 .shopping-item-report {
	 padding-left: 0;
}
 .shopping-report-title {
	 display: block;
	 margin: 13px 0 5px 0;
}
 .shopping-item-inner-report {
	 padding-left: 40px;
	 max-width: 205px;
	 border-left: 1px solid #eee;
}
 .shopping-details-title.link-content {
	 margin-bottom: 0;
	 cursor: pointer;
}
 .shopping-item-details .link-content.open i:before {
	 content: "\f077";
}
 .shopping-row {
	 max-width: 1000px;
	 margin: 0 auto;
	 margin-bottom: 25px;
}
 .shopping-item-hover {
	 position: absolute;
	 top: 0;
	 background: rgba(0, 58, 100, 0.8);
	 color: white;
	 bottom: 30px;
	 left: 0;
	 right: 0;
	 padding: 10px;
	 display: none;
}
 .shopping-item-hover .item-description {
	 font-size: 14px;
}
 .shopping-item:hover .shopping-item-hover {
	 display: block;
}
 .shopping-link {
	 position: absolute;
	 bottom: 10px;
}
 .boxed-text {
	 max-width: 730px;
	 margin: 0 auto;
}
 .row:before, .row:after {
	 display: none !important;
}
 .inner-container {
	 max-width: 970px;
	 margin-left: auto !important;
	 margin-right: auto !important;
}
 .product-menu .layouts-tree-container {
	 max-width: 100%;
}
 .sub-category-ul {
	 list-style: none;
	 display: table;
	 table-layout: fixed;
	 width: 100%;
	 margin: 15px 0 0 0;
	 padding-inline-start: 0px;
	 -webkit-padding-start: 0px;
}
 .sub-category-link {
	 text-decoration: none !important;
}
 .sub-category-li {
	 text-align: center;
	 vertical-align: top;
	 display: table-cell;
}
 img.sub-category-icon {
	 height: 60px;
	 margin-bottom: 20px;
}
 img.blurb-icon {
	 max-height: 70px;
	 margin-bottom: 40px;
}
 .sub-category-text {
	 color: initial;
}
 .sub-category-container {
	 background: #e4e4e3;
	 border-top: 1px solid #61605f;
	 border-bottom: 1px solid #61605f;
}
 .bordered-box.deliverable-box {
	 border: 1px solid #aaa;
	 border-radius: 10px;
	 padding: 25px 40px 0 40px;
}
 .deliverable-item-ul {
	 list-style: none;
	 padding-inline-start: 0;
	 padding: 30px 20px;
}
 .deliverable-item-ul li {
	 display: inline-block;
}
 .deliverable-title {
	 margin: 0 0 60px 0;
}
 li.deliverable-item-icon {
	 width: 15%;
	 vertical-align: top;
	 text-align: center;
}
 li.deliverable-item-desc {
	 width: 70%;
}
 li.deliverable-item-link {
	 width: 13%;
}
 .dis-subtitle {
	 font-style: italic;
}
 li.deliverable-item-link a {
	 text-decoration: underline;
}
 .bold-text {
	 padding-inline-start: 0;
	 font-weight: bold;
}
 .inline-ul {
	 -webkit-padding-start: 0px;
	 padding-inline-start: 0;
}
 .inline-ul li {
	 display: inline-block;
	 text-align: center;
	 width: 32%;
	 vertical-align: top;
	 white-space: nowrap;
}
 ul.inline-ul li:before {
	 content: "\f111";
	 margin-right: 5px;
	 font-family: fontawesome;
	 font-size: 7px;
}
 hr.deliverable-hr {
	 border-top-color: #aaa;
}
 .deliverable-item-icon img {
	 max-height: 80px;
}
 .dialog-with-footer .lfr-form-content {
	 position: relative;
}
/*Responsive */
/****************************BLOG ***********************/
 #_com_liferay_blogs_web_portlet_BlogsPortlet_navTag {
	 margin: 0;
	 display: block;
}
 #_com_liferay_blogs_web_portlet_BlogsPortlet_navTag > .active > a {
	 background: inherit;
	 color: #68b9e8;
}
 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet .portlet-content {
	 padding-top: 70px;
}
 #blogEntrySerach {
	 padding: 5px 10px;
	 width: 100%;
	 border-radius: 5px;
	 box-shadow: none !important;
	 border: 1px solid #c7c7c4;
}
 .boxed-blog {
	 max-width: 1300px;
	 margin: 0 auto;
}
 .blog-left-side {
	 padding-right: 0;
	 padding-left: 0;
}
 .entry-body {
	 width: 100%;
	 margin: 0 auto;
	 overflow: auto;
	 height: 100%;
	 background: #e4e4e3;
	 padding-left: 30px;
	 border-radius: 10px 0 0 10px;
}
 .blog-left-side h3 {
	 color: #1b69a8;
	 margin-bottom: 30px;
	 margin-top: 30px;
}
 .entry-title h2 {
	 font-size: 20px;
	 line-height: 35px;
	 margin-left: 0;
	 margin-right: 0;
}
 .entry-title h2 a {
	 text-decoration: none;
}
 .entry-left-side {
	 padding-left: 5.5%;
}
 .entry-right-side {
	 padding-left: 3%;
	 padding-right: 3%;
	 float: right !important;
}
 .flex-entry-body, .entry-body.flex-entry-body {
	 display: -webkit-box;
	 display: -moz-box;
	 display: -ms-flexbox;
	 display: flex;
	 max-height: 350px;
	 overflow: hidden;
}
 .portlet-blogs .entry-body .cover-image-container {
	 padding: 0;
	 overflow-x: hidden;
	 height: inherit;
}
 .portlet-blogs .entry-body .cover-image-container img {
	 height: 350px;
	 max-width: inherit;
}
 .entry-right-side ul li {
	 text-decoration: none;
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 line-height: 35px;
}
 .blog-entry-tags .taglib-asset-tags-summary .badge {
	 background-color: transparent;
	 color: inherit;
	 font-weight: normal;
	 line-height: 30px;
}
 .blog-entry-tags .taglib-asset-tags-summary .badge-sm {
	 font-size: inherit;
}
 .separate-right-side {
	 clear: both;
	 height: 50px;
}
 .entry-right-side hr {
	 border-top: 1px solid black;
}
 .entry-right-side h4 {
	 font-weight: bold;
}
 .follow-left {
	 float: left;
}
 .follow-right {
	 float: right;
}
 .follow-right .social-item {
	 float: left;
}
 .follow-right .social-item i {
	 color: #68b9e8;
	 font-size: 30px;
	 padding: 0 7px;
}
 .follow-right .social-item i.small {
	 font-size: 20px;
}
 .entry-right-side .input-text-wrapper {
	 position: relative;
	 margin-bottom: 0;
}
 .entry-right-side .lfr-ddm-field-group-inline {
	 position: absolute;
	 top: 2px;
	 right: 1px;
}
 .archive-bloc ul {
	 margin: 0;
	 padding: 0;
}
 .archive-bloc ul li {
	 padding-left: 7px;
	 padding-right: 7px;
}
 .show-more {
	 line-height: 35px;
	 color: #337ab7 !important;
	 cursor: pointer;
}
 .archive-bloc {
	 max-height: 100px;
	 overflow: hidden;
}
 .dropdown-toggle.btn .caret {
	 display: none;
}
 ul.categ-ul, ul.archive-ul {
	 margin: 0;
	 -webkit-padding-start: 0;
}
 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet .taglib-asset-tags-summary .badge {
	 border: none;
	 padding-left: 0;
}
 .loading {
	 background: rgba(0, 0, 0, 0.5);
	 position: fixed;
	 top: 0;
	 height: 100%;
	 left: 0;
	 padding: 20% 50%;
	 padding-bottom: 0;
	 color: white;
	 z-index: 9;
}
 .loading {
	 visibility: hidden;
	 opacity: 0;
	 transition: visibility 0s 2s, opacity 2s linear;
}
 .loading.visible {
	 visibility: visible;
	 opacity: 1;
}
 .count-tag {
	 color: #8a8a88;
}
 .count-tag:before {
	 content: '/';
	 margin: 0 7px;
}
 .pull-top-box {
	 margin-top: -235px;
}
 .follow-right ul {
	 -webkit-padding-start: 0;
	 padding-inline-start: 0;
}
 .icon-slider-container {
	 font-family: inherit;
}
 .portlet-dropzone .portlet-journal-content:first-child .portlet .portlet-topper {
	 margin-right: 45px;
}



body:not(.no-header) .portlet-dropzone .portlet-journal-content:first-child .portlet .portlet-header {
	 margin-top: 90px;
}
 @media (max-width: 1200px) {
	body:not(.no-header) .portlet-dropzone .portlet-journal-content:first-child .portlet .portlet-header {
		 margin-top: 60px;
	}
}
 .portlet-dropzone .portlet-journal-content:first-child .portlet:hover > .portlet-topper {
	 -webkit-transform: translateY(0);
	 -moz-transform: translateY(0%);
	 -ms-transform: translateY(0);
	 -o-transform: translateY(0);
	 transform: translateY(0);
	 z-index: 2;
}
 #portlet_com_liferay_portal_search_web_portlet_SearchPortlet header {
	 line-height: 18px;
}


.grey-bg {
    background: #e4e4e3;
}
 .overflow-external-content{
	padding-bottom:160px;
}
	
.blue-bg{
	background:#006298
}

.circle-column {
    background: #f2f2f2;
    padding: 40px 30px;
    max-width: 220px;
    margin: 0 auto;
    height:100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #005892;
    line-height: 60px;
    position: absolute;
    top: -25px;
    text-align: center;
}

.circle-icon img{
	width: 31px;
}

.full-width {
    width: 100%;
}

@media (min-width: 768px) {
	 .col-md-12.col-sm-3.icons-row, .col-md-12.col-sm-9.icons-desc-row {
		 width: 100%;
	}
	 .show-768 {
		 display: none;
	}
	 .webinar-old-row:nth-child(2n+1) .col-md-3:nth-child(2n) .webinar-old-item.blue-items, .webinar-old-row:nth-child(2n) .col-md-3:nth-child(2n+1) .webinar-old-item.blue-items {
		 background: #4a90bc;
	}
	 .contact-row.row {
		 margin: 25px 0;
	}
	 .icon-slider-row {
		 display: block;
	}
	 .btn-bottom {
		 position: absolute;
		 bottom: 20px;
		 width: 100%;
		 left: 0;
	}
	 .services-desc .btn-bottom {
		 bottom: 0px;
	}
	 .webinar-title {
		 min-height: 30%;
	}
	 .old-webinar-title {
		 margin: 0 auto 35px auto;
	}
}

@media (min-width: 1025px) {
	 img.continent-marker {
		 margin-right: 10px;
	}
}

.large-slider .carousel-item.active {
    max-height: 100%;
}

.large-slider .carousel-inner {
    max-height: 100%;
}
.large-slider {
	 height: 250px;
	 overflow-y: hidden;
}

@media (min-width: 1200px) {
	 
	 .large-slider .carousel-inner {
		 height: 100%;
	}
	 .large-slider .carousel-item {
		 height: 100%;
	}
	 .large-slider .carousel-caption h1 {
		 font-size: 280%;
	}
	 .channel-item-title {
		 padding-top: 20px;
	}
	 .target-row .text-left.boxed-text, .boxed-text {
		 max-width: 730px;
		 margin: 0 auto;
	}
	 .service-bloc-title {
		 margin-top: 90px;
	}
	 .services {
		 margin-bottom: 90px;
	}
	 .chain-bloc {
		 padding: 40px 0 90px 0;
	}
}


 @media (min-width: 1600px) {
	 .large-slider {
		 height: 250px;
	}
	 .technologies-container {
		 padding: 50px 0 0 0;
	}
	 .title-vertical-pad {
		 padding: 40px 0;
	}
}
 @media (max-width: 1023px) {
	 .blog-left-side .entry-title h2 {
		 font-size: 20px;
		 line-height: 27px;
	}
	 .blog-left-side h3 {
		 margin-bottom: 10px;
		 margin-top: 10px;
	}
}

 @media (max-width: 768px) {
	 .entry-right-side {
		 float: none !important;
	}
	 .pos-768-unset {
		 position: initial;
	}
	 #portlet_com_liferay_blogs_web_portlet_BlogsPortlet .portlet-content {
		 padding-top: 0;
	}
	 .boxed-blog {
		 margin-top: 10px;
	}
	 .blog-left-side {
		 padding: 1px 0 10px 0;
		 width: 50%;
		 float: left;
	}
	 .blog-left-side h3 {
		 margin: 10px 0;
	}
	 .blog-left-side .entry-title h2 {
		 font-size: 18px;
		 line-height: 22px;
	}
	 .flex-entry-body, .entry-body.flex-entry-body {
		 display: block;
		 max-height: 300px;
	}
	 
	 .portlet-blogs .entry-body .cover-image-container img {
		 height: 300px;
	}
	 .pos-768-inherit {
		 position: inherit;
	}
	
	 .follow-right .social-item i {
		 font-size: 23px;
	}
	 .top-768-box {
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 background: #e4e4e3;
		 padding: 10px 3%;
	}
	.top-768-box h4{
		font-size: 15px;
	}

	 .top-768-box .search-box h4 {
		 display: none;
	}
	 .top-768-box .search-box hr {
		 display: none;
	}
	 ul.categ-ul, ul.archive-ul {
		 display: none;
		 position: absolute;
		 background: white;
		 border: 1px solid #757373;
		 left: 0px;
		 width: 300px;
		 padding: 0 20px;
		 z-index: 11;
		 max-height: 245px;
		 overflow-y: auto;
		 margin-top: -7px;
		 border-radius: 4px;
	}
	.archive-bloc{
	    max-height: 300px;
    	overflow: scroll;
	}
	ul.language-selector.categ-ul {
	    width: 222px;
	}
	 ul.archive-ul {
		 width: 222px;
	}
	 .categ-ul::-webkit-scrollbar, .archive-ul::-webkit-scrollbar {
		 width: 40px;
	}
	 .categ-ul::-webkit-scrollbar-thumb, .archive-ul::-webkit-scrollbar-thumb {
		 border: 15px solid rgba(0, 0, 0, 0);
		 background-clip: padding-box;
		 -webkit-border-radius: 20px;
		 background-color: rgba(0, 0, 0, 0.15);
	}
	 .categories-box, .archive-box {
		 width: 30%;
		 float: left;
		 display: inline-block;
		 position: relative;
	}
	 h4.categ-title, h4.archive-title {
		 cursor: pointer;
	}
	 h4.categ-title:after, h4.archive-title:after {
		 content: ">";
		 margin-left: 5px;
		 display: inline-block;
		 width: 0;
		 height: 0;
		 margin-left: 0.255em;
		 vertical-align: 0.255em;
		 content: "";
		 border-top: 0.3em solid;
		 border-right: 0.3em solid transparent;
		 border-bottom: 0;
		 border-left: 0.3em solid transparent;
	}
	 .categories-box:hover .categ-ul, .categories-box:focus .categ-ul, .archive-box:hover .archive-ul, .archive-box:focus .archive-ul {
		 display: block;
	}
	 .follow-box {
		 margin-top: 70px;
	}
	 .follow-box hr {
		 margin-top: 5px;
		 margin-bottom: 20px;
		 border-top: 2px solid #e4e4e3;
	}
	 .pull-top-box {
		 margin-top: 0;
	}
	 .down-768-box {
		 margin-top: 150px;
	}
	 .portlet-blogs .taglib-page-iterator .lfr-pagination .lfr-pagination-config {
		 float: left;
		 width: 40%;
	}
	 .taglib-page-iterator .lfr-pagination-buttons {
		 width: inherit;
		 float: right;
		 margin-top: 0;
		 width: 60%;
	}
	 .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) a, .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) a {
		 font-size: 0;
		 padding: 10px 0;
		 line-height: inherit;
	}
	 .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(2) a:after {
		 content: "<";
		 font-size: 15px;
		 line-height: 15px;
	}
	 .taglib-page-iterator .lfr-pagination-buttons > li:nth-child(3) a:after {
		 content: ">";
		 font-size: 15px;
		 line-height: 15px;
	}
}

@media (max-width: 768px){
	.boxed-blog >.row {
	    display: block;
	}
	#portlet_com_liferay_blogs_web_portlet_BlogsPortlet	.main-right-side.absolut-768-box {
        position: absolute;
        left: 0;
        width: 100%;
	    top: -80px;
	    min-height: 80px;
	}
	
	#portlet_com_liferay_blogs_web_portlet_BlogsPortlet	.down-768-box {
	    margin-top: 90px;
	}
	
	#portlet_com_liferay_blogs_web_portlet_BlogsPortlet	.main-left-side.entry-left-side.col-md-8,
	#portlet_com_liferay_blogs_web_portlet_BlogsPortlet	.main-right-side.entry-right-side.col-md-4{
	    float:none;
	    flex: 0 0 calc(100%);
	    max-width: calc(100%);
	}
	
    #portlet_com_liferay_blogs_web_portlet_BlogsPortlet	.hide-768 {
        display: none !important;
    }
    .overflow-external-content{
    padding-bottom: 60px;
    }
}

@media (max-width: 576px){
	.circle-column {
	    margin-bottom: 35px;
	    height: auto;
	}
	
}

 @media (max-width: 500px) {
	 h4.categ-title, h4.archive-title {
		 cursor: pointer;
		 font-size: 14px;
	}
	 h4.archive-title {
		 text-align: center;
	}
	 ul.categ-ul, ul.archive-ul {
		 padding-left: 10px;
		 padding-right: 10px;
	}
	 .archive-bloc ul li {
		 padding-left: 0;
		 padding-right: 0;
	}
	 .flex-entry-body, .entry-body.flex-entry-body {
		 padding-left: 15px;
		 max-height: 270px;
	}
	 .portlet-blogs .entry-body .cover-image-container img {
		 height: 270px;
	}
	 .flex-entry-body .blog-left-side h3 {
		 margin-top: 10px;
		 margin-bottom: 10px;
		 font-size: 20px;
	}
	 .portlet-blogs .flex-entry-body .entry-title h2 {
		 margin-right: 10px;
		 font-size: 17px;
		 line-height: 25px;
	}
}
 
 
 @media (max-width: 1200px) {
	 .footer {
		 padding-left: 5%;
		 padding-right: 5%;
	}
	 .services {
		 width: 90%;
	}
	 .carousel-caption h1 {
		 font-size: 250%;
	}
	 .carousel-caption p {
		 font-size: 150%;
	}
	 .service-bloc-title {
		 margin-top: 70px;
		 max-width: 70%;
	}
	 .services {
		 margin-bottom: 70px;
	}
	 .solution-ul {
		 margin-top: 70px;
	}
	 .solution-absolute {
		 width: 90%;
		 padding: 0 35px;
	}
	 .boxed-row {
		 padding: 70px 5%;
	}
	 .horizontal-padding {
		 padding-left: 5%;
		 padding-right: 5%;
	}
	 .padding-top {
		 padding-top: 70px;
	}
	 .padding-bottom {
		 padding-bottom: 70px;
	}
	 .target-row {
		 padding: 70px 10%;
	}
	 .chain-bloc {
		 padding: 20px 0 70px 0;
	}
	 .blog-title.text-white {
		 max-width: 100%;
	}
	 .service-bloc-description {
		 width: 80%;
	}
	 .technologies-container .boxed-text {
		 padding: 0 4%;
	}
	
	.top-slider .carousel-caption {
		top: 15%;
	}
}
 @media (max-width: 1024px) {
	 .services {
		 width: 94%;
	}
	 .service-bloc-title {
		 margin-top: 50px;
		 max-width: 70%;
	}
	 .services {
		 margin-bottom: 50px;
	}
	 .solution-ul {
		 margin-top: 50px;
	}
	 .solution-absolute {
		 width: 94%;
	}
	 .boxed-row {
		 padding: 50px 3%;
	}
	 .horizontal-padding {
		 padding-left: 3%;
		 padding-right: 3%;
	}
	 .padding-top {
		 padding-top: 50px;
	}
	 .padding-bottom {
		 padding-bottom: 50px;
	}
	 .target-row {
		 padding: 50px 10%;
	}
	 .target-row .text-left {
		 margin-left: 0;
	}
	 .chain-bloc {
		 padding: 0px 0 50px 0;
	}
	 .service-bloc-description {
		 width: 94%;
	}
	 .text-slider-container .slide {
		 padding: 70px 5%;
	}
	 .technologies-container {
		 padding: 60px 0 0 0;
	}
	 .events-header {
		 padding: 70px 0;
	}
	 .inner-event-item {
		 margin: 50px 20px;
		 padding: 30px;
	}
	 .event-item-title {
		 padding: 20px;
		 margin-bottom: 30px;
	}
	 .btn-event-more {
		 padding: 20px;
		 margin-top: 30px;
	}
	 .help-container h1 {
		 font-size: 31px;
	}
	 .shopping-item {
		 margin-bottom: 30px;
	}
	 .footer {
		 padding-left: 3%;
		 padding-right: 3%;
	}
}
 @media (max-width: 947px) {
	 .help-ul h3 {
		 min-height: 52px;
	}
	 ul.help-ul li a {
		 font-size: 90%;
	}
	 h3.news-box-title {
		 margin-left: -115px;
		 width: 230px;
		 padding: 15px 10px;
		 font-size: 22px;
	}
	 .text-inner-carousel {
		 min-height: 250px;
	}
	 ul.inline-ul li {
		 width: 100%;
		 display: block;
		 margin-bottom: 10px;
		 text-align: center !important;
		 white-space: initial;
	}
}
 
 @media (max-width: 768px) {
	 .technologies-item-inner .btn-large.btn-bottom {
		 width: 200px;
		 left: 50%;
		 margin-left: -100px;
	}
	 .help-container h2 {
		 font-size: 25px;
	}
	 .partners-title {
		 margin-top: 10px;
	}
	 .channel-item li {
		 float: none;
		 width: 100%;
		 display: block;
		 padding-left: 30px;
		 padding-right: 30px;
	}
	 .channel-blog.gray-bg {
		 padding: 0 20px;
	}
	 .channel-item {
		 background: transparent;
	}
	 .channel-item li:nth-child(2), .channel-item li:nth-child(4) {
		 background: #19689d;
		 color: white;
		 border-radius: 0 0 15px 15px;
	}
	 .channel-item li:nth-child(3) {
		 background: white;
		 color: inherit;
	}
	 .channel-item li:nth-child(3) .channel-icon {
		 -webkit-filter: brightness(0%);
		 filter: brightness(0%);
	}
	 .channel-item li:nth-child(4) .channel-icon {
		 -webkit-filter: brightness(1000%);
		 filter: brightness(1000%);
	}
	 .txt-channel-exp {
		 width: 100%;
		 max-width: 100%;
		 float: none;
		 text-align: right;
	}
	 .channel-exp {
		 height: 100%;
	}
	 .logo-channel-exp img {
		 position: relative;
		 margin: auto;
		 margin-top: 20px;
		 clear: both;
		 float: right;
	}
	 .sep-channel-exp {
		 width: 100%;
		 padding-top: 0px;
		 padding-bottom: 0px;
		 float: none;
		 background: #68b9e8;
		 height: 2px;
		 margin: auto;
		 margin-top: 16px;
	}
	 .portlet-journal-content img.channel-icon {
		 margin-top: 20px;
		 margin-bottom: 10px;
	}
	 .carousel-caption {
		 top: 10%;
	}
	 .carousel-caption h1 {
		 font-size: 200%;
	}
	 .carousel-caption p {
		 font-size: 130%;
	}
	 .carousel.slide.large-slider .carousel-item img {
		 max-width: inherit;
		 height: 100%;
		 max-height: 100%;
	}
	 .carousel.slide.large-slider .carousel-item {
		 height: 250px;
	}
	 .icon-slider-container .category-list h2 {
		 font-size: 25px;
	}
	 .service-bloc-title h2 {
		 font-size: 150%;
	}
	 .services .col-md-4, .services .col-md-6 {
		 margin-bottom: 0;
	}
	 .services .col-md-4 .services-desc, .services .col-md-6 .services-desc {
		 width: 100%;
		 max-width: 300px;
		 border-bottom: 2px solid #eee;
		 padding-bottom: 40px;
	}
	 .portlet-journal-content img.feature-img {
		 max-width: 90px !important;
		 max-height: 90px;
	}
	 .feature-img-container {
		 min-height: 90px;
	}
	 .features-container {
		/*background-position: center 80px !important;
		*/
	}
	 .services .col-md-4:last-child .services-desc, .services .col-md-6:last-child .services-desc {
		/*border-bottom: none;
		*/
	}
	 .services .col-md-4 h3, .services .col-md-6 h3 {
		 padding: 15px 0 25px 0;
		 margin: 0 auto;
	}
	 .services .col-md-4 img, .services .col-md-6 img {
		 height: 90px;
		 margin: 20px auto 0;
	}
	 .features-container .col-lg-3 {
		 width: 49%;
		 min-height: 200px;
		 margin: 0 auto;
	}
	 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .portlet-body {
		 display: block;
	}
	 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .entry {
		 width: 98%;
	}
	 .boxed-latest-blog .portlet-boundary_com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet_ .entry-info.text-muted {
		 bottom: 5px;
	}
	 .hide-768 {
		 display: none !important;
	}
	 .solution-items {
		 padding: 20px 35px;
	}
	 .footer .footer-social ul li {
		 padding: 0 30px;
	}
	 .sales-bloc .panel-default .panel-body ul {
		 -webkit-padding-start: 0;
		 margin-left: 15%;
	}
	 .service-bloc-title {
		 margin-top: 50px;
		 max-width: 70%;
	}
	 .service-bloc-description {
		 width: 70%;
		 margin-bottom: 0;
	}
	 .services {
		 margin-top: 0px;
	}
	 .icon-slider-container .boxed-row {
		 padding-bottom: 0;
	}
	 .col-sm-3.icons-row {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 25%;
		 flex: 0 0 25%;
		 max-width: 25%;
		 border: none;
		 border-top: 2px solid gray;
		 margin-bottom: 0;
		 float: left;
	}
	 .col-sm-9.icons-desc-row {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 75%;
		 flex: 0 0 75%;
		 max-width: 75%;
		 border-top: 2px solid gray;
		 padding-top: 0px;
		 float: left;
	}
	 .icon-slider-row {
		 margin-top: 50px;
	}
	 a.prev-category.arrow-prev {
		 left: -15px;
	}
	 a.next-category.arrow-next {
		 right: 0;
	}
	 .icons-row ul {
		 display: block;
		 margin: 0;
		 border: 2px solid gray;
		 border-left: none;
		 border-top: none;
		 height: 100%;
	}
	 .icons-row ul li {
		 width: 100% !important;
		 border-bottom: 2px solid #555553;
		 padding: 20px 0;
		 text-align: center;
	}
	 .icons-row ul li:last-child {
		 border-bottom: none;
	}
	 .icons-row ul li .icon-text {
		 display: none;
	}
	 .portlet-journal-content img.icon-img {
		 height: 70px;
	}
	 .portlet-journal-content .icons-row img.icon-img {
		 max-height: 70px;
		 height: auto;
	}
	 .technologies-container {
		 padding: 60px 0 20px 0;
	}
	 .technologies-items .technologies-item {
		 max-width: 350px;
		 margin: 0 auto;
		 margin-bottom: 20px;
		 height: inherit;
	}
	 .events-header {
		 padding: 20px 0;
	}
	 .events-items:nth-child(2n+1) .event-item:nth-child(2n+1) {
		 background: #bcdcf5;
	}
	 .events-items:nth-child(2n+1) .event-item:nth-child(2n+1) .inner-event-item {
		 background: #f2f8fd;
	}
	 .events-items:nth-child(2n+1) .event-item:nth-child(2n) {
		 background: white;
	}
	 .events-items:nth-child(2n+1) .event-item:nth-child(2n) .inner-event-item {
		 background: white;
	}
	 .webinar-old-row .col-md-3:nth-child(2n+1) .webinar-old-item.blue-items {
		 background: #4a90bc;
	}
	 .home-text-slider .text-slider-logo.white-border {
		 border-top: 2px solid white;
		 border-left: 0;
		 margin: 10px 10px;
		 width: 90%;
		 padding: 30px 0 30px 10%;
		 text-align: center;
	}
	 .portlet-journal-content .home-text-slider .text-slider-logo img {
		 display: unset !important;
	}
	 .text-slider-desc {
		 padding: 20px 50px 0 50px;
		 border-right: none;
		 min-height: 320px;
	}
	 .text-slider-logo {
		 padding-left: 0;
		 border-top: 2px solid #62a6ef;
		 padding-top: 30px;
		 margin: 30px 30px 0 30px;
		 text-align: right;
		 width: 100%;
	}
	 ul.help-ul li a {
		 word-break: break-word;
	}
	 ul.help-ul li {
		 width: 100% !important;
		 display: block;
	}
	 ul.help-ul {
		 display: block;
	}
	 .help-container h1 {
		 font-size: 27px;
	}
	 ul.continents-ul {
		 -webkit-column-break-inside: avoid;
		 page-break-inside: avoid;
		 break-inside: avoid-column;
		 display: table;
		 width: 100%;
	}
	 ul.continents-ul > li {
		 width: 50% !important;
		 border: 1px solid white;
		 min-height: 100px;
		 float: left;
	}
	 ul.continents-ul > li img {
		 max-height: 50px;
	}
	 ul.continents-ul > li > a {
		 padding: 20px 0;
	}
	 .continents-ul li span {
		 display: inline-block;
		 min-width: 90px;
		 text-align: left;
	}
	 .large-slider {
		 height: 250px;
	}
	 .carousel-caption {
		 top: 10%;
	}
	 .advantages-item {
		 margin-bottom: 0;
		 margin-top: -10px;
		 cursor: pointer;
	}
	 .advantages-item:not(.active) .advantages-item-inner {
		 display: none;
	}
	 .advantages-items:nth-child(2n+1) .col-md-6:nth-child(2n) .advantages-item-title, .advantages-items:nth-child(2n) .col-md-6:nth-child(2n) .advantages-item-title {
		 background: #005892;
		 color: white;
	}
	 .advantages-items:nth-child(2n+1) .col-md-6:nth-child(2n+1) .advantages-item-title, .advantages-items:nth-child(2n) .col-md-6:nth-child(2n+1) .advantages-item-title {
		 background: #e2dfd5;
		 color: inherit;
	}
	 .way-work {
		 max-height: 300px;
		 margin-bottom: 15px;
		 overflow: hidden;
	}
	 .hide-flex-768 {
		 width: 100% !important;
		 transform: none !important;
		 -webkit-transition-duration: none !important;
		 -webkit-transform: none !important;
	}
	 .hide-flex-768 li {
		 width: 100% !important;
		 padding: 0;
	}
	 .hide-flex-768 .light-blue-title:after {
		 content: "\f105";
		 position: absolute;
		 top: 50%;
		 right: 6%;
		 color: white;
		 margin-top: -25px;
		 font-family: FontAwesome;
		 font-size: 34px;
	}
	 .hide-flex-768 .flex-direction-nav {
		 display: none !important;
	}
	 .blue-left-border {
		 border-left: none;
		 border-top: 2px solid #68b9e8;
		 padding-left: 0;
		 margin-left: 15px;
		 margin-top: 15px;
		 padding-top: 15px;
	}
	 .slider-hover {
		 height: 300px;
	}
	 .slider-hover .col-md-8 {
		 height: 205px;
	}
	 .slider-hover.content1 {
		 height: 1125px;
		 margin-top: 75px;
	}
	 .slider-hover.content1 .col-md-8 {
		 height: 1000px;
	}
	 .slider-hover.content2 {
		 height: 825px;
		 margin-top: 375px;
	}
	 .slider-hover.content2 .col-md-8 {
		 height: 700px;
	}
	 .slider-hover.content3 {
		 height: 525px;
		 margin-top: 675px;
	}
	 .slider-hover.content3 .col-md-8 {
		 height: 400px;
	}
	 .slider-hover.content4 {
		 height: 225px;
		 margin-top: 975px;
		 padding-top: 10px;
		 padding-bottom: 10px;
		 overflow-y: hidden;
	}
	 .slider-hover.content4 .col-md-8 {
		 height: 130px;
	}
	 .hide-slider-hover:before {
		 content: "\f106";
		 position: absolute;
		 bottom: 10px;
		 right: 50%;
		 color: white;
		 font-family: FontAwesome;
		 font-size: 34px;
		 line-height: 15px;
		 margin-right: -11px;
		 z-index: 99;
		 cursor: pointer;
	}
	 .hover-arrow {
		 display: none !important;
	}
	 .boxed-row {
		 padding-left: 40px;
		 padding-right: 40px;
	}
	 .horizontal-padding {
		 padding-left: 40px;
		 padding-right: 40px;
	}
	 .boxed-row.deliverable-row {
		 padding-left: 25px;
		 padding-right: 25px;
	}
	 .webinar-duration.pull-right {
		 float: none !important;
		 display: block;
	}
	 .webinar-item > .pull-right {
		 float: none !important;
		 display: block;
		 text-align: center;
	}
	 .row:not(.icon-slider-row) {
		 display: block;
	}
	 .webinar-old-items {
		 max-height: 651px;
	}
	 .press-form.hide-768 {
		 min-height: 225px;
	}
	 .form-header {
		 max-width: 96%;
	}
	 .technologies-container .boxed-text {
		 padding: 0 20px;
		 max-width: 350px;
	}
	 .print-article-inner {
		 padding: 20px 50px 50px 50px;
	}
	 .speaker-container {
		 max-width: 350px;
	}
	 .speaker-text-container label {
		 margin-bottom: 35px;
	}
	 .speaker-img-container {
		 display: block;
		 text-align: center;
		 margin: 0;
		 padding: 0;
	}
	 .speaker-text-container {
		 margin-bottom: 80px;
		 text-align: center;
	}
	 .shopping-item-inner-report {
		 border-left: none;
		 padding-left: 15px;
		 max-width: unset;
	}
	 .shopping-item-report .shopping-item-inner-report {
		 border-bottom: 1px solid #eee;
		 margin-bottom: 20px;
	}
	 .report-title {
		 color: #125893;
		 cursor: pointer;
	}
	 .report-title:after {
		 content: "\f078";
		 font-family: FontAwesome;
	}
	 .report-title.open:after {
		 content: "\f077";
	}
	 .col-sm-3.icons-row {
		 padding-left: 0;
	}
	 .col-sm-3.icons-row ul li {
		 padding: 35px 0;
		 padding-right: 6px;
		 height: 20%;
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
	}
	 .portlet-journal-content .col-sm-3.icons-row ul li img.icon-img {
		 max-width: unset !important;
		 height: 40px;
	}
	 .col-sm-9.icons-desc-row {
		 padding-bottom: 20px;
	}
	 .feature-column {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
		 width: 50%;
		 float: left;
	}
	 .last-features-row .feature-column:last-child {
		 float: none;
		 display: block;
		 margin: 0 auto;
		 clear: both;
	}
	 .shopping-item {
		 margin-bottom: 30px;
	}
	 .shopping-row .col-sm-6 {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
		 width: 50%;
		 float: left;
	}
	 .partners-bloc h2.partners-title {
		 font-size: 25px;
		 max-width: 90%;
		 margin-top: 25px;
	}
	 img.partners-bg {
		 margin-top: 20px;
	}
	 .partners-link-bloc .partners-title {
		 margin: 20px auto 20px auto;
	}
	 .row.row-xsm {
		 display: -webkit-box;
		 display: -ms-flexbox;
		 display: flex;
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	 .col-sm-4.col-xsm-4 {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 33.333333%;
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
		 width: 33.33333%;
	}
	 .col-sm-6.col-xsm-6 {
		 -webkit-box-flex: 0;
		 -ms-flex: 0 0 50%;
		 flex: 0 0 50%;
		 max-width: 50%;
		 width: 50%;
	}
	 h2.small-text-768, .small-text-768 {
		 font-size: 20px;
	}
	 .vertical-padding {
		 padding-top: 30px;
		 padding-bottom: 30px;
	}
	 .arrow-bottom.blue-arrow-768:after {
		 border-top: 45px solid #68b9e8;
	}
	 .small-img-768 {
		 max-height: 300px;
		 margin-top: 20px;
	}
	 .light-blue-box.text-right.arrow-bottom {
		 text-align: center !important;
	}
	 .portlet-journal-content .text-slider-logo img {
		 height: 42px;
	}
	 .services .col-md-4 h4, .services .col-md-6 h4, .services .col-md-4 h3, .services .col-md-6 h3 {
		 min-height: inherit;
	}
	 .gray-bg.context-description.arrow-top {
		 padding-top: 90px;
	}
	 .webinar-old-row .col-md-3.col-sm-6 {
		 float: left;
	}
	 .icon-desc h3 {
		 margin-top: 40px;
		 margin-bottom: 0px;
	}
	 .icons-desc-row .next-category.arrow-next, .icons-desc-row .prev-category.arrow-prev {
		 display: none;
	}
	 .channel-title {
		 padding-left: 5%;
		 padding-right: 5%;
	}
	 .tabs-container .nav-tabs > li > a {
		 padding: 10px 5px;
		 margin: 0 5px;
	}
	 .features-container.bg-bottom:after {
		 height: 35px;
	}
	 .text-inner-carousel {
		 min-height: 300px;
	}
	 .tabs-container .nav.nav-tabs {
		 -webkit-column-break-inside: avoid;
		 page-break-inside: avoid;
		 break-inside: avoid-column;
	}
	 .sub-category-ul {
		 display: block;
		 table-layout: initial;
	}
	 .sub-category-li {
		 display: inline-block;
		 width: 49%;
		 margin-bottom: 25px;
		 margin-top: 30px;
	}
	 img.blurb-icon {
		 max-height: 65px;
	}
	 li.deliverable-item-icon, li.deliverable-item-desc, li.deliverable-item-link {
		 width: 100%;
		 text-align: center !important;
	}
	 .deliverable-item-desc h4 {
		 margin: 20px 0;
	}
	 .bordered-box.deliverable-box {
		 padding: 25px 10px 0 10px;
	}
}
 @media (max-width: 600px) {
	 .tabs-container {
		 padding-left: 35px;
		 padding-right: 35px;
	}
	 .tabs-container .nav-tabs > li > a {
		 padding: 7px 4px;
		 font-size: 90%;
	}
	 .tabs-container .nav-tabs > li:first-child > a, .tabs-container .nav-tabs > li:last-child > a {
		 margin: 0;
	}
	 .icon-desc h3 {
		 font-size: 18px;
	}
	 a.prev-category.arrow-prev {
		 left: -10px;
	}
	 h3.advantages-item-title {
		 font-size: 20px;
	}
	 img.partners-bg {
		 margin-top: 50px;
	}
}
 @media (max-width: 576px) {
	 .shopping-row .col-sm-6 {
		 -webkit-box-flex: inherit;
		 -ms-flex: inherit;
		 flex: inherit;
		 max-width: 100%;
		 width: 100%;
		 float: none;
	}
	 .webinar-old-row .col-md-3.col-sm-6 {
		 float: none;
	}
}
 @media (max-width: 530px) {
	 .footer .footer-social ul li {
		 padding: 0 20px;
	}
	 .carousel-caption h1 {
		 font-size: 200%;
	}
	 .partners-bloc h2.partners-title {
		 font-size: 20px;
	}
	 img.partners-bg {
		 margin-top: 60px;
	}
	 .text-slider-desc {
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .features-container.bg-bottom:after {
		 height: 30px;
	}
	 .text-inner-carousel {
		 min-height: 365px;
	}
}
 @media (max-width: 450px) {
	 .tabs-container {
		 margin: 20px auto;
		 padding: 20px 20px;
	}
	 .tabs-container .serve-tabs li {
		 min-width: auto !important;
	}
	 .tabs-container .nav-tabs > li > a {
		 padding: 7px 5px;
		 font-size: 70%;
	}
	 .tabs-container .nav.nav-tabs {
		 width: 265px;
		 margin-left: auto;
		 margin-right: auto;
		 overflow-x: visible;
	}
	 select.solution-select {
		 width: 100%;
	}
	 .text-inner-carousel {
		 min-height: 450px;
	}
}
 @media (max-width: 350px) {
	 .text-inner-carousel {
		 min-height: 532px;
	}
}
 .dialog-with-footer .button-holder.dialog-footer {
	 position: relative;
}
/* Job details added */
 .jobs-container {
	 border-top: 1px solid #68b9e8;
}
 .col-md-6.right-blue-border {
	 border-right: 1px solid #68b9e8;
}
 a.btn.job-link {
	 background: #005892;
	 color: white !important;
	 border-radius: 10px;
}
 .job-row.row {
	 line-height: 40px;
	 margin-bottom: 40px;
}
 a.blue-link {
	 color: #005892;
}
 .more-details {
	 padding-top: 10px;
}
 .job-form-application {
	 margin-top: 55px;
	 border-top: 1px solid #969595;
	 padding-top: 55px;
}
 .job-iframe {
	 background: #095d94;
	 margin-top: 50px;
	 border-radius: 15px;
	 padding-bottom: 20px;
}
 .company-details {
	 padding: 20px 0 10px 0;
}
 .job-location {
	 text-align: center;
}
 @media (max-width: 768px) {
	 .job-location {
		 text-align: left;
	}
	 .col-sm-9.job-preview {
		 float: left;
		 flex: 0 0 75%;
		 max-width: 75%;
	}
	 .col-sm-3.job-link-details {
		 flex: 0 0 25%;
		 max-width: 25%;
		 float: left;
	}
	 .job-row.row {
		 display: flex;
		 flex-wrap: wrap;
		 line-height: 25px;
		 margin-bottom: 20px;
	}
	 .col-md-6.right-blue-border.job-title {
		 font-weight: bold;
	}
	 .col-sm-3.job-link-details a.btn.job-link {
		 border: none !important;
		 background: transparent !important;
		 color: #005892 !important;
	}
}
 @media (max-width: 680px) {
	 .job-iframe {
		 border-radius: 0;
		 margin-left: -40px;
		 margin-right: -40px;
		 padding-top: 20px;
	}
	 .col-sm-9.job-preview {
		 flex: 0 0 60%;
		 max-width: 60%;
	}
	 .col-sm-3.job-link-details {
		 flex: 0 0 40%;
		 max-width: 40%;
	}
}
 @media (max-width: 500px) {
	 .jobs-container.boxed-row {
		 padding-left: 0;
		 padding-right: 0;
	}
}
 @media (max-width: 420px) {
	 .col-sm-9.job-preview {
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 .col-sm-3.job-link-details {
		 flex: 0 0 50%;
		 max-width: 50%;
	}
}
/* CONTEXT Changes */
 .dialog-with-footer .lfr-form-content {
	 position: relative;
}
.dialog-with-footer .button-holder.dialog-footer {
    position: relative;
}
 .jobs-container {
	 border-top: 1px solid #68b9e8;
}
 .col-md-6.right-blue-border {
	 border-right: 1px solid #68b9e8;
}
 a.btn.job-link {
	 background: #005892;
	 color: white !important;
	 border-radius: 10px;
}
 .job-row.row {
	 line-height: 40px;
	 margin-bottom: 40px;
}
 a.blue-link {
	 color: #005892;
}
 .more-details {
	 padding-top: 10px;
}
 .job-form-application {
	 margin-top: 55px;
	 border-top: 1px solid #969595;
	 padding-top: 55px;
}
 .job-iframe {
	 background: #095d94;
	 margin-top: 50px;
	 border-radius: 15px;
	 padding-bottom: 20px;
}
 .company-details {
	 padding: 20px 0 10px 0;
}
 .job-location {
	 text-align: center;
}
 @media (max-width: 768px) {
	 .job-location {
		 text-align: left;
	}
	 .col-sm-9.job-preview {
		 float: left;
		 flex: 0 0 75%;
		 max-width: 75%;
	}
	 .col-sm-3.job-link-details {
		 flex: 0 0 25%;
		 max-width: 25%;
		 float: left;
	}
	 .job-row.row {
		 display: flex;
		 flex-wrap: wrap;
		 line-height: 25px;
		 margin-bottom: 20px;
	}
	 .col-md-6.right-blue-border.job-title {
		 font-weight: bold;
	}
	 .col-sm-3.job-link-details a.btn.job-link {
		 border: none !important;
		 background: transparent !important;
		 color: #005892 !important;
	}
}
 @media (max-width: 680px) {
	 .job-iframe {
		 border-radius: 0;
		 margin-left: -40px;
		 margin-right: -40px;
		 padding-top: 20px;
	}
	 .col-sm-9.job-preview {
		 flex: 0 0 60%;
		 max-width: 60%;
	}
	 .col-sm-3.job-link-details {
		 flex: 0 0 40%;
		 max-width: 40%;
	}
}
 @media (max-width: 500px) {
	 .jobs-container.boxed-row {
		 padding-left: 0;
		 padding-right: 0;
	}
}
 @media (max-width: 420px) {
	 .col-sm-9.job-preview {
		 flex: 0 0 50%;
		 max-width: 50%;
	}
	 .col-sm-3.job-link-details {
		 flex: 0 0 50%;
		 max-width: 50%;
	}
}
#portlet_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet .portlet-title-text,
.portlet-language .portlet-title-text{
	display: none !important;
}
#senna_surface1-screen_2 #main-content.columns-max,
div[id^="senna_surface1"] #main-content.columns-max,
.flipped #main-content.columns-max{
	padding: 0px !important;
}
.dropdown-toggle::after{
	content: none !important;
}
#portlet_com_liferay_blogs_web_portlet_BlogsPortlet .portlet-header{
	max-width: 1300px;
    margin: auto;
    padding-right: 3%;
    padding-left: 3%;
}

section#portlet_verify-email-address {
    margin-top: 100px;
}

.terms-use-link{
    position:  relative;
}
.terms-use-link[data-toggle].collapsed:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: -18px;
}

.terms-use-link[data-toggle]:not(.collapsed):after {
    font-family: 'FontAwesome';
    content: "\f106"; 
    position: absolute;
    right: -18px;
}


.slick img {
    height: 100%;
}
.slick-slide.slick-current.slick-center img {
    box-shadow: 0px 10px 15px 0px #746d6daa;
    border: 1px solid #f1f1f1;
}

.slick-slide.slick-current.slick-center {
    overflow: visible;
}
button.slick-arrow {
    background: white;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    color: #a7a7a7;
	position: absolute;
    z-index: 99;
    top: 50%;
}
button.slick-arrow.slick-prev-update{
left:5%
}

button.slick-arrow.slick-next-update{
right:5%
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-current {
    opacity: 1;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  color: #003963;
  outline: none !important;
}

#btn-back-to-top:hover, #btn-back-to-top:focus {
  background: #003963;
  color:white;
}

.context-btn {
    background: #005892;
    color: white !important;
    border-radius: 5px;
    transition: .5s;
}

.context-btn:hover, .context-btn:focus {
    color: #005892 !important;
    border-color: #005892;
    background: white !important;
}


.boxed-blog {
    max-width: 1440px !important;
    margin: 0 auto;
    padding-left: 10.8%;
    padding-right: 10.8%;
}
#portlet_com_liferay_blogs_web_portlet_BlogsPortlet .portlet-content {
    padding-top: 20px !important;
}

.portlet-blogs .entry-body{
	border-radius:0;
}
.portlet-blogs .flex-entry-body, .portlet-blogs .entry-body.flex-entry-body {
    max-height: inherit;
    display: block;
}
.portlet-blogs .blog-bottom h3 {
    font-size: 18px;
    color: #005892;
}

.portlet-blogs .blog-bottom .entry-info.text-muted h3 {
    font-size: 14px;
    color: #6c757d;
}

.portlet-blogs .entry-title h2 {
    /*font-size: 14px;*/
    height: auto;
    max-height: 80px;
    overflow: hidden;
    font-size: 22px;
    color: #005892;
    line-height: 44px;
}

.portlet-blogs .entry-title h2 > a{
	font-weight: normal;
    line-height: 22px;
}

.portlet-blogs .row-blog-entry .entry-body{
    background: #f8f8f8;
    border-bottom: 10px solid #cdcdcd;
}

.portlet-blogs .row-blog-entry .fa-arrow-right{
	color:#a3d8ff;
}

.portlet-blogs .row-blog-entry:nth-child(4n+1) .entry-body,.portlet-blogs  .row-blog-entry:nth-child(4n+2) .entry-body{
    border-bottom-color: #a3d8ff;
}

.portlet-blogs .row-blog-entry:nth-child(4n+1) .fa-arrow-right, .portlet-blogs .row-blog-entry:nth-child(4n+2) .fa-arrow-right{
	color:#005892;
}

.portlet-blogs .entry-body .cover-image-container{
	height: 180px;
}

.portlet-blogs li.taglib-social-bookmark {
    display: inline-block;
    margin-top: 10px;
}

.portlet-blogs .entry-body .cover-image-container img {
    height: 180px;
    min-width: 100%;
}
.portlet-blogs .blog-bottom {
    padding: 10px 20px;
}
.portlet-blogs ul.language-selector {
    margin: 0;
    padding: 0 0 0 14px;
    text-transform: capitalize;
}
.portlet-blogs .language-selector a{
	color:inherit;
}
.portlet-blogs .language-selector .selected{
	color: #007bff;
}
.portlet-blogs li.selected a{
	color: #007bff;
}

.portlet-blogs h4.categ-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portlet-blogs .taglib-empty-result-message-header{
	display:none;
}
@media (max-width: 768px){
    .top-768-box .search-box.show-768 {
        float: none; 
        width: 80%;
        margin: 0 auto 10px auto;
    }
}