/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. GK Comments
==================================== */

.widget_gk_comments li {
	border: none!important;
	overflow: hidden;
	margin-bottom: 32px;
	padding-left: 0!important;
}

.widget_gk_comments li > p {
	line-height: 1.5;
	margin-bottom: 12px;	
}

.widget_gk_comments li > p a { 
	color: #888;
    display: block;   
	padding: 0;	
}

.widget_gk_comments li > img,
.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	float: left;
}

.widget_gk_comments li > img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 10px;
}

.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	line-height: 18px;
	width: 65%;
}

/* 9.2. GK NSP
==================================== */

.gk-nsp {
	position: relative;
}

.gk-nsp-arts,
.gk-nsp-links {
	overflow: hidden;
}

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
	overflow: hidden;
	clear: both;
}
.gk-nsp-links-nav {
	float: right;
}
.gk-nsp-arts-nav {
	position: absolute;
	right: -3px;
	padding: 0 3px;
	top: -49px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
	list-style-type: none !important;
	margin: 9px 0 0 !important;
	padding: 0 !important;
	float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	float: left;
	width: 8px;
	height: 8px;
	margin: -2px 4px 0 0 !important;
	background: #ddd;
	border: none!important;
	padding: 0!important;
	text-indent: -999em;
	cursor: pointer;
}
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
	background: #b06339;
}
.gk-nsp-next,
.gk-nsp-prev {
	cursor: pointer;
	float: left; 
	height: 17px; 
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.gk-nsp-next:after,
.gk-nsp-prev:after {
	color: #000;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 22px;
	text-indent: 0;
}
.gk-nsp-next:after {
	color: #ccc;
	content: '\f105';
}
.gk-nsp-prev:after {
	color: #ccc;
	content: '\f104';
}
.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after { 
	color: #b06339;
}
.gk-nsp-art-page {
	float: left;
}
.gk-nsp-art {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.gk-nsp-art.gk-nsp-cols-1 { 
	border-top: 1px solid #e5e5e5;
}
.gk-nsp-art:first-child {
	border-top: none;
}
.gk-nsp-art div {
	overflow: hidden;
}
.gk-nsp-header {
	color: #111;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 0;
	text-transform: uppercase;
}
.gk-nsp-header a {
	color: #111!important;
}
.gk-nsp-header a:active,
.gk-nsp-header a:focus,
.gk-nsp-header a:hover {
	color: #b06339!important;
}
.gk-nsp-art .gk-nsp-image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 100%!important;
}

.gk-nsp-art .gk-nsp-image:hover {
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}
.gk-nsp-art .gk-nsp-image-wrap {
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-text {
	color: #888;
	display: block!important;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.gk-nsp-art .gk-nsp-text + .readon {
	margin-top: 16px;	
}
.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
	margin-top: 0;
}
.gk-nsp-art .gk-nsp-info {
	color: #aaa;
	display: block!important;
	font-size: 12px;
	padding: 5px 0;
}
.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
	padding-left: 5px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
	padding-left: 0!important;
}

.readon.left,
.readon.right,
.readon.center {
	clear: both;
}
.readon.left {
	float: left;
}
.readon.right {
	float: right;
}
.readon.center {
	display: inline;
	float: none;
}
.gk-nsp-art .readon {
	float: right;
	font-weight: 500;
}
.gk-nsp-links ul {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
}
.gk-nsp-links ul li {
	border-top: 1px solid #e5e5e5;
	margin:0 !important;
	padding: 16px 0;
}
.gk-nsp-image-wrap {
	float: left;
}
/* responsive layout */
.gk-responsive {
	line-height: 1;
}
img.gk-responsive {
	width: 100% !important;
	height: auto;
}
.gk-responsive {
	display: block;
	overflow: hidden;
	position: relative;
}
.gk-nsp-image {
	max-width: 100%;
}
.gk-nsp-arts,
.gk-nsp-links {
	clear: both;
	width: 100%;
}
.gk-nsp-links {
	margin-top: 30px;
}
.gk-nsp-arts::after,
.gk-nsp-links::after {
	clear: both;
	content: "";
	display: table;
}
.gk-nsp-arts-page,
.gk-nsp-art {
	float: left;
}
.gk-nsp-pages-1 { width: 100%; }
.gk-nsp-pages-2 { width: 200%; }
.gk-nsp-pages-3 { width: 300%; }
.gk-nsp-pages-4 { width: 400%; }
.gk-nsp-pages-5 { width: 500%; }
.gk-nsp-pages-6 { width: 600%; }
.gk-nsp-pages-7 { width: 700%; }
.gk-nsp-pages-8 { width: 800%; }
.gk-nsp-pages-9 { width: 900%; }
.gk-nsp-pages-10 { width: 1000%; }
.gk-nsp-cols-1 { width: 100%; }
.gk-nsp-cols-2 { width: 50%; }
.gk-nsp-cols-3 { width: 33.3%; }
.gk-nsp-cols-4 { width: 25%; }
.gk-nsp-cols-5 { width: 20%; }
.gk-nsp-cols-6 { width: 16.66%; }
.gk-nsp-cols-7 { width: 14.285%; }
.gk-nsp-cols-8 { width: 12.5%; }
.gk-nsp-cols-9 { width: 11.1%; }
.gk-nsp-cols-10 { width: 10%; }

.gk-nsp-art.gk-nsp-cols-1,
.gk-nsp-art.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-art.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-art.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-art.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-art.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-art.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-art.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-art.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-art.gk-nsp-cols-10:nth-child(10n+1) {
	clear: both;
}

.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
	overflow: hidden;
}

