/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/

@import url('https://fonts.googleapis.com/css?family=Raleway');

@font-face {
    font-family: Helveticaneuecondensedbold;
    src: url(font/HelveticaNeue-CondensedBold.ttf);
}

@font-face {
    font-family: Ralewayregular;
    src: url(font/Raleway-Regular.ttf);
}

@font-face {
    font-family: Ralewaymedium;
    src: url(font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Gothamnarrowmedium;
    src: url(font/GothamNarrow-Medium.otf);
}

@font-face {
    font-family: Gothamnarrowbook;
    src: url(font/gothamnarrowbook.otf);
}


@font-face {
    font-family: Gothamnarrowlight;
    src: url(font/gothamnarrowlight.otf);
}

@font-face {
    font-family: Blessedday;
    src: url(font/blessedday.otf);
}

@font-face {
    font-family: Blessedday;
    src: url(font/blessedday.otf);
}

@font-face {
    font-family: Helveticaneueletstd;
    src: url(font/HelveticaNeueLTStd-LtCn.otf);
}

@font-face {
    font-family: Helveticaneue;
    src: url(font/HelveticaNeue.ttf);
}

@font-face {
    font-family: Helveticaneuelight;
    src: url(font/HelveticaNeue-Light.ttf);
}

@media (min-width: 1200px){
.container {
    width: 1524px;
}
}

/*.container {
	max-width: 1521px;
}*/
.disappear {
    display:none !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	/*width: 100%;*/
	/*zoom:90%;*/
	z-index: -9999;
	background-color: #444444;
}

h1, h2, h3, h4, h5, h6 { color: #444; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* Override the bootstrap defaults */
h1 { font-size: 33px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.servicesbg button{
	height: 50px !important;
	width: 150px !important;
	background-color: #ee0425 !important;
	border-color: transparent !important;
	background-image: none !important;
	font-size: 15px;
	border-radius: 20px;
	font-family: 'Gothamnarrowmedium';
	color: #ffffff;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
}
#top-links .dropdown-menu a:hover {
	color: gray;
}

#top .btn-link:hover, #top-links a:hover {
    color: #fff;
}

#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
/*	margin-bottom: 10px;*/
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding:0px;
}
#cart.open > .btn {
	background-image: none;
	border: 1px solid #E6E6E6;
}
#cart.open > .btn:hover {

}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 50px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	/*border-bottom: 2px solid #ee0425;*/
	color: #ee0425;

}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover > .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */



/*##########################RONALDALLANPATAWARAN######################### */
.intro_boxes{
	height: 461px;
	width: 461px;
	font-family: Gothamnarrowmedium;
}

.intro-label{
	color: #ffffff !important;
	margin-bottom: 1px;
}

.intro-desc{
	color: #cccaca !important;
	font-family: "Gothamnarrowbook";
	font-size: 16px;
}

#div_01{
	background: url('../image/introduction/01.png') center center;
	padding-top: 26%;
    padding-left: 4%;
}

#div_02{
	background: url('../image/introduction/02.png') center center;
    padding-left: 4%;
}

#div_03{
	background: url('../image/introduction/03.png') center center;
	padding-top: 26%;
    padding-left: 4%;
}

#intro_box_wrapper{
	margin-bottom: 10%;
}

.sticky {
    background-color: #555555;
    position: fixed;
    right: 0;
    top: 30%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 80px;
    width: 80px;
    padding-top: 10px;
    z-index: 99999;
    text-align: center;
}

.sticky a {
    color: #ffffff;
}
/*############################################################# */

#content {
	min-height: 600px;
}
/* footer */
footer {
	/*margin-top: 30px;
	padding-top: 30px;*/
	background-color: #000;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .socials a {
	border-radius: 50%;
    background: #000;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
footer .socials a i { vertical-align: middle; font-size: 20px; }
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.checkbox-inline, .radio-inline { position: relative; }

/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

.clear { clear: both; }
:focus { outline: none !important; }

/* Default Breakpoint */
/* Large Devices, Wide Screens */



@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    /*position: absolute;*/
    top: 32px;
}

#menu {
    background-color: transparent;
    min-height: 40px;
    background-image: none;
    border:none;
}

