@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
 }
.wf-loading {
    visibility: hidden;
  }

  .wf-active, .wf-inactive {
    visibility: visible;
  }

/* Global Typography */
body {
	background-color: #ffffff;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	background: url("images/swirl.png");

 }

	/* Heading Typo */
body h1, body h2, body h3, body h4, body h5, body h6 {
		color: #000000;
		font-family: "bree-serif",sans-serif;
		font-style: normal;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1.5;
		margin: 0px 0px 8px 0px;
	 }

h1 {font-size: 50px;}

h2 {font-size: 20px;}

h3 {font-size: 18px;}

h4 {font-size: 16px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #000000;}


p {
	letter-spacing: 0.2px;
	line-height: 22px;
	margin-bottom: 10px;
 }

a {
	color: #A54398;
	text-decoration: none;
 }

	a:hover, a:focus, a:active {
		outline: none;
		text-decoration: none;
	 }

ul {margin-bottom: 0px;}

figure {
	margin-bottom: 6px;
	position: relative;
 }

img {
	height: auto;
	max-width: 100%;
 }

iframe {
	border: none;
	float: left;
	width: 100%;
 }

/* Wordpress Defult Clasess */
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {}

.wp-caption.alignleft, .wp-caption.alignnone {width: 100%;}

/* Form Input Typo */
select {
	border: 1px solid #d2d2d2;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 40px;
	padding: 8px 12px;
	width: 100%;
 }

label {
	color: #333333;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
 }

button {border: none;}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 0px solid #d2d2d2;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 20px;
	outline: none;
	padding: 10px 10px;
	vertical-align: middle;
	background: #f2f2f2;
 }

.form {margin: 30px 0; font-size: 14px;}
.form p {
	float: left;
	position: relative;
	
 }
.form input { font-size: 16px; }
	form  span i {
		color: #474747;
		left: 16px;
		position: absolute;
		top: 13px;
	 }

option {padding: 5px 15px;}
textarea {width: 100%; min-height: 200px; font-size: 14px; margin-bottom: 20px;}
input.formbutton {
	color: #fff;
	background: #a54398;
    padding: 8px 12px;
    border: 0;
}

li {
	line-height: 28px;
	list-style: disc none;
 }

ul ul {margin-left: 20px;}

ol {
	float: none;
	list-style: decimal;
	padding-left: 15px;
 }

	ol ol {margin-left: 20px;}

	ol li {
		list-style: decimal;
		width: 100%;
	 }

table {
	background-color: transparent;
	max-width: 100%;
 }

th {text-align: left;}

