html {
    height: 100%;
}
body{
    font-size: 14px;
	line-height: 28px;
    font-family: 'Open Sans', sans-serif;

    position: relative;
    margin: 0;
    padding-bottom: 240px;
    min-height: 100%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.open-sans{
    font-family: 'Open Sans', sans-serif!important;
}

.navbar {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    z-index: 999;
    padding-top: 80px;
}
.navbar-default {
    background-color: transparent;
    border:none;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #d03333;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px;
    margin-top: -45px;
    font-size: 18px;
    line-height: 20px;
}

.w200{
   font-weight: 200!important;
}
.w300{
    font-weight: 300!important;
}
.w400{
  font-weight: 400!important;
}
.w600{
    font-weight: 600!important;
}
.top20{
    margin-top:20px;
}
.top200{
    margin-top:130px;
}


.dot{
    margin-bottom: 10px;
}




h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 33px;
    color: #3a3a3a;
	font-size: 24px;

}
h5{
    font-weight: 400;
    line-height: 25px;
    color: #3a3a3a;
}
.dashed{
    border-top: 1px dashed #cac9c9;
}
.btn{
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
.btn-danger {
    color: #fff;
    background-color: #d03333;
    border-color: #d03333;
    width: 120px;
}


.pad-bottom50{
    padding-bottom: 50px!important;
}
.red{
     color: #d03333!important;
}
.date{
    color: #b4b4b4!important;
    line-height: 40px;
}
.white{
    color: #fff;
}

p{
    line-height: 35px;
    margin: 0 0 40px;
    font-size: 14px;
    text-align: justify;
    color: #353b3e;
}
a{
    color: #d03333;
}
a:hover{
    color: #981313;
    text-decoration: none;
}
.top-image{
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}

.top0{
    margin-top:0px;
}
.img-center{
    margin: auto;
}
.img-full{
    width: 100%;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background: none;
    border-color: #337ab7;
    font-weight: 600;
}

footer{
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    background: #d03333;
    padding-top: 30px;
    padding-bottom: 30px;
    color:#fff;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
footer .title{
    font-size: 25px;
}
footer a{
    color: #fff;
	font-size: 17px;
}
footer a:hover{
    color: #000;
}






/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .logo{
        width: 100px;
    }
    .logo-contact{
        position: absolute;top: 79px;left:0px;
        width: 100px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .top-wrap {
        height: 340px;
    }
    .top-wrap-page{
        height: 160px;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 50px;
        color: #3a3a3a;
    }
    h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 24px;
    }
    h3{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 31px;
        color: #3a3a3a;
        font-size: 19px;
    }

    .main-text{
        color: #981313;
    }
    .top100{
        margin-top:30px;
    }
    .top-page{
        margin-top:90px;
    }
    .mid-bg {
        text-align: center;
        padding: 0px 0px 20px 0px;
        background: url(../img/index-mid-background.jpg);
        height: 292px;
        margin-top: 35px;
        margin-bottom: 25px;

    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .logo{
        width: 100px;
    }
    .logo-contact{
        position: absolute;top: 79px;left:0px;
        width: 100px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .top-wrap {
        height: 340px;
    }
    .top-wrap-page{
        height: 160px;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 50px;
        color: #3a3a3a;
    }
    h2 {
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 24px;
    }
    h3{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 31px;
        color: #3a3a3a;
        font-size: 19px;
    }
    .main-text{
        color: #981313;
    }
    .top100{
        margin-top:30px;
    }
    .top-page{
        margin-top:90px;
    }
    .mid-bg {
        text-align: center;
        padding: 0px 0px 20px 0px;
        background: url(../img/index-mid-background.jpg);
        height: 292px;
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .logo{
        width: 100%;
    }
    .logo-contact{
        position: absolute;top: 160px;left:0px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background: none;
    }
    .top-wrap {
        height: 380px;
    }
    .top-wrap-page{
        height: 260px;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 50px;
        color: #3a3a3a;
    }
    h2{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 30px;
    }
    h3{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 24px;
    }
    .main-text{
        color: #fff;
    }
    .top100{
        margin-top:60px;
    }
    .top-page{
        margin-top:90px;
    }
    .mid-bg {
        text-align: center;
        padding: 0px 0px 20px 0px;
        background: url(../img/index-mid-background.jpg);
        height: 292px;
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .logo{
        width: 100%;
    }
    .logo-contact{
        position: absolute;top: 160px;left:0px;
        width: auto;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background: none;
    }
    .top-wrap {
        height: 580px;
    }
    .top-wrap-page{
        height: 400px;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 50px;
        color: #3a3a3a;
    }
    h2{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 30px;
    }
    h3{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 24px;
    }
    .main-text{
        color: #fff;
    }
    .top100{
        margin-top:120px;
    }
    .top-page{
        margin-top:90px;
    }
    .mid-bg{
        text-align: center;
        padding: 40px 20px 20px 20px;
        background: url("../img/index-mid-background.jpg");
        height: 292px;
        margin-top:35px;
        margin-bottom:25px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .logo{
        width: 100%;
    }
    .logo-contact{
        position: absolute;top: 160px;left:0px;
        width: auto;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background: none;
    }
    .top-wrap {
        height: 580px;
    }
    .top-wrap-page{
        height: 400px;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
		font-size: 50px;
        line-height: 50px;
        color: #3a3a3a;
    }
    h2{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 38px;
    }
    h3{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 45px;
        color: #3a3a3a;
        font-size: 24px;
    }
    .main-text{
        color: #fff;
    }
    .top100{
        margin-top:120px;
    }
    .top-page{
        margin-top:90px;
    }
    .mid-bg{
        text-align: center;
        padding: 40px 20px 20px 20px;
        background: url("../img/index-mid-background.jpg");
        height: 292px;
        margin-top:35px;
        margin-bottom:25px;
    }
}
/* super Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {
    .logo{
        width: 100%;
    }
    .logo-contact{
        position: absolute;top: 160px;left:0px;
        width: auto;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        background: none;
    }
    .top-wrap {
        height: 880px;
    }
    .top-wrap-page{
        height: 550px;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 50px;
        color: #3a3a3a;
    }
    h2{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 30px;
    }
    h3{
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        line-height: 35px;
        color: #3a3a3a;
        font-size: 24px;
    }
    .main-text{
        color: #fff;
    }
    .top100{
        margin-top:220px;
    }
    .top-page{
        margin-top:220px;
    }
    .mid-bg{
        text-align: center;
        padding: 40px 20px 20px 20px;
        background: url("../img/index-mid-background.jpg");
        height: 292px;
        margin-top:35px;
        margin-bottom:25px;
    }
}







