@charset "UTF-8";
/* CSS Document */

a img{
	border:0px;
}

.row_wrap{
	width:100%;
	margin-top:25px;
	margin-bottom:25px;
	display:inline-block;
}

.small_row_wrap{
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	display:inline-block;
}

.items-row::after, .columns_row::after{
	display:table;
}

.items-row, .columns_row{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	width:100%;
	/*height:100%;*/
}

.one_of_two_columns, .one_of_two_columns_last{
	width:48%;
	margin-right:4%;
	float:left;
}

.one_of_two_columns_last{
	margin-right:0px;
}

.one_of_two_columns_without_margin{
	width:50%;
	display:inline-block;
	float:left;
}

.one_of_three_columns, .one_of_three_columns_last{
	float:left;
	display:inline-block;
	width:32%;
	margin-right:2%;
}

.one_of_three_columns_last{
	margin-right:0%;
}

.one_of_three_columns_without_margin{
	width:33.33333333333333%;
	float:left;
	display:inline-block;
}

.two_of_three_columns, .two_of_three_columns_last{
	width:66%;
	float:left;
	display:inline-block;
	margin-right:2%;
}

.two_of_three_columns_last{
	margin-right:0px;
}

.two_of_three_columns_without_margin{
	width:66.66666666666666%;
	float:left;
	display:inline-block;
}

.one_of_four_columns, .one_of_four_columns_last{
	width:24%;
	margin-right:1.3%;
	float:left;
}

.one_of_four_columns_last{
	margin-right:0px;
}

.two_of_four_columns, .two_of_four_columns_last{
	width:49.3%;
	margin-right:1.3%;
	float:left;
	display:inline-block;
}

.two_of_four_columns_last{
	margin-right:0;
}

.three_of_four_columns, .three_of_four_columns_last{
	width:74.6%;
	margin-right:1.3%;
	float:left;
	display:inline-block;
}

.three_of_four_columns_last{
	margin-right:0;
}

.one_of_four_columns_without_margin{
	width:25%;
	display:inline-block;
	float:left;
}

.two_of_four_columns_without_margin{
	width:50%;
	display:inline-block;
	float:left;
}

.three_of_four_columns_without_margin{
	width:75%;
	display:inline-block;
	float:left;
}

.one_of_five_columns, .one_of_five_columns_last{
	float:left;
	display:inline-block;
	width:18%;
	margin-right:2.5%;
}

.one_of_five_columns_last{
	margin-right:0px;
}

.two_of_five_columns, .two_of_five_columns_last{
	float:left;
	display:inline-block;
	width:38.5%;
	margin-right:2.5%;
}

.two_of_five_columns_last{
	margin-right:0;
}

.three_of_five_columns, .three_of_five_columns_last{
	float:left;
	display:inline-block;
	width:59%;
	margin-right:2.5%;
}

.three_of_five_columns_last{
	margin-right:0;
}

.four_of_five_columns, .four_of_five_columns_last{
	float:left;
	width:79.5%;
	margin-right:2.5%;
	display:inline-block;
}

.four_of_five_columns_last{
	margin-right:0;
}


.one_of_five_columns_without_margin{
	width:20%;
	display:inline-block;
	float:left;
}

.two_of_five_columns_without_margin{
	width:40%;
	display:inline-block;
	float:left;
}

.three_of_five_columns_without_margin{
	width:60%;
	display:inline-block;
	float:left;
}

.one_of_six_columns, .one_of_six_columns_last{
	width:14%;
	margin-right:3.2%;
	float:left;
	display:inline-block;
}

.two_of_six_columns, .two_of_six_columns_last{
	width:31.2%;
	margin-right:3.2%;
	float:left;
	display:inline-block;
}

.three_of_six_columns, .three_of_six_columns_last{
	width:48.4%;
	margin-right:3.2%;
	float:left;
	display:inline-block;
}

.four_of_six_columns, .four_of_six_columns_last{
	width:65.6%;
	margin-right:3.2%;
	float:left;
	display:inline-block;
}

.five_of_six_columns, .five_of_six_columns_last{
	width:82.8%;
	margin-right:3.2%;
	float:left;
	display:inline-block;
}

