


/* CUSTOM CSS FILE 
---------------------------------------------------- */
/* Google fonts used
	
	font-family: 'Playfair Display', serif;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	
*/



/* MISC
---------------------------------------------------- */

a, a:hover, a:active, a:focus {
   	outline: 0;
}
object, embed { 
  	outline: 0;
}
input::-moz-focus-inner { 
  	border: 0; 
}
optgroup {
	font-weight: bold;
	padding: 10px;
}
.input-group{
	width:100%;
}
.modal-content {
    border-radius: 0px;
}
.CUSTOM-hr{
	background-image: url(../images/general/hr01.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-top:15px;
	margin-bottom:15px;
}
.fixed{
	z-index:1000;
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.CONTAINER-nopadding{
  padding: 0px; !important;
}
.BORDER-normal{
	border: 1px solid #cccccc;
	padding:12px;
}
.BORDER-rounded{
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	padding:12px;
}

.hr-dotted{
	background-image: url(../images/general/hr-dotted.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
}

.panel-group .list-group {
	margin-bottom: 0;
}

.panel-group .list-group .list-group-item {
	border-radius: 0;
	border-left: none;
	border-right: none;
}

.panel-group .list-group .list-group-item:last-child {
	border-bottom: none;
}

.goBack:hover{
	cursor: pointer!important; 
	cursor: hand!important;
}



/* HEADER
---------------------------------------------------- */
.HEADER-container {
	padding-bottom:15px;
}
.HEADER-container .img-responsive {
	margin: 0 auto;
}
.LOGO-container .img-responsive {
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
}
.FOOTER-partners{
	margin-top:15px;
	min-height:150px;
	display:block;
}
.FOOTER-partners div{
	margin-bottom:10px;
}
.FOOTER-partners i{
	margin-right:10px;
}
.FOOTER-partners hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #555555;
    margin: 1em 0;
    padding: 0; 
}


/* IMAGE SLIDER
---------------------------------------------------- */
.SLIDER-container {
  padding-right: 0px;
  padding-left: 0px;
  overflow:hidden;
  max-height:600px;
}



/* PAGE TITLE
---------------------------------------------------- */
.TITLE-bg{
	padding-right: 0px;
	padding-left: 0px;
	min-height:300px;
	background-image: url(../images/general/bg-accommodation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.TITLE-container{
	padding-left:30px;
	padding-right:30px;
}
.TITLE-name{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/general/title-bg.png);
	background-repeat: repeat;
	color:#FFFFFF;
	font-family: 'Playfair Display', serif;
	font-size:35px;
	position: absolute;
	left: 0px;
	top: 160px;
}
.TITLE-name h1{
	margin:0px;
}
.TITLE-content{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	color:#000000;
	position: absolute;
	left: 0px;
	top: 130px;
	text-shadow: 2px 2px #ffffff;
}
.TITLE-details-name{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/general/title-bg.png);
	background-repeat: repeat;
	color:#FFFFFF;
	font-family: 'Playfair Display', serif;
	font-size:35px;
	position: absolute;
	left: 0px;
	top: 160px;
}
.TITLE-details-name h1{
	margin:0px;
}


/* HOME CONTENT
---------------------------------------------------- */
.CONTENT-block-home{
	padding-top:40px;
	padding-bottom:40px;
}
.CONTENT-block-home h1{
	font-family: 'Playfair Display', serif;
	font-size:50px;
}
.CONTENT-block-home h3{
	font-family: 'Source Sans Pro', sans-serif;
	color:#757575;
	margin-bottom:20px;
}
.CONTENT-block-home p{
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	font-size:15px;
}



/* HOME CAPTIONS
------------------------------------------------------- */
.CAPTION-container{
   padding: 0 !important;
   margin: 0 !important;
}
.CAPTION-container h3{
	font-family: 'Crimson Text', serif;
	color:#ffffff;
	font-size:30px;
	margin-top:45px;
}
.CAPTION-container p{
	font-family: 'Merriweather Sans', sans-serif;
	color:#ffffff;
	opacity: 0.7;
	font-size:16px;
	padding: 5%;
}
.CAPTION-container a:link{
	color:#ffffff;
	text-decoration:none;
}
.CAPTION-container a:visited{
	color:#ffffff;
	text-decoration:none;
}
.CAPTION-container a:hover{
	color:#ffffff;
	text-decoration:none;
	opacity: 0.4;
}
.CAPTION-container .btn{
	background: transparent;
	color: #F2F2F2;
	font-family: 'Source Sans Pro', sans-serif;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
	margin-top:15px;
}

.CAPTION-container .btn-default:hover{
	opacity: 0.4;
}

.CAPTION-container #caption01{
	background-color:#111244;
}
.CAPTION-container #caption02{
	background-color:#ADB622;
}
.CAPTION-container #caption03{
	background-color:#3A53A4;
}
.CAPTION-container #caption04{
	background-color:#4497B0;
}


