@charset "utf-8";
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.form-control.requiredValue, 
.form-control.has-error {
	border-color: #ff1200;
	background: #fbc7c3 !important;
	border-width: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);/*border-radius: 0 !important;*/
}
.form-control {
	display: block;
	width: 100%;
	color: #555;
	background-color: rgba(255,255,255,1);
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
select.form-control {
	color: #999;
}

footer .form-control {
	display: block;
	width: 100%;
	color: #fff;
	background-color: rgba(255,255,255,0);
	background-image: none;
	border: 1px solid #f1592c;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
footer .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,255,255,.6);
}
footer .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
footer .form-control:-ms-input-placeholder {
  color: #fff;
}
footer .form-control::-webkit-input-placeholder {
  color: #fff;
}
footer select.form-control {
	color: #fff;
}

footer .modal-body .form-control {
	display: block;
	width: 100%;
	color: #999;
	background-color: rgba(255,255,255,0);
	background-image: none;
	border: 1px solid #f1592c;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
footer .modal-body .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
footer .modal-body .form-control:-ms-input-placeholder {
  color: #999;
}
footer .modal-body .form-control::-webkit-input-placeholder {
  color: #999;
}
footer .modal-body select.form-control {
	color: #999;
}

.contactform-1 p {
	padding-left:5px;
	padding-right:5px;
}
.contactform-1 .form-group,
.contactform-2 .form-group {
	margin-bottom:15px;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.valid-contact {
	padding-left: 10px;
	padding-right: 10px;
}
.errors {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
	color: #737373;
	margin-left: 15px;
	margin-bottom: 2%;
}


/*--- Buttons ---*/
.btn-sub {
	width: 100%;
	/*padding: 10px 12px;*/
	/*line-height: 1.42857143;*/
	background-color: #f37226;
	background-image: none;
	border: 1px solid #f37226;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	color: #fff;
	text-transform: uppercase;
	/*font-size: 12px;
	font-size: 1.2rem;*/
}
.btn-sub:hover,
.btn-sub:focus,
.btn-sub.active {
	background-color: #4b4b4b;
	border: 1px solid #4b4b4b;
	color: #fff;
}
/*--- Buttons ---*/
.btn-con {
	width: 100%;
	/*padding: 10px 12px;*/
	/*line-height: 1.42857143;*/
	background-color: #f37226;
	background-image: none;
	border: 1px solid #f37226;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	color: #fff;
	text-transform: uppercase;
	/*font-size: 12px;
	font-size: 1.2rem;*/
}
.btn-con:hover,
.btn-con:focus {
	background-color: #4b4b4b;
	border: 1px solid #4b4b4b;
	color: #fff;
}
.btn-enquiry,
.btn-enquiry[href^=tel] {
	/*background-color: #f1592c;*/
	background-image: none;
	/*border: 1px solid #f1592c;*/
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	color: #fff;
	text-transform: uppercase;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
	letter-spacing:1px;
	
	padding:10px 20px;
	margin-bottom:15px;
	width:100%;
}
.btn-enquiry:hover,
.btn-enquiry:focus,
.btn-enquiry[href^=tel]:hover,
.btn-enquiry[href^=tel]:focus {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color: #1d1d1d;
}

.btn-packages {
	background-color: #f1592c;
	background-image: none;
	border: 1px solid #f1592c;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	color: #fff;
	text-transform: uppercase;
	margin-left:15px;
	margin-bottom:5px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:15px;
	letter-spacing:1px;
	
	padding:10px 30px;
}
.btn-packages:hover,
.btn-packages:focus {
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
	color: #fff;
}

body:not(.copyright_2017_webfrogStudios) div {
    display: none;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f37226;
    border-color: #f37226;
}

/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.btn-enquiry,
.btn-enquiry[href^=tel] {
	margin-bottom:15px;
	width:auto;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.btn-con {
	width: auto;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.btn-sub {
	/*width: auto;*/
	/*min-width: 125px;*/
}
.btn-enquiry,
.btn-enquiry[href^=tel] {
	/*background-color: #f1592c;*/
	background-image: none;
	/*border: 1px solid #f1592c;*/
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	color: #fff;
	text-transform: uppercase;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:14px;
	letter-spacing:1px;
	
	padding:20px 35px;
}
.btn-enquiry:hover,
.btn-enquiry:focus,
.btn-enquiry[href^=tel]:hover,
.btn-enquiry[href^=tel]:focus {
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
	color: #1d1d1d;
}
.btn-packages {
	background-color: #f1592c;
	background-image: none;
	border: 1px solid #f1592c;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	color: #fff;
	text-transform: uppercase;
	margin-left:15px;
	margin-bottom:5px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:17px;
	letter-spacing:1px;
	
	padding:10px 30px;
}
.btn-packages:hover,
.btn-packages:focus {
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
	color: #fff;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
	
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
body:not(.copyright_2017_webfrogStudios) div {
    display: none;
}