@font-face {
    font-family: PlayfairDisplayRegular; 
    src:url("../fonts/PlayfairDisplayRegular.eot"), /*IE*/
        url("../fonts/PlayfairDisplayRegular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/PlayfairDisplayRegular.woff") format("woff"),
        url("../fonts/PlayfairDisplayRegular.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular") format("svg");
}

@font-face {
    font-family: PlayfairDisplayBold; 
    src:url("../fonts/PlayfairDisplayBold.eot"), /*IE*/
        url("../fonts/PlayfairDisplayBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/PlayfairDisplayBold.woff") format("woff"),
        url("../fonts/PlayfairDisplayBold.ttf") format("truetype"), /*Non-IE*/
        url("../fonts/PlayfairDisplayBold.svg#PlayfairDisplayBold") format("svg");
}


body {
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
	overflow-x: hidden;
}

h1, h2, p, a, ul {
	padding:0;
	margin:0;
}

.clickable {
	pointer-events: none;
}

#up_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom:15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/up_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	cursor:pointer;
	display: none;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#up_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

#down_btn {
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right:15px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	background-image:url(../images/down_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 	
}

#down_btn:hover {
	background-color: rgba(0, 0, 0, 1);
}

img {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    object-fit: contain;
}

#main {
	z-index:0;
	width: 100%;
	height:100%;
	top: 0;
	padding:0;
	position:absolute;
}

#main_button {
	z-index:100;
	width:100%;
	height: 20px;
	bottom: 20px;
	position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home {
	z-index:0;
	width: 100%;
	height:100%;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#home2 {
	z-index:0;
	width: 100%;
	height:700px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container {
	z-index:0;
	width: 100%;
	height:auto;
	top: 100%;
	padding:0;
	position:absolute;
}

#container2 {
	z-index:0;
	width: 100%;
	height:auto;
	top: 700px;
	padding:0;
	position:absolute;
}

.container {
    width: 100%;
	height: auto;
	padding: 70px 0 70px 0;
	float:left;
	position:relative;
}

.container h1 {
	width: auto;
	margin: 0;
	font-family: PlayfairDisplayBold;
	font-size: 24pt;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	color: #B89D69;
	float: left;
	position: relative;
}

.container h1::after{
    width: 60%;
    height: 2px;
    bottom: -10px;
    left: 20%;
    content: "";
    position: absolute;
	background-color: #1c1f20;
 }

.container h2 {
	width: auto;
	margin: 0;
	font-family: PlayfairDisplayBold;
	font-size: 24pt;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	color: #B89D69;
	float: left;
	position: relative;
}

.container h2::after{
    width: 60%;
    height: 2px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
	background-color: #1c1f20;
 }

.container h3 {
	width: auto;
	margin: 0;
	font-family: PlayfairDisplayBold;
	font-size: 16pt;
	font-weight: 300;
	color: #1c1f20;
	float: left;
	position: relative;
}

.container h4 {
	width: auto;
	margin: 0;
	font-family: PlayfairDisplayRegular;
	font-size: 14pt;
	font-weight: 600;
	line-height: 30px;
	color: #1c1f20;
	float: left;
	position: relative;
}

.container h4 a{
	color: #1c1f20;
	text-decoration: none;
}

.container h4b {
	width: auto;
	margin: 0;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 600;
	line-height: 30px;
	color: #1c1f20;
	float: left;
	position: relative;
}

.container h4b a{
	color: #1c1f20;
	text-decoration: none;
}

.container h6 {
	width: auto;
	margin: 0;
	font-family: PlayfairDisplayBold;
	font-size: 24pt;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	float: left;
	position: relative;
}

.container h6::after{
    width: 60%;
    height: 2px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
	background-color: #ffffff;
 }

.container p {
	width: 100%;
	margin: 0;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height: 25px;
	color: #1c1f20;
	text-align: justify;
	float: left;
	position: relative;
}