.one_of_six_columns_last, .two_of_six_columns_last, .three_of_six_columns_last, .four_of_six_columns_last, .five_of_six_columns_last{
	margin-right:0;
}

.one_of_six_columns_without_margin{
	width:16.66%;
	float:left;
	display:inline-block;
}

.one_of_seven_columns, .one_of_seven_columns_last{
	width:10%;
	margin-right:4.9%;
	display:inline-block;
	float:left;
}

.two_of_seven_columns, .two_of_seven_columns_last{
	width:24.9%;
	margin-right:4.9%;
	display:inline-block;
	float:left;
}

.three_of_seven_columns, .three_of_seven_columns_last{
	width:39.8%;
	margin-right:4.9%;
	display:inline-block;
	float:left;
}

.four_of_seven_columns, .four_of_seven_columns_last{
	width:54.7%;
	margin-right:4.9%;
	display:inline-block;
	float:left;
}


.five_of_seven_columns, .five_of_seven_columns_last{
	width:69.6%;
	margin-right:4.9%;
	display:inline-block;
	float:left;
}

.six_of_seven_columns, .six_of_seven_columns_last{
	width:84.5%;
	margin-right:4.9%;
	display:inline-block;
	float:left;
}

.one_of_seven_columns_last, .two_of_seven_columns_last, .three_of_seven_columns_last, .four_of_seven_columns_last, .five_of_seven_columns_last, .six_of_seven_columns_last{
	margin-right:0;
}

.one_of_eight_columns, .one_of_eight_columns_last{	
	width:11%;	
	margin-right:1.71%;	
	float:left;	
}	
.two_of_eight_columns, .two_of_eight_columns_last{	
	width:22.71%;	
	margin-right:1.71%;	
	float:left;	
}	
.three_of_eight_columns, .three_of_eight_columns_last{	
	width:36.42%;	
	margin-right:1.71%;	
	float:left;	
}	
.four_of_eight_columns, .four_of_eight_columns_last{	
	width:49.13%;	
	margin-right:1.71%;	
	float:left;	
}	
.five_of_eight_columns, .five_of_eight_columns_last{	
	width:61.84%;	
	margin-right:1.71%;	
	float:left;	
}	
.six_of_eight_columns, .six_of_eight_columns_last{	
	width:74.55%;	
	margin-right:1.71%;	
	float:left;	
}	
.seven_of_eight_columns, .seven_of_eight_columns_last{	
	width:87.26%;	
	margin-right:1.71%;	
	float:left;	
}	
.one_of_eight_columns_last, .two_of_eight_columns_last, .three_of_eight_columns_last, .four_of_eight_columns_last, .five_of_eight_columns_last, .six_of_eight_columns_last, .seven_of_eight_columns_last{	
	margin-right:0px;	
}

.one_of_seven_columns_without_margin{
	width:14.28%;
	float:left;
	display:inline-block;
}

.two_of_seven_columns_without_margin{
	width:28.56%;
	float:left;
	display:inline-block;
}

.three_of_seven_columns_without_margin{
	width:42.84%;
	display:inline-block;
	float:left;
}

.four_of_seven_columns_without_margin{
	width:57.12%;
	float:left;
	display:inline-block;
}

.five_of_seven_columns_without_margin{
	width:71.4%;
	float:left;
	display:inline-block;
}

.six_of_seven_columns_without_margin{
	width:85.68%;
	float:left;
	display:inline-block;
}

.one_of_eight_columns_without_margin{
	width:12.5%;
	display:inline-block;
	float:left;
}

.two_of_eight_columns_without_margin{
	width:25%;
	display:inline-block;
	float:left;
}

.three_of_eight_columns_without_margin{
	width:37.5%;
	display:inline-block;
	float:left;
}

.four_of_eight_columns_without_margin{
	width:50%;
	display:inline-block;
	float:left;
}

.five_of_eight_columns_without_margin{
	width:62.5%;
	display:inline-block;
	float:left;
}

.six_of_eight_columns_without_margin{
	width:75%;
	display:inline-block;
	float:left;
}

