/*****************************************/

            /* FONT IMPORTS */

/*****************************************/


/*@font-face {
    font-family: Open Sans;
    src: url(/fonts/OpenSans-Regular.ttf);
}*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/opensans/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'),
        url('/fonts/opensans/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/opensans/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/opensans/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('/fonts/opensans/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/opensans/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/opensans/open-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('/fonts/opensans/open-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/opensans/open-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/opensans/open-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */
        url('/fonts/opensans/open-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/opensans/open-sans-v13-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/*****************************************/

            /* RESPONSIVE CSS */

/*****************************************/
.temporary-service-message {
    font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
    font-size: 20px;
    float: none !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 22px;
    margin-bottom: 0px;
    padding: 20px;
}

.mobile-content-start {
    margin-top: 60px;
}

.proceed-wrapper {
    background-color: #FFF;
    float:left;
    width:100%;
    padding:15px;
    padding-right: 25px

}

.productBox,
.button-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.productBox .productTextBox .promoTitle{
	font-size: 22px;
}
a.hidden-section-link {
    color: #adadad;
    z-index: 999;
    position: relative;

}
.productBox .productTextBox .promoTitle a{
    color: #000000;
}
.productBox .productTextBox .promoTitle a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.productBox .productTextBox{
	width: 98%;
}
.recurringPaymentInfo {
    margin-top: 10px;
    margin-bottom: 0px;
    background: #dddddd;
    padding: 10px 15px;
    line-height: 22px;
}
.section-support-and-help .col-sm-6{
	margin-bottom: 30px;
}
.price-left,
.ordered {
	font-size: 17px;
}
.competition-section .dark-bg{
	height: auto;
}
.competition-section {
	margin-top: 50px;
        float:left;
}

.visible-xs-block,
.visible-sm-block,
.visible-md-block,
.visible-lg-block {
    margin-bottom: 10px;
}

.no-padding {
    padding: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

@media (max-width: 991px){
    .no-padding-xs {
        padding: 0px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }
}
@media (min-width: 992px) and (max-width: 1999px){
    .no-padding-sm {
        padding: 0px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1364px){
    .no-padding-md {
        padding: 0px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }
}
@media (min-width: 1365px){
    .no-padding-lg {
        padding: 0px !important;
        padding-top: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }
}

/*@media (min-width: 420px){
    .productBox,
    .button-box{
        width: 300px;
    }
}*/



@media (min-width: 768px){
    #pageheading h1 {
        margin-top: 15px !important;
    }
    .productBox,
    .button-box{
        width: 100%;
    }
    .productBox .productTextBox .promoTitle{
        font-size: 24px;
    }
    .section-support-and-help .col-sm-6{
        margin-bottom: 0;
    }
}
@media (min-width: 992px){
    .productBox .productTextBox{
        width: 90%;
    }
}
@media (min-width: 1200px){
    .productBox .productTextBox .promoTitle{
        font-size: 28px;
    }
    .price-left,
    .ordered {
        font-size: 17px;
    }
    .competition-section .dark-bg{
        height: 380px;
    }
    .competition-section {
        margin-top: 200px;
    }
}
@media (min-width: 1365px){
    .productBox .productTextBox .promoTitle{
        font-size: 30px;
    }
    .price-left,
    .ordered {
        font-size: 16px;
    }
}
/*****************************************/

			/* RESPONSIVE CSS END */

/*****************************************/
/*****************************************/

			/* Default CSS */

/*****************************************/

body {
	background-color: #e6e6e6;
}
@media (max-width: 768px) {
    body {
        background-color: #ffffff;
    }
}

#whitebg {
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: -30px;
	margin-top: 34px;
	padding-left:40px;
	padding-right: 40px;
	padding-bottom: 55px;
        z-index: 2;
        position: relative;
        overflow:hidden;
}

.navbar {
	margin-bottom: 0px;
	min-height: 32px;
}

.container {
	width:100%;
    max-width: 1370px;

}

p {
	font-family: Open Sans;
	line-height: 32px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}



/*****************************************/

			/* Top Nav Sticky */

/*****************************************/
#top-stick-nav {
	background-color: #3a3a3a;
	border: none;
	font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
        font-weight: 200;
	min-height: auto;
}

#top-stick-nav a {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
    padding-top: 10px;
}

#top-stick-nav a:hover,
#top-stick-nav a:active {
    background-color: #FFF;
	color:#3a3a3a;
	transition: all 0.0s ease 0s;
}

.dropdown-menu ul li {
	transition: all 0.0s ease 0s;
}

.dropdown-menu .divider {
    margin: 0px;
}

#basket-desktop-view-basket {
    display: block;
}

.basket-mobile-added,
.basket-mobile-deleted {
	display: none;
	position: fixed;
    left: 0px;
    right: 0px;
    padding: 12px;
    z-index: 1050;
}

#top-stick-nav ul.dropdown-cart a{
    color: #1d1d1d;
}

#top-stick-nav #basket-total {
	background-color: #17a0db;
	padding: 2px 4px 2px;
	margin-left:20px;
}

.basket-white {
	background-image: url(../images/icons/basket/basket-white.png);
	width: 18px;
	height: 16px;
	position: absolute;
	top: 10px;
	left:18px;
}

.basket-black {
	background-image: url(../images/icons/basket/basket-black.png);
	width: 18px;
	height: 16px;
	position: absolute;
	top: 17px;
	left:13px;
}

#top-stick-nav a:hover .basket-white,
#top-stick-nav a:focus .basket-white,
#top-stick-nav li.dropdown.open a .basket-white {
	background-image: url(../images/icons/basket/basket-black.png);
}

.basket-vcenter{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#top-stick-nav li.dropdown.open a.dropdown-toggle {
    background-color: #ffffff !important;
}

.bz-white {
	background-image: url(../images/logos/bz-white.png);
	width:20px;
	float:-left;
	height:18px;
	margin-right: 10px;
	transition: all 0.0s ease 0s;
        margin-top: 2px;
}

#top-stick-nav a:hover .bz-white {
	background-image: url(../images/logos/bz-white.png);
	width:20px;
	height:18px;
	float:left;
	margin-right: 10px;
	transition: all 0.0s ease 0s;
}

#top-stick-nav a:hover .bz-white {
	background-image: url(../images/logos/bz-black.png);
	width:20px;
	height:18px;
	transition: all 0.0s ease 0s;
}

#top-stick-nav a:focus {
	/*background-color: #FFF;*/
}

#top-stick-nav .dropdown-menu {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 0px;
}

ul.dropdown-cart{
    min-width:400px;/*280px;*/
    font-family: Open Sans;
    color: #1d1d1d;
    font-size:14px;
}

