@font-face {
	font-display: fallback;
	font-family: 'GTAmerica';
	font-weight: 400;
	src: url('https://www.yamaha.com/us/library/fonts/GT-America-Standard-Regular.woff') format('woff');
}
@font-face {
	font-display: fallback;
	font-family: 'GTAmerica';
	font-weight: 600;
	src: url('https://www.yamaha.com/us/library/fonts/GT-America-Standard-Bold.woff') format('woff');
}
@font-face {
	font-display: fallback;
	font-family: 'GTAmerica';
	font-weight: 700;
	src: url('https://www.yamaha.com/us/library/fonts/GT-America-Compressed-Bold.woff') format('woff');
}
@font-face {
	font-display: fallback;
	font-family: 'GTAmerica';
	font-weight: 800;
	src: url('https://www.yamaha.com/us/library/fonts/GT-America-Compressed-Black.woff') format('woff');
}

.gweb2{
    background-color:#222;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
}
.gweb2.tmpl-ma.dialog{
	background-color:#eee;
}
.gweb2 #m_loader{
	position:fixed;
	z-index:7000;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	background:rgba(255,255,255,.8);
	top:0px;
	left:0px;
	display:none;
}

.gweb2 #m_dialog{
	position:absolute;
	width:100%;
	height:100%;
	z-index:5000;
	background:rgba(235,235,235,.9);
	top:0px;
	left:0px;
	display:none;
}

.gweb2.modal-open,
.gweb2 .modal.in
{
	padding-right:0!important;
}

