﻿/** Links **/

/*

a {
  color: #363f44;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #141719;
  text-decoration: none;
}


.main-content a{
  color: #19a9d5;
  text-decoration: none;
  cursor: pointer;
}

.main-content a:hover,
.main-content a:focus {
  color: #1797be;
  text-decoration: none;
}

*/

.pos{ position:relative;}
.pricefixed{position: fixed;top:120px;}
.codefixed{position: fixed;top:416px;}




.right-fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
	margin-top: -120px;
	width: 64px;
	box-shadow: 0 0 6px rgba(168,168,168,.38)
}

.right-fixed .kegu-box {
	display: block;
	width: 64px;
	height: 79px;
	padding-left: 5px;
	background: url(../images/wt-public-icon.png) -206px 0
}

.right-fixed .kegu-box .qqTip {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 68px;
	color: #666;
	background: #fff;
	padding: 10px 15px;
	height: 80px;
	width: 154px;
	font-size: 12px;
	display: none;
	box-shadow: 0 0 6px rgba(168,168,168,.38)
}

.right-fixed .kegu-box .qqTip p {
	line-height: 20px;
	margin-bottom: 0;
}

.right-fixed .kegu-box:hover .qqTip {
	display: block
}

.right-fixed .kegu-box:hover {
	background: url(../images/wt-public-icon.png) -275px 0
}

.right-fixed .wx-box {
	display: block;
	width: 64px;
	height: 78px;
	padding-left: 5px;
	cursor: pointer;
	position: relative;
	background: url(../images/wt-public-icon.png) -206px -79px
}

.right-fixed .currentstyle .wx-erwema {
	display: block
}

.right-fixed .currentstyle {
	background: url(../images/wt-public-icon.png) -275px -79px
}

.right-fixed .wx-erwema {
	position: absolute;
	width: 149px;
	height: 190px;
	left: -153px;
	top: 0;
	display: none;
	background: url(../images/position-right-wx.png) no-repeat;
	padding-left: 10px
}

.right-fixed .wx-box:hover .wx-erwema {
	display: block
}

.right-fixed .wx-box:hover {
	background: url(../images/wt-public-icon.png) -275px -79px
}

.right-fixed .ShoppingCar-link {
	display: block;
	height: 78px;
	width: 64px;
	background: url(../images/wt-public-icon.png) -206px -157px
}

.right-fixed .ShoppingCar-link:hover {
	background: url(../images/wt-public-icon.png) -275px -157px
}

.right-fixed .fk-box {
	display: block;
	height: 79px;
	width: 64px;
	background: url(../images/wt-public-icon.png) -206px -236px
}

.right-fixed .fk-box:hover {
	height: 79px;
	width: 64px;
	background: url(../images/wt-public-icon.png) -275px -236px
}

.right-fixed .back-top {
	height: 63px;
	width: 64px;
	cursor: pointer;
	background: url(../images/wt-public-icon.png) -206px -315px
}

.right-fixed .back-top:hover {
	background: url(../images/wt-public-icon.png) -275px -315px
}






.share a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-image: url(../images/share_icon.png);
	background-repeat: no-repeat
}

.share a:hover {
	opacity: .6
}

.share a.qq {
	background-position: 0 0
}

.share a.xl {
	background-position: 0 -40px
}

.share a.wx {
	background-position: 0 -80px
}

.share a.bk {
	background-position: 0 -120px
}






html,
body {
  /* The html and body elements cannot have any padding or margin. */

  
}


/* Avoid the header overlapping */

body { 
	padding-top: 100px;
	
	
	
	 
}
@media screen and (max-width: 767px) 
{
    body { 
	    padding-top: 50px; 
	}
}




/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  background-color: #edf1f2;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */

}

/* Set the fixed height of the footer here */
#footer {
  height: 279px;
}

/* Lastly, apply responsive CSS fixes as necessary */



/* Adjusted color for nav pills */
.nav-pills > li.active > a {
  color: #fff !important;
  background-color: #23b7e5 !important;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:active {
  background-color: #19a9d5 !important;
}

/* Adjusted color for list group navigation */
.list-group-item.active {
	color: #58666e !important;
  background-color: #dde6e9 !important;
  border-color: #dde6e9 !important;
}

/* Adjusted color for pagination */

.pagination > li > a,
.pagination > li > span {
  color: #58666e !important;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff !important;
  background-color: #23b7e5 !important;
  border-color: #23b7e5 !important;
}