/* HOME FEATURED LISTINGS
------------------------------------------------------- */
.RESULTS-row{
	-moz-column-width: 18em;
	-webkit-column-width: 22em;
	-moz-column-gap: 1em;
	-webkit-column-gap:1em;
	max-width: 1550px;
	margin: 0px auto;
}

.RESULTS-row .img img{
	width:100%;
}

.RESULTS-row .container{
	display: inline-block;
	padding:  .25rem;
	width:  100%;
	margin-bottom:15px;
}
.RESULTS-row .item{
	position:relative;
	display: block;
	background-color:#ECE5DB;
}
.RESULTS-row .img{
	position:relative;
}
.RESULTS-row .img div{
	background-color:#ffffff;
	padding:15px;
	color:#7D7973;
	position:absolute;
	left: 0px;
	top: 20px;
	opacity: 0.7;
	font-family: 'Source Sans Pro', sans-serif;
}
.RESULTS-row .content{
	padding:15px;
}
.RESULTS-row .content h4{
	font-family: 'Playfair Display', serif;
	font-size:18px;
}
.RESULTS-row .content p{
	font-size:13px;
	text-align: justify;
	color:#7D7973;
}




/* HOME PAGE ADVERT BANNER
------------------------------------------------------- */
.ADVERTISE-container{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/general/advertise-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px; !important;
	margin-top: 30px; !important;
}
.ADVERTISE-block{
	padding-top:30px;
	padding-bottom:30px;
}



/* ADVERT BANNERS
------------------------------------------------------- */
.ADVERTISE-title{
	background-image:url(../images/general/advertising-top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px;
	color:#FFFFFF;
}
.ADVERTISE-title h2{
	font-family: 'Roboto Condensed', sans-serif;	
}
.ADVERTISE-title p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
}
.ADVERTISE-features {
	margin-top:20px;
	border: 1px solid #CCCCCC;
	padding:20px;
}
.ADVERTISE-features h3{
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:0px;
}
.ADVERTISE-includes{
	font-size:16px;
	color:#333333;
}
.ADVERTISE-includes i{
	color:#ADB622;
}
.ADVERTISE-includes td{
	padding-bottom:15px;
}
.ADVERTISE-extras{
	background-image: url(../images/general/advertise-bg-bell.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	 background-size: 100% auto;
	 padding:20px;
}
.ADVERTISE-extras td{
	padding-bottom:10px;
}




/* FOOTER CSS
------------------------------------------------------- */
.FOOTER-links-bg{
	background-color:#ADB622;
	color:#FFFFFF;
	padding-top:25px;
	padding-bottom:25px;
}
.FOOTER-links-bg h3{
	font-family: 'Playfair Display', serif;
	font-size:34px;
	margin-top:15px;
	margin-bottom:15px;
}
.FOOTER-links-bg h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	background-image: url(../images/general/footer-text-bg.png);
	background-repeat: repeat;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight: lighter;
	margin:0px;
}
.FOOTER-links-bg h4 a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
.FOOTER-links-bg ul{
	margin-left:-40px;
}
.FOOTER-links-bg li{
	font-size:16px;
	list-style-type: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left:15px;	
}
.FOOTER-links-bg ul a{
	color: #FFFFFF;
	text-decoration: none;
}
.FOOTER-links-bg li:hover{
	background-color: rgba(18, 125, 5, 0.32);
	color: #FFFFFF;
}
.FOOTER-copyright-bg {
    background-color: #2A3138;
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.FOOTER-copyright-bg a{
	color: #ADB622;
	text-decoration: none;
}
.FOOTER-copyright-bg a:hover{
	color: #FFFFFF;
}



/* RESULTS
------------------------------------------------------- */
.RESULTS-container{
	padding-top:50px;
	padding-bottom:50px;
}
.RESULTS-title{
	margin-bottom:10px;
}
.RESULTS-title h3{
	margin:0px;
	color:#333333;
	font-size:24px;
}
.RESULTS-title .pager{
	font-size:18px;
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.RESULTS-title .pager span{
	color:#666666;
}
.RESULTS-content{
	margin-top:5px;
}
.RESULTS-content h4{
	font-family: 'Playfair Display', serif;
	font-size:24px;
	margin:0px;
	padding-bottom:10px;
}
.RESULTS-content h4 a {
    font-family: "Playfair Display",serif;
    font-size: 24px;
    margin: 0px;
    padding-bottom: 10px;
    text-decoration: none;
}
.RESULTS-content .address{
	color:#999999;
	margin-bottom:15px;
}
.RESULTS-content .content{
	margin-bottom:8px;
}
.RESULTS-content .content a{
	color:#999999;
}
.RESULTS-content .content a:hover{
	color:#000000;
}
.RESULTS-content .links a{
	color:#999999;
}
.RESULTS-content .links a:hover{
	color:#000000;
}
.RESULTS-content .button{
	padding-top:10px;
	text-align:right;
}

.RESULTS-img{
	max-height: 185px;
	overflow: hidden;
}


#paginate ul{
	margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
}
#paginate ul li{
	display: inline-block;
}




