@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 */

/*-- Global
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
}
@-webkit-viewport {
 width: device-width;
}
@-moz-viewport {
 width: device-width;
}
@-ms-viewport {
 width: device-width;
}
@-o-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}
/*-- Header Section
----------------------------------------------------------------------*/
body:not(.copyright_2016_webfrogStudios) {
	display: none;
}
/*-- Content Section
----------------------------------------------------------------------*/



/*-- Footer Section
----------------------------------------------------------------------*/
	
body:not(.copyright_2016_webfrogStudios) {
	display: none;
}
/*
  ______      _               _                 _       _                   
 |  ____|    | |             | |               | |     | |                  
 | |__  __  _| |_ _ __ __ _  | |__   ___   ___ | |_ ___| |_ _ __ __ _ _ __  
 |  __| \ \/ / __| '__/ _` | | '_ \ / _ \ / _ \| __/ __| __| '__/ _` | '_ \ 
 | |____ >  <| |_| | | (_| | | |_) | (_) | (_) | |_\__ \ |_| | | (_| | |_) |
 |______/_/\_\\__|_|  \__,_| |_.__/ \___/ \___/ \__|___/\__|_|  \__,_| .__/ 
                                                                     | |    
                                                                     |_|    
*/

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;/*padding-right: 15px;
	padding-left: 15px;*/
}
.col-xs-1-5 {
	width: 20%;/*float: left;*/
}
@media (min-width: 768px) {
.col-sm-1-5 {
	width: 20%;/*float: left;*/
}
}
@media (min-width: 992px) {
.col-md-1-5 {
	width: 20%;/*float: left;*/
}
}
@media (min-width: 1200px) {
.col-lg-1-5 {
	width: 20%;/*float: left;*/
}
}
/*
  __  __                  _ _ _       
 |  \/  |                | (_) |      
 | \  / |_   _    ___  __| |_| |_ ___ 
 | |\/| | | | |  / _ \/ _` | | __/ __|
 | |  | | |_| | |  __/ (_| | | |_\__ \
 |_|  |_|\__, |  \___|\__,_|_|\__|___/
          __/ |                       
         |___/                        
*/


#mobile-header {
	background-color: #fff;
	padding-top:15px;
}

#mobile-links {
	padding: 15px;
}
#mobile-links span {
	padding-left: 5px;
	padding-right: 5px;
}
.btn-custom-mobile,
.btn-custom-mobile[href^=tel] {
	background-color: #7B26D2;
	color: white;
	font-size: 20px;
	width: 100%;
	border-radius: 0;
}
.site-logo h2 {
	font-family: 'Birds of Paradise';
	font-size: 40px;
	text-align: center;
	padding-top:15px;
}

.site-logo h2:before {
	content:'';
	position:absolute;
	background-image:url(../../webfrog-2017/img/bow-logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	top:-15px;
	right:-15px;
	width:105px;
	height:56px;
}


.info-header {
	padding: 10px 15px;
}
.info-header a,
.info-header a[href^=tel] {
	display: inline-block;
	margin-right: 15px;
	color: #787878;
	font-size: 12px;
	text-transform:uppercase;
}
.info-header a:hover,
.info-header a:focus,
.info-header a[href^=tel]:hover,
.info-header a[href^=tel]:focus {
	color: #854ebd;
}
.info-header a .fa {
	color: #854ebd;
	margin-right: 15px;
}
.social-icons a .fa {
	margin-right: 10px;
	transition: all ease-in-out 0.3s;
}
.social-icons a {
	margin-right: 0;
}
.social-icons a:hover .fa {
	color: #000;
}
.social-icons {
	float: right;
}
.social-icons a {
	display: inline-block;
}
.call-text p,
.message-text p {
	display: inline;
	position: relative;
	color: #000;
	top: 5px;
}
.call-text .fa,
.message-text .fa {
	color: #854EBD;
	margin-right: 10px;
	margin-top: 5px;
}
.social-icons a {
	position: relative;
	color: #854EBD;
}
.social-icons a {
}
/*
   _____            _             _   
  / ____|          | |           | |  
 | |     ___  _ __ | |_ ___ _ __ | |_ 
 | |    / _ \| '_ \| __/ _ \ '_ \| __|
 | |___| (_) | | | | ||  __/ | | | |_ 
  \_____\___/|_| |_|\__\___|_| |_|\__|
                                      
                                      
*/

#content {
	padding: 15px;
	background-color: #E2E2E2;
}
.content-1-table {
	display: table;
	height: 300px;
}
.content-boxes-1 {
	height: 300px;
}
#content-box-2,
#content-box-4,
#content-box-6 {
	background-color: #FFFFFF;
	padding: 0 4%;
	text-align: center;
}
#content-box-2,
#content-box-4 {
	margin-bottom: 15px;
}
#content-box-2 h4,
#content-box-4 h4,
#content-box-6 h4 {
	font-size: 16px;
	font-weight: 600;/*border-bottom: solid 2px #000000;*/
	
	
}
#content-box-2 hr,
#content-box-4 hr,
#content-box-6 hr {
	margin-left: 40%;
	margin-right: 40%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 2px;
	border-color: #000;
}
#content-box-2 p,
#content-box-4 p,
#content-box-6 p {
	font-weight: 600;
	padding-bottom: 5%;
}
#content-box-2 a,
#content-box-4 a,
#content-box-6 a {
	display: block;
	top: 0px;
	font-size: 14px;
	color: #737373;
	border: 1px solid #737373;
	padding: 2% 10%;
	white-space: nowrap;
	overflow: hidden;
	width: 65%;
	margin: auto;
	text-align: center;
}
#content-box-6 a {
	margin-bottom: 2%;
}
#content-box-6 .contact-btn {
	display: block;
	top: 20px;
	left: 0px;
	background-color: #7B26D2;
	border: 1px solid #7B26D2;
	color: #FFFFFF;
}
#content-box-2 a:hover,
#content-box-4 a:hover,
#content-box-6 a:hover {
	background-color: #999999;
	color: #FFF;
}
/*
   _____       _ _                 
  / ____|     | | |                
 | |  __  __ _| | | ___ _ __ _   _ 
 | | |_ |/ _` | | |/ _ \ '__| | | |
 | |__| | (_| | | |  __/ |  | |_| |
  \_____|\__,_|_|_|\___|_|   \__, |
                              __/ |
                             |___/ 
*/

