@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic);
body {
    width: 100%;
    height: 100%;
	overflow-x: hidden;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100;
    color: #fff;
    background-color: #000000;
	letter-spacing: 0;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Lato,'BebasBold',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h3 { font-size: 1.25em; font-weight: 700; }

p {
    margin: 0 0 1.786em;
    font-size: 1.286em;
    line-height: 1.5;
}

b {
	font-family: Lato;
	font-weight: 700;
}

i { font-family: 'Playfair Display', serif; opacity: 0.8; padding-right: 0.2em; }

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

.space10 {
	width: 100%;
	height: 0.714em;
}

.space20 {
	width: 100%;
	height: 1.429em;
}

.space40 {
	width: 100%;
	height: 2.857em;
}

.spacelogo {
	width: 100%;
	height: 8em;	
}

.nosidepadding {
	padding-left: 0;
	padding-right: 0;
}

.webonly { 
	display: block;
}

.mobileonly {
	display: none
}

/*.logointro {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 19;
	text-align: center;
	background: rgba(0,0,0,0.2);
}*/

#logo {
	position: absolute;
	z-index: 2;
	width: 35%;
	margin-top: 12%;
	max-width: 1000px;
	left: 50%;
	margin-left: -18%;
}

#btnSlideDown {
	position: absolute;
	z-index: 2;
	left: 46.5%;
	bottom: 30%;
}

h1 {
	background: #334D85;
	color: #fff;
	font-family: Lato,'BebasThin';
	font-size: 4.571em;
	font-weight: 100;
	padding: 0.16em 0;
}

.darkgrey {
	color: #1A1A1A;
}

.bggray {
	background: #ececec	
}

.container {
	width: 90%;
	max-width: 2000px;
}

.col-lg-4 {
	width:33.33333333333333%;
	display: inline-block;
}

.col-lg-5 {
	width: 41.66666666666667%;
	display: inline-block;
}

.col-lg-6 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
    	font-size: 1em;
        line-height: 1.6;
    }
}