.gweb2 .spinner{
	left:50%;
	top:48%;
}
.gweb2 .music-id {
	text-transform: uppercase;
	color: #48217a;
	font-family: 'GTAmerica';
	font-weight: 700;
}
.gweb2 .in-process{
	background-image:url(https://www.yamaha.com/us/library/images/spinner.gif) ;
	background-repeat:no-repeat ;
	background-position:center;
}

.gweb2.tmpl-basic .page-header,
.gweb2.tmpl-ma .page-header{
    padding:0;
    margin:0;
	border:0px;
    border-bottom: 1px solid #eee;
}
.gweb2 main{
    background-color:#fff;
}
.gweb2 .off {
	display: none;
}
.gweb2 .pd-off {
	padding-left: 0;
	padding-right: 0;
}

.gweb2.tmpl-fixed-head .page-header{
    padding:0;
    margin:0;
	position:fixed;
	top:0px;
	width:100%;
	z-index:1001;
	border:0px;
}

.gweb2 .ui-theme-nav{
	position:absolute;
	z-index:1000;
	padding:0;
	width:100%;
}

.gweb2 .top-menu-list {	
	padding:  0;
	margin: 0px 0 0 0;
	font-size: 1em;
	text-align: left;
	list-style: none;
}
.gweb2 .top-menu-list > li{
	background:#f5f5f5;
	border-bottom:1px solid #ddd;
	padding: .5em 1em;
}
.gweb2 .top-menu-list > .list-head{
	background:#777;
	border-bottom:1px solid #ddd;
	padding: .5em 1em 0em 1em;
}
.gweb2 .top-menu-list > li > a {
	display: block;
	text-decoration:none;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
}
.gweb2 .top-menu-list > .list-head h4{
	color:#eee;
}
.gweb2 .top-menu-list > li:not(.list-head):hover{
	background:#ccc;
}

.gweb2.tmpl-fixed-head main {
    padding:45px 0 0 0;
}

.gweb2 .header-content{
    text-align:center;
	position:relative;
}
/*.gweb2 .header-logo{
    display:inline;
    width:124px;
    height:27px;
    margin:9px auto;
}
*/
.gweb2 .header-logo{
    display:inline;    
    height:75px;
    margin:-4px;
}

.gweb2 .header-logo-pulse {
    display:inline;
    width:170px;
    height:27px;
    margin:9px auto;
}

.gweb2 .page-header button {
    position: absolute;
    height: 45px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 21px;
    color: #4b1e78;
    z-index: 1041;
    top:-45px;
    -webkit-transition: background .4s;
    transition: background .4s;
}

.gweb2 .page-header .ui-header-nav,
.gweb2 .page-header .ui-header-myaccount,
.gweb2 .page-header .ui-header-cart{
	background: #7f65a5;
}
.gweb2 .page-header .ui-header-nav.collapsed,
.gweb2 .page-header .ui-header-myaccount.collapsed,
.gweb2 .page-header .ui-header-cart.collapsed{
	background: transparent;
}

.gweb2 .ui-header-nav.collapsed .fa-close:after,
.gweb2 .ui-header-myaccount.collapsed .fa-user:after,
.gweb2 .ui-header-cart.collapsed .fa-shopping-cart:after{
	background: #7f65a5;
}

.gweb2 .ui-header-nav.collapsed .fa-close:after,
.gweb2 .ui-header-myaccount.collapsed .fa-user:after,
.gweb2 .ui-header-cart.collapsed .fa-shopping-cart:after{
	display:none;
}
.gweb2 .ui-header-nav:hover .fa-bars,
.gweb2 .ui-header-nav[aria-expanded="true"] > i,
.gweb2 button.ui-header-cart[aria-expanded="true"]  i,
.gweb2 .ui-header-myaccount[aria-expanded="true"] > i {
	color: #fff !important;
}

.gweb2 .page-header button:hover{
	background: #7f65a5!important;	
	color: #fff;
}

.gweb2 .ui-header-nav{
	left:0px;
}

.gweb2 .ui-header-cart{
	right:0px;
	font-size: 24px!important;
}
.gweb2 .ui-header-myaccount{
	right:46px;
	font-size: 24px!important;
}



.gweb2 .page-footer{
    padding:0;
    margin:0;
    min-height:100px;
}
.gweb2 .footer-social{
    text-align:center;
}
.gweb2 .footer-social ul{
	list-style-type: none; 
	padding: 0;
	margin: 0; 
	display: flex;
	justify-content: center;
	align-items: center;
}
.gweb2 .footer-social ul li{
	margin-right: 5px;
}
.gweb2 .footer-social ul li:last-child{
	margin-right: 0;
}
.gweb2 .section-max-width{
    max-width:1200px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-1600{
    max-width:1600px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-1264{
    max-width:1264px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-1024{
    max-width:1024px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-992{
    max-width:992px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-900{
    max-width:900px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-768{
    max-width:768px;
    width:100%;
    margin:0 auto;
}
#page-header .gweb2 .section-768{
    max-width:768px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-700 {
    max-width: 700px;
    width: 100%;
	margin: 0 auto;
}
.gweb2 .section-632{
    max-width:632px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-480{
    max-width:480px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-420{
    max-width:420px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section-320{
    max-width:320px;
    width:100%;
    margin:0 auto;
}
.gweb2 .section {
	position: relative;
	overflow: hidden;
}
.gweb2 .no-pad{
	padding:0px!important;
}
.gweb2 .no-horz-pad{
	padding-left:0px!important;
	padding-right:0px!important;
}
.gweb2 .clear{
	clear:both;
}

.gweb2 h1,.gweb2 h2,.gweb2 h3,.gweb2 h4{
    color: #333;
	font-family: Oswald,'Lucida Grande',sans-serif;
}
.gweb2 h1,.gweb2 h2,.gweb2 h3,.gweb2 h4,.gweb2 h5,.gweb2 h6{
	line-height:1.25em;
}
.gweb2 h1.ui-vert-clps,.gweb2 h2.ui-vert-clps,.gweb2 h3.ui-vert-clps,.gweb2 h4.ui-vert-clps{
    margin-top:0px!important;
}
.gweb2 h3, .gweb2 h4{ 
    letter-spacing: .02em;
}
.gweb2 a{
	color:#8492b9;
	border: 0;

}
.gweb2 a:hover{
	color:#8492b9;
    text-decoration:underline;
}
.gweb2 a:focus {
	outline: rgba(72, 33, 122, .3);
	
}

.nu-link a{
      text-decoration: underline;
      color: blue;
      font-weight: 500;

    }


.gweb2 a.ui-a-btn{
    text-decoration:none!important;
}
gweb2 a.ui-a-btn:hover{
    text-decoration:none!important;
}

.gweb2 #content-menu nav ul {
	min-height: 40px;
	margin-bottom: 0;
}
.gweb2 #content-menu nav ul li {
	line-height: 3;
}

.gweb2 picture{
width:100%;
height:auto;

}
.gweb2 picture source,
.gweb2 picture img{
width:100%;
height:auto;

}

.gweb2 .ui-btn{
	width:auto;
	text-align:center;
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: background .4s;  
	transition: background .4s;
	box-sizing:border-box;
	font-size:1.6rem;
	font-weight: 400;
	/*max-width:400px;*/
	margin:0 auto;
	border-width:1px;
	border-style:solid;
	line-height:1.2em;
	padding:.8em .6em  ;
}
.gweb2 a.ui-btn{
	display:block;
}
.gweb2 a.ui-btn,
.gweb2 a.ui-btn a:hover {
	text-decoration:none!important;
}
.gweb2 .ui-btn.ui-form-btn{
	padding:.65em .6em  ;
	height:42px;
}
.gweb2 .ui-btn.ui-form-btn span.fa{
	font-size:2rem;
	float:right;
	line-height:2rem;
	margin-right: 1px;
    margin-left: -100%;
}
.gweb2 .ui-btn.ui-form-inline-btn{
	padding:.5em .5em  ;
	height:38px;
	float:left;
	margin:4px;
}
.gweb2 .ui-btn.ui-form-inline-btn span.fa{
	font-size:2rem;
	float:right;
	line-height:2rem;
	margin-right: 1px;
    margin-left: -100%;
}
.gweb2 .ui-btn.ui-dialog-btn{
	padding:.65em .6em  ;
}
.gweb2 .ui-btn.ui-dialog-btn span.fa{
	font-size:2rem;
	line-height:2rem;
	margin:0px 0 0 .25em;
	position:absolute;
}
.gweb2 .ui-btn.ui-iconlink-btn{
	padding:.65em .65em  ;
	line-height:1.2em;
	padding:.8em .6em  ;
}
.gweb2 .ui-btn.ui-iconlink-btn span.fa{
	margin:0px .35em 0 0em;
	vertical-align: text-bottom;
}
.gweb2 .ui-btn.ui-action-btn .ui-action-btn-label{
	padding:0 .6em;
}
.gweb2 .ui-btn.ui-action-btn span.fa{
	font-size:2rem;
	line-height:2rem;
	/*margin:0 .25em 0 .25em;*/
	position:relative;
	vertical-align:baseline;
}
.gweb2 .ui-btn.ui-radio-btn{
	padding:.5em  ;
}
.gweb2 .ui-btn.ui-radio-btn span.fa{
	font-size:2em;
	float:right;
	line-height:2em;
	margin-right: 1px;
    margin-left: -100%;
}

.gweb2 .form-row{
	clear:both;
	margin:0 0 10px 0;
	position:relative;
}
.gweb .form-row.nested-form-row{
	
}

.gweb2 label{
	font-size:1.6rem;
	line-height:1.2em;
	display:block;
	font-weight:normal;
	color:#333;
}

.gweb2 .error-msg {
	color:#d00;
	display:inline-block;
	margin-left:.5em;
}
.gweb2 .req {
	color:#d00;
	display:inline-block;
}
.gweb2 input.ui-input{
    -webkit-appearance: none;
	font-size:1.6rem;
	padding:.4em .6em .4em .6em;
	padding:0 .6em ;	
	border-radius:2px;
	border:1px solid #ddd;
	clear:both;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width: calc(100%);
	-webkit-transition: border .5s;  
	transition: border .5s;
	font-weight:400;
	color:#333;
	height:42px;
	line-height:40px;
}
.gweb2 input.searchui-input{
	font-size:1.2em;
	padding:.5em .5em;	
	border-radius:2px;
	border:1px solid #ddd;
	clear:both;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	width: auto;
	-webkit-transition: border .5s;  
	transition: border .5s;
	color:#333;
	height:42px;
}
.gweb2 input[type=text]::-ms-clear {
    display: none;
}
.gweb2 select.ui-select{
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size:1.2em;
	padding:.5em .5em;	
	background:transparent;
	border-radius:2px;
	border:1px solid #ddd;
	clear:both;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	width: calc(100%);
	-webkit-transition: border .5s;
	transition: border .5s;
	font-weight:200;
	position:relative;
	z-index:1;
	color:#333;
	height:42px;
	padding-right:34px;
}
.gweb2 div.ui-select{
	background-color:#fff;
}
.gweb2 div.ui-select:after{
	font-family: FontAwesome;
	content: "\f078";
	content: "\f13a";
	/*font-size:2rem;*/
	position:absolute;
	right:10px;
	/*top:50%;
	margin-top:-2px;*/
	font-size:20px;
	bottom:7px;
	line-height:28px;
}
.gweb2 textarea.ui-input{
	font-size:1.6rem;
	padding: .5em;	
	border-radius:2px;
	border:1px solid #ddd;
	line-height:1.2em;
	clear:both;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	width: calc(100%);
	max-width:100%;
	outline:0px;
	-webkit-transition: border .5s;  
	transition: border .5s;
	resize: vertical;
	font-weight:200;
	color:#333;
}

.gweb2 input.ui-input,
.gweb2 textarea.ui-input,
.gweb2 input.searchui-input{
	width: 100%;

}

.gweb2 .ui-input.ui-readonly{
	background:#f5f5f5;
	font-style:italic;
}

.gweb2 .ui-lrg-checkbox{
	height:2.7em;
	width:2.7em;
	border-radius:2px;
	border:1px solid #ddd;
	clear:both;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-size: 2em !important;
	-webkit-transition: border .5s;  
	transition: border .5s;
	padding:0;
	cursor:pointer;
	background-color:#fff;
}
.gweb2 .ui-lrg-checkbox.ui-check-sel{
	background:#f5f5ff url(https://www.yamaha.com/paragon/images/checkmark.png) no-repeat center;
	border:1px solid #44ff66;
	border:1px solid #62528A;
}
.gweb2 .ui-lrg-checkbox:not(.ui-check-sel):hover{
	
	border:1px solid #58c;
	border:1px solid #62528A;
}
.gweb2 .ui-tree-checkbox,
.gweb2 .ui-tree-radio{
	height:1.3em;
	width:1.3em;
	border-radius:2px;
	border:1px solid #ddd;
	clear:both;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	background-size:contain!important;
	-webkit-transition: border .5s;  
	transition: border .5s;
	padding:0;
	cursor:pointer;
	background-color:#fff;
	display:inline-block;
}
.gweb2 .ui-tree-radio{
	border-radius:50%;
}
.gweb2 .ui-tree-checkbox.ui-check-sel{
	background:#f5f5ff url(https://www.yamaha.com/paragon/images/checkmark.png) no-repeat center;
	border:1px solid #44ff66;
	border:1px solid #62528A;
}
.gweb2 .ui-tree-checkbox:not(.ui-check-sel):hover,
.gweb2 .ui-tree-radio:not(.ui-check-sel):hover{
	
	border:1px solid #58c;
	border:1px solid #62528A;
}
.gweb2 .ui-tree-radio.ui-check-sel{
	background:#f5f5ff url(https://www.yamaha.com/paragon/images/round.png) no-repeat center;
	border:1px solid #44ff66;
	border:1px solid #62528A;
}

.gweb2 .ui-input-rc .ui-reset,
.gweb2 .ui-input-rc .ui-clear,
.gweb2 .ui-input-lrc .ui-reset,
.gweb2 .ui-input-lrc .ui-clear,
.gweb2 .ui-input-lrc .ui-link,
.gweb2 .ui-input-lu .ui-look{
	float:right;
	height:32px;
	width:32px;
	border-radius:2px;
	border:1px solid #ddd;
	margin:2px 3px 1px 0px;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;	
	-webkit-transition: border .5s;  
	transition: border .5s;
	cursor:pointer;
}
.gweb2 .ui-icon-btn{
	height:36px;
	width:36px;
	border-radius:2px;
	border:1px solid #ddd;
	margin:2px 3px 2px 0px;
	-moz-box-sizing:border-box; 
	box-sizing:border-box;	
	-webkit-transition: border .5s;  
	transition: border .5s;
	display:inline-block;
}

.gweb2 ul.ma-submenu{
    padding:  0;
	margin: 0px auto;
	font-size: 1em;
	text-align: left;
	list-style: none;
    
}
.gweb2 ul.ma-submenu li{
    display:inline-block;
    width:25%;
    text-align:center;
    float:left;
    white-space:nowrap;
    cursor:pointer;
    -webkit-transition: background .4s;  
	transition: background .4s;
}
.gweb2 ul.ma-submenu li span{
	color:#eee;
    font-size:1.2em;
    line-height:1.1em;
}
.gweb2 ul.ma-submenu li span.menu-label{
	font-weight:400;
	padding-top:.25em;
}

.gweb2 ul.ma-submenu li:hover{
    background-color:#777;
}

.gweb2 .section-messages{
    position:relative;
	clear:both;
	-moz-box-sizing:border-box; 
    box-sizing:border-box;
	-webkit-transition:  height .5s;  
	transition: height .5s;
	/*min-height:4em;*/
	/*height:6em;*/
	overflow:hidden;	
}
.gweb2 .section-collapsed{
	height:0px!important;
	
}
.gweb2 .section-messages .message-data{
	font-size:1.2em;
}
.gweb2 .message-data.message-success{
	color:#0a0!important;
	border-left:6px solid #0a0;
}
.gweb2 .message-data.message-error{
	color:#a00!important;
	border-left:6px solid #a00;	
}
.gweb2 .message-data.message-processing{
	color:#fb0!important;
	border-left:6px solid #fb0;
}
.gweb2 .message-data.message-general{
	color:#48217a!important;
	border-left:6px solid #48217a;
}

.gweb2 .cart-sum{
	border-radius:50%;
	width:16px;
	height:16px;
	background: #d83701;
	color:#fff;
	font-size:11px !important;
	line-height:16px !important;
	text-align:center;
	float:right;
	z-index:1;
	position:absolute;
	top: 5px;
	right: 5px;
	cursor:pointer;
}
.gweb2 #header_cart_summary{
	position:absolute;
	top:100%;
	right:0;
	background:rgba(255,255,255,1);
	background:rgba(245,245,245,1);
	border:1px solid #ddd;
	/*border-top:6px solid #413368;*/
	width:100%;
	max-width:310px;
	-moz-box-shadow: 0px 2px 5px 		rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 	rgba(0,0,0,.1);
	box-shadow: 0px 2px 5px 			rgba(0,0,0,.1);
	box-sizing:border-box;
	z-index:99;
}
.gweb2 #header_cart_summary .cart-sum-header{
	
	display:none;
}
.gweb2 #header_cart_summary .cart-sum-content{
	font-size:1.1em;
	padding:1.5em 1.8em 1.2em 1.8em;
}
.gweb2 .cart-sum-item{
line-height:2em;	
}
.gweb2 .cart-sum-msg{
line-height:1.25em;	
font-size:.85em;
}
.gweb2 #header_cart_summary_view{

}
.gweb2 .cart-sum-cta{
	border-top:1px solid #ccc;
	padding:1em 0;
	margin-top:1em;
}

.gweb2 .ui-close{
	float:right;
	width:32px;
	height:32px;
	font-size:1.2em;
	line-height:32px;
	text-align:center;
	color:#333;
	display:inline-block;
	margin-top:-16px;
	margin-right:-16px;
	cursor:pointer;
}
/* MY ACCOUNT */
.gweb2 #ma_widget_holder{
	height:425px;
}



.gweb2 .ma-section-opt-title{
	color: #8492b9;
}
.gweb2  ul.ma-signedin-opt-list {
    margin: .2em 0 0 2em;
    list-style: none;
	padding:0;
}

.gweb2  ul.ma-signedin-opt-list li {
    margin: .4em 0 0em 0;
}
.gweb2.tmpl-ma.dialog header,
.gweb2.tmpl-ma.dialog footer{
	display:none;
}
.gweb2 #ma_opts_holder{
	min-height:460px;
}

@media (min-width: 0px) {
	.gweb2 .music-id-logo-page {
        height: 25px;
        margin-bottom: 20px;        
    }
	.gweb2 .hide-sm-block,
	.gweb2 .hide-sm-inline,
	.gweb2 .hide-sm-inline-block{
		display:none;
	}
	.gweb2 .hide-ms-block,
	.gweb2 .hide-ms-inline,
	.gweb2 .hide-ms-inline-block{
		display:none;
	}
	.gweb2 .show-ms-inline{
		display:inline;
	}
    .gweb2 .container-fluid {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
		position:relative;
	}
	.gweb2 .container-fluid.half-pad {
		padding-right: 8px;
		padding-left: 8px;
    }
    .gweb2 .container {
    	padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
    }
	.gweb2.ui-ocp .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
		position:relative;
    }
    .gweb2.ui-ocp .container {
    	padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
    }
	.gweb2 .container-fluid.padding-off,
	.gweb2 .container-fluid.pd-off {
		padding-right: 0;
		padding-left: 0;
    }
	
    .gweb2 .container.padding-off,
	.gweb2 .container.pd-off {
		padding-right: 0;
		padding-left: 0;
    }
	.gweb2 .page-header button {
		width: 35px;
	}
	.gweb2 .page-header button .fa-close:after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 7px;
		bottom: -20px;
		margin-top: -10px;
		border: 10px solid transparent;
		border-top-color: #7f65a5;
	}
	.gweb2 .ui-header-cart{
		right:0px;
		font-size: 21px!important;
	}
	.gweb2 .ui-header-myaccount{
		right:35px;
		font-size: 21px!important;
	}
	.gweb2 .page-header button .fa-user:after, 
	.gweb2 .page-header button .fa-shopping-cart:after{
		content: "";
		display: inline-block;
		position: absolute;
		left: 7px;
		bottom: -20px;
		margin-top: -10px;
		border: 10px solid transparent;
		border-top-color: #7f65a5;
	}
	.gweb2 #mactrl_frame{
		width:100%;
		height:100%;
		min-height:595px;
		border:0;
	}
	.gweb2 ul.ma-submenu li span.fa,
	.gweb2 ul.ma-submenu li span.fas{
       font-size:1.3em;
    }
	.gweb2 ul.ma-submenu li span.menu-label{
        margin-left:0em;
        display:none;
    }
    .gweb2 ul.ma-submenu li{
        padding:.8em 1.1em;
    }
	.gweb2 .padded-footer{
		padding:1em 0px;
		text-align:center;
	}
	.gweb2 ul.footer-links{
		margin:0px;
		float:none;
	}
	.gweb2 ul.footer-links li{
		margin-left:0px;
		padding:.5em .75em;
	}
	.gweb2 .footer-locale{
		float:none;
		margin:.5em auto;
		padding-top:.75em;
		text-align:center;
		clear:both;
	}
	.gweb2 .footer-locale img{
		height:1.1em;
		width:1.6em;
		display:inline;
		margin-top:-1px;
		margin-right:.5em;
	}
    .gweb2 .row{
        margin-left:-16px;
        margin-right:-16px;
    }

	.gweb2.ui-ocp .row{
        margin:0px;
    }

	.gweb2 .row-ocp{
        margin:0px;
    }
	.gweb2 .row-ocp:before{
	   	display: table;
  		content: " ";
    }
	.gweb2 .row-ocp:after{
       	clear:both;
	   	display: table;
  		content: " ";
    }
    .gweb2 .row-sym{
        margin-left:-16px;
        margin-right:-16px;
		padding-left:8px;
		padding-right:8px;
    }
	.gweb2 .row-sym:before{
		display: table;
  		content: " ";
	}
	.gweb2 .row-sym:after{
		display: table;
  		content: " ";
		clear:both;
	}

	.gweb2 .row-sym .col-lg-1, .gweb2 .row-sym .col-lg-10, .gweb2 .row-sym .col-lg-11, .gweb2 .row-sym .col-lg-12, 
	.gweb2 .row-sym .col-lg-2, .gweb2 .row-sym .col-lg-3, .gweb2 .row-sym .col-lg-4, .gweb2 .row-sym .col-lg-5, 
	.gweb2 .row-sym .col-lg-6, .gweb2 .row-sym .col-lg-7, .gweb2 .row-sym .col-lg-8, .gweb2 .row-sym .col-lg-9, 
	.gweb2 .row-sym .col-md-1, .gweb2 .row-sym .col-md-10, .gweb2 .row-sym .col-md-11, .gweb2 .row-sym .col-md-12, 
	.gweb2 .row-sym .col-md-2, .gweb2 .row-sym .col-md-3, .gweb2 .row-sym .col-md-4, .gweb2 .row-sym .col-md-5, 
	.gweb2 .row-sym .col-md-6, .gweb2 .row-sym .col-md-7, .gweb2 .row-sym .col-md-8, .gweb2 .row-sym .col-md-9, 
	.gweb2 .row-sym .col-sm-1, .gweb2 .row-sym .col-sm-10, .gweb2 .row-sym .col-sm-11, .gweb2 .row-sym .col-sm-12, 
	.gweb2 .row-sym .col-sm-2, .gweb2 .row-sym .col-sm-3, .gweb2 .row-sym .col-sm-4, .gweb2 .row-sym .col-sm-5, 
	.gweb2 .row-sym .col-sm-6, .gweb2 .row-sym .col-sm-7, .gweb2 .row-sym .col-sm-8, .gweb2 .row-sym .col-sm-9, 
	.gweb2 .row-sym .col-xs-1, .gweb2 .row-sym .col-xs-10, .gweb2 .row-sym .col-xs-11, .gweb2 .row-sym .col-xs-12, 
	.gweb2 .row-sym .col-xs-2, .gweb2 .row-sym .col-xs-3, .gweb2 .row-sym .col-xs-4, .gweb2 .row-sym .col-xs-5, 
	.gweb2 .row-sym .col-xs-6, .gweb2 .row-sym .col-xs-7, .gweb2 .row-sym .col-xs-8, .gweb2 .row-sym .col-xs-9,
	.gweb2 .row-sym .col-ms-1, .gweb2 .row-sym .col-ms-10, .gweb2 .row-sym .col-ms-11, .gweb2 .row-sym .col-ms-12, 
	.gweb2 .row-sym .col-ms-2, .gweb2 .row-sym .col-ms-3, .gweb2 .row-sym .col-ms-4, .gweb2 .row-sym .col-ms-5, 
	.gweb2 .row-sym .col-ms-6, .gweb2 .row-sym .col-ms-7, .gweb2 .row-sym .col-ms-8, .gweb2 .row-sym .col-ms-9,
	.gweb2 .row-sym .col-ss-1, .gweb2 .row-sym .col-ss-10, .gweb2 .row-sym .col-ss-11, .gweb2 .row-sym .col-ss-12, 
	.gweb2 .row-sym .col-ss-2, .gweb2 .row-sym .col-ss-3, .gweb2 .row-sym .col-ss-4, .gweb2 .row-sym .col-ss-5, 
	.gweb2 .row-sym .col-ss-6, .gweb2 .row-sym .col-ss-7, .gweb2 .row-sym .col-ss-8, .gweb2 .row-sym .col-ss-9,
	.gweb2 .row-sym .col-mds-1, .gweb2 .row-sym .col-mds-10, .gweb2 .row-sym .col-mds-11, .gweb2 .row-sym .col-mds-12,
	.gweb2 .row-sym .col-mds-2, .gweb2 .row-sym .col-mds-3, .gweb2 .row-sym .col-mds-4, .gweb2 .row-sym .col-mds-5, 
	.gweb2 .row-sym .col-mds-6, .gweb2 .row-sym .col-mds-7, .gweb2 .row-sym .col-mds-8, .gweb2 .row-sym .col-mds-9 {
        position: relative;
        min-height: 1px;
        padding-right: 8px;
        padding-left: 8px;
    }
	.gweb2 .row.full-width{
        margin: 0;
		padding: 0;
    }
    .gweb2 .row-sym.full-width {
        margin: 0;
		padding: 0;
    }

    .gweb2 .social-opt{
        margin:0 2px;
    }

	.gweb2 .vert-ctr-ele{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .gweb2 .padded-all{
        padding:16px;
	}
	.gweb2 .padded-all-small{
        padding:16px;
    }
    .gweb2 .padded-vert{
        padding-top:16px;
        padding-bottom:16px;
    }
	.gweb2 .padded-vert-only{
        padding-top:16px;
        padding-bottom:16px;
		padding-left:0px!important;
        padding-right:0px!important;
    }
	
    .gweb2 .padded-horz{
        padding-left:16px;
        padding-right:16px;
    }
    .gweb2 .padded-top{
        padding-top:16px;
    }
	.gweb2 .padded-top-small{
        padding-top:8px;
    }
    .gweb2 .padded-btm{
        padding-bottom:16px;
    }
	.gweb2 .padded-vert-small{
        padding-top:8px;
        padding-bottom:8px;
    }
	 .gweb2 .padded-btm-small{
        padding-bottom:8px;
    }
	.gweb2 .padded-vert-small-only{
        padding-top:16px;
        padding-bottom:16px;
		padding-left:0px!important;
        padding-right:0px!important;
    }
	.gweb2 .padded-vert-small.clps-ms-top,
	.gweb2 .padded-vert.clps-ms-top{
        padding-top:0px;
    }
	.gweb2 span.readmore {
		display: none;
	}
	.gweb2 .video-wrap {
		overflow: hidden;
		padding-top: 5em;
		padding-bottom: 5em;
	}
	.gweb2 .video-iframe {
		width: 100%;
		height: 100%;
	}
	
	.gweb2 .video-poster {
		
	}
	.gweb2 .video-poster img {
		
	}
	.gweb2 .video-poster img.vid-poster-bg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 100%;
		width: 100%;
	}
	.gweb2 .video-wrap .shade {
		text-shadow: 1px 2px rgba(82,82,85, .5);
		text-transform: initial;
	}
	.gweb2 .video-wrap .video-play {
		z-index: 10;
		border: 0;
		font-size: 4em;
		cursor: pointer;
		display: block;
	}
	.gweb2 nav .mobile-subnav {
		display: none;
	}
	.gweb2 .mobile-subnav {
		width: auto;
		position: relative;
		min-height: 1px;
		
	}
	.gweb2 .mobile-subnav .mobile-nav-wrap {
		margin-bottom: 0;
	}

