/*@charset UTF-8;*/

/*------------------------------------------------------------------
[Google Fonts]
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
[Style Index]

0. Reset
1. Main header
2. Main menu
3. Content styling
4. Comments
5. Photo gallery
6. Sidebar styling
7. Footer
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[0. Reset]

Reseting styles for individual theme
-------------------------------------------------------------------*/
/*

@font-face {
font-family: 'Gotham Pro';
font-style: normal;
font-weight: normal;
src: local('Gotham Pro'), url('../GothaProReg.woff') format('woff');
}


@font-face {
font-family: 'Gotham Pro Black';
font-style: normal;
font-weight: normal;
src: local('Gotham Pro Black'), url('../GothaProBla.woff') format('woff');
}


@font-face {
font-family: 'Gotham Pro Light';
font-style: normal;
font-weight: normal;
src: local('Gotham Pro Light'), url('../GothaProLig.woff') format('woff');
}


@font-face {
font-family: 'Gotham Pro Medium';
font-style: normal;
font-weight: normal;
src: local('Gotham Pro Medium'), url('../GothaProMed.woff') format('woff');
}


@font-face {
font-family: 'Gotham Pro Light Italic';
font-style: normal;
font-weight: normal;
src: local('Gotham Pro Light Italic'), url('../GothaProLigIta.woff') format('woff');
}


@font-face {
font-family: 'Gotham Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham Pro Bold'), url('../GothaProBol.woff') format('woff');
}


@font-face {
font-family: 'GothamPro-MediumItalic';
font-style: normal;
font-weight: normal;
src: local('GothamPro-MediumItalic'), url('../GothamProMediumItalic.woff') format('woff');
}
*/
body {
	font-size: 16px;	 
	font-family: 'Gotham Pro';
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	 
}

a {
	color: #5E5E5E;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a:hover {
	color: #088643;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}

a:active {
	outline: 0;
	text-decoration: none;
}

.clear-float {
	clear: both;
}

.wrapper {
	 
	/*width: 1280px;*/
	margin: 0px auto;
	position: relative;
	color: inherit;
}

@media screen and (max-width: 1284px) {
	.boxed {
			margin-left: 60px;
	}
}

 

.active.boxed {
	width: 1230px;
	margin: 0px auto;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	padding: 0px;
	min-height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

i.wi,
i.fa {
	line-height: inherit;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}


h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	color: #313131;
	font-weight: 500 ;
}

h1, h2, h3,
h4, h5, h6 {
	letter-spacing: -0.4px;
	color: #313131;
	 font-weight: 600; 
	margin-top: 0;
}


a.post-title-comment {
	display: inline-block;
	margin-left: 5px;
	color: #256dc1;
	font-weight: 700;
	font-size: 88%;
}

a.post-title-comment i {
	padding-right: 2px;
}

a.post-title-comment:hover {
	color: #232323;
}

p {
 
	margin-bottom: 20px;
}




/*------------------------------------------------------------------
[1. Main header]

+ .header
	+ 
		+ 

Navigation	  #main-menu
-------------------------------------------------------------------*/

#header {

}

#header .header-logo {
	display: block;
	padding: 40px 0;
}

#header .header-panels {
	display: table;
	width: 100%;
}

#header .header-panels > div {
	display: table-cell;
	vertical-align: middle;
}

#header .header-panels:after,
#header:after {
	display: block;
	clear: both;
	content: '';
}

#header .header-panels .header-pob {
	width: 728px;
	padding: 10px 0;
}

#header .header-socials {
	padding: 0 20px;
	white-space: nowrap;
	cursor: default;
}

#header .header-socials a {
	display: inline-block;
	text-align: center;
	margin: 0 2px;
}

#header .header-socials a i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #382e1c;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
}

#header .header-socials a:hover i {
	background: #5D5D5D;
}

#header .header-socials a span {
	display: block;
	font-size: 10px;
	font-weight: 600;
	padding-top: 4px;
}


.breaking-news {
	display: block;
	background-color: #292929;
	color: #c6c6c6;
	overflow: hidden;
}

.breaking-news .wrapper {
	position: relative;
}

.breaking-news .br-title {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.8px;
	text-transform: uppercase;
	color: #efc220;
	line-height: 46px;
	cursor: default;
}

.breaking-news .br-navi {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 46px;
	line-height: 43px;
	cursor: default;
}

.breaking-news .br-navi a {
	display: inline-block;
	position: relative;
	margin-left: 0px;
	line-height: 26px;
	width: 26px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	background-color: transparent;
	color: #fff;
	font-size: 10px;
}

.breaking-news .br-navi a:before {
	display: block;
	content: '';
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #efc220;
	border-radius: 50%;
	opacity: 0.1;
	filter: alpha(opacity=10);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.breaking-news .br-navi a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.breaking-news .br-navi a i {
	display: block;
	position: relative;
	z-index: 2;
}

.breaking-news .br-navi a:hover {
	color: #232323;
}

.breaking-news .br-article-list {
	display: block;
	position: absolute;
	left: 130px;
	top: 0;
	right: 0;
	line-height: 46px;
	font-size: 12px;
	overflow: hidden;
}

.breaking-news .br-article-list:after,
.breaking-news .br-article-list:before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 100%;
	width: 100px;
	height: 100%;
	box-shadow: 5px 0 60px 40px #292929;
	content: '';
}

.breaking-news .br-article-list:before {
	left: auto;
	right: 100%;
}

.breaking-news .br-article-list a {
	color: #c6c6c6;
	display: inline-block;
	line-height: inherit;
}

.breaking-news .br-article-list a:not(.post-title-comment) strong {
	display: inline-block;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	line-height: 14px;
	vertical-align: middle;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.breaking-news .br-article-list a:not(.post-title-comment):hover strong {
	border-color: #ccc;
}

.breaking-news .br-article-list a strong {
	display: inline-block;
	margin-left: 8px;
	color: #fff;
	font-weight: 900;
}

.breaking-news .br-article-list a.post-title-comment {
	color: #efc220;
	margin-left: 5px;
	display: inline-block;
	font-weight: 700;
}

.breaking-news .br-article-list a.post-title-comment i {
	padding-right: 3px;
	width: 19px;
}

.breaking-news .br-article-list a.post-title-comment:hover {
	color: #fff;
}

.breaking-news .br-article {
	display: inline-block;
	white-space: nowrap;
	margin-right: 24px;
	position: relative;
}

.breaking-news .br-article:before {
	display: block;
	position: absolute;
	content: '\f111';
	font-family: "FontAwesome";
	font-size: 4px;
	padding-top: 1px;
	right: -15px;
	color: rgba(255,255,255,0.2);
}

.breaking-news .br-article:last-child:before {
	display: none;
}

.breaking-news .br-article-list-inner {
	display: block;
	white-space: nowrap;
	position: relative;
}







/*------------------------------------------------------------------
[2. Main Menu]

+ #main-menu
	+ 
		+ 

-------------------------------------------------------------------*/

#main-menu {
	display: block;
	background: #088643 url('/local/templates/fishinfo2019/images/bg_menu.jpg');
	color: #fff;
	font-size: 14px;
}

#main-menu a {
	color: inherit;
}

#main-menu .wrapper > ul {
	display: block;
	margin-bottom: 0;
}

#main-menu .wrapper > ul:after {
	display: block;
	clear: both;
	content: '';
}

#main-menu .wrapper > ul > li {
	display: block;
	float: left;
}

#main-menu .wrapper > ul li > a {
	display: block;
	font-weight: 900;
	padding: 20px 12px 18px 12px;
	line-height: 14px;
	letter-spacing: -0.4px;
	position: relative;
	white-space: nowrap;
}

#main-menu .wrapper > ul > li > a {
	border-bottom: 2px solid transparent;
}

#main-menu .wrapper > ul li:hover > a {
	background: rgba(0,0,0,0.11);
}

#main-menu .wrapper > ul ul.sub-menu li:hover > a {
	background: rgba(0,0,0,0.05);
}

#main-menu .wrapper > ul li > a span {
	margin: -20px -12px;
	padding: 14px 12px 18px 12px;
	line-height: inherit;
	line-height: 14px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

#main-menu .wrapper > ul > li:hover > a span {
	background: #fff;
	color: #232323;
	padding: 14px 12px 20px 12px;
}

#main-menu .wrapper > ul li > a span:after {
	content: '...';
	position: absolute;
	left: 50%;
	bottom: 7px;
	letter-spacing: 1px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#main-menu .wrapper > ul ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 10;
	width: 250px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1), 0 20px 40px rgba(0,0,0,.15);
}

#main-menu .wrapper > ul li:hover > ul.sub-menu {
	display: block;
	-webkit-animation: fadein 0.2s; /* Safari and Chrome */
	-moz-animation: fadein 0.2s; /* Firefox */
	-ms-animation: fadein 0.2s; /* Internet Explorer */
	-o-animation: fadein 0.2s; /* Opera */
	animation: fadein 0.2s;
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#main-menu .wrapper > ul ul.sub-menu li {
	display: block;
	position: relative;
}

#main-menu .wrapper > ul ul.sub-menu li > a {
	display: block;
	color: #232323;
}

#main-menu .wrapper > ul ul.sub-menu li > a span:after {
	content: '.\A.\A.';
	white-space: pre;
	top: 15px;
	right: 0;
	left: auto;
	width: 15px;
	height: 10px;
	line-height: 5px;
}

#main-menu .wrapper ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0px;
}




#main-menu li.has-ot-mega-menu > ul.ot-mega-menu > li {
	display: table;
	vertical-align: top;
}

#main-menu li.has-ot-mega-menu > ul.ot-mega-menu .widget {
	font-size: 14px;
	display: block;
	padding-top: 0;
	width: 300px;
	max-width: 100%;
}

#main-menu li.has-ot-mega-menu>ul.ot-mega-menu .widget:first-child {
	padding-top: 30px;
}

.widget-split {
	white-space: normal;
	max-width: 300px;
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
	border-right: 1px dotted rgba(0,0,0,0.1);
}

.widget-split:last-child {
	border-right: 0px;
}

.widget-split .widget {
	margin-bottom: 20px;
}

.widget-split .widget:last-child {
	margin-bottom: 0px;
}




#main-menu ul.ot-mega-menu a {
	color: #3f3f3f;
	padding: 0px;
}

#main-menu ul.ot-mega-menu {
	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	z-index: 10;
	background: #fff;
	color: #8E8E8E;
	box-shadow: 0 2px 3px rgba(0,0,0,.1), 0 20px 40px rgba(0,0,0,.15);
}

#main-menu li:hover > ul.ot-mega-menu {
	display: inline-block;
	width: auto;
	-webkit-animation: fadein 0.2s; /* Safari and Chrome */
	-moz-animation: fadein 0.2s; /* Firefox */
	-ms-animation: fadein 0.2s; /* Internet Explorer */
	-o-animation: fadein 0.2s; /* Opera */
	animation: fadein 0.2s;
}

ul.ot-mega-menu .widget {
	padding: 30px 15px;
	vertical-align: top;
}

ul.ot-mega-menu .widget > h3 {
	display: block;
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 17px;
	font-size: 20px;
	letter-spacing: -0.4px;
	color: #232323;
	font-weight: 900;
	border-bottom: 2px solid #efefef;
}

ul.ot-mega-menu .widget .widget-article-list .item .item-content .item-meta a:nth-child(2) {
	display: none;
}


#top-menu {
	display: block;
	border-bottom: 1px solid #e4e3e2;
	font-size: 14px;
	color: #7a7a79;
	font-size: 13px;
	letter-spacing: -0.4px;
	position: relative;
	z-index: 12;
}

#top-menu .wrapper > ul {
	display: block;
	margin-bottom: 0px;
	font-weight: 900;
}

#top-menu .wrapper > ul:after {
	display: block;
	clear: both;
	content: '';
}

#top-menu .wrapper > ul li {
	display: block;
	float: left;
	position: relative;
}

#top-menu .wrapper > ul li a {
	display: block;
	padding: 16px 8px;
	color: #7a7a79;
	line-height: 100%;
}

#top-menu .wrapper > ul li a span {
	display: block;
	position: relative;
	line-height: inherit;
}

#top-menu .wrapper > ul li a span:after {
	display: inline-block;
	content: '\f107';
	font-family: "FontAwesome";
	padding-left: 5px;
	line-height: inherit;
}

#top-menu .wrapper > ul ul.sub-menu li a span:after {
	content: '\f105';
	position: absolute;
	right: 0;
}

#top-menu .wrapper > ul li:hover > a {
	color: #232323;
	background-color: #fff;
}

#top-menu .wrapper > ul ul.sub-menu li:hover > a {
	background-color: rgba(0,0,0,0.04);
}

#top-menu .wrapper > ul ul.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 230px;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

#top-menu .wrapper > ul li:hover > ul.sub-menu {
	display: block;
	-webkit-animation: fadein 0.2s; /* Safari and Chrome */
	-moz-animation: fadein 0.2s; /* Firefox */
	-ms-animation: fadein 0.2s; /* Internet Explorer */
	-o-animation: fadein 0.2s; /* Opera */
	animation: fadein 0.2s;
}

#top-menu .wrapper > ul ul.sub-menu li {
	display: block;
	float: none;
}

#top-menu .wrapper > ul ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
}

.top-panel-weather {
	line-height: 45px;
}

.top-panel-weather strong {
	display: inline-block;
	padding: 0 6px;
}

.top-panel-weather .w-stats {
	background-color: #86898e;
	color: #fff;
	border-radius: 2px;
	line-height: 29px;
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	padding: 0 10px;
}

.top-panel-weather .w-stats i {
	padding-right: 6px;
}


