body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
/*    background: #F7F7FA;*/
    background: #181B20;
    position: relative;
    min-width: 1020px;
    overflow-y: scroll !important;
    font-size: 13px;
}

.wrap {
    background: #F7F7FA;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Global */

.navbar {
    border-radius: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9,
.col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.col-xs-20 {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
}

.container {
    width: 940px;
}

.container.services {
    margin-top: -80px;
    background: #ffffff;
    position: relative;
}

.container.projects {
    background: #ffffff;
    position: relative;
    padding: 0 15px;
}

.container.clients {
    background: #ffffff;
    position: relative;
    padding-bottom: 40px;
}

.container.block {
    background: #ffffff;
    padding: 0 0 50px;
}

.btn.btn-primary {
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    background: #1D4596;
    border: none;
    border-radius: 0;
    text-decoration: none;
}

.btn.btn-primary.bordered {
	border: 2px solid #F0F0F2;
}

.btn.btn-primary:hover {
    background: #1d4caa;
}

.btn.btn-primary:active {
    background: #1e4186;
}

.btn.btn-default {
    font-weight: normal;
    font-size: 16px;
    color: #1D4596;
    line-height: 22px;
    background: #F0F0F2;
    border: none;
    border-radius: 0;
}

.btn.btn-default:hover {
    background: #f4f4f4;
}

.btn.btn-default:active {
    background: #eaeaea;
}

/* Carousel */
.carousel.main {
    height: 650px;
}

.carousel.main .item {
    height: 650px;
    background-color: #777;
}
.carousel.main .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 650px;
}

.carousel.main .item .container {
    padding: 0;
}

.carousel.main .item .img {
    margin-top: 156px;
}

.carousel.main .item .text {
    margin-top: 156px;
}

.carousel.main .item .text h1 {
    font-weight: 100;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 50px;
    margin: 0 0 40px 0;
}

.carousel.main .item .text p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.carousel-control-main {
    position: absolute;
    z-index: 2000;
    top: 50%;
    margin-top: -55px;
    height: 110px;
    background: rgba(39, 41, 48, 0.5);
    width: 32px;
    text-decoration: none !important;
}

.carousel-control-main:hover {
    background: rgba(39, 41, 48, 0.7);
}

.carousel-control-main span {
    color: #ffffff !important;
    font-size: 36px;
    padding: 35px 0px 0 7px;
    display: inline-block;
}

.carousel-control-main.left {
    left: 0;
}

.carousel-control-main.right {
    right: 0;
}

.carousel-control-main.right span {
    padding: 35px 0px 0 13px;
}

/* Navbar */

.navbar.navbar-default {
    background: transparent;
    border: none;
}

.navbar .container {
/*    padding: 0;*/
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 20px 0 0 0;
}

.navbar-brand img {
	height: 50px;
	width: 138px;
}

.nav.navbar-nav {
    margin-top: 34px;
}

.nav.navbar-nav li a {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0px 0px 0px 50px;
}

.nav.navbar-nav li:first-child a {
	padding-left: 0;
}

.nav.navbar-nav li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.navbar-nav>li {
    float: left;
}

/* Main page */
.container h1 {
    font-weight: 100;
    font-size: 32px;
    color: #333333;
    line-height: 43px;
    margin: 20px 0 4px;
}

.container h4.news {
	font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    margin: 0;
    padding: 20px 0px 4px;
/*     text-transform: uppercase; */
}

.container .hr {
    height: 1px;
    width: 80px;
    background: #1D4596;
    margin-bottom: 12px;
}

.services .tile {
    background: #F0F0F2;
}

.services .tile h4 {
    font-weight: bold;
    font-size: 14px;
    color: #18181F;
    line-height: 19px;
    margin: 0  0 11px;
    padding: 11px 10px 0px;
}

.services .tile img {
    height: auto;
    width: 100%;
}

.services .tile p {
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    padding: 0;
    margin: 10px 10px 15px;
}

.services .tile .main_service_text p {
    height: 110px;
}

.services .tile p a {
    font-weight: bold;
    font-size: 11px;
    color: #1D4596;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

.services .tile p.text-right {
    padding: 0 10px 16px 0;
    margin: 0;
}

.services .tile p a:hover {
    color: #1d4caa;
}

/**/

.projects h1 {
    margin-top: 40px;
}

.projects .tile {
    border: 2px solid #F0F0F2;
}

.projects .tile h4 {
    font-weight: bold;
    font-size: 14px;
    color: #18181F;
    line-height: 19px;
    margin: 0;
    padding: 8px 8px 11px;
    background: #F0F0F2;
}

.projects .tile .img {
    text-align: center;
    margin: 10px 8px 10px;
    height: 80px;
}

.projects .tile .img img {
    max-height: 80px;
    max-width: 90%;
    vertical-align: middle;
}

.projects .tile p {
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    padding: 0;
    margin: 10px 8px 15px;
}

.projects .tile p a {
    font-weight: bold;
    font-size: 11px;
    color: #1D4596;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

.projects .tile p.text-right {
    padding: 0 8px 16px 0;
    margin: 0;
}

.projects .tile p a:hover {
    color: #1d4caa;
}

.projects .tile .img .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.projects .tile .img img {
    vertical-align: middle;
    max-height: 78px;
    max-width: 100%;
}

.project-carousel-control.btn.btn-default {
    padding: 8px 16px 7px 16px;
    font-size: 24px;
    margin-top: 48px;
    margin-left: 8px;
}

.clients-control.project-carousel-control.btn.btn-default {
	margin: 0;
	position: absolute;
	bottom: 20px;
}

.item.clients {
	padding: 0 40px;
}

.clients-control.project-carousel-control.btn.btn-default.left {
	left: 0;
}

.clients-control.project-carousel-control.btn.btn-default.right {
	right: 0;
}

/**/

.cleints h1 {
    margin-top: 40px;
}

.clients .tile {
    height: 80px;
    border: 2px solid transparent;
    text-align: center;
/*     margin-bottom: 10px; */
    display: block;
    text-decoration: none;
}

.clients .tile:hover {
    border: 2px solid #1D4596;
    text-decoration: none;
}

.clients .tile .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.clients .tile img {
    vertical-align: middle;
    max-height: 78px;
    max-width: 95%;
}

.table-list td {
	padding-bottom: 10px !important;
}

/* Footer */

footer {
    background: #272930;
    color: #FFFFFF;
    padding: 50px 0;
}

footer h4 {
    margin: 0;
    padding: 0 0 6px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;
}

footer p {
    font-size: 13px;
    color: #D4D4D6;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

footer p a,
footer p a:hover {
    font-size: 11px;
    color: #D4D4D6;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    display: inline-block;
    padding: 0 0 5px;
}

footer p span {
    font-size: 16px;
    display: inline-block;
    margin: 3px 4px 0 0;
    position: relative;
    top: 2px;
    color: #D3D4D5;
}

footer .first {
    max-width: 240px;
}

footer .second {
    max-width: 270px;
    padding-left: 30px;
}

.subfooter {
    background: #181B20;
    color: #A3A4A6;
    padding: 16px 0;
}

.subfooter p,
.subfooter p a,
.subfooter p a:hover {
    margin: 0;
    padding: 0;
    color: #A3A4A6;
    font-size: 13px;
    line-height: 18px;
}

.subfooter p a,
.subfooter p a:hover {
    text-decoration: underline;
}

/* Pages */

.navbar-default.navbar-white {
    border-bottom: 1px solid #1D4596;
    background: #ffffff;
    margin-bottom: 0;
}

.navbar-default.navbar-white li a {
    color: #18181F;
    padding-left: 0;
    margin-left: 50px;
    padding-bottom: 29px;
}

.navbar-default.navbar-white li:first-child a {
    margin-left: 0px;
}

.navbar-default.navbar-white li a:hover,
.navbar-default.navbar-white li.active a,
.navbar-default.navbar-white li.active a:hover {
    color: #18181F;
    text-decoration: none;
    background: transparent;
    border-bottom: 4px solid #163573;
}

/* Nav Tabs */
.nav-tabs {
    border: none;
    border-bottom: 1px solid #1D4596;
}

.nav-tabs li a,
.nav-tabs li.active a,
.nav-tabs li a:hover,
.nav-tabs li.active a:hover {
    border: none;
    background: transparent;
    padding: 18px 25px 17px;
    font-weight: bold;
    font-size: 14px;
    color: #18181F;
    line-height: 19px;
    margin: 0;
}

.nav-tabs li.active a,
.nav-tabs li a:hover,
.nav-tabs li.active a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    border: none;
    border-bottom: 4px solid #163573;
    color: #1D4596;
}

.carousel.about {
    height: 505px;
}

.carousel.about .item {
    height: 505px;
    background-color: #777;
}
.carousel.about .carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 505px;
}

.carousel.about .item .container {
    padding: 0;
}

.row {
    margin: 0 -5px;
}

.license .tile a {
	display: table-cell;
	height: 251px;
	width: 100%;
	border: 2px solid #F0F0F2;
	vertical-align: middle;
	text-align: center;
}

.license .tile a img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.license .tile a:hover {
    border: 2px solid #1D4596;
}

.license .tile p {
	height: 60px;
}

p.before-list {
    margin: 20px 0 0;
}

p, li {
    font-size: 13px;
    line-height: 19px;
}

ul.list-unstyled li a, p a {
    color: #1D4596;
    text-decoration: underline;
    font-weight: 13px;
}

.row.license {
    padding-top: 10px;
}

.license .tile {
    margin-bottom: 19px;
}

.license .tile p {
    margin-top: 10px;
}

.contacts span.icon {
    font-size: 16px;
    color: #1D4596;
    width: 20px;
    display: inline-block;
    top: 1px;
    position: relative;
    
}

.contacts span.icon-mail {
    position: relative;
    top: 3px;
}

.contacts li {
    padding: 2px 0;
}

span.highlited {
    color: #1D4596;
}

.map {
    height: 505px;
    width: 100%;
}

/* Gallery */

.lightboxOverlay {
    background: rgba(24, 27, 32, 0.8);
}

.lb-container {
    padding: 40px 50px 20px;
    border-radius: 0;
}

.lb-outerContainer {
    border-radius: 0;
}

.blueimp-gallery.blueimp-gallery-display {
    background: rgba(24, 27, 32, 0.8);
}

.blueimp-gallery {
    padding: 40px;
}

.blueimp-gallery .slides {
/*    background: #ffff00;*/
    margin-left: -40px;
}

.blueimp-gallery .inner {
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: -1;
}

.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    text-shadow: none;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    opacity: 0.8;
    border-radius: 0;
}

.blueimp-gallery>.next {
    right: 40px;
}

.blueimp-gallery>.prev {
    left: 40px;
}

.blueimp-gallery>.close {
    text-shadow: none;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    opacity: 0.8;
    border-radius: 0;
    padding: 0;
    right: 60px;
    top: 60px;
    margin: 0;
}

.blueimp-gallery>.title {
    bottom: 40px;
    top: auto;
    left: 40px;
    right: 40px;
    padding: 40px 50px 40px 50px;
    font-weight: normal;
    text-shadow: none;
    font-size: 13px;
    color: #333333 !important;
    line-height: 18px;
    background: rgba(255,255,255,0.5);
    text-align: center;
}

.blueimp-gallery>.title:hover {
    background: rgba(255,255,255,0.8);
}

.blueimp-gallery>.slides>.slide>.slide-content {
    height: 100%;
    padding: 40px 50px 40px;
}

.lb-data .lb-caption {
    font-weight: normal;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    padding: 0 50px 40px;
    display: block !important;
}

.lb-data {
}

.lb-dataContainer {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
}

.lb-data .lb-number {
    display: none;
}

span.lb-number {
    display: none !important;
}

.blueimp-gallery .modal-dialog {
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    margin: 0;
}

.blueimp-gallery .modal-content {
    border-radius: 0;
    box-shadow: none;
}

.blueimp-gallery .modal-header {
    border: none;
    padding: 20px;
}

.blueimp-gallery .modal-body {
    border: none;
    overflow: visible;
}

.blueimp-gallery .modal-footer {
    border: none;
    text-align: left;
    padding: 20px 50px 40px;
}

.blueimp-gallery h4.modal-title {
    font-weight: normal;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
}

.blueimp-gallery .carousel-control-main {
    position: absolute;
    z-index: 2000;
    top: 50%;
    margin-top: -55px;
    height: 110px;
    background: #F0F0F2;
    width: 32px;
    text-decoration: none !important;
}

.blueimp-gallery .carousel-control-main:hover {
    background: #e6e6e6;
}

.blueimp-gallery .carousel-control-close {
    background: #F0F0F2;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 23px;
    line-height: 23px;
    color: #1D4596 !important;
    margin: -20px -20px 0 0;
}

.blueimp-gallery .carousel-control-close:hover {
    background: #e6e6e6;
}

.blueimp-gallery .carousel-control-main span {
    color: #1D4596 !important;
    font-size: 36px;
    padding: 0px 0px 0 0px;
    margin-left: -3px;
    display: inline-block;
}

.blueimp-gallery .carousel-control-main.left {
    left: 0;
}

.blueimp-gallery .carousel-control-main.right {
    right: 0;
}

.blueimp-gallery .carousel-control-main.right span {
    padding: 0;
    margin-left: 0px;
}

.carousel.promo {
	margin-top: -50px;
}

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Partners */
.list .clients {
    width: 141px;
    position: relative;
    margin-left: 0px;
    margin-right: -141px;
}

.list .description {
    padding-left: 10px;
/*     margin-top: -4px; */
}

.project {
	width: 100%;
	height: 321px;
	overflow: hidden;
	margin-bottom: 10px;
}

.effect .capt {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
/*    background: rgba(0,0,0,0.5);*/
    pointer-events: none;
}

.effect .capt .inner-wrap {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
    z-index: 1001;
}

.effect .capt .inner {
    position: absolute;
    right: 0;
    top: 143px;
    display: inline-block;
    width: 375px;
}

.effect .capt .inner-bottom {
    position: absolute;
    right: 0px;
    bottom: 15px;
    display: inline-block;
    z-index: 1002;
}

.effect .capt p a {
    pointer-events: all;
}

.effect .capt {
	border-color: transparent transparent #007bff transparent;
}

.effect .capt::after {
    border-style: solid;
    border-width: 0 0 321px 900px;
    border-color: inherit;
    content:' ';
    display:block; 
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.effect .capt h2 {
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0;
	padding: 0 16px 10px 0px;
}

.effect .capt p {
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;	
	margin: 0;
	padding: 0 16px 0px 0px;
}

.effect .capt a {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	padding: 0;
}

/* Project effect */
.effect {
	position: relative;
	margin: 0 auto;
	list-style: none;
    height: 321px;
}

/* Common style */
.effect figure {
	position: relative;
/*	float: left;*/
    display: block;
	overflow: hidden;
/*	margin: 10px 1%;*/
/*
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
*/
	background: transparent;
	text-align: center;
	cursor: pointer;
}

.effect figure img {
	position: relative;
	display: block;
/*	min-height: 100%;*/
	max-width: 100%;
	opacity: 0.8;
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
/*	background: #000000;*/
    z-index: 910;
}

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate(-30px,0) scale(1.12);
	transform: translate(-30px,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    z-index: 100;
}

figure.effect-milo:hover img {
	-webkit-transform: translate(0,0) scale(1);
	transform: translate(0,0) scale(1);
}



.project-picture {
	width: 100%;
}

.project-picture img {
	width: 100%;
	height: auto;
}

.container.breadcrumbs {
	padding: 0px;
	background: #F0F0F2;
}

.breadcrumb {
	background: transparent;
	padding: 8px 10px 7px;
	margin: 0;
}

.breadcrumb li a {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.breadcrumb li span {
	font-weight: normal;
	font-size: 11px;
	color: #1D4596;
	line-height: 15px;
	text-decoration: none;
}

.breadcrumb > li + li::before {
	font-size: 11px;
	color: #333333;
}

.container.project-info {
	background: #005FA5;
	padding: 8px 20px 10px;
}

.container.project-info h2 {
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0;
	padding: 0 20px 0 0;
}

.container.project-info p {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	padding: 4px 0 0 0;
	margin: 0;
}

.container.text h2 {
	font-weight: 100;
    font-size: 32px;
    color: #333333;
    line-height: 43px;
    margin: 0;
    padding: 21px 0 0;
}

.container.text h2::after {
	display: block;
	content: ' ';
	height: 1px;
    width: 80px;
    background: #1D4596;
    margin-bottom: 12px;
    position: relative;
    margin-top: 4px;
}

.container.text p,
.container.text blockquote {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
	margin-bottom: 6px;
}

.container.text blockquote {
	padding-bottom: 6px !important;
}

.container.text p b {
	font-weight: bold;
}

.container.text ul {
	list-style: none;
}

.container.text ul li {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
}

.container.text ul li p::before {
	content: " ";
	height: 6px;
	width: 6px;
	display: block;
	border-radius: 40px;
	background: #1D4596;
	position: absolute;
	margin-top: 7px;
	margin-left: -15px;
}

.container.text ul li blockquote::before {
	content: " ";
	height: 6px;
	width: 6px;
	display: block;
	border-radius: 40px;
	border: 1px solid #1D4596;
	position: absolute;
	margin-top: 7px;
	margin-left: -15px;
}

/* Flipper */

.flipper-wrap {
	float: left;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	-moz-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	-o-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	
	width: 100%;
	margin-bottom: 10px;
}
.flipper-wrap:hover .flipper .back,
.flipper-wrap.hover .flipper .back{
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flipper-wrap:hover .flipper .front,
.flipper-wrap.hover .flipper .front{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flipper-wrap .flipper{
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-o-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	
	height: 320px;
	width: 100%;
}

.flipper-wrap .flipper .front,
.flipper-wrap .flipper .back{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
	
	height: 320px;
	right: 0;
	
	
	background: #F0F0F2;
	color: #18181F;
}

.flipper-wrap .flipper .front{
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.flipper-wrap .flipper .back{
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flipper-wrap .flipper .back .back-title{
	font-family: 'Circe-Regular';
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 20px;
	right: 5px;
}

.flipper .relative {
	position: relative;
	width: 100%;
	height: 100%;
}

.flipper .front .text-center {
	position: relative;
	padding-top: 120px;
}

.flipper .front .bottom,
.flipper .back .bottom {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.flipper .front .bottom a,
.flipper .back .bottom a {
	font-weight: bold;
	font-size: 11px;
	color: #1D4596;
	line-height: 15px;
}

.blue .flipper .front .bottom a,
.blue .flipper .back .bottom a {
	color: #ffffff;
}

.flipper .front p,
.flipper .back p {
	font-weight: normal;
	font-size: 18px;
	color: #18181F;
	line-height: 24px;
	padding: 30px 20px 0;
	word-wrap: break-word;
}

.blue .flipper .front p,
.blue .flipper .back p {
	color: #ffffff;
}

.service.blue .flipper-wrap .flipper .front,
.service.blue .flipper-wrap .flipper .back{
	background: #1D4596;
	color: #ffffff;
}

.flipper {
	cursor: pointer;
}

.service svg path {
 	fill: #1D4596; 
}

.service.blue svg path {
 	fill: #F0F0F2; 
}

.service .tile.block-pic {
	position: relative;
	cursor: pointer;
}

.service .tile.block-pic .bottom {
	position: absolute;
	bottom: 16px;
	right: 10px;
}

.service .tile.block-pic .bottom a {
	font-weight: bold;
	font-size: 11px;
	color: #1D4596;
	line-height: 15px;
	margin: 0;
	padding: 0;

}


.item.clients a.tile {
	position: relative;
	z-index: 1000;
}

span.date {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #727272;
	line-height: 19px;
}

p.more {
	margin-bottom: 30px;
}

p.more a {
	font-weight: bold;
    font-size: 11px;
    color: #1d4697;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

p.more a:hover {
	color: #2a59b6;
}

.hr.mini {
	margin-bottom: 6px;
}

p.mini {
	margin-bottom: 5px;
}

p.more.preview {
	margin-top: -5px;
}

.gray .tile {
	background: #F0F0F2;
}

.gray .tile {
	height: 320px;
	margin-bottom: 10px;
}

.table .gray {
/* 	padding: 0px 5px; */
}

.table .gray .tile {
	height: auto;
	margin-bottom: 10px;
}

.table.table-prices table {
	vertical-align: top;
}

.table.table-prices table td {
	vertical-align: top;
	width: 33.333333%;
	background: #F0F0F2;
	margin: 0 5px;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

.block-pic {
	position: relative;
}

.block-pic .pull-left {
	padding-left: 161px;
	padding: 30px 40px 0px 161px;
}

.block-pic .pull-left h4 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #18181F;
	line-height: 24px;
}

.block-pic .pull-left p {
	padding: 0;
	margin: 0;
	padding-top: 11px;
}

.block-pic .pull-left:first-child {
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
}

.table-prices .tile h3 {
	background: #1D4596;
	font-weight: normal;
	font-size: 18px;
	color: #F0F0F2;
	line-height: 24px;
	margin: 0 0 20px;
	padding: 28px 25px;
}

.table-prices .tile p {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
	margin-bottom: 6px;
}

.table-prices .tile p b {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

.table-prices .tile ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 34px;
}

.table-prices .tile ul li {
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
}

.table-prices .tile ul li p {
	padding: 0;
}

.table-prices .tile ul li p::before {
	content: " ";
	height: 6px;
	width: 6px;
	display: block;
	border-radius: 40px;
	background: #1D4596;
	position: absolute;
	margin-top: 7px;
	margin-left: -15px;
}


.table-prices .hr.big {
	width: 100%;
	margin-top: 14px;
	margin-bottom: 20px;
}

.table-prices p {
	padding: 0px 20px 4px 20px;
}

.table-prices .text-center {
	margin-bottom: 12px;
}

.table-prices td {
	padding-bottom: 10px;
}

.btn.btn-success {
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    background: #00980D;
    border: none;
    border-radius: 0;
    text-decoration: none;
    padding: 14px;
}


.btn.btn-success:hover {
    background: #019F0E;
}

.btn.btn-success:active {
    background: #00910C;
}

.ellipsis.service-tile {
	height: 49px;
	overflow: hidden;
}