
/* ==========================================================================
   01. General Styles
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500);
@import url(http://fonts.googleapis.com/css?family=Lato:700);

body {
  
  font-family: 'Roboto', sans-serif;
  /*font-weight: 400;*/
}
.quotes > a {
    font-size: 15px;
    font-style: italic;
}
.latest {
    color: #333;
    margin-bottom: 0px !important;
    margin-top: 25px;
    text-align: center;
}
p {
	margin-bottom: 24px;
}
.fixed-header {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    background-color: #6a1b9a !important;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.fixed-header .main-nav{
	margin-top: 18px;
}
.fixed-header .list-unstyled > li > a {
    color: #d7d7d7 !important;
    line-height: 25px !important;
    height: 40px !important;
}
.fixed-header .active {
    border-bottom: 5px solid #fff;
}
blockquote {
	margin: 24px 0;
	margin-left: 72px;
	border-left: 4px solid #6a1b9a;
	padding: 0;
	padding-left: 38px;
	font-size: 16px;
	line-height: 28px;
	color: #232323;
	font-weight: 500;
}
blockquote p {
	position: relative;
}
blockquote p:before {
	content: '“';
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 28px;
	position: absolute;
	left: -12px;
	top: 0;
}
blockquote p:after {
	content: '”';
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 28px;
}
blockquote footer {
	font-size: 13px;
	line-height: 28px;
	text-transform: uppercase;
	color: #6a1b9a;
	margin-top: 12px;
}
blockquote footer:before {
	content: '';
}
a {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	outline: none !important;
	color: #7e50ff;
}
a:hover {
	color: #7e50ff;
}
a.bio_link{
	color: #57cbc5;
	font-style: italic;
	font-weight: 100;
}
a:focus {
	text-decoration: none;
}

a img {
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: .75;
}
.list-unstyled li {
	margin-bottom: 12px;
}
.list-icons {
	padding-left: 0;
	margin-left: 36px;
	list-style-type: none;
}
.list-icons > li {
	position: relative;
}
.list-icons > li > i {
	position: absolute;
	width: 36px;
	top: 2px;
	text-align: center;
	color: #232323;
	font-size: 18px;
	vertical-align: middle;
}
.list-icons.purple > li > i {
	color: #7e50ff;
}
.bold-list {
	font-weight: 500;
}
.bold-list li {
	margin-bottom: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #232323;
}
h1 {
	font-size: 50px;
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 24px;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 36px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 36px;
	font-weight: 500;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 24px;
}
h5 {
	font-size: 15px;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 24px;
}
h6 {
	font-size: 14px;
	line-height: 32px;
	font-weight: 500;
}
h3.small-margin-bottom {
	margin-bottom: 6px;
}
.map {
	width: 100%;
	height: 426px;
	margin-top: 72px;
}

/* ==========================================================================
   02. Buttons
   ========================================================================== */
.button {
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	outline: none !important;
}
.button:hover {
	text-decoration: none;
}
.button i {
	font-size: 24px;
	vertical-align: middle;
}
.button.icon-left i {
	margin-right: 12px;
}
.button.icon-right i {
	margin-left: 12px;
}
.button-row {
	margin-top: 48px;
}
.button-row .button {
	margin-right: 32px;
	margin-bottom: 12px;
}
@media all and (max-width: 1024px) {
	.button-row .button {
		display: block;
		margin-right: 0;
	}
}
/*==========  Solid Button  ==========*/
.solid-button {
	font-size: 15px;
	line-height: 26px;
	padding: 11px 29px;
	border: none;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	text-align: center;
}
.solid-button:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.solid-button.purple {
	background: #6a1b9a;
	color: #fff;
}
.solid-button.white {
	background: #fff;
	color: #232323;
}
.solid-button.dark {
	background: #232323;
	color: #fff;
}
.solid-button.white-purple {
	background: #fff;
	color: #232323;
}
.solid-button.white-purple:hover {
	background: #6a1b9a;
	color: #fff;
}
.solid-button.small {
	font-size: 12px;
	padding: 2px 20px;
}
/*==========  Link Button  ==========*/
.link-button {
	font-size: 13px;
	line-height: 32px;
}
.link-button:hover {
	opacity: .75;
}
.link-button.white {
	color: #fff;
}
/*==========  Action Button  ==========*/
.action-button {
	background: #6a1b9a;
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
}
.action-button:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,.13), 0 9px 15px rgba(0,0,0,.3);
}

/* ==========================================================================
   03. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]), select, textarea {
	border: none;
	border-bottom: 1px solid #d7d7d7;
	background: none;
	width: 100%;
	padding: 2px 6px;
	outline: none !important;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
input:not([type=submit]):not([type=file]):focus, select:focus, textarea:focus {
	border-color: #6a1b9a;
}
.input-group {
	margin-bottom: 28px;
}


/* ==========================================================================
   04. Alerts
   ========================================================================== */
.alert {
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	border: none;
	margin-bottom: 0;
	margin-top: 24px;
	display: none;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	text-transform: uppercase;
}
.alert-info {
	background: #2196F3;
	color: #fff;
}
.alert-success {
	background: #4CAF50;
	color: #fff;
}
.alert-danger {
	background: #F44336;
	color: #fff;
}

/* ==========================================================================
   05. Progress Bar
   ========================================================================== */
