/* Your CSS codes here */
.header-2 {
	padding: 0px;
	border-bottom: 1px solid #ddd;
}

.header-2 .logo {
	margin: 10px 0px;
}

.header-2 .logo .cs-logo {
	margin: 0px;
}

@media (min-width:768px) {
	.cs-header-fixed {
		position: fixed;
	}
}

@media (max-width:992px) {
	.totop {
		visibility: hidden;
	}
}

.cs-header-fixed {
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	background-color: #fff !important;
}

.cs-main-block {
	padding-top: 80px;
}

.top-bar .tb-loggedin {
	margin-left: 10px;
}

.top-bar .tb-loggedin a {
	color: #888;
}

.top-bar .tb-loggedin a:hover {
	color: #666;
}

.top-bar .tb-login-form {
	position: relative;
	margin-left: 15px;
}

.top-bar .tb-login-form i {
	font-size: 14px;
}

.top-bar .tb-login-form .b-dropdown-block {
	width: 250px;
	background: #ffffff;
	right: 0px;
	border: 1px solid #e2e2e2;
	position: absolute;
	margin-top: 5px;
	z-index: 10000;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
}

.top-bar .tb-login-form .b-dropdown-block h4 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dashed #eee;
}

.top-bar .tb-login-form .b-dropdown-block ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #eee;
}

.top-bar .tb-login-form .b-dropdown-block h4 {
	margin-bottom: 10px;
}

.smart-forms .section {
	margin-bottom: 12px;
}

.smart-forms .checkbox:before {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border: solid #4ebd4a;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-2 .navigation .mgmenu_container {
	margin: 15px 0px;
}

.header-2 .navigation .mgmenu > li > a:hover,
.header-2 .navigation .mgmenu > li > span:hover,
.header-2 .navigation .mgmenu > li > a:focus,
.header-2 .navigation .mgmenu > li > span:focus {
	color:#0AABD1;
	font-weight: bold;
}

.navigation .mgmenu .dropdown_flyout li a:hover {
	color:#0AABD1;
	font-weight: bold;
}

.badge.badge-color {
	background-color: #FF9030;
}

.btn .badge {
  position: static;

}

/* Brand & Social Media */
/* Brand with background color */
.top-bar .tb-social .brand-bg a i{
	background-color: #ccc;
}

/* Brand with background color - only top-bar */

.top-bar .tb-social .brand-bg a i:hover {
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
}
.top-bar .tb-social .brand-bg a.facebook i:hover {
	background: #3280e7;
}

.top-bar .tb-social .brand-bg a.twitter i:hover {
	background: #669933;
}

.top-bar .tb-social .brand-bg a.google-plus i:hover {
	background: #f96f4a;
}

.top-bar .tb-social .brand-bg a.linkedin i:hover {
	background: #729fda;
}

.top-bar .tb-social .brand-bg a.pinterest i:hover {
	background: #ed5441;
}

.top-bar .tb-social .brand-bg a.dropbox i:hover {
	background: #669933;
}

.top-bar .tb-social .brand-bg a.bitcoin i:hover {
	background: #f8a841;
}

.top-bar .tb-social .brand-bg a.foursquare i:hover{
	background: #22bed4;
}

.top-bar .tb-social .brand-bg a.flickr i:hover {
	background: #ff61e7;
}

.top-bar .tb-social .brand-bg a.github i:hover {
	background: #666666;
}

.top-bar .tb-social .brand-bg a.instagram i:hover {
	background: #d6917a;
}

.top-bar .tb-social .brand-bg a.skype i:hover {
	background: #669933;
}

.top-bar .tb-social .brand-bg a.tumblr i:hover {
	background: #84a1c8;
}

.top-bar .tb-social .brand-bg a.vimeo i:hover {
	background: #669933;
}

.top-bar .tb-social .brand-bg a.dribbble i:hover {
	background: #ff2edf;
}

.top-bar .tb-social .brand-bg a.youtube i:hover {
	background: #ed5441;
}

/* Brand with background color end*/



/* Slider start */
.tp-caption.b-big-bold{
	font-weight:600;
	font-size:40px;
	line-height:55px;
}

