@font-face {
	font-family: TrajanPro;
	src: url("TrajanPro-Regular.otf") format("opentype");
}
body {
	font-family: 'TrajanPro', 'Cinzel', serif;
}
.logo {
	padding: 8px 0;
}
.menu ul {
	margin: 0px 0;
	padding: 0;
}
.menu ul li {
	list-style: none;
	float: left;
}
.menu ul li a {
	display: block;
	padding: 10PX 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.menu ul li > ul li {
	float: none;
}
.menu ul li > ul li a {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	color: #000
}
.phone {
	font-family: TrajanPro, Cinzel;
	font-size: 17px;
	color: #666;
	padding: 15px 0;
	text-align: right
}
.phone a {
	font-size: 28px;
	color: #27368b;
}
.container {
	margin: 0 auto;
	max-width: 1200px;
}
.slide {
	background: url(../img/slide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	padding: 58px 0;
}
.slide-text {
	font-family: 'Roboto', sans-serif;
	font-size: 83px;
	color: #414141;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 10px;
}
.slide-text div {
	background-color: rgba(255,255,255,0.7);
	display: table-row;
	line-height: 85px;
}
.slide-text div span {
	color: #27368b
}
.slide-text2 {
	font-family: 'Roboto', sans-serif;
	font-size: 43px;
	color: #414141;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 10px;
}
.slide-text2 div {
	background-color: rgba(255,255,255,0.7);
	display: table-row;
	line-height: 45px;
}
.slide-text2 div span {
	color: #27368b
}
.form {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
	width: 80%;
	padding: 10px 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #666;
	font-weight: 300;
	margin-bottom: 5px;
}
.form input[type="submit"] {
	color: #fff;
	border: 0;
	background: #3c3c3c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjM2MzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -o-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -ms-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000', GradientType=0 );
	display: block;
	width: 92%;
	padding: 10px 22px;
	margin: 0 auto;
	font-family: TrajanPro, Cinzel;
	text-transform: uppercase;
}
.form span {
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.hiw {
	text-align: center;
	background: #b0d0fa;
	margin-top: 0px;
	padding: 60px 0;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 300;
	font-size: 16px;
}
.hiw .header1 {
	font-size: 36px;
	display: block;
	margin-bottom: 0px;
}
.hiw .header2 {
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
}
.hiw .step {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.hiw .step div.pic {
	height: 96px;
}
.numberCircle {
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	behavior: url(http://thediamondvalet.com/wp-content/themes/dv/css/PIE.htc);
	width: 25px;
	height: 25px;
	padding: 8px;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	margin: 20px auto;
}
.step:hover >.numberCircle {
	background: #000;
	color: #fff;
}
.home-text {
	padding: 60px 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 24px;
	/*background:url(../img/diamonds.jpg) no-repeat;
	background-position:center;
	background-size:contain*/
}
.home-text h1,
.home-text h2 {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 34px;
	line-height: 36px;
	font-weight: 300;
}
.home-text a {
	color: #27368b;
	line-height: 50px;
	text-transform: uppercase;
}
.get-it {
	padding: 60px 0;
	background: #b0d0fa;
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.get-it a {
	background: #000;
	color: #fff;
	padding: 10px 40px;
	font-size: 18px;
	text-decoration: none
}
.get-it a:hover {
	background: #27368b
}
.hr {
	text-align: center;
	padding: 0px;
}
.footer {
	background: #000;
	text-align: left;
	color: #fff;
	padding: 50px 0;
}
.footer a {
	color: #fff;
}
.copy {
	color: #666;
	margin-top: 30px;
}
.in-content {
	padding-top: 28px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 26px;
}
.in-content h1 {
	margin: 5px 0px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 34px;
	line-height: 38px;
	font-weight: 300;
}
.in-content h2,
.in-content h2 strong {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}
.in-content h3,
.in-content h3 strong {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 40px;
	line-height: 50px;
	font-weight: 100;
}
.in-content-bar {
	padding-top: 40px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 26px;
}
.in-content-bar h3.widget-title {
	display: none;
}
.in-content-bar .gform_wrapper {
	padding: 30px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
}
.in-content-bar .gform_wrapper h3.gform_title {
	font-family: 'TrajanPro', 'Cinzel', serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	width: 100%;
	margin: 0;
}
.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
}
.gform_wrapper form {
	margin-bottom: 0;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
	width: 100% !important;
	padding: 10px 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #666;
	font-weight: 300;
	/*margin-bottom: 5px;*/
}
.in-content-bar .gform_wrapper input[type="submit"] {
	color: #ffffff;
	cursor: pointer;
	border: 2px solid #ffffff;
	background: #1a2a7e;
	display: block;
	width: 100%;
	padding: 10px 22px;
	margin: 0 auto;
	font-family: TrajanPro, Cinzel;
	text-transform: uppercase;
}
.in-content-bar .gform_wrapper input[type="submit"]:hover {
	border: 2px solid #1a2a7e;
	background: #ffffff;
	color: #1a2a7e;
}
.gform_wrapper span {
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.gform_wrapper .gfield_required {
	color: #F00 !important;
}
.gform_wrapper label {
	font-size: 14px;
	margin: 0;
}
.gform_wrapper .gform_footer {
	padding: 0;
}
.in-content-bar #gform_wrapper_2 {
	background: url(../img/diamond-form.jpg) 0 0/100% 100% no-repeat;
}
.in-content-bar #gform_wrapper_4 {
	background: url(../img/watches-form.jpg) 0 0/100% 100% no-repeat;
}
.breadcrumbs {
	background: #eee;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-weight: 100;
	padding: 30px 0;
}
.breadcrumbs a {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #666
}
.ts-1 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 22px;
	border: 1px solid #c1c1c1;
	border-bottom: 0px;
	padding: 20px;
}
.ts-2 {
	padding: 20px 10px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 22px;
	background: url(../img/t-1.png) no-repeat top center;
}
.in-content-bar h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 36px;
	text-align: center
}
.follow {
	background: #eee;
	padding: 20px;
	text-align: center
}
.follow h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 36px;
}
.example {
	text-align: center;
	padding: 20px 10px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 22px;
}
.example h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 36px;
}
.navbar .nav > li > a {
	padding: 0px 8px 0px;
}
.open > .dropdown-menu {
	padding: 0;
	z-index: 999999
}
.largeboldwhitediamond {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	font-family: 'Open Sans';
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: #ffd658;
	border-style: none;
}
.largeboldwhitediamondsmall {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500 !important;
	font-family: "Open Sans";
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
	border-color: #ffffff;
	border-style: none;
}
.tp-caption.custom_medium_light_white {
	font-family: 'Roboto', sans-serif!important;
	font-size: 63px;
	color: #414141!important;
	font-weight: 100!important;
	text-transform: uppercase;
	line-height: 10px!important
}
.tp-caption.custom_medium_light_white div {
	background-color: rgba(255,255,255,0.7);
	display: table-row;
	line-height: 75px;
}
.tp-caption.custom_medium_light_white div span {
	color: #27368b
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
padding:0 margin:0;
}
.gform_wrapper .ginput_container + .gfield_description.validation_message {
	margin: 0;
	padding: 0;
	display: none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0!important;
	padding: 0!important;
}
.gform_wrapper div.validation_error {
	color: #790000;
	font-size: 11px!important;
	line-height: 12px;
	font-weight: 300;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin: 0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0px;
}
.gform_wrapper .top_label .gfield_error textarea.textarea {
	height: 50px;
}
.gform_wrapper .gform_footer {
	padding: 0!important;
	margin: 6px 0 0!important;
}
.gform_wrapper .top_label .gfield_label {
	margin: 7px 0 0px 0!important;
}
.in-content-bar .gform_wrapper .top_label input.medium {
	width: 100%!important;
	border: 0px!important;
	height: 25px!important;
}
.in-content-bar .gform_wrapper .top_label textarea.textarea {
	width: 100%!important;
	border: 0px!important;
}
.gform_wrapper .gform_heading {
	margin-bottom: 0 !important;
	text-align: center;
	width: 100% !important;
}
.gform_wrapper .top_label .gfield_label {
	font-family: TrajanPro, Cinzel;
	font-weight: 300!important;
}
.fulllabel .gfield_label {
	width: 100%;
}
.form-home {
	background: rgba(21,37,129,0.9);
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	/*left: 80%;*/
	margin: 30px 0;
	padding: 30px;
	/*position: relative;*/
	/*right: 0px;*/
	text-align: center;
	text-transform: uppercase;
	width: 340px;
	z-index: 1000;
}
.form-home ul li label {
	float: left;
	width: 120px;
}
.form-home input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
	width: 94% !important;
	padding: 10px 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #666;
	font-weight: 300;
	/*margin-bottom: 5px; */ 
}
.form-home input[type="submit"] {
	color: #fff;
	cursor: pointer;
	border: 0;
	background: #3c3c3c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjM2MzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -o-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: -ms-linear-gradient(top, #3c3c3c 0%, #000000 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000', GradientType=0 );
	display: block;
	width: 100%;
	padding: 10px 22px;
	margin: 0 auto;
	font-family: TrajanPro;
	text-transform: uppercase;
}
.form-home label {
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 100;
}
.form-home .gform_wrapper h3.gform_title {
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 18px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding:0 margin:0;
}
.gform_wrapper .ginput_container + .gfield_description.validation_message {
	margin: 0;
	padding: 0;
	display: none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0!important;
	padding: 0!important;
}
.gform_wrapper div.validation_error {
	color: #790000;
	font-size: 11px!important;
	line-height: 12px;
	font-weight: 300;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin: 0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin: 0px;
}
.gform_wrapper .top_label .gfield_error textarea.textarea {
	height: 50px;
}
.gform_wrapper .gform_footer {
	padding: 0!important;
	margin: 6px 0 0!important;
}
.gform_wrapper .top_label .gfield_label {
	margin: 7px 0 0px 0!important;
}
.show-for-small {
	display: none;
}
 @media (max-width: 979px) and (min-width: 768px) {
	.slide-text {
		font-size: 65px;
	}
	.slide-text div {
		line-height: 65px;
	}
	.phone {
		width: 100%;
		text-align: center
	}
}
 @media only screen and (max-width : 768px) {
	.footer {
		text-align: center
	}
	.logo,
	.phone {
		text-align: center
	}
	.menu ul li {
		float: none;
	}
	.menu ul {
		border-top: 1px solid #ccc;
		margin: 0;
		padding: 0;
	}
	.menu ul li a {
		text-align: center;
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
	}
	.home-text,
	.slide,
	.hiw {
		padding: 30px 0;
	}
}
 @media (max-width: 979px) {
	.gform_wrapper .top_label input.medium {
		width: 100%!important
	}
	.gform_wrapper .top_label textarea.textarea {
		width: 100%!important;
	}
	.gform_wrapper .gform_heading {
		text-align: center
	}
	.gform_wrapper .top_label .gfield_label {
		font-family: TrajanPro, Cinzel;
		font-weight: 300!important;
	}
	.form-home input[type="submit"] {
		width: 100%!important
	}
	.form-home ul li label {
		width: 100%!important;
	}
}
 @media (max-width: 1179px) {
	.form-home {
		margin-top: 10px;
	}
}
 @media only screen and (max-width : 978px) {
	.h-sl {
		display: none;
	}
	.form-home {
		position: static!important;
		background: #333 url(http://thediamondvalet.com/wp-content/themes/dv/wp-content/uploads/2014/01/slide.jpg);
		margin: 0;
		padding: 0px;
		width: 100%
	}
	.dfd {
		padding: 30px;
	}
	.show-for-small {
		display: block;
		text-align: center;
		padding: 0px 30px 20px;
	}
}
.soc {
	margin: 0px 0;
	width: 200px;
	float: left;
}
.soc img {
	filter: none;
	-webkit-filter: grayscale(0);
}
.soc img:hover {
	filter: url(http://thediamondvalet.com/wp-content/themes/dv/css/filters.svg#grayscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}
.soc a {
	text-indent: -9999px;
	width: 53px;
	height: 53px;
	display: block;
	margin-right: 5px;
	float: left
}
.bbb {
	float: left;
}
 @media only screen and (max-width : 768px) {
	.soc {
		margin: 0 auto;
		width: 180px;
		float: none;
		display: block;
		text-align: center;
		height: 60px
	}
	.bbb {
		margin: 0 auto;
		float: none;
		display: block;
		text-align: center
	}
}
a.fb,
a.tw,
a.gp,
a.ytb {
	background: url(../img/soc.png) no-repeat;
}
a.tw {
	background-position: 0px -53px;
}
a.gp {
	background-position: 0px -106px;
}
a.ytb {
	background-position: 0px -159px;
}
.clear {
	clear: both;
}
.responsiveSelectContainer select.responsiveMenuSelect,
select.responsiveMenuSelect {
	margin-top: 15px;
}
 @media only screen and (max-width : 1200px) {
	.gform_wrapper {
		font-size: 18px;
		line-height: 22px;
	}
}
 @media only screen and (max-width : 1024px) {
	.get-it {
		font-size: 25px;
		line-height: 40px;
		padding: 30px 0;
	}
	.in-content h1 {
		font-size: 38px;
	}
	.in-content h2,
	.in-content h2 strong {
		font-size: 18px;
		line-height: 20px;
	}
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	.menu ul li > ul li a {
		font-size: 10px;
		padding: 10px;
		color: #000
	}
}
.blog-side ul {
	margin: 0;
	padding: 0
}
.blog-side ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.blog-side ul li {
	display: block;
	padding: 10px 0;
}
.blog-side h3 {
	line-height: 20px;
	font-weight: 300!important;
	text-align: left
}