.progress {
	height: 8px;
	margin-bottom: 36px;
	background-color: #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}
.progress-bar {
	line-height: 8px;
	background-color: #6a1b9a;
	box-shadow: none;
	position: relative;
}
.progress-bar span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	background: #fff;
	font-weight: 400;
	position: absolute;
	top: -16px;
	right: -20px;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.progress-bar-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 12px;
	color: #232323;
}
.circle-progress-wrapper {
	margin-bottom: 24px;
}
.circle-progress {
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
}
.circle-progress input {
	font-size: 20px !important;
	display: inline-block !important;
	width: 78px !important;
	height: 78px !important;
	line-height: 78px !important;
	border-radius: 100% !important;
	background: #fff !important;
	margin-top: 61px !important;
	margin-left: 61px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,.3) !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	top: 0;
	left: 0;
}
.circle-progress-label-wrapper {
	margin-left: 240px;
	height: 200px;
}
.circle-progress-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	color: #232323;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media all and (max-width: 768px) {
	.circle-progress {
		float: none;
	}
	.circle-progress-label-wrapper {
		margin-left: 0;
		height: auto;
		margin-top: 12px;
	}
	.circle-progress-label {
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* ==========================================================================
   06. Header
   ========================================================================== */
.header {
	box-shadow: 0 1px 6px rgba(0,0,0,.3);
	text-transform: uppercase;
}
.header .top {
	background: #6a1b9a;
	line-height: 30px;
	color: #fff;
	padding: 0 60px;
}
.header .top a {
	color: #fff;
}
.header .top a:hover {
	opacity: .75;
	text-decoration: none;
}
.header .top .available {
	float: left;
	padding: 0 10px;
}
.header .top .available i {
	font-size: 36px;
	line-height: 30px;
	margin-right: 8px;
	vertical-align: middle;
}
.header .top .right-icons {
	/*float: right;*/
	font-size: 24px;
}
.header .top .right-icons a {
	margin-left: 12px;
}
.header .bottom {
	background: #fff;
	line-height: 40px;
	padding: 0 40px;
	color: #232323;
	font-weight: 500;
	position: relative;
}
.header .bottom a {
	color: #232323;
}
.header .bottom .title {
	font-size: 28px;
	font-family: 'Raleway', sans-serif;
	/*float: left;*/
}
.header .bottom .title a:hover {
	opacity: .75;
	text-decoration: none;
}
/*.main-nav {
	float: right;
}*/
.main-nav.blog_link {
    float: none;
}
.main-nav ul {
	margin-bottom: 0;
}
.main-nav ul>li {
	padding: 0;
	display: inline-block;
	margin-left: -4px;
	margin-bottom: 0;
}
.main-nav ul>li a {
	padding: 0 8px;
	display: inline-block;
	line-height: 67px;
	height: 63px;
	border-bottom: 5px solid transparent;
}
.main-nav ul>li a:hover {
	border-bottom: 5px solid #6a1b9a;
	text-decoration: none;
}
.main-nav ul>li.active a {
	border-bottom: 5px solid #6a1b9a;
	text-decoration: none;
}
.header-action-button-wrapper {
	float: right;
	width: 120px;
	height: 70px;
	display: inline-block;
}
.header-action-button {
	position: absolute;
	bottom: -30px;
	right: 60px;
	z-index: 99;
}
.header .bottom .action-button {
	color: #fff;
}
.responsive-menu-open {
	display: none;
	float: right;
	text-transform: uppercase;
	line-height: 70px;
	height: 70px;
	text-decoration: none;
}
.responsive-menu-open:hover {
	text-decoration: none;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #fff;
	z-index: 999;
	padding: 24px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu-close {
	position: absolute;
	top: 24px;
	right: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.responsive-menu-close:hover {
	text-decoration: none;
}
.responsive-nav ul>li a {
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.responsive-nav ul>li.active a {
	color: #6a1b9a;
}
.no-scroll {
	overflow: hidden;
}
@media all and (max-width: 1024px) {
	.header .top {
		padding: 0 12px;
	}
	.header .top .available span {
		/*display: none;*/
	}
	.header .bottom {
		padding: 0 12px;
	}
	.main-nav {
		display: none;
	}
	.responsive-menu-open {
		display: inline-block;
	}
	.header-action-button-wrapper {
		width: 84px;
	}
	.header-action-button {
		right: 12px;
	}
}
/*==========  Popup  ==========*/
.popup, .slide-out-popup {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	position: absolute;
	top: 47px;
	right: 35px;
	z-index: 999;
	min-width: 118px;
	display: none;
}
.slide-out-popup {
	top: 54px;
	right: 41px;
}
.popup:before, .slide-out-popup:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -10px;
	right: 30px;
}
.popup .social-nav ul, .slide-out-popup .social-nav ul {
	margin-bottom: 0;
}
.popup .social-nav ul li, .slide-out-popup .social-nav ul li {
	line-height: 30px;
	margin-bottom: 0;
}
.popup .social-nav ul li a, .slide-out-popup .social-nav ul li a {
	color: #232323;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.popup .social-nav ul li a:hover, .slide-out-popup .social-nav ul li a:hover {
	color: #fff;
	background: #6a1b9a;
	font-weight: 700;
	text-decoration: none;
}
@media all and (max-width: 1024px) {
	.popup {
		right: 2px;
	}
	.popup:before {
		right: 15px;
	}
}
/*==========  Search  ==========*/
.search-overlay,.volunteer-overlay {
	background: #6a1b9a;
	background: rgba(106, 27, 154,.93);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000000;
	border-radius: 100%;
}
.search-overlay.scale, .volunteer-overlay.scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.search, .volunteer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000002;
	display: none;
	color: #fff;
	text-align: center;
	padding: 0 12px;
	padding-top: 144px;
	font-size: 24px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.search.open, .volunteer.open {
	display: block;
	background-color: #6a1b9a;
}
.search-close ,.volunteer-close {
	position: absolute;
	right: 48px;
	top: 48px;
	z-index: 999;
	font-size: 48px;
	color: #fff;
}
.search-close:hover,.volunteer-close:hover {
	color: #fff;
	opacity: .75;
}
.search h4,.volunteer h4 {
	margin-bottom: 48px;
	color: #fff;
	font-size: 25px;
}
.search input:focus,.volunteer input:focus {
	border-color: #fff !important;
}
/*==========  Slide Out  ==========*/
.slide-out-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99;
	display: none;
}
.slide-out {
	width: 380px;
	height: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -400px;
	background: #fff;
	z-index: 100;
	box-shadow: -2px 0 10px rgba(0,0,0,.4);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.slide-out.open {
	right: 0;
}
.slide-out-header {
	background: #6a1b9a;
	padding: 30px;
	padding-top: 20px;
	color: #fff;
}
.slide-out-header a {
	color: #fff;
}
.slide-out-header a:hover {
	opacity: .75;
}
.slide-out-close {
	font-size: 24px;
}
.slide-out-header .open-search, .slide-out-header .slide-out-share {
	font-size: 24px;
	margin-left: 12px;
}
.slide-out-header .image {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #fff;
	background: #e2e2e2;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	float: left;
	margin-top: 24px;
}
.slide-out-header .content {
	margin-left: 118px;
	padding-top: 18px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.slide-out-header .content h5 {
	margin-bottom: 0;
	color: #fff;
}
.slide-out-header .content span {
	line-height: 32px;
	font-weight: 500;
}
.slide-out-widgets {
	padding: 30px;
	padding-top: 50px;
}
.slide-out-widget {
	margin-bottom: 60px;
}
.slide-out-widget h4 {
	margin-bottom: 24px;
	color: #111;
}
@media all and (max-width: 768px) {
	.slide-out {
		width: 100%;
		right: -110%;
	}
}

/* ==========================================================================
   07. Footer
   ========================================================================== */
.footer {
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.footer .top {
	background-image: url('../images/footer.jpg');
    background-size: cover;
	padding: 48px 0;
	height: 320px;
	margin-bottom: -25px;
}
.footer .bottom {
	background: #1c1c1c;
	line-height: 50px;
}
.footer h4 {
	color: #fff;
}
.footer .social-icons {
	margin-bottom: 24px;
}

/* ==========================================================================
   08. Social Icons
   ========================================================================== */
.social-icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #232323;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 4px 12px rgba(0,0,0,.13);
	margin: 0 4px;
	text-align: center;
}
.social-icon:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
}
.footer .social-icon {
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
}
.social-icon:hover {
	background: #6a1b9a;
	color: #fff;
}

/* ==========================================================================
   09. Sections
   ========================================================================== */
.sections {
	display: block;
	height: auto;
	overflow: hidden;
	position: static;
	word-wrap: break-word;
}
.sections-wrapper {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
.sections-wrapper > section {
	width: 1600px;
	height: auto;
	float: left;
	padding: 55px 12px 40px;
}
.sections-wrapper > section.no-padding-bottom {
	padding-bottom: 0;
}
.sections-wrapper > section.no-padding-bottom .padding-fix {
	padding-bottom: 72px;
}
.section-img {
	max-height: 650px;
	margin: 0 auto;
}
.vertical-center {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.section-nav {
	position: fixed;
	bottom: 80px;
	right: 60px;
	z-index: 9;
}
.section-nav a {
	display: block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 36px;
	border-radius: 100%;
	background: #000;
	color: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);
	margin-top: 20px;
}
.section-nav a:hover {
	box-shadow: 0 6px 18px rgba(0,0,0,.13), 0 9px 15px rgba(0,0,0,.3);
}
.section-nav a.disabled {
	pointer-events: none;
	cursor: default;
	opacity: .75;
}
.spacer {
	margin-bottom: 48px;
}
@media all and (max-width: 1024px) {
	.vertical-center {
		display: block;
	}
	.section-img {
		max-height: 256px;
	}
	.section-nav {
		bottom: 12px;
		right: 12px;
	}
	.section-nav a {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 24px;
		margin-top: 12px;
	}
}

/* ==========================================================================
   10. Widgets
   ========================================================================== */
.instagram {
	text-align: center;
}
.instagram img {
	width: 93px;
	display: inline-block;
	padding: 6px;
}

/* ==========================================================================
   11. Signature
   ========================================================================== */
.signature {
	border-bottom: 2px dashed #232323;
	position: relative;
	margin: 0 18px;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.signature:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #6a1b9a;
	border-radius: 100%;
	position: absolute;
	left: -18px;
	bottom: -7px;
}
.signature:after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #6a1b9a;
	border-radius: 100%;
	position: absolute;
	right: -18px;
	bottom: -7px;
}

/* ==========================================================================
   12. Services
   ========================================================================== */
.service {
	background: #fff;
	text-align: center;
	padding: 48px 0;
	color: #232323;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	margin-bottom: 24px;
}
.service:hover {
	background: #6a1b9a;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.service .icon {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 24px;
}
.service h5 {
	margin-bottom: 0;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.service:hover h5 {
	color: #fff;
}

/* ==========================================================================
   13. Experience
   ========================================================================== */
.experience-block {
	position: relative;
	padding-bottom: 30px;
}
.experience-block .icon {
	display: block;
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	background: #fff;
	border: 5px solid #e5e5e5;
	border-radius: 100%;
	font-size: 36px;
	color: #000;
	position: absolute;
	top: 0;
	left: 30%;
	margin-left: -39px;
	z-index: 2;
}
.experience-block .line {
	display: block;
	height: 100%;
	width: 2px;
	border-left: 2px dashed #4d4d4d;
	position: absolute;
	top: 0;
	left: 30%;
}
.experience-block .meta {
	width: 20%;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	position: relative;
	float: left;
	margin-top: 39px;
}
.experience-block .meta:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 10px 0 0;
	border-color: #6a1b9a transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -10px;
}
.experience-block .meta .year {
	display: block;
	background: #6a1b9a;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 700;
}
.experience-block .meta .company {
	display: block;
	background: #fff;
	color: #232323;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 500;
}
.experience-block .content {
	width: 60%;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	background: #fff;
	position: relative;
	padding: 20px 30px;
	float: right;
	margin-top: 39px;
}
.experience-block .content:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 13px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	left: -10px;
}
.experience-block .content h5 {
	margin-bottom: 6px;
}
.experience-block .content p:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
	.experience-block .icon {
		left: 0;
		margin-left: 0;
	}
	.experience-block .line {
		left: 38px;
	}
	.experience-block .meta {
		width: 60%;
		float: right;
		margin-top: 12px;
	}
	.experience-block .meta:after {
		border-width: 0 10px 13px 0;
		border-color: transparent #6a1b9a transparent transparent;
		right: auto;
		left: -10px;
	}
	.experience-block .content {
		margin-top: 12px;
		width: 80%;
		padding: 10px 20px;
	}
	.experience-block .content:after {
		border-width: 10px 0 0 13px;
		border-color: transparent transparent transparent #fff;
		top: -10px;
		left: 0;
	}
}
.marque-box{
	height: 320px !important;
}
.marque-box .marque-main ul li .splendid-links{
	text-align: left !important;
}
/* ==========================================================================
   14. Testimonials
   ========================================================================== */
.testimonial-slider {
	text-align: center;
	font-weight: 500;
	color: #232323;
	margin-top: 24px;
}
.testimonial-slider .image {
	width: 400px;
	height: 200px;
	display: block;
	/*border: 5px solid #fff;*/
	/*border-radius: 100%;*/
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 20px;
}
.testimonial-slider .image img {
	transform-style: inherit;
}
.testimonial-slider .sep {
	width: 65px;
	height: 3px;
	margin: 0 auto;
	background: #6a1b9a;
	margin-bottom: 30px;
	position: relative;
}
.testimonial-slider .sep:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #6a1b9a transparent transparent transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
}
.testimonial-slider p {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
}
.testimonial-slider .author {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 32px;
	display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 6px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	border-radius: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #6a1b9a;
}
.owl-theme .owl-nav {
	margin-top: 0;
}