.seven_of_eight_columns_without_margin{
	width:87.5%;
	display:inline-block;
	float:left;
}

.one_of_nine_columns_without_margin{
	width:11.11%;
	display:inline-block;
	float:left;
}

.two_of_nine_columns_without_margin{
	width:22.22%;
	display:inline-block;
	float:left;
}

.three_of_nine_columns_without_margin{
	width:33.33%;
	display:inline-block;
	float:left;
}

.four_of_nine_columns_without_margin{
	width:44.44%;
	display:inline-block;
	float:left;
}

.five_of_nine_columns_without_margin{
	width:55.55%;
	display:inline-block;
	float:left;
}

.six_of_nine_columns_without_margin{
	width:66.66%;
	display:inline-block;
	float:left;
}

.seven_of_nine_columns_without_margin{
	width:77.77%;
	display:inline-block;
	float:left;
}

.eight_of_nine_columns_without_margin{
	width:88.88%;
	display:inline-block;
	float:left;
}

.one_of_ten_columns_without_margin{
	width:10%;
	display:inline-block;
	float:left;
}

.three_of_ten_columns_without_margin{
	width:30%;
	display:inline-block;
	float:left;
}

.img_full_column_width, .img_full_column_width img{
	width:100%;
}

#path .gt{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}

.photo_wrap{
	display:inline-block;
	width:100%;
}

.thumb, .thumb_v, .one_of_four_thumb, .one_of_four_thumb_v, .one_of_five_thumb, .one_of_five_thumb_v, .one_of_two_thumb, .one_of_two_thumb_v, .one_of_two_thumb_v_not_centered, .one_of_eight_thumb, .one_of_eight_thumb_v, .one_of_twelve_thumb, .one_of_twelve_thumb_v, .square_thumb, .square_thumb_v, .landscape_full_column_width, .landscape_v_full_column_width, .landscape_one_of_three_columns, .landscape_one_of_two, .one_of_six_thumb, .one_of_six_thumb_v, .portrait_one_of_four_no_margin, .portrait_one_of_five_no_margin, .landscape_one_of_two_no_margin, .portrait_full_column_width, .portrait_full_column_width_v{
	width:32%;
	margin-right:1%;
	margin-bottom:5px;
	height:0;
	padding-top:32%;
	float:left;
	display:inline-block;
	overflow:hidden;
	position:relative;
	text-align:left;
}

.gallery_no_margin .thumb{
    width:33.33%;
    padding-top:33.33%;
}

.square_thumb, .square_thumb_v{
	width:100%;
	padding-top:100%;
}

.one_of_two_thumb, .one_of_two_thumb_v, .one_of_two_thumb_v_not_centered, .one_of_two_thumb_description{
	width:49%;
	margin-right:1%;
	padding-top:49%;
}

.one_of_two_thumb_description{
	padding-top:0;
	text-align:center;
	display:inline-block;
}

.one_of_four_thumb, .one_of_four_thumb_v{
	width:24%;
	margin-right:1%;
	padding-top:24%;
}

.one_of_five_thumb, .one_of_five_thumb_v{
	width:19%;
	margin-right:1%;
	padding-top:19%;
}

.one_of_six_thumb, .one_of_six_thumb_v{
	width:16%;
	margin-right:0.33%;
	padding-top:15%;
}

.one_of_six_thumb:nth-child(6n), .one_of_six_thumb_v:nth-child(6n){
	margin-right:0;
}

.one_of_eight_thumb, .one_of_eight_thumb_v{
	width:11.5%;
	padding-top:11.5%;
}

.one_of_eight_thumb, .one_of_eight_thumb_v{
    width:12.5%;
    height:12.5%;
}

.one_of_twelve_thumb, .one_of_twelve_thumb_v{
	width:8%;
	padding-top:8%;
}

.thumb img, .one_of_four_thumb img, .one_of_two_thumb img, .one_of_five_thumb img, .one_of_eight_thumb img, .one_of_twelve_thumb img, .square_thumb img, .one_of_six_thumb img{
	height:100%;
	margin-top:-100%;
	position:absolute;
}

