/*
Color scheme
light green #b3c683
dark green #9aaa73

light blue #93b1c4
blue #708a9a
dark blue #2c373d



*/


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  background-color:#472600;
}

.container-fluid {
  padding: 0;
}


#main-photo {
	border-bottom: 2px solid #fff;
}

.glyphicon-home {
	color: #bcd8f2;
	font-size: 20px;
	text-shadow: 4px 1px 0 #fff,
	-4px 1px 0 #fff, 
	-4px 0px 0 #fff, 
	4px 0px 0 #fff, 
	0px -4px 0 #fff, 
	-1px -1px 0 #fff, 
	1px -1px 0 #fff, 
	-1px 1px 0 #fff, 
	1px 1px 0 #fff;
     -webkit-text-stroke: 1px #fff;
	
}




.home-title {
	text-transform: uppercase;
	font-size: 21px;
	margin: 0;
	padding: 10px 20px;
}

.custom-btn:last-child {
	margin-bottom: 5px;
}

.button-wrapper {
	background-color: #bcd8f2;
	padding: 5px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.custom-btn {
	font-size: 21px;
	border-radius: 0;
	background-color: #472600;
	border: 2px solid #fff;
	white-space: normal;
	margin-bottom: 0;
	
}

.custom-btn:hover, .custom-btn:active, .custom-btn:focus {
	background-color: #5A360D !important;
	border: 2px solid #fff !important;

}


#logo-container {
    background-color: #bcd8f2;
    width: 260px;
    position: absolute;
    z-index: 200;
    left: 0;
    border: 2px solid #fff;
    margin: 20px;
}

.logo {
	margin: 0 auto;
}



#nav-container {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #472600;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px 15px 15px;
    border: solid 2px #fff;
    position: absolute;
    z-index: 200;
    left: 0;
	margin-left: 20px;
	top: 206px;
	width: 260px;
}

#instructions {
    position: absolute;
    z-index: 200;
    color: #fff;
    top: 675px;
    left: 0;
    width: 260px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

h2 {
	font-style: italic;
	font-size: 28px;
	font-weight: 400;
	margin-top:15px;
	
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 2px 15px;
    color: #fff;
    outline: 0;
    transition: background-color 0.5s ease;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
	background-color:  #5A360D;
	

}

.bikepath-break {
		display: none !important;
	}
	
	.button-no-break {
		display: none;
	}


@media (max-width: 950px) {
	#nav-container {
		position: relative;
		margin: 0 auto;
		width: 320px;
		top: 0;
		border: none;
		z-index: 0;
		text-align: left;
		font-size: 13px;
	}
	
	.button-no-break {
		display: block;
	}
	
	.button-break {
		display: none;
	}
	
	.bikepath {
		display: none !important;
	}
	
	.bikepath-break {
		display: block !important;
	}
	
	#instructions {
	position: relative;
	z-index: 0;
	right: 0;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	top: 0;
	margin-left: 10px;
	margin-right: 10px !important;
	text-align: center;
	right: auto;
	text-shadow: none;

	}

	
	#nav-container h2 {
		font-size: 24px;
	}
	
	#logo-container {
		position: relative;
		width: 100%;
		top: 0;
		margin: 0;
		border-left: none;
		border-right: none;
		border-top: none;
		z-index: 0;
	}
	#main-photo {
	}
	
	 .custom-btn {
		 font-size: 18px;
	 }
	 
	 #nav-left {
		 display: inline-block;
		 margin-right: 10px;
	 }
	 #nav-right {
		 display: inline-block;
		 vertical-align: top;
	 }
	
}

@media (max-width: 500px) {
.glyphicon-home {
	color: #bcd8f2;
	font-size: 20px;
	text-shadow: none;
     -webkit-text-stroke: 2px #fff;
	 }
}

/*revised popover*/

.custom-popover, .custom-popover-2,.custom-popover-3,.custom-popover-4, .custom-popover-5 {
	width: 25px;
	height: 25px;
  	text-align: center;
  	padding: 6px 0;
  	font-size: 12px;
  	line-height: 1.42;
  	border-radius: 15px;
	background-color: #472600;
	border-radius: 20px;
	border: 2px solid #fff;
	position: absolute;
	z-index: 1000;
	color: #fff;
	font-family: 'FontAwesome';
	line-height: 7px;
}

.custom-popover {
    top: 87%;
    left: 37.333%;
}

.custom-popover-2 {
    top: 52.727%;
    left: 38%;
}

.custom-popover-3 {
	top: 67.095%;
	left: 91.133%;
}

.custom-popover-4 {
    top: 50.758%;
    left: 90.7%;
    -webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
}

