/* 1. IMPORT SECTION */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');




/* 2. BASIC STYLES */

	html, body {
		height: 100%;

	}

	body {
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.01em;
		color: #333333;
		background-color: #fff;
		padding-top: 80px;
	}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a:hover {
		color: #000;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	a.sp-exec {
		text-decoration: underline;
		color: #23527c;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		/*line-height: 1.5;*/
		/*font-family: "Open Sans",Helvetica,Arial,sans-serif;*/
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		line-height: 24px;
	}

	p.mont {
		font-family: 'Montserrat', sans-serif;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		
	}

	input, textarea{
		outline: none;
	}

	label{
		font-weight: 300;
	}

	#pre-status,
	.preload-placeholder {
		background-image: url(../images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 40px;
		left: 50%;
		margin: -20px 0 0 -20px;
		position: absolute;
		top: 50%;
		width: 40px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

	.st-border{
		width: 35px;
		height: 2px;
		display: block;
		background-color: #fcd515;
	}

	.overlay{
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
	}


/* 3. BUTTONS */

	.btn-send{
		background-color: #0058a6;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 8px 14px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-send:hover{
		background-color: #2f88d7;
		color: #fff;
	}

	.btn-readmore{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-readmore:hover{
		background-color: #000;
		color: #fff;	
	}




/* 4. HEADER */

	#header{}

	#header .navbar {
		min-height: 80px;
		margin-bottom: 0;
		border-radius: 0;
	}

	.st-navbar{
		background-color: #fff;
		border-bottom: 1px solid #f0f0f0;
	}

	.st-navbar ul{
		padding-top: 15px;
	}

	.st-navbar ul li a{
		text-transform: uppercase;
		font-weight: 600;
		padding: 0;
		margin: 14px;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #e30613;
	}

	.st-navbar .navbar-header{
		margin-top: 10px;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;

	}

	.st-navbar .navbar-toggle{
		margin-top: 7px;
		margin-right: 25px;
		padding: 0;
		border-radius: 0;
	}



/* 5. SLIDER */

	#slider{
		/*margin-top: 80px;*/
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 500px;
	}

	#home-carousel .item:before{
		background-color: #000;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -130px;	
	}

	.carousel-caption h1 {
		font-size:30px;
		margin-bottom:10px;
		line-height:27px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:60px;
		font-weight:500;
		margin-top:0px;
		
		margin-bottom:20px;
	}

	.home-carousel-left, 
	.home-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.home-carousel-left {
		left:-32px;
	}

	.home-carousel-right {
		right:-32px;
	}

	#home-carousel:hover .home-carousel-left {
		left:0;
	}

	#home-carousel:hover .home-carousel-right {
		right:0;
	}
	/* Carousel animation */

	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}





/* 6. SERVICES */

	#services{
		
		padding-top: 80px;
		padding-bottom: 100px;
	}
	#services .about-img {
		width: 100%;
	}
	#services .about-txt {
		text-align: center;
		margin-top: 30px;
	}

	#one-page{
		background-color: #fff;
		/*padding-top: 160px;*/
		padding-top: 60px;
		padding-bottom: 100px;
	}

	#one-page h2{
		/*text-align: center;*/
	}

		#initiatives{
		background-color: #f5f5f5;
		padding-top: 80px;
		padding-bottom: 100px;
	}

	#publications{
	background-color: #fafafa;
	padding-top: 80px;
	padding-bottom: 100px;
	}

	.section-title{
		margin-bottom: 40px;
		text-align: center;
	}

	.section-title h1{
		margin-top: 0;
	}

	.section-title hr{
		width: 50px;
		height: 5px;
		/*display: block;*/
		background-color: #fcd515;
	}

	.st-service{
		margin-top: 30px 0;
	}

	.st-service-init{
		margin-top: 30px;
	}

	.st-service h2, .st-service-init h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.st-service h2 i, .st-service-init h2 i{
		margin-right: 10px;
	}

	.st-service p, .st-service-init p{
		font-size: 14px;
		margin: 0 0 20px;
	}

	.st-service-init a, .st-service-init a:active, .st-service-init a:visited{
 		font-size: 12px;
 		font-weight: 700;
 		color: #1ab7eb;
	}
	
	.st-service-init a:hover{
 		font-size: 12px;
 		font-weight: 700;
 		color: #067cdf;
	}

		.st-service a, .st-service a:active, .st-service a:hover, .st-service a:visited{
 		font-size: 12px;
 		font-weight: 600;
 		color: #2f88e0;
	}

	.st-service-home p{
		font-size: 16px;
	}



