.event {
  z-index: 1;
  width: 32%;
  /*249px;*/
  position: relative;
  float: left;
  margin-right: 1%;
  /*14px;*/
}
.event .event-imgcontainer {
  display: block;
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.event img {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.event.last {
  margin-right: 0;
}
.event .content {
  clear: both;
  display: block;
  margin-top: 10px;
  color: #000;
}
.event .content:hover {
  color: #ff9000;
}
.eventdate {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 90px;
  background: rgb(0,180,234);
  background: rgba(0,180,234,0.8);
  -webkit-box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 6px 0px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 10;
  /*width: 60px;*/
  min-width: 60px;
}
.eventdate .day,
.eventdate .month {
  color: #fff;
}
.eventdate .day {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'ralewaylight';
  font-weight: 100;
  font-size: 3em;
  line-height: 1.1em;
  margin-top: 8px;
}
.eventdate .month {
  padding: 5px 8px;
  text-align: center;
}

.event-box a
{
  color: #000000;
  text-decoration: none;
}
.event-box a:hover {
  color: #0a9200;
}

body {}

.angular-google-map-container {
        height: 400px;
}

.newsContent2 {
	width:80%; 
}

.news-container img{
	width:100%;
}

.page-container .page-content .page-content-wrap .page-content-holder {
	width:80%;
}

.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}



.bottom-news a
{
  color: #000000;
  text-decoration: none;
}
.bottom-news a:hover {
  color: #0a9200;
}




.angular-google-map-container {
        height: 400px;
}
.text-justify {
  text-align: justify;
}


@media(max-width:767px)
{
  .sadeceTelefonGorunumu{
  display:flex !important;    
  }
   .gallery-cellx {
  height: 150px;
  }

}
@media(min-width:767px)
{
  .sadeceTelefonGorunumu{
  display:none !important;;
  }

}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }

.galleryx {
  
  height:100% !important;
}

.gallery-cellx {
  width: 32.5%;
  height: 330px;
  margin-right: 10px;
  
  counter-increment: gallery-cell;
}



/* cell number */
.gallery-cellx:before {
  display: block;
  
 
  line-height: 100%;
  font-size: 80px;
  color: white;
}


@media (max-width: 640px)
{
  .gallery-cellx {
  height: 100px;
  }
  
}
.slider-link-container{
  position: absolute;
  z-index: 999;
  background: rgba(0,0,0,0.6);
  right: 15px;
  cursor: pointer;
}









@media(min-width:200px)and (max-width:360px)
{  
  .footerLogoPhone{
  margin-left:-5px !important;
  }
  .telefonGorunumu{
  display:none;
  }
  .telefonGorunumuAdres{
  clear:none;
  }
}
@media(min-width:360px){
.telefonGorunumuAdres{
  clear:both;
  }

}
@media(min-width:767px){
  .tekSatirBosluk{
  height:20px !important;
  
  }
 .ciftSatirBosluk{
  height:25px !important;
  
  } 
  .telefonGorunumPaddingTop{
  padding-top:0;
  }
  .telefonGorunurRenk{
  color:#afb0b2 !important;
  }
}

@media(max-width:767px){
  .tekSatirBosluk{
  height:1px !important;
  }
  .ciftSatirBosluk{
  height:5px !important;
  
  }
  .telefonGorunumPaddingTop{
  padding-top:4px;
  }
  .telefonGorunurRenk{
  color:white !important;
  }
}



.separator {
    display: flex;
    align-items: center;
    text-align: center;
  
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}
.separator::before {
    margin-right: .25em;
}
.separator::after {
    margin-left: .25em;
}

  


.nav-tabs li {
	cursor:pointer;
  
}
.nav>li>a {
  color:#d4a941;
}

.leftpane a{
color:#d4a941;
}

/* set reference point */
.tab-animation .tab-content {
    position: relative;
}
/* set animate effect */
.tab-animation .tab-content .tab-pane{
    transition: 0.3s linear opacity;
}
/* overwrite display: none and remove from document flow */
.tab-animation .tab-content .tab-pane.active-remove {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}
/* opacity=0 when removing "active" class */
.tab-animation .tab-content .tab-pane.active-remove-active {
    opacity: 0;
  *transform: translateY(-100%); 
}
/* opacity=0 when adding "active" class */
.tab-animation .tab-content .tab-pane.active-add {
    opacity: 0;
  *transform: translateY(-100%); 
}