.custom-popover-5 {
	top: 90%;
	left: 74.7%;
    -webkit-transform: rotate(70deg);
	-moz-transform: rotate(70deg);
	-o-transform: rotate(70deg);
}



@media (max-width: 400px){
	
	.custom-popover {
	    top: 84%;
	    left: 37.333%;
	}
	
	.custom-popover-2 {
	    top: 52.727%;
	    left: 38%;
	}
	
	.custom-popover-3 {
		top: 76%;
		left: 90%;
	}
	
	.custom-popover-4 {
	    top: 55.758%;
		left: 90%;
	    -webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		-o-transform: rotate(315deg);
	}
	
	.custom-popover-5 {
		top: 83%;
		left: 78.7%;
	    -webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
	}
	
	#Peregrine {
	    top: 39.975% !important;
	    left: 85.4%;
	    text-decoration: none;
	}
	



}

.custom-popover:hover,
.custom-popover-2:hover,
.custom-popover-3:hover,
.custom-popover-4:hover, 
.custom-popover-5:hover,
.custom-popover:focus,
.custom-popover-2:focus,
.custom-popover-3:focus,
.custom-popover-4:focus, 
.custom-popover-5:focus {
	color: #fff;
}






.popover {
	background-color: #472600;
	border-radius: 0;
	border: 2px solid #fff;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 17px;
	line-height: 22px;
	color: #fff;
}


.popover-title {
	text-transform: uppercase;
	font-size: 21px;
	background-color: #98c2e9;
	margin: -1px;
	padding: 10px 20px;
	border: none;
	-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}


.popover-house {
	position: absolute;
	z-index: 200;
	padding: 5px;
}

.button-popover {
	background-color: #98c2e9;
	text-decoration: none;
}

 .glyphicon-home:hover,  .glyphicon-home:active, .glyphicon-home:focus {
	color: #bcd8f2 !important;
	outline: none !important;
}

.button-popover .popover-content {
	padding: 0;
	text-align: center;
}
.custom-pop-container {
	padding: 0;
}
.custom-pop-container p {
	padding: 10px 20px;
}

 

#Peregrine {
    top: 44.975%;
    left: 85.4%;
    text-decoration: none;
}

#muirfield {
    top: 44.952%;
    left: 66.133%;
    text-decoration: none;
}

#turnberry {
    top: 42.619%;
    left: 59.5%;
    text-decoration: none;
}

#royal_birkdale {
    top: 38.906%;
    left: 76%;
    text-decoration: none;
}

.btn:focus,.btn:active {
   outline: none !important;
}


.close-popover, .close-popover:hover {
	text-decoration: none;
	color: #fff;
}





/*modal*/

.modal-body {
	padding: 0;
}

#myModal {
	padding: 0;
}

.modal-open .modal {
	background-color: rgba(44, 55, 61, 0.851);
}


