@charset "utf-8";
/* CSS Document */

.container {
    /*width: 100%;*/
}
.container1070 {
    max-width: 1070px;
	width: 100%;
	margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.font_museo_100 {font-family: 'Museo Sans Cyrl 100'}
.font_museo_300 {font-family: 'Museo Sans Cyrl 300'}
.Rotulona_hand {font-family: 'Rotulona Hand'}

.transition3s {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.padding_left0 {padding-left: 0px}
.padding_right0 {padding-right: 0px}
.margin_left60 {margin-left: 60px}
.margin_right60 {margin-right: 60px}
.validation_text {
	font-size: 10px;
    color: #EF4136;
    text-align: right;
    border-top: 1px solid;
    margin-top: -15px;
    z-index: 1;
    position: relative;
    top: 14px;
}
.validation_text_sc {
    font-size: 10px;
    color: #EF4136;
    text-align: right;
    border-top: 1px solid;
    margin-top: -15px;
    z-index: 1;
    position: relative;
    top: 14px;
}

/*success and error message css*/

.success_msg {
    margin-bottom: 0;
    padding: 5px;
    border-radius: 0;
    color: #3c763d;
    background-color: #abf38d;
    border-color: #84d064;
	text-align: center;
}
.error_msg {
    margin-bottom: 0;
    padding: 5px;
    border-radius: 0;
	color: #ffffff;
    background-color: #de4040;
    border-color: #e86969;
    text-align: center;
}
.alert-danger .alert-link {
    color: #fdd042;
}
/*success and error message css*/

body.entry_point_body {
    /*position: relative;*/
	background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con, .loader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: url(../images/loader-cubes.gif) center no-repeat rgba(255, 255, 255, 0.71);
}

/*entry from css start*/
.entry_body {
	padding-bottom: 20px;
	padding-top: 20px;
	
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}
.entry_header {
	/*background: rgba(25, 25, 25, 0.97);*/
}
.entry_form_sec {
	display: inline-block;
    width: 100%;
	/*margin-left: 60px;
    margin-right: 60px;*/
	-webkit-box-shadow: 0px 0px 50px -2px rgba(0,0,0,0.72);
	-moz-box-shadow: 0px 0px 50px -2px rgba(0,0,0,0.72);
	box-shadow: 0px 0px 50px -2px rgba(0,0,0,0.72);
}
.logo_sec {
    display: inline-block;
    margin-top: -7px;
    margin-bottom: -7px;
}
.entry_text {
    background: #ffce41;
}
.jake_text {
    font-size: 30px;
}
br.break_mob {
    display: none;
}
.entry_text {
    background: #ffce41;
    height: 100%;
    position: relative;
    width: 100%;
    margin-top: 0px;
    display: table;
}
.entry_text h1 {
    padding: 41px;
    color: #000000;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}
.entry_form {
    background: #ffffff;
    /* margin-top: 0px; */
    /* padding: 34% 44px 37% 57px; */
	padding-left: 45px;
    padding-right: 45px;
    display: table;
    width: 100%;
    height: 527px;
}
.main_form {
    display: table-cell;
    vertical-align: middle;
}
form.entry:focus {
    outline: none !important;
}
.form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 0px solid #000000 !important;
    border-radius: 0;
    color: #000000;
    padding: 0;
}
.form-control:focus {
    border-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input#pwd {
    margin-top: 40px;
}
.entry_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.entry_form input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.entry_form input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.entry_form input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
.singin {
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: none;
    background: #ffce41;
    color: #231F20 !important;
    margin-top: 27px;
}

.singin .btn-default.focus, .btn-default:focus {
    color: #333333;
    background-color: #d6ad35;
    border-color: #d6ad35;
}
a.create_ac, button.create_ac {
    text-align: center;
    width: 100%;
    display: block;
    color: #000000;
    text-decoration: none;
    margin-top: 0px;
    border: 1px solid #231F20;
    padding: 10px;
}
a.create_ac:hover, button.create_ac:hover {
    color: #231F20;
    border: 1px solid #ffce41;
    background: #ffce41;
}
a.forgot_pass {
    position: absolute;
    bottom: 16px;
    right: 44px;
    color: #25AAE2;
    text-decoration: none;
}
a.forgot_pass:hover {
    color: #ffce41;
}

/*input text box label animation*/
.margin_btm {
    margin-bottom: 32px;
}
form.entry input:focus,
form.entry input[type="email"]:focus {
  outline: 0;
}
/* Question */

form.entry input.question,
form.entry textarea.question,
form.entry select.question,
form.entry input[type="email"].question {
	font-size: 15px;
    font-weight: 300;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    border: none;
	border-bottom: 1px solid #000000;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: padding-top 0.2s ease, margin-top 0.2s ease;
    overflow-x: hidden;
}
/* Underline and Placeholder */

form.entry input.question + label,
form.entry textarea.question + label,
form.entry select.question + label,
form.entry input[type="email"].question + label {
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	width: 10%;
	width: 100%;
	border-top: 1px solid black;
	transition: width 0.4s ease;
	height: 0px;
}

form.entry input.question:focus + label,
form.entry input[type="email"].question:focus + label {
  width: 100%;
}

form.entry input.question:focus,
form.entry input.question:valid {
    padding-top: 0px;
}

form.entry input.question:focus + label > span,
form.entry select.question:focus + label > span,
form.entry input.question:valid + label > span,
form.entry input.question:read-only + label > span,
form.entry input[type="email"].question:focus + label > span,
form.entry input[type="email"].question:valid + label > span {
  top: -45px;
  font-size: 15px;
  color: #333;
}

form.entry textarea.question:focus + label > span{
  top: -130px;
  font-size: 15px;
  color: #333;
}

form.entry input.question:valid + label {
  border-color: #000000;
}

/*form.entry input.question:invalid + label {
  border-color: #F80004;
}*/

form.entry input.question + label > span,
form.entry select.question + label > span,
form.entry input[type="email"].question + label > span{
	font-weight: 300;
    margin: 0;
    position: absolute;
    color: #000000;
    padding: 0;
    font-size: 15px;
    top: -45px;
    left: 0px;
    z-index: 0;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

form.entry textarea.question + label > span{
	font-weight: 300;
    margin: 0;
    position: absolute;
    color: #000000;
    padding: 0;
    font-size: 15px;
    top: -35px;
    left: 0px;
    z-index: 0;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

form.entry input.question + label > span,
form.entry input[type="text"].question + label > span{
	font-weight: 300;
    margin: 0;
    position: absolute;
    color: #000000;
    padding: 0;
    font-size: 15px;
    top: -48px;
    left: 0px;
    z-index: 0;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

form.entry input[type="submit"] {
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
  display: block;
  opacity: 0;
  margin: 10px 0 0 0;
  padding: 10px;
  cursor: pointer;
}

form.entry input[type="submit"]:hover {
  background: #EEE;
}

form.entry input[type="submit"]:active {
  background: #999;
}

form.entry input.question:valid ~ input[type="submit"] {
  -webkit-animation: appear 1s forwards;
  animation: appear 1s forwards;
}

form.entry input.question:invalid ~ input[type="submit"] {
  display: none;
}
form.entry input.question:invalid {
  border-bottom-color: crimson;
}

form.entry input.editdisabled, form.entry input.editdisabled + label > span {
	color: #999999;
}


@-webkit-keyframes appear {
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  100% {
    opacity: 1;
  }
}

.back_to_javits a {
    background: #464646;
    color: #ffce41;
    padding: 3px 9px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
    left: 0;
    z-index: 1;
    position: absolute;
}


.back_to_javits a:hover {
    /*box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.32);*/
    
}
span.back_icon {
    margin-right: 6px;
    margin-left: 0px;
}
span.back_icon img {
    height: 8px;
}
/*input text box label animation*/

/*entry from css end*/

/*Create and account from css Start*/
.create_account {
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: none;
    background: #ffce41;
    color: #231F20 !important;
    margin-top: 0px;
}

.removeBtn {
    width: 100%;
    height: 40px;
    border-radius: 1px;
    border: none;
    background: #ffce41;
    color: #231F20 !important;
    margin-top: 0px;
}

.create_account:hover {
    background: #464646;
    color: #ffffff !important;
}
/*Create and account from css end*/

/*Verify email css start*/

p.verify_text {
    margin: 0 -15px;
    color: #231F20;
    font-size: 14px;
}

/*Verify email css start*/
.padding_left7 {
    padding-left: 7px;
}
.padding_right7 {
    padding-right: 7px;
}

/*Set Password css start*/
.set_pass_text h1 {
    padding: 0px;
    display: block;
}
.set_pass_text h5 {
    color: #231F20;
}
.set_pass_text {
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
}
.set_pass_text ul li {
	list-style-type: decimal;
    list-style-position: inside;
    padding-bottom: 15px;
    color: #231F20;
}
.set_pass_text ul {
    padding: 0;
	margin: 0;
}
.display_mobile{
	display: none;
}
/*Set Password css end*/

/*Build Your Order css Start*/

/*header section css*/
.email_phone {
    display: inline-block;
}
span.contact_line {
    color: #818182;
    margin: 0 7px;
}
span.mail_icon {
    margin-right: 12px;
}
span.phone_icon {
    margin-right: 5px;
}
.main_header {
    background: #464646;
}
.dashboard_navi {
   /* padding: 17px 0;*/
}
.dashboard_navi a {
    /*color: #ffffff;*/
    color: #fdd042;
    text-decoration: none;
    padding: 17px 15px;
    margin-left: -15px;
    display: inline-block;
}
.dashboard_navi a:hover {
    background: #6D6E73;
}
span.dashboard_text {
    margin-left: 9px;
}

.dashboard_navi span img {
    margin-top: -3px;
    height: 8px;
}
.mahtin_logo {
    text-align: center;
    padding: 6px 0;
}
.user_profile {
    text-align: right;
    padding: 7px 0;
}
span.user_photo {
    padding: 0 12px;
}
span.user_email a:hover {
    /*color: #ffffff;*/
    color: #fdd042;
}
span.user_email a {
    color: #fdd042;
    text-decoration: none;
}
/*profile dropdown button*/
ul.user_dropdown {
    right: 0;
    left: auto;
    border-radius: 0;
    margin-top: 0;
    font-size: 17px;
    width: 252px;
	padding: 0;
}
.user_dropdown.dropdown-menu>li>a {
    padding: 15px 0;
    margin: 0 18px;
    border-bottom: 1px solid #BBBFC2;
}
.user_dropdown.dropdown-menu>li:last-child>a {
    border-bottom: 0px solid #BBBFC2;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;	
}
a.transition3s {
    z-index: auto;
}
button.user_down_arrrow {
    background: transparent !important;
    border: none;
    padding: 0;
    margin: 0;
	outline: none !important;
}
button.user_down_arrrow:focus, button.user_down_arrrow:hover, button.user_down_arrrow:active {
    background: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
}
    
/*profile dropdown button*/
/*header section css*/

/*build order section css*/

.main_page_sec {
    background: url(../images/entry_bg.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
	background-attachment: fixed;
	position: relative;
}
.bg_layer {
    /*background: rgba(255, 255, 255, 0.81);*/
    padding: 18px 60px 0px;
}
.electrical_service {
    background: #fdd042;
    padding: 14px 15px;
    margin-right: 5px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.18);
}

.electrical_service h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #231F20;
    margin-bottom: 14px;
}
.electrical_service .nav-pills>li {
    float: left;
    display: block;
    width: 100%;
    margin-left: 0;
}
.electrical_service .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.20);
    border-radius: 0;
    padding: 6px 16px;
}
.electrical_service .nav-pills>li>a {
    border-radius: 4px;
    color: #231F20;
    padding: 6px 16px;
}
.electrical_service .nav>li>a:focus, .electrical_service .nav>li>a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.20);
    border-radius: 0;
    padding: 6px 16px;
}
.add_services a {
    color: #231F20;
    font-size: 14px;
    border-bottom: 1px solid #231F20;
    text-decoration: none;
    margin-top: 38px;
    margin-bottom: 9px;
    display: inline-block;
    padding-bottom: 7px;
}
.add_services a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}
.tab_header {
    background: #4D4D4D;
    color: #ffffff;
    padding: 10px 22px;
}
.tab_header h2 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
span.serv_h_line {
    width: 1px;
    height: 31px;
    background: aliceblue;
    display: inline-block;
    margin: -4px 24px -8px 14px;
}
span.serv_date {
    font-size: 18px;
}
span.booth_numb {
    float: right;
    padding: 5px 0;
}
.electrical_service_dtl {
    background: #ffffff;
    display: block;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.18);
}
.service_head h3 {
    margin: 0;
    font-size: 24px;
    color: #000000;
    padding: 23px 22px 12px;
}
.service_head h3 span {
    font-size: 18px;
    color: #58595B;
    margin-left: 5px;
}
.product_heading h4 {
    margin: 0;
    font-size: 18px;
    color: #000000;
    padding: 14px 22px 12px;
    background: #f1f2f2;
}
.product_type {
    margin: 0px 23px;
}
.product_img {
    float: left;
    margin-right: 7px;
    border: 1px solid #D1D3D4;
}
.product_name_amount {
    font-size: 14px;
    color: #000000;
    margin: 0px 0 5px;
}
.product_discription {
    font-size: 12px;
    color: #58595B;
	line-height: 13px;
	margin-bottom: 7px;
}
label.day1 {
    font-size: 12px;
    color: #808285;
}
.product_day1 input {
    border: 1px solid #D1D3D4;
    background: #F1F2F2;
    color: #000000;
    text-align: right;
    padding: 1px 5px;
    width: 100%;
}
.product_day1 input:focus {
    outline: #fdd042;
    border: 1px solid #fdd042;
}
.product_day1 {
    width: 53px;
    margin-right: 10px;
    display: inline-block;
}
.product_type_dtl {
    margin-bottom: 20px;
}
.product_heading {
    margin-bottom: 17px;
}