/*****BOOTSTRAP ACCORDION*****/

	.gweb2 .accordion-section {

	}
	.gweb2 .accordion-section a:hover,
	.gweb2 .accordion-section a:focus {
		text-decoration: none;
		outline: none;
	}
	.gweb2 #accordion .panel {
		border: none;
		box-shadow: none;
		border-radius: 0;
		margin-bottom: 15px;
	}
	.gweb2 #accordion .panel-heading {
		padding: .75em;
	}
	.gweb2 #accordion .panel-title a:before {
		content: "\f106";
		font-family: 'FontAwesome';
		font-size: 1.5em;
		position: absolute;
		transition: all 0.3s ease 0s;
		top: 30%;
		left: 10px;
	}
	.gweb2 #accordion .panel-title a {
		font-weight: 600;
		border: none;
		border-bottom: none;
		padding: 15px 20px 15px 47px;
		position: relative;
		transition: all 0.5s ease 0s;
	}
	.gweb2 #accordion .panel-title a.collapsed {
		border-bottom-color: #ddd;
		color: #888;
	}
	.gweb2 #accordion .panel-title a.collapsed:before {
		content: '\f107';
	}
	.gweb2 #accordion .panel-body {
		line-height: 2;
		background: #fff;
		border: none;
		padding: 1.25em 2em;
	}