a {
    color: #334D85;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #BF3629;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-brand {
    font-weight: 700;
	display: none;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom.dark .nav li a {
	color: #1a1a1a;	
}

.navbar-custom.dark .dropdown-menu li a {
	color: #fff;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(191,54,41,0.95)/*rgba(255,255,255,.2);*/
}

.navbar-custom.dark .nav li a:hover,
.navbar-custom.dark .nav li a:focus,
.navbar-custom.dark .nav li.active a {
	color: #fff;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-center {
	text-align: center;
}

.navbar-nav {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
	font-family: Lato,'BebasBold';
	font-size: 1em;
	letter-spacing: 0;
	font-weight: 700;
}
.navbar {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.nav-towers {
	padding: 6.75em 0 0;	
}

.top-nav-collapse {
	padding: 0;
	background-color: #000;
}

.navbar-custom.top-nav-collapse {
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.nav-towers .navbar-nav {background: #000;}

/*.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/
.intro {
	position: relative;
}
.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

/*@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}*/

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(0,0,0,.5);
}

.enquire {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	text-align: left;
	padding: 1em 0;
	z-index: 1029;
	font-size: 0.9em;
}

.enquire span {
	padding-left: 1em;
	font-size: 0.8em;
}

a.btnEnquire {
	width: 10em;
	font-size: 1.3em;
	text-align: center;
	position: fixed;
	left: 50%;
	margin-left: -5em;
	bottom: 0;
	padding: 0.6em 0;
}

a.btnEnquire,
a.btnScroll {
	color: #000; 
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0;
    background-size: 200% 200%;
    background-image: linear-gradient(to bottom, white 50%, #BF3629 50%);
    -webkit-transition: background-position 0.6s;
    -moz-transition: background-position 0.6s;
    transition: background-position 0.6s;
}

a.btnEnquire:hover,
a.btnScroll:hover {
	background-position: 0 100%;
	color: #fff;	
}

a.btnScroll {
	float: right;
	font-size: 1em;
	padding: 0.08em 0.5em;
	margin-right: 1em;
}

.content-section {
    /*padding-top: 50px;*/
	padding-top: 0;
}

/* slider */
.carousel {
	width: 100%;
}
.carousel-indicators {
	position:absolute;right:25px;top:30%;bottom:0;font:0/0 a;color:transparent;text-decoration:none;z-index:20;-webkit-transform:translateZ(0);
	margin-left: 0; width: 10px; left: auto; text-align: center;
}
.carousel-indicators li,
.carousel-indicators li.active {
    display: block;
	text-align: center;
    width: 10px;
    height: 10px;
    border-radius: 6px;
	border: none;
    margin: 8px 0 20px;
    background: rgba(255,255,255,0.8);
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.carousel-indicators li.active {
    background: transparent!important;
    box-shadow: 0 0px 0 2px #fff;
}
.carousel-indicators li:hover {
    box-shadow: 0 0px 0 2px #fff;
}
.carousel-control {
	display: none; 
}
.carousel-caption { 
	bottom: 40%;
}
.carousel-caption a { 
	border-radius: 4px;
    color: #FFF;
	font-family: Lato;
	font-weight: 300;
	font-size: 2.5em;
    text-shadow: 0 0 10px rgba(41, 41, 41, 0.89);
    padding: 15px 10px;
    display: inline-block;
	line-height: normal;
}
/* end slider */

#map {
    width: 100%;
    min-height: 30em;
}
#map-bunyan, #map-sukoon {
    width: 100%;
    min-height: 25em;
}

.gm-style-iw { color:#1a1a1a; }

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu {
	background: rgba(0,0,0,0.9);
	padding: 0;
	min-width: 120px;
	border: 0;
}

.dropdown-menu>li>a {
	padding: 8px 15px;
	color: #fff;
	/*font-size: 1.25em;*/
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover a {
	color: #fff;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/* TABS */
.nav-tabs>li {
	margin-bottom: 0;
}
.nav-tabs>li>a {
	font-family: Lato,'BebasRegular';
	color: white;
	background: black;
	border-radius: 0;
	border:0;
	font-size: 1em;	
	margin-right: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, 
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	color: #FFF;
	background-color: rgba(191,54,41,1);
	border: none;
}
.nav-tabs {
	border-bottom: none;
}
.tab-content {
	height: 100%;
	overflow: hidden;
}
.tab-content .tab-content {
	overflow: auto;
}
#twobr, #penthouse { overflow: auto !important; background: #fff; }
.tab-content>.tab-pane {
	background: #E9E9E9;
	padding: 2em 1em;
	height: 100%;
}
.tab-content>.tab-pane>.tab-content>.tab-pane {
	background: #fff;
}
.tab-content>.tab-pane>.nav-tabs>li>a {
	color: #334d85;
	background: transparent;	
}
.tab-content>.tab-pane>.nav-tabs>li.active>a,.tab-content>.tab-pane>.nav-tabs>li.active>a:hover,.tab-content>.tab-pane>.nav-tabs>li.active>a:focus,
.tab-content>.tab-pane>.nav-tabs>li>a:hover,.tab-content>.tab-pane>.nav-tabs>li>a:focus {
	color: #fff;
	background: #334d85;	
}
.tab-pane img {
	width: 60%;
	border: 0;
	margin: 0 auto;
}
.tab-content>.tab-pane>.tab-content>.tab-pane h3, #twobr h3, #penthouse h3{
	color: #334d85;
	margin-bottom: 1em;
}
.tab-content>.tab-pane>.tab-content>.tab-pane>ul, #twobr ul, #penthouse ul {
	list-style: none;	
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
.tab-content>.tab-pane>.tab-content>.tab-pane>ul>li, #twobr ul li, #penthouse ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 24.5%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
}
.tab-pane>ul>li>a>img, #twobr ul li a img {
	width: 100% !important;
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/*@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}*/

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.vcentered {
  /*position: relative;
  transform: translateY(-50%);*/
}

.grey { background: #ECECEC; }

.red-wrap {
	vertical-align: middle;
	margin: 0 auto;
	color: #fff;
	background: #BF3629;
	padding: 1.5em;
	border-radius: 0.5em;	
}

#about {
	background: #334d85;
	position: relative;
	z-index: 0;
}

#about2 {
	background: #666 url(../img/about-2.jpg) no-repeat;
	background-size: cover;	
}

#about3 {
	background: #334d85 url(../img/about-3.jpg) no-repeat;
	background-size: cover;	
}

#about4 {
	background: #BF3629 url(../img/about-4.jpg) no-repeat;
	background-size: cover;	
}

#about .header {
	background: url(../img/header-about.jpg) no-repeat top;
	background-size: cover;
	width: 100%;
	height: 50%;	
}