.search-nav {
	display: block;
	position: relative;
	line-height: 54px;
}

.search-nav input {
	position: absolute;
	right: 0;
	border: 0;
	height: 54px;
	padding-top: 0;
	padding-bottom: 0;
	width: 160px;
	cursor: pointer;
	background: transparent;
	color: #fff;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.search-nav input.active,
.search-nav input:focus {
	cursor: text;
	width: 150px;
	right: 25px;
}

.search-nav button {
	right: 0;
	border: 0;
	line-height: inherit;
	height: 54px;
	margin: 0;
	vertical-align: baseline;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}


.search-nav input::-webkit-input-placeholder {
   color: rgba(255,255,255,0.9);
}

.search-nav input:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.9);
}

.search-nav input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.9);
}

.search-nav input:-ms-input-placeholder {  
   color: rgba(255,255,255,0.9);
}


#main-menu .widget > ul > li {
	color: #ccc;
	background: transparent!important;
}

#main-menu .widget > ul > li a {
	display: inline-block;
	background-color: transparent!important;
	padding: 0;
}




/*------------------------------------------------------------------
[3. Content styling]

+ #content
	+ 
		+ 

Main panels	  .ot-panel-block
-------------------------------------------------------------------*/

#content {
	display: block;
	/*padding-bottom: 30px;*/
}

#portus-read-later {
	display: none;
	border-bottom: 1px solid #E4E3E2;
}

#portus-read-later.remove {
	display: none;
	display: block;
}

#portus-read-later .wrapper {
	position: relative;
}

#portus-read-later-info {
	position: absolute;
	right: 100%;
	text-align: right;
	white-space: nowrap;
	margin-top: 23px;
	padding-right: 20px;
	color: rgba(150,150,150,0.5);
	cursor: pointer;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.boxed.active #portus-read-later-info {
	padding-right: 40px;
}

#portus-read-later:hover #portus-read-later-info {
	color: #909090;
}

#portus-read-later #portus-read-later-info:hover {
	color: #232323;
}

.boxed.active #portus-read-later #portus-read-later-info:hover,
.boxed.active #portus-read-later:hover #portus-read-later-info {
	color: rgba(150,150,150,0.9);
}

#portus-read-later-info strong {
	display: block;
	font-size: 20px;
	letter-spacing: -0.4px;
	font-weight: 900;
	line-height: 120%;
}

#portus-read-later-info span {
	display: block;
	font-size: 14px;
}

#portus-read-later .article-list {
	display: block;
	position: relative;
}

#portus-read-later .article-list .item {
	display: table;
	float: left;
	width: 20%;
	padding: 15px 0;
}

#portus-read-later .article-list .item .item-header {
	width: 60px;
	display: table-cell;
	vertical-align: middle;
}

#portus-read-later .article-list .item .item-content {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

#portus-read-later .article-list .item:last-child .item-content {
	padding-right: 0;
}

#portus-read-later .article-list .item .item-content h3 {
	font-size: 13px;
	font-weight: 900;
	margin: 0;
	line-height: 130%;
}

#portus-read-later .article-list .item:after,
#portus-read-later .article-list:after {
	display: block;
	clear: both;
	content: '';
}




.owl-carousel .owl-nav {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	transition-delay: 1s;
}

.owl-carousel:hover .owl-nav {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid rgba(204, 204, 204, 0.4);
	background: transparent;
	color: #8a8a8a;
	font-size: 0;
	margin-right: 20px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.owl-controls .owl-nav .owl-next:before,
.owl-controls .owl-nav .owl-prev:before {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	line-height: inherit;
	font-size: 12px;
	content: "\f053";
	font-family: "FontAwesome";
}

.owl-controls .owl-nav .owl-next:before {
	content: "\f054";
}

.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-prev:hover {
	background-color: #aaa;
	color: #fff;
	border-color: transparent;
}

.owl-controls .owl-nav .owl-next {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid rgba(204, 204, 204, 0.4);
	background: transparent;
	color: #8a8a8a;
	font-size: 0;
	margin-left: 20px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.paragraph-row.portus-main-content-panel,
.portus-main-content-panel {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
}

.portus-main-content-panel hr.block-hr {
	border-color: #E4E3E2;
	margin: 0;
}

.portus-main-content-panel .block-category-list {
	display: table;
	text-align: center;
	width: 100%;
}

.portus-main-content-panel .block-category-list .item {
	display: table-cell;
	text-align: center;
	color: #8a8a8a;
	width: 9%;
	padding: 8px 0;
	border-right: 1px solid #ececec;
}

.portus-main-content-panel .block-category-list .item:last-child {
	border-right: 0;
}

.portus-main-content-panel .block-category-list .item.active,
.portus-main-content-panel .block-category-list .item:hover {
	color: #256dc1;
}

.portus-main-content-panel .block-category-list .item i.ti,
.portus-main-content-panel .block-category-list .item i.fa {
	display: block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 23px;
	line-height: 100%;
}

.portus-main-content-panel .block-category-list .item strong {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.4px;
}








.portus-article-slider-min h3 {
	font-size: 14px;
	font-weight: 900;
	margin-top: 12px;
	margin-bottom: 0;
	line-height: 130%;
}

.portus-article-slider-min .item-photo {
	display: block;
	position: relative;
}

.portus-article-slider-min .item-article-category {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 11px;
	font-weight: bold;
	color: #232323;
	padding: 4px 7px;
}



.portus-article-slider-big .item-photo {
	display: block;
	position: relative;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	overflow: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.portus-article-slider-big .item-photo:before {
	display: block;
	background-color: rgba(0,0,0,0.2);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-shadow: inset 0 -400px 200px -200px rgba(0,0,0,0.4);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.portus-article-slider-big .item-photo:hover:before {
	background-color: rgba(0,0,0,0.5);
}

.portus-article-slider-big .item-photo .item-content {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	padding: 24px;
	z-index: 3;
}

.portus-article-slider-big .item-article-category {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

.portus-article-slider-big .item-article-title {
	display: block;
	margin-bottom: 7px;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: -0.4px;
}

.portus-article-slider-big .item-article-text {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
}

.portus-article-slider-big .item-meta {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.portus-article-slider-big .item-meta > span {
	display: inline-block;
	margin-right: 8px;
}

.portus-article-slider-big .item-meta > span i {
	display: inline-block;
	padding-right: 5px;
}

.portus-article-slider-big .item-small .item-photo {
	width: 50%;
	float: left;
}

.portus-article-slider-big .item-small .item-photo:before {
	box-shadow: inset 0 -200px 100px -100px rgba(0,0,0,.4);
}

.portus-article-slider-big .item-small .item-content {
	width: 100%;
	padding: 20px;
}

.portus-article-slider-big .item-small .item-article-category {
	font-size: 12px;
}

.portus-article-slider-big .item-small .item-article-title {
	font-size: 15px;
}

.portus-article-slider-big .item-small .item-article-text {
	display: none;
}

.portus-article-slider-big .item-small .item-meta {
	font-size: 11px;
}



.portus-main-content-s-block {
	display: block;
}

.portus-main-content-s-block:after {
	display: block;
	content: '';
	clear: both;
}

.portus-main-content-s-block .portus-main-content {
	display: block;
	float: left;
	width: 55.83333333333333%;
	margin-left: 2.916666666666667%;
}

.portus-main-content-s-block .portus-main-content:first-child {
	margin-left: 0;
}

.portus-main-content-s-block .portus-main-content.portus-main-content-s-2 {
	width: 67.5%;
}

.portus-main-content-s-block .portus-main-content.portus-main-content-s-3 {
	width: 83.75%;
}

.portus-main-content-s-block .portus-main-content.portus-main-content-s-4 {
	width: 72.08333333333333%;
}



.portus-content-block {
	display: block;
	margin-bottom: 30px;
}

.portus-content-block:last-child {
	margin-bottom: 0;
}

.portus-content-block .portus-content-title,
.portus-main-content-panel .portus-content-title {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E4E3E2;
	position: relative;

	background-color: #ececec;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 4px;
}

.portus-content-block .portus-content-title h2,
.portus-main-content-panel .portus-content-title h2 {
	margin-top: 0;
	font-size: 22px;
}

.portus-content-block .portus-content-title a.right,
.portus-main-content-panel .portus-content-title a.right {
	font-weight: 700;
	color: #256dc1;
	font-size: 13px;
	position: absolute;
	right: 15px;
	bottom: 13px;
}

.portus-content-block .portus-content-title a.right:hover,
.portus-main-content-panel .portus-content-title a.right:hover {
	color: #232323;
}


a.set-this-dotted {
	position: relative;
	overflow: hidden;
	padding-bottom: 4px;
}

a.set-this-dotted:after {
	content: '.......................................................................................................';
	left: 0;
	bottom: 0;
	position: absolute;
	display: block;
	white-space: nowrap;
	line-height: 100%;
	letter-spacing: 0.7px;
	font-size: 86%;
	font-weight: 400;
}



.item-helper-a {
	display: block;
	padding-top: 15px;
}



.article-grid-default {
	display: block;
}

.article-grid-default:after {
	display: block;
	clear: both;
	content: '';
}

.article-grid-default .item {
	display: block;
	font-size: 14px;
	width: 48.78048780487805%;
	margin-left: 2.439024390243902%;
	float: left;
	margin-bottom: 26px;
}

.article-grid-default .item:first-child {
	margin-left: 0!important;
}

.article-grid-default .item p {
	display: block;
	font-size: 14px;
	margin-bottom: 0;
	color: #7e7e7e;
}

.article-grid-default .item h3 {
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
	color: #919191;
	font-weight: 900;
	margin-top: 15px;
}

.article-grid-default .item .item-meta {
	display: block;
	font-size: 14px;
	margin-bottom: 13px;
	color: #919191;
	font-weight: 700;
}

.article-grid-default .item .item-meta .item-meta-i {
	color: inherit;
	display: inline-block;
	margin-right: 8px;
}

.article-grid-default .item .item-meta a.item-meta-i:hover {
	color: #232323;
}

.article-grid-default .item .item-meta .item-meta-i i {
	padding-right: 4px;
}

.article-grid-default .article-grid-layout-2:after,
.article-grid-default .article-grid-layout-3:after,
.article-grid-default .article-grid-layout-2,
.article-grid-default .article-grid-layout-3 {
	display: block;
	clear: both;
}

.article-grid-default .article-grid-layout-3 .item {
	width: 31.70731707317073%;
}

.article-grid-default .article-grid-layout-3 .item:nth-child(3n+1),
.article-grid-default .article-grid-layout-2 .item:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}

.article-grid-default .article-grid-layout-3 .item h3 {
	font-size: 18px;
}

.article-grid-default .article-grid-layout-3 .item .item-meta {
	font-size: 12px;
	letter-spacing: -0.5px;
}


.button-alt {
	display: inline-block;
	margin-right: 0px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	color: #256dc1;
	position: relative;
	padding: 8px 13px;
}

.button-alt i.ti,
.button-alt i.fa,
.button-alt i.cg {
	padding-right: 5px;
}

.button-alt:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #256dc1;
	border: 2px solid #256dc1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.button-alt:hover:before {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.button-alt.button-alt-frame:before {
	background-color: transparent;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.button-alt.button-alt-frame:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}


.item-header.item-header-hover {
	display: block;
	position: relative;
}

.item-header.item-header-hover img {
	width: 100%;
}

.item-header.item-header-hover > a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #256dc1;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.item-header.item-header-hover:hover > a:before {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.item-header.item-header-hover .item-header-hover-buttons {
	display: inline-block;
	position: absolute;
	z-index: 2;
	text-align: center;
	font-size: 0;
	line-height: 100%;
	vertical-align: middle;
	opacity: 0;
	top: 50%;
	left: 50%;
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,-50%) scale(.4);
	-ms-transform: translate(-50%,-50%) scale(.4);
	transform: translate(-50%,-50%) scale(.4);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.item-header.item-header-hover:hover .item-header-hover-buttons {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}

.item-header.item-header-hover .item-header-hover-buttons a {
	display: inline-block;
	font-size: 16px;
	border-radius: 50%;
	background-color: transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
}

.item-header.item-header-hover .item-header-hover-buttons span:hover a {
	background-color: #fff;
	color: #337ab7;
}

.item-header.item-header-hover .item-header-hover-buttons a:after {
	padding: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	margin-left: -6px;
	margin-top: -6px;
	margin-right: -5px;
	margin-bottom: -5px;
	border: 1px solid transparent;
	box-sizing: content-box;
}

.item-header.item-header-hover .item-header-hover-buttons span:after {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 60px;
	content: attr(data-hover-text-me);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}

.item-header.item-header-hover .item-header-hover-buttons span:hover:after {
	display: block;
	-webkit-animation: animateintext 0.2s;
	-moz-animation: animateintext 0.2s;
	animation: animateintext 0.2s;
	opacity: 1; filter: alpha(opacity=100);
}

.item-header.item-header-hover.remove .item-header-hover-buttons,
.item-header.item-header-hover.remove:hover > a:before {
	display: none;
}

@-webkit-keyframes animateintext {
	0% { bottom: 90px; opacity: 0; filter: alpha(opacity=0); }
	100% { bottom: 60px; opacity: 1; filter: alpha(opacity=100); }
}

@-moz-keyframes animateintext {
	0% { bottom: 90px; opacity: 0; filter: alpha(opacity=0); }
	100% { bottom: 60px; opacity: 1; filter: alpha(opacity=100); }
}

@keyframes animateintext {
	0% { bottom: 90px; opacity: 0; filter: alpha(opacity=0); }
	100% { bottom: 60px; opacity: 1; filter: alpha(opacity=100); }
}


.view-more-items-button {
	display: block;
	text-align: center;
	padding-top: 20px;
	clear: both;
}

.view-more-items-button .view-more-half-size {
	display: inline-block;
	padding: 13px;
	font-size: 14px;
	font-weight: 700;
	background-color: #efefef;
	letter-spacing: -0.4px;
	color: #919191;
	border-radius: 3px;
	border-bottom: 1px solid #dcdcdc;
	width: 44%;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,0.2);
}

.view-more-items-button .view-more-half-size:hover {
	background-color: #EAEAEA;
}

.view-more-items-button .view-more-half-size:active {
	background-color: #EAEAEA;
	box-shadow: inset 0 120px 100px -100px rgba(0,0,0,0.08);
}


.widget .widget-view-more {
	clear: both;
	display: block;
	padding: 13px;
	font-size: 14px;
	font-weight: 700;
	background-color: #029a4d;
	letter-spacing: -0.4px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	border-radius: 3px;
	border-bottom: 1px solid #dcdcdc;
	/*text-shadow: 0 1px 0 rgba(255,255,255,0.5);*/
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,0.2);
}

.widget .widget-view-more:hover {
	background-color: #2aa163;
}

.widget .widget-view-more:active {
	background-color: #2aa163;
	box-shadow: inset 0 120px 100px -100px rgba(0,0,0,0.08);
}





.article-list-full-width {
	display: block;
}

.article-list-full-width .item {
	    display: block;
    background: #232323;
    padding: 40px 20px 60px 20px;
    color: #fff;
    /* text-shadow: 0 2px 0 rgba(0,0,0,0.4); */
    margin-bottom: 1px;
    position: relative;
}

.article-list-full-width .item:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(60,60,60,0.3);
	content: '';
	z-index: 1;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.article-list-full-width .item:hover:before {
	/*background-color: rgba(60,60,60,0.8);*/
}

.article-list-full-width .item strong,
.article-list-full-width .item span {
	display: block;
}

.article-list-full-width .item .item-category {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.article-list-full-width .item .item-title {
	font-size: 44px;
	font-weight: 900;
	letter-spacing: -0.4px;
	margin-bottom: 4px;
	position: relative;
	z-index: 2;
}

.article-list-full-width .item .item-text {
	font-size: 18px;
	position: relative;
	z-index: 2;
}




.article-list-split-view {
	display: block;
}

.article-list-split-view:after {
	display: block;
	clear: both;
	content: '';
}

.article-list-split-view > div {
	display: block;
	float: left;
	width: 48.52941176470588%;
	margin-left: 2.941176470588235%;
}

.article-list-split-view > div:nth-child(2n+1) {
	margin-left: 0;
}

.large-item-list .item h3 {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	color: #919191;
	font-weight: 900;
	margin-top: 15px;
}

.large-item-list .item .item-meta {
	display: block;
	font-size: 13px;
	margin-bottom: 13px;
	color: #256dc1;
	font-weight: 700;
}

.large-item-list .item .item-meta .item-meta-i {
	color: inherit;
	display: inline-block;
	margin-right: 8px;
}

.large-item-list .item .item-meta .item-meta-i i {
	padding-right: 4px;
}

.large-item-list .item .item-meta a.item-meta-i:hover {
	color: #232323;
}

.large-item-list .item p {
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	color: #7e7e7e;
}



.large-item-list .item,
.small-item-list .item {
	margin-bottom: 20px;
}

.large-item-list .item:last-child,
.small-item-list .item:last-child {
	margin-bottom: 0;
}

.small-item-list .item:after {
	display: block;
	clear: both;
	content: '';
}

.small-item-list .item .item-header {
	display: block;
	float: left;
	width: 110px;
}

.small-item-list .item .item-content {
	display: block;
	margin-left: 125px;
}

.small-item-list .item h3 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	color: #919191;
	font-weight: 900;
	margin-top: 0;
	line-height: 120%;
}

.small-item-list .item p {
	display: none;
	/*display: block;*/
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
}



.article-slider-full-small .item-photo {
	display: block;
	position: relative;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	overflow: hidden;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}

.article-slider-full-small .item-photo:before {
	display: block;
	background-color: rgba(0,0,0,0.2);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-shadow: inset 0 -400px 200px -200px rgba(0,0,0,0.4);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.article-slider-full-small .item-photo:hover:before {
	background-color: rgba(0,0,0,0.5);
}

.article-slider-full-small .item-photo .item-content {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 70%;
	padding: 24px;
	z-index: 3;
}

.article-slider-full-small .item-article-category {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

.article-slider-full-small .item-article-title {
	display: block;
	margin-bottom: 7px;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: -0.4px;
}

.article-slider-full-small .item-article-text {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
}

.article-slider-full-small .item-meta {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.article-slider-full-small .item-meta > span {
	display: inline-block;
	margin-right: 8px;
}

.article-slider-full-small .item-meta > span i {
	display: inline-block;
	padding-right: 5px;
}


.article-slider-full-small .owl-controls .owl-nav .owl-prev {
	border-color: transparent;
	background-color: #256dc1;
	color: #fff;
	margin-right: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.article-slider-full-small .owl-controls .owl-nav .owl-next {
	border-color: transparent;
	background-color: #256dc1;
	color: #fff;
	margin-left: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.article-slider-full-small .owl-controls .owl-nav .owl-prev:hover,
.article-slider-full-small .owl-controls .owl-nav .owl-next:hover {
	background-color: #fff;
	color: #232323;
}

.article-slider-full-small .owl-dots {
	display: block;
	position: absolute;
	left: 50%;
	cursor: default;
	bottom: 20px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.article-slider-full-small .owl-dots .owl-dot {
	display: inline-block;
	cursor: pointer;
}

.article-slider-full-small .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
}

.article-slider-full-small .owl-dots .owl-dot.active span,
.article-slider-full-small .owl-dots .owl-dot:hover span {
	background-color: #fff;
}



.portus-content-title-categories {
	display: block;
	padding-bottom: 8px;
	font-size: 15px;
}

.portus-content-title-categories a {
	display: inline-block;
	font-weight: 900;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}

.portus-content-title-categories a:hover {
	color: #232323!important;
}

.portus-content-title-categories a:after {
	display: block;
	position: absolute;
	width: 1px;
	height: 80%;
	top: 10%;
	right: -2px;
	content: '';
	background-color: #ccc;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

.portus-content-title-categories a:last-child {
	padding-right: 0;
	margin-right: 0;
}

.portus-content-title-categories a:last-child:after {
	display: none;
}


.portus-video-slider-min {
	display: block;
	margin-bottom: 20px;
}

.portus-video-slider-min .item-photo {
	display: block;
	position: relative;
}

.portus-video-slider-min .item-photo:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -150px 70px -70px rgba(183, 177, 177, 0.4);
	z-index: 1;
}

.portus-video-slider-min .item-photo:hover:before {
	background-color: rgba(0,0,0,0.17);
}

.portus-video-slider-min .item-photo i.fa {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	color: #fff;
	line-height: 100%;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid rgba(255,255,255,0.4);
	font-size: 13px;
}

.portus-video-slider-min .item-photo:hover i.fa {
	background-color: #256dc1;
	color: #fff;
	border-color: transparent;
}

.portus-video-slider-min .item-photo span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
	z-index: 2;
}

.portus-content-block .column6 h2 {
	font-size: 22px;
}



.portus-content-block {
	display: block;
	clear: both;
}

.portus-content-block .do-space {
	display: block;
	text-align: center;
	background: #ebebeb;
	padding: 20px 0;
}

.portus-content-block .do-space strong {
	display: block;
	padding-top: 14px;
	font-size: 12px;
	font-weight: 900;
	color: #999999;
	line-height: 100%;
}




.portus-main-article-block {
	display: block;
	color: #171717;
	font-size: 15px;
}

.portus-main-article-block p {
	color: inherit;
}

.portus-main-article-block h1,
.portus-main-article-block h2,
.portus-main-article-block h3,
.portus-main-article-block h4,
.portus-main-article-block h5,
.portus-main-article-block h6 {
	margin-bottom: 20px;
}

p.portus-main-article-intro {
	font-weight: 600;
	letter-spacing: -0.3px;
}

.portus-main-article-meta {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 900;
	color: #256dc1;
	letter-spacing: -0.4px;
}

.portus-main-article-meta .item-meta-i {
	display: inline-block;
	margin-right: 12px;
	color: inherit;
}

.portus-main-article-meta .item-meta-i a {
	color: inherit!important;
}

.portus-main-article-meta .item-meta-i i {
	display: inline-block;
	padding-right: 6px;
}



.ot-menu-will-follow .is-now-following .main-menu-placeholder {
	display: block;
	position: fixed;
	z-index: 100;
	top: 0;
	background: inherit;
	width: 100%;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.ot-menu-will-follow .boxed.active .is-now-following .main-menu-placeholder {
	width: 1230px;
	max-width: 100%;
}


/*------------------------------------------------------------------
[4. Comments]

+ .comments-block
	+ 
		+ 

-------------------------------------------------------------------*/

.comment-list {
	display: block;
	margin-bottom: 20px;
}

#comments {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}

#comments li {
	display: block;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
}

#comments li:after {
	display: block;
	clear: both;
	content: '';
}

#comments li li {
	padding-left: 80px;
}

#comments > li:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

#comments .comment-block {
	display: block;
}

#comments .image-avatar {
	float: left;
	display: block;
	width: 60px;
}

#comments .image-avatar img {
	width: 100%;
}