.slide-left {
  transition: all 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  *transition: all 0 linear;
  /* easeOutQuad */
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  *transition-timing-function: linear;
  /* easeOutQuad */
  transition-duration: 1s;
}
.slide-left.ng-enter {
  transform: translateX(-150%); 
  opacity: 0;
  color:red;
}
.slide-left.ng-enter-active {
  transform: translateX(0);
  opacity: 1;
  color:red;
}
.slide-left.ng-leave {
  transform: translateX(0); 
  opacity: 1;
}
.slide-left.ng-leave-active {
  transform: translateX(-150%);
  opacity: 0;
}
.text-justify {
  text-align: justify;
}

.flex-container2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-item2 h2 { 
  width: 100%;
}

.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top:10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top:10px;
}
.text-socailContainer a:last-child{
  margin-right: 0;
}


@media screen and (max-width: 600px) {
#bs-example-navbar-collapse-2 {
  min-width:100%; 
   display: none;
} 
  #content-right-panel
  {
    min-width:100%;
    margin-top:20px;
  }
} 
html {
  scroll-behavior: smooth;
}


                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  


.open > .dropdown-menu {
  border: none;
}
.mobilMenu {
  margin-bottom: 2px !important;
  width: 100% !important;
  background-color: white !important;
  padding-left: 0px !important;
}
.fa-search {
}
.top_headerBorder {
  border-bottom: 0 !important;
}

