@font-face {
    font-family: "oe";
	src: url("../fonts/oe.ttf") format('truetype');	   
}

@font-face {
    font-family: "oe";	
    src: url("../fonts/oe.otf") 
        format('otf');  
}

@font-face {
    font-family: "oe";
    src: url("../fonts/oe.woff") format('woff');
  }

@font-face {
    font-family: "oe";
    src: url("../fonts/oe.eot") format('eot');
  }  

    @font-face {
    font-family: "oe";
	src: url("oe.ttf") format('truetype');	   
}

@font-face {
    font-family: "oe";	
    src: url("oe.otf") format('otf');  
}

@font-face {
    font-family: "oe";
    src: url("oe.woff") format('woff');
  }

@font-face {
    font-family: "oe";
    src: url("oe.eot") format('eot');
    }  

@font-face {
    font-family: "oe-t";
	src: url("../fonts/oe-t.ttf") format('truetype');	   
}

@font-face {
    font-family: "oe-t";	
    src: url("../fonts/oe-t.otf") 
        format('otf');  
}

@font-face {
    font-family: "oe-t";
    src: url("../fonts/oe-t.woff") format('woff');
  }

@font-face {
    font-family: "oe-t";
    src: url("../fonts/oe-t.eot") format('eot');
  }  

    @font-face {
    font-family: "oe-t";
	src: url("oe-t.ttf") format('truetype');	   
}

@font-face {
    font-family: "oe-t";	
    src: url("oe-t.otf") format('otf');  
}

@font-face {
    font-family: "oe-t";
    src: url("oe-t.woff") format('woff');
  }

@font-face {
    font-family: "oe-t";
    src: url("oe-t.eot") format('eot');
    }  

body{
    margin: auto;
    max-width: 1400px;
}

.container{
    width: 96%;
    background-color: #fdfdfb;
    text-align: center;
}


a{ font-family: oe;
    color: #000000;  
    font-size: 18px;
}

a:hover{
    color: #ff8800;
}

.oehead {
    font-family: oe;
    color: #434242;
    font-size: 25px;
    margin: auto;
    top:30px;
   
}

.bg_black{
    background-color: black;
}

h1 {
    font-family: oe-t;
    font-size: 25px;
}


.text {
    font-family: oe-t;
    font-size: 17px;
    color: #434242;
    text-align: center;
    margin-left: 10px;
    margin-right: 0px;    
}
.text-i {
    font-family: oe-t;
    font-size: 17px;
    color: #434242;
    text-align: justify;
    margin-left: 10px;
    margin-right: 0px;    
}

.caps {
    text-transform: uppercase;
    font-weight: 600;
    color: #ff2800;
}

.redline{
    border-color: #ff2800;
}

.text-f {
    background-image: url(../pictures/bottom-banner.jpg);
    background-size: cover;
    font-family: oe-t;
    font-size: 17px;
    color: #fdfdfb;
    text-align: center;
    min-height: 80px;
    background-repeat: no-repeat;
    padding-top: 10px;
      
}

.text-a {    
    font-family: oe-t;
    font-size: 17px;
    color: #fdfdfb;
    text-align: right;
    float: right;
    padding-right:10px;
}

h5{
    color: #ff8900;
    font-size: 30px;
    font-family:oe;

}

h3{
    margin-top: 5px;
    font-size: 20px;
    font-family: oe;
    margin-left: auto;
    margin-right: auto;
}

h4{
    color: #fdfdfb;
    font-size: 15px;
    font-family:oe;
}

.btn-success{
    font-family: oe;
    background-color:#a7a2a2;
    border: none;
}

.btn:hover{
    background-color: #3b3b3a;
    color: #ff8900;
}

.btn:focus{
    background-color: #4b4b49;
    color: #ff8900;
}

.modal-dialog{
    background-color: transparent;
    
}

.modal-content{
    background-color: rgba(255,255,0,0.5)
     border-radius: 5px;
}

.img-wrapper{
    display: inline-block;
    overflow: visible;
    background-color: transparent;
}

.img-wrapper img{
     -webkit-transform: scale(1,1) 2s;
    -moz-transform: scale(1,1) 2s;
    -o-transform: scale(1,1) 2s;
    -ms-transform: scale(1,1) 2s;
    transform: scale(1,1) 2s;
    transition-timing-function:2s ease-out;
    transisition-duration: 2s;
    vertical-align: middle;
}

.img-wrapper img:hover{
    -webkit-transform: scale(1.05, 1.07) 2s;
    -moz-transform: scale(1.05, 1.07) 2s;
    -o-transform: scale(1.05, 1.07) 2s;
    -ms-transform: scale(1.05, 1.07) 2s;
    transform: scale(1.05, 1.07) 2s;
     transistion-duration: 2s;
    transition-timing-function: 2s ease-out;
}

.img-responsive {
    display: inline-block;
}

.center{
    margin: auto;
    padding: 0;
}

.carousel-control.left{
    background: transparent;
    }
    
    
.carousel-control.right{
    right:0;
    left:auto;
   background: transparent;
}


a.right{
    float: right;
    vertical-align: middle;
    text-align: right;
}

img{
    margin-top: 20px;
    margin-bottom: 5px;
}

.top {
    margin-top:0;
}

.footpic {
margin-top: 5px;
}

.banner-left {
    text-align:left;
}

.banner-right {
    text-align:right;
}

@media screen and (max-width:969px){

    img{
    margin-top: 20px;
    margin-bottom: 5px;
}
    
    .top {
    margin-top:0;
}
     h3{
     font-size: 30px; 
    }
    
}

@media screen and (min-width:1200px){
    
    .text{
        font-size: 22px;
    }
    
    .text-i{
        font-size: 22px;
    }
    
    .oehead{
        font-size: 40px;
        top:40px;
    }
    
    h1 {
    font-size: 30px;
    }
    
    h3{
        font-size: 25px; 
    }
    
    .top {
    margin-top:0;
}
    
    .btn-success {
        font-size: 23px;
    }
}