.tp-caption.b-medium-bold-grey{
	color:#999;
	font-weight:600;
	font-size:25px;
	line-height:40px;
}
.tp-caption.b-medium-thin-grey{
	color:#888;
	font-weight:300;
	font-size:25px;
	line-height:40px;
}
.tp-caption.b-small-bold-grey{
	font-size:20px;
	line-height:35px;
	color:#999;
}
/* Slider end */
/* Pricing table start */

.pricing-stack .well {
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  border:0px solid #cdcdcd;
  padding:10px;
  background:#fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
	transition: all 0.2s ease 0s;
}

.pricing-stack .well .title {
  margin:10px 0 0 0;
  color:rgba(27,27,27,0.8);
  font-size:22px;
  text-shadow:1px 1px 1px rgba(231,231,231,0.8);
  text-align:center;
  font-weight:normal;
  text-transform:none;
}

.pricing-stack .well .price {
  margin:1em -14px;
  text-shadow:none;
  color:#FFFFFF;
  display:block;
  border:1px solid #cdcdcd;
  background:#44A3D5;
  text-align:center;
  font-size:16px;
  line-height:1;
}

.pricing-stack .well .price .digits {
  font-size:46px;
	display: block;
	margin-bottom: 05px;
}

.pricing-stack .well .btn {
  width:auto;
}

.pricing-stack .well .active {
  border-width:0px;
  -webkit-box-shadow:0px 0px 9px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
}

.pricing-stack .well.active .title {
  font-size:28px;
  text-transform:uppercase;
	background: #1F5F9F;
}

.pricing-stack .well.active .btn {
  margin-top:40px;
}

.pricing-table .pricing-table-features .title-hidden {
  margin-top:58px;
  display:block;
}

.pricing-table .pricing-table-features .title-hidden .title {
  display:none;
}

.pricing-table .pricing-table-features .price {
  font-weight:bold;
  font-size:22px;
}

.pricing-table .well {
  padding:0px;
}

.pricing-table .well.active {
  margin-top:-20px !important;
}

.pricing-table .well.active .price {
	background:#2972B0;
  color:#fff;
	padding:40px 0;
}

.pricing-table .pricing-table-features-list {
  margin:0;
  padding:0;
  list-style:none;
}

.pricing-table .pricing-table-features-list li {
  padding:10px 20px;
  min-height:40px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #D2D2D2;
  text-align:right;
	color: #666666;
}

.pricing-table .billing-frequency-li {
	padding: 0px !important;
}

.pricing-table .pricing-table-features-list li.billing-frequency-li {
	border-top: none;
	font-size: 18px;
	font-weight: bold;
}

.pricing-table .billing-frequency-r {
	border-right: 1px solid #FFFFFF;
}

.pricing-table .billing-frequency-l {
	border-left: 1px solid #D2D2D2;
}

.pricing-table .billing-frequency-div {
	padding: 20px !important;
	text-align: center;
}

.pricing-table .billing-frequency-li .row {
	margin: 0px;
}

.pricing-table .billing-frequency-div .btn.btn-orange {
	color: #ffffff;
	background: #FF9030;
	border: 1px solid #EF8020;
	margin-top: 10px !important;
}
.pricing-table .billing-frequency-div .btn.btn-orange:hover,
.pricing-table .billing-frequency-div .btn.btn-orange:focus,
.pricing-table .billing-frequency-div .btn.btn-orange.active,
.pricing-table .billing-frequency-div .btn.btn-orange:active {
	background: #EF8020;
	color: #ffffff;
	font-weight: bold;
}

.pricing-table .pricing-table-features-list li:nth-child(odd),
.pricing-table .pricing-table-features-list li.row-odd {
  background:#f5f5f5;
}

.pricing-table .pricing-table-features-list li:last-child,
.pricing-table .pricing-table-features-list li.last {
  border-bottom:none !important;
}

.pricing-table .pricing-table-features-list li.title {
  margin:0;
  padding: 15px;
  font-size:13px !important;
  background:#3591CA;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pricing-table .pricing-table-features-list li.price {
  margin:0;
  text-transform: uppercase;
  padding: 30px 15px;
  font-size: 11px;
  font-weight: 400;
}

