@charset "utf-8";

/* FONT FACE STUFF */

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Thin.eot');
	src: url('fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Thin.woff2') format('woff'),
		url('fonts/Montserrat-Thin.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-ExtraLight.eot');
	src: url('fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-ExtraLight.woff2') format('woff'),
		url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Light.eot');
	src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Light.woff2') format('woff'),
		url('fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff2') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.eot');
	src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-SemiBold.woff2') format('woff'),
		url('fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff2') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Black.eot');
	src: url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Black.woff2') format('woff'),
		url('fonts/Montserrat-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

/* STANDARD STUFF */

body {
	font-family: 'Montserrat';
	position: relative;
}
body:before {
	content: url(../images/body.jpg);
	opacity: 1;
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
a {
	text-decoration: none;
	color: inherit;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.shadow {
	max-width: 85em;
	margin: 0 auto;
	overflow: auto;
	box-shadow: 10px -4px 40px rgba(0,0,0,0.2), -10px -4px 40px rgba(0,0,0,0.2);
}
.navtoggle {
	display: none!important;
}

/* HEADER SECTION */

.top-container {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	height: 50px;
	background-color: #246277;
}
.deets a {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 15px;
	line-height: 50px;
	color: #fff;
	letter-spacing: 1px;
}
.top-container i {
	color: #64c8eb;
	font-size: 15px;
	margin-right: 10px;
}
header {
    background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
    overflow: auto;
}
.other-header {
	height: 230px;
}
.splash {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-top: 200px;
	border: 3px solid #fff;
	padding: 17.5px 0px;
	background-color: rgba(0,0,0,0.8);
}
.splash h2 {
	font-size: 32px;
	margin: 0;
	text-shadow: 3px 3px 1px #111;
}
.splash h2:first-of-type {
	font-weight: 300;
}
.splash h2:last-of-type {
	margin-top: -5px;
	letter-spacing: 3px;
	font-weight: 600;
}
.other-splash {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-top: 225px;
	margin-bottom: 55px;
	border: 3px solid #fff;
	padding: 17.5px 0px;
	background-color: rgba(0,0,0,0.75);	
}
.other-splash h2 {
	font-size: 35px;
	margin: 0;
	text-shadow: 3px 3px 1px #111;
	letter-spacing: 3px;
	font-weight: 600;
}
.triangle-pants {
	text-align: center;
	margin-bottom: 100px;	
}
.triangle-pants img {
	cursor: pointer;
	width: 150px;
}
.nav-container {
	z-index: 1;
	background-color: #246277;
	width: 100%;
	text-align: center;
	height: 50px;
}
nav {
	font-size: 0;
}
nav ul li {
	display: inline-block;
}
nav ul li a {
	display: inline-block;
	line-height: 50px;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 500;
	transition: ease 0.4s;
}
nav ul li a:hover, .active {
	box-shadow: inset 0 -4px #64c8eb;
	transition: ease 0.2s;
}

/* ABOUT US SECTION */

.about-us .row {
	background-color: #c2dce5;
	padding: 60px 0px;
}
.no-bg {
	margin: 0px!important;
	background-color: transparent!important;
}
.about-splash {
	background-image: url(../images/about-us.jpg);	
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.inner-container {
	position: relative;
}
.inner {
	position: absolute;
	text-align: center;
	width: 60%;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.7);
	border: 3px solid #fff;
	color: #fff;
	padding: 20px;
}
.inner h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 36px;
	margin: 0;	
	text-shadow: 3px 3px 1px #111;
}
.inner p {
	font-size: 12px;
}
.about-content {
	background-color: #246277;
	text-align: center;
}
.about-content h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
	margin: 0;	
	color: #fff;
	text-shadow: 3px 3px 1px #111;	
}
.content-inner {
	padding: 50px 70px 60px 70px; 
}
.content-inner p {
	font-size: 14px;
	color: #fff;
}
.about-content .slick {
	margin-top: 30px;
	margin-bottom: 30px;
}
.slick img {
	padding: 0px 15px;
}


/* MAIN CONTENT SECTION */

.other-main {
	padding-top: 60px;
}
main.row {
	background-color: #c2dce5;
}
main h2 {
	background-color: #246277;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 36px;
	margin: 0;	
	padding: 5px 0px;
	text-align: center;
}
main h3 {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin: 0;
	background-color: #2c91b4;
	font-weight: 600;
	padding: 5px 0px;
	text-align: center;
}
main h4 {
	text-transform: uppercase;
	color: #111;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 800;
	margin: 0;
	margin-bottom: 15px;
}
main h5 {
	text-transform: uppercase;
	color: #111;
	letter-spacing: 2px;
	font-size: 16px;
	text-align: left;
	font-weight: 800;
	margin: 0;
	margin-bottom: 15px;	
}
main h6 {
	text-transform: uppercase;
	color: #111;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 15px;
}
.why-icons {
	padding: 50px 0px;
}
.why-icons img {
	text-align: center;
	margin: auto;
	width: 50px;
	display: block;
}
.why-icons p {
	text-align: center;
	font-size: 14px;
}
.why-icons h4 {
	text-align: center;
	background-color: transparent;
	color: #246277;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
	margin-top: 15px;
}
.content-area {
	background-color: rgba(0,0,0,0.1);
}
.main-inner {
	padding: 60px;
}
.main-inner p {
	font-size: 14px;
}
.main-inner span {
	font-weight: 400;
}
.main-inner img {
	margin: 30px 0px 0px 0px;
}
.split-inner {
	padding: 0px 60px 60px 60px!important;
}
.special-inner {	
	padding: 0px 60px 60px 0px!important;
}
.special-inner img {
	width: 45%;
	margin-top: 20px!important;
}
.about-thumbs img {
	margin-top: 20px;
}
.gallery-thumbs img {
	margin: 0!important;
	margin-bottom: 35px!important;
	transition: ease 0.4s;
}
.gallery-thumbs img:hover {
	opacity: 0.7;
	transition: ease 0.4s;
}
.other-prc {
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;	
}

.special-ul ul {
	margin: 25px 0px;
	-webkit-columns: 4;
	-moz-columns: 4;
	-o-columns: 4;
	columns: 4;
}
.special-ul li {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 22.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.special-ul li:before {
	content: '\f38f';
	font-family: ionicons;
	color: #fff;
	background-color: #246277;
	width: 22.5px;
	height: 22.5px;
	position: absolute;
	left: 0;
	text-align: center;
}

.prc-list {
	margin: 25px 0px;
	-webkit-columns: 4;
	-moz-columns: 4;
	-o-columns: 4;
	columns: 4;
}
.prc-list li {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 22.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}
.prc-list li:before {
	content: '\f38f';
	font-family: ionicons;
	color: #fff;
	background-color: #246277;
	width: 22.5px;
	height: 22.5px;
	position: absolute;
	left: 0;
	text-align: center;
}
.famous-list li {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 15px;
	line-height: 30px;
	position: relative;
	padding-left: 50px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
}
.famous-list li:before {
	content: '\f383';
	font-family: ionicons;
	color: #fff;
	background-color: #246277;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	text-align: center;
}

.home-ul li {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 22.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 500;	
}
.home-ul li:before {
	content: '\f2fc';
	font-family: ionicons;
	color: #fff;
	background-color: #246277;
	width: 22.5px;
	height: 22.5px;
	position: absolute;
	left: 0;
	text-align: center;
}

.home-list li {
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 22.5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: 500;	
}
.home-list li:before {
	content: '\f2fc';
	font-family: ionicons;
	color: #fff;
	background-color: #246277;
	width: 22.5px;
	height: 22.5px;
	position: absolute;
	left: 0;
	text-align: center;
}
.double-list {
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.services-thumbs {
	margin-top: 20px;
}
.bottom-row img {
	margin-bottom: 0px;
}
.disclaimer {
	font-weight: 600;
}
.thumbs {
	text-align: center;
}
.thumbs .columns {
	margin-bottom: 20px;
}
.thumbs h6 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	margin-top: 5px;
	background-color: #246277;
	color: #fff;
	padding: 5px 0px;
}
.price-list li {
	font-size: 13px!important;
	margin: 0!important;
	padding: 0!important;
	font-weight: 400!important;
}
.price-list li:before {
	display: none;
}
.reviews-section p {
	text-align: center;
	display: block;
	font-size: 13px;
}
.reviews-section hr {
	border: 0;
	display: block;
	height: 5px;
	width: 50%;
	background-color: #246277;
	opacity: 0.2;
}
.reviews-section span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
.reviews-section p:before {
	content: '\f347';
	font-family: ionicons;
	font-size: 27.5px;
	margin-right: 20px;
	display: inline-block;
	color: #246277;
}
.reviews-section p:after {
	content: '\f347';
	font-family: ionicons;
	font-size: 27.5px;
	margin-left: 20px;
	-webkit-transform: rotate(180deg);
	display: inline-block;
	color: #246277;
}



/* ACCORDION BITS */

#accordion .ui-state-focus{
    outline: none;
}
#accordion h3 {
	cursor: pointer;
	margin-bottom: 20px;
}






