a,a:hover, a:active, a:focus {
   outline: 0;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px !important;
	height:5px !important
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; 
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: rgba(133, 94, 38,0.8) !important; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(133, 94, 38,0.4) !important; 
}
html {scrollbar-face-color:#D6D7D6 ;
scrollbar-shadow-color: inset 0 0 6px rgba(0,0,0,0.3);
scrollbar-highlight-color:#EFEFEF;
scrollbar-3dlight-color: #FFFFFF;

scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color:  #000000;}
*{
    margin:0;
    padding:0;
}
a{text-decoration:none}


@font-face {
    font-family: "Book Antiqua";
    src: url(../fonts/Book Antiqua.otf);
    src:url(../fonts/Book Antiqua.ttf) format("truetype")
    font-weight: normal;
    font-style: normal
}
/*
body{
    background-color:#000 !important;
   font-family: 'Book Antiqua'!important;
    font-size: 34px;



    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	color:#fff;
  overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}*/
@-webkit-keyframes 
fill {  0% {
 width: 0%;
 height: 1px;
}
 50% {
 width: 100%;
 height: 1px;
}
 100% {
 width: 100%;
 height: 100%;
 background: #fff;
}
}
@keyframes 
fill {  0% {
 width: 0%;
 height: 1px;
}
 50% {
 width: 100%;
 height: 1px;
}
 100% {
 width: 100%;
 height: 100%;
 background: #fff;
}
}
@-webkit-keyframes 
fillColour {  0% {
 color: #fff;
}
 50% {
 color: #fff;
}
 100% {
 color: #333;
}
}
@keyframes 
fillColour {  0% {
 color: #fff;
}
 50% {
 color: #fff;
}
 100% {
 color: #333;
}
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  
  font-size: 100%;
  overflow-x:hidden !important
}
@media screen and (max-height: 468px) {}

.slides {
  width: 100vw;
  min-height: 200px;
  height:100vh;

  -webkit-transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
}

.slides .slide {
  height: 100% !important;
  width: 100vw;
min-height:400px;

  text-align: center;
  background-size: cover;
  padding-bottom:40px

}
.section{
    margin:0px;
    bottom:0px;
    width:100vw;
    float:left;
    height:100%;
   color:#fff;
     position:relative;
 


}
#section2{
margin-left:-1px

}
#section3{
margin-left:-1px
}
#section4{
margin-left:-1px
}
#section5{
margin-left:-1px
}
#section6{
margin-left:-1px
}
#section7{
margin-left:-1px
}
#section8{
margin-left:-1px
}

      pre {
          tab-size: 8;
      }
      
@media screen and (max-width: 768px) {
	  .navbar-brand img{max-width:40px; margin-top: -7px}
	  .side-collapse-container{
		  width:100%;
		  position:relative;
		  left:0;
		  transition:left .4s;
	  }
	  .side-collapse-container.out{
		  left:200px;
	  }
	  .side-collapse {
		  top:50px;
		  bottom:0;
		  left:0;
		  width:200px;
		  position:fixed;
		  overflow:hidden;
		  transition:width .4s;
	  }
	  .side-collapse.in {
		  width:0;
	  }
	  .nav > li > a {
		color:#fff
		}
		.navbar-inverse {
		 background-color: #B67829 !important;
		  border-color: #080808;
		  z-index:9
		}
		.footer_notrika{
			background-color:#B67829;
			padding-top:5px;
			padding-bottom:5px;
			}
			.slide{padding-top:70px}
		
			.logo_footer img{height:16px}
			.widthsad div a{margin-right:5px}
			.caption::before {
	display:none
}

.caption::after {
	display:none
	}
	.slides {
 
  min-height: 200px;
  height:100%;

}
.center_box{
	margin-top:70px}
	

}



	


@media screen and (min-width: 1200px) {
.nav > li > a {
    position: relative;
    display: block;
    padding: 35px 30px !important;
	line-height:0px !important;
	height:123px
}

}
.page_home h1{
	margin-top:10px;
	margin-bottom:40px
	
}


.about_pageone{
	min-height:100px;
	line-height:20px;
	margin-top:0px;
	text-align:justify;
	padding-right:5px
	}
	
	* {
  box-sizing: border-box;
}


.scrollContainer {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
 
  padding: 2rem;
}

.trigger {
  color: red;
}
.container{
	position:relative;}

.contain{
    position:relative;

    width:100%;
    height:100%;
}
 