#comments .comment-text {
	display: block;
	margin-left: 80px;
}

#comments .user-nick {
	display: block;
	margin-bottom: 8px;
	font-weight: 900;
	letter-spacing: -0.4px;
	font-size: 18px;
}

#comments .user-nick a {
	color: #232323;
}

#comments .user-nick a:hover {
	color: #256dc1;
}

#comments .user-nick .user-label {
	display: inline-block;
	margin-left: 9px;
	background-color: #256dc1;
	color: #fff;
	font-size: 11px;
	padding: 2px 8px;
	margin-bottom: 3px;
}

#comments p {
	display: block;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
}

#comments .shortcode-content {
	display: block;
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 5px;
}

#comments .shortcode-content:last-child {
	margin-bottom: 0;
}


#comments .reply-button {
	display: inline-block;
	line-height: 100%;
	padding: 7px 12px;
	position: relative;
	color: #256dc1;
	font-weight: 900;
	font-size: 13px;
}

#comments .reply-button i {
	padding-left: 6px;
}

#comments .reply-button:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #256dc1;
	opacity: 0.08;
	filter: alpha(opacity=8);
}

#comments .reply-button:hover {
	color: #232323;
}

#comments .reply-button:hover:before {
	background-color: #232323;
}

#comments .time-stamp {
	color: #aeaeae;
	font-size: 13px;
}


.comment-form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.comment-form p {
	margin-bottom: 10px;
}


.comment-info {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
}

.comment-info strong {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 900;
}


.big-error-message {
	display: block;
	text-align: center;
	padding: 50px 0;
	color: #8c8c8c;
}

.big-error-message h3 {
	display: block;
	padding-top: 50px;
	font-size: 70px;
	font-weight: 900;
	margin-bottom: 0;
}

.big-error-message strong {
	display: block;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.4px;
	margin-bottom: 30px;
}

.big-error-message p {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
}

.big-error-message p a {
	font-weight: bold;
}



.portus-pagination {
	display: block;
	text-align: center;
	clear: both;
	padding-top: 20px;
	cursor: default;
}

.portus-pagination .page-numbers {
	display: inline-block;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 700;
	background-color: #efefef;
	letter-spacing: -.4px;
	color: #919191;
	border-radius: 3px;
	border-bottom: 1px solid #dcdcdc;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.2);
}

.portus-pagination span.page-numbers {
	background-color: #256dc1;
	color: #fff;
	text-shadow: none;
}

.portus-pagination a.page-numbers:hover {
	background-color: #eaeaea;
}

.portus-pagination a.page-numbers:active {
	background-color: #eaeaea;
	box-shadow: inset 0 120px 100px -100px rgba(0,0,0,.08);
}

.portus-pagination .page-numbers.prev i.fa {
	display: inline-block;
	padding-right: 8px;
}

.portus-pagination .page-numbers.next i.fa {
	display: inline-block;
	padding-left: 8px;
}

.portus-pagination .page-numbers.prev {
	margin-right: 10px;
}

.portus-pagination .page-numbers.next {
	margin-left: 10px;
}



.main-archive-block-c {
	display: block;
}

.main-archive-block-c:after {
	display: block;
	clear: both;
	content: '';
}

.main-archive-block-c .item-block {
	display: block;
	float: left;
	width: 23.5%;
	margin-left: 2%;
}

.main-archive-block-c.archive-split-4 .item-block {
	width: 23.5%;
}

.main-archive-block-c.archive-split-4 .item-block:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.main-archive-block-c.archive-split-4 .item-block:nth-child(n+5) {
	margin-top: 25px;
}

.main-archive-block-c .item-block > h3 {
	display: block;
	margin-bottom: 20px;
}


.main-archive-block-c .view-more-items-button {
	padding-top: 20px;
}

.main-archive-block-c .view-more-items-button .view-more-half-size {
	width: 100%;
}

.main-archive-block-c .item-content h4 {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	color: #919191;
	font-weight: 900;
	margin-top: 15px;
	line-height: 124%;
}

.main-archive-block-c .item-content .item-meta {
	display: block;
	margin-bottom: 13px;
	color: #919191;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: -.5px;
}

.main-archive-block-c .item-content .item-meta-i {
	color: inherit;
	display: inline-block;
	margin-right: 8px;
}