.item-header a{
  color: #363f44;
  text-decoration: none;
  cursor: pointer;
}

.item-header a:hover,
.item-header a:focus {
  color: #141719;
  text-decoration: none;
}
 


a.text-info {
  color: #19a9d5;
  text-decoration: none;
  cursor: pointer;
}

a.text-info:hover,
a.text-info:focus {
  color: #1797be;
  text-decoration: none;
}


.link-info a{
  color: #19a9d5;
  text-decoration: none;
  cursor: pointer;
}

.link-info a:hover,
.link-info a:focus {
  color: #1797be;
  text-decoration: none;
}



.link-muted a{
  color: #98a6ad;
  text-decoration: none;
  cursor: pointer;
}

.link-muted a:hover,
.link-muted a:focus {
  color: #98a6ad;
  text-decoration: none;
}


.link-bg-light-hover a:hover,
.link-bg-light-hover a:focus{
	background-color: #f6f8f8 !important;
		
}

/** Frontpage **/

.frontpage-header{
	width: 100%;
    /*background-image: url(../images/frontpage-bg-sunrise.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;    
	position: relative;
}

.frontpage-header h1{
	
	text-shadow: 0px 0px 5px rgba(0, 0, 5, 0.5);

	
		
}
.frontpage-header h3{
	
	text-shadow: 0px 0px 5px rgba(0, 0, 5, 0.5);
		
}

.white-transparant-bg{
	background-color: rgba(255, 255, 255, 0.5) !important;
}


.black-transparant-bg{
	background-color: rgba(28, 43, 54, 0.8) !important;
}


/** Free file page header */
.free-file-page-header{
	width: 100%;
	background-color: #00496e;
    background-image: url(../images/blue-gradient-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;    
	position: relative;
}


/** extra text properties **/

.text-ellipsis{
	text-overflow: ellipsis;
}

.click-area-lg{
	display: block;
	position: relative;

}

.click-area-lg:after{
    content:"";
    padding: 200px;  
    position: absolute;
    left: -100px;
    top: -100px;
} 


a.text-white:hover,
a.text-white:focus {
  color: #EEE;
  text-decoration: none;
  
}


a.text-black{
	color: #363f44;
}

a.text-black:hover,
a:focus {
  color: #141719;
  text-decoration: none;
}


.text-xl {
  font-size: 24px;
}

.text-xxl {
  font-size: 32px;
}

.text-xxxl {
  font-size: 50px;
}
.text-right {
  text-align: right;
}




/* Border left colors */

.b-l-light {
  border-left-color: #edf1f2 !important;
}

.b-l-dark {
  border-left-color: #3a3f51 !important;
}

.b-l-black {
  border-left-color: #3a3f51 !important;
}

.b-l-primary {
  border-left-color: #7266ba !important;
}

.b-l-success {
  border-left-color: #27c24c !important;
}

.b-l-info {
  border-left-color: #23b7e5 !important;
}

.b-l-warning {
  border-left-color: #fad733 !important;
}

.b-l-danger {
  border-left-color: #f05050 !important;
}

.b-l-white {
  border-left-color: #ffffff !important;
}







/* The ribbons */

.ribbon {
  position: absolute;
  right: -5px; top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 80px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 12px; right: -18px;
}



.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}



.ribbon-info span {
	color: #FFF;
	background: #1faad4;
	background: linear-gradient(#28b9e3 0%, #1faad4 100%);
}


.ribbon-info span::before {

  border-left: 3px solid #1faad4;
  border-top: 3px solid #1faad4;
}
.ribbon-info span::after {
  border-right: 3px solid #1faad4;
  border-top: 3px solid #1faad4;
}



.ribbon-success span {
	color: #FFF;
	background: #2dab49;
	background: linear-gradient(#33c052 0%, #2dab49 100%);
}


.ribbon-success span::before {

  border-left: 3px solid #2dab49;
  border-top: 3px solid #2dab49;
}

.ribbon-success span::after {
  border-right: 3px solid #2dab49;
  border-top: 3px solid #2dab49;
}


.ribbon-danger span {
	color: #FFF;
	background: #ec383c;
	background: linear-gradient(#ee4f52 0%, #ec383c 100%);
}


.ribbon-danger span::before {

  border-left: 3px solid ec383c;
  border-top: 3px solid #ec383c;
}

.ribbon-danger span::after {
  border-right: 3px solid #ec383c;
  border-top: 3px solid #ec383c;
}



/** Item listing **/

.item-listing-title {
	height: 40px;
	
}
.item-listing-title-sm {
	height: 85px;
	
}

.item-listing-desc {
	height: 80px;
}

.item-listing-extra {
	height: 40px;
}



/* Item labels */
	

.item-options{
	
	opacity: 0;	
	      -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
	
}

.item-header-overlay a{
	color: #FFFFFF;	
}

.item-header-overlay a:hover{
	color: #18abd9;	
}

.item-panel:hover .item-options{
	opacity: 1;	
	      -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}



.item-header-overlay {

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
      -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;

  
  
}
.item-header-overlay.active,
.item-panel:hover .item-header-overlay {
 
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
 background: rgba(255,255,255,0.15);
}




   /* Other styles goes here */

	

	
	
.item-label {
  position: absolute;
  right: 0px; bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100px; height: 32px;
  text-align: right;
}
.item-label span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  width: 80px;
  display: block;
  position: absolute;
  top: 12px; right: 0px;
}



.item-panel:hover .item-price-buttonOFF{

	background: #33c052;
	border-color: #33c052;
	color: #FFF !important;
}


/** Extra buttons **/
.btn-transparant-white {
  color: #ffffff !important;
  border: 1px solid #fff;
}

.btn-transparant-white:hover,
.btn-transparant-white:focus,
.btn-transparant-white:active,
.btn-transparant-white.active,
.open .dropdown-toggle.btn-transparant-white {
  color: #2baadf !important;
  border-color: #2baadf !important;
}

/** Item page **/
.item-menu {
	padding-top: 8px;
	margin-bottom: -11px;
	
}




.item-menu .active{
	border-bottom: 5px solid #23b7e5;
	font-weight: bold;
	color: #363f44 !important;
}

.item-menu a {
  color: #58666e;  
}

.item-menu a:hover,
.item-menu a:focus {
	text-decoration: none;
	color: #141719 !important;
	border-bottom: 5px solid #E5E9EC;
}

.item-menu .active:hover{
	text-decoration: none;
	border-bottom: 5px solid #0FAADC !important;
}

.item-menu .active{
border-bottom: 5px solid #0FAADC;

}

.screenshot-box{
	
  line-height:100px;
  text-align: center;

	
}

.screenshot-thumb{
   vertical-align: middle;
 
   max-width: 100%;
   max-height: 96px;
   	
}

.extra-screenshot{
	display: none;
}

#display-screenshots{
	display: block;
}
#hide-screenshots{
	
}

.item-description h1{
	font-size: 18px !important;
	font-weight: 600 !important;
}

.item-description h2{
	font-size: 18px !important;
	font-weight: 600 !important;
}

.item-description h3{
	font-size: 18px !important;
	font-weight: 600 !important;
}


.item-description a{
  color: #19a9d5;
  text-decoration: none;
  cursor: pointer;
}

.item-description a:hover,
.item-description a:focus {
  color: #1797be;
  text-decoration: none;
}

.item-description img{
	max-width:100%;
} 



img.size-full{
	width:100%;
} 

.blog-post img{
	max-width:100%;
}

.blog-post h1{
	
		
}

.blog-post h2{
	font-weight: 600 !important;
	font-size: 24px;
	
}




/** User profile **/

.profile-menu {
	margin-bottom: -7px;
	
}




.profile-menu .active{
	border-bottom: 5px solid #23b7e5;
	font-weight: bold;
	color: #363f44 !important;
}

.profile-menu a {
  color: #58666e;

}

.profile-menu a:hover,
.profile-menu a:focus {
	text-decoration: none;
	color: #141719 !important;
	border-bottom: 5px solid #E5E9EC;
}

.profile-menu .active:hover{
	text-decoration: none;
	border-bottom: 5px solid #0FAADC !important;
}

.profile-menu .active{
border-bottom: 5px solid #0FAADC;

}






.profile-avatar{
	z-index: 99; position:relative;
	 border:3px solid #ffffff;
	 background-color:#ffffff;
	 border-radius: 11px;
}


/** User profile **/
.profile-avatar-sm{
	z-index: 99; position:relative;
	 border:3px solid #ffffff;
	 background-color:#ffffff;
	 border-radius: 8px;
}



/** Social buttons **/

.btn-facebook {
  color: #ffffff !important;
  background-color: #3a5898;
  border-color: #3a5898;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff !important;
  background-color: #35508b;
  border-color: #35508b;
}


.btn-twitter {
  color: #ffffff !important;
  background-color: #2baadf;
  border-color: #2baadf;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #ffffff !important;
  background-color: #28a0d2;
  border-color: #28a0d2;
}


.btn-googleplus {
  color: #ffffff !important;
  background-color: #cc382e;
  border-color: #cc382e;
}

.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open .dropdown-toggle.btn-googleplus {
  color: #ffffff !important;
  background-color: #be342b;
  border-color: #be342b;
}


.btn-pinterest {
  color: #ffffff !important;
  background-color: #ca1f28;
  border-color: #ca1f28;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #ffffff !important;
  background-color: #bc1d25;
  border-color: #bc1d25;
}


.btn-linkedin {
  color: #ffffff !important;
  background-color: #007ab5;
  border-color: #007ab5;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #ffffff !important;
  background-color: #0071a8;
  border-color: #0071a8;
}

.btn-rss {
  color: #ffffff !important;
  background-color: #f26722;
  border-color: #f26722;
}

.btn-rss:hover,
.btn-rss:focus,
.btn-rss:active,
.btn-rss.active,
.open .dropdown-toggle.btn-rss {
  color: #ffffff !important;
  background-color: #e26020;
  border-color: #e26020;
}

/* extra margin properties */
.m-l-xxxl {
  margin-left: 70px;
}
.m-r-xxxl {
  margin-right: 70px;
}

/* Height properties */




.h-xxs {
  height: 50px;
}

.h-xs {
  height: 90px;
}

.h-sm {
  height: 150px;
}

.h {
  height: 200px;
}

.h-md {
  height: 240px;
}

.h-lg {
  height: 280px;
}

.h-xl {
  height: 320px;
}

.h-xxl {
  height: 360px;
}

.h-400 {
  height: 400px;
}


.h-500 {
  height: 500px;
}


.h-600 {
  height: 600px;
}


.p-l{
	padding-left: 15px;
}

.p-l-md{
	padding-left: 20px;
}

.p-l-lg{
	padding-left: 30px;
}

.pos-rel{
	position: relative;
}

.align-bottom{
	position: absolute;
	bottom: 0;
}

.text-shadow-sm{
	text-shadow: 0px 1px 2px rgba(0, 0, 5, 0.3);
}

/* Bootstrap carousel - Controls only visible on mouseover */
	
.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }

.carousel-indicators li { visibility: hidden; }

.carousel-caption {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    margin-bottom: -30px;
}

/* Center bootstrap modals */

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Fix header movement when modal opens */

body.modal-open { 
	overflow:inherit; 
	padding-right:inherit !important; 
}


#editor {
	overflow:scroll; 
	max-height:300px
}


/* Popover properties*/

.popover-usercard {
    display:block !important;
    max-width: 600px!important;
    width:auto;
}
.usercard{
	width: 350px;
	border: none !important;
}


.popover-itemcard {
    display:block !important;
    max-width: 800px!important;
    width:auto;
}
.itemcard{
	width: 550px;
	border: none !important;
}



.grow {
	display: inline-block; /* change the default display type to inline-block */
    overflow: hidden;      /* hide the overflow */
	 
}


.grow img {

    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    
}

.item-panel:hover .grow img,
.blog-panel:hover .grow img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}



.box {
    display:block;
    width:200px;
    height:100px;
    background-color:#DDD;
}
#pop {
    padding:0px 0px;
}
#example {
    position:relative;
}


.text-ellipsis {
text-overflow: ellipsis;
}

.text-wordbreak{
  /* Add word break */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;  
}


.align-bottom{
	position: absolute;
  bottom: 0;
  left: 0;
	
}

.animated-fast{
   -webkit-animation-duration: 0.3s;
   animation-duration: 0.3s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}


/* Forced properties */
#headerbar-notifications .b-l-3x {
  border-left-width: 3px !important;
}

#headerbar-notifications .bg-light.lt,
#headerbar-notifications .bg-light .lt {
  background-color: #f3f5f6;
}

/* Print properties*/

@media print {
 
body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 8px helvetica; color: #000;}
 
h1{
	font: 18px helvetica !important;
} 
 
#content
{
font-size: 8px;
font-weight: 100 !important;
color: #FF9900 !important;

}

    
  a[href]:after {
    content: none !important;
  }
 
 header,footer,aside,nav{
	 display: none;
 } 
 
 .hidden-print{
	 display: none;
 }
 

/* Redactor bullets in list fix */
.redactor-editor ul {
  list-style-type: disc !important;
  
}

.redactor-editor ol {
  list-style: decimal !important;
}

 
 
