/*Fonts*/
@font-face {
    font-family: 'FKGroteskNeueBold';
    src: url('../fonts/FKGroteskNeue-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FKGroteskNeueMedium';
    src: url('../fonts/FKGroteskNeue-Medium.woff') format('woff');
}
@font-face {
    font-family: 'FKGroteskNeueRegular';
    src: url('../fonts/FKGroteskNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Common*/
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } 
*:focus{outline: none !important;}
header, nav, section, aside, footer{display:inline-block} 
body { font-size: 14px; color: #222222; line-height: 21px; font-family: 'FKGroteskNeueRegular'; font-weight: 500; background:#F7F7F7; overflow-x:hidden; padding-top: 60px;}
html, body { margin: 0px; position: relative;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: 'FKGroteskNeueMedium'; line-height: normal; margin:0px 0px 15px 0px;}
h1 {font-size:31px}
h2 {font-size:24px} 
h3 {font-size:20px} 
h4 {font-size:16px} 
h5{font-size:16px}
h6{font-size:14px}
img { border: 0px; max-width: 100%; height: auto; -ms-interpolation-mode: bicubic;}
p { margin:0px 0px 15px 0px; line-height:21px;}
a { color: #129CEF; text-decoration: underline; cursor:pointer !important; }
a.links{color: #129CEF !important; text-decoration: underline !important;}
a.links:hover{color: #000 !important}
a:hover, a:active, a.head_link { color: #000 }
a.link{color: #222222; text-decoration: none}
a.link:hover, a.head_link:hover{color: #129CEF;}
a.head_link{text-decoration: none}
/* a:visited { color: #551A8B } */
.uppercase{text-transform: uppercase}
.bold, b, strong{font-weight: normal; font-family: 'FKGroteskNeueMedium'; color: #000;}
.medium{font-family: 'FKGroteskNeueMedium'; color: #000}
.font-16{font-size: 16px}
.font-20{font-size: 20px}
.font-12{font-size: 12px; line-height: normal}
.block{display: block}
.hide, .m_view{display: none}
.lh_normal, .lh_normal p{line-height: normal}
ul, ol{ margin: 0px; padding: 0px;}
a, input, select, textarea, button, input[type="submit"], input[type="reset"], label, .form-control{ -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
a .fa, .btn .fa, button .fa, .preload *, select{ -moz-transition: all 0s ease !important; -o-transition: all 0s ease !important; transition: all 0s ease !important; -webkit-transition: all 0s ease !important; }
a:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, select:focus, input[type="button"], input:focus, textarea:focus { outline: 0 !important; } 
button, input[type="submit"], input[type="reset"]{-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor:pointer; outline:none !important}

/*Button*/
.btn { display: inline-block; position: relative; text-align: center; outline: none !important; box-shadow: none !important; padding: 12px 20px; line-height: normal; font-size: 15px; min-width: 130px; text-decoration: none !important; font-family: 'FKGroteskNeueMedium'; border: 0px; cursor:pointer; border-radius: 4px; color: #fff} 
.btn:focus{outline-offset:0px; outline:none; border: 0px}
.btn.orange{background: #F3A038; color:#000 !important}
.btn.orange:hover{background: #d07f19; color:#fff !important}
.btn.blue{background: #129CEF;}
.btn.blue:hover, .btn.blue:focus{background: #047CC5; color:#fff !important}
.btn.black{background: #000; color: #fff !important}
.btn.black:hover, .btn.black:focus{background: #129CEF; color:#fff !important}
.btn.grey{background: #CECECE; color: #222}
.btn.grey:hover, .btn.grey:focus, .btn.grey.active{background: #000; color:#fff !important}
.btn.white{background: #fff; color:#222 !important}
.btn.white:hover, .btn.white:focus{background: #129CEF; color:#fff !important}
.btn.full{width: 100%}
.btn .fa-angle-right, .btn .fa-angle-left{float: right; font-size: 22px; margin-left: 10px}
.btn .fa-angle-left{float: left; margin-left: 0px; margin-right: 10px}
.btn.md{max-width: 200px; width: 100%;}
.btns .btn{margin: 0px 10px 10px 0px;}
.btns.text-center .btn{margin: 5px;}
.btn.small{min-width: inherit; padding: 12px 30px}

/*BG Color*/
.sky{background: #57B9A2}
.orange{background: #F79E3A}
.red{background: #EB5060}
.blue{background: #5E7AF8}
.grey{background: #959A9E}
.grey_light{background: #f7f7f7}
.dark_grey{background: #393939}
.black{background: #000}
.silver{background: #939598}
.gold{background: #D3B42B}
.diamond{background: #00AEEF}
.white{background: #fff}

/*Text Color*/
.blue_text{color: #0277BD}

/*Common*/
.clear{clear: both;}
.full_row{float:left; width:100%;}
section, .section{width: 100%; display: block; padding: 50px 0px}
.section{padding: 40px 0px}
/* .container{max-width: 1084px; width: 100%; padding: 0px 30px;} */
.container{max-width: 1170px; width: 100%; padding: 0px 30px;}
.container.md{max-width: 750px;}
.container.sm{max-width: 550px;}
.flex [class*="col-"]{display: flex;}
.flex [class*="col-"] [class*="col-"]{display: block}
.flex [class*="col-"] .content, .flex [class*="col-"]{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; width: 100%;}
.row_10{margin: 0px -10px}
.row_10 [class*="col-"]{padding: 0px 10px}
.row_6{margin: 0px -6px}
.row_6 [class*="col-"]{padding: 0px 6px}
.mb-5{margin-bottom: 30px !important}

/*Checkbox*/
input[type="checkbox"], input[type="radio"]{display: block; transform: scale(0); overflow: hidden; width: 0px; height: 0px; -webkit-appearance: none;appearance: none;}
input[type="checkbox"] + label.checkbox, input[type="checkbox"] + label { cursor: pointer; position: relative; padding-left: 25px; margin: 0px; clear: both; display: inline-block; line-height: normal; text-align: left; cursor: pointer; color: #222222; text-transform: none !important; font-family: 'FKGroteskNeueRegular'; width:auto}
input[type="checkbox"] + label.checkbox:before, input[type="checkbox"] + label:before { content: ""; transition: 0.3s; width: 16px; height: 16px; position: absolute; top: 1px; left: 0px; font-family: FontAwesome; text-align: center; color: #fff; font-size: 0px; border-radius: 2px; border: 2px solid #707070; line-height: 14px; background:#fff} 
input[type="checkbox"]:checked + label.checkbox:before, input[type="checkbox"]:checked + label:before { content: "\f00c"; background:#000 !important; border:1px solid #000; font-size:12px;} 
.group input[type="checkbox"] + label{margin: 0px 15px 10px 0px !important}
.group input[type="checkbox"], .group input[type="radio"]{display: inline-block}

/*Radio*/
input[type="radio"] + label.radio, input[type="radio"] + label { cursor: pointer; position: relative; padding-left: 25px; margin: 0px; clear: both; display: inline-block; line-height: normal; text-align: left; cursor: pointer; color: #222222; text-transform: none !important; font-family: 'FKGroteskNeueRegular'; width:auto}
input[type="radio"] + label.radio:before, input[type="radio"] + label:before { content: ""; transition: 0.3s; width: 16px; height: 16px; position: absolute; top: 1px; left: 0px; padding-left: 1px; font-family: FontAwesome; text-align: center; color: #fff; font-size: 0px; border-radius: 100px; border: 2px solid #707070; line-height: 15px; background:#fff} 
input[type="radio"]:checked + label.radio:before, input[type="radio"]:checked + label:before { content: "\f00c"; background:#000 !important; border:1px solid #000; font-size:11px;} 
.group input[type="radio"] + label{margin: 0px 15px 10px 0px !important; float: left; clear: none}

input[type="radio"]:checked~.other, input[type="checkbox"]:checked~.other{display: block;}

.form-control, select{height: 40px !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0px 10px; line-height: 40px; width: 100%; color: #222;  border: 1px solid #000; border-radius: 4px; font-size:14px; font-weight: 500}   
.form-control:focus, select:focus { border-color: #68bcef; color: #222; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 173, 241, 0.2); box-shadow: 0 0 0 0.2rem rgba(61, 173, 241, 0.2); }
textarea.form-control{ height: 120px !important; background: #fff; line-height: 20px; padding: 10px; width:100% !important; font-size:14px; overflow: visible; text-overflow: inherit; white-space: normal;}
.form-control[readonly] { background: #f3f3f3; border-color: #ccc; box-shadow: none; -webkit-box-shadow: none; cursor: default; }
label.label{font-weight: normal; font-family: 'FKGroteskNeueMedium'; line-height: normal; color: #000; display: block}
/* label.label.req::after, .label.req::after, .req::after { content: "*"; margin-left: 3px; font-size: 13px; color: #ff2d2d; } */
.form-control.md, .form-group.md .form-control{max-width: 220px;}
legend.label{font-size: 14px; font-family: 'FKGroteskNeueMedium'; margin-bottom: 15px; color: #000;}

select{-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; background-image: url('../images/down.png') !important; background-position: 98% center; background-repeat: no-repeat; outline: none;}
select:focus, select:focus{background-image: url('../images/up.png') !important; }
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
select::-ms-expand { display: none; }

.row_6 .form-control{padding: 0px 5px}

.error { color: #ea2929; font-size: 13px; }
.error.alert { color: #ea2929; font-size: 14px; background: #ffeded; border: 1px solid #fdacac; }

.tooltip{font-size: 12px; max-width: 150px;}
.form-group .tooltip_icon{width: 40px; height: 40px; line-height: 38px; text-align: center; border: 1px solid #000; font-size: 15px; border-radius: 0px 4px 4px 0px; color: #000 !important; }
.form-group .tooltip_icon:hover{background: #000; color: #fff !important}

.checkbox label{margin: 5px 0px !important}
.form-group .lookupInput{display: block; width: 100%; padding-right: 40px; position: relative;}
.lookupInput a.form-control{position: absolute; top: 0px; right: 0px; width: 40px; text-decoration: none; z-index: 1; border-radius: 0px 4px 4px 0px;}
.lookupInput a.form-control:hover{background: #000; color: #fff}
.lookupInput a.form-control:before{content: "\f002"; font-family: FontAwesome;}
.lookupInput input.form-control{border-radius: 4px 0px 0px 4px; border-right: 0px}

.bb{border-bottom: 1px solid #B5B4B4; padding-bottom: 10px; margin-bottom: 25px}
.bb.black{background: none; border-color: #000; padding: 0px; font-size: 20px}
.bb.black span{background: #000; color: #fff; padding: 6px 20px; display: inline-block}
.note{font-size: 12px; color: #666}

.step_form{margin-bottom: 30px; text-align: center}
.step_form li{ display: inline-block; margin: 0px; padding: 0px 30px; position: relative; list-style: none}
.step_form li:first-child{padding-left: 0px;}
.step_form li:first-child:before{display: none}
.step_form li:last-child{padding-right: 0px;}
.step_form li::before { content: ""; height: 3px; width: 100%; background: #ccc; position: absolute; right: 50%; top: 50%; margin-top: -2px; }
.step_form li span { display: block; width: 40px; line-height: 38px; height: 40px; border-radius: 100px; z-index: 9; background: #fff; position: relative; border: 1px solid #ccc; font-family: 'FKGroteskNeueBold'; font-size: 17px; color: #999; }
.step_form li.active span{background: #F3A038; color: #fff; border-color: #F3A038}
.step_form li.active::before{background: #F3A038}

/*Header*/
.site_header{position: fixed; top: 0px; left: 0px; z-index: 999; width: 100%; height: 60px; background: #000;}
.modal-open .site_header{padding-right: 17px}
.site_header .logo img{max-height: 30px; margin-top: 18px}
.site_header .container{position: relative;}

.site_menu nav{width: 100%; text-align: right; line-height: 60px; display: block}
.site_menu ul li{display: inline-block; position: relative; list-style: none; line-height: 15px; margin-left: -4px}
.site_menu ul a{font-size: 13px; text-transform: uppercase; font-family: 'FKGroteskNeueMedium'; margin-left: 25px; position: relative; color: #fff; text-decoration: none; display: inline-block; position: relative;}
.site_menu ul a span{text-transform: none}
.site_menu ul a:hover, .site_menu ul a.active{color: #129CEF}
.site_menu ul li:first-child a{margin: 0px}

.mobile_menu { float: right; font-size: 28px; color: #fff !important; cursor: pointer; position: absolute; left: 30px; top: 0px; z-index: 99;}
.mobile_menu .fa{line-height: 57px}
.mobile_open .mobile_menu .fa:before, .acc_open .acc_mobile_menu .fa:before{content: "\f00d"}
.mobile_menu a{color: #fff !important; text-decoration: none}
/* .mobile_open .mobile_menu a:last-child, .acc_open .acc_mobile_menu a:last-child{display: inline-block}
.mobile_open .mobile_menu a:first-child, .acc_open .acc_mobile_menu a:first-child{display: none} */
.menu_overlay, .acc_overlay{position: fixed; left: 0px; bottom: 0px; right: 0px; top: 0px; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.6); z-index: 200;}
.acc_overlay{height: calc(100% - 120px); top: auto; bottom: 0px; z-index: 98;}

.mywd_logo { position: absolute; top: 10px; right: 30px; height: 40px; }
.westerndigital_logo { position: static; top: 10px; left: 30px; height: 40px; }
.site_menu nav{padding-right: 130px}

/*Home*/
.home_banner{position: relative; text-align: center; background-size: cover; background-position: center; position: relative; padding: 30px 0px}
/* .home_banner:after { content: ""; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background: #000; opacity: 0.4; } */
.home_banner:before{content: ''; display: inline-block; height: calc(80vh - 160px); vertical-align: middle; margin-right: -4px;}

.login_form.container{display: inline-block; vertical-align: middle; color: #fff}
.login_form .form{float: right; text-align: left; position: relative; z-index: 99; background: rgba(0, 0, 0, 0.6); max-width: 400px; width: 100%; padding: 25px 30px;}
.login_form .form-group{text-align: left; margin-bottom: 8px}
.login_form .form-group label { font-weight: 400; line-height: normal; margin-bottom: 5px}
.login_form .form-control { border: 0px; box-shadow: none; -webkit-box-shadow: none; }
.login_form input[type="password"].form-control{font-size: 25px; letter-spacing: 0.02em}
.login_form .bootstrapnew-select>.dropdown-toggle, .login_form .bootstrapnew-select>.dropdown-toggle:focus, .login_form .bootstrapnew-select.show>.dropdown-toggle:focus { border: 0px !important;  }
.login_form .bootstrapnew-select .dropdown-menu { border: 0px; padding: 5px 0px; max-height: 200px !important; border-radius: 0px; width: 100%; }
.login_form h2{font-size: 20px; color: #F3A038; text-align: center; margin-bottom: 30px}
.login_form .form-group p label{width: auto; font-size: 12px; padding-right: 0px; margin: 0px 15px 0px 0px; display: inline-block;}
.login_form .form-group p a{color: #129CEF; text-decoration: none; font-size: 12px; font-style: italic}
.login_form .form-group p a:hover{text-decoration: underline}
.login_form input[type="checkbox"] + label.checkbox{color: #fff; font-size: 12px}
.login_form input[type="checkbox"] + label.checkbox:before{background: #fff !important; top: 0px; border-color: #fff}
.login_form input[type="checkbox"]:checked + label.checkbox:before{color: #129CEF}

.overview_home{overflow: hidden;}
.overview_home .content{max-width: 400px; margin: 0 auto; margin-bottom: 30px;}
.overview_home ul{max-width: 250px; padding-left: 17px; margin: 0 auto; text-align: left}

/*Account Menu*/
body.logged_in{padding-top: 120px}
nav#acc_navigation{display: block}
.acc_menu{height: 60px; background: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); position: fixed; z-index: 99; left: 0px; top: 60px; width: 100%;}
.acc_menu ul{display: inline-block;}
.acc_menu ul li{ float: left; list-style: none; margin-left: 25px; position: relative;}
.acc_menu ul a{color: #222; line-height: 60px; display: block; text-decoration: none; font-size: 13px; font-family: 'FKGroteskNeueMedium'; text-transform: uppercase}
.acc_menu ul a:hover{color: #129CEF;}
.acc_menu .logo{float: right; margin-top: 10px; height: 40px;}
.acc_menu .sub_menu { position: absolute; transition: 0.2s; opacity: 0; margin-top: 10px; visibility: hidden; right: 50%; margin-right: -110px; top: 100%; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); width: 220px; background: #fff; }
.acc_menu li:hover .sub_menu{opacity: 1; visibility: visible; margin-top: 0px}
.acc_menu .sub_menu ul{ display: block; max-height: 420px; width: 100%; padding: 5px 0px; overflow: auto;}
.acc_menu .sub_menu:before{content: ""; position: absolute; left: 0px; top: -10px; height: 10px; width: 100%; background: #fff}
.acc_menu .sub_menu li{margin: 0px; width: 100%; text-align: left}
.acc_menu .sub_menu a{line-height: normal; text-transform: none; padding: 8px 15px; display: block}
.acc_menu .sub_menu a:hover{color: #129CEF; background: #f0f0f0}

.acc_mobile_menu{float: left; width: 24px; text-align: center; margin-right: 15px; font-size: 28px; cursor: pointer;}
.acc_mobile_menu .fa{line-height: 60px;}
.acc_mobile_menu a{color: #222 !important; text-decoration: none}
/* .acc_open .acc_mobile_menu a:last-child, .acc_open .acc_mobile_menu a:last-child, .sub_arrow.open a:last-child{display: inline-block}
.acc_open .acc_mobile_menu a:first-child, .acc_open .acc_mobile_menu a:first-child, .sub_arrow.open a:first-child{display: none} */
.acc_open .acc_mobile_menu .fa{line-height: 58px}
.acc_menu .head{float: left; line-height: 60px; font-size: 15px; text-transform: uppercase; font-family: 'FKGroteskNeueMedium';}
.sub_arrow { position: absolute; top: 0px; right: -12px; height: 30px; font-size: 22px; width: 30px; text-align: center; cursor: pointer; }
.sub_arrow a{padding: 0px !important; line-height: 32px !important}
.sub_arrow a .fa{font-size: 22px; line-height: 26px}
.sub_arrow.open .fa:before{content: "\f106"}

/*Page*/
.page_banner{padding: 70px 0px; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center right}
/* .page_banner:before{content: ""; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.6)} */
.page_banner .container{position: relative; z-index: 9; text-align: left}
.page_banner h1{font-family: 'FKGroteskNeueBold'; font-size: 41px; margin: 0px}
.page_banner p { font-size: 20px; margin-top: 20px; line-height: 30px; }

.page_content{padding: 40px 0px 50px 0px; background: #fff;}
.page_content.white{background: #fff}
.page_content a{word-break: break-word;}
.box{padding: 25px; position: relative; background: #F0F0F0; margin-bottom: 30px; border-radius: 4px;}
.flex .box{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; width: 100%;}
.box.last{margin-bottom: 0px}
.list_box h3{font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0; width: 100%;}
.list_box .box{padding: 20px}
.box.special{margin: 50px 0px; text-align: center}
.box.special .fa{display: inline-block; margin-bottom: 20px; font-size: 40px; width: 60px; height: 60px; line-height: 65px; background: #129CEF; border-radius: 100px; color: #fff}
.box.img .img{height: 200px; position: relative; border-radius: 4px; background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 15px}
.box.img .img.play .fa, .video_img .fa { position: absolute; text-decoration: none !important; cursor: pointer; left: 50%; top: 50%; width: 60px; height: 60px; line-height: 60px; text-align: center; margin-left: -30px; margin-top: -30px; border-radius: 100px; font-size: 23px; padding-left: 7px; transition: 0.2s; background: #000; color: #fff !important; opacity: 0.8 !important; }
.box.img .img.play .fa:hover, .video_img .fa:hover{opacity: 1 !important;}
.video_img{position: relative; max-width: 600px; width: 100%; margin: 0 auto;}
.img_link{transition: 0.2s}
.img_link:hover{opacity: 0.8;}
.img_mask{position: relative; height: 150px; margin-bottom: 15px}
.img_mask img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.img_mask.video_img img { width: auto; }

.heading{border-bottom: 1px solid #B5B4B4; padding-bottom: 10px; margin-bottom: 30px}
.heading h2{display: inline-block; margin-bottom: 0px}
.heading a{float: right; margin-top: 5px; text-decoration: none}
.heading a:hover{text-decoration: underline}

.page_content h1{font-size: 24px}
.page_content ul{margin-bottom: 8px; padding-left: 17px}
.page_content ul li{margin: 0px 0px 12px 0px}

.page_content ul.list{margin: 0px 0px 8px 0px; padding: 0px; list-style: none; line-height: 21px}
.page_content ul.list li{margin: 0px 0px 12px 0px; position: relative; padding-left: 20px}
.page_content ul.list li:before { content: "\f054"; font-family: FontAwesome; position: absolute; left: 0px; top: 1px; font-size: 11px; color: #129CEF; }

.page_content ol, .modal ol{margin: 0px 0px 8px 0px; padding: 0px 0px 0px 25px; line-height: 21px}
.page_content ol li, .modal ol{margin: 0px 0px 12px 0px; position: relative;}
.banner_img{padding: 0px; background: #fff}
/* .banner_img img{width: 100%; max-width: 1024px; margin: 0 auto; display: block} */
.banner_img img{width: 100%; display: block}

.news .img{height: 180px; border-radius: 4px; background-size: cover; background-repeat: no-repeat; background-position: center; margin-bottom: 15px}

.prod_img{position: relative; min-height: 80px; padding-left: 95px; margin-bottom: 15px}
.prod_img .mask { height: 80px; width: 80px; position: absolute; left: 0px; top: 0px; }
.prod_img .mask img{max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.prod_img span{display: block; margin-bottom: 5px}
.prod_img span.msg { display: inline-block; margin: 5px 10px 0px 0px;}

.list_box.title h3{display: block; -webkit-box-flex: initial; -ms-flex: initial; flex: initial; min-height: 40px}
.msg{display: block; margin: 8px 0px 0px 0px; font-size: 11px; padding: 4px 10px; line-height: normal; border-radius: 4px;}
.msg.orange{background: #fdf8cb; color: #e0a400;}
.msg.red{background: #fcf8e3; color: #f30000}
.msg.green{background: #ecf8e0; color: #04b404}

.contact .box{min-height: 180px; overflow: hidden;}
.contact p{margin-bottom: 10px}
.contact .box .img{position: absolute; background-size: cover; background-position: center; background-repeat: no-repeat; left: 0px; top: 0px; height: 100%; width: 150px}
.contact .box h4{font-size: 18px}

/*Account Pages*/
.dash_status{list-style: none}
.dash_status .status{color: #707070; font-size: 11px}
.dash_status li{padding-left: 45px; position: relative; margin-bottom: 15px; line-height: normal}
.dash_status .icon{position: absolute; left: 0px; top: 0px; width: 30px; text-align: center}

.points{text-align: center; padding: 20px; margin-bottom: 20px; color: #fff; border-radius: 4px}
.points .num{margin-bottom: 8px; margin-top: 20px; display: block; font-size: 33px}
.points .num:first-child{margin-top: 0px;}

.sidebar{margin-bottom: 20px; background: #F7F7F7; padding: 20px; border-radius: 4px}
.sidebar .links{list-style: none; padding: 0px}
.sidebar .links li{margin: 0px}
.sidebar .links li a{display: inline-block; color: #222; text-decoration: none; margin-bottom: 10px; padding-left: 18px; position: relative;}
.sidebar .links li a:before { content: "\f105"; font-family: FontAwesome; position: absolute; left: 0px; font-size: 16px; top: 1px; }
.sidebar .links li a:hover, .sidebar .links li a.active{color: #129CEF;}
.sidebar .links li:last-child a{margin: 0px}
.sidebar.right{display: none}

.box_head a{display: block;  background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; border-radius: 6px; padding: 20px; text-align: center; margin-bottom: 30px; position: relative; text-decoration: none; color: #fff}
.box_head a *{color: #fff}
.box_head a:before{content: ''; min-height: 180px; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.box_head a span, .box_head a .content{display: inline-block; position: relative; z-index: 1; vertical-align: middle; font-family: 'FKGroteskNeueBold'; font-size: 20px; }
.box_head a:after{content: ""; display: none; transition: 0.3s; position: absolute; border-radius: 4px; left: 0px; top: 0px; height: 100%; width: 100%;}
.box_head a.grey_1:after{background: #F7F7F7}
.box_head a.grey_2:after{background: #E8E8E8}
.box_head a.grey_3:after{background: #CECECE}
.box_head a:hover{opacity: 0.8;}
.box_head a:hover:after{background: none !important;}
.box_head .btn{padding: 12px 20px; margin: 0px; display: inline-block}
.box_head .btn:before{display: none}
.box_head a p:last-child{margin: 0px}

.box_content .content{display: block; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; border-radius: 6px; padding: 20px; text-align: center; margin-bottom: 30px; position: relative; text-decoration: none; color: #222}
.box_content .content:before{content: ''; min-height: 220px; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.box_content .content div{display: inline-block; position: relative; z-index: 1; vertical-align: middle; }
.box_content .content:after{content: ""; transition: 0.3s; position: absolute; border-radius: 4px; left: 0px; top: 0px; height: 100%; width: 100%;}
.box_content .grey_1:after{background: #F7F7F7}
.box_content .grey_2:after{background: #E8E8E8}
.box_content .grey_3:after{background: #CECECE}
.box_content .content:hover{color: #fff}
.box_content .content:hover:after{background: none !important;}

.shadow .box_content .content:after { content: ""; display: block; background: rgba(0, 0, 0, 0.6) !important; }

.acc_table .table_view.head:first-child{margin: 0px}
.acc_table .table_view.head{border: 1px solid #ccc; margin-top: 10px}
.acc_table .table_view.head .td{border: 0px;}
.acc_table .table_view.head{background: #F0F0F0}
.acc_table .table_view{border: 1px solid #ccc; border-top: 0px; margin: 0px}
.acc_table .table_view .td{border: 0px; border-top: 1px solid #E0E0E0}
.acc_table .table_view .th{background: #fff; border: 0px; text-transform: none; font-family: 'FKGroteskNeueMedium'; color: #000}
.acc_table .plus_minus{display: inline-block; line-height: 32px; width: 32px; height: 32px; text-align: center; background: #fff; text-decoration: none; color: #222}
.acc_table .plus_minus:hover{background: #000; color: #fff !important}
.acc_table .plus_minus .fa::before{content: "\f068"}
.acc_table .plus_minus.collapsed .fa::before{content: "\f067"}

.social_links{padding: 0px 0px 40px 0px; margin-top: -20px}
.social_links a{margin: 5px; display: inline-block; width: 40px; height: 40px; background: #0277BD; border-radius: 100px; color: #fff; font-size: 21px}
.social_links a .fa{line-height: 40px;}
.social_links a:hover{background: #000}

/*Icons*/
i.icon{display: inline-block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 24px; background: #129CEF; border-radius: 100px; margin-bottom: 7px; color: #fff}
.equals { line-height: 50px; font-size: 40px; padding: 0px; font-family: 'FKGroteskNeueMedium'; color: #129CEF }

/*Price Table*/
.price_table .table{list-style: none; margin: 0px; display: table; line-height: 22px; text-align: center; width: 100%; border-collapse: collapse}
.price_table .table .tr{display: table-row}
.price_table .tr:nth-child(even){background: #fff}
.price_table .td, .price_table .th{display: table-cell; vertical-align: middle; padding: 12px 15px;}
.price_table .td{border: 1px solid #ccc; border-top: 0px; font-family: 'FKGroteskNeueMedium'}
.price_table .td{width: 22%}
.price_table .td.points{width: 34%; color: #222; background: #f3f3f3}
.price_table .th{font-family: 'FKGroteskNeueBold'; white-space: nowrap; min-width: 150px; border-radius: 10px 10px 0px 0px; color: #fff; text-transform: uppercase; font-size: 16px}
.price_table .th:nth-child(2){border-radius: 0px 10px 0px 0px}
.price_table .th.points{border: 1px solid #ccc; background: #fff; color: #222; border-right: 0px; min-width: 230px;}
.price_table .fa-check { font-size: 14px; background: #30ce35; width: 22px; height: 22px; line-height: 22px; border-radius: 100px; color: #fff; }

/*Table*/
.table_view{display: table; border-collapse: collapse; width: 100%; table-layout: fixed; margin-bottom: 25px}
.table_view.vc .td{vertical-align: middle}
.table_view.md{max-width: 600px;}
.table_view .tr{display: table-row;}
.table_view .tr:nth-child(even){background: #fff}
.table_view .td, .table_view .th, .table_head{display: table-cell; border: 1px solid #C7C7C7; padding: 10px 15px}
.table_view .td{border-top: 0px;}
.table_view .th, .table_head{vertical-align: middle; font-size: 13px !important; background: #E5E3E3; color: #222; font-family: 'FKGroteskNeueMedium'; text-transform: uppercase}
.table_view.small{font-size: 12px; font-weight: 500}
.table_view.middle .td{vertical-align: middle}
.th.md, .td.md{width: 260px}
.th.sm, .td.sm{width: 170px}
.th.xs, .td.xs{width: 60px}
.table_head{display: block;}
.table_view.no_responsivenew{table-layout: auto}
.table_view.no_responsivenew, .table_view.no_responsivenew .tr:first-child .td{border-top: 0px; border-collapse: collapse}
.table_view.no_responsivenew .td{display: table-cell; padding: 12px; border: 1px solid #C7C7C7 !important}
.table_view.no_responsivenew .td:before{display: none}
.table_view.no_responsivenew .th{display: table-cell; white-space: nowrap}

.table_view_main{overflow: auto; margin-bottom: 25px; width: 100%; border: 1px solid #c7c7c7;}
.table_view_main .table_view{margin: 0px; border: 0px; }
.table_view_main .table_view .tr .td:first-child, .table_view_main .table_view .tr .th:first-child{border-left: 0px !important}
.table_view_main .table_view .tr .td:last-child, .table_view_main .table_view .tr .th:last-child{border-right: 0px !important}
.table_view_main .table_view .tr:last-child .td{border-bottom: 0px !important}  
.table_no_found{margin: 0px; text-align: center; padding: 20px 15px; }
.table_view.calculator .td, .table_view.calculator .th{padding: 10px; vertical-align: middle}
.table_view.calculator .sm{width: 80px}
.table_view.calculator .sm1{width: 120px}
.table_view.calculator .form-control{text-align: center; font-family: 'FKGroteskNeueMedium'; padding: 0px 5px; border-color: #fff; height: 32px !important; line-height: 32px !important;}
.table_view.blue .th{background: #305496; color: #fff; border-color: #305496 !important}
.table_view.blue .td { background: #cad8f3; border-color: #9fb3d6 !important; }
.table_view.calculator.blue .form-control{border:1px solid #9fb3d6 !important}
.table_view.green .th, .table_view .green .th{background: #375623; color: #fff; border-color: #375623 !important}
.table_view.green .td, .table_view .green .td{ background: #D0E2C3; border-color: #A4C58C !important; }
.table_view.calculator.green .form-control{border:1px solid #A4C58C !important}
body .table_view.calculator .result .td { background: #00B050; color: #fff; border: 1px solid #00B050 !important; }
.table_view.calculator .result .td:first-child{border-left: 1px solid #00B050 !important;}
.table_view.calculator .result .td:last-child{border-right: 1px solid #00B050 !important;}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .table_view_main {width: 99.9%}
}

.table_view .pdf { color: #ec251f; text-decoration: none; font-size: 18px; }
.table_view .pdf:hover{color: #222}

.calc_result{padding: 15px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); text-align: right; background: #fff; display: table; border-radius: 4px; width: 100%; margin-top: 20px}
.calc_result label, .calc_result input, .calc_result span{display: table-cell; text-align: left; vertical-align: middle}
.calc_result input{width: 90px; padding: 0px 5px; text-align: center}
.calc_result label{padding-right: 10px;}
.calc_result span{text-align: right; width: 35px; padding-left: 10px}

.result_img span { display: inline-block; position: relative; border: 1px solid #ccc; margin: 10px 1% 0px 0px; width: 100%; height: 150px; background: #fff; max-width: 200px; }
.result_img span img{max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); padding: 5px;}
.result_img.images span{width: 100px; height: 100px;}

/*Footer*/
.site_footer{display: block; position: relative; z-index: 9; color: #fff; background-size: cover; background-position: center top; background-repeat: no-repeat; padding: 50px 0px}
.site_footer .logo{max-height: 30px; margin-top: 5px}
.lang .bootstrapnew-select>.dropdown-toggle, .lang .bootstrapnew-select>.dropdown-toggle:focus, .lang .bootstrapnew-select.show>.dropdown-toggle:focus { border: 0px !important; color: #fff !important; line-height: 30px; height: 30px; background: none !important; }
.lang .bootstrapnew-select .dropdown-menu { border: 0px; padding: 5px 0px; border-radius: 0px; width: 100%; }
.lang .bootstrapnew-select{max-width: 160px;}
.lang{display: inline-block; position: relative; padding-left: 35px}
.lang .fa { position: absolute; left: 0px; top: 50%; line-height: 32px; margin-top: -17px; font-size: 20px; width: 35px; height: 35px; border: 1px solid #fff; text-align: center; border-radius: 100px; }

.social_links.fixed{position: fixed; right: 0px; z-index: 999; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%);}
.social_links.fixed ul{list-style: none; background: #000; border-radius: 100px; padding: 10px}
.social_links ul a{width: 28px; height: 28px; line-height: 28px; margin-bottom: 8px; border-radius: 100px; font-size: 15px; border: 1px solid #fff; display: block; color: #fff; text-decoration: none; text-align: center;}
.social_links ul li:last-child a{margin: 0px}
.social_links ul a:hover{background: #fff; color: #000}

footer .social_links ul{text-align: center; padding: 35px 0px; list-style: none;}
footer .social_links ul li{display: inline-block; margin: 0px 3px}
footer .social_links ul a { margin: 0px; width: 40px; height: 40px; line-height: 40px; font-size: 22px; }

.brands img{max-height: 18px; margin: 8px}

.copyright{text-align: center}
.copyright ul{list-style: none; margin-top: -5px; padding-bottom: 10px; border-bottom: 1px solid #555; padding-bottom: 20px; margin-bottom: 20px}
.copyright ul li{display: inline-block; margin: 5px 10px; border-left: 1px solid #fff; line-height: 15px; padding-left: 20px}
.copyright ul li:first-child{padding-left: 0px; border: 0px}
.copyright ul li a{text-decoration: none; color: #fff;}
.copyright ul li a:hover{opacity: 1;}
.copyright p{margin-bottom: 5px; line-height: normal;}

.skip { position: absolute; text-indent: -9999999px; left: 0px; top: 0px; color: #fff !important; z-index: 1000; font-size: 11px; text-decoration: none; }
/* .skip:active, .skip:focus{text-indent: inherit} */

#bailwal_div_overlay{background: #000 !important; position: fixed !important; opacity: 0.5 !important; z-index: 9999 !important;}
#bailwal_div_frame_parent{z-index: 9999 !important; text-align: center; padding: 20px 15px; border: 0px !important; position: fixed !important; left: 0px !important; top: 0px !important; width: 100% !important; height: 100% !important; background: none !important}
#bailwal_div_frame_parent:before{content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -6px;}
#bailwal_div_frame_parent table:first-child{display: inline-block; text-align: left; vertical-align: middle; border: 0px !important; -moz-box-shadow: inherit !important; -webkit-box-shadow: inherit !important; box-shadow: inherit !important; max-width: 500px; width: 100%; background: #fff; border-radius: 6px; overflow: hidden;}
#bailwal_div_frame_parent *{font-size: 14px !important; font-family: 'FKGroteskNeueRegular';}

.carousel-indicators{bottom: 15px}
.carousel img{width: 100%}

.page_content ul.pagination{margin: 0px; padding: 0px; display: inline-block; width: 100%;}
nav.pagination{width: 100%}
.pagination li{display: inline-block; margin: 2px !important}
.pagination li a{text-decoration: none; background: #fff; display: block; min-width: 30px; height: 30px; line-height: 28px; font-family: 'FKGroteskNeueMedium'; padding: 0px 3px; border-radius: 100px; color: #666; border: 1px solid #ccc}
.pagination li a:hover{background: #ccc; color: #333}
.pagination li.active a{background: #129CEF; color: #fff; border-color: #129CEF}
.pagination li a .fa { font-size: 20px; position: relative; top: 1px; }

.lists.container{max-width: 900px;}
.lists .box{margin-bottom: 15px}

.events .box.img{padding-left: 130px; min-height: 130px}
.events .box span.img{position: absolute; left: 25px; top: 25px; width: 80px; height: 80px; border: 1px solid #ccc; background: #fff}
.events .box span.img img{max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; padding: 5px; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

h3 a{text-decoration: none; color: #202020}
h3 a:hover{color: #129CEF; text-decoration: none}

/*Modal*/
.modal-dialog{max-width: 700px;}
.modal-dialog.modal-sm{max-width: 500px;}
.modal-dialog.modal-md{max-width: 900px;}
.modal-dialog .modal-header { padding: 15px 25px 15px 25px; border-bottom: 1px solid #B5B4B4; }
.modal-dialog .modal-body{padding: 25px 25px 15px 25px}
.modal-header .close { margin: -1.5rem -1.8rem -1rem auto; cursor: pointer; transition: 0.2s; opacity: 0.3; }
.modal.fade .modal-dialog{-webkit-transform: scale(0); transform: scale(0);}
.modal.show .modal-dialog{-webkit-transform: scale(1); transform: scale(1);}
.modal-content{border: 0px; border-radius: 6px; box-shadow: 0 0 30px 0 rgba(0,0,0,0.15)}
body.mobile.modal-open { position: fixed;}
.modal-header .modal-title{font-size: 22px}

.modal.video .modal-content, .iframe .modal-content{overflow: hidden;}
.modal.video .modal-body{padding: 0px; background: #000}
.modal.video .close{position: absolute; cursor: pointer; transition: 0.2s; top: 0px; right: 0px; z-index: 9; width: 30px; text-align: center; line-height: 30px; background: #000; color: #fff; font-size: 20px; font-weight: normal; text-shadow: none;}

.iframe .close{position: absolute; right: 0px; width: 35px; text-align: center; line-height: 35px; font-size: 20px; z-index: 9; cursor: pointer;}
.iframe .modal-body { padding: 40px 0px 0px 0px !important;}
.iframe iframe{border: 0px; width: 100%; float: left; height: 100%; }
.iframe .modal-dialog{max-width: 750px;}

body.iframe {padding: 0px !important; background: #fff}
body.iframe .page_content{padding: 0px 0px 20px 0px !important; }
.iframe_page{width: 100%; border: 0px; margin-bottom: 20px }
.page_content .embed-responsivenew{min-height: 350px}

.acc_head{font-size: 20px; margin: 0px; margin-top: 15px}
.acc_head .collapsed{border-radius: 4px;}
.acc_head a:after{content: "\f106"; font-family: FontAwesome; position: absolute; right: 15px; font-size: 25px; top: 50%; line-height: 20px; margin-top: -10px; color: #808080}
.acc_head a.collapsed:after{content: "\f107";}
.acc_head a{padding: 15px 45px 15px 15px; position: relative; background: #F0F0F0; border-radius: 4px 4px 0px 0px; display: block; text-decoration: none; color: #222}
.acc_head a.collapsed:hover{background: #DEDEDE}
.acc_body{background: #F0F0F0; border-radius: 0px 0px 4px 4px; padding: 5px 20px 20px 20px;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal-body{height: 100%;}
}

/*Date Picker*/
#datepicker-demo { background: #e0e0e0; padding: 1rem; margin: 1rem 0 2rem; } 
#datepicker-demo em { display: block; font-size: 90%; } 
#date, #party { width: 90%; max-width: 25em; vertical-align: 20px; } 
a.accCalendar { display: inline-block; background: transparent; } 
div.calendar { text-align: center; position: absolute; top: 40px !important; left: auto !important; right: 0px !important; color: #fff; background: #000; padding: 0.5rem; border-radius: 0.3rem; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; } 
table.calendar { border-collapse: separate; border-spacing: 1px; } 
table.calendar td, table.calendar th { padding: 0.3em 0.5em; font-family: 'FKGroteskNeueMedium'; font-weight: normal; border-radius: 0.15rem; min-width: inherit; } 
table.calendar .btn:hover{color: #129CEF}
table.calendar .btn.month:hover{color: #fff}
td.empty { background: rgba(255, 255, 255, 0.07); } 
td.nav, td.day { cursor: pointer; } 
td.day {color: #fff; background: #353535; transition: 0.15s } 
td.dayToday { color: #000; background: #db7093; } 
td.dayInPrevMonth, td.dayInNextMonth { color: #000; background: #e6e6e6; } 
td.day:hover { background: #0277BD; } 
table.calendar td[aria-current="date"] { background: #0277BD; } 
/* div.calendar *:focus, div.commentAdd *:focus { outline: blue 1px inset !important; }  */
td.month { font-family: 'FKGroteskNeueMedium'; color: #129CEF; text-shadow: 0 1px 0 #000; } 
td.comment { position: relative; } 
td.comment span::after { display: block; position: absolute; width: 7px; height: 7px; top: 0.2rem; right: 0.2rem; content: ""; background: #49182e; border-radius: 7px; } 
td.comment.selected { background: #0277BD; } 
td.disabled, td.disabled:hover { color: #ccc; background: #bdbdbd; cursor: auto; } 
td.disabled.selected { background: #c2c2c2; } 
div.commentTooltip { width: 271px; padding: 0.5rem; color: #fff; background: #3d4043; font-size: 0.8em; font-weight: bold; max-height: 50px; overflow-x: hidden; overflow-y: auto; word-wrap: break-word; text-align: left; } 
div.commentAdd { background: #2e3135; border-radius: 0.3rem; } 
div.commentAdd button { font-size: 100%; text-transform: uppercase; color: #fff; background: #2e3135; padding: 0.5rem; margin-top: -5px; border: none; border-bottom-left-radius: 0.3rem; border-bottom-right-radius: 0.3rem; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; } 
div.commentAdd textarea { width: 270px; height: 2em; overflow: auto; word-wrap: break-word; text-align: left; padding: 0.2em; margin: 0.5rem 0.5rem 0; } 
div.monthMessage { border: 1px solid #000; margin-top: 10px; padding: 10px; max-width: 218px; }
div.monthMessage p{margin: 0px; line-height: normal; font-size: 12px}
.date_picker{position: relative;}
.date_picker .datePicker { position: absolute; top: 0px; right: 0px; width: 40px; line-height: 40px; height: 40px; text-align: center; color: #000; border-left: 1px solid #000; padding-right: 1px; }
.date_picker .datePicker:hover{color: #129CEF}