/* 7. OUR WORKS */

	.isotope-item {
	    z-index: 2;
	}
	.isotope-hidden.isotope-item {
	    z-index: 1;
	}
	.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
	    -webkit-transition-duration: 0.8s;
	    -moz-transition-duration: 0.8s;
	    transition-duration: 0.8s;
	}
	.isotope {
	    -webkit-transition-property: height, width;
	    -moz-transition-property: height, width;
	    transition-property: height, width;
	}
	.isotope .isotope-item {
	    -webkit-transition-property: -webkit-transform, opacity;
	    -moz-transition-property:-moz-transform, opacity;
	    transition-property:transform, opacity;
	}

	#our-works{
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.portfolio-wrapper ul.filter{
		list-style: none;
		padding: 0;
		margin-bottom: 35px;
		margin-top: 28px;
		overflow: hidden;
	}

	.portfolio-wrapper ul.filter li{
		float: left;
		text-transform: uppercase;
		margin-right: 25px;
		font-weight: 600;
	}

	.portfolio-wrapper ul.filter li a{
		color: #909090;
	}

	.portfolio-wrapper ul.filter li a:hover{
		color: #e30613;
	}

	.portfolio-wrapper ul.filter li a.active{
		color: #e30613;
	}

	.portfolio-wrapper .portfolio-items{
		clear: both;
	}

	.portfolio-wrapper .portfolio-content{
		position: relative;
		margin-bottom: 30px;
	}

	.portfolio-wrapper .portfolio-overlay{
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		padding: 30px;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.portfolio-wrapper .portfolio-overlay a{
		color: #fff;
		font-size: 35px;
	}
	.portfolio-wrapper .portfolio-overlay a:hover{
		color: #fff;
	}



/* 8. PRICING */
	
	#investors{
		background-color: #f5f5f5;
		padding-top: 80px;
		padding-bottom: 100px;
	}

	#trainings{
		background-color: #fafafa;
		padding-top: 80px;
		padding-bottom: 100px;
	}

		#industries{
		background-color: #ffffff;
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.st-pricing{
		background-color: #fff;
		padding: 40px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricing:hover{
		box-shadow: 0px 0px 18px #ddd;
	}

	.st-pricing h5{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing h3{
		margin-top: 0;
		margin-bottom: 25px;
	}

	.st-pricing .st-border{
		width: 100%;
		margin-bottom: 15px;
		background-color: #ccc;
	}

	.st-pricing ul{
		list-style: none;
		padding: 0;
	}

	.st-pricing ul li{
		padding: 12px 0;
		font-size: 15px;
	}

	.st-pricing a.btn-send{
		text-transform: uppercase;
		margin-top: 20px;
		padding: 10px 25px;
	}


/* 9. ABOUT US */
	
	#about-us{
		background-color: #f5f5f5;
	}

	#about-us .about-us{
		padding-left: 15%;
		padding-right: 15%;
		padding-top: 15%;
	}

	#about-us .about-us h4{
		margin-top: 0;
		margin-bottom: 30px;
	}

	#about-us .about-us .btn-send{
		margin-top: 30px;
	}

	#about-us .our-office{
		padding-right: 0px;
	}

	.office-carousel-left, 
	.office-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
	}



