body {
	-webkit-font-smoothing: antialiased;
}
.fix-padding {padding: 0px !important;}
.fix-margin {margin: 0px !important;}
.mini-space-to\margin-top: 5px;}
.mini-space-bottom {margin-bottom: 5px;}
.mini-space-left {margin-left: 5px;}
.mini-space-right {margin-right: 5px;}
.little-space-top {margin-top: 10px;}
.little-space-bottom {margin-bottom: 10px;}
.little-space-left {margin-left: 10px;}
.little-space-right {margin-right: 10px;}
.big-space-top {margin-top: 20px;}
.big-space-bottom {margin-bottom: 20px;}
.big-space-left {margin-left: 20px;}
.big-space-right {margin-right: 20px;}
.xl-space-top {margin-top: 30px;}
.xl-space-bottom {margin-bottom: 30px;}
.xl-space-left {margin-left: 30px;}
.xl-space-right {margin-right: 30px;}
.xxl-space-top {margin-top: 40px;}
.xxl-space-bottom {margin-bottom: 40px;}
.xxl-space-left {margin-left: 40px;}
.xxl-space-right {margin-right: 40px;}
.placeholder, input.placeholder {color: #999999;}
.bold {font-weight: bold !important;}
.alert {padding: 8px; font-size: 12px;}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
}
.inline {
	display: inline-block !important;
}
p {
	word-wrap: break-word;
}
label {
	cursor: default;
}
.btn:focus, input:focus, textarea:focus, a, .select-standard, input[type=checkbox]:focus {
	outline: none !important;
}
.textarea-block {
	resize: none;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.fix {
	color: inherit;
	text-decoration: none;
}
.border-radius-fix {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}
.border-fix {
	border: 0px !important;
}
.full-height {
	min-height: 100%;
	margin: 0px;
}
ul.float li {
	padding: 0px !important;
	float: left;
}
input.large, select.large {
	height: 40px;
}
input.error, select.error, textarea.error {
	border-color: #B1393B;
}
ul.list-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.list-table > li {
	display: table-cell;
}
ul.list-table > li:first-child {
	width: 1px;	
	white-space: nowrap;
}
/* Error Page */
.error-page {
	background: url(/bin/img/bg_error.jpg) fixed top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	height: 100%;
	min-height: 100%;
	width: 100%;
	text-shadow: 0 1px 30px rgba(0, 0, 0, 0.8);
	color: #fafafa;
	text-align: center;
}
.error-page h1 {
	font-size: 60px;
	line-height: 70px;
	margin-top: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.error-page p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error-page a.btn {
	width: 250px;
}
.btn-danger {
  background-color: #9f1d1d;
  border-color: #9f1d1d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #891919;
  border-color: #741515;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #9f1d1d;
  border-color: #9f1d1d;
}
/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/

/* Custom */
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'Ubuntu', sans-serif;
	color: #3f494a;
}
.wrap {
	padding-top: 100px;
	padding-bottom: 140px;
	min-height: 100%;
}
h1.font-sm {
	font-size: 42px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 0px;
}
p {
	font-size: 18px;
	line-height: 20px;
}
.row-fluid div[class*="col-"] {
	padding: 0;
}

.alert {
	padding: 0px;
	border: 0px;
	background-color: transparent;
	font-size: 14px;
	margin-bottom: 0px;
}
.btn-primary {
	color: #455052;
	background-color: #c1d3d3;
	border-color: #b2c8c8;
	font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #455052;
	background-color: #a9c2c2;
	border-color: #8eafaf;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #c1d3d3;
	border-color: #b2c8c8;
}

/* Navbar */
.navbar {
	background-color: #a9b1b3;
}
.navbar-brand {
	background: url(../img/logo.png) no-repeat;
	height:40px;
	margin-bottom:0;
	margin-left:0 !important;
	margin-right:0;
	margin-top:4px;
	width:40px;
}
@media(max-width:480px){
	.navbar-brand {
		margin-left: 15px !important;
	}
}
.navbar-collapse {
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}
.navbar-nav > li.active:hover > a , .navbar-nav > li.active > a, .navbar-nav > li:hover > a {
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	background-color: #455052;
}

/* Home */
.home img {
	margin: auto;
}

/* Footer */
.footer {
	color: #a9b1b3;
	margin-top: -100px;
	font-size: 14px;
	font-weight: 300;
}
.footer .offset {
	margin-top: 5px;
}
.footer a, .footer a:hover, .footer a:focus {
	color: #a9b1b3;
	text-decoration: none;
}
.footer a:hover {
	border-bottom: 1px dotted #a9b1b3;
}
.footer span {
	margin-right: 5px;
	margin-left: 5px;
}

@media(max-width:767px){
	.navbar-nav > li > a {
		text-align: right;
	}
}

/* Fancy */
.fancybox-next span, .fancybox-prev span {
	background-image: none !important;
	color: #ffffff !important;
	font-size: 90px !important;
	opacity: 0.5 !important;
	margin-top: -45px !important;
}
.fancybox-prev span {
	left: -15px !important;
}
.fancybox-next span {
	right: -15px !important;
}
.fancybox-title-float-wrap {
    left: 0 !important;
    right: 0 !important;
    text-align: left !important;
	width: 100% !important;
}
.fancybox-title-float-wrap .child {
    background: none !important;
    padding: 2px 0px !important;
    text-shadow: none !important;
	margin-right: 0px !important;
	display: block !important;
	font-size: 16px !important;
}

/* Product detail */
.product-detail-header {
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-detail p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
.product-detail-header h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.product-detail-header hr {
	margin: 10px 0;
	border-top: 3px solid #000;
	border-bottom: 0px;
}
.product-detail-header {
	font-weight: 500;
}
.product-detail .img-responsive {
	margin: auto;
	margin-bottom: 10px;
}

/* About index */
.page-index h2 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.page-index a {
	text-decoration: none;
	color: inherit;
}
.page-index p {
	color:#87ABAB;
	font-size:22px;
	font-weight:400;
	line-height:30px;
	text-align: center;
}
.page-index .img-responsive {
	margin: auto;
}

/* About detail */
.about-detail .page-index {
	margin-top: 80px;
}
.about-detail .img-responsive {
	margin: auto;
}

/* Service index */
.page-index .image-container {
	position: relative;
	max-width: 600px;
	max-height: 600px;
	margin: auto;
}
.page-index .image-container .content {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.4);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
.page-index .image-container .content .inner {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	text-align:center;
	width: 60%;
	padding: 0px 0px 15px;
	left: 20%;
	top: 50%;
	margin-top: -54px;
	font-size: 22px;
	font-weight: bold;
}
.page-index .image-container:hover .content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	 filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Contact */
.contact a.small {
	font-size: 14px;
}
.contact .form-control {
	border: 1px solid #ddd;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.contact input.form-control {
	height: 30px;
	padding: 3px 5px;
}
.contact .carletto {
	margin: auto;
	margin-top: 142px;
}
.contact p {
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
}
.contact p a {
	color: inherit;
	text-decoration: none;
}
.contact h1 {
	margin-bottom: 14px;
	font-weight: 300;
	margin-top: 0px;
	font-size: 24px;
}
.contact input, .contact textarea {
	font-weight: bold;
}
.contact label {
	font-weight: 300;
}

/* Gallery Container */
.gallery-container {
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.gallery-container .mega-entry a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.gallery-container .mega-hover {
	 background-color: rgba(0,0,0,0.4);
}
.gallery-container .mega-hover .mega-hoverview {
	text-transform: uppercase;
	font-weight: bold;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.gallery-container .mega-hover .small {
	font-size: 12px;
}
.product-index .gallery-container .mega-hoverview {
	width: 100%;
	max-width: 100%;
	text-align: center;
	height: 40px;
	padding: 5px;
	left: 0;
	right: 0;
	margin-top: -20px;
}

/*** Modal Policy ***/
form .checkbox {
	font-size: 14px;
	margin: 15px 0;
}
form .checkbox a {
	font-weight: bold;
	color: #333;
}
.modal .modal-content {
	border-radius: 0px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	color: #000 !important;
}
.modal p {
	margin: 0px;
	font-size: 13px;
}
.modal .btn-link {
	border: 2px solid #000;
	color: #000;
}