﻿/* bootstrap */

@import url('bootstrap.css');


/* fonts */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);

/* body */

body {

	background-color: #e5e5e5;

	font-family: 'Roboto', sans-serif;

	font-style: normal;

	font-weight: 300;

}



/* logo */

.logo {

	background-color: #053c63;

	height: 150px;

	padding-top: 50px;

	margin-top: 25px;

}



.logo h3 {

	color: #ffffff;

	text-align: center;

	font-size: 21px;

	font-style: normal;

	font-weight: 500;

}



/* logo text */

#t1 {

	text-align: right;

}



#t2 {

	text-align: left;

}



#l1 {

	float: right;

}



/* menu & terms */

.menu {

	background-color: #ffffff;

	height: 70px;

	padding-top:25px;

	padding-left: 1px;

	margin-top: 40px;

	margin-bottom: 20px;

	font-size: 16px;

	font-style: normal;

	font-weight: 500;

	border-bottom: 2px solid #016c4a;

}



.terms {

	background-color: #ffffff;

	height: 70px;

	padding-top: 25px;

	margin-top: 40px;

	margin-bottom: 20px;

	font-size: 14px;

	text-align: right;

	border-bottom: 2px solid #016c4a;

	font-style: normal;

	font-weight: 500;

}

/* 

.menu ul {

	padding-left: 1px;

}



.menu ul li {

	display: inline;

	list-style-type: none;

	margin-left: 5px;

}



.menu a {

	color: #053c63;

	padding: 15px;

	border-radius: 5px;

}



.menu a:hover {

	text-decoration: none;

	color: #ffffff;

	background: #016c4a;

	transition: 0.4s;

}



#active {

	padding: 15px;

	border-radius: 5px;

	color: #ffffff;

	background: #016c4a;

}



#active:hover {

	color: #053c63;

	background: #ffffff;

}


 */
.terms ul li {

	display: inline;

	list-style-type: none;

	color: #016c4a;

}



.terms a {

	color: #053c63;

}



.terms a:hover {

	text-decoration: none;

	color: #016c4a;

}



.btn-active:hover {

	background-color: #ffffff;

	color: #053c63;

	transition: 0.4s;

}



/* index page content */

.main-home {

	background: url('../img/hand.png');

	background-repeat: no-repeat;

	background-color: #ffffff;

	padding-top: 350px;

	height: 685px;

	margin-top: 20px;

	border: 1px solid #d7d7d7;

}



.main h2 {

	font-size: 23px;

	margin-right: 60px;

	padding-bottom: 10px;

	border-bottom: 1px solid #016c4a;

	font-style: normal;

	font-weight: 300;

}

main h2 {
	font-size: 23px;
	margin-right: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #016c4a;
	font-style: normal;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 20px;
}


.main p, main p {

	font-size: 14px;

	padding-left: 20px;

	text-align: justify;

	font-style: normal;

	font-weight: 400;

}



/* about page content */

.main-about {

	background-color: #ffffff;

	padding-top: 20px;

	min-height: 660px;

	margin-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #d7d7d7;

}

.main-about ul.abt {
	margin-left: 35px;
}

.main-about h2 {

	font-size: 23px;

	padding-bottom: 10px;

	margin-bottom: 20px;

	margin-left: 5px;

	margin-right: 1030px;

	border-bottom: 1px solid #016c4a;

	font-style: normal;

	font-weight: 300;

	

}



.main-about p {

	font-size: 14px;

	padding-left: 5px;

	padding-right: 20px;

	text-align: justify;

	font-style: normal;

	font-weight: 400;

}

main ul.dda {
	margin-left: 45px;
}

.main-about ul li, main ul.dda li {

	font-size: 14px;

	text-align: justify;

	list-style-image: url('../img/bullet.png');

	margin-left: -15px;

	font-style: normal;

	font-weight: 400;

}



.main-about a {

	color: #016c4a;

}



.main-about a:hover {

	text-decoration: none;

	color: #053c63;

}



/* subscribe page content */

.main-subscribe {

	background-color: #ffffff;

	padding-top: 20px;

	min-height: 670px;
	padding-bottom: 20px;
	margin-top: 20px;

	border: 1px solid #d7d7d7;

}

