/* MAIN */

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700&subset=latin-ext');

html {
	overflow-x: hidden;
}
body {
	font-family: 'Raleway','Arial', sans-serif;
	color: #444;
	background: #fff;
	font-size: 18px;
	font-weight: 400;
}
p {
	line-height: 25px;
}
body.modal-open {
	padding-right: 0 !important;
}
h1 {
	position: relative;
	margin: 10px 0 15px 0;
	color: #134b6a;
	text-align: center;
	font-size: 48px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
.h1-text {
	font-size: 18px;
	color: #999;
	text-align: center;
	margin-top: -5px;
}
h2 {
	position: relative;
	margin: 10px 0 55px 0;
	color: #000;
	text-align: left;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 20px;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
h5 {
	font-size: 18px;
	color: #525252;
	font-weight: 300;
}
a, a:active, a:focus {
	text-decoration: none; 
	color: #333;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
a:hover	{
	text-decoration: none;
	color: #134b6a;
}
.btn.btn-default {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: transparent;
	color: #1e5371;
	border: 2px solid #1e5371;
	border-radius: 2px;
	padding: 14px 34px;
	-webkit-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-moz-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-ms-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	-o-transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
	transition: background 0.3s ease, color 0.3s ease 0s, border 0.3s ease 0s;
}
.btn.btn-default:hover {
	background: #1e5371;
	color: #fff;
}
.btn.btn-default:focus {
	background-color: #1e5371;
	color: #fff;
}
.error-404-wrapper {
	margin: 100px 0;
}
.error-404-wrapper .error-404 {
	text-align: center;
	font-size: 196px;
	color: #868688;
}
.error-404-wrapper .error-404-text .first {
	font-size: 50px;
	text-transform: uppercase;
	color: #212121;
	margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #212121;
	margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
	font-size: 18px;
	font-weight: 600;
	color: #807F7D;
}
.breadcrumb-wrapper {
	padding: 91px 0 103px;
	background-image: url("/design/breadcrumb-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.breadcrumb-wrapper.gallery-breadcrumb {
	background-image: url("/design/breadcrumb-gallery-bg.jpg");
}
.breadcrumb-wrapper .breadcrumb-title {
	font-size: 68px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #fff;
}
.breadcrumb-text {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.breadcrumb-path a {
	color: #999999;
}
.breadcrumb-path i {
	margin: 0 5px;
}
.index-news-snippet h3 {
	font-size:20px;
	text-align:left;
}
.contact-wrapper {
	padding: 0  0 40px 0 ;
}
.captcha-input {
	margin-top: 17px;
}
.has-feedback label ~ .form-control-feedback {
	top: 34px;
}
.form-group.no-label .form-control-feedback {
	top: 8px;
}
.contact-information-wrapper .contact-row {
	margin-bottom:10px;
}
.contact-information-wrapper .contact-row i {
	margin-right:8px;
}
.contact-information-wrapper .social-link i {
	color:#555;
	border-color:#555;
}
#map {
	height:500px;
}
#map h3 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 15px;
}
#map p {
	margin-bottom: 4px;
}
.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.one-page-gallery .one-page-gallery-item {
	margin-bottom: 30px;
	position: relative;
}
.one-page-gallery .one-page-gallery-item .image-overlay {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.one-page-gallery .one-page-gallery-item .image-overlay:after {
	display: block;
	position: absolute;
	content: "\f00e";
	font-family: FontAwesome;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.one-page-gallery .one-page-gallery-item:hover .image-overlay {
	opacity: 1;
}
.one-page-video .video-thumb {
	margin-bottom: 30px;
	position: relative;
}
.one-page-video .video-thumb a:before {
	content: "\f16a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #D32322;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.one-page-video .video-thumb a:hover:before {
	color: rgba(211, 35, 34, 0.8);
}

.loading-spinner {
	position: absolute;
	z-index:999;
	left:50%;
	top:90px;
	margin-left:-30px;
}
.grid-item {
	margin-bottom:15px;
}
.fluid {
	margin:0px -5px;
}
#fluid-wrapper {
	visibility:hidden;
}
#fluid-wrapper.fluid .item {
	margin: 30px 0.0% 5px 0.0%;
	padding: 0px 15px;
}
#fluid-wrapper.fluid .item img
{
	display: block;
	width: 100%;
	height: auto !important;
	opacity:1;
}
.center-col-wrapper {
	padding: 0 0 30px 0;
}
.pomoc-i-osiguranje-wrapper {
	padding: 70px 0 10px 0;
}
.pomoc-i-osiguranje-wrapper .text {
	background: #144577;
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-o-transition: background 0.2s;
	-ms-transition: background 0.2s;
	transition: background 0.2s;
	position: relative;
}
.pomoc-i-osiguranje-wrapper .text:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.pomoc-i-osiguranje-wrapper .one-item:hover .text {
	background: #18ba60;
}
.index-video {
	background-image: url("/design/index-video-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	color: #fff;
}
.index-video h2 {
	margin-top: 40px;
	color: #fff;
}
.index-video .text {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 25px;
}
.index-video .text p {
	margin-bottom: 20px;
}
.index-video .text p:last-child {
	margin-bottom: 0;
}
.index-osiguranja-list {
	padding: 70px 0 50px 0;
}
.index-osiguranja-list .panel-group .panel {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	border-top: 0;
	box-shadow: 0 -4px 0 #144577;
}
.index-osiguranja-list .panel-group .panel.osiguranjeImovine {
	box-shadow: 0 -4px 0 #004785;
}
.index-osiguranja-list .panel-group .panel.osiguranjeOdOdgovornosti {
	box-shadow: 0 -4px 0 #b998c7;
}
.index-osiguranja-list .panel-group .panel.osiguranjeMotornihVozila {
	box-shadow: 0 -4px 0 #57caf4;
}
.index-osiguranja-list .panel-group .panel.osiguranjeLica {
	box-shadow: 0 -4px 0 #0085fd;
}
.index-osiguranja-list .panel-group .panel.putnoOsiguranje {
	box-shadow: 0 -4px 0 #f8981d;
}
.index-osiguranja-list .panel-group .panel.osiguranjeRobeUTransportu {
	box-shadow: 0 -4px 0 #7ac142;
}
.index-osiguranja-list .panel-group .panel + .panel {
	margin-top: 30px;
}
.panel-default > .panel-heading {
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.panel-default > .panel-heading h4 {
	padding: 12px 20px;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	color: #535353;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}
.panel-default > .panel-heading h4:after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0px;
	right: -1px;
	height: 0;
	background: #144577;
	z-index: -1;
	-webkit-transition: height 0.1s;
	-moz-transition: height 0.1s;
	-o-transition: height 0.1s;
	-ms-transition: height 0.1s;
	transition: height 0.1s;
}
.panel-default > .panel-heading h4:before {
	content: '\f107 ';
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.panel-default > .panel-heading:hover h4 {
	color: #fff;
}
.panel-default > .panel-heading:hover h4:after {
	height: calc(100% + 1px);
}
.panel-default.osiguranjeImovine > .panel-heading h4:after {
	background: #004785;
}
.panel-default.osiguranjeOdOdgovornosti > .panel-heading h4:after {
	background: #b998c7;
}
.panel-default.osiguranjeMotornihVozila > .panel-heading h4:after {
	background: #57caf4;
}
.panel-default.osiguranjeLica > .panel-heading h4:after {
	background: #0085fd;
}
.panel-default.putnoOsiguranje > .panel-heading h4:after {
	background: #f8981d;
}
.panel-default.osiguranjeRobeUTransportu > .panel-heading h4:after {
	background: #7ac142;
}
.panel-default > .panel-heading.active h4 {
	color: #fff;
}
.panel-default > .panel-heading.active h4:after {
	height: calc(100% + 1px);
}
.panel-default > .panel-heading.active h4:before {
	content: '\f106  ';
}
.panel-default .panel-body ul {
	padding: 0 0 0 10px;
	font-size: 16px;
	list-style: none;
}
.panel-default .panel-body li {
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.panel-default .panel-body li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 13px;
	position: absolute;
	display: block;
	top: 3px;
	left: 0;
	height: 4px;
	width: 4px;
	background: transparent;
	border-radius: 50%;
}
.panel-default .panel-body li:last-child {
	margin-bottom: 0;
}
.index-news-wrapper {
	padding: 60px 0 40px 0;
}
.one-news {
	margin-bottom: 40px;
}
.one-news .text-wrapper {
	float: left;
	width: calc(100% - 78px);
}
.one-news .title {
	margin: 15px 0 13px 0;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.one-news .text {
	font-size: 15px;
	line-height: 25px;
}
.one-news .date {
	float: left;
	width: 60px;
	text-align: center;
	margin: 20px 18px 0 0;
}
.one-news .date .month {
	background: #144577;
	color: #fff;
	font-size: 14px;
	padding: 1px 0;
	font-weight: 400;
	text-transform: uppercase;
}
.one-news .date .day {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: -5px;
}
.one-news .date .year {
	border: 1px solid #e5e5e5;
	border-top: 0;
	font-size: 15px;
}
.first-section {
	padding: 40px 0 60px;
}
.first-section .text {
	text-align: center;
	font-size: 18px;
	padding: 0 100px;
}
.first-section .text p {
	margin-bottom: 30px;
}
.separator {
	width: 12px;
	height: 12px;
	border: 2px solid #19506e;
	border-radius: 50%;
	margin: 20px auto;
	position: relative;
}
.separator:before, .separator:after {
	content: '';
	display: block;
	position: absolute;
	left: -30px;
	width: 22px;
	height: 2px;
	background: #ddd;
	top: 50%;
	transform: translateY(-50%);
}
.separator:after {
	left: auto;
	right: -30px;
}
.second-section {
	background-image: url("/design/usluge-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0 30px;
}
.second-section .separator:before, .second-section .separator:after {
	background: #bbb;
}
.second-section .text {
	text-align: center;
	font-size: 18px;
	padding: 0 100px;
	margin-bottom: 40px;
}
.jedna-usluga {
	margin-bottom: 30px;
}
.jedna-usluga .icon {
	width: 100px;
	height: 100px;
	border: 2px solid #144c6b;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 27px auto;
}
.jedna-usluga .icon img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.jedna-usluga .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #134b6a;
	text-align: center;
	margin-bottom: 11px;
}
.jedna-usluga .snippet {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.third-section {
	background-image: url("/design/third-section-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0 56px;
	color: #fff;
}
.third-section .text {
	text-align: center;
	font-size: 22px;
	padding: 0 100px;
}
.third-section .text p {
	margin-bottom: 30px;
}
.third-section h1, .third-section .h1-text {
	color: #fff;
}
.third-section .separator {
	border-color: #fff;
}
.logos-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logos-wrapper .logo-wrapper {
	align-items: center;
	display: flex;
	height: 70px;
	justify-content: center;
	margin-bottom: 30px;
	width: 18%;
}
.galerija-slika-tekst {
	background: #134b6a;
	overflow: hidden;
}
.galerija-slika-tekst .flex-wrapper {
	display: flex;
}
.galerija-slika-tekst .left {
	width: 500px;
	position: relative;
	z-index: 3;
}
.galerija-slika-tekst .left:after {
	content:'';
	display: block;
	position: absolute;
	top: -210px;
	right: -72px;
	height: 110%;
	width: 137px;
	background: #134b6a;
	transform-origin: right bottom;
	transform: skewY(-70deg);
	z-index:2;
}
.galerija-slika-tekst .left .big-text {
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	margin: 42px 0 -2px;
}
.galerija-slika-tekst .left .small-text {
	font-size: 20px;
	color: #999;
	font-weight: 500;
	text-transform: uppercase;
}
.galerija-slika-tekst .right .top-div {
	font-size: 18px;
	padding: 38px 0 28px 90px;
	font-weight: 400;
	position: relative;
	z-index:1;
	line-height: 32px;
}
.galerija-slika-tekst .right .top-div:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 9999px;
	background: #eee;
	z-index: -1;
}
.galerija-slika-tekst .right .bottom-div {
	font-size: 15px;
	text-transform: uppercase;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index:1;
	text-align: right;
}
.galerija-slika-tekst .right .bottom-div:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 9999px;
	background: #f7f7f7;
	z-index: -1;
}
.galerija-slika-tekst .right .bottom-div a {
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
}
.galerija-slika-tekst .right .bottom-div a i {
	font-size: 30px;
	color: #134b6a;
	position: absolute;
	right: 0;
	top: -5px;
}
.owl-wrapper {
	padding: 0 0 0 362px;
}
.owl-wrapper .owl-stage {
	padding-left: 0!important;
}
.slide-item-padding {
	padding: 0 20px;
}
.index-gallery {
	padding: 48px 0;
}
.owl-wrapper .gallery-image {
	position: relative;
}
.owl-wrapper .gallery-image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(40, 46, 60, 0.8);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.owl-wrapper .gallery-image:hover:after {
	opacity: 1;
}
.owl-wrapper .gallery-image a {
	position: absolute;
	height: 65px;
	line-height: 65px;
	bottom: -70px;
	display: block;
	color: #fff;
	background: #134b6a;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	padding-left: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 2;
}
.owl-wrapper .gallery-image a:hover {
	opacity: 0.9;
}
.owl-wrapper .gallery-image a:after {
	content: '\f105';
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	font-size: 28px;
}
.owl-wrapper .gallery-image:hover a {
	bottom: 0;
}
.owl-wrapper .controls-wrapper {
	padding-left: 20px;
	margin-top: 30px;
}
.owl-wrapper .control {
	width: 60px;
	height: 60px;
	position: relative;
	display: block;
	float: left;
	background: #ccc;
}
.owl-wrapper .control:hover {
	background: #134b6a;
	cursor: pointer;
}
.owl-wrapper .control i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 34px;
}
.owl-wrapper .control.prev {
	margin-right: 10px;
}
.gallery-image-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.gallery-image-wrapper a {
	position: relative;
	display: block;
	width: 100%;
}
.gallery-image-wrapper a:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	background: rgba(40, 46, 60, 0.8);
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.gallery-image-wrapper a:after {
	content: '+';
	font-family: 'Roboto', sans-serif;
	font-size: 54px;
	font-weight: 100;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #72747b;
	opacity: 0;
	color: #72747b;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.gallery-image-wrapper a:hover:before, .gallery-image-wrapper a:hover:after {
	opacity: 1;
}
.flex-form-wrapper {
	display: flex;
}

.flex-form-wrapper .left-form-wrapper {
	width: 300px;
}

.flex-form-wrapper .right-form-wrapper {
	width: 100%;
	padding-left: 10px;
}

.flex-form-wrapper .form-group {
	margin-bottom: 10px;
}

.flex-form-wrapper .form-control {
	border-radius: 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-bottom: 0;
	height: 44px;
	font-size: 13px;
	color: #888888;
	font-weight: 400;
	padding-left: 15px;
}

.flex-form-wrapper textarea.form-control {
	height: 152px;
}

.flex-form-wrapper .captcha-input {
	width: 180px;
	height: 48px;
	border-radius: 2px;
	float: left;
	margin: 0 0 0 10px;
	padding: 7px 5px 7px 15px;
}

.flex-form-wrapper .form-captcha {
	border: 1px solid #e5e5e5;
	border-radius: 2px 0 0 2px;
	border-right: 0;
	float: left;
}

.flex-form-wrapper .refresh-captcha {
	background: #134b6a;
	width: 48px;
	height: 48px;
	text-align: center;
	padding: 0;
	border: 0;
	float: left;
	color: #fff;
	border-radius: 2px;
	margin-left: -2px;
}
.flex-form-wrapper .refresh-captcha:hover {
	background: #666;
}

.flex-form-wrapper .btn.btn-default.arrow-right.sendbtn {
	margin-top: 0;
	height: 48px;
	background: #134b6a;
	float: right;
	border: 0;
	color: #fff;
	padding: 11px 30px 10px 30px;
}

.flex-form-wrapper .btn.btn-default.arrow-right.sendbtn:after {
	background-position: top right;
	top: 17px;
}

.flex-form-wrapper .btn.btn-default.arrow-right.sendbtn:hover {
	background: #666;
}

.buttons-wrapper .btn.btn-default.prev-btn, .buttons-wrapper .btn.btn-default.next-btn {
	padding: 12px 30px;
	height: auto;
}

.buttons-wrapper .btn.btn-default.prev-btn:hover, .buttons-wrapper .btn.btn-default.next-btn:hover {
	background: #134b6a;
	border-color: #134b6a;
}

.buttons-wrapper .btn.btn-default.prev-btn {
	margin-right: 10px;
	padding-left: 60px;
}

.buttons-wrapper .btn.btn-default.prev-btn:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 15px;
	background: url("/design/long-arrow-left.png") no-repeat left top;
	width: 20px;
	height: 14px;
}

.buttons-wrapper .btn.btn-default.next-btn {
	padding-right: 60px;
}

.buttons-wrapper .btn.btn-default.next-btn:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 15px;
	background: url("/design/long-arrow-right.png") no-repeat right top;
	width: 20px;
	height: 14px;
}
.contact-text {
	text-align: center;
	margin: 40px 0 27px 0;
}
.contact-text .text {
	text-align: center;
	font-size: 18px;
	padding: 0 100px;
}
.form-control {
	border-radius: 0;
	height: 55px;
	box-shadow: none;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	padding-left: 20px;
	border: 1px solid #cecece;
	margin-bottom: 15px;
}
.contact-top-row {
	display: flex;
	background: #fff;
	margin-top: 60px;
}
.contact-top-row .contact-info {
	width: 35%;
}
.contact-top-row .map-wrapper {
	width: 60%;
}
.contact-top-row #map {
	height: 510px;
}
.contact-info {
	background: #134b6a;
	color: #fff;
}
.contact-info a {
	color: #fff;
}
.contact-info h3 {
	font-size: 26px;
	text-align: center;
	margin: 42px 0 15px 0;
}
.contact-info .separator {
	border-color: #fff;
}
.contact-info .separator:before, .contact-info .separator:after {
	background: #ddd;
}
.contact-info .text {
	padding: 0 35px;
	text-align: center;
}
.contact-info .text p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: -2px;
}
.row-contact-info {
	border-top: 1px solid #0d344a;
	border-bottom: 1px solid #2b5d79;
	height: 114px;
}
.row-contact-info.address {
	border-top: 0;
}
.row-contact-info.mail {
	border-bottom: 0;
}
.row-contact-info.tel {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.row-contact-info .icon {
	float: left;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 27px 20px 0 30px;
}
.row-contact-info .content {
	height: 114px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.right-col-item {
	display: flex;
	align-items: center;
	background: #f1f1f1;
	margin-bottom: 1px;
	padding: 30px 0;
	-webkit-transition: background 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s;
	-ms-transition: background 0.3s ease 0s;
	-o-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}
.right-col-item:hover {
	background-color: #134b6a;
}
.right-col-item:hover .icon {
	border-color: #fff;
}
.right-col-item:hover .icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.right-col-item:hover .title, .right-col-item:hover .snippet {
	color: #fff;
}
.right-col-item .icon {
	width: 120px;
	height: 82px;
	border: 1px solid #134b6a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 12px 0 20px;
	-webkit-transition: border 0.3s ease 0s;
	-moz-transition: border 0.3s ease 0s;
	-ms-transition: border 0.3s ease 0s;
	-o-transition: border 0.3s ease 0s;
	transition: border 0.3s ease 0s;
}
.right-col-item .icon img {
	max-height: 40px;
}
.right-col-item .title {
	font-size: 19px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	margin: -2px 0 2px 0;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
.right-col-item .snippet {
	font-size: 14px;
	color: #444;
	font-weight: 500;
	line-height: 18px;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	-ms-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
#Content h1 {
	text-align: left;
}