/* 10. OUR TEAM */

	#our-team{
		padding-top: 130px;
		padding-bottom: 120px;
	}

	.team-member{
		margin-top: 30px;
	}

	.member-img{
		position: relative;
	}

	.member-info{
		background-color: #f5f5f5;
		padding: 15px;
	}

	.member-info h4{
		margin-top: 0;
		margin-bottom: 6px;
	}

	.member-info span{
		text-transform: uppercase;
	}

	.team-member .member-social{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.team-member:hover .member-social{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team-member .member-social a{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: 47%;
	}

	.team-member:hover .member-social a{
		margin: 6px;
	}



/* 11. TESTIMONIAL */

	#testimonial{
		background-img: url(../imgs/testimonial-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 100px;
		padding-bottom: 100px;
		position: relative;
	}

	.st-testimonials{
		color: #e0e0e0;
	}

	.st-testimonials .st-border{
		background-color: #e0e0e0;
		margin: 20px auto;
	}

	.st-testimonials p{
		font-style: italic;
	}

	.st-testimonials .client-info h5{
		margin-top: 0;
		margin-bottom: 5px;
	}

	.st-testimonials .client-info span{
		font-size: 12px;
		text-transform: uppercase;
	}



/* 12. FUN FACTS */
	
	#fun-facts{
		background-color: #f5f5f5;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#fun-facts .fun-fact{
		border-right: 1px solid #ddd;
	}

	#fun-facts .col-md-3:last-child .fun-fact{
		border-right: 0px solid #ddd;
	}

	#fun-facts .fun-fact i{
		margin-right: 5px;
		color: #2f88d7;
	}

	#fun-facts .fun-fact p{
		font-size: 16px;
	}



/* 13. CONTACT */

	#contact{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		font-size: 16px;
		margin-right: 10px;
	}

	.contact-form .btn-send {
		margin-top: 30px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"]{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-form textarea{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}



/* 14. BLOG */
	
	#page-header{
		background-color: #f5f5f5;
		padding-top: 50px;
		padding-bottom: 0px;
		position: relative;
		margin-bottom: 50px;
		margin-top: 80px;
	}

	#blog{
		padding-top: 100px;
	}

	.single-blog{
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.post-title{
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.post-meta{
		margin-bottom: 15px;
	}

	.post-meta span{
		margin-right: 6px;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.6;
	}

	.post-meta span:hover{
		opacity: 1;
	}

	.post-carousel-left, 
	.post-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.post-carousel-left {
		left:-32px;
	}

	.post-carousel-right {
		right:-32px;
	}

	#post-carousel:hover .post-carousel-left {
		left:0;
	}

	#post-carousel:hover .post-carousel-right {
		right:0;
	}

	.post-link{
		background-color: #f5f5f5;
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.post-quote{
		background-color: #f5f5f5;
		padding: 30px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}

	#blog .pagination{
		margin-bottom: 80px;
	}

	#blog .pagination li a{
		width: 35px;
		height: 35px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		color: #a3a3a3;
		border: 1px solid #d1d1d1;
		padding: 0;
		margin-right: 5px;
		border-radius: 0;
	}

	#blog .pagination li.active a,
	#blog .pagination li a:hover{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}

	.sidebar-widget{
		margin-top: 35px;
		margin-bottom: 50px;
	}

	.sidebar-widget .sidebar-title{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-widget ul{
		list-style: square;
		margin: 0;
		padding-left: 18px;
	}

	.sidebar-widget ul li{
		margin-bottom: 10px;
		font-weight: 500;
	}

	.blog-search{
		position: relative;
	}

	.blog-search input {
		border: 1px solid #d6d6d6;
		color: #8d8d8d;
		height: 44px;
		outline: medium none;
		padding: 0 50px 0 17px;
		width: 100%;
	}

	.blog-search span {
		color: #252525;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.blog-search .search-submit {
		background: none;
		border: none;
	}

	.blog-search:after {
		background-color: #d6d6d6;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 1px;
	}

	.sidebar-widget .tagcloud a{
		padding: 4px 10px;
		border: 1px solid #ccc;
		margin: 3px 1px;
		display: inline-block;
	}

	.sidebar-widget .tagcloud a:hover{
		border-color: #000;
		color: #000;
	}

	ul.content-flickr {
		margin: 0;
		overflow: hidden;
		padding: 0;
	}

	ul.content-flickr li {
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
		width: 33.33%;
	}

	.content-flickr li a {
		display: block;
		position: relative;
		width: 100%;
	}



/* 15. FOOTER */

	#footer{
		background-color: #262626;
		padding-top: 40px;
		padding-bottom: 40px;
		color: rgba(255, 255, 255, 0.4);
	}

	#footer a{
		color: rgba(255, 255, 255, 0.4);
	}
	#footer a:hover{
		color: #fff;
	}

	.footer-social-icons{
		text-align: right;
	}

	.footer-social-icons a{
		margin: 0 5px;
		font-size: 16px;
	}

	.footer-social-icons span{
		margin-right: 10px;
	}

	