.main-archive-block-c .item-content .item-meta-i i {
	padding-right: 4px;
}

.main-archive-block-c .item-content a.item-meta-i:hover {
    color: #232323;
}

.main-archive-block-c .item-content p {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    color: #7e7e7e;
}

.main-archive-block-c .item.item-small {
	display: block;
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid #e4e3e2;
}

.main-archive-block-c .item.item-small h4 {
	font-size: 15px;
	padding-left: 16px;
	position: relative;
	line-height: 120%;
	margin-bottom: 0;
}

.main-archive-block-c .item.item-small h4:before {
	display: block;
	font-family: "FontAwesome";
	content: '\f0da';
	left: 0;
	top: 1px;
	font-size: 14px;
	position: absolute;
}



.main-archive-block-c.archive-split-3 .item-block {
	width: 32%;
}

.main-archive-block-c.archive-split-3 .item-block:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.main-archive-block-c.archive-split-3 .item-block:nth-child(n+4) {
	margin-top: 25px;
}



.main-archive-block-c.archive-split-2 .item-block {
	width: 49%;
}

.main-archive-block-c.archive-split-2 .item-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.main-archive-block-c.archive-split-2 .item-block:nth-child(n+3) {
	margin-top: 25px;
}



.main-archive-block-c.archive-split-1 .item-block {
	width: 100%;
	margin-left: 0;
	float: none;
}

.main-archive-block-c.archive-split-1 .item-block:nth-child(n+1) {
	margin-top: 25px;
}



.article-blog-default {
	display: block;
}

.article-blog-default .item {
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #e4e3e2;
	margin-bottom: 25px;
}

.article-blog-default .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.article-blog-default .item:after {
	display: block;
	clear: both;
	content: '';
}

.article-blog-default .item-header {
	float: left;
	display: block;
	width: 38%;
}

.article-blog-default .item-content {
	display: block;
	margin-left: 41%;
}

.article-blog-default .item-content h3 {
	font-size: 20px;
	letter-spacing: -0.4px;
	margin-bottom: 15px;
}

.article-blog-default .item-content .item-meta {
	display: block;
	font-size: 14px;
	color: #919191;
	font-weight: 700;
	margin-bottom: 15px;
}

.article-blog-default .item-content .item-meta .item-meta-i {
	color: inherit;
	display: inline-block;
	margin-right: 8px;
}

.article-blog-default .item-content .item-meta .item-meta-i i {
	padding-right: 4px;
}

.article-blog-default .item-content .item-meta a.item-meta-i:hover {
	color: #232323;
}

.article-blog-default .item-content p {
	display: block;
	margin-bottom: 0;
	font-size: 15px;
}




.comments-big-message {
	display: block;
	position: relative;
	padding: 30px 0;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.comments-big-message i.fa {
	display: block;
	float: left;
	font-size: 60px;
	line-height: 100%;
}

.comments-big-message strong {
	display: block;
	margin-left: 90px;
	font-size: 24px;
	margin-bottom: 4px;
	color: #575757;
}

.comments-big-message p {
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	margin-left: 90px;
}



.dat-menu-setup {
    background-image: url(../images/photo-3.jpg);
}







/*------------------------------------------------------------------
[5. Photo gallery]

+ .photo-gallery-blocks
	+ 
		+ 

-------------------------------------------------------------------*/

.photo-gallery-blocks {
	display: block;
}

.photo-gallery-blocks:after {
	display: block;
	clear: both;
	content: '';
}

.photo-gallery-blocks .item {
	display: block;
	float: left;
	width: 23.5%;
	margin-left: 2%;
}

.photo-gallery-blocks.pgalley-split-4 .item {
	width: 23.5%;
}

.photo-gallery-blocks.pgalley-split-4 .item:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.photo-gallery-blocks.pgalley-split-4 .item:nth-child(n+5) {
	margin-top: 25px;
}


.photo-gallery-blocks.pgalley-split-3 .item {
	width: 32%;
}

.photo-gallery-blocks.pgalley-split-3 .item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.photo-gallery-blocks.pgalley-split-3 .item:nth-child(n+4) {
	margin-top: 25px;
}



.photo-gallery-blocks.pgalley-split-2 .item {
	width: 49%;
}

.photo-gallery-blocks.pgalley-split-2 .item:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}

.photo-gallery-blocks.pgalley-split-2 .item:nth-child(n+3) {
	margin-top: 25px;
}



.photo-gallery-blocks.pgalley-split-1 .item {
	width: 100%;
	margin-left: 0;
	float: none;
}

.photo-gallery-blocks.pgalley-split-1 .item:nth-child(n+1) {
	margin-top: 25px;
}




.photo-gallery-blocks .item-header {
	display: block;
	margin-bottom: 15px;
}

.photo-gallery-blocks .item-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

.photo-gallery-blocks .item-content .item-meta {
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
	color: #919191;
	font-weight: 700;
}

.photo-gallery-blocks .item-content p {
	font-size: 13px;
	margin-bottom: 0;
	display: block;
	color: #7e7e7e;
}

.photo-gallery-blocks .item-content .item-meta-i {
	color: inherit;
	display: inline-block;
	margin-right: 8px;
}

.photo-gallery-blocks .item-content a.item-meta-i:hover {
	color: #232323;
}

.photo-gallery-blocks .item-content .item-meta-i i {
	padding-right: 4px;
}



.photo-gallery-blocks .item:hover {
	z-index: 3;
	position: relative;
}

.photo-gallery-blocks .owl-nav .owl-next,
.photo-gallery-blocks .owl-nav .owl-prev {
	color: #fff;
	background-color: #256dc1;
	border-color: transparent;
	margin-left: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.photo-gallery-blocks .owl-nav .owl-next:hover,
.photo-gallery-blocks .owl-nav .owl-prev:hover {
	color: #232323;
	background-color: #fff;
}

.photo-gallery-blocks .owl-nav .owl-prev {
	margin-right: -20px;
}

.photo-gallery-blocks .owl-dots {
	display: block;
	position: absolute;
	left: 50%;
	cursor: default;
	bottom: 14px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.photo-gallery-blocks .owl-dots .owl-dot {
	display: inline-block;
	cursor: pointer;
}

.photo-gallery-blocks .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}

.photo-gallery-blocks .owl-dots .owl-dot.active span,
.photo-gallery-blocks .owl-dots .owl-dot:hover span {
	background-color: #fff;
}


.photo-gallery-blocks .portus-pagination {
	padding-top: 35px;
}


.photo-gallery-full-block {
	display: block;
	background-color: #242526;
}

.photo-gallery-full-block > .wrapper {
	min-height: 400px;
	line-height: 400px;
	text-align: center;
}

.photo-gallery-full-controls button {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	height: 100%;
	border: 0px;
	background: transparent;
	width: 100px;
	text-align: left;
	padding: 0px;
	box-shadow: none;
	color: #fff;
	text-shadow: 0 0 3px #000;
	border-radius: 0px;
	font-size: 30px;
	opacity: 0;
	box-shadow: inset 120px 0 70px -70px rgba(0,0,0,0.5);
	line-height: 100%;
	filter: alpha(opacity=0);
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.photo-gallery-full-controls button.control-right {
	left: auto;
	right: 0px;
	text-align: right;
	box-shadow: inset -120px 0 70px -70px rgba(0,0,0,0.5);
}

.photo-gallery-full-block:hover .photo-gallery-full-controls button {
	opacity: 0.5;
	filter: alpha(opacity=50);
	padding: 0px 36px;
}

.photo-gallery-full-block .photo-gallery-full-controls button:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-thumbs {
	display: block;
	text-align: left;
	overflow: hidden;
	position: relative;
	background-color: #37383a;
}

.photo-gallery-nav-left:active,
.photo-gallery-nav-left:focus,
.photo-gallery-nav-left {
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	background-color: #256dc1;
	padding: 0px;
	box-shadow: none;
	border: 0px;
	color: #fff;
	width: 45px;
	bottom: 0;
	border-radius: 0px;
}

.photo-gallery-nav-right,
.photo-gallery-nav-left {
	line-height: 110px;
	height: 110px;
}

.photo-gallery-nav-right:hover,
.photo-gallery-nav-left:hover {
	background-color: #232323;
}

.photo-gallery-nav-right:active,
.photo-gallery-nav-right:focus,
.photo-gallery-nav-right {
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	background-color: #256dc1;
	padding: 0px;
	box-shadow: none;
	border: 0px;
	color: #fff;
	width: 45px;
	bottom: 0;
	border-radius: 0px;
}

.photo-gallery-thumbs-inner {
	display: block;
	position: relative;
	padding: 16px 0;
	margin: 0 58px;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
}

.photo-gallery-thumbs-inner .item {
	margin-right: 11px;
	display: inline-block;
	padding: 1px;
	border: 3px solid transparent;
	margin-left: -3px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 78px;
	height: 78px;
	vertical-align: middle;
}

.photo-gallery-thumbs-inner .item:first-child {
	margin-left: 0px;
}

.photo-gallery-thumbs-inner .item:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-thumbs-inner .item.active {
	border: 3px solid #256DC1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.photo-gallery-thumbs-inner:before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 100%;
	width: 100px;
	height: 100%;
	box-shadow: -5px 0 60px 40px transparent;
	content: '';
}

.photo-gallery-thumbs-inner:after {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 100%;
	width: 100px;
	height: 100%;
	box-shadow: 5px 0 60px 40px #37383A;
	content: '';
}

.photo-gallery-thumbs-inner:after,
.photo-gallery-thumbs-inner:before {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.photo-gallery-thumbs-inner.is-last:after {
	box-shadow: -5px 0 60px 40px transparent;
}

.photo-gallery-thumbs-inner:before {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 100%;
	width: 100px;
	height: 100%;
	box-shadow: -5px 0 60px 40px transparent;
	content: '';
}

.photo-gallery-thumbs-inner.not-first:before {
	box-shadow: -5px 0 60px 40px #37383A;
}

.photo-gallery-context-c {
	padding: 30px 50px;
	background: #F1F1F1;
	margin-top: -20px;
	margin-bottom: 20px;
}





/*------------------------------------------------------------------
[6. Sidebar styling]

+ #sidebar
	+ 
		+ 

Widget content	  .widget > div
-------------------------------------------------------------------*/

.sidebar {
	display: block;
	float: left;
	margin-left: 2.916666666666667%;
}

.sidebar:first-child,
.sidebar.left {
	margin-left: 0;
	/*margin-right: 30px;*/
}

.sidebar.portus-sidebar-large {
	width: 25%;
	font-size: 14px;
	color: #7e7e7e;
}

.sidebar.portus-sidebar-small {
	width: 13.33333333333333%;
}

.sidebar .widget {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.sidebar .widget:last-child  {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}




#footer-widgets .widget {
	margin-bottom: 28px;
}

#footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.widget > h3 {
	display: block;
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 17px;
	font-size: 20px;
	letter-spacing: -0.4px;
	font-weight: 900;
	color: #232323;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}


#footer .widget > h3 {
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,0.1);
}



.widget-instagram-photos {
	display: block;
}

.widget-instagram-photos .item {
	display: block;
	width: 47%;
	float: left;
	margin-bottom: 20px;
	margin-left: 6%;
}

.widget-instagram-photos .item:nth-child(2n+1) {
	margin-left: 0px;
}

.widget-instagram-photos .item .item-header {
	display: block;
	margin-bottom: 13px;
}

.widget-instagram-photos .item .item-header a {
	display: block;
}

.widget-instagram-photos .item .item-content {
	display: block;
}

.widget-instagram-photos .item .item-content h4 {
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.5px;
	line-height: 130%;
}

.widget-instagram-photos .item .item-content .insta-like-count {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
	display: block;
	color: #ec6c7e;
}

.widget-instagram-photos .item .item-content .insta-like-count i.fa {
	padding-right: 6px;
}

.widget-instagram-photos .item .item-content .item-meta {
	color: #919191;
	font-size: 11px;
	font-weight: 700;
}

.widget-instagram-photos .item .item-content .item-meta a {
	color: inherit!important;
	margin-right: 8px;
	display: inline-block;
	letter-spacing: -0.5px;
}

.widget-instagram-photos .item .item-content .item-meta a:hover {
	color: #7B7B7B;
}

.widget-instagram-photos .item .item-content .item-meta a i.po,
.widget-instagram-photos .item .item-content .item-meta a i.fa {
	padding-right: 4px;
}




.portus-sidebar-large .widget > h3,
.portus-sidebar-small .widget > h3 {
	border-bottom-width: 2px;
	font-size: 22px;
	padding-bottom: 16px;
	margin-bottom: 20px;
	padding-top: 5px;
	background-color: #ECECEC;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
}

.portus-sidebar-small .widget {
	display: block;
	margin-bottom: 22px;
	font-size: 13px;
}

.portus-sidebar-small .widget:last-child {
	margin-bottom: 0;
}




.w-comment-list .item,
.w-article-list .item,
.w-article-list-num .item {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;
}

.widget .w-comment-list .item:last-child,
.widget .w-article-list .item:last-child,
.widget .w-article-list-num .item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.w-article-list-num .item-num {
	position: absolute;
	z-index: 0;
	top: 16px;
	line-height: 100%;
	right: 0;
	font-size: 70px;
	font-weight: 900;
	letter-spacing: -0.4px;
	color: #256dc1;
	opacity: 0.12;
	filter: alhpa(opacity=12);
}

.w-article-list-num .item-content {
	position: relative;
	z-index: 1;
}

.w-article-list-num .item-categories {
	font-size: 13px;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}

.w-article-list-num .item-categories a {
	display: inline-block;
	margin-right: 5px;
}

.w-article-list-num h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 8px;
	margin-top: 0;
}

