@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-banner {
	display: none;
}
.fullemail {
	display: none;
}
iframe {
	margin-top: 10px;
	margin-bottom: 20px;
}


/* FIXED SIDEBAR */

.sidebar {
	width: 250px;
	height: 100vh;
	background-color: #111;
	float: left;
	display: table;
	position: fixed;
	box-shadow: 2px 2px 10px #222, -2px 2px 10px #222;
	z-index: 100;
}
.side-container {
	display: table-cell;
	vertical-align: middle;
}
.logo {
	text-align: center;
	padding: 0px 30px;
}
nav ul {
	margin: 50px 0px;
}
nav ul li a {
	padding: 0px 30px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300;
	border-left: 5px solid #111;
	transition: ease 0.4s;
}
nav ul li a:hover {
	background-color: rgba(153,153,153,0.1);
	border-left: 5px solid rgba(153,153,153,1);
	transition: ease 0.4s;
}
.active {	
	background-color: rgba(153,153,153,0.1);
	border-left: 5px solid rgba(153,153,153,1);
}
.deets-bg {
	background-color: rgba(65,141,128,0.1);
	border-left: 5px solid rgba(65,141,128,1);
}
.deets a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 25px;
	margin: 15px 0px;
	padding: 0px 30px;
}

/* OTHER PAGE HEADER */

.other-pages {
	background-image: url(../images/other-pages.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;	
	text-align: center;
	padding: 60px 0px;
	box-shadow: 2px 2px 5px #222;
}
.other-pages h2 {
	font-weight: 800;
	font-size: 50px;
	margin: 0;
	color: #34BFA4;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #222;
}
.other-pages h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	margin: 0;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #222;
	margin-top: -10px;
}

/* SCROLL AREA */

.scrollpants {
	width: calc(100% - 250px);
	float: right;
}
header {
/*	background-image: url(../images/bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;*/
}
.inner-header {
	height: 100vh;
	width: 100%;
	display: table;
}
.splash {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.splash-text {
	width: 55%;
	float: right;
	padding: 25px 50px;
	position: relative;
	z-index: 10;
}
.splash-text:before {
	content: '';
	width: 180%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	background: rgba(0,0,0,0); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0)  0%, rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0,0,0,0)  0%, rgba(0,0,0,1)); /* Standard syntax */
	z-index: -1;
}
.splash h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	margin: 0;
	color: #fff;
	letter-spacing: 2px;
}
.splash h2 {
	font-weight: 800;
	font-size: 35px;
	margin: 0;
	color: #34BFA4;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #111;
}
.splash p {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.splash span {
	font-weight: 800;
	font-size: 15px;
	display: block;
	color: #50b2ff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.splash a {
	display: inline-block;
	background-color: #67770b;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 20px;
	letter-spacing: 1px;
	margin-top: 10px;
}

/* ABOUT SECTION */

section {
	background-color: #066091;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
section .row {
	background-color: #222;
	padding: 70px;
}
section p {
	color: #fff;
}
section h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	margin: 0;
	letter-spacing: 1px;
}
section h2 {
	font-weight: 800;
	font-size: 36px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.about-slider {
	margin: 20px 0px;
}
.about-slider img {
	padding: 0px 20px;
}
.no-padding {
	padding: 0!important;
}

/* WHY CHOOSE US? */

.why-choose {
	position: relative;
	padding: 70px 0px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	z-index: 1;
	background-color: #454c14;
}
.why-choose img {
	border-radius: 50%;
	border: 10px solid rgba(149,165,33,0.3);
}
.why-choose h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	margin: 0;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #222;
}
.why-choose h2 {
	color: #fff;
	font-weight: 800;
	font-size: 38px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #222;
}
.why-choose h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}
.why-title {
	margin-bottom: 30px;
}
.why-choose p {
	color: #fff;
}
.side-why img {
	width: 175px;
}
.side-why p {
	font-size: 13px;
}
.middle-why img {
	width: 250px;
}