.li-border {
  border-bottom: solid 1px white;
}
.menuBaslik {
  background-color: transparent !important;
  background: linear-gradient(to bottom, #6660 5%, #6660 100%);

  color: #21316a !important;
  font-weight: bold !important;
}
.menuBaslik:hover {
  background-color: transparent !important;

  color: #21316a !important;
  font-weight: bold !important;
}
.navbar-toggle {
  margin-bottom: 20px !important;
}
.dropdown-language {
  min-width: unset;
  padding: 5px;
}
.btn-ar.btn-primary {
  background: linear-gradient(to bottom, #11253e 5%, #11253e 100%);
  border-color: linear-gradient(to bottom, #11253e 5%, #11253e 100%);
}

.navbar {
  background-image: linear-gradient(to top, #11253e, #d5aa41);

  padding-top: 20px;
  padding-bottom: 10px;
}
.btn-language {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

#ar-brand:hover {
  color: #e2e2e2 !important;
}
#contact-us:hover {
  color: #e2e2e2 !important;
}
#contact-us: {
  color: white !important;
}
.language.flag {
  height: 20px;
}
.btn-language .language.flag {
  margin-left: 10px;
  cursor: pointer;
}
.navbar-brand {
  margin: 0 !important;
  padding: 5px 0 !important;
  height: unset !important;
}

.navbar-brand img.logo {
  width: 455px !important;
  margin-left: 10px !important;
}

.nav.navbar-nav.navbar-right {
  bottom: 0 !important;
  position: absolute !important;
  right: 0px !important;
}
.sb-icon-navbar.sb-toggle-right {
  display: none !important;
}

.navbar-nav > .open > a,
.navbar-nav > li > a:hover {
  background-color: white !important;
  background-image: unset !important;
  color: white !important;
}

.top-nav {
  z-index: 999;
  color: white;
  background-color: #11253e !important;
}
.top-nav .dropdown a {
  padding: 2px 8px;
  color: white !important;
}
.top-nav .dropdown a i {
  font-size: 0.9em;
  color: white;
}

.dropdown-menu > li > a {
  color: white;
  background-color: #21316a !important;
}
.dropdown-menu > li. :active {
  color: white;
  background-color: #21316a !important;
}
.dropdown-menu > li > a:hover {
  background-image: linear-gradient(to top, #ffffff, #ffffff) !important;
}
.dropdown-menu > li > a:active {
  background-image: linear-gradient(to top, #ffffff, #ffffff) !important;
}
.homepage:hover {
  color: #e2e2e2 !important;
}
.homepage: {
  color: white !important;
}

.navbar-header {
  position: relative;
}
.navbar-header .navbar-toggle {
  right: 15px;
  left: unset;
  bottom: 0;
  top: unset;
  height: 40px;
  min-width: 32px;
  color: white;
  background-color: white !important;
}

.nav .dropdown > a:after {
  display: none;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.logo {
  float: left;
  margin-right: 10px;
}
.hook {
  width: 100px !important;
  *display: none;
}
.hook-link {
  float: left;
}
@media (min-width: 200px) and (max-width: 350px) {
  .mobileGorunumSolaYasla {
    margin-left: 30px !important;
  }
}

@media (min-width: 1138px) {
  .mobileGorunumSocialHeader {
    margin-left: 0 !important;
    width: 100% !important !important;
  }
  .mobileGorunumSolaYasla {
    float: left !important;
  }
  .mobileGorunumSagaYasla {
    float: right !important;
  }
  .headerLogoPhone {
    width: 90% !important;
  }

  .navbar-default .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 8px;
    background-color: transparent !important;
    color: #21316a;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: white !important;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 15px !important;
    color: #21316a !important;
    background-color: transparent !important;
  }
  .navbar-default .navbar-nav > li.dropdown > a:hover {
    color: white !important;
    background-image: linear-gradient(to top, #6660, #6660) !important;
  }
  .headerHeightPhone {
    height: 180px !important;
    margin-top: 0;
  }
  .headerlogoPhoneTR {
    width: %40 !important;
  }
  .navbar-default .navbar-nav > li.dropdown > a:active {
    background-image: linear-gradient(to top, #ffffff, #ffffff) !important;
  }
}

@media (max-width: 1138px) {
  .mobileGorunumSocialHeader {
    margin-left: 0 !important;
    width: 332px !important;
  }
  .mobileGorunumRemove {
    display: none !important;
  }
  .mobileGorunumSolaYasla {
    float: left !important;
  }
  .mobileGorunumSagaYasla {
    float: right !important;
  }
   .mobileGorunumCenter {
    margin: 0 auto !important;
    padding-left: 100px;
  }
  .headerLogoPhone {
    width: 73% !important;
  }

  .nav.navbar-nav.navbar-right {
    position: unset !important;
  }
  .slider-link-container {
    display: none;
  }
  .navbar-header img.eniyi {
    display: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 8px;
    background-color: transparent !important;
    color: #21316a;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background-image: linear-gradient(to top, #11253e, #11253e) !important;
  }

  .headerlogoPhoneTR {
    width: %100 !important;
  } 
  .headerLogoPhoneTR {
    width: 57% !important;
  }
}

@media (max-width: 1199px) {
  .ar-brand img.max {
    display: none;
  }
  .ar-brand img.min {
    display: block;
  }
}
@media (min-width: 1138px) {
  .ar-brand img.max {
    display: block;
  }
  .ar-brand img.min {
    display: none;
  }
}

@media screen and (max-width: 699px) and (min-width: 470px) {
  .container .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nav > li > a {
    color: #11253e !important;
  }
  .headerHomePageContactButtons {
    margin-top: 40px !important;
  }
  .mobileGorunumForHeader {
    margin-bottom: 10px !important;
  }
  .headerLogoPhoneTR {
    width: 85% !important;
  }
  .mobileGorunumSocialHeader {
    width: 470px !important;
  }
  .headerHomePageContactButtons {
    width: auto !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 990px) and (min-width: 700px) {
  .headerLogoPhoneTR {
    width: 70% !important;
  }
  .mobileGorunumForHeader {
    margin-right: 140px !important;
  }
  .headerHeightPhone {
    height: 235px !important;
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
  .headerLogoPhoneTR {
    width: 70% !important;
  }
  .mobileGorunumForHeader {
    margin-right: -219px !important;
  }
  .headerHeightPhone {
    height: 235px !important;
    margin-top: 0;
  }
}





.monthly-day-event {
  padding-top: 0 !important;
}
.linkBar {
  background-color: #21316a !important;
  color:white;
}
.linkBar>.row{
  margin-left:0 !important;
  margin-right:0 !important;
}

a.feature-icon
{
	border-right: 1px solid #757575;
	padding:10px;
  	color:unset;
  	width:20% !important;
    min-width:20% !important;
  background-color:#21316a;
}	

a.feature-icon:first-of-type {
    border-left:0;
}
a.feature-icon:last-of-type {
    border-right:0;
}

a.feature-icon:hover {
    color: #fff;
    
}
a.feature-icon h4
{
	color:white;
}
.red-font {
	color:red;
}


@media (max-width: 991px) {
  .feature-icon i {
    font-size: 1.8em;
  }
  .feature-icon h4 {
    font-size: 1.0em;
  }
}
@media (min-width: 776px) {
  .feature-container{
    height:136px;
  }
  .feature-container> a{
     padding-top: 20px;
  }
  
  
}
@media (max-width: 591px) {
  a.feature-icon {
    padding-left:10px;
    padding-right:10px;
  }
}


@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1.2, 1.2);
}
 100% {
 -webkit-transform: scale(1, 1);
};
}

@keyframes pulse {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.2, 1.2);
}
 100% {
transform: scale(1, 1);
};
}

.pulse {
	*background: red;
	*width: 20px;
	*height: 20px;
	-webkit-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

#test:hover {
	-webkit-animation: none;
	animation:none;
}



.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}
body {
}
.notice-box a
{
  color: #000000;
  text-decoration: none;
}
.notice-box a:hover {
  color: #0a9200;
}
.notice-box .media-heading
{
  border-left: 2px solid #0a9200;
  padding-left: 5px;
  white-space: nowrap;
}
.notice-box .media-heading span
{
  margin-right:10px;
  font-weight: bold;
}
.notice-box hr
{
  margin:0;
  border-top: 1px solid #efefef;
  margin-top:10px;
}

.text-justify {
  text-align: justify;
}

.flex-container2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-item2 h2 { 
  width: 100%;
}

.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top:10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top:10px;
}
.text-socailContainer a:last-child{
  margin-right: 0;
}


.form-control.ng-invalid {
    border: 1px solid #ff9c9c;
}
/* Gallery */
.gallery {
  float: left;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  *width: 25%;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
}
.gallery .gallery-item .image {
  width: 100%;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-item .image a {
  display: block;
}
.gallery .gallery-item .image:after,
.gallery .gallery-item .image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.gallery .gallery-item .image:before {
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.gallery .gallery-item .image img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.gallery .gallery-item .image .gallery-item-controls {
  position: absolute;
  right: -60px;
  top: 3px;
  display: block;
  list-style: none;
  padding: 0px;
  z-index: 2;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.gallery .gallery-item .image .gallery-item-controls li {
  float: left;
  list-style: none;
  background: #FFF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
}
.gallery .gallery-item .image .gallery-item-controls li .check {
  margin: 4px 0px;
}
.gallery .gallery-item .image .gallery-item-controls li .icheckbox_minimal-grey {
  margin-right: 0px;
}
.gallery .gallery-item .image .gallery-item-controls li a,
.gallery .gallery-item .image .gallery-item-controls li span {
  font-size: 17px;
  color: #BBB;
}
.gallery .gallery-item .image .gallery-item-controls li a:hover,
.gallery .gallery-item .image .gallery-item-controls li span:hover {
  color: #656d78;
}
.gallery .gallery-item .image .gallery-item-controls li:first-child {
  -moz-border-radius: 0px 0px 0px 3px;
  -webkit-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}
.gallery .gallery-item .image .gallery-item-controls li:hover {
  background: #F5F5F5;
}
.gallery .gallery-item .meta {
  color: #656d78;
  margin-top: 5px;
  line-height: 16px;
  padding: 0px 5px;
}
.gallery .gallery-item .meta strong {
  display: block;
  font-weight: 600;
  font-size: 13px;
}
.gallery .gallery-item .meta span {
  display: block;
  color: #99a0aa;
}
.gallery .gallery-item:hover .image .gallery-item-controls {
  right: 3px;
}
.gallery .gallery-item.active .image {
  -moz-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
}
.gallery .gallery-item.active .image .gallery-item-controls {
  right: 3px;
}
/* end Gallery */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
body {
}

body {}
.newsContent2 {
	width:80%; 
}

.news-container img{
	width:100%;
}

.page-container .page-content .page-content-wrap .page-content-holder {
	width:80%;
}

.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}



.bottom-news a
{
  color: #000000;
  text-decoration: none;
}
.bottom-news a:hover {
  color: #0a9200;
}


.img-circle {
  width:200px;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container .flex-box{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-box a:hover {
  text-decoration : none;
}
.highlight-section a{
  text-decoration : none;
}
.highlight-section p{
  color:black;
}


.event-container{
  border:1px double #00733e;
  margin:10px 0;
  padding:0;
  border-left: 5px solid #63d65a;
}
.event-container a:hover,a:focus,a:active {
  text-decoration:none !important;
}
.event-container img {
  width:100%;
}
.event-container .event-img{
  padding-left:0;
  padding-right:0;
}
.s98, .t98 {
  display: table-cell;
  font-size: 12px;
  padding: 0 9px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}
.s98, .t98, .u98, .v98 {
  font-weight: 600;
  text-transform: uppercase;
}
.s98, .s98:visited, .u98, .u98:visited {
  color: #0a9200;
}
.s98:hover, .u98:hover {
  color: #147e64;
}
.s98:active, .u98:active {
  color: #20486d;
}
.o98, .p98 {
  display: table;
  margin: 20px auto 0;
  position: relative;
  border-radius: 50%;
  *background-color: #E8E9EE;
}
.p98::after {
  -webkit-animation: AutoloadingPostsGridMoreLoadingIndicatorAnimation 2s infinite ease;
  animation: AutoloadingPostsGridMoreLoadingIndicatorAnimation 2s infinite ease;
  border-color: #0a9200 transparent transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.o98::before, .p98::before, .p98::after {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.o98, .o98::before, .p98, .p98::before, .p98::after {
  height: 100px;
  width: 100px;
}
.o98::before, .q98 {
  border-color: #0a9200;
}
.o98:hover::before, .q98:hover {
  border-color: #147e64;
}
.o98:active::before, .q98:active {
  border-color: #20486d;
}
.s98, .s98:visited {
  text-decoration: none !important;
}

#thover{
 position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:5;
    width:100%;
    height:100%; 
}
 
#tpopup{
  position:absolute;
  width:54vw; 
  height:32vw;
  background:#00000000;
  left:22vw; 
  top:25%;  
  border-radius:2vw;
  padding:2vw; 
  text-align:center; 
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}  
@media (max-width: 767px)
{
  #tpopup{
  position: absolute;
     width: auto;
    height: 32vw;
    background: #00000000;
    left: auto;
    top: 5%;
    border-radius: 2vw;
    padding: 2vw;
    text-align: center;
}
  #tclose{
  position:absolute;
  background:black;
  color:white;
  right: -3px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}
  
}

#generic-videoHaber>.panel-heading {
    color: #fff;
    background-color: #125688;
    border-color: #00bbff;
}
  #generic-videoHaber .panel-heading span{
  font-size:1em;
        margin-top: 4px;
    cursor:pointer;
  }
  #generic-videoHaber .panel-body{
    overflow: hidden;
    padding:0;
  }

  #video-news .video-frame{
  	width:100%;   
  }
  #video-news .video{
  	margin-bottom:20px; 
  }


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }

