html, body{
    min-width: 1220px;
    font-family: 'Roboto', sans-serif;
    background: rgb(255,255,255);
    background: url("../images/bg.jpg") no-repeat center top;
    background-size: 1419px 508px !important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.alert {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.costum-row{
    width: 1200px;
    margin: 0 auto;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}
a{
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}
a:hover{
    opacity: 0.8;
}
.scale, .scale-easy{
    transition: all 0.4s ease 0s;
}
.scale:hover{
    transform: rotate(10deg) scale(0.8) !important;
}
.scale-easy:hover{
    transform: rotate(1deg) scale(0.95) !important;
}
.top-adress-r{
    margin-top: 20px;
    margin-bottom: 20px;
}
.top-adress{
    color: #052943;
    font-size: 16px;
    font-weight: bolder;
}
.top-adress i{
    margin-right: 10px;
    margin-left: 40px;
}
.top-h h1, .top-h h2{
    color: white;
    margin: 0;
}
.top-h h1{
    font-weight: 200;
    text-transform: uppercase;
    font-size: 42px;
    margin-top: 15px;
    text-shadow: 0px 0px 2px white;
}
.top-h h1 b{
    font-weight: 400;
}
.top-h h2{
    font-weight: 200;
    font-size: 26px;
    text-shadow: 0px 0px 2px white;
}
.top-h h2 b{
    font-weight: 400;
}
.main-menu ul li, .main-menu ul{
    margin: 0;
    padding: 0;
}
.main-menu ul{
    text-align: right;
    padding-top: 45px;
}
.main-menu ul li{
    display: inline;
}
.main-menu ul li a{
    display: inline;
    margin-left: -5px;
    padding: 18px 28px;
    background-color: #0B4E7B;
    border: 1px solid #0B4E7B;
    color: white;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    transition: none !important;
}
.main-menu ul li a:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #1492BB;
    right: 1px;
    top: 23px;
}
.main-menu ul li:last-child a{
    border-top-right-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b4e7b+0,0b4e7b+69,1e95bf+100 */
    background: #0b4e7b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #0b4e7b 0%, #0b4e7b 69%, #1e95bf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #0b4e7b 0%,#0b4e7b 69%,#1e95bf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #0b4e7b 0%,#0b4e7b 69%,#1e95bf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4e7b', endColorstr='#1e95bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main-menu ul li:last-child a:after{
    display: none;
}
.main-menu ul li:first-child a{
    border-top-left-radius: 3px;
}
.main-menu ul li a:hover, .main-menu ul li:last-child a:hover, .main-menu ul li a.active, .main-menu ul li:last-child a.active{
    opacity: 1;
    background-color: white !important;
    background-image: none;
    border-color: white !important;
    color: #023354;
    border-top: 7px solid white;
    z-index: 10;
}
.main-menu ul li a:hover:after, .main-menu ul li a.active:after{
    display: none;
}
.main-menu ul li a:hover:before, .main-menu ul li a.active:before{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 64px;
    background-color: white;
    left: -3px;
    top: -7px;
    z-index: 11;
}
.main-menu ul li:first-child a:hover:before, .main-menu ul li:first-child a.active:before{
    display: none;
}
.logo{
    margin-top: -80px;
    margin-left: 20px;
}
#carousel {
	margin-top: 17px;
	z-index: 20;
}
#carousel a:hover {
	opacity: 1;
}
#carousel .carousel-caption {
	top: 250px;
    left: 0;
	bottom: auto;
	right: auto;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	text-align: left;
	text-shadow: none;
}
#carousel .carousel-caption h1 {
	margin: 0;
    padding: 0;
	color: #0B4F7C;
    font-size: 38px;
    font-weight: 400;
    margin-left: 80px;
}
#carousel .carousel-caption h2 {
	margin: 0;
    padding: 0;
	color: #0B4F7C;
    font-size: 26px;
    font-weight: 200;
    margin-left: 80px;
}

