@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300,700italic);

body {
	font: 16px "Roboto", Helvetica, Arial, sans-serif;
	color: #333333;
	background: #ffffff;
}

.logo, img {
	margin-top: 0;
	max-width: 100%;
}

.mini-finder-logo {
	margin-top: 3px;
    float: right;
    font-size: initial;
}

.mini-finder-logo > a:first-child {
    position: relative;
    top: -2px;
}

.mini-finder-logo > a {
	margin: 0 1px;
	display: inline-block;
	vertical-align: middle;
}

.mini-finder-logo > a img {
    margin: 0 !important;
}

@media (max-width: 1199px) {
	.mini-finder-logo {
		float: none;
		display: block;
	}

	.mini-finder-logo > a {
		margin: 0;
	}

	.mini-finder-logo > a img {
		width: auto !important;
	}
}

a:hover,
a:focus {
	text-decoration: none;
}

.form-control:hover,
.form-control:focus,
.form-control:active,
.btn:hover,
.btn:focus,
.btn:active,
.btn-group.open .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
}

.search-results-search .form-control {
	height: 45px;
}

.navbar-default .navbar-collapse {
	padding: 0;
}

@media(max-width:767px) {
	.navigation-list {
    	margin-top: 6px;
	}

	.navbar-default .navbar-collapse {
		padding: 0 15px;
		max-height: inherit;
	    box-shadow: none;
	    border-top: 1px solid #ffffff;
	}

	.viewby > a {
		padding: 6px 10px;
	}

	.form-horizontal .control-label {
		margin-top: 8px;
	}
}

@media (min-width: 768px) {
	.dropdown-hover:hover > .dropdown-menu {
		display: block;
	}
}

/* Start Header */
.wrapper-top-header {
	padding: 7px 0;
	border-bottom: 1px solid #efefef;
}

.phone {
	margin: 0;
	padding: 0;
	list-style: none;
}

.phone > li {
	line-height: 23px;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
}

.phone > li:first-child {
	font-size: 18px;
	font-weight: 700;
	color: #0088cc;
}

.phone > li:first-child > img {
	margin-right: 5px;
}

.phone > li > p {
	margin: 0;
	font-size: 12px;
}

@media (max-width: 767px) {
	.phone {
		text-align: center;
	}

	.phone > li:last-child {
		display: none;
	}

	.phone > li:first-child > img {
	    position: relative;
	    top: -1px;
	}
}

.top-navbar-right > li {
	float: left;
}

.top-navbar-right {
	margin-top: 7px;
	float: right;
}

.top-navbar-right > li > a {
	padding: 0px 10px;
	border-right: 1px solid #000000;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	color: #0088cc;
}

.top-navbar-right > li > a:hover,
.top-navbar-right > li > a:focus {
	color: #E01B1B;
	background: none;
}

.top-navbar-right > li:first-child > a {
	padding-left: 5px;
}

.top-navbar-right > li:last-child > a {
	border-right: none;
}

.wrapper-header {
	padding: 13px 0;
}

.header-search,
#header-cart {
	margin-top: 13px;
}

.header-search {
	margin-right: 15px;
	float: right;
	width: 320px;
	padding: 3px;
	border-radius: 12px;
	border: 1px solid #666666;
}

@media (max-width: 1199px) {
	.header-search {
		width: 300px;
	}
}

@media (max-width: 991px) {
    .wrapper-header {
        padding: 18px 0;
    }

    .header-search {
        width: 220px;
    }

    .header-search,
    #header-cart {
        margin-top: 2px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
	.header-search {
	    margin: 20px 0 0 0 !important;
	    width: 100%;
	}
}

.header-search .form-inline {
	border: none;
    border-radius: 0;
    margin: 0;
}

.header-search .form-control,
.header-search .btn {
	height: 27px;
	border: none !important;
	box-shadow: none !important;
}

.header-search .form-control {
	padding-left: 8px;
	font-size: 13px;
	color: #333333;
}

.header-search .btn {
	border-radius: 50% !important;
	padding: 0px 9px;
	font-size: 11px;
	margin-left: 0 !important;
	border-left: none !important;
	color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.header-search .btn:hover,
.header-search .btn:focus {
	background-color: #3276b1;
    border-color: #285e8e;
}

#header-cart {
	float: right;
	padding: 4.5px 14px 5.5px 16px;
	background: #efefef;
	border-radius: 12px;
}