.gallery {
  background: #EEE;
  height:100% !important;
}

.gallery-cell {
  width: 28%;
  height: 400px;
  margin-right: 10px;
 
  
}

.gallery-cell.is-selected {
  background: #ED2;
}

/* cell number */
.gallery-cell:before {
  
  text-align: center;
 
  line-height: 100%;
  font-size: 80px;
  color: white;
}

 @media (max-width: 767px)
{
  .gallery-cell {
  height: 150px;
  }
  
}

 @media (max-width: 767px)
{
  .gallery-cell {
  height: 150px;
  }
  
}
@media (max-width: 640px)
{
  .gallery-cell {
  height: 100px;
  }
  
}
.text-justify {
  text-align: justify;
}
.text-footer {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 20px;
}
.text-author {
  text-align: left;
  margin-top:10px;
}
.text-time {
  border-bottom: 2px solid #dedede;
  padding-right: 0;
}
.text-share {
  text-align: right;
  padding-left: 0;
}
.text-viewcount {
  border-bottom: 2px solid #00733e;
}
.text-socailContainer {
  margin-top:10px;
}
.text-socailContainer a:last-child{
  margin-right: 0;
}
.coverPhoto {
    width: 100%;
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
}
.btn {
	margin-right:0 !important;
  margin-left: 5px;
}
.font-sizer div {
	margin: 10px 0;
}

