/* Global */

.full-tem {
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
}
.full-tem h1,
.full-tem h2,
.full-tem h3,
.full-tem h4,
.full-tem h5,
.full-tem h6 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    line-height: 1.3;
    font-weight: 700;
}
.full-tem h1 {
	font-size: 36px;
}
.full-tem h2 {
	font-size: 30px;
}
.full-tem h3 {
	font-size: 24px;
}
.full-tem h4 {
	font-size: 18px;
}
.full-tem h5 {
	font-size: 16px;
}
.full-tem h6 {
	font-size: 14px;
}
a:hover {
    text-decoration: none;
}
.full-tem {
	overflow-x: hidden;
}
.full-tem img {
	max-width: 100%;
	height: auto;
}

/* Header */

.hdr-top {
	background-color: #191919;
	padding: 15px 0;
}
.hdr-logo a {
	display: inline-block;
}

.hdr-btm {
	background-color: #333;
}
.hdr-nav ul {
	margin: 0;
	padding: 0;
}

.hdr-nav ul li {
	display: inline-block;
	list-style-type: none;
}
.hdr-nav ul li a {
	display: block;
	color: #fff;
	margin: 10px 15px;
	font-size: 18px;
}
.hdr-nav ul li a:hover {
	color: #059EEE;
}

/* Pro Info */

.pro-info {
	padding: 50px 0 80px;
	max-width: 1255px;
	margin: 0 auto;
}

 .pro-title.text-center h3 {
	font-weight: 500 !important;
}
/* Categories */

.categories {
	border-radius: 5px 5px 0 0;
    margin-bottom: 35px;
}
h4.cat-heading {
	background-color: #333;
	color: #fff;
	font-size: 18px;
	padding: 10px 10px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}
.categories ul {
	margin: 0;
	padding: 0;
}
.categories ul li {
	list-style-type: none;
}
.categories ul li a {
	display: block;
	color: #333;
	padding: 10px 15px;
	border: 1px solid #d8d8d8;
	border-top: 0;
}
.categories ul li a:hover {
	background-color: #333;
	color: #fff;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.categories ul li a i {
	margin-right: 10px;
	color: #059EEE;
}

/* Gallery Area */

.slider {
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 605px;
    margin-bottom: 35px;
}
.slider .large {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    width: calc(100% - 347px);
    height: 609px;
    background-color: #fff;
}
.slider .large .large-inr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slider .large .large-inr img {
    padding: 15px;
    height: auto;
    width: 100%;
}
.slider input[name='slide_switch'] {
    display: none;
}
.slider label {
    margin: 0 0 10px;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
width: 194px;
    height: 194px;
    border: 1px solid #e8e8e8;
    padding: 0 10px;
margin-left: calc( 90% - 142px);
}
.slider label img {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.slider input[name='slide_switch']:checked+label {
    opacity: 1;
	border: 1px solid #059EEE;
}
.slider input[name='slide_switch']~.large {
    opacity: 0;
    z-index: 1;
}
.slider input[name='slide_switch']:checked+label+.large {
    opacity: 1;
    z-index: 2;
}

/* Product Description */

.product-description {
    border-top: 0;
}
.product-description img {
    margin-bottom: 25px;
}
.product-description ul {
    text-align: left;
}
.product-description table {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}
.product-description table tr:first-child {
    background-color: #f5f5f5;
}
.product-description table tr td {
    border: 1px solid #e8e8e8;
    text-align: left;
    padding: 15px;
}
.product-description ol,
.product-description ul {
    padding-left: 15px;
}

/* Pro Desc */

.pro-title {
	font-size: 24px;
}
.pro-desc {
	margin-top:15px;
	border-radius: 5px 5px 0 0;
}
h4.pro-desc-heading {
	background-color: #333;
	color: #fff;
	font-size: 18px;
	padding: 10px 18px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	text-align: center;
}
.pro-desc-con {
	border: 3px solid #333;
	padding: 15px 15px 5px;
}
.pro-desc-con table,
.pro-desc-con ol,
.pro-desc-con ul,
.pro-desc-con img,
.pro-desc-con h6,
.pro-desc-con h5,
.pro-desc-con h4,
.pro-desc-con h3,
.pro-desc-con h2,
.pro-desc-con h1 {
	margin-bottom: 15px;
}
.pro-desc-con table {
	width: 100% !important;
}
.pro-desc-con table tr:nth-child(even) {
	background-color: #f5f5f5;
}
.pro-desc-con table tr td {
	padding: 10px 0;
}
.pro-desc-con br {
    display: none;
}

.pro-promo {
	font-size: 18px;
	margin-top: 35px;
    font-style: italic;
}

/* Main Tab area */

.main-tab {
    width: 100%;
    background: #fff;
    margin: 80px 0 0;
}
.main-tab section {
    display: none;
    border: 1px solid #A9A9A9;
    padding: 15px 20px 5px;
    background-color: #f8f8f8;
}
.main-tab section h4.mb-heading {
	display: none;
}
.main-tab input {
    display: none;
}
.main-tab label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 20px;
    font-weight: 600;
    text-align: center;
    color: #333;
    border: 1px solid #A9A9A9;
    background-color: #EFEFEF;
    text-transform: capitalize;
    border-radius: 5px 5px 0 0;
}
.main-tab label i {
    margin-right: 5px;
    display: none;
}
.main-tab label:hover {
    color: #333;
    background-color: #EFEFEF;
    cursor: pointer;
}
.main-tab input:checked + label {
    color: #fff;
    border: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #333;
}
.main-tab #tab1:checked ~ #content1,
.main-tab #tab2:checked ~ #content2,
.main-tab #tab3:checked ~ #content3,
.main-tab #tab4:checked ~ #content4,
.main-tab #tab5:checked ~ #content5,
.main-tab #tab6:checked ~ #content6 {
    display: block;
}