/* MAIN CONTENT AREA */

.elecsa {
	margin-top: 15px;
	width: 350px;
}
main {
	background-image: url(../images/content-bg.jpg);	
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top left;
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
}
.content-area {
	background-color: rgba(255,255,255,0.9);
	padding: 70px;
}
.content-area:after {
	content: '';
	background-color: inherit;
	position: absolute;
	width: 1000px;
	height: 100%;
	right: -1000px;
	top: 0;
}
.content-area h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	margin: 0;
	letter-spacing: 1px;
}
.content-area h2 {
	font-weight: 800;
	font-size: 22px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.content-area ul {
	margin: 30px 0px;
}
.content-area ul li {
	margin: 10px 0px;
	background-color: rgba(0,0,0,0.75);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
}
.smaller-list li {
	font-size: 12px!important;
	background-color: transparent!important;
	color: #111!important;
}
.smaller-list li:before {
	background-color: transparent!important;
	color: #111!important;
}
.content-area ul li:before {
	content: '\f2f7';
	font-family: ionicons;
	margin-right: 15px;
	background: #066091;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.thumbs {
	margin: 30px 0px;
}
.thumbs img {
	padding: 0px 10px 10px 0px;
	transition: ease 0.4s;
}
.thumbs img:hover {
	opacity: 0.4;
	transition: ease 0.4s;
}
address {
	font-style: initial;
	margin: 20px 0px;
}
address p {
	margin: 0;
	font-weight: 600;
}
.maps {
	margin-top: 20px;
}
.deets-location p {
	font-weight: 600;
}

/* CONTACT HOME */

.contact-home {
	background-color: #066091;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.contact-home .row {
	background-color: #222;
	padding: 100px 70px;
}
.contact-home h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 22px;
	margin: 0;
	letter-spacing: 1px;
}
.contact-home h2 {
	font-weight: 800;
	font-size: 38px;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.contact-home a {
	background-color: #066091;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 20px;
	letter-spacing: 1px;
	margin-top: 10px;
}

/* THANK YOU FOR VISITING */

.thank-you {
	padding: 90px 0px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background-image: url(../images/thank-you.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.title-box {
	background-color: rgba(0,0,0,0.75);
	border: 2px solid #fff;
	padding: 15px 30px;
}
.thank-you h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 2px 2px 10px #222;
	margin: 0;
}
.thank-you p {
	color: #fff;
	margin: 0;
	font-size: 14px;
	margin: 5px 0px;
}
.thank-you h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 2px 2px 10px #222;
	margin: 0;
}

/* FOOTER */

footer {
	background-color: #111;
	text-align: center;
	padding: 3px 0px;
}
footer a {
	font-size: 12px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

/* EnQUIRY FORM */

form {
    padding-top: 30px;
}
.myform label{
            float: left;
            margin-left: 10px;
            font-size: 14px;
            position: relative;
            margin-bottom: -12px;
            font-weight: bold;     
            background-color: #FFF;
            text-transform: uppercase;
            line-height: 24px;
            padding: 0px 10px;
            box-sizing: border-box;
            border-radius: 3px 3px 0 0;
            color: #066091;
}
select{
            border-radius: 0px;
}
.myform img{
            width: 215px;
            height: 80px;
            float: left;
            background-color: #333;
            margin: 10px 10px 10px 0px;
}
.security{
            width: 100%;
            display: block;
            overflow: auto;
}
#code{
            width: calc(100% - 225px);
            margin-bottom: 0px
}
.myform a{
            width: calc(100% - 225px);
            line-height: 30px;
            color: #FFF;
            background-color: #066091;
            display: block;
            float: left;
            padding: 0px 20px;
}
.myform input, .myform select{
            width: 100%;
            color: #444;
            padding: 0px 20px;
            border: 2px solid #888;
            height: 46px;
            margin-bottom: 12px;
}
.myform textarea{
            padding: 10px 20px 10px 20px;
            color: #444;
            border: 2px solid #888;
            width: 100%;
            height: 120px;
            border-radius: 0px;
}
.select-option{
            background-color: #666;
            border: none;
            color: #FFF;
}
.myform p{
            float: right;
            margin: 0px 10px;
            padding: 0px;
            width: calc(100% - 245px);
            line-height: 40px;
}

input[type=submit]{
            width: auto;
            height: 46px;
            margin-top: 10px;
            background-color: #066091;
            border-radius: 2px;
            text-transform: uppercase;
            color: #FFF;
            border: none;
            outline: none;
            float: right;
            padding: 0px 20px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
            border: 2px solid #5f2527;
            outline: none!important;
}
@media screen and (max-width: 580px){
            .myform img{
            width: 100%;
            height:auto;
}

#code{
            width: 100%;
            margin-bottom: 0px
}
.myform a{
            width: 100%;
            margin-top: 10px;
            line-height: 30px;
}
}