.gk-nsp-link-header {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.gk-nsp-link-text {
	font-size: 14px;
	margin: 0;
}

/* Style dark */
.dark .gk-nsp-links-scroll ul li {
	border-top-color: #e5e5e5;
}

/* Article Inset style */
.box.article-inset .gk-nsp-art {
	border: 0;
}

.box.article-inset .gk-nsp-header a {
	color: #111!important;
}
.box.article-inset .gk-nsp-header a:active,
.box.article-inset .gk-nsp-header a:focus,
.box.article-inset .gk-nsp-header a:hover {
	color: #b06339!important;
}

.box.article-inset .gk-nsp-art .readon {
	border: 0;
	float: left;
	font-size: 13px;
	margin: 0 5px 2px 2px;
	padding: 0;
}

/* 9.4. GK News Gallery
==================================== */

/* 
 * Portal Mode - News Gallery 
 */

.gk-news-gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 50px 72px;
	position: relative;
}

.gk-news-gallery .gk-images-wrapper {
	width: 100%;
}

.gk-news-gallery .gk-images-wrapper > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	float: left;
	padding: 0 12px;
	position: relative;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-ms-transition: -ms-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
}

.gk-news-gallery .gk-images-wrapper > a.active {
	display: block;
}

.gk-news-gallery .gk-images-wrapper > a.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
}