ul.dropdown-cart a{
    color: #1d1d1d;
}

ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}

/*ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}*/

ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}

ul.dropdown-cart li .item-left img, ul.dropdown-cart li .item-left span.item-info {
    float:left;
}

ul.dropdown-cart li .item-left span.item-info {
    margin-left:10px;
}

ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}

ul.dropdown-cart li .item-right{
    float:right;
}

ul.dropdown-cart li .item-right button{
    margin-top:14px;
    padding-bottom: 3px;
    padding-top: 0;
}

#top-stick-nav .navbar-nav > li > a {
    padding-bottom: 7px;
    padding-top: 7px;
}




/*****************************************/

			/* Circles */

/*****************************************/



/* Circles */

#circles-wrapper {
	position: relative;
	margin-top: -23px;
}

.circles span {
	border-radius: 50%;
	display: block;
	position: absolute;
}

.circles span::after {
	background-color: #fff;
	border-radius: 50%;
	content: " ";
	display: block;
	position: absolute;
}


/* Circle #1 */

		.circles span.circle_1::after {
		    height: 26px;
		    left: 15px;
		    top: 15px;
		    width: 26px;
		}

		.circles span.circle_1 {
		    background-color: #17a0db;
		    height: 56px;
		    left: 25px;
		    top: -27px;
		    width: 56px;
		}


/*# Circle 2 */

		.circles span.circle_2::after {
		    height: 32px;
		    left: 18px;
		    top: 18px;
		    width: 32px;
		}

		.circles span.circle_2 {
		    left: 326px;
		}

		.circles span.circle_2 {
		    background-color: #45a748;
		    height: 68px;
		    left: 196px;
		    top: -33px;
		    width: 68px;
		}


/* Circle #3 */

		.circles span.circle_3::after {
		    height: 24px;
		    left: 13px;
		    top: 13px;
		    width: 24px;
		}

		.circles span.circle_3 {
		    left: 407px;
		}

		.circles span.circle_3 {
		    background-color: #a0c835;
		    height: 50px;
		    left: 277px;
		    top: 0;
		    width: 50px;
		}


/* Circle #4 */

		.circles span.circle_4::after {
		    height: 12px;
		    left: 7px;
		    top: 7px;
		    width: 12px;
		}

		.circles span.circle_4 {
		    background-color: #45a748;
		    height: 26px;
		    left: auto;
		    right: 235px;
		    top: 14px;
		    width: 26px;
		}

/* Circle #5 */

		.circles span.circle_5::after {
		    height: 30px;
		    left: 17px;
		    top: 17px;
		    width: 30px;
		}

		.circles span.circle_5 {
		    right: 373px;
		}

		.circles span.circle_5 {
		    background-color: #5dcbea;
		    height: 64px;
		    left: auto;
		    right: 173px;
		    top: -18px;
		    width: 64px;
		}


/* Circle #6 */

		.circles span.circle_6::after {
		    height: 24px;
		    left: 15px;
		    top: 15px;
		    width: 24px;
		}

		.circles span.circle_6 {
		    right: -34px;
		}

		.circles span.circle_6 {
		    background-color: #939598;
		    height: 54px;
		    left: auto;
		    right: 18px;
		    top: -19px;
		    width: 54px;
		}

/* Circle #7 */

		.circles span.circle_7::after {
		    height: 12px;
		    left: 7px;
		    top: 7px;
		    width: 12px;
		}

		.circles span.circle_7 {
		    right: 4px;
		}

		.circles span.circle_7 {
		    background-color: #179fdb;
		    height: 26px;
		    left: auto;
		    right: 45px;
		    top: 17px;
		    width: 26px;
		}



/*****************************************/

			/* Header */

/*****************************************/

#header {
	margin-top: 65px
}

#header-xs {
	margin-top: 15px
}

/*****************************************/

			/* Navigation */

/*****************************************/

.mainNav {
	margin-top: 40px;
	border-right: 1px solid #dadada;
}

.mainNav ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.mainNav li {
    border: 1px solid #dadada;
    font-family: Open Sans;
    font-size: 1.0625em;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding: 2px;
    /*position: relative;*/
    text-align: center;
}

.mainNav li:hover, .mainNav li:active, .mainNav li:focus {
    border: 3px solid #000;
    padding: 0;
}

.mainNav li a {
    color: #1b1b1b;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.063em;
}

.mainNav li a:hover, .mainNav li a:active, .mainNav li a:focus {
    color: #1b1b1b;
    text-decoration: none;
}