main {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #d7d7d7;
}



.main-subscribe h2 {

	font-size: 23px;

	padding-bottom: 15px;

	margin-bottom: 20px;

	margin-left: 5px;

	margin-right: 1030px;

	border-bottom: 1px solid #016c4a;

	font-style: normal;

	font-weight: 300;

}



.main-subscribe p {

	font-size: 14px;

	text-align: justify;

	margin-left: -10px;

	font-style: normal;

	font-weight: 400;

}



.main-subscribe a {

	color: #016c4a;

}



.main-subscribe a:hover {

	text-decoration: none;

	color: #053c63;

}



.sub-dsc {

	padding-top: 170px;

}



.sub-form {

	padding-top: 20px;

	border-left: 1px solid #016c4a;

}



.sub-label {

	text-align: left !important;

	font-style: normal !important;

	font-weight: 400 !important;

}



.sub-input {

	border: 1px solid #016c4a;

	border-radius: 0px;

	font-style: normal;

	font-weight: 400;
	display: inline-block;
	width: auto;

}


form.subscribe label {
	font-weight: normal;
	padding-left: 20px;
	width: 100%;
}
form.subscribe label input {
	width: 55%;
}
form.subscribe label span {
	width: 200px;
	display: inherit;
}
form.subscribe .itype {
	padding-left: 20px;
}
form.subscribe .itype label {
	width: 100%;
}
form.subscribe .itype label span {
	width: 300px;
}
form.subscribe p.gst {
	padding-left: 60px;
	margin-top: 50px;
}
form.subscribe p.total {
	padding-left: 60px;
}
form.subscribe button {
	margin-top: 10px;
	margin-left: 20px;
}
form.subscribe input.gst, form.subscribe input.total, form.subscribe input.price-span {
	border:none;
	width: 70px;
	background: transparent;
}

/* pricing page content */

.main-price {

	background-color: #ffffff;

	padding-top: 20px;

	height: 750px;

	margin-top: 20px;

	border: 1px solid #d7d7d7;

}



.main-price h2 {

	font-size: 23px;

	padding-bottom: 15px;

	margin-bottom: 20px;

	margin-left: 5px;

	margin-right: 1065px;

	border-bottom: 1px solid #016c4a;

	font-style: normal;

	font-weight: 300;

}



.main-price p {

	font-size: 14px;

	text-align: justify;

	font-style: normal;

	font-weight: 400;

}



.main-price a {

	color: #016c4a;

}



.main-price a:hover {

	text-decoration: none;

	color: #053c63;

}



#sp1 {

	margin-top: 10px;

	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;

}



#sp1 h3 {

	font-size: 21px;

	color: #053c63;

	padding-bottom: 10px;

	margin-top: 1px;

	font-style: normal;

	font-weight: 400;

}



#sp1 sup {

	font-size: 12px;

	color: #000000;

}



#sp1 p {

	font-size: 12px;

	padding-bottom: 10px;

	font-style: normal;

	font-weight: 400;

}

#sp2 {

	margin-left: -10px;

	margin-right: -10px;

}



#up {

	padding-bottom: 30px;

}



.left {

	border-left: 1px solid #016c4a;

}



/* contact page content */

.main-contact {

	background-color: #ffffff;

	padding-top: 20px;

	height: 720px;

	margin-top: 20px;

	border: 1px solid #d7d7d7;

	margin-bottom: 25px;

}



.main-contact h2 {

	font-size: 23px;

	padding-bottom: 15px;

	margin-bottom: 45px;

	margin-left: 5px;

	margin-right: 1050px;

	border-bottom: 1px solid #016c4a;

	font-style: normal;

	font-weight: 300;

}



.main-contact p {

	font-size: 14px;

	text-align: justify;

	/* margin-left: -10px; */

	font-style: normal;

	font-weight: 400;

}



.main-contact a {

	color: #016c4a;

}



.main-contact a:hover {

	text-decoration: none;

	color: #053c63;

}



.contact-label {

	/* margin-left: -10px; */

	font-style: normal !important;

	font-weight: 400 !important;

}