.container p2 {
	width: 100%;
	margin: 0;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height: 25px;
	color: #ffffff;
	text-align: justify;
	float: left;
	position: relative;
}

.container ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	float:left; 
	position:relative;
	list-style-type: disc;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height:25px;
	color: #1c1f20;
}

.container p2 ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	float:left; 
	position:relative;
	list-style-type: disc;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height:25px;
	color: #ffffff;
}

.title {
	z-index: 100;
	width: 100%;
	height: auto;
	margin: 30px auto 50px;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title2 {
	z-index: 100;
	width: 100%;
	height: auto;
	margin: 0 auto 50px;
	float: left;
	position: relative;
}

#hide_title1 {
	width: 0;
	height: 0;
	overflow: hidden;
}

#hide_title2 {
	width: auto;
	height: auto;
	overflow: visible;
}

.title3 {
	width: 100%;
	bottom: -50px;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height: 25px;
	color: #1c1f20;
	text-align: justify;
	position: absolute;
}

.container1 {
    width: 100%;
	height: auto;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

.container2 {
    width: 80%;
	height: auto;
	left: 10%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

.container3 {
    width: 80%;
	height: auto;
	left: 10%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

.container4 {
    width: 80%;
	height: auto;
	left: 10%;
	top: 10%;
	position:absolute;
	color: #ffffff;
}

.container4 h2 {
	width: auto;
	margin: 0;
	font-family: PlayfairDisplayBold;
	font-size: 24pt;
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	float: left;
	position: relative;
}

.container4 h2::after{
    width: 60%;
    height: 2px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
	background-color: #ffffff;
 }

.container4 p {
	width: 100%;
	margin: 0;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height: 25px;
	color: #ffffff;
	float: left;
	position: relative;
}

.container4 ul li {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	float:left; 
	position:relative;
	list-style-type: disc;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height: 25px;
	color: #ffffff;
}

.container5 {
    width: 80%;
	height: auto;
	left: 10%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}

#content_left {
	float:right;
	position:relative;
}

#content_right {
	float:right;
	position:relative;
}

.content1 {
    width: 60%;
	height: 100%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	text-align: left;
}

.content2 {
    width: 40%;
	height: 100%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	text-align: left;
}

.content3 {
    width: 50%;
	height: 100%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	text-align: left;
}

.content4 {
    width: 40%;
	height: 100%;
	padding:0;
	margin:0;
	float:right;
	position:relative;
	text-align: left;
}

.content5 {
    width: 50%;
	height: 100%;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	text-align: left;
}

.content_text {
    width: 80%;
	height: auto;
	left: 0;
	padding:0;
	margin:0;
	float:left;
	position:relative;
	text-align:justify;
}

.content_text2 {
    width: 80%;
	height: auto;
	left: 0;
	padding:0;
	margin:0;
	float:right;
	position:relative;
	text-align:justify;
}

.content_pic {
    width: 100%;
	height: 900px;
	padding:0;
	margin: 0 0 70px 0;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content_pic2 {
    width: 100%;
	height: 900px;
	padding:0;
	margin: 0 0 70px 0;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.enlarge_btn {
	width: 108px;
	height: 30px;
	left: calc(50% - 54px);
	margin: 10px 0 0 0;
	float: left;
	position: relative;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/enlarge_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.enlarge_btn2 {
	width: 108px;
	height: 30px;
	right: 0;
	bottom: 60px;
	position: absolute;
	cursor: pointer;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/enlarge_btn.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.more_info {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
	float: left;
	position: relative;
	cursor: pointer;
}

.more_info a{
	text-decoration: none;
	color: #1c1f20;
}

.moreinfo_text {
	width: auto;
	height: 20px;
	margin: 0 0 0 10px;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 600;
	line-height:20px;
	color: #1c1f20;
	float: left;
	position: relative;
}

.line {
    width: 50px;
	height: 8px;
    border-bottom: 2px solid #1c1f20; 
	float: left;
	position: relative;
	
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
	-ms-transition:all 0.5s linear; 
	-o-transition:all 0.5s linear; 
	transition:all 0.5s linear; 
}

.more_info:hover>.line {
    width: 100px;
}

#register {
	width: 100%;
	height: 700px;
	margin: 0;
	float: left;
	position: relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#register_form {
	width: 80%;
	height: auto;
	top: 50px;
	left: 10%;
	margin: 0;
	position: absolute;
}

/***************************************************
			       Location
***************************************************/

#location {
	width: 100%;
	height: auto;
	margin: 0;
	float: left;
	position: relative;
}

.location_text {
    width: 80%;
	height: auto;
	padding:0;
	margin:10% 0 0 10%;
	float: left;
	position:relative;
	text-align:justify;
}

#map_canvas {
	width:100%;
	height:800px;
	float: left;
	position: relative;
}

#map_icon {
	width: auto;
	height: 40px;
	top: 30px;
	right: 0;
	position:absolute;
	display: block;
}

.map_icon {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 40px;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.map_text {
	width: auto;
	height: 40px;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 600;
	line-height:40px;
	color: #1c1f20;
	float: left;
	position: relative;
}

/***************************************************
			       Amverton
***************************************************/
#amverton_logo {
	z-index:2000;
	width: 300px;
	height: 145px;
	margin: 0 auto 70px;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/amverton_logo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/***************************************************
			       Info Text
***************************************************/

.info_holder {
    width: 100%;
	height: auto;
	padding: 0;
	float:left;
	position:relative;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

[data-accordion-element-content] {
    height: auto;
    overflow: hidden;
    transition: height 0.5s;
}

.card {
    width: 100%;
    margin: 50px auto;
    border-radius: 2px;
    background-color: #ffffff;
}

article {
	font-family: PlayfairDisplayRegular;
    position: relative;
    background-color: #ffffff;
    transition: all 0.3s;
}
article.selected {
    z-index: 2;
    transform: scale(1.1);
    box-shadow: 0 0 5px rgba(2, 2, 2, 0.4);
}

h5 {
    padding: 20px 75px 20px 30px;
    font-size: 16pt;
	font-weight: 600;
    line-height: 30px;
	text-align: left;
    color: #1c1f20;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    transition: background 0.3s;
    border-bottom: 1px solid #1c1f20; 
}

h5:hover {
    cursor: pointer;
    background-color: #B89D69;
}

.selected h5 {
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: none; 
}

h5:before, h5:after {
    content: "";
    width: 20px;
    height: 2px;
    right: 0;
    top: 50%;
    margin-top: -1px;
    margin-right: 30px;
    position: absolute;
    background-color: #1c1f20;
    transition: transform 0.3s;
}

h5:before {
  transform: rotate(0deg);
  -webkit-animation: close-line-one-in 0.8s forwards;
          animation: close-line-one-in 0.8s forwards;
}

.selected h5:before {
  -webkit-animation: close-line-one-out 0.8s forwards;
          animation: close-line-one-out 0.8s forwards;
}

h5:after {
  transform: rotate(90deg);
  -webkit-animation: close-line-two-in 0.8s forwards;
          animation: close-line-two-in 0.8s forwards;
}

.selected h5:after {
  -webkit-animation: close-line-two-out 0.8s forwards;
          animation: close-line-two-out 0.8s forwards;
}

.content {
	width: 80%;
    padding: 0 0 20px 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all ease-out 0.4s 0.1s;
}

.selected .content {
    transform: translateY(0);
    opacity: 1;
}

.collapsed .content {
    display: none;
}

@-webkit-keyframes close-line-one-out {
  0%, 50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(50px);
  }
  76% {
    transform: translateX(50px) translateY(50px);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes close-line-one-out {
  0%, 50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(50px);
  }
  76% {
    transform: translateX(50px) translateY(50px);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes close-line-one-in {
  0%, 20% {
    transform: rotate(45deg);
  }
  60% {
    transform: translateX(50px) translateY(50px) rotate(45deg);
  }
  61% {
    transform: translateX(50px);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes close-line-one-in {
  0%, 20% {
    transform: rotate(45deg);
  }
  60% {
    transform: translateX(50px) translateY(50px) rotate(45deg);
  }
  61% {
    transform: translateX(50px);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes close-line-two-out {
  0%, 50% {
    transform: rotate(90deg);
  }
  75% {
    transform: translateY(-50px) rotate(90deg);
  }
  76% {
    transform: translateY(-50px) translateX(50px) rotate(90deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes close-line-two-out {
  0%, 50% {
    transform: rotate(90deg);
  }
  75% {
    transform: translateY(-50px) rotate(90deg);
  }
  76% {
    transform: translateY(-50px) translateX(50px) rotate(90deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@-webkit-keyframes close-line-two-in {
  0% {
    transform: rotate(135deg);
  }
  50% {
    transform: translateY(-50px) translateX(50px) rotate(135deg);
  }
  51% {
    transform: translateY(-50px) rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes close-line-two-in {
  0% {
    transform: rotate(135deg);
  }
  50% {
    transform: translateY(-50px) translateX(50px) rotate(135deg);
  }
  51% {
    transform: translateY(-50px) rotate(90deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
/***************************************************
			        Floor Plans
***************************************************/

#floorplan_content {
    width: 100%;
	height: 770px;
	padding:0;
	margin:70px 0 0 0;
	float:left;
	position:relative;
}

#gray_BG {
    width: 70%;
	height: 700px;
	top: 0;
	right: 0;
	padding:0;
	position:absolute;
	background-color: #464547;
}

#gray_BG2 {
    width: 40%;
	height: 900px;
	top: 140px;
	right: 0;
	padding:0;
	position:absolute;
	background-color: #464547;
}

#gray_BG3 {
    width: 40%;
	height: 900px;
	top: 140px;
	left: 0;
	padding:0;
	position:absolute;
	background-color: #464547;
}

#floorplan_text {
    width: 70%;
	height: auto;
	right: 0;
	margin: 0 0 50px 0;
	font-size: 12pt;
	font-family: PlayfairDisplayRegular; 
	font-weight: 300;
	line-height: 25px;
	float:right;
	position:relative;
}

#floorplan_text1 {
    width: 40%;
	height: auto;
	margin: 0 10% 0 0;
	float:left;
	position:relative;
	text-align: justify;
}

#floorplan_text2 {
    width: 50%;
	height: auto;
	float:left;
	position:relative;
	text-align: left;
}

.floorplan {
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
	top: 0;
	left: 0;
	position: relative;
}

.floorplan1 {
    width: 70%;
	height: 100%;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.floorplan2 {
    width: 30%;
	height: 100%;
	float: left;
	position:relative;
	background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floorplan2_text {
    width: auto;
	height: auto;
	margin: 0 0 0 20px;
	float: left;
	position:relative;
	text-align: left;
}

.floorplan2_text1 {
	width: 100%;
	font-family: PlayfairDisplayBold;
	font-size: 32pt;
	font-weight: 300;
	text-transform: uppercase;
	color: #1c1f20;
	float: left;
	position: relative;
	text-decoration: none;
}

.floorplan2_text2 {
	width: 100%;
	margin: 10px 0 20px 0;
	font-family: PlayfairDisplayRegular;
	font-size: 20pt;
	font-weight: 300;
	color: #1c1f20;
	float: left;
	position: relative;
}

#floorplan_button {
	z-index:100;
	width: 90%;
	height: 20px;
	top: -25px;
	right: 10%;
    position: absolute;
	overflow:visible;
    display: flex;
    justify-content: right;
    align-items: right;
}

.left_right_btn {
	z-index: 1000;
	width: auto;
	height: auto;
	bottom: 20px;
	right: 10%;
	position: absolute;	
}

/***************************************************
			        News
***************************************************/

.news_content {
    width: 100%;
	height: auto;
	padding:0;
	margin:70px 0 0 0;
	float:left;
	position:relative;
}

.gray_BG {
    width: 70%;
	height: 500px;
	top: 0;
	right: 0;
	padding:0;
	position:absolute;
	background-color: #464547;
}

.news {
	width: 80%;
	height: 500px;
	margin: 70px 0 0 0;
	left: 10%;
	float: left;
	position: relative;
	background-color: #ffffff;
	box-shadow: 5px 5px 10px #aaaaaa;
}

.news1 {
    width: 40%;
	height: 100%;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.news2 {
    width: 60%;
	height: 100%;
	float: left;
	position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_text {
    width: auto;
	height: auto;
	margin: 0 20px 0 20px;
	float: left;
	position:relative;
	text-align: left;
}

.news_text1 {
	width: 100%;
	font-family: PlayfairDisplayBold;
	font-size: 18pt;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	color: #1c1f20;
	float: left;
	position: relative;
	text-decoration: none;
}

.news_text2 {
	width: 100%;
	margin: 10px 0 0 0;
	font-family: PlayfairDisplayRegular;
	font-size: 12pt;
	font-weight: 300;
	line-height: 25px;
	color: #1c1f20;
	float: left;
	position: relative;
}
/***************************************************
			        Gallery
***************************************************/
#gallery_content {
	z-index:0;
	width: 80%;
	height: 800px;
	left: 10%;
	padding:0;
	margin:0 0 50px 0;
	float:left;
	position:relative;
}

#gallery {
    width: 75%;
	height: 100%;
	float: left;
	position:relative;
}

.gallery {
    width: 100%;
	height: 700px;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#gallery_button {
    width: 20%;
	height: 700px;
	float: right;
	position:relative;
}

/***************************************************
			        Contact
***************************************************/
#contact_no2 {
	margin-top:0;
}

.contact1 {
	width: 100%;
	margin-top:15px;
	float: left;
	position:relative;
}

.contact2 {
	margin-top:40px;
	float: left;
	position:relative;
}

#contact_form {
	margin-top:0;
}
/***************************************************
			        Footer
***************************************************/
#footer {
	z-index:1000;
	width: 100%;
	height: auto;
	padding: 50px 0 20px 0;
	margin:0;
    float: left;
	position:relative;
    background-color: #101F27;
}

#carey_logo2 {
	z-index:2000;
	width: 250px;
	height: 90px;
	margin: 0;
	float: left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-image: url(../images/carey_logo.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer_text {
	width: 80%;
	height: auto;
	left: 10%;
	padding: 0;
	margin: 0 0 40px 0;
	float: left;
	position:relative;
}

#footer_table {
	width: 600px;
	height: auto;
	padding: 0;
	margin: 5px 0 0 60px;
	float: left;
	position:relative;
}

#footer_text h1 {
	width: auto;
	height: auto;
	margin: 0;
	float: left;
	position:relative;
	font-family: PlayfairDisplayRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height:20px;
	color: #B89D69;
}

#footer_text p {
	width: auto;
	height: auto;
	float: left;
	position:relative;
	font-family: PlayfairDisplayRegular;
	font-size: 8pt;
	font-weight: 300;
	line-height:10px;
	color: #B89D69;
}

#footer_icon {
	width: 140px;
	height: 40px;
	top: 20px;
	right: 0;
	position:absolute;
}

.footer_icon {
	width: 40px;
	height: 40px;
	margin: 0 15px 0 15px;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#copyright {
	width: 100%;
	height: auto;
	padding: 0;
	float: left;
	position:relative;
	font-family: PlayfairDisplayRegular;
	font-size: 10pt;
	font-weight: 300;
	line-height: 20px;
	text-align:center;
	color: #B89D69;
}