#header-cart > a {
	font-size: 15px;
	color: #333333;
}

#header-cart > a#cartcontentsheader > span,
#header-cart > a#cartcontentsheader > img {
	display: inline-block !important;
	vertical-align: middle;
}

@media (max-width: 991px) {
	#header-cart > a#cartcontentsheader > img {
		display: none !important;
	}
}

#header-cart > a#cartcontentsheader > img {
	margin: 0 5px;
}

.header-cart-count {
	font-size: 12px;
	color: #ffffff;
	width: 25px;
	height: 25px;
	line-height: 26px;
	text-align: center;
	background: #e01b1b;
	border-radius: 50%;
}

.wrapper-navigation,
#fixed-navigation {
    background: #e01b1b;
}

#fixed-navigation {
	float: left;
}

#fixed-navigation .navbar-default .navbar-nav > li > a {
	padding: 7px 15px;
	font-size: 13px;
	background: #e01b1b;
}

@media (max-width: 1199px) {
	#fixed-navigation .navbar-default .navbar-nav > li > a {
		padding: 7px 11px;
	    font-size: 11px;
	}
}

@media (max-width: 991px) {
	#fixed-navigation .navbar-default .navbar-nav > li > a {
    	padding: 7px 9px;
    	font-size: 10px;
	}
}

.wrapper-navigation .navbar-default {
    margin-bottom: 0;
    border: none;
    background: none;
    min-height: inherit;
}

.wrapper-navigation .navbar-default .panel,
#fixed-navigation .panel {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#fixed-navigation .navbar-default .navbar-nav > li > a > span {
    background: none;
    padding: 0;
}

#fixed-navigation > .navbar-default {
    min-height: inherit;
	position: static;
}

#fixed-navigation .navbar-default .navbar-nav > li:last-child > a {
	background: #0088cc;
}

#fixed-navigation .navbar-default .navbar-nav > li > .dropdown-menu {
	margin: 0 !important;
    border: 1px solid #e01b1b;
    width: 97.5%;
    left: 15px;
	top: 83%;
}

.fixed-search {
    position: relative;
}

.wrapper-js-search-form {
	position: absolute;
    width: 300px;
    right: -75px;
    top: 39px;
	display: none;
}

#js-search-form {
	border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#js-search-form .form-control,
#js-search-form .btn {
    border: 1px solid #0088cc;
    height: 34px;
}

#js-search-form .form-control {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

#js-search-form .btn {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.wrapper-js-search-form:after,
.wrapper-js-search-form:before {
    bottom: 98%;
    left: 68%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.wrapper-js-search-form:before {
    border-color: rgba(0, 136, 204, 0);
    border-bottom-color: #0088cc;
    border-width: 15px;
    margin-left: -15px;
}

.wrapper-js-search-form:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 13px;
    margin-left: -13px;
}

.js-search {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    background: #0088cc;
    border-radius: 50%;
	cursor: pointer;
}

.js-search:hover,
.js-search:focus {
	color: #ffffff;
	background: #e01b1b;
}

.wrapper-fixed-search {
	padding-left: 0;
}

@media (max-width: 1199px) {
	#fixed-navigation .navbar-default .navbar-nav > li > .dropdown-menu {
		width: 97%;
	}

	.js-search {
	    font-size: 16px;
	    width: 30px;
	    height: 30px;
	    line-height: 29px;
	}
}

@media (min-width: 768px) {
	.wrapper-navigation .navbar-nav {
		width: 100%;
	}
}

.navbar-default .navbar-nav > li:first-child > a {
	border-left: none !important;
}

.navbar-default .navbar-nav > li:last-child > a {
	padding: 8.5px 16px;
    border: none !important;
    background: #0088cc;
}

.navbar-default .navbar-nav > li > a {
    position: relative;
	padding: 8.5px 20px;
    font-size: 13px;
	font-weight: 500;
    color: #ffffff;
	border-right: 1px solid #bd0e0e;
	border-left: 1px solid #f83535;
    text-transform: uppercase;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.navbar-default .navbar-nav > li.open > a {
	border-top: none;
    border-bottom: none;
    border-right: 1px solid #bd0e0e;
    border-left: 1px solid #f83535;
}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li:last-child > a  {
		padding: 8.5px 20px;
	    font-size: 13px;
    }
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff !important;
	background: none;
}