/*****BOOTSTRAP MODAL*****/
	.gweb2 .modal {
		padding-right: 0 !important;
	}
	.gweb2 .modal-dialog {
		margin: 70px auto;
	}
	.gweb2 .modal .modal-content {
		border-radius: 2px;
	}
	.gweb2 .modal button.close{
		font-weight: 800;
		opacity: 0.9;
		text-shadow: none;
		top: 0;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		z-index: 111;
	}
	.gweb2 .modal-body {
		text-align: center;
	}
	.gweb2 .video-modal {
		width: 320px;
		height: 180px;
	}
	.gweb2 .modal-gallery {
		
	}
	.gweb2 .modal-gallery-thumb {

	}
	.gweb2 .col-ms-3-6 {
    	width: 50%;
		float: left;
  	}

	.gweb2 #ya_signedin_div .ui-text-btn, 
	.gweb2 .section-600 .ui-text-btn, 
	.gweb2 .section-632 .ui-text-btn, 
	.gweb2 .section-800 .ui-text-btn {
		font-size: 1.1em;
		line-height:24px;
		padding-top:.5em;
	}
	.gweb2 #ya_signedin_div .ui-text-btn span,
	.gweb2 .section-600 .ui-text-btn span,
	.gweb2 .section-632 .ui-text-btn span,
	.gweb2 .section-800 .ui-text-btn span {
		font-size: 1.2em;
		vertical-align:middle;
		line-height:24px;
		padding-right:.15em;
		color:#333;
	}

}

