 /* 
Theme Name: Agnihotribandhu
Author: Kafeel / Roman
*/
#top-bar {
	background-image: url("images/top-hdr-bg.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 5px 0 0;	
}
.social-icons {
	width: 170px;
	float: right;	
}
.top-left a, .social-icons a {
	color: #fff;
	display:inline-block;
	padding: 10px 0 15px;	
}
.top-left a:hover {
	text-decoration:none;
	color:#ffde58;	
}
.top-left a:first-child {
	margin-right: 10px;	
}
.social-icons a:not(:last-child) {
	margin-right: 5px;	
}
.social-icons a i {
	background-color: #943e03;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.social-icons a i:hover {
	border: 1px solid #ffde58;
	color:#ffde58;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
    transform: rotate(360deg);	
}
.navbar .navbar-nav .menu-item a {
	color: #fff;
	padding: 10px 15px;	
}
.navbar .navbar-nav .dropdown-menu {
	padding:0;
	left:1px;
}
.navbar .navbar-nav .dropdown-menu a {
	color: #50050f;
}
.navbar .navbar-nav .dropdown-menu a:hover {
	background-color: #50050f;
	color: #fff;
}
.navbar .navbar-nav .active a, .navbar .navbar-nav .menu-item a:hover {
	background-color: #50050f;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	color:#fff;
}
ul.dropdown-menu li {
	border-bottom:1px solid #000;
}
.check-email-button a {
	background-color:#e58c16;
	color:#fff;
}
.navbar-expand-lg.bg-dark {
	background: linear-gradient(-90deg, #6d0019, #a90329);
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	padding-top: 0;
	padding-bottom: 0;
}
.carousel-item {
  height: 65vh;
 
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/********************ABOUT US*****************/

#about {
	padding: 40px 0;	
}
#about h2, #attainment h2 {
	font-family: 'IBM Plex Serif', serif;
	font-size:24px;
	line-height:24px;
	font-weight:600;
	color:#000;
	position:relative;
}
#about p {
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
	font-size:15px;
	color:#666;
	line-height:22px;
	padding-right:50px;
}
#about a.know-more {	
	font-family: 'Open Sans', sans-serif;
	color: #666;
	border: 1px solid #666;
	border-radius: 8px;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #7c5018;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 5px 10px;
	width: 200px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}
#about a.know-more span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#about a.know-more span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#about a.know-more:hover span {
  padding-right: 10px;
}

#about a.know-more:hover span:after {
  opacity: 1;
  right: 0;
}

/********************Attainment*****************/

h2.latest-photos {
	color: #000;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	margin-top: 25px;
	font-family: 'IBM Plex Serif', serif;
	position: relative;
}
h2.latest-photos:before {
	content: '';
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: -5px;
	font-family: font-awesome;
	width: 3%;
	left: 48.5%;
}
#attainment {
	background-image: url("images/attainment-bg.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 40px;	
}
#attainment h2 {
	color:#fbdaa6;
	text-align:center;
	font-size:35px;
	line-height:35px;
	margin-bottom:25px;
}
#attainment ul li {
	list-style-type: none;
	color:#fbdaa6;
	font-size:15px;
	line-height:20px;
	float:none;
	margin-bottom:10px;
	text-align:justify;
	position:relative;
}

#attainment ul li img {
	float:left;
	margin-right:15px;	
}
#attainment h2:before {
	content: '';
	height: 2px;
	background-color: #fbdaa6;
	position: absolute;
	bottom: -5px;
	font-family: font-awesome;
	width: 5%;
	left: 47%;
}
#attainment a.btn-colored {	
	border-radius: 4px;
  background-color: #ffde58;
  border: none;
  color: #333;
  text-align: center;
  font-size: 15px;
  padding: 5px 10px;
  width: 115px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
  font-family: 'Open Sans', sans-serif;
}
#attainment a.btn-colored span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#attainment a.btn-colored span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#attainment a.btn-colored:hover span {
  padding-right: 10px;
}

#attainment a.btn-colored:hover span:after {
  opacity: 1;
  right: 0;
}

#testimonial {
	background-image: url("images/testimonial.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 20px 0 ;	
}
/*#watch-live {
	background-image: url("images/live.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 240px 0 ;	
}*/
#footer {
	background-image: url("images/footer.jpg");
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 200px 0 ;	
}