.navbar-default .navbar-nav > li:hover > a::after,
.navbar-default .navbar-nav > li:focus > a::after,
.navbar-default .navbar-nav > li > a:hover::after,
.navbar-default .navbar-nav > li > a:focus::after {
	height 	: 100%;
	opacity: 1;
}

.navbar-default .navbar-nav > li > a::after {
	content: "";
	width: 100%;
    height: 0;
    top: 0;
    left: 0;
	background: #333333;
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	z-index: 0;
	-webkit-transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	transition: ease-in 0.3s;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li:last-child > a {
		padding: 10px 15px;
		font-size: 13px;
		border: none !important;
	}

	.navbar-default .navbar-nav > li:last-child {
		float: none !important;
	}

	.navbar-default .navbar-nav > li:last-child > a {
		background: none;
	}

	.collapse-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #ffffff !important;
	}

	.collapse-menu > li > a {
		padding: 10px 15px 10px 25px;
		font-size: 13px;
		line-height: 13px;
		color: #ffffff;
		display: block;
		background: #333333;
		border-top: 1px solid #ffffff !important;
	}

	.collapse-menu > li:hover > a,
	.collapse-menu > li:focus > a,
	.collapse-menu > li > a:hover,
	.collapse-menu > li > a:focus {
		color: #ffffff !important;
	    background: #0088cc !important;
	}

	.third-menu {
		border-bottom: none;
		display: none;
	}

	.third-menu > li > a {
		padding: 10px 15px 10px 40px;
	}
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: inherit;
	background: transparent;
}

.navbar-default .navbar-nav > li > a > span {
	position: relative;
	z-index: 1;
    display: block;
	line-height: 23px;
}

.navbar-default .navbar-nav > li.ram > a > span {
    padding-left: 31px;
	background: url('../img/ram.png') no-repeat left center;
}

.navbar-default .navbar-nav > li.ssd > a > span {
    padding-left: 26px;
	background: url('../img/ssd.png') no-repeat left center;
}

.navbar-default .navbar-nav > li.memory > a > span {
    padding-left: 26px;
	background: url('../img/memory.png') no-repeat left center;
}

.navbar-default .navbar-nav > li.usb > a > span {
    padding-left: 28px;
	background: url('../img/usb.png') no-repeat left center;
}

.navbar-default .navbar-nav > li.accessories > a > span {
    padding-left: 27px;
	background: url('../img/accessories.png') no-repeat left center;
}

.navbar-default .navbar-nav > li.brands > a > span {
    padding-left: 25px;
	background: url('../img/brands.png') no-repeat left center;
}

.navbar-default .navbar-nav > li.brands > a {
	border-right: none !important;
}

.navbar-default .navbar-nav > li.help > a > span {
    padding-left: 23px;
	background: url('../img/help.png') no-repeat left center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li:last-child > a {
		padding: 8.5px 10px;
	    font-size: 12px;
    }

    .navbar-default .navbar-nav > li.ram > a > span {
        padding-left: 25px;
        background-size: 20px;
    }

    .navbar-default .navbar-nav > li.ssd > a > span {
        padding-left: 21px;
        background-size: 16px;
    }

    .navbar-default .navbar-nav > li.memory > a > span {
        padding-left: 20px;
        background-size: 14px;
    }

    .navbar-default .navbar-nav > li.usb > a > span {
        padding-left: 22px;
        background-size: 20px;
    }

    .navbar-default .navbar-nav > li.accessories > a > span {
        padding-left: 22px;
        background-size: 18px;
    }

    .navbar-default .navbar-nav > li.brands > a > span {
        padding-left: 20px;
        background-size: 14px;
    }

    .navbar-default .navbar-nav > li.help > a > span {
        padding-left: 20px;
        background-size: 15px;
    }

}

.wrapper-assurance {
    padding: 10px 0;
	text-align: center;
    background: #efefef;
}

#n_home .wrapper-assurance {
	margin-bottom: 25px;
}

.thumbnail-assurance {
    margin: 0 35px;
    display: inline-block;
}

.thumbnail-fancybox-assurance .linktext {
	margin-bottom: 0;
}

.thumbnail-fancybox-assurance hr {
	margin: 15px 0;
}

.thumbnail-fancybox-assurance p {
	font-size: 16px;
}