#gallery {
	position: relative;
	padding: 30px 15px;
	background-color: #FFF;
}
.gallery-heading {
	font-size: 22px;
	color: #737373;
	text-align: center;
	font-weight: 600;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-bottom: 10px;
}
#gallery hr {
	border-width: 2px;
	border-color: #000;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 5%;
	padding-bottom: 45px;
}
.gallery-boxes {
	height: 160px;
	padding: 0;
	display: block;
}
.magicwall {
	height: 380px;
}
/*
  ______                   
 |  ____|                  
 | |__ ___   ___ _   _ ___ 
 |  __/ _ \ / __| | | / __|
 | | | (_) | (__| |_| \__ \
 |_|  \___/ \___|\__,_|___/
                           
                           
*/

#focus {
	position: relative;
	padding: 30px 15px;
	background-image: url(../img/focus-background.png);
	background-size: cover;
	background-attachment: fixed;
}
#focus #main-row {
	padding-top: 15px;
	padding-bottom: 15px;
}
.focus-boxes {
	min-height: 361px;
	display: table;/*z-index: 2;*/
	
}
.focus-box-1 {
	position: relative;
}
.empty-link {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.focus-box-1::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	z-index: 1;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	pointer-events: none;
}
.focus-box-2 {
	position: relative;
	background-color: #FFF;
	padding: 30px 45px;
}
.focus-box-2 h3 {
	font-size: 22px;
	font-weight: 600;
	color: #242222;
	text-align: center;
}
.focus-box-2 hr {
	border-width: 2px;
	border-color: #000;
	width: 10%;
	margin: 15px auto;
}
.focus-box-2::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	z-index: 1;
	border-top: 2px solid #F4F4F4;
	border-right: 2px solid #F4F4F4;
	border-bottom: 2px solid #F4F4F4;
	border-left: 2px solid #F4F4F4;
	pointer-events: none;
}
.packages {
	padding: 20px;
	display: block;
}
.packages img {
	position: relative;
	top: 20px;
	padding-bottom: 50px;
	pointer-events: none;
}
.packages p {
	position: relative;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}
.package-1:hover,
.package-2:hover,
.package-3:hover,
.package-4:hover {
	background-color: #F4F4F4;
}
/*

   _____            _             _   
  / ____|          | |           | |  
 | |     ___  _ __ | |_ __ _  ___| |_ 
 | |    / _ \| '_ \| __/ _` |/ __| __|
 | |___| (_) | | | | || (_| | (__| |_ 
  \_____\___/|_| |_|\__\__,_|\___|\__|
                                      
                                      

*/

