/* CSS Document */
 @import url('../../../css-1');

/*Type*/
body {
	font-family:"niveau-grotesk", "proxima-nova",sans-serif;
	font-weight:400;
	font-size:18px;
	color:#333;
}
h1,.h1,
h2,.h2,
h5,.h5,
h6,.h6 {
	font-family: "niveau-grotesk", 'proxima-nova', sans-serif;
	text-transform: uppercase;
}
h1,.h1 {
	font-weight: 700;
	font-size: 48px;
	color:#0B8CC6;
}
h2,.h2 {
	font-size: 35px;
	font-weight: 700;
	color: #333;
}
a:not(.button) {
	color:#2590e9;
}
.responsive {
	width: 100%;
	vertical-align: top;
}
.pad-0 {
	padding:0;
}
.pad-60 {
	padding:60px 0;
}
.content-white > * {
	color:#FFF;
}
.colour-red {
	color: #c00;
}

/*BreadCrumb*/
.breadcrumb {
	font-size:14px;
	color:#AAA;
	margin:0 0 15px;
	font-weight: 300;
}
.breadcrumb a {
	color:#AAA;
	text-decoration:none !important;
}
.breadcrumb .bc-slash {
	padding: 0 5px;
	color: #DDD;
}
.breadcrumb .current {
	color:#036E67;
}

/*Boxes*/
.box-container.bc-equal .box {
	min-height: 250px;
}
.box-container.bc-noborder .box {
	border: none;
}
.box-container .box.box-blue {
	background-image: url(images/bg-blue-2.jpg);
	background-size: cover;
	border: 1px solid #226DAE;
}
.box-container .box.box-red {
	background-image: url(images/bg-red.jpg);
	background-size: cover;
	border: 1px solid #C00;
}
.box-container .box.box-green {
	background-image: url(images/bg-green.jpg);
	background-size: cover;
	border: 1px solid #94D361;
}
.box.box-variant1 {
	border: none;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #CCC;
	background-color: #FFF;
	padding: 30px;
}
.box.box-variant1 h3 {
	color: #0d8dc6;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 10px;
}

/*Template Colours*/
.header .slogan p.h3 {
	font-weight: 800;
	font-size: 20px;
}
.navigation {
	background-color: #333;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.copyright {
	background-color: #333;
	padding: 0;
	border: none;
}
.payment-summary {
	background-color: #0B8CC6;
	border: none;
}
.copyright a {
	color:inherit;
}
.footer > .frame > .coltable > .col:last-child {
	padding-right:0;
}
.footer > .frame > .coltable > .col:first-child {
	padding-left:0;
}
input[type="submit"], button {
	background-color:#0B8CC6;
}
.banner .slide-inner h1 {
	color:#fff;
	font-size: 70px;
	line-height: 50px;
	transform: skewX(-11deg);
}

/*Banner*/
.banner {
	padding:0;
	position: relative;
	z-index: 1;
}
.banner .slider-wrapper {
	box-shadow:none;
}