@media (min-width: 280px) {
.gweb2 .social-opt img{
        height:20px!important;
        margin:0 6px;
    }	
}

@media (min-width: 400px) {
.gweb2 #ya_signedin_div .ui-text-btn, 
.gweb2 .section-600 .ui-text-btn, 
.gweb2 .section-632 .ui-text-btn, 
.gweb2 .section-800 .ui-text-btn {
    font-size: 1.2em;
	line-height:32px;
}
.gweb2 #ya_signedin_div .ui-text-btn span,
.gweb2 .section-600 .ui-text-btn span,
.gweb2 .section-632 .ui-text-btn span,
.gweb2 .section-800 .ui-text-btn span {
    font-size: 1.4em;
	vertical-align:middle;
	line-height:32px;
	padding-right:.25em;
	color:#333;
}

    .gweb2 .social-opt img{
        height:26px!important;
        margin:0 6px;
    }

}
@media (min-width: 480px) {

	.gweb2 .col-ss-1, .gweb2 .col-ss-10, .gweb2 .col-ss-11, .gweb2 .col-ss-12, .gweb2 .col-ss-2, .gweb2 .col-ss-3, .gweb2 .col-ss-4, .gweb2 .col-ss-5, .gweb2 .col-ss-6, .gweb2 .col-ss-7, .gweb2 .col-ss-8, .gweb2 .col-ss-9 
	{
	float: left;
	}
	.gweb2 .col-ss-12 {
		width: 100%;
	  }
	  .gweb2 .col-ss-11 {
		width: 91.66666667%;
	  }
	  .gweb2 .col-ss-10 {
		width: 83.33333333%;
	  }
	  .gweb2 .col-ss-9 {
		width: 75%;
	  }
	  .gweb2 .col-ss-8 {
		width: 66.66666667%;
	  }
	  .gweb2 .col-ss-7 {
		width: 58.33333333%;
	  }
	  .gweb2 .col-ss-6 {
		width: 50%;
	  }
	  .gweb2 .col-ss-5 {
		width: 41.66666667%;
	  }
	  .gweb2 .col-ss-4 {
		width: 33.33333333%;
	  }
	  .gweb2 .col-ss-3 {
		width: 25%;
	  }
	  .gweb2 .col-ss-2 {
		width: 16.66666667%;
	  }
	  .gweb2 .col-ss-1 {
		width: 8.33333333%;
	  }
	  .visible-inline-ss{
		display:inline!important;
	  }
	  .hidden-ss{
		display:none!important;
	  }

}

