/*
	Theme Name: I Love Web
	Theme URI: https://iloveweb.com.au
	Description: I Love Web WordPress Theme
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
 
html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #282828;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin-top: 0;
    color: #282828;
}


/*------------------------------------*\    STRUCTURE\*------------------------------------*/


/* wrapper */

.wrapper {
    max-width: 1360px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}


.header {
    background: #025120 none repeat scroll 0 0;
    display: inline-block;
    padding: 0;
	position:fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.nav {
    float: none;
    margin-top: 0;
	text-align:center;
}

.nav .nav-toggle {
    float: right;
    margin: 0 0;
    background: #662c91;
    cursor: pointer;
    padding: 12px 12px;
    border-radius: 4px;
    display: none;
}
.nav .nav-toggle img {
    width: 30px;
}

.nav ul {
    padding: 0;
    margin: 0;
}
.nav ul li {
    display: inline-block;
    position: relative;
    margin: 0 35px;
}
.nav ul li a {
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    padding: 20px 0;
    text-transform: uppercase;
}

.nav ul li.button a {
    background: #0b69c7 none repeat scroll 0 0;
    border-color: #0b69c7;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 20px;
    border-radius: 6px;
}

.nav ul li.button:hover a {
    background-color: #0b53a5;
    border-color: #0b53a5;
}

.nav ul li .sub-menu {
    background: #662c91;
    position: absolute;
    left: 0;
    top: 100%;
    width: 248px;
    padding: 16px 26px;
    display: none;
}

.nav ul li .sub-menu li {
    margin: 0;
    width: 100%;
}

.nav ul li .sub-menu li a {
    color: #fff;
    padding: 5px 0;
    font-weight: 300;
    transition: all 0.3s;
}

.nav ul li .sub-menu li a:hover {
    color: #d39bfd;
}

.nav .nav-block {}

.nav .nav-block .close {
    background: url(img/close.png) no-repeat scroll center /24px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 22px;
    top: 22px;
    display: none;
}

.nav .nav-block .nav-buttons {
    display: none;
}

.nav .nav-block .nav-buttons a {
    display: inline-block;
    background: #9643d4;
    padding: 15px 26px 15px 62px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    position: relative;
    vertical-align: text-bottom;
    margin-right: 15px;
    border-radius: 3px;
    font-weight: 300;
}

.nav .nav-block .nav-buttons a:last-child {
    padding-right: 6px;
    margin-right: 0;
    width: initial;
    display: none;
}

.nav .nav-block .nav-buttons a img {
    width: 30px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.banner {
    margin: 0;
    padding: 0;
    position: relative;
}
.banner .page-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(2, 81, 32,0.8);
    padding: 10px 20px;
    margin-top: -30px;
}
.banner .page-title h1{
    margin: 0;
    font-family: roboto;
    color: #fff;
    font-size: 38px;
	text-transform:uppercase;
}
.banner .banner-img {
    position: relative;
    background: #ddd;
}
.banner .banner-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent url(img/sliderbg.png) no-repeat scroll 0 bottom /100% auto;
    position: absolute;
    bottom: 0;
}
.banner .banner-img img {
    width: 100%;
}

.banner .content{
    position: absolute;
    padding: 20px 30px;
    bottom: 0;
}
.banner .content .logo{
    width: 260px;
    margin-bottom: 10px;
}


.banner .content .logo.logo-inner{
    width: 180px;
}
.banner .content p{
    color: #025120;
    font-family: "Pattaya";
    font-size: 33px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    width: 500px;
}




.logo-section{
    background: #025120;
    text-align: center;
}