.mainNav li.last {
    border-right-color: #dadada;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}


@media (min-width: 48em) {
	.mainNav ul {
	    display: table;
	    height: 50px;
	}

	.mainNav li {
	    border-right: 1px solid #fff;
	    display: table-cell;
	    float: none;
	    margin: 0 -1px 0 0;
	}

	.mainNav li.last {
	    border-right-color: solid 1px #dadada;
	    left: 0;
	    position: absolute;
	    top: 0;
	    visibility: hidden;
	}
	.mainNav li.last:hover, .mainNav li.last:active, .mainNav li.last:focus {
	    border-color: #000;
	}

}



.mainNav .nav_1:hover, .mainNav .nav_1:active, .mainNav .nav_1:focus {
    border-color: #17a0db;
}

.mainNav .nav_2:hover, .mainNav .nav_2:active, .mainNav .nav_2:focus {
    border-color: #45a748;
}

.mainNav .nav_3:hover, .mainNav .nav_3:active, .mainNav .nav_3:focus {
    border-color: #a0c835;
}

.mainNav .nav_4:hover, .mainNav .nav_4:active, .mainNav .nav_4:focus {
    border-color: #45a748;
}

.mainNav .nav_5:hover, .mainNav .nav_5:active, .mainNav .nav_5:focus {
    border-color: #5dcbea;
}

.mobileNav {
    background-color: #fafafa;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    float: left;
    margin-bottom: 15px;
    margin-top: 109px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.mobileNav2 {
    background-color: #fafafa;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    float: left;
    /*margin-bottom: 15px;*/
    /*margin-top: 109px;*/
    padding-bottom: 15px;
    padding-top: 15px;
    width:100%;
    z-index: 3;
    position: relative;
}


.mobileNav ul {
	list-style-type: none;
}

.mobileNav li {
	text-align: center;
}

.mobileNav a {color:#1d1d1d;}

.nav-holder {
	width:100%;
	float:left;
}

.mobileNav2 .item {
	width: 20% ;
	float:left;

	text-align:center;
}

/* End Nav */

/*****************************************/

			/* Basket */

/*****************************************/
.basket-mobile {
    text-align: center;
}

.basket-mobile a,
.basket-mobile a:link,
.basket-mobile a:visited,
.basket-mobile a:hover,
.basket-mobile a:active,
.basket-mobile a:focus {
    color: #000000;
    text-decoration: none;
}

.basket-mobile a div {
    padding: 15px;
}

.promotions-section .btn-delete.btn:focus, .btn-delete.btn:hover {
	background-color: #e6e6e6;
    color: #000 !important;
}

.basket-item-row {
    vertical-align:middle;
}

.basket-item-row .basket-item {
    font-size: 17px;
    font-weight: bold;
}

.basket-item-row .proDiscTitle {
    font-size: 14px;
    padding-top: 9px;
}

.basket-item-row ul.get-started-features {
    margin-bottom: 2px;
}


/*****************************************/

			/* Quick Reg */

/*****************************************/
h2.quick-reg-title {
    line-height: 1.3;
}

.quickreg_welcome {
    padding: 5px 15px;
    font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #ECECEC;
    border: 1px solid #D0D0D0;
}


/*****************************************/

			/* Banner Images */

/*****************************************/

.homepage-banner-area{
	/*background:url(../images/banners/landing/leicester.png) no-repeat;*/
	min-height:394px;
	position:relative;
	background-size: cover;
}

.homepage-banner-content{
	position:absolute;
	padding:29px 27px;
	bottom:0px;
	left:0px;
	background:rgba(34,138,181, 0.8);
	color:#fff;
        border-top-right-radius: 4px;
}

.homepage-banner-content p{
	font-size:18px;
	margin-bottom:0px;
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
        font-weight: 200;
}

.homepage-banner-content h2{
	font-size:38px;
	margin-bottom:0px;
    margin-top:0px;
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.2em;
}

.breadcrumb {
	background-color: #FFF;
	padding-left:2px;
	font-family: Open Sans;
        color: #b0b0b0;
}

.breadcrumb a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #b0b0b0;
	font-weight: 500;
}


/*****************************************/

			/* Hidden Section */

/*****************************************/

#showme {
	display:none;
}

.hidden-section-link:hover,
.hidden-section-link:focus,
.hidden-section-link:active {
    text-decoration: underline;
}

.hidden-section-link,
.hidden-section-close {
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.hidden-section {
    border: 1px solid #d0d0d0;
    float: left;
    padding: 20px;
    /*width: 100%;*/
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
    margin:20px;
    background-color: #fafcff;
}

.hidden-section h2 {
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:#17A0DB;
}

.hidden-section h3 {
	font-family: Open Sans;
	font-size: 20px;
	color:#17A0DB;
	border-bottom:solid 1px #939598;
	padding-bottom: 10px;
}

.hidden-section h4 {
	font-family: Open Sans;
	font-size: 18px;
	color:#1d1d1d;
	font-weight: bold;
}

.hidden-section ul {
	padding-left: 20px;
}

.hidden-section li {
	font-family: Open Sans;
    line-height: 32px;
    color:#333;
    list-style-image: url(../images/icons/content/list.png);
}

.hidden-section i {
	padding-right: 15px;
}

.download-button  {
	background-color: #FFF;
	border: solid 1px #1d1d1d;
	border-radius: 3px;
	color:#1d1d1d;
	padding-top:5px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left:25px;
	transition: all 0.3s ease 0s;
	margin-bottom: 10px;
	margin-left:20px;
        font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 200;
        min-width: 200px;
}

.download-button:hover {
	background-color: #1d1d1d;
	color:#FFF;
	text-transform: none;
	text-decoration: none;
}
.basket-small {
	color:#c0c0c0;
	font-size: 12px;
	line-height: 0;
}

.basket-icon {
	/*padding-top: 12px;*/
}

#my-account-head {

	border-bottom: solid 1px #939598;
	padding-bottom: 15px;

}

#my-account-head h2 {
	font-family: Open Sans;
    font-size: 25px;
    font-weight: bold;
}

#my-account-head h2 span {
    font-weight: normal;
}


#my-account-head h3 {
	font-family: Open Sans;
    font-size: 17px;
    font-weight: bold;
}

.list-unstyled li {
	padding-bottom: 0px;
	padding-top: 10px;
}

.list-unstyled a {
	color: #1d1d1d;
}

.list-unstyled a:hover {
	color: #299fda;
}

#my-account-button {
	background-color: #f4f4f4;
	border:solid 1px #dadada;
	border-radius: 4px;
	padding:10px 15px 10px 0px;
	transition: all 0.3s ease 0s;
        min-height: 110px;
        margin-bottom: 25px;
}

#my-account-button:hover {
	background-color: #eeeeee;
}

.button-text {
    font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
    font-weight: 200;
    font-size: 16px;
    padding-top: 8px;
    text-transform: uppercase;
    color: #1d1d1d;
}

#my-account-right-wrap {
	padding-top:25px;
}

.gamertagwrap {
    margin: 0 auto;
    width: 70%;
}

.gamertagbox {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #c8c9ca;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #c8c9ca;
    font-family: "myriad",sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#devicebox {
    background-color: rgb(248, 248, 248);
    border-color: rgb(218, 218, 218);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 200px;
    padding-bottom: 15px;
    padding-top: 20px;
}

#pagetitle2 {
	color: #17A0DB; /* #00acf1; */
	padding-top: 50px;
	font-family: Open Sans;
    font-size: 22px;
    padding-bottom: 20px;
}

#device-image {
	margin-bottom: 15px;
}

.device-type-text {
	padding-top: 15px;
}


/*****************************************/

			/* Nav Pills*/

/*****************************************/


.nav-pills li  {background-color: #FFF; border: solid 3px #FFF;}


.nav-pills .nav_1:hover, .nav-pills .nav_1:active, .nav-pills .nav_1:focus {
    border-color: #17a0db;
}

.nav-pills .nav_2:hover, .nav-pills .nav_2:active, .nav-pills .nav_2:focus {
    border-color: #45a748;
}

.nav-pills .nav_3:hover, .nav-pills .nav_3:active, .nav-pills .nav_3:focus {
    border-color: #a0c835;
}

.nav-pills .nav_4:hover, .nav-pills .nav_4:active, .nav-pills .nav_4:focus {
    border-color: #45a748;
}

.nav-pills .nav_5:hover, .nav-pills .nav_5:active, .nav-pills .nav_5:focus {
    border-color: #5dcbea;
}




#pageheading h1 {
	font-size:31px;
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 95px;
        margin-top: 0px;
        margin-bottom: 0px;
	position: relative;
        color: #000;
}
#pageheading h1 .service-icon{
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 0;
}