.thumb_v img, .one_of_four_thumb_v img, .one_of_two_thumb_v img, .one_of_two_thumb_v_not_centered img, .one_of_five_thumb_v img, .one_of_eight_thumb_v img, .one_of_twelve_thumb_v img, .square_thumb_v img, .one_of_six_thumb_v img{
	width:100%;
	margin-top:-132%;
	position:absolute;
}

.one_of_four_thumb_v img{
	margin-top:-124%;
}

.one_of_two_thumb_v img{
	margin-top:-149%;
}

.one_of_two_thumb_v_not_centered img, .square_thumb_v img{
	margin-top:-100%;
}

.one_of_five_thumb_v img{
	margin-top:-119%;
}

.one_of_six_thumb_v img{
	margin-top:-115%;
}

.one_of_eight_thumb_v img{
	margin-top:-112%;
}

.one_of_twelve_thumb_v img{
	margin-top:-108%;
}

.square_thumb.no_margin, .square_thumb_v.no_margin{
	margin:0;
}

.landscape_full_column_width, .landscape_v_full_column_width{
	width:100%;
	padding-top:56%;
}

.landscape_full_column_width img{
	position:absolute;
	width:100%;
	margin-top:-56%;
}

.landscape_v_full_column_width img{
	position:absolute;
	height:100%;
	margin-top:-56%;
}

.landscape_one_of_two{
	width:48%;
	margin-right:4%;
	position:relative;
	padding-top:28%;
}

.landscape_one_of_two:nth-child(even){
	margin-right:0;
}

.landscape_one_of_two img{
	width:100%;
	margin-top:-58%;
	position:absolute;
}

.landscape_one_of_three_columns{
	padding-top:16%;
}

.landscape_one_of_three_columns img{
	margin-top:-50%;
	width:100%;
}

.landscape_one_of_two_no_margin{
	width:50%;
	margin:0;
	padding-top:28%;
}

.landscape_one_of_two_no_margin img{
	width:100%;
	margin-top:-58%;
	position:absolute;
}


.landscape_v_2_rows_full_column_width{
    padding-top:115%;
    width:100%;
    display:inline-block;
    overflow:hidden;
    position:relative;
    text-align:left;
}

.landscape_v_2_rows_full_column_width img{
    height:127%;
    margin-top:-115%;
    position:absolute;
}

.portrait_full_column_width, .portrait_full_column_width_v{
	padding-top:130%;
	width:100%;
}

.portrait_full_column_width img{
	margin-top:-130%;
	position:absolute;
	height:100%;
}

.portrait_full_column_width_v img{
	width:100%;
	margin-top:-130%;
	position:absolute;
}


.portrait_one_of_four_no_margin{
	width:25%;
	padding-top:36%;
	margin:0;
}

.portrait_one_of_four_no_margin img{
	height:100%;
	margin-top:-144%;
	position:absolute;
}

.portrait_one_of_five_no_margin{
	width:20%;
	padding-top:28%;
	margin:0;
}

.portrait_one_of_five_no_margin img{
	height:100%;
	margin-top:-140%;
	position:absolute;
}

.gallery_no_margin .thumb, .gallery_no_margin .thumb_v, .gallery_no_margin .one_of_four_thumb, .gallery_no_margin .one_of_four_thumb_v, .gallery_no_margin .one_of_five_thumb, .gallery_no_margin .one_of_five_thumb_v, .gallery_no_margin .one_of_two_thumb, .gallery_no_margin .one_of_two_thumb_v, .gallery_no_margin .one_of_two_thumb_v_not_centered, .gallery_no_margin .one_of_eight_thumb, .gallery_no_margin .one_of_eight_thumb_v, .gallery_no_margin .one_of_twelve_thumb, .gallery_no_margin .one_of_twelve_thumb_v, .gallery_no_margin .square_thumb,  .gallery_no_margin .square_thumb_v, .gallery_no_margin .landscape_full_column_width, .gallery_no_margin .landscape_v_full_column_width, .gallery_no_margin .landscape_one_of_three_columns, .gallery_no_margin .landscape_one_of_two, .gallery_no_margin .one_of_six_thumb, .gallery_no_margin .one_of_six_thumb_v, .gallery_no_margin .portrait_one_of_four_no_margin, .gallery_no_margin .portrait_one_of_five_no_margin, .gallery_no_margin .landscape_one_of_two_no_margin{
	margin:0;
}

