/*********************************************
	RESET
*********************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
}

/*Remove button padding in FF*/
input::-moz-focus-inner {border: 0; padding: 0;}

/*********************************************
	GLOBAL
*********************************************/
html {
	background: #f0f0f0;
}
body {
	font-size: 14pt;
	font-family: 'Alef', Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	background: transparent;
}
a {color: #000;}
a:link {}
a:hover,
a:active,
a:focus {
	color: #d25354;
}
a:visited,
a:link,
a:active {
	text-decoration: none;
}
img {max-width: 100%;}
.row.main-row {margin: 0;}
.row.main-row.main-row-first {margin-top: 150px;}
.row.main-row.bg-white {background: #fff;}
.disable-scroll {
	overflow-y: hidden; 
}

/* scrollbar */
/*::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {
	background: #262626;
	border: 1px solid #2e2d2d;
}
::-webkit-scrollbar-thumb {
	background: #4d4d4d;
	border: 1px solid #2e2d2d;
}*/

input,
textarea {
	outline: 0;
}

.float-left {float: left;}
.float-right {float: right;}
.links-row {
	display: table;
	width: 100%;
}
.links-row a {
	white-space: nowrap;
	color: #4e6ea9;
	font-size: 13pt;
	font-weight: bold;
}

.btn {
	border-radius: 0;
}
.btn.btn-white + .btn.btn-white {border-right: 0;}
.btn.btn-white {
	border-radius: 0;
	box-shadow: none;
	padding: 0 10px;
	border: 1px solid #c3c3c3;
	font-size: 12pt;
}
.btn.btn-white.active {background: #fff;}

.btn.btn-red,
.btn.btn-green,
.btn.btn-green2,
.btn.btn-clear {
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
}
.btn.btn-red {
	background: #d25354;
}
.btn.btn-green {
	background: #6b9745;
}
.btn.btn-green2 {
	background: #9dca4a;
	color: #3e3e3e;
}
.btn.btn-clear {background: transparent;}
.btn.icon-arrow-white,
.btn.icon-arrow-red {padding-left: 44px;}
.btn.icon-arrow-white:before,
.btn.icon-arrow-red:before {
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 50%;
    left: 32px;
    transform: translateY(-50%);
}
.btn.icon-arrow-white:after,
.btn.icon-arrow-red:after {
    content: "";
    width: 11px;
    height: 17px;
    background: url(../images/arrow-icons.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) scale(0.7);
}
.btn.icon-arrow-red:before {background: #d25354;}
.btn.icon-arrow-red:after {
	width: 6px;
	height: 10px;
	background-position: -34px -4px;
	transform: translateY(-50%) scale(1);
}
.btn.icon-plus {padding-left: 44px;}
.btn.icon-plus:after {
    content: "+";
    width: 17px;
    height: 17px;
    font-size: 15px;
    text-align: center;
    line-height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.btn.btn-red:hover,
.btn.btn-green:hover {opacity: 0.9;}
.btn.btn-green2.icon-plus:after {border-color: #3e3e3e;}

#to-top-btn {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	border: 2px solid #6e9948;
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 1;
	transition: opacity 0.5s;
}
#to-top-btn:before {
	content: "";
	width: 18px;
	height: 10px;
	background: url(../images/arrow-icons.png) 0 -24px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#to-top-btn.affix-top {opacity: 0;}
#to-top-btn.affix {opacity: 1;}

/* styled-checkbox */
label.styled-checkbox {
	display: block;
	padding-right: 25px;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
}
label.styled-checkbox .styled-input {
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-top: 1px;
}
label.styled-checkbox .styled-input span {
	float: right;
	display: block;
	width: 12px;
	height: 12px;
	position: relative;
	transform: none;
	top: 0;
	left: 0;
}
label.styled-checkbox .styled-input span:before {
	width: 6px;
	height: 6px;
}

/* check-icons */
.styled-input.check-icon span:before {
	content: "";
	display: inline-block;
	width: 53px;
	height: 53px;
	background-image: url(../images/check-icons.png);
	background-color: transparent;
}

.styled-input.check-icon input:checked + span {
	border-width: 2px;
	border-color: #6b9745;
}
.styled-input.check-icon.input-green-bg input:checked + span {border-color: #000;}

.styled-input.check-icon1 span:before {background-position: 0 0;}
.styled-input.check-icon2 span:before {background-position: -61px 0;}
.styled-input.check-icon3 span:before {background-position: -120px 0;}
.styled-input.check-icon4 span:before {background-position: -181px 0;}
.styled-input.check-icon5 span:before {background-position: -241px 0;}
.styled-input.check-icon6 span:before {background-position: -301px 0;}
.styled-input.check-icon7 span:before {background-position: -361px 0;}
.styled-input.check-icon8 span:before {background-position: -421px 0;}
.styled-input.check-icon9 span:before {background-position: -481px 0;}
.styled-input.check-icon10 span:before {background-position: -541px 0;}
.styled-input.check-icon11 span:before {background-position: -601px 0;}
.styled-input.check-icon12 span:before {background-position: 0 -60px;}
.styled-input.check-icon13 span:before {background-position: -60px -60px;}
.styled-input.check-icon14 span:before {background-position: -120px -60px;}
.styled-input.check-icon15 span:before {background-position: 0 -120px;}
.styled-input.check-icon16 span:before {background-position: -60px -120px;}
.styled-input.check-icon17 span:before {background-position: -120px -120px;}
.styled-input.check-icon18 span:before {background-position: -180px -120px;}
.styled-input.check-icon19 span:before {background-position: -240px -120px;}
.styled-input.check-icon20 span:before {background-position: 0 -180px;}
.styled-input.check-icon21 span:before {background-position: -60px -180px;}
.styled-input.check-icon22 span:before {background-position: -120px -180px;}
.styled-input.check-icon23 span:before {background-position: 0 -240px;}
.styled-input.check-icon24 span:before {background-position: -60px -240px;}
.styled-input.check-icon25 span:before {background-position: -120px -240px;}
.styled-input.check-icon26 span:before {background-position: -180px -240px;}
.styled-input.check-icon27 span:before {background-position: -240px -240px;}
.styled-input.check-icon28 span:before {background-position: 0 -300px;}
.styled-input.check-icon29 span:before {background-position: -60px -300px;}
.styled-input.check-icon30 span:before {background-position: -120px -300px;}
.styled-input.check-icon31 span:before {background-position: -180px -300px;}
.styled-input.check-icon32 span:before {background-position: -240px -300px;}
.styled-input.check-icon33 span:before {background-position: 0 -360px;}
.styled-input.check-icon34 span:before {background-position: -60px -360px;}
.styled-input.check-icon35 span:before {background-position: -120px -360px;}
.styled-input.check-icon36 span:before {background-position: -180px -360px;}
.styled-input.check-icon37 span:before {background-position: -240px -360px;}
.styled-input.check-icon38 span:before {background-position: 0 -420px;}
.styled-input.check-icon39 span:before {background-position: -60px -420px;}
.styled-input.check-icon40 span:before {background-position: -120px -420px;}
.styled-input.check-icon41 span:before {background-position: 0 -480px;}
.styled-input.check-icon42 span:before {background-position: -60px -480px;}
.styled-input.check-icon43 span:before {background-position: 0 -540px;}
.styled-input.check-icon44 span:before {background-position: -60px -540px;}
.styled-input.check-icon45 span:before {background-position: 0 -600px;}
.styled-input.check-icon46 span:before {background-position: -60px -600px;}
.styled-input.check-icon47 span:before {background-position: -120px -600px;}
.styled-input.check-icon48 span:before {background-position: -180px -600px;}
.styled-input.check-icon49 span:before {background-position: -240px -600px;}
.styled-input.check-icon50 span:before {background-position: 0 -660px;}
.styled-input.check-icon51 span:before {background-position: -60px -660px;}
.styled-input.check-icon52 span:before {background-position: -120px -660px;}
.styled-input.check-icon53 span:before {background-position: -180px -660px;}
.styled-input.check-icon54 span:before {background-position: -240px -660px;}
.styled-input.check-icon55 span:before {background-position: 0 -720px;}
.styled-input.check-icon56 span:before {background-position: -60px -720px;}
.styled-input.check-icon57 span:before {background-position: -120px -720px;}
.styled-input.check-icon58 span:before {background-position: -180px -720px;}
.styled-input.check-icon59 span:before {background-position: -240px -720px;}

/* colors */
.red {color: #d25354 !important;}
.green {color: #6b9745 !important;}
.bg-red {background: #d25354 !important;}
.bg-green {background: #6b9745 !important;}
.bg-green2 {background: #9dca4a !important;}

/* borders */
.border-red {border-color: #d25354 !important;}
.border-green {border-color: #6b9745 !important;}

/*********************************************
	STRUCTURE
*********************************************/
#site-wrap {
	width: 100%;
	overflow-x: hidden;
}
.cols-4 {
	margin: 0 -6px;
}
.cols-4 .col {
	float: right;
	width: 25%;
	padding: 0 6px;
}

.page-header1 {
	background: #dedede;
	padding: 10px 0;
}
.page-header1 span.big {
	font-size: 24pt;
	padding-left: 25px;
	position: relative;
}
.page-header1 span.big:before,
.page-header1 span.big:after {
	content: "/";
	display: inline-block;
	font-size: 20pt;
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-header1 span.big:after {left: 5px;}
.page-header2 {
	background: #cecece;
	border-top: 1px solid #f0f0f0;
	padding: 15px 0;
	margin-bottom: 25px;
}
.page-header2 h1 {
	font-size: 24pt;
	margin: 0;
}
.page-header1.padding-big {padding: 20px 0;}

.sidebar-col {
	float: right;
	width: 233px;
}
.main-col {
	float: left;
	width: 763px;
}
.main-content-container {
	padding: 30px 0;
}

/* blooma-logo */
.blooma-logo {
	display: table;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.blooma-logo img {
	position: relative;
	z-index: 2;
}
.blooma-logo img {
	background: #fff;
	padding: 0 10px;
}
.blooma-logo:after {
	content: "";
	display: block;
	width: 230px;
	height: 1px;
	background: #b4b4b4;
	position: relative;
	top: -22px;
}

/* breadcrumbs */
.breadcrumbs {
	display: table;
	font-size: 10pt;
	margin: 8px 0 5px;
}
.breadcrumbs a,
.breadcrumbs span {
	display: inline-block;
	font-size: 10pt;
}

.share-row {
	padding: 10px 0;
	overflow: hidden;
}
.share-row .share-links {
	float: left;
}
.share-links {
	font-size: 12pt;
}
.share-links a {
	float: right;
}
.share-links a i {
	float: right;
	margin-left: 5px;
	position: relative;
	top: 3px;
}
.share-links a + a {
	margin-right: 15px;
}
.share-icon {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/share-icons.png) 0 0 no-repeat;
}
.share-icon.share-icon-share {background-position: 0 1px;}
.share-icon.share-icon-pdf {background-position: 0 -30px;}
.share-icon.share-icon-comment {background-position: 0 -59px;}
.share-icon.share-icon-email {
	width: 18px;
	background-position: 0 -179px;
}

.share-links a:hover {color: #6b9745;}
.share-links a:hover .share-icon.share-icon-share {background-position: 0 -119px;}
.share-links a:hover .share-icon.share-icon-pdf {background-position: 0 -150px;}
.share-links a:hover .share-icon.share-icon-comment {background-position: 0 -89px;}
.share-links a:hover .share-icon.share-icon-email {background-position: 0 -209px;}

.header-image {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #fff;
}
.header-image-title {
	font-size: 28pt;
	font-weight: normal;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.header-image-title h1 {
	font-size: 40pt;
	font-weight: bold;
	margin-bottom: 0;
}
.header-image-title h1:after {
	content: "";
	display: block;
	height: 10px;
	background: url(../images/header-image-title-deco.png) center 0 no-repeat;
}

/*********************************************
	HEADER
*********************************************/
#header {
	background: #fff;
	border-top: 2px solid #6b9745;
	padding: 5px 0 12px;
}
#header .logo {
	display: table;
	margin: 0 auto;
}
.header-links1 {float: right;}
.header-links2 {float: left;}
.header-links {
	font-size: 12pt;
	line-height: 26px;
}
.header-links a + a {margin-right: 10px;}
.header-links a {
	float: right;
	position: relative;
}
.header-links span.sep {
	float: right;
	margin: 0 5px;
}
.header-links i {
	float: right;
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #6b9745;
	border-radius: 100%;
	position: relative;
	margin-left: 5px;
}
.header-links i:before {
	content: "";
	display: block;
	height: 15px;
	background: url(../images/header-icons.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.header-links .icon1:before {
	width: 10px;
	background-position: 0 -1px;
}
.header-links .icon2:before {
	width: 12px;
	background-position: -25px -1px;
}

/*********************************************
	FOOTER
*********************************************/
.footer-top {
	background: #dedede;
	padding: 14px 0;
}
.footer-bottom {
	background: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 12pt;
}
.footer-bottom p {margin: 0;}

/* footer-links */
.footer-links {}
.footer-links-title {
	font-size: 14pt;
	margin-top: 0;
}
.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links ul li {
	line-height: 1.15em;
}
.footer-links ul li a {
	font-size: 12pt;
}
.footer-links ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* share-block */
.share-buttons {
	display: table;
	width: 100%;
	background: #d25354;
}
.share-buttons a:first-child {border-right: 0;}
.share-buttons a {
	display: table-cell;
	height: 30px;
	font-size: 12pt;
	border-right: 1px solid #a84243;
	color: #fff;
	padding: 0 4px 0 15px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
.share-buttons a:after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(../images/arrow-icons.png) -34px -24px no-repeat;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

/* newsletter-form */
.newsletter-form {
	display: table;
	width: 100%;
	margin-top: 20px;
}
.newsletter-form-title {
	margin-top: 0;
	font-size: 13pt;
	margin-bottom: 5px;
}
.newsletter-form .form-input {
	display: table;
	width: 100%;
	font-size: 12pt;
	margin-bottom: 5px;
}
.newsletter-form .input-text input {
	width: 100%;
	height: 30px;
	border: 1px solid #fff;
	background: #fff;
	padding: 0 8px;
}
.newsletter-form .input-submit {margin-top: 10px;}
.newsletter-form .input-submit input {
	float: left;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #959595;
	color: #575757;
	font-size: 12pt;
	font-weight: bold;
	background: #9dca4a;
	padding: 0 10px;
}

/* social-block */
.social-block {
	float: right;
	margin-top: -35px;
}
.social-block a + a {margin-right: 12px;}
.social-block a {
	float: right;
}
.social-block a i, .modal-content .social-block a img {
	display: block;
	width: 30px;
	height: 30px;
	background: #adadad;
	border-radius: 100%;
	position: relative;
}
.social-block a i:before {
	content: "";
    width: 21px;
    height: 20px;
    background: url(../images/social-icons.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.social-block a.google i:before {background-position: 1px 0;}
.social-block a.youtube i:before {background-position: -40px 0;}
.social-block a.facebook i:before {background-position: -82px 0;}
.social-block a.twitter i:before {background-position: -124px 0;}
.social-block a.chat i:before {background-position: -164px 0;}

.social-block.style-gray a.google i:before {background-position: 1px -30px;}
.social-block.style-gray a.youtube i:before {background-position: -40px -30px;}
.social-block.style-gray a.facebook i:before {background-position: -82px -30px;}
.social-block.style-gray a.twitter i:before {background-position: -124px -30px;}
.social-block.style-gray a.chat i:before {background-position: -164px -30px;}

.social-block a:hover i {background: #bb2024;}

/*********************************************
	MAIN NAV
*********************************************/
.main-nav {
	background: #9dca4a;
}
.main-nav ul.main-ul {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-nav ul.main-ul > li:first-child {border-right: 1px solid #c4df92;}
.main-nav ul.main-ul > li {
	display: table-cell;
	border-left: 1px solid #c4df92;
	position: relative;
}
.main-nav ul.main-ul > li > a {
	display: block;
	line-height: 30px;
	font-size: 13pt;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
}
.main-nav ul.main-ul > li.active > a,
.main-nav ul.main-ul > li > a:hover {
	background: #7ca929;
}

/* sub-nav */

.main-nav ul li:last-child ul.sub-nav-main {
	left: 0;
	right: auto;
}
.main-nav ul.sub-nav-main {
	width: 100%;
	min-width: 180px;
	position: absolute;
	top: -5000px;
	right: 0;
	z-index: 999;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.main-nav ul.sub-nav-main > li:first-child {border-top: 0;}
.main-nav ul.sub-nav-main > li {
	border-top: 1px solid #dbdbdb;
}
.main-nav ul.sub-nav-main > li a {
	display: block;
	padding: 8px 18px;
	font-size: 12pt;
	font-weight: bold;
	color: #6b9745;
}
.main-nav ul.sub-nav-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-nav ul.sub-nav-main ul li:last-child {margin-bottom: 10px;}
.main-nav ul.sub-nav-main ul li a {
	padding: 0 18px;
	font-weight: normal;
	color: #777;
}
.main-nav ul.sub-nav-main > li a:hover {color: #d25354;}

/*********************************************
	SIDEBAR
*********************************************/
.sidebar-block {
	margin-bottom: 26px;
}
.sidebar-block .btn + .btn {margin-top: 5px;}
.sidebar-block .btn {display: block;}
.facebook-block {
	border-top: 7px solid #4e6ea9;
	border-bottom: 7px solid #4e6ea9;
	background: #fff;
	padding: 10px 12px;
}
.facebook-block2,
.askblooma-block {
	display: table;
	width: 100%;
	height: 179px;
	border-right: 10px solid #4e6ea9;
	background: #fff;
	padding: 10px 20px;
}
.askblooma-block {
	border-color: #d25354;
	padding: 0;
	color: #d25354;
	font-size: 20pt;
	line-height: 1em;
	text-align:center;
}
.askblooma-block p {
	margin: 20px;
}
.askblooma-block strong {display: block;}
.askblooma-block-thumb {
	float: right;
	margin-left: 18px;
}
.askblooma-block a {
	font-size: 16pt;
	color: #d25354;
}

.sidebar-col .main-search input[type="text"] {padding-left: 40px;}
.sidebar-col .main-search input[type="submit"] {
	width: 30px;
	background-size: 16px;
}

/* links-block */
.links-block {
	background: #fff;
	padding: 0 20px;
	border-top: 2px solid #c3c3c3;
	overflow-x: hidden;
}
.links-block .title {
	font-size: 15pt;
	font-weight: bold;
	color: #d25354;
}
.links-block ul:last-child {border-bottom: 0;}
.links-block ul {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #dbdbdb;
}
.links-block ul li {
	font-size: 12pt;
}
.links-block ul li a {
	font-size: 12pt;
	color: #3e3e3e;
}
.links-block ul li:first-child {}
.links-block ul li:first-child a,
.links-block ul li:first-child > span {
	font-weight: bold;
	color: #6b9745;
}
.links-block ul li a:hover {color: #d25354;}

.checkbox-list {}
.checkbox-list > li:first-child {padding-right: 0;}
.checkbox-list > li:first-child:before {display: none;}
.checkbox-list li {
	position: relative;
}
.checkbox-list li.has-children {padding-right: 20px;}
.checkbox-list li.has-children:before {
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #808080;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 14px;
	line-height: 8px;
	text-align: center;
}
.checkbox-list li.has-children:before {
	content: "+";
	color: #6b9745;
}
.checkbox-list li.has-children.active:before {content: "-";}
.checkbox-list li.has-children:hover:before {color: #d25354;}
.checkbox-list li label {
	font-size: 12pt;
	font-weight: normal;
	position: relative;
	padding-right: 20px;
}
.checkbox-list li label input {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	position: absolute;
	opacity: 0;
}
.checkbox-list li label span:before {
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #808080;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	right: 0;
}
.checkbox-list li label span:after {
	display: none;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	right: 3px;
	background: #d25354;
}
.checkbox-list li label input:checked + span {color: #d25354;}
.checkbox-list li label input:checked + span:after {display: block;}
.checkbox-list li ul {
	padding: 0;
}
.checkbox-list li ul li:first-child a {
	font-weight: normal;
	color: #3e3e3e;
}

/* search-filters-list */
.search-filters-list {}
.search-filters-list li + li {margin-top: 5px;}
.search-filters-list li a {
	display: block;
	padding-right: 22px;
	position: relative;
	line-height: 1.3em;
}
.search-filters-list li a:before,
.search-filters-list li a:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 4px;
	z-index: 2;
}
.search-filters-list li a:before {
	border: 1px solid #ccc;
	border-radius: 100%;
}
.search-filters-list li a:after {
	width: 9px;
	height: 8px;
	background: url(../images/v-x-icons.png) -35px -23px no-repeat;
	z-index: 3;
	top: 8px;
	right: 3px;
}
.search-filters-list li a:hover:after {
	background-position: -35px -3px;
}

/* transparent-search */
.links-block li .transparent-search,
.links-block li .main-search,
.links-block li .transparent-search-container {margin: 10px 0;}
.links-block .transparent-search {margin: 20px 0;}
.links-block .transparent-search-container {margin: 20px 0;}
.links-block .transparent-search-container .transparent-search {margin: 0;}
.links-block .transparent-search-container p {margin: 0 0 5px;}
.transparent-search {
	width: 100%;
	border: 1px solid #c3c3c3;
	position: relative;
}
.transparent-search input[type="text"] {
	width: 100%;
	height: 37px;
	background: #fff;
	padding: 5px 8px 5px 30px;
	color: #777777;
	border: 0;
	font-size: 12pt;
}
.transparent-search input[type="submit"] {
	width: 28px;
	height: 37px;
	background: url(../images/search-icon3.png) center center no-repeat;
	overflow: hidden;
	text-indent: -200px;
	font-size: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* sidebar-featured */
.sidebar-featured {
	display: table;
	width: 100%;
	background: #fff;
	padding: 15px;
}
.sidebar-featured-title {
	margin: 0;
	font-size: 15pt;
	font-weight: bold;
	color: #000;
}
.sidebar-featured-title:after {
	display: block;
	content: "";
	width: 74px;
	max-width: 100%;
	height: 3px;
	background: #6b9745;
	margin: 5px 0 15px;
}
.sidebar-featured-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-featured-item:first-child {
	border-top: 0;
	padding-top: 0;
}
.sidebar-featured-item:last-child {padding-bottom: 0;}
.sidebar-featured-item {
	border-top: 2px solid #dbdbdb;
	padding: 8px 0 16px;
}
.sidebar-featured-item span {
	color: #d25354;
	font-size: 18pt;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}
.sidebar-featured-item img {}

/*********************************************
	SEARCH
*********************************************/
/* search-nav */
.search-nav {
	background: #f1f1f1;
}
.search-nav ul {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #c3c3c3;
}
.search-nav ul li:first-child {border-right: 0;}
.search-nav ul li {
	display: table-cell;
	border-right: 1px solid #c3c3c3;
	position: relative;
}
.search-nav ul li a {
	display: block;
	line-height: 26px;
	font-size: 12pt;
	padding: 0 10px 0 40px;
	letter-spacing: 0;
	position: relative;
}
.search-nav ul li a:after {
	content: ">";
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%) rotate(-90deg);
	color: #6b9745;
	font-size: 12pt;
	font-weight: bold;
}
.search-nav ul li.active a,
.search-nav ul li a:hover {
	background: #fff;
	color: #000;
}
.search-nav ul li:hover a:after {color: #d25354;}

.search-nav ul li:last-child ul {
	left: -1px;
	right: auto;
}
.search-nav ul li ul {
	display: block;
	width: auto;
	min-width: 100%;
	position: absolute;
	top: -3000px;
	right: -1px;
	z-index: 999;
	padding: 10px 20px;
	background: #fff;
}
.search-nav ul li ul li {
	display: block;
	float: none;
	white-space: nowrap;
	padding: 5px 0 2px;
	border: 0;
	border-bottom: 1px solid #ececec;
}

/* tooltip-btn */
.tooltip-btn {
	width: 13px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	text-align: center;
	font-size: 11pt;
}
.tooltip-btn:before {
	content: "?";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tooltip-btn.tooltip-btn-circle {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 17px;
	background: #777777;
	color: #fff;
	border-radius: 100%;
	font-size: 10pt;
}

/* search-select */
.search-select {
	width: 200px;
	height: 34px;
	position: relative;
	background: #dedede;
	padding-left: 13px;
	max-width: 100%;
}
.search-select select {
	float: right;
	width: 100%;
	height: 34px;
	background: transparent;
	border: 0;
	padding: 0 6px 0 0;
	font-size: 12pt;
	font-weight: bold;
}

/* search-select-custom */
.search-select.search-select-custom {}
.search-select.search-select-custom button {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 14px;
	position: relative;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	border: 0;
	background: transparent;
}
.search-select.search-select-custom button .caret {
	float: left;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
.search-select.search-select-custom .search-select-custom-dropdown {
	/*position: relative;*/
}
.search-select.search-select-custom .search-select-custom-dropdown ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	background: #ccc;
	list-style: none;
	margin: 0;
	padding: 5px 13px 5px 5px;
}
.search-select.search-select-custom .search-select-custom-dropdown ul li {
	position: relative;
	display: table;
	width: 100%;
}
.search-select.search-select-custom .search-select-custom-dropdown ul li + li {margin-top: 6px;}
.search-select.search-select-custom label.styled-checkbox {
	display: block;
	padding-right: 25px;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
}
.search-select.search-select-custom label.styled-checkbox .styled-input {
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-top: 1px;
}
.search-select.search-select-custom label.styled-checkbox .styled-input span {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	transform: none;
	top: 0;
	left: 0;
}
.search-select.search-select-custom label.styled-checkbox .styled-input span:before {
	width: 6px;
	height: 6px;
}
.search-select.search-select-custom .btn-group {
	float: right;
}
.search-select.search-select-custom .tooltip-btn.tooltip-btn-circle {
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}

/* search-tree-row */
.search-tree-row {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.search-tree-name {
	float: right;
	width: 540px;
	background: #d25354;
	padding: 8px 15px 8px 10px;
}
.search-tree-name label {
	float: right;
	font-size: 13pt;
	font-weight: bold;
	color: #fff;
	margin: 0;
	line-height: 37px;
}
.search-tree-name-input {
	position: relative;
	float: left;
	width: 358px;
}
.search-tree-name-input input[type="text"] {
	float: left;
	width: 100%;
	height: 37px;
	font-size: 12pt;
	font-weight: normal;
	border: 1px solid #c3c3c3;
	padding: 0 10px 0 45px;
}
.search-tree-name-input input[type="submit"] {
	width: 28px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../images/search-icon.png) center center no-repeat #9dca4a;
	overflow: hidden;
	text-indent: -200px;
	font-size: 0;
	border: 0;
}
.search-tree-type {
	float: left;
	margin-top: 10px;
}

/* search-section */
.search-section {
	padding-bottom: 20px;
}
.search-section:before,
.search-section:after {
	content: "";
	display: table;
	width: 100%;
}
.search-section-header,
.search-section-header2 {
	display: table;
	width: 100%;
	height: 30px;
	background: #9dca4a;
	padding-left: 24px;
	padding-right: 10px;
	position: relative;
	line-height: 30px;
	margin-bottom: 20px;
}
.search-section-header2 {
	background: #fff;
	height: 34px;
	line-height: 34px;
}
.search-section-title {
	display: inline-block;
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
}
.search-section-header .reset-btn {
	float: left;
	font-size: 11.5pt;
	color: #fff;
	text-decoration: underline;
	position: relative;
}
.search-section-header .reset-btn:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: -23px;
	transform: translateY(-50%);
	font-size: 11pt;
	font-weight: normal;
	color: #fff;
	background: url(../images/search-close-icon.png) 0 0 no-repeat;
}
.search-section-header .tooltip-btn,
.search-section-header2 .tooltip-btn {
	background: #6b9745;
	color: #fff;
}
.search-section-header2 .search-section-title {
	color: #3e3e3e;
	font-size: 12pt;
}
.search-section-header .header-text,
.search-section-header .header-text-left {
	font-size: 11pt;
	color: #fff;
	padding-right: 10px;
}
.search-section-header .header-text-left {float: left;}
.search-section-content {}

.search-section-content .col2 {
	float: left;
}
.search-section-content .col2 .search-select {
	margin-top: 8px;
}
.search-section-content .col2 .search-select + .search-select {margin-top: 10px;}

/* multi-check */

.multi-check-item label {
	display: block;
	font-weight: normal;
}
.multi-check-item label > span {
	display: block;
	line-height: 1em;
	margin-top: 5px;
}
.multi-check-item-input {
	height: 52px;
	position: relative;
}
.styled-input {
	cursor: pointer;
}
.styled-input input {
	width: 24px;
	height: 24px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	position: absolute;
	opacity: 0;
}
.styled-input span {
	display: block;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #c5c5c5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.styled-input span:before {
	content: "";
	display: none;
	width: 8px;
	height: 8px;
	background: #767676;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.styled-input input:checked + span:before {
	display: block;
}
.styled-input.styled-input-big span {
	width: 52px;
	height: 52px;
}
.styled-input.input-green-bg span {background-color: #6b9745;}
.styled-input.styled-input-inline {
	float: right;
	height: auto;
}
.styled-input.styled-input-inline span {
	position: relative;
	transform: none;
	margin-left: 10px;
	top: 0;
	left: 0;
}


/* multi-check-list */
.multi-check-list-item {
	margin-bottom: 20px;
}
.multi-check-list-item label {
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
}
.multi-check-list.search-area-check {
	float: right;
	/*width: 620px;*/
}
.multi-check-list.search-area-check .multi-check-list-col:first-child {
	width: 40%;
	margin-left: 5%;
}
.multi-check-list.search-area-check .multi-check-list-col {
	float: right;
	width: 55%;
}

/* color-select */
.color-select {
	float: right;
	overflow: hidden;
	margin-right: -6px;
}
.color-select-item:first-child {margin-left: 10px;}
.color-select-item {
	float: right;
	margin-right: 6px;
}
.color-select-item label {
	font-size: 12pt;
	font-weight: normal;
}
.color-select-item.color-btn label {
	width: 32px;
	height: 32px;
	font-size: 12pt;
	font-weight: normal;
}
.color-select-item.color-btn .styled-input span {
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.color-select-item.color-btn .styled-input input:checked + span {border-width: 2px;}
.color-select-item.color-btn .styled-input input:checked + span:before {
	background: transparent;
	width: 27px;
	height: 27px;
	border: 2px solid #fff;
}
.color-select-item.color-btn.color-btn-color1 .styled-input span {background: #ed1c24;}
.color-select-item.color-btn.color-btn-color2 .styled-input span {background: #e7801b;}
.color-select-item.color-btn.color-btn-color3 .styled-input span {background: #ffc600;}
.color-select-item.color-btn.color-btn-color4 .styled-input span {background: #dbb120;}
.color-select-item.color-btn.color-btn-color5 .styled-input span {background: #662d91;}
.color-select-item.color-btn.color-btn-color6 .styled-input span {background: #ec008c;}
.color-select-item.color-btn.color-btn-color7 .styled-input span {background: #00aeef;}
.color-select-item.color-btn.color-btn-color8 .styled-input span {background: #6b9745;}
.color-select-item.color-btn.color-btn-color9 .styled-input span {background: #000;}
.color-select-item.color-btn.color-btn-color10 .styled-input span {background: #5d4201;}
.color-select-item.color-btn.color-btn-color11 .styled-input span {background: #a7a7a7;}
.color-select-item.color-btn.color-btn-color12 .styled-input span {background: #fff;}
.color-select-item.color-btn.color-btn-color13 .styled-input span {background: #507332;}
.color-select-item.color-btn.color-btn-color14 .styled-input span {background: #9dca4a;}
.color-select-item.color-btn.color-btn-color15 .styled-input span {background: #c3c3c3;}
.color-select-item.color-btn.color-btn-color16 .styled-input span {background: #948096;}
.color-select-item.color-btn.color-btn-color17 .styled-input span {background: #767676;}
.color-select-item.color-btn.color-btn-color18 .styled-input span {background: #db2020;}
.color-select-item.color-btn.color-btn-color19 .styled-input span {background: #5a4821;}
.color-select-item.color-btn.color-btn-color20 .styled-input span {background: #c7b11e;}
.color-select-item.color-btn.color-btn-color21 .styled-input span {background: #838a5b;}
.color-select-item.color-btn.color-btn-color22 .styled-input span {background: #940606;}
.color-select-item.color-btn.color-btn-color23 .styled-input span {background: #b53637;}
.color-select-item.color-btn.color-btn-color24 .styled-input span {background: #ff2500;}
.color-select-item.color-btn.color-btn-color25 .styled-input span {background: #b6461a;}
.color-select-item.color-btn.color-btn-color26 .styled-input span {background: #552303;}
.color-select-item.color-btn.color-btn-color27 .styled-input span {background: #a4530c;}
.color-select-item.color-btn.color-btn-color28 .styled-input span {background: #9b6200;}
.color-select-item.color-btn.color-btn-color29 .styled-input span {background: #756b57;}
.color-select-item.color-btn.color-btn-color30 .styled-input span {background: #eca33e;}
.color-select-item.color-btn.color-btn-color31 .styled-input span {background: #876846;}
.color-select-item.color-btn.color-btn-color32 .styled-input span {background: #412f16;}

/* numbered-select */
.numbered-select {
	float: right;
	overflow: hidden;
	margin-right: -6px;
}
.numbered-select-item:first-child {margin-left: 10px;}
.numbered-select-item {
	float: right;
	margin-right: 6px;
}
.numbered-select-item label {
	font-size: 12pt;
	font-weight: normal;
}
.numbered-select-item.color-btn label {
	width: 32px;
	height: 32px;
	font-size: 12pt;
	font-weight: normal;
}
.numbered-select-item.color-btn .styled-input span {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	line-height: 26px;
}
.numbered-select-item.color-btn .styled-input input:checked + span {}
.numbered-select-item.color-btn .styled-input input:checked + span:before {
	background: transparent;
	width: 100%;
	height: 100%;
	border: 2px solid #c5c5c5;
}
.numbered-select-item.color-btn .styled-input span {background-color: #c8e49b;}
.numbered-select-item.color-btn:nth-child(n+5) .styled-input span {background-color: #ecc4cb;}
.numbered-select-item.color-btn:nth-child(n+8) .styled-input span {background-color: #f7ec5b;}
.numbered-select-item.color-btn:nth-child(n+11) .styled-input span {background-color: #cae1eb;}


/* selection-guide */
.selection-guide {
	font-size: 12pt;
	margin-bottom: 20px;
}
.selection-guide span {
	display: inline-block;
	padding-right: 14px;
	position: relative;
}
.selection-guide span:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/v-x-icons.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.selection-guide span.x-guide {color: #d66869;}
.selection-guide span.x-guide:before {background-position: -34px 0;}
.selection-guide span.v-guide {color: #6b9745;}
.selection-guide span.v-guide:before {background-position: 0 0;}
.selection-guide .tooltip-btn {
	position: relative;
	top: 3px;
}

/* prop-table */
.prop-table {}
.prop-table + .prop-table {margin-top: 25px;}
.prop-table .search-section-header2 {margin-bottom: 0;}
.prop-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.prop-table table th:first-child,
.prop-table table td:first-child {
	border-right: 0;
}
.prop-table table th:last-child,
.prop-table table td:last-child {
	border-left: 0;
}

.prop-table.prop-table2 table th {width:106px;}
.prop-table table th,
.prop-table table td {
	border: 1px solid #fff;
	background: #dedede;
	text-align: center;
	font-size: 12pt;
}
.prop-table table td {
	vertical-align: middle;
}

.prop-table th.prop-col2 {
	width: 40px !important;
}
.prop-table .prop-item {
	display: inline-block;
	position: relative;
	height: 75px;
}
.prop-table .prop-item i {
	display: block;
	content: "";
	width: 39px;
	height: 39px;
	border: 1px solid #c5c5c5;
	border-radius: 100%;
	background: #fff;
	margin: 0 auto 5px;
	position: relative;
}
.prop-table .prop-item span {
	display: block;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.1em;
}
.prop-table .prop-item.no-prop i {
	width: 25px;
	height: 25px;
	border-width: 2px;
	border-color: #767676;
	background: transparent;
	margin: 5px 0 12px;
}
.prop-table .prop-item.no-prop i:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/v-x-icons.png) -33px -21px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.prop-cancel-btn {
	display: block;
	width: 100%;
	height: 25px;
	position: relative;
	border: 0;
	background: transparent;
	outline: 0;
}
.prop-cancel-btn:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #8e8e8e;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
}
.prop-cancel-btn.active:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #6b9745;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.prop-table .prop-item i:before {
	content: "";
	display: inline-block;
	width: 39px;
	height: 39px;
	background-image: url(../images/check-icons.png);
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.prop-table .prop-item i.prop-icon1:before {background-position: 0 -781px;}
.prop-table .prop-item i.prop-icon2:before {background-position: -61px -781px;}
.prop-table .prop-item i.prop-icon3:before {background-position: -120px -781px;}
.prop-table .prop-item i.prop-icon4:before {background-position: -180px -781px;}
.prop-table .prop-item i.prop-icon5:before {background-position: -240px -781px;}
.prop-table .prop-item i.prop-icon6:before {background-position: -300px -781px;}
.prop-table .prop-item i.prop-icon7:before {background-position: -360px -781px;}
.prop-table .prop-item i.prop-icon8:before {background-position: -420px -781px;}
.prop-table .prop-item i.prop-icon9:before {background-position: -480px -781px;}
.prop-table .prop-item i.prop-icon10:before {background-position: 0 -841px;}
.prop-table .prop-item i.prop-icon11:before {background-position: -61px -841px;}
.prop-table .prop-item i.prop-icon12:before {background-position: -120px -841px;}
.prop-table .prop-item i.prop-icon13:before {background-position: -180px -841px;}
.prop-table .prop-item i.prop-icon14:before {background-position: -240px -841px;}
.prop-table .prop-item i.prop-icon15:before {background-position: -300px -841px;}

/* btn-group-row */
.btn-group-row {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.btn-group-row .tooltip-btn-circle {
	margin-right: 5px;
	top: 3px;
}

/* btn-group.yes-no */
.btn-group.yes-no-group {
	float: right;
	width: 100%;
}
.btn-group.yes-no-group .btn {
	width: 50%;
	height: 25px;
	border: 0;
	margin: 0;
	padding: 0;
}
.btn-group.yes-no-group .btn.btn-x {
	background: #ecc4cb;
}
.btn-group.yes-no-group .btn.btn-v {
	background: #c8e49b;
}
.btn-group.yes-no-group .btn:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/v-x-icons.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
}
.btn-group.yes-no-group .btn.active:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.btn-group.yes-no-group .btn.btn-x:before {background-position: -33px -21px;}
.btn-group.yes-no-group .btn.btn-v:before {background-position: 0 -21px;}
.btn-group.yes-no-group .btn.btn-x.active:after {border-color: #d25354;}
.btn-group.yes-no-group .btn.btn-v.active:after {border-color: #6b9745;}

/* .search-submit-row */
.search-submit-row {
	background: #d25354;
	padding: 15px 0;
	font-size: 12pt;
}
.results-found {
	color: #fff;
	line-height: 30px;
	margin: 3px 0 0;
	padding: 0;
}
.search-action-buttons {
	float: left;
	display: table;
}
.search-action-buttons .btn + .btn {margin-right: 10px;}
#submit-circle .btn,
.search-action-buttons .btn {
	float: right;
	height: 30px;
	border-radius: 0;
	color: #d25354;
	font-size: 12pt;
	padding: 0 12px 0 40px;
	position: relative;
	margin-top: 3px;
	font-weight: bold;
}
#submit-circle .btn:before,
.search-action-buttons .btn:before {
	content: "";
	width: 1px;
	height: 24px;
	background: #d25354;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}
.search-action-buttons .clear-all-btn {}
.search-action-buttons .clear-all-btn:after {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/v-x-icons.png) -34px 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
#submit-circle .btn.search-submit-btn:after,
.search-action-buttons .search-prev-btn:after {
	content: "";
	width: 6px;
	height: 12px;
	background: url(../images/arrow-icons.png) -34px -3px no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.search-action-buttons .btn.search-submit-btn {
	height: 36px;
	background: #9dca4a;
	color: #fff;
	font-size: 15pt;
	padding-left: 76px;
	margin-top: 0;
}
.search-action-buttons .btn.search-submit-btn span {font-weight: normal;}
.search-action-buttons .btn.search-submit-btn:before {
	background: #fff;
	left: 50px;
	width: 2px;
}
.search-action-buttons .search-submit-btn:after {
	content: "";
	width: 11px;
	height: 16px;
	background: url(../images/arrow-icons.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}

#submit-circle {
	width: 154px;
	height: 154px;
	background: #d25354;
	border-radius: 100%;
	text-align: center;
	padding: 10px;
	position: fixed;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	color: #fff;
}
#submit-circle .btn {float: none;}
#submit-circle .btn.search-submit-btn {
	font-size: 13pt;
	font-weight: bold;
	padding-left: 30px;
	height: 25px;
	padding-right: 5px;
}
#submit-circle .btn.search-submit-btn:before {
	height: 15px;
	left: 24px;
}
#submit-circle .btn.search-prev-btn {
	width: 110px;
	height: auto;
	background: transparent;
	color: #fff;
	white-space: normal;
	padding: 0;
	line-height: 1.2em;
	margin: 0;
	font-size: 13pt;
}
#submit-circle .btn.search-prev-btn:before {display: none;}
#submit-circle .btn.search-prev-btn:after {
	content: "";
	display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/arrow-icons.png) -34px -24px no-repeat;
    position: static;
    transform: none;
    margin-right: 4px;
}
.or-sep {
	display: inline-block;
	width: 34px;
	text-align: center;
	position: relative;
	margin: 5px 0 0;
}
.or-sep span {
	display: block;
	background: #d25354;
	position: relative;
	z-index: 2;
}
.or-sep:after {
	content: "";
	display: block;
	width: 106px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
}

/*********************************************
	HOME
*********************************************/
.search-nav-title {
	font-size: 12pt;
	margin: 5px 0;
	color: #777;
}
.main-search {
	width: 100%;
	border: 6px solid #c3c3c3;
	position: relative;
}
.main-search input[type="text"] {
	width: 100%;
	height: 37px;
	background: #fff;
	padding: 5px 10px 5px 85px;
	color: #777777;
	border: 0;
	font-size: 11pt;
}
.main-search input[type="submit"] {
	width: 75px;
	height: 37px;
	background: url(../images/search-icon2.png) center center no-repeat #d25354;
	overflow: hidden;
	text-indent: -200px;
	font-size: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/* home-slider */
.home-slider {
	position: relative;
}
.home-slider ul {
	margin: 0;
	padding: 0;
}
.home-slider ul li {}
.home-slider ul li .caption {
	position: absolute;
	opacity: 0;
}
.home-slider .home-slider-footer {
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0,0,0,0.65);
	color: #fff;
	font-size: 13pt;
	line-height: 40px;
}
.home-slider .home-slider-footer .container {
	position: relative;
	height: 40px;
}
.slick-dots {
	display: table;
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: 11;
	list-style: none;
	transform: translateY(-50%);
}
.slick-dots li {
	float: right;
	margin-right: 8px;
}
.slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	border: 0;
	background: #a0a0a0;
	border-radius: 100%;
	overflow: hidden;
	font-size: 0;
	text-indent: -200px;
	outline: 0;
}
.slick-dots li.slick-active button {background: #9dca4a;}

/* featured-article */
.featured-article {
	display: table;
	width: 100%;
	background: #fbfbfb;
}
.featured-article .article-thumb {float: right;}
.featured-article .article-content-container {
	display: table;
	text-align: center;
	padding: 20px 20px 0;
	font-size: 13pt;
	line-height: 1.3em;
}
.featured-article .article-header:after,
.featured-article .article-footer:before {
	content: "";
	display: block;
	width: 90px;
	height: 2px;
	margin: 14px auto;
	background: #6b9745;
}
.featured-article .article-title {
	margin: 0;
	font-size: 21pt;
	font-weight: bold;
}
.featured-article .article-content {min-height: 160px;}
.featured-article .article-readmore {
	font-size: 16pt;
}
.featured-article.style2 .article-content-container {text-align: right;}
.featured-article.style2 .article-header:after,
.featured-article.style2 .article-footer:before {
	margin: 14px 0;
}
.featured-article.style2 .article-content {color: #d25354;}
.featured-article.reversed .article-thumb {float: left;}

.content-seperator {
	display: block;
	width: 750px;
	height: 1px;
	margin: 25px auto;
	background: #cfcfcf;
}
.content-seperator2 {
	display: table;
	width: 100%;
	height: 25px;
}

/* banners-block */
.banners-block {
	display: table;
	width: 100%;
}
.banners-block a {display: block;}
.banners-block a + a {margin-top: 28px;}

/* monthly-tasks-block */
.monthly-tasks-block {
	height: 388px;
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px;
}
.monthly-tasks-block-title {
	height: 75px;
	background: #f0f0f0;
	font-size: 21pt;
	font-weight: bold;
	padding: 10px 21px;
	margin: 0;
	line-height: 1em;
}
.monthly-tasks-block-title span {
	display: block;
	font-size: 16pt;
	font-weight: normal;
}
.monthly-tasks-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.monthly-tasks-block ul li:last-child {
	border-top: 1px solid #fff;
	border-bottom: 0;
	background: #f0f0f0;
}
.monthly-tasks-block ul li {
	height: 58px;
	padding: 12px 18px 0 10px;
	font-size: 12pt;
	line-height: 1em;
	border-bottom: 1px solid #e5e5e5;
}
.monthly-tasks-block ul li strong {
	display: block;
	font-size: 13pt;
	margin-top: 2px;
}
.monthly-tasks-block ul li i {
	float: right;
	margin-left: 12px;
}
.monthly-tasks-block ul li a {
	display: block;
	color: #d25354;
	font-size: 13pt;
	font-weight: bold;
	margin-top: 10px;
}
.task-icon {
	display: block;
	width: 36px;
	height: 36px;
	background: #dadada;
	border-radius: 100%;
	position: relative;
}
.task-icon:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/task-icons.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.task-icon.task-icon1:before {background-position: 0 0;}
.task-icon.task-icon2:before {background-position: 0 -59px;}
.task-icon.task-icon3:before {background-position: 0 -118px;}
.task-icon.task-icon4:before {background-position: 0 -177px;}
.task-icon.task-icon5:before {background-position: 0 -234px;}

/* trees-slider */
.trees-slider {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
	padding: 0 26px;
}
.trees-slider-header {
	text-align: center;
	font-size: 21pt;
	font-weight: bold;
	color: #6b9745;
	margin-bottom: 28px;
}
.trees-slider-slider {
	list-style: none;
	padding: 0;
	margin: 0;
}
.trees-slider-item {
	float: right;
	width: 20%;
	text-align: center;
	font-size: 16pt;
	color: #3e3e3e;
	padding: 0 20px;
}
.trees-slider-thumb {
	display: table;
	border-radius: 100%;
	overflow: hidden;
	background: #ccc;
	margin: 0 auto 10px;
}
.trees-slider-item a {
	display: block;
	outline: 0;
}
.trees-slider-item span {
	display: block;
	color: #3e3e3e;
}
.trees-slider-slider .slick-arrow {
	display: block;
	width: 26px;
	height: 50px;
	background: #8c8c8c;
	position: absolute;
	top: 50px;
	z-index: 99;
}
.trees-slider-slider .slick-arrow.paging-prev {right: -26px;}
.trees-slider-slider .slick-arrow.paging-next {left: -26px;}
.trees-slider-slider .slick-arrow:before {
	content: "";
	width: 8px;
	height: 14px;
	background: url(../images/arrow-icons.png) 0 0 no-repeat;
	background-size: 30px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.trees-slider-slider .slick-arrow.paging-prev:before {
	transform: scaleX(-1);
	right: 50%;
	margin-right: -4px;
}
.trees-slider-slider .slick-arrow.paging-next:before {
	left: 50%;
	margin-left: -4px;
}
.trees-slider-slider .slick-arrow:hover {background: #6b9745;}


/*********************************************
	LIST
*********************************************/
.plants-list {}
.plant-item-break {
	display: table;
	width: 100%;
	overflow: hidden;
}
.plants-list .plant-item:nth-child(4n+1) {margin-right: 0;}
.plants-list .plant-item {
	float: right;
	width: 180px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3e3e3e;
	overflow: hidden;
	margin-right: 111px;
	margin-bottom: 30px;
}
.plants-list .plant-thumb {
	width: 180px;
	height: 180px;
	background: #ccc;
	border-radius: 100%;
	overflow: hidden;
}
.plants-list .plant-title {
	font-size: 24pt;
	font-weight: bold;
	color: #000;
	line-height: 1em;
}
.plants-list .plant-title2 {
	font-size: 16pt;
	font-weight: bold;
}
.plants-list p {
	font-size: 12pt;
}

/*********************************************
	LIST MAGAZINE
*********************************************/
.magazine-list {}
.magazine-item-break {
	display: table;
	width: 100%;
	overflow: hidden;
}
.magazine-item-width {width: 25%;}
.magazine-item-gutter {width: 5%;}
.magazine-list .magazine-item:nth-child(4n+1) {}
.magazine-list .magazine-item:nth-child(4n+3) {}
.magazine-list .magazine-item {
	float: right;
	width: 25%;
	padding-bottom: 10px;
	border-bottom: 2px solid #3e3e3e;
	overflow: hidden;
	margin-bottom: 30px;
}
.magazine-list .magazine-thumb {
	width: 180px;
	height: 180px;
	background: #ccc;
	border-radius: 100%;
	overflow: hidden;
}
.magazine-list .magazine-title {
	/*height: 3em;*/
	font-size: 24pt;
	font-weight: bold;
	color: #000;
	line-height: 1em;
	overflow: hidden;
}
.magazine-list .magazine-title2 {
	/*height: 2em;*/
	font-size: 16pt;
	font-weight: bold;
	overflow: hidden;
}
.magazine-list p {
	/*height: 4em;*/
	font-size: 12pt;
	overflow: hidden;
}
.magazine-list .magazine-item.square-item:nth-child(2) {margin-top: 0;}
.magazine-list .magazine-item.square-item:nth-child(6) {margin-top: 0;}
.magazine-list .magazine-item.square-item {
	width: 44%;
	margin: 0 3% 0;
}
.magazine-list .magazine-item.square-item .magazine-title {/*height: 2em;*/}
.magazine-list .magazine-item.square-item p {/*height: 3em;*/}
.magazine-list .magazine-item.square-item .magazine-thumb {
	width: 100%;
	border-radius: 0;
}
.magazine-list .magazine-item.about-the-blog {
	background: #3e3e3e;
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	overflow: visible;
	margin-top: 20px;
}
.magazine-list .magazine-item.about-the-blog .magazine-title {
	font-size: 16pt;
	font-weight: normal;
	color: #fff;
}
.magazine-list .magazine-item.about-the-blog:before {
	content: "";
	width: 49px;
	height: 50px;
	background: url(../images/logo2.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*********************************************
	POST
*********************************************/
.post {
	font-size: 12pt;
}
.post-header {
	margin-bottom: 1em;
}
.post-footer {
	display: table;
	width: 100%;
	margin: 1em 0 1.5em;
}
.post-footer-bottom {
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid #dbdbdb;
}
.post-title {
	font-size: 24pt;
	font-weight: normal;
	color: #d25354;
	margin-top: 0;
}
.post-meta {
	color: #777777;
	font-size: 12pt;
}
.post-header p {
	margin: 0 0 0.5em;
	font-size: 13pt;
	font-weight: bold;
	line-height: 1.3em;
}
.post-featured-image {
	margin-bottom: 1em;
}
.post-featured-image img {max-width: 100%;}
.post-featured-image figcaption {
	display: block;
	padding: 8px 10px;
	background: #dedede;
	border-bottom: 2px solid #3e3e3e;
	font-size: 12pt;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-size: 13pt;
	font-weight: bold;
	color: #6b9745;
}
.post-content ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
.post-content ul li {
	padding-right: 15px;
	position: relative;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.post-content ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #6b9745;
	border-radius: 100%;
	position: absolute;
	top: 6px;
	right: 0;
}
.post-footer .share-links {
	float: right;
	margin-top: 8px;
}
.post-footer .post-buttons {float: left;}
.post-footer .post-buttons .btn {
	float: right;
	margin-right: 10px;
}

/*********************************************
	COMMENTS
*********************************************/
.comments-block {
	padding: 20px;
	background: #fff;
}
.comments-block-header {margin-bottom: 1em;}
.comments-block-title {
	font-size: 15pt;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.comments-block-comments {}
.comments-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments-block .comments-block-comments > ul > .comment-item:first-child {
	padding-top: 0;
	border-top: 0;
}
.comments-block .comment-item {
	font-size: 13pt;
	color: #000;
	padding-bottom: 1em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.comments-block .comment-item .comment-item-header {
	display: table;
	width: 100%;
}
.comments-block .comment-item .comment-item-title {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 12pt;
	color: #777777;
}
.comments-block .comment-item .comment-item-title strong {
	font-size: 13pt;
	color: #000;
}
.comments-block .comment-item .comment-item-thumb {
	display: table-cell;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: url(../images/comment-thumb-icon.png) center center no-repeat #dedede;
	border-radius: 100%;
	overflow: hidden;
}
.comments-block .comment-item .comment-item-content {
	display: table;
	width: 100%;
	padding-right: 50px;
}
.comments-block .comment-item .add-comment {
	display: inline-block;
	font-size: 12pt;
	color: #6b9745;
}
.comments-block .comment-item .add-comment i {
	float: right;
	width: 12px;
	height: 12px;
	margin-left: 8px;
	position: relative;
	top: 6px;
	background: url(../images/add-comment-icon.png) 0 0 no-repeat;
}
.comments-block .comment-item .add-comment:hover {color: #d25354;}
.comments-block .comment-item .add-comment:hover i {background-position: 0 -20px;}
.comments-block ul ul {margin: 1em 0 0;}
.comments-block .comment-item .comment-item {padding: 1em 40px 1em 20px;}

.comments-block .comment-item.blooma-answer .comment-item-title strong {color: #d25354;}

/* color levels */
.comments-block ul ul {background: #f0f0f0;}
.comments-block ul ul ul {background: #fff;}
.comments-block ul ul ul ul {background: #f0f0f0;}

/* form */
.comments-block-form {}
.comments-block-form-title {
	font-size: 15pt;
	font-weight: bold;
	color: #000;
	margin: 0 0 1em;
}
.comments-block-form .form-thumb {
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: url(../images/comment-form-thumb-icon.png) center center no-repeat;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #9dc84e;
	position: absolute;
	top: 0;
	right: 0;
}
.comments-block-form-form {
	padding-right: 50px;
	position: relative;
}
.comments-block-form .form-col + .form-col {
	float: left;
	padding-right: 5px;
	padding-left: 0;
}
.comments-block-form .form-col {
	float: right;
	width: 50%;
	padding-left: 5px;
}
.comments-block-form .form-row {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}
.comments-block-form .input {
}
.comments-block-form .input input,
.comments-block-form .input textarea {
	width: 100%;
	height: 36px;
	padding: 5px 10px;
	font-size: 12pt;
	color: #777;
}
.comments-block-form .input textarea {
	max-width: 100%;
	height: 96px;
}
.comments-block-form .input-submit button {
	float: left;
	width: 88px;
	height: 34px;
	color: #fff;
	font-size: 15pt;
	background: #9bc74a;
	border: 0;
	border-radius: 3px;
	position: relative;
	padding-left: 22px;
}
.comments-block-form .input-submit button:before {
	content: "";
	width: 11px;
	height: 17px;
	background: url(../images/arrow-icons.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%) scale(0.7);
}

.related-posts {}
.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0 -13px;
	overflow: hidden;
}
.related-posts ul li {
	float: right;
	width: 33.333%;
	padding: 0 13px
}
.related-posts .related-post {
	display: block;
	background: #fff;
	font-size: 12pt;
	padding-bottom: 8px;
}
.related-posts .related-post .thumb {margin-bottom: 8px;}
.related-posts .related-post h4 {
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
	padding: 0 15px 0 10px;
}
.related-posts .related-post span {
	display: block;
	padding: 0 15px 0 10px;
	color: #777;
}

/*********************************************
	THUMBS SLIDER
*********************************************/
.thumbs-slider {
	overflow: hidden;
	margin-bottom: 20px;
}
.thumbs-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.thumbs-slider ul li:before {display: none;}
.thumbs-slider-main {
	border-bottom: 2px solid #3e3e3e;
	margin-bottom: 20px;
}
.thumbs-slider-main ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
.thumbs-slider-main .slide-content {
	position: absolute;
	bottom: 6px;
	color: #fff;
}
.thumbs-slider-main .slide-content .title {
	display: table;
	background: rgba(62,62,62,0.7);
	padding: 10px 15px;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 8px;
}
.thumbs-slider-main .slide-content .caption {
	background: rgba(62,62,62,0.7);
	padding: 10px 15px;
	font-size: 12pt;
	font-weight: normal;
}
.thumbs-slider-main .slide-content .caption > p {}
.thumbs-slider-main .slide-content .caption > span {font-size: 10pt;}
.thumbs-slider-main .slick-arrow {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/thums-slider-arrows.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.thumbs-slider-main .slick-arrow.paging-prev {
	right: 20px;
	background-position: 0 -60px;
}
.thumbs-slider-main .slick-arrow.paging-next {
	left: 20px;
}
.thumbs-slider-main .slick-arrow.paging-prev:hover {background-position: 0 -90px;}
.thumbs-slider-main .slick-arrow.paging-next:hover {background-position: 0 -30px;}

.thumbs-slider-nav {
	padding: 0 30px;
}
.thumbs-slider-nav .slick-arrow {
	display: block;
	width: 20px;
	height: 40px;
	background: #777;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.thumbs-slider-nav .slick-arrow:before {
	content: "";
	width: 6px;
	height: 10px;
	background: url(../images/arrow-icons.png) -34px -24px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.thumbs-slider-nav .slick-arrow.paging-prev:before {transform: translate(-50%,-50%) scale(-1);}
.thumbs-slider-nav .slick-arrow.paging-prev {right: -30px;}
.thumbs-slider-nav .slick-arrow.paging-next {left: -30px;}
.thumbs-slider-nav .slick-arrow:hover {background: #6c9745;}

/*********************************************
	GALLERY
*********************************************/
.filters-row {
	display: table;
	width: 100%;
	height: 26px;
	border: 1px solid #c3c3c3;
	background: #fff;
	font-size: 12pt;
	line-height: 1em;
	padding: 5px 10px;
}
.filters-row .filters {float: right;}
.filters-row .page-nav {float: left;}
.bottom-nav .page-nav {}
.page-nav {
	float: left;
	display: table;
	line-height: 1em;
	font-size: 12pt;
}
.page-nav .page-nav-sum {
	float: right;
	margin-top:10px;
}
.page-nav .page-nav-sum span {
	color: #6b9745;
	font-weight: bold;
}
.page-nav-btns {
	float: left;
}
.page-nav .page-nav-btn {
	float: right;
	display: inline-block;
	width: 10px;
	height: 15px;
	position: relative;
	margin-right: 4px; 
}
.page-nav .page-nav-btn:before {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../images/page-nav-arrows.png) 0 0 no-repeat;
	position: absolute;
	top: 2px;
}
.page-nav .page-nav-prev:before {
	background-position: -11px 0;
	left: 0;
}
.page-nav .page-nav-next:before {
	background-position: 0 0;
	right: 0;
}
.page-nav .page-nav-prev:hover:before {background-position: -11px -20px;}
.page-nav .page-nav-next:hover:before {background-position: 0 -20px;}

/* gallery items */
.gallery-items {
	margin-top: 20px;
}
.gallery-items .gallery-item {
	display: table;
	margin-bottom: 40px;
	background: #fff;
	overflow: hidden;
	font-size: 12pt;
}
.gallery-items .gallery-item .gallery-item-image {
	display: table-cell;
	width: 454px;
	vertical-align: top;
	position: relative;
}
/* 2017 */
.gallery-items .gallery-item .gallery-item-image a:before {
	content: "";
	width: 84px;
	height: 86px;
	background: url(../images/zoom-icon.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	margin-top: -30px;
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.5s;
}
.gallery-items .gallery-item .gallery-item-image .gallery-item-image-footer {
	width: 100%;
	height: 60px;
	background: rgba(62,62,62,0.75);
	position: absolute;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.5s;
}
.gallery-items .gallery-item .gallery-item-image .gallery-item-image-footer .btn {
	display: table;
	margin: 12px auto 0;
}
/* 2017 */
.gallery-items .gallery-item .gallery-item-image > a:hover:before,
.gallery-items .gallery-item .gallery-item-image:hover .gallery-item-image-footer {opacity: 1;}
.gallery-items .gallery-item .gallery-item-details {
	display: table-cell;
	width: 309px;
	position: relative;
	padding: 76px 0 45px;
	border-right: 1px solid #f0f0f0;
	vertical-align: top;
}
.gallery-items .gallery-item .gallery-item-header {
	width: 100%;
	height: 76px;
	border-bottom: 2px solid #f0f0f0;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.gallery-items .gallery-item .gallery-item-footer {
	width: 100%;
	height: 45px;
	border-top: 2px solid #f0f0f0;
	padding: 10px 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.gallery-items .gallery-item .gallery-item-header .item-author {
	display: table;
	color: #d25354;
	margin-top: 20px;
	line-height: 40px;
}
.gallery-items .gallery-item .gallery-item-header .item-author-avatar {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: 10px;
}
.gallery-items .gallery-item .gallery-item-header .item-author-avatar img {display: block;}
.gallery-items .gallery-item .gallery-item-details .item-content {
	padding: 20px;
}
.gallery-items .gallery-item .gallery-item-details .item-title {
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.gallery-items .gallery-item .gallery-item-details .item-meta {
	margin-bottom: 10px;
	color: #777;
}
.gallery-items .gallery-item .gallery-item-details p {}
.gallery-items .gallery-item .gallery-item-footer .share-links {float: left;}
.gallery-items .gallery-item .gallery-item-footer .social-block {
	float: right;
	margin-top: -3px;
	margin-right: -5px;
}
.gallery-items .gallery-item .gallery-item-footer .social-block a {margin: 0;}
.gallery-items .gallery-item .gallery-item-footer .social-block a i {
	width: 25px;
	background: transparent;
}

/*********************************************
	PLANT SINGLE
*********************************************/
.plant-post {
	background: #fff;
	padding-bottom: 20px;
	position: relative;
}
.plant-post .readmore {
	font-size: 13pt;
	font-weight: bold;
	color: #4e6ea9;
	display: table;
	width: 100%;
	text-align: left;
	padding-left: 12px;
	margin-top: -15px;
	position: relative;
	top: 17px;
	left: 0;
}
.plant-post-header {
	display: table;
	width: 100%;
	background: #6b9745;
	color: #fff;
	padding: 10px 0;
}
.plant-post-title .col,
.plant-post-meta .col {
	float: right;
	width: 50%;
	padding: 0 12px;
}
.plant-post-title .col + .col,
.plant-post-meta .col + .col {
	direction: ltr;
}
.plant-post-title {
	margin: 0;
	font-size: 20pt;
}
.plant-post-meta {
	font-size: 12pt;
}
.plant-post-content-container {}
.plant-post-featured-image {
	float: right;
	width: 252px;
	margin-left: 20px;
	position: relative;
}
.plant-post-featured-image a:first-child {display: block;}
.plant-post-featured-image a:first-child:before {
	content: "";
	width: 46px;
	height: 46px;
	background: url(../images/zoom-icon.png) 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: opacity 0.5s;
	opacity: 0;
}
.image-edit-btn {
	width: 34px;
	height: 40px;
	background: url(../images/user-icon.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	transition: opacity 0.5s;
	opacity: 0;
}
.plant-post-featured-image:hover a:first-child:before {opacity: 1;}
.plant-post-featured-image:hover .image-edit-btn {opacity: 1;}
.plant-post-content {
	display: table;
	font-size: 12pt;
	color: #000;
	padding-top: 15px;
	padding-left: 15px;
	line-height: 1.3em;
}
.plant-post-content p {margin: 0 0 1px;}
.plant-dimensions {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.plant-post-properties {
	display: table;
	width: 100%;
	padding: 0 12px;
}
.plant-post-properties .tooltip {}
.plant-post-properties .tooltip .tooltip-arrow {z-index: 2;}
.plant-post-properties .tooltip-inner {
	background: #fff;
	border: 1px solid #c3c3c3;
	border-radius: 0;
	position: relative;
	color: #3e3e3e;
	font-size: 12pt;
}
.plant-post-properties .tooltip .tooltip-inner:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	z-index: 1;
}
.plant-post-properties .tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1;
}
.plant-post-properties .tooltip.top {padding: 8px 0;}
.plant-post-properties .tooltip.left {padding: 0 8px;}
.plant-post-properties .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
	border-width: 8px 8px 0;
	margin-left: -8px;
	bottom: 3px;
}
.plant-post-properties .tooltip.top .tooltip-inner:before {
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	border-width: 8px 8px 0;
	border-top-color: #c3c3c3;
}
.plant-post-properties .tooltip.left .tooltip-arrow {
	border-left-color: #fff;
	border-width: 8px 0 8px 8px;
	margin-top: -8px;
	right: 3px;
}
.plant-post-properties .tooltip.left .tooltip-inner:before {
	border-width: 8px 0 8px 8px;
	border-left-color: #c3c3c3;
	right: -8px;
	top: 50%;
	margin-top: -8px;
}
.plant-post-properties .plant-alerts h3,
.plant-post-properties .plant-requirements-container h3,
.plant-post-family-container h3 {
	font-size: 15pt;
	font-weight: bold;
	color: #6b9745;
}
.plant-post-properties .plant-alerts {
	display: table-cell;
	/*float: right;*/
	width: 260px;
	padding: 0 0 0 20px;
	font-size: 10pt;
}
.plant-post-properties .plant-alerts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plant-post-properties .plant-alerts ul li:nth-child(5n+1) {margin-right: 0;}
.plant-post-properties .plant-alerts ul li {
	float: right;
	max-width: 42px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.plant-post-properties .plant-requirements-container {
	display: table-cell;
}
.plant-post-properties .plant-requirements-container .plant-requirements {}
.plant-post-properties .plant-requirements-container .plant-requirements ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plant-post-properties .plant-requirements-container .plant-requirements ul li:first-child {margin-right: 0;}
.plant-post-properties .plant-requirements-container .plant-requirements ul li {
	float: right;
	max-width: 42px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.plant-post-properties .plant-requirements-container .flowering-colors {
	float: right;
	font-size: 12pt;
}
.plant-post-properties .plant-requirements-container .flowering-colors span {
	display: inline-block;
	width: 14px;
	height: 9px;
}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color1 {background: #c54171;}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color2 {background: #d26bdb;}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color3 {background: #1d00f3;}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color4 {background: #ff0000;}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color5 {background: #c54171;}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color6 {background: #7d0588;}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color7 {background: #00c8f3;}
.plant-post-properties .plant-requirements-container .flowering-colors span.flowering-color8 {background: #ffde00;}
.plant-post-properties .plant-requirements-container .flowering-duration {
	float: left;
	font-size: 12pt;
}
.plant-post-properties .plant-requirements-container .seasons-table {}
.seasons-table {}
.seasons-table table {
	width: 100%;
	border-collapse: collapse;
}
.seasons-table tr:last-child td {
	background: #dedede;
	font-weight: bold;
}
.seasons-table td {
	width: 7.6%;
	border: 1px solid #fff;
	background: #e9e9e9;
	font-size: 11pt;
	text-align: center;
}
.seasons-table td.season1 {background: #e0babb;}
.seasons-table td.season2 {background: #f2c379;}
.seasons-table td.season3 {background: #bbe696;}
.seasons-table td.red {background: #c54171;}
.seasons-table td.green {background: #689a3d;}
.seasons-table td.bg {background: url(../images/season-table-bg.png) 0 0 repeat;}

.plant-post-family-container {
	font-size: 12pt;
	margin-top: 40px;
	padding: 0 12px;
}
.plant-post-family-container h3 {
	margin: 0 0 5px;
}
.plant-post-family-container > p {
	color: #4e6ea9;
}
.species-table {
	border-collapse: collapse;
}
.species-table-title {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.species-table th {
	background: #dedede;
	border: 1px solid #fff;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
	font-size: 12pt;
}
.species-table td {
	background: #e9e9e9;
	border: 1px solid #fff;
	text-align: right;
	vertical-align: top;
	padding: 10px;
	font-size: 12pt;
}
.species-table td.thumb {
	width: 116px;
	vertical-align: middle;
	text-align: center;
}
.species-table td.name,
.species-table td.name-english {
	width: 140px;
}
.more-details {margin-top: 10px;}
.more-details p {margin-bottom: 0;}
.more-details a {
	font-weight: bold;
	color: #9dca4a;
}
.more-details .comment {
	margin-top: 1em;
	color: #777;
}

/* tabs */
.tabs-container {
	background: #fff;
	border: 1px solid #dedede;
	border-top: 0;
	padding: 10px 0 15px;
}
.nav-tabs > li + li {margin-right: 7px;}
.nav-tabs > li > a {
	background: #dedede;
	border: 1px solid #dedede;
	font-size: 13pt;
	font-weight: bold;
	padding: 8px 15px 5px;
	box-shadow: inset 0 5px 0 #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs >li.active > a:hover {
	border-color: #dedede;
	border-bottom-color: #fff;
	background: #fff;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
	background: #fff;
	border-color: #dedede;
	color: #000;
}

/* plant-extra-details */
.plant-extra-details {}
.plant-images {
	font-size: 12pt;
	padding: 0 15px;
}
.plant-images .content-seperator {
	width: 100%;
	margin: 15px 0;
}
.plant-images-nav {margin-bottom: 20px;}
.plant-images-nav a.active {
	color: #9dca4a;
	font-weight: bold;
}
.plant-images-list {}
.plant-images-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.plant-image-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.plant-image-item {
	overflow: hidden;
	line-height: 1.2em;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.plant-image-item img {
	float: left;
	margin-right: 20px;
	max-width: 500px;
}
.plant-image-item-title {
	font-size: 13pt;
	font-weight: bold;
	color: #6b9745;
	margin: 0 0 15px;
}
.plant-image-item-content {
	margin: 0 0 15px;
}
.plant-image-item-meta {
	color: #777;
}

/* share-banner */
.share-banner {
	width: 100%;
	height: 218px;
	background: url(../images/share-banner-bg.jpg) 0 0 no-repeat;
	padding: 10px 288px 0 25px;
	text-align: center;
	color: #000;
}
.share-banner-title {
	font-size: 18pt;
	font-weight: bold;
	color: #d25354;
	margin-top: 10px;
}
.share-banner-text {
	font-size: 15pt;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 8px;
}
.share-banner-text2 {
	font-size: 12pt;
	margin-top: 8px;
	line-height: 1.2em;
}
.share-banner-buttons .btn {
	width: 148px;
	border: 2px solid #fff;
	margin: 0 10px;
	padding: 2px 0px 2px 12px;
}
.share-banner-buttons .btn.icon-plus:after {
	border: 0;
	font-size: 16pt;
}

/* plant-extra-info */
.plant-extra-info {
	padding: 0 15px;
	font-size: 12pt;
}
.plant-extra-info .content-seperator {
	width: 100%;
	margin: 15px 0;
}
.plant-extra-info .title {
	font-size: 13pt;
	font-weight: bold;
	color: #6b9745;
}
.plant-extra-info .title2 {
	font-weight: bold;
}
.plant-extra-info p.gray {
	color: #777;
	font-size: 11pt;
}

.props-table {
	border-collapse: collapse;
}
.props-table + p {margin-top: 10px;}
.props-table th {
	width: 81px;
	border: 1px solid #fff;
	background: #dedede;
	text-align: center;
	vertical-align: top;
	padding: 10px 5px 5px;
	line-height: 1.2em;
	font-weight: normal;
}
.props-table th span {
	display: block;
}
.props-table td {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	border: 1px solid #fff;
}
.props-table td.red {background: #ecc4cb;}
.props-table td.green {background: #c8e49b;}

/* plan-props-list */
.plan-props-list {
	display: table;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.plan-props-list .prop-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.plan-props-list .prop-item {
	overflow: hidden;
	font-size: 12pt;
	line-height: 1.1em;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dbdbdb;
}
.plan-props-list .prop-item-container {
	display: table;
}
.plan-props-list .prop-item-title {
	font-size: 13pt;
	font-weight: bold;
	color: #6b9745;
	margin: 0 0 10px;
}
.plan-props-list .prop-item img {
	float: right;
	max-width: 226px;
	margin-left: 12px;
}
.plan-props-list .prop-item-content {}
.plan-props-list .prop-item-meta {}

.plant-months {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.plant-months strong {
	float: right;
	width: 120px;
}
.plant-months ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.plant-months ul li:first-child {margin-right: 0;}
.plant-months ul li {
	float: right;
	width: 30px;
	height: 20px;
	line-height: 20px;
	margin-right: 1px;
	background: #dedede;
	text-align: center;
}

/* search-filters */
.dropdown,
.dropup {
	display: inline-block;
}
.dropdown-menu {
	text-align: right;
	width: auto;
	min-width: 100%;
	left: auto;
	right: 0;
	margin: 0;
}
.dropdown-menu > li > a {
	font-size: 12pt;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background: transparent;
	color: #d25354;
}
.dropdown .btn {
	border-radius: 3px;
	background: transparent;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	padding: 3px 8px 3px 8px;
}
.dropdown .btn .caret {
	border-width: 5px 5px 5px 5px;
}
.dropdown .btn .icon-list,
.dropdown .btn .icon-grid,
.dropdown .btn .icon-seperator {
	position: relative;
	top: 3px;
}
.dropdown .btn .icon-list {
	display: inline-block;
	border: 1px solid #c3c3c3;
	margin: 1px 0;
	padding-right: 5px;
}
.dropdown .btn .icon-list span {
	display: block;
	width: 10px;
	height: 12px;
	background: #c3c3c3;
}
.dropdown .btn .icon-list.active {border-color: #777;}
.dropdown .btn .icon-list.active span {background: #777;}
.dropdown .btn .icon-grid {
	display: inline-block;
	width: 20px;
}
.dropdown .btn .icon-grid span {
	float: right;
	display: block;
	width: 8px;
	height: 6px;
	margin: 1px;
	background: #c3c3c3;
}
.dropdown .btn .icon-grid.active span {background: #777;}
.dropdown .btn .icon-seperator {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #c3c3c3;
}
.dropdown .btn.false-btn {
	background: transparent;
	border-color: #ccc;
	box-shadow: none;
	text-shadow: none;
	cursor: default;
}
.search-filters {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.search-filters .dropdown {
	float: right;
}
.search-filters .dropdown + .dropdown {margin-right: 15px;}
.search-filters .page-nav {
	float: left;
	margin-top: 5px;
}
.results-title {
	font-size: 14pt;
	font-weight: normal;
}


/* grid-view */
.grid-view .plant-post:nth-child(odd) {margin-right: 0;}
.grid-view .plant-post {
	float: right;
	width: 370px;
	margin-right: 23px;
	margin-bottom: 23px;
	padding-bottom: 10px;
}
.grid-view .plant-post-featured-image {width: 100%;}
.grid-view .plant-post-header {
	background: transparent;
	padding: 10px 10px 0;
}
.grid-view .plant-post-title {
	color: #d25354;
	font-size: 16pt;
	font-weight: normal;
}
.grid-view .plant-post-title .col {
	width: 100%;
	padding: 0;
}
.grid-view .plant-post-title .col + .col {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
}
.grid-view .plant-post-title .favorite {
	float: right;
	margin-left: 8px;
}
.grid-view .plant-post-title .favorite i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/star.png) 0 0 no-repeat;
}
.grid-view .plant-post-title .favorite.active i,
.grid-view .plant-post-title .favorite:hover i {background-position: -34px 0;}
.grid-view .plant-post-title .favorite.active:hover i {background-position: 0 0;}

.grid-view .plant-post-content {
	width: 100%;
	padding: 0 10px 0 44px;
}
.grid-view .plant-post .btn {
	float: left;
	width: 34px;
	height: 24px;
	margin-left: -40px;
	margin-top: -24px;
	padding: 0;
}
.grid-view .plant-post .btn:active,
.grid-view .plant-post .btn:hover {
	box-shadow: none;
}
.grid-view .plant-post .btn.icon-arrow-red:before {left: 30px;}

/*********************************************
	PROFILE
*********************************************/
.profile-header {
	position: relative;
	margin-bottom: 33px;
}
.profile-header-image {
	position: relative;
}
.profile-header-image-edit-btn {
	display: block;
	padding: 3px 10px;
	background: rgba(255,255,255,0.5);
	font-size: 12pt;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #000;
	position: absolute;
	top: 17px;
	left: 25px;
}
.profile-header-image-edit-btn:before {
	content: "";
	float: right;
	width: 20px;
	height: 17px;
	background: url(../images/icon-camera.png) -1px 0 no-repeat;
	margin-left: 7px;
	position: relative;
	top: 2px;
}
.profile-header-image-edit-btn:hover {
	color: #000;
	background: #fff;
}
.profile-avatar {
	display: block;
	width: 176px;
	height: 176px;
	background: #fff;
	border: 1px solid #dbdbdb;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: -33px;
	right: 17px;
}
.profile-avatar img {
	position: absolute;
	height:100% !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.profile-avatar-edit-btn {
	display: block;
	width: 21px;
	height: 18px;
	padding: 0;
	font-size: 12pt;
	border-radius: 3px;
	color: #000;
	overflow: hidden;
	text-indent: -200px;
	position: absolute;
	bottom: 8px;
	right: 8px;
}
.profile-avatar-edit-btn:before {
	content: "";
	float: right;
	width: 21px;
	height: 18px;
	background: url(../images/icon-camera.png) 0 -29px no-repeat;
}
.profile-user-name {
	font-size: 28pt;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 215px;
	bottom: 16px;
	margin: 0;
}

/* profile-nav */

.profile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.profile-nav ul li:first-child {border-right: 1px solid #dbdbdd;}
.profile-nav ul li {
	float: right;
	border-left: 1px solid #dbdbdd;
}
.profile-nav ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 13pt;
	font-weight: normal;
	color: #000;
	position: relative;
}
.profile-nav ul li a:after {
	display: none;
	content: "";
	width: 100%;
	height: 2px;
	background: #9dca4a;
	position: absolute;
	bottom: 0;
	left: 0;
}
.profile-nav ul li a:hover {color: #6b9745;}
.profile-nav ul li a:hover:after {display: block;}

/* user-profile */
.user-profile {}
.user-profile .content-seperator {width: 100%;}
.user-profile-header {
	border-bottom: 1px solid #dbdbdd;
}
.user-profile-title {
	font-size: 16pt;
	font-weight: normal;
	color: #d25354;
}
.user-profile-section {
	font-size: 12pt;
	overflow: hidden;
}
.user-profile-section-header {
	overflow: hidden;
}
.user-profile-section-header h2 {
	float: right;
	margin-top: 0;
}
.user-profile-section-header .header-btn {
	float: left;
	color: #000;
	background: #dbdbdb;
	border-radius: 3px;
	border: 1px solid #c3c3c3;
	padding: 1px 10px;
	margin-top: 5px;
}
.user-profile-section h2 {
	font-size: 24pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
}
.user-profile-section p {
	color: #000;
}
.green-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.green-table th:first-child,
.green-table td:first-child {
	border-right: 0; 
}
.green-table th,
.green-table td {
	border-right: 1px solid #ccd7ba;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-weight: bold;
}
.green-table th {
	background: #9dca4a;
	color: #fff;
	font-size: 13pt;
}
.green-table td {
	color: #000;
	border-right-color: #e3e3e5;
}

.user-profile-form {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.user-profile-form .form-row + .form-row {margin-top: 10px;}
.user-profile-form .form-row {
	width: 100%;
	overflow: hidden;
}
.user-profile-form .form-row .col:first-child {
	padding-left: 14px;
	padding-right: 0;
}
.user-profile-form .form-row .col {
	float: right;
	width: 50%;
	padding-right: 14px;
}
.user-profile-form .form-input {
	display: table;
	width: 100%;
	height: 38px;
	background: #fff;
	padding: 0;
}
.user-profile-form .form-input > label,
.user-profile-form .form-input > div {
	display: table-cell;
	padding: 0 10px;
	white-space: nowrap;
	vertical-align: top;
}
.user-profile-form .form-input label {
	width: 10px;
	padding: 0 10px 0 11px;
	line-height: 38px;
	color: #777;
	font-size: 12pt;
	font-weight: normal;
	position: relative;
	margin: 0;
}
.user-profile-form .form-input label:after {
	content: "";
	width: 1px;
	height: 34px;
	background: #dbdbdd;
	position: absolute;
	top: 2px;
	left: 0;
}
.user-profile-form .select-input select,
.user-profile-form .text-input input,
.user-profile-form .textarea-input textarea {
	width: 100%;
	height: 24px;
	margin-top: 6px;
	border: 0;
	outline: 0;
	color: #000;
}
.user-profile-form .textarea-input textarea {
	max-width: 100%;
	height: 130px;
}
.user-profile-form .change-plan .form-input {
	float: right;
	width: 84%;
}
.user-profile-form .change-plan button {
	float: left;
	width: 15%;
	height: 38px;
	color: #3e3e3e;
	border: 0;
	background: #dbdbdb;
}
.user-profile-form .form-input.checkbox-input {
	background: transparent;
	height: auto;
}
.user-profile-form .checkbox-input label {
	display: inline-block;
	width: auto;
	padding: 0;
	line-height: 1em;
}
.user-profile-form .checkbox-input label:after {display: none;}
.user-profile-form .checkbox-input label input {
	opacity: 0;
	position: absolute;
	z-index: 0;
}
.user-profile-form .checkbox-input label span {
	padding-right: 20px;
	position: relative;
}
.user-profile-form .checkbox-input label span:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 1px solid #ccc;
}
.user-profile-form .checkbox-input label span:after {
	display: none;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #d25354;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translateY(-50%);
}
.user-profile-form .checkbox-input label input:checked + span:after {display: block;}
.user-profile-form button[type="submit"] {
	float: left;
	padding: 3px 16px 3px 44px;
	background: #9bc74a;
	font-size: 16pt;
	font-weight: normal;
	border: 0;
	border-radius: 3px;
	color: #fff;
}
.user-profile-form button[type="submit"]:before {display: none;}
.user-profile-form button[type="submit"]:after {left: 16px;}

/* user-selected-images */
.user-selected-images {
	
}
.user-selected-images ul {
	list-style: none;
	padding: 0;
	margin: 0 -8px;
}
.user-selected-images ul li {
	float: right;
	width: 25%;
	padding: 0 8px;
	margin-bottom: 16px;
	height:290px;
}
.user-selected-images .selected-image {background: #fff;}
.user-selected-images .selected-image-thumb {
	position: relative;
	height:200px;
}
.user-selected-images .selected-image-thumb:before {
	content: "";
	width: 25px;
	height: 24px;
	background: url(../images/icon-plus.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
}
.user-selected-images .selected-image span {
	display: block;
	padding: 5px 8px;
	font-size: 12pt;
	color: #000;
}

/* gray-table */
.gray-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	margin-top: 10px;
}
.gray-table th:first-child,
.gray-table td:first-child {
	border-right: 0; 
}
.gray-table th,
.gray-table td {
	border-right: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
}
.gray-table th {
	background: #dbdbdb;
	color: #000;
}
.gray-table td {
	color: #000;
	border-right-color: #dbdbdd;
	border-top: 1px solid #dbdbdd;
}
.gray-table th.type {width: 148px;}
.gray-table th.position {width: 100px;}
.gray-table th.effectiveness {width: 150px;}
.gray-table th.week {width: 84px;}

/* 2017 */
.modal-backdrop {background: #f0f0f0;}
.modal-backdrop.in {opacity: 0.95;}

#gallery-item-modal {padding: 0 !important; }
#gallery-item-modal .modal-dialog {width: 1192px;}
#gallery-item-modal .modal-content {
	height: 90vh;
	background: #dedede;
	box-shadow: none;
	border: 0px;
	border-radius: 0;
	position: relative;
	padding-left: 316px;
}
.gallery-item-modal-image-container {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.gallery-item-modal-image-container .modal-image {margin: 0 auto;}
.gallery-item-modal-image-container .modal-image iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border: 0;
}
.gallery-item-modal-image-container img {
	display: block;
	margin: 0 auto;
}
.gallery-item-modal-image-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.75);
	padding: 10px 15px;
	text-align: center;
}
.gallery-item-modal-image-footer .btn {
	height: 40px;
	font-size: 14pt;
}
.gallery-item-modal-image-footer .gray-icons {float: right;}
.gallery-item-modal-image-footer .fb-like {float: left;}
.gray-icons a {
	float: right;
	display: inline-block;
	width: 34px;
	height: 40px;
	background: url(../images/gray-icons.png) 0 0 no-repeat;
	margin-left: 4px;
}
.gray-icons a.share {background-position: 0 0;}
.gray-icons a.print {background-position: -38px 0}


.gallery-item-modal-details .gallery-item-details {
	display: block;
	width: 100%;
	position: relative;
	padding: 76px 0 0;
	font-size: 12pt;
}

.gallery-item-modal-details .gallery-item-header .item-author {
	display: table;
	color: #d25354;
	margin-top: 20px;
	line-height: 40px;
}
.gallery-item-modal-details .gallery-item-header .item-author-avatar {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: 10px;
}
.gallery-item-modal-details .gallery-item-header .item-author-avatar img {display: block;}
.gallery-item-modal-details .gallery-item-details .item-content {
	padding: 20px 20px 0;
}
.gallery-item-modal-details .gallery-item-details .item-title {
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.gallery-item-modal-details .gallery-item-details .item-meta {
	margin-bottom: 10px;
	color: #777;
}
.gallery-item-modal-details .gallery-item-details .item-meta.meta-cat {
	color: #d25354;
	margin-top: 15px;
	margin-bottom: 5px;
}
.gallery-item-modal-details .gallery-item-details .item-meta.meta-bottom {margin-top: 30px;}
.modal-details-title {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}
a.modal-details-title:hover {color: #6b9745;}
.gallery-item-modal-details .gallery-item-images {
	padding: 15px 20px 20px 10px;
	overflow: hidden;
	border-top: 2px solid #f1f1f1;
}
.gallery-item-modal-details .gallery-item-images .modal-details-title  {}
.gallery-item-modal-details .gallery-item-images .images-row + .modal-details-title {margin-top: 30px;}
.gallery-item-modal-details .gallery-item-images .images-row {overflow: hidden;}
.gallery-item-modal-details .gallery-item-images .images-row a + a {margin-right: 2%;}
.gallery-item-modal-details .gallery-item-images .images-row a {
	float: right;
	width: 23.5%;
	max-width: 63px;
}
.facebook-comments {padding: 20px;}
.facebook-comments .modal-details-title {
	padding-right: 16px;
	background: url(../images/fb-icon.png) right 0 no-repeat;
}
@keyframes Menu_active{
	from{right: -60vw}
}
@keyframes hidden{
	from{ right: 0 }
}
/*Mobile */
@media screen and (max-width: 800px){

	
	img#Menu_Button {
		position: absolute;
		z-index:99;
		top: 6px;
		right: 20px;
	}
	nav.main-nav {
		position: absolute;
		z-index: 99;
		right: -60vw;
		top:0;
		width: 60vw;
		height:100vh;
		padding: 50px 0;
		filter: drop-shadow(2px 4px 6px #000);
	}
	.main-nav ul.main-ul > li {
		width: 100%;
		display: block;
		clear: both;
		border: none !important;
		margin-bottom: 20px;
	}
	.main-nav ul.main-ul > li > a{
		font-size:1em;
	}
	body.Menu-active nav.main-nav{
		animation-name: Menu_active;
		animation-duration:0.5s;  
		right:0 !important;
	}
	body.Menu-hidden nav.main-nav{
		animation-name: hidden !important;
		animation-duration:0.5s !important;
		right:-60vw !important;
	}

	#Menu_Close_Button{ 
		text-align:center;
		color:#fff;
		font-size:2em;
		display:table;
		margin:50px auto;
	}
	.container {
		padding: 0;
	}
	.header-image-title{
		font-size:21pt;
		top: 51%;
		left: 50%; 
	}
	.header-image-title h1{
		font-size:21pt;
		margin:0;
	}
	.header-image-title h1:after{
		background:none;
		height:auto;
	}
	img.ArrowDown {
		float: left;
		margin: -20px 10px;
		position:relative;
		z-index:9999;
	}

	li.menu-item {
		float: right;
		clear:both;
	}
	ul.sub-nav-main.active {
		top: 100%;
	}
	li.menu-item a {
		width: 80%;
	}
	ul.sub-nav-main a{
		width:100% !important;
	}
	ul.sub-nav-main li{
		border:none !important;
	}
	.page-header1.padding-big {
		right: 0 !important;
	}
	.askblooma-block-thumb {
		width: 100%;
		display: table;
		margin: auto;
	}

	.askblooma-block-thumb img {
		width: 100%;
	}
	.article-content-container {
		padding: 0 10px !important;
		width: 100%;
		display: block !important;
	}

	form#mc4wp-form-1 {
		width: 80%;
		margin: auto;
	}
	.slick-slide img {
		height: 250px!important;
	}

	img {
		height: auto !important;
	}
	.trees-slider-thumb img {
		width: 282px !important;
		height: auto !important;
	}

	.trees-slider-thumb {
		width: 50px;
	}
		ul.slick-dots {
		display: none !important;
	}
	nav.footer-links {
		display: table;
		margin: auto;
	}
	.footer-links ul li a {
		font-size: 1.1em;
	}

	.footer-links ul li {
		margin-bottom: 15px;
	}
	.magazine-item {
		float: none !important;
		display: table;
		width: 100% !important;
		margin: 50px auto 0 auto !important;
		top: 0 !important;
	}
	.magazine-thumb {
		width: 100% !important;
		height:  auto !important;
		top: 0 !important;
		background:none !important;
	}
	.magazine-thumb img {
		width: 100% !important;width: 70% !important;
		border-radius: 255px;
		transform: none !important;
	}
	.container {
		width: 90%;
		margin: auto !important;
	}
	.main-col {
		width: 100% !important;
	}
	.sidebar-col {
		width: 100%;
	}
	.monthly-tasks-block{
		height:auto !important;
	}
	.article-content {
		margin: 0;
		width: 100%;
		float: none;
		display: table;
		font-size: 1.1em;
	}
	li.trees-slider-item.slick-slide {
		width: 5% !important;
		font-size: 16px;
	}
	div#header {
		position: relative;
	}

	.col-md-7 {
		position: absolute;
		right: 20%;
	}
	.col-md-5{
		float:left;
		display:table;
	}
	.home-slider img {
		height: 140px !important;
	}

	.page-header1.padding-big {
		background: none !important;
		position: relative !important;
		padding: 0;
	}

	.home-slider-footer {
		display: none;
	}

	.form-welcome-search .col-md-6 {
		display: table;
		width: 50%;
		margin-right: 12%;
	}
	.form-welcome-search .col-md-6 img {
		height: auto !important;
	}
	.page-template-blog .header-image img {
		height: 85px !important;
	}
	.main-search {
		width: 44%;
		margin-right: 15%;
	}
	form.form-welcome-search .row {
		margin: 0 !important;
	}
	.askblooma-block p {
		text-align: center;
		line-height: initial; 
	}
	.article-thumb img {
		width: 100% !important;
	}
	.col-md-4 nav {
		margin: 0 50px;
	}

	nav.footer-links:first-of-type {
		margin-bottom: 30px;
	}
	.page-template-login .sidebar-col {
		display: none;
	}
	h2.magazine-title {
		height: auto !important;
		font-size:24px !important;
	}
	body.single .post-content h2, 
	.post-content h3, .post-content h4, 
	.post-content h5, .post-content h6,
	body.single .post-header p,
	body.single .post-content p{
		font-size:20px !important;
	}
	.trees-slider{
		display:none;
	}
	.sidebar-col:last-of-type {
		display: none;
	}
	.sidebar-col .main-search{
		width:100%;
		margin: 0;
	}
	.page-template-gallery .main-search {
		width: 80% !important;
	}
	.page-template-gallery .container .sidebar-col {
		display:none;
	}
	#SideGalleryMenu .sidebar-col .main-search,
	{
		width: 80% !important;
		margin: 0;
	}
	#SideGalleryMenu, #SideFitersMenu{
		position: fixed;
		z-index: 99;
		left: -80vw;
		width: 80vw;
		height: 100vh; 
		overflow-y:scroll;
		background:#fff;
		filter: drop-shadow(2px 4px 6px #000);
	}
	#SideOtionsMenu{
		position: fixed;
		z-index: 99;
		left: -60vw;
		width: 60vw;
		height: 100vh; 
		overflow-y:scroll;
		background:#fff;
		filter: drop-shadow(2px 4px 6px #000);
	}
	#AcountSideSearch{
		position: fixed;
		z-index: 99;
		left: -70vw;
		width: 70vw;
		height: 100vh; 
		overflow-y:scroll;
		background:#fff;
		filter: drop-shadow(2px 4px 6px #000);
	}
	.profile-nav,
	#AcountSideSearch .fb-page.fb_iframe_widget.fb_iframe_widget_fluid,
	#AcountSideSearch .sidebar-block:nth-of-type(4), 
	#AcountSideSearch .sidebar-block:nth-of-type(5),
	#AcountSideSearch .sidebar-col:last-of-type{
		display:none !important;
	}
	
	#SideOtionsMenu .profile-nav{
		display:block;
	}
	
	#SideOtionsMenu .sidebar-col{
		display:block !important;
	}
	div#SideOtionsMenu .sidebar-col:last-of-type {
		display: none !important;
	}
	a#GalleryButon, #SearchButton {
		display:table;
		margin: 0 auto 25px auto;
		background: #d25354;
		color: #fff;
		font-size: 12pt;
		font-weight: bold;
		position: relative;
	}
	.page-template-my-account-lists a#GalleryButon, 
	.page-template-my-account-posts a#GalleryButon,
	.page-template-my-account-ads a#GalleryButon,
	.page-template-my-account a#GalleryButon,
	#SearchButton{
		width: 100%;
	}
	.page-template-my-account-posts .container .sidebar-block:first-of-type, 
	.container .sidebar-block:nth-of-type(2),
	.page-template-my-account-lists .container .sidebar-block:first-of-type,
	.page-template-my-account .container .sidebar-block:first-of-type{
    display: none;
	}
	.page-template-search-results .container .sidebar-block:nth-of-type(2) {
		display: block !important;
	}
	
	div#SideGalleryMenu .sidebar-col {
		display: block !important;
		position: absolute;
		z-index:999999;
		top:120px;
	}
	.sidebar-block img {
		display: table;
		margin: auto; 
		width: 70%;
	}
	.page-template-my-account-single-list .sidebar-block img{
		display:none;
	}
	.page-template-my-account-single-list a#GalleryButon{
		width:100%;
	}
	#SideOtionsMenu .profile-nav{
		display:block !important;
	}
	a#GalleryButon {
		margin-bottom: 5px;
	}
	.links-block{
		overflow-y:scroll !important;
	}
	a#GalleryCloseButton {
		float: right;
		position: fixed;
		z-index:999999;
		left:-85vw;
		top: 0px;
		font-size: 2em;
		color: #d25354;
		text-decoration:none !important;
		filter: drop-shadow(2px 4px 6px #000);
	}
	#SearchCloseButton{
		font-size: 2em;
		color: #d25354;
		text-decoration:none !important;
		filter: drop-shadow(2px 4px 6px #000);
		text-align:center;
		display:table;
		margin:auto;
	}
		
	.fb-page.fb_iframe_widget.fb_iframe_widget_fluid {
		display: table ;
		margin: auto;
	}
	.gallery-item-details {
		clear: both;
		display: block !important;
		position: initial;
		padding: 0 !important;
		width: 100% !important;
		float: none !important;
		margin-top:55px;
	}

	.gallery-item-image {
		width: 100% !important;
		display: block !important;
		height: auto !important;
		/*position: initial !important;*/
	}

	.gallery-item-header {
		/* height: auto !important; */
		position: initial !important;
	} 
	.gallery-item-footer {
		position: initial !important;
	}
	.share-links {
		float: right !important;
	}

	.social-block.style-gray {
		margin-left: 20px !important;
	}
	.gallery-item-image-footer {
		opacity: 1 !important;
		background: none !important;  
		height: 100px !important;
		bottom: -88px !important;
	}
	.gallery-item-image img {
		max-width: 100% !important;
	}
	.page-template-gallery.modal-open .modal-dialog {
    width: 100% !important;
	}
	.page-template-gallery.modal-open .modal-content {
		padding: 0 !important;
		height: auto !important;
	}
	.plant-item {
		width: 100% !important;
		 margin: 0 0 20px 0 !important;
	}

	.plants-list p {
		font-size: 14pt !important;
	}
	span.page-nav-sum{
		margin:0 !important;
	}
	
	.magazine-item.square-item img {
		width: 227px !important;
		height: 227px !important;
	}
	#SideGalleryMenu .fb-page{
		display:none !important;
	}
	.plant-thumb {
		margin: auto;
	}
	h2.plant-title {
		height: auto !important;
	}
	.plant-item {
		height: auto !important;
	}
	button.close span {
		font-size: 50px !important;
	}
	iframe.iframe-image {
		margin: auto !important;
		width: 100% !important;
		display: table;
	}

	.modal-dialog {
		margin: 0;
	}
	.page-template-search-results .search-filters{
		display:none;
	}
	.page-template-search-results #SideFitersMenu .search-filters{
		display:block !important;
	}
	#SideFitersMenu a#GalleryCloseButton {
		position: initial;
	}
	#SideFitersMenu{
		padding:10px;
	}
	#SideFitersMenu .page-nav{
		display:none;
	}
	.page-template-search-results a#GalleryButon {
		width: 100%;
	}
	a.page-nav-number {
		padding: 5px !important;
	}
	a.image-edit-btn.ask-save {
		opacity: 1 !important;
	}
	.page-template-search-results .plant-post-featured-image {
		display: table;
		float: none !important;
		margin: auto !important;
	}
	.page-template-search-results .plant-icons div.col-md-3,
	.plant-template-default div.col-md-3{
		clear: none !important;
		width: 20%;
		display: table;
		float: right;
	}
	.page-template-search-results .plant-post-family-container.plant-icons,
	.plant-post-family-container.plant-icons	{
		width: 100% !important;
	}
	.page-template-search-results .plant-post-family-container.plant-icons{
		display:none;
	}
	.page-template-search-results .Unique_Features .plant-post-family-container.plant-icons{
		display:block !important;
	}
	aside.plant-requirements-container {
		width: 100% !important;
		float: none !important;
	}
	.search-nav li {
		float: none !important;
		clear: both !important;
		display: block !important;
	}
	.page-id-15628 .sidebar-col {
		display: none;
	}
	.page-id-15628 .search-tree-name, 
	.page-id-15628 .search-tree-name-input {
		width: 100%;
	}
	.page-id-15628 .search-tree-row div {
		float: none !important;
		width: 100% !important;
		height:100px;
	}
	input.typeahead {
		height: 50px;
	}
	.page-id-15628 input.typeahead {
		float: none !important;
		width: 100% !important;
	}
	.page-id-15628 .search-nav li.active ul{
		top:100%;
	}
	.share-banner {
		padding: 0 !important;
		height:auto !important;
	}
	p.share-banner-text2 {
		margin-top: 20px !important;
	}
	.page-header1 span.big:before, .page-header1 span.big:after {
		display: none;
	}
	.search-nav .search-section-title {
		color: #fff;
		background: #9dca4a;
		width: 100%;
	}
	.page-id-15628 .search-nav ul li a{
		font-size: 21px !important;
	}
	.page-id-15628 .search-nav ul li {
	   margin-bottom: 10px;
		height: 50px;
	}
	.search-nav ul li ul label.styled-checkbox{
		font-size:14pt !important;
	}
	.page-id-15628 .search-tree-name-input input[type="submit"] {
		height: 37px;
		top:37px;
	}
	.page-id-15628 .page-header2{
		display:none;
	}
	.page-id-15628 #page-header2 .page-header2{
		display:block !important;
		width:100%;
	}
	.page-id-15628 .search-section-header2 {
		height: 50px !important;
		padding-top:7px;
		background: #9dca4a;
	}
	.page-id-15628 .search-section-content .col2 {
		position: relative;
		top: -184px;
		left: -160px;
		float: none;
		margin-bottom: -184px;
	}
	.page-id-15628 .multi-check-item {
		width: 25%;
		height:130px;
		float: right;
		text-align: center;
		font-size:15px;
	}	
	.multi-check {
		width: 100% !important;
	}
	.page-id-15628 .row.select-range .col-md-6 { 
		float: right;
		width: 50%;
	}
	.page-id-15628 .search-action-buttons .btn.search-submit-btn {
		width: 202px;
	}

	.page-id-15628 .search-action-buttons .btn {
		width: 105px;
	}

	.page-id-15628 .search-action-buttons .btn.search-submit-btn:before { 
		display: none;
	}	
	.row.main-row.search-submit-row {
		margin-bottom: 20px;
	}
	.page-id-16129 .species-table-title .col-md-7,
	.col-md-7.col-md-offset-1	{
		position: unset !important;
	}
	article.plant-post {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}
	/* .search-tree-name{
		display:none;
	} */
	#SearchTheTree .search-tree-name{
		display:block !important;
	}
	.search-tree-type {
		margin: 0;
	}
	.prop-table tr td:first-of-type {
		display: none;
	}
	.profile-avatar {
		width: 87px !important;
		bottom: 0px;
		right: 0;
	}
	.user-profile-section:first-of-type tr th:nth-of-type(3), 
	.user-profile-section:first-of-type tr td:nth-of-type(3), 
	.user-profile-section:first-of-type tr th:nth-of-type(6), 
	.user-profile-section:first-of-type tr td:nth-of-type(6),
	.user-profile-section:nth-of-type(2) tr th:nth-of-type(3),
	.user-profile-section:nth-of-type(2) tr td:nth-of-type(3),	
	.user-profile-section:nth-of-type(2) tr th:nth-of-type(5),
	.user-profile-section:nth-of-type(2) tr td:nth-of-type(5){
		display: none;
	}
	table.single-list tr th:nth-of-type(3),
	table.single-list tr td:nth-of-type(3),
	table.single-albom tr th:nth-of-type(4),
	table.single-albom tr td:nth-of-type(4){
		display:none !important;	
	}
	table.single-albom tr th:nth-of-type(2),
	table.single-albom tr td:nth-of-type(2){
		display:table-cell !important;	
	} 
	table.green-table img {
		width: 85px;
	}
	
	.page-template-my-account-single-list .col-md-2.pull-left {
		padding: 0 5px 0 0;
	}
	.page-template-my-account-single-list .col-md-3.pull-left {
		padding: 0 5px 5px 0;
	} 
	.page-template-my-account-single-list table.green-table tr th:nth-of-type(6),
	.page-template-my-account-single-list table.green-table tr td:nth-of-type(6),
	.page-template-my-account-single-list table.green-table tr th:nth-of-type(7),
	.page-template-my-account-single-list table.green-table tr td:nth-of-type(7),
	.page-template-my-account-single-list .green-table tr th:nth-of-type(2), 
	.page-template-my-account-single-list .green-table tr td:nth-of-type(2),
	.page-template-my-account-single-list .green-table tr th:nth-of-type(3), 
	.page-template-my-account-single-list .green-table tr td:nth-of-type(3) {
		display: none ; 
	}
	.page-template-my-account-single-list table.green-table tr th:nth-of-type(3),
	.page-template-my-account-single-list table.green-table tr td:nth-of-type(3),
	.page-template-my-account-posts .user-profile-section:first-of-type tr th:nth-of-type(3), 
	.page-template-my-account-posts .user-profile-section:first-of-type tr td:nth-of-type(3){
		display:table-cell;
	}
	.page-id-21367 .page-template-my-account-single-list .green-table tr th:nth-of-type(2),
	.page-id-21367 .page-template-my-account-single-list .green-table tr td:nth-of-type(2){
		display:table-cell !important;
	}
	.tableWrap {
		overflow-x: scroll;
	}
	.links-block.links-block-gallery, .checkbox-list{
		display:none;
	}
	#SideGalleryMenu .links-block.links-block-gallery, #SideGalleryMenu .checkbox-list{
		display:block !important;
	}
	#SideOtionsMenu .profile-nav ul li:nth-of-type(3) {
		display: none;
	}
	header.user-profile-header{
		display:none;
	}
	#WellcomeMassege header.user-profile-header{
		display:Block;
	}
	.alert.alert-info, .UserCommens .alert.alert-info:last-of-type{
		display:none;
	}
	.UserCommens .alert.alert-info{
		display:block;
	}
	.page-template-my-account-single-list .sidebar-col{
		display:none;
	}
	#SideOtionsMenu .sidebar-col:nth-of-type(2), #SideOtionsMenu .sidebar-col:nth-of-type(3) {
		display: none;
	}
	.page-template-my-account .user-selected-images li {
		width: 50%;
	}
	#SideGalleryMenu form#search {
		width: 80%;
		position:absolute;
		top:-120px;
	}
	.archive .main-search {
		display: none;
	}
	.archive #SideGalleryMenu .main-search{
		display:block !important;
	}
	.page-template-blog .container .sidebar-col{
		display:none;
	}
	/ div#submit-circle {
		bottom: 10px;
		top: auto;
	}
	.ButtonsWrap {
		clear: both;
		margin-top: 21px;
	}

	.user-profile-section .row {
		display: table;
		margin: auto;
	}
	.ButtonsWrap .col-md-2.pull-left:last-of-type {
		float:right !important;
	}
	 a.profile-avatar-edit-btn {
		right: 0;
		bottom: 0;
	}

	a.profile-header-image-edit-btn {
		top: 0;
		left: 0;
	}
	.form-input.textarea-input label {
		display: block;
	}
	.form-input-wrap {
		display: block !important;
		clear: both;
	}
	.gallery-items .gallery-item .gallery-item-footer .social-block a i{
		width:50px !important;
	}
	.transparent-search {
		position: fixed;
		top: 70px;
		right: 0;
		width: 63%;
	}
	.archive.category .container .sidebar-block {
		display: none;
	}
	.search-tree-name {
		margin-bottom: 10px;
	}
	.page-id-15628 div#page-header2 {
		margin-top: -35px;
	}
}
/*End of Mobile*/
/*Desktops*/ 
@media screen and (min-width: 801px){
	.main-nav ul li:hover ul.sub-nav-main {
		top: 100%;
	}
	.search-nav ul li:hover ul {
		top: 100%;
	}
	.gallery-item-modal-details {
		float: left;
		width: 316px;
		height: 100%;
		background: #fff;
		overflow-y: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.gallery-item-modal-details .gallery-item-header {
		width: 100%;
		height: 76px;
		border-bottom: 2px solid #f0f0f0;
		padding: 0 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.multi-check {
		float: right;
		width: 555px;
		margin-right: -15px;
		margin-bottom: 10px;
	}
	.multi-check-item {
		float: right;
		width: 76px;
		text-align: center;
		font-size: 12pt;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.search-section-content .col1 {
		float: right;
		width: 540px;
	}
	.multi-check.tree-shape-check .multi-check-item {
		height: 90px;
	}
	.prop-table td.prop-col1 {
		width: 80px !important;
		height: auto;
	}
	.prop-table table th {
		padding: 10px 5px;
		width: 70px;
	}
	.profile-nav {
		display: table;
		width: 100%;
		border-bottom: 1px solid #dbdbdd;
		margin: -33px 0 26px;
		padding-right: 212px;
	}
	.sidebar-block.search-selections.sticky {
		height: auto;
	}
}
/*End of Desktops*/
.post-content .yarpp-related {
    display: none;
}

img.avatar.avatar-64.photo, img.avatar.avatar-26.photo {
    display: none;
}
a.WatsApp img{
	margin:7px;
}
.modal-content a.WatsApp img{
	margin:0px !important;
}
.page-template-gallery .social-block{
	margin-top:0px;
}
.social-block.style-gray {
    padding-bottom: 50px;
}
.seasons-table b, .links-block b{
	display:none;
}
#excel_Instractions{
	height:0;
	overflow:hidden;
}
#Blue-Arrow{
	transform:rotate(180deg);
	margin-right:15px;
}
#Blue-Arrow.active{
	transform:rotate(0deg);
}
#Blue-Arrow:hover{
	cursor:pointer;
}