/*
 _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ 
| __  |   __|   __|  _  |     |   | |   __|     |  |  |   __|
|    -|   __|__   |   __|  |  | | | |__   |-   -|  |  |   __|
|__|__|_____|_____|__|  |_____|_|___|_____|_____|\___/|_____|                                                           
*/
/*Only on HD Screens*/
@media screen and (max-width: 1920px) { 

}
/*1366*768*/
@media screen and (max-width: 1366px) { 

.contact-home img {
	margin-top: 40px;
}

}
/*1024*768*/
@media screen and (max-width: 1024px) {

.splash-text {
	width: 60%;
}
.contact-home img {
	display: none;
}
.contact-home .row {
	padding-left: 40px;
	padding-right: 40px;
}
.enquire-pants {
	display: none;
}

}
/*768*And Below*/
@media screen and (max-width: 768px) {

.sidebar {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.side-container {
	display: block;
}
.logo img {
	width: 300px;
	margin: 20px 0px;
}
nav ul {
	display: none;
	margin: 30px 0px;
}
.active {	
	background-color: rgba(80,178,255,0.1);
	border-left: 5px solid rgba(80,178,255,1);
	border-right: 5px solid rgba(80,178,255,1);
}
.scrollpants {
	width: 100%;
	float: left;
}
.deets {
	margin: 30px 0px;
}
.deets-bg {
	border: none;
	display: inline-block;
	background-color: rgba(255,255,255,0.2);
}
.deets a {
	line-height: 15px;
	padding: 0px 25px;
}
.mobile-banner {
	text-align: center;
	display: block;
	margin: auto;
}
.mobile-banner img {
	width: 35px;
}
.inner-header {
	height: auto;
	display: block;
	padding: 50px;
}
.inner-header:before {
	content: '';
	background-color: #5f2527;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.splash {
	padding: 0;
}
.splash-text {
	width: 100%;
	position: relative;
	text-align: center;
}
.why-choose img {
	width: 200px;
}
.why-choose p {
	font-size: 16px;
}

/*iPhone & Tings*/
@media screen and (max-width: 667px) { 

.logo img {
	width: 250px;
}
.mobile-banner img {
	width: 27.5px;
}
.inner-header {
}
.deets {
	margin: 20px 0px;
	padding-bottom: 5px;	
}
.deets-bg {
	display: block;
	border-left: 5px solid rgba(255,255,255,1);
	border-right: 5px solid rgba(255,255,255,1);
}
.deets a {
	line-height: 30px;
}
.fullemail {
	display: block;
}
.noemail {
	display: none;
}
section .row {
	padding: 50px 20px;
}
.content-area {
	padding: 50px 40px;
}
.content-area ul {
	display: none;
}
.contact-home .row {
	padding: 50px 20px;
}
.thank-you {
	display: none;
}
footer a {
	font-size: 11px;
}
.splash-text {
	padding: 0!important;
}
.splash-text:before {
	display: none!important;
}
}