.logo-section .logo-imgs {
    margin: 0 13px;
    padding: 29px 0;
    display: inline-block;
}
.contact-page{
    margin: 100px auto;
    max-width: 1050px;
	display:table;
	width:100%;
}
.contact-page .contact-address,
.contact-page .contact-form{
    width: 50%;
    float: left;
    padding: 0 30px;
}
.contact-page .contact-address{
	
}
.contact-page .contact-address .office{	
    margin-bottom: 30px;	
}
.contact-page .contact-address .office h3{
    margin: 0;
	font-size: 28px;
	color:#000;
}
.contact-page .contact-address .office p{
    line-height: 1.8;
	font-weight: 400;
}
.contact-page .contact-form h3{
	margin: 0;
	font-size:15px;
	font-weight:500;
}
.contact-page .contact-form p label{
    width: 100%;
    font-weight: 500;
    display: inline-block;
}
.contact-page .contact-form p input,
.contact-page .contact-form p textarea{
	width: 100%;
    margin: 4px 0 0;
    min-height: 42px;
    padding: 9px 16px;
}
.contact-page .contact-form p input[type="submit"]{
    background: #025120;
    color: #fff;
    display: table;
    width: initial;
    margin: 30px auto 0;
    border: none;
    padding: 13px 56px;
}


.page-box {
    display: flex;
    padding: 120px 20px 60px;
    width: 100%;
    justify-content: center;
}
.page-box .box {
    margin: 0 20px 20px;
    position: relative;
    height: 330px;
    width: 100%;
	background: #000;
}
.page-box .box  img {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    vertical-align: bottom;
    width: 100%;
	transition: 0.3s ease;
}
.page-box .box:hover  img{
	opacity:0.3;
}
.page-box .box-button {    
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    left: 0;
    text-align: center;
}
.page-box .box-button span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding: 10px 16px;
    text-transform: uppercase;
    display: inline-block;
}

.assco-cars {
    display: inline-block ;
    padding: 0 40px 170px ;
    position: relative ;
    width: 100% ;
}
.assco-cars h1 {
    font-size: 35px;
    font-weight: 700;
	margin: 0 0 40px;
    text-align: center; 
}
.assco-cars p {
    font-size: 15px;
    font-weight: 500;
    
}
.assco-content {
    background: #e8e8e8 none repeat scroll 0 0;
    border-left: 3px solid #ffc201;
    float: left;
    padding: 35px 130px 35px 35px;
    width: 57%;
}
.asso-img {
    position: absolute;
    right: 55px;
    top: 35%;
    width: 45%;
}
.asso-img img {
    vertical-align: bottom;
    width: 100%;
}


.footer {
    margin: 70px auto 0;
    text-align: center;
    width: 100%;
    padding: 40px 0;
    background: #025120;
    border-top: 3px #ffc201 solid;
}
.footer-logos{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.footer-logos .logo-img{
    display: inline-block;
    margin: 0 11px;
}
.footer-logos .logo-img img{
	
}
.footer p,
.footer p a {
    font-family: 'open sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0;
    color: #fff;
    opacity: 0.8;
}
.footer p a {
    color:#fff;
    opacity: 1;
    text-decoration: underline;
}
.home .footer p a {
    color:#025120;
}
.home .footer {
    background: transparent;
    border-top: 2px #025120 solid;
    max-width: 1400px;	
    padding: 26px 0;
}

.home .footer p {
    color: #025120;
}


/*------------------------------------------------------------------------ About Page Style ------------------------------------------------------------------*/

.about-content {
    display: inline-block;
    padding: 80px 40px 20px;
}

.about-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 60px;
    text-align: center;
}
.about-content .text {
    display: inline-block;
    float: left;
    padding: 0 20px 0 0;
    position: relative;
    width: 50%;
}
.about-content .text p {
    font-weight: 400;
    margin: 0 0 25px;
}

.about-content .card {
    background: #eee none repeat scroll 0 0;
    border-left: 3px solid #ffc201;
    display: inline-block;
    float: right;
    margin: 5px 0 0;
    padding: 45px 35px;
    position: relative;
    width: 45%;
}
.about-content .card h3 {
    font-size: 15px;
    font-weight: 800;
}
.about-content .card p {
    font-weight: 500;
	line-height: 24px;
}
.about-content .card ul {
    padding: 0 0 0 17px;
}
.about-content .card ul li {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
	color:#000000;
}
.about-content .card ul li p{
	margin:0;
}