#pageheading-sub h1 {
    font-size: 25px;
    padding: 12px 12px 15px 0px;
    padding-bottom:15px;
    float:left;
    font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
    font-weight: 400;
    margin-top: 0px;
}

.underline {
	border-bottom: solid 1px #939598;
	width:100%;
	float:left;
	margin-top: -10px;
        margin-bottom:20px;
}

.breadcrumb {
	margin-bottom: 0px;
	padding-left: 15px;
}


.promotions-section {
	width:100%;
	padding-bottom:30px;
	float: left
}

.promo-img-wrap p{
	color:#b0b0b0;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:0px
	;
}
.promo-img-wrap h3{
	color:#1a1a1a;
	font-size:28px;
	margin-bottom:0px;
	margin-top:15px;
	font-family: Open Sans;
}

.promo-img-wrap{
	position:relative;
}

.promo-heading{
	position:absolute;
	bottom:0px;
	left:0px;
	background:#ffffff;

	padding:16px 20px;
}
.promo-content{
	padding-left:20px;
	font-family: Open Sans;
}

/*.promo-content p{
	max-width:280px;
}*/

.promo-content i.fa-check{
	color:#00b596;
	font-weight:bold;
	margin-right:10px;
	display:inline-block;
}

.promo-content i.fa-times{
	color:#f13e25;
	font-weight:bold;
	margin-right:10px;
	display:inline-block;
}

.promo-content ul li {
	list-style:none;
	font-size:14px;
	color:#1d1d1d;
	margin-bottom:10px;
}

.promo-content h4{
	color:#1a1a1a;
	font-size:17px;
	font-weight:bold;
	padding-bottom: 15px;
}

.promo-content ul {
	padding-left:5px;
}

.promo-heading-xs {
	margin-bottom: 25px;
}

.promo-content .item-short-desc {
	padding-top: 10px;
	padding-bottom: 25px;
	min-height: 165px;
}



.download-softare-title {
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	color:#000;
	border-bottom:solid 1px #939598;
	padding-bottom: 10px;
}

.download-softare-sub-title,
.contact-us-articles h4 {
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#1d1d1d;
}

.contact-us-hr {
    border-bottom: solid 1px #939598;
}

.promo-content .avg-title {
	font-family: Open Sans;
	font-size: 22px;
	color:#1d1d1d;
	font-weight: bold;
}

.get-started{
	color:#1a1a1a;
	font-size:17px;
	font-weight:bold;
	padding-bottom: 15px;
	padding-top: 15px;
}

.get-started-features {
	list-style-type: none;
	padding-left:0px;
}

.get-started-features li {
	padding-bottom: 10px;
}

.get-started-features i.fa-check{
	color:#00b596;
	font-weight:bold;
	margin-right:10px;
	display:inline-block;
}

.get-started-features i.fa-times{
	color:#f13e25;
	font-weight:bold;
	margin-right:10px;
	display:inline-block;
}
.accessories-product-wrap {
	/*padding-top: 50px;*/
    margin-top: 50px;
	float:left;
	width: 100%;
}

.register-button {
    background-color: #1d1d1d;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 16px;
    max-height: 40px;
    padding: 7px 12px 12px;
    margin-top: 2px;
}

.register-button:hover {
    opacity: 0.8;
}



.free-price {
    color: #1d1d1d;
    float: right;
    font-size: 20px;
    left: -65px;
    padding-right: 20px;
    position: absolute;
    top: 25px;
}

.service-icon {
	padding-right: 20px;
}

/*****************************************/

			/* Price Boxes */

/*****************************************/

.price-wrap {
	padding-top: 20px;
	margin-bottom: 25px;
	border:none;
}



.promotions-section .btn-default {
	border:none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.promotions-section .btn:focus, .btn:hover {
    /*opacity: 0.8;*/
    transition: all 0.3s ease 0s;
    color: #FFF !important;
}

.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
	background-color: #e6e6e6;
}

.price-left,
.ordered {
	padding: 9px 12px 12px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #FFF;
	float:right;
	height: 40px;
        font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
        /*font-weight: 600;*/
}

