﻿/* -----------------------------------------
:: BODY 
----------------------------------------- */
body {
	background: #5B8DEC;
}
.main {
	background: #fff;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}
.section {
	padding: 0px 30px;
}
.header_top2--left-row2 {
	background: #000000;
}
.header_top2--left-row4 {
	background: #5B8DEC;
}

@media (max-width:991px)  {
body {
	padding: 0px 0 0 0;

}
.menupush-nav-trigger {
	left: 18px;

}
}


@media(min-width:992px) {
body {
	padding: 0px 0 0 0;
}


#myHeader {
	position: fixed;
	width: 1100px;
	z-index: 1;
	background: #fff;
}
.header-fixed {
	width: 100%;
	height: 110px;
}
.header_top2, .header_top2--left, .header_top2--center, .header_top2--right {
	height: 80px;
}
.header_top2--left-row1, .header_top2--left-row2, .header_top2--left-row3, .header_top2--left-row4, .header_top2--left-row5 {
	width: 100%;
}
.header_top2--left-row1 {
	height: 30px;
}
.header_top2--left-row2 {
	height: 5px;
}
.header_top2--left-row3 {
	height: 2px;
}
.header_top2--left-row4 {
	height: 30px;
}
.header_top2--left-row5 {
	height: 13px;
}
.header_top2--center {
	background: url(../graphics/header_top2--center.jpg) center center no-repeat;
}
.header_top2--logo {
	position: absolute;
	top: 0;
	left: 0;
}
.menu-top {
	position: relative;
	right: 5px;
	top: auto;
	float: right;
}
.menupush-nav-trigger {
	top: 80px;
}
.navbar {
	position: relative;
	min-height: 30px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}	
}	
	
.img-header {
	border-bottom: 10px solid #000000;
}
	
	
	
.divider {
	width: 100%;
	display: block;
	height: 15px;
	background: #5B8DEC;
}
.index-box-carousel__btn {
	background: #ffffff;
	border: 3px solid #5B8DEC;
	color: #5B8DEC;
	transition: all .3s ease;
	text-decoration: none;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 102px;
}
.section-inner {
	margin-bottom: 100px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}
/* -----------------------------------------
:: SOCIAL SECTION
----------------------------------------- */

/* -----------------------------------------
:: WELCOME SECTION
----------------------------------------- */
/* -----------------------------------------
:: INFO BOX CAROUSEL SECTION

    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Tangerine', cursive;
    font-family: 'Merienda One', cursive;

----------------------------------------- */
.section__info-box-carousel {
	margin: 0px;
}

@media (min-width:992px) {
.section__info-box-carousel {
	margin: 100px 0px;
}
}