#about .header h1 {
	position: absolute;
	top: 28%;
	color: #c5cbd8;
	width: 100%;
	font-size: 6em;
	text-align: center;
	font-family: 'Playfair Display';
	font-weight: 100;
	background: transparent;
	text-transform: none;
	font-style: italic;
	opacity: 0.8;
}

.about p {
	font-size: 2em;
	font-weight: 100;
	padding: 2em 0 0;
	width: 70%;
	margin: 0 auto;
}	

#bunyan, .bunyan, 
#apartments, .apartments, 
#amenities, .amenities, 
#accessibility, .accessibility,
#shopping, .shopping {
	background: #334d85 !important;
	margin: 0;
} 

/*.overview, .amenities {
	background: #bf3629 !important;
}*/

#btnHome, #btnHome2 {
	position: fixed;
	left: 0;
	z-index: 9499;
	color: #fff;
	text-transform: lowercase;
	font-size: 3em;
	margin: 0.3em 0 0 1em;
	cursor: pointer;
	
	-webkit-transition: margin 0.6s ease;
	-moz-transition: margin 0.6s ease;
	-ms-transition: margin 0.6s ease;
	-o-transition: margin 0.6s ease;
	transition: margin 0.6s ease;
}

#btnHome.scrolled {
	margin-top: -0.25em;
}

#btnHome2.scrolled {
	margin-top: -1.45em;
}

#btnHome.scrolled img, #btnHome2.scrolled img {
	width: 1.2em;
}

#btnHome img, #btnHome2 img {	
	width: 1.2em;
}

#btnClose, #btnClose2 {
	position: fixed;
	right: 0;
	z-index: 1031;
	color: #fff;
	text-transform: lowercase;
	font-size: 3em;
	margin: 0.3em 0.7em 0 0;
	cursor: pointer;
	font-family: 'Lato';
	font-weight: 100;
	
	-webkit-transition: margin 0.6s ease;
	-moz-transition: margin 0.6s ease;
	-ms-transition: margin 0.6s ease;
	-o-transition: margin 0.6s ease;
	transition: margin 0.6s ease;
}

#btnClose.scrolled {
	margin-top: -0.2em;
}

#btnClose2.scrolled {
	margin-top: -1.45em;
}

#btnClose:hover, #btnClose2:hover {
	color: #bf3629;	
}

.bunyan p {
	margin: 0 0 35px;
	font-size: 1em;
	line-height: 1.6;
}

.overview {
	margin-top: 3.6em;
	padding: 0;
}
.overview h2 {
	margin-bottom: 20px;
}
.overview p {
	margin: 0 0 13px;
}

.apartments {
	/*padding-top: 2em;*/
	font-size: 1em;
}

.apartments .col-lg-6 {
	padding: 2em;
	height: 100%;
	max-height: 100%;	
}

.overview h2,
.apartments h2,
#amenities h2,
#accessibility h2, 
#shopping h2 { font-size: 3em; font-family:Lato,'BebasThin'; font-weight: 100; }
.overview, .overview .col-lg-6, .amenities, .amenities .col-lg-6 { height: 100%; overflow: hidden; }
.overview .col-lg-6:nth-child(1),
.overview .col-lg-6:nth-child(2),
.amenities .col-lg-6:nth-child(1),
.amenities .col-lg-6:nth-child(2) { padding: 2em 3em 0}
.overview .col-lg-6:nth-child(2),
.amenities .col-lg-6:nth-child(2) { padding: 0; height: 100%; min-height: 400px;}

.bunyan-overview {
	/*background: url(../img/overview-bunyan-tower.jpg) no-repeat top;*/
	background-repeat: no-repeat;
	background-position: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*#amenities, #accessibility, #shopping {
	padding-top: 3.6em;
}*/

