/*
 * ShowCase v2.1.0
 * Copyright 2016, iDiY
 * Support: info@idiy.club
 */

/* Main Style */
.sc-main:before, .sc-main:after, .sc-main .sc-grid:before, .sc-main .sc-grid:after, .sc-main .item-wrapper:before, .sc-main .item-wrapper:after {
    display: table;
    content: ' ';
}
.sc-main:after, .sc-main .sc-grid:after, .sc-main .item-wrapper:after {
    clear: both;
}
.sc-main .sc-grid {
    position: relative;
    display: none;
    margin-bottom: 0px;
}
.sc-main .sc-grid .item-container {
    float: left;
}
.sc-main .sc-grid .item-wrapper {
    position: relative;
}
.sc-main .item-image a {
    display: block;
    overflow: hidden;
    outline: none;
}
.sc-main img {
    display: block;
    max-width: 100%;
	min-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}


/* Default Style */


/* Item Shadow */

.item-heading-min {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
}
.item-container:nth-child(2n+1) .item-heading-min {
    background-color: rgba(15, 33, 47, 0.8);
    left: 50%;
}
.item-container:nth-child(2n) .item-heading-min {
    background-color: rgba(242, 208, 48, 0.8);
    right: 50%;
}
@media (min-width: 568px) {
.item-heading-min {
    display: none;
}
}

.item-heading-min a {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    bottom: 7%;
}
@media (min-width: 375px) {
.item-heading-min a {
    font-size: 18px;
    line-height: 27px;
}
}
@media (min-width: 410px) {
.item-heading-min a {
    padding-left: 20px;
    padding-right: 20px;
}
}
.item-container:nth-child(2n+1) .item-heading-min a {
    color: #f4d34e;
}
.item-container:nth-child(2n) .item-heading-min a {
    color: #000;
}

.showcase .item-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.showcase h4 {
    margin-top: -68px;
    left: 0;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    position: absolute;
    z-index: 1001;
    width: 100%;
    color: #f4d34e;
    font-size: 21px;
    background-color: rgb(41, 65, 81);
    text-align: center;
	line-height: 24px;
}
@media (min-width: 560px) {
.showcase h4 {
    margin-top: 0px;
	background-color: rgba(15, 33, 47, 0.8);
}
}
@media (min-width: 730px) {
.showcase h4 {
    padding-bottom: 15px;
    padding-top: 15px;
	font-size: 22px;
}
}
@media (min-width: 1024px) {
.showcase h4 {
    margin-top: 75px;
    padding-left: 17px;
    padding-right: 17px;
    max-width: 207px;
	text-align: right;
	line-height: 30px;
}
}
.sc-stels {
    position: relative;
	top: 143px;
}
@media (min-width: 560px) {
.sc-stels {
    top: 75px;
}
}
@media (min-width: 1024px) {
.sc-stels {
    top: 0px;
}
}
.showcase h2 {
    margin-top: 0px;
    margin-bottom: 0px;
	font-weight: bold;
	padding-top: 0px;
}
@media (min-width: 568px) {
.showcase h2 {
    padding-top: 56px;
}
}
.showcase h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.showcase .item-heading {
    padding: 0px 10px 0px 10px;
    position: relative;
    height: 100%;
	z-index: 1000;
    top: 0;
}
@media (min-width: 375px) {
.showcase .item-heading {
    padding: 0px 20px 0px 20px;
}
}
@media (min-width: 568px) {
.showcase .item-heading {
    font-weight: bold;
    padding: 24px 20px 0px 20px;
    position: absolute;
    height: 100%;
	z-index: 1000;
    top: 0;
}
}
@media (min-width: 1348px) {
.showcase .item-heading {
    padding: 30px 30px 0px 30px;
}
}
@media (min-width: 1880px) {
.showcase .item-heading {
    padding: 40px 40px 0px 40px;
}
}
.showcase .item-heading  a{
    display: none;
}
@media (min-width: 568px) {
.showcase .item-heading  a{
    font-size: 25px;
    line-height: 37px;
	padding-bottom: 12px;
	display: block;
}
}
@media (min-width: 1880px) {
.showcase .item-heading  a{
    line-height: 67px;
}
}
@media (min-width: 640px) {
.showcase .item-heading  a{
    font-size: 28px;
}
}
@media (min-width: 667px) {
.showcase .item-heading  a{
    font-size: 30px;
}
}

.item-container:nth-child(2n+1) .item-heading {
	background-color: rgba(15, 33, 47, 0.8);
	width: 100%;
    left: 0;
}
@media (min-width: 568px) {
.item-container:nth-child(2n+1) .item-heading {
	width: 50%;
    left: 50%;
}
}
.item-container:nth-child(2n+1) .item-heading a {
	color: #f4d34e;
}