/********************TESTIMONIAL*****************/

#testimonial h2 {
	color:#fff;
	text-align:center;
	font-size:30px;
	line-height:30px;
	margin-bottom:25px;
	font-family: 'IBM Plex Serif', serif;
	position:relative;
}

#testimonial h2:before {
	content: '';
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -5px;
	font-family: font-awesome;
	width: 3%;
	left: 48.5%;
}
.testimonial{ text-align: center; }
.testimonial .description{
    font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    color: #FFF;
    line-height: 27px;
    margin-bottom: 10px;
	padding:0 150px;
}
/*.testimonial .pic{
    display: inline-block;
    width: 160px;
    height: 160px;
    border: 5px solid #1bddc6;
    margin-bottom: 15px;
    position: relative;
}
.testimonial .pic:after{
    content: "";
    border-width: 20px;
    border-style: solid;
    border-color: #1bddc6 #1bddc6 transparent transparent;
    position: absolute;
    bottom: -33px;
    right: 20%;
    transform: rotate(-15deg);
    z-index: -1;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}*/
.testimonial .title{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #413f3f;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #585656;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    width: 30px;
    height: 3px;
	background-color:transparent;
    border-radius: 0;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #FFF;
}

/********************WATCH LIVE*****************/

#watch-live {
	padding:40px 0 15px;	
}
#watch-live h2 {
	color:#000;
	text-align:center;
	font-size:30px;
	line-height:30px;
	margin-bottom:25px;
	font-family: 'IBM Plex Serif', serif;
	position:relative;
}
#watch-live h2:before {
	content: '';
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: -5px;
	font-family: font-awesome;
	width: 3%;
	left: 48.5%;
}
#watch-live h3 {
	font-family: 'IBM Plex Serif', serif;
	font-size:24px;
	font-weight:500;
	margin-bottom:20px;
}
#watch-live .date h4 {
	color:#7c5018;
	font-weight:bold;
	font-size:32px;
	line-height: 22px;
	text-align:left;
}
#watch-live .date h4 span {
	font-size:18px;
	line-height:14px;	
}
#watch-live .place p {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	line-height: 20px;
	text-align: justify;
	color: #666;	
}
#watch-live .calendar i {
	color:#666;
	font-size:40px;
	float:right;
	margin-top:20px;
}
.row.border-bottom {
	padding-top: 15px;	
}

/********************FOOTER*****************/

.bg-yellow {
	background-color: #dd8c23;
	padding:2rem 0;
}
.address h2, .get-in-touch h2 {
	color: #fff;
	font-family: 'IBM Plex Serif', serif;
	font-size: 28px;
	font-weight: 600;
}
.address p {padding-right: 80px; text-align:justify;}
.address p, span.location, span.phone, span.email {
	color:#fff;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	display:block;
	margin-bottom:10px;
}
.get-in-touch input, .get-in-touch textarea, .get-in-touch .btn-default {
	background-color: transparent;
	border:1px solid #fff !important;
	border-radius:0;	
}
.get-in-touch .btn-default {
	color:#fff;
	padding: .175rem .75rem;
}
.get-in-touch .btn-default:hover {
	background-color:#fff;
	color:#dd8c23;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;	
}
.get-in-touch .form-group {
    margin-bottom: 0.5rem;
}
.get-in-touch input:focus, .get-in-touch textarea:focus {
	background-color:transparent;	
}

::-webkit-input-placeholder {
  color: #000 !important;
}
::-moz-placeholder {
  color: #000 !important;
}
:-moz-placeholder {
  color: #000 !important;
}

/********************ABOUT US PAGE*****************/