/* LOOKING FOR A QUOTE SECTION */

.quote-section {
	background-color: #c2dce5;
	padding-bottom: 60px;
}
.quote-inner {
	background-color: #246277;
	padding: 40px;
	text-align: center;
}
.quote-inner h2 {
	background-color: #246277;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 32px;
	margin: 0;	
	padding: 5px 0px;
	text-shadow: 3px 3px 1px #111;
	text-align: center;	
}
.quote-inner p {
	color: #fff;
}
.quote-inner a {
	color: #fff;
	background-color: #2c91b4;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 20px;
	margin-top: 10px;
}

/* SERVICES SECTION */


.services-example .row {
	background-color: #c2dce5;
	padding: 60px 0px 60px 0px;
}
.services-splash {
	background-image: url(../images/services.jpg);	
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.inner-container {
	position: relative;
}
.inner {
	position: absolute;
	text-align: center;
	width: 60%;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.7);
	border: 3px solid #fff;
	color: #fff;
	padding: 20px;
}
.inner h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 36px;
	margin: 0;	
	text-shadow: 3px 3px 1px #111;
}
.inner p {
	font-size: 13px;
}
.services-content {
	background-color: #246277;
	text-align: center;
}
.services-content h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 30px;
	margin: 0;	
	color: #fff;
	text-shadow: 3px 3px 1px #111;	
}
.content-inner {
	padding: 50px 70px 60px 70px; 
}