/* 16. SCROLL TO TOP */

	.scroll-up {
		position: fixed;
		display: none;
		z-index: 999;
		bottom: 1.8em;
		right: 1.8em;
	}

	.scroll-up ul{
		margin: 0;
		padding: 0;
	}

	.scroll-up li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll-up a {
		background-color: #333;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 38px;
		/*box-shadow: 0px 0px 6px #ccc;*/
	}

	.scroll-up a:hover,
	.scroll-up a:active {
		background-color: #6c6c6c;
		color: #333;
	}


	#header ul ul
	{
		display:none;
		position:absolute;
		z-index: 90;
		top:100%;
		left:0;
		background:#f8f8f8;
		padding:0;

	}
	#header ul ul li
	{
		float:none;
		/*width:300px;*/
		list-style: none;
		padding: 10px 0px;
		/*border-bottom:1px solid #ccc;*/
		background-color: #f8f8f8;

		/* added */
		min-width:300px;
		white-space: nowrap;
	}

	#header ul ul a
	{
		line-height:120%;
		padding:10px 15px;
	}

	#header ul ul ul
	{
		top:0;
		left:100%
	}

	#header ul li:hover > ul
	{
		display:block;
	}

	.md-modal {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 90%;
		max-width: 630px;
		min-width: 320px;
		height: auto;
		z-index: 2000;
		visibility: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.md-show {
		visibility: visible;
	}

	.md-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		visibility: hidden;
		top: 0;
		left: 0;
		z-index: 1000;
		opacity: 0;
		background: rgba(63,63,63,0.8);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.md-show ~ .md-overlay {
		opacity: 1;
		visibility: visible;
	}

	/* Content styles */
	.md-content {
		color: #333;
		background: #fff;
		position: relative;
		border-radius: 3px;
		margin: 0 auto;
	}

	.md-content h3 {
		margin: 0;
		padding: 0.4em;
		text-align: center;
		font-size: 2.4em;
		font-weight: 300;
		opacity: 0.8;
		background-color: #fff;
		border-bottom: 1px solid #333;
		border-radius: 3px 3px 0 0;
	}

	.md-content > div {
		padding: 20px;
		margin: 0;
		font-weight: 300;
		font-size: 1.15em;
	}

	.md-content > div p {
		margin: 0;
		padding: 10px 0;
	}

	.md-content > div ul {
		margin: 0;
		padding: 0 0 30px 20px;
	}

	.md-content > div ul li {
		padding: 5px 0;
	}

	.md-content button {
		display: block;
		margin: 0 auto;
		font-size: 0.8em;
	}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	-moz-transform: rotateY(-70deg);
	-ms-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}


	@media screen and (max-width: 32em) {
		body {
			/*font-size: 60%;*/
		}
	}

	/*=======================*/

	/* Sidebar / Widget common*/
	/*========================*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:hover {
  font-weight: bold;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

	.st-pricing{
		background-color: #fff;
		padding: 40px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricingView{
		background-color: #fff;
		padding: 10px;
		margin-top: 10px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricingInvestorOne{
		background-color: #fff;
		padding: 0px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricingInvestorOne p> i{
		font-size: 12px;
		font-weight: 400;
	}

	.st-pricingInvestorOne a{
		font-size: 12px;
 		font-weight: 700;
 		color: #33ccff;
	}

	.st-pricingInvestorTwo{
		background-color: #fff;
		padding: 0px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricingInvestorThree{
		background-color: #fff;
		padding: 0px;
		margin-top: 30px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.st-pricingInvestorThree p> i{
		font-size: 12px;
		font-weight: 400;
	}
	
	.st-pricingInvestorThree a{
		font-size: 12px;
 		font-weight: 700;
 		color: #1ab7eb;
	}
	
	.st-pricingInvestorThree a:hover{
		font-size: 12px;
 		font-weight: 700;
 		color: #067cdf;
	}


	.st-pricingView:hover{
		box-shadow: 0px 0px 18px #bababa;
	}


	.st-pricingViewTwo{
		background-color: #fff;
		padding: 40px;
		margin-top: 0px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.st-pricingInvestorOne .st-pricingView .st-Border:hover{
		background-color: #fff;
		padding: 40px;
		margin-top: 0px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;

	}

	.st-pricingView .st-border{
		width: 100%;
		margin-bottom: 15px;
		background-color: #ccc;
	}



	.st-serviceMembers{
		margin-top: 30px;
	}

	.st-serviceMembers h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.st-serviceMembers h2 i{
		margin-right: 10px;
	}

	.st-serviceMembers p{}



	.st-serviceMembers:hover{
		box-shadow: 0px 0px 18px #bababa;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module-parallax {
	background-attachment: fixed;
}

.module,
.module-small {
  position: relative;
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}
.module-withtop {
  padding: 0 0 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*======
button
========*/
button {
  border: none;
  padding: 0.6em;
  background: #3399fe;
  color: #fff;
font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px;
}