.contact-input {

	border: 1px solid #016c4a;

	border-radius: 0px;

	/* margin-left: -10px; */

	width: 100%;

	font-style: normal;

	font-weight: 400;

}



.main-contact textarea {

	resize: none;

}



#map-canvas {

	width: 735px;

	height: 476px;

	background-color: #CCC;

}



/* member login page content */

.main-login {

	background-color: #ffffff;

	padding-top: 20px;

	min-height: 375px;
	padding-bottom: 20px;
	margin-top: 20px;

	border: 1px solid #d7d7d7;

	margin-bottom: 25px;

}

.main-login input {
	max-width: 100%;
}


.main-login h2 {

	font-size: 23px;

	padding-bottom: 15px;

	margin-bottom: 50px;

	margin-left: 5px;

	margin-right: 970px;

	border-bottom: 1px solid #016c4a;

	font-style: normal;

	font-weight: 300;

}



.login-label {

	font-style: normal !important;

	font-weight: 400 !important;

}



.login-input {

	border: 1px solid #016c4a !important;

	border-radius: 0px;

	width: 360px;

	font-style: italic;

	font-weight: 400;

}



.glyphicon-user {

	color: #016c4a !important;

}



.glyphicon-lock {

	color: #016c4a !important;

}



/* content logo */

.c-logo {

	margin-left: 5px;

	padding-bottom: 30px;

}



/* "more" button */

.btn-more {

	width: auto;

	background-color: #016c4a;

	color: #ffffff;

	font-size: 16px;

	font-style: normal;

	font-weight: 500;

}



.btn-more:hover {

	background-color: #016c4a;

	color: #053c63;

	transition: 0.4s;

	color: #FFF;

}



/* "subscribe" button */

.btn-sub {

	width: auto;

	height: 50px;
	float: right;
	margin-top: 15px;

	background-color: #016c4a;

	color: #ffffff;

	font-size: 16px;

	font-style: normal;

	font-weight: 500;

}



.btn-sub:hover {

	background-color: #016c4a;

	color: #053c63;

	transition: 0.4s;

}



/* "send" button */

.btn-send {

	width: auto;

	height: 50px;

	margin-top: 10px;

	background-color: #016c4a;

	color: #ffffff;

	font-size: 16px;

	/* margin-left: 31px; */

	font-style: normal;

	font-weight: 500;
	float: right;
}



.btn-send:hover {

	background-color: #016c4a;

	color: #053c63;

	transition: 0.4s;

}



/* "lgin" button */

.btn-login {

	width: auto;

	height: 40px;

	margin-top: 10px;

	background-color: #016c4a;

	color: #ffffff;

	font-size: 16px;

	margin-left: 41px;
	float: right;
	font-style: normal;

	font-weight: 500;

}



.btn-login:hover {

	background-color: #016c4a;

	color: #053c63;

	transition: 0.4s;

}



/* footer */

.footer {

	background-color: #016c4a;

	height: 60px;

	padding-top: 20px;

	margin-top: 35px;

	margin-bottom: 35px;

}



.footer p {

	color: #ffffff;

	font-size: 14px;

	font-style: normal;

	font-weight: 500;

}



/* social buttons */

.social {

	background-color: #016c4a;

	height: 60px;

	padding-top: 20px;

	margin-top: 35px;

	margin-bottom: 35px;

}



.social ul li {

	display: inline;

	list-style-type: none;

	text-align: right;

}



#s1 {

	float: right;
	margin-left: 10px;
}