.center_box{
   
    display: inline-block;
margin:0px auto;
    height:auto;
	left:0px;
	right:0px;

	

}
@media (max-height: 768px) {
.center_box{
	margin-top:150px !important
	}
}
@media (max-height:468px) {
.center_box{
	margin-bottom:150px !important
	}
}
@media (min-width: 768px) {
.center_box{
	margin-top:150px}
	.scrollContainer {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
 
  padding: 2rem;
}
.scrollContent{height:200px;  overflow-x: hidden;}
.scrollContentevent{height:370px; overflow-x: hidden;}	

}
@media (min-width: 768px) {
.line_one{height:119px}
.line_two{height:115px}
.line_three{height:102px}
.line_four{height:86px}
.line_five{height:77px}
.line_six{height:71px}



	.navbar-header{position:absolute}
	.navbar-brand img{
		max-width:80px;
		margin-top: -7px
		}
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
	
	
body{

	/*overflow-y:hidden*/
}
.flex-list {
    position: relative;

    overflow: hidden;
}
.flex-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
}
.flex-list li {
    flex-grow: 1;
    flex-basis: auto;

    text-align: center;
    border-right: 1px solid #855E26;

}
.flex-list li:last-child{

    border-right:none !important;

}
.navbar_tamasha{top:0px;position:relative;}
.navbar_tamasha .navbar-inverse{
	background: url(../img/header.png) no-repeat;
	background-size:100% 100% ;
	height:120px;
	background-color: transparent !important;
	border-color:none !important;
	 
}

.half-menu{
	background-image:url('../img/half-menu.png') ;
	 background-size:100%;
	background-repeat:repeat-x;
	top:0px;
	height:70px;
	position:absolute !important;margin-top:65px;
	}
	.footer{
	background-image:url('../img/footer.png') ;
	 background-size:100% 100%;
	background-repeat:repeat-x;

height:83px;


}
.footer_c{
	
	height:32px;
	background-color:rgba(175, 117, 41,0.4);
	z-index:9999999999;
	bottom:0px;
	position:absolute;
	line-height:30px;
	color:#CCAC84;
	width:100%;text-align:center
}
.logo_footer img{height:16px;}
.footer_mobile{
	text-align:center
	}
.footer_c a{
	color:#CCAC84 !important;
	margin-right:3px
	}
.widthsad div a{
	text-decoration:none !important;
	color:#CCAC84 !important
	}
.widthsad div a:hover{
	text-decoration:none !important;
	color:#B67829  !important
	}
}
.address{ min-height:50px;
text-align:left;
margin-bottom:20px;
color:#333
}
.address span{ margin-right:10px}




/* EFFECTS
===================================================== */
.roundedCorners {
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

.roundedCornersTop {
	-webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.roundedCornersBottom {
	-webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.boxShadow {
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

/* LAYOUT
===================================================== */

	
/* GALLERY
===================================================== */
.galleryItem {
	display: inline-block;
	position: relative;
	text-align:center;
	margin-bottom:10px !important	
}

.galleryItem img {
	width: 100%;
	height: 100%;
  border: solid 5px #C8892E !important;
}

.caption {
	position: relative;
  overflow: hidden;
	display: inline-block;


	z-index: 10;
}

.caption::before {
	content: attr(data-title);
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 50%;
  padding: 20px;

	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.7em;
	color:#C8892E;
	background: #fff;
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.caption::after {
	content: attr(data-description);
	position: absolute;
	bottom: -50%;
	left: 0;
	width: 100%;
	height: 50%;
  padding: 10px;

	font-size: .9em;
	font-weight: 400;
	line-height: 1.4em;
	color: #fff;
	background: #C8892E;
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.caption:hover::before {
	top: 0;
}

.caption:hover::after {
	bottom: 0;
}



#container {

 
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  background: #f4f4f4;
  margin-top:10px
  
  /*margin: -258px -188px;
  position: absolute;
  top: 50%;
  left: 50%;*/

}

#image {

  width: 100%;
  max-height: 150px;
  border-bottom: 4px solid #C8892E;
}


#stuff {
 color:#333;
  min-height: 40px;
  padding: 17px;
}
#separator {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  margin: 5px auto;
}

#datetaime {
  line-height: 30px;
  text-align: left;
height:40px;
   color: #84878e;
  font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
.button_readmore {margin-top:20px; text-align:left;margin-bottom:100px}
.button_readmore .readmore{
  display: inline-block;
  padding: 6px 12px;
	  color: #333;
 background-color:rgba(200, 137, 46,0.3);
  border:3px #C8892E solid;
  height:40px;margin-top:10px;line-height:20px;
  margin:0px auto;text-align:center;
  cursor:pointer
}
.button_readmore .readmore:hover{
background-color:rgba(200, 137, 46,0.4)
}
.frame_page{margin-top:100px;margin-bottom:100px;color:#333}
.title_innner h1{ margin-top:30px;margin-bottom:30px}
.date_email span{line-height:30px;min-height:40px;}
.date_email span img{margin-right:5px}
.content_departeman{min-height:200px;margin-top:20px;margin-bottom:40px;line-height:30px;text-align:justify;}