.boxes-row{
    max-width: 1100px;
    margin: 0 auto;
}
.boxes-row .box{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: -30px;
    padding-top: 27px;
    opacity: 1 !important;
    position: relative;
    z-index: 99;
}
.subpage .boxes-row .box {
	height: 80px;
	overflow: hidden;
}
.boxes-row .box h2, .boxes-row .box h1{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.boxes-row .box h1{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
}
.boxes-row .box h2{
    font-size: 16px;
    font-weight: 300;
	margin-bottom: 17px;
}
.boxes-row .box img.main-img{
    width: 100%;
}
.boxes-row .box_1{
    background: url('../images/box_bg_1.png') no-repeat center top;
    background-size: 100%;
    color: #0D4D79;
}
.boxes-row .box_2{
    background: url('../images/box_bg_2.png') no-repeat center top;
    background-size: 100%;
    color: #19FDFF;
}
.boxes-row .box_3{
    background: url('../images/box_bg_3.png') no-repeat center top;
    background-size: 100%;
    color: white;
}
.boxes-row .box_4{
    background: url('../images/box_bg_4.png') no-repeat center top;
    background-size: 100%;
    color: white;
}
.boxes-row .box:after{
    content:"";
    display: block;
    width: 100%;
    height: 63px;
    background-color: #19FCFF;
}
.boxes-subsite .box{
    text-align: left;
    width: 290px;
    height: 80px;
    padding-left: 20px;
    margin-top: 1px;
}
.boxes-subsite .box_1{
    margin-top: -30px;
}
.boxes-subsite .box:hover{
    opacity: 0.8 !important;
}
.boxes-subsite .box:after{
    display: none;
}
.boxes-subsite .contact .img-map {
	margin-left: 100px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.boxes-row .box_2:after{
    background-color: #004DAB;
}
.boxes-row .box_3:after{
    background-color: #007290;
}
.boxes-row .box_4:after{
    background-color: #0C4E7B;
}
.boxes-row .box .icon-box{
    position: absolute;
    bottom: 0;
    left: 50%;
}
.boxes-row .box_1 .icon-box{
    margin-left: -40px;
}
.boxes-row .box_3 .icon-box{
    margin-left: -5px;
}
.boxes-row .box_4 .icon-box{
    margin-left: -35px;
    margin-bottom: 12px;
}
.subpage .boxes-row .box > .icon-box {
	display: none;
}
.boxes-shadow:after{
    content: "";
    position: relative;
    width: 100%;
    height: 79px;
    background: url('../images/shadow.png') no-repeat center top;
    top: -30px;
}
.sidebar-boxes > div {
	margin: 8px 0;
}

.title{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: black;
    margin-top: -30px;
}
.t_2{
    margin-top: 20px;
}
.title img{
    margin-right: 7px;
    margin-top: -3px;
}
.box_who{
    width: 314px;
    height: 124px;
    border: 1px solid #CBCBCB;
    display: block;
    margin-top: 10px;
    position: relative;
}
.box_who h2{
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 300;
    color: #0C4F7A !important;
    padding-left: 25px;
}
.who_1 h2{
    margin-top: 30px;
}
.who_2 h2{
    margin-top: 40px;
}
.who_3 h2{
    margin-top: 40px;
}
.box_who:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 24px;
    background: url('../images/triangle.png') no-repeat center center;
    top: 50%;
    left: 0;
    margin-top: -12px;
}
.box_who:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 141px;
    background: url('../images/who_shadow.png') no-repeat center center;
    top: 50%;
    right: -30px;
    margin-top: -70px;
}
.who_1{
    background: url('../images/who_1.jpg') no-repeat right -45px center;
}
.who_2{
    background: url('../images/who_2.jpg') no-repeat right -35px center;
}
.who_3{
    background: url('../images/who_3.jpg') no-repeat right -85px center;
}
.boxes-row hr{
    border-color: #B6C9D7 !important;
}
.home_p{
    color: black;
    margin-top: 20px;
    margin-right: 150px;
    line-height: 16px;
}
.map-icon{
    margin-top: 20px;
}
footer{
    margin-top: 20px;
}
footer a, footer a:hover {
	color: #fff;
}
.f-row{
    background: url('../images/footer.jpg') no-repeat center center;
}
.f-row img{
    margin: 15px 45px;
}
.f-row p{
    color: white;
    font-size: 12px;
    line-height: 14px;
    margin: 30px 20px;
}
.content{
    margin-bottom: 40px;
}
.boxes-subsite{
    margin-bottom: 40px;
}
.content h1, .content h2{
    color: #0A4E7D;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #0C4F7C;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
}
.content p{
    color: #0A4E7D;
    font-size: 13px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box_link{
    display: block;
    width: 310px;
    background-color: #19FDFF;
    padding: 10px 20px;
    margin-top: 1px;
    margin-left: 3px;
    color: #0B4E7B !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 14px;
    font-size: 14px;
}
.box_link i{
    margin-right: 10px;
    font-size: 20px;
    line-height: 14px;
    position: relative;
    top: 1px;
}
.boxes-subsite .box.active{
    opacity: 1 !important;
}
.boxes-subsite .box_1{
    background: url('../images/box_s_1.png') no-repeat center top;
}
.boxes-subsite .box_2{
    background: url('../images/box_s_2.png') no-repeat center top;
}
.boxes-subsite .box_3{
    background: url('../images/box_s_3.png') no-repeat center top;
}
.boxes-subsite .box_4{
    background: url('../images/box_s_4.png') no-repeat center top;
}

.form-group {
	margin: 10px 0;
}
.form-control {
	border-radius: 0;
}
button[type=submit] {
	border-radius: 0;
}

.foot-about {
	position: relative;
	margin-top: 60px;
}
.foot-about .img-pani {
	padding-top: 120px;
}
.foot-about > div {
	border-bottom: solid 1px #3E7BA8;
	padding-bottom: 0;
}

.mobile-menu {
	display: none;
}

#mobile_menu {
	display: none;
}