.thumbnail-assurance > a {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}

.thumbnail-assurance > a > img,.thumbnail-assurance > a > span {
    display: inline-block;
    vertical-align: middle;
}

.thumbnail-assurance > a > span {
    margin-left: 5px;
}

@media (max-width: 1199px) {
    .thumbnail-assurance {
        margin: 0 15px;
    }

    .thumbnail-assurance > a {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .wrapper-assurance {
        padding: 8px 0;
    }

    .thumbnail-assurance {
        margin: 2.5px 0;
        width: 50%;
    }
}

@media (max-width: 767px) {
	.thumbnail-assurance {
		margin-top: 0;
		width: 100%;
	}

	.thumbnail-assurance > a > img {
		display: inline-block !important;
	}
}

.wrapper-fixed-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
	display: none;
    background: #ffffff;
    box-shadow: 0 4px 2px -3px #efefef;
    border-bottom: 1px solid #efefef;
}

.wrapper-fixed-header .container {
	padding: 10px 15px;
	position: relative;
}

.wrapper-fixed-header > .container > .row > div:first-child + div {
	position: static;
}

.fixed-logo {
	margin-top: 5px;
    display: block;
}

#fixed-parts-finder .wrapper-select {
    margin: 0px 20px 0 0;
    float: left;
    min-width: 150px;
	max-width: 150px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}

#fixed-parts-finder #compat_list select {
    width: 100%;
    padding: 0 10px !important;
}

#fixed-parts-finder .btn {
	margin: 0;
    padding: 8.5px 20px;
    font-size: 14px;
    border-radius: 4px;
    float: left;
}

#fixed-parts-finder .btn span {
    margin: 0;
    font-size: inherit;
}

.wrapper-fixed-header #header-cart {
	padding: 8.5px 10px;
    margin: 0 !important;
    border-radius: 4px;
}

.btn-checkout {
	margin-left: 7px;
    padding: 8.5px 10px;
    color: #ffffff;
    background: #e01b1b;
    border-radius: 4px;
}

.btn-checkout:hover,
.btn-checkout:focus {
	color: #ffffff;
	background: #333333;
}

.wrapper-fixed-header #header-cart .header-cart-count {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

#sli_autocomplete.rich {
	width: 310px !important;
}

.wrapper-fixed-header #header-cart #cartcontentsheader {
    position: relative;
}

.wrapper-fixed-header #header-cart > a#cartcontentsheader > img {
    margin: 0 12px 0 0;
}

@media (max-width: 1199px) {
	#fixed-parts-finder .wrapper-select {
		margin: 0 10px 0 0;
		min-width: 140px;
		max-width: 140px;
	}

	.btn-checkout {
		padding: 9.5px 6px;
	    font-size: 12px;
	    margin-left: 5px;
	}

	.wrapper-fixed-header #header-cart {
	    padding: 9.5px 6px;
	}
}

@media (max-width: 991px) {
	.wrapper-fixed-header > div > .row {
		margin: 0 -7.5px;
	}

	.wrapper-fixed-header > div > .row > div {
		padding: 0 7.5px;
	}

	#fixed-parts-finder .wrapper-select {
	    margin: 0 10px 0 0;
	    min-width: 95px;
	    max-width: 95px;
	}

	#fixed-parts-finder #compat_list select {
	    width: 100%;
	    height: 30px;
	    font-size: 12px;
	    padding: 0 10px !important;
	}

	#fixed-parts-finder .btn {
	    padding: 5.5px 12px;
	}

	#fixed-parts-finder #compat_list .btn .fa {
		font-size: 14px;
	}

	.wrapper-fixed-header #header-cart > a#cartcontentsheader > img {
		display: inline-block !important;
	}

	.btn-checkout {
    	padding: 6px 15px;
    	font-size: 14px;
	}

	.wrapper-fixed-header #header-cart {
		padding: 7px 10px;
	}

	.fixed-logo {
		margin-top: 6px;
	}
}

.navbar-default .navbar-nav > li {
	position: static;
}

.navbar-default .navbar-nav > li.brands {
	position: relative;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
	padding: 18px 25px 15px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e01b1b;
    border-top: none;
}

.navbar-default .navbar-nav > li.brands > .dropdown-menu,
#fixed-navigation .navbar-default .navbar-nav > li.brands > .dropdown-menu {
	top: 100%;
    left: 0;
    min-width: 200px;
}