.ordered {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*.price-left:hover {
	opacity: 0.8;
	transition: all 0.3s ease 0s;
}*/

.price-right {
	padding: 2px 13px 13px 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 20px;
	color: #FFF;
	float:right;
	background-color: #1d1d1d;
	height: 40px;
        z-index: 999;
}

.price-right:hover {
    background-color: #4b4b4b !important;
}

.blue {background-color: #17a0db;}
.green {background-color: #45a748;}
.lgreen {background-color: #a0c835;}
.lblue {background-color: #5dcbea;}
.black {background-color: #1d1d1d;}




/*****************************************/

			     /* Forms */

/*****************************************/
.form-error {
    margin-top: 10px;
    padding: 5px;
}

.form-required {
    color: red;
}

.checkbox-optin {
    background-color: #ECECEC;
    border: 1px solid #D0D0D0;
    padding: 15px;
}



/*****************************************/

			/* Help & Support */

/*****************************************/



.hidden-xs.reg-support-article-containter {
    display: inline-block;
    text-align: left;
    margin: 10px 35px;
}
.visible-xs.reg-support-article-containter {
    text-align: left;
    margin: 20px 0px;
}
.visible-xs.reg-support-article-containter img {
    float: left;
    margin-right: 10px;
    vertical-align: top;
}
.help-and-support h1 {
  font-size: 25px;
  font-family: Open Sans;
  color: rgb(1, 1, 1);
  line-height: 1.173;
  text-align: center;
  margin-top:75px;
  margin-bottom: 75px;
}

.section-support-and-help h2 {
  color: #010101;
  font-size: 26px;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  font-weight: 200;
  font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;

}

.section-support-and-help h3{
	padding-top: 50px;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	margin-top:0px;
        font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
        font-weight: 400;
}

.section-support-and-help p {
  color: #ffffff;
  font-size: 20px;
  margin: 0 auto;
  max-width: 340px;
  padding-bottom: 70px;
  padding-top: 50px;
  text-align: center;
  font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
  font-weight: 200;

}

.section-support-and-help a.call-2-action{
	display:block;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	width:185px;
	height:55px;
	line-height:50px;
	border:2px solid #fff;
	border-radius:3px;
	color:#fff;
	margin:0 auto;
        font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
        font-weight: 200;
        position: relative;
        z-index: 999;
}

.section-support-and-help a:hover.call-2-action{
	text-decoration:none;
	background:#fff;
	color:#010101;
        transition: all 0.3s ease 0s;
}

.block-uk-support {
  background: rgba(0, 0, 0, 0) url("../images/support/support_bg.png") no-repeat scroll 0 0;
  min-height: 409px;
  background-size: cover;
  padding: 25px;
}

.block-online-guides{
	background:url(../images/support/online_guide_bg.png) no-repeat;
	min-height:409px;
	background-size: cover;
	padding: 25px;
}


#basket-total-page {
	font-size: 22px;
  	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 200;
}

.login-header,
.payment-header {
	color: #000000; /*#17A0DB;*/ /*#00acf1;*/
	font-size: 22px;
  	padding-bottom: 15px;
  	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 400;
}

.sep {
	height: 1px;
	width:100%;
	background-color:#c9cacb;
	float:left;
	margin-bottom: 65px;
	margin-top: 65px;
}

@media (max-width: 767px) {
	.sep {
	    float: none;
	}

	.login-btn {
		margin-top: 10px;
	}
}

.paymenttoc {
	border-top: solid 1px #939598;
	margin-top: 25px;
	padding-top: 20px;

}

.paymenttoc a {
	color:#2ca1d8;
}

.complete-section h2 {
	color:#45a748;
	font-size: 25px;
	font-family: Open Sans;
}

.complete-section h3 {
	color:#a0c835;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: normal;
}

.complete-section .order-number {
    background-image: url("/images/misc/order_success.gif");
    border: 3px solid #ddd;
    font-size: 16px;
    margin: 25px auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 25%;

}

.complete-section .sep {
	border-bottom: solid 1px #939598;
	width: 50px;
	margin: 0 auto;

}

.helpful-articles h2 {
	font-size: 30px;
	font-family: Open Sans;
	padding-top: 30px;
	float: left;
}

.helpful-articles #article1 {
	background-image: url(../img/articles/helpful1.png);
	height: 232px;
}

.helpful-articles #article2 {
	background-image: url(../img/articles/helpful2.png);
	height: 232px;
}

.helpful-articles #article3 {
	background-image: url(../img/articles/helpful3.png);
	height: 232px;
}

.helpful-articles .article-title {
	color: #FFF;
	font-family: Open Sans;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	bottom: 0px;
}

.helpful-articles ul {
	list-style-type: none;
}


.competition-section .dark-bg {
	background-color: #262626;
	padding-left: 25px;
	padding-bottom: 25px;
}

.competition-section .ipad {
	bottom: 110px;
    float: right;
    padding-right: 20px;
    position: relative;

}

.competition-section h2 {
	font-family: "Open Sans";
	color: #FFF;
	font-size: 22px;
	line-height: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.competition-section h2 span {
	color: #a0c835;
}

.competition-section p {
	color: #FFF;
	padding-bottom: 15px;
}

/*****************************************/

			/* Buttons */

/*****************************************/

.main-btn {

	padding-left:15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
        font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	font-weight: 200;
        position: relative;
        z-index: 999;
}

.main-btn:hover {

	opacity: 0.8;
}

.main-btn .blue {background-color: #17a0db;}
.main-btn .green {background-color: #45a748;}
.main-btn .lgreen {background-color: #a0c835;}
.main-btn .lblue {background-color: #5dcbea;}
.main-btn .black {background-color: #1d1d1d;}



/*****************************************/

			/* Form Elements */

/*****************************************/

.default-field {
	padding: 7px;
    border: solid 1px #b7b7b7;
    border-radius: 4px;
    background-color: #fff;
    width:80%;
}

.dob {
	width:30%;
}

#postcode {
	width:30%;
}

#security {
	width:20%;
}

/*****************************************/

			/* Footer */

/*****************************************/




.site-footer{
	position:relative;
    z-index: 1;
}

.site-footer, .site-footer .container{
	background:#1a1a1a;
	padding-top:30px;
	padding-bottom: 30px;
}

.site-footer h2 {
  font-size: 20px;
  font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.467;
}

.site-footer a {
	color:#FFF;
	text-decoration: none;
}

.site-footer a:hover {
	color:#17a0db;
}

.copyright {
	color:#FFF;
	background-color: #000;
	padding-top:15px;
	padding-bottom: 15px;
}

/*****************************************/

			/* Help & Support */

/*****************************************/

#hsbanner {
	background-image: url('/images/banners/support/default.png');
	height: 283px;
	margin-bottom:15px;
}

.hs-banner-icons {
	list-style: none;
	padding-left: 0px;
	color:#FFF;
	text-align: center;
	font-size: 12px;
	font-family: Open Sans;
	text-transform: uppercase;
}

#hsbanner h2 {
	color:#FFF;
	font-size: 20px;
	font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
        font-weight: 400;
	margin-top: 70px;
}

.hs-search {
	height: 50px;
	padding-left: 10px;
	color:#1d1d1d;
	border:none;
	width:100%;
	margin-bottom: 15px;
	border-radius: 2px;
}

.banner-button {
	background-color: transparent;
	border-radius: 3px;
	color:#FFF;
	border:1px solid transparent;
	padding-top: 15px;
	padding-bottom:15px;
}

.banner-button:hover {
	background-color: rgba(16, 70, 107, 0.7);
	border: solid 1px #094165;
        transition: all 0.3s ease 0s;
}



#button-wrap {
	margin-top: 60px;
}

#hs-content h1 {
	color:#1d1d1d;
	font-size: 25px;
	font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
        font-weight: 400;
	border-bottom: solid 1px #939598;
	padding-bottom:15px;
	margin-bottom: 20px;
}

.guide-date {
	color:#afafaf;
	font-size: 14px;
	font-family: Open Sans;
	line-height: 5px;
    padding-bottom: 4px;
    padding-top: 17px;
}

.guide-title {
	color:#1d1d1d;
	font-size: 16px;
	font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
        font-weight: 400;
	line-height: 20px;
}

.guide-title a {
	color:#1d1d1d;
}

#hs-content li {
	padding-bottom: 30px;
}

.most-popular i {
	padding-right: 10px;
}

#hs-content  .most-popular {
	padding-top: 8px;
}

#hs-content  .most-popular li {
	padding-bottom: 25px;
}
.most-popular .views i {
	color:#a4a4a4;
	font-size:13px;
	padding-right: 2px;
}

.most-popular .views {
	color:#a4a4a4;
	font-size:13px;
}

#tag-wrap {
	padding-top: 25px;
}

.tag {
	border: solid 1px #17a0db;
	font-family: "Open Sans";
	padding-left:15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#17a0db;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
	margin-bottom: 5px; /* 15px; */
	/* margin-top: 25px; */
	float: left;
}

