@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face{
	font-family: mont_thin;
	src: url("../fonts/Montserrat-Thin.ttf");
}
@font-face{
	font-family: mont_reg;
	src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face{
	font-family: mont_med;
	src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face{
	font-family: mont_light;
	src: url("../fonts/Montserrat-Light.ttf");
}
@font-face{
	font-family: mont_bold;
	src: url("../fonts/Montserrat-Bold.ttf");
}
*,*:focus{
	-webkit-tap-highlight-color:transparent;
	outline:none;
}
*{
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
input, button, select, textarea { 
border: 0; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; outline: none; 
-webkit-appearance: none;
     -moz-appearance:none;
     -o-appearance: none;
     -ms-appearance: none;
     appearance: none;
}
textarea{
	resize:none;
}
/*select::-ms-expand {
    display: none;
}*/
.clearfix:before, .clearfix:after{
	display: table;
	content: " "
}
.clearfix:after{
	clear: both
}
body{
	overflow-x:hidden;
	margin:0;
	font-family: mont_reg;
}
.body_child{
	overflow:hidden;
}
.wow{
	visibility:hidden
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#div1 {
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

.padding_20 {
	padding: 20px !important;
}
.padding_10 {
	padding: 10px !important;
}
.padding_30 {
	padding: 30px !important;
}
.no_padding {
	padding: 0 !important
}
.f_left {
	float: left
}
.f_right {
	float: right
}
.full_wrap {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}
.half_wrap {
	width: 50%;
	float:left;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.half_wrap.large{
	width:55%;
}
.half_wrap.right{
	float:right;
}
.full_wrap_no_width{
		display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}
.gridContainer{
	max-width:1020px;
	min-width:1020px;
	width:85%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	padding:0 20px;
}
/* Home Starts */
.top_slider_wrap {
	overflow:hidden;
}
.top_slider_wrap .top_slide_parent_wrap{
	position: relative;
  height: 100%;
  background: rgb(99,93,88);
  text-align: center;
}
.top_slider_wrap .top_slide_parent_wrap .top_slide_child_wrap{
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  width: 800px;
  height: 530px;
  background: url("../img/top_slider.jpg") center center no-repeat fixed;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
.top_slider_wrap .top_slide_parent_wrap .top_slide_child_wrap:after{
	/*content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../img/top_slider_transparent_overlay.png') center center no-repeat;
	background-size:100% auto; */
	content:'';
position:absolute;
top:-2.5%;
left:-2.5%;
width:105%;
height:105%;
background:url('../img/top_slider_transparent_overlay.png') center center no-repeat;
background-size:100% auto;
	
}
.logo_parent_wrap{
	text-align:center;
}
.logo_parent_wrap .logo_child_parent_wrap{
	width:auto;
	float:none;
	display:inline-block;
	overflow:hidden;
}
.logo_parent_wrap .logo_child_wrap{
	width:auto;
	float:left;
	display:inline-block;
	overflow:hidden;
	width:52px;
}
.logo_parent_wrap .logo_child_wrap.character_logo_wrap{
	opacity:0;
	width:0;
}
.logo_parent_wrap .logo_child_wrap.single_char_wrap{
	padding-left: 9px;
    padding-right: 9px;
}
.logo_parent_wrap .logo_child_parent_wrap + .logo_child_parent_wrap{
	margin-left:-45px;
}
.logo_parent_wrap.active .logo_child_parent_wrap + .logo_child_parent_wrap{
	margin-left:0;
}
.logo_parent_wrap .logo_child_wrap img{
	max-width:none;
	float:left;
	width:100%;
}
.logo_parent_wrap .logo_child_parent_wrap.boom_logo_wrap{
	padding-top:0.5px;
}
.logo_parent_wrap .logo_child_parent_wrap.boom_logo_wrap .logo_child_wrap.single_char_wrap{
	padding-left:9.5px;
}
.top_slider_table{
	display:table;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000
}
.top_slider_table .top_slider_table_cell{
	display:table-cell;vertical-align:middle;text-align:center;;width:100%;height:100%
}
.logo_tagline_wrap{
	font-family: mont_light;
	font-size:20px;
	line-height:40px;
	letter-spacing:0.06em;
	color:#b5b5b5;
	text-transform:uppercase;
	margin-top:35px;
	text-align:center;
}
/*.logo_tagline_wrap .logo_tagline_mask_wrap{
	float: left;
    width: 0;
    display: inline-block;
    position: relative;
	overflow:hidden;
}
.logo_tagline_wrap .logo_tagline_mask_wrap .logo_tagline_inner_wrap{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}*/
.seed_to_tree_parent_wrap{
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider_seed_wrap{
	margin-bottom:60px;
	margin-top:-120px;
}
.slider_seed_wrap .slider_seed_inner_wrap{
	float:none;
	display:inline-block;
	position:relative;
}
.slider_seed_wrap .seed_title{
	position:absolute;
	top:-10px;
	left:100%;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.06em;
	text-transform:uppercase;
	font-family:mont_light;
	line-height:20px;
	color:#b5b5b5;
	text-align:left;
	padding-left:12px;
	opacity:0;
}
.slider_seed_wrap .seed_wrap{
	z-index:100;
	position:relative;
	cursor:pointer;
	opacity:0;
}
.slider_seed_wrap .line_wrap{
	margin-top:-20px;
	height:130px;
	position:relative;
}
.slider_seed_wrap .line_wrap .line_inner_wrap{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.slider_seed_wrap .circle_wrap{
	position:relative;
	opacity:0;
}
.slider_seed_wrap .circle_wrap img{
	position:relative;
	z-index:10;
}
.slider_seed_wrap .circle_wrap img.shadow_img{
	position: absolute;
    z-index: 9;
    top: -4px;
    left: -30px;
    max-width: none;
	opacity:0;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slider_seed_wrap .circle_wrap.active img.shadow_img{
	opacity:1;
}
.top_slider_wrap .slider_social_media_wrap{
	position:absolute;
	bottom:50px;
	right:50px;
	z-index:1005;
}
.top_slider_wrap .slider_social_media_wrap a{
	float:left;
	display:inline-block;
	position:relative;
	text-decoration:none;
	font-family:mont_light;
	font-size:18px;
	line-height:40px;
	letter-spacing:0.06em;
	color:#ffffff;
}
.top_slider_wrap .slider_social_media_wrap a img{
	margin-left:20px;
	float:right;
	margin-top:5px;
}
/* Home Content Starts */
.home_content_wrap{
	padding-top:100px;
}
.home_content_wrap.center{
	padding-left:25%;
	padding-right:7%;
	
	padding-bottom: 20px;
}
.home_content_wrap.right{
	padding-left:25%;
	padding-right:5%;
}

.home_content_wrap.no_pad_top{
	padding-top:0;
}
.common_title{
	text-transform:uppercase;
	font-size:65px;
	line-height:90px;
	letter-spacing:0.06em;
	font-family:mont_bold;
	color:#2f2f2f;
	margin-bottom:90px;
}
.common_title .title_single_line_wrap {
	overflow: hidden;
    width: 0;
    display: inline-block;
    float: left;
    position: relative;
}
.common_title .title_single_line_wrap .title_single_line_inner_wrap{
	width: 1000px;
    position: absolute;
    top: 0;
    left: 0;
}
.common_content_wrap p{
	line-height:40px;
	font-size:18px;
	letter-spacing:0.06em;
	color:#131313;
	margin-top:0;
	font-family:mont_light;
	margin-bottom:40px;
}
.common_content_wrap p.not_for_desk{
	display:none;
}
.common_content_wrap p span{
	display:block;
	-webkit-animation-name: fadeInLeft20;
  animation-name: fadeInLeft20;
}
.common_content_wrap p b{
	font-family:mont_med;
	padding-bottom:5px;
	border-bottom:4px solid #303030;
}
.content_mega_parent_wrap{
	margin-bottom:100px;
	padding-left:45px;
}
.element_1{
	position:absolute;
	bottom:0;
	left:0;
	background:#e9e9e9;
	width:680px;
	height:550px;
}
.element_2{
	position: absolute;
    bottom: -55%;
    right: 0;
    background: #e9e9e9;
    width: 700px;
    height: 90%;
}
.element_3{
	position:absolute;
	top:0;
	left:0;
	background:#e9e9e9;
	width:570px;
	height:80%;
}
.seed_to_tree_wrap{
	padding-top:80px;
	text-align:center;
}
.seed_to_tree_wrap > .full_wrap{
	display:none;
}
.seed_to_tree_wrap > .full_wrap:first-child{
	display:inline-block;
}
.seed_to_tree_wrap img{
	float:none;
	max-width:100% !important;
	width:auto !important;
}
.bottom_img_list{
	padding-left:10px;
	padding-right:10px;
	z-index:10;
}
.tree_content_parent_wrap{
	z-index:5;
}
.bottom_img_list .img_parent_wrap{
	width:25%;
	padding-left:10px;
	padding-right:10px;
	float:left;
	display:inline-block;
	position:relative;
}
.bottom_img_list .img_parent_wrap.large{
	width:50%;
}
.bottom_img_list .img_wrap{
	width:100%;
	height:600px;
	float:left;
	display:inline-block;
	position:relative;
	background: url("../img/bottom_img_1.jpg") center center no-repeat;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
.long_tree_wrap{
	position:absolute;
	top:-320px;
	left:-260px;
}
.bottom_content_parent_wrap{
	padding-top:320px;
}
.image_content_wrap .content_wrap{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
}
.image_content_wrap .content_wrap .content_inner_wrap{
	width:52%;
	float:right;
	display:inline-block;
	position:relative;
	padding-right:25px;
}
.image_content_wrap .image_wrap{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
	padding-left:25px;
	margin-top:-120px;
}
.image_content_wrap .image_wrap .image_inner_wrap:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
	background:url("../img/content_image_overlay.png") center center repeat;
	content:'';
	opacity: 0.25;
}
.image_content_wrap .image_wrap img{
	width:100%;
	float:left;
	display:inline-block;
}
.image_content_wrap .image_wrap .image_inner_wrap .img_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	background: url(../img/content_img_bottom.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:600px;
}
/* Home Content Ends */
/* footer starts */
.footer_wrap{
	overflow:hidden;
}
.footer_bg_wrap{
	    position: absolute;
		top:0;
		left:0;
		width:100%;
    height: 100%;
	background: rgba(99,93,88,1);
	/*background: url(../img/footer_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;*/
}
.footer_bg_wrap .footer_inner_bg_wrap{
	position: absolute;
    width: 100%;
    height: 100%;
	background: rgba(99,93,88,0.8);
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 800px;
    height: 530px;
    background: url(../img/footer_bg.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer_bg_wrap .footer_inner_bg_wrap:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top_slider_transparent_overlay.png) center center no-repeat;
    background-size: 100% auto;
}
.footer_wrap .footer_inner_wrap{
	padding:115px 0;
	text-align:center;
}
.footer_wrap .footer_inner_wrap.smallpadding{ padding: 70px 0px;}



.footer_wrap .text_anchor_wrap{
	text-align:center;
}
.footer_wrap .footer_inner_wrap{
	z-index:10;
}
.footer_wrap .text_anchor_wrap a{
	text-decoration:none;
	float:none;
	display:inline-block;
	position:relative;
	color:white;
	font-family:mont_light;
	font-size:20px;
	line-height:40px;
	letter-spacing:0.06em;
}

.footer_wrap .text_anchor_wrap.extra_albums{
	color:white;
	font-family:mont_light;
	font-size:20px;
	line-height:40px;
	letter-spacing:0.06em;
}
.footer_wrap .text_anchor_wrap.extra_albums a{font-family: mont_bold;}

.footer_wrap .anchors_wrap{
	text-align:center;
	margin-top:50px;
}
.footer_anchor{
	text-decoration:none;
	float:none;
	display:inline-block;
	position:relative;
	font-size:20px;
	line-height:40px;
	color:white;
	font-family:mont_light;
	letter-spacing:0.06em;
	padding:10px 45px;
}
.footer_anchor:after{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid #fff;
	content:'';
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer_anchor:hover:after{
	border-width:3px;
}
.footer_anchor + .footer_anchor{
	margin-left:135px;
}
@-webkit-keyframes fadeInLeft20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft20 {
  -webkit-animation-name: fadeInLeft20;
  animation-name: fadeInLeft20;
}
.single_bottom_img_list{
	display:none;
}
.long_tree_wrap.mobile_tree{
	display:none;
}
.content_wrap.not_for_desk{
	display:none;
}
.abs_full_anchor{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* footer ends */
/* Home Ends */
/* Album List Starts */
.other_page_top_wrap{
	background:#635d58;
	padding:75px 0;
	text-align:center;
}
.page_breadcrumb_wrap{
	position:absolute;
	top:0;
	left:50px;
	height:100%;
	display:table;
	z-index:10;
}
.page_breadcrumb_wrap .page_breadcrumb_inner_wrap{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}
.gallery_parent_wrap{
	margin-top:100px;
	margin-bottom:100px;
}
.gallery_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.gallery_ul li{
	width:32%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	margin-right:2%;
	margin-bottom:40px;
}
.gallery_ul li:nth-child(3n+0){
	margin-right:0;
}
.gallery_ul li .img_wrap img{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
.gallery_ul li .name_wrap{
	font-size:20px;
	line-height:40px;
	letter-spacing:0.06em;
	padding-top:10px;
	font-family:mont_light;
	color:#303030;
	text-align:center;
}
.gallery_ul li .overlay_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(99,93,88,0.7);
	display:table;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_ul li:hover .overlay_wrap{
	opacity:1;
}
.gallery_ul li .overlay_wrap .overlay_inner_wrap{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	line-height:40px;
	letter-spacing:0.06em;
	font-family:mont_light;
	color:#fefefe;
	text-align:center;
}
.largeGridContainer{
	max-width:1340px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	padding:0 20px;
}
/* Album List Ends */
/* Overview Starts */
.page_breadcrumb_wrap .footer_anchor + .footer_anchor{
	margin-left:20px;
}
.gallery_overview_title{
	background:#e9e9e9;
	text-align:center;
	font-size:20px;
	line-height:40px;
	letter-spacing:0.06em;
	color:#303030;
	font-family:mont_light;
	padding:10px 0;
}
.gallery_inner_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.gallery_inner_ul li{
	width:25%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}
.album_overview_slider_wrap{
	padding:0 25%;
	margin-bottom:90px;
}
.album_overview_slider_inner_wrap .album_item_wrap .img_wrap img{
	width:100%;
	float:left;
	display:inline-block;
}
.album_overview_slider_inner_wrap .album_item_wrap .desc_wrap{
	font-size:16px;
	line-height:24px;
	text-align:center;
	font-family:mont_light;
	color:#303030;
	letter-spacing:0.06em;
	margin-top:20px;
	padding:0 20px;
}
.gal_left_arrow{
	position: absolute;
    top: 40%;
    left: -80px;
    border: 4px solid #635d58;
    font-size: 46px;
    line-height: 25px;
    font-family: mont_light;
    color: #635d58;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.gal_right_arrow{
	position: absolute;
    top: 40%;
    right: -80px;
    border: 4px solid #635d58;
    font-size: 46px;
    line-height: 25px;
    font-family: mont_light;
    color: #635d58;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
/* Overview Ends */
.top_slider_wrap{
	height:1080px;
}