/*------------------------------------------------------------------------ Fiva  Page Style ------------------------------------------------------------------*/

.fiva-content {
    padding: 50px 0 0;
}

.fiva-content .fiva-info{	
    display: table;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}
.fiva-content .fiva-info .left{
    float: left;
    width: 70%;
}
.fiva-content .fiva-info p{
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.fiva-content .fiva-info .right{
	float: left;
    text-align: center;
    width: 30%;
}
.fiva-content .fiva-info .right a {
    color: aliceblue;
    font-style: italic;
}
.fiva-content .fiva-info .right a p{
    margin: 4px 0;
    color: #0e6e32;
    font-weight: 500;
    font-size: 13px;
}

.fiva-content .files {
    display: table;
    width: 100%;
    max-width: 790px;
    margin: 50px auto;
    text-align: center;
}
.fiva-content .files .pdf {
    border: 1px solid #dddddd;
    width: 230px;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0 13px 26px;
    padding: 32px 10px;
    vertical-align: top;
}
.fiva-content .files .pdf img {
    width: 90px;
    margin-bottom: 17px;
}
.fiva-content .files .pdf p {
    color: #025120;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.fiva-content .contact{

}
.fiva-content .contact h5 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 60px;
}
.fiva-content .contact .contact-form{
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}
.fiva-content .contact .contact-form p{
	
}
.fiva-content .contact .contact-form p label{
    width: 100%;
    font-weight: 500;
    display: inline-block;
}

.fiva-content .contact .contact-form p input, 
.fiva-content .contact .contact-form p textarea {
	width: 100%;
    margin: 4px 0 0;
    min-height: 42px;
    padding: 9px 16px;
}
.fiva-content .contact .contact-form p input[type="submit"] {
    background: #025120;
    color: #fff;
    display: table;
    width: initial;
    margin: 30px auto 0;
    border: none;
    padding: 13px 56px;
}

.fiva-content .contact .contact-form p textarea {
    width: 100%;
}

/*------------------------------------------------------------------- Montagu Trophy  Page Style --------------------------------------------------------------*/

.montagu-sec {
    display: table;
    padding: 75px 40px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.montagu-sec .left-montagu-sec {
    float: left;
    max-width: 70%;
    width: 100%;
}
.montagu-sec .left-montagu-sec h1 {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 60px;
}
.montagu-sec .left-montagu-sec table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 690px;
    width: 100%;
}
.montagu-sec .left-montagu-sec table tr {
    border-bottom: 1px solid #025120;
}
.montagu-sec .left-montagu-sec table tr:last-child {
    border-bottom: none;
}
.montagu-sec .left-montagu-sec table th {
    border-right: 1px solid #025120;
    color: #025120;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 9px 15px;
    text-transform: uppercase;
}
.montagu-sec .left-montagu-sec table th:last-child {
    border-right: none;
}
.montagu-sec .left-montagu-sec table tr td {
    border-right: 1px solid #025120;
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 9px 15px;
}
.montagu-sec .left-montagu-sec table tr td:last-child {
    border-right: none;
}
.montagu-sec .right-montagu-sec {
    max-width: 30%;
    width: 100%;
    float: left;
}
.montagu-sec .right-montagu-sec .montagu-right-side-img {
    display: table;
    margin: 0 auto;
    width: 330px;
}
.montagu-sec .right-montagu-sec .montagu-right-side-img img {
    border-radius: 50%;
    height: 330px;
    object-fit: cover;
    object-position: center top;
    padding: 0;
    width: 100%;
}
.montagu-pdf {
    margin: 35px auto 0;
    text-align: center;
    width: 100%;
}
.montagu-pdf img {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.montagu-pdf .pdf {
    border: 1px solid #dddddd;
    box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0 13px 26px;
    padding: 32px 10px;
    vertical-align: top;
    width: 230px;
}
.montagu-pdf .pdf img {
    margin-bottom: 17px;
    width: 90px;
}
.montagu-pdf .pdf span {
    color: #025120;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.mon-pdf-list {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.mon-pdf-list .pdf-list {
    background: #f4f4f4 none repeat scroll 0 0;
    margin: 0 auto 5px;
    padding: 20px 0;
    width: 230px;
}
.mon-pdf-list .pdf-list img {
    width: 20px;
    margin-right: 7px;
}
.mon-pdf-list .pdf-list span {
    color: #025120;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.inner-page-content{
    padding: 90px 0 20px;
    display: inline-block;
    width: 100%;
}
.inner-page-content .wrapper{
    max-width: 1285px;
}
.inner-page-content .left,
.inner-page-content .right{
	width:38%;
	float:left;
}
.inner-page-content p{
    margin: 0 0 20px;
}
.inner-page-content p a{
    text-decoration: underline;
    color: #025120;
    font-weight: 500;
}






/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1599px) {
	 .banner .banner-img:before{
		 background-size:auto;
		 background-position:left bottom;
	 }
}