.order_summary_sec {
    background: #fdd042;
    padding: 14px 10px;
    margin-left: 5px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.18);
}
.order_summary_sec h2 {
    font-size: 24px;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #231F20;
}
.order_details table thead tr th:last-child, tbody tr td:last-child {
    white-space: nowrap;
}
.order_details table thead tr th:nth-child(2), tbody tr td:nth-child(2) {
    text-align: right;
}
thead.order_dtl_tbl_head {
    color: #231F20;
    font-size: 14px;
}
.order_details .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 0;
}
td.table_entry_h {
    background: rgba(0, 0, 0, 0.20);
    font-size: 14px;
    color: #231F20;
	font-weight: 600;
    height: 30px !important;
}
tbody.order_dtl_tbl_body tr td {
	font-size: 12px;
    padding: 3px 7px;
    line-height: 14px;
    height: 40px;
    max-height: 100%;
    vertical-align: middle;
}
td.table_entry_h {
    font-size: 14px !important;
    padding: 8px !important;
}
td.table_entry_h {
	border-bottom: 0 !important;
}
tbody.order_dtl_tbl_body tr {
    border-bottom: 1px solid rgba(35, 31, 32, 0.20);
}
tbody.order_dtl_tbl_body tr:first-child, tbody.order_dtl_tbl_body tr:last-child  {
    border-bottom: 0px;
}
tbody.order_dtl_tbl_body {
    border-top: 0px !important;
}
td.proceed_btn {
    border-top: 1px solid #fdd042 !important;
}
button.proceed_submit {
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 13px;
    font-size: 18px;
    color: #231F20;
}
button.proceed_submit:focus {
    outline: none;
}
td.proceed_btn {
    padding: 0 !important;
}
.order_details .table {
    margin-bottom: 0px;
}
/*Build Your Order css end*/

