/* style */
/*
    Created on : Feb 10, 2016, 11:41:45 AM
    Author     : Mokarram
*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


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


.navbar-default .navbar-nav>.active>a {
    padding-top: 13px;
}

/* centers the menu, but makes the height of it larger due to the inline-block */
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
/* End of centered menu text */

#eventsheader {
    margin-bottom: 10px;
    text-align: center;
}

table {
    margin: auto;
    margin-bottom: 40px;
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16.5px;
    font-weight: 300;
}
.dark-bg{
    color: #fff;
}
.section{
    width: 100%;
    float: left;
    padding: 60px 0;
}

h1{
    font-size: 35px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    color: #820c3d;
    text-align: center;
}
h2{
    font-size: 27px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #820c3d;
}
h3{
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    color: #820c3d;
}
h4{
    font-size: 16.5px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: #820c3d;
}
.dark-bg h2{
    color: #fff;
}

/*header*/
.header{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.header-search input{
    width: 100%;
    max-width: 235px;
    background-color: #ebebeb;
    color: #6f6f6f;
    line-height: 45px;
    height: 45px;
    padding: 0 10px;
    float: right;
    margin-top: 65px;
    background-image: url(../images/ico-search.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    border: none;
}
.header-search input:focus{
    outline: inherit;
}

/*breadcrumb*/
.my-breadcrumb{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
}
.my-breadcrumb ul{
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.my-breadcrumb ul li{
    display: inline-block;
}
.my-breadcrumb ul li a{
    padding: 0 5px;
    color: #334c54;
    text-decoration: none;
}
.my-breadcrumb ul li.active a{
    color: #820c3d;
    font-weight: 700;
}
.my-breadcrumb ul li a:hover{
    text-decoration: none;
}
.my-breadcrumb ul li:after{
    content: ">";
}
.my-breadcrumb ul li:last-child:after{
    content: "";
    display: none;
}

/*navigation*/
.navbar{
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default {
    background-color: #820c3d;
    border-color: inherit;
    border: none;
    float: left;
    width: 100%;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 15px 37px;
    position: relative;
}
.navbar-default .navbar-nav>li>a:after{
    content: "|";
    position: absolute;
    right: 0;
    font-weight: 300;
    opacity: .4;
}
.navbar-default .navbar-nav>li:last-child>a:after{
    display: none;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    opacity: .8;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    font-weight: 500;
    border-top: 3px solid #9c9b9c;
    background-color: #820c3d;
    color: #fff;
}

.navbar-collapse {
    margin: 0 auto 0 auto;
}

.logo-cont{
        text-align: center;
    }

/*page title*/
section .pageheader{
    position:relative;
}

.page-title{
     background-image: url(/images/header-bg.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100px;
     width: 100%;
}
.page-title h1{

    float: left;
    padding: 0px;
    font-size: 62px;
    color: #fff;
    font-weight: 200;


    text-align: center;
}

/*hero*/
.hero{
    position: relative;
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 !important;
    overflow: hidden;
}
.dark-transparency{
    background-color: #2d2d2d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
}
.hero-text-cont{
    width: 100%;
    float: left;
    padding: 100px 0;
    text-align: center;
}
.hero-text-cont-sub{
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.hero-text-sub{
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 28px;
    padding: 15px 0 15px 0;
}

.hero-text{
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 36px;
    padding-left: 10px;
    padding-right: 10px;
}


 a.button, form .button {
    padding: 12px 35px 9px 35px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-top: 30px;
    display: inline-block;
    transition: ease 400ms;
    -moz-transition: ease 400ms;
    -webkit-transition: ease 400ms;
    -o-transition: ease 400ms;
    }
form .button{
    background-color:white;
    border-radius: 0px;
}

 a.button:hover, form .button:hover{
     background-color: #fff;
    color: #820c3d;
    text-decoration: none;
}

a.button2:hover, form .button2:hover{
    background-color: #820c3d;
    color: #fff;
    text-decoration: none;
}

/*welcome*/
.welcome{
    background-color: #820c3d;
    text-align: center;
}

.welcome.section{
    padding-bottom: 130px;
}

#homepageheading {
    font-size: 27px;
    font-weight: 300;
    margin-top: 60px;
    margin-bottom: 10px;
    color: #FFF;
}

.image-blocks{
    color: #fff;
    text-align: center;
    padding-bottom: 60px;
    width: 100%;
    float: left;
    background-color: #820c3d;
    min-height: 235px;
}
.the-image-block{
    width: 100%;
    max-width: 320px;
    margin-top: -60px;
    cursor: pointer;
}
.the-image-block img{
    width: 100%;
}
.the-image-block .image-title{
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
    font-weight: 400;
    color: #820c3d;
    font-size: 17px;
    transition: ease 400ms;
    -moz-transition: ease 400ms;
    -webkit-transition: ease 400ms;
    -o-transition: ease 400ms;
}
.the-image-block .image-title a{
    color: #820c3d;
}
.the-image-block:hover .image-title{
    background-color: #9C9B9C;
    color: #fff;
    text-decoration: none;
}
.the-image-block:hover a, .the-image-block .image-title a:hover{
   color: #fff;
    text-decoration: none;
}

.tafe img {
        margin-top: 30px;

}
/*table*/
.table-bordered{
    text-align: center;

}
td, th {
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
}


/*about*/
.about h1{
    text-align: center;
    margin-bottom: 35px;
}
.about-img{
    margin-top: 35px;
    width: 100%;
    max-width: 320px;
    float: right;
}

.about-text {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.about-text p{
    margin-bottom: 15px;
}
.about-text p span{
    font-weight: 700;
}
.about-img img{
    width: 100%;
    margin-bottom: 20px;
}
.more-about-cont{
    width: 100%;
    text-align: center;
}
.more-about-cont a, form .button2{
    color: #860037;
    border-color:  #860037;
}

.about-teampartner {
    margin-top: -5px;
}

/*.about-teampartner p{
    margin-bottom:2px;
}*/

.about-teampartner strong{
    padding-top: 20px;
}

.about-teampartner h2, .about-teampartner h3 {
    margin-top: 40px;
    margin-bottom:20px;
}



/*footer*/
.footer{
    padding: 30px 0 20px 0;
    background-color: #393738;
    border-bottom: 7px solid #860037;
    width: 100%;
    float: left;
}
/* MODAAL */

.modaal-content-container h1 {
    color: #333;
}

.modaal-content-container h3 {
    text-align: center;
}

/*social icons*/
.social-icons{
    margin-top: 70px;
}
.social-icons i{
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #9c9b9c;
    color: #fff;
    font-size: 18px;
    padding-top: 7px;
    margin-right: 10px;
    transition: ease 400ms;
    -moz-transition: ease 400ms;
    -webkit-transition: ease 400ms;
    -o-transition: ease 400ms;
}
.social-icons a:hover i{
    background-color: #820c3d;
}
.footer-social-icons{
    text-align: right;
}
.footer-social-icons i{
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    color: #393738;
    margin-right: 2px;
    font-size: 18px;
    padding-top: 7px;
    transition: ease 400ms;
    -moz-transition: ease 400ms;
    -webkit-transition: ease 400ms;
    -o-transition: ease 400ms;
}

.inline {
    /*width: 100%;*/
    float: left;
}
.inline ul{
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.inline ul li{
    display: inline-block;
}

.footitem {
    font-size: 12px;
    padding-left: 25px;
}

/*news*/
.news{
    width: 100%;
    float: left;
    padding: 20px 0;
    background-color: #ebebeb;
}
.news .news-text span{
    font-weight: 500;
    color: #820c3d;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    float: left;
    padding-right: 5px;
}
.news-text{
    width: 100%;
    position: relative;
    height: 40px;
    overflow: hidden;
}
.news-text ul{
    display: inline-block;
    list-style: none;
    padding: 0;
}
.news-text ul{
    line-height: 40px;
}
.news-text .bn-navi{
    float: right;
}
.bn-navi span i{
    padding: 5px 10px;
    border: 1px solid #860037;
    color: #860037;
    cursor: pointer;
    transition: ease 400ms;
    -moz-transition: ease 400ms;
    -webkit-transition: ease 400ms;
    -o-transition: ease 400ms;
}
.bn-navi span i:hover{
    background-color: #860037;
    color: #fff;
}
.mobile-fixed {
    display: inline-block;
}

/* contact form */
.contacttopspacing {
    margin-top: 40px;
    padding-left:15px;
}

.contactbotspacing, #submitBtn {
    margin-bottom: 40px;
}


/*------------begin responsive code ------------------------------------------*/





@media (max-width: 991px){

    .navbar-default .navbar-nav > li > a {
        padding: 15px 17px;
        font-size: 14px;
    }
    
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .news-text{
        height: auto;
    }
    .news-text ul{
        width: 100%;
        float: left;
        line-height: 24px;
    }
    .news-text .bn-navi{
        float: left;
    }
    .mobile-fixed {
        width: 100%;
    }

  
    #indeximage{
        float: none;
        margin: auto;
    }
   
}

@media (max-width: 767px){

    .footer{
        text-align: center;
    }
    .footer-social-icons span{
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 15px;
    }
    .footer-social-icons{
        text-align: center;
    }
    .the-image-block{
        margin-top: 20px;
    }
    .last-block{
        margin-bottom: 20px;
    }
    .welcome.section {
        padding-bottom: 60px;
    }
    .social-icons{
        display: none;
    }
    
    .col-xs-12 {
    width: 100% !important;
}

    .header-search input{
        margin-top: 0;
        position: absolute;
        z-index: 99;
        top: 13px;
        background-color: inherit;
        border: 1px solid #fff;
        display: none;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 5px;
    }
    .navbar-default .navbar-toggle{
        border: none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: #860037;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
        border-top: none;
    }
    .navbar-default .navbar-nav > li > a::after {
        display: none;
    }
    .navbar{
        min-height: 20px;

    }
     .navbar .navbar-collapse{

        text-align:left;
    }
    .navbar-default .navbar-toggle{
        margin: 0 10px;
    }
    .mobile-fixed {
        /*height: 47px;*/
    }
    .the-image-block {
        margin: 10px auto;
    }
    .about-img{
        float: none;
        margin: 0 auto;
    }


    .navbar .navbar-collapse li>ul>li {
        margin-left: 40px;
        border-bottom: 1px solid white;
    }
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
     color:white;
 }


 .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
     color: #ddd;
 }

}


@media (max-width: 480px){
    .hero-text-cont{
        padding: 70px 0;
    }
    .hero-text{
        font-size: 30px;
    }


}