span.bigger {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

/*    RWD     */

@media screen and (max-width: 768px) {
	.row {
		margin: 0;
	}
	
	html,
	body,
	.costum-row {
		width: 100%;
		min-width: 300px;
	}
	
	.top-adress-r {
		display: none;
	}
	
	.logo {
		margin-top: 20px;
	}
	
	.img-pani {
		display: none;
	}
	
	.boxes-shadow > div {
		margin-top: 10px;
	}
	
	.mobile-menu {
		position: absolute;
		top: 0px;
		z-index: 100;
		margin-left: -15px;
		padding: 0
	}
	
	.mobile-menu ul {
		padding: 0;
		text-align: center;
	}
	
	.mobile-menu ul li {
		display: block;
		height: 56px;
		margin-bottom: 1px;
	}
	
	.mobile-menu ul li a{
		width: 100%;
		display: block;
		margin-left: 0;
		background: linear-gradient(45deg, #0b4e7b 0%,#0b4e7b 69%,#1e95bf 100%);
	}
	
	.mobile-menu ul li a:after {
		display: none;
	}
	
	#show-menu {
		display: block;
	}
	
	#carousel {
		margin-bottom: 20px;
	}
	
	#show_menu {
		font-size: 28px;
		background: none;
		outline: none;
		border: none;
		color: #fff;
	}
	
	.content img,
	.gallery img {
		width: 100% !important;
		height: auto !important;
	}
	
	.top-adress i {
		margin-left: 0;
	}
	
	.hidden-sm {
		display: none;
	}
	
	.subpage .boxes-row .box {
		height: auto;
	}
	
	#carousel .carousel-caption {
		top: 120px;
	}

}

@media screen and  (max-width: 543px) {
	.cat-box img {
		display: none;
	}
	
	.boxes-row .box:after {
		content: none;
	}
	
	.boxes-row .box_1 {
		background-color: #19FCFF;
	}
	
	.boxes-row .box_2 {
		background-color: #004DAB;
	}
	
	.boxes-row .box_3 {
		background-color: #007290;
	}
	
	.boxes-row .box_4 {
		background-color: #0C4E7B;
	}
	
	.boxes-row .box {
		margin: 0;
		padding: 15px;
	}
	
	.boxes-row .box h2 {
		margin: 0;
	}
	
	.boxes-shadow:after {
		content: none;
	}
	
	.subpage .boxes-row .box {
		height: auto;
		padding: 10px;
	}
	
	.title {
		margin-top: 20px;
	}
	
	.show-xs {
		display: block;
	}
	
	.boxes-subsite .contact .img-map {
		margin: 25px auto;
	}
	
	.xs-no-padding {
		padding: 0;
	}
	
	.box_link,
	.box_who {
		width: 100%;
	}
	
	.box_who:before {
		content: none;
	}
	
	.top-h h1 {
		font-size: 35px;
	}
}

@media (min-width: 992px) {
	.hidden-md {
		display: none;
	}
}