/*footer section css*/
.footer_sec {
    background: #4D4D4D;
    padding-top: 35px;
    padding-bottom: 40px;
}
.footer_location {
    padding-left: 43px;
}
h3.foo_l_head {
	font-size: 18px;
    color: #ffffff;
    margin: 7px 0 0;
    padding-right: 88px;
    line-height: 21px;
    margin-bottom: 7px;
}
p.foo_l_address {
    font-size: 14px;
    color: #ffffff;
    width: 50%;
    line-height: 16px;
    margin-bottom: 7px;
}
p.foo_l_address a {
    color: #ffffff;
    text-decoration: none;
}
p.foo_l_address a:hover {
    color: #ffd143;
}
.privacy_policy a {
    font-size: 10px;
    color: #ffffff;
    width: 50%;
    line-height: 16px;
    text-decoration: none;
}
.privacy_policy a:hover {
    color: #ffd143;
}
.copy_right p {
    font-size: 10px;
    color: #ffffff;
    width: 100%;
    line-height: 16px;
    text-decoration: none;
    margin-top: 7px;
	margin-bottom: 0px;
}
.plan_exhibit_attend {
    position: relative;
}
span.left_line {
    width: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 9px;
    bottom: -100px;
}
.plan_exhibit_attend p {
    font-size: 24px;
    color: #fdd042;
    text-transform: uppercase;
    padding-left: 44px;
    line-height: 27px;
	padding-top: 6px;
    letter-spacing: 3px;
}
.footer_menu_social ul li a {
    color: #fdd042;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
}
.plan_exhibit_attend p a{
	color: #fdd042; 
	text-decoration:none;
}
.footer_menu_social ul li a:hover, .plan_exhibit_attend p a:hover {
    color: #ffffff;
}
.footer_menu_social ul li {
	list-style: none;
}
.footer_menu_social ul {
    margin: 0;
    padding: 0;
}
.social_media ul li {
    display: inline-block;
    margin-right: 10px;
}
.social_media ul {
    margin-top: 40px;
}