body {}

figure{
  width:100%;
  /*container-width*/
  overflow:hidden;
  /*hide bounds of image */
  margin:0;
  /*reset margin of figure tag*/
}
figure img{
  display:block;
  /*remove inline-block spaces*/
  width:100%;
  /*make image streatch*/
}
/*figure img{
margin:-21.875% 0;
}*/
.slider {
  *margin-left:-10px;
  *margin-right:-10px;
  position: relative;
}
.slider ul {
  max-height: 600px;
  margin-bottom: 0;
}
.thumbnailBar {
  width:60%;
  margin: 0 auto;
}
.sliderImage {
  height: 100%;
  width: 100%;
}
.thumbnailImage {
  cursor:pointer;
  opacity:0.6;
}
.thumbnailImage:hover {
  opacity:1;
}
.thumbnailImage.active {
  opacity:1;
}
.points {
  font-size: 2em;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  width: 100%;
  text-align:center;
}
.slider .left {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.slider .right {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.slider .left span {
  font-size: 2em;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.slider .right span {
  font-size: 2em;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.bx-wrapper {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin: 0 auto 0px !important;
}
.carousel-items .item {
  height:100%;
}
.carousel-items {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-items .container {
  background: none;
}
.carousel-caption {
  position: relative;
  left: 0;
  margin-top: 10px;
}
.cont {
}
.cont .crousel-title {
  color: white;
  font-size: 1.5em;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.cont .crousel-text {
  color: white;
  font-size: 1.2em;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.services-header-list li a {
  background: rgba(0,0,0,0.6);
}
.services-header-list li a:hover {
  color: black;
}
ul[rn-carousel] > li {
  position: relative !important;
  margin-left: -100% !important;
  margin-bottom: 0;
}
ul[rn-carousel] > li:first-child {
  margin-left: 0 !important;
}
ul[rn-carousel] img {
  max-width: 100% !important;
}
/*.carousel-items .item {
height:100%;
}*/
.carousel-items .container{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.slider-link-container{
  position: absolute;
  z-index: 999;
  background: rgba(0,0,0,0.6);
  right: 15px;
  cursor: pointer;
}
.slider-link-container a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", "Open Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 2px 15px;
}
@media (max-width: 991px) {
  .services-header-list li a {
    font-size : 0.9em;
    padding:2px;
    padding-left :10px;
    margin:15px 0;
  }
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               


.slider {
  position: relative;
}
.slider ul {
  *height:400px;
  margin-bottom: 0;
}
.thumbnailBar {
  width:60%;
  margin: 0 auto;
}
.sliderImage {
  height: 100%;
  width: 100%;
}
.thumbnailImage {
  cursor:pointer;
  opacity:0.6;
}
.thumbnailImage:hover {
  opacity:1;
}
.thumbnailImage.active {
  opacity:1;
}
.points {
  font-size: 2em;
  position: absolute;
  bottom: 10px;
  margin: 0 auto;
  width: 100px;
  left: 50%;
  margin-left: -50px;
}
.slider .left {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.slider .right {
  height: 100%;
  width: 10%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.slider .left span {
  font-size: 2em;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.slider .right span {
  font-size: 2em;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
}
.bx-wrapper {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  margin: 0 auto 0px !important;
}
.carousel-items {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-items .container {
  background: none;
}
.carousel-caption {
  position: relative;
  left: 0;
  margin-top: 10px;
}
.cont {
}
.cont .crousel-title {
  color: white;
  font-size: 1.5em;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.cont .crousel-text {
  color: white;
  font-size: 1.2em;
  background-color: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  border-radius: 5px;
}
.services-header-list li a {
  background: rgba(0,0,0,0.6);
}
.services-header-list li a:hover {
  color: black;
}
ul[rn-carousel] > li {
  position: relative !important;
  margin-left: -100% !important;
  margin-bottom: 0;
}
ul[rn-carousel] > li:first-child {
  margin-left: 0 !important;
}
ul[rn-carousel] img {
  max-width: 100% !important;
}
.carousel-items .item {
  height:100%;
}
.carousel-items .container{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.slider-link-container{
  position: absolute;
  z-index: 999;
  background: rgba(0,0,0,0.6);
  right: 0px;
  cursor: pointer;
}
.slider-link-container a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Open Sans", "Open Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 2px 15px;
}
@media (max-width: 991px) {
  .services-header-list li a {
    font-size : 0.9em;
    padding:2px;
    padding-left :10px;
    margin:15px 0;
  }
}
@media (max-width: 591px) {
  .services-header-list li a {
    font-size : 0.6em;
    padding:5px;
    margin:10px 0;
  }
}
.slider-wrapper {
	position:absolute;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         






.newsContent2 {
	width:80%; 
}

.news-container img{
	width:100%;
}

.page-container .page-content .page-content-wrap .page-content-holder {
	width:80%;
}

.content-box {
	padding: 0;
}
.content-box.box-gray{
    background-color: #444;
    color: #fff;  
  	border: 1px solid #ccc;
}
.content-box.box-gray:hover {
	background-color: #00733e;
  	*border: 1px solid #00733e;
}
.content-box.box-gray p {
	padding: 0 15px;
}



.bottom-news a
{
  color: #000000;
  text-decoration: none;
}
.bottom-news a:hover {
  color: #0a9200;
}


