body {
    font-family: "Roboto-Thin",Helvetica,Arial,sans-serif;
    line-height: 2;
	margin: auto;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar {
	position: absolute;
	width: 100%;
	height: 70px;
	background: white;
	opacity: 0.8;
	z-index: 20;
	border-radius: 0;
	margin-bottom: 0;
}

.nav > li > a {
    padding: 13px 8px;
}

.navbar-nav {
    float: right;
    padding-top: 10px;
}

.navbar-default {
	border-color: white;
	margin-top: 70px;
}

#navbar {
	background: white;
}

.logo {
	background: url(../images/logo.png) no-repeat;
	width: 181px;
	height: 181px;
	display: block;
	margin-top: -55px;
	position: absolute;
}

.navbar-default .navbar-nav>li>a {
	color: black;
	font-size: 14px;
    color: #000000;
}

.navbar-toggle {
    margin-top: 17px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav .active>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav .active>a:focus, .navbar-default .navbar-nav .active>a:hover  {
	color: #00a859;
	background-color: white;
}

.carousel {
    margin-bottom: 0;
}

.carousel .item {
	background: url(../images/banner1.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}

/*vision*/

 h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 2;
    color: inherit;
}

#ourVision {
	width: 100%;
	height: 146px;
	background: #00ad5c;
}

#ourVision .container {
	margin-left: 0;
}

#ourVision .col-md-4 {
	color: white;
	background: #585858;
	padding: 25px;
}

#ourVision .col-md-2 {
	color: black;
	padding: 25px;
}

.box1 {
	background: #00a859;
	color: white;
}

.box2 {
	background: #00ad5c;
	color: white;
}

.box3 {
	background: #585858;
	color: white;
}

/*welcome*/
#welcome {
	margin-top: 590px;
	    color: black;
}

#welcome .col-sm-4 {
	margin-top: 10px;
}

#welcome .col-sm-4 a {
	color: black;
	text-decoration: none;
	margin-top: 2px;
}

#welcome .col-sm-4 a:hover {
	text-decoration: underline;
}

#welcome .container {
   	padding-left: 7px;
}

#welcome .col-sm-4 {
   	margin-top: 15px;
}

.getShadow {
	background: white;
	cursor: pointer;
	transition: box-shadow .5s ease-in-out;
}

.getShadow:hover{
	box-shadow: 0 0 20px #ababab;
}

.categoryImage1 {
	background:url(../images/category1.jpg) no-repeat;
	background-size: cover;
	height: 212px;
}

.categoryImage2 {
	background:url(../images/category2.jpg) no-repeat;
	background-size: cover;
	height: 212px;
}

.categoryImage3 {
	background:url(../images/category3.jpg) no-repeat;
	background-size: cover;
	height: 212px;
}

.categoryImage4 {
	background:url(../images/category4.jpg) no-repeat;
	background-size: cover;
	height: 212px;
}

.categoryImage5 {
	background:url(../images/category5.jpg) no-repeat;
	background-size: cover;
	height: 212px;
}

.categoryImage6 {
	background:url(../images/category6.jpg) no-repeat;
	background-size: cover;
	height: 212px;
}

/*content*/
#content {
   	margin-top: 560px;
}

.leftContent {
	position: absolute;
	background: #00a859;
	color: white;
	width: 300px;
	margin-top: -548px;
	padding: 30px;
}

.rightContent {
	position: absolute;
	background: #585858;
	color: white;
	width: 301px;
    padding: 30px;
	margin-top: -170px;
    margin-left: -1px;
}

#content a {
	color: white;
	text-decoration: none;
	margin-top: 2px;
	font-weight: bold;
	float: right;
}

#content a:hover {
	text-decoration: underline;
}

/*testimonials*/
#testimonials {
	margin-top: 160px;
}

#testimonials p {
    margin: 10px 0px 10px;
}

.testimonialImage1 {
	background: url(../images/testimonial1.jpg) no-repeat;
	width: 254px;
	height: 245px;
}