#top {
    background-color: transparent;
    border:none;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
    background-image: url('../image/header_01.png');
    background-position: center;
    background:cover;
    	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100% !important;
}

#top .btn-link, #top-links li, #top-links a {
    color: rgba(136, 136, 136, 0);
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    background: transparent;
}

#masterslider0{
	top: -162px;
	z-index: -1; 
	max-height: 5000px !important;
	height: 977px !important;
}

#cart > .btn {
    background: transparent;
    border:none !important;
    box-shadow: none;
}

@font-face {
    font-family: 'Helveticaneue'; /*a name to be used later*/
    src: url('font/HelveticaNeueLTStd-LtCn.otf'); /*URL to font*/
}

.login-cart-text{
	font-weight: normal;
	font-size: 13px;
}

.login-reg{
	font-weight: normal;
	font-size: 13px;
}

.homebg2{
	width: 100%;
	background: url('../image/servicesBG_02.png') center center no-repeat;
	margin-top: -303px;
	background-size: cover;
	background-position: center;
	background-size: cover;
   	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#red_lights{
	width: 100%;
	height: 100%;
	background: url('../image/animatedCam.gif') center bottom no-repeat;
	position: absolute;
	z-index: 999;
}



.homebg2-title{
	font-family: 'Raleway';
	font-size: 36px;
	color: #fff;
	margin-top: 150px;
}

ul .ins {
    list-style-image: url('../image/installation.png');
}

.homebg2-allcap{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.homebg2-con{
	/*font-family: 'Gothamnarrowbook';*/
	font-size: 18px;
	color: #fff;
	font-weight: 100;
}

ul .dismant{
	list-style-image: url('../image/dismantle.png');
	margin-top: 61px;
}

ul .maint{
	list-style-image: url('../image/maintenance.png');
	margin-top: 61px;
}

ul .conf{
	list-style-image: url('../image/configuration.png');
}

ul .troub{
	list-style-image: url('../image/troubleshooting.png');
	margin-top: 61px;
}

ul .reloc{
	list-style-image: url('../image/relocation.png');
	margin-top: 61px;
}

.homebg3{
		
	width: 100%;
	background-image: url('../image/featuredBG.jpg');
	background-size: cover;
	background-position: center;
	background-size: cover;
   	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
    z-index: -1;
    top: -170px;
}

.homebg3-title{
	font-size: 36px;
	color: #000;
	font-family: 'Raleway';
	margin-top: 200px;
}

.model-banner{
	font-family: 'Raleway';
	font-size: 18px;
	color: #fff;
}

.search-hover{
	display: none;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    /* text-shadow: 0 1px 0 #FFF; */
    background: transparent;
    border: none;
    box-shadow: none;
}


.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}

.feat-model-text{
	color: #333333;
	font-size: 18px;
	font-family: 'Gothamnarrowmedium';
}

.feat-name-text{
	color: #333333;
	font-size: 24px;
	font-family: 'Gothamnarrowmedium';
}
.feat-name-text > a{
	color: #333333;
}



.featured-prod-hover{
	height: 100%;
	width: 380px;
	z-index: 1;
	position: absolute;
}



.featured-prod-hover:hover{
	background-image: url('../image/inquire-hover_10.png'), url('../image/hoverfade_11.png');
	background-position: center, center;
	background-repeat: no-repeat, repeat;
	
}

ul .ftlocation{
	list-style-image: url('../image/pin-icon.png');
	
	font-size: 16px;
	color:#fff;

}

ul .fttelephone{
	list-style-image: url('../image/phone-icon.png');
	font-size: 16px;
	color:#fff;
}

ul .ftemail{
	list-style-image: url('../image/email-icon.png');
	font-size: 16px;
	color:#fff;
}

.footerbg{
	background-image: url('../image/footerBG.jpg');
}

.copyright-text{
	font-family: 'Helveticaneuelight';
	font-size: 13px;

}

.cart-basket{
	float: right;
	height: 18px;
	width: 20px;
	background-image: url('../image/basket-icon.png');
	background-position: center;
	margin-left: 4px;
}