/* Other Items */

.other-items{
	margin-top: 80px;
}
h4.oi-heading {
	margin-bottom: 0;
	font-size: 18px;
	text-transform: capitalize;
}
.single-oi {
	padding: 20px 20px;
	border: 1px solid #d8d8d8;
	margin-top: 35px;
	    max-height: 358px;
}
.single-oi-thumb {
	margin-bottom: 10px;
}
.single-oi-thumb img {
	height: 150px;
	width: auto;
}
.single-oi h5 {
	margin-bottom: 10px;
	font-weight: 400;
    min-height: 60px;
}
.single-oi .price {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
.single-oi a {

}

/* Ftr */

.ftr-logo {
	background-color: #191919;
	padding: 15px 0 8px;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-logo a img {
    height: 70px;
}

#inkfrog_credit {
    display: none;
}

.gallery-bg {
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 30px;
	padding: 0px 0px 30px;
	position: relative;
	width: 100%;
}
#gallery {
	_background-color: #fff;
	border: 0px solid #e4e4e4;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 100%;
	max-width: 962px;
}
#gallery #slides {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 24%;
	margin: 0px auto 0px;
}
#gallery #slides div ul {
  display: table;
  height: auto;
  list-style: outside none none;
  margin:0px auto 0;
  padding: 0;
  width: auto;
}

#gallery #slides div ul li {
	margin: 0px 0px 0px 20px;
	float: left;
	margin-bottom: 20px;
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#slide2 ul li:nth-last-child(1), #slide2 ul li:nth-last-child(2) {
	margin-bottom: 0px !important;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 540px;
	margin: 0 auto;
	max-width: 540px;
	vertical-align: middle;
	width: 100%;
	background-color: #fff;
}
#gallery div.img-wpr {
	background-color: #fff;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 540px;
	max-width: 540px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	border: 1px solid #fff;
}
#gallery div.img-wpr .img-box {
	display: table-cell;
	height: 540px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	vertical-align: middle;
	width: 540px;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 540px;
	max-width: 540px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: auto;
	border: 0px solid #bcbcbc;
}
#gallery .thumb {
	border: 0px solid #f00;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 156px;
	left: 0;
	position: relative;
	right: 0px;
	width: 156px;
	z-index: 2;
	border: 1px solid #ddd;
	margin-bottom: 0px;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
	display: none !important;
}
.thumb-wpr {
	position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
	z-index: 1;
}
#gallery #slides input {
	display: none;
}
#gallery #slides input:checked ~ .img-wpr {
	z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
	display: none;
}
#gallery #slides div ul li:only-#gallery {
	left: 0px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
	height: 60px;
	width: 60px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
.col-lg-3 {
	flex: 0 0 23.5%;
	max-width: 25%;
}
}