.bunyan-amenities {
	/*background: url(../img/amenities-bunyan-tower.jpg) no-repeat top;*/
	background-repeat: no-repeat;
	background-position: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.amenities p, .accessibility p, .shopping p { font-size: 1.3em; }

.accessibility, .shopping {
	padding: 2em 3em;	
}

.outlets {
	list-style: none;
	margin: 0;
	padding: 0;
}

.outlets li {
	display: inline-block;
	width: 32%;
	margin: 0 1% 1% 0;
	padding: 0;
	overflow: hidden;
}

.outlets li img {
	width: 100%;
}

.outlets li a div {
	position: absolute;
	background: rgba(51,77,133,0.8);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.outlets li a:hover div {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}

.sukoon-overview {
	/*background: url(../img/overview-sukoon-tower.jpg) no-repeat top;*/
	background-repeat: no-repeat;
	background-position: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sukoon-amenities {
	/*background: url(../img/amenities-sukoon-tower.jpg) no-repeat top;*/
	background-repeat: no-repeat;
	background-position: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact {
	background: #ECECEC;
	/*padding-top: 50px;
	margin-top: -50px !important;*/
	position: relative;
	z-index:0;
	font-weight: 300;
	padding-top: 50px;
}

#properties {
	/*margin-top: -50px !important;
	padding-top: 50px;*/
	position: relative;
	z-index:0;
	background-color: #000;
	width: 100%;
}

#gallery {
	/*padding-top: 50px;*/
	margin-top: -39px !important;
	position: relative;
	z-index:0;
}

#gallery #mainh1, #gallery-detail #mainh1 {
	margin-top: 90px;
	margin-bottom: 0;
}

#gallery-detail {
	background: #ececec;
	height: auto;
	margin-top: -39px !important;
}

.gallery-title {
	background: #BF3629;
	padding: 0 5%;
	width: 100%;
	font-family: Lato,'BebasBold';
	font-size: 1em;
	color: #fff;	
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}

#properties h1, #contact h1, #gallery h1 {
	margin-bottom: 0;
}

#properties .col-lg-6 {
	height: 100%;
	overflow:hidden;
	margin: 0 !important;
	padding: 0;
	display: inline-block;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}

#properties .col-lg-6.bunyan {
	background-image: url(../img/property-bunyan-tower.jpg) !important;	
	background-size: auto 100% !important;
	background-position: center !important;
	width: 50%;
}

#properties .col-lg-6.bunyan:hover {
	/*background-image: url(../img/property-bunyan-tower-h.jpg);
	width: 60%;	*/
}

#properties .col-lg-6.sukoon {
	background-image: url(../img/property-sukoon-tower.jpg) !important;	
	background-size: auto 100% !important;
	background-position: center !important;	
	width: 50%;
}

#properties .col-lg-6.sukoon:hover {
	/*background-image: url(../img/property-sukoon-tower-h.jpg);	
	width: 60%;*/
}

#properties .col-lg-6 div {
	position: absolute;
	background: rgba(51,77,133,0.8);
	width: 100% !important;
	height: 100% !important;
	display: none;
	top: 0;
	left: 0;
}

#properties .col-lg-6 h1 {
	background: transparent;
	line-height: 0.7em;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}

#properties .col-lg-6 h1 span {
	font-size: 0.671em;	
}

#properties .col-lg-6:hover h1,
#properties .col-lg-6:hover div {
	display: block;
}

#contact a {
	font-weight: 700;
}

.commercial {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 10.714em;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: middle;
}

.commercial-1 {
	background-image: url(../img/commercial-01.jpg);
}

.commercial-2 {
	background-image: url(../img/commercial-02.jpg);
	background-position: top;
}

.commercial-3 {
	background-image: url(../img/commercial-03.jpg);
	background-position: top;
}

/* MODAL */

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,.modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

.close {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	opacity: 0.7;
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
	bottom: auto;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    border: 1px solid #334d85;
    border: 1px solid rgba(51,77,133,0.3);
    *border: 1px solid #334d85;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;/*6px;*/
    border-radius: 0;/*0.625em;*/
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
	color: #1a1a1a;
	text-transform: uppercase;
}

.modal .contact {	
    background-color: #ececec;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity .3s linear,top .3s ease-out;
    -moz-transition: opacity .3s linear,top .3s ease-out;
    -o-transition: opacity .3s linear,top .3s ease-out;
    transition: opacity .3s linear,top .3s ease-out;
}