#paginate ul li a{
	padding: 2px 10px;
	margin: 0px 3px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	border-radius: 6px;
}
#paginate ul li.active{
	padding: 2px 10px;
	background: #ADB622 none repeat scroll 0% 0%;
	border-color: #ADB622;
	border-radius: 6px;

}
#paginate ul li.active a{
	padding: 0;
	border-color: #ADB622;
	background-color: #ADB622;
}
#paginate ul li.active a{
	color: #FFFFFF;
	background-color: #ADB622;
}
#paginate ul li a{
	color:#666666;
	text-decoration: none;
}
#paginate ul li a:hover{
	border: 1px solid #ADB622;
	color: #FFFFFF;
	background: #ADB622;
}


/* DETAILS
------------------------------------------------------- */
.DETAILS-title{
	margin-bottom:10px;
}
.DETAILS-title h3{
	margin:0px;
	color:#333333;
	font-size:22px;
}
.DETAILS-title h3 span{
	color:#666666;
}
.DETAILS-title a{
	color:#000000;
}
.DETAILS-title a:hover{
	color:#666666;
	text-decoration:none;
}
.DETAILS-img .image{
	margin-bottom:30px;
	max-height: 90px;
	overflow: hidden;
}
#thumbnails .image img:hover {
    cursor: pointer;
    cursor: hand;
}
 
#thumbnails .col-xs-3 {
	margin: 10px 0px!important;
}

#big-photo img{
	width: 100% !important;
}
.DETAILS-img #thumbnails{
	max-height: 280px;
	overflow: hidden;
}

