@charset "utf-8";
/* CSS Document */

body{ 

    font-family: 'Droid Serif', serif;

 }
h1{  font-family: 'Droid Serif', serif; } 

.bs-slider h4{ color:#fff ; }
.bs-slider h3{ color:#fff ; font-size:36px; }

.bs-slider{ overflow: hidden; max-height: 700px; position: relative; background: #000000;}
/*.bs-slider:hover { cursor: -moz-grab; cursor: -webkit-grab;}
.bs-slider:active { cursor: -moz-grabbing; cursor: -webkit-grabbing;}
*/.bs-slider .bs-slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.40);}
.bs-slider > .carousel-inner > .item > img,.bs-slider > .carousel-inner > .item > a > img {    margin: auto;    width: 100% !important;}

/********************
*****Slide effect
**********************/

.fade {   opacity: 1;}
.fade .item { top: 0; z-index: 1; opacity: 0; width: 100%; position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 47%;
    bottom: 15%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ---------
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}-*/
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #fff;
	background-color:#1A8383 !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 15px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border-color: #1A8383 !important;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #1A8383;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff !important;
    background: transparent !important;
	border-color:#ffffff !important;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}




/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro);

/* Global */

.line-1{
    position: relative;
    top: 50%; 
    width: 17em ;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 17em !important;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.link {
    margin: 8% auto;
    width: 600px;
}

.link li a {
    color: #FFF;
    font-size: 12px;
    border-right: 1px solid #fff;
    padding: 0 5px;
	webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.link li a:hover { text-decoration:none; color: #1a8383; }
.link li { float:left; list-style:none; }
.header { background-color:#000; color:#FFF; height:300px; position:relative; width:100%; }
.header h1{ text-transform:uppercase; margin:0; }
.menu{ padding-top:20px; }
.top-link { float:right; margin:0; }
.top-link li{ float:left; padding:5px; list-style:none;  }
.top-link li a{  color:#FFF;-webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;  }
.top-link li a:hover{  color:#d8560f ; text-decoration:none;  }
.nav > li > a{ padding:6px;     -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.navbar-default {
    background-color: transparent; 
    border: none;
}
.navbar-default .navbar-nav > li > a {
	
	
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
   color: #d8560f !important;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
   color: #d8560f !important;
    background-color: transparent;
}
.navbar{ margin-bottom:0px; }
.gray{ color:#333;}


.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img{ width:100%; }
.carousel {
    position: relative;
    border-top: 10px solid #d8560f;
	border-bottom: 10px solid #ccc;
}
.carousel-control.left{ background-image:none !important }
.carousel-control.right{ background-image:none !important  }
.navbar-default .navbar-collapse, .navbar-default .navbar-form{ margin-top:10px; }

.middele h2{ 

    font-family: 'Anton', sans-serif;
	font-size: 36px;
 }
 .orange{ color:#d8560f ;}
 .about{  padding:50px 0; }
 .about p { text-align:justify; }
 .about h2{ margin-top:30px; }
  .about a{ color:#333; -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
   .about a:hover{ color:#ccc; text-decoration:none; }
   .border{ border-left:3px dotted #ccc; }
   
   .activities{ padding:30px 0; background-image: url(../images/bg3.jpeg) ; background-position:top; background-size:cover; background-attachment:fixed; color:#fff;  }
   
   .tile {
  width: 100%;
  height: 300px;
  margin: 0.5rem auto;
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
}
.tile::after {
  content: "";
  position: absolute;
  display: block;
  background-color:rgba(39, 39, 39, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}

.tile:hover::after,
.tile:focus::after {
  visibility: visible;
  opacity: 1;
}

.tile__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tile:hover .tile__media,
.tile:focus .tile__media {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.tile__content {
  top: 50%;
  right: 0;
  left:25%;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  font-size: 2rem;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tile:hover .tile__content,
.tile:focus .tile__content {
  visibility: visible;
  opacity: 1;
}

.wrapper {
  padding: 2rem;
}

.wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.footer{ padding:15px 0; background-color: #000; color:#FFF;   }
.top-link i {
    font-size: 18px;
}
.contact{ padding:30px 0; text-align:center; color:#FFF; background-image:url(../images/bg.jpg); background-size:cover; background-position:center; background-attachment:fixed; }
.contact img { max-width:180px; margin:auto; display:block; }
.news{ background-color:#d8560f ; padding:50px; color:#fff; }
.news h2{ margin-top:0px; }
  #ticker_container{margin-top:6px;}
    #newscontent {margin-right: 10px; float: left;}
    #newscontent a {color: #fff; font-size:16px; }
	 #newscontent a:hover { text-decoration:none;  }
    #news {display: none;}
    #controls { float: right; height: 16px;}
    #news {display: none;}
    .news_tricker{width:100%;}
	
	.icon {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    fill: #fff !important;
}
.team1{ padding:50px 0;  }

.#myCarousel1  .carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.#myCarousel1  .carousel-control {
	left: -12px;
}
.#myCarousel1  .carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.#myCarousel1  .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.#myCarousel1  .carousel-indicators li {
	background: #c0c0c0;
}
.#myCarousel1  .carousel-indicators .active {
background: #333333;
}

#myCarousel1 .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #000;
    height: 50px;
}

.team h2{ margin-top:0; }

.team h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.team .profile{
	margin-top: 25px;
}
.team .profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.team .profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.team .profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
	border: 2px solid #ccc;
}
.team .profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(253, 253, 253, 0.7);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.team .img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.team .profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.team .img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.team .img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #D8560F;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.team .img-box:hover:after{
	opacity: 1;
}
.team .img-box:hover ul{
	opacity: 1;
}
.team .img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.team .img-box a:hover li{
	border-color: #000;
	color: #000;
}
.team a{
    color:#D8560F;
}
.team a:hover{
    text-decoration:none;
    color:#519548;
}
.team i.red{
    color:#BC0213;
}
.team1 a {
    color: #333;
}