.w-article-list-num .item-meta {
	font-size: 12px;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	color: #7e7e7e;
}

.w-article-list-num .item-meta a {
	color: #7e7e7e;
}

.w-article-list-num .item-meta a i {
	padding-right: 3px;
}

.w-article-list-num p {
	font-size: 13px;
	color: #7e7e7e;
	margin-bottom: 0;
}




.w-article-list .item-header {
	display: block;
	margin-bottom: 10px;
}

.w-article-list .item-categories {
	font-size: 13px;
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
}

.w-article-list .item-categories a {
	display: inline-block;
	margin-right: 5px;
}

.w-article-list h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 0;
	margin-top: 0;
}



.portus-sidebar-small .widget-instagram-photos .item {
	float: none;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
}

.portus-sidebar-small .widget-instagram-photos .item img {
	width: 100%;
}




.w-comment-list .item-header {
	display: block;
	margin-bottom: 15px;
}

.w-comment-list .item-header:after {
	display: block;
	clear: both;
	content: '';
}

.w-comment-list .item-header img {
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
}

.w-comment-list .item-header-content {
	display: block;
	margin-left: 44px;
}

.w-comment-list .item-header-content h4 {
	font-size: 12px;
	margin: 0;
}

.w-comment-list .item-header-content strong,
.w-comment-list .item-header-content span {
	font-size: 11px;
	display: block;
	padding-top: 3px;
}

.w-comment-list p {
	font-size: 13px;
	color: #7e7e7e;
	margin-bottom: 10px;
}

.w-comment-list a.read-more-sm-link {
	font-size: 12px;
	color: #256dc1;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: -0.5px;
}

.w-comment-list a.read-more-sm-link i {
	padding-right: 6px;
}

.w-comment-list a.read-more-sm-link:hover {
	color: #232323;
}


.widget .do-space {
	display: block;
}


.widget .tagcloud {
	display: block;
	cursor: default;
}

.widget .tagcloud a {
	font-size: 12px!important;
	color: #919191;
	padding: 7px 10px;
	display: inline-block;
	background-color: #efefef;
	border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 6px;
	border-radius: 3px;
	border-bottom: 1px solid #dcdcdc;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.2);
}

.widget .tagcloud a:hover {
	color: #fff;
	background-color: #256dc1;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

#main-menu .widget .tagcloud a {
	padding: 5px 9px;
}

#main-menu .widget .tagcloud a:hover {
	color: #fff;
}


.alert-message {
	font-size: 14px;
	padding: 13px 16px;
	margin-bottom: 15px;
	position: relative;
}

.alert-message:before {
	background-color: #ECA93F;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	z-index: 0;
	position: absolute;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.alert-message strong {
	color: #ECA93F;
	position: relative;
	z-index: 2;
}

.alert-message.alert-red:before {
	background-color: #E83B3B;
}

.alert-message.alert-red strong {
	color: #E83B3B;
}

.alert-message.alert-green:before {
	background-color: #70cd37;
}

.alert-message.alert-green strong {
	color: #70cd37;
}


.widget-subscribe {
	display: block;
}

.widget-subscribe form {
	display: block;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}



.label-input {
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 2px 0 rgba(0,0,0,.03);
	background-color: #fff;
	cursor: text;
	padding: 10px 12px;
	margin-bottom: 8px;
}

.label-input span {
	display: block;
	font-size: 11px;
	color: #c8c8c8;
	font-weight: normal;
	padding-bottom: 3px;
}

.label-input input {
	display: block;
	width: 100%;
	border: 0;
	background-color: transparent;
	font-size: 13px;
	font-weight: bold;
	color: #9d9d9d;
}

.label-input textarea {
	display: block;
	width: 100%;
	border: 0;
	background-color: transparent;
	font-size: 13px;
	font-weight: bold;
	color: #9d9d9d;
	height: 80px;
	resize: vertical;
}


a.button,
.button {
	display: inline-block;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 700;
	background-color:#18a35c;
	letter-spacing: -.4px;
	color: #fff;
	border-radius: 3px;
	border-bottom: 1px solid #dcdcdc;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,0.3);
	border: 0;
	cursor: pointer;
}

.button:hover {
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,0.3), inset 0 0 0 100px rgba(255,255,255,0.15);
}

.button:active {
	box-shadow: inset 0 120px 100px -100px rgba(0,0,0,.08);
}



.widget-subscribe .button {
	width: 44%;
}




.item-stars {
	display: inline-block;
	font-family: "FontAwesome";
	position: relative;
	letter-spacing: 2px;
	margin-right: 5px;
	margin-bottom: 4px;
}

.item-stars:before {
	display: block;
	content: '\f005\f005\f005\f005\f005';
	color: #d1d1d1;
}

.item-stars .stars-inner {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 2;
}

.item-stars .stars-inner:before {
	display: block;
	content: '\f005\f005\f005\f005\f005';
	color: #fd9d20;
}

.w-review-articles .item {
	/*padding-bottom: 20px;*/
	/*border-bottom: 1px solid #E0E0E0;*/
	/*margin-bottom: 20px*/
}

.w-review-articles .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.w-review-articles .item:after {
	display: block;
	clear: both;
	content: '';
}

.w-review-articles .item-header {
	display: block;
	margin-bottom: 15px;
	height: 200px;
    overflow: hidden;
}

.newssv .item-header {
	display: block;
	margin-bottom: 15px;
	    height: 100px;
    overflow: hidden;
}

.newssv .item-header .img_sc_news {display: block;
    width: 100%;
    height: 200px;
    background-position-x: center !important;
    background-position-y: center !important; 
    background-size: contain !important;
    background-repeat: no-repeat !important;
	 
	}

.w-review-articles .item-content {
	display: block;
	margin-left: 10px;
}

.w-review-articles .item-content h4 {
	font-size: 14px;
	line-height: 126%;
	margin-bottom: 5px;
}

.w-review-articles .item-content .item-meta {
	line-height: 20px;
	vertical-align: bottom;
}

.w-review-articles .item-content .item-stars {
	margin-bottom: 0;
}

.w-review-articles .item-content .item-meta-inner {
	display: block;
	font-weight: 700;
	font-size: 12px;
	padding-top: 6px;
}

.w-review-articles .item-content .item-meta-i {
	/*display: inline-block;*/
	margin-right: 7px;
}

.w-review-articles .item-content .item-meta-i i {
	padding-right: 3px;
    position: sticky;
    display: block;
    float: left;
	text-align: right;
	font-size: 20px;
	width: auto;
}



.w-review-articles .item.item-large .item-header {
	/*float: none;*/
	width: 30%;
}

.w-review-articles .item.item-large .item-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.w-review-articles .item.item-large .item-content h4:last-child {
	margin-bottom: 0;
}

.w-review-articles .item.item-large .item-content {
	display: block;
	margin-left: 0px;
}

.w-review-articles .item.item-large .item-content .item-meta-inner {
	display: inline-block;
	padding-top: 0;
}



.w-twitter-feed {
	display: block;
}

.w-twitter-feed .item {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 20px;
}

.w-twitter-feed .item:after {
	display: block;
	clear: both;
	content: '';
}

.w-twitter-feed .item:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.w-twitter-feed .item-photo {
	display: block;
	float: left;
	width: 50px;
}

.w-twitter-feed .item-content {
	margin-left: 65px;
	display: block;
}

.w-twitter-feed h4 {
	font-size: 16px;
	margin-bottom: 8px;
}

.w-twitter-feed .twitter-i-link {
	display: block;
	margin-top: -8px;
	margin-bottom: 8px;
}

.w-twitter-feed p {
	display: block;
	margin-bottom: 10px;
}

.w-twitter-feed .item-meta {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.w-twitter-feed .item-meta .item-meta-i {
	display: inline-block;
	margin-right: 7px;
}

.w-twitter-feed .item-meta .item-meta-i i {
	padding-right: 4px;
}




.w-gallery-slider .item {
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.w-gallery-slider .item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.w-gallery-slider .item-header {
	display: block;
	margin-bottom: 15px;
}

.w-gallery-slider .item-meta {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #919191;
}

.w-gallery-slider h4 {
	font-size: 18px;
	line-height: 120%;
}

.w-gallery-slider p {
	margin-bottom: 0;
}

.w-gallery-slider .item-meta .item-meta-i {
	display: inline-block;
	margin-right: 10px;
}

.w-gallery-slider .item-meta .item-meta-i i {
	padding-right: 4px;
	display: block;
    float: left;
}

.w-gallery-slider .item-meta a.item-meta-i {
	color: inherit;
}
.w-gallery-slider {    width: 100%;
    clear: both;
    height: auto;
    margin-bottom: 10px;
    position: relative;}
#company-foto .newspart {
    background: #ffffff;
}

#company-foto .newspart .title-border h2 {
    font-size: 20px;
    font-weight: 100;
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding-right: 15px;
}
#company-foto .w-gallery-slider .item-meta .item-meta-i {    margin-right: 0;}

#company-foto .newspart .item-meta .item-meta-i {    float: right;}

.w-gallery-slider .item-meta a.item-meta-i:hover {
	color: #232323;
}

.w-gallery-slider .owl-controls .owl-nav .owl-next {
	border-color: transparent;
	background-color: #256dc1;
	color: #fff;
	margin-left: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.w-gallery-slider .owl-controls .owl-nav .owl-prev {
	border-color: transparent;
	background-color: #256dc1;
	color: #fff;
	margin-right: -20px;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

.w-gallery-slider .owl-controls .owl-nav .owl-prev:hover,
.w-gallery-slider .owl-controls .owl-nav .owl-next:hover {
	background-color: #fff;
	color: #232323;
}

.w-gallery-slider .owl-dots {
	display: block;
    /* position: absolute; */
    /* left: 57%; */
    cursor: default;
    /* bottom: 15%; */
   /* padding: 10px 30%;*/
    
	 
}

.w-gallery-slider .owl-dots .owl-dot {
	display: inline-block;
	cursor: pointer;
}

.w-gallery-slider .owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 12px;
	border: 2px solid #8fef5e;
	border-radius: 50%;
	margin: 0 4px;
}

.w-gallery-slider .owl-dots .owl-dot.active span, .article-slider-full-small .owl-dots .owl-dot:hover span {
	background-color: #088643;
}



.w-flickr-feed {
	display: block;
}

.w-flickr-feed:after {
	display: block;
	clear: both;
	content: '';
}



.w-article-list.w-article-list-small .item-header {
	display: block;
	float: left;
	width: 40px;
}

.w-article-list.w-article-list-small .item-content {
	display: block;
	margin-left: 55px;
}

.w-article-list.w-article-list-small .item:after {
	display: block;
	clear: both;
	content: '';
}

.w-article-list.w-article-list-small .item .item-meta {
	display: block;
	font-size: 12px;
	color: #919191;
	font-weight: 700;
	margin-top: 6px;
}

.w-article-list.w-article-list-small .item .item-meta .item-meta-i {
	color: inherit;
	display: inline-block;
	margin-right: 8px;
}

.w-article-list.w-article-list-small .item .item-meta .item-meta-i i {
	padding-right: 4px;
}



#footer .w-article-list.w-article-list-small .item {
	border-color: rgba(255,255,255,0.1);
}

#footer .item h2 a:first-child,
#footer .item h3 a:first-child,
#footer .item h4 a:first-child,
#footer .item h5 a:first-child {
	color: #e0e0e0;
}

#footer #footer-widgets a:hover {
	color: #fff;
}

#footer .widget .widget-view-more {
	background-color: rgba(255,255,255,0.1);
	border: 0;
	box-shadow: none;
	text-shadow: none;
	font-size: 13px;
	padding: 10px 0;
}

#footer .widget .widget-view-more:hover {
	background-color: rgba(255,255,255,0.14);
}

#footer .widget .widget-view-more:active {
	background-color: rgba(255,255,255,0.05);
}



.w-flickr-feed .item {
    display: block;
    float: left;
    width: 31%;
    margin-left: 3.5%;
}

.w-flickr-feed .item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.w-flickr-feed .item:nth-child(n+4) {
	margin-top: 10px;
}

.w-flickr-feed:after {
	display: block;
	clear: both;
	content: '';
}


.widget > ul {
	display: block;
}

.widget > ul.menu li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255,255,255,0.3);
}

.widget > ul.menu li:before {
	content: '\f0da';
	font-family: "FontAwesome";
	display: inline-block;
	padding-right: 10px;
	color: #ccc;
}

.widget > ul.menu li a {
	color: #ccc;
	display: inline-block;
	padding-right: 5px;
}


#main-menu .widget .widget-view-more {
	padding: 8px 0;
}




.widget .social-widget {
	display: block;
}

.widget .social-squares {
	font-size: 0;
	margin-bottom: 15px;
}

.widget .social-squares:last-child {
	margin-bottom: 0;
}

.widget .social-widget a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 18.4%;
	margin-left: 2%;
	background-color: #ECECEC;
}