table {
	margin-bottom: 15px;
	width: 100%;
 }

	table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
		border-top: 1px solid #d2d2d2;
		border: 1px solid #d2d2d2;
		line-height: 2.5;
		padding-left: 3px;
		text-align: center;
		vertical-align: top;
	 }

	table thead tr th {
		border-top: 1px solid #d2d2d2;
		text-align: center;
		text-transform: capitalize;
	 }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {border-top: 1px solid #d2d2d2;}

table > thead > tr > th {
	border-bottom: 2px solid #d2d2d2;
	vertical-align: bottom;
 }

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {border-bottom: 0;}

table > tbody + tbody {border-top: 2px solid #d2d2d2;}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {padding: 6px 10px;}

p ins {color: #999;}

dl dd {margin-left: 20px;}

address {font-style: italic;}

.sticky {}

.main-section {
	float: left;
	width: 100%;
	position: relative;
}

.main-section.error-page {padding: 200px 0; text-align: center;}

.main-section.faq {background: #6CB1DE;}

/* TopStrip */
.topstrip {
	float: left;
	width: 100%;
	background: #fff;
	padding-left: 100px;
}
.stripinfo {
	float: left;
}
.stripinfo li {
	float: left;
	list-style: none;
	color: #231b0a;
	font-size: 12px;
	padding: 6px 15px 0px 15px;
	font-weight: 500;
}

.stripinfo li.lsrce img {width: 30px; margin: -2px 5px 0 0;}
.stripinfo li.lm2 img {width: 30px; margin: -5px 8px 0 0;}

.stripinfo li a, .social-media li a {
	color: #222;
	font-size: 14px;
}
.stripinfo li a:hover, .social-media li a:hover {color: #828282;}

.stripinfo li i {
	margin-right: 7px;
}
.section-right {
	float: right;
}
/* SocialMedia */
.social-media {
	float: left;
}
.social-media li {
	float: left;
	list-style: none;
	padding: 5px 30px 0px 0px;
	font-size: 14px;
}
.phone-btn {
	float: right;
	color: #ffffff;
	padding: 8px 19px 8px 19px;
	background-color: #79bde9;
	font-weight: 600;
	font-size: 16px;
}
.phone-btn i {
	margin-right: 7px;
}
/* Logo */
.logo {
	float: left;
	position: relative;
	width: 104px;
	margin-top: -30px;
	background: #fff;
	padding: 2px 10px 8px;
	border-bottom: 1px solid;
}
.logo img { position: relative; }


.absolute {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 99;
}
/* Main Header Bar */
.header-bar {
	float: left;
	width: 100%;
	background-color: #a54398;
}
.header-bar .section-right { padding-right: 15px; }



/* MainNavigation */
.main-navigation {
	float: left;
	padding-right: 14px;
	margin: 6px 0 0 15px;
}
.main-navigation ul li {
	float: left;
	list-style: none;
	position: relative;
}
.main-navigation > ul > li > a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 14px;
	float: left;
	padding: 25px 14px 24px 14px;
	font-size: 15px;
	position: relative;
}
.main-navigation ul > li > a:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 3px;
	opacity: 0;
	background: #fff;
}
.main-navigation ul > li:hover > a:before {
	opacity: 1;
}

.main-navigation ul > li.active > a:before {
	opacity: 1;
}


.dropdown {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 200px;
	background-color: #a54398;
	margin: 0px 0px 0px 0px;
	border-top: 6px solid transparent;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 10px;
	-webkit-transform: translateY(15px);
	   -moz-transform: translateY(15px);
	    -ms-transform: translateY(15px);
	     -o-transform: translateY(15px);
	        transform: translateY(15px);
}
.dropdown .dropdown {
	left: auto;
	right: 100%;
	top: 0px;
	margin: 0px;
}
.dropdown > li:hover > .dropdown {
	opacity: 1;
	visibility: visible;
}
.main-navigation > ul > li:hover > .dropdown {
	opacity: 1;
	visibility: visible;

	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	     -o-transform: translateY(0px);
	        transform: translateY(0px);
}
.dropdown li,.dropdown li a {
	width: 100%;
	float: left;
}
.main-navigation .dropdown li a {
	padding: 4px 28px;
	border-bottom: 0px solid #fff;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.main-navigation .dropdown > li:hover > a {
	color: #231b0a;
}
.dropdown li:hover a:before { display: none; }
/* Header Button */
.circle-btn {
	float: right;
	padding: 23px 0px 23px 0px;
	position: relative;
}
.circle-btn a {
	float: left;
	width: 29px;
	height: 29px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
}
/* SearchModal Box */
.modal-dialog { width: 707px; }
.modal-body {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 40px 25px;
}
.modal-content {
	background: none;
	box-shadow: none;
	border: none;
	text-align: center;
}
.modal-header {
	border: none;
	text-align: left;
	padding: 15px 39px;
	position: relative;
	background: #fff;
}

.modal-header:after {
	left: auto;
	right: 0px;

	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.modal-header h4 {
	margin: 0px;
	text-transform: uppercase;
}
.modal-header .close { margin-top: 1px; }
.close {
	opacity: 0.8;
	text-shadow: none;
}
.modal-search {
	display: inline-block;
	width: 100%;
	position: relative;
}
.modal-search input[type="text"] {
	float: left;
	width: 100%;
	font-size: 14px;
	background: none;
	color: #a4a4a4;
	border: none;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 17px;
}
.modal-search ::-webkit-input-placeholder 				{color: #a4a4a4;}
.modal-search :-moz-placeholder 						{ color: #a4a4a4; opacity: 1; }
.modal-search ::-moz-placeholder 						{ color: #a4a4a4; opacity: 1; }
.modal-search :-ms-input-placeholder 					{color: #a4a4a4;}
.modal-search label {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.modal-search label:before {
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	left: 9px;
	top: 4px;
	color: #a4a4a4;
}
.modal-search input[type="submit"] {
	float: left;
	width: 33px;
	height: 33px;
	border: none;
	background: none;
}
/* CartBox */
.cart-wrap { float: left; }
.cart-box {
	position: absolute;
	right: 0px;
	top: 100%;
	background-color: #fcfcfc;
	width: 270px;
	border: 1px solid #dddddd;
	border-top: none;
	padding-bottom: 20px;
	display: none;
}
.cart-box h3 {
	padding: 15px 20px 15px 20px;
	margin-bottom: 0px;
}
.cart-box ul li {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0px 20px 20px 20px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}
.circle-btn .cart-thumb {
	float: left;
	width: 61px;
	border: none;
}
.cart-thumb ~ .cart-info { padding: 0px 0px 0px 80px; }
.cart-info p {
	color: #818181;
	font-weight: 300;
	margin-bottom: 2px;
}
.cart-info span { color: #000; }
.cart-box-btn {
	float: left;
	width: 100%;
	padding: 4px 0px 0px 20px;
}
.cart-box-btn a {
	float: left;
	border: 1px solid #dddddd;
	color: #000;
	padding: 9px 26px;
	border-radius: 4px;
	width: auto;
	height: auto;
}
/* Main Banner */
.mainbanner {
	float: left;
	width: 100%;
	position: relative;
	margin: -20px 0 40px;
}
.caption {
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 50%;
	margin: 0px;
}
.caption h2 {
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: 1.3;
	
}
.captiontitle {
    margin-bottom: 0px;
    font-size: 16px;
    color: #ffffff;
}

	
.caption a {
	display: block;
	font-size: 11px;
	color: #fff;
	background: #A54398;
	border-radius: 1px;
	padding: 20px;
}
/* MainContent */
.main-content {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.main-content.front-page {padding-top: 160px;}
/* Call Action */
.theme-action {
	float: left;
	width: 100%;
}
.theme-action h2 {
	float: left;
	width: 50%;
	font-size: 30px;
	margin: 0px;
}
.theme-action a {
	float: right;
	padding: 13px 40px;
	background-color: rgba(0,0,0,0.80);
	font-size: 20px;
	border-radius: 4px;
	position: relative;
	margin: 25px 0px 0px 0px;
}
.theme-action a:before {
	content: "\e001";
	font-family: Flaticon;
	position: absolute;
	left: -8px;
	top: -19px;
	font-size: 65px;
	opacity: 0.4;
}
/* Action Style Two */
.action-style {
	float: left;
	width: 100%;
}
.action-style h2 {
	font-size: 24px;
	margin: 0px 0px 5px 0px;
}
.action-style p {color: #fff;}
.action-button {
	float: right;
}
.action-button a {
	float: left;
	padding: 8px 15px;
	margin: 10px;
	border-radius: 2px;
	color: #fff;
	background: #79bde9;
	font-size: 22px;
	font-family: "bree-serif",sans-serif;
}
.action-button a:hover {background-color: #444;}
/* FancyTitle */
.fancytitle {
	float: left;
	width: 100%;
	text-align: center;
}
.fancytitle h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 11px;
	color: #78BDE8;
}
.white.fancytitle h2 { color: #ffffff; }
.fancy-divider-wrap {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 28px;
}
.fancy-divider {
	display: inline-block;
	width: 135px;
	position: relative;
	height: 15px;
	border-top: 1px solid #222;
}

.white .fancy-divider:before,.white .fancy-divider:after { border-bottom: 1px solid #fff; }
.white .fancy-divider .sec-dote { background-color: #ffffff; }
.white .fancy-divider span.first-dote,
.white .fancy-divider span.third-dote {
	background: none;
	border: 1px solid #ffffff;
}
.fancy-divider span {
	display: inline-block;
	width: 10px;
	height: 2px;
	position: relative;
	top: -12px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.fancy-divider span.first-dote {
	border: 2px solid;
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	top: -9px;
	right: -4px;
}
.fancy-divider span.third-dote {
	border: 2px solid;
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	top: -9px;
	left: -5px;
	z-index: 0;
}
.title-text {
	float: left;
	width: 100%;
	text-align: center;
	margin: -20px 0px 50px 0px;
}
.title-text p {
	display: inline-block;
	width: 60%;
	font-size: 15px;
	line-height: 24px;
}
/* Services */
.services {
	float: left;
	width: 100%;
}
.services ul li {
	float: left;
	list-style: none;
	margin-bottom: 60px;
}
.small-view ul li .icon {
	position: absolute;
	left: 40%;
	top: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-size: 24px;
	color: #fff;
	background-color: #A54398;
}

.small-view ul li h2 {
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
}
.small-view ul li .infowrap a i { margin: 0px 0px 0px 7px; }



.small-view .icon {
	position: absolute;
	left: 40%;
	top: -20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-size: 24px;
	color: #fff;
	background-color: #A54398;
}

.small-view h2 {
	margin: 0px 0px 8px 0px;
	text-transform: uppercase;
}
.small-view .infowrap a i { margin: 0px 0px 0px 7px; }




.service-wrap {
	float: left;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 0px;
}
.infowrap {
	float: left;
	width: 100%;
	padding: 40px 20px 18px;
	text-align: center;
	border-radius: 4px;
	background: #f8f8f8;
}
.infowrap a {font-size: 16px;}
.full-pattren {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.parallax .full-pattren { background-color: rgba(0,0,0,0.7); }
.minus-element-margin { margin-top: 20px; }
/* Parallex */
.parallex-info,.progress-wrap {
	float: left;
	width: 100%;
	text-align: center;
}
.parallex-info { margin-bottom: 25px; }
.parallex-info h2 {
	font-size: 26px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.parallex-info p { color: #ffffff; }
/* Parallex Progress */
.rised-progress {
	display: inline-block;
	width: 70%;
	position: relative;
	margin-bottom: 40px;
}
.goalProgress {
	background: rgba(0,0,0,0.80);
	border: 2px solid #ffffff;
	text-align: left;
}
div.progressBar {
	background: #ff008c;
	color: #262626;
	font-size: 14px;
	padding: 9px 12px 9px 12px;
	display: block;
	overflow: hidden;
	width: 20px;
	position: relative;
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
}
.rised-progress span {
	position: absolute;
	right: 12px;
	top: 11px;
	font-size: 14px;
	color: #ffffff;
}
.progress-wrap a {
	display: inline-block;
	padding: 12px 20px;
	color: #000;
	border-radius: 4px;
}
.progress-wrap a i { margin-right: 7px; }

/* aktualno index */

.index-box h2 {margin-bottom: 24px; font-size: 22px; color: #A54398;}

.svetovalnica-intro {background: #efefef; padding: 20px; margin-bottom: 30px;}
.svetovalnica-intro h2 {font-size: 36px; line-height: 1.1; margin: 0 0 20px 0;}
.svetovalnica-intro p {font-size: 16px; line-height: 1.4;}
.svetovalnica-intro ul {margin: 0 0 20px 20px;}
.svetovalnica-intro ul li {list-style: none; color: #222; font-family: "bree-serif",sans-serif; font-size: 20px; margin-bottom: 5px;}
.svetovalnica-intro ul li a {color: #be58b0}
.svetovalnica-intro ul li i {font-size: 18px; margin: 8px 4px  0 -24px;}
.svetovalnica-intro ul li:first-child {font-size: 16px;}
.svetovalnica-intro ul li i.fa-envelope {font-size: 14px;}
.urnik {padding: 10px 15px; font-size: 15px; background: #98398c; color: #fff; }

.last-events p {letter-spacing: 0; margin-bottom: 10px;}
.last-events h4 {margin-bottom: 8px; color: #78BDE8;}
.ievent {margin-bottom: 25px; padding-right: 30px;}

.ievent-date {display: inline-block; float: left; background: #A54398; color: #fff; text-align: center; font-size: 28px; font-weight: 700; padding: 4px 8px; margin-right: 8px;}
.ievent-date span {display: block; font-size: 12px; font-weight: 400; margin-top: -3px;}
.ievent-title { margin-left: 60px; margin-top: -4px;}
.ievent-title h3 {font-size: 22px; line-height: 1.2; margin-bottom: 8px;}
.ievent-title .ievent-place {font-size: 13px; line-height: 1.5;}

.sub-event-info {margin-bottom: 15px;}

.inews {margin-bottom: 8px;}
.inews-date {color:#A54398; font-size: 10px; font-weight: 600; padding: 0 0 2px 0;}
.inews-title h3 {font-size: 16px;}

.last-faq ul li {list-style: none; line-height: 22px; margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px solid #efefef;}
.last-faq ul li a {margin-bottom: 15px; font-family: "bree-serif",sans-serif; color: #282828;}
.last-faq ul li a:hover {color: #A54398;}
.last-faq ul li a span {background: #A54398; color: #fff; padding: 1px 6px 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 12px; font-weight: 600; margin-right: 4px;}
.last-faq ul li a:hover span {background: #000; }
.last-faq ul li a span i {margin-right: 3px; font-size: 11px; vertical-align: middle; margin-top: -2px;}






/* Team */
.volunteer {
	float: left;
	width: 100%;
}
.volunteer > ul > li { margin-bottom: 30px; }
.volunteer ul li {
	list-style: none;
}
.volunteer ul li figure { margin: 0px; }
.volunteer ul li figure,
.volunteer ul li figure img,.volunteerinfo {
	float: left;
	width: 100%;
}
.volunteer ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
	opacity: 0;
}
.volunteer ul li:hover figure figcaption {
	opacity: 1;
}
.volunteer ul li figure figcaption ul {
	margin: -10px 0px 0px 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	text-align: center;

	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
}
.volunteer ul li:hover figure figcaption ul {
	-webkit-transform: translateX(0px);
	   -moz-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	     -o-transform: translateX(0px);
	        transform: translateX(0px);
}
.volunteer ul li figure figcaption ul li {
	display: inline-block;
	list-style: none;
	margin-right: 16px;
}
.volunteer ul li figure figcaption ul li a {
	color: #ffffff;
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 7px 0px 0px 0px;
	border-radius: 4px;
	font-size: 16px;
}
.team-wrap {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
}
.volunteerinfo {
	padding: 14px 20px 14px 22px;
}
.volunteerinfo h2 {
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
}
.volunteerinfo h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
}
.volunteer ul li:hover .volunteerinfo h2:before {
	background-color: #2f240d;
}
.volunteer ul li:hover .volunteerinfo span { color: #513c10; }
/* TeamList */
.volunteer.teamlist-view figure {
	float: left;
	width: 270px;
	border-right: 1px solid #dddddd;
}
.team-info {
	padding: 21px 30px 20px 30px;
}
.teamlist-view .team-wrap { background-color: #fcfcfc; }
.teamlist-view figure ~ .team-info { padding: 21px 30px 0px 300px; }
.team-info h2 {
	text-transform: uppercase;
	padding: 0px 0px 4px 0px;
	margin-bottom: 0px;
	position: relative;
}
.team-info h2:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 42px;
	height: 1px;
	background-color: #000;
}
.team-info p { margin-bottom: 25px; }
.team-info span {
	margin-bottom: 14px;
	display: inline-block;
}
.team-network { margin: 0px; }
.team-network li {
	float: left;
	list-style: none;
	margin-right: 6px;
}
.team-network li a {
	float: left;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #737272;
	text-align: center;
	padding: 4px 0px 0px 0px;
}
.team-network li a:hover { color: #fff; }
.volunteer.teamlist-view figure:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 250px rgba(0,0,0,0.75) inset;
}
.volunteer.teamlist-view ul li:hover figure:before { box-shadow: none; }
/* Team Detail */
.team-thumb {
	float: left;
	width: 267px;
	border: 1px solid #dddddd;
	margin-bottom: 22px;
}
.team-thumb img {
	float: left;
	width: 100%;
}
.team-thumb ~ .team-detail { padding: 0px 0px 0px 300px; }
.team-detail h2 {
	width: 75%;
	margin-bottom: 25px;
}
.team-detail p { margin-bottom: 18px; }
.team-detail .team-network {
	float: left;
	margin: 8px 0 0;
}
.team-designation {
	float: left;
	width: 100%;
}
.team-designation h2 {
	text-transform: uppercase;
	margin-bottom: 22px;
}
.designation {
	display: table;
	width: 100%;
	margin-bottom: 11px;
}
.designation ul {
	display: table-row;
	width: 100%;
}
.designation ul li {
	display: table-cell;
	vertical-align: middle;
	background-color: #f7f7f7;
	border: 1px solid #dddddd;
	border-left: none;
	padding: 10px 37px;
	line-height: 1.5;
	width: 50%;
	text-transform: uppercase;
}
.designation ul li:nth-child(even) {
	background-color: #fdfdfd;
}
.designation ul li:first-child { border-left: 1px solid #dddddd; }
.team-location {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	position: relative;
}
.team-donate {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.80);
}
.team-donate-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -55px;
}
.team-donate-wrap a {
	color: #ffffff;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 0px 9px;
	border-left: 1px solid;
	float: left;
	text-transform: uppercase;
}
.team-donate-wrap i {
	float: left;
	width: 29px;
	height: 29px;
	color: #000;
	text-align: center;
	border-radius: 100%;
	padding: 7px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
}
.team-donate-wrap a span { display: block; }
/* Parallex Detail */
.parallex-detail {
	float: left;
	width: 100%;
	text-align: center;
}
.parallex-detail i {
	font-size: 80px;
	color: #ffffff;
	margin-bottom: 22px;
}
.parallex-icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	background-color: #ffffff;
	border-radius: 100%;
	box-shadow: 0px 0px 0px 2px #ddd;
	border: 6px solid #000;
	padding: 19px 0px 0px 6px;
	margin-bottom: 20px;
}
.parallex-icon i {
	color: #000;
	font-size: 40px;
}
.parallex-detail h2 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 14px;
}
.parallex-detail p {
	font-size: 20px;
	color: #ffffff;
	line-height: 34px;
	display: inline-block;
	width: 70%;
	margin-bottom: 32px;
}
.parallex-detail a {
	font-size: 26px;
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 15px 40px 18px 40px;
	color: #ffffff;
	display: inline-block;
	border-radius: 4px;
}
/* Blog Medium */
.blogs {
	float: left;
	width: 100%;
}
.blogs ul li {
	list-style: none;
}
.blogs > ul > li { margin-bottom: 30px; }
.blogmedium-view figure {
	float: left;
	width: 284px;
	margin-bottom: 0px;
	border-right: 1px solid #dddddd;
}
.blogmedium-view figure img,.blog-wrap {
	float: left;
	width: 100%;
}
.blog-wrap {
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
}
.blogmedium-view .blog-info { padding: 40px 20px 0px 20px; }
.blogmedium-view figure ~ .blog-info { padding: 40px 20px 0px 310px; }
.blog-option {
	float: left;
	width: 100%;
	margin: 0px 0px 11px 0px;
}
.blog-option li {
	float: left;
	list-style: none;
	color: #bfbfbf;
	font-size: 11px;
	padding: 0px 12px;
	position: relative;
}
.blog-option li:before {
	content: '/';
	position: absolute;
	left: -3px;
	top: 0px;
	font-size: 14px;
	color: #bfbfbf;
}
.blog-option li:first-child { padding-left: 0px; }
.blog-option li:last-child { padding-right: 0px; }
.blog-option li:first-child:before { display: none; }

.blog-option li a { color: #bfbfbf; }
.blog-info h2 {
	margin: 0px;
	text-transform: uppercase;
	line-height: 1.2;
}
.blog-info p {
	margin-bottom: 19px;
	line-height: 1.7;
}
.readmore {
	float: left;
	padding: 2px 24px 4px;
	text-transform: capitalize;
	border: 1px solid #dddddd;
	border-radius: 4px;
	color: #666666;
}
.bloghover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
	text-align: center;
	opacity: 0;
}
.blogs ul li:hover .bloghover { opacity: 1; }
.bloghover ul {
	margin: -22px 0px 0px 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	     -o-transform: translateY(50px);
	        transform: translateY(50px);
}
.blogs ul li:hover .bloghover ul {
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	     -o-transform: translateY(0px);
	        transform: translateY(0px);
}
.bloghover ul li {
	display: inline-block;
	list-style: none;
}
.bloghover ul li a {
	float: left;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(237,181,66,0.70);
	color: #ffffff;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 20px;
	text-align: center;
	padding: 12px 0px 0px 0px;
}
/* BlogLarge */
.large-view .blog-option {
	float: right;
	width: auto;
}
.large-view figure img,.large-view figure,.large-view figure > a {
	float: left;
	width: 100%;
}
.large-view .blog-info {
	float: left;
	width: 100%;
	padding: 18px 25px 27px 25px;
}
.large-view .blog-info h2 { margin-bottom: 10px; }
.bloghover time {
	width: 89px;
	height: 77px;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-transform: uppercase;
	padding: 14px 0px 0px 0px;
	opacity: 0;
}
.bloghover time span {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.blogs ul li:hover .bloghover time {
	opacity: 1;
	left: -15px;
}
/* Blog Detail */
.detail-thumb {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	border: 1px solid #dddddd;
	border-bottom: none;
}
.detail-thumb figcaption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.80);
}
.detail-thumb figcaption time {
	float: left;
	width: 89px;
	height: 77px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.1;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px -15px;
}
.detail-thumb figcaption time span {
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.detail-thumb figcaption time ~ .detail-info {
	padding: 0px 0px 0px 74px;
}
.detail-thumb .blog-option {
	background-color: rgba(0,0,0,0.80);
	margin: 0px;
	padding: 0px 0px 0px 24px;
}
.detail-thumb .detail-info h2 {
	padding: 9px 0px 2px 25px;
	text-transform: uppercase;
}
.detail-thumb .blog-option li,
.detail-thumb .blog-option li a {
	color: #dedede;
}

/*text-content*/

.text-content {padding: 0 30px 0 10px; margin-bottom: 80px;}

.text-content h1 {font-size: 50px; line-height: 64px; margin-bottom: 28px;}
.text-content h2 {font-size: 30px; line-height: 1.3; margin-bottom: 14px;}
.text-content h3 {font-size: 24px; margin: 24px 0 10px 0;}
.text-content h3.news-subtitle {font-size: 22px; margin: 15px 0 28px 0;}
.text-content h4 {font-size: 20px; margin: 20px 0 8px 0;}

.text-content h2 strong, .text-content h3 strong {font-weight: 500;}

.excerpt p {font-family: "bree-serif",sans-serif; font-size: 19px; font-weight: 400; line-height: 1.4; color: #444;}
.content-inner p {font-size: 16px; color: #444; line-height: 1.5; margin-bottom: 20px; text-align: left !important;}
.content-inner p a {color:#A54398}
.content-inner p a:hover {color:#000;}
.content-inner ul {margin: 0 0 30px 30px; padding-left: 20px;}
.content-inner ul li {font-size: 15px; color: #444;}
.content-inner img {margin-bottom: 30px;}

.content-inner p.par-big {font-size: 130%;}
.content-inner p.par-small {font-size: 80%;}
.content-inner p.par-highlight {background: #edf9ff; padding: 15px; margin: 20px -15px;}
.content-inner p.par-alternative {border-top: 2px solid #98398c; border-bottom: 2px solid #98398c; padding: 10px 0;}
.content-inner p.par-comment {background: #98398c; padding: 20px; color: #fff;  float: right; width: 30%; margin: 10px;}

.content-inner img.float-left {float: left; margin: 0 20px 5px 0;}

.content-gallery a img {margin: 0 8px 8px 0;}

.content-files ul, .content-files ul li {list-style: none;}
.content-files ul li a i {color: #79bde9; margin-right: 4px;}
.content-files ul li a {font-size: 16px; font-family: "bree-serif",sans-serif; color: #000;}
.content-files ul li a i {font-size: 16px;}
.content-files ul li a:hover { color: #000;}
.content-files ul li a span {color: #aaa; font-size: 80%; font-family: 'Open Sans', sans-serif;}


.forum-categories ul, .forum-categories ul li {list-style: none; font-family: "bree-serif",sans-serif;}
.forum-categories > ul > li {margin-bottom: 20px; color: #a54398;  font-size: 14px;}

.forum-categories ul ul {margin: 0;}
.forum-categories ul li ul li a {font-size: 18px; color: #282828;}
.forum-categories ul li ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0px 15px 0px 0px;
    color: #000;
}
.forum-categories ul li ul li.submenu-active a {font-size: 17px; color: #79bde9;}



.mini {font-size: 90%; padding: 10px;}

.detail-editor {
	float: left;
	width: 100%;
}
.detail-editor h2 { text-transform: uppercase; }
.detail-editor p {
	margin-bottom: 20px;
}
blockquote {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	font-size: 20px;
	font-style: italic;
	font-family: 'Ubuntu', sans-serif;
	padding: 30px 110px;
	font-weight: 300;
	line-height: 1.6;
	position: relative;
	margin-bottom: 30px;
}
blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	left: 19px;
	top: 0px;
	font-style: normal;
	font-size: 60px;
}
blockquote:after {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	right: 19px;
	bottom: 0px;
	font-style: normal;
	font-size: 60px;
}
/* Tags */
.tags {
	float: left;
}
.tags span {
	float: left;
	color: #000000;
	padding: 6px 5px 0px 0px;
}
.tags a {
	float: left;
	border: 1px solid #cccccc;
	padding: 6px 19px;
	color: #010000;
	font-size: 12px;
	margin: 0px 0px 10px 10px;
	border-radius: 4px;
}
.share-nav {
	float: right;
}
.share-nav li {
	float: left;
	list-style: none;
	margin-left: 7px;
}
.share-nav li span {
	font-size: 14px;
	color: #000;
	margin-right: 8px;
	float: left;
	padding: 4px 0px 0px 0px;
}
.share-nav li a {
	float: left;
	padding: 9px 12px 9px;
	color: #000;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 14px;
}
.share-nav li:hover a 							{ color: #ffffff; }
.share-nav li:hover a.fa-facebook 				{ background-color: #3B5998; }
.share-nav li:hover a.fa-twitter 				{ background-color: #2AA9E0; }
.share-nav li:hover a.fa-linkedin 				{ background-color: #0177B5; }
.share-nav li:hover a.fa-pinterest-p 			{ background-color: #CB2027; }
.share-nav li:hover a.fa-google-plus 			{ background-color: #DD4B39; }
/* NextPrev Post */
.nextprev-post {
	float: left;
	width: 100%;
	border-top: 1px solid #dddddd;
	padding: 30px 0px 0px 0px;
	margin: 22px 0px 30px 0px;
}
.nextprev-post li {
	list-style: none;
}
.nextprev-post li figure {
	float: right;
	width: 98px;
	margin: 0px;
}
.nextprev-post li figure ~ .post-info {
	padding: 0px 118px 0px 0px;
}
.post-wrap {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	position: relative;
	background-color: #fcfcfc;
}
.nextprev-post li time {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}
.nextprev-post li time:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 35px;
	height: 1px;
	background-color: #b0b0b0;
}
.nextprev-post li h4 {
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
	line-height: 1.2;
}
.nextprev-post li span {
	font-size: 13px;
	color: #656565;
	font-weight: 300;
	line-height: 1.3;
	float: right;
}
.nextprev-post li i {
	position: absolute;
	left: 19px;
	top: 50%;
	font-size: 25px;
	color: #575757;
	margin: -13px 0px 0px 0px;
}
.nextprev-post li.prev i {
	left: auto;
	right: 19px;
}
.nextprev-post li.prev figure ~ .post-info {
	padding: 0 0px 0 118px;
}
.nextprev-post li.prev figure,.nextprev-post li.prev span 			{ float: left; }
.nextprev-post li.next 					{ text-align: right; }
.nextprev-post li.prev 					{ text-align: left; }
.nextprev-post li.prev time:before 		{ right: auto; left: 0px; }


/* news */

.post-list-item {margin-bottom: 40px;}
.post-list-item h2 {font-size: 24px; margin: 10px 0; line-height: 1.3;}
.post-list-item h2 a:hover {color: #79bde9;}
.post-list-item p {font-size: 15px;}
.post-list {margin-bottom: 80px;}
.post-list .news-single {margin-bottom: 30px;}
.post-list .news-single .news-time {font-size: 12px; font-weight: 600; color: #A54398;}
.post-list .news-single h2 {font-size: 30px; line-height: 1.3;}
.post-list .news-single img {margin-bottom: 20px;}
.post-list .news-single p {font-size: 16px; color: #444;}

.post-list .event-single {margin-bottom: 30px;}
.post-list .event-single .event-time {font-size: 18px; font-weight: 600; color: #A54398;}
.post-list .event-single h2 {font-size: 30px; line-height: 1.3;}
.post-list .event-single p {font-size: 16px; color: #444;}
.event-info {font-size: 16px; padding: 20px 0; border-top:1px solid #79bde9;}
.event-info .event-info-time {font-family: "bree-serif",sans-serif; font-size: 24px; margin-bottom: 8px;}

/* Admin Authore */
.authore-post {
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 30px 0px 20px 0px;
	margin-bottom: 30px;
}
.authore-post figure {
	float: left;
	width: 70px;
}
.authore-post figure img {
	border-radius: 100%;
}
.authore-post figure ~ .authore-info { padding: 0px 0px 0px 100px; }
.authore-info h2 {
	margin: 0px 0px 6px 0px;
}
.authore-info p { margin-bottom: 20px; }
.authore-share {
	float: left;
}
.authore-share li {
	float: left;
	list-style: none;
	padding: 0px 0px 0px 35px;
	position: relative;
}
.authore-share li:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 10px;
	width: 1px;
	height: 9px;
	background-color: #737272;
}
.authore-share li:first-child 				{ padding-left: 0px; }
.authore-share li:first-child:before 		{ display: none; }
.authore-share li a {
	color: #737272;
}
.view-all {
	float: right;
	padding: 6px 0px 0px 0px;
}
/* Comment Section */
#comments {
	float: left;
	width: 100%;
}
#comments h2,.form h2 { margin-bottom: 20px; }
#comments ul ul { margin: 0px; }
#comments ul li {
	float: left;
	width: 100%;
	list-style: none;
}
#comments > ul > li {
	margin-bottom: 28px;
}
#comments ul li figure {
	float: left;
	width: 64px;
	border: 1px solid;
}
#comments ul li figure,#comments ul li figure img {
	border-radius: 100%;
}
#comments ul li figure ~ .text {
	padding: 0px 0px 0px 90px;
	float: none;
	width: auto;
}
#comments ul li .text p {
	margin: 0px;
	display: inline-block;
}
#comments ul li .text h4 {
	float: left;
	margin: 0px;
}
.right-info span {
	float: left;
	padding-right: 19px;
	position: relative;
}
.right-info span:before {
	content: '';
	position: absolute;
	right: 9px;
	top: 10px;
	background-color: #c5c5c5;
	width: 1px;
	height: 8px;
}
.right-info span,.right-info a {
	color: #c1c1c1;
}
.comment-wrap {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 6px;
	padding: 18px 20px;
}
#comments ul li .text .right-info 					{ float: right; }
#comments .children li 									{ margin-bottom: 0px; }
#comments .children > li 								{ padding: 0px 0px 0px 36px; }
#comments ul ul.children > li 							{ margin-top: 25px; }
/* Comment */
.form {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.form form {
	width: 100%;
	position: relative;
}
.form form p {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
.form form { padding-bottom: 0px; }
.form form  input[type="text"], .form form  input[type="email"] {
	background-color: #f2f2f2;
	height: 40px;
	padding: 6px 13px 6px 13px;
	border-radius: 2px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow:none;
}
.form form textarea {
	width: 100%;
	height: 160px;
	padding: 6px 13px 6px 13px;
	background: #f2f2f2;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow:none;
	font-size: 16px;
}
.form form p.comment {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 50%;
	padding: 0px 30px 0px 20px;
}
.form form p.submit {
	width: 50%;
	float: right;
	padding: 0px 0px 0px 20px;
}
.form form p input[type="submit"] {
	float: left;
	padding: 11px 46px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	border: none;
	font-weight: 500;
}
/* Pagination */
.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.pagination li {
	display: inline-block;
	margin-left: 6px;
}
.pagination li a {
	border: 1px solid #cccccc;
	padding: 1px 12px;
	color: #000000;
	font-size: 14px;
	border-radius: 4px;
	float: left;
}
/* Testimonial */
.slide-testimonial { text-align: center; }
.slide-testimonial h2 {
	color: #ffffff;
	font-style: italic;
	display: inline-block;
	width: 70%;
	margin: 0px 0px 34px 0px;
}
.slide-testimonial .flex-control-nav { display: none; }
.slide-testimonial .testimonial-thumb {
	float: left;
	width: 50px;
}
.slide-testimonial .flex-direction-nav a {
	width: 60px;
	height: 60px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 4px;
	color: #ffffff;
	padding: 15px 0px 0px 0px;
	margin-top: -70px;
	opacity: 0;
}
.slide-testimonial:hover .flex-direction-nav a { opacity: 1; }
.slide-testimonial figure {
	display: inline-block;
	text-align: left;
}
.slide-testimonial figure figcaption h3,
.slide-testimonial figure figcaption span {
	color: #ffffff;
}
.slide-testimonial figure img {
	border-radius: 100%;
	border: 1px solid;
}
.slide-testimonial figure .testimonial-thumb ~ figcaption { padding-left: 67px; }
.slide-testimonial figure figcaption h3 {
	margin: 0px;
	font-weight: 600;
}
.slide-testimonial figure figcaption span {
	line-height: 1.3;
	float: left;
}
/* Sponsored */
.sponsored,
.sponsored ul li a {
	float: left;
	width: 100%;
}
.sponsored ul { margin: 0px; }
.sponsored ul li {
	list-style: none;
	padding: 0px;
}
.sponsored ul li a {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 5px 0px 8px 0px;
}
.sponsored ul li a img { opacity: 0.55; }
.sponsored ul li:hover a img { opacity: 1; }
.sponsored ul li:nth-child(4n) a { border-right: none; }
.sponsored ul li.noborder a { border-bottom: none; }
.sponsored.view-two ul.row { margin: 0px -15px; }
.sponsored.view-two ul li {
	padding: 0px 15px;
	margin-bottom: 30px;
}
.sponsored.view-two ul li a {
	border: 1px solid #dddddd;
}
.sponsored.view-two .item{
    padding: 10px 10px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    border: 1px solid #ddd;
}


/* SubHeader */
.minheader {
	float: left;
	width: 100%;
	background: url(http://www.svetovalnica.com/storage/image/201905/ballpen-blur-close-up-1925536.jpg);
	background-position: 50% 52%;
	background-size: cover;
	height: 266px;
	position: relative;
	padding: 188px 0px 0px 0px;
}
.minheader-wrap {
	float: left;
	width: 100%;
	padding: 25px 0px;
}
.minheader .full-pattren { background-color: rgba(0,0,0,0.10); }
.page-title {
	float: left;
	width: 100%;
}
.page-title h1 {
	float: left;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0px 16px 0px 0px;
	padding: 0px 16px 0px 0px;
	border-right: 1px solid;
	line-height: 0.9;
}
.page-title p {
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.breadcrumb {
	float: left;
	margin-bottom: 0;
	padding: 0;
	background: transparent;
}
.breadcrumb li {
	float: left;
	list-style: none;
	padding: 0px 12px;
	position: relative;
}
.breadcrumb li a {color: #fff;}
.breadcrumb li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: -1px;
	top: 0px;
}
.breadcrumb > li + li:before {
    padding: 1px 0 0 0;
    }
.breadcrumb li:first-child:before { display: none; }
/* Content Title */
.content-title {
	float: left;
	width: 100%;
	margin-bottom: 19px;
}
.content-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0px;
}
/* Widget */
aside .widget {
	width: 100%;
	margin-bottom: 50px;
}
.main-content .strip-title h2 {
	margin-bottom: 0px;
	color: #A54398;
	font-size: 16px;
}
.main-content .widget_categories ul li {
	padding: 4px 0;
}
.main-content .widget_categories.subpages ul li a {font-size: 24px;}
.main-content .widget_categories.subpages ul li.active a {color: #A54398;}

/* side latest news  */

.side-news span.date {color: #A54398;}
.side-news h4 {font-size: 18px;}

/* last news side */

.widget_recent_post {padding-right: 30px;}

.widget_recent_post ul li {
	float: left;
	list-style: none;
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 22px 0px;
	border-bottom: 1px solid #eae9e9;
}
.widget_recent_post ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
}



.thumb {
	float: left;
	width: 70px;
	position: relative;
}
.thumb img {
	float: left;
	width: 100%;
}
.thumb ~ figcaption { padding: 0px 0px 0px 86px; }
.widget_recent_post ul li figcaption h4 {
	margin: 0px 0px 1px 0px;
}
.widget_recent_post ul li figcaption h4 a { color: #585858; }
.hover-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 25px 0px 0px 0px;
	opacity: 0;
}
.widget_recent_post ul li:hover .hover-icon {
	opacity: 1;
}
/* Twitter Widget */
.widget_twitter ul li {
	float: left;
	list-style: none;
	font-weight: 300;
	line-height: 1.7;
	border-bottom: 1px solid #eae9e9;
	padding: 0px 0px 12px 0px;
	margin: 7px 0px 0px 0px;
}
.widget_twitter ul li:first-child { margin-top: 0px; }
.widget_twitter ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.widget_twitter ul li span {
	display: block;
	font-size: 16px;
}
.widget_twitter ul li a { color: #65abd0; }
/* Widget Search */
.widget_search form {
	float: left;
	width: 100%;
	position: relative;
}
.widget_search form input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	color: #9fa4a4;
	border-radius: 4px;
	height: 37px;
	padding: 7px 15px;
}
.widget_search form label {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 8px 0px;
	cursor: pointer;
}
.widget_search form label:before {
	content: "\f002";
	font-family: 'FontAwesome';
	position: absolute;
	left: 12px;
	top: 8px;
}
.widget_search form input[type="submit"] {
	float: left;
	width: 36px;
	height: 22px;
	background: none;
	border: none;
	border-left: 1px solid #dddddd;
}
/* Gallery Widget */
.widget_gallery ul {
	margin: 0px 0px 0px -9px;
}
.widget_gallery ul li {
	float: left;
	width: 25%;
	padding: 0px 0px 9px 9px;
	list-style: none;
}
/* Event */
.events ul li 					{ list-style: none; }
.events > ul > li 					{ margin-bottom: 30px; }
.event-wrap {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	background-color: #fcfcfc;
}
.list-view ul li figure img {
	float: left;
	width: 100%;
}
.list-view ul li figure,.event-thumb-section {
	float: left;
	width: 580px;
	margin-bottom: 0px;
}
.list-view ul li figure figcaption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.view-map {
	float: left;
	padding: 3px 28px 1px 28px;
	margin-left: 35px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.5;
	cursor: pointer;
}
.event-map {
	float: left;
	width: 100%;
	display: none;
}
.short-info {
	float: left;
	width: 100%;
	background-color: #777777;
	padding: 9px 15px;
}
.short-info time {
	float: left;
	color: #ffffff;
	font-weight: bold;
}
.ev-tag {
	float: right;
}
.ev-tag a,.ev-tag i {
	color: #ffffff;
}
.ev-tag i { margin-right: 9px; }
.map-btn {
	float: left;
	width: 100%;
	border-bottom: 3px solid;
}
.list-view ul li .event-thumb-section ~ .event-info { padding-left: 580px; }
.event-info time {
	font-size: 36px;
	color: #edb542;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
}
.event-info time span {
	color: #575757;
	font-size: 18px;
	display: block;
	font-weight: 400;
}
.event-info h3 {
	text-transform: uppercase;
	margin-bottom: 6px;
}
.info-wrap {
	float: left;
	width: 100%;
	padding: 32px 22px 31px 22px;
}
.event-info ul { margin: 0px; }
.event-info ul li {
	color: #737272;
	font-weight: 300;
}
.event-info ul li i {
	color: #575757;
	margin-right: 6px;
}
.event-btn {
	float: left;
	width: 100%;
	background-color: #edb542;
	padding: 9px 0px 8px 0px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.cnl 			{ background-color: #ed6642; }
.free 			{ background-color: #2dc96f; }
/* Event Grid */
.grid-view .info-wrap {
	padding: 11px 19px 22px;
}
.grid-view figure img,.grid-view figure {
	float: left;
	width: 100%;
}
.event-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.event-hover i {
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	font-size: 50px;
	margin: -20px 0px 0px -50px;
}
.grid-view ul li:hover .event-hover { opacity: 1; }
.grid-view ul li:hover .event-hover i {
	margin: -20px 0px 0px 0px;
}
/* Event Detail */
.event-contdown {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.event-contdown img {
	float: left;
	width: 100%;
}
.event-contdown .full-pattren { background-color: rgba(0,0,0,0.50); }
.event-caption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 0px 0px 0px;
}
.event-contdown h2 {
	text-transform: uppercase;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
}
.countdown-section {
	display: inline-block;
	width: 22%;
	color: #ffffff;
	position: relative;
}
.countdown-section:before {
	content: '/';
	position: absolute;
	left: 0px;
	top: 10px;
	color: #ffffff;
	font-size: 60px;
	font-weight: 300;
}
.countdown-section:first-child,.countdown-section:nth-child(2):before { display: none; }
.countdown-amount {
	font-size: 70px;
}
.countdown-period {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}
.event-contact {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	margin-bottom: 55px;
}
.event-contact ul li {
	padding: 0px 30px 0px 50px;
	position: relative;
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.event-contact ul li i {
	position: absolute;
	left: -15px;
	top: 0px;
	width: 50px;
	height: 50px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	padding: 14px 0px 0px 0px;
}
.event-contact ul li h2 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 3px;
	display: block;
}
.event-contact ul li span {
	float: left;
	color: #ffffff;
	line-height: 1.5;
}
.download-btn {
	display: inline-block;
	font-size: 18px;
	width: 100%;
	padding: 14px 45px;
	color: #ffffff;
	text-align: center;
	border-radius: 7px;
	background-color: #333333;
}
.linkbtn {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 16px;
	margin-bottom: -25px;
}
.event-detail .detail-editor { padding-top: 25px; }
.event-detail .detail-editor h2 { margin-bottom: 16px; }
.event-gallery h2 {
	text-transform: uppercase;
	margin-bottom: 12px;
}
.event-gallery {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}
.event-gallery ul { margin-left: -4px; }
.event-gallery ul li {
	list-style: none;
	float: left;
	width: 25%;
	padding: 0px 0px 4px 4px;
}
.event-gallery ul li a,.event-gallery ul li img,.event-gallery-wrap {
	float: left;
	width: 100%;
}
.event-gallery-wrap {
	position: relative;
	overflow: hidden;
}
.event-gallery ul li i {
	position: absolute;
	left: 0px;
	top: 0%;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	margin: -5px 0px 0px 0px;
}
.event-gallery ul li:hover i { top: 50%; }
.event-gallery ul li a {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
}
.event-gallery ul li:hover a { opacity: 1; }
.event-gallery ul li:hover img {
	-webkit-transform: scale(1.4);
	   -moz-transform: scale(1.4);
	    -ms-transform: scale(1.4);
	     -o-transform: scale(1.4);
	        transform: scale(1.4);
}
/* Causes Grid */
.causes,.causes figure,.causes figure > a,.causes figure img {
	float: left;
	width: 100%;
}
.causes ul li {
	list-style: none;
}
.causes > ul > li { margin-bottom: 30px; }
.causes figure { margin: 0px; }
.causes figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	opacity: 0;
}
.causes ul li:hover figure figcaption { opacity: 1; }
.causes figure figcaption a {
	color: #ffffff;
	line-height: 1.2;
	display: inline-block;
	text-align: left;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 0px 9px;
	border-left: 1px solid;
	text-transform: uppercase;
	font-size: 14px;
}
.causes figure figcaption a span 			{ display: block; }
.donarhover {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.causes ul li:hover figcaption .donarhover {
	margin: -15px 0px 0px 0px;
}
.donarhover i {
	display: inline-block;
	font-size: 28px;
}
.causes-strip,.causes-text,.index-box,.causes-grid .causes-btn,
.causes-sec,.causebar {
	float: left;
	width: 100%;
}
.causes-text {
	border: 1px solid #dddddd;
}
.index-box {
	padding: 10px 20px 0px 20px;
}
.causes-grid .index-box p {
    margin-bottom: 35px;
}
.causebar {
	height: 5px;
	background-color: #e6e6e6;
}
.percent-bar {
	float: left;
	height: 5px;
	position: relative;
}

.percent-bar small {
	position: absolute;
	right: 0px;
	top: -28px;
	width: 40px;
	height: 20px;
	background-color: #fefefe;
	border: 1px solid #c4c4c4;
	font-size: 12px;
	color: #262626;
	line-height: 1.4;
	text-align: center;
}
.percent-bar small:before {
	content: '';
	position: absolute;
	right: 0px;
	bottom: -7px;
	border-top: 7px solid #ffffff;
	border-left: 7px solid transparent;
	z-index: 1;
}
.percent-bar small:after {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -8px;
	border-top: 7px solid #c4c4c4;
	border-left: 8px solid transparent;
	z-index: 0;
}
.causes-strip span {
	color: #737272;
}
.causes-strip span.raised {
	float: left;
	padding: 8px 20px;
}
.causes-strip span.goal {
	float: right;
	padding: 8px 20px;
}
.causes-btn {
	color: #262626;
	background-color: #f7f7f7;
	border-top: 1px solid #dddddd;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 8px;
}
.causes-grid ul li:hover .causes-btn { color: #614e2c; }
.col-md-12.clearfix { margin: 0px; }
/* CauseList */
.causes-list > ul 			{ display: table; }
.causes-list > ul > li 		{ display: table-row; width: 100%; }
.cause-cell {
	display: table-cell;
	vertical-align: middle;
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	border-left: none;
	padding: 21px 30px 24px 30px;
}
.thumb-cell,
.causes-list .index-box {
	padding: 0px;
}
.cause-cell:nth-child(2) { vertical-align: top; }
.cause-cell:nth-child(2),.cause-cell:nth-child(3) { width: 50%; }
.causes-list figure {
	width: 257px;
}
.causes-list .index-box h3 { margin-bottom: 7px; }
.causes-list .causes-btn {
	padding: 1px 20px 2px 20px;
	color: #000;
	border: none;
	border-radius: 4px;
	float: left;
	text-transform: capitalize;
}
.causes-list p {
	margin-bottom: 15px;
}
.causegallery {
	margin: 0px 0px 0px -10px;
}
.causegallery li {
	float: left;
	width: 33.333%;
	padding: 0px 0px 20px 10px;
}
.causegallery li a,.causegallery li img {
	float: left;
	width: 100%;
}
.causes-list .donarhover {
	position: static;
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.causes-list .donarhover a {
	color: #737272;
	border-left: 1px solid #737272;
	padding: 0px 0px 0px 9px;
	margin: 0px 0px 0px 9px;
}
.causes-list .donarhover i {
	font-size: 18px;
	float: left;
}
.festured {
	position: absolute;
	left: -8px;
	top: 11px;
	padding: 0px 20px;
	color: #000;
	z-index: 1;
}
.festured:before {
	content: '';
	border-top: 8px solid #9b6800;
	border-left: 8px solid transparent;
	position: absolute;
	left: 0px;
	bottom: -8px;
}
.thumb-cell figure a {
	float: left;
	width: 100%;
	position: relative;
}
.thumb-cell figure a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 0px 250px rgba(0,0,0,0.50) inset;
}
.causes-list ul li:hover figure a:before { box-shadow: none; }
.causes-list .causes-strip span {
	padding: 8px 0px 0px 0px;
}
/* Causes Detail */
.cause-thumb {
	margin: 0px 0px 0px 0px;
	position: relative;
}
.cause-thumb .full-pattren { background-color: rgba(0,0,0,0.50); }
.cause-thumb,.cause-thumb a,.cause-thumb img,.detail-strip {
	float: left;
	width: 100%;
}
.detail-strip {
	border: 1px solid #dddddd;
	padding: 29px 28px 25px 28px;
	margin-bottom: 22px;
}
.detail-strip .causes-strip {
	width: 82%;
	padding: 5px 30px 0px 0px;
}
.detail-strip .causes-strip span { padding: 11px 0px 0px 0px; }
.detail-strip .causes-btn {
	padding: 10px 30px;
	float: right;
	text-transform: capitalize;
	border: none;
	border-radius: 4px;
}
/* ShopList */
.shop-filter {
	float: left;
	width: 100%;
}
.shop-filter select {
	float: right;
}
.shop,.shop-list ul li figure,.shop-list ul li figure img,.shop-thumb {
	float: left;
	width: 100%;
}
.shop-thumb { overflow: hidden; }
.shop-list ul li figure {
	margin: 0px;
	border: 1px solid #dedede;
}
.shop ul li {
	list-style: none;
}
.shop > ul > li { margin-bottom: 30px; }
.shop-list ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	text-align: center;
	opacity: 0;
}
.shop-list ul li:hover figure figcaption { opacity: 1; }
.shop-list ul li figure figcaption span {
	display: block;
	color: #ffffff;
}
.rating {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-right: 0;
	padding-bottom: 0px;
	position: relative;
	width: 100px;
}
.rating:before, .rating-box:before {
	color: #ffae00;
	content: '\f006 \f006 \f006 \f006 \f006';
	font-family: FontAwesome;
	font-size: 16px;
	left: 0;
	letter-spacing: 4px;
	position: absolute;
	top: 0;
}
.rating-box:before {
	content: "\f005 \f005 \f005 \f005 \f005";
	color: #ffae00;
}
.rating-box {
	height: 16px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.shophover {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	margin: -25px 0px 0px 0px;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}
.shop-list ul li:hover .shophover {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.shop-list ul li:hover figure img {
	-webkit-transform: scale(1.9) rotate(10deg);
	   -moz-transform: scale(1.9) rotate(10deg);
	    -ms-transform: scale(1.9) rotate(10deg);
	     -o-transform: scale(1.9) rotate(10deg);
	        transform: scale(1.9) rotate(10deg);
}
.shopinfo {
	float: left;
	width: 100%;
	text-align: center;
	border: 1px solid #dedede;
	border-top: none;
	padding: 12px 0px 0px 0px;
}
.shopinfo span {
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
}
.shopinfo span small {
	text-decoration: line-through;
}
.shopinfo h3 {
	margin: 0px 0px 2px 0px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding-bottom: 4px;
}
.shopinfo h3:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 42px;
	height: 1px;
	background-color: #7e7e7e;
	margin: 0px 0px 0px -20px;
}
.shopinfo h3 a {
	color: #575757;
}
.cartbtn {
	float: left;
	width: 100%;
	color: #513c10;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
	background-color: #f7f7f7;
	border-top: 1px solid #dbdbdb;
}
/* ShopDetail */
.images {
	float: left;
	width: 45%;
	margin-bottom: 25px;
}
.images ul li a,.images ul li a img,.images ul li.featured-thumb,
.images ul li a {
	float: left;
	width: 100%;
}
.images ul { margin-left: -9px; }
.images ul li.featured-thumb {
	padding: 0px 0px 20px 9px;
	position: relative;
}
.featured-thumb i {
	position: absolute;
	right: 13px;
	bottom: 13px;
	color: #737272;
	font-size: 18px;
}
.images ul li {
	float: left;
	width: 33.33%;
	list-style: none;
	padding: 0px 0px 9px 9px;
}
.images ul li a {
	border: 1px solid #dddddd;
	position: relative;
}
.images-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	opacity: 0;
}
.images-hover i {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	margin: -8px 0px 0px 0px;
}
.images ul li:hover .images-hover { opacity: 1; }
.summary {
	float: left;
	width: 55%;
	padding-left: 27px;
}
.summary > span {
	margin-bottom: 15px;
	display: inline-block;
	color: #c5c5c5;
}
.summary p { margin-bottom: 22px; }
.quality {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	border-left: none;
	border-right: none;
	padding: 18px 0px;
	margin-bottom: 25px;
}
.left-section { float: left; }
.right-section { float: right; }
.quality span {
	color: #000;
	font-weight: 300;
	float: left;
}
.quality .rating {
	float: left;
	margin: 2px 0px 0px 6px;
}
.detail-btn {
	float: left;
	padding: 9px 32px;
	background-color: #A54398;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.detail-btn:hover {background-color: #be58b0;}
.shop-tab {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.nav-tabs > li > a {
	background-color: #fcfcfc;
	color: #000;
	border: 1px solid #dddddd;
	border-left: none;
	border-radius: 0px;
	margin: 0px;
	position: relative;
}
.nav-tabs > li:first-child > a { border-left: 1px solid #dddddd; }
.tab-content {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	border-top: none;
	padding: 20px 19px;
}
.nav-tabs > li.active > a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid red;
	margin: 0px 0px 0px -6px;
}
/* Donation */
.donation-section {
	float: left;
	width: 100%;
}
.donation-section ul li {
	list-style: none;
	margin-bottom: 30px;
}
.donation-wrap {
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ddd;
	text-align: center;
	padding: 70px 0px 80px 0px;
}
.donation-section ul li span {
	font-size: 40px;
	font-weight: bold;
	display: block;
}
.donation-section ul li p {
	display: inline-block;
	position: relative;
}
.donation-section ul li p small:before {
	content: '';
	float: left;
	margin: 6px 10px 0px 0px;
	width: 11px;
	height: 11px;
	border: 1px solid #848484;
	border-radius: 100%;
	background-color: #ffffff;
}
.donation-section ul li p small:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 9px;
	background-color: #7e7e7e;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	opacity: 0;
}
.donation-section ul li.current p small:after { opacity: 1; }
.donation-section ul li.add-amount .donation-wrap { padding: 70px 0 72px; }
.donation-form ul li {
	float: left;
	list-style: none;
	margin-bottom: 20px;
}
.donation-form ul li input[type="text"] {
	float: left;
	width: 100%;
	border: 1px solid #dddddd;
	height: 40px;
	padding: 7px 15px;
}
.donation-form h2 { margin-bottom: 22px; }
.donation-form .style { min-width: 100%; }
.donation-form .style select { border-radius: 0px; }
.donation-form ul li span {
	color: #a3a3a3;
	font-size: 12px;
}
.donation-form ul li label input {
	float: left;
	margin: 8px 10px 0px 0px;
}
.donation-form ul li input[type="submit"] {
	font-size: 16px;
	text-transform: capitalize;
	padding: 3px 25px 5px 25px;
	color: #ffffff;
	font-weight: bold;
	border: none;
	float: left;
	border-radius: 4px;
}
/* Gallery */
.gallery ul li {
	list-style: none;
	margin-bottom: 30px;
}
.gallery ul li figure {
	overflow: hidden;
	border: 1px solid #e4e4e4;
	margin-bottom: 0px;
}
.gallery ul li figure,.gallery ul li figure > a,.gallery ul li figure img,
.galleryinfo {
	float: left;
	width: 100%;
}
.gallery ul li figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.80);
	opacity: 0;
}
.gallery ul li:hover figure figcaption { opacity: 1; }
.gallery ul li figure figcaption h3,
.gallery ul li figure figcaption p {
	color: #ffffff;
}
.gallery-icon {
	position: absolute;
	left: 0px;
	bottom: -50px;
	width: 100%;
	border-top: 1px solid #c7c6c6;
	padding: 10px 0px;
	text-align: center;
}
.gallery-icon a {
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #ffffff;
	line-height: 1.7;
	border-radius: 3px;
}
.galleryinfo {
	padding: 35px 22px 25px 22px;
	-webkit-transform: scale(0.5);
	   -moz-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	     -o-transform: scale(0.5);
	        transform: scale(0.5);
}
.gallery ul li:hover .galleryinfo {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.gallery ul li:hover .gallery-icon { bottom: 0px; }
.gallery ul li:hover figure img {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
/* Gallery Style One */
.gallery-style figure,.gallery-thumb,.gallery-thumb img {
	float: left;
	width: 100%;
}
.gallery-style figure {
	overflow: hidden;
	margin: 0px;
}
.gallery-style ul li {
	list-style: none;
	padding: 0px;
}
.gallery-style figure figcaption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	opacity: 0;
}
.gallery-style ul li:hover figcaption { opacity: 1; }
.gallery-style ul li:hover figure img {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
.gallery-style figure figcaption h2,.gallery-style figure figcaption p {
	color: #ffffff;
}
.gallery-style ul li:hover .caption-wrap {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
.caption-wrap {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 40%;
	padding: 0px 30px;
	margin: -45px 0px 0px 0px;
	opacity: 0;

	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
.caption-icon {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px 10px;
}
.gallery-style ul li:hover .caption-icon a {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	     -o-transform: translateY(0px);
	        transform: translateY(0px);
}
.caption-icon a {
	float: left;
	color: #ffffff;
	padding: 15px 10px;
	width: 48%;
	font-size: 16px;
	border-radius: 1px;
	opacity: 0;
}
.caption-icon a.fa-search-plus {
	-webkit-transform: translateY(60px);
	   -moz-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	     -o-transform: translateY(60px);
	        transform: translateY(60px);
}
.caption-icon a.fa-link {
	float: right;
	-webkit-transform: translateY(100px);
	   -moz-transform: translateY(100px);
	    -ms-transform: translateY(100px);
	     -o-transform: translateY(100px);
	        transform: translateY(100px);
}
/* Accordian */
.panel {
	box-shadow: none;
	border: none;
}
.panel-default > .panel-heading {
	background-color: #f7f7f7;
	position: relative;
	padding: 0px;
}
.panel-title a {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	background-color: #333333;
	color: #ffffff;
	border-radius: 4px;
}
.panel-title a.collapsed {
	background-color: #f7f7f7;
	color: #000;
}
.panel-title a.collapsed.formpanel {
	background: #e8e8e8;
}

.panel-group h2,.causes-strip h2 { margin-bottom: 22px; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border: none; }
.panel-title a.collapsed:before {
		color: #ccc;
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 30px;
		top: 10px;
	 }

	.panel-title a:before {
		content: "\f107";
		font-family: FontAwesome;
		position: absolute;
		right: 30px;
		top: 10px;
	 }
.skills-bar {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.skills-bar h5 {
	font-weight: 500;
	margin-bottom: 10px;
	color: #757575;
}
/* Counter */
.counter ul li {
	list-style: none;
}
.counter ul li i {
	font-size: 60px;
	color: #ffffff;
	float: left;
	padding: 14px 0px 0px 0px;
}
.counter-info {
	float: left;
	padding: 0px 0px 0px 29px;
	margin: 0px 0px 0px 29px;
	border-left: 1px solid #ffffff;
	line-height: 0.8;
}
.word-count {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 10px;
	display: inline-block;
}
.counter-info small {
	display: block;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
/* UnderCconstruction */
.underconstruction {
	width: 100%;
	height: 100%;
	background: url(extra-images/undercunstruct-bg.jpg);
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
.underconstruction .full-pattren { background-color: rgba(0,0,0,0.70); }
.underconstruction img {
	margin-bottom: 60px;
	display: inline-block;
}
.underconstruction-wrap {
	position: absolute;
	left: 0px;
	top: 50%;
	margin: -290px 0px 0px 0px;
	width: 100%;
}
.underconstruction .countdown-section:first-child {
	display: inline-block;
}
.underconstruction .countdown-section:before { display: none; }
.underconstruction .countdown-section {
	border: 1px solid;
	width: 180px;
	height: 160px;
	margin-right: 50px;
	border-radius: 6px;
	padding: 9px 0px 0px 0px;
}
.underconstruction .countdown-amount {
	font-size: 52px;
	border-bottom: 1px solid;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 14px;
	display: inline-block;
}
.underconstruction .countdown-period {
	font-size: 24px;
	text-transform: uppercase;
}
/* 404Page */
.404page {
	float: left;
	width: 100%;
	text-align: center;
}
.404page img {
	display: inline-block;
	margin-bottom: 45px;
}
.404page span {
	padding: 0px 20px;
	display: inline-block;
	border-left: 3px solid;
	border-right: 3px solid;
	color: #7f7e7e;
	font-size: 20px;
	margin-bottom: 7px;
}
.404page a {
	text-decoration: underline;
	font-size: 16px;
	display: inline-block;
}
/* Contact */
.map {
	float: left;
	width: 100%;
	border: 2px solid;
	margin-bottom: 30px;
}
.contact-info {
	float: left;
	width: 100%;
	padding-top: 29px;
}
.contact-info li {
	float: left;
	width: 100%;
	list-style: none;
	text-align: center;
	margin-bottom: 28px;
}
.contact-info li i {
	display: inline-block;
	width: 29px;
	height: 29px;
	border-radius: 100%;
	color: #000;
	padding: 7px 0px 0px 0px;
}
.contact-info li span,.contact-info li a {
	display: block;
	color: #686868;
	font-size: 14px;
	position: relative;
	margin-top: 10px;
	padding-top: 3px;
}
.contact-info li span:before,.contact-info li a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	width: 30px;
	height: 1px;
	margin: 0px 0px 0px -15px;
}
/* IconShortCode */
.icon-shortcode {
	float: left;
	margin-bottom: 20px;
	width: 100%;
 }

	.icon-shortcode ul li {
		float: left;
		list-style: none;
		margin: 0px 0px 30px 30px;
	 }

.circle-icon.icon-shortcode ul li i {
	border-radius: 100%;
	color: #ffffff;
	height: 85px;
	padding-top: 21px;
	text-align: center;
	width: 85px;
 }

.square-icon.icon-shortcode ul li i {
	color: #ffffff;
	padding: 14px;
 }
 #news {
 	float: left;
 }
 #news li {
 	font-size: 16px;
 }
 #news li a {
 	color: #888;
 }
 .ticker-controls {
 	float: right;
 }
.ticker-controls li {
	float: left;
	margin-left: 8px;
}
.ticker-controls li a {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 18px;
	color: #888;
}
.ticker-controls li a:hover { color: #000; }
.ticker-controls li.stop a {
	font-size: 12px;
}
.newsticker ul li { list-style: none; }
.newsticker h2 {
	float: left;
	text-transform: uppercase;
}
.annouce-icon {
	float: left;
	font-size: 16px;
	margin: 3px 15px 0px 15px;
	color: #888;
}
/* Messages */
.error-msg 		{ background: #FED2D3; color: #732729; }
.error-msg i 		{ color: #732729; }
.success-msg 	{ background: #D4FECC; color: #5A974F; }
.success-msg i 	{ color: #5A974F; }
.spam-error-msg { background: #FEFCCB; color: #8F9031; }
.spam-error-msg i { color: #8F9031; }
.error-msg,.success-msg,.spam-error-msg {
    float: left;
    padding: 12px 20px;
    width: 50%;
    font-style: normal;
    border-radius: 4px;
}
.error-msg i,.success-msg i,.spam-error-msg i {
	margin-right: 8px;
	float: left;
	font-size: 20px;
}

/* Footer */
.footer {
	float: left;
	width: 100%;
	background-color:#79bde9;
	background-size: cover;
	padding: 50px 0px 0px 0px;
}
.footer-logo {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.footer p {
	color: #282828;
}
.footer a {color: #A54398; font-weight: 600;} 
.footer a:hover {color: #fff;}
.footer h3, .footer h4 { color: #ffffff; }
.footer h4 {margin: 20px 0 5px 0;}
/* WidgetInfo */
.widget_info h1 {font-size: 38px; line-height: 44px; margin-bottom: 20px;}
.widget_info h1 span {display: block; font-size: 24px; color: #fff; margin: -5px 0 5px 2px;}

.widget_info p { margin-bottom: 13px; }
.widget_info ul li {
	float: left;
	list-style: none;
	width: 100%;
	color: #000;
	padding: 0px 0px 5px 24px;
	position: relative;
}

.widget_info ul li i {
	position: absolute;
	left: 0px;
	top: 7px;
}
.widget_info ul li i.fa-envelope {font-size: 12px; top: 10px;}

.widget_categories ul li a {
	color: #000;
	font-family: "bree-serif",sans-serif;
	font-size: 18px;
}

.widget_info ul.contacts li {font-family: "bree-serif",sans-serif; font-size: 15px;}

.strip-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.strip-title h3 {
	margin: 0px;
	font-size: 22px;
	font-weight: 500;
}


.foot-project h2 {font-size: 16px;}
.foot-project p {font-size: 12px; letter-spacing: 0; margin-bottom: 5px;}
.foot-project p.mb {margin-bottom: 30px;}
.working-hours {font-family: "bree-serif",sans-serif; font-size: 15px; color: #000;}


/* Categories */
.widget_categories {margin-bottom: 20px;}
.widget_categories ul li {
	width: 100%;
	list-style: none;
	padding: 0px 0px 0px 0px;
}
.widget_categories ul li:last-child { border: none; }
.widget_categories ul li a:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	color: #000;
}
/* NewsLatter */
.widget_newslatter form {
	float: left;
	width: 100%;
}
.widget_newslatter p {  margin-bottom: 24px;}
.widget_newslatter form input[type="text"] {
	float: left;
	width: 100%;
	color: #464646;
	background-color: #e4e4e4;
	border: 1px solid #363636;
	border-radius: 4px;
	height: 40px;
	padding: 5px 0px 5px 18px;
}
.widget_newslatter form ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 15px;
}
.widget_newslatter form ul li input[type="submit"] {
	float: right;
	padding: 10px 38px;
	color: #513c10;
	border-radius: 4px;
	border: none;
}
/* CopyRight Section */
.copyright-section {
	float: left;
	width: 100%;
	margin-top: 58px;
	padding: 15px 0px;
	position: relative;
}
.copyright-text p {
	color: #fff;
	margin: 0px;
}
.media-network { float: right; }
.media-network li {
	float: left;
	list-style: none;
	margin-left: 30px;
}
.copyright-text {
	float: left;
	padding: 3px 0 0;
}
.backtop-btn {
	font-size: 20px;
	margin: 60px 0 0 100px;
	display: block;
}