.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.modal-content {
  height: 100%;
  box-shadow: none !important;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

/*carousel*/

.slide-images {
	margin: 0 auto;
}

.carousel-control {
	margin-top: 70px;
	margin-bottom: 70px;
	background-image: none !important;
	top: 100px;
	bottom: auto;
	left: auto;
}



/*tabbed content*/

.tab-content {
	margin-left: 10%;
	margin-right: 10%;
	background-color: rgb(230, 229, 223);
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;

}


.tab-head {
	margin-left: 10%;
	margin-right: 10%;
	background-color: #98c2e9;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
}

.custom-tabs {
	padding: 10px 10px 0 10px;;
	font-size: 21px;
	
}
.custom-tabs > li > a {
	border-radius: 0 !important;
	padding: 10px 22px;
	background-color: #472600;
	border: none;
}
.custom-tabs li {
	margin-right: 4px;
}

.custom-tabs > li.active > a, .custom-tabs > li.active > a:hover, .custom-tabs > li.active > a:focus {
	background-color: rgb(230, 229, 223); 
	color: #6d98bf;
	border: none;
	border-bottom: solid 1px rgb(230, 229, 223) !important;
	
}

.slide-title {
	text-align: right;
	color: white;
	font-size: 34px;
	margin: 15px 54px 5px 10px;
	float: right;
	clear: both;
	text-transform: uppercase;

}

.inquire-container {
	width: 100%;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	background-color: #472600;
	text-align: center;
	padding: 20px;
	margin: 25px 0;
}


.inquire-btn {
	background-color: #98c2e9; 
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff;
	font-size: 21px;
}

.inquire-btn:hover, .inquire-btn:active,.inquire-btn:focus {
	background-color: #89b2d8; 
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	border-radius: 0;
	border: 2px solid #fff;
	font-size: 21px;
}

.modal-footer {
	border: none;
}

.close-modal-btn, .close-modal-btn:hover {
	border-radius: 0;
	border: 2px solid #fff;
	padding: 6px 7px;
	vertical-align: top;
	background-color: #472600;
	line-height: 14px;
	color: #fff;
	position: absolute;
	float: right;
	right: 10%;
	margin-top: 12px;
	margin-right: 14px;
}

.close-bottom {
	position: relative !important;
}

@media (max-width: 740px) {
	.slide-title {
	    text-align: left;
	    color: white;
	    font-size: 30px;
	    margin: 15px 54px 5px 10px;
	    float: none;
	    clear: both;
	}
	.inquire-container {
		padding: 10px;
	}
	.inquire-btn, .inquire-btn:hover, .inquire-btn:active, .inquire-btn:focus {
		font-size: 16px;
	}


}

@media (max-width: 400px) {
	.custom-tabs {
    padding: 10px 0px 0 7px;
    font-size: 18px;
	}
	.custom-tabs > li > a {
	    border-radius: 0 !important;
	    padding: 8px 18px;
	    background-color: #5A360D;
	    border: none;
	}
	
}



.rendering {
	padding-top: 30px;
}



.popover{
	
	z-index: 6000;	position: absolute;
}




.popover.right>.arrow:after {
    left: 3px;
    bottom: -10px;
    border-right-color: #708a9a;
}
.popover.right>.arrow {
    left: -12px;
    margin-top: -12px;
    border-right-color: #fff;
}





.green-pop.right>.arrow:after {
    left: 3px;
    bottom: -10px;
    border-right-color: #869b53;
}
.popover.right>.arrow {
    left: -12px;
    margin-top: -12px;
    border-right-color: #fff;
}



.popover.left>.arrow:after {
    right: 3px;
    bottom: -10px;
    border-left-color: #bcd8f2;
}

.green-pop.left>.arrow:after {
    right: 3px;
    bottom: -10px;
    border-left-color: #472600 ;
}
.popover.left>.arrow {
    right: -12px;
    margin-top: -12px;
    border-left-color: #fff;
}





.popover.bottom>.arrow:after {
    top: 3px;
    bottom: -10px;
    border-bottom-color: #708a9a;
}


.popover.bottom>.arrow {
    top: -12px;
    bottom: -12px;
    border-bottom-color: #fff;
}


.popover.top>.arrow:after {
    bottom: 3px;
    border-top-color: #472600;
}
.popover.top>.arrow {
    bottom: -12px;
    border-top-color: #fff;
}


.green-pop.bottom>.arrow:after {
    top: 3px;
    bottom: -10px;
    border-bottom-color: #98c2e9;
}
.green-pop.bottom>.arrow {
    top: -12px;
    bottom: -12px;
    border-bottom-color: #fff;
}


.popover>.arrow {
    border-width: 12px;
}

.trigger-tab {
	text-decoration: none;
}

.trigger-tab:hover {
	text-decoration: none;
}



.dot  {

    background:#683b07;
    animation:myfirst 2s;
    -moz-animation:myfirst 2s infinite; /* Firefox */
    -webkit-animation:myfirst 2s infinite; /* Safari and Chrome */
}

     @-moz-keyframes myfirst /* Firefox */
    {
    0%   {background:#683b07;}
    50%  {background:#472600;}
    100%   {background:#683b07;}
    }

        @-webkit-keyframes myfirst /* Safari and Chrome */
    {
    0%   {background:#683b07;}
    50%  {background:#472600;}
    100%   {background:#683b07;}
    }
    
    
    
    
.popover-house  {

    color:#472600;
    animation:house 2s;
    -moz-animation:house 2s infinite; /* Firefox */
    -webkit-animation:house 2s infinite; /* Safari and Chrome */
}

     @-moz-keyframes house /* Firefox */
    {
    0%   {color:#472600;}
    50%  {color:#fff;}
    100%   {color:#472600;}
    }

        @-webkit-keyframes house /* Safari and Chrome */
    {
    0%   {color:#472600;}
    50%  {color:#fff;}
    100%   {color:#472600;}
    }    

.inquire-marshwalk-btn {
	width: 100%;
	font-size: 14px;
	border: 2px solid #fff;
	border-radius: 0;
	margin-top: 10px;
	color: #fff;
	background-color: #98c2e9;
}

.inquire-marshwalk-btn:hover, .inquire-marshwalk-btn:active, .inquire-marshwalk-btn:focus {
	width: 100%;
	font-size: 14px;
	border: 2px solid #fff;
	border-radius: 0;
	margin-top: 10px;
	color: #fff;
	background-color: #85b2dd;
}