a.facebook {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 18px;
    display: inline-block;
    background-position: 0% 70%;
}
a.facebook:hover {
    background-position: 0% 0%;
}
a.twitter {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 18px;
    display: inline-block;
    background-position: 23% 70%;
}
a.twitter:hover {
    background-position: 23% 0%;
}
a.insta {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 18px;
    display: inline-block;
    background-position: 48% 70%;
}
a.insta:hover {
    background-position: 48% 0%;
}
a.linkedin {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 18px;
    display: inline-block;
    background-position: 74% 70%;
}
a.linkedin:hover {
    background-position: 74% 0%;
}
a.youtube {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
    display: inline-block;
    background-position: 101% 70%;
}
a.youtube:hover {
    background-position: 101% 0%;
}
/*footer section css*/

/*Dashboard Css*/
.dashboard {
    /*display: none;*/
}
.welcome_text {
    display: inline-block;
}
.welcome_text h1 {
    font-size: 24px;
    /*color: #ffffff;*/
    color: #fdd042;
    margin: 0 0 11px;
    padding: 0;
}
.welcome_text h1 .jake_text {
    /*color: #ffffff;*/
    color: #fdd042;
}
.place_order_btn {
    display: inline-block;
    float: right;
    margin-top: 10px;
}
.place_order_btn a {
    background: #fdd042;
    padding: 9px;
    font-size: 12px;
    text-transform: uppercase;
    color: #231F20;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
.place_order_btn a:hover {
    background: #4d4d4d;
    /*color: #ffffff;*/
    color: #fdd042;
}
.account_balance {
    background: #fdd042;
    padding: 14px 15px;
    margin-right: 5px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.18);
}
.account_balance p {
    font-size: 12px;
    color: #000000;
    margin: 0;
}
p.ac_balance {
    font-size: 24px;
    margin-bottom: 10px;
}
p.due_balance {
    font-size: 14px;
}
.dashboard_product {
    position: relative;
}
.dashboard_product_block {
    background: #f6f6f6;
    padding: 15px 39px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.18);
	z-index: 100;
}
.left_border_orange {
	border-left: 2px solid #FBB040;
}
.left_border_green {
	border-left: 2px solid #85C72E;
}
.dashboard_product_scrroll {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    overflow: auto;
}
.inner_block.quote_and_order {
    background: #ffffff;
	padding: 15px 11px 10px 18px;
    margin: 10px 0;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.18);
}
.inner_block_head h4 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000000;
}
.inner_block_height {
    height: auto;
    display: block;
}
.inner_block_head h4 .download_pdf a {
    float: right;
}
span.download_pdf a {
	background: url(../images/pdf_icon.png) no-repeat;
	height: 16px;
	width: 14px;	
}
span.download_pdf a:hover {
	background: url(../images/pdf_icon_hover.png) no-repeat;
}
.quotes_or_order {
    font-size: 12px;
    color: #000000;
    margin-top: 9px;
}
.quotes_or_order .quote_price {
    display: inline-block;
}
.quotes_or_order .quote_id {
    display: inline-block;
    float: right;
}
.product_update {
    color: #58595B;
    font-size: 12px;
    display: inline-block;
    width: 50%;
}
.edit_order_btn button, a._btn {
    border: 1px solid #231F20;
    font-size: 12px;
    /*width: 50px;*/
    text-transform: uppercase;
    background: #ffffff;
    color: #231F20;
    padding: 3px 1px;
    float: right;
}
.edit_order_btn button:hover {
    border: 1px solid #fdd042;
}
.edit_order_btn button:focus {
    border: 1px solid #fdd042;
    outline: none;
}
.edit_order_btn {
    display: inline-block;
    float: right;
    margin-top: 5px;
    width: 52%;
}
.update_edit_order {
    margin-top: 9px;
}
.padding_right9{padding-right: 9px}
.padding_left9{padding-left: 9px}
button.product_order_btn {
    margin-left: 5px;
}
.d_product_head .head_text h3 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding: 0;
}
.d_product_head .head_text h3 .block_date {
    font-size: 14px;
    color: #58595B;
}
.head_text p {
    color: #58595B;
    font-size: 14px;
    margin-top: 7px;
	margin-bottom: 0;
}
.head_text {
    display: inline-block;
}
span.advance_rate {
    font-size: 12px;
}
.head_btn {
    display: inline-block;
    float: right;
}
.head_btn a {
    border: 1px solid #231F20;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #231F20;
    text-decoration: none;
    display: block;
	background: #ffffff;
}
.head_btn a:hover {
    border: 1px solid #fdd042;
	background: #fdd042;
}
.edit_order_btn p {
    font-size: 12px;
    color: #85C72E;
    padding-top: 12px;
    text-align: right;
}
.head_btn p {
    font-size: 14px;
    color: #85C72E;
    padding-top: 12px;
    text-align: right;
}