.widget .social-widget a i {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.widget .social-widget a:hover i {
	color: #fff;
}

.widget .social-widget a:nth-child(5n+1) {
	margin-left: 0px;
}

.widget .social-widget a i.fa {
	display: block;
	line-height: 36px;
}

.widget .social-widget a span {
	display: block;
	background-color: #E4E4E4;
	color: #818181;
	font-size: 12px;
	line-height: 22px;
}




.hover-color-facebook {
	color: #3b5998;
}

.hover-color-facebook.soc-bef:before,
.hover-color-facebook:hover {
	background-color: #3b5998!important;
	color: #fff;
}

.hover-color-twitter {
	color: #00aced;
}

.hover-color-twitter.soc-bef:before,
.hover-color-twitter:hover {
	background-color: #00aced!important;
	color: #fff;
}

.hover-color-google-plus {
	color: #dd4b39;
}

.hover-color-google-plus.soc-bef:before,
.hover-color-google-plus:hover {
	background-color: #dd4b39!important;
	color: #fff;
}

.hover-color-linkedin {
	color: #007bb6;
}

.hover-color-linkedin.soc-bef:before,
.hover-color-linkedin:hover {
	background-color: #007bb6!important;
	color: #fff;
}

.hover-color-pinterest {
	color: #cb2027;
}

.hover-color-pinterest.soc-bef:before,
.hover-color-pinterest:hover {
	background-color: #cb2027!important;
	color: #fff;
}

.hover-color-rss {
	color: #ffaa4f;
}

.hover-color-rss.soc-bef:before,
.hover-color-rss:hover {
	background-color: #ffaa4f!important;
	color: #fff;
}

.hover-color-dribbble {
	color: #ea4c89;
}

.hover-color-dribbble.soc-bef:before,
.hover-color-dribbble:hover {
	background-color: #ea4c89!important;
	color: #fff;
}

.hover-color-youtube {
	color: #bb0000;
}

.hover-color-youtube.soc-bef:before,
.hover-color-youtube:hover {
	background-color: #bb0000!important;
	color: #fff;
}

.hover-color-instagram {
	color: #517fa4;
}

.hover-color-instagram.soc-bef:before,
.hover-color-instagram:hover {
	background-color: #517fa4!important;
	color: #fff;
}

.hover-color-flickr {
	color: #ff0084;
}

.hover-color-flickr.soc-bef:before,
.hover-color-flickr:hover {
	background-color: #ff0084!important;
	color: #fff;
}

.hover-color-vk {
	color: #45668e;
}

.hover-color-vk.soc-bef:before,
.hover-color-vk:hover {
	background-color: #45668e!important;
	color: #fff;
}

.hover-color-vimeo {
	color: #aad450;
}

.hover-color-vimeo.soc-bef:before,
.hover-color-vimeo:hover {
	background-color: #aad450!important;
	color: #fff;
}

.hover-color-tumblr {
	color: #32506d;
}

.hover-color-tumblr.soc-bef:before,
.hover-color-tumblr:hover {
	background-color: #32506d!important;
	color: #fff;
}

.hover-color-skype {
	color: #12A5F4;
}

.hover-color-skype.soc-bef:before,
.hover-color-skype:hover {
	background-color: #12A5F4!important;
	color: #fff;
}








/*------------------------------------------------------------------
[7. Footer]

+ .footer
	+ 
		+ 

Copyright information	  .footer-copy p
-------------------------------------------------------------------*/

#footer {
	font-size: 13px;
}

#footer-widgets {
	background-color:#016909;
	color: #fff;
	padding: 20px 0;
}

#footer-info {
	color: #fff;
	font-size: 13px;
	padding: 30px 0;
}

#footer-info p {
	margin-bottom: 0;
	    margin-top: -10px;
}

#footer-info ul {
	display: block;
	cursor: default;
	font-weight: bold;
}

#footer-info ul li {
	display: inline-block;
	padding-left: 10px;
}

#footer-info ul li a {
	border-bottom: 1px solid transparent;
}

#footer-info ul li:hover a {
	border-color: #fcff52;
}


#footer-widgets .do-space-bg {
	background-color: rgba(255,255,255,0.05);
	padding: 15px 0;
	text-align: center;
}

#footer-widgets .do-space-bg strong {
	display: block;
	padding-top: 10px;
	color: rgba(255,255,255,0.5);
}


#footer-widgets .paragraph-row {
	margin-bottom: 20px;
}

#footer-widgets .paragraph-row:last-child {
	margin-bottom: 0;
}

#footer-widgets .short-icon-text i.po,
#footer-widgets .short-icon-text i.ti,
#footer-widgets .short-icon-text i.fa {
	background-color: #e0e0e0;
	color: #232323;
}

.short-icon-text i.fa {
	background-color: #e0e0e0;
	color: #232323;
}




/* lightbox */

.lightbox hr {
    margin: 20px 0px;
}
.lightbox p,
.lightbox span,
.lightbox h2,
.lightbox h3 {
    color: #232323;
    text-shadow: none;
}
.lightbox .loading-box {
    padding: 50px 0px;
    line-height: 24px;
}
.startlightbox {
    overflow: hidden;
}
.startlightbox .lightbox {
    display: block;
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    text-align: center;
    z-index: 1002;
    display: none;
    overflow-y: scroll!important;
}
.lightbox .main-black-block {
    box-shadow: none;
    background: #212121;
    color: #ccc;
    font-size: 11.5px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #8a8a8a;
}
.lightbox .lightcontent .light-close:hover, .lightbox .lightcontent-loading .light-close:hover {
    color: #232323;
    border-color: transparent;
    background-color: #f0f0f0;
}
.lightbox .lightcontent .light-close:active, .lightbox .lightcontent-loading .light-close:active {
    background-color: #ccc;
    color: #232323;
    border-color: transparent;
}
.lightbox .lightcontent .light-close,
.lightbox .lightcontent-loading .light-close {
    display: block;
    right: 0;
    top: -50px;
    font-family: Arial;
    position: absolute;
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center!important;
    border: 1px solid #fff;
    padding: 0;
    background-color: transparent;
}
.lightbox .lightcontent,
.lightbox .lightcontent-loading {
    background: #f4f4f4;
    width: 1200px;
    max-width: 100%;
    margin: 100px auto 70px auto;
    position: relative;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.lightbox .light-title {
    display: block;
    position: absolute;
    top: -33px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    height: 23px;
    width: 780px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lightbox .gallery-thumbs {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 95%;
}
.lightbox .thacontent {
    padding: 0px 25px 20px 25px;
}
.loading-box {
    display: block;
    text-align: center;
}
.loading-box .loading-image {
    display: block;
    text-align: center;
    padding-top: 20px;
}
.lightbox .carousel-left {
    left: 8px;
}
.lightbox .carousel-right {
    right: 8px;
}
.lightbox blockquote {
    padding-bottom: 30px;
}
.lightbox .article-main-content {
    padding: 0px 55px;
    width: auto;
}
.loading-message {
    display: block;
    background: #f0f0f0;
    padding: 10px 15px;
    font-size: 11px;
    line-height: 140%;
}
.loading-message img {
    display: block;
    float: left;
    width: 34px;
    padding-right: 15px;
}
.main-content-split .loading-message img {
    display: none;
}
.loading-message:before {
    display: block;
    content: '';
    clear: both;
}
.loading-message b {
    font-size: 18px;
    display: block;
    padding-bottom: 4px;
}
.ls-fullwidth .ls-nav-prev,
.ls-fullwidth .ls-nav-next {
    z-index: 20px;
}
.ls-fullwidth .ls-nav-next {
    right: 50px!important;
}
.ls-fullwidth .ls-nav-prev {
    left: 50px!important;
}
.lightbox .big-photo-block .the-image {
	box-shadow: none;
	text-align: center;
	padding-top: 10px;
	background-color: transparent;
}
.lightbox .big-photo-block .the-image img {
	max-width: 98%;
}
.lightbox .big-photo-block .the-thumbs {
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}
.lightbox .lightbox-content {
	display: block;
	padding: 0px 2% 8px 2%;
}
.the-image img {
	max-width: 100%;
}
.lightbox .photo-gallery-full {
	box-shadow: none;
}

.lightbox .photo-gallery-main:hover .photo-controls.prev {
	left: 20px;
}

.lightbox .photo-gallery-main:hover .photo-controls.next {
	right: 20px;
}


.waiter.loading {
	background-image: url(../images/loading-ot.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.waiter.loading img {
	opacity: 0.3;
}

.lightbox .photo-gallery-context-c {
	margin-top: 0px;
}

.ot-wrapper {
	position: relative;
}




/* WooCommerce */

#reviews #comments {
	padding-bottom: 0;
	border-bottom: 0;
}

#reviews #comments .comment-text {
	margin-left: 0;
}

#reviews #comments .star-rating {
	float: right;
}

.woocommerce-ordering {
	float: right;
	margin-top: -43px;
}

.woocommerce-ordering select {
	padding: 4px 10px;
	font-size: 14px;
	margin-top: -10px;
}

.woocommerce .products {
	padding-left: 0px;
	padding-top: 0px;
	clear: both;
	margin-top: -20px;
}

.woocommerce .products .product:after,
.woocommerce .products:after {
	clear: both;
	display: block;
	content: '';
}

.product > .summary .price {
    color: #8dbe24;
    font-size: 26px;
    font-weight: 900;
}

.woocommerce .products .product {
	list-style: none;
	float: left;
	width: 23%;
	margin-left: 2.66%;
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.woocommerce .products .product a:first-child {
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	color: #232323;
}

.woocommerce .products .product a.button {
	margin-bottom: 10px;
	float: left;
	padding: 9px 14px;
}

.woocommerce .products .product a:after {
	display: block;
	clear: both;
	content: '';
}

.woocommerce .products .product h3 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 900;
	text-align: left;
}

.woocommerce .products .product a:hover h3 {
	text-decoration: underline;
}

.woocommerce .products .product:nth-child(4n+1) {
	clear: both;
	margin-left: 0px;
}

.woocommerce .product .onsale,
.woocommerce .products .onsale {
	position: absolute;
	z-index: 2;
	top: 15px;
	padding: 7px 15px;
	background: rgb(230, 74, 25);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

.woocommerce .products img {
	margin-bottom: 12px;
	width: 100%;
	max-width: 100%;
}

.woocommerce .products .star-rating {
	float: left;
	margin-bottom: 10px;
}

.woocommerce .products .price {
	float: left;
	clear: both;
}

.woocommerce .products .price del {
	display: inline-block;
	padding-right: 5px;
	color: #aaa;
	font-size: 0.9em;
	line-height: 1.2em;
}

.woocommerce .products .price .amount {
	font-weight: bold;
	color: #6CA516;
}

.woocommerce .products .price del .amount {
	font-weight: normal;
	color: inherit;
}

.woocommerce .product {
	display: block;
	margin-bottom: 30px;
}

.woocommerce .product:after {
	display: block;
	clear: both;
	content: '';
}

.woocommerce .product > .images {
	float: left;
	width: 41%;
	display: block;
}

.woocommerce .product > .images > a > img {
	width: 100%;
}

.woocommerce .product > .images .thumbnails {
	display: block;
	padding-top: 5px;
	font-size: 0;
}

.woocommerce .product > .images .thumbnails img {
	margin-left: 3.3%;
	margin-top: 10px;
	width: 31%;
}

.woocommerce .product > .images .thumbnails a:nth-child(3n+1) img {
	margin-left: 0px;
	clear: both;
}

.woocommerce .product > .summary {
	float: left;
	width: 56%;
	display: block;
	margin-left: 3%;
}

.woocommerce-tabs {
	display: block;
	clear: both;
	padding-top: 20px;
}

.woocommerce-tabs .entry-content {
	margin-top: -1px;
	float: right;
	border-radius: 0px;
	border: 1px solid #e9e9e9;
	padding: 30px;
	margin-bottom: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-tabs .tabs {
	padding-left: 0px;
	position: relative;
	margin: 0px;
	padding-bottom: 0px;
}

.woocommerce-tabs .tabs:after {
	display: block;
	clear: both;
	content: '';
}

.woocommerce-tabs .tabs li {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
}

.woocommerce-tabs .tabs li a {
	display: inline-block;
	color: #999999;
	border: 1px solid #e9e9e9;
	border-top-width: 2px;
	padding: 12px 30px;
	font-size: 14px;
	margin: 0 0px;
	margin-right: 5px;
	float: left;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
}

.woocommerce-tabs .tabs li.active a {
	color: #000;
	border-bottom: 1px solid #fff;
	border-top: 2px solid #169fda;
}

.woocommerce-tabs #comments h2,
.woocommerce-tabs #tab-description h2 {
	font-size: 1.4em;
}

.woocommerce #reviews #comments ol.commentlist {
	list-style: none;
	padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li {
	padding-left: 80px;
	position: relative;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 1px dotted #e2e2e2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	-webkit-border-radius: 40px;
	-moz-border-radius: 45px;
	border-radius: 40px;
	border: 0;
	padding: 0;
	width: 50px;
	margin-top: 6px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.woocommerce #reviews #comments .star-rating {
	margin-bottom: 8px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 8px;
}

.woocommerce .product {
	position: relative;
}

.woocommerce-info {
	display: block;
	margin-bottom: 20px;
	background: #f5f5f5;
	padding: 20px;
	border-left: 3px solid #ECC31F;
}

.woocommerce-info .button {
	float: right;
	margin-top: -7px!important;
	position: relative;
}

.woocommerce-message {
	display: block;
	margin-bottom: 20px;
	background: #f5f5f5;
	padding: 20px;
	border-left: 3px solid #8FBE29;
}

.woocommerce-message .button {
	float: right;
	margin-top: -7px!important;
	position: relative;
}

.woocommerce-error {
	display: block;
	margin-bottom: 20px;
	background: #f5f5f5;
	padding: 20px!important;
	border-left: 3px solid #DA222B;
}

.woocommerce-error li {
	list-style-type: none;
}

.woocommerce-message .button {
	float: right;
	margin-top: -7px!important;
	position: relative;
}

.summary .price {
	float: left;
	margin-top: 5px;
	font-size: 20px;
	margin-bottom: 12px;
}

div[itemprop="description"] {
	margin-bottom: 30px;
	clear: both;
}

.cart .quantity {
	position: relative;
	width: 120px;
	float: left;
	clear: both;
	height: 50px;
	margin-bottom: 5px;
}

.cart .quantity input.plus,
.cart .quantity input.minus {
	background-color: #F8F8F8;
	background-repeat: repeat-x;
	border: 1px solid #E1E1E1;
	border-radius: 0 0 0 0;
	color: #666;
	cursor: pointer;
	display: inline!important;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 35px;
	position: relative;
}

.cart .quantity input.plus {
	left: 35px;
}

.woocommerce .container div.product form.cart .button {
	margin-bottom: 20px;
}

form.cart .button:focus {
	outline: none;
}

.container .form-submit input {
	background: #fff;
	border: 2px solid #111;
	color: #111;
	font-size: 14px;
}

.container .form-submit input:hover {
	border-color: #119dd9;
	color: #119dd9;
	border-radius: 0px;
}

.woocommerce .cart .quantity input.qty {
	border-left: medium none;
	border-right: medium none;
	border-top: 1px solid #e2e2e2;
	border-bottom-width: 1px;
	display: inline;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 5px;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	width: 35px;   
	position: relative;
	position: absolute;
	top: 0px;
	left: 35px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.woocommerce .summary button.button {
	font-size: 1em!important;
	clear: both;
	margin-bottom: 20px;
	padding: 9px 17px 10px 17px;
	background: #8BB818;
}

.woocommerce .summary .variations_form .variations {
	line-height: 150%;
}

.woocommerce .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border-color: #E1E1E1;
	font-weight: normal;
	font-size: 12px;
}

.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, 
.woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	float: none!important;
}

.summary .product_meta {
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
}

.summary .product_meta .divider {
	width: 30px;
	height: 2px;
	background: #e2e2e2;
	margin-bottom: 15px;
}

.summary .single_variation:after {
	display: block;
	clear: both;
	content: '';
}

.summary .variations {
	margin-bottom: 10px;
	vertical-align: middle;
}

.summary .variations label {
	display: inline-block;
	padding-top: 5px;
}

.summary .variations td {
	padding-right: 10px;
}

.summary .variations select {
	padding: 3px 6px;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	margin-right: 10px;
}


#review_form_wrapper form {
	margin-top: 35px;
	display: block;
}