#testimonials .col-xs-12 {
    margin-top: 0;
        margin-left: 0;
}

.btns {
	position: absolute;
	margin-left: -40px;
}

.btns li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #585858;
	display: inline-block;
	margin: 10px 1px;
	cursor: pointer;
}

.btns .activeTestimonial {
	background: #00a859;
}

/*events*/
#events h1 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.eventInfo {
    margin-top: -315px;
margin-bottom: 50px;
    padding: 25px;
    background: rgba(255,255,255,.5);
}

.eventInfo a:hover {
	text-decoration: underline;
}

.eventInfo a {
    color: #00a859;
}

#events .eventsArrangement {
	margin-top: 31px;
}

.eventBg1 {
	background:url(../images/event1.jpg) no-repeat;
	width: 290px;
	height: 350px;
}

.eventBg2 {
	background:url(../images/event2.jpg) no-repeat;
	width: 290px;
	height: 350px;
}

.eventBg3 {
	background:url(../images/event3.jpg) no-repeat;
	width: 290px;
	height: 350px;
}

/*contactsBar*/
#contactsBar {
	height: 210px;
	background: #00a859;
	position: absolute;
	margin-top: 70px;
	color: white;
}

#contactsBar a {
	color: white;
}

#contactsBar a:hover {
	text-decoration: underline;
}

.diffBG {
	background: #585858;
	height: 65px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 18px 20px;
}

#contactsBar .container .col-xs-12 {
	padding: 38px;
}

/*googlemap*/
#googleMap {
	height: 450px;
	margin-top: 280px;
}

/*fatFooter*/
#fatFooter {
	margin-top: 10px;
}

#fatFooter .extraSpacing {
	margin-top: -450px;
}

#fatFooter .additional1 {
	margin-top: -415px;		/* for gallery page only*/
}

.directorPhoto {
	background:url(../images/our-director.jpg) no-repeat;
	width: 150px;
	height: 167px;
	float: left;
}

.rhsInfo {
	margin-top: 10px;
	margin-left: 160px;
}

.lhsInfo {
	margin-top: 10px;
}

.readMore {
	font-weight: bold;
	color: #585858;
	margin-left: 160px;
}

.readMore:hover {
	color: #00a859;
	text-decoration: none;
}

.coloredText {
	color: #585858;
	font-weight: bold;
}

.footerLogo {
	background: url(../images/logo.png) no-repeat;
	width: 181px;
	height: 181px;
	display: block;
	margin: auto;
}

.topInfo {
	margin-top: 25px;
}

.shlok {
	background: url(../images/shlok.jpg) no-repeat;
	width: 243px;
	height: 54px;
	display: block;
	margin: auto;
}

footer {
    padding: 25px 0;
	background: #00a859;
	color: white;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks a{
    color: white;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

/*
#footer {
	background: #00a859;
	color: white;
	margin-bottom: -40px;
}

#footer .footerSpacing {
    margin-top: 860px;
}

.footerNav li {
	margin-right: -10px;
	margin-left: -30px;
}

.footerNav a {
	display: inline-block;
	padding: 5px 5px;
	color: white;
}

.footerNav a:hover, .footerNav .activefooterNav a {
	text-decoration: underline;	
}

#footer ul {
	list-style: none;
}

#footer .footerSectionRhs {
	margin-left: 15px;
}

#footer .social {
	margin-left: -25px;
}

#footer .bottomMargin {
	margin-bottom: 10px;
}	

.social li {
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 10px;
    float: left;
}

.social a {
	display: block;
	width: 30px;
	height: 27px;
	padding: 5px;
}
*/
.linkedin {
	background: url(../images/social.png) no-repeat 0 0;
}

.twitter {
	background: url(../images/social.png) no-repeat 25% 0;
}

.facebook {
	background: url(../images/social.png) no-repeat 50% 0;
}

.flickr {
	background: url(../images/social.png) no-repeat 75% 0;
}

.rss {
	background: url(../images/social.png) no-repeat 100% 0;
}

.linkedin:hover {
	background: url(../images/social.png) no-repeat 0 100%;
}

.twitter:hover {
	background: url(../images/social.png) no-repeat 25% 100%;
}

.facebook:hover {
	background: url(../images/social.png) no-repeat 50% 100%;
}

.flickr:hover {
	background: url(../images/social.png) no-repeat 75% 100%;
}

.rss:hover {
	background: url(../images/social.png) no-repeat 100% 100%;
}

.animate {
	transition : background .5s;
}

/*about Us page*/
#aboutUs {
	margin-bottom: 10px;
	color: black;
}

.aboutUsArrangements {
	margin-top: 385px;
}

.carousel .aboutUsBanner {
	background: url(../images/AboutUs-banner1-mobile.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}

/*events page*/
.carousel .eventsBanner {
	background: url(../images/Events-banner1-mobile.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}

#eventsPage {
	margin-top: 10px;
}

.upcoming {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #00a859;
	color: white;
	margin: auto;
}

.upcoming p {
	padding-top: 25px;
}

#eventsDetailImg {
	background: url(../images/EventsDetail-mobile.jpg) no-repeat;
	background-size: cover;
	height: 379px;
}

#eventsPage .container .eventsPageNextSection {
	margin-left: -20px;
	margin-top: 15px;
}