/*Dashboard Css*/

/*Account Address Page Css*/

.address_block {
    position: relative;
}
.address_content {
    position: absolute;
    /*top: 0;*/
    left: 109%;
    display: block;
    width: 230px;
    background: white;
    border: 2px solid #ffce41;
    padding: 5px 15px;
}

button.btn.create_account_clr.text-uppercase.transition3s{
	width: 100%;
    height: 40px;
    border-radius: 0px;
    border-color: #000000;
    background: #ffffff;
    color: #231F20 !important;
    margin-top: 0px;
}
.suggest_address {
    background: #D3D3D3;
}
.use_address {
    padding-top: 5px;
}
input#address1_cl {
    margin-bottom: 2px;
}
.communication_num{
	margin-bottom: 50px;
}
.address_input_block {
    border: 2px solid #ffce41;
    padding: 8px;
    height: 268px;
	margin-top: -20px;
}
.phonenum_mgn {
    padding: 8px;
}
.margin_btm2.col-xs-6 {
    margin-bottom: 22px;
}

.margin_btm2 input#address2{
	margin-bottom: 2px;
}

/*Communication Details*/
select.countries {
     width: 100%;
	 margin-top: 18px;
	 color: #000000;
	 font-family: 'Museo Sans Cyrl 300';
}

select.states {
    width: 100%;
	margin-top: 18px;
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}

button#btndone {
    margin-top: 25px;
}

span.nation{
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}
span.region {
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}


/*Account Address Page Css*/

/*Account Address*/
select.countries {
     width: 100%;
	 margin-top: 18px;
	 color: #000000;
	 font-family: 'Museo Sans Cyrl 300';
}

select.states {
    width: 100%;
	margin-top: 18px;
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}

button#btndone {
    margin-top: 25px;
}
.margin_btm2 {
    margin-bottom: 32px;
}
span.nation{
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}
span.region {
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}


/*Account Address*/

/*Account Details Page Css*/
.account_details {
    background: url(../images/entry_bg.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    padding: 20px;
}
.entry_form_sec h4 {
    background: #4D4D4D;
    padding: 10px 25px;
    margin: 0;
    color: #ffffff;
}
.account_details .entry_form {
    background: #ffffff;
	padding: 25px 10px;
    display: table;
    width: 100%;
    height: auto;
}
.account_details .entry_box {
    position: unset;
}
    margin-top: -80px;
}
.form-group.lg-12.col-sm-6.col-xs-12 {
    /* float: inherit; */
    margin-right: 1px;
    margin-top: -10px;
}

select#country {
	width: 100%;
    color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}
select#state {
    width: 85%;
    color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}
span.nation{
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}
span.region {
	color: #000000;
	font-family: 'Museo Sans Cyrl 300';
}