.search-icon{
	float: right;
	height: 18px;
	width: 19px;
	background-image: url('../image/search-icon.png');
	background-position: center;
	padding-left: 0px;
	padding-right:0px;
}

#search .btn-lg{
	padding-left: 0px;
	margin-right: 0px;
}

.introbg{
	width: 100%;
	background-image: url('../image/introductionbackground_02.png');
	background-size: cover;
	background-position: top;
	background-size: cover;
   	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.information-text-con{
	max-width: 765px;
	height: 640px;
	background-color: rgba(0,0,0,0.7);
	/*opacity: 0.7;*/
	border-radius: 20px;
	margin-top: 225px;
}

.intro-title{
	font-family: 'Ralewaymedium';
	font-size: 36px;
	color: #fff;
	padding-top: 46px;
}

.intro-con{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #fff;
	line-height:150%;
	padding-top: 41px;
	max-width: 637px;
}

.servicesbg{
	margin-top: 426px;
	width: 100%;
	background-image: url('../image/servicesBG_02.png');
	background-size: cover;
	background-position: center;
	background-size: cover;
   	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.services-title{
	font-family: 'Ralewaymedium';
	font-size: 36px;
	color: #fff;
	padding-top: 46px
}


.services-li-title{
	font-family: 'Gothamnarrowmedium';
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.services-li-con{
	font-size: 16px;
	color: #fff;
	line-height: 150%;
}

.contactbg{
	height: 873px;
	width: 100%;
	/*background-image: url('../image/pin.png');*/
	background-color: transparent;
	background-position: center top 532px;
   	background-repeat: no-repeat; 
   	position: relative;
   	z-index: 1;
   	top: -144px;
}

.contact-cloud{
	height: 238px;
	width: 453px;
	background-image: url('../image/contactusbubble_06.png');
	position: absolute;
	top: 54%;
	left: 19%;
}

@media only screen and (max-width: 1536px) {
		.contact-cloud{
		height: 238px;
		width: 453px;
		background-image: url('../image/contactusbubble_06.png');
		position: absolute;
		top: 54%;
		left: 18%;
	}
}
/*
.max-width-googlemap{
		max-width: 1600px;
	}

@media only screen and (max-width: 1600px) {
	.max-width-googlemap{
		max-width: 1600px;
	}

}

@media only screen and (max-width: 1536px) {
	.max-width-googlemap{
		max-width: 1536px;
	}

}

@media only screen and (max-width: 1408px) {
	.max-width-googlemap{
		max-width: 1408px;
	}
	.contact-cloud{
		height: 238px;
		width: 453px;
		background-image: url('../image/contactusbubble_06.png');
		position: absolute;
		top: 54%;
		left: 15%;
	}

}*/

.contact-cloud-title{
	font-family: 'Helveticaneuecondensedbold';
	font-size: 21px;
	color: #fff;
	letter-spacing: 2px;

}

ul .cont-address{
	list-style-image: url('../image/pin-icon.png');
	color: #fff;
	font-family: 'Helveticaneuelight';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

ul .cont-telephone{
	list-style-image: url('../image/phone-icon.png');
	color: #fff;
	font-family: 'Helveticaneuelight';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

ul .cont-email{
	list-style-image: url('../image/email-icon.png');
	color: #fff;
	font-family: 'Helveticaneuelight';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}

.con-formbg{
	width: 100%;
	background-image: url('../image/contact-formbg_02.png');
	background-size: cover;
	background-position: center;
	background-size: cover;
   	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -263px;

}

.cont-form-title{
	font-family: 'Ralewaymedium';
	font-size: 36px;
	color: #fff;
	margin-top: 159px;
}


input::-webkit-input-placeholder {
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;
}

input:-moz-placeholder { /* Firefox 18- */
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;
  
}

input::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;
}

input:-ms-input-placeholder {  
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;  
}

textarea::-webkit-input-placeholder {
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important; 
}

textarea::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;  
}

textarea:-ms-input-placeholder {  
   font-family: 'Gothamnarrowbook' !important;
	font-size: 16px !important;
	color: #e9e9e9 !important;  
}

.contact-submit{
	background-image: url('../image/contactsubmit_15.png');
	height: 53px;
	width: 166px;
	border:none;
	box-shadow: none;
	background-color: transparent;
}

.login-title{
	font-family: 'Raleway' !important;
	font-size: 36px !important;
	color: #fff !important;
}

.login-label{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;

}

.reg-label{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #cccccc;
	font-weight: bold;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none !important;
}

.loginpage-submit{
	height: 53px;
	width: 165px;
	background-color: transparent;
	background-image: url('../image/login-submit_03.png');
	box-shadow: none;
	border:none;
}

.before-forg-text{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #ccc;
	text-decoration: none;
}

.signup-bot{
	background-image: url('../image/signupbot_03.png');
	height: 53px;
	width: 165px;
	margin-top: 49px;
    float: right;
}

.promotion-title{
	font-family: 'Gothamnarrowmedium';
	font-size: 24px;
	color: #f9f9f9;
	line-height: 125%;
}

.promotion-enq{
	height: 49px;
	width: 152px;
	background-image: url('../image/enquire-button_13.png');
	margin-top: 20px;
	float: right;
}

.terms-reg-color{
	color: #ee0425 !important;
}

.text-terms-reg{
	color: #cccccc;
	font-family: 'Gothamnarrowbook';
	font-size: 14px;
	text-decoration: none !important;
}

.save-billadd-text{
	color: #cccccc !important;
	font-family: 'Gothamnarrowbook' !important;
	font-size: 14px !important;
	margin-left: 10px;
}

.accountpro-container{
	width: 100%;
	height: 40px;
	background:transparent;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #cccccc;
	font-size: 14px;
	font-family: 'Gothamnarrowbook';
	padding-top: 10px;
	padding-left: 10px;
}

.red-arrow{
	height: 13px;
	width: 8px;
	background-image: url('../image/myaccount-redarrow_03.png');
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}

.myacc-bot{
	height: 53px;
	width: 165px;
	background-image: url('../image/myaccount-bot_07.png');
}

.termsbg{
	width: 100%;
	background-image: url('../image/termsbg_02.png');
	background-size: cover;
	background-position: top;
	background-size: cover;
   	background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.div-underterms{
	background-color: #252525;
	width: 100%;
	height:500px;
}

.cross-faq{
	padding-top:5px;
	padding-bottom: 5px;
	height: 20px;
	width: 19px;
}

.accordion-faq{
	background-color: #1e1e1e;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	background-image: url('../image/cross-accordion_03.png');
	margin-top:10px;
	background-position: 98% center;
	background-repeat: no-repeat;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #0b0b0b;
    background-image: url('../image/cross-accordion_03.png');
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info{
	background-color: #0b0b0b;
	border-color: #0b0b0b;
	background-image: url('../image/dash-accordion_03.png');
}

.product-text1{
	font-size: 18px;
	font-family: 'Gothamnarrowmedium';
	color: #f9f9f9;
}

.product-text2{
	font-size: 24px;
	font-family: 'Gothamnarrowmedium';
	color: #f9f9f9 !important;
}

.enquire{
	height: 49px;
	width: 152px;
	background-image: url('../image/addtocartprod_03.png');
	border:none;
	background-color: transparent;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #09090a;
    border-color: #09090a;
    height: 70px;
    width: 70px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left:8px;
    width: 70px;
    height: 70px;
    font-family: 'Gothamnarrowbook';
    font-size: 23px;
    background-color: transparent;
    border:none;
    border-bottom: #ee0425 12px solid;
    padding-top: 20px;
}

.next-page{
	height: 70px;
	width: 300px;
	font-family: 'Gothamnarrowbook';
    font-size: 23px;
    border-bottom: #ee0425 7px solid;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

ul.pagination {
    width:100%;
    border-bottom: #666666 2px solid;
    height: 72px;
}

.enqlist-model{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #999999;
	margin-top: -53px;

}

.enqlist-name{
	font-family: 'Gothamnarrowbook';
	font-size: 18px;
	color: #ccc;
	font-weight: bold;
}

.enqlist-viewdet{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #ee0425;
}

.continue-shop-bot{
	background-image:url('../image/continueshoppingbot_10.png');
	height: 54px;
	width: 255px;
	background-repeat: repeat;
}

.checkout-bot{
	background-image: url('../image/checkoutbot_10.png');
	height: 54px;
	width: 165px;
	background-repeat: no-repeat;
}

.bordercat{
	border:1px white solid;
}

.productdet-name{
	font-family: 'Gothamnarrowbook';
	font-size: 30px;
	color: #f9f9f9;
}

.product-model-text{
	font-family: 'Gothamnarrowbook';
	font-size: 22px;
	color: #f9f9f9;
}

.related-prod-title{
	font-family: 'Ralewaymedium';
	font-size: 18px;
	color: #fff;
}

.description-text{
	font-family: 'Gothamnarrowbook';
	font-size: 18px;
	color: #cccccc !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ccc;
    cursor: default;
    background-color: #666;
    border:none;
    border-bottom-color: transparent;
    height: 72px;
    padding-top: 20px;
}

.proddet-tab{
	font-family: 'Gothamnarrowbook';
	font-size: 18px;
	color: #cccccc !important;
	line-height: 200%;
}

.addtocart{
	height: 49px;
	width: 232px;
	background-image: url('../image/addinqbot_03.png');
	background-repeat: no-repeat;
	background-color:transparent;
	border:none;
}	

.qty-text{
	font-family: 'Gothamnarrowmedium';
	font-size: 18px;
	color: #cccccc;
	text-decoration: none;
}

.gothambook{
	font-family: 'Gothamnarrowbook';
}

.qty-option-proddet{
	background-color: #09090a;
	background-image: url('../image/arrowselect_07.png');
	background-repeat: no-repeat;
	background-position: right 20px center ;
}

select.qty-option-proddet {
    -webkit-appearance: none; 
    padding-right: 20px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    height: 71px;
    padding-top: 21px;
    margin-left: 8px;
    border-bottom: 5px #ee0425 solid;
    font-family: 'Gothamnarrowmedium';
    font-size: 18px;
    text-transform: uppercase;
    color: #cccccc;
}

.back-to-prod{
	height: 72px;
	width: 234px;
	background-image: url('../image/backtoprodbut_03.png');
}

.tab-content>.active {
    display: block;
    visibility: visible;
    font-size: 18px;
    color: #ccc;
    line-height: 150%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nav-tabs {
    border-bottom: 3px solid #666666;
}

.specification-table{
	font-size: 18px;
    color: #ccc;
    line-height: 150%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.dlbroch{
	height: 49px;
	width: 272px;
	background-image: url('../image/downloadbroch_07.png');
}
.dlbroch:hover {
	opacity:0.5;
}

.footer-titles{
	font-family: 'Helveticaneuecondensedbold';
	font-size: 18px;
	color-rendering: #fff;
	letter-spacing: 2px;
}

.footer-links{
	font-family: 'Helveticaneue';
	font-size: 16px;
	color-rendering: #fff;
	letter-spacing: 2px;
}

.enq-history{
	font-family: 'Gothamnarrowmedium';
	font-size: 16px;
	color: #ccc;;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}

.enq-history2{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #ccc;
}

select.formfil{
    background: transparent;
    height: 70px;
    color: #d7d8da;
    font-size: 24px;
    font-family: 'Gothamnarrowbook';
}

.formfil{
    background: transparent;
    height: 70px;
    color: #d7d8da;
    font-size: 24px;
    font-family: 'Gothamnarrowbook';
}

#mfilter-opts-price-min, #mfilter-opts-price-max {
    width: 104px;
    min-width: 104px;
    max-width: 104px;
    display: inline-block;
    background: transparent;
    height: 70px;
    color: #d7d8da;
    font-size: 24px;
    font-family: 'Gothamnarrowbook';
}

.mfilter-content_top .mfilter-category-cat_checkbox .mfilter-tb > .mfilter-tb-as-tr, .mfilter-content_top .mfilter-tb .mfilter-tb {
    display: table;
    background: #fafcfd;
    margin: 2px;
    width: auto;
    float: left;
    border-radius: 3px;
    font-size: 24px;
    height: 49px;
}

.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:first-child label.mfilter-tb-as-td, .mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:last-child label.mfilter-tb-as-td, .mfilter-content_top label.mfilter-tb-as-td {
    padding: 7px 5px 5px 0;
    font-family: 'Gothamnarrowbook';
    font-size: 24px;
    color: #3f3f3f;
}

.mfilter-content_top.mfilter-box .mfilter-counter {
    margin: 3px 0;
    line-height: inherit;
    background: none;
    color: transparent !important;
}

.mfilter-col-input input[type=checkbox], .mfilter-col-input input[type=radio] {
    margin: 3px 0 2px 0;
    display: none;
}

select.formfil {
    border-radius: 0px;
    -webkit-appearance: none; 
    background-image: url('../image/arrowdown_06.png');
    background-repeat: no-repeat;
    background-position: right 30px center;
    font-size: 24px !important;
    
}

input.checkoutform{
	height: 40px;
	background: none;
	font-family: 'Gothamnarrowmedium';
	font-size: 16px;
	color: #ccc;
	border-color: #ccc;
}


select.checkoutform{
	height: 40px;
	background: none;
	font-family: 'Gothamnarrowmedium';
	font-size: 16px;
	color: #ccc;
	border-color: #ccc;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    margin-bottom: 10px;
}

input[type="password"]{
	background:transparent;
}

.subtitles-checkout{
	font-family: 'Gothamnarrowmedium';
	font-size: 18px;
	color: #ccc;
}

.label-checkout{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #ccc;
}

textarea.checkoutform{
	height: 40px;
	background: none;
	font-family: 'Gothamnarrowmedium';
	font-size: 16px;
	color: #ccc;
	border-color: #ccc;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background:none;
    border:none;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	border: none;
}

.confirm-checkout{
	font-family: 'Gothamnarrowbook';
	color: #ccc;
	font-size: 16px;
}

table.checkouttable {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

table.quickcheckout-cart{
	background: none !important;
}

.red{
	color: #ee0425 !important;
}

.gallery-cat{
	font-family:'Gothamnarrowmedium';
	font-size: 24px;
	color: #ccc;
}

.gallery-subcat{
	font-family: 'Gothamnarrowmedium';
	font-size: 18px;
	color: #ccc;
}

.gallery-title{
	font-family: 'Gothamnarrowmedium';
	font-size: 18px;
	color: #d2d2d2;
}

.gallsingapore{
	font-family: 'Gothamnarrowmedium';
	font-size: 18px;
	color: #d2d2d2;
}

ul.subcat-bullet {
   list-style-image: url('../image/smalldotRED.png');
}

ul.subcat-bullet > li:active{
	list-style-image: url('../image/bigdotRED.png');
}

ul.subcat-bullet > li:hover{
	list-style-image: url('../image/bigdotRED.png');
}

ul.subcat-bullet > li:visited{
	list-style-image: url('../image/bigdotRED.png');
}

@media only screen and (max-width: 1200px) {
    .contactbg{
    	display: none;
    }
    .con-formbg{
    	margin-top: 200px;
    }
    .geogeocode{
    	display: none;
    }
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #444 !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #444 #444 #444;
}

.fancybox-overlay {
    background: url(../image/lightboxbg_02.png);
   /* background-size: cover;*/
    background-repeat: no-repeat;
/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-position: center top;
    background-color: #252525;
}

.fancybox-skin {
    background-color: transparent;
    box-shadow: none;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.red-line-fancy{
	height: 2px;
	width: 26px;
	background-color: #ff0000;
}

.light-title{
	font-family: 'Ralewayregular';
	font-size: 30px;
	color: #fff;
	line-height: 100%;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    display: none;
}

.light-singapore{
	font-family: 'Ralewayregular';
	font-size: 18px;
	color: #fff;
	line-height: 100%;
	margin-top: 10px;
}

.light-desc{
	font-family: 'Gothamnarrowbook';
	font-size: 16px;
	color: #fff;
}

.searchbot{
	height: 53px;
	width: 166px;
	background-image: url('../image/searchbot_03.png');
	background-color: transparent;
	border:none;

}

.continuebot{
	height: 49px;
	width: 152px;
	background-image: url('../image/continue_03.png');
	border:none;
	background-color: transparent;
	box-shadow: none;
}

#cart .dropdown-menu li p {

    color: #000 !important;

}

.buttonEnquire{
	background-color: #ee0425;
    border-radius: 20px;
    float: right;
    height: 50px;
    width: 150px;
    color: #ffffff;
    font-size: 19px;
    border-color: transparent;
}

.ralereg18white{
	font-family: 'Ralewayregular';
	font-size: 18px;
	color: #fff;
}

.ralereg45white{
	font-family: 'Ralewayregular';
	font-size: 45px;
	color: #fff;
}


.ralereg24white{
	font-family: 'Ralewayregular';
	font-size: 24px;
	color: #fff;
}

a.learn-more-slider1{
	font-family: 'Ralewaymedium';
	font-size: 14px;
	color: #000;
	background: url(../image/learnmorearrow_07.png),#ebebeb;
	background-position: right 25px center,center;
	background-repeat: no-repeat,no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 50px;
	border-radius: 27px;
	margin-top: 30px;
}

a.learn-more-slider2{
	font-family: 'Ralewaymedium';
	font-size: 14px;
	color: #fff;
	background: url(../image/learnmorearrow_07_07.png),#252525;
	background-position: right 25px center,center;
	background-repeat: no-repeat,no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 50px;
	border-radius: 27px;
	margin-top: 30px;
}


.information-contact{
	position: relative;
	z-index: -2;
}

.g-recaptcha > div > div > iframe{
	width: 100%;
	height: 85px;
}

.testi-author-red{
	color: #ee0425;
	font-family: 'Raleway';
}

.quot-xl{
	font-family: 'Helveticaneue';
	color: #fff;
	font-size: 100px;
}

.testimonial-text{
	font-family: 'Raleway';
	font-size: 18px;
	color: #fff;
}

.testi-author-position{
	font-family: 'Raleway';
	font-size: 18px;
	color: #fff;
}

#top{
	position: fixed;
	z-index: 9999;
}

.category-hover{
	display: none;
	padding:0px;
}

.product-hover:hover .category-hover{
	display: block;
}

#home-left-slidein{

	display: none;

}

#home-right-slidein{

	display: none;
	
}

.home-featured-products{
	display: none;
}

.social-media-con{
	
}

.social-media-logo-size{
	font-size: 22px !important;
	color: #fff;
}

.list-inline{
	padding-left: 0 !important;
	margin-left: -5px;
	list-style: none;
}

.font-white a{
	color: #fff !important;
}

.font-white a:hover{
	color: #fff !important;
}

.hide-on-medium-below{
	display: block;
}

.logo-con-details-height{
	height: 37px
}
.download-btn{
	    padding: 2% 6% 2% 6%;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    background-color: #ED0425;
    border-color: #ED0425;
}
.dropdown-product{
	    width: 100%;
    border: 1px solid #fff;
    height: 70px;
    font-size: 20px;
    text-align: left;
    padding: 10% 5%;
}
.product-menu{
	    width: 100% !important;
}
.dropdown-button{
	color: #fff !important;
}
.product-menu > li > a{
	font-size: 20px;
}
.tab-custom{
	margin-top: 0px !important;
	margin-bottom: 5% !important;
}
.tab-custom img{
	display: block;
	margin: auto;	
	/*width: 700px;*/
	width:100%;
	height: 430px;
}
.tab-custom h3{
	color: white !important;
}
.image img{
	display: block;
	margin: auto;
}
/*.service-image{
	padding-top:15%;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-bottom: 5%;
}
.service-title > ul{
padding-left: 0px !important;

}
.service-title{
	margin-bottom: 5%;
}*/
/*//*/
.absolute-center-x {
	left: 50%;
	transform: translate(-50%, 0);
}
#category-page .clearfix {
    display:inline-block !important;
}
#product_list .product-thumb {
	position: relative;
}
#product_list .img-responsive {
	display:inline-block;
}

#related_product {
	min-height:600px;
}
#related_product .product-thumb {
	overflow: hidden !important;
}
.testi-author-red {
    color: #ee0425;
    font-family: 'Raleway';
    font-weight: bold;
    letter-spacing: 2px;
}

.dissappear {
	display:none !important;
}
#quickcheckoutconfirm .table {
	color:#FFF;
}
.services-li-con {
	min-height: 300px !important;
	/*max-height: 300px !important;*/
	/*height: 300px !important;*/
}
/*#related_product .img-responsive {
	width:200px;
	margin-left:60px;
}*/
@media ( max-width:1500px ){
	.container {
		/*width: 1170px !important; */
		width:98%;
	}
	#installation {
		z-index:999;
		position: relative;
	}
	#product select {
		margin-left:20px !important;
	}
	#tab-description > p > span {
		padding:20px;
	}

}
@media (max-width: 1200px){
	.hide-on-medium-below{
		display: none;
	}
	.logo-con-details-height{
		height: 96px;
	}
	.homebg2-title {
	    margin-top: 230px !important;
	}
	ul.socials {
		float:right;
		margin:0;
	}
	ul.socials > li {
		margin-left:12px;
	}
	.ms-slide-desc {
		padding-top:50px !important;
	}
	.ms-slide-desc > div > * {
		line-height:30px;
	}

}
@media( max-width: 998px) {
	#custom_dropdown .dropdown-product {
		padding:10px !important;
		margin-bottom: 20px;
	}
	#related_product .caption {
		margin:0 !important;
	}
	.servicesbg > div {
		padding-top:430px !important;
	}
	.tab-custom img { 
		margin:20px 0 !important;
		height:auto;
	}
}