.modal.fade.in {
    top: 20%;
}

.modal-header {
    padding: 15px;
	background-color: #334d85;
    border-bottom: 1px solid rgba(0,0,0,0.6);
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 1em;
	color: #fff;
	font-family: 'BebasThin';
	font-weight: normal;
	font-size: 4em;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
	margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    background-color: #334d85;
    border-top: 1px solid #aaa;
    -webkit-border-radius: 0;/*0 0 6px 6px*/
    -moz-border-radius: 0;
    border-radius: 0;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
}

.modal-footer:before,.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
	color: #eee;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input {
	display: block;
	width: 100%;
	min-height: 30px;
	margin-bottom: 0.625em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.barChart {
	height: 9em;
	 margin: 2em 0 0;
}

.barChart .dummybar {
	display: inline-block;
	height: 96%;
}

.barChart .bar {
	position: relative;
	-webkit-transition: height 0.6s ease;
	transition: height 0.6s ease;
	display: inline-block;
	vertical-align: bottom !important;
	width: 5em;
	margin: 0 7px;
	border: 1px solid white;
	background: #8a8a8a;
	height: 50%;
}

.barChart .tooltip {
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
	padding-left: 0;
	padding-bottom: 0.25em;
	font-size: 18px;
	font-size: 0.8em;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	text-align: center;
	text-transform: uppercase;
	width: 6em;
}

.barChart .bar:nth-child(2) {
	border-color: #b2b2b2;
	background-color: #8a8a8a;
}

.barChart .bar:nth-child(3) {
	border-color: #aaa;
	background-color: #888;
}

.barChart .bar:nth-child(4) {
	border-color: #999;
	background-color: #777;
}

.barChart .bar:nth-child(5) {
	border-color: #848686;
	background-color: #646566;
}

.barChart .bar:nth-child(6) {
	border-color: #5e6162;
	background-color: #424446;
}
.print, .print div {
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
}
.print div {
	opacity: 1;
	padding-top: 0.3em;
	padding-left: 1.8em;
	font-size: 1.2em;
	color: #000;
	width: 6em;
	height: 2em;
	text-align: center;
	background: url(../img/icn-print.png) left no-repeat;
	background-size: auto 2.5em;
	text-transform: uppercase;
	font-family: Lato,'BebasBold',Helvetica,Arial,sans-serif;
	font-weight: 700;
}
.print:hover div {
	opacity: 1
}

.gm-style-iw { padding: 0; width: 180px; }
.gm-style-iw a { color: #000 }
.gm-style-iw a:hover { color: red }
.gm-style-iw h2 { 
	margin: 0 0 5px;
	font-size: 18px;
	color: #334D85;
}
	

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle i.animated {
    -webkit-animation-name: updown;
    -moz-animation-name: updown;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes updown {  
    from {
        transform: translate(0,-0.125em);
        -webkit-transform: translate(0,-0.125em);
        -o-transform: translate(0,-0.125em);
        -moz-transform: translate(0,-0.125em);
    }

    50% {
        transform: translate(0,0.125em);
        -webkit-transform: translate(0,0.125em);
        -o-transform: translate(0,0.125em);
        -moz-transform: translate(0,0.125em);
    }

    to {
        transform: translate(0,-0.125em);
        -webkit-transform: translate(0,-0.125em);
        -o-transform: translate(0,-0.125em);
        -moz-transform: translate(0,-0.125em);
    };
}

@-moz-keyframes updown {  
    from {
        transform: translate(0,-0.625em);
        -webkit-transform: translate(0,-0.625em);
        -o-transform: translate(0,-0.625em);
        -moz-transform: translate(0,-0.625em);
    }

    50% {
        transform: translate(0,0.125em);
        -webkit-transform: translate(0,0.125em);
        -o-transform: translate(0,0.125em);
        -moz-transform: translate(0,0.125em);
    }

    to {
        transform: translate(0,-0.625em);
        -webkit-transform: translate(0,-0.625em);
        -o-transform: translate(0,-0.625em);
        -moz-transform: translate(0,-0.625em);
    };
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}