/*Account Details Page Css*/
/*Select Booth Page Css*/
.enter_booth_number {
    /* background: url(../images/entry_bg.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed; */
    position: relative;
}
body {
    background: url(../images/entry_bg.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.container770 {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.select_booth_sec {
    padding: 147px 0;
}
.booth_heading {
    background: #464646;
    text-align: center;
    color: #fdd042;
	border-top: 1px solid #ffffff;
    padding: 13px 20px 8px;
}
h1.booth_head {
    font-size: 24px;
	margin: 0;
}
p.booth_date {
    font-size: 18px;
    margin: 0;
    padding-top: 4px;
}
button.next{
    max-width: 247px;
	width: 100%;
    height: 40px;
    border-radius: 1px;
    border: none;
    background: #ffce41;
    color: #231F20 !important;
    margin-top: 14px;
	font-size: 18px;
}
button.next:hover {
    background: #464646;
    /*color: #ffffff !important;*/
     color: #fdd042 !important;
}
input.num {
    max-width: 247px;
    width: 100%;
    height: 44px;
	font-size: 18px;
    padding: 10px;
    text-align: center;
    border: 1px solid #BCBEC0;
}
p.booth_number {
    text-align: center;
    color: #000000;
    font-size: 18px;
	margin: 0 auto;
}

.booth_code {
    text-align: center;
    padding: 18px 0px 0px;
}
.form-group1 {
    text-align: center;
	padding-bottom: 40px;
}
.booth_bott {
    background: #F1F2F2;
    padding: 40px 20px;
}
/*Select Booth Page Css*/
/*Verify Account Page Css*/
.verify_bg_main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #D2D2D2;
}
.logo_back{
	background: url(../images/verify_head_bg.jpg) no-repeat center;
}
.smallcontainer{
	max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    background: #ffffff;
}
.jarvis_logo{
    padding: 37px 37px;
    text-align: center;
}
.jarvis_logo a {
    display: inline-block;
}
.acccount_details {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
padding: 37px 0;
}
h2.account {
    font-size: 18px;
    color: #231F20;
}
button.verify {
    max-width: 165px;
    width: 100%;
    height: 35px;
    border-radius: 1px;
    border: none;
    background: #ffce41;
    color: #231F20 !important;
    font-size: 14px;
}
button.verify:hover {
    background: #464646;
    color: #ffffff !important;
}
.text-lefts{
	text-align: left;
}
.notification {
    /*margin: 37px 0;*/
}
p.format {
    margin-top: 30px;
}
span.jake_text_verify {
    font-size: 21px;
    color: #ffd143;
}
.verify_footer_sooial ul li {
    display: inline-block;
    margin-right: 4px;
}
a.v_facebook {
    background-image: url(../images/verify_page_social_icons.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-position: 0% 70%;
}
a.v_twiter {
    background-image: url(../images/verify_page_social_icons.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-position: 25% 70%;
}
a.v_insta {
    background-image: url(../images/verify_page_social_icons.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-position: 50% 70%;
}
a.v_linkedin {
    background-image: url(../images/verify_page_social_icons.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-position: 75% 70%;
}
a.v_youtube {
    background-image: url(../images/verify_page_social_icons.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
    display: inline-block;
    background-position: 100% 70%;
}
.verify_footer_sooial {
    float: right;
}
.verify_footer {
    border-top: 2px solid #D2D2D2;
    margin: 0px 10px;
    padding: 5px 0;
}
.verify_footer_sooial ul {
    margin: 0;
    padding: 0;
}
.javits_footer_link a {
    font-size: 14px;
    color: #6D6E71;
    text-decoration: none;
}
/*Verify Account Page Css*/

/*Select Event Place Order Page Css*/
.select_event_place_order {
    background: url(../images/entry_bg.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    padding: 20px;
}
h1.events_heading {
    font-size: 36px;
    /*color: #ffffff;*/
    color: #fdd042;
    padding-left: 33px;
    margin: 0;
}
ul.events_tab li {
    text-align: right;
    float: right;
}
.events_tab.nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    margin-bottom: 20px;
}
.calender_icon {
    background: url(../images/calender_view_default.png) no-repeat center;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 7px;
    margin-top: -5px;
    vertical-align: middle;
}
.grid_icon {
    background: url(../images/grid_icon_active.png) no-repeat center;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 7px;
    margin-top: -5px;
    vertical-align: middle;
}
.events_tab.nav-tabs>li>a {
	margin-right: 2px;
    line-height: 0;
    border: none;
    border-radius: 0px 0px 0 0;
    opacity: 0.5;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 3px;
    margin-left: 35px;
    border-bottom: 5px solid transparent;
}
.events_tab.nav-tabs>li.active>a, .events_tab.nav-tabs>li.active>a:focus, .events_tab.nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: transparent;
    border: none;
	color: #ffffff;
    opacity: 100;
    border-bottom: 5px solid #ffffff !important;
    padding: 8px 3px;
}
.events_tab.nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
	opacity: 100;
}
a.grid_event_link {
    text-decoration: none;
}
a .grid_event_box {
    background: #ffffff;
    min-height: 170px;
    margin-bottom: 20px;
	text-decoration: none;
    position: relative;
	z-index: 100;
}
a .grid_event_box h3 {
	font-size: 15px;
	color: #231F20;
	padding: 20px 10px 0px;
    margin: 0;
	text-decoration: none;
	/* lavy */
	height:65px;
	overflow:hidden;
}
a .grid_event_box p {
    padding: 10px;
    margin: 0;
	color: #808285;
	text-decoration: none;
}
a .grid_event_hover {
    position: absolute;
    background: rgba(255, 245, 120, 0.90);
    /*background: rgba(254, 208, 66, 0.90);*/
    z-index: -2;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
}
a:hover .grid_event_hover {
    position: absolute;
    background: rgba(255, 245, 120, 0.90);
    z-index: -2;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0;
	display: block;
}/*
a .grid_event_hover .select_btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #231F20;
    border: 1px solid #231F20;
    background: rgba(35, 31, 32, 0.20);
    display: inline-block;
    padding: 5px 10px;
    margin-top: 120px;
	opacity: 0.0;
}*/
a .grid_event_hover .select_btn {
    font-size: 12px;
    text-transform: uppercase;
    color: #231F20;
    border: 1px solid #231F20;
    background: #fdd042;
    display: inline-block;
    padding: 5px 10px;
    position:absolute;
    bottom:5px;
    right:70px;
    opacity: 0.0;
}
a:hover .grid_event_hover .select_btn {
    opacity: 100;
}
.grid_tab {
    position: relative;
}
.grid_tab_scroll {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

input#secondaryPhoneNumber,input#address2{
	float:none;
}

/*calendar css*/
div#calendar {

}
.fc-widget-header, .fc-widget-content {
    border: 1px solid #ccc;
    background: #ffffff;
}
.fc-event.fc-event-skin.fc-event-hori.fc-event-draggable.fc-corner-left.fc-corner-right.ui-draggable {
    width: 140px;
}
span.fc-button.fc-button-today.fc-state-default.fc-corner-left.fc-corner-right {
	background: transparent;
    border: none;
}
.fc-header .fc-button {
    margin-right: -41px;
}
.fc-header .fc-corner-right {
    margin-right: -40px;
}
span.fc-button-inner {
    background: transparent;
    border: none;
    margin-right: -1px;
}
td.fc-header-right {
    background: transparent;
	border: none;
}
tr.fc-week5.fc-last {
    /* min-height: 0px; */
    /*position: absolute;*/
    /* width: 100%; */
    /*display: none;*/
}
tr.fc-first th {
    background: transparent;
    color: #ffffff;
}
td.fc-sat.fc-widget-content.fc-day6.fc-last {
    height: 265px;
}

/*calendar css*/
/*Select Event Place Order Page Css*/

/*Account Details*/

.address_field {
	 padding: 0px 1px 0px 0px;
     width: 100%;
}

.country_field {
    margin-left: 315px;
    width: 100%;
}

.zip_field {
    float: left;
    width: 100%;
}

table#accountSelect {
	width:100%;
}
table#accountSelect tr th, table#accountSelect tr td {
	padding:7px;
	text-align:left;
	 border: 1px solid #ccc
}
#changeAccountFrm select {
    border: 2px solid #fed042;
    background: transparent;
    color: #fed042;
}

table#accountSelect tr th {background: #fed042}
table#accountSelect tr:nth-child(odd) td {
    background: #E0E0E0;
}
table#accountSelect tr:hover {
    background: #E0E0E0;
} 
#changeAccountFrm select {
    border: 2px solid #fed042;
    /*background: transparent;*/
    background: #4d4d4d;
    color: #fed042;
    border-radius: 0 !important;
} 