@media only screen and (max-width: 1365px) {
	.nav ul li {
		margin: 0 15px;
	} 
	.banner .content .logo {
		width: 240px;
	}
	.banner .banner-img {
		overflow: hidden;
	}
	.banner.banner-inner .banner-img:before {
		bottom: -20px;
		background-position: -130px bottom;
	}
	.footer-logos .logo-img {
		margin: 0 5px;
	}
	
	.logo-section .logo-imgs {
		margin: 0 5px;
	}
	.page-box {
		padding: 80px 20px 50px;
	}
	.page-box .box {
		height: 300px;
	}
	.assco-cars h1 {
		font-size: 32px;
	}
	.assco-cars {
		padding: 0 40px 110px;
	}
}

@media only screen and (max-width: 1199px) {
	.header {
		position: sticky;
	}
	.nav ul {
		padding: 10px 0;
	}
	.nav ul li a {
		padding: 8px 0;
	}
	.banner .banner-img:before {
		background-size: auto;
		background-position: -270px bottom;
	}
	
	.banner .content p {
		font-size: 28px;
	}
	.banner .content .logo {
		width: 210px;
	}
	
	.banner .content .logo.logo-inner {
		width: 160px;
	}
	.banner.banner-inner .banner-img:before {
		background-position: -210px bottom;
	}
	
	.logo-section .logo-imgs {
		margin: 0 25px;
	}
	.page-box {
		padding: 60px 0px 40px;
	}
	.page-box .box {
		height: 240px;
	}
	.assco-cars h1 {
		font-size: 28px;
	}
	.assco-cars {
		padding: 0 40px 40px;
	}
	.footer-logos .logo-img {
		margin: 10px 31px;
	}
	.montagu-sec .left-montagu-sec {
    max-width: 65%;
    margin-right: 15px;
	}
	.inner-page-content .left, .inner-page-content .right {
    margin: 0 40px;
	}
}

@media only screen and (max-width: 991px) {
	.banner .banner-img:before {
		background-position: -400px bottom;
	}
	.banner .content .logo {
		width: 180px;
	}
	.banner .content p {
		font-size: 25px;
		max-width: 400px;
	}
	.logo-section .logo-imgs {
		margin: 0 11px;
	}
	.page-box {
		padding: 50px 0px 40px;
	}
	.page-box .box {
		height: 200px;
	}
	.page-box .box-button span {
		font-size: 17px;
	}
	.assco-content {
		padding: 20px;
		width: 100%;
	}
	.asso-img {
		position: static;
		width: 100%;
		margin-top: 40px;
		display: inline-block;
	}
	.banner.banner-inner .banner-img img {
		width: 100%;
		height: 310px;
		object-fit: cover;
	}
	.about-content {
		padding: 50px 40px 20px;
	}
	.footer-logos .logo-img {
		margin: 10px;
	}
	.inner-page-content .left, .inner-page-content .right {
		margin-right: 40px;
	}
	.montagu-sec .left-montagu-sec {
		max-width: 100%;
	}
	.montagu-sec .right-montagu-sec {
		max-width: 100%;
    }
	.montagu-sec .right-montagu-sec {
		margin-top: 40px;
	}
	.about-content .card {
	width: 100%;
	}
	.about-content .text {
	width: 100%;
	}
	.fiva-content .fiva-info {
		padding: 0 40px;
	}
	
}