button:hover {
  background: #2676c4;
}

/*============================
LOGIN
==============================*/

 
/*  Shake animation  */
.animated {
  -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinges {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

.animated.slow {
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
}

.animated.snail {
	-webkit-animation-duration: 4s;
	   -moz-animation-duration: 4s;
	     -o-animation-duration: 4s;
	        animation-duration: 4s;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

.login .modal-dialog{
    width: 350px;
}
.login .modal-footer{
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px;
}
.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
/*     padding: 11px 15px; */
}
.login .modal-body{
/*     background-color: #eeeeee; */
}
.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}
.login .division .line.l {
    left: 0;
}
.login .division .line.r {
    right: 0;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}
.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
}

.login .social .circle{
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    padding: 15px;
}
.login .social .circle .fa{
    font-size: 16px;
}
.login .social .facebook{
    background-color: #455CA8;
    color: #FFFFFF;
}
.login .social .google{
    background-color: #F74933;
}
.login .social .github{
    background-color: #403A3A;
}
.login .facebook:hover{
    background-color: #6E83CD;
}
.login .google:hover{
    background-color: #FF7566;
}
.login .github:hover{
    background-color: #4D4D4d;;
}
.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.login .btn-login, .registerBox .btn-register{
    background-color: #2f88d7;
    border-color: #2f88d7;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%;
}
.login .btn-login:hover, .registerBox .btn-register:hover{
    background-color: #409def;
    color: #FFFFFF;
}
.login .form-control{
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF;
}

.login .form-control:hover{
    background-color: rgba(0,0,0,.16);
}
.login .form-control:focus{
/*    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.04) inset;*/
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(128,128,128,1);
    background-color: rgba(255,255,255,1);
    color: #FFFFFF;
}


.login .box .form input[type="text"], .login .box .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #000;
    font-size: 16px;
    height: 46px;
    margin-bottom: 10px;
    padding: 13px 12px;
    width: 100%;
}

@media (max-width:400px){
    .login .modal-dialog{
        width: 100%;
    }
}

.big-login, .big-register{
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.big-login:hover{
    background-color: #00A4E4;
    color: #FFFFFF;
}
.big-register{
    background-color: rgba(0,0,0,.0);
    color: #00bbff;
    border-color: #00bbff;
}
.big-register:hover{
    border-color: #00A4E4;
    color:  #00A4E4;
}

/*
================
*/

.buttonbot{
	padding: 20px;
	position: inherit;
}

#initiatives .ilist,
#one-page .ilist,
.press .plist {
	min-height: 150px; display: inline-block; vertical-align: top;
}

hr {
	clear: both;
	margin-top: 30px; /*50*/
}

.m-t-40 { margin-top: 40px; }

.gallery-video-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

/* Gallery hover */
.gallery-video-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-video-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

#initiatives .lists a {
	color: #333333;
}

.success {
	color: #ffffff;
	background-color: #009900;
	border-color: #006600;
}

/* -------------------------------------------------------------------
Checkout table
------------------------------------------------------------------- */

.members-table {
	border: 1px solid #eee;
}

.members-table > tbody > tr > td,
.members-table > tbody > tr > th,
.members-table > tfoot > tr > td,
.members-table > tfoot > tr > th,
.members-table > thead > tr > td,
.members-table > thead > tr > th {
	border-top: 1px solid #eee;
	padding: 12px;
}