.pricing-table .pricing-table-features-list li.price .digits {
  font-size:22px;
}

.pricing-table .pricing-table-plan .pricing-table-features-list li {
  text-align:center;
}

.pricing-table .pricing-table-features-list li.sign-up-btn {
  padding:15px;
}

.pricing-table .pricing-table-features-list li.sign-up-btn .btn {
  margin-top:0;
	display: block;
}


@media (min-width:768px) {
  .pricing-stack .well {
    min-height:380px;
  }
  .pricing-stack .well.active .btn {
    margin-top:20px;
  }

  .pricing-table {
    margin: 50px 15px 30px 15px;
  }
  .pricing-table .well {
    margin-left:-16px;
    margin-right:-15px;
  }
  .pricing-table .well.active {
    z-index:2;
    position:relative;
    margin-top:0;
  }

}

@media (min-width:992px) {
  .pricing-stack .well {
    min-height:10px;
  }
}

@media (max-width:787px) {
	.pricing-stack .well.active {
		margin-top: 0px !important;
	}
}

.pricing-table-plan .ribbon {
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	right: -6px;
	top: -6px;
	z-index: 1;
}

.pricing-table-plan .ribbon-inner {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-box-shadow:0 2px 0 0 rgba(0,0,0,0.15);
  -moz-box-shadow:0 2px 0 0 rgba(0,0,0,0.15);
  -o-box-shadow:0 2px 0 0 rgba(0,0,0,0.15);
  box-shadow:0 2px 0 0 rgba(0,0,0,0.15);
  -webkit-transform:translate3d(0,0,0);
  -webkit-backface-visibility:hidden;
  -webkit-perspective:1000;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  letter-spacing:4px;
  text-align:center;
  position:relative;
  font-weight:700;
  font-size:12px;
  padding:2px 0;
  width:90px;
  color:#fff;
  z-index:1;
  left:3px;
  top:6px;
}