/*=================== Media Queries Here ===================*/


/*||=================== 1140 to 768 ===================||*/

@media screen and (max-width: 1140px) and (min-width: 640px) {

}
@media screen and (max-width: 991px) {
	.bg_layer {
		padding: 18px 0px 0px 15px;
	}
	.order_summary_sec {
		margin-left: 15px;
		margin-right: 15px;
	}
}

/*||=================== 1024 to 768 ===================||*/

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.entry_form {
		padding-left: 15px;
		padding-right: 15px;
	}
	.margin_right60 {
    	margin-right: 0px;
	}
	.margin_left60 {
		margin-left: 0px;
	}
	p.verify_text {
		margin: 0 0px;
	}
}
/*||=================== 1024 to 768 ===================||*/

@media screen and (max-width: 768px) {
	body.entry_point_body {
		background: #ffffff !important;
		/*position: relative;*/
	}
	.position_unset_mob {
		position: unset !important;
	}
	.entry_form {
    	padding: 15px 45px;
		height: 330px;
	}
	.entry_text {
    	height: auto !important;
		background: #ffffff;
		display: block;
	}

	.entry_header {
		background: #544212;
	}
	span.back_icon img {
		height: 27px;
	}
	.back_to_javits a {
		background: transparent;
		padding: 3px 17px;
		margin-top: 11px;
	}
	br.break_mob {
		display: block;
	}
	.main_form {
		vertical-align: top;
	}
	.logo_sec {
		margin-top: -11px;
		margin-bottom: -11px;
	}
	.logo_sec img {
		height: 73px;
	}
	a.forgot_pass {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		background: #ffffff;
		padding: 10px;
	}
	form.entry input.question + label > span {
		font-size: 13px;
	    top: -25px;
	}
	form.entry input.question:focus + label > span,
	form.entry input.question:valid + label > span {
	  font-size: 12px;
	}
	.entry_text h1 {
		text-align: center;
		font-size: 17px;
		padding: 0px 20px 15px;
	    display: block;
	}
	.entry_body {
		background: #ffffff;
	    /*position: unset;*/
	}
	.entry_box {
	    /*position: absolute;
		bottom: 0;
		top: 56px;
		left: 0;
		right: 0;*/
	}
	.entry_form_sec {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	.entry_form_sec {
		margin-left: 0px;
		margin-right: 0px;
		position: relative;
	}
	.set_pass_text {
		padding: 0px 12px;
	}
	.set_pass_text ul, .set_pass_text h5 {
		display: none;
	}
	.display_mobile, .display_mobile ul, .display_mobile h5 {
		display: block;
	}
	.set_pass_form {
		height: 265px;
	}
	span.back_icon {
		margin-right: 0px;
		margin-left: 0px;
	}
	span.backToJ {
		display: none;
	}
	p.verify_text {
		margin: 0 0px;
	    text-align: center;
	}
	.electrical_service {
    	margin-right: 15px;
	}
	.e_services_sec {
		margin-left: -15px;
	}
	.order_summary_sec {
		margin-left: 0px;
		margin-right: 15px;
	}
	.table-responsive {
		border: 0px solid #ddd;
	}
	.footer_location {
		padding-left: 54px;
	}
	span.left_line {
		display: none;
	}
	.plan_exhibit_attend p {
		padding-left: 52px;
	}
	.footer_menu_social {
		padding-left: 52px;
	}
	.product_day1 {
		width: 50px;
		margin-right: 0px;
	}
	.tab_header h2 {
		font-size: 17px;
	}
	span.serv_date {
		font-size: 12px;
	}
	span.booth_numb {
		padding: 2px 0;
		font-size: 12px;
	}
	span.serv_h_line {
		height: 20px;
		margin: 0px 24px -5px 14px;
	}
	.account_balance {
		margin-right: 15px;
	    display: none;
	}
	.dashboard_product_scrroll {
		left: -15px;
	    position: unset;
	}
	.dashboard_product_block {
		padding: 15px 15px;
	}
	.email_phone {
		display: none;
	}
	span.user_email {
		display: none;
	}
	span.user_dropdown_arrow {
		display: none;
	}
	span.user_photo {
		padding: 0;
	}
	.mahtin_logo img {
		height: 33px;
	}
	span.user_photo img {
		height: 33px;
	}
	.main_header {
		background: #554212;
	}
	span.dashboard_text {
		display: none;
		/*color: #fdd042;*/
		color: #fdd042;
	}
	.dashboard_navi span img {
		height: 25px;
	}
	.dashboard_navi a:hover {
		background: #6d561a;
	}
	.dashboard_navi a {
		padding: 13px 15px;
	}
	/*.dashboard_product {
		position: unset;
		height: auto !important;
	}*/
	.place_order_btn {
	    position: fixed;
		bottom: 20px;
		right: 2px;
		z-index: 100;
	}
	.place_order_btn a span.new_order_text {
		display: none;
	}
	.place_order_btn a {
		width: 50px;
		height: 50px;
		border-radius: 50px;
		text-align: center;
		padding: 0px;
		font-size: 35px;
		color: #ffffff;
		box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
	}
	.bg_layer {
		padding: 10px 0px 0px 0px;
	}
	.dashboard_product {
		height: auto !important;
	    margin-left: -15px;
    	margin-right: -15px;
	}
	.welcome_sec {
		text-align: center;
	}
	.main_page_sec {
		background: none;
	}
	.welcome_text h1 {
		/*color: #231F20;*/
		color: #fdd042;
	}
	.welcome_text h1 .jake_text {
		/*color: #231F20;*/
		color: #fdd042;
	}
	.account_details {
		padding: 0px;
		background: transparent;
	}
	.select_booth_sec {
		padding: 0 0;
	}
}

/*||=================== 768 to 640 ===================||*/

@media screen and (max-width: 768px) and (min-width: 640px) {

}
/*||=================== 768 to 220 ===================||*/

@media screen and (max-width: 768px) and (min-width: 220px) {
	.margin_right60 {
    	margin-right: -15px;
	}
	.margin_left60 {
		margin-left: -15px;
	}
	.margin_btm_1 {
    margin-top: -30px;
	}
	input#zip {
    margin-top: 0px;
    }
    
    /* Account Details Page*/
    
    .country_field{
    margin-left:0px;
    }
   
}