.members-table tr td,
.members-table tr th {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.members-table tbody tr td:last-child,
.members-table tbody tr th:last-child {
	max-width: 45px;
}

.members-table tr td p,
.members-table tr td a { 
	font-size: 14px;
	line-height: normal;
}

.pr-remove {
	vertical-align: middle !important;
	text-align: center;
}

.m-b-0 {
	margin-bottom: 0px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}

.heads {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.post-header {
	font-size: 20px;
	margin-top: 20px;
}
.post-header p {
	font-size: 12px;
}

.icon-only,
.icon-only:hover {
	position: relative;
	float: right;
	margin-top: -35px;
	z-index: 5000;
	background: transparent;
	border: 0px;
	color: #000;
	text-transform: lowercase;
}

/* recaptcha */
.g-recaptcha {
	position: relative;
    margin: 25px auto 0px;
    width: 304px;
}

/* collective */
#collective {
	margin-bottom: 50px;
}
#collective .module-title {
	margin-bottom: 40px;
}
#collective .widget ul {
	/*padding-left: 15px;*/
}
#collective .widget ul li {
	/*list-style-type: disc;*/
	/*color: rgba(2, 164, 152, 1);*/
	/*padding: 6px 0px;*/
}
#collective .widget ul li a {
	/*font-size: 12px;*/
    /*font-weight: 600;
    color: #2f88e0;*/
 	/*color: rgba(2, 164, 152, 1)*/
}
#collective .widget ul li a:hover {
 	color: rgba(0, 0, 0, 1);
}
#collective .tab-content {
	padding: 30px 4px;
}

#collective .content-box-text i {
	font-size: 65px;
	color: #333;
}

#collective .table-bordered {

}
#collective tbody tr td.tab-head {
	text-align: left;
}
#collective tbody tr td {
	text-align: center;
}
#collective .table-header {
	/*background-color: rgba(2, 164, 152, 1);*/
	background-color: #0058a6;
	color: #fff;
}
#collective .table-padding10 {
	padding: 10px 0px
}
#collective .table-cell-empty {
	background-color: #ddd;
}

#collective .box-row2 .content-box-text img {
	width: 65px;
}

.tri-down {
  	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: /*#ddd*/ #0058a6 transparent transparent transparent;
	-webkit-transform:rotate(360deg);
	display: none;
    position: absolute;
    left: 50%;
    margin-left: -5px;
}

#dyntable td span {
	display: none;
}

/* tabs overrides */
.nav-tabs {
	border-bottom: 1px solid #fff;
}
.nav-tabs>li>a {
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 5px solid #0058a6; /* #ddd;*/
    font-weight: bold;
}

.nav-tabs>li.active .tri-down {
    display: block;
}

#tbl-pblsh td {
	text-align: center;
	vertical-align: middle;
}
#tbl-pblsh td i {
	font-size: 30px;
}
.table .tr-head {
	/*background-color: rgba(133,187,4,1);*/ /*rgba(0,32,96,1); rgba(12,100,174,1);*/
	background-color: #0058a6;
	color: #fff;
}
.table .tr-head th {
	text-align: center !important;
	vertical-align: middle;
}
#tbl-mmbrs a:hover {
	font-weight: bold;
}

#collective .box-row,
#collective .box-row2 {
	/*display: flex;*/
	/*cursor: pointer;*/
}
#collective .box {
    /*flex-direction: column;*/
    /*padding: 20px;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    
}
#collective .box-row {
	color: #fff;
}
#collective .box-row .box {
	/*color: #fff;
	border: 2px solid #ddd;*/

	/*margin-right: 15px;*/
}
#collective .box-row .box:last-child {
	/*margin-right: 0;*/
}

#collective .box-row .c1 .content-box {
	background-color: rgba(0, 32, 96, 0.8);
}
#collective .box-row .c0 .content-box {
	background-color: rgba(13, 170, 140, 0.8); /*rgba(51, 222, 114, 0.8)*/
}
#collective .box-row .c2 .content-box {
	background-color: rgba(255, 192, 0, 0.8);/*rgba(1,164,152,1)*/
}
#collective .box-row .c3 .content-box {
	background-color: rgba(192, 0, 0, 0.8); /*rgba(133,187,4,1)*/
}

#collective .content-box {
    border-radius: 10px;
    padding: 10px 12px;
    min-height: 150px;

}
#collective .box-row .content-box h5 {
	font-size: 30px;
}