.gk-news-gallery .gk-images-wrapper.gk-images-cols1 > a { width: 100%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols2 > a { width: 50%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols3 > a { width: 33.3%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols4 > a { width: 25%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols5 > a { width: 20%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols6 > a { width: 16.66%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols7 > a { width: 14.28%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols8 > a { width: 12.5%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols9 > a { width: 11.11%; }
.gk-news-gallery .gk-images-wrapper.gk-images-cols10 > a { width: 10%; }

.gk-news-gallery .gk-images-wrapper > a img {
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px;
}

.gk-news-gallery .gk-prev-btn,
.gk-news-gallery .gk-next-btn {
	background: transparent url('../images/news_gallery_interface.png') no-repeat 0 0;
	height: 41px;
	margin-top: -21px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 21px;
}

.gk-news-gallery .gk-prev-btn {
	left: 0;
}

.gk-news-gallery .gk-next-btn {
	background-position: -21px 0;
	right: 0;
}

.gk-news-gallery .gk-prev-btn:active,
.gk-news-gallery .gk-prev-btn:focus,
.gk-news-gallery .gk-prev-btn:hover {
	background-position: 0 -41px;
}

.gk-news-gallery .gk-next-btn:active,
.gk-news-gallery .gk-next-btn:focus,
.gk-news-gallery .gk-next-btn:hover {
	background-position: -21px -41px;
}

.gk-news-gallery .gk-images-wrapper > a > .gk-img-overlay {
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	height: 100%;
	left: 50%;
	opacity:0; 
	padding: 10px;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	width: 100%;
	z-index: 1;
}

.gk-news-gallery .gk-images-wrapper > a > .gk-img-overlay > span {
	background: #fec54c url('../images/news_gallery_overlay.png') no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
}

.gk-news-gallery .gk-images-wrapper > a > .gk-img-overlay.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Products style */
.box.products,
#gk-mainbody .box.products {
	padding: 33px 0 0 0;
	margin-bottom: 20px;
}

.box.products .gk-nsp-arts {
	margin: -25px -10px -20px -10px;
	padding: 0;
	width: auto!important;
}

.box.products .gk-nsp-header {
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin: 0!important;
	max-width: 70%;
	padding: 0;
}

.box.products .gk-nsp-art .gk-nsp-info {
	clear: both;
	color: #999!important;
	font-size: 12px!important;
	font-style: italic;
	line-height: 1.2;
	margin: 0!important;
	padding: 0;
	text-transform: none;
}

.box.products .gk-nsp-art .gk-nsp-info a,
.box.products .gk-nsp-art .gk-nsp-info span {
	color: #999!important;
	font-size: 12px;
}

.box.products .gk-nsp-art .gk-nsp-info a:active,
.box.products .gk-nsp-art .gk-nsp-info a:focus,
.box.products .gk-nsp-art .gk-nsp-info a:hover {
	color: #b06339!important;
}

.box.products .gk-nsp-price {
	float: right;
}

.box.products .gk-nsp-art .gk-nsp-price del > span.amount {
	display: none;
}

.box.products .gk-nsp-art > .gk-responsive {
	margin: 0 0 20px 0;
}

.box.products .gk-nsp-art .gk-nsp-price span.amount {
	color: #d2332b!important;
	float: right;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
}

/* Grid style */
.grid2 .gk-nsp-arts {
	margin: 0 -10px;
}

.grid2 .gk-nsp-content-wrap,
.grid3 .gk-nsp-content-wrap {
	padding: 20px 30px;
}

.grid2 .gk-nsp-header,
.grid3 .gk-nsp-header {
	font-size: 14px!important;
	padding: 0!important;
}

.grid2 .gk-nsp-art .gk-nsp-info,
.grid3 .gk-nsp-art .gk-nsp-info,
.grid3 .gk-nsp-art .gk-nsp-date,
.grid2 .gk-nsp-art .gk-nsp-date {
	color: #999!important;
	font-size: 12px!important;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

.grid2 .gk-nsp-art .gk-nsp-text,
.grid3 .gk-nsp-art .gk-nsp-text {
	color: #444!important;
	font-size: 14px!important;
}

.grid2 .gk-nsp-art .gk-nsp-image-wrap,
.grid3 .gk-nsp-art .gk-nsp-image-wrap {
	max-width: 48%;
}

.grid2 .gk-nsp-art:nth-child(3) .gk-nsp-image-wrap,
.grid2 .gk-nsp-art:nth-child(4) .gk-nsp-image-wrap,
.grid2 .gk-nsp-art:nth-child(7) .gk-nsp-image-wrap,
.grid2 .gk-nsp-art:nth-child(8) .gk-nsp-image-wrap,
.grid3 .gk-nsp-art:nth-child(4) .gk-nsp-image-wrap,
.grid3 .gk-nsp-art:nth-child(5) .gk-nsp-image-wrap,
.grid3 .gk-nsp-art:nth-child(6) .gk-nsp-image-wrap,
.grid3 .gk-nsp-art:nth-child(10) .gk-nsp-image-wrap,
.grid3 .gk-nsp-art:nth-child(11) .gk-nsp-image-wrap,
.grid3 .gk-nsp-art:nth-child(12) .gk-nsp-image-wrap {
	float: right!important;
}
/* 9.5. GK Image Show
==================================== */

.gk-is-wrapper-gk-instyle {
	height: auto;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.gk-is-wrapper-gk-instyle .gk-is-preloader {
	background: #f0f0f0 url('../images/loader_is.gif') no-repeat center center;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 101;
}

.gk-is-wrapper-gk-instyle .figure {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	-moz-transform: translate3d(0,0,0); 
}

.gk-is-wrapper-gk-instyle img {
	display: block;
	height: auto;
	margin-left: 0%;
	width: 100%;
	-moz-transform: translate3d(0,0,0);
}

.gk-is-wrapper-gk-instyle .figcaption {
	top: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	padding: 25px 20px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transition: opacity 1s ease-out, margin-left 0.5s linear;
	-moz-transition: opacity 1s ease-out, margin-left 0.5s linear;
	-ms-transition: opacity 1s ease-out, margin-left 0.5s linear;
	-o-transition: opacity 1s ease-out, margin-left 0.5s linear;
	transition: opacity 1s ease-out, margin-left 0.5s linear;
	-moz-transform: translate3d(0,0,0);
}

.gk-is-wrapper-gk-instyle .figcaption h3 {
	color: #fff;
	font-size: 75px;
	font-weight: 400;
	line-height: 40px;
	margin: 0 0 6px 0;
	text-align: center;
	text-transform: none;
	-moz-transform: translate3d(0,0,0);
}

.gk-is-wrapper-gk-instyle .figcaption p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: translate3d(0,0,0);
}

.gk-is-wrapper-gk-instyle .figcaption a {
	color: #fff;
}

.gk-is-wrapper-gk-instyle .figcaption a:active,
.gk-is-wrapper-gk-instyle .figcaption a:focus,
.gk-is-wrapper-gk-instyle .figcaption a:hover {
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
}

.gk-is-wrapper-gk-instyle ol {
	bottom: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.gk-is-wrapper-gk-instyle ol li {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	line-height: 12px;
	margin-left: 4px;
	padding: 0;
	text-indent: -9999px;
	width: 8px;
}

.gk-is-wrapper-gk-instyle ol li:hover,
.gk-is-wrapper-gk-instyle ol li.active {
	background: #b06339;
}

.gk-is-wrapper-gk-instyle .gk-is-image-wrapper {
	width: 100%;
}

.gk-is-wrapper-gk-instyle .gk-is-image-scroll {
	-moz-transform: translate3d(0,0,0);
}

.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="1"] { width: 100%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="2"] { width: 200%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="3"] { width: 300%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="4"] { width: 400%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="5"] { width: 500%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="6"] { width: 600%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="7"] { width: 700%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="8"] { width: 800%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="9"] { width: 900%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="10"] { width: 1000%; }

.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="1"] .figure { width: 100%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="2"] .figure { width: 50%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="3"] .figure { width: 33.3333333%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="4"] .figure { width: 25%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="5"] .figure { width: 20%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="6"] .figure { width: 16.66%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="7"] .figure { width: 14.28%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="8"] .figure { width: 12.5%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="9"] .figure { width: 11.11%; }
.gk-is-wrapper-gk-instyle .gk-is-image-scroll[data-amount="10"] .figure { width: 10%; }

/* Buttons */
.gk-is-btn-prev,
.gk-is-btn-next {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 64px;
	margin: -32px 0 0 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 2;
}
.gk-is-btn-next {
	right: -20px;
}
.gk-is-btn-prev {
	left: -20px;
}
.hover .gk-is-btn-next {
	right: 15px;
}
.hover .gk-is-btn-prev {
	left: 15px;
}
.gk-is-btn-next:before,
.gk-is-btn-prev:before {
	color: #fff;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 48px;
	line-height: 64px;
}
.gk-is-btn-prev:before {
	content: "\f104";
}
.gk-is-btn-next:before {
	content: "\f105";
}
.gk-is-btn-next:hover:before,
.gk-is-btn-prev:hover:before {
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
}

/* 9.6. WPML
==================================== */

body #lang_sel_footer {
	background-color: transparent;
	border: none;
	clear: both;
	font: inherit;
	margin: 0;
	min-height: 15px;
	padding: 7px;
	text-align: center;
}

/* 9.7. Wysija plugin
==================================== */
.widget_wysija_cont .wysija-submit {
    float: left;
}
#form-wysija-2 > p {
    float: left;
    margin-top: 26px;
    position: relative;
    width: 76%;
}
.formError {
    left: 0 !important;
    position: absolute !important;
    top: 50px !important;
}
.wysija-input {
    border: 1px solid #e5e5e5!important;
    float: left;
    height: 40px;
    width: 100%;
}
.widget_wysija_cont .wysija-submit {
    background: #111!important;
	border: none;
	color: #fff!important;
	float: left;
	font-size: 13px;
	font-weight: 500;
	height: 38px;
	margin: 26px 0 0 18px;
	padding: 0 14px;
	text-transform: uppercase;
}
.widget_wysija_cont .wysija-submit:active,
.widget_wysija_cont .wysija-submit:focus,
.widget_wysija_cont .wysija-submit:hover {
	color: #fff!important;
	background: #b06339!important;
}
.wysija-input::-webkit-input-placeholder { 
	color: #bbb; 
}
.wysija-input::-moz-placeholder {
	color: #bbb;
}
.wysija-input:-ms-input-placeholder {
	color: #bbb; 
}
.wysija-input:-moz-placeholder {
	color: #bbb; 
}
.wysija-input:placeholder {
	color: #bbb;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}
