@charset "utf-8";
/* CSS Document */

/*Fonts*/



@font-face {
	font-family: calibri;
	src: url('../fonts/calibri.ttf');
}
@font-face {
	font-family: early-times-regular-demo;
	src: url('../fonts/early-times-regular-demo.otf');
}
/*font-family: 'PT Sans', sans-serif;*/

/*@font-face {
 font-family: 'Conv_rockwel';
 src: url('../fonts/rockwel.eot');
 src: local('☺'), url('../fonts/rockwel.woff') format('woff'), url('../fonts/rockwel.ttf') format('truetype'), url('../fonts/rockwel.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}*/

/*Fonts end*/

body {
	background: url(../images/bg.jpg) #fff center top repeat;
	margin-left: auto;
	margin-right: auto;
	font-family: calibri;
}
/*Headings*/
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-size: 50px;
	color: #333;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 10px 0;
}
h1 span {
	font-size: 30px;
}
h2 {
	font-family: early-times-regular-demo;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
}
h2 span {
	color: #dabf1b;
}
h3 {
	font-family: early-times-regular-demo;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
}
h4 {
	font-size: 20px;
	color: #666;
	text-transform: capitalize;
	padding: 10px 0;
}
h5 {
	font-size: 18px;
	color: #777;
	text-transform: capitalize;
	padding: 10px 0;
}
h6 {
	font-size: 16px;
	color: #888;
	text-transform: capitalize;
	padding: 10px 0;
}
/*Headings end*/

/*Text*/
p {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
p strong {
	font-size: 16px;
	color: #fff;
}
.txt-style-1 {
	font-size: 30px;
	text-align: left;
	color: #333;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	background: #cfab3f;
	padding: 10px;
}
.txt-style-1 span {
	font-size: 26px;
	color: #fff;
}
/*Text end*/

/*Links*/
a:link, a:visited {
	color: #dabf1b;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.more-style-1 a {
	font-family: early-times-regular-demo;
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	padding: 10px 0;
	display: block;
	color: #dabf1b;
}
.more-style-1 a:hover {
	text-decoration: none;
	margin-left: 10px;
}
/*Links ends*/

/*Images*/
.img-style-1 {
	float: left;
	margin: 10px 20px 10px 0;
	border-bottom: 5px solid #dabf1b;
}
/*Images ends*/

/*Lists*/
.list-style-1 {
	margin: 10px;
}
.list-style-1 li {
	list-style: none;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	border-bottom: 1px solid #dedede;
	background: url(../images/cheklist-icon.png) 0 5px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}
.list-link {
	margin: 0;
}
.list-link li {
	list-style: none;
	display: block;
	line-height: 15px;
}
.list-link li a {
	background: url(../images/arrowlist-icon.png) left center no-repeat;
	font-size: 12px;
	padding: 0 15px;
	text-transform: uppercase;
	color: #444;
	list-style: none;
}
.list-link li a:hover {
	color: #dabf1b;
	text-decoration: none;
}
.list-link-tab {
	margin: 0;
}
.list-link-tab li {
	float: left;
	width: 220px;
	list-style: none;
	display: block;
	margin: 15px 10px;
}
.list-link-tab img {
	margin-bottom: 10px;
	border-bottom: 5px solid #555;
}
.list-link-tab img:hover {
	margin-bottom: 10px;
	border-bottom: 5px solid #dabf1b;
}
.list-link-tab li a {
	list-style: none;
	font-family: early-times-regular-demo;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.list-link-tab li a:hover {
	color: #dabf1b;
	text-decoration: none;
}
/*Lists ends*/

/*Tables*/
.table-style-1 {
	width: 100%;
	color: #555;
	margin: 5px 0;
	font-size: 14px;
}
.table-style-1 th {
	color: #FFF;
	font-family: Calibri;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #333;
	padding: 10px;
	border: 1px solid #ddd;
}
.table-style-1 td {
	padding: 10px;
	border: 1px solid #ddd;
}
/*Tables ends*/

/*Class*/
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
}
.txtalign-left {
	text-align: left;
}
.txtalign-center {
	text-align: center;
}
.txtalign-right {
	text-align: right;
}
.txtalign-justify {
	text-align: justify;
}
.width-100 {
	width: 100%;
}
.width-70 {
	width: 70%;
}
.width-50 {
	width: 48%;
}
.width-30 {
	width: 30%;
}
.width-20 {
	width: 22%;
}
.mrg-top-lrg {
	margin-top: 40px;
}
.mrg-lr-md {
	margin-left: 10px;
	margin-right: 10px;
}
.mrg-all-10 {
	margin: 10px;
}
.pad-all-10 {
	padding: 10px;
}
.bgcolor-white {
	background: #fff;
}
.clear-both {
	clear: both;
}
.wrap-style {
	background: #fff;
	box-shadow: 0 0 15px #333;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
}
/*Class ends*/


#wrapper {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: auto;
	border-top: 8px solid #dabf1b;
	border-bottom: 5px solid #333;
	padding: 0;
	background: rgba(0,0,0,0.50);
}
#logo {
	float: left;
	width: auto;
	height: auto;
	margin: 20px;
}
#quick-contact {
	float: right;
	width: auto;
	height: auto;
	position: relative;
	margin-top: -6px;
}
/*navigation*/

