/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Merriweather','Helvetica Neue',Arial,sans-serif;
}

hr {
	max-width: 50px;
	border-color: #193D6D;
	border-width: 3px;
}
hr.thin-line{
    border-color:#CCC;
    border-width: 1px;
    max-width: 90%;
}

hr.light {
    border-color: #fff;
}

a {
	color: #09AEC1;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

a:hover,
a:focus {
    color: rgba(6,108,120,1.00);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.margin-top {margin-top:15px;}
.footer {
	font-size:12px;
	}

.bg-dark {
	color: #fff;
	background-color: #0B0F3C;
}

.bg-light {
	color: #333;
	background-color: #EFEFEF;
}

.bg-gray {
	color: #333;
	background-color: #E0E0E0;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
	padding: 40px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
	font-family: 'Merriweather','Helvetica Neue',Arial,sans-serif;
	font-weight: 700;
	color: #3952C1;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: rgba(25,61,109,1.00);
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #3952C1;}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
	color: rgba(255,255,255,1.00)!important;
	background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
	background-color: #0B0F3C;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: #ffffff;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
	color: rgba(255,255,255,.50);
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #ffffff;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
	border-color: rgba(34,34,34,.05);
	/*background-color: #3952C1;*/
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #ffffff;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
	color: rgba(255,255,255,1.00);
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
	color: #FFFFFF;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
	color: rgba(255,244,207,1.00);
	text-decoration: underline;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.header_bg1 {background-image: url(../images/slides/EA_Front.jpg);
    }
.header_bg2 {background-image: url(../images/slides/EA_bed_Kitchen.jpg);
    }
.header_bg3 {background-image: url(../images/slides/EA_bed_Kitchen.jpg);
    }
.header_bg4 {background-image: url(../images/slides/2-bed_bedroom.jpg);
    }
.header_bg5 {background-image: url(../images/slides/artwork.jpg);
    }
.header_bg6 {background-image: url(../images/slides/executive_bedroom.jpg);
    }
.header_bg7 {background-image: url(../images/slides/EA_bed_king.jpg);
    }
.header_bg8 {background-image: url(../images/slides/EA_bed_king2.jpg);
    }
.header_bg9 {background-image: url(../images/slides/EA_Lounge.jpg);
    }
.header_bg10 {background-image: url(../images/slides/house.jpg);
     }	
.header_bg11 {background-image: url(../images/slides/artwork.jpg);
    }
.header_bg12 {background-image: url(../images/slides/gym.jpg);
    }
.header_bg13 {background-image: url(../images/anzacCentre.jpg);
    }	
header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 550px;
		background-position:bottom;
    }

	#header-carousel .dolphin-logo{
        position: absolute;
        top: 20%;
        padding: 0 100px;
        -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 100px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(6,108,120,0.90);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {

}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}



.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}
.btn-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	color:#FFF;
    background-color: #066C78;
    border-color: #2892ff;
}

.btn-default:hover {
    color: #FFF;
    background-color: #0f85ff;
    border-color: #0073ea;
}
.btn-primary {
    color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary .badge {
    background-color: #fff;
}
.btn-info{color:#fff;background-color:#3952C1;border-color:#2892ff}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#0f85ff;border-color:#0053a8}.btn-info:hover{color:#fff;background-color:#0f85ff;border-color:#0073ea}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#0f85ff;border-color:#0073ea}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#0073ea;border-color:#0053a8}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#429fff;border-color:#2892ff}.btn-info .badge{color:#429fff;background-color:#fff}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

#header-carousel .XXXEditXXX img, 
#header-carousel .item img
{
	min-height: 100%;
	min-width: 1500px;
	width:100%;	
	height:auto;
	top: 0;
	left:0;
}

#header-carousel .carousel-inner
{
	height:550px;
}
#header-carousel .carousel-control
{
	z-index:5;
}
@media(max-width:768px) {
	#main-header
	{
		margin-top:50px;
	}

	#header-carousel
	{
		height:200px;
		background-image:url(../images/aerialAlbany.jpg);
	}
	#header-carousel .carousel-inner,
	.carousel-control
	{
		display:none;
	}
	#header-carousel .XXXEditXXX img, 
	#header-carousel .item img
	{
		min-height: 100%;
		height:100%;
		min-width: 768px;
	}
	#header-carousel .dolphin-logo
	{
		position:absolute;
		top:10px;
		height: 90%;
	}
}
body div.roomTypesGadget div.displayGrid table tbody td.button a
{
	background:none 0px;
	border-radius: 5px;
	padding:5px;
	height:auto;
}
body div.roomTypesGadget div.displayGrid table tbody td.button a.noBook b
{
	position: static;
}
@media screen
{
	body div.roomTypesGadget div.displayGrid table td.button a.bookable 
	{
		color:#FFF !important;
	}
}
@media (min-width: 768px)
{
	.ZZZHorizontalMenusZZZ .navbar-default
	{
		background:none;
	}
}
.ZZZHorizontalMenusZZZ .navbar-default
{
	border-color:none;
}
.ZZZHorizontalMenusZZZ .navbar
{
	margin-bottom:0;
	border: 0 none;
}

.ZZZWizardACCOMTYPEZZZ .panel
{
	height: 525px;
}
.ZZZWizardACCOMTYPEZZZ .panel-body
{
	overflow:auto;
}


@media (max-width: 767px)
{
	.ZZZHorizontalMenusZZZ .navbar-default
	{
		min-height:0;
	}
}
.text-primary
{
	color:#3952C1;
}

.bg-primary
{
	color: #FFF;
	background-color:#212B4F;
}
.navbar-default{
	background-image: none;
}
.ZZZWizardFOOTZZZ section{
    color: #C1CBEF;
    padding-top:5px;
    padding-bottom:5px;
}
.ZZZWizardFOOTZZZ section p.footer{
    margin-bottom:0;
}
.ZZZWizardFOOTZZZ a, .footer-tile{
    color:#ffffff;
    text-decoration:none;
}
.ZZZWizardFOOTZZZ a:hover, 
.ZZZWizardFOOTZZZ a:focus, 
.footer-tile:hover, 
.footer-tile:focus{
    color: #515B7F;
    text-decoration:none;
}
.footer-tile .fa{
    display:block;
    margin-bottom: 10px;
}
.pt20{
    padding-top:20px;
}
.pt10{
    padding-top:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb10{
    margin-bottom:10px;
}
.ZZZWizardFOOTZZZ section.large-padding{
    padding-top:35px;
    padding-bottom:35px;
}
.header-content-inner{
    display:none;
}
.btn-info:hover{
    background-position: initial;
}
#dark-map{
    height:400px;
    width:100%;
}
.marginTB10{
    margin-top:10px;
    margin-bottom:10px;
}
.marginTB5{
    margin-top:5px;
    margin-bottom:5px;
}