/* FONT FAMILIES */



.opensans {
	font-family: 'Open Sans', sans-serif !important;
}

.opensanscon {
	font-family: 'Open Sans Condensed', sans-serif !important;
}



/* END FONT FAMILIES */






/* FONTS WEIGHTS */


.font-100 {
	font-weight: 100;
}

.font-200 {
	font-weight: 200;
}

.font-300 {
	font-weight: 300;
}

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.font-800 {
	font-weight: 800;
}

.font-900 {
	font-weight: 900;
}


/* END FONTS WEIGHTS */






/* FONT STYLING */


.fullcaps {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.para {
	letter-spacing: 1px;
}

h4.heads-text {
	font-size: 20px;
	line-height: 22px;
}

h2.thanks {
    font-size: 105px;
    line-height: 48px;
}


/* END FONT STYLING */






/* BACKGROUND COLOURS */



.teal {
	background-color: #8ea2a3 !important;
}

.yellow {
	background-color: #eac946 !important;
}

.light-grey {
	background-color: #c5c5c5 !important;
}

.dark-grey {
	background-color: #292929 !important;
}

.black {
	background-color: #000 !important;
}

.white {
	background-color: #fff !important;
}


/* END BACKGROUND COLOURS */






/* TEXT COLOURS */


.teal-text {
	color: #8ea2a3 !important;
}

.yellow-text {
	color: #eac946 !important;
}

.black-text {
	color: #000 !important;
}

.light-grey-text {
	color: #c5c5c5 !important;
}

.dark-grey-text {
	color: #292929 !important;
}

.white-text {
	color: #fff !important;
}


/* END TEXT COLOURS */







/* LINKS */


a, a:visited {
    font-weight: 700;
    color: #000;
}


/*END LINKS*/






/* BUTTONS */


.btn-teal {
	border: 2px solid #fff !important;
	color: #fff !important;
}

.btn-teal:visited {
	border: 2px solid #fff !important;
	color: #fff !important;
}

.btn-teal:hover {
	border: 2px solid #94a1a3 !important;
	background-color: #94a1a3 !important;
	color: #fff !important;
}



.btn-yellow {
	border: 2px solid #fff !important;
	color: #fff !important;
}

.btn-yellow:visited {
	border: 2px solid #fff !important;
	color: #fff !important;
}

.btn-yellow:hover {
	border: 2px solid #eac946 !important;
	background-color: #eac946 !important;
	color: #fff !important;
}


.btn-grey {
	border: 2px solid #292929 !important;
	color: #292929 !important;
}

.btn-grey:visited {
	border: 2px solid #292929 !important;
	color: #292929 !important;
}

.btn-grey:hover {
	border: 2px solid #292929 !important;
	background-color: #292929 !important;
	color: #fff !important;
}



.btn-teal-filled {
	border: 2px solid #94a1a3 !important;
    background-color: #94a1a3 !important;
    color: #fff !important;
}

.btn-teal-filled:visited {
	border: 2px solid #94a1a3 !important;
    background-color: #94a1a3 !important;
    color: #fff !important;
}



input[type="submit"], button[type="submit"] {
    border: 2px solid #eac946;
    background: #eac946;
    color: #292929;
    font-size: 13px;
    letter-spacing: 2px;
}

.btn-lg-2 {
    width: 100%;
}


/* END BUTTONS */






/* TABS */


.button-tabs .active .tab-title {
	background: #62b1b7;
	min-width: 0px !important;
}

.button-tabs .tab-title {
	min-width: 0px !important;
}


.tab-title:hover {
	background: #62b1b7 !important;
	color: #fff;
}


/* END TABS */








/* END TABS */


.lightbox-grid li {
    border: 0px;
}

#greypics {
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%); 
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%); 
    -o-transition: .5s ease-in-out;
}

#greypics:hover {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
}

/* END TABS */






/* ACCORDION */

.accordion li.active .content {
	max-height: 2000px !important;
}

/* END ACCORDION */





/* BULLET POINTS */


ul.bullets {
	padding-left: 15px;
    list-style-type: disc;
    list-style-position: outside;
}


/* END BULLET POINTS */




/* IMAGES */