#eventsPage .eventInfo a {
    color: #00A859;
}

/*case studies page*/
.carousel .caseStudiesBanner {
	background: url(../images/CaseStudies-banner1-mobile.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}

.articleImg {
	background: url(../images/CaseStudies-Article-mobile.jpg) no-repeat;
	height: 250px;
	margin-bottom: 10px;
}

.caseStudiesMenu {
	background: #e6e6e6;
	border-radius: 5px;
	margin: 10px;
	padding: 30px;
}

.caseStudiesMenu ul {
	list-style: none;
}

.caseStudiesMenu h2 {
	margin-bottom: 20px;
}

.activeCaseStudy a, .caseStudiesMenu ul li a:hover {
	text-decoration: underline;
}

.caseStudiesMenu ul li {
	margin-bottom: 5px;
}

.caseStudiesMenu h3:hover {
	color: #00a859;
}

/*gallery page*/
.carousel .galleryBanner {
	background: url(../images/Gallery-banner1-mobile.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}

#gallery1 {
	background: url(../images/gallery1.jpg) no-repeat;
	height: 343px;
	width: 343px;
}

#gallery2 {
	background: url(../images/gallery2.jpg) no-repeat;
	height: 343px;
	width: 343px;
}

#gallery3 {
	background: url(../images/gallery3.jpg) no-repeat;
	height: 343px;
	width: 343px;
}

#gallery4 {
	background: url(../images/gallery4.jpg) no-repeat;
	height: 343px;
	width: 343px;
}

#gallery5 {
	background: url(../images/gallery5.jpg) no-repeat;
	height: 343px;
	width: 343px;
}

#gallery6 {
	background: url(../images/gallery6.jpg) no-repeat;
	height: 343px;
	width: 343px;
}

#gallery7 {
	background: url(../images/gallery7.jpg) no-repeat;
	height: 426px;
	width: 632px;
}


#galleryPage {
	margin-top: 30px;
	margin-bottom: 35px;
}

#poster {
	background: url(../images/Gallery-poster-mobile.jpg) no-repeat;
	background-size: cover;
	height: 647px;
	margin: auto;
}

#pictureStrip {
	background: #585858;
	width: 100%;
	height: 635px;
	color: white;
	position: relative;
}

#event1 {
	background: url(../images/Gallery-event1.jpg) no-repeat;
	background-size: cover;
	height: 177px;
	margin-top:	23px;
}

#event2 {
	background: url(../images/Gallery-event2.jpg) no-repeat;
	background-size: cover;
	height: 177px;
	margin-top:	23px;
}

#event3 {
	background: url(../images/Gallery-event3.jpg) no-repeat;
	background-size: cover;
	height: 177px;
	margin-top:	23px;
}