#s2 {

	float: left;

}
.invoice-form {
	font-family: "Courier New";
	background: whitesmoke;
	padding-top: 20px;
	padding-bottom: 20px;
}
.invoice-form p.tax {
	font-family: "Roboto";
	font-weight: bold;
	font-size: 16px;
	color: rgb(51, 51, 51);
	text-align: center;
	margin-bottom: 10px; 
}
.free-access { background: #016c4a; border-radius: 5px; float: right; padding: 10px 20px; } 
.free-access a { color: #FFF; text-decoration: none; font-family: 'Roboto', sans-serif; font-size: 15px; }
h2.free-signup { margin-right: 920px; margin-bottom: 20px; }
.free-register input, .free-register select { width: 100%; }
.free-register select {
  border: 1px solid #016c4a !important;
  border-radius: 0px;
  width: 100%;
  height: 34px;
  font-style: italic;
  font-weight: 400;
}
.free-register input[type="checkbox"] { cursor: pointer;}
tr:first-child td, tr:nth-child(2) td { font-weight: bold; text-align: center; }
tr:nth-child(2) td { padding-bottom: 5px; }
td { border-right: 1px solid #016c4a; padding: 10px; }
tr td:last-child { border-right: none; }
tr { border-bottom: 1px solid #016c4a; }
table { border: 1px solid #016c4a; }
label[for="companies"]{display: none;}
@media (max-width: 768px) {}
@media (min-width: 768px) {}

footer {
	background: #FFF;
}

footer .footer_full {
    border-top: 3px solid #016c4a;
}

footer .footer_full .container {
    margin: 20px auto 20px auto;
    padding: 0 20px;
}

footer .copyright {
    background: #016c4a;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

footer .footer-logo img {
	width: 200px;
}

footer .footer_full h4 {
    color: #016c4a;
    font-weight: 600;
}

footer .footer_full ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

footer .footer_full ul li a {
    color: #016c4a;
}

footer .footer_full .contact_title {
    width: 70px;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #016c4a;
    font-weight: 600;
    height: 40px;
}

footer .footer_full .contact_det {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #016c4a;
    font-weight: 500;
    height: 50px;
}

footer .footer_full .awesomo {
    padding-right: 10px;
}

.email_social_footer {
    float: right;
}

.email_social_footer a {
    padding: 0 3px;
}

footer .social {
    font-size: 15px;
    color: #016c4a;
    font-weight: 400;
    background: transparent;
	height: auto;
	margin: 0;
}

header {
    width: 100%;
    height: 250px;
    max-height: 250px;
    opacity: 1;
    visibility: inherit;
    background-image: url(http://www.wilsonpartnerslaw.com.au/wp-content/uploads/2015/05/smaller-size.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

header .top {
    background: rgba(36, 127, 99, 0.8);
    z-index: 99999999;
}

header .top .inner-box {
	background: #FFF;	
	padding: 10px;
	position: relative;
}

header .top .logo_container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -192px;
}

header .top .contact-info {
	text-align: right;	 
}

header .top .contact-info .social {
	padding: 0;
	margin: 0;
	height: auto;
	background: transparent;
	color: #016c4a;
}

header .top .devider {
    border: 1px solid #d2d2d2;
    margin: 0 10px;
}

header .top .phones_no {
    text-align: left;
    font-family: Lato;
    font-size: 13px;
    color: #016c4a;
    font-weight: 500;
}

header .top .awesomo {
    padding-right: 10px;
}

header .top .email_social {
    text-align: right;
    font-family: Lato;
    font-size: 13px;
    color: #016c4a;
    font-weight: 500;
}

.radius_left {
    width: 0px;
    height: 0px;
    border-top: 37px solid transparent;
    border-left: 40px solid #ffffff;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: -40px;
}


.radius_right {
    width: 0px;
    height: 0px;
    border-bottom: 37px solid transparent;
    border-left: 40px solid #ffffff;
    transform: rotate(360deg);
    position: absolute;
    top: 0;
    right: -40px;
}

header nav {
    background: rgba(133, 176, 70, 0.9);
    z-index: 99999999;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

header nav > .container {
    padding: 0 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	float: left;
	padding: 0 30px;
	margin-top: 10px;
}

nav ul li a,
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
	color: #FFF;
	text-decoration: none;
}

@media all and (max-width: 1199px) {
	header .top .logo_container img {
		width: 200px;
	}

	header .top .logo_container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -100px;
	}

	.radius_left, .radius_right {
		display: none;
	}
}

@media all and (max-width: 991px) {
	header .top .logo_container img {
		width: 200px;
	}

	header .top .logo_container {
		position: relative;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		text-align: center;
	}


	header nav > .container {
		padding: 0;
	}
}



@media all and (max-width: 767px) {
	nav ul li { 
		padding: 0 10px;
	}
	.footer_full {
		text-align: center;
	}
	.footer_full ul li {
		text-align: center;
	}
	footer .footer_full .contact_title {
		float: none;
	}
}