#review_form_wrapper form > p label {
	margin-bottom: 5px;
	font-size: 14px;
}

#review_form_wrapper form > p {
	width: 55%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#review_form_wrapper form > p textarea,
#review_form_wrapper form > p input[type=text] {
	width: 100%;
	display: block;
	color: #949494;
	border: 1px solid #c4c4c4;
	padding: 12px 15px;
	font-size: 1em;
	font-family: Arial;
	margin: 0px;
	border-radius: 2px;
	line-height: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#review_form_wrapper p.stars {
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 15px;
	position: relative;
}

#review_form_wrapper p.stars a {
	letter-spacing: 0px;
	font-size: 1em;
	color: transparent;
	display: inline-block;
	font-family: 'FontAwesome';
	position: relative;
	margin-right: 4px;
	width: 20px;
}

#review_form_wrapper p.stars a.active:before,
#review_form_wrapper p.stars a:hover:before {
	display: block;
	letter-spacing: 5px;
	font-size: inherit;
	content: "";
	right: -1px;
	text-align: right;
	color: #F7B019;
	position: absolute;
	font-family: 'FontAwesome';
	z-index: 20;
}

#review_form_wrapper p.stars > span:after {
	font-family: 'FontAwesome';
	content: "\f005\f005\f005\f005\f005";
	color: #ccc;
	display: block;
	position: absolute;
	top: 0px;
	letter-spacing: 5px;
	font-size: inherit;
	z-index: 0;
}

#review_form_wrapper p.stars a.active,
#review_form_wrapper p.stars a:hover {
	z-index: 20;
}

#review_form_wrapper p.stars a.star-1 {
	z-index: 5;
}

#review_form_wrapper p.stars a.star-2 {
	z-index: 4;
}

#review_form_wrapper p.stars a.star-3 {
	z-index: 3;
}

#review_form_wrapper p.stars a.star-4 {
	z-index: 2;
}

#review_form_wrapper p.stars a.star-5 {
	z-index: 1;
}

#review_form_wrapper p.stars a.star-1.active:before,
#review_form_wrapper p.stars a.star-1:hover:before {
	content: "\f005";
	right: -3px;
}

#review_form_wrapper p.stars a.star-2.active:before,
#review_form_wrapper p.stars a.star-2:hover:before {
	content: "\f005\f005";
	right: -2px;
}

#review_form_wrapper p.stars a.star-3.active:before,
#review_form_wrapper p.stars a.star-3:hover:before {
	content: "\f005\f005\f005";
	right: 0px;
}

#review_form_wrapper p.stars a.star-4.active:before,
#review_form_wrapper p.stars a.star-4:hover:before {
	content: "\f005\f005\f005\f005";
	right: 1px;
}

#review_form_wrapper p.stars a.star-5.active:before,
#review_form_wrapper p.stars a.star-5:hover:before {
	content: "\f005\f005\f005\f005\f005";
	right: 2px;
}

#review_form_wrapper input[type=submit] {
	font-size: 0.8em!important;
	margin: 0 2px 5px 0;
	display: inline-block;
	padding: 8px 17px;
	color: #fff!important;
	background: #e34922;
	text-decoration: none!important;
	text-transform: uppercase;
	border-radius: 2px;
	border: 0px;
	cursor: pointer;
}

#review_form_wrapper input[type=submit]:hover {
	background: #232323!important;
}

.widget > form > div #s {
	padding: 8px 10px;
	width: 130px;
}

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	letter-spacing: 2px;
	width: 5.2em;
	font-family: 'FontAwesome';
	display: inline-block;
	color: #F7B019;
}
.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	color: #dfdbdf;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	letter-spacing: inherit;
	font-size: inherit;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	letter-spacing: inherit;
	font-size: inherit;
}
.star-rating span:before {
	color: #F7B019;
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	letter-spacing: inherit;
	font-size: inherit;
}

.widget ul.product_list_widget li {
	padding-bottom: 14px;
	border-bottom: 1px solid #e7e7e7;
}

.widget ul.product_list_widget li:after {
	display: block;
	clear: both;
	content: '';
}

.widget ul.product_list_widget li a {
	text-transform: none;
	font-size: 14px;
	color: #111;
	border: none;
	padding: 0px;
	line-height: 1.5em;
	width: 100%;
}

.widget ul.product_list_widget .star-rating {
	float: none !important;
	margin: 3px 0px 2px 0px !important;
	display: block;
}

.widget ul.product_list_widget li del span.amount, 
.widget ul.product_list_widget li del {
	color: #ccc;
}

.widget ul.product_list_widget li .reviewer,
.widget ul.product_list_widget li .amount {
	font-size: 12px;
	color: #777;
	display: inline-block;
	margin-top: 5px;
}

.widget ul.product_list_widget li a:hover {
	text-decoration: underline;
	color: #111;
}

.widget .product_list_widget li img {
	/* float: left; */
	max-width: 48px;
	margin-right: 15px;
	margin-top: 4px;
}

.widget ul.product_list_widget li img {
	position: absolute;
	left: 0px;
}

.widget ul.product_list_widget li {
	min-height: 58px;
	margin-bottom: 14px;
}

.widget ul.product_list_widget li a {
	display: block;
	position: relative;
	padding-left: 60px;
	width: auto;
}

.widget ul.product_list_widget li .quantity {
	line-height: 150%!important;
}

.widget ul.product_list_widget li .quantity .amount {
	line-height: inherit!important;
	margin-top: 0px!important;
	font-size: 1em;
}

.widget ul.product_list_widget li .variation p {
	margin-bottom: 0px;
}

.widget ul.product_list_widget li .quantity,
.widget ul.product_list_widget li .variation,
.widget ul.product_list_widget li .reviewer,
.widget ul.product_list_widget li > del,
.widget ul.product_list_widget li > .amount,
.widget ul.product_list_widget .star-rating {
	margin-left: 60px!important;
}

.widget .widget_shopping_cart_content .total {
	display: block;
	border-top: 2px solid #DFDFDF;
	margin-top: 14px;
	padding-top: 12px;
	font-size: 1.14em;
}

.widget .widget_shopping_cart_content .total .amount {
	float: right;
}

.widget .widget_shopping_cart_content .buttons {
	margin-bottom: 0px;
}

.price_slider_wrapper .price_slider {
	margin-bottom: 15px;
}

.price_slider_wrapper input {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.price_slider_wrapper .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
	font-size: 0.8751em;
}

.price_slider_wrapper .price_slider_amount .button {
	float: left;
}

.price_slider_wrapper .ui-slider {
	position: relative;
	text-align: left;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.75em;
	height: 0.8em;
	margin:0px -2px;
	border-radius: 1em;
	border: 1px solid #B8B8B8;
	cursor: pointer;
	background: #FAFAFA;
	outline: none;
	top: -0.2em;
	transition: none;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
	margin-left: -0.5em;
}

.price_slider_wrapper .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background: #3C98CA;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

.price_slider_wrapper .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background: #f2f2f2!important;
}

.price_slider_wrapper .ui-slider-horizontal {
	height: .5em;
	background: #E6E6E6;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce-pagination {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.woocommerce-pagination ul.page-numbers {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
	list-style: none;
	margin: 3px 1px!important;
	padding: 0px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
	display: inline-block;
	color: #444444;
	text-shadow: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	padding: 9px 12px;
	border-radius: 30px;
	background: transparent;
	border: 1px solid #444444;
	margin: 0;
	text-decoration: none!important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
	background: #444444;
	color: #fff!important;
}