.tag a {
	margin-bottom: 50px;
}

.tag:hover {
	background-color: #17A0DB;
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s ease 0s;

}

.guides-title {
	color:#1d1d1d;
	font-size: 18px;
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
        font-weight: 600;
	line-height: 18px;
	padding-top: 5px;
}

.guides-dates {
	color:#9b9b9b;
	font-size: 13px;
	line-height: 10px;
	line-height:15px;
}

.tag-sm {
	border: solid 1px #17a0db;
	font-family: "Open Sans";
	padding-left:5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color:#17a0db;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

.tag-sm:hover {
	background-color: #17a0db;
	color:#FFF;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.emailaddress {
	width:40%;
}

#checkbox {
	padding-bottom: 15px;
}

.views i {
	color:#a4a4a4;
	font-size:13px;
	padding-right: 2px;
}

.views {
	color:#a4a4a4;
	font-size:13px;
}

.hs-guides-title-wrap {
	width:100%;
	border-bottom: solid 1px #bebfc1;
	float: left;
}

.hs-guides-title-wrap h2 {
	color: #17a0db;
    font-family: Open Sans;
    font-size: 20px;
    line-height: 15px;
    padding-left: 12px;
}

#guide-list-page ul {
	padding-left: 10px;
	margin-top:12px
}

#guide-list-page li {
	list-style-image: url(../img/icons/guide-list.png);
	padding-left: 10px;
}



#no-left-padding {
	padding-left: 0px;
	margin-left:0px;
	padding-right: 0px;
}

#hs-content .guide-details li {
	padding-right: 45px;
	color: #a4a4a4;

}

#hs-content .guide-details{
	border-bottom: solid 1px #939598;
}

#result-wrap {
	border-bottom: solid 1px #d6d7d8;
	padding-top:25px;
}

.filter-checkbox {
	margin-bottom:20px;
	border-bottom: solid 1px #D6D7D8;
	padding-bottom:10px;
}

.filter-checkbox label {
	font-weight:normal;
}

.forgot-wrap {
	width:100%;
	float:left;
}
/*****************************************/

			/* PROMO SECTION RE CSS */

/*****************************************/
.productBox:after,
.productBox:before{
	display: table;
	content: " ";
	clear: both;
}
.productBox{
	position: relative;
}
.productBox .productTextBox{
	background-color: #ffffff;
	margin-top: -70px;
	position: relative;
}
.productBox .productTextBox .promotextSmall{
	font-size: 12px;
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
	color: #b0b0b0;
	margin-bottom: 0;
	padding: 10px;
	line-height: 1;
        font-weight:200;
        text-transform: uppercase;
}
.productBox .productTextBox .promoTitle{
	margin: 0;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 10px;
	color: #1a1a1a;
	font-weight: 600;
        text-transform: capitalize;
        padding-bottom: 20px;
	font-family: 'ITC Avant Garde Gothic W01', arial, helvetica, sans-serif;
}
.productBox .productTextBox .proDiscTitle{
	font-size: 17px;
	font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
        font-weight: 400;
	color: #1a1a1a;
	margin: 0;
	padding-bottom: 20px;
	/*padding-left: 10px;*/
	line-height: 1
}
.productBox .productTextBox .list-unstyled{
	/*padding-left: 10px;*/
}
.productBox .productTextBox .list-unstyled li{
	padding-left: 25px;
	position: relative;
	color: #1d1d1d;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 0;
	margin-bottom: 10px;
}
.productBox .productTextBox .list-unstyled li i{
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
	margin-top: 2px;
	color: #34bda2;
}
.productBox .productTextBox .list-unstyled li i.fa-times{
	color: #f13e25;
}
.productBox .productTextBox .promoText{
	padding-left: 10px;
	color: #1d1d1d;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-top: 0;
	margin-bottom: 10px;
	line-height: 2;
        padding-right: 15px;
}
.price-wrap:after,
.price-wrap:before{
	display: table;
	content: " ";
	clear: both;
}
.section-support-and-help:after,
.section-support-and-help:before{
	display: table;
	content: " ";
	clear: both;
}
.section-support-and-help{
	float: left;
	width: 100%;
}
.helpful-articles:after,
.helpful-articles:before,
.competition-section:after,
.competition-section:before{
	display: table;
	content: " ";
	clear: both;
}
.helpful-articles,
.competition-section{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#hs-content .most-popular li {
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
  /* padding-left: 20px; */
}
#hs-content .list-unstyled.most-popular a {
  display: block;
}
#hs-content .list-unstyled.most-popular i.icon-position {
  left: 0;
  padding-right: 0;
  position: absolute;
  top: 4px;
}
#hs-content .list-unstyled.most-popular label{
	display: block;
	padding-left: 0;
	min-height: unset;
}
#hs-content .list-unstyled.most-popular span {
  color: #a4a4a4;
  float: right;
}
#hs-content .article-info {
    color: #a4a4a4;
    margin-top: -15px;
    margin-bottom: 10px;
}
.hs-guides-title-wrap h2 {
  color: #17a0db;
  font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 70px;
  padding-top: 20px;
  position: relative;
}
.hs-guides-title-wrap h2 img {
  left: 0;
  position: absolute;
  top: 0;
}

.hs-guides-article {
     margin-top: 16px;
}

.hs-guides-article, .hs-guides-article a {
    color: #000;
}

.hs-guides-article a:hover,
.hs-guides-article a:focus,
.hs-guides-article a:active {
    color: #17a0db;
}

.hs-guides-article .hs-guides-article-title {
    margin-left: 5px;
}

.hs-guides-article .hs-guides-article-views {
    float: right;
    color: #a8a8a8;
}

.hs-guides-view-more {
    margin-right: -15px;
}

.devicebox {
    background-color: rgb(248, 248, 248);
    border-color: rgb(218, 218, 218);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-bottom: 15px;
}
/*****************************************/

			/* PROMO SECTION RE CSS END */

/*****************************************/



.basket-row {
	width:100%;
        float:left;
        margin-bottom:5px;
        margin-top:10px;
        border-bottom: dashed 1px #DADADA;
        padding-bottom:10px;
}

.basket-row .price {
	color:#555;
	font-size:13px;
    line-height: 0;
    text-transform: none;
}

.basket-row .item-name {
	line-height:20px;
}

#basket-item-notification {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    margin-left:15px;
    margin-right:15px;
    border-radius:3px;
    padding: 5px 10px 5px 10px;
    margin-top:10px
}

#basket-item-notification i {
    padding-right: 15px;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 9px;
    margin-right: 15px;
    margin-top: -1px;
    padding: 9px 10px;
    position: relative;
}