.top-image {
	background-image: url("../img/main.jpg");
	background-size: cover; 
}

.heads {
    max-height: 150px;
}


/* END IMAGES */







/* MAP */


.map-holder iframe {
	height: 130% !important;
}


/* END MAP */





/* MARGINS */


.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt200 {
	margin-top: 200px !important;
}






.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb200 {
	margin-bottom: 200px;
}

.mb300 {
	margin-bottom: 300px;
}







.ml0 {
	margin-left: 0px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.ml200 {
	margin-left: 200px !important;
}






.mr0 {
	margin-right: 0px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mr200 {
	margin-right: 200px !important;
}


/* END MARGINS */




/*PADDING*/

.pt0 {
	padding-top: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}


.pt60 {
	padding-top: 60px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pt200 {
	padding-top: 200px !important;
}






.pb0 {
	padding-bottom: 0px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pb200 {
	padding-bottom: 200px !important;
}

.pb400 {
	padding-bottom: 400px !important;
}




.pl0 {
	padding-left: 0px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pl200 {
	padding-left: 200px !important;
}







.pr0 {
	padding-right: 0px !important
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pr200 {
	padding-right: 200px !important;
}


/* END PADDING */





/* MISC */


.logo-left {
	text-align: left;
}

.logo-center {
	text-align: center;
}

.logo-right {
	text-align: right;
}


/* END MISC */






/* MEDIA QUERIES */


@media (min-width: 1024px) and (max-width: 2560px) {

h4.bullet-title {
    font-size: 40px;
    line-height: 42px;
}

.bullets, .bullet-text {
	font-size: 16px;
    line-height: 28px;
}

}




@media (min-width: 1201px) and (max-width: 1600px) {

.top-image {
	background-image: url("../img/main2.jpg");
	background-size: cover; 
}

}





@media (min-width: 992px) and (max-width: 1200px) {

.top-image {
	background-image: url("../img/main3.jpg");
	background-size: cover; 
}

}


@media (min-width: 769px) and (max-width: 991px) {

.top-image {
	background-image: url("../img/main4.jpg");
	background-size: cover; 
}

}





@media (min-width: 768px) and (max-width: 1024px) and (orientation:	portrait) {

h3.toptag {
    font-size: 24px;
    line-height: 30px; 
}

h3.tag {
    font-size: 24px;
    line-height: 30px; 
}

#start {
	padding-top: 60px;
	padding-bottom: 0px;
}

.head-parts {
	margin-bottom: 40px;
}

.head-title {
	margin-bottom: 5px;
}

.heads-text {
	line-height: 20px;
}

.text-left {
    text-align: center !important;
}

}



@media (min-width: 415px) and (max-width: 768px) {


.bullets-section {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.three-image-section {
	padding-top: 40px;
	padding-bottom: 0px;
}

.subheading {
	font-size: 20px;
}

}


@media (min-width: 320px) and (max-width: 414px) {

.top-image {
	background-image: url("../img/main-sm.jpg");
	background-size: cover; 
}

.top-text.mb200 {
	margin-bottom: 20px;
}

.top-buttons {
	width: 100%;
}

.pb60 {
    padding-bottom: 20px !important;
}
.pt50 {
    padding-top: 20px !important;
}

.pt60 {
    padding-top: 20px !important;
}

#start {
	padding-top: 30px;
	padding-bottom: 30px;
}

.text-left {
    text-align: center !important;
}

.head-parts {
	margin-bottom: 40px;
}

.heads-text {
	margin-bottom: 10px;
}

h3.top-cta {
	margin-bottom: 0px;
}

.logo-left {
	text-align: center;
}

.logo-center {
	text-align: center;
}

.logo-right {
	text-align: center;
}

.bullets-section {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.top-cta {
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.first-para {
	margin-bottom: 80px;
}

.three-para-1 {
	margin-bottom: 60px;
}

.three-para-2 {
	margin-bottom: 60px;
}

.three-pic-1 {
	margin-bottom: 20px;
}

.three-pic-2 {
	margin-bottom: 20px;
}

.social-bottom {
	margin-top: 40px !important;
	font-size: 20px;
	margin-top: 40px;
	letter-spacing: 10px;
}

}