#contact {
	position: relative;
	padding: 30px 15px;
	background-color: #FFF;
}
.contact-heading {
	font-size: 22px;
	color: #737373;
	text-align: center;
	font-weight: 600;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#contact hr {
	border-width: 2px;
	border-color: #000;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 5%;
	padding-bottom: 45px;
}
.contact-boxes {
	height: initial;
}
.contact-box-1 {
	padding: 0 0 15px 0;
}
.contact-box-2 {
	background-image: url(../img/map-background.png);
	padding: 16px 16px;
}
.contact-info {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0 5%;
}
.contact-info p,
.contact-info a {
	font-size: 14px;
	font-weight: bold;
}
.contact-table {
	display: table;
	height: 322px;
}
.contact-info p span,
.contact-info a,
.contact-info a[href^=tel] {
	font-weight: bold;
	color: #7B26D2;
}
.contact-info a:hover,
.contact-info a[href^=tel]:hover {
	color: inherit;
}
/*
  ______          _            
 |  ____|        | |           
 | |__ ___   ___ | |_ ___ _ __ 
 |  __/ _ \ / _ \| __/ _ \ '__|
 | | | (_) | (_) | ||  __/ |   
 |_|  \___/ \___/ \__\___|_|   
                               
                               
*/

footer .container {
	width: 100%;
}
#footer_text {
	background-color: #222222;
	padding: 30px 15px 60px;
}
#footer_text p span {
	color: #7B26D2;
}

/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#mobile-header {
	background-color: #E4E4E4;
	padding-top:0;
}
#content {
	padding: 80px;
	background-color: #E2E2E2;
}
.content-boxes-1 {
	height: 360px;
}
#gallery {
	padding: 80px;
	background-color: #FFF;
}
.gallery-boxes,
.magicwall {
	height: 260px;
}
#focus {
	position: relative;
	padding: 80px;
	background-image: url(../img/focus-background.png);
	background-size: cover;
}
.focus-box-2 {
	position: relative;
	background-color: #FFF;
	padding: 15px 45px;
}
.focus-box-2 h3 {
	font-size: 22px;
	font-weight: 600;
	color: #242222;
	text-align: left;
}
.focus-box-2 hr {
	border-width: 2px;
	border-color: #000;
	width: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	left: initial;
	right: initial;
	margin: initial;
	text-align: initial;
}
.packages {
	display: block;
}
#contact {
	position: relative;
	padding: 80px;
	background-color: #FFF;
}
.contact-box-1 {
	display: table;
	border: 2px solid #EFEFEF;
	padding: 0 30px;
}
.contact-box-2 {
	background-image: url(../img/map-background.png);
	padding: 30px 30px;
}
.contact-info {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0 5%;
}
.contact-boxes {
	height: 450px;
}
#footer_text {
	background-color: #222222;
	padding: 30px 15px;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.info-header a,
.info-header a[href^=tel] {
	display: inline-block;
	margin-right: 15px;
	color: #787878;
	font-size: 14px;
}
#content {
	padding: 5% 8.3333%;
	background-color: #E2E2E2;
}
#gallery {
	padding: 5% 8.3333%;
	background-color: #FFF;
}
.gallery-boxes,
.magicwall {
	height: 220px;
}
#focus {
	position: relative;
	padding: 5% 8.3333%;
	background-image: url(../img/focus-background.png);
	background-size: cover;
}
#contact {
	position: relative;
	padding: 5% 8.3333%;
	background-color: #FFF;
}
.focus-box-1::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 13px;
	right: 0;
	bottom: 13px;
	z-index: 1;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-right: none;
	pointer-events: none;
}
.focus-box-2::after {
	content: '';
	position: absolute;
	top: 13px;
	/*left: 0;*/
	right: 13px;
	bottom: 13px;
	z-index: 1;
	border-top: 2px solid #F4F4F4;
	border-right: 2px solid #F4F4F4;
	border-left: 2px solid #F4F4F4;
	border-bottom: 2px solid #F4F4F4;
	pointer-events: none;
}
.contact-box-2 {
	background-image: url(../img/map-background.png);
	padding: 44px 64px;
}
.contact-info {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 0 15%;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.info-header div {
	text-align: initial;
}
.call-text,
.message-text {
/*
	display: inline;
	float: right;
	padding-left: 5%;
	*/
}
.call-text {
	padding-right: 0;
}
.social-icons {
	display: block;
}
#content-box-2,
#content-box-4 {
	margin-bottom: 0;
}
.gallery-boxes,
.magicwall {
	height: 220px;
}
.packages p {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.focus-box-2::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	right: 13px;
	bottom: 13px;
	z-index: 1;
	border-top: 2px solid #F4F4F4;
	border-right: 2px solid #F4F4F4;
	border-left: none;
	border-bottom: 2px solid #F4F4F4;
	pointer-events: none;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
#content-box-6 .contact-btn {
	position: relative;
	top: 0;
	background-color: #7B26D2;
	color: #FFFFFF;
}
.gallery-boxes,
.magicwall {
	height: 300px;
}
}
/*
 * Copyright © 2016 | Website Design by Webfrog Studios
 *
 */
body:not(.copyright_2016_webfrogStudios) section {
	display: none;
}