.navbar-nav > li > .dropdown-menu .column {
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
	list-style: none;
}

.navbar-nav > li.brands > .dropdown-menu .column {
	width: 100%;
}

.dropdown-menu .column > li > a {
	margin-right: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
}

.dropdown-menu .column > li > .lv3 {
    margin: 5px 0 10px;
    padding: 0;
    list-style: none;
}

.dropdown-menu .column > li > .lv3 > li > a {
    font-size: 13px;
    font-weight: 500;
    color: #8f8f8f;
	margin-right: 20px;
    padding: 4px 0;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    text-transform: none;
}

.dropdown-menu .column > li > a:hover,
.dropdown-menu .column > li > a:focus,
.dropdown-menu .column > li:hover > a,
.dropdown-menu .column > li:focus > a,
.dropdown-menu .column > li > .lv3 > li > a:hover,
.dropdown-menu .column > li > .lv3 > li > a:focus,
.dropdown-menu .column > li > .lv3 > li:hover > a,
.dropdown-menu .column > li > .lv3 > li:focus > a {
	color: #0088cc;
}

@media (max-width: 991px) {
	.navbar-nav > li > .dropdown-menu .column {
		width: 33.33%
	}
}

@media (max-width: 767px) {
	.wrapper-fixed-header {
		display: none !important;
	}
}
/* End Header */

/* Start Homepage */
.new-homepage-content > h1 {
    margin: 0 0 25px;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    color: #40383c;
}

.new-homepage-content > h1 span {
    font-style: italic;
    color: #29b61d;
}

.new-homepage-content > p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}

.new-homepage-content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.new-homepage-content > ul > li {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
}

.new-homepage-content > ul > li > span {
    width: 92%;
    display: inline-block;
    vertical-align: top;
}

.new-homepage-content > ul > li strong {
    font-weight: 500;
}

.new-homepage-content > ul > li a {
    display: block;
    text-decoration: underline;
}

.new-homepage-content > ul > li::before {
    content: "\f00c";
    color: #29b61d;
    display: inline-block;
    top: 3px;
    margin-right: 20px;
    position: relative;
    vertical-align: top;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
    .new-homepage-content > h1 {
        margin: 0 0 15px;
    }

    .new-homepage-content > p {
        margin-bottom: 20px;
    }

    .new-homepage-content > ul > li {
        margin-top: 15px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .new-homepage-content > h1 {
        font-size: 21px;
        line-height: 28px;
    }

    .new-homepage-content > p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px;
    }

    .new-homepage-content > ul > li::before {
        margin-right: 15px;
    }

    .new-homepage-content > ul > li > span {
        width: 90%;
    }
}

@media (max-width: 400px) {
	.new-homepage-content > h1 {
	    font-size: 20px;
	    line-height: 27px;
	}

	.new-homepage-content > p,
	.new-homepage-content > ul > li {
	    font-size: 13px;
	    line-height: 20px;
	}

	.new-homepage-content > ul > li > span {
		width: 85%;
	}
}

.wrapper-upgrades > h3,
#wrapper-heading > h3,
.happy-customer {
    padding: 0 0 20px;
    margin: 50px 0;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .wrapper-upgrades > h3,
    #wrapper-heading > h3 {
        margin: 40px 0;
    }
}

.wrapper-help-guide > h3,
.wrapper-why-buy > h3 {
	padding-bottom: 0;
}

.wrapper-help-guide > h3 {
    margin-top: 60px !important;
    margin-bottom: 5px !important;
}

@media (max-width: 991px) {
    .wrapper-help-guide > h3 {
        margin-top: 40px !important;
    }
}

.wrapper-upgrades > h3::after,
#wrapper-heading > h3::after,
.happy-customer::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 60px;
	height: 2px;
	display: block;
	background: #e01b1b;
}

.happy-customer {
    margin: 50px 0 0 0 !important;
    text-align: left !important;
}

.happy-customer::after {
    left: 0;
    right: auto !important;
}

.start-here {
    margin-top: 20px;
}

.google-reviews {
    margin-top: 65px;
    text-align: right;
}

