h1, h2{
    position:relative;
    display: inline-block;
	padding-bottom: 15px;
}


.full-width-content {
	width: 970px;
	margin: 0 auto;
}


a {

  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

a:hover {
	text-decoration: none !important;
}

ul, ol {
	padding: 0 !important;
}

ul li, ol li{
	list-style: none;
}

.header {
	min-height: 110px;
	background-color: #172a67;
	/* background-image: url("../image/navy.png"); */
}

.carousel {
  margin-bottom: 60px;
}

.carousel-inner > .item > img {
  width:100%;
  height:100%;
}


.header .row{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.header .cols {
	padding: 0;
}

.logo img {
	width: 230px !important;
    float: left;
    top: 28px;
    position: absolute;
}

.cars {
	top: 22px;
	position: relative;
	/*right: -70px;*/
	/*right: -15px;*/
	/*right: -80px;*/
	right: -160px;
	z-index: 999;
}

.cars img {
    width: 70px !important;
    position: relative;
    float: left;
    /*margin-right: 5px;*/
    margin-right: 18px;
    -webkit-transition: -webkit-transform 0.4s;
	-webkit-backface-visibility: hidden;
	outline: 0;
    transition: transform 0.4s;
    float: right;
}

.cars > a {
	outline: 0;
}

.cars img:hover,
.cars img.active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transform-origin: 50% 50%;
	-webkit-backface-visibility: hidden;
    width: 70px;
    position: relative;
}


.row img {
	width: 100%;
}

.icon_calendar {
	width: auto !important;
}

.bs-docs-section {
	margin-bottom: 60px;
}

.gallery div {
    padding-bottom: 15px;
}

.gallery a:hover {
	opacity: 0.7;
}

.link {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	cursor: pointer;
	background-color: none;
	background-image: none;
}

.link:hover {
	background-color: whitesmoke;
}


.link h3 {
	margin-bottom: 5px;
}

.link:hover img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.link img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.fa {
	color: #243c83;
	font-size: 18px !important;
}

.fa-file-pdf-o {
	margin-right: 6px;
}

.breadcrumb {
	margin-top: 30px !important;
}

.row .image {
	margin-bottom: 20px;

}

.tab-content p {
	margin-top: 10px;
}

footer {
	min-height: 230px;
	padding-top: 24px;
	color: #fff;
	background-color: #172a67;
	/* background-image: url("../image/navy.png"); */
}

footer a {
	color:#fff;
}

footer a:hover {
	color: #43ABC9;
}


footer .fa {
	margin-top: 20px;
	font-size: 30px !important;
	color: #fff;
}

footer .fa-chevron-right {
	font-size: 12px !important;
	margin: 0 4px 0 0 ;
	padding: 0 !important;
}

footer .fa-phone-square,
footer .fa-envelope,
footer .fa-location-arrow {
	font-size: 16px !important;
	margin-top: 0 !important;
	margin-right: 4px;
}

footer .fa:hover {
	color: #43ABC9;
}


.carousel-wraper {
	position: relative;
}


.border {
	border: 2px solid #ff0000;
	z-index: 1020;
	height: 50px;
    margin-bottom: 30px;
}

.nalogo {
    width:100px;
    height:50px;
    background-color:#ff0000;
    border: 1px solid #000;
	float: left;
}

.nanav {
    width:100%;
    height:50px;
    background-color:#00ff00;
    border: 1px solid #000;
	margin:0 auto  !important;
}

.naright {
	display: inline-block;
    width:200px;
    height:50px;
    background-color:#0000ff;
    border: 1px solid #000;
	float: right;
}

body.topbar .aggregator_slider {
	z-index: 100;
}

#myCarousel,
.aggregator_slider {
	overflow: hidden;
}

.clear-small {
	display: none;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/*
        .cars {
            display: none;
        }
    */

	.full-width-content {
		width: 100% !important;
	}

}

/* Medium Devices: Desktops */
@media only screen and (max-width : 992px) {
	#pseudo_header + .aggregator_slider > .aggregator_item > .carousel {
		margin-bottom: 0;	
	}
	.cars {
		top:36px !important;
	}
	.cars a img {
		width: 52px !important;
	}

}

@media only screen and (max-width : 842px) {
	.header .logo img {
		top: 36px !important;
		width: 188px !important;
	}
	.cars {
		right: -180px !important;
	}
	.cars a img {
		width: 45px !important;
	}
}

/* Small Devices: Tablets */
@media only screen and (max-width : 768px) {
	.header .logo img {
		top: 38px !important;
		width: 148px !important;
	}

	#pseudo_header + .aggregator_slider > .aggregator_item > .carousel {
		margin-bottom: 0;	
	}

	.cars {
		right: -170px !important;
	}

	.cars a img {
		width: 45px !important;
	}

	.link {
		padding-top: 0px !important;
		margin-bottom: 0px !important;
	}

	/*

        .dl-menuwrapper {
            top: -4px !important;
            position: absolute !important;
            right: 0 !important;
        }
    */

	footer .col-lg-3 {
		margin-bottom: 40px !important;
	}

}

/* Extra Small Devices: Phones */
@media only screen and (max-width : 600px) {
	.header {
		min-height: 170px !important;
		background-color: #172a67;
		background-image: none;
	}

	#pseudo_header + .aggregator_slider > .aggregator_item > .carousel {
		margin-bottom: 0;	
	}

	.clear-small {
		display: block;
		clear: both;
	}

	.col.cars {
		z-index: 1 !important;
        display: flex;
        width: 100%;
        min-width: 300px;
        position: relative !important;
        top: 60px !important;
        right: 0 !important;
        left: 0 !important;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0 6px 0 0;
	}

	.cars a img {
		width: 45px !important;
		margin: 0;
	}

	.cars img:hover, .cars img.active {
		margin-right: 0;
	}

	footer .col-sm-3 {
		margin-bottom: 50px;
	}

}