.pricing-table-plan  .ribbon-inner:before, .pricing-table-plan  .ribbon-inner:after {
	content: "";
	border-top: 3px solid;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.pricing-table-plan  .ribbon-inner:before {
	left: 0px;
}

.pricing-table-plan .ribbon-inner:after {
	right: 0px;
}


.pricing-table-plan .ribbon-inner-red {
  background:#ee4f3d;
}

.pricing-table-plan  .ribbon-inner-red:before, .pricing-table-plan  .ribbon-inner-red:after {
	border-top-color: #E42914;
}

@media (max-width:767px) {
	.pricing-table-plan .ribbon {
    right: 9px;
	}
}

.pricing-table .pricing-table-features-list li.title, .pricing-table .pricing-table-features-list li.none-border-price {
  border: none !important;
}

.well-border {
	border:1px solid #d2d2d2;
	background-color:#EBEBEB;
	border-top:0
}

.pricing-table .pricing-table-features-list li.border-price {
	border: none;
	border-right: 2px solid #D2D2D2;
}

.custom-plan-banner {
	background: #44A3D5;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: none;
}

.custom-plan-banner .big-title {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Pricing table end */

.panel-grey .btn-block {
	border-radius: 0px;
}

.article-badge {
	float: right;
}

.parent-category {
	text-transform: uppercase;
	border: 1px solid;
	color: #FFF;
	background-color: #669933;
	font-size: 13px;
	padding: 8px 12px;
	font-weight: bold;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #1FAABE;
}

.smart-forms .article-vote {
	width: 100px;
}

.smart-forms .article-vote select {
	display: inline-block;
	width: 100px;
}


/* Dla google search */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

  line-height: normal;
}
/* */

.panel-group .panel-title a.collapsed:before{
	content: "\f196"; /* fa-plus-square-o */
	font-family: 'FontAwesome';
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}

.panel-group .panel-title a:before{
	content: "\f147"; /* fa-minus-square-o */
	font-family: 'FontAwesome';
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}
.panel-group .panel-title a {
	width: 100%;
	display: block;
}

.margin-bootom-20 {
	margin-bottom: 20px;
}

.margin-bootom-10 {
	margin-bottom: 10px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

/* Social comment (testimonials.css) */

.lp-dashed-box {
	background: #FFFFCD;
	border: 2px dashed #F32C35;
	margin: 20px auto;
}

.lp-title {
  font-weight: bold;
  font-size: 24px;
}

.lp-red-title {
  color: #CC0000;
  font-size: 36px;
}

.lp-submit-btn {
	margin: 0px 15%;
	padding: 15px 16px;
	width: 70%;
	white-space: normal;
}


.yellow-gradient-btn {
	background-color: #fff000 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff000", endColorstr="#ff9030");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fff000), to(#ff9030));
	background-image: -moz-linear-gradient(top, #fff000, #ff9030);
	background-image: -ms-linear-gradient(top, #fff000, #ff9030);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff000), color-stop(100%, #ff9030)); background-image: -webkit-linear-gradient(top, #fff000, #ff9030);
	background-image: -o-linear-gradient(top, #fff000, #ff9030);
	background-image: linear-gradient(#fff000, #ff9030);
	border: 1px solid #ff9030;
	color: #550000 !important;
	font-weight: bold;
}

.yellow-gradient-btn:hover {
	background-color: #fffd4f !important;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fffd4f), to(#ff8b11));
	background-image: -moz-linear-gradient(top, #fffd4f, #ff8b11);
	background-image: -ms-linear-gradient(top, #fffd4f, #ff8b11);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffd4f), color-stop(100%, #ff8b11)); background-image: -webkit-linear-gradient(top, #fffd4f, #ff8b11);
	background-image: -o-linear-gradient(top, #fffd4f, #ff8b11);
	background-image: linear-gradient(#fffd4f, #ff8b11);
}

.center-text {
	text-align: center;
	font-size: 12px;
	color: #C4C4C4;
}

.white-space {
  padding-top: 30px;
}

.comment-box {
	width: 100%;
	border-bottom: 2px solid #10AACF;
	background: #E5E5E5;
}

.social-comment {
	display: block-inline;
	text-decoration: none;
	padding: 10px;
}

.social-comment:hover {
	text-decoration: none;
}

.comment-tab {
	padding: 15px;
}

#comment-fb {
	font-weight: bold;
}

#li-fb {
	background: #F2F2F2;
	border-bottom: 2px solid #10AACF;
}
/* */

.social-bar {
	width: 100%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	min-height: 25px;
}

.social-bar > * {
	display: inline-block !important;
	margin: 0px 0px 0px 0px !important;
	vertical-align: bottom !important;
	text-align: left;
}

.social-bar > * * {
	vertical-align: bottom !important;
}

.demo-boxes .block-heading-two h3 {
	border-bottom: 1px solid #CCC;
}

.demo-boxes .demo-item, .test-quality-item {
	margin: 15px auto;
	padding: 20px;
	border: 1px solid #EEE;
	border-top: 3px solid #669933;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}

.demo-boxes .panel {
	margin-bottom: 40px;
	box-shadow: none;
}





#pwstrengthbox {
    width: 200px;
    border: 1px solid #ccc;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    color: #9A9A9A;
    font-weight: normal;
}

#pwstrengthbox.strong {
    background-color: #33CC00;
    border: 1px solid #289F00;
    color: #fff;
    font-weight: bold;
}

#pwstrengthbox.moderate {
    background-color: #ff6600;
    border: 1px solid #C44F00;
    color: #fff;
    font-weight: bold;
}

#pwstrengthbox.weak {
    background-color: #cc0000;
    border: 1px solid #9D0000;
    color: #fff;
    font-weight: bold;
}


.img-box-8 .img-box-8-item h4{
	color:#777;
}

.img-box-8 .img-box-8-item:hover .img-box-8-cap h4{
	color:#fff;
}

.btn-danger {
    color: #FFF !important;
}

.shopping-vcart .input-group {
    max-width: 110px;
}

html {
	overflow-y: scroll;
}

#producttotal {
	font-weight: bold;
}