@media (max-width: 768px) {
	.logo-con-details-height {
		width:200px;
		height:auto;
	}
	.services-li-con {
		min-height: 50px !important;
		/*max-height: 50px !important;
		height:50px !important;*/
	}
	#installation > div {
		width:100% !important;
	}
	.intro_boxes {
	    height: 461px;
	    width: 100% !important;
	}
/*	#top {
		display:none !important;
	}*/
	.homebg2-title {
		line-height: 40px !important;
	}
	.learn-more-slider1 {
		font-size:10px !important;
	}
	#menu .btn-navbar {
		/*/display:/;/*/
		padding:10px 30px;
	}
	#menu {
		margin-top:65px;
	}
	#top-links {
		width:100%;
	}
	#top-links ul.list-inline {
		width:100%;
		margin-top:20px;
		margin-right:0 !important;
		display:inline-block;
		width:auto;
	}
	div.zopim > * {
		display:none !important;
		z-index:-1 !important;
		position: relative !important;
	} 
	div.zopim {
		display:none !important;
		z-index:-1 !important;
		position: relative !important;
	}
	.sticky {
		display:none;
	}
	#cart .dropdown-menu {
	    width: 300px;
	}
	ul.socials {
	    margin-top: -92px;
	}
	.ms-slide-desc > div > * {
		/*line-height:30px;*/
		font-size:20px;
	}
	.fcs {
		float:left !important;
		margin-bottom: 20px;
	}
	#mfilter-box-1 .mfilter-filter-item > div.mfilter-content-opts {
		width:100% !important;
		display:block;
	}
	/*.mfilter-content_top .mfilter-content > ul > li {*/
	.mfilter-content_top .mfilter-content > ul > li {
	    width:100% !important;
	}
	.mfilter-content_top .mfilter-price-slider {
		display:none !important;
	}
	.mfilter-content-opts {
		display:none !important;
	}
	#information_services img {
		max-width: 100% !important;
		height:auto;
	}
	#information_services .col-md-4, #information_services .col-md-6  {
		padding-top:20px !important;
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	#information_services .col-sm-8 > ul {
		padding-left:20px !important;
		padding-top:20px !important;
	}
	#information_services .dismant {
		margin-top:10px !important;
	}
	.tab-custom img {
	    margin: 20px 0 !important;
	    max-width: 100% !important; 

	}
	.servicesbg > div {
	    padding-top: 40px  !important;
	}
	.con-formbg > div > div.row {
		width:100% !important;
	}
	.cont-form-title {
		margin-top:290px !important;
	}
	.login-label {
		text-align: center;
		margin:0 !important;
		margin-bottom:15px !important;
		min-height: 50px;
	}

}