@font-face {
    font-family: 'Cataclysmo Regular';
    src: url('fonts/cataclysmo-webfont.woff2') format('woff2'),
         url('fonts/cataclysmo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}
@font-face {
	font-family: 'Webly Sleek UI';
	src: url('/Ultimate64/Ultimate64/css/fonts/weblysleekuil.ttf');
}
body {
	font-family: 'Webly Sleek UI';
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
}
button{
	outline :none !important;
}
.header {
	background-image: url(../images/Header-Bg.png);
	background-color: rgba(0, 0, 0, 0.92);
}
.Home .breadcrumb-wrapper {
    display: none;
}
.ultimate-logo-lg {
	height: 90px;
    margin-top: 12px;
}
.ultimate-logo-md {
	height: 180px;
	margin-top: 10px;
}
.ultimate-logo-sm {
	height: 120px;
	margin-top: 10px;
}
.ultimate-logo-xs {
	height: 92px;
	margin-top: 10px;
}
.brand-title a {
	font-family: 'Cataclysmo Regular';
	font-size: 80px;
	color: #fff;
	letter-spacing: 15px;
}
.brand-title-xs a {
	font-family: 'Cataclysmo Regular';
	font-size: 40px;
	color: #fff;
	letter-spacing: 15px;
	vertical-align: middle;
}
.brand-title {
	padding-top: 62px;
}
.brand-title a:hover {
	text-decoration: none;
}
.log-in-btn {
	float: right;
    padding: 4px 20px 4px 20px !important;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.log-in-btn-sm {
	float: right;
	margin-top: 10px;
}
.log-in-btn-xs {
	margin-top: 10px;
	padding: 8px 28px 8px 28px !important;
}
.primary-btn {
	border-radius: 40px;
	padding: 8px 30px 8px 30px;
	border: none;
	background: #f5bf01;
	color: #000;
	outline:none;
}
.sign-up-btn {
	float: right;
	padding: 4px 20px 4px 20px !important;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.sign-up-btn-sm {
	float: left;
	margin-top: 10px;
}
.sign-up-btn-xs {
	margin-top: 10px;
	padding: 8px 28px 8px 28px !important;
}
.secondary-btn {
	border-radius: 40px;
	padding: 8px 30px;	
	border: none;
	background: #078bde;
	color: #fff;
	outline: none;
}
.header-icons {
	margin-top: 10px;
}
.header-icon-items-lg {
	display: inline;
    float: right;
    margin-left: 50px;
}
.header-icons img {
	webkit-filter: invert(1);
	filter: invert(1);
}
.cart-total {
	color: #000;
    background: #f5bf01;
    font-size: 8px;
    font-weight: bold;
    vertical-align: super;
    border: 1px solid #f5bf01;
    padding: 0px 4px 1px 4px;
    border-radius: 17px;
}
.absolute-footer {
	background: #000 !important;
	padding: 0px 0px 0px 0px !important;
}
.first-segment {
	color: #f5bf01;
}
.second-segment {
	color: #fff;
}
.lower-footer {
	margin: 40px;
}
.upper-footer {
	height: 10px;
	background: #078bde;
}
.promo-header-section {
	/*margin-top: 50px;*/
	margin-bottom: 55px;
}
.about-us-section {
	margin-bottom: 50px;
}
.about-us-wrapper {
	background: #f5bf01;
	background-image: url(../images/about_image.jpg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: right;
}
.about-us-wrapper-xs .about-us-content{
	background: #f5bf01;
}
.cancel-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.add-margin {
	margin-right: 0px;
	margin-left: 0px;
}
.search-section {
	margin-bottom: 20px;
}
.about-us-content {
	padding-bottom: 40px;
}
.about-us-content h1 {
	text-transform: uppercase;
}
.about-us-content p {
	font-size: 17px;
}
.add-margin.border {
	height: 10px;
	background: #000;
	margin-bottom: 20px;
}
.head-title {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
}
.search-inp {
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	border-right: none;
}
.search-btn {
	border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-left: none !important;
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-width: 1px;
    border-style: solid;
}
.categories-section a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
.categories-section a:hover, .categories-section a:active {
	color: #fff;
	background: #078bde !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #078bde;
    color: #fff;
}
.categories-section .open > .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    margin-bottom: 13px;
    border-bottom: 2px solid #fff;
}
.social-media-section {
	margin-top: 50px;
}
.product-list .list-item {
	padding-top: 50px;
}
.product-details img {
	box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
	webkit-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
	moz-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
	border-radius: 3px;
}
.featured-products-section {
	margin-bottom: 50px;
}
.product-details h3 {
	color: #000;
}
.product-details a:hover {
	text-decoration: none;
}
.price-block {
	color: #f5bf01;
	font-size: 22px;
	font-weight: bold;
}
.special-price {
	display: inline;
	white-space: nowrap;
}
.description-block {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	height: 75px;
	width: 100%;
	overflow: hidden;
}
.space-left {
	margin-left: 5px;
}
.space-right {
	margin-right: 5px;
}
.categories-section .dropdown-caret {
	float: right;
}
.categories-section .dropdown {
	background: #076bab;
    width: 100%;
    border-radius: 0px;
    border: none;
}
.categories-section .dropdown .sub-item {
	padding: 10px 15px;
}
.categories-section .dropdown .sub-item a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.categories-section .dropdown .sub-item a:hover {
	background: #076bab !important;
	color: #f5bf01;
}
.social-media-icon {
	color: #000;
	font-size: 26px;
	cursor: pointer;
}
.email {
	width: 100%;
}
.email-icon {
	color: #000;
	font-size: 25px;
	cursor: pointer;
}
.social-media-icon:hover, .email-icon:hover {
	color: #f5bf01;
}
.header-icons .fa,  .header-icons-small .fa{
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.header-icons .fa:hover, .header-icons-small .fa:hover {
	color: #f5bf01;
}
.breadcrumb a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
.breadcrumb li.active {
	color: #f5bf01;
	text-transform: uppercase;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #000;
	content: "|";
}
.shopping-cart-section {
	margin-top: 29px;
	margin-bottom: 50px;
}
.shopping-cart-section .side-block {
	background: #f5bf01;
}
.shopping-cart-section a {
	text-decoration: none;
	color: #000;
}
.shopping-cart-section .block-title h3 {
	font-weight: bold;
}
.total strong {
	float: right;
}
.total {
	font-weight: bold;
}
.shopping-cart-section hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 5px solid #000;
}
.btn-sm {
	width: 100%;
	padding: 5px;
	margin-top: 10px;
}
.actions button{
	margin-bottom: 20px;
}
.cart-items-block {
	font-size: 12px;
}
.pagination-section {
	margin-top: 50px;
}
.pagination > li > a {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: none;
}
.pagination >li > a:hover {
	background-color: #f5bf01;
	color: #fff;
	border-radius: 16px !important;
}

/* for side-nav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav a:active {
    color: #fff;
    background: #078bde !important;
}
.sidenav .closebtn {
    font-size: 36px;
	color: #000;
	cursor: pointer;
}
.sidenav-btn {
	color: #ffffff;
	position: fixed;
	top: 20px;
	left: 20px;
	font-size: 45px;
	cursor: pointer;
	background: rgba(7, 139, 222, 0.84);
	padding: 0px 10px 5px 10px;
	border-radius: 3px;
	z-index: 99;
	cursor: pointer;
}
.closebtn-wrapper {
	background: #f5bf01;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
}
.breadcrumb {
	margin-bottom: 0px;
}
.cms-body-container {
	margin-top: 20px;
}
.accented {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 17px;
	box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
	webkit-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
	moz-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
}
.strong {
	font-weight:bold;
	letter-spacing: 1px;
}
a {
	color: #000;
	cursor: pointer;
}
a:hover {
	color: #f5bf01;
	text-decoration: none;
}
.product-tabs {
	margin-bottom: 50px;
	min-height: 300px;
	border: 1px solid #ccc;
	padding: 0 0 0 0;
}
.product-tabs .nav-tabs {
	height: 70px;
	background: #000;
	border: none;
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.product-tabs .nav-tabs li {
	padding: 12px;
	float: none;
    display: inline-block;
}
.product-tabs .nav-tabs li a {
	color: #fff;
    border: 2px solid #fff;
    background: #000;
    border-radius: 40px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    width: 150px;
    text-align: center;
}
.product-tabs .nav-tabs li.active a {
	color: #000;
	background: #fff;
	border: 2px solid #000;
}
.product-info-block-content {
	padding: 30px;
	padding-top: 0px;
}
.heading {
	font-size: 16px;
	color: #f5bf01;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sub-heading {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.detail-with-sub {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 1px;
	letter-spacing: 1px;
}
.detail {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}
.sub-detail {
	font-size: 14px;
	color: #000;
	margin-left: 30px;
	margin-bottom: 1px;
	letter-spacing: 1px;
}
.sub-detail-last {
	font-size: 14px;
	color: #000;
	margin-left: 30px;
	letter-spacing: 1px;
}
.note {
	font-size: 12px;
	color: #078bde;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-style: italic;
}
.simple-text {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
}
.important-text {
	margin-left: 30px;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 1px;
}
.important-text-last {
	margin-left: 30px;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
}
.stock-status {
	text-transform: uppercase;
	color: #000;
	font-size:14px;
}
.product-status .fa-circle{
	font-size:14px;
}
.quantity-block input {
	width: 50%;
	text-align: center;
}

.quantity-block .quantity{
	padding-top:5px;
}
.product-reviews-block ul {
	list-style: none;
}
.submit-btn {
	border-radius: 18px;
	padding: 8px;
	border: none;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 50px;
	background: #f5bf01;
	color: #000;
	text-transform: uppercase;
}
th {
	text-align: center;
}
.rating-question {
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.checkout-onepage ul li{
	list-style : none;
}
.checkout-onepage .checkout-steps .checkout-block .content {
	display: none;
}
#checkoutSteps .checkout-block .title {
    border: 1px solid #e0e0e0;
    clear: both;
}
#checkoutSteps .checkout-block .title .circle-number {
    display: inline-block;
    padding: 10px 15px;
    background: #000;
    vertical-align: top;
    color: #fff;
}
#checkoutSteps .title .step-header {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
#checkoutSteps .checkout-block.active .title .circle-number {
    background: #ffffff;
    color: #000000;
    border-right: 1px solid #e0e0e0;
}
#checkoutSteps .checkout-block .content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.checkout-onepage .checkout-steps .checkout-block .content.open {
    display: block;
}
.checkout-onepage {
    margin-bottom: 40px;
}
#checkoutSteps .checkout-block .content .new-address-panel ul li {
    padding: 5px 0px; }

.progress-block-content .extra-fields dt{
	font-style:italic;
}
.btn-default {
	border-radius: 40px;
    border: none;
    background: #078bde;
    color: #fff;
}
.btn-default:hover, .btn-default:active {
	background: #078bde;
    color: #fff;
}
.btn-primary {
	border-radius: 40px;
    border: none;
    background: #f5bf01;
    color: #000;
}
.btn-primary:hover, .btn-primary:active {
	background: #f5bf01;
    color: #000;
}
.welcome-msg-header {
	color: #fff;
    font-weight: bold;
    float: right;
    font-size: 12px;
    padding-top: 20px;
    height: 45px;
    letter-spacing: 2px;
}
.welcome-msg-header-small {
	color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding-top: 2px;
    height: 20px;
    letter-spacing: 2px;
}
.project-status-wrapper {
	box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
    webkit-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
    moz-box-shadow: 0 0 10px 5px rgba(222, 222, 222, 0.64);
    padding: 20px 50px 50px 50px;
}
.project-status-link {
	color: #078bde;
}
.project-status-link:hover {
	color: #078bde;
	text-decoration:underline;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #f5bf01;
    border: 1px solid #f5bf01;
    border-radius: 15px;
    cursor: pointer;
}
.pager li > a:hover, .pager li > span:hover {
    background-color: #f5bf01;
    border: 1px solid #f5bf01;
    color: #000;
}
.pager {
	margin: 50px 0;
}
.image-caption {
	font-weight: bold;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    padding: 0% 5% 0% 5%;
}
.project-status-img {
	width: 100%;
    padding: 3% 5% 1% 5%;
}
.spacer {
	margin-top: 4%;
}

.notification-container{
	position:absolute; top:0; width:100%%; left:0;
}
.notification-container .messages,.notification-container .alert{
	position:fixed;
	width:100%;
	z-index:1004;
	text-align:center;
	margin: 0 important;
	font-weight:bold;
}
.checkout-button-container {
	margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.checkout-button-container button {
	padding: 8px 24px 8px 24px;
    font-size: 14px;
    text-transform: uppercase;
}
.panel-default {
    border: none;
}
.checkout-button-top button{
	padding: 8px 24px 8px 24px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-warning {
	border-radius: 40px;
    border: none;
}
.my-wishlist {
	margin-top: 50px;
    margin-bottom: 50px;
}
.welcome-msg {
	margin-top: 30px;
}

.main-content .forum-block .forum-header {
    background: #000000 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
   
}
.forum-wrapper {
	margin-bottom: 50px;
}

.incra-panel {
  padding-top: 10px;
  padding-bottom: 20px;
  border: 1px;
  border: solid;
  border: #eeeeee;
  margin-bottom: 0px; }

.incra-block {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px; }
  .incra-block.incra-block-sm {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px; }
  .incra-block.incra-block-md {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .incra-block.incra-block-lg {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px; }

.carousel-control.right, .carousel-control.left {
	background-image: none;
}
#projectStatusSlides .carousel-inner {
	padding: 10px;
}
label.error, .validation-advice {
	color: #e05656;
    font-style: italic;
    font-size: 12px;
}
.shopping-cart th {
	font-size: 16px;
}
.shopping-cart .table-bordered td {
	text-align: center;
	vertical-align: middle !important;
}
.checkout-button-top {
	margin-bottom: 50px;
}

.product-details .exclusive-tax, .product-details  .inclusive-tax,
.price-block .exclusive-tax, .price-block .inclusive-tax{
  font-size:14px;
  line-height:21px;
}

.text-right,.a-right{
	text-align:right !important;
}
.text-left, .a-left{
	text-align:left !important;
}
.text-center, .a-center{
	text-align:center !important;
}
/*quantity*/
input:invalid {
    box-shadow: 0 0 1.5px 1px red;
}
.current {
	color: #f5bf01 !important;
}


/*checkout progress block*/
.progress-block span.bold{
	font-weight:bold;
}
.progress-block-content{
	padding:5px 10px
}
.date {
	color: #545454;
    font-size: 12px;
}
.p-t-40 {
	padding-top:40px;
}
.shopping-cart .incra-block.incra-block-lg {
	padding-top: 0px;
}

.checkout-onepage .grand-total{
	font-weight:bold;
}
.account-login-password .page-title {
	margin-bottom: 30px;
}
.account-login-password ul.form-list {
	margin-top: 20px;
    margin-bottom: 20px;
}
.account-login-password .btn-red-small {
	border-radius: 18px;
    padding: 8px 30px 8px 30px;
    border: none;
    background: #f5bf01;
    color: #000;
}
.side-head-title {
	padding: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    background-color: #078bde;
}
.customer-side-menu li a {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 10px;
}
.customer-side-menu li.active a {
	color: #f5bf01;
}
.box-head h2 {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
}
.box-title h3, .box-content h4{
	text-transform: uppercase;
    font-size: 16px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.box-content p {
	text-align: center;
    padding-top: 5px
}
label {
	font-weight: normal;
}
.LoginLogin .alert {
    text-align: center;
    padding: 5px;
}
.LoginLogin .login-alert-message {
	width: 100%;
    padding: 0px 45px;
}
.LoginLogin .close {
	display:none;
}
.faq-category {
	text-transform: uppercase;
    font-size: 16px;
}

/* notification */
.notification-container .fade.in{
	opacity : .8;
}
.notification-container .alert{
	border-radius :0px;
}
.product-details .product-name, .product-details .short-description {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-details .short-description{
 	height:22px;
}
.out-of-stock{
	color: #333;
}
.wishlist-button-set {
	margin-bottom:10px;
}
.header-md {
	background-image: url(../images/Header-Bg.png);
    height: 110px;
    background-color: rgba(0, 0, 0, 0.92);
}
.main-content {
	min-height: 526px;
}
.shopping-cart-section .side-block strong:hover {
	color: #000;
}
.checkout-button-top .btn-checkout-place-order {
	padding: 10px 16px;
}

.my-account{
	padding-bottom:20px;
}
.other-results {
	margin-top: 20px;
}
.other-results-heading {
	text-transform:uppercase;
}
.cart-price {
	white-space: nowrap;
}
.mutation-details-head {
	cursor:pointer;
}
.mutation-details-head > h4:hover {
	color: #f5bf01;
}

.nobr{
	white-space:nowrap;
}
.header{
	margin-bottom: 3%;
	padding: 1% 0;
}
.modal-footer p .secondary-btn{
	margin-bottom: 3%;
}
.image-thumbnail .padding-x-2:last-child{
	padding-right: 0px;
}
.cart-items .cart-item:last-child{
	border-bottom: 1px solid #ccc !important;
}
.cart-qty input{
	max-width: 50%;
}
.cart-subtotal{
	margin-top: 20%;
}
.bordered-top{
	border-top: 1px solid #ccc;
}
.bordered-y{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.margin-x-2{
	margin: 0 2px;
}
.padding-b{
	padding-bottom: 5%;
}
.padding-r-2{
	padding-right: 2%;
}
.padding-y-5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-x-2{
	padding-right: 2px !important;
	padding-left: 2px !important;
}
.padding-x-20{
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.no-padding-x{
	padding-right: 0px;
	padding-left: 0px;
}
p, ul li{
	text-align: justify;
}
.social-media-section a{
	padding: 2px 10px;
}
.sidecart-btn {
	border-radius: 40px;
	border: none;
	background: #078bde;
	color: #fff;
	outline: none;
}
.qty input{
	min-width: 60px;
}
.checkout-login, .checkout-register{
	margin-top: 30px;
	margin-bottom: 30px;
}
.sidenav .closebtn:focus{
	text-decoration: none;
}
@media (max-width: 767px) {
	.image-thumbnail .col-xs-3{
		height: 70px !important;
	}
}