.DETAILS-info {
	background-color:#E3E3E3;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	height:240px;
}
.DETAILS-info .property{
	font-family: 'Playfair Display', serif;
	font-size:22px;
	margin-bottom:5px;	
}
.DETAILS-info .rating{
	margin-bottom:15px;
	color:#99CC33;
}
.DETAILS-info .phone, .address, .map, .website, .contact, .fax{
	margin-bottom:5px;
	color:#000000;
	font-size:15px;
}
.DETAILS-map{
	height:240px;
	padding:0px;
}
.DETAILS-tab-border{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

.timetable {
    border-spacing: 3px;
    font-size: 12px;
}

.timetable th {
	padding:2px 15px 2px 0;
	text-align:left;
	background-color:#fff;
	font-weight:400
}
.timetable td {
	text-align:center;
	background-color:#FFF
}
.timetable td.open,td.closed {
	border: 1px solid #FFF !important;
	background-color:#ADB622;
	height:10px;
	padding:0 10px;
	line-height:10px
	
}
.timetable td.closed {
	background-color:#CCC;
	background-image:none
}


/* FORM
------------------------------------------------------- */
.FORM-multicheckbox{
	overflow:auto;
}
.twitter-typeahead {
	width:100%;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #ADB622;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 18px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #ADB622;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #ADB622;

}

.tt-suggestion p {
  margin: 0;
}

.tt-highlight {
	color:#ADB622;
}

.tt-suggestion:hover .tt-highlight{
	color:#FFF;
}
/* PANELS
------------------------------------------------------- */
.panel a{
  text-decoration:none;
}
.panel-success > .panel-heading {
  color: #FFFFFF;
  background-color: #ADB622;
  border-color: #ADB622;
}
a.panel-success > .panel-heading:hover{
  color: #FFFFFF;
  background-color: #333333;
  border-color: #333333;
}


/* BUTTONS
------------------------------------------------------- */
.btn-success {
  color: #FFFFFF;
  background-color: #ADB622;
  border-color: #ADB622;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #333333;
}

.btn-results {
  background-color: #ffffff;
  border-color: #666666;
  color:#333333;
}
.btn-results:hover,
.btn-results:focus,
.btn-results:active,
.btn-results.active {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  color:#999999;
}
.btn-results.disabled:hover,
.btn-results.disabled:focus,
.btn-results.disabled:active,
.btn-results.disabled.active,
.btn-results[disabled]:hover,
.btn-results[disabled]:focus,
.btn-results[disabled]:active,
.btn-results[disabled].active,
fieldset[disabled] .btn-results:hover,
fieldset[disabled] .btn-results:focus,
fieldset[disabled] .btn-results:active,
fieldset[disabled] .btn-results.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color:#666666;
}

.btn-paginate {
  background-color: #ffffff;
  border-color: #999999;
  color:#333333;
}
.btn-paginate:hover,
.btn-paginate:focus,
.btn-paginate:active,
.btn-paginate.active {
  background-color: #f2f2f2;
  border-color: #666666;
  color:#999999;
}
.btn-paginate.disabled:hover,
.btn-paginate.disabled:focus,
.btn-paginate.disabled:active,
.btn-paginate.disabled.active,
.btn-paginate[disabled]:hover,
.btn-paginate[disabled]:focus,
.btn-paginate[disabled]:active,
.btn-paginate[disabled].active,
fieldset[disabled] .btn-paginate:hover,
fieldset[disabled] .btn-paginate:focus,
fieldset[disabled] .btn-paginate:active,
fieldset[disabled] .btn-paginate.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color:#666666;
}


.brand .btn{
	background: transparent;
	color: #F2F2F2;
	font-family: 'Source Sans Pro', sans-serif;

	/* CSS Transition */
	-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, border .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, border .2s ease-in-out;
	-o-transition: background .2s ease-in-out, border .2s ease-in-out;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}

.brand .btn-default:hover{
	opacity: 0.4;
}



/* INPUT GROUP BUTTONS
------------------------------------------------------- */
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
    color: #FFFFFF;
    background-color: #ADB622;
    border-color: #ADB622;
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}


