html,
body {
	margin:0;
	padding:0;
	height:100%;
}

body {	
	background: url("images/grey-3.png");
	
}

a {
	color: green;
}

.img-responsive-16by9 {
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.img-responsive-book {
    display: block;
    height: 0;
    padding-bottom: 150%;
    overflow: hidden;
    position: relative;
}

.img-responsive-book img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Add this line */
    margin: 0; /* Add this line */
}


.img-responsive-1by1 {
	position:relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.img-responsive-1by1 img {
	position:absolute;
	min-height: 100%; 
	min-width: 100%
}
.image-wrapper {
  position: relative;
  padding-bottom: 56.2%;
}

.image-wrapper img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#home{
	color:default;
	padding: none;
	background:  transparent;
	
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: none;
	
}

#home::before{
	
	
}

blockquote{
  display:block;
  background:  #ececec;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  
  /*Borders - (Optional)*/
  border-left: 12px solid darkgrey;

  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 5px;
  top:0px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.container{
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
}
.table tr td {
	font-size:14px;
	color: link;
}

.table tr td a {
	
}
.navbar-light .navbar-nav > .active > a, 
.navbar-light .navbar-nav > .active > a:hover, 
.navbar-light .navbar-nav > .active > a:focus {
      color: #000;
      background: #F8F9F9;
 }
 
 .navbar-light{
	 background: transparent;
 }
 
@media screen and (max-width: 1100px) {
	.navbar-header {
		float: none;
	}

	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.navbar-nav>li {
		float: none;
	}

	.collapse.in{
		display:block !important;
	}

	.modal-dialog {
		width: 1000px;/* New width for default modal */
	}

	.modal-body iframe{
		width: 896px;
		height: 504px;
	}
}


.well{
	background-color: #f2f2f2;
}
.jumbotron{
	background-color: #f2f2f2;
}
.navbar{
	border-radius: 0;
	color: green;
}

.glyphicon {
    font-size: 20px;
	color: darkgrey;
}
.glyphicon.glyphicon-search {
    font-size: 20px;
}

.glyphicon.glyphicon-film {
    font-size: 15px;
}

.glyphicon.glyphicon-file {
    font-size: 15px;
	color: white;
}

.glyphicon.glyphicon-play{
    font-size: 15px;
	color: white;
}

.glyphicon.glyphicon-ban-circle{
    font-size: 15px;
	color: red;
}

.fa.fa-globe{
	color: white;
	font-size :20px;
}

.fa{
	color:darkgrey;
}

.fa.fa-facebook{
	color:white;
	font-size :20px;
}

.fa.fa-twitter{
	color:white;
	font-size :20px;
}

.nav.navbar-nav.navbar-right li a {
    color: green;
	font-size: 20px;
}


.nav.navbar-nav.navbar-left li a {
    color: green;
	font-size: 20px;
}


.navbar-brand{
	background: url("images/afp-5.png");
	width: 85px;
	height: 50px;

}


.thumbnail{
	background-color: transparent;
}
.thumbnail:hover{
    background-color: darkgrey;
}

.nav navbar-nav:hover{
    color: white;
    background-color: lightgrey;
}


.carousel: {
	margin-top: 77px;
	height: 100%;
	margin-bottom: 0px;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.carousel .carousel-indicators {
	font-size: 40px;
	color: black;

}

.carousel-indicators {
	position: -20px;
	bottom: 10px;
	z-index: 15;
	list-style: none;
	text-align: center;
}

ol.carousel-indicators {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  right: 0;
  width: auto;
}

ol.carousel-indicators li,
ol.carousel-indicators li.active {
  float: left;
  width: 33%;
  height: 10px;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  flex-grow: 1;
}

ol.carousel-indicators li.active {
  background: darkgrey;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
	width: 70px;
	color: darkgreen;


}

.alert {
    list-style: none;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
ul,li{
    padding:0;
    margin:0;
}

.fieldWrapper li{
	list-style-type: none;
}

#wrap {
  min-height: 100%;
  position:relative;
}

#main {
  padding-bottom: 350px;
  /* must be same height as the footer */
}

#footer { background-color:#b7b7b7; max-height:auto; font-family: 'Open Sans', sans-serif; position:relative; bottom:0; left:0; width:100%; clear: both; margin-top: -350px; }
.footer-col { margin-top:50px; }
.logofooter { background:url("images/afp-5.png"); width:80px; height:50px; margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footer-col p { color:black; font-size:12px; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footer-col p i { width:20px; color:#999;}

.footer-ul, .footer-ul2 { list-style-type:none;  padding-left:0; margin-left:2px;}
.footer-ul li, .footer-ul2 li { line-height:29px; font-size:12px;}
.footer-ul li a, .footer-ul2 li a { color:green; font-weight:bold; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i, .footer-ul2 i  { margin-right:10px;}
.footer-ul li a:hover, .footer-ul2 li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }
	
.copyright { min-height:40px; background-color:#000000;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0;}
.heading7 { font-size:21px; font-weight:700; color:#343434; margin-bottom:22px;}
.post p { font-size:12px; color:black; line-height:20px; font-weight:bold;}
.post p span { display:block; color:green; font-weight:bold;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}

.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
	
}

.footer-social li{
	border: 2px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    float:left;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	list-style-type: none;
	
 }
 
.footer-social li:hover{
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
 
.youtube{
   background-color:#cc181e;
}
 
.facebook{
   background-color:#3b5998;
}
.twitter{
   background-color:#1da1f2;
}

.telegram{
	background-color:#0088cc;
}
 
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

.badge{
	color: default;
}

.label{
	background-color: grey;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
	background-color: lightgrey;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}


.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 0px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}


#fade-quote-carousel.carousel .carousel-control {
	font-size: 40px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: default;
    border: none;
	color:default;
	padding: 1px;
	background:  transparent;
	
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: none;
}
#fade-quote-carousel blockquote::before {
	content: "";
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.modal-content iframe{
	margin: 0 auto;
	display: block;
}



@media screen and (min-width: 1250px) {
	.modal-dialog {
	  width: 1200px;/* New width for default modal */
	}
	
	.modal-body iframe{
	  width: 1152px;
	  height: 648px;
	}
}


@media only screen and (max-width: 768px) {
	
	/* Force table to not be like tables anymore */ 
	table,
	thead, 
	tbody, 
	th, 
	td, 
	tr { 
		display: block !important; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	tr { border: 1px solid #ccc; }
 
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	td:before { content: attr(data-title); }
	
	.modal-dialog {
		width: 700px;/* New width for default modal */
	}

	.modal-body iframe{
		width: 640px;
		height: 360px;
	}
	
}
@media only screen and (max-width: 480px) {

	.modal-dialog {
		width: 330px;/* New width for default modal */
	}

	.modal-body iframe{
		width: 300px;
		height: 169px;
	}
	
}

.modal-body iframe{
	margin: 0 auto;
	display: block;
}

.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em; /* 2 lines * line-height */
}

.fixed-image {
    max-width: 200px;
    max-height: 150px;
    min-width: 200px;
    min-height: 150px;
    object-fit: cover; /* Maintains aspect ratio */
}

/* For Bootstrap thumbnails */
.thumbnail .fixed-image {
    max-width: 100%;
    height: 150px;
    object-fit: cover;
}