/*contacts page*/
#contactsPage {
	margin-bottom: 20px;
}

.carousel .contactsBanner {
	background: url(../images/Contacts-banner1-mobile.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}

form {
	position: relative;
}

input, textarea {
	width: 80%;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #999999;
	outline: none;
	text-indent: 5px;
	margin-bottom: 5px;
}

textarea {
	height: 100px;
	padding-top: 10px;
	resize: none;
}

input[type="submit"]{
	background: #00a859;
	color: white;
	cursor: pointer;
}

input[type="submit"]:hover{
	text-decoration: underline;
}

input:focus, textarea:focus{
	box-shadow: 0 0 15px #585858;
	transition: box-shadow .5s;
}

.err {
	position: absolute;
	color: red;
	text-align: left;
	display: inline-block;
	min-width: 300px;
	margin-left: 5px;
}

/*profile page*/
#profilePage {
	margin-top: 470px;
}

#profilePhoto {
	background: url(../images/Profile-Photo.jpg) no-repeat;
	height: 261px;
	width: 261px;
}


@media(min-width: 768px) {

	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	} 

	.carousel .item {
  		width: 100%;
		background: url(../images/banner1-tab.jpg) no-repeat;
		height: 480px;
		background-size: cover;
	}

	#ourVision {
		margin-top: -20px;
		height: 189px;
    }

    #ourVision .col-md-4 {
		color: white;
    	background: #585858;
    	padding: 0px;
    	width: 245px;
    	height: 189px;
    }

    #ourVision .col-md-2 {
    	padding: 21px;
    	width: 125px;
    	height: 189px;
	}

    #welcome {
		margin-top: 40px;
	}

	 #welcome .col-sm-4 {
    	margin-right: 121px!important;
	}
	
	.categoryImage1, .categoryImage2, .categoryImage3, .categoryImage4,.categoryImage5,.categoryImage6 {
   		width: 310px;
   	}

	#welcome .col-sm-4 a {
    	margin-right: -82px;
	}

	#content {
   		margin-top: 10px;
	}

	#contentImage {
		background: url(../images/content-tab.jpg) no-repeat;
		background-size: cover;
		height: 500px;
	}

	#content .container {
		padding: 0;
	}

	#content .row  {
		margin-right: 0;
	}

	.col-sm-6 .leftContent{
		margin-top: -550px;
		width: 569px;
		padding: 14px;
	}

	.col-sm-6 .rightContent{
		width: 571px;
		margin-top: -179px;
		margin-left: 569px;
		padding: 14px;
		text-align: right;
	}

	#testimonials {
    	margin-top: 60px;
	}

	#testimonials .testimonialImage1 {
		margin-left: -25px;
	}

	#testimonials .col-md-9 {
        margin-left: 0;
		margin-top: 35px;
	}

	#testimonials .col-sm-8 {
        margin-left: 120px;
		margin-top: 28px;
	}

	#events {
		margin-bottom: 50px;
	}

	#events .eventsArrangement {
		margin-left: 170px;
		margin-top: 31px;
	}

	.eventInfo{
		background: rgba(255,255,255,.5);
	    position: absolute;
	    margin-left: 7px;
	    width: 275px;
	    height: 285px;
	}

	.upcoming {
		margin-top: 30px;
	}

	#fatFooter {
    	margin-top: 35px;
    	margin-bottom: 20px;
	}

	.readMore {
		float: right;
    	margin-top: 10px;
   		margin-right: 25px;
	}

	#fatFooter .extraSpacing {
		margin-top: -440px;
	}

	.diffBG {
	    height: 100px;
		padding: 0 48px;
		margin-top: 0;
		margin-bottom: 0;
	}

	#contactsBar {
		height: 100px;
		margin-bottom: 10px;
		position: relative;
		margin-top: 0;
	}

	#googleMap {
		width: 100%;
		height: 450px;
		margin-top: -10px;
	}

	.footerNav {
		float: left;
	}

	.footerNav li {
		float: left;
		margin-right: 42px;
	}

	.footerNav a {
		display: inline-block;
		padding: 7px;
		margin-left: -15px;
	}

	.social {
		width: 210px;
		margin: auto;
	}

	#footer .social {
		margin: auto;
	}

	#footer .container {
		padding-bottom: 20px;
	}

	.social li {
    	margin-right: 3px;
    	margin-left: 0px;
    	margin-top: 10px;
    	float: left;
	}

	#aboutUs {
		margin-bottom: 20px;
    	margin-top: 20px;
	}

	.carousel .aboutUsBanner{
		background: url(../images/AboutUs-banner1-tab.jpg) no-repeat;
		height: 480px;
		background-size: cover;
	}

	.carousel .eventsBanner{
		background: url(../images/Events-banner1-tab.jpg) no-repeat;
		height: 498px;
		background-size: cover;
	}

	#eventsDetailImg {
		background: url(../images/Events-Detail.jpg) no-repeat;
		width: 560px;
		height: 379px;
		margin: auto;
	}

	#eventsPage .container .col-sm-12 {
		margin-top: 20px;
	}

	#eventsPage .container .eventsPageNextSection {
    	margin-left: 0;
	}

	.carousel .caseStudiesBanner {
		background: url(../images/CaseStudies-banner1-tab.jpg) no-repeat;
		height: 480px;
		background-size: cover;
	}

	.caseStudiesMenu {
		padding: 10px;
		height: 730px;
		width: 230px;
		margin-left: -15px;
	}

	.caseStudiesMenu .moreCases {
		margin-left: -13px;
	}

	#footer .footerSectionRhs{
		padding: 7px 0;
		margin-left: 0;
	}

	#footer .footerSpacing {
    	margin-top: 450px;
    }

	.carousel .galleryBanner{
		background: url(../images/Gallery-banner1-tab.jpg) no-repeat;
		height: 480px;
		background-size: cover;
	}

	#poster {
		background: url(../images/Gallery-poster-tab.jpg) no-repeat;
		background-size: cover;
		height: 648px;
		margin: auto;
	}

	#pictureStrip {
		height: 225px;
	}

	.carousel .contactsBanner {
		background: url(../images/Contacts-banner1-tab.jpg) no-repeat;
		height: 480px;
		background-size: cover;
	}

	#profilePage {
    	margin-top: 35px;
   		margin-bottom: 35px;
	}

	#profilePage .col-sm-8 {
    	margin-left: 0;
    	margin-top: -25px;
    	padding: 0 45px;
	}

}	/* media 768 ends*/