/* CSS FOR DEVICES
---------------------------------------------------- */
.LOCALITIES-container{
	margin-top:30px;
	margin-bottom:30px;
}
.LOCALITIES-container h4{
	margin-top:25px;
	background-color:#ebebeb;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
}
.LOCALITIES-container hr{
	margin-top:1px;
	margin-bottom:10px;
	padding-top:1px;
	padding-bottom:1px;
}
.alphaLinks  ul li {
    display: inline-block;
	 padding-left:12px;
	 padding-right:12px;
	 padding-top:6px;
	 padding-bottom:6px;
	 background-color:#ebebeb;
	 margin-right:6px;
	 margin-bottom:6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.LOCALITIES-container .paginate-container{
	margin-bottom:30px;
	margin-top:15px;

}

.LOCALITIES-container .generic h1{
	font-size:25px;
}
.LOCALITIES-container .generic p{
	font-size:15px;
}



/* CSS FOR DEVICES
---------------------------------------------------- */
/* ----------- iPhone 4 and 4S ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

	#navbar {
  		background-color: rgba(0, 0, 0, 0.61);
  	}
  	
  	.navbar-default .navbar-nav .open .dropdown-menu {
	  background-color:#7C8303;
	}

  	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: -150%;
		height: 100%;
		overflow: hidden;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		display: block;
		max-width: none;
		width: auto!important;	
	}
	#homecontent div:nth-child(1) {
	    text-align: center!important;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

  	#navbar {
  		background-color: rgba(0, 0, 0, 0.61);
  	}

  	.navbar-default .navbar-nav .open .dropdown-menu {
	  background-color:#7C8303;
	}

  	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: -100%;
		height: 100%;
		overflow: hidden;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		display: block;
		max-width: none;
		width: auto!important;	
	}
	#homecontent div:nth-child(1) {
	    text-align: center!important;
	}
}

/* ----------- iPhone 5 and 5S ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	#navbar {
  		background-color: rgba(0, 0, 0, 0.61);
  	}

  	.navbar-default .navbar-nav .open .dropdown-menu {
	  background-color:#7C8303;
	}

  	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: -100%;
		height: 100%;
		overflow: hidden;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		display: block;
		max-width: none;
		width: auto !important;	
	}
	#homecontent div:nth-child(1) {
	    text-align: center!important;
	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    #navbar {
  		background-color: rgba(0, 0, 0, 0.61);
  	}

  	.navbar-default .navbar-nav .open .dropdown-menu {
	  background-color:#7C8303;
	}

  	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: -80% !important;
		height: 100% !important;
		overflow: hidden;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		display: block;
		max-width: none;
		width: auto !important;	
	}
	#homecontent div:nth-child(1) {
	    text-align: center!important;
	}
}

/* ----------- iPhone 6 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

  	#navbar {
  		background-color: rgba(0, 0, 0, 0.61);
  	}

  	.navbar-default .navbar-nav .open .dropdown-menu {
	  background-color:#7C8303;
	}

  	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: -100% !important;	
		height: 100% !important;	
		overflow: hidden;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		display: block;
		max-width: none;
		width: auto!important;	
	}
	#homecontent div:nth-child(1) {
	    text-align: center!important;
	}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

  	#navbar {
  		background-color: rgba(0, 0, 0, 0.61);
  	}

  	.navbar-default .navbar-nav .open .dropdown-menu {
	  background-color:#7C8303;
	}

  	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: -30% !important;
		height: 100% !important;
		overflow: hidden;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		display: block;
		max-width: none;
		width: auto !important;	
	}
	#homecontent div:nth-child(1) {
	    text-align: center!important;
	}
}


/* mobiles */
@media (max-width: 767px) {
	
	.LOGO-container{
		padding:15px;
	}
	.CONTENT-block-home h1{
		font-size:30px;
	}
	.CONTENT-block-home h3{
		margin-bottom:15px;
	}
	.CONTENT-block-home p{
		font-size:13px;
	}
	.CAPTION-container h3{
		font-family: 'Crimson Text', serif;
		color:#ffffff;
		font-size:19px;
		margin-top:20px;
	}
	.TITLE-content{
		font-size:24px;
	}
	.TITLE-name{
		font-size:30px;
	}
	#homecontent div:nth-child(1) {
	    text-align: center!important;
	}
}


/* tablets */
@media (min-width: 768px) and (max-width: 991px) {
	
	.CAPTION-container h3{
		font-family: 'Crimson Text', serif;
		color:#ffffff;
		font-size:30px;
		margin-top:20px;
	}
	.CAPTION-container p{
		opacity: 0.7;
		font-size:16px;
	}


/* desktop */
@media (min-width: 992px) and (max-width: 1199px) {
	
	.CAPTION-container h3{
		font-size:20px;
		margin-top:15px;
	}
	.CAPTION-container p{
		opacity: 0.7;
		font-size:12px;
	}
}


/* high res display */
@media (min-width: 1200px) {

}