@media (max-width: 1199px) {
    .happy-customer {
        margin: 20px 0 0 0 !important;
        font-size: 24px !important;
    }

    .start-here {
        margin-top: 0;
    }

    .google-reviews {
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .happy-customer {
        font-size: 18px !important;
    }

    .google-reviews {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .start-here {
        margin-top: 20px;
    }

    .start-here > p {
        margin-bottom: 0;
    }

    .google-reviews {
        margin-top: 20px;
        text-align: left;
    }

    .happy-customer {
        font-size: 28px !important;
    }
}

@media (max-width: 500px) {
	.wrapper-upgrades > h3,
	#wrapper-heading > h3,
	.happy-customer {
		font-size: 24px !important;
	}
}

@media (max-width: 400px) {
	.wrapper-upgrades > h3,
	#wrapper-heading > h3,
	.happy-customer {
		font-size: 22px !important;
	}
}

.wrapper-category-thumbnail {
	margin-top: 50px;
}

.wrapper-category-thumbnail > .row {
	margin:  0 1px;
}
.wrapper-category-thumbnail > .row > div {
	padding: 0 1px;
}

.thumbnail-category .image {
	margin-top: 2px;
	position: relative;
	display: block;
}

.thumbnail-category .image img,
.thumbnail-help-image > .image img {
    vertical-align: middle;
}

.thumbnail-category .image .headline {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font: 0/0 a;
    margin: 0;
    text-align: center;
	background: rgba(0,0,0,0.3);
}

.thumbnail-category .image .headline::before,
.thumbnail-help-image > .image::before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.thumbnail-help-image > .image img {
	max-height: 55px;
}

.thumbnail-category .image .headline > span {
	font: 18px "Roboto", sans-serif;
    padding: 16px 100px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 22px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.thumbnail-category .image .headline,
.thumbnail-category .image .headline > span {
	-o-transition: color .3s, background .3s;
	-ms-transition: color .3s, background .3s;
	-moz-transition: color .3s, background .3s;
	-webkit-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}

.thumbnail-category .image:hover .headline,
.thumbnail-category .image:focus .headline {
	background: none;
}

.thumbnail-category .image:hover .headline span,
.thumbnail-category .image:focus .headline span {
    border-color: #e01b1b;
    background: #e01b1b;
}

@media (max-width: 1199px) {
    .thumbnail-category .image .headline > span {
        padding: 16px 60px;
    }
}

@media (max-width: 991px) {
    .thumbnail-category .image .headline > span {
        padding: 16px 30px;
		font: 18px "Roboto", sans-serif;
	    font-weight: 500;
    }
}

@media (max-width: 767px) {
    .thumbnail-category .image .headline > span {
        padding: 13px 30px;
    }
}

.wrapper-help-guide > h3 {
    margin-bottom: 0;
}

.wrapper-help-guide > .row > div {
    text-align: center;
}

@media (min-width: 992px) {
    .wrapper-help-guide > .row > div {
        width: 20%;
    }
}

.thumbnail-help {
    margin: 40px 0 0;
}

.thumbnail-help-image {
    padding: 0 35px;
}

.thumbnail-help-image > .image {
	position: relative;
    height: 134px;
    display: block;
    text-align: center;
    border-radius: 50%;
    background: #f8f8f8;
    overflow: hidden;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.thumbnail-help-image > .image > span {
	display: inline-block;
    vertical-align: middle;
	background-position: top;
	background-size: cover;
}

.thumbnail-help-image > .image:hover > span {
	background-position: bottom;
}

.thumbnail-help-headline {
    padding: 0 10px;
}

@media (max-width: 1199px) {
    .thumbnail-help-image {
        padding: 0 15px;
    }

    .thumbnail-help-headline {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .thumbnail-help-image {
        padding: 0 15px;
        margin: 0 auto;
        max-width: 174px;
    }
}

@media (max-width: 400px) {
    .thumbnail-help-image {
        padding: 0;
    }

	.thumbnail-help-image > .image {
		height: 127px;
	}
}

.thumbnail-help-headline > .headline {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.thumbnail-help-headline > .headline span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	color: #0088cc;
}

@media (max-width: 991px) {
    .thumbnail-help-headline > .headline {
        font-size: 13px;
        height: 50px;
        overflow: hidden;
    }

    .wrapper-help-guide {
        text-align: center;
    }

    .wrapper-help-guide > .row > div {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 500px) {
	.thumbnail-help-headline > .headline {
    	height: 54px;
	}
}

.thumbnail-help-image > .image:hover > span {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

.thumbnail-help-image > .image:hover {
    background: #0088cc;
}

.upgrade-guides {
	margin-top: 70px;
    padding: 40px 0 35px;
    text-align: center;
    background: url('../img/upgrade-guides-bg-2.jpg') no-repeat center center;
    background-size: cover;
}

.upgrade-guides p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}

.upgrade-guides .btn {
    margin: 20px 0 0px;
    padding: 16px 90px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 24px;
}

@media (max-width: 991px) {
    .upgrade-guides {
        margin-top: 50px;
    }

    .upgrade-guides p {
        font-size: 15px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .upgrade-guides {
        padding: 30px 0;
    }

    .upgrade-guides .btn {
        margin-top: 15px;
        padding: 13px 50px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
	.upgrade-guides p {
		font-size: 14px;
		line-height: 22px;
	}
}

.wrapper-why-buy {
    text-align: center;
}

.wrapper-why-buy > .row > div {
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.wrapper-why-buy > .row > div:first-child .thumbnail-why,
.wrapper-why-buy > .row > div:first-child + div .thumbnail-why {
    padding-top: 0;
}

.wrapper-why-buy > .row > div:first-child .thumbnail-why,
.wrapper-why-buy > .row > div:first-child + div + div .thumbnail-why {
    padding-left: 0;
}

.wrapper-why-buy > .row > div:first-child + div .thumbnail-why,
.wrapper-why-buy > .row > div:first-child + div + div + div .thumbnail-why {
    padding-right: 0;
}

.wrapper-why-buy > .row > div:first-child,
.wrapper-why-buy > .row > div:first-child + div + div {
    border-right: 1px solid #eeeeee;
}

.wrapper-why-buy > .row {
    margin: 0;
}

.thumbnail-why {
    margin-top: 20px;
    padding: 20px;
    min-height: 187px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
}

.thumbnail-why > .headline {
    margin: 5px 0 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

@media (max-width: 1199px) {
    .thumbnail-why > .headline {
        font-size: 15px;
    }
}

.thumbnail-why > p {
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.thumbnail-why > .headline span {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .thumbnail-why {
        min-height: 240px;
    }

    .thumbnail-why > .headline {
        font-size: 14px;
    }

    .thumbnail-why > p {
        font-size: 14px;
        line-height: 21px;
    }

    .thumbnail-why > .headline span {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .thumbnail-why {
		margin-top: 0;
		margin-bottom: 20px;
        padding: 0 !important;
        min-height: inherit;
        border: none !important;
        border-bottom: 1px solid #eeeeee !important;
    }

    .wrapper-why-buy > .row > div {
        border: none !important;
    }
}

.wrapper-why-buy .btn {
    margin-top: 35px;
    padding: 16px 10px;
    width: 49%;
    font-size: 16px;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .wrapper-why-buy .btn {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .wrapper-why-buy .btn {
        width: 90%;
    }
}

.wrapper-why-buy .btn .fa {
    margin-left: 5px;
}

.wrapper-why-buy > .row > div:last-child {
    width: 66.66%;
}

.wrapper-why-buy > .row > div:last-child .thumbnail-why {
    margin-top: 50px;
    padding: 0;
    border: none;
    min-height: inherit;
}

@media (max-width: 991px) {
    .wrapper-why-buy > .row > div:last-child .thumbnail-why {
        margin-top: 40px;
    }

    .wrapper-why-buy .btn {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .wrapper-why-buy > .row > div:last-child {
        width: 100%;
    }

    .wrapper-why-buy > .row > div:last-child .thumbnail-why {
		margin-top: 0;
        margin-bottom: 20px;
    }
}

.wrapper-testimonials-content {
    margin-top: 25px;
    border-top: 1px solid #efefef;
}

.wrapper-testimonials > h3 {
    margin-bottom: 30px !important;
}

.wrapper-testimonials#wrapper-heading > h3::before {
    top: 30px;
}

.move-bottom {
    margin-bottom: 20px;
}

.move-bottom + div .testimonials {
    margin-top: 20px;
}

.testimonials {
    margin-top: 15px;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.testimonials > p {
    margin-bottom: 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.testimonials > h4 {
    margin: 18px 0 0;
    padding: 4px 0;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    background: url('../img/au-flag.jpg') no-repeat right center;
}

.testimonials > h2 {
    margin-bottom: 20px;
}

.testimonials > h4 > a {
    color: #e01b1b;
}

.testimonials > h4 > a .fa {
    font-size: 11px;
}

@media (max-width: 1199px) {
    .testimonials {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .testimonials > h2 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .testimonials > p {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonials > h4 {
        padding: 0;
        font-size: 12px;
        line-height: 16px;
    }

    .testimonials > h4 > a > span {
        display: block;
    }
}

@media (max-width: 767px) {
    .testimonials > h2 {
        margin-bottom: 10px;
    }

    .testimonials > h4 > a > span {
        padding: 4px 0;
        display: inline-block;
    }
}
/* End Homepage */

/* Start Footer */
.wrapper-footer-content {
    padding: 17.5px 0px;
    margin-top: 50px;
    background: #333333;
    text-align: center;
}

.wrapper-footer-content p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}

.wrapper-footer-content p a {
    color: #ffffff;
    font-weight: 500;
}

.wrapper-footer .five-column {
	margin: 0 -7.5px;
}

.wrapper-footer .five-column > div {
	padding: 0 7.5px;
}

@media (min-width: 1200px) {
    .wrapper-footer .five-column > div {
    	width: 20%;
    }
}

@media (max-width: 1199px) {
    .wrapper-footer .five-column > div:last-child {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .wrapper-footer .five-column > div:last-child {
        clear: both;
    }
}

.wrapper-footer {
    padding: 10px 0 40px;
    background: #f8f8f8;
}

.wrapper-footer h4 {
    margin: 20px 0 25px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}

.wrapper-footer h4 + .nav.nav-pills.nav-stacked {
    margin-left: 0;
}

.wrapper-footer .nav-pills > li > a {
    padding: 0 0 15px;
    font-size: 13px;
    border-radius: 0;
    color: #333333;
}

.wrapper-footer .nav-pills > li > a:hover,
.wrapper-footer .nav-pills > li > a:focus {
    background: transparent;
    color: #cf1616;
}

.list-social > li {
	margin-right: 10px;
	padding: 0;
	display: block;
	float: left;
}

@media (max-width: 1199px) {
    .list-social {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 991px) {
	.list-social > li {
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
	.list-social > li {
		float: none;
		display: inline-block;
	}

	.wrapper-footer h4 {
		margin: 15px 0;
	}
}

.list-social {
	margin: 0;
	overflow: hidden;
}

.list-social > li > a {
	font-size: 18px;
	line-height: 37px;
	color: #ffffff;
	width: 37px;
	height: 37px;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #bd0e0e;
}

.list-social a:hover,
.list-social a:focus {
	background: #0088cc;
	color: #ffffff;
}

.wrapper-payment {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #efefef;
}

.wrapper-payment .list-inline {
    margin-bottom: 0;
}

.wrapper-payment .payment-icon-container {
    margin-top: 0;
    background: #ffffff;
}

.footer-logo {
    margin-top: 20px;
    display: block;
}

.footer-logo > p {
	overflow: hidden;
}

.footer-logo > p:first-child > img:first-child + img {
    margin-left: 10px;
}

.wrapper-footer address {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
}

.wrapper-footer address p {
    line-height: normal;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 1199px) {
    .footer-logo {
        overflow: hidden;
        vertical-align: top;
    }

    .footer-logo > p {
        display: inline-block;
        vertical-align: middle;
    }

    .footer-logo > p:last-child {
        margin-left: 10px;
    }

    .wrapper-footer address {
        margin-top: 10px;
    }

    .wrapper-footer address p {
        display: inline-block;
    }

    .wrapper-footer .nav-pills {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .wrapper-footer .nav-pills {
        margin-bottom: 15px;
    }
}

.ewayContainer {
    width: 80px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.ewayContainer > a {
    display: block;
}
/* End Footer */

.fixed-logo img,
.start-here img {
	image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+ */
}

#ramcityfinder h3 {
    font-size: 22px;
    color: #ffffff;
}

#ramcityfinder.buying-guide-ramcityfinder .small a {
	display: inline-block;
}

.buying-guide-ramcityfinder a {
	color: #fff;
}

.buying-guide-ramcityfinder a.need-help {
	display: inline-block;
    margin-bottom: 10px;
}
