/* Add here all your css styles (customizations) */
.copyright { font-size: 14px; }
.copyright p span { font-size: 14px;}
.cbp-title-dark {min-height:45px;}

.cbp-item.graphic { min-height: 300px; }
.cbp-item-wrapper { min-height: 250px; }

.cbp .cbp-item {   
    position: relative;
    transform: none !important;
	-webkit-transform: none !important;
	min-height: 340px; 
}

.col-md-6 { width: 50%; }

.header-v4 { margin-bottom: 10px; }

.product-service .product-service-in { padding-left: 0px; padding-right: 0px; border-width: 0px;  }

.product-service .product-service-in h3 { font-weight: bold; }
.product-service .product-service-in p { text-align: left; padding-left: 15px; padding-right: 15px; }
.product-service .product-service-in #imgProduct2 {max-width: 100%; }

.table-responsive { border: none !important; }

.wizard {
    display: block;
    overflow: hidden;
    width: 100%;
}
.wizard ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.wizard ul > li {
    display: inline-block;
    padding: 0;
}
.wizard ul.total-result li { display: block; color: #363636; }
.wizard ul.total-result li .total-result-in { text-align: right; margin-top: -2em; }

.wizard > .steps .current-info, .wizard > .content > .title {
    left: -999em;
    position: absolute;
}
.wizard > .steps {
    display: block;
    position: relative;
    width: 100%;
}
.wizard > .steps .number {
    float: left;
    font-size: 36px;
    margin-right: 15px;
}
.wizard > .steps > ul > li {
    margin-left: 30px;
    position: relative;
    width: 31.2%;
}
.wizard > .steps > ul > li:first-child {
    margin-left: 0;
}
@media (max-width: 991px) {
.wizard > .steps > ul > li {
    margin: 0 0 15px;
    width: 100%;
}
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    padding: 15px;
    text-decoration: none;
    width: auto;
}
.wizard > .steps h2 {
    font-size: 22px;
    margin: 0 0 5px;
}
.wizard > .steps p {
    font-size: 16px;
    opacity: 0.6;
}
.wizard > .steps i {
    border: 2px dashed #e0e0e0;
    color: #c4c4c4;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    padding: 8px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 15px;
    width: 40px;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: inherit;
    border: 1px solid #eee;
    color: #fff;
    cursor: default;
    transition: all 0.3s ease-in-out 0s;
}
.wizard > .steps .disabled .number {
    color: #18ba9b;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #18ba9b none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.wizard > .steps .current .number, .wizard > .steps .current h2, .wizard > .steps .current p, .wizard > .steps .current i {
    color: #fff;
}
.wizard > .steps .current i {
    border-color: #fff;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #2cd5b6 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.wizard > .steps .done .number, .wizard > .steps .done p {
    color: #fff;
}
.wizard > .steps .done h2 {
    color: #fff;
}
.wizard > .steps .done i {
    border-color: #fff;
    color: #fff;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #c9253c none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.wizard > .content > .body em.invalid {
    color: #8a1f11;
    display: none !important;
    font-weight: 400;
    transition: all 0.3s ease-in-out 0s;
}
.wizard > .content > .body input.invalid {
    border: 1px solid #eec5c7 !important;
    color: #8a1f11;
    font-weight: 400;
    transition: all 0.3s ease-in-out 0s;
}
.wizard > .content > .body input.invalid.form-control::-moz-placeholder {
    color: #8a1f11;
}
.wizard > .content > .body .input-small-field input {
    float: left;
    margin-right: 10px;
    width: 20%;
}
.wizard > .content > .body .input-small-field input.invalid {
    margin-right: 10px;
}
.wizard > .content > .body .input-small-field span.slash {
    color: #888;
    float: left;
    font-size: 20px;
    margin-right: 8px;
}
.wizard > .content {
    overflow: hidden;
    position: relative;
}
.wizard > .content {
    border-top: 1px solid #eee;
    margin-top: 35px;
    padding-top: 35px;
}
.wizard > .content > .body {
    padding: 0;
    width: 100%;
}
.wizard > .actions {
    text-align: right;
}
.wizard > .actions > ul {
    display: inline-block;
}
.wizard > .actions > ul > li {
    margin-left: 10px;
}
.wizard > .actions > ul > li:first-child {
    margin-left: 0;
}
.wizard > .actions a {
    background: #18ba9b none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    min-width: 126px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.wizard > .actions a:hover {
    background: #2cd5b6 none repeat scroll 0 0;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #82dac9 none repeat scroll 0 0;
    color: #fff;
}


.shopping-cart .table > tbody > tr > td.shop-red {
    color: #c9253c;
}
.shopping-cart .table > tbody > tr > td {
    color: #888;
}
.shopping-cart .table > thead > tr > th, .shopping-cart .table > tbody > tr > td {
    padding: 15px;
    text-align: center;
}
.shopping-cart .table > thead > tr > th, .shopping-cart .table > tbody > tr > th, .shopping-cart .table > tfoot > tr > th, .shopping-cart .table > thead > tr > td, .shopping-cart .table > tbody > tr > td, .shopping-cart .table > tfoot > tr > td {
    border-top: medium none;
    vertical-align: middle;
}

.shopping-cart .product-in-table img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    float: left;
    height: auto;
    margin-right: 15px;
    padding: 10px;
    width: 120px;
}
.shopping-cart .product-in-table h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.shopping-cart .quantity-button {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    outline: medium none;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    width: 45px;
}
.shopping-cart .quantity-field {
    border: 1px solid #eee;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    margin: 0 -4px;
    outline: medium none;
    text-align: center;
    width: 45px;
}
.shopping-cart .close {
    color: #888;
    font-size: 18px;
    opacity: 1;
    padding-right: 10px;
}
.shopping-cart .close:hover {
    color: #555;
}
.shopping-cart h2.title-type {
    font-size: 16px;
    margin-left: 20px;
    text-transform: uppercase;
}
.shopping-cart .billing-info-inputs {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 20px;
}
.shopping-cart .billing-info-inputs label {
    color: #555;
    margin-bottom: 0;
    vertical-align: middle;
}
.shopping-cart .billing-info-inputs input {
    border-color: #eee;
    margin-bottom: 10px;
    min-height: 40px;
}
.shopping-cart .billing-info-inputs .form-control {
    box-shadow: none;
    color: #888;
}
.shopping-cart .billing-info-inputs .form-control::-moz-placeholder {
    color: #888;
}