.img_spaced_percentage .thumb, .img_spaced_percentage .thumb_v, .img_spaced_percentage .one_of_four_thumb, .img_spaced_percentage .one_of_four_thumb_v, .img_spaced_percentage .one_of_five_thumb, .img_spaced_percentage .one_of_five_thumb_v, .img_spaced_percentage .one_of_two_thumb, .img_spaced_percentage .one_of_two_thumb_v, .img_spaced_percentage .one_of_two_thumb_v_not_centered, .img_spaced_percentage .one_of_eight_thumb, .img_spaced_percentage .one_of_eight_thumb_v, .img_spaced_percentage .one_of_twelve_thumb, .img_spaced_percentage .one_of_twelve_thumb_v, .img_spaced_percentage .square_thumb,  .img_spaced_percentage .square_thumb_v, .img_spaced_percentage .landscape_full_column_width, .img_spaced_percentage .landscape_v_full_column_width, .img_spaced_percentage .landscape_one_of_three_columns, .img_spaced_percentage .landscape_one_of_two, .img_spaced_percentage .one_of_six_thumb, .img_spaced_percentage .one_of_six_thumb_v, .img_spaced_percentage .portrait_one_of_four_no_margin, .img_spaced_percentage .portrait_one_of_five_no_margin, .img_spaced_percentage .landscape_one_of_two_no_margin{
    margin-bottom:3%;
}

.videoWrapper {
	position: relative;
	padding-bottom:56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper embed, .videoWrapper-1920-1080 object, .videoWrapper-1920-1080 embed, .videoWrapper-1920-1080 video,.videoWrapper-1920-1012 object, .videoWrapper-1920-1012 embed, .videoWrapper-1920-1012 video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper-4-3{
	width:100%;
	height:0;
	position:relative;
	padding-top:75%;
}

.videoWrapper-4-3 iframe{
	margin-top:-75%;
	position:absolute;
	width:100%;
	height:100%;
}

.videoWrapper-1920-1080{
	text-align:left;
	padding-top:56.25%;
	width:100%;
	height:0;
	position:relative;
}

.videoWrapper-1920-1080 iframe, .videoWrapper-1920-1080 div.fb-video{
	position:absolute;
	width:100%;
	height:100%;
	margin-top:-56.25%;
}

.videoWrapper-1920-1012{
	text-align:left;
	padding-top:52.6%;
	width:100%;
	height:0;
	position:relative;
}
.videoWrapper-1920-1012 iframe{
	position:absolute;
	width:100%;
	height:100%;
	margin-top:-52.6%;
}

.full_width_block{
	width:100%;
	display:inline-block;
}

.width_95{
	width:95%;
	margin:auto;
}

.width_90{
	width:90%;
	margin:auto;
}

.width_80{
	width:80%;
	margin:auto;
}

.width_70{
	width:70%;
	margin:auto;
}

.width_60{
	width:60%;
	margin:auto;
}

.width_50{
	width:50%;
	margin:auto;
}

.width_40{
	width:40%;
	margin:auto;
}

.width_30{
	width:30%;
	margin:auto;
}

.width_20{
	width:20%;
	margin:auto;
}

.width_10{
	width:10%;
	margin:auto;
}

.center_text{
	text-align:center;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}



.flexbox{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.zoom-fx img{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.zoom-fx:hover img{
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}



.zoom-fx-background{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	overflow:hidden;
}

.zoom-fx-background:hover{
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@keyframes slide-zoom {
  0%   {zoom:0; }
  50%{zoom:1.2}
  100% { zoom: 0; }
}

@keyframes scale {
  50% {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
  }
}


.fill{
	width:100%;
	height:100%;
	display:inline-block;
}

.parallax-fx{
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.ntm{
    margin-top:0;
}

.nbm{
    margin-bottom:0;
}