@media (min-width: 600px) {
.gweb2 .col-ms-1, .gweb2 .col-ms-10, .gweb2 .col-ms-11, .gweb2 .col-ms-12, .gweb2 .col-ms-2, .gweb2 .col-ms-3,
.gweb2 .col-ms-4, .gweb2 .col-ms-5, .gweb2 .col-ms-6, .gweb2 .col-ms-7, .gweb2 .col-ms-8, .gweb2 .col-ms-9 
{
float: left;
}
  .gweb2 .col-ms-12 {
    width: 100%;
  }
  .gweb2 .col-ms-11 {
    width: 91.66666667%;
  }
  .gweb2 .col-ms-10 {
    width: 83.33333333%;
  }
  .gweb2 .col-ms-9 {
    width: 75%;
  }
  .gweb2 .col-ms-8 {
    width: 66.66666667%;
  }
  .gweb2 .col-ms-7 {
    width: 58.33333333%;
  }
  .gweb2 .col-ms-6 {
    width: 50%;
  }
  .gweb2 .col-ms-5 {
    width: 41.66666667%;
  }
  .gweb2 .col-ms-4 {
    width: 33.33333333%;
  }
  .gweb2 .col-ms-3 {
    width: 25%;
  }
  .gweb2 .col-ms-3-6 {
    	width: 25%;
  	}
  .gweb2 .col-ms-2 {
    width: 16.66666667%;
  }
  .gweb2 .col-ms-1 {
    width: 8.33333333%;
  }
  .gweb2 ul.ma-submenu li span.fa,
  .gweb2 ul.ma-submenu li span.fas{
       font-size:1.3em;
    }
  .gweb2 ul.ma-submenu li span.menu-label{
        margin-left:0em;
        display:block;
    }
	.gweb2 .hide-ms-inline{
		display:inline;
	}
	.gweb2 .hide-ms-inline-block{
		display:inline-block;
	}
	.gweb2 .hide-ms-block{
		display:block;
	}
	
	.gweb2 .padded-vert-small.clps-ms-top{
		padding-top:8px;
	}
	.gweb2 .padded-vert.clps-ms-top{
        padding-top:16px;
    }
	.gweb2 .show-ms-inline{
		display:none;
	}
	.gweb2 h3.ma-section-opt-title.ui-vert-clps{
		margin-top:1em!important;
	}
	.gweb2.tmpl-ma.dialog h1.ui-vert-clps{
		margin-top:.4em!important;
	}
	.gweb2 #ya_signedin_div .ui-text-btn, 
	.gweb2 .section-600 .ui-text-btn, 
	.gweb2 .section-632 .ui-text-btn, 
	.gweb2 .section-800 .ui-text-btn {

		padding-top:1em;
	}
	
}
@media (min-width: 647px) {
	.gweb2 #mactrl_frame{
		/*min-height:517px;*/

	}
}
@media (min-width: 864px) {
	.gweb2 .row-sym .col-mds-1, .gweb2 .row-sym .col-mds-10, .gweb2 .row-sym .col-mds-11, .gweb2 .row-sym .col-mds-12, 
	.gweb2 .row-sym .col-mds-2, .gweb2 .row-sym .col-mds-3, .gweb2 .row-sym .col-mds-4, .gweb2 .row-sym .col-mds-5, 
	.gweb2 .row-sym .col-mds-6, .gweb2 .row-sym .col-mds-7, .gweb2 .row-sym .col-mds-8, .gweb2 .row-sym .col-mds-9{

	}
}

