/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 17, 2016, 3:20:43 PM
    Author     : Arpan Tanna
*/

label.error {
	color: #ff6d3b;
	font-weight: normal;
	font-size: 14px;
}
#contact-form {
	font-size: 14px;
}
#contact-form input {
	font-size: 14px;
}
.navbar-fixed-top .navbar-brand {
	margin-top: -24px;
	-webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
}
.navbar-fixed-top.minified .navbar-brand {
	margin-top: -10px;
	-webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
}
.navbar-fixed-top.minified .logo {
	width: 200px;
}

.owner-list-box {
	font-size: 0;
	text-align: center;
}
.owner-list-box .owner-block {
	display: inline-block;
	float: none;
	font-size: 14px;
	margin-bottom: 10px;
}
.social-icons .social-ib {
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}