.csarticle h3,h4 {
color:rgb(153,51,153);
}
.vclist li {
list-style-type:none;
background:url("../images/bullet.png") no-repeat left center;
background-size: 12px 13px;
padding-left:25px;
margin-bottom:10px;

}
.vclist {
padding-left:0px;
margin-left:0px;
}
.webdesignoffer tbody>tr>th {
background-color:rgb(232,238,248);
}
.webdesignoffer {
border-collapse:initial;
}
.webdesignoffer thead>tr>th {
border-bottom:0px;
}
/***********PRICING***********/
.at-pricing-table {
    background-color: #fff;
    border: 1px solid #a4a0a0;
    border-radius: 7px;
}
.at-pricing-table .at-pricing-header .pt-price {
    color: #4c4c4c;
    font-family: "Oswald";
    font-size: 30px;
    font-weight: 400;
    line-height: 70px;
    padding: 10px 40px;
    text-align: center;
    background-color:rgb(201, 218, 248);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.at-pricing-table .at-pricing-header .pt-price small {
    color: #9a9a9a;
    font-size: 13px;
    font-weight: 300;
}
.at-pricing-table .at-pricing-header .pt-name {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    color: #4c4c4c;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    padding: 10px 40px;
    text-align: center;
}
.at-pricing-table .at-pricing-body ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.at-pricing-table .at-pricing-body ul li {
    margin: 0;
    padding: 8px 25px;
}
.at-pricing-table .at-pricing-body ul li:nth-child(2n) {
    background-color: #fafafa;
}
.at-pricing-table .at-pricing-body ul li .fa-times {
    color: #ff6666;
}
.at-pricing-table .at-pricing-body ul li .fa-check {
    color: #4ecdc4;
}
.at-pricing-table .at-pricing-footer {
    border-top: 1px solid #f2f2f2;
    padding: 15px 40px;
    text-align: center;
}
.at-pricing-table.featured .at-pricing-header {
    overflow: hidden;
    position: relative;
}
.at-pricing-table.featured .at-pricing-header .pt-price {
    color: #4ecdc4;
}
.at-pricing-table.featured .at-pricing-header .pt-price small {
    color: #4ecdc4;
}
.at-pricing-table.featured .at-pricing-header .pt-name {
    color: #4ecdc4;
}
.at-pricing-table.featured .at-pricing-header .featured-text {
    background-color: #4ecdc4;
    color: #fff;
    font-family: "Oswald";
    font-size: 13px;
    font-weight: 300;
    left: -28px;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 22px;
    transform: rotate(-45deg);
    width: 126px;
}
.at-pricing-table .btn {
    padding: 8px 30px;
    font-size: 16px;
}
.at-pricing-table:hover {
    cursor: pointer;
}
.at-pricing-table a {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.at-pricing-table:hover a {
    color: #fff!important;
}
/****vision consulting form****/
.vcform {
color:#666666;
font:12px/18px Arial, Helvetica, sans-serif;
}

/***alerts, warnings***/
.alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-notice {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-message {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
/****webshop********/
.vccart {
background:url("../images/cart25.png") no-repeat center center;
min-width:30px;
padding-left:5px;
}
.at-pricing-footer .product-qty {
display:none;
}

#j2store-cart-form .product-qty {
display:none;
}

.j2store-cart-table .remove-icon {
background:url("../images/close.png") no-repeat left center;
background-size:17px 17px;
color:transparent;
padding-right:7px;
}
.j2store-cart-table .remove-icon:hover {
color:transparent;
}

.j2store-cart-table .cart-product-name {

}

.j2store-cart-buttons {
display:none;
}

#j2store-checkout-content label {
color:#666666;
font:12px/18px Arial, Helvetica, sans-serif;
margin-bottom:5px;
font-weight:700;
}

 input[type="text"],select,input[type="password"] {
	display:block;
	width:100%;
	height:34px;
	padding:3px 3px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

input[type="text"]:focus,select:focus,input[type="password"]:focus {
border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

#j2store-checkout-content h1 {
color:rgb(153,51,153);
font-size:28px;
line-height:28px;
}
#j2store-checkout-content h3 {
color:rgb(153,51,153);
font-size:20px;
line-height:20px;
}

#j2store-checkout-content h2 {
color:rgb(153,51,153);
font-size:23px;
line-height:23px;
}

/*****menu built using bootstrap 2.3 hence bringing back some missing classes from bs 2.3 to maintain compatibility**/
.visible-desktop {
	display: inherit!important
}
.hidden-desktop {
	display: none!important
}

@media(max-width:480px) {
.nav-collapse {
	-webkit-transform: translate3d(0,0,0)
}
}


@media(min-width:768px) and (max-width:979px) {
.visible-desktop {
	display: none!important
}
.hidden-desktop {
	display: inherit!important
}
}

@media(max-width:767px) {
.visible-desktop {
	display: none!important
}
.hidden-desktop {
	display: inherit!important
}
}

@media(min-width:1200px) {

}

@media(max-width:979px) { 
.nav-collapse {
	clear: both
}
.nav-collapse .nav {
	float: none;
	margin: 0 0 10px
}
.nav-collapse .nav>li {
	float: none
}
.nav-collapse .nav>li>a {
	margin-bottom: 2px
}
.nav-collapse .nav>.divider-vertical {
	display: none
}
.nav-collapse .nav .nav-header {
	color: #777;
	text-shadow: none
}
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	font-weight: bold;
	color: #777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.nav-collapse .btn {
	padding: 4px 10px 4px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.nav-collapse .dropdown-menu li+li a {
	margin-bottom: 2px
}
.nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
	background-color: #f2f2f2
}
.navbar-inverse .nav-collapse .nav>li>a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #999
}
.navbar-inverse .nav-collapse .nav>li>a:hover, .navbar-inverse .nav-collapse .nav>li>a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
	background-color: #111
}
.nav-collapse.in .btn-group {
	padding: 0;
	margin-top: 5px
}
.nav-collapse .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: none;
	float: none;
	max-width: none;
	padding: 0;
	margin: 0 15px;
	background-color: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.nav-collapse .open>.dropdown-menu {
	display: block
}
.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
	display: none
}
.nav-collapse .dropdown-menu .divider {
	display: none
}
.nav-collapse .nav>li>.dropdown-menu:before, .nav-collapse .nav>li>.dropdown-menu:after {
	display: none
}
.nav-collapse .navbar-form, .nav-collapse .navbar-search {
	float: none;
	padding: 10px 15px;
	margin: 10px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1)
}
.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
	border-top-color: #111;
	border-bottom-color: #111
}
.navbar .nav-collapse .nav.pull-right {
	float: none;
	margin-left: 0
}
.nav-collapse, .nav-collapse.collapse {
	height: 0;
	overflow: hidden
}

}

@media(min-width:980px) {
.nav-collapse.collapse {
	height: auto!important;
	overflow: visible!important
}
}

/*header adjustment to display menu in one line on mid resolutions */
#sp-header-wrapper>.container-fluid {
padding-right:1px;
padding-left:1px;
}

#sp-menu {
padding-right:3px;
padding-left:3px;
}
.accordion {
	margin-bottom: 20px
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.accordion-heading {
	border-bottom: 0
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px
}
.accordion-toggle {
	cursor: pointer
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5
}

.mod-languagesvico {
  float:right;
}

.mod-languagesvico ul {
  list-style:none;
}