.services-list {
	text-align: center;
	margin-top: 20px;
	display: inline-block;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.services-list li {
	background-color: rgba(255,255,255,0.1);
	margin-bottom: 15px;
	line-height: 30px;
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;

}
.services-list li:before {
	content: '\f2f7';
	font-family: ionicons;
	color: #fff;
	background-color: #2c91b4;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	text-align: center;
}

/* FOOTER SECTION */

.bottom-container {
	z-index: 1;
	background-color: #246277;
	width: 100%;
	text-align: center;
	height: 50px;
	bottom: 0;
	left: 0;
}
.bottom-container a {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 15px;
	line-height: 50px;
	color: #fff;
	letter-spacing: 0.5px;
}
.bottom-container i {
	color: #64c8eb;
	margin-right: 10px;
}
.footer-logo {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
}
footer {
	position: relative;
	padding-top: 50px;
	background-image: url(../images/footer-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-position: bottom center;
	z-index: 10;	
}
footer:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #111;
	opacity: 0.4;
	position: absolute;
	z-index: -1;
}
.footer-area {
	padding-bottom: 70px;
	text-align: center;
}
.footer-area b {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer-area p {
	color: #fff;
	font-size: 13px;
}
.footer-area i {
	color: #2c91b4;
	font-size: 24px;
	display: block;
}
.footer-area a {
	font-size: 14px;
	display: block;
	color: #fff;
	padding: 10px 0px;
}
.footer-area img {
	width: 100px;
}
.footer-title {
	text-align: center;
}
.footer-title h2 {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	font-size: 32px;
	margin: 0;
	text-shadow: 3px 3px 1px #111;
}
.footer-title h2:last-of-type {
	font-weight: 300;
	font-size: 22px;
}
.footer-title hr {
	background-color: #2c91b4;
	height: 5px;
	border: 0;
	width: 10%;
	display: block;
	margin: 20px auto;
}
.copyright {
	font-size: 11px!important;
	padding-bottom: 30px;
}
.mobile-copyright {
	display: none;
}

/* ENQUIRY FORM*/

.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: #2c91b4;
}
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: #246277;
            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: #246277;
            border-radius: 2px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700;
            border: none;
            outline: none;
            float: right;
            padding: 0px 20px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
            border: 2px solid #246277;
            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;
}


/*-------------------*/
/*Basic media Queries*/
/*-------------------*/

/*/*Basic lappy*/
@media screen and ( max-width: 1366px ){ 


}

/*iPad Landscape*/
@media screen and ( max-width: 1025px){ 

.deets a {
	display: none!important;
}
h2 {
	font-size: 22px!important;
}
.splash h2:first-of-type {
	margin-bottom: 5px;
}
main h3 {
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
.main-inner {
	padding: 10px 40px;
}
.bottom-left, .bottom-right {
	display: none;
}
.deets {
	display: none;
}
.navtoggle {
	display: inline-block!important;
}
nav {
	background-color: #3d5e69;
	height: auto!important;
}
.nav-container {
	position: relative;
	height: auto;
}
.nav-container .row {
	display: none;
}
nav ul li {
	display: block;
}
.mobile-banner {
	width: 100%;
	height: 50px;
}
.mobile-banner a span {
	display: none!important;
}
.mobile-banner a, .mobile-banner div {
	display: inline-block;
	line-height: 50px;
	color: #FFF;
	width: 25%;
	height: 50px;
	font-size: 24px;
}
.mobile-banner i {
	color: #fff;
}
.about-us .row {
	padding: 60px 0px;
}
nav ul li a:hover, .active {
	box-shadow: none;
}
.bottom-row img {
	margin-bottom: 30px;
}

}
/*iPad Portrait*/
@media screen and ( max-width: 768px){ 



.top-container a span {
	display: none;
}
.top-container i {
	font-size: 24px;
}
.about-splash {
	width: 100%;
}
.about-content {
	width: 100%;
}
.services-content {
	width: 100%;
}
.services-splash {
	width: 100%;
}
.inner {
	position: relative;
	transform: translateY(0);
}
.about-splash, .services-splash {
	padding: 50px 0px;
}
	
}
/*Phone*/
@media screen and ( max-width: 667px){ 

.splash h2:first-of-type {
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 20px;
}
.splash h2 {
	font-size: 32px;
}
.why-icons {
	display: none;
}
.content-inner {
	padding: 50px 40px 60px 40px;
}
.services-list li {
	font-size: 12px;
}
.services-list {
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.prc-list {
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

.special-ul ul {
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.famous-list li {
	font-size: 12px;
}
footer {
	display: none;
}
.mobile-copyright {
	font-size: 13px;
	text-align: center;
	background-color: #246277;
	color: #fff;
	padding: 7.5px 0px;
	display: block;
}
}