#banner-top {
	background-image:url("../images/banner-top.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:30px 0;	
}
#banner-top h2 {
	color:#fff;
	font-family: 'IBM Plex Serif', serif;
	text-align:center;	
}
#about-us {
	padding:40px 30px;	
}
#about-us p {
	text-align:justify;	
}
#about-us img {
	border:1px solid #666;
	border-radius:3px;
	margin-top:10px;
	margin-bottom:5px;	
}
#about-us .bg-light {
	box-shadow: 0 0 5px #ccc;
	padding-top: 10px;
	border-radius: 5px;	
}
#about-us h2 {
	color:#333;
	font-family: 'IBM Plex Serif', serif;
	text-align:center;	
}
.ug-thumb-image {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
.ug-thumb-wrapper:hover .ug-thumb-image {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
filter: grayscale(0);
}

/******************TABS ONLY***************/

.test-tabs a:hover, .test-tabs a:focus{
    outline: none;
    text-decoration: none;
}
.test-tabs ul li a.active {
	background-color:#000 !important;
	color:#fff !important;
	border:1px solid #000 !important;
}
.test-tabs .tab .nav-tabs{
    border: none;
    margin-bottom: 0;
	padding-left:0;
	float:right;
}
.test-tabs .tab .nav-tabs li a{
    display: block;
    padding: 8px 15px;
    margin: 0 10px 0 0;
    background: #efefef;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.test-tabs .tab .nav-tabs li.active a{
    color: #fff;
    border: 1px solid #000;
}
.test-tabs .tab .nav-tabs li a:before,
.test-tabs .tab .nav-tabs li a:after{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #333;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.8s ease-out 0s;
}
.test-tabs .tab .nav-tabs li a:after{
    background: #000;
    transition: all 0.4s ease-in 0.3s;
}
.test-tabs .tab .nav-tabs li.active a:before,
.test-tabs .tab .nav-tabs li.active a:after{
    opacity: 1;
    transform: scale(4);
}
.test-tabs .tab .tab-content{
    padding: 20px;
    margin-top: 0;
	margin-bottom:10px;
    background: transparent;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    letter-spacing: 1px;
    position: relative;
	clear:both;
}
.test-tabs .tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
.audio h6 {
	padding-left:25px !important;
}
.audio h6, .audio ul.list-first li {
	position:relative;
	padding-left: 15px;
	margin-bottom:5px;
}
.audio h6:before {
	position:absolute;
	top:0;
	left:0;
	content:'\f06c';
	font-family: FontAwesome;
	color:#dd8c23;
}
.audio ul.list-first {
	margin:0;
	list-style-type:none;
}
.audio ul.list-first li:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\f18c';
	font-family: FontAwesome;
	font-size: 12px;
	color:#dd8c23;
}
.audio ul.list-sceond {
	padding:0;
	list-style-type:none;
}
.audio ul.list-sceond li {
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}
.audio ul.list-sceond li:before, #attainment ul.list-sceond li:before {
	position:absolute;
	top:3px;
	left:0;
	content:'\f06c';
	font-family: FontAwesome;
	color:#dd8c23;
}
#attainment ul.list-sceond li:before {left:-25px; color:#ffde58;}
.list-three ul {
	padding:0;
	list-style-type:none;
}
.list-three ul li {
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}
.list-three ul li:before {
	position:absolute;
	top:3px;
	left:0;
	content:'\f06c';
	font-family: FontAwesome;
	color:#dd8c23;
}
.reviews ul, ul.disclaimer {
	padding:0;
	list-style-type:none;
}
.reviews ul li, ul.disclaimer li {
	position:relative;
	padding-left:20px;
	margin-bottom:5px;
}
.reviews ul li:before, ul.disclaimer li:before {
	position:absolute;
	top:3px;
	left:0;
	content:'\f06c';
	font-family: FontAwesome;
	color:#dd8c23;
}
ul.disclaimer li:before {
	content:'\f0da';
}

