.jumbotron h2{
	margin-bottom:2em;
}

.head{
	background-image:url(../images/main-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.odds p{
	font-weight:700;
	margin-top:1em;
}
p.htip{
	font-weight:700;
	color:#f60;
	font-size:2em;
	line-height:1em;
}
.brands{
	background-image:linear-gradient(to bottom, #eee, #fff, #fff, #eee);
}
.nav li{
	min-height: 200px;
}
.head h1{
	color:#fff;
	font-size:4em;
	text-shadow: 0px 3px 1px rgba(0,0,0,1);
	margin-bottom:1em;
}
.head h1 span{
	display:inline-block;
	background-color:#f90;
	padding:0px 10px 10px 10px;
	z-index:10;
}
.forma .form-control{
	width:100%;
	margin-bottom:1em;
}
.forma strong{
	font-size:1.5em;
}
.forma .row{
	background-color:#fff;
	text-align:center;
	padding-top:1.5em;
	padding-bottom:1.5em;
	border-radius:8px;
}
.services{
	background-image: linear-gradient(to bottom, #f90,#f60);
}
.services h2{
	color:#fff;
}
.tab-pane{
	padding-bottom:1em;
}
.tab-content img{
	height:150px;
	margin:1em auto;
}
.caption p{
	margin:0.5em 0;
	text-align:center;
	font-weight:700;
}
.odds{
	background-color:#fff;
}
.feedback{
	background-color:#ffc;
}
.feed{
	background-color: #fff;
	padding:1.5em 2em;
	border-radius:5px;
	border:1px solid #fdedbd;
	z-index:90;
}
.name{
	position:relative;
	top:-1px;
	padding-top:130px;
	z-index:100;
	text-align:center;
	margin-bottom:15px;
}
.p1{background: url(../images/pers1.jpg) center top no-repeat;}
.p2{background: url(../images/pers2.jpg) center top no-repeat;}
.p3{background: url(../images/pers3.jpg) center top no-repeat;}

.feed p{
	margin: 0 0 0 0;
}
.contact form{
	margin-bottom:2em;
}
.footer{
	background-color:#039;
}
.fphone a{color:#fff;font-weight:700;}
.fcopy{margin:1.5em 0;color:#fff;}
.deliv{
	color:#fff;
	margin-top:2em;
}
.odds i{
	color:#f60;
}

.fdev a{
	display:inline-block;
	font-size:10px;
	text-transform:uppercase;
	color:#337ab7;
	line-height:20px;
	text-decoration:none;
	background-image:url(../templates/luxux/images/luxux-white.png);
	background-repeat:no-repeat;
	background-position: right 4px;
	padding-right:50px;
	transition:0.3s;
}
.fdev a:hover{
	color:#fff;
}

@media (max-width: 768px) {
	.logo{height: 40px;width: auto;margin: 10px 0;}
	.tcall{line-height: 60px;}
	.head h1{text-align:center;font-size:2em;}
	.services h2{font-size:1.5em;}
	.fphone a{font-size:2em;}
	.fdev{font-size:10px;}
	.caption p{min-height:60px;}
	.callnow{font-size:0.8em;}
}
@media (min-width: 768px) and (max-width: 992px) {
	.logo{height: 60px;width: auto;margin: 15px 0;}
	.tcall{line-height: 90px;}
	.fphone a{font-size:2em;}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.logo{height: 70px;width: auto;margin: 15px 0;}
	.tcall{line-height: 100px;}
	.head h1{font-size:3.5em;}
	.fphone a{font-size:3em;}
}
@media (min-width: 1200px) {
	.logo{height: 70px;width: auto;margin: 15px 0;}
	.tcall{line-height: 100px;}
	.fphone a{font-size:3em;}
}