.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	
	background-color: #3498db;
}

.wizard > .actions a { background-color: #3498db;}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active,
.wizard > .actions a:hover {  background-color: #8BB8CF;}
.shopping-cart .table > thead > tr > th, .shopping-cart .table > tbody > tr > td {
	text-align: left;
}

#lblPrice { margin-right: 10px; padding: 10px; vertical-align: middle; }
#tbQty { padding: 12px 10px; line-height: inherit; }
#cmdAddtoCart { margin-left: 10px; vertical-align: middle;}

.cus-form-horizontal .form-group { clear: both; }

#Content_Login1 { width: 100%; }
#Content_Login1_RememberMe { margin-right: 10px; }
#Content_Login1_UserName, #Content_Login1_Password { margin-top: 0px; }
#MainForm input.form-control, #MainForm select.form-control { margin-top: 0px; }



.dropdown.open ul.dropdown-menu { display: inherit; }
.dropdown.open ul.dropdown-menu li { width: 100%; }

.header-v4 .dropdown > a::after { right: 3px; }

.profile-body li, .profile-body li a {
    color: #ada59c;
}

.sky-form { padding: 10px; }

/* skyform customization */

.sky-form.contact-style {
    border: medium none;
}
.sky-form.comment-style, .sky-form.comment-style fieldset {
    background: inherit;
    border: medium none;
    padding: 0;
}
.sky-form.comment-style input, .sky-form.comment-style textarea {
    border: medium none;
}
.sky-form.comment-style input:focus, .sky-form.comment-style textarea:focus {
    box-shadow: none;
}
.sky-form .sky-space-20 {
    margin-bottom: 20px;
}
.sky-form .sky-space-30 {
    margin-bottom: 30px;
}
.sky-form {
    border: 1px solid #eee;
    box-shadow: none;
}
.sky-form header {
    background: #fff none repeat scroll 0 0;
    color: inherit;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 30px;
}
.sky-form fieldset.no-padding {
    padding: 0;
}
.sky-form fieldset {
    background: #fff none repeat scroll 0 0;
}
.sky-form footer {
    background: #fff none repeat scroll 0 0;
    padding: 15px 30px;
}
.sky-form a {
    color: inherit;
}
.sky-form a.btn-u {
    color: #fff;
}
.sky-form .input input {
    height: 34px;
    padding: 6px 12px;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border-width: 1px;
    color: #404040;
    font-size: 14px;
}
.sky-form .select select {
    height: 33px;
    padding: 6px 10px;
}
.sky-form .select-multiple select {
    height: auto;
}
.sky-form .input-file .button {
    height: 32px;
    right: 1px;
    top: 1px;
}
.sky-form .input-captcha img {
    border-left: 1px solid #e5e5e5;
    position: absolute;
    right: 1px;
    top: 1px;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #bbb;
}
.sky-form .toggle i::before {
    background-color: #999;
}
.sky-form .button {
    background: #72c02c none repeat scroll 0 0;
}
.sky-form .toggle {
    font-weight: normal;
}
.sky-form .toggle i {
    border-width: 1px;
    height: 21px;
    width: 54px;
}
.sky-form .toggle i::after {
    top: 3px;
}
.sky-form .toggle i::before {
    right: 6px;
    top: 5px;
}
.radio, .checkbox {
    margin-top: 0;
}
.sky-form .radio i, .sky-form .checkbox i {
    border-width: 1px;
    height: 17px;
    width: 17px;
}
.sky-form .checkbox input + i::after {
    font: 10px FontAwesome;
    left: 0;
    top: 2px;
}
.sky-form .radio input + i::after {
    background-color: #999;
    left: 5px;
    top: 5px;
}
.sky-form .checkbox input + i::after {
    color: #999;
}
.sky-form .radio input:checked + i, .sky-form .checkbox input:checked + i, .sky-form .toggle input:checked + i {
    border-color: #999;
}
.sky-form .rating input:checked ~ label {
    color: #72c02c;
}
.sky-form .select i {
    height: 6px;
    right: 13px;
    top: 14px;
    width: 9px;
}
.sky-form .select i::after, .sky-form .select i::before {
    top: 4px;
}
.sky-form .select i::before {
    border-bottom: 4px solid #404040;
    top: -2px;
}
.label-rounded .ui-slider-handle {
    border-radius: 50% !important;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    background: inherit;
    font-size: 14px;
    height: 32px;
    line-height: 33px;
    top: 1px;
}
.sky-form .icon-append {
    min-width: 34px;
    padding: 0 3px;
    right: 1px;
}
.sky-form .icon-prepend {
    left: 6px;
    padding-right: 5px;
}
.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus {
    border-color: #bbb;
    box-shadow: 0 0 2px #c9c9c9;
}
.sky-form .radio input:focus + i, .sky-form .checkbox input:focus + i, .sky-form .toggle input:focus + i {
    border-color: #999;
    box-shadow: none;
}
.sky-form .input:hover input, .sky-form .select:hover select, .sky-form .textarea:hover textarea {
    border-color: #999;
}
.sky-form .radio:hover i, .sky-form .checkbox:hover i, .sky-form .toggle:hover i, .sky-form .ui-slider-handle:hover {
    border-color: #999;
}
.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
    color: #72c02c;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    color: #b3b3b3;
}
.sky-form .input.state-disabled:hover input, .sky-form .select.state-disabled:hover select, .sky-form .textarea.state-disabled:hover textarea, .sky-form .radio.state-disabled:hover i, .sky-form .checkbox.state-disabled:hover i, .sky-form .toggle.state-disabled:hover i {
    border-color: #bbb;
}
.ui-datepicker-header {
    font-size: 16px;
    padding: 10px 0;
}
.ui-datepicker-inline {
    border-width: 1px;
}
.ui-datepicker-inline .ui-datepicker-header {
    line-height: 27px;
}
.ui-datepicker-prev, .ui-datepicker-next {
    font-size: 18px;
    line-height: 47px;
}
.ui-datepicker-calendar a {
    border: 1px solid transparent;
}
.ui-datepicker-calendar .ui-state-active {
    background: inherit;
    border: 1px solid #bbb;
}
.ui-datepicker-calendar a:hover {
    background: inherit;
    border: 1px solid #bbb;
}
.sky-form button *, .sky-form button *::after, .sky-form button *::before {
    margin: 0 auto;
}
.btn-u.button-uploading::after {
    top: 6px;
}
.btn-u.btn-u-lg.button-uploading::after {
    top: 10px;
}
.btn-u.btn-u-sm.button-uploading::after {
    top: 3px;
}
.btn-u.btn-u-xs.button-uploading::after {
    top: 2px;
}
.label {
    padding: 0.2em 0 0.3em;
}
.ui-datepicker-calendar span {
    width: 26px;
}
.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus { background-color: #3498db; }
.tab-v1 .nav-tabs > li > a:hover { background-color: #3498db; }

.tab-v1 .nav-tabs { border-color: -moz-use-text-color -moz-use-text-color #3498db; }

.landing-page .center { text-align: center; }
.landing-page input[type="text"] { font-size: 14px; text-transform: uppercase;}
.landing-page .landing-button { background-color: #1f96d8; color: #fff; padding: 5px 10px; }

.sky-form .box { width: 100%; color: #404040; border: 0px solid #404040; padding: 0px; }
ul.list-inline {
	margin-left: 0;
}
.usa-page .breadcrumb li.active, .usa-page .breadcrumb li a:hover {
    color: #0b52a2;
}

.header-v4 .navbar-default {
	padding-bottom: 0px;
}

.mt-2 {
	margin-top: 2px;
}

.footer--nav {
	background: #333333;
	padding: 30px 0;
}

.footer--nav .footer-v1-data {
	border: 1px solid #9b9b9b;
	margin: 0;
}

.footer--nav .footer-v1-data li {
	font-size: 11px;
	padding: 0;
	display: table-cell;
    width: 1%;
}

.footer--nav .footer-v1-data li a {
	display: block;
	color: #fff;
	padding: 10px 3px;
	text-align: center;
	border-right: 1px solid #9b9b9b;
}

.footer--nav .footer-v1-data li a:hover {
	text-decoration: none;
	background: #9b9b9b;
}

.footer--nav .footer-v1-data li:last-child a {
	border-right: 0;
}

.category--page .panel-b {
	border-color: #94509b;
}

.category--page .panel-b > .panel-heading {
    background: #94509b;
}

@media (min-width: 992px) {
	.mt-lg-20 {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.home-boxes .pad-0-xs.funny-boxes {
		padding: 0;
	}
	
	.home-boxes .funny-boxes h2 {
		font-size: 11px;
		line-height: 1.25;
		padding-top: 5px;
	}
	
	.home-boxes .funny-boxes p {
		font-size: 9px;
	}
	
	.home-boxes .funny-boxes .btn-red {
		font-size: 10px;
		padding: 3px 10px;
		display: inline-block;
		margin-top: 0;
		margin-bottom: 7px;
	}
	
	.home-boxes .funny-boxes .pl-0 {
		padding-left: 0;
	}
	
	.home-boxes .funny-boxes {
		padding: 17px 15px 18px 15px;
	}
	
	.home-boxes .title-box {
		border-bottom: 0;
	}
	
	.header-fixed .header-v4 .navbar-nav {
		padding: 0!important;
	}
	
	.cbp .cbp-item {
		max-width: 100%;
	}
	
	.dd-menu {
		padding-right: 0;
	}
	
	.dd-menu #dropdownMenu1 {
		color: #fff;
		padding-top: 24px;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;
	}
	
	.dd-menu #dropdownMenu1:focus {
		text-decoration: none;
	}
	
	.dd-menu #dropdownMenu1:after {
		content: none;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#openFooterLink {
		display: block!Important;
		visibility: unset!Important;
	}
}

@media (max-width: 767px) {
	.footer--nav {
		padding: 15px 0 10px;
	}
	
	.footer--nav .footer-v1-data li {
		font-size: 13px;
		display: block;
		width: 100%;
	}
	
	.footer--nav .footer-v1-data li a {
		border-right: 0;
		border-bottom: 1px solid #9b9b9b;
		padding: 9px 10px;
	}
	
	.footer--nav .footer-v1-data li:last-child a {
		border-bottom: 0;
	}
}

.more-button {
	display: inline-block;
	border: 1px solid #9b9b9b;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 6px 21px;
}

.more-btn-parent {
	background: #333;
	padding: 0 5px;
	display: inline-block;
    position: relative;
	margin: 0 0 5px 0;
}

.more-btn-parent[aria-expanded="true"] {
	position: relative;
}

.tab-content .tab-pane p img {
	max-width: 100%;
	height: auto;
}

#ThreeDimages1_div_360 p:before,
#ThreeDimages1_div_360 p:after {
	display: table;
	content: " ";
}

#ThreeDimages1_div_360 p:after {
	clear: both;
}