/* ==========================================================================
   15. Education
   ========================================================================== */
.education {
	padding: 132px 0;
	margin: 72px 0;
}
.education .line {
	border-bottom: 1px dashed #232323;
	position: relative;
	margin: 0 18px;
	padding-bottom: 12px;
	margin-bottom: 24px;
	position: relative;
	top: -1px;
}
.education .line:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #6a1b9a;
	border-radius: 100%;
	position: absolute;
	left: -18px;
	bottom: -7px;
}
.education .line:after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background: #fff;
	border: 4px solid #6a1b9a;
	border-radius: 100%;
	position: absolute;
	right: -18px;
	bottom: -7px;
}
.education .item {
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
	color: #232323;
}
.education .item .marker {
	width: 22px;
	height: 22px;
	background: #fff;
	border: 6px solid #6a1b9a;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -11px;
	box-shadow: 0 2px 6px rgba(0,0,0,.25);
	z-index: 2;
}
.education .item .content {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
	padding: 24px;
	position: absolute;
	top: -132px;
	left: 0;
	right: 0;
	margin: 0 12px;
}
.education .item:nth-child(even) .content {
	top: auto;
	bottom: -132px;
}
.education .item .content:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 0 18px;
	border-color: transparent transparent transparent #fff;
	box-shadow: -2px 2px 4px rgba(0,0,0,.15);
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.education .item:nth-child(even) .content:after {
	border-width: 0 18px 18px 0;
	border-color: transparent #fff transparent transparent;
	box-shadow: none;
	position: absolute;
	top: -9px;
	bottom: auto;
}
.education .item .content span {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.education .item .content h4 {
	line-height: 26px;
	margin-bottom: 0;
}
.education .item .year {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	bottom: -44px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.education .item:nth-child(even) .year {
	top: -44px;
	bottom: auto;
}
@media all and (max-width: 768px) {
	.education {
		position: relative;
		padding: 0;
		margin: 18px 0;
		margin-bottom: 42px;
	}
	.education .item {
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}
	.education .item:last-of-type {
		margin-bottom: 0;
	}
	.education .item .content {
		position: static;
	}
	.education .line {
		border-bottom: none;
		border-left: 1px dashed #232323;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 1px;
		margin: 0;
		padding: 0;
	}
	.education .line:before {
		top: -18px;
		bottom: -7px;
		left: -7px;
	}
	.education .line:after {
		right: auto;
		bottom: -18px;
		left: -7px;
	}
	.education .item .content {
		padding: 24px;
		position: static;
		margin: 0;
		margin-left: 36px;
	}
	.education .item .marker {
		position: absolute;
		top: 50%;
		left: 0;
		margin-left: -11px;
		margin-top: -27px;
	}
	.education .item .content:after {
		border-width: 18px 0 0 18px;
		border-color: transparent transparent transparent #fff;
		box-shadow: -1px 2px 2px rgba(0,0,0,.15);
		bottom: auto;
		left: 36px;
		top: 50%;
		margin-top: -25px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.education .item:nth-child(even) .content:after {
		border-width: 18px 0 0 18px;
		border-color: transparent transparent transparent #fff;
		box-shadow: -1px 2px 2px rgba(0,0,0,.15);
		bottom: auto;
		left: 36px;
		top: 50%;
		margin-top: -25px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.education .item .year {
		position: static;
		margin: 0 auto;
		padding-left: 36px;
		margin-top: 6px;
	}
}

/* ==========================================================================
   16. Icon Box
   ========================================================================== */
.icon-box {
	text-align: center;
	margin: 12px 0;
}
.icon-box .icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 48px;
	color: #232323;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.25);
	margin-bottom: 24px;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.icon-box:hover .icon {
	background: #6a1b9a;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.icon-box h6 {
	line-height: 12px;
	margin-bottom: 0;
}

/* ==========================================================================
   17. Portfolio
   ========================================================================== */
.portfolio-wrapper {
	position: relative;
}
.portfolio-filters {
	position: absolute;
	top: -86px;
	right: 0;
}
.portfolio-filters .button {
	margin-left: 20px;
}
.portfolio {
	margin: 0 -20px;
	margin-top: 60px;
}
.portfolio .item {
	width: 25%;
	padding: 20px;
}
.portfolio .item img {
	width: 100%;
	height: auto;
}
.portfolio .item .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
}
.portfolio .item:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.portfolio .item .overlay .background {
	background: #6a1b9a;
	background: rgba(124,77,255,.9);
	width: 100%;
	height: 100%;
	cursor: url('../images/cursor.png') 43 43, crosshair;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.portfolio .item .overlay .meta {
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	width: calc(100% - 40px);
	margin: 0 20px;
	padding: 8px 0;
}
.portfolio .item .overlay .meta .title {
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: #232323;
}
.portfolio .item .overlay .meta .category {
	font-size: 14px;
	line-height: 26px;
	font-style: italic;
	font-weight: 500;
	color: #666;
}
.portfolio-load-more {
	text-align: center;
	margin-top: 48px;
}
@media all and (max-width: 1024px) {
	.portfolio .item {
		width: 50%;
		padding: 20px;
	}
	.portfolio-filters {
		position: static;
		text-align: center;
	}
	.portfolio-filters .button {
		margin-left: 12px;
		margin-bottom: 12px;
	}
	.portfolio {
		margin-top: 12px;
	}
}
@media all and (max-width: 768px) {
	.portfolio .item {
		width: 100%;
		padding: 20px;
	}
}
/* Single
   ========================================================================== */
.portfolio-button-row {
	margin-top: 7px;
	margin-bottom: 36px;
	display: block;
}
.portfolio-details {
	padding: 32px 24px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.portfolio-details p:last-of-type {
	margin-bottom: 0;
}
.portfolio-meta {
	margin-bottom: 24px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}
.portfolio-meta span {
	display: block;
	color: #232323;
}
.portfolio-slider {
	margin-bottom: 24px;
}
.portfolio-slider.owl-theme .owl-nav [class*='owl-'] {
	padding: 0;
	margin: 0;
	background: rgba(35,35,35,.3);
	font-size: 26px;
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.portfolio-slider.owl-theme .owl-nav [class*='owl-']:hover {
	background: rgba(35,35,35,.75);
}
.portfolio-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}
.portfolio-slider.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}
@media all and (max-width: 768px) {
	.portfolio-button-row {
		margin-top: 12px;
	}
	.related-images img {
		margin-bottom: 24px;
	}
}

/* ==========================================================================
   18. Blog
   ========================================================================== */
.blog-posts.masonry {
	margin: 0 -15px;
}
.blog-posts.masonry .blog-grid-sizer {
	width: 25%;
}
.blog-posts.masonry .blog-post {
	width: 25%;
	position: relative;
	padding: 15px;
}
.blog-posts.masonry .blog-post.image-left {
	width: 50%;
}
.blog-posts.masonry .blog-post.image-right {
	width: 50%;
}
.blog-posts.masonry .blog-post .inner {
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.blog-posts.masonry .blog-post .image {
	width: 50%;
	height: 276px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.blog-posts.masonry .blog-post .image:hover {
	opacity: .75;
}
.blog-posts.masonry .blog-post.image-left .image {
	float: left;
}
.blog-posts.masonry .blog-post.image-right .image {
	float: right;
}
.blog-posts.masonry .blog-post.image-top .image {
	width: 100%;
	height: 306px;
}
.blog-posts.masonry .blog-post .content {
	background: #fff;
	padding: 36px 24px;
	position: relative;
	height: 276px;
}
.blog-posts.masonry .blog-post.image-left .content {
	margin-left: 50%;
}
.blog-posts.masonry .blog-post.image-right .content {
	margin-right: 50%;
}
.blog-posts.masonry .blog-post a {
	color: #232323;
}
.blog-posts.masonry .blog-post a:hover {
	text-decoration: none;
	opacity: .75;
}
.blog-posts.masonry .blog-post .date {
	color: #777;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 6px;
	display: inline-block;
}
.blog-posts.masonry .blog-post h4 {
	font-weight: 700;
	margin: 0;
}
.blog-posts.masonry .blog-post footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #e8e8e8;
	padding-left: 28px;
	line-height: 50px;
	height: 50px;
}
.blog-posts.masonry .blog-post footer .comments-link {
	height: 50px;
	display: inline-block;
}
.blog-posts.masonry .blog-post footer .share-link {
	float: right;
	border-left: 1px solid #e8e8e8;
}
.blog-posts.masonry .blog-post footer .share-link a {
	padding: 0 18px;
	height: 50px;
	display: inline-block;
	color: #777;
}
.blog-load-more {
	text-align: center;
	margin-top: 48px;
}
@media all and (max-width: 1024px) {
	.blog-posts.masonry .blog-grid-sizer {
		width: 50%;
	}
	.blog-posts.masonry .blog-post {
		width: 50%;
	}
	.blog-posts.masonry .blog-post.image-left {
		width: 50%;
	}
	.blog-posts.masonry .blog-post.image-right {
		width: 50%;
	}
}
@media all and (max-width: 768px) {
	.blog-posts.masonry .blog-grid-sizer {
		width: 100%;
	}
	.blog-posts.masonry .blog-post {
		width: 100%;
	}
	.blog-posts.masonry .blog-post.image-left {
		width: 100%;
	}
	.blog-posts.masonry .blog-post.image-right {
		width: 100%;
	}
	.blog-posts.masonry .blog-post .image {
		width: 100%;
		height: 306px;
	}
	.blog-posts.masonry .blog-post.image-left .image {
		float: none;
	}
	.blog-posts.masonry .blog-post.image-right .image {
		float: none;
	}
	.blog-posts.masonry .blog-post.image-left .content {
		margin-left: 0;
	}
	.blog-posts.masonry .blog-post.image-right .content {
		margin-right: 0;
	}
}
/* Single Post
   ========================================================================== */
.single-blog-post .blog-header .content {
	background: #fff;
	padding: 40px;
	position: relative;
	height: 390px;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	float: left;
	width: 33.33%;
}
.single-blog-post .blog-header .image {
	width: 66.66%;
	height: 390px;
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.single-blog-post .blog-header .content .date {
	color: #6a1b9a;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 12px;
	display: inline-block;
	font-weight: 500;
}
.single-blog-post .blog-header .content h4 {
	font-weight: 700;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 26px;
}
.single-blog-post .blog-header .content .meta {
	color: #666;
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
}
.single-blog-post .blog-header .content .meta a {
	color: #666;
}
.single-blog-post .blog-header .content .meta a:hover {
	text-decoration: none;
}
.single-blog-post .blog-header .content .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 40px;
	padding-bottom: 24px;
}
.single-blog-post .blog-details {
	float: left;
	width: 33.33%;
	padding-right: 52px;
}
.single-blog-post .blog-details .section {
	padding: 36px 0;
	border-bottom: 1px dashed #232323;
}
.single-blog-post .blog-details .section:last-of-type {
	border-bottom: none;
}
.single-blog-post .blog-details h5 {
	margin-bottom: 0;
}
.single-blog-post .blog-details .author {
	margin-top: 24px;
}
.single-blog-post .blog-details .author .image {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}
.single-blog-post .blog-details .author .title {
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	color: #232323;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: inline-block;
}
.single-blog-post .blog-details .social-icons {
	margin-top: 24px;
}
.single-blog-post .blog-details .tags {
	margin-top: 6px;
}
.single-blog-post .blog-details .tags a {
	color: #666;
}
.single-blog-post .blog-details .tags a:hover {
	color: #6a1b9a;
	text-decoration: none;
}
.single-blog-post .blog-details .tags span {
	margin: 0 10px;
}
.single-blog-post .blog-post {
	float: right;
	width: 66.66%;
}
.single-blog-post .blog-post .blog-post-content {
	background: #fff;
	padding: 48px 40px;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
}
.single-blog-post .blog-post .blog-post-content p:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 1024px) {
	.single-blog-post .blog-header .content {
		height: auto;
		float: none;
		width: 100%;
	}
	.single-blog-post .blog-header .image {
		width: 100%;
		float: none;
	}
	.single-blog-post .blog-header .content .footer {
		position: static;
		padding: 0;
	}
	.single-blog-post .blog-details, .single-blog-post .blog-post {
		float: none;
		width: 100%;
	}
}
/* Comments
   ========================================================================== */
.blog-post-comments {
	margin-top: 64px;
}
.blog-post-comments>h4 {
	margin-bottom: 48px;
}
.comment {
	margin-bottom: 50px;
}
.comment:last-of-type {
	margin-bottom: 0;
}
.comment .comment {
	margin-left: 58px;
	margin-top: 50px;
}
.comment .inner {
	background: #fff;
	padding: 30px 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,.25);
	position: relative;
}
.comment .inner .image {
	float: left;
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.comment .inner .content {
	margin-left: 130px;
}
.comment .inner .content h5 {
	margin-bottom: 6px;
}
.comment .inner .content p {
	margin-bottom: 6px;
}
.comment .inner .content .meta {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	color: #232323;
	letter-spacing: 1px;
}
.comment .reply {
	position: absolute;
	top: 30px;
	right: 32px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #232323;
}
.comment .reply i {
	color: #6a1b9a;
	margin-left: 6px;
}

.comment .reply:hover {
	text-decoration: none;
}
.leave-comment {
	margin-top: 65px;
}
.leave-comment>h4 {
	margin-bottom: 48px;
}
.leave-comment .inner {
	background: #fff;
	padding: 38px 32px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.leave-comment .inner label {
	color: #232323;
}
.container.load_more {
    text-align: center;
    margin-top: 30px;
}

/* ==========================================================================
   19. Error Page
   ========================================================================== */
.error-page {
	text-align: center;
	padding: 72px 0;
}
.error-page .error {
	font-size: 250px;
	line-height: 250px;
	font-weight: 700;
	margin-bottom: 12px;
}
.error-page .details {
	font-size: 16px;
	line-height: 32px;
	color: #232323;
	margin-bottom: 36px;
}
@media all and (max-width: 768px) {
	.error-page .error {
		font-size: 120px;
		line-height: 120px;
	}
}


.background{
	background-image: url("../images/background.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -72px;
    min-height: 200px !important;
}


.quotes{
	color: #d7d7d7;
	margin-top: 350px;
}

/*------------------------------column------------------------------*/

.divider-title{
    border:1px solid #dddddd;
}

.project {
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    width:100%;
}

.project figure {
    position: relative;
    display: inline-block;
    width: 283px;
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
}

.project figure figcaption {
    position: relative;
    z-index: 10;
    padding: 8px 18px 11px;
    background: #fff;
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
    color: #555;
}

.project figure:hover .actions {
    opacity: 1;
}

.project figure .actions {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    -ms-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.project figure img {
    border: 0;
    width: 100%;
}
.btn-warning bnt-action{
    margin: 0% 0% auto;    
}

figcaption .project-details {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #6a1b9a;
    /*height: 27px;*/
    width: 85%;
    margin-bottom: 5px;
    /*overflow: hidden;*/
}
.text-primary {
    color: #2c2333 !important;
}
figcaption .project-price {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 22px;
    text-align: right;
    margin-top: 8px;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

figcaption .project-creator {
    font-size: 13px;
    color: #545454;
    display: block;
}

figcaption .project-creator {
    font-size: 13px;
    color: #545454;
    display: block;
}

.project figure .actions button {
    padding: 13px 20px;
    font-size: 16px;
    top: 32%;
    position: absolute;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    line-height: 18px;
    letter-spacing: 1px;
}     
.img-responsive p {
    margin-bottom: 10px !important;
} 

figcaption a {
    margin-bottom: 20px;
}              
/*------------------------------column------------------------------*/

/*------------------------------sub menu-----------------------------*/
.dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
     height: 40px !important;
    line-height: 40px !important;
}
.dropdown-menu a {
    width: 100%;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
}
.dropdown-menu{
	border-radius: 0 !important;
	margin-top: 0 !important;
}
/*------------------------------sub menu-----------------------------*/

/*-------------------------------content carousel------------------------*/
/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:25px auto 70px auto;
	width:970px;
	height:450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}

.ca-more{
	position: absolute;
	bottom: 10px;
	padding:4px 15px;
	font-weight:bold;
	background: #6a1b9a;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:-10px;
	left:5px;
	right:30px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/animal1.png) no-repeat center center;
}
.over-lap{
    margin-left: -20px;
    margin-top: -20px;
    width: 120%;
}


.ca-content-wrapper{
	background:#c8ccc7;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	font-family: 'Coustard', sans-serif;
	color:#0088cc;
	border-bottom:2px solid #0088cc;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}
.ca-item-main > h3 {
    margin: 15px 0 !important;
}
/*-------------------------------content carousel------------------------*/


/*---------------------------biography----------------------------------*/

.card{
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    border-radius: 2%;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
}
.profile.card {
    box-shadow: none !important;
}

.profile .profile-body {
    background: #eeeeee none repeat scroll 0 0 !important;
}
.profile-bio h2 {
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}

.profile .profile-bio {
    position: relative;
}
.profile-bio .col-md-7 > span, .profile-bio .col-md-5.text-center > span {
    color: #C8C2B6;
}
.none.span{
	color: #c8c2b6;
}
.img-circle.img-thumbnail.icon{
	background-color: #6a1b9a;
	width: 100px;
	height: 100px;
}

.img-circle.img-thumbnail.icon .fa {
    color: #fff;
    margin-top: 22px;
}
#section8 .text-primary.title,#section4 h3.text-primary.title {
    margin-bottom: 20px;
    font-size: 35px;
}
.profile .profile-bio a {
    left: 50%;
    bottom: 20px;
    margin: -62px;
    text-align: center;
    position: absolute;
}

.profile .profile-bio h2 {
    margin-top: 0;
    font-weight: 200;
}
.row.youth{
	background-image: url("../images/youth.jpg");
	background-size: cover;
}
.row.edu{
	background-image: url("../images/youth.jpg");
	background-size: cover;
}

.col-md-12.youth, .col-md-12.edu {
    margin-top: 50px;
}
#section4, #section10 {
    padding-top: 0 !important;
}
.no-margin{
	margin-top: 0 !important;
}
h2 {
    font-size: 24px;
    line-height: 33px;
}

p, li, li a {
    color: #555;
}  
.img-circle.bio {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}  
.profile-bio .social-icons a{
	position: unset !important;
}                                                        
/*---------------------------biography----------------------------------*/
.main-nav li > a {
    font-size: 13px;
}


.title img {
    width: 90%;
}

.mission {
    width: 300px;
}
.area {
    width: 200px;
}
.center{
	text-align: center;
}

.list-icons.purple.bold-list.area-list li {
    font-size: 12px;
}

/*-------------------------------- blog post card ---------------------------*/

body{
 background:#eee;    
}

/*p {
    font-size: 14px;
    color: #777;
}*/

.blog .image {
    height: 250px;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}

.blog .image img {
    width: 100%;
    height: auto;
}

.blog .date {
    top: -10px;
    z-index: 99;
    width: 65px;
    right: -10px;
    height: 65px;
    padding: 10px;
    position: absolute;
    color:#FFFFFF;
    font-weight:bold;
    background: #5bc0de;
    border-radius: 999px;
}

.blog .blog-details {
    padding: 0 20px 0 0;
}

.blog {
    padding: 0;
}

.well {
    border: 0;
    padding: 20px;
    min-height: 220px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    max-height: 100000px;
    border-bottom: 2px solid #ccc;
}

.blog .blog-details h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.blog .date .blog-number {
    color: #fff;
    display: block;
    font-size: 24px;
    text-align: center;
}
.color {
    background-color: #610352;
    height: 150px;
}                    
/*-------------------------------- blog post card ---------------------------*/
.fa.fa-clock-o{
	margin: 0 10px;
}
.color > h4 {
    color: #dfdfdf;
    font-size: 19px;
    font-weight: 400;
    padding: 20px;
    text-align: center;
}
.technation{
	margin-top: 100px;
}
.row.campaign {
    background-color: #610352;
}
.omb_hrOr {
    background-color: #cdcdcd;
    height: 1px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: 98%;
    margin-left: 0px;
}
.omb_spanOr {
    background-color: #eee;
    display: block;
    font-size: 24px;
    left: 30%;
    margin-left: -1.5em;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: -0.7em;
}
.row.newsletter {
    padding-top: 30px;
    padding-bottom: 30px;
}
.omb_loginForm .input-group-addon{
	padding: 0 11px !important;
	font-style: 12px !important;
	border-radius: 0 !important;
}
.newsletter h2 {
    font-size: 35px !important;
    font-weight: 100 !important;
}
.in-letter {
    border: 1px solid #cdcdcd !important;
    height: 50px;
}
.omb_loginForm .button.solid-button.purple {
    padding: 6px 10px !important;
}
.input-group-addon.button {
    border: none !important;
    padding-left: 4px !important;
}
.col-xs-6.col-md-6.col-sm-6.letter {
    margin-top: 15px;
}
.newsletter .btn-default{
	padding: 5px 12px !important;
	border-radius: 0 !important;
}
.newsletter .btn-default:hover{
	box-shadow: 0 !important;
}

.white{
	color: #eaeaea !important;
}
.owl-controls {
    margin-bottom: 25px;
}

.container.center {
    margin-top: -53px;
}
.hi-icon.fa.fa-chevron-down {
    /*color: #6a1b9a;*/
    height: 60px;
    width: 60px;
}
.no-touch .hi-icon-effect-1a .hi-icon:hover{
	color: #6a1b9a !important;
}
.hi-icon.fa.fa-chevron-down::before {
    font-size: 30px !important;
    line-height: 60px !important;
}
.hi-icon-wrap{
	margin-top: -38px !important;
	padding: 0 !important;
}

.owl-item > div{
	padding-bottom: 10px;
}
/*----------------------------vision and mission----------------------*/
.stylish-panel {
    padding-top: 20px;
    text-align: center;
}
.stylish-panel > div > div{
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
}
/*.stylish-panel > div:hover{
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
}*/
.thumbnail p {
    text-align: center !important;
    font-size: 17px;
    font-weight: 100;
}
.thumbnail{
	padding-bottom: 0 !important;
}

.stylish-panel > div:hover img {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.row.stylish-panel {
    display: flex;
}
.stylish-panel .col-md-4 h2 {
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.stylish-panel .col-md-4 p {
    text-align: left;
     margin-bottom: 10px !important;
}
/*.list-icons{
	text-align: left;
}*/
.lead{
	font-size: 18px !important;
}
/*----------------------------vision and mission----------------------*/

/*----------------------------education ----------------------------*/
.event .overlay:hover {
    opacity: 1;
    cursor: pointer;
}

.event .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.overlay > a {
    position: absolute;
    top: 380px;
}

.event .overlay {
    background-color: rgba(126, 27, 154, 0.18);
}

.event .label.date {
    font-size: 20px;
}

.event {
    padding: 1em;
}

.event p {
    margin-top: 1em;
}
.col-sm-4.event > h5 {
    margin-bottom: 0 !important;
}
/*----------------------------education ----------------------------*/

/*---------------------------------culture--------------------------*/
.img-effect:hover {
    opacity:0.9;
    cursor: pointer;
    border-radius: 0px;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
                      -moz-transform: scale(1.2, 1.2);
     -moz-transition-timing-function: ease-out;
                       -ms-transform: scale(1.20, 1.20);
      -ms-transition-timing-function: ease-out;

         -webkit-transition-duration: 500ms;
            -moz-transition-duration: 500ms;
             -ms-transition-duration: 500ms;

}
.panel-primary {
    border-color: #6a1b9a !important;
}
.fa-share-alt{
	color: #6a1b9a;
}
.panel{
	border-radius: 0 !important;
}
/*---------------------------------culture--------------------------*/

/*--------------------------------card style ------------------------*/
.card {
    min-width: 0;
    margin: 20px 10px;
    width: 100%;    
    background: rgba(126, 27, 154, 0.18) none repeat scroll 0 0;
    color: #696969;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    border: none;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 30px;
}

.card .card-img-container .card-img {
  background-size: cover;
  background-position: top center;
  display: block;
  height: 175px;
  margin-left: 3px;
}

.card .card-img {
  height: 150px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card .card-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.card .card-content {
  padding: 20px 20px 0;
  text-align: center;
  height: 220px;
  overflow-y: hidden;
}
.card .card-content:hover{
	overflow-y: auto;
}
.card .card-meta {
  font-size: 12px;
}
.flex{
	display: flex;
}

/*.card .meta-box:first-child {
  margin-right: 20px;
}
*/
.card-share-number .fa.fa-map-marker {
    margin-right: 7px;
}
.row.recent .col-md-3 {
    padding-left: 0 !important;
}

.card .card-content h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.card h2 a {
  color: #D0D0D0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

a:hover{
    text-decoration:none;    
}

.card:hover h2 a {
  color: #FFF;
}

.card .meta-tags a:hover {
  color: #FFF;
}
.card .meta-tags .tag {
  background: #610352;
  color: #fff !important;
}
.card .card-content h2 a{
	color: #333;
}
.card .meta-tags a:last-child {
  margin-right: 0;
  border-bottom-right-radius: 5px;
}
.card .meta-tags a:first-child {
  border-top-left-radius: 5px;
}
.card .meta-tags a {
  display: inline-block;
  padding: 3px 8px;
  color: #FFF;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

/*--------------------------------card style ------------------------*/

/*--------------------------------card post------------------------*/
.v-card .vcard-img {
    margin-top: 8px;
}
.v-card {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.vcard-img img{
	border-radius: 0 !important;
}
.col-md-6.v-card {
    width: 49%;
    margin: 5px;
}
/*--------------------------------card post------------------------*/

/*------------------------------------newsletter---------------------*/
.principal-content{
    background-color: #168ccc;
    color: #FFFFFF;
}
.img-user{
    width:200px;
    height:200px;
}

.hi-icon-effect-1 .hi-icon::after{
	/*box-shadow: 0 0 0 4px #6a1b9a !important;*/
}
/*------------------------------------newsletter---------------------*/

/*---------------------------------comment-----------------------------*/

.comment_hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #FFFFFF;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
    content: "";
	display: table;
	clear: both;
}


.blog-comment ul{
	list-style-type: none;
	padding: 0;
}

.blog-comment img{
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	  	 -o-border-radius: 4px;
			border-radius: 4px;
}

.blog-comment img.avatar {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
}

.blog-comment .post-comments{
	border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
	margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       	 -o-border-radius: 4px;
    		border-radius: 4px;
	background: #fff;
	color: #6b6e80;
	position: relative;
}

.blog-comment .meta {
	font-size: 13px;
	color: #aaaaaa;
	padding-bottom: 8px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul{
	list-style-type: none;
	padding: 0;
	margin-left: 85px;
}

.blog-comment-form{
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 40px;
}

.blog-comment h3,
.blog-comment-form h3{
	margin-bottom: 40px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
}
/*---------------------------------comment-----------------------------*/

/*---------------------------------blog style----------------------------*/

.funny-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.funny-boxes h2 a {
  color: #555;
}

.funny-boxes p a {
  color: #72c02c;
}

.funny-boxes .funny-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.funny-boxes .funny-boxes-img img {
  display: block;
  width: 100%
  margin: 5px 10px 10px 0;
}

.funny-boxes h2 {
  margin-top: 5px;
  margin-bottom: -7px;
  font-size: 20px;
}

.funny-boxes ul.funny-boxes-rating li {
  display: inline;
}

.funny-boxes ul.funny-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.funny-boxes ul.funny-boxes-rating li i:hover {
  color: #f8be2c;
}

/*Funny Colored Boxes*/
.funny-boxes-colored p,
.funny-boxes-colored h2 a,
.funny-boxes-colored .funny-boxes-img li,
.funny-boxes-colored .funny-boxes-img li i {
  color: #fff;
}

/*Red Funny Box*/
.funny-boxes-red {
  background: #e74c3c;
}

/*Blue Funny Box*/
.funny-boxes-blue {
  background: #3498db;
}

/*Grey Funny Box*/
.funny-boxes-grey {
  background: #95a5a6;
}

/*Turquoise Funny Box*/
.funny-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered Funny Box*/
.funny-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.funny-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered Funny Box**/
.funny-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.funny-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered Funny Box**/
.funny-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.funny-boxes-left-orange:hover {
  border-left-color: #6A1B9A;
}

/*Green Left Bordered Funny Box**/
.funny-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.funny-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered Funny Box**/
.funny-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.funny-boxes-right-u:hover {
  border-right-color: #6A1B9A;
}
	
.btn {
   box-shadow: none;
}
.funny-boxes .ca-more {
    position: absolute;
    bottom: 0;
}
.btn-u {
  white-space: nowrap;
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #72c02c;
   display: inline-block;
   text-decoration: none;
}
.btn-u:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.btn-u {
   /*padding: 4px 13px;*/
   /*vertical-align: middle;*/
}

.btn-u-sm,
a.btn-u-sm {
   padding: 3px 12px;
}

.btn-u-lg,
a.btn-u-lg {
   font-size: 18px;
   padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
   font-size: 12px;
   padding: 2px 12px;   
   line-height: 18px;
}

/*Button Groups*/
.btn-group .dropdown-menu > li > a {
   padding: 3px 13px;
}

.btn-group > .btn-u, 
.btn-group-vertical > .btn-u {
   float: left;
   position: relative;
}

.btn-group > .btn-u:first-child {
   margin-left: 0;
}

/*For FF Only*/
@-moz-document url-prefix() { 
   .footer-subsribe .btn-u {
      padding-bottom: 4px;
   }
}
@media (max-width: 768px) { 
   @-moz-document url-prefix() { 
      .btn-u {
         padding-bottom: 6px;
      }
   }
}

/*Buttons Color*/
.btn-u:hover, 
.btn-u:focus, 
.btn-u:active, 
.btn-u.active, 
.open .dropdown-toggle.btn-u {
   background: #5fb611;
}
.btn-u-split.dropdown-toggle {
   border-left: solid 1px #5fb611;
}

.btn-u.btn-u-blue {
   background: #3498db;
}
.btn-u.btn-u-blue:hover, 
.btn-u.btn-u-blue:focus, 
.btn-u.btn-u-blue:active, 
.btn-u.btn-u-blue.active, 
.open .dropdown-toggle.btn-u.btn-u-blue {
   background: #2980b9;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
   border-left: solid 1px #2980b9;
}

.btn-u.btn-u-red {
   background: #e74c3c;
}
.btn-u.btn-u-red:hover, 
.btn-u.btn-u-red:focus, 
.btn-u.btn-u-red:active, 
.btn-u.btn-u-red.active, 
.open .dropdown-toggle.btn-u.btn-u-red {
   background: #c0392b;
}
.btn-u.btn-u-split-red.dropdown-toggle {
   border-left: solid 1px #c0392b;
}

.btn-u.btn-u-orange {
   background: #e67e22;
}
.btn-u.btn-u-orange:hover, 
.btn-u.btn-u-orange:focus, 
.btn-u.btn-u-orange:active, 
.btn-u.btn-u-orange.active, 
.open .dropdown-toggle.btn-u.btn-u-orange {
   background: #d35400;
}
.btn-u.btn-u-split-orange.dropdown-toggle {
   border-left: solid 1px #d35400;
}

.btn-u.btn-u-sea {
   background: #1abc9c;
}
.btn-u.btn-u-sea:hover, 
.btn-u.btn-u-sea:focus, 
.btn-u.btn-u-sea:active, 
.btn-u.btn-u-sea.active, 
.open .dropdown-toggle.btn-u.btn-u-sea {
   background: #16a085;
}
.btn-u.btn-u-split-sea.dropdown-toggle {
   border-left: solid 1px #16a085;
}

.btn-u.btn-u-green {
   background: #2ecc71;
}
.btn-u.btn-u-green:hover, 
.btn-u.btn-u-green:focus, 
.btn-u.btn-u-green:active, 
.btn-u.btn-u-green.active, 
.open .dropdown-toggle.btn-u.btn-u-green {
   background: #27ae60;
}
.btn-u.btn-u-split-green.dropdown-toggle {
   border-left: solid 1px #27ae60;
}

.btn-u.btn-u-yellow {
   background: #f1c40f;
}
.btn-u.btn-u-yellow:hover, 
.btn-u.btn-u-yellow:focus, 
.btn-u.btn-u-yellow:active, 
.btn-u.btn-u-yellow.active, 
.open .dropdown-toggle.btn-u.btn-u-yellow {
   background: #f39c12;
}
.btn-u.btn-u-split-yellow.dropdown-toggle {
   border-left: solid 1px #f39c12;
}

.btn-u.btn-u-default {
   background: #95a5a6;
}
.btn-u.btn-u-default:hover, 
.btn-u.btn-u-default:focus, 
.btn-u.btn-u-default:active, 
.btn-u.btn-u-default.active, 
.open .dropdown-toggle.btn-u.btn-u-default {
   background: #7f8c8d;
}
.btn-u.btn-u-split-default.dropdown-toggle {
   border-left: solid 1px #7f8c8d;
}

.btn-u.btn-u-purple {
   background: #9b6bcc;
}
.btn-u.btn-u-purple:hover, 
.btn-u.btn-u-purple:focus, 
.btn-u.btn-u-purple:active, 
.btn-u.btn-u-purple.active, 
.open .dropdown-toggle.btn-u.btn-u-purple {
   background: #814fb5;
}
.btn-u.btn-u-split-purple.dropdown-toggle {
   border-left: solid 1px #814fb5;
}

.btn-u.btn-u-aqua {
   background: #27d7e7;
}
.btn-u.btn-u-aqua:hover, 
.btn-u.btn-u-aqua:focus, 
.btn-u.btn-u-aqua:active, 
.btn-u.btn-u-aqua.active, 
.open .dropdown-toggle.btn-u.btn-u-aqua {
   background: #26bac8;
}
.btn-u.btn-u-split-aqua.dropdown-toggle {
   border-left: solid 1px #26bac8;
}

.btn-u.btn-u-brown {
   background: #9c8061;
}
.btn-u.btn-u-brown:hover, 
.btn-u.btn-u-brown:focus, 
.btn-u.btn-u-brown:active, 
.btn-u.btn-u-brown.active, 
.open .dropdown-toggle.btn-u.btn-u-brown {
   background: #81674b;
}
.btn-u.btn-u-split-brown.dropdown-toggle {
   border-left: solid 1px #81674b;
}

.btn-u.btn-u-dark-blue {
   background: #4765a0;
}
.btn-u.btn-u-dark-blue:hover, 
.btn-u.btn-u-dark-blue:focus, 
.btn-u.btn-u-dark-blue:active, 
.btn-u.btn-u-dark-blue.active, 
.open .dropdown-toggle.btn-u.btn-u-dark-blue {
   background: #324c80;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
   border-left: solid 1px #324c80;
}

.btn-u.btn-u-light-green {
   background: #79d5b3;
}
.btn-u.btn-u-light-green:hover, 
.btn-u.btn-u-light-green:focus, 
.btn-u.btn-u-light-green:active, 
.btn-u.btn-u-light-green.active, 
.open .dropdown-toggle.btn-u.btn-u-light-green {
   background: #59b795;
}
.btn-u.btn-u-split-light-green.dropdown-toggle {
   border-left: solid 1px #59b795;
}

.btn-u.btn-u-dark {
   background: #555;
}
.btn-u.btn-u-dark:hover, 
.btn-u.btn-u-dark:focus, 
.btn-u.btn-u-dark:active, 
.btn-u.btn-u-dark.active, 
.open .dropdown-toggle.btn-u.btn-u-dark {
   background: #333;
}
.btn-u.btn-u-split-dark.dropdown-toggle {
   border-left: solid 1px #333;
}

.btn-u.btn-u-light-grey {
   background: #585f69;
}
.btn-u.btn-u-light-grey:hover, 
.btn-u.btn-u-light-grey:focus, 
.btn-u.btn-u-light-grey:active, 
.btn-u.btn-u-light-grey.active, 
.open .dropdown-toggle.btn-u.btn-u-light-grey {
   background: #484f58;
}
.btn-u.btn-u-split-light-grey.dropdown-toggle {
   border-left: solid 1px #484f58;
}

/*Bordered Buttons*/
.btn-u.btn-brd {
  color: #555;
  font-weight: 200;
  background: none;
  border: solid 1px transparent;
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;   
}
.btn-u.btn-brd:hover {
  background: none;
  border: solid 1px #eee;
}
.btn-u.btn-brd:focus {
  background: none;
}
.btn-u.btn-brd.btn-brd-hover:hover {
   color: #fff !important;
}

.btn-u.btn-brd {
  border-color: #72c02c;
}
.btn-u.btn-brd:hover {
  color: #5fb611;
  border-color: #5fb611;
}
.btn-u.btn-brd.btn-brd-hover:hover {
   background: #5fb611;   
}

.btn-u.btn-brd.btn-u-blue {
  border-color: #3498db;
}
.btn-u.btn-brd.btn-u-blue:hover {
  color: #2980b9;
  border-color: #2980b9;
}
.btn-u.btn-brd.btn-u-blue.btn-brd-hover:hover {
   background: #2980b9;
}

.btn-u.btn-brd.btn-u-red {
  border-color: #e74c3c;
}
.btn-u.btn-brd.btn-u-red:hover {
  color: #c0392b;
  border-color: #c0392b;
}
.btn-u.btn-brd.btn-u-red.btn-brd-hover:hover {
   background: #c0392b;
}

.btn-u.btn-brd.btn-u-orange {
  border-color: #e67e22;
}
.btn-u.btn-brd.btn-u-orange:hover {
  color: #d35400;
  border-color: #d35400;
}
.btn-u.btn-brd.btn-u-orange.btn-brd-hover:hover {
   background: #d35400;
}

.btn-u.btn-brd.btn-u-sea {
  border-color: #1abc9c;
}
.btn-u.btn-brd.btn-u-sea:hover {
  color: #16a085;
  border-color: #16a085;
}
.btn-u.btn-brd.btn-u-sea.btn-brd-hover:hover {
   background: #16a085;
}

.btn-u.btn-brd.btn-u-green {
  border-color: #2ecc71;
}
.btn-u.btn-brd.btn-u-green:hover {
  color: #27ae60;
  border-color: #27ae60;
}
.btn-u.btn-brd.btn-u-green.btn-brd-hover:hover {
   background: #27ae60;
}

.btn-u.btn-brd.btn-u-yellow {
  border-color: #f1c40f;
}
.btn-u.btn-brd.btn-u-yellow:hover {
  color: #f39c12;
  border-color: #f39c12;
}
.btn-u.btn-brd.btn-u-yellow.btn-brd-hover:hover {
   background: #f39c12;
}

.btn-u.btn-brd.btn-u-default {
  border-color: #95a5a6;
}
.btn-u.btn-brd.btn-u-default:hover {
  color: #7f8c8d;
  border-color: #7f8c8d;
}
.btn-u.btn-brd.btn-u-default.btn-brd-hover:hover {
   background: #7f8c8d;
}

.btn-u.btn-brd.btn-u-dark {
  border-color: #555;
}
.btn-u.btn-brd.btn-u-dark:hover {
  color: #333;
  border-color: #333;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
   background: #333;
}

.btn-u.btn-brd.btn-u-light-grey {
  border-color: #585f69;
}
.btn-u.btn-brd.btn-u-light-grey:hover {
  color: #484f58;
  border-color: #484f58;
}
.btn-u.btn-brd.btn-u-light-grey.btn-brd-hover:hover {
   background: #484f58;
}

.btn-u.btn-brd.btn-u-purple {
  border-color: #9b6bcc;
}
.btn-u.btn-brd.btn-u-purple:hover {
  color: #814fb5;
  border-color: #814fb5;
}
.btn-u.btn-brd.btn-u-purple.btn-brd-hover:hover {
   background: #814fb5;
}

.btn-u.btn-brd.btn-u-aqua {
  border-color: #27d7e7;
}
.btn-u.btn-brd.btn-u-aqua:hover {
  color: #26bac8;
  border-color: #26bac8;
}
.btn-u.btn-brd.btn-u-aqua.btn-brd-hover:hover {
   background: #26bac8;
}

.btn-u.btn-brd.btn-u-brown {
  border-color: #9c8061;
}
.btn-u.btn-brd.btn-u-brown:hover {
  color: #81674b;
  border-color: #81674b;
}
.btn-u.btn-brd.btn-u-brown.btn-brd-hover:hover {
   background: #81674b;
}

.btn-u.btn-brd.btn-u-dark-blue {
  border-color: #4765a0;
}
.btn-u.btn-brd.btn-u-dark-blue:hover {
  color: #324c80;
  border-color: #324c80;
}
.btn-u.btn-brd.btn-u-dark-blue.btn-brd-hover:hover {
   background: #324c80;
}

.btn-u.btn-brd.btn-u-light-green {
  border-color: #79d5b3;
}
.btn-u.btn-brd.btn-u-light-green:hover {
  color: #59b795;
  border-color: #59b795;
}
.btn-u.btn-brd.btn-u-light-green.btn-brd-hover:hover {
   background: #59b795;
}

.btn-u.btn-brd.btn-u-light {
  color: #fff;
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light:hover {
  border-color: #fff;
}
.btn-u.btn-brd.btn-u-light.btn-brd-hover:hover {
   background: #fff;
   color: #555 !important;
}

/*---------------------------------blog style----------------------------*/

/*--------------------------------custom search style-------------------------*/
table.gsc-search-box td{
	padding-top: 0 !important;
	color: #333 !important;
}
.gsc-control-cse{
	background: transparent !important;
	border-color: transparent !important;
}
td.gsc-search-button{
	width: 4% !important;
}
.gsc-tabsArea{
	height: 34px !important;
}
.gsc-tabsArea > .gsc-tabHeader{
	height: 33px !important;
}
.gsc-tabsArea{
	border-color: #6a1b9a !important;
}
.gsc-tabHeader.gsc-tabhActive{
	border-color: #6a1b9a #6a1b9a #fff !important;
}
.gsc-input{
	height: 40px !important;
}
table.gsc-search-box td{
	height: 50px !important;
}

.gsc-search-button {
    display: none;
}
.gsst_a {
    padding-top: 5px !important;
}
.gsc-input-box {
    height: 50px !important;
}
.newsletter .gsc-search-button {
    background-color: #6a1b9a;
    display: inline-block !important;
    width: 100px !important;
}
.gsc-search-button.gsc-search-button-v2 {
    border-bottom: medium none !important;
    font-size: 20px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 10px !important;
    text-align: center;
}
/*--------------------------------custom search style-------------------------*/

.text-center.ach {
    font-size: 40px;
    font-weight: 400;
}

/*-------------------section3-------------------------------*/
.coupon {
    border: 3px dashed #bcbcbc;
    border-radius: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", 
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
}

.coupon #head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 56px;
}

.coupon #footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#title .visible-xs {
    font-size: 12px;
}

.coupon #title img {
    font-size: 30px;
    height: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .coupon #title img {
        height: 15px;
    }
}

.coupon #title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.coupon-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.items {
    margin: 15px 0;
}

.usd, .cents {
    font-size: 20px;
}

.number {
    font-size: 40px;
    font-weight: 700;
}

sup {
    top: -15px;
}

#business-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#business-info ul li { 
    display: inline;
    text-align: center;
}

#business-info ul li span {
    text-decoration: none;
    padding: .2em 1em;
}

#business-info ul li span i {
    padding-right: 5px;
}

.disclosure {
    padding-top: 15px;
    font-size: 11px;
    color: #bcbcbc;
    text-align: center;
}

.coupon-code {
    color: #333333;
    font-size: 11px;
}

.exp {
    color: #f34235;
}

.print {
    font-size: 14px;
    float: right;
}



/*------------------dont copy these lines----------------------*/


#quicknav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#quicknav ul li { 
    display: inline; 
}

#quicknav ul li a {
    text-decoration: none;
    padding: .2em 1em;
}

.btn-danger, 
.btn-success, 
.btn-info, 
.btn-warning, 
.btn-primary {
    width: 105px;
}

.btn-default {
    margin-bottom: 40px;
}
/*-------------------------------------------------------------*/
/*-------------------section3-------------------------------*/

.row.recent {
    margin-top: 0 !important;
}
.text-center.text-primary.title.recent {
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    font-weight: 300;
    color: #2c2333 !important;
}
.text-center.text-primary.title {
    margin-top: 35px ;
    margin-bottom: 10px !important;
}
.row.scholar {
    background-color: #610352;
}
.v-card .img-responsive.img-thumbnail {
    border: none !important;
}

/*---------------------------------talk to first lady------------------*/
.alert-coupon {
  /*border: 1px dashed;*/
  display: block;
  border-radius: 0 !important;
  font-size: 12px !important;
  margin-top: 0 !important;
  text-transform: none;
  
  h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
  
  p:last-child {
    margin-bottom: 0;
  }
}
.container.issue{
	display: flex;
	margin-bottom: 40px;
}
.alert.alert-info.alert-coupon > h4 {
    margin-bottom: 0px !important;
    display: inline;
}
.custom-card {
    background: #fff;
    padding: 20px !important;
}
.container.null h3 {
    margin-bottom: 10px !important;
}
.vcard-content.col-md-8 {
    max-height: 260px;
    overflow-y: hidden;
}
.vcard-content.col-md-8:hover {
    overflow-y: auto;
}

.custom-card::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    content: "";
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
.container.issue h3 {
    margin-bottom: 10px !important;
}
.custom-card > h4 {
    margin-bottom: 5px;
}
/*---------------------------------talk to first lady------------------*/
.overflow{
	display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  display: block;
  position: relative;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
 

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.small_screen{
	display: none;
}
.row.youth, .row.edu {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  .large_screen{
  	display: none;
  }
  .small_screen{
  	display: block;
  	margin-top: -35px;
  	margin-bottom: 10px;
  }
  .small_screen .col-md-12 > h3 {
	    margin-top: 10px;
	}
  .search-close, .volunteer-close {
    font-size: 30px !important;
    position: absolute;
    right: 20px;
    top: 20px;
}
.profile-bio .social-icons {
    margin-bottom: 30px;
}
.none {
    display: none;
}
.overlay > a{
	top: 370px;
}
.row.youth, .row.edu {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.testimonial-slider .image{
	width: 100%;
	height: 100%;
}
.container.issue{
	display: unset;
}
.hi-icon-wrap{
	visibility: hidden;
}
.background{
	background-image: url("../images/device.jpg");
}

li.col-sm-3{
	margin-bottom: 10px;
}
#section8 .container, #section9 .container,
#section9 .col-xs-12.col-sm-12.col-md-4.col-lg-4,
#section15 .container, #section15 .col-md-12
 {
    padding: 0 !important;
}
li.col-sm-3 {
    margin-left: -43px !important;
}
.v-card{
	padding: 0;
}

.main-nav {
    margin-top: -40px !important;
}
.main-nav ul > li a{
    height: 40px;
    line-height: 40px;
}
.header .bottom{
    overflow-y: auto;
}
.quotes {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 16px;
    padding: 10px;
}
.profile-bio h2{
	margin-top: 20px !important;
}
a.bio_link{
	font-size: 13px;
}
.profile .profile-bio a{
	margin: -50px !important;
}
h2{
	font-size: 17px;
}
#section8 .text-primary.title, #section4 h3.text-primary.title{
	font-size: 26px;
}
.text-center.ach{
	font-size: 30px;
}
.volunteer-form > input {
    font-size: 15px !important;
}
.search, .volunteer{
	padding: 70px 12px 0 !important;
	background: rgba(106, 27, 154, 0.93) none repeat scroll 0 0;
}
.search h4, .volunteer h4{
	font-size: 16px;
    margin-bottom: 14px;
}
  .flex{
  	display: block !important;
  }
  .vision_section .col-md-8{
  	float: none !important;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #333;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    /*color: #ffffff;*/
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px 15px 15px 5px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
 
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .row.stylish-panel {
	    display: unset;
	}
}
/*--------------------------------------end of menu-------------------------*/


.col-md-8.latest_blog {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.col-md-8.latest_blog:hover {
    overflow-y: auto;
}

.col-md-8.old_blog {
    max-height: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.col-md-8.old_blog:hover {
    overflow-y: auto;
}


/*----------------------------------carousel -----------------------*/
li.col-sm-3 {
    list-style-type: none;
}
li.col-sm-3:first-child {
    margin-left: -20px;
}
/* Global */
 

img { max-width:100%; }

a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    
a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}



.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px;
    max-height: 200px;
    overflow-y: hidden;
}
.thumbnails li> .fff .caption:hover { 
    overflow-y: auto;
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
    margin-bottom: 0 !important;
}

.caption p {  
    color: #999;
    font-size: 12px;
}



/* Carousel Control */
.control-box {
    text-align: center;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}



::selection { background: #6a1b9a; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #6a1b9a; color: #FFFFFF; }

/*----------------------------------carousel -----------------------*/
.lang{
	text-transform: none !important;
}

.volunteer .col-sm-6.col-sm-offset-3{
	margin-bottom: 30px;
}
hr{
	border-color: #f8f8f8 !important;
}
.volunteer-form > textarea {
    margin-bottom: 20px;
}
#section7 .text-center.text-primary.title {
    margin-top: 0;
}
.alert-info{
	background: #610352 none repeat scroll 0 0 !important;
}
.alert.alert-info.alert-coupon p {
    color: #fff !important;
}

.lang .available {
    font-size: 17px;
    line-height: 24px;
    padding: 0px !important;
}
.well.blog .col-xs-12.col-sm-12.col-md-12.col-lg-12{
	max-height: 180px;
	overflow: hidden;
}
.well.blog .col-xs-12.col-sm-12.col-md-12.col-lg-12:hover{
	overflow-y: auto;
}
.newsletter .container.text-center > p {
    margin-bottom: 0 !important;
}
.black{
	color: #000;
}