@media only screen and (max-width: 767px) {
	.contact-page .contact-address, .contact-page .contact-form {
    width: 100%;
	}
	.inner-page-content .left, .inner-page-content .right {
    margin: 0 24px;
 
    padding: 0 10px;
}
	 .banner .banner-img {
		padding-bottom: 80px;
	}
	.logo-section {
		padding: 20px 0;
	}
	.logo-section .logo-imgs {
		margin: 0 11px;
		padding: 21px 0;
	}
	.page-box {
		padding: 50px 0px 40px;
		flex-wrap: wrap;
	}
	.page-box .box {
		height: 300px;
	}
	.banner.banner-inner .banner-img img {
		height: 240px;
	}
	.banner .page-title {
		left: auto;
		top: 50%;
		right: 0;
	}
	.about-content {
		padding: 40px 20px 20px;
	}
	.about-content .text,
	.about-content .card{
		width: 100%;
	}
	.footer-logos .logo-img {
		margin: 14px 11px;
	}
	.banner .page-title h1 {
		font-size: 30px;
	}
	
}

@media only screen and (max-width: 575px) {
	.fiva-content .fiva-info {
    padding: 0 30px;
}
	.nav ul li {
		margin: 0 10px;
	}
	.wrapper {
		padding: 0 10px;
	}
	.inner-page-content .left, .inner-page-content .right {
    width: 100%;
    margin: 0;
    padding: 0 15px;
}
.banner .page-title h1 {
	font-size: 22px;
}
.contact-page .contact-address, .contact-page .contact-form {
    padding: 0 15px;
}
	.contact-page .contact-address, .contact-page .contact-form {
		width: 100%;
	}
	.fiva-content .fiva-info .left {
		width: 100%;
	}
	.fiva-content .fiva-info .right {
		width: 100%;
	}
	.montagu-sec {
		padding: 75px 0;
	}
	.montagu-sec .right-montagu-sec {
		max-width: 100%;
		margin-top: 40px;
    }
	.montagu-sec .left-montagu-sec table tr td {
    font-size: 13px;
	padding: 9px 0 9px 5px;
	}
	.banner .content p {
		font-size: 22px;
		max-width: 100%;
		width: 100%;
	} 
	.banner .content {
		padding: 20px 20px;
		left: 0;
	}
	.banner .banner-img {
		padding-bottom: 118px;
	}
	.logo-section .logo-imgs {
		margin: 0 7px;
		padding: 21px 0;
	}
	.logo-section .logo-imgs img {
		height: 84px;
	}
	.assco-cars {
		padding: 0 0px 0px;
	}
	.assco-cars h1,
	.about-content h2	{
		font-size: 25px;
	}
	.page-box .box {
		margin: 0 0 20px;
	}
	.banner.banner-inner .banner-img:before {
		background-position: -390px bottom;
		bottom: 0;
	}
	.banner .page-title {
		left: 50%;
		top: 90px;
		right: initial;
	}
	.about-content {
		padding: 30px 0px 20px;
	}
	.about-content .card {
		padding: 27px;
	}
	.footer-logos .logo-img {
		margin: 14px 9px;
	}
	.footer-logos .logo-img img{
		height:84px;
	}
	.footer {
		margin: 40px auto 0;
	}
	
	.table-responsive{
		width:340px;
		overflow:auto;
	}
	.table-responsive table{
		width:500px !important;
	}
}

@media only screen and (max-width: 374px) {
	 
}

















 