@media (min-width: 1139px) and (max-width: 1300px) {

#gallery .big-img-wpr {
	height: 650px;
	max-width: 650px;
}
#gallery div.img-wpr {
	max-height: 650px;
	max-width: 650px;
}
#gallery div.img-wpr .img-box {
	height: 650px;
	width: 650px;
}
#gallery #slides {
	width: 20%;
}
#gallery .thumb {
	height: 126px;
	width: 126px;
}
.col-lg-3 {
	flex: 0 0 23.5%;
	max-width: 25%;
}
}
/* LG Device :992px. */
@media (min-width: 1121px) and (max-width: 1139px) {

.col-lg-3 {
	flex: 0 0 23.5%;
	max-width: 25%;
}
#gallery .big-img-wpr {
	height: 618px;
	max-width: 618px;
}
#gallery div.img-wpr {
	max-height: 618px;
	max-width: 618px;
}
#gallery div.img-wpr .img-box {
	height: 618px;
	width: 618px;
}
#gallery #slides {
	width: 20%;
}
#gallery .thumb {
	height: 126px;
	width: 126px;
}
}
@media (min-width: 992px) and (max-width: 1120px) {

	#gallery {
  padding: 10px;
}
#gallery .thumb {
	height: 60px;
	width: 60px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	#gallery {
    border: 0 none;
    padding: 0 0px 0px;
    width: 100%;
}
#gallery .big-img-wpr {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    height: 330px;
    width: 100%;
}
#gallery div.img-wpr {
    height: 320px;
    left: 0;
    margin: 10px auto 0;
    right: 0;
    top: 0 !important;
    width: 100%;
}
#gallery div.img-wpr .img-box {
    height: 320px;
}
#gallery #slides {
    width: 100%;
    margin: 10px auto;
}
#slides > div {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}
#gallery #slides > div ul {
    margin: 0 auto 5px;
}
#gallery #slides div ul li {
    float: left;
    margin: 5px 3px;
}
#gallery #slides .thumb {
    width: 80px;
    height: 80px;
}
#gallery #slides .thumb img {
    max-height: 29px;
    max-width: 29px;
}
#gallery #slides div ul {
    width: auto;
    margin: 0 auto;
}
#top, #org-top {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#gallery div.img-wpr .big-img {
   max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
#gallery .thumb > img {
     max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.theme-box {
    flex-direction: column;
}
.gallery-img {
    margin-top: 20px;
}
#gallery div.img-wpr {
	border: 0px solid;
}

}

/* Extra small Device. */
@media (max-width: 767px) {
	#gallery div.img-wpr {
	border: 0px solid;
}
	#gallery {
    border: 0 none;
    padding: 0 0px 0px;
    width: 100%;
}
#gallery .big-img-wpr {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    height: 330px;
    width: 100%;
}
#gallery div.img-wpr {
    height: 320px;
    left: 0;
    margin: 10px auto 0;
    right: 0;
    top: 0 !important;
    width: 100%;
}
#gallery div.img-wpr .img-box {
    height: 320px;
}
#gallery #slides {
    width: 100%;
    margin: 10px auto;
}
#slides > div {
    float: none;
    margin: 0 auto !important;
    text-align: center;
}
#gallery #slides > div ul {
    margin: 0 auto 5px;
}
#gallery #slides div ul li {
    float: left;
    margin: 5px 3px;
}
#gallery #slides .thumb {
    width: 80px;
    height: 80px;
}
#gallery #slides .thumb img {
    max-height: 29px;
    max-width: 29px;
}
#gallery #slides div ul {
    width: auto;
    margin: 0 auto;
}
#top, #org-top {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#gallery div.img-wpr .big-img {
   max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
#gallery .thumb > img {
     max-height: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.theme-box {
    flex-direction: column;
}
.gallery-img {
    margin-top: 20px;
}

.hide
{
	display:none !important;
}
.pro-info {
    padding: 20px 0 20px;
}

	.hdr-nav ul li a {
		margin: 8px 5px;
		font-size: 14px;
	}
	.main-tab label i {
		display: inline;
	}
	.main-tab label span {
		display: none;
	}
	.main-tab section h4.mb-heading {
		display: block;
		text-align:center;
	}
	.slider {
	    min-height: inherit;
	}
    .slider .large {
        width: 100% !important;
        height:427px;

    }
	
	
	.large-inr {

    top:0%;
    transform: translateY(-50%);
}
	
	
    .slider label {
        margin-left: 0;
      margin-top: 435px;
        display: inline-block;
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .slider label img {
        transform: translateY(0);
        top: 0;
    }
 
}

.main-tab p
{
	font-size:18px;
}
.mylink a:hover {
	background: #0056b3;
	text-decoration: underline;
}
.mylink
{
	    display: inline-block;
    padding: 5px 35px;
    background-color: #333;
    color: #fff;
    font-size: 18px;
}