@media (min-width: 768px) {
	.gweb2 .hide-sm-inline{
		display:inline;
	}
	.gweb2 .hide-sm-inline-block{
		display:inline-block;
	}
	.gweb2 .hide-sm-block{
		display:block;
	}
    .gweb2 .container-fluid {
        padding-right: 32px;
        padding-left: 32px;
        margin-right: auto;
        margin-left: auto;
        position:relative;
	}
	.gweb2 .container-fluid.half-pad {
		padding-right: 16px;
		padding-left: 16px;
    }
    .gweb2 .container {
        padding-right: 32px;
        padding-left: 32px;
        margin-right: auto;
        margin-left: auto;
    }
	.gweb2.ui-ocp .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        position:relative;
    }
    .gweb2.ui-ocp .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
	.gweb2 .page-header button {
		width: 45px;
	}
	.gweb2 .ui-header-myaccount{
		right: 46px;
	}
	.gweb2 .page-header button .fa-user:after,
	.gweb2 .page-header button .fa-shopping-cart:after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 7px;
		bottom: -30px;
		    bottom: -26px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-top-color: #7f65a5;
	}
	.gweb2 .page-header button .fa-close:after {
		content: "";
		display: inline-block;
		position: absolute;
		left: 7px;
		bottom: -30px;
		    bottom: -26px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-top-color: #7f65a5;
	}

	.gweb2 .padded-footer{
		padding:1em 0px;
		text-align:left;
	}
	.gweb2 ul.footer-links{
		margin:0px;
		float:left;
	}
	.gweb2 ul.footer-links li{
		margin-left:-5px;
		padding:0em 1em 0em 5px;
	}
	.gweb2 .footer-locale{
		float:right;
		margin:0;
		padding-top:0;
		text-align:left;
		clear:none;
	}
    .gweb2 .row{
        margin-left:-32px;
        margin-right:-32px;
    }
	.gweb2 .row-sym{
        margin-left:-32px;
        margin-right:-32px;
		padding-left:16px;
		padding-right:16px;
    }
    
	.gweb2 .row-sym .col-lg-1, .gweb2 .row-sym .col-lg-10, .gweb2 .row-sym .col-lg-11, .gweb2 .row-sym .col-lg-12, 
	.gweb2 .row-sym .col-lg-2, .gweb2 .row-sym .col-lg-3, .gweb2 .row-sym .col-lg-4, .gweb2 .row-sym .col-lg-5, 
	.gweb2 .row-sym .col-lg-6, .gweb2 .row-sym .col-lg-7, .gweb2 .row-sym .col-lg-8, .gweb2 .row-sym .col-lg-9, 
	.gweb2 .row-sym .col-md-1, .gweb2 .row-sym .col-md-10, .gweb2 .row-sym .col-md-11, .gweb2 .row-sym .col-md-12, 
	.gweb2 .row-sym .col-md-2, .gweb2 .row-sym .col-md-3, .gweb2 .row-sym .col-md-4, .gweb2 .row-sym .col-md-5, 
	.gweb2 .row-sym .col-md-6, .gweb2 .row-sym .col-md-7, .gweb2 .row-sym .col-md-8, .gweb2 .row-sym .col-md-9, 
	.gweb2 .row-sym .col-sm-1, .gweb2 .row-sym .col-sm-10, .gweb2 .row-sym .col-sm-11, .gweb2 .row-sym .col-sm-12, 
	.gweb2 .row-sym .col-sm-2, .gweb2 .row-sym .col-sm-3, .gweb2 .row-sym .col-sm-4, .gweb2 .row-sym .col-sm-5, 
	.gweb2 .row-sym .col-sm-6, .gweb2 .row-sym .col-sm-7, .gweb2 .row-sym .col-sm-8, .gweb2 .row-sym .col-sm-9, 
	.gweb2 .row-sym .col-xs-1, .gweb2 .row-sym .col-xs-10, .gweb2 .row-sym .col-xs-11, .gweb2 .row-sym .col-xs-12, 
	.gweb2 .row-sym .col-xs-2, .gweb2 .row-sym .col-xs-3, .gweb2 .row-sym .col-xs-4, .gweb2 .row-sym .col-xs-5, 
	.gweb2 .row-sym .col-xs-6, .gweb2 .row-sym .col-xs-7, .gweb2 .row-sym .col-xs-8, .gweb2 .row-sym .col-xs-9,
	.gweb2 .row-sym .col-ms-1, .gweb2 .row-sym .col-ms-10, .gweb2 .row-sym .col-ms-11, .gweb2 .row-sym .col-ms-12, 
	.gweb2 .row-sym .col-ms-2, .gweb2 .row-sym .col-ms-3, .gweb2 .row-sym .col-ms-4, .gweb2 .row-sym .col-ms-5, 
	.gweb2 .row-sym .col-ms-6, .gweb2 .row-sym .col-ms-7, .gweb2 .row-sym .col-ms-8, .gweb2 .row-sym .col-ms-9,
	.gweb2 .row-sym .col-ss-1, .gweb2 .row-sym .col-ss-10, .gweb2 .row-sym .col-ss-11, .gweb2 .row-sym .col-ss-12, 
	.gweb2 .row-sym .col-ss-2, .gweb2 .row-sym .col-ss-3, .gweb2 .row-sym .col-ss-4, .gweb2 .row-sym .col-ss-5, 
	.gweb2 .row-sym .col-ss-6, .gweb2 .row-sym .col-ss-7, .gweb2 .row-sym .col-ss-8, .gweb2 .row-sym .col-ss-9 {
        position: relative;
        min-height: 1px;
        padding-right: 16px;
        padding-left: 16px;
    }
	.gweb2 .col-sm-12 {
    width: 100%;
  }
  .gweb2 .col-sm-11 {
    width: 91.66666667%;
  }
  .gweb2 .col-sm-10 {
    width: 83.33333333%;
  }
  .gweb2 .col-sm-9 {
    width: 75%;
  }
  .gweb2 .col-sm-8 {
    width: 66.66666667%;
  }
  .gweb2 .col-sm-7 {
    width: 58.33333333%;
  }
  .gweb2 .col-sm-6 {
    width: 50%;
  }
  .gweb2 .col-sm-5 {
    width: 41.66666667%;
  }
  .gweb2 .col-sm-4 {
    width: 33.33333333%;
  }
  .gweb2 .col-sm-3 {
    width: 25%;
  }
  .gweb2 .col-sm-2 {
    width: 16.66666667%;
  }
  .gweb2 .col-sm-1 {
    width: 8.33333333%;
  }
    .gweb2 .container {
        width: 750px;
    }
    .gweb2 .social-opt{
        margin:20px 10px;
    }
    .gweb2 .social-opt img{
        height:30px!important;
        margin:0;
    }
    .gweb2 .layer-container-resp{
        position:absolute;
        width:100%;
        height:100%;
        z-index:10;
        top:0;
        left:0;
		margin:0!important;
    }
    .gweb2 .vert-ctr-ele{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
	 .gweb2 .padded-all{
        padding:32px;
	}
	.gweb2 .padded-all-small{
        padding:16px;
    }
    .gweb2 .padded-vert{
        padding-top:32px;
        padding-bottom:32px;
    }
	.gweb2 .padded-vert-only{
        padding-top:32px;
        padding-bottom:32px;
		padding-left:0px!important;
        padding-right:0px!important;
    }
    .gweb2 .padded-horz{
        padding-left:32px;
        padding-right:32px;
    }
    .gweb2 .padded-top{
        padding-top:32px;
    }
	.gweb2 .padded-top-small{
        padding-top:16px;
    }
	.gweb2 .padded-vert-small.clps-ms-top,
	.gweb2 .padded-vert-small.clps-sm-top{
        padding-top:16px;
    }
	.gweb2 .padded-vert.clps-ms-top,
	.gweb2 .padded-vert.clps-sm-top{
        padding-top:32px;
    
    }
     .gweb2 .padded-btm{
        padding-bottom:32px;
    }
	 .gweb2 .padded-btm-small{
        padding-bottom:16px;
    }
	.gweb2 .padded-vert-small{
        padding-top:16px;
        padding-bottom:16px;
    }
	.gweb2 .padded-vert-small-only{
        padding-top:16px;
        padding-bottom:16px;
		padding-left:0px!important;
        padding-right:0px!important;
    }

/*****BOOTSTRAP MODAL*****/
	.gweb2 .modal[name="mainModal"] .modal-dialog.yt-video {
		min-width: 650px;
	}
	.gweb2 .modal-dialog.yt-video .modal-content .modal-body {
		padding: 5px;
	}
	.gweb2 .video-modal {
		width: 650px;
		height: 370px;
	}
}