@media(min-width: 992px) {

	.nav > li > a {
    	margin-right: 25px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	} 

	.navbar-nav {
    	margin-right: -50px;
    }

	.carousel .item {
		background: url(../images/banner1.jpg) no-repeat;
		height: 498px;
		background-size: cover;
	}

	#aboutUs .container .row .aboutUsMargin {
		margin-bottom: 20px;
	}

	.aboutUsArrangements {
   		margin-top: 20px;
	}

	#ourVision {
    	margin-top: -2px;
    	height: 189px;
    }

    #ourVision h2 {
    margin-top: 23px;
    margin-bottom: 10px;
	}

	#ourVision .col-md-4 {
	color: white;
    background: #585858;
    padding: 0px;
    width: 434px;
    height: 189px;
    }

    #ourVision .col-md-2 {
    	padding: 21px;
    	width: 160px;
    	height: 189px;
	}

	#welcome h2{
		font-size: 30px;
		line-height:2;
		font: "Roboto-Thin";
		font-weight: bold;
	}

    #welcome .col-sm-4 {
    	margin-right: 74px!important;
	}

	#content {
    	margin-top: 25px;
	}

	#contentImage {
		background: url(../images/content.jpg) no-repeat;
		background-size: cover;
		height: 550px;
	}

    #content .col-md-6 .leftContent {
    	width: 584px;
    	height: 200px;
    	margin-top: -550px;
    	padding: 2px 39px;
    }

    #content .col-sm-6 .rightContent {
	    width: 586px;
	    height: 200px;
    	margin-top: -201px;
    	margin-left: 584px;
    	padding: 2px 39px;
	}

	#testimonials .col-sm-8 {
	    margin-left: 265px;
	    margin-top: -215px;
	}

	#events .eventsArrangement {
		margin-left: 0;
		margin-top: 0;
	}

	#eventsPage {
		margin-bottom: 10px;
	}

	#eventsPage .container .eventsPageNextSection {
    	margin-left: 0;
    	width: 310px;
    	margin-bottom: 10px;
	}

	.eventBg1 {
		background:url(../images/event1.jpg) no-repeat;
		width: 310px;
		height: 352px;
		position: relative;
		overflow: hidden;
		padding: 29px 5px;
	}

	.eventInfo{
		background: rgba(255,255,255,.5);
	    padding: 10px 33px;
	    position: absolute;
	    margin-left: 7px;
	    width: 275px;
	    height: 285px;
	}

	.eventBg2 {
		background:url(../images/event2.jpg) no-repeat;
		width: 310px;
		height: 352px;
	}

	.eventBg3 {
		background:url(../images/event3.jpg) no-repeat;
		width: 310px;
		height: 352px;
	}

	#eventsPage .eventsPageTitleSpacing {
		margin-bottom: 30px;
	}
	
	#eventsPage .container .eventInfo {
		padding: 23px 47px;
	}

	#eventsPage	.eventsPagePara1 {
		padding: 0 70px;
	}

	#contactsBar {
		margin-bottom: 10px;
    	margin-top: 15px;
    	height: 100px;
	}

	#contactsBar .container-fluid .mailSpacing {
		padding: 30px;
	}

	#contactsBar .container-fluid .adrSpacing {
		padding: 22px;
	}

	#contactsBar .container-fluid .diffBG {
    	padding: 32px;
	}

	#fatFooter .rhsInfo {
		float: right;
    	margin-right: 120px;
    	margin-top: -125px;
    	width: 261px;
	}

	.readMore {
    	margin-right: 0; 
	}

	#fatFooter .lhsInfo {
		margin-top: 10px;
		margin-left: 50px;
		width: 445px;
	}

	#fatFooter .topInfo {
    	margin-top: 10px;
    	width: 383px;
    	margin-left: 65px;
	}

	#fatFooter .bottomInfo {
		margin-top: 10px;
    	width: 383px;
    	margin-left: 65px;
	}

	#footer {
		height: 70px;
	}

	.footerNav {
		float: left;
	}

	.footerNav li {
		float: left;
		margin-right: 3px;
	}

	.footerNav a {
    	display: inline-block;
    	padding: 5px 30px;
	}

	.carousel .aboutUsBanner{
		background: url(../images/AboutUs-banner.jpg) no-repeat;
		height: 498px;
		background-size: cover;
	}

	.carousel .eventsBanner{
		background: url(../images/Events-banner.jpg) no-repeat;
		height: 498px;
		background-size: cover;
	}

	.carousel .caseStudiesBanner {
		background: url(../images/CaseStudies-banner.jpg) no-repeat;
		height: 498px;
		background-size: cover;
	}

	.caseStudiesPage {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.caseStudiesMenu {
    	height: 830px;
   		width: 330px;
	}

	.carousel .galleryBanner{
		background: url(../images/Gallery-banner.jpg) no-repeat;
		height: 498px;
		background-size: cover;
	}

	#poster {
		background: url(../images/Gallery-poster.jpg) no-repeat;
		background-size: cover;
		height: 649px;
		margin: auto;
	}

	.carousel .contactsBanner{
		background: url(../images/Contacts-banner.jpg) no-repeat;
		height: 498px;
		background-size: cover;
	}

	#pictureStrip {
		height: 235px;
	}

	.eventInfo a{
		color: #00a859
	}

	#googleMap {
		width: 100%;
		height: 450px;
		margin-top: -10px;
	}
    
}	/* media 992 ends*/
