/* BASIC PAGE SETUP ============================================================================= */

/* colors

light blue:
            R 118
            G 189
            B 229
            #76BDE5

dark blue:
            R 0
            G 54
            B 103
            #003667
*/


body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
  font-family: Verdana, sans-serif;
  line-height: 1.2em;
	color: #676767;
	background: #003667;
}

header h1,
header h2,
header p,
.weck {
  display: none;
}




/*  HEADINGS  ============================================================================= */
h1 {
	color: #333;
	margin-top: 10px;
	font-size: 1.7143em;
  font-weight: bold;
	line-height: 1.4em;
}

h2 {
	color: #333;
	margin-top: 50px;
	font-size: 1.4286em;
  font-weight: bold;
	line-height: 1.4em;
  padding: 2px 10px;
  /*background: #E0E8A4;*/
  background: #E7EDB9;
}

h3 {
	color: #333;
	margin-top: 30px;
	font-size: 1.2143em;
  font-weight: bold;
	line-height: 1.4em;
}

h4 {
	color: #444;
	margin-top: 18px;
	font-size: 1em;
  font-weight: bold;
	line-height: 1.4em;
  text-transform: uppercase;
}

footer h4 {
  margin-top: 20px;
	color: #c8e5f5;
  text-transform: none;
}

h5 {
	color: #555;
	margin-bottom: 1.25em;
	font-size: 1em;
  font-weight: bold;
	line-height: 1.4em;
/* 20 / 16 */
}

h6 {
	color: #666;
	font-size: 1em;
  font-weight: bold;
	line-height: 1.4em;
/* 16 / 16  */
}

p {
	color: #676767;
}

a, a:visited {
  color: #339CD9;
  text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover, a:active {
  color: #003667;
}

img {
    max-width: 100%;
}

/* FROM FROALA EDITOR */
img.fr-fil {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: auto;
  padding: 10px 10px 10px 3px;
  float: left !important;
}
img.fr-fil.fr-dib {
  float: none !important;
  margin-left: 0 !important;
}
img.fr-fir {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: auto;
  padding: 10px 3px 10px 10px;
  float: right !important;
}
img.fr-fir.fr-dib {
  float: none !important;
  margin-right: 0 !important;
}
img.fr-fin {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: auto;
  float: none;
}
img.fr-fin.fr-dib {
  padding: 10px 0;
}
img.fr-dib {
  vertical-align: top;
  display: block;
}


/*  PRODUCTS LAYOUT========================================================================= */
.blue-line {
  /*color: #2A4D6E;*/
  color: #6DA3CC;
}

.green-line {
  color: #609732;
}

.yellow-line {
  /*color: #FFDA00;*/
  color: #F6A900;
}

.red-line {
  color: #AA3939;
}

.purple-line {
  color: #582A72;
}



/*  MAIN LAYOUT============================================================================= */

.navcontainer {
  background: #fff;
  width: 100%;
  min-height: 70px;
  border-bottom: 2px solid #003667;
  z-index: 999999;
}

.navcontainer #logo {
  background: #fff url('/img/mutual-help-logo-small.jpg') center center no-repeat;
  width: 82px;
  height: 70px;
  float: left;
  margin-right: 2px;
}
.navcontent .container a #mutualhelp4you {
  background: #fff url('/img/mutual-help-for-you.png') center center no-repeat;
  width: 166px;
  height: 70px;
  float: right;
  margin-left: 2px;
}

nav {
  float: left;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  nav {
    float: none;
  }
}



header, .maincontainer {
    background: #76bde5;
}

header .container {
    padding: 0;
		line-height: 0.9;
}



/*.maincontainer .container:first-child {
    background: #fff;
    padding-top: 5px;
}*/
.maincontainer .container:last-child {
    background: #fff;
    padding-bottom: 35px;
}

.maincontainer .container .row {
    background: #ffffff;
    padding: 0 5px;
}

.maincontainer .container .row p {
    line-height: 2em;
}


.maincontainer .container .row ul,
.maincontainer .container .row ol {
	margin: 15px 0;
	padding: 0 0 0 24px;
}

.maincontainer .container .row ul > li,
.maincontainer .container .row ol > li {
    margin-bottom: 10px;
}

/*  CAROUSEL  ============================================================================= */

.container-carousel {
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.container-carousel .news {

	padding-bottom: 35px;

}

.container-carousel .item {
    /*background: rgba(255, 0, 0, 0.2);
    text-align: center;*/
    height: 320px !important;
}

.carousel h2 {
    margin-top: 0px;
    background: none;
}

.carousel a {
    color: #333;
}

.carousel a:hover,
.carousel a:focus {
    color: #339CD9;
}

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
    border: 1px solid #333;
}

.carousel-indicators .active {
    background: #333;
}

.carousel-control {
    width: 7%;
    min-width: 40px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}


footer {
	color: #fff;
	background: #003667;
  padding: 20px 0;
  line-height: 2em;
}

footer p {
  color: #fff;
}

footer strong {
	font-weight: bold;
}
footer a:link, footer a:visited {
	color: #76BDE5;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