.article-content .woocommerce .cart_totals h2 {
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

table.cart {
    margin: 0px;
    margin-bottom: 30px;
    width: 70%;
	float: left;
}

table.cart tr th {
    text-align: left;    
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 3px;
    padding-bottom: 7px;
    padding-left: 0px;
    border-bottom: 2px solid #e2e2e2;
}

table.cart tr th.product-subtotal {
	text-align: right;
}

table.cart tr td {
    padding-left: 0px;
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
}

table.cart tr td.product-add-to-cart {
    text-align: right;
}

table.cart tr td.product-thumbnail {
    font-size: 60px;
}

table.cart tr td img {
    max-height: 70px;
    max-width: 100%;
    width: auto;
}

table.cart tr td.product-name a {
    color: #333;
    border: none;
    padding: 0px;
}

table.cart tr td a:hover {
    border: none;
    color: #111;
    text-decoration: underline;
}

table.cart td .quantity {
    margin: 0px;
    width: auto;
    height: 35px;
}

table.cart .quantity input.plus, 
table.cart .quantity input.minus {
    height: 35px;
    line-height: 35px;
    width: 30px;
    font-weight: 400;
}

table.cart .quantity input.qty {
    height: 35px;
    left: 30px;
    line-height: 35px;
}

table.cart td.product-remove a {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    padding: 2px 8px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
}

table.cart td.product-remove a:hover {
	color: #fff;
	background: #E93D12;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid transparent;
}

table.cart td dl {
    margin: 0px;
}

table.cart td dl p {
    font-size: 13px;
    margin: 0px;
    line-height: 1.4em;
    color: #888;
    margin-right: 15px;
    margin-left: 6px;
}

table.cart td dt, 
table.cart td dd {
    float: left;
    font-size: 12px;
    color: #888;
    font-size: 13px;
    color: #888;
    font-weight: normal;
    line-height: 1.4em;
}

table.cart td dt {
    text-transform: capitalize;
    color: #666;
}

.cart_totals h2 {
    padding: 1px 8px 2px 0px;    
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 0px;
    border-bottom: 2px solid #e2e2e2;
    margin-top: 0px;
}

.coupon h3 {
    padding: 11px 8px;    
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.coupon input#coupon_code {
    width: 29.6%;
    padding: 6px 8px 7px 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.coupon .button {
    width: auto;
}

.woocommerce-page .cart-collaterals input {
    width: 100%;
    margin-bottom: 2px;
    padding: 12px;
    font-size: 14px;
}

.woocommerce-page .cart-collaterals input.update-button, 
.woocommerce .update-button {
    background: #fff !important;
    font-weight: 700;
    border: 2px solid #e2e2e2;
    color: #aeaeae;
}

.woocommerce-page .cart-collaterals input.update-button:hover, 
.woocommerce .update-button:hover {
    border-color: #333;
    color: #333;
}

.woocommerce-page .cart-collaterals input.checkout-button, 
.woocommerce .checkout-button {
	background-color: #8FBE29;
}

.woocommerce .checkout-button {
	margin-bottom: 25px;
}

.woocommerce-page .cart-collaterals .coupon input.button {
    width: auto;
    font-size: 12px;
    padding: 10px 20px;
}

.cart_totals table {
    margin: 0px;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
}

.cart_totals table tr.order-total th, 
.cart_totals table tr.order-total td {
    border-bottom: 2px solid #e2e2e2;
}

.cart_totals table td {
    text-align: right;
}

.cart_totals table th, 
.cart_totals table td {
    border-bottom: 1px dotted #ccc;
    padding: 8px 8px 8px 0px;
}

.cart_totals table tr:nth-child(even), 
table.cart tr:nth-child(even) {
    background-color: #fff;
}

table.cart tr td.product-subtotal {    
    text-align: right;
    font-weight: bold;
}

.cart-collaterals h2{
    margin: 20px 0px 0px 0px;
}

table.cart tr:nth-child(even) {
    border-top: 1px dotted #e2e2e2;
    border-bottom: 1px dotted #e2e2e2;
}

.cart-collaterals .shipping_calculator h2 {
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.woocommerce:after {
	clear: both;
	content: '';
	display: block;
}

.cart-collaterals h2 a, 
.cart-collaterals h2 a:hover {
    font-size: 16px;
    background-color: inherit;
    color: #289dcc;
}

.cart-collaterals h2 a:before {
    content: "\f196";
    font-family: FontAwesome;
    margin-right: 8px;
    position: relative;
    bottom: -1px;
}

.woocommerce .shipping-calculator-form button {
    font-weight: 400;
}

.cart-collaterals .shipping-calculator-form select {
    width: 100%;
	padding: 6px 7px;
}

.cart-collaterals .shipping-calculator-form p {
    margin-bottom: 5px;
}

.cart-collaterals .shipping-calculator-form .input-text {
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-page .shipping-calculator-form button.button {
    font-size: 11px;
    font-weight: 400;
}

.woocommerce-page .shipping-calculator-form button.button:hover {
    border-radius: 0px;
}

.checkout-confirmed-payment {
    padding: 30px 30px 1px 30px;
    background: #d8f1d3;
    margin-bottom: 30px;
}

.checkout-confirmed-payment p {
    font-size: 24px;
    color: #4a863c;
}

.checkout-confirmed-payment ul li:before {
    background: #60a550 !important;
}

.cart_totals table th {
	text-align: left;
	font-weight: normal;
}

.woocommerce .cart .cart_item .quantity input.qty {
	left: 30px;
}

.shop_table.cart .coupon {
	padding-top: 15px;
}

.shop_table.cart .coupon label {
	padding-bottom: 5px;
	display: block;
}

.shop_table.cart .coupon .button {
	background-color: #aaa;
}

.article-content.page .main-title h2 {
	margin-bottom: 0px;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

p.form-row input.input-text {
	width: 100%;
	font-size: 15px;
	color: #333;
	padding: 10px 12px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.required {
	color: red;
}

form.login {
    background: #f9f9f9;
    border: 2px solid #f0f0f0;
    padding: 32px;
    margin: 30px 0px;
    border-radius: 4px;
    font-size: 13px;
}

form.login label {
    display: block;
}

form.login input.input-text {
    width: 100%;
}

.woocommerce-page form.login input.button {
    font-size: 14px;
    margin: 5px 0px 22px 0px;    
}

.woocommerce-page form.login input#rememberme {
    margin-right: 4px;
}

p.form-row label {
    display: inline-block;
}

p.form-row input.input-text {
    width: 100%;
    font-size: 15px;
    color: #333;
}

.addresses h3 {
    font-size: 18px;
    font-weight: 600;
}

.addresses address {
    padding-top: 5px;
    display: block;
}

.col2-set.addresses {
    overflow: hidden;
}

.col2-set.addresses .col-1, 
.col2-set.addresses .col-2 {
    float: left;
    margin-right: 30px;
    width: 46%;
}

.article-content .woocommerce-billing-fields h3,
.article-content .woocommerce-shipping-fields h3 {
	font-size: 1.3em;
}

#order_review_heading {
	clear: both;
	padding-top: 20px;
	display: block;
	border-top: 2px solid #e2e2e2;
}

table.shop_table {
	width: 100%;
	margin-bottom: 30px;
}

table.shop_table th, 
table.shop_table td {
	padding: 10px;
    padding-left: 0px;
    font-size: 18px;
}

table.shop_table tr:nth-child(even) {
    background: #fff;
}

table.shop_table tr th, 
table.shop_table tfoot td {
    border-bottom: 2px solid #e2e2e2;
}

table.shop_table thead tr th {
    font-size: 13px;
    text-transform: uppercase;
}

table.shop_table tr.order-total th,
table.shop_table tr.shipping th,
table.shop_table tr.cart-subtotal th {
	text-align: left;
}

table.shop_table thead tr th.product-name {
    text-align: left;
    font-size: 1.2em;
}

table.shop_table thead tr th.product-subtotal {
    text-align: right;
}

table.shop_table .product-total, 
table.shop_table tfoot td {
    text-align: right;
}

table.shop_table tr.order-total th {
    text-transform: uppercase;
}

ul.payment_methods .payment_method_bacs p {
    background: #fff;
    padding: 15px;
    margin: 5px 0px 10px 0px;
}

ul.payment_methods {
    margin-left: 0px;
    background: #f2f2f2;
    padding: 20px!important;
}

ul.payment_methods li {
    margin-left: 0px;
    list-style-type: none;
}

ul.payment_methods li.payment_method_paypal img {
   margin-top: -2px;
   display: inline;
   margin-left: 7px;
}

ul.payment_methods li input {
    margin-right: 6px;
}

ul.payment_methods li:before {
    display: none;
}

ul.payment_methods p {
    color: #777;
    font-size: 13px;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input.button.place_order {
	padding: 12px 20px;
	font-size: 14px!important;
}

textarea.input-text {
	width: 100%;
	font-size: 15px;
	color: #333;
	width: 100%;
	font-size: 15px;
	color: #333;
	padding: 10px 12px;
	border: 1px solid #ccc;
	font-family: Arial;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shop_table .cart_item td {
	border-bottom: 1px solid #f0f0f0;
}

.widget ul.product_list_widget li:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}




/* Dark Scheme */

body.dark-scheme,
body.dark-scheme .boxed,
body.dark-scheme .dat-menu-container {
	background-color: #191919;
}

body.dark-scheme,
body.dark-scheme .sidebar.portus-sidebar-large,
body.dark-scheme .article-grid-default .item p {
	color: #B7B7B7;
}

body.dark-scheme h1,
body.dark-scheme h2,
body.dark-scheme h3,
body.dark-scheme h4,
body.dark-scheme h5,
body.dark-scheme h6 {
	color: #f0f0f0;
}

body.dark-scheme a:not(.post-title-comment):not(.item-meta-i):not(.fa):not(.button) {
	color: #ccc;
}

body.dark-scheme .main-archive-block-c .item-content a.item-meta-i:hover,
body.dark-scheme .photo-gallery-blocks .item-content a.item-meta-i:hover,
body.dark-scheme .w-gallery-slider .item-meta a.item-meta-i:hover,
body.dark-scheme .large-item-list .item .item-meta a.item-meta-i:hover,
body.dark-scheme .portus-content-block .portus-content-title a.right:hover,
body.dark-scheme .portus-main-content-panel .portus-content-title a.right:hover,
body.dark-scheme .article-grid-default .item .item-meta a.item-meta-i:hover,
body.dark-scheme .w-comment-list a.read-more-sm-link:hover,
body.dark-scheme a:hover {
	color: #f0f0f0;
}

body.dark-scheme .main-archive-block-c .item.item-small,
body.dark-scheme #reviews #comments ol.commentlist li,
body.dark-scheme .woocommerce-tabs .entry-content,
body.dark-scheme .widget ul.product_list_widget li,
body.dark-scheme .article-main-next-prev a,
body.dark-scheme .portus-post-author,
body.dark-scheme #comments,
body.dark-scheme #comments li,
body.dark-scheme .w-twitter-feed .item,
body.dark-scheme .w-review-articles .item,
body.dark-scheme .sidebar .widget,
body.dark-scheme .w-comment-list .item,
body.dark-scheme .w-article-list .item,
body.dark-scheme .w-article-list-num .item,
body.dark-scheme .widget > h3,
body.dark-scheme .portus-content-block .portus-content-title,
body.dark-scheme .portus-main-content-panel .portus-content-title,
body.dark-scheme .portus-main-content-panel hr.block-hr,
body.dark-scheme .portus-main-content-panel .block-category-list .item,
body.dark-scheme #portus-read-later,
body.dark-scheme #top-menu {
	border-color: rgba(228, 227, 226, 0.1);
}

body.dark-scheme .top-panel-weather .w-stats {
	background-color: #38383A;
}

body.dark-scheme #content .widget .widget-view-more,
body.dark-scheme #content .view-more-items-button .view-more-half-size {
	background-color: #2B2B2B;
	border-color: transparent;
	text-shadow: none;
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.05);
}

body.dark-scheme #content .widget .widget-view-more:hover,
body.dark-scheme #content .view-more-items-button .view-more-half-size:hover {
	background-color: #2F2F2F;
}

body.dark-scheme #content .widget .widget-view-more:active,
body.dark-scheme #content .view-more-items-button .view-more-half-size:active {
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,0);
}

body.dark-scheme .star-rating:before,
body.dark-scheme .item-stars:before {
	color: rgba(255,255,255,0.2);
}

body.dark-scheme .portus-content-block .do-space {
	background: #292929;
}

body.dark-scheme a.button,
body.dark-scheme .button {
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.2),inset 0 -1px 0 rgba(255,255,255,.1);
}

body.dark-scheme .button:hover {
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.2),inset 0 -1px 0 rgba(255,255,255,.1),inset 0 0 0 100px rgba(255,255,255,.15);
}

body.dark-scheme .button:active {
	box-shadow: inset 0 120px 100px -100px rgba(0,0,0,.08);
}

body.dark-scheme .label-input {
	border: 1px solid rgba(221, 221, 221, 0.05);
	box-shadow: 0 2px 0 rgba(0,0,0,.03);
	background-color: #292929;
}

body.dark-scheme #header .header-socials a i {
	background: #E0E0E0;
	color: #191919;
}

body.dark-scheme #header .header-socials a:hover i {
	background: #fff;
}

body.dark-scheme .portus-pagination .page-numbers:not(.current),
body.dark-scheme #content .widget .tagcloud a {
	color: #919191;
	background-color: #292929;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 120px 100px -100px rgba(255,255,255,.1);
}

body.dark-scheme .portus-pagination .page-numbers:not(.current):hover,
body.dark-scheme #content .widget .tagcloud a:hover {
	color: #232323;
	background-color: #f0f0f0;
	text-shadow: 0 1px 0 rgba(0,0,0,0);
}

body.dark-scheme #top-menu .wrapper > ul li:hover > a {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.1);
}

body.dark-scheme #portus-read-later #portus-read-later-info:hover {
	color: #f0f0f0;
}

body.dark-scheme .portus-pagination .page-numbers {
	border-bottom: 1px solid rgba(220, 220, 220, 0.23);
}

body.dark-scheme .portus-main-article-intro {
	color: #fff;
}

body.dark-scheme .portus-main-article-block {
	color: #E8E8E8;
}

body.dark-scheme .wp-caption {
	background-color: rgba(240, 240, 240, 0.1);
}

body.dark-scheme .wp-caption p {
	color: #CACACA;
}

body.dark-scheme .portus-main-article-meta .item-meta-i a:hover {
	color: #fff!important;
}

body.dark-scheme .review-post-block > div:not(.review-post-block-score) {
	border-right: 1px solid #191919;
	background: rgba(240, 240, 240, 0.08);
}

body.dark-scheme .article-main-next-next a strong,
body.dark-scheme .article-main-next-prev a strong,
body.dark-scheme #comments .reply-button:hover {
	color: #fff;
}

body.dark-scheme #comments .reply-button:hover:before {
	background-color: #ccc;
}

body.dark-scheme #comments .user-nick a {
	color: #f0f0f0;
}

body.dark-scheme .ot-spacer.spacer-3:before,
body.dark-scheme .ot-spacer {
	background: #3A3A3A;
}

body.dark-scheme .ot-spacer strong,
body.dark-scheme .ot-spacer i.fa {
	background-color: #191919;
}

body.dark-scheme blockquote {
	border-color: #3C3C3C;
}

body.dark-scheme .accordion > div:after {
	background-color: #2E2E2D;
}

body.dark-scheme a.button.button-outline,
body.dark-scheme .button.button-outline {
	box-shadow: none;
}

body.dark-scheme .short-tabs.style-2>ul li:hover a,
body.dark-scheme .short-tabs.style-2>ul li.active a,
body.dark-scheme .short-tabs.style-2>div,
body.dark-scheme .short-tabs:not(.style-2) {
	background-color: #292929;
}

body.dark-scheme .short-tabs:not(.style-2)>ul>li:not(.active) a:hover {
	color: #FFFFFF;
}

body.dark-scheme .short-tabs:not(.style-2)>ul {
	border-color: #353535;
}


body.dark-scheme .table > tbody > tr > td,
body.dark-scheme .table > tbody > tr > th,
body.dark-scheme .table > tfoot > tr > td,
body.dark-scheme .table > tfoot > tr > th,
body.dark-scheme .table > thead > tr > td,
body.dark-scheme .table > thead > tr > th {
	border-color: #2E2E2D;
}

body.dark-scheme .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #232322;
}

body.dark-scheme .photo-gallery-context-c {
	background: #242526;
}

body.dark-scheme .lightbox .photo-gallery-context-c,
body.dark-scheme .lightbox .photo-gallery-full-block {
	background-color: transparent!important;
}

body.dark-scheme .lightbox .photo-gallery-context-c h2 {
	color: #232323;
}

body.dark-scheme select {
	border-color: rgba(204, 204, 204, 0.14);
	background: rgba(204, 204, 204, 0.15);
}

body.dark-scheme .woocommerce-tabs .tabs li a,
body.dark-scheme .panel {
	border-color: rgba(204, 204, 204, 0.14);
	background-color: #292929;
}

body.dark-scheme .woocommerce-tabs .tabs li.active a {
    color: #fff;
	border-color: transparent;
    border-top: 2px solid #169fda;
	background-color: #292929;
}

body.dark-scheme .portus-sidebar-large .widget>h3,
body.dark-scheme .portus-sidebar-small .widget>h3,
body.dark-scheme .portus-content-block .portus-content-title,
body.dark-scheme .portus-main-content-panel .portus-content-title {
    border-color: rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.05);
}