/*Header*/
.header {
	padding: 0;
	position:relative;
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center;
	margin-bottom: -25px;
}
.header .slogan h1 {
	transform: skewX(-11deg);
}
.logo-con {
	width: 12%;
}
.nav {
	width: 88%;
	background-image: url(images/bg-nav.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 25px 10px;
	position: relative;
	z-index: 3;
}

.topnav {
	font-size: 16px;
	font-weight: 300;
	color: #eee;
	text-align: right;
	vertical-align: top;
	margin: 10px 20px 10px 0;
}
.topnav a
{
	color: #eee;
}
.logo {
	margin:0;
	height:240px;
	width:100%;
	background-position:center left;
	background-size:contain;
	background-repeat:no-repeat;
	text-indent:-9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

/*Footer*/
.footer {
	position: relative;
	padding:70px 0 60px;
	color:#FFF;
	background-color:#0084BF;
	background-image:url(images/bg-blue.jpg);
	background-position: center center;
	background-size:cover;
}
.footer .foot-menu {
	margin:0 0 25px;
}
.footer .foot-menu a {
	color:#fff;
	border-bottom: none;
}
.footer .head {
	font-weight: 200;
	font-size: 24px;
	color: #fff;
	border: none;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.footer .foot-menu {
	border-top: none;
	padding: 0;
}
.foot-lower {
	padding-top: 60px;
	text-align: center;
}
.foot-lower img {
	width: 120px;
}
.foot-lower p {
	color: #fff;
	opacity: 0.4;
	font-weight: 200;
	padding-top: 15px;
}
.footer .break {
	width: 20%;
	height: 3px;
	background-color: rgba(255,255,255,0.4);
	margin: 26px 0 22px;
}

.footer .foot-menu > li a {
	border-bottom: 0px solid rgba(0,0,0,0);
	padding: 11px 0 !important;
	font-weight: 100;
	color:rgba(255,255,255,1);
}
.footer .foot-menu > li a:hover {
	border-bottom: 0px solid #0B8CC6;
	color: rgba(255,255,255,0.6) !important;
}
.footer h2.callme {
	font-weight:300;
}

/*Button Big*/
.button.bt-red {
	background-image:url(images/bg-red.jpg);
}
.button-big-wrapper > .col {
	padding:0 20px;
}
.button-big-wrapper a {
	text-decoration:none;
}
.button-big {
	border:2px solid #a7d156;
	background-image: url(images/bg-green.jpg);
	background-size: 850px;
	padding:20px 40px;
	transition:all 0.2s ease-in-out 0s;
	border-radius: 10px;
}
.button-big .col.first {
	width: 60%;
}
.button-big .col.last {
	width: 40%;
}
.button-big img {
	width: 100%;
	vertical-align: top;
}
.button-big .col:last-child {
	text-align:right;
}
.button-big p {
	margin:0;
	color: #fff;
}
.button-big p.h3 {
	font-size:30px;
	line-height:34px;
	font-weight:800;
}
.button-big p.h3 span {
	font-weight:300;
}
.button-big:hover {
	border-color:#DDFBA5;
	transform: scale(1.05,1.05);
}


/*Copyright*/
.copyright * {
	color:#FFF;
}

/*Box*/
.box, .form-block {
	border-width:1px;
}

/*Home Content*/
.homebox * {
	transition: all 0.2s ease-out 0s;
}
.homebox .col {
	box-sizing: border-box;
	position: relative;
	margin-top: -50px;
	top:-40px;
}
.homebox .col:hover {
	transform: scale(1.1,1.1) translateY(-17px);
}
.homebox .col img{
	width: 100%;
	vertical-align: top;
}
.homebox .col h1{
	text-align: center;
	margin-top: -125px;
}
.homebox .col:hover h1{
	color:#333;
}

/*News Block*/
.newsblock .col.first {
	padding-right: 40px;
}
.newsblock .col.first img {
	width: 100%;
	vertical-align: top;
	padding-right: 40px;
	border-right: 2px solid #333;
}
.newsblock .col.last {
	padding-left: 0px;
	position: relative;
}
.newsblock a.button {
	padding: 9px 25px 8px;
	border: 2px solid #333;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: 0;
}
.newsblock a.button:hover {
	background-color: #fff;
	color: #333;
}
.newsblock h2 {
	font-size: 45px;
	line-height: 33px;
}
.collist img {
	transition: all 0.2s ease-in-out 0s;
}
.collist img:hover {
	opacity: 0.8;
}

/*Sections*/
.section {
	padding: 80px 0px;
}
.section-short {
	padding: 60px 0px;
}
.section-title,
.section-variant1 {
	background-color: #EEE;
}
.section.section-thin {
	padding: 30px 0;
}
.section-variant2 {
	background-color: #61B249;
	background-image: url(images/bg-green.jpg);
}
.section-variant3 {
	background-color: #2874b3;
	background-image: url(images/bg-blue-2.jpg);
}
.section-variant3.loop {
	background-color: #2874b3;
	background-image: url(images/bg-blue-3.jpg);
}
.section-variant3 h2,
.section-variant3 .h2,
.section-variant3 h3,
.section-variant3 .h3,
.section-variant3 p,
.section-variant2 h2,
.section-variant2 .h2,
.section-variant2 h3,
.section-variant2 .h3,
.section-variant2 p {
	color: #FFF;
}

.section-variant2 ul.bullet-list li,
.section-variant2 ul.bullet-list li::before,
.section-variant3 ul.bullet-list li,
.section-variant3 ul.bullet-list li::before {
	color: #fff !important;
}

.section-title {
	position: relative;
	padding: 100px 0 60px;
	background-color: #FFF;
	box-shadow: inset 0 -10px 20px #F8F8F8;
}
.section-title .filter {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color:rgba(255,255,255,0.8);
	z-index: 0;
}
.section-title.filter-blue .filter {
	background-color:rgba(11,140,198,0.8);
}
.section-title.filter.filter-blue * {
	color:#FFF;
	border-color:#FFF;
}
.section-title .frame {
	position: relative;
	z-index: 1;
}
.section-green {
	border-top: 4px solid #a7d156;
	background-image:url(images/bg-green.jpg);
	background-position: center bottom;
	background-size:cover;
}
.section-green h1,
.section-green h2,
.section-green h3,
.section-green p {
	color: #fff;
}
.section-grey {
	background-color: #f3f3f3;
}

.section-about-ritec {
	background-image: url(images/bg-about-1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 120px 0;
}
.section-solar {
	background-image: url(images/bg-solar.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.curve-bottom {
	background-image: url(images/curve-bottom.svg);
	background-position: top center;
	background-size: cover;
	height: 20px;
	position: relative;
	top: -20px;
}
.who-can-use .post-item h3 {
	color: #197cce;
	transition: all 0.2s ease-out 0s;
}
.who-can-use .post-item:hover h3 {
}

/*What is?*/
.box-what-is {
	text-align: center;
}
.box-what-is img {
	margin: 0 0 40px;
	max-width: 100px;
}
.box-what-is h3 {
	color: #0d8dc6;
}
.box-what-is p {
	font-weight: 300;
	font-size: 14px;
}

/*Stockists*/
.post-type-stockist .col .post-item {
	min-height: 240px;
	border: 1px solid #EEE;
}
.post-type-stockist .col .post-item h3 {
	min-height: 60px;
}
.post-type-stockist .col .post-item .lbl {
	width: 30px;
	color: #CCC;
}

/*Footer*/
.footer ul.foot-menu li:hover > a {
	color:#0B8CC6;
}
.footer .shrink {
	transform: scale(0.85,0.85);
}
.footer .form-block {
	border:none;
	background-color:#fff;
	border-radius: 0 0 5px 5px;
}
.footer .form-block .field {
	padding: 15px 15px 0px 15px;
}
.footer .form-block .field input {
	border:none;
	background-color: #E3E3E3;
	padding: 12px 15px;
	color:#333;
}
.footer .form-block .field.submit {
	margin: 0;
	padding: 15px 15px 15px 15px;
}
.footer .form-block .field.submit button {
	margin: 0;
	padding: 10px 15px 9px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
}
.footer .head-form {
	border-radius: 5px 5px 0 0;
    color: #0B8CC6;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
	background-color: #E3E3E3;
	margin: 0;
	padding: 14px 18px 13px;
	letter-spacing: 1px;
	text-align: center;
}
.header-mobile {
	display: none;
	background-color:#0D417E;
	margin: 0;
	padding: 15px 0;
}
.header-mobile .nav {
	background: none;
	width: 80%;
	padding: 0;
}
.header-mobile .logo {
	background-image: url(images/logo-alt.png);
	height: 130px;
	position: static;
}
.header-mobile .logo-con {
	width: 20%;
}

/*Other*/
.head-break {
	height: 20px;
	width: 100%;
}

.inp-region {
	font-size: 28px;
	padding: 11px 18px 13px !important;
	border-radius: 5px;
}

.section-variant2
{
	background-size: cover;
}
.product-box .box{
    min-height: 380px;
}

.post-wrap .post-item{
    min-height: 530px;
}

@media screen and (max-width:1780px) {
	.head-break {
		height: 100px;
		width: 100%;
	}
}
@media screen and (max-width:1700px) {
	ul.menu .menulink {
		padding: 10px 15px;
	}
}
@media screen and (max-width:1600px) {
	ul.menu .menulink {
		font-size: 16px;
	}
}
@media screen and (max-width:1500px) {
	ul.menu .menulink {
		font-size: 14px;
	}
}
@media screen and (max-width:1440px) {
	ul.menu .menulink {
		padding: 10px;
	}
	.nav {
		padding-left: 170px;
	}
	.section-about-ritec {
		padding-right: 200px;
	}
	.section {
		padding: 80px 20px;
	}
	.frame
	{
		width: 1200px;
	}
	.text-medium
	{
		font-size: 32px !important;
	}
	.button-big p.h3
	{
		font-size: 24px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 1280px) {
	.frame
	{
		width: 1140px;
	}
	.button-big
	{
		padding: 15px 30px;
	}
	.button-big .col.first
	{
		padding-right: 20px;
	}
	.button-big p.h3
	{
		font-size: 20px;
	}
	.button
	{
		font-size: 14px;
		padding: 12px 24px;
	}
	.h2, .h3, h2, h3
	{
		font-size: 24px;
		line-height: 1.2;
	}
	.text-medium
	{
		font-size: 28px !important;
		line-height: 1.2;
	}
	ul.menu .menulink
	{
		padding: 12px;
	}
	.section-about-ritec p
	{
		width: 70%;
	}
}
@media screen and (max-width:1100px) {
	.frame
	{
		width: 92%;
	}
	.header-mobile {
		display: block;
	}
	.header-desktop {
		display: none;
	}
	.footer .small-frame {
		width: 80%;
	}
	.head-break {
		height: 10px;
		width: 100%;
	}

}
@media screen and (max-width:1000px) {
	.header .col {
		display: block;
		width: 100%;
		text-align: center;
	}
	.header-mobile .logo {
		background-position: center;
	}
	.header-mobile .topnav {
		text-align: center;
	}
	h1, .h1 {
		font-size: 44px;
		line-height: 48px;
	}
	h2, .h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.slide,
	.sss,
	.ssslide {
		text-shadow: 0 0 8px rgba(0,0,0,0.4);
	}
	.header {
		padding: 10px 0 0;
	}
}
@media screen and (max-width:800px) {
	.footer {
		background-position: -200px bottom;
	}
	.section-about-ritec {
		padding-right: 0;
		background-position: left;
		background-size: cover;
	}
	.body > .section > .frame {
		padding-left: 20px;
		padding-right: 20px;
	}
	.button-wrap .button {
		margin: 4px 0;
	}
	.coltable.button-big-wrapper,
	.coltable.box-what-is
	{
		display: flex;
		flex-direction: column;
	}
	.coltable.button-big-wrapper > .col,
	.coltable.box-what-is > .col
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.coltable.button-big-wrapper > .col:last-child
	.coltable.box-what-is > .col:last-child
	{
		margin-bottom: 0;
	}
	.button-big p.h3
	{
		font-size: 28px;
	}
	.box-what-is p
	{
		font-size: 16px;
	}
	.section.section-grey .coltable
	{
		display: flex;
		flex-direction: column;
	}
	.section.section-grey .coltable .col
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.coltable .col.first,
	.coltable .col.last
	{
		padding: 0;
	}
	.section.section-grey br
	{
		display: none;
	}
}
@media screen and (max-width:600px) {
	.section-title {
		padding: 60px 0;
	}
	.coltable .col.first,
	.coltable .col.last {
		padding-left: 0;
		padding-right: 0;
	}
	.section-variant2 {
		background-size: cover;
	}
	video {
		height: 250px !important;
	}
	body {
		font-size: 16px;
	}
	.footer {
		padding: 20px 0;
	}
	.header {
		padding: 10px 0 0;
	}
	.header .slogan p.h3 {
		line-height: 30px;
	}
	.header .phone {
	}
	.footer {
		background-image: none;
	}
	.footer > .frame > .coltable > .col:first-child,
	.footer > .frame > .coltable > .col {
		padding: 0 10px;
	}
	.slide,
	.sss,
	.ssslide {
		height: 200px;
		background-size: cover;
	}
	.ssslide img {
		display: none;
	}
	.button-wrap .button {
		display: block;
	}
	.header-mobile .topnav
	{
		margin: 10px 20px;
		color: #fff;
	}
	.header-mobile .topnav a
	{
		color: #fff;
	}
	.section
	{
		padding: 35px 0;
	}
	.curve-bottom
	{
		display: none;
	}
	.button-big-wrapper > .col
	{
		padding: 0;
		margin-bottom: 20px;
	}
	.button-big-wrapper > .col:last-child
	{
		margin-bottom: 0;
	}
	.button-big p.h3
	{
		font-size: 26px;
		line-height: 1.2;
	}
	.button-big img
	{
		width: 70%;
	}
	.button-big .col:last-child
	{
		text-align: center;
		margin-top: 10px;
	}
	.button-big
	{
		background-size: cover;
	}
}
