@charset "utf-8";
/* CSS Document */
/********************** Reset **********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0;padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption, th {text-align:justify;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
q:before, q:after {content:'';}
abbr, acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input, textarea, select {font-size:100%;}
legend {color:#000;}
.left{float:left;}
.clear{clear:both;}
.clear-left{clear:left;}
.clear-right{clear:right;}
.right{float:right;}
span.noshow {display:none;margin:0;}
a{outline:none;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/********************** style **********************/
body
{
	background-color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-smoothing: antialiased;
	-ms-smoothing: antialiased;
	-o-smoothing: antialiased;
	overflow-x:hidden;
}
#header-wrapper
{
	width:100%;
	background-color:#000000;
	border-bottom:solid 1px #fff;
	position:fixed;
	top:0;
	z-index:10005;
}
.header
{
	width:100%;
	max-width:1200px;
	display:block;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
}
.logo img
{
	position:absolute;
	display:block;
	margin-left:525px;
	left:0;
	right:0;
}
.logo-mobi img
{
	display:none;
	margin:0 auto;
}
.flag-ctn
{
	display:block;
	float:right;
	margin:0 0 0 0;
}
.flag-ctn ul li
{
	display:block;
	float:left;
	margin:0 0 0 3px;
}
.flag-ctn ul li img
{
	width:24px;
	height:11px;
}
.lan-txt-ctn
{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:12px;
	color:#fff;
	display:block;
	float:right;
}
.lan-txt-ctn a
{
	text-decoration:none;
	color:#fff;
	display:block;
	float:left;
}
.lan-txt-ctn span
{
	display:block;
	float:left;
	margin:0 3px;
}
.menu-area
{
	display:block;
	margin:37px auto 0 auto;
}
.slider-ctn
{
	width:100%;
	display:block;
	margin:138px auto 0 auto;
}
#home-tab-wrapper
{
	width:100%;
	z-index:999;
	position:fixed;
	bottom:0;
	margin-bottom:20px;
}
.homepro-tab
{
	width:100%;
	max-width:1088px;
	display:block;
	margin:0 auto;
}
.homepro-tab li
{
	display:block;
	float:left;
	width:250px;	
	border-left:solid 1px #fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	overflow: hidden;
   position: relative;
   text-align: center;
   margin:10px;
}
.homepro-tab li img {
   display: block;
   position: relative;
   margin:0 auto; 
}
.homepro-tab li h2 {
   font-family: 'Montserrat', sans-serif;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 18px;
   margin-top:30px;
}
.homepro-tab li p {
   font-family: 'Montserrat', sans-serif;
   font-size: 14px;
   position: relative;
   color: #fff;
   text-align: center;
   margin-top:5px;
   text-decoration:underline;
}
.tab-mask
{
   width: 250px;
   height: 90px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.tabview img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.tabview .tab-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background:url(../../../images/tbbg.png) repeat;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.tabview h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.tabview p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.tabview:hover .tab-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.tabview:hover h2,
.tabview:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.tabview:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

#footer-wrapper
{
	width:100%;
	background-color:#000;
	border-top:solid 1px #fff;
	padding:6px 0;
	position:fixed;
	bottom:0;
	z-index:10000;
}
.footer
{
	width:100%;
	max-width:1200px;
	display:block;
	margin:0 auto;
}
.foot-left
{
	display:block;
	float:left;
}
.foot-left ul li
{
	display:block;
	float:left;
}
.foot-left ul li a
{
	font-size:13px;
	text-decoration:underline;
	color:#fff;
	display:block;
	float:left;
	margin-right:15px;
}
.foot-right
{
	display:block;
	float:right;
	font-size:13px;
	color:#fff;
}
#content-wrapper
{
	width:100%;
	padding:138px 0 0 0;
}
.content-area
{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-bottom:60px;
}
.subnave-link
{
	display:block;
	padding:30px 0;
}
.subnave-link p
{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	display:block;
	float:left;
	margin:0;
	margin-right:8px;
	color:#777;
	
}
.subnave-link p.arw {margin-top:0px;}
.subnave-link p a {text-decoration:none; color:#777;}
.subnave-link p a:hover {text-decoration:underline;}

.page-title
{
	background:url(../../../images/page-title-line.jpg) repeat-x left center;
	display:block;
	text-align:center;
	margin-bottom:30px;
}
.page-title-ctn
{
	display:inline-block;
	margin:0 auto;
}
.br-lft
{
	display:block;
	float:left;
	margin-top:1px;
}
.br-rgt
{
	display:block;
	float:left;
	margin-top:1px;
}
.page-title h1
{
	background-color:#333333;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:15px 25px;
	display:block;
	float:left;
	border-radius:5px;
	letter-spacing:1px;
}
.thebrand-page
{
	display:block;
}
.thebrand-page div
{
	width:50%;
	display:block;
	float:left;
}
.thebrand-ph img {width:100%;}
.thebrand-phf img {width:100%;}
.thebrand-page div h1
{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
	display:block;
}
.thebrand-page div h1.rgt-hpad {padding:20px 30px 0 0;}
.thebrand-page div h1.lft-hpad {padding:20px 0 0 30px;}

.thebrand-page div p
{
	line-height:22px;
	display:block;
}
.thebrand-page div p.rgtf-pad {padding:0 30px 20px 0;}
.thebrand-page div p.rgt-pad {padding:20px 30px 20px 0;}
.thebrand-page div p.lft2-pad {padding:0 0 0 30px;}
.thebrand-page div p.lft-pad {padding:20px 0 20px 30px;}


.banner-effect
{
	width:100%;
	display:block;
	max-width:1200px;
	overflow: hidden;
   position: relative;
   text-align: center;
   margin:30px auto 0 auto;
}
.banner-effect img {
   display: block;
   position: relative;
   margin:0 auto; 
}
.banner-effect div
{
	width:550px;
	display:block;
}
.banner-effect h2 {
   font-family:"Times New Roman", Times, serif;
   font-weight:bold;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 26px;
   margin:130px 0 0 0;
}
.bannerview a {text-decoration:none;}
.bannerview h4 {
	width:600px;
   font-family:"Times New Roman", Times, serif;
   font-weight:bold;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position:absolute;
   font-size: 26px;
   z-index:100;
   margin-top:190px;  
}

.banner-effect p {
   font-size: 14px;
   line-height:22px;
   position: relative;
   color: #fff;
   text-align: center;
   margin:230px 0 0 50px;
}
.ban-link
{
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top:10px !important;
}
.banner-mask
{
   width: 1200px;
   height: 425px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   z-index:100;
}

.bannerview img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.bannerview .banner-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*background:url(../../../images/tbbg.png) repeat;*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.bannerview h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.bannerview p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.bannerview:hover .banner-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.bannerview:hover h2,
.bannerview:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.bannerview:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.tmrg {margin:0;}
.page-top-para
{
	display:block;
	margin-top:30px;
}
.page-top-para p
{
	line-height:22px;
	display:block;
	margin-top:12px;
}
.page-top-para p:first-child {margin-top:0;}
.watch-caro
{
	background:url(../../../images/caro-bg.gif) repeat-x 0 top #7a7a7a;
	padding:50px 50px 40px 50px;
}
.colection-model-ctnr
{
	display:block;
}
.the-collection-para
{
	display:block;
	padding-bottom:40px;
}
.the-collection-para h2
{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	margin-top:20px;
	display:block;
}
.the-collection-para p
{
	line-height:22px;
	padding:10px 0 0 0;
}

.the-collection-para ul
{
	display:block;
	margin-top:5px;
}
.the-collection-para li
{
	background:url(../../../images/bullet-04.gif) no-repeat 0 center;
	display:block;
	padding:0 0 0 15px;
	margin-top:7px;
}

.rgt-ph
{
	display:block;
	float:right;
	margin:0 0 0 40px;
	padding:0 !important;
}
.page-divider
{
	background:url(../../../images/line.gif) repeat-x left 15px;
	text-align:center;
	position:relative;
	height:40px;
}
.page-divider img {display:block; margin:0 auto; position:absolute; left:0; right:0;}
.page-divider.mrg-01 {margin-top:35px;}
.page-divider.mrg-01minus {margin-top:-15px;}
.page-divider.mrg-02 {margin-top:25px;}
.page-divider.mrg-03 {margin-top:15px;}

.jew-pro-video-ctn
{
	padding:20px 0 0 0;
}
.pro-video-ctn
{
	width:100%;
	max-width:500px;
	display:block;
	float:left;
}
.pro-video-details
{
	width:100%;
	max-width:480px;
	display:block;
	float:left;
	margin-left:40px;
}
.pv-ctn-list-01 li
{
	font-family: 'Montserrat', sans-serif;
	padding:0 0 5px 0;
	font-size:15px;
	font-weight:700;
}
.pv-ctn-list-01 span
{
	font-weight:400;
}
.jew-pro-details
{
	display:block;
	margin-top:10px;
}
.jew-pro-details h2
{
	background:url(../../../images/pro-details-arrow-01.png) no-repeat right center #000;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:700;
	padding:7px 15px;
	display:block;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border:solid 1px #999;
}
.jew-pro-details h2:hover {background:url(../../../images/pro-details-arrow.png) no-repeat right center #666; color:#000;}

.jew-pro-details ul
{
	display:block;
	margin-top:5px;
}
.jew-pro-details li
{
	background:url(../../../images/bullet-04.gif) no-repeat 0 18px;
	display:block;
	padding:10px 0 0 15px;
}
.jew-pro-video
{
	width:100%;
	max-width:500px;
	height:375px;
	display:block;
	margin:20px 0 0 0;
}
.wpro-video-ctn {margin-top:40px;}
.wpro-video-ctn h1
{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-align:center;
	display:block;
}
.rel-pro-ctn h2
{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	text-align:center;
	display:block;
	margin-top:20px;
}
.rel-pro-ctn ul
{
	display:block;
	padding:0 10px 0 10px;	
}
.rel-pro-ctn li
{
	opacity: 0.7;
	display:block;
	float:left;
	text-align:center;
	margin:20px 4px 0 4px;
	transition: all .4s ease-in-out;
}
.rel-pro-ctn li:hover {opacity:1;}
.rel-pro-ctn li img
{
	display: block;
    width:60%;
	margin:10px auto;
}
.rel-pro-ctn a
{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#fff;	
}
.rel-pro-ctn a p
{
	font-size:14px;
}
.manual-page a
{
	display:inline-block;
	text-decoration:underline;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.contact-form-ctn h1
{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	margin-bottom:25px;
}
.contact-form-ctn form
{
	margin-top:25px;
}
.contact-form-ctn label
{
	display:block;
	margin-bottom:5px;
}
.text-field-01 
{
	width:100%;
	max-width:300px;
	display:block;
	background-color:#000;
	border:solid 1px #fff;
	padding:5px;
	height:18px;
	color:#fff;
	margin-bottom:20px;
}
.text-area-field-01 
{
	width:100%;
	max-width:300px;
	display:block;
	background-color:#000;
	border:solid 1px #fff;
	padding:5px;
	height:120px;
	color:#fff;
	margin-bottom:20px;
}
.submit-btn
{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	padding:10px 25px;
	display:block;
	border:none;
	background-color:#fff;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.submit-btn:hover
{
	background-color:#333;
	color:#fff;
}
.the-brandpara
{
	display:block;
}
.the-brandpara p
{
	line-height:22px;	
}
.rgt-ph-1
{
	display:block;
	float:right;
	margin:0 0 20px 30px;
}
.lft-ph-1
{
	display:block;
	float:left;
	margin:0 30px 0 0;
}
.para-m
{
	margin-top:12px;
}
.manualph-rgt
{
	display:block;
	float:right;
}
.margint-01
{
	margin-top:20px;
}


.banner-effect-01
{
	display:block;
	width:1200px;
	overflow: hidden;
   position: relative;
   text-align: center;
   margin:30px auto 0 auto;
}
.banner-effect-01 img {
   display: block;
   position: relative;
   margin:0 auto; 
}
.banner-effect-01 div
{
	width:550px;
	display:block;
}
.banner-effect-01 h2 {
   font-family:"Times New Roman", Times, serif;
   font-weight:bold;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 26px;
   margin:130px 0 0 0;
}
.bannerview-01 h4 {
	width:600px;
   font-family:"Times New Roman", Times, serif;
   font-weight:bold;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position:absolute;
   font-size: 26px;
   z-index:10;
   margin-top:40px;  
}

.banner-effect-01 p {
   font-size: 14px;
   line-height:22px;
   position: relative;
   color: #fff;
   text-align: left;
   margin:80px 0 0 50px;
}
.ban-link-01
{
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top:10px !important;
}
.banner-mask-01
{
   width: 1200px;
   height: 425px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.bannerview-01 img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.bannerview-01 .banner-mask-01 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   /*background:url(../../../images/tbbg.png) repeat;*/
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.bannerview-01 h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.bannerview-01 p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.bannerview-01:hover .banner-mask-01 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.bannerview-01:hover h2,
.bannerview-01:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.bannerview-01:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.thanks-title
{
	font-family: 'Montserrat', sans-serif;
	font-size:24px !important;
	color:#fff;
	text-align:center;
	font-weight:700;
	display:block;
}
.thanks-subtitle
{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#fff;
	text-align:center;
	display:block;
	margin-top:12px !important;
	font-weight:400 !important;
}
.contact-btn
{
	background:url(../../../images/contact-icon-hr.png) no-repeat 15px center;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	background-color:#fff;
	padding:10px 20px 10px 40px;
	display:inline-block;
	margin-top:25px;
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.contact-btn:hover
{
	background:url(../../../images/contact-icon.png) no-repeat 15px center #333;
	color:#fff;
}
.contact-form-ctn p
{
	display:block;
	margin-top:15px;
}
.jew-social-icon
{
	background-color:#fff;
	display:block;
	padding:5px;
	margin-top:5px;
}
.manual-list
{
	display:block;
	margin-top:20px;
	float:left;
	padding-left:20px;
}
.manual-list li
{
	list-style:disc;
	margin-top:7px;
}
.manual-list li a
{
	text-decoration:none;
}
.manual-list li a:hover {text-decoration:underline;}