/*****************************************/

			/* BM */

/*****************************************/

#pageheading h2 {
	font-family: Open Sans;
	font-size: 25px;
	padding: 12px;
    padding-bottom:15px;
	font-weight: bold;
	float:left;
}

#bbm-image {
	padding-top:25px;
}

#bluecircle {
	padding-right:15px;
}

#applied-vouchers {
	color:#707070;
	margin-bottom:20px;
}

#applied-vouchers i {
	margin-left: 10px;
}
.cc-logo-xs {
	background-image: url(../images/logos/studentcom-xs-colour.png);
        width:40px;
        height:31px;
}

/*****************************************/

			/* CSS FIX */

/*****************************************/

#product-promotions {
    z-index: 999;
}

#product-promotions .productTextBox {
 padding-bottom:100px;
}

.productBox .productTextBox{
 background-color:#fff;
}

#product-promotions .price-wrap{
 position:absolute;
 bottom:0;
 right:0;
 padding-right:0px;
 z-index:100;
}
#product-promotions .row{
    margin:0;
}

#product-promotions .row>div{
 -webkit-flex-grow: 0;
 -moz-flex-grow: 0;
 flex-grow: 0;
 position: relative;
 -webkit-flex-shrink: 0;
 -moz-flex-shrink: 0;
 flex-shrink: 0;
/* -webkit-flex-basis: 33.333%;
 -moz-flex-basis: 33.333%;
 flex-basis: 33.333%;*/
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#product-promotions .row>div:first-child{
	 margin-left:-1px;
	}

	#product-promotions .row>.col-sm-4{
		 -webkit-flex-basis: 33.333%;
	 -moz-flex-basis: 33.333%;
	 flex-basis: 33.333%;
	}

	#product-promotions .row>.col-sm-6{
	 -webkit-flex-basis: 50%;
	 -moz-flex-basis: 50%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	#product-promotions .row>.col-md-4{
		 -webkit-flex-basis: 33.333%;
	 -moz-flex-basis: 33.333%;
	}

	#product-promotions .row>.col-md-6{
	 -webkit-flex-basis: 50%;
	 -moz-flex-basis: 50%;
	}
 }


#product-promotions .row>div:after{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background-color:transparent;
    z-index:1;
}



#product-promotions .row{
 display:-webkit-flex;
 display:-moz-flex;
 display:flex;
 -webkit-flex-direction: row;
 -moz-flex-direction: row;
 flex-direction: row;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-justify-content: flex-start;
 -moz-justify-content: flex-start;
 justify-content: flex-start;

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
 position:relative;
 z-index:0;
}

.headerbrand {
    background-color: #fff;
}

.form-control:focus {
  outline-color: transparent;
  outline-style: none;
}

#pageheading {
    padding-top:10px;
    padding-bottom: 20px
}

.avg-title {
      color: #1a1a1a;
    font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 5px;
    text-transform: capitalize;
}

.avg-title a {
    text-decoration: none;
    color: #000;
}

.avg-title a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.proDiscTitle {
    font-size: 17px;
    font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-top: 20px;
    line-height: 1;
}

.contentbgcolour {
    background-color: #FFF;
    width: 100%;
}

.proceed-wrapper {
    background-color: #FFF;
    float:left;
    width:100%;
    padding:15px;

}

.accbalance {
    font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
    font-weight:200;
    font-size:20px;
    padding-top:30px;
}

.accbalance-xs {
    font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
    font-weight:200;
    font-size:14px;
    padding-top:10px;
}

.my-account-wrap h3 {
    font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
    font-weight:400;
    font-size: 20px;
}


#product-promotions .row>div:before{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    content:'';
    width:calc(100% - 30px);
    height:calc(100% - 15px);
    margin:0 15px;
    position:absolute;
    background-color:#fff;
    z-index:0;
    top:0;
    left:0;
}

.bottom-wrap {
    margin-bottom: 150px;
}

.basket-item {
    text-transform: capitalize;
}

.errorbox {
    background-color: #f4f4f4;
    font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
    font-weight:400;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    margin-top: 35px;
    border-radius: 5px;
}

.errorimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.breadcrumb > .active {
    color: #17A0DB;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}

.btn-normal.btn-default:hover,
.btn-normal.btn-default:active {
	color: inherit !important;
	background-color: inherit !important;
}

.accountbtnimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#forgot-login  {
    color: #1d1d1d;
}

#downloadsoftware {
    margin-bottom:25px;
    border-radius: 3px;
    background-color: #F4F4F4;
    border: 1px solid #e1e1e1;
    margin-left:15px;
    margin-right: 15px;
    padding-left:15px;
    padding-right:15px;
}

.contact-us-articles {
    border-radius: 3px;
    background-color: #F4F4F4;
    border: 1px solid #e1e1e1;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:20px;
}

#prearrival-vouchercode {
    font-size: 20px;
    background-color: #f3f3f3 ;
    border-radius: 3px;
    border: solid 1px #e7e7e7;
    margin: 0px 15px 25px 15px;
    padding: 15px 20px 10px 20px;
}

#productselection {
    font-size: 20px;
    border-radius: 3px;
    margin: 0px 15px 25px 15px;
    padding: 15px 20px 10px 20px;
    background-color:transparent;
    border:none;
    padding-bottom:30px;
}

.periodnav-wrapper  {
    background-color: #FFF;
    border-top: solid 1px #DADADA;
    border-left: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA;
    float: right;
    padding-bottom: 18px;
    padding-top: 18px;
    margin-top: 20px;
}

.periodnav-wrapper .nav-item {
        display: inline;
}

.periodnav-wrapper .nav-item a {
        color: #1d1d1d;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        font-weight: 400;
        /*line-height: 2;*/
        padding:20px 25px 20px 25px;
        border-right: solid 1px #DADADA;
        text-decoration: none;
        margin-left: -4px;
}

.periodnav-wrapper .nav-item .active {
        color: #FFF;
        background-color: #45a748;
        text-decoration: none;
        border: solid 2px transparent;
}

.period-select {
        padding-top: 33px;
        padding-right: 20px;
}

.periodnav-wrapper .nav-item a:hover {
    border: solid 2px #45A748;
}


#pageheading-sub h1{
    padding-bottom:0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 12px;
}


::selection {
  background: #A0C835;
}
::-moz-selection {
  background: #A0C835;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.02); }

#forgotten-username {
    color: #17A0DB;
}

#forgotten-password {
    color: #17A0DB;
}

.list-unstyled li i {
    color: #34bda2;
    left: 0;
    margin-top: 2px;
    position: absolute;
    top: 0;
    vertical-align: middle;
}