/*||=================== 639 to 320 ===================||*/

@media screen and (max-width: 639px) and (min-width: 220px) {
	

}

/*||=================== 420 to 220 ===================||*/

@media screen and (max-width: 420px) and (min-width: 220px) {
	.contact_header {
		font-size: 11px;
	}
	h3.foo_l_head {
		padding-right: 0;
	}
	p.foo_l_address {
		width: 100%;
	}
	.address_suggetion{
		height: auto !important;
		background: #ffffff;
		display: none;
		position: relative;
	}
	
	input#address1_cl,input#address2,input#state,input#country,input#city,input#zip {
    font-size: 12px!important;
}
		
}

/*||=================== 300 to 220 ===================||*/
 
@media screen and (max-width: 320px) and (min-width: 220px) {
	.validation_text{
		width: 187px;
	}
	.entry_text h1{
		margin-left: 15px;
    	width: 262px;
	}
	.phonenum_mgn {
    	padding: 0px;
	}


}

/*||=================== 419 to 321 ===================||*/
 
@media screen and (max-width: 419px) and (min-width: 321px) {
	.validation_text{
		width: 230px;
	}
	.entry_text h1{
		margin-left: 15px;
    	width: 320px;
	}
}

.javits-success {
    border-radius: 4px;
    background: #ffce41;
    /*color: #231F20 !important;*/
}