#nav {
	/*background: url(../images/nav_bg.jpg) center repeat-x;*/
	background: #333;
	width: 100%;
	height: 50px;
	float: left;
	margin: 0;
}
#nav ul {
	list-style: none;
	overflow: hidden;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/nav-divider.png) right center no-repeat;
}
#nav a:link, #nav a:visited {
	display: block;
	width: auto;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 50px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
#nav a:hover, #nav a:active, #nav a.select {
	background: #000;
}
/*navigation end*/

/*banner*/
#banner {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	position: relative;
	margin-top: -42px;
}
/*banner end*/

/*Containers*/
#container {
	width: 100%;
	height: auto;
}
#mid-container {
	width: 960px;
	height: 100%;
	float: left;
	margin: 20px 0;
}
#left-container {
	width: 600px;
	height: 100%;
	float: left;
	margin: 20px 0;
}
#right-container {
	width: 350px;
	height: 100%;
	float: right;
	margin: 20px 0;
}
#btm-container {
	background: url(../images/pride-bg.jpg) repeat;
	width: 920px;
	height: 100%;
	float: left;
	margin: 20px 0;
	padding: 20px;
}
#widget-area {
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.blog-item {
	float: left;
	width: 220px;
	height: auto;
	padding: 10px 0;
	margin: 0 10px;
}
.blog-item img {
	border-bottom: 5px solid #333;
}
.blog-item img:hover {
	border-bottom: 5px solid #dabf1b;
}
/*Containers ends*/

/*footer*/
#footer {
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.50);
	border-top: 5px solid #dabf1b;
}
#footer h3 {
	color: #dabf1b;
}
#map {
	width: 100%;
	height: auto;
}
/*footer end*/


/*contact form*/
#contact_form {
	width: auto;
	height: auto;
	float: left;
	margin: 10px;
	padding: 0;
}
#contact_form table {
	font-size: 14px;
	color: #fff;
	padding: 10px;
}
#contact_form td {
	line-height: 20px;
	padding: 0 5px;
	width: auto;
	height: auto;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea, #contact_form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px 3px;
	display: block;
	margin-bottom: 5px;
	background-color: #FFF;
	color: #777;
	border: 1px solid #e7e7e7;
}
#contact_form input[type="text"], #contact_form input[type="email"], #contact_form textarea {
	width: 300px;
	text-transform: none;
}
#contact_form select {
	width: 307px;
	text-transform: capitalize;
}
#contact_form td input#btn {
	font-family: Calibri;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	margin: 0px;
	border: none;
	cursor: pointer;
	background-color: #dabf1b;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
}
#contact_form td input#btn:hover {
	background-color: #000;
}
/* contact form end */

#popupquote{
  background-color: #000;
  box-sizing: border-box;
  left: 50%;
  margin-left: -200px;
  padding: 20px;
  position: fixed;
  top: 20%;
  width: 400px;
  z-index: 99999999 !important;
}
#popupquote input, #popupquote textarea {
  width: 100%;
  border-radius: 0;
  border: 0;
  padding: 8px 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  font-size: 15px;
  max-height: 115px;
  font-family:Arial;
}
#popupquote #btn {
  background-color: #dabf1b !important;
  color: #fff;
  font-weight: bold;
  -webkit-apperance:none !important;
  cursor:pointer;
}
#popupquote #btn:hover{
	background-color:#000 !important;
	border:1px solid #dabf1b !important;
}
#popupquote h5 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-bottom: 11px;
}
.closepopup {
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 7px;
  top: 0;
}
.witherror {
  border: 1px solid #f00 !important;
}