#collective .box-row .box-row2 h5 {
	/*color:*/ /*#33ccff;*/ /*rgba(133,187,4,1);*/
	font-weight: bold;
	font-size: 18px;
}

#collective .box-row2 a {
	display: inline-block;
	width: 100%;
}
#collective .box-row2 .content-box {
	padding: 10px 12px;
	border: 2px solid #555;
}


#collective .box-button a {
	padding: 20px; 
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	color: #fff;
	font-weight: 500;
	width: 100%; 
	display: inline-block; 
	text-align: center;
}
#collective .box-button a.bl {
	background: rgb(51, 122, 183, 0.8); 
}

#collective .box-button a.or {
	background: rgb(255, 192, 0, 0.8);
}
#collective .box-button a.bl:hover {
	background: rgb(51, 122, 183, 1); 
}

#collective .box-button a.or:hover {
	background: rgb(255, 192, 0, 1);
}

/* Accordion */

.panel-group {
	border: 1px solid #eee;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;
}

.panel-group .panel {
	border-radius: 0;
}

.panel {
	border: 0;
	border-bottom: 1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-color: #eee;
}

.panel-heading {
	padding: 15px 20px;
}

.panel-default > .panel-heading {
	background: transparent;
	border-color: #eee;
}

.panel-heading a {
	position: relative;
	display: block;
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	margin-top: -7px;
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 1;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

.panel-title {
	font-size: 12px;
}

.panel-group .panel + .panel {
	border-top: 0;
	margin-top: 0;
}


/*
* at a glance
*/
.glance .post-entry p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

#tbl-flgs td {
	vertical-align: middle;
	border-top: none;
}
#tbl-flgs a.flgs {
	display: inline-block;
	text-align: center;
}

#tbl-flgs a.flgs img {
	display: block;
	height: 70px;
	margin: 10px 15px;
	/*border: 1px solid blue;*/
}

#tbl-flgs a.flgs span {
	font-weight: bold;
}

.post-media img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 300px; /*250px*/
	border: 1px solid #ccc;
}

.post-media .video_img img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 100%;
}


.fcw {
	color: #fff;
}

/** event **/
#events .post-event {
    margin: 40px 0 0;
}
#events .post-event-title {
    margin: 0 0 15px;
}
#events .post-event .event-date {
    max-width: 60px;
    float: left;
    margin-top: 10px;

    padding: 10px;
    border: 1px solid gray;
    border-radius: 4px;
    text-align: center;
    background-color: rgba(51, 122, 183, 0.1);/*rgb(224, 224, 224, 0.2);*/ /*rgb(51, 122, 183, 0.1);*/
}
#events .post-event .event-content {
    margin-left: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}
#events .read-more {
	display: inline-block; 
	/*float: right; */ 
	margin-top: 5px;
}

.social-text-links, .social-icon-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icon-links > li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.socicon-round > li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.social-icon-links > li > a {
    display: inline-block;
    background: #f7f7f7;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #111;
}


#events .search-box {
    position: relative;
}
#events .search-btn {
    background: transparent;
    border: none;
    position: absolute;
    overflow: hidden;
    right: 1px;
    top: 50%;
    height: 40px;
    width: 42px;
    outline: none;
    margin-top: -20px;
    line-height: 38px;
    font-size: 14px;
    color: #eee;
    padding: 0;
}

#events .widget .widget-posts-date {
	min-width: 60px; 
	width: 60px;
	/*width: 25%;*/ 
	float: left; 
	padding: 15px 0px; 
	border: 1px solid #ccc; 
	text-align: center; 
	background-color: rgba(51, 122, 183, 0.1); 
	border-radius: 5px;
	font-size: 11px;
}
#events .widget .widget-posts-title {
	margin-left: 80px; 
	font-weight: normal;
}
#events .widget .widget-posts-date:hover {
	background-color: rgba(51, 122, 183, 0.2);
}
#events .widget .widget-posts-title a:hover {
	font-weight: bold;
}

#events .widget .widget-posts a {
	display: inline-block;
}
#events .widget .widget-posts a:hover div {
	background-color: rgba(51, 122, 183, 0.2);
}
#events .widget .widget-posts a:hover h5 {
	font-weight: bold;
}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}