.item-container:nth-child(2n) .item-heading {
	background-color: rgba(242, 208, 48, 0.8);
	width: 100%;
    right: 0;
}
@media (min-width: 568px) {
.item-container:nth-child(2n) .item-heading {
	width: 50%;
    right: 50%;
}
}
.item-container:nth-child(2n) .item-heading a {
	color: #000;
}

.item-container:nth-child(2n+1) .item-description {
	color: #fff;
}

.item-container:nth-child(2n) .item-description {
	color: #000;
}

.item-container:nth-child(2n+1) .info-wrapper {
	left: 0;
}

.item-container:nth-child(2n) .info-wrapper {
	right: 0;
}
.showcase .item-heading .item-count
{
    line-height: 1;
    padding: 2px 5px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
}
.showcase .item-image
{
    background-color: #fff;
	position: relative;
}
.showcase .img-left .item-image
{
    float: left;
    width: 35%;
}
.showcase .img-right .item-image
{
    float: right;
    width: 35%;
}

.showcase .btn-default {
    background: url(../image/bg_button_s_security.png) 10px 7px no-repeat;
    min-width: 128px;
    color: #000;
    border-radius: 0;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    text-align: right;
    padding: 12px 16px;
    font-size: 14px;
}
.item-container:nth-child(2n+1) .btn-default {
	background-color: #f4d34e;
}
.item-container:nth-child(2n) .btn-default {
	background-color: #fff;
}
@media (min-width: 1200px) {
.item-container:nth-child(2n+1) .btn-default {
	background-color: #f4d34e;
}
.item-container:nth-child(2n) .btn-default {
	background-color: #f4d34e;
}
}

.item-container:nth-child(2n+1) .btn-default:hover {
	background-color: #ffe97a;
}
.item-container:nth-child(2n) .btn-default:hover {
	background-color: #ffe97a;
}

.item-container:nth-child(2n+1) {
	background-color: #294151;
}
.item-container:nth-child(2n) {
	background-color: #f9dc58;
}
.item-info {
    position: relative;
    bottom: 0;
    padding: 0 10px 0 10px;
    margin-bottom: 2px;
	z-index: 1001;
}
@media (min-width: 375px) {
.item-info {
    padding: 0 20px 0 20px;
}
}
@media (min-width: 1348px) {
.item-info {
    padding: 0 30px 0 30px;
}
}
@media (min-width: 1880px) {
.item-info {
    padding: 0 40px 0 40px;
}
}

@media (min-width: 1024px) {
.item-info {
    position: absolute;
}
}
.item-container:nth-child(2n+1) .item-info {
	left: 0;
	text-align: right;
	margin-left: 0;
	margin-right: 0;
}
.item-container:nth-child(2n) .item-info {
	right: 0;
	text-align: right;
	margin-left: 0;
	margin-right: 0;
}
@media (min-width: 568px) {
.item-container:nth-child(2n+1) .item-info {
	text-align: left;
	margin-left: 0;
	margin-right: 50%;
}
.item-container:nth-child(2n) .item-info {
	text-align: right;
	margin-left: 50%;
	margin-right: 0;
}
}
@media (min-width: 730px) {
.item-container:nth-child(2n+1) .item-info {
	text-align: right;
}
.item-container:nth-child(2n) .item-info {
	text-align: left;
}
.item-container:nth-child(2n) .subcolumn li:before {
    left: 0;
}
.item-info {
    margin-bottom: 5px;
}
}
@media (min-width: 1024px) {
.item-container:nth-child(2n+1) .item-info {
	right: 0;
	background-color: rgba(15, 33, 47, 0.3);
}
.item-container:nth-child(2n) .item-info {
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
}
}
@media (min-width: 1200px) {
.item-container:nth-child(2n+1) .item-info {
	left: 50%;
    background-color: rgba(255, 255, 255, 0);
    margin-right: 0;
    text-align: left;
}
.item-container:nth-child(2n) .item-info {
	background-color: rgba(255, 255, 255, 0);
    margin-left: 0;
    text-align: right;
    margin-right: 50%;
}
.item-info {
    margin-bottom: 8px;
}
}
.showcase .subcolumn li:before
{
    position: absolute;
    top: 4px;
    display: block;
    content: '\2022'; 
	z-index: -1;	
}
@media (min-width: 1880px) {
.showcase .subcolumn li:before
{
    top: 10px;	
}
}
.item-container:nth-child(2n+1) .subcolumn li:before {
	right: 0;
    color: #fff;
}
.item-container:nth-child(2n) .subcolumn li:before {
	right: 0;
    color: #000;
}
@media (min-width: 568px) {
.item-container:nth-child(2n+1) .subcolumn li:before {
	left: 0;
}
.item-container:nth-child(2n) .subcolumn li:before {
	right: 0;
}
}
.showcase  .item-info a
{
    font-size: 12px;
    line-height: 27px;
}
@media (min-width: 375px) {
.showcase  .item-info a
{
    font-size: 12px;
    line-height: 29px;
}
}