@media (min-width: 992px) {

.gweb2 .col-md-1, .gweb2 .col-md-2, .gweb2 .col-md-3, .gweb2 .col-md-4, .gweb2 .col-md-5, .gweb2 .col-md-6, .gweb2 .col-md-7, .gweb2 .col-md-8, .gweb2 .col-md-9, .gweb2 .col-md-10, .gweb2 .col-md-11, .gweb2 .col-md-12 {
    float: left;
  }
  .gweb2 .col-md-12 {
    width: 100%;
  }
  .gweb2 .col-md-11 {
    width: 91.66666667%;
  }
  .gweb2 .col-md-10 {
    width: 83.33333333%;
  }
  .gweb2 .col-md-9 {
    width: 75%;
  }
  .gweb2 .col-md-8 {
    width: 66.66666667%;
  }
  .gweb2 .col-md-7 {
    width: 58.33333333%;
  }
  .gweb2 .col-md-6 {
    width: 50%;
  }
  .gweb2 .col-md-5 {
    width: 41.66666667%;
  }
  .gweb2 .col-md-4 {
    width: 33.33333333%;
  }
  .gweb2 .col-md-3 {
    width: 25%;
  }
  .gweb2 .col-md-2 {
    width: 16.66666667%;
  }
  .gweb2 .col-md-1 {
    width: 8.33333333%;
  }
  
}

@media (min-width: 1200px) {
  .gweb2 .col-lg-12 {
    width: 100%;
  }
  .gweb2 .col-lg-11 {
    width: 91.66666667%;
  }
  .gweb2 .col-lg-10 {
    width: 83.33333333%;
  }
  .gweb2 .col-lg-9 {
    width: 75%;
  }
  .gweb2 .col-lg-8 {
    width: 66.66666667%;
  }
  .gweb2 .col-lg-7 {
    width: 58.33333333%;
  }
  .gweb2 .col-lg-6 {
    width: 50%;
  }
  .gweb2 .col-lg-5 {
    width: 41.66666667%;
  }
  .gweb2 .col-lg-4 {
    width: 33.33333333%;
  }
  .gweb2 .col-lg-3 {
    width: 25%;
  }
  .gweb2 .col-lg-2 {
    width: 16.66666667%;
  }
  .gweb2 .col-lg-1 {
    width: 8.33333333%;
  }
}




.pf-widget-modal .pf-widget-content {
  background-color: #4b1e78!Important;
  color: #fff;
  border-radius: 0px;
  box-shadow: none;
}

/* message paragraph */
.pf-widget-modal .pf-widget-content .pf-widget-message {
  font-size: 15px;
  line-height: 1.7;
    color: #ffffff;
}

/* headline */
.pf-widget-modal .pf-widget-content .pf-widget-headline {
  color: #ffffff;
  font-size: 28px;
}

/* "x" button */
.pf-widget-modal .pf-widget-content .pf-widget-close {
  color: #ffffff;
}

/* buttons */
.pf-widget-modal .pf-widget-content .pf-widget-btn {
  border-radius: 0px;
  padding: 1px 25px;
}

/* confirm button */
.pf-widget-modal .pf-widget-content .pf-widget-btn.pf-widget-ok {
  background-color: #1b91a7;
  color:#ffffff!Important;
  box-shadow: none;
}

/* cancel button */
.pf-widget-modal .pf-widget-content .pf-widget-btn.pf-widget-cancel {
  background: transparent;
  color: #ffffff!Important;
  border: 1px solid #ffffff;
}

/* img */
.pf-widget-modal .pf-widget-content .pf-widget-img {
  border-radius: 0px;
}

.pf-widget-modal .pf-widget-content .pf-widget-footer {
  font-size: 9px;
}

/*Locally Button Styles*/
.ecomm-fas > .ui-btn {
	padding: 0px !important;
	padding-bottom: 46px !important;
	border: none !important;
}

.lcly-location-switcher-outer {
	display: none !important;
}

.ui-btn > a.lcly-primary-trigger span {
    color: #fff !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    border-radius: 2px !important;
	transition: background .4s !important;
    box-sizing: border-box !important;
	line-height: 1.2em !important;
    padding: .8em .6em !important;
    height: auto !important;
}

.ui-btn > a.lcly-primary-trigger span:hover {
	color: #fff!important;
    text-decoration: none !important;
}

.ui-btn > a.lcly-primary-trigger:hover {
	text-decoration: none !important;
}

.ui-locally-solid > a.lcly-primary-trigger span {
	background-color: #585858 !important;
    border: 1px solid #585858 !important;
}

.ui-locally-solid > a.lcly-primary-trigger span:hover {
	background-color: #444 !important;
	border: 1px solid #444 !important;
}

.ui-theme-atc-locally > a.lcly-primary-trigger span {
	background-color: #ff9500 !important;
    border: 1px solid #ff9500 !important;
}

.ui-theme-atc-locally > a.lcly-primary-trigger span:hover {
	background-color: #fbb202 !important;
	border: 1px solid #fbb202 !important;
}