.feedback-form input, .feedback-form textarea {
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}
.feedback-form textarea.fix-height {
    height: 80px;
}
.feedback-form input[type="submit"] {
	padding: 0.5em;
  cursor: pointer;
  background: #f6b220;
	border:none;
  text-decoration: none;
  color: #333;
	width:100px;
	display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
	-moz-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
	/*border: 1px solid #f6b220;
    background-color: #f6b220;
    color: #000;
    width: 25%;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;*/
}
.feedback-form input[type="submit"]:hover, .feedback-form input[type="submit"]:focus, .feedback-form input[type="submit"]:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
  transform: scale(1.1);
	color:#fff;
}
p.con-add, p.mobile, p.email-id {
	position:relative;
	padding-left:20px;
	font-size: 16px;
	line-height: 22px;
}
p.con-add:before, p.mobile:before, p.email-id:before {
	position:absolute;
	left:0;
	content: "\f015";
    font-family: FontAwesome;
}
p.mobile:before {
	content: "\f095";
}
p.email-id:before {
	content: "\f003";
}
p.email-id a {color:#000}
.page-id-24 .test-tabs .tab .nav-tabs, .page-id-12 .test-tabs .tab .nav-tabs, .page-id-18 .test-tabs .tab .nav-tabs, .page-id-144 .test-tabs .tab .nav-tabs, .page-id-184 .test-tabs .tab .nav-tabs, .page-id-395 .test-tabs .tab .nav-tabs, .page-id-464 .test-tabs .tab .nav-tabs, .page-id-461 .test-tabs .tab .nav-tabs, .page-id-458 .test-tabs .tab .nav-tabs, .page-id-456 .test-tabs .tab .nav-tabs, .page-id-467 .test-tabs .tab .nav-tabs {
	display:none;
}
p.copyright a {
	color:#fff;
}
p.copyright a:hover {
	text-decoration:none;
}
span.navbar-toggler-icon {
	position:relative;
}
span.navbar-toggler-icon:before {
	content: "\f0c9";
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
	top: 2px;
	left: 4px;
	font-size: 25px;
	font-weight: 100;
}
a.animated-button.victoria-four {
	border: 2px solid #D24D57;
	width:140px;
	color:#000 !important;
	float:right;
}
.card a.animated-button.victoria-four {
	float:none;
	z-index:1;
}
a.animated-button.victoria-four:after {
	background: #D24D57;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
	opacity: 1;
	height: 600% !important;
}

a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 7px 10px;
	color: #fff;
	font-size:13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*************GALLERY PAGE****************/

.album .card {
	border-top-left-radius:0;
	border-top-right-radius:0;
	overflow:hidden;
}
.album .card img {
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;	
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.album .mb-4:hover .card img {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.album .card-body {
	padding-top:0;
	padding-bottom:0;
}
.album .card-body h4 {
	font-family: 'IBM Plex Serif', serif;
	font-size:22px;
}
h3.feedback, h3.in-touch {
	color: #333;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-left:15px;
	font-family: 'IBM Plex Serif', serif;
	position:relative;
}
h3.feedback:before, h3.in-touch:before {
	position:absolute;
	left:1px;
	bottom:-5px;
	content:'';
	height:2px;
	background-color:#333;
	width:8%;
}
h3.in-touch {
	margin-left:0;
}
h3.in-touch:before {
	width:15%;
}
.bg-light-grey {background:#f0f0f0; padding:10px; border-radius:3px;}
/*************MEDIA QUERY****************/

@media only screen and (max-width: 767px){
    .test-tabs .tab .nav-tabs li a{ padding: 7px 15px; }
	.top-left {
		text-align:center;
	}
	.logo img {
		display:block;
		margin:auto;
	}
	.social-icons {
		float:none;
		margin:auto;
	}
	#about a.know-more {
		display:block;
		margin-bottom:20px;
		width:125px;
	}
	.testimonial .description {
		padding:0;
	}
	#watch-live .calendar i {
		margin-top:0;
	}
	#watch-live h3 {
		text-align:center;
	}
	#about p {
		padding-right:0;
	}
	.navbar-toggler {
		background-color:#0a0a0a00;
	}
}
@media only screen and (max-width: 479px){
    .test-tabs .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .test-tabs .tab .nav-tabs li a:before,
    .test-tabs .tab .nav-tabs li a:after{
        width: 100%;
    }
	#attainment ul {
		padding:0;
	}
	.test-tabs .tab .nav-tabs {
		float:none;
	}
	.address p {
		padding-right:0;
	}
	#gallery-1 .gallery-item {
		width:50% !important;
	}
}
@media only screen and (max-width: 360px) {
	#attainment ul li img {
		margin-bottom:20px;
	}
	#gallery-1 .gallery-item {
		width:100% !important;
	}
}
@media only screen and (max-width: 320px) {
	#attainment ul li img {
		margin-bottom:32px;
	}
	#attainment ul li {
		font-size:14px;
		line-height:18px;
	}
	.top-left a:first-child {
		padding-bottom:0;
	}
	
}
@media only screen and (min-width: 767px) {
	.navbar-expand-lg .navbar-toggler {
    display: none;
}
	.navbar-expand-lg .navbar-collapse {
		display:flex !important;
	}
	.navbar-nav {
		flex-direction:row;
	}	
}