.voucode {
    color: #939598 !important;
}

.voucode:hover {
    color: #45A748 !important;
}


#extrasbg {
    background-color: #fff;
    padding-top:20px
}

#sub-product {
    background-color: #fff;
    padding-top:20px
}


.basket-empty {
    padding:10px;
    margin-bottom:15px;
    text-align:center;
    background-color: #fff;
    padding-top:20px;
    padding-bottom:20px;
    border: solid 1px #DDDDDD;
}

#cc_cvv2 {
    width: 55px;
}



/****************************/
/* Load the fonts.com fonts */
/****************************/
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=43bcec77-881a-4ce4-9f0f-a2c98c8e99ff");
@font-face{
    font-family:"ITC Avant Garde Gothic W01";
    src:url("/fonts/fontscom/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix");
    src:url("/fonts/fontscom/2a334c60-3e0d-4f43-b0e9-5284ea33961a.eot?#iefix") format("eot"),url("/fonts/fontscom/7b548f8e-260b-410a-8f30-063714e67342.woff2") format("woff2"),url("/fonts/fontscom/c68f0543-0caf-4988-b234-355520476b8c.woff") format("woff"),url("/fonts/fontscom/2d4f1d98-ddb3-4acc-ae78-c8b1863f780e.ttf") format("truetype"),url("/fonts/fontscom/80f98a03-905d-49e6-8614-cec7c32ca4f2.svg#80f98a03-905d-49e6-8614-cec7c32ca4f2") format("svg");
    font-weight: 200;
    font-style: Regular;
}
@font-face{
    font-family:"ITC Avant Garde Gothic W01";
    src:url("/fonts/fontscom/5daf8f81-4f5b-4b44-8fd3-91c56d20e799.eot?#iefix");
    src:url("/fonts/fontscom/5daf8f81-4f5b-4b44-8fd3-91c56d20e799.eot?#iefix") format("eot"),url("/fonts/fontscom/89f8ac18-db47-40c0-933e-6b011a067e06.woff2") format("woff2"),url("/fonts/fontscom/43b723ac-a6f2-4d5d-9d72-c50aea85ecee.woff") format("woff"),url("/fonts/fontscom/9093e944-c2da-4954-953f-ca2eb3a227dd.ttf") format("truetype"),url("/fonts/fontscom/e3929a31-b148-4180-91be-4b490bdac87d.svg#e3929a31-b148-4180-91be-4b490bdac87d") format("svg");
    font-weight: 400;
    font-style: Regular;
}
@font-face{
    font-family:"ITC Avant Garde Gothic W01";
    src:url("/fonts/fontscom/e281da55-f74b-42e2-89fd-2b018480f34d.eot?#iefix");
    src:url("/fonts/fontscom/e281da55-f74b-42e2-89fd-2b018480f34d.eot?#iefix") format("eot"),url("/fonts/fontscom/2e0f98c2-9b70-4c01-80ee-7bfe51aaef18.woff2") format("woff2"),url("/fonts/fontscom/30d9d074-824f-4957-a97e-90c6b45bab98.woff") format("woff"),url("/fonts/fontscom/378b3a59-dd26-4da2-b7e3-edb4c737dcc5.ttf") format("truetype"),url("/fonts/fontscom/d209c71b-de66-4172-8488-c843b48ccf91.svg#d209c71b-de66-4172-8488-c843b48ccf91") format("svg");
    font-weight: 600;
    font-style: normal;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

.accessories {
    color: #1d1d1d;
    line-height: 2;
    list-style: none;
    padding-left: 10px;
    font-family: Open Sans;
    font-size: 14px;
}

.accessories i {
    color: #34bda2;
    padding-right: 12px;
}
#product-promotions .row {
    margin: 0 -15px;
}


.restricted {
  font-family: "ITC Avant Garde Gothic W01",arial,helvetica,sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;

}

#tcwarn {
    border: solid 1px #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    color: #8a8a8a;
    background-color: #fff;
}

#tcwarn a {
    color: #17A0DB;
}

.guides-title a{
    color: #000;
    text-decoration: none;
    text-transform: none;
}

.guides-title a:hover {
    text-decoration: none;
    text-transform: none;
    opacity: 0.7;
}

.cat-img-hover {
    border-radius: 3px;
}

.cat-img-hover:hover {
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.flash-message-js {
    z-index: 1000;
}

.articlecontent {
    margin-top: 10px;
}

.articlecontent img {
    height: auto;
}

.trbasket {
    background-color: #FFF;
}

.trbasket:hover {
    background-color: #f6f6f6;
}

.hsdefaultimg {
    border-radius: 3px;
}

.colhpdiv {
    margin-bottom: 25px;
}

.btn-default:active {
    background-color: #1d1d1d !important;
}

.price-right:focus {
    background-color: #1d1d1d !important;
}

.vctext {
    padding-top: 3px;
}

.voucher-label {
    color: #8a8a8a;
    padding: 10px 10px 10px 8px;
}

.promocodebox {
    /*min-width: 190px;*/
    width: auto;
    float: right;
    height: 40px;
}

.promosubmit {
    float: right;
    margin-left:9px;
}




/*Period navigation*/

.period-text {
    padding-right: 20px;
    padding-top: 42px;
}

.mobile-period-select {

}

#period-select {
    width: 100%!important;
    float:left;
}

.duration-select {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-top:15px;
    background: url(../images/misc/dropcaret3.png) right no-repeat;
    background-color: #FAFAFA!important;
    -webkit-appearance: none;
}

.secondNav {
	float:left;
	border: solid 1px #dadada;

        margin-top: 30px;
}

.secondNav .tab1 {
	float:left;
	border-right: solid 1px #dadada;
        background-color: #fff;
}

.secondNav .tab1:hover {
	float:left;
	border-right: solid 1px #45A748;
}

.secondNav .tab1:nth-last-child(1) {
	border-right:none;
}

.secondNav .tab1 a {
	padding-top:15px;
	padding-bottom:18px;
	padding-right:20px;
	padding-left:20px;
	display:block;
	border:solid 2px transparent;
	color: #1d1d1d;
	text-decoration: none;
}

.secondNav .tab1 a.active {
	background-color: #45A748;
	color: #FFF;
	text-decoration: none;
}

.secondNav .tabactive {
	border-right-color: #45A748;
}

.secondNav .tab1 a:hover {
	border:solid 2px  #45A748;
	text-decoration: none;
}

/*Period navigation*/

/* Terms and Conditions */
.terms-and-conditions h3 {
    margin-top: -45px;
    padding-top: 45px;
}