@media (min-width: 568px) {
.showcase  .item-info a
{
    font-size: 12px;
    line-height: 21px;
}
}
@media (min-width: 1348px) {
.showcase  .item-info a
{
    font-size: 14px;
    line-height: 30px;
}
}
@media (min-width: 1880px) {
.showcase  .item-info a
{
    font-size: 15px;
    line-height: 38px;
}
}
.item-container:nth-child(2n+1) .item-info a
{
    color: #fff;
}
.item-container:nth-child(2n) .item-info a
{
    color: #000;
}
.item-container:nth-child(2n+1) .item-info a:hover
{
    color: #f4d34e;
}
.item-container:nth-child(2n) .item-info a:hover
{
    color: rgba(15, 33, 47, 0.8);
}
.showcase .item-btn
{
    margin: 0px 20px 20px 0px;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    padding: 0px 10px 0px 10px;
    max-width: 145px;
    float: right;
	right: 0;
}
@media (min-width: 375px) {
.showcase .item-btn
{
    padding: 0px 10px 0px 0px;
}
}
@media (min-width: 568px) {
.item-container:nth-child(2n+1) .item-btn
{
    padding: 0px 10px 0px 20px;
	float: left;
}
}
@media (min-width: 1200px) {
.item-container:nth-child(2n+1) .item-btn
{
    padding: 0px 10px 0px 0px;
}
}
@media (min-width: 1200px) {
.showcase .item-btn
{
    padding: 0px 10px 0px 20px;
}
}
@media (min-width: 730px) {
.showcase .item-btn
{
    position: absolute;
}
.item-container:nth-child(2n+1) .item-btn
{
    left: 50%;
	float: none;
	z-index: 1000;
}
.item-container:nth-child(2n) .item-btn
{
    right: 50%;
	float: none;
	z-index: 1000;
}
}
@media (min-width: 1200px) {
.item-container:nth-child(2n+1) .item-btn
{
    right: 50%;
	left: auto;
}
.item-container:nth-child(2n) .item-btn
{
    left: 50%;
	right: auto;
}
}
.showcase .item-info .item-heading
{
    padding: 0;
    background-color: transparent;
}
.showcase .img-left .item-heading,
.showcase .img-right .item-heading
{
    text-align: left;
}
.showcase .item-description
{
    line-height: 1.5;
    padding: 5px 0;
	text-transform: none;
    font-weight: normal;
}

.showcase .subcolumn
{
    padding: 10px 0;
}
.showcase .subcolumn ul
{
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase .subcolumn ul + ul
{
    padding-left: 15px;
}
.showcase .subcolumn li
{
    position: relative;
    margin: 0;
    padding-left: 12px;
	padding-right: 12px;
}
.showcase ul.sublist
{
    line-height: 1.5;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.showcase .sublist li
{
    position: relative;
    display: inline-block;
    padding-right: 12px;
}
.showcase .sublist li:last-child
{
    padding-right: 0;
}
.showcase .sublist li:after
{
    position: absolute;
    top: 0;
    right: 2px;
    display: block;
    content: '\2022';
    color: #ccc;
}
.showcase .sublist li:last-child:after
{
    content: '';
}
.showcase .item-wrapper, .showcase a {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
#sc-1 {
    margin-left: 0px;
    margin-right: 0px;
}
.item-description li {
    line-height: 27px;
    font-size: 11px;
}
@media (min-width: 375px) {
.item-description li {
    line-height: 29px;
    font-size: 12px;
}
}
@media (min-width: 1348px) {
.item-description li {
    font-size: 18px;
}
}
@media (min-width: 568px) {
.item-description li {
    line-height: 23px;
}
}
@media (min-width: 640px) {
.item-description li {
    line-height: 26px;
}
}
@media (min-width: 667px) {
.item-description li {
    line-height: 30px;
}
}
.item-description ul {
    list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 7px;
}
.item-description ul:before{
    content: '';
    display: block;
    width: 60px;
    height: 1px; 
    margin-top: -11px;
    margin-bottom: 10px;	
}
.item-container:nth-child(2n+1) .item-description ul {
	border-top: 1px solid rgba(255,255,255,.2);
}

.item-container:nth-child(2n+1) .item-description ul:before {
	background: #f4d34e;
}
.item-container:nth-child(2n) .item-description ul {
	border-top: 1px solid rgba(0,0,0,.2);
}

.item-container:nth-child(2n) .item-description ul:before {
	background: #000;
}
