﻿body {
}

.header-bg-color {
    /*background-color: #ED6C1E !important;*/
    position: fixed !important;
}

.menulink {

    /*margin-top: 15% !important;*/
    /*border: solid 3px #ED6C1E;*/
    background-color: rgba(0, 0, 0, 0.7);

    /*border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;*/
    /*border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 15px 0px 15px 0px;
    -webkit-border-radius: 15px 0px 15px 0px;*/
}

.menulink a {
    font-size: 15px;
    color: white;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 0.2em;
    font-weight: bold;
}

.menulink a:hover {
    font-size: 15px;
    color: white;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    background-color: rgba(13, 0, 0, 0.5);
}

.menulink ul {
    float: left;

    text-decoration: none;
    list-style: none;
    padding: 0;

}

.menulink li {
    list-style: none !important;
    text-decoration: none;
    line-height: 40px;
}

.caption-style-1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;

}

.caption-style-1 li {
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;

}

.caption-style-1 li:hover .caption {
    opacity: 1;

}

.caption-style-1 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;

}

.caption-style-1 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;

}

.caption-style-1 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 220px;
    width: 285px;
    z-index: 5;
    position: absolute;

}

.caption-style-1 .caption-text h1 {
    text-transform: uppercase;
    font-size: 24px;

}

.caption-style-1 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 270px;
    height: 285px;
    text-align: center;
    top: 100px;

}

.hovereffect {
    /*width: 100%;*/
    /*width: 350px;*/
    height: 100%;

    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;

    background: #42b078;
    /*border: solid 4px #ED6C1E !important;*/
    /*border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;*/
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    /*opacity: 0.4;*/
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.boxShow {
    display: none;
}

.test {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    -moz-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    -webkit-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    -o-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    -ms-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
}

.img-responsive {
    margin-bottom: 0px !important;
}

.breadcrumb {
    margin-bottom: 0px !important
}

.pictureDiv {
    padding-top: 6em !important;
}

.panel-body a {
    font-family: MyriadPro-Regular;
    color: #1f1f1f;
    font-weight: bold;
    font-size: 14px;
    padding: 13.5px;
}

/*.panel-body a:hover {
    font-family: 'Roboto', sans-serif;
    color: #808080;
    font-weight: bold;
    background-color: #808080;
    padding: 5px;
    font-size:15px;
    color: white !important;
    background-color:#ef3f06 !important;
       padding:13.5px;
 
}*/

.panel-body a:hover {

    color: #808080 !important;


}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd !important;
}

p {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.75);
}


.caption-style-1 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.caption-style-1 li {
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.caption-style-1 li:hover .caption {
    opacity: 1;
}

.caption-style-1 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
}

.caption-style-1 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.caption-style-1 .blur {
    background-color: rgba(0, 0, 0, 0.65);
    height: 220px;
    width: 285px;
    z-index: 5;
    position: absolute;
}

.caption-style-1 .caption-text h1 {
    text-transform: uppercase;
    font-size: 24px;
}

.caption-style-1 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 270px;
    height: 285px;
    text-align: center;
    top: 100px;
}


.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.boxShow {
    display: none;
}

.test {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    -moz-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    -webkit-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    -o-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    -ms-transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
    transform: scale(2) rotate(2deg) translateX(2px) translateY(2px) skewX(2deg) skewY(2deg);
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.modal-header {
    border: none !important;
}

.modal-body {
    padding: 0 !important
}

.modal-footer {
    border: none !important;
}

.modal-title {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    color: #FF8220;
}

.breadcrumb a {
    color: #aeadad;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.breadcrumb a:hover {
    color: rgba(0, 0, 0, 0.65) !important;
    color: white;

}

.hoverlink li {
    line-height: 30px;
}


.pdficonDiv a {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3)
}

.pdficonDiv a:hover {
    background-color: #808080
}

@media (max-width: 1600px) {
    .pdficonDiv {
        text-align: left !important;
        right: -1.7em !important;
    }

    .pdfwrapDiv {
        top: 5.9em !important;
    }


}

@media (max-width: 1366px) {
    .pdficonDiv {
        text-align: right !important;
        right: -0.7em !important
    }

    .pdfwrapDiv {
        position: absolute !important;
        top: 7.9% !important;
        color: white !important
    }


}

/*.nav > li > a {
    position: relative;
    display: block;
     padding: 0 !important; 
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
border:none !important;



    background:none !important
}*/


/*@font-face {
font-family:"test12";
src: url("/fonts/GeosansLight.ttf") format("truetype");
}
.t2 {
font-family: "test12"; 
font-size:66px;
border-bottom:2px solid red
}*/
#menu td.active {
    /*background: #2c2b2e;*/
    background: red
}