﻿
h3,
.h3 {
    font-size: 19px;
}

.form-horizontal .form-group 
{
  margin-left: 0;
  margin-right: 0;
}

#mainNav
{
    color:#ffffff;
}

#mainNav a
{
    color:#ffffff;
}

#mainNav a:hover
{
    color:#e8e8e8;
}

#mainNav label
{
    margin-bottom:2px;
    display:block;
}

/*.panel-heading*/
/*{*/
    /*-moz-box-shadow:0 0 5px #000000;*/
    /*-webkit-box-shadow:0 0 5px #000000;*/
    /*box-shadow:0 0 5px #000000;*/
/*}*/

.panel
{
    -moz-box-shadow:0 0 20px #000000;
    -webkit-box-shadow:0 0 20px #000000;
    box-shadow:0 0 20px #000000;
    margin-bottom: 12px;
}

.navbar-form
{
    margin-top:4px;
    margin-bottom:4px;
}

.section
{
    background-color: #f2f4f4;
}

.section > .section-inner {
    position: relative;
}

.section > .section-inner > .section-content {
    padding-top: 50px;
    padding-bottom: 60px;
}

@media (min-width: 1023px)
{
    .section > .section-inner > .section-content
    {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

/*.section > .section-inner > .section-content .section-title {*/
  /*color: #222;*/
  /*text-transform: uppercase;*/
  /*padding-bottom: 40px;*/
/*}*/

@media (min-width: 1023px)
{
    .section > .section-inner > .section-content .section-title
    {
        padding-bottom: 10px;
    }
}

.section > .section-inner > .section-content .section-title > .main-title
{
    font-size: 35px;
    font-weight: 300;
}

.section > .section-inner > .section-content h1
{
    font-size: 20px;
}
.section > .section-inner > .section-content h2
{
    font-size: 15px;
}

.section > .section-inner > .section-content h3
{
    font-size: 12px;
}

.section > .section-inner > .section-content .section-title > .main-title
{
    font-size: 30px;
}

.section > .section-inner > .section-content .section-title > .sub-title
{
    font-size: 20px;
    font-weight: 300;
}

.section > .section-inner > .section-content
{
    padding-top: 10px;
    padding-bottom: 20px;
}

@media (min-width: 479px)
{
    .section > .section-inner > .section-content .section-title > .sub-title
    {
        font-size: 25px;
    }
    .section > .section-inner > .section-content .section-title > .main-title
    {
        font-size: 45px;
    }
    .section > .section-inner > .section-content h1
    {
        font-size: 25px;
    }
    .section > .section-inner > .section-content h2
    {
        font-size: 16px;
    }
    .section > .section-inner > .section-content h3
    {
        font-size: 12px;
    }
}

@media (min-width: 650px)
{
    .section > .section-inner > .section-content .section-title > .main-title
    {
        font-size: 30px;
    }
    .section > .section-inner > .section-content h1
    {
        font-size: 30px;
    }
    .section > .section-inner > .section-content h2
    {
        font-size: 18px;
    }
    .section > .section-inner > .section-content h3
    {
        font-size: 13px;
    }
}

@media (min-width: 767px)
{
    .section > .section-inner > .section-content .section-title > .main-title
    {
        font-size: 35px;
    }
    .section > .section-inner > .section-content h1
    {
        font-size: 35px;
    }
    .section > .section-inner > .section-content h2
    {
        font-size: 20px;
    }
    .section > .section-inner > .section-content h3
    {
        font-size: 15px;
    }
}

@media (min-width: 1000px)
{
    .section > .section-inner > .section-content .section-title > .main-title
    {
        font-size: 45px;
    }
    .section > .section-inner > .section-content h1
    {
        font-size: 45px;
    }
    .section > .section-inner > .section-content h2
    {
        font-size: 25px;
    }
    .section > .section-inner > .section-content h3
    {
        font-size: 20px;
    }
}

.section > .section-inner > .section-content .section-line
{
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #222;
}


.section > .section-inner > .section-content .section-line
{
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #222;
}

.section.section-bgtype-image
{
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.section.section-bgtype-image > .section-inner > .bg-overlay
{
    content: '';
    position: absolute;
    background-color: #000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    zoom: 1;
    opacity: 0.6;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}

.bg-register
{
    background-image: url("../resources/people.png");
}

.footer
{
    color: white !important;
    background-color: #373737 !important;
    border-color: #2b2b2b !important;
}

label
{
   font-weight:normal;
}

/*#imglife:hover {
  -webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}*/



