
/* CSS Document */
body {
    width: 100%;
    height: 100% !important;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.03em;
    font-size: 16px;
	font-weight: normal;
    line-height: 1.7em;
	font-family: "Gotham A", "Gotham B", Arial, Helvetica,Meiryo,"微軟正黑體","Microsoft JhengHei",sans-serif;
	background-image: url(../images/page-bg-1.jpg);
	background-repeat: repeat;
}
.img-direction {
	text-align: center;
}
.img-direction a {
font-size: 36px;
    border-color: #fff;
    background-color: #fff !important;
	padding: 0px 12px;
	}
.img-direction a:hover, .img-direction a:active, .img-direction a:focus {
    color: red;
	border-color: #fff !important;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	}
.img-direction a.selected {
	border-color: #fff !important;
    color: rgba(232,6,10,1.00) !important;
	}



/* slick drag album function */
.slider {
        width: 100%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
/* end slick drag album function */


.affix {
    position: fixed;
    z-index: 9;
    background-color: #fff;
	width:100%;
	max-width: 1235px;
	    top: 43px;
}
.dragscroll {
    border: 0px solid rgb(31, 40, 49);
    background-color : transparent;
    overflow: auto;
}

.vertical.dragscroll {
    width: 270px;
    height: 380px;
    float: left;
    padding: 10px;
}

.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}

.horizontal.dragscroll {
    width: 958px;
    margin-left: auto;
    background-color: transparent;
    margin-right: auto;
}

.free, .horizontal {
    cursor : -webkit-grab;
    cursor : -moz-grab;
    cursor : -o-grab;
    cursor : grab;
}



.free:active, .horizontal:active {
    cursor : -webkit-grabbing;
    cursor : -moz-grabbing;
    cursor : -o-grabbing;
    cursor : grabbing;
}
.pn-ProductNav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* Remove the default scrollbar for WebKit implementations */
    &::-webkit-scrollbar {
        display: none;
    }
}

#modal_large_photo {
	background-color: rgb(0, 0, 0, 0.85);
}
.t-white {
	color: #fff;
}
.t-green {
	color:rgba(55,164,42,1.00);
}
.t-red-ff {
	color: #ff0000;
}
.top-container {
	min-height: 43px;
}
.img-txt-left {
	text-align: center; width: fit-content;margin: auto;
}
.btn-danger.photo-menu {
    color: #fff;
    background-color: #aa0000;
    border-color: #9a0101;
    border-radius: 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.carousel-indicators li {

    width: 120px !important;
    height: 120px !important;
    margin: 10px !important;
    background-color: transparent !important;
	background-size:cover;
	background-position:center;
    border: 0px solid  transparent !important;
    border-radius: 80px !important;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 9;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    color:#f7931e;
}
#back-to-top.show {
    opacity: 1;
}
.carousel-indicators .active {
  width: 120px !important;
  height: 120px !important;
  margin: 10px !important;
  border: 3px solid #b4ffff !important;
}
a {
  color: inherit;
  text-decoration: none;
}

.wrapper img {
  max-width: 100%;
  height: auto ;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
	background-color: #fff;
	margin: auto;
	    max-width: 1235px;
}
.top_menu {
	width:100%; 
	display:block;
	padding: 0 35px
}
a:hover,
a:focus {
    color: inherit;
    text-decoration: underline;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(223,223,223,0.43);
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
#effect-2 {
	overflow: hidden;

}

.img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    filter: alpha(opacity=100);
    opacity: 1;
}
.event.container {
	margin-top: 0px;
    padding: 0px 40px !important;
	min-height: 88vh;
}
.stick-menu {
	padding:0 20px;
	max-width: 1300px;
}

/*================ footer ================================== */
.modal-header {
    padding: 10px 15px;
}
#modal-photo .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    padding: 0 20px;
	font-size: 41px; 
}
.modal-p p {
	line-height: 1.3em !important;
	    margin: 0;
}
.modal-title {
    line-height: 1.1;
}
p {
letter-spacing: 0.03em;
    line-height: 1.5em;
}
div {
	font-family: "Gotham A", "Gotham B", Arial, Helvetica,Meiryo,"微軟正黑體","Microsoft JhengHei",sans-serif;
}
.wrapper p {
	font-family: "Gotham A", "Gotham B", Arial, Helvetica,Meiryo,"微軟正黑體","Microsoft JhengHei",sans-serif;
}
#footer {
	padding:15px;
	    padding: 15px;
    position: relative;
    width: 100%;
    max-width: 1235px;
    bottom: 0;
	    margin: auto;
}
#footer img {
		    vertical-align: inherit;
    }
.reg-txt {
	text-align:center;
    line-height: 14px;
}
.reg-icon {
	width: 70px; margin:auto;
}


.croppie-container .cr-boundary {
    width: auto !important;
    height: 60vh!important;
}
.croppie-container .cr-slider {
	padding-top:2px;
	padding-bottom:2px;
}

.cr-slider-wrap .cr-slider {
	display:inline-block;
	width:80%;
}
.index-version {
	    position: absolute;
    z-index: 20;
    width: 33.333%;
    right: 0;
    /* margin: auto; */
    text-align: center;
}
.index-version ul {
	width: 160px;
    /*margin: auto;
    float: none;*/
	    margin: auto 0;
    float: right;
}
.banner_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin: auto;
    max-width: 1235px;
    padding: 0 35px;
}
.album-banner {
	background-image: url(../images/album_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding-bottom: 30%;
	    max-width: 1235px;
	margin: auto;
}
.pagination {
	margin: 5px auto;
   padding: 0 32px 0 0;
}
.list .thumbnail-wrapper {
    position: relative;
    width: auto;
    display: inline-block;
    text-align: center;
	overflow: hidden;
}
.list .thumbnail {
    width: auto;
	min-width: 50px;
    height: 100px;
    padding: 3px;
	/*margin-bottom: 30px;*/
}
.pic_no {
    text-align: left;
    position: absolute;
    bottom: 5px;
    width: 100%;
	    padding-left: 3px;
    border-radius: 0 0 4px 4px;
    border: 1px #ddd solid;
    border-top: 1px #fff solid;
    background-color: #fff;
	font-size: 11px;
}

.pic_no {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.wm_container {
  margin: 0 auto;
}

.wm_container img {vertical-align: middle;}

.wm_container .wm_content {
  position: absolute;
  bottom: 0;
  /*background: rgb(0, 0, 0);*/ /* Fallback color */
  /*background: rgba(0, 0, 0, 0.5);*/ /* Black background with 0.5 opacity */
  width: 100%;
  padding: 0px;
}

.overlay-icon {
	padding-top: 10px;
    position: absolute;
    z-index: 8;
    bottom: 3px;
    right: 37%;
}
.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 21px;
    opacity: 1;
    height: 24px;
    padding: 0;
    background-color: #000!important;
    border-radius: 50px;
    padding: 4px 6px !important;
    height: auto;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.modal-close.close:hover, .modal-close.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=99);
    opacity: 1;
}

@media handheld, only screen and (max-width: 767px){
	.print .table > thead > tr > th, .print .table > tbody > tr > th, .print .table > tfoot > tr > th, .print .table > thead > tr > td, .print .table > tbody > tr > td, .print .table > tfoot > tr > td {
    padding: 8px 0px !important;
}
	.table.border .event.container {
		padding: 0 10px 40px !important;
	}
	.pagination {
        padding: 0 6px 70px 0;
		margin: 5px auto 60px;
}
	.pagination > li > a, .pagination > li > span {
		    /*padding: 6px 8px;*/
	}
	.stick-menu {
    padding: 0;
}
.album-banner {
	background-image: url(../images/album_banner_m.jpg);
	width: 100%;
	padding-bottom: 90vh;
	margin: auto;
}
    .croppie-container {
        padding: 0 !important;
    }
.top-container {
	min-height: 74px;
}
.affix {
		top:74px;
	}
	.event.container {
    padding: 0 13px 20px !important;
		min-height:60vh;
}
}


#back-to-top.mobile.show {
    opacity: 0;
}

@media (max-width: 790px) {
	.destop {
	visibility:hidden; 
}
	#back-to-top.mobile.show {
    opacity: inherit;
}
	#footer {
    	    padding: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
		z-index: 2;
		font-size: 9px;
	text-align: left;
    }
	#footer img {
		    vertical-align: top;
        /*height:50%;
		width:auto;
		max-height: 65px;*/
    }
	#back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    width: 32px;
    height: 23px; 
    text-align: center;
    line-height: 0;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 18px;
    background-color: #d9534f;
    padding: 2px 0 3px;
}
}

@media (max-width: 590px) {
	#footer img {
    	height: 40%;
    	max-height: 45px;
    }
}

/* shopping */
.shopping-thum {
	    padding-bottom: 12%;
	border: #fff solid 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shopping-thum.btn-danger:focus {
	opacity: 0.7;
}



@media (max-width: 550px) {
	.affix {
		top:69px;
	}
	.reg-txt  {
        text-align:left;
    }
	.reg-icon  {
	   width: 50px;margin: -5px 10px auto auto;float: left;
    }
	.col-sm-2.col-xs-4.shopping-thum, .col-lg-2.col-md-3.col-sm-3.col-xs-3.shopping-thum {
    	width:50%;
    }

    .shopping-thum-rotate {
        width: 50% !important;
    }
	.shopping-thum {
    width: 33.333%;
	}
	.event h3 { 
		font-size: 18px;
	}
}


@media (max-width: 400px) {

	#footer img {
    	height: auto !important;
    }

}


/*  -------  navbar ---------*/
.container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
    line-height: 20px;
}

.navbar {
    position: relative;
    /*min-height: 85px !important;*/
	min-height: 43px !important;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
	position: fixed;
    box-shadow: 0px 0px 0px;
	max-width: 1235px;
	margin: auto;
}

.navbar-brand {
    float: left;
    height: auto;
    font-size: 36px;
    /*line-height: 46px;*/
	line-height: 20px;
    position: absolute;
    z-index: 999;
	padding:0;
	margin-left: 30px !important;

}
.navbar-brand img {
	width:140px;
	margin:0px;

}

.navbar-inverse .navbar-nav > .open > a:focus {
    color: white;
    background-color: transparent;
}


.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #9d9d9d;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color:#fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color:#fff;
  background-color: #222222;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
 {
    /*color: #fff;*/
    color: rgba(251,11,15,1.00);
    background-color: #ad70b3;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > a,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > a:focus {
  /*color: #ca191d;*/
  color: #f7931e;
    background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #f7931e;
    background-color: transparent;
}



.navbar-inverse .navbar-nav-2 > .open > a:focus {
  color: #fff;
  background-color: black;
}
.navbar-inverse .navbar-nav-2 > .open > a,
.navbar-inverse .navbar-nav-2 > .open > a:hover {
  color:#fff;
  background-color: #8d8e93;
}
.navbar-inverse .navbar-nav-2 > li > a:hover {
  color:#000;
  background-color: #8d8e93;
}
.navbar-inverse .navbar-nav-2 .active,
.navbar-inverse .navbar-nav-2 > li > a:focus {
 color:#fff;
  background-color: #b61600;
}


.total-photo {
	    width: fit-content;
	margin:auto;
	padding:0 10px;
	text-align: center;
	text-shadow: 0px 0px 10px black;

}
.total-photo img {
	width: 25px !important;
    text-align: center;
}
.m-margin-0 {
	margin-right: 0px;
    margin-top: 15px;
}

.top-menu {
width:100%; display:block;background-color:#fff;
}
.nav>li>a {
    padding: 0px 15px;
}
.menu_btn {
	      padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 0px;
}
.nav>li>a.menu_selected {
	color: #f7931e;
}
.icon-padding {
  padding: 0px 5px !important;
}
  .navbar-nav-2 > li > a {

  color:#fff;
  background-color: #000;
  /*width: 60px;
  padding-top: 15px;
    padding-bottom: 15px;*/
  text-align:center;
  border-left: #fff 1px solid;
  }
  .navbar-nav-2 > li a:hover {
    color: #f7931e;
    background-color: #fff  !important;
}
.weblink a {
	padding: 5px 10px 5px 0 !important;
	border-right: #ddd solid 1px;
	font-size: 15px;
	color: #1d1d1d !important;
	background-color: transparent  !important;
}

 .version-active {
    color: #fff;
    background-color: #f7931e !important;
}
.weblink a:hover, .weblink a:focus {
	color: #f7931e !important;
	background-color:transparent !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #222222;
  border-color: transparent;
  color: white;
}

.navbar-default .navbar-toggle,  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle:hover{
   background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.version-margin {
		/*margin-top: 43px;*/
		margin-right:22px;
	}
.navbar-nav-2.version-margin > li > a:hover, .navbar-nav-2.version-margin > li > a {
	border-right: #fff solid 1px;
	    border-left: #fff 1px solid;
}
.hide-d {
		display: none;
	}

@media (max-width: 768px) {
	.hide-m {
		display: none;
	}
	.hide-d {
		display: block;
	}
	.list .thumbnail {
    height: 75px;
}
	.banner_wrapper {
    padding: 0px 10px;
    margin-top: 0px;
}
	.navbar-nav-2.version-margin > li > a:hover, .navbar-nav-2.version-margin > li > a {
        border-right: #ddd solid 0px;
	    border-left: #fff 0px solid;
    }
		
	.index-version ul, .index-version {
    	width: 100%;
	}
	body, p {
        font-size: 14px;
		line-height: 1.7em;
	}
	.navbar-brand {
		width: 162px;
            margin-left: 20px !important;
	}
	.navbar-brand img {
        max-width: 120px;
        width: 100%;
        text-align: center;
             margin: 10px 0 0;
    }
    .navbar-default .navbar-nav > li > a {
        color: #1d1d1d;
    }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color:  rgba(173,112,179,0.30);
        border-bottom: #eee 1px dotted;
        color: #ad70b3;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover {
        background-color: rgba(0,0,0,0.1);
        color: #1d1d1d;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: transparent;
        border-bottom: #eee 1px dotted;
        color: #000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: rgba(220,220,220,0.2);
        border-bottom: #eee 1px dotted;
        color: #000;
    }

    .top-menu {
        background-color:#fff;
    }
	.top_menu {
	padding: 0 0px
}

	.carousel-indicators li, .carousel-indicators .active   {
        width: 100px !important;
        height: 100px !important;
	}
    .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
        line-height: 20px;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-inverse .navbar-nav-2 > .open > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav-2 > .open > a,
    .navbar-inverse .navbar-nav-2 > .open > a:hover {
        color:#000;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav-2 > li > a:hover {
        color:red;
        background-color: #FFFFFF;
    }
    .navbar-nav-2 > li > a {
        width: 100%;
    }
    .weblink a {
    	padding: 5px 5px !important;
    	border-right: #ddd solid 0px;
    }
    .navbar-toggle.social-menu {
        /*margin-top: 16px;
        margin-right: 50px;*/
		margin-top: 5px;
    margin-right: 5px;
	}
}





/*  -------  bg ---------*/
.bg-bk {
  background-color: #000;
}
.bg-grey {
  background-color: #646464;
}
.bg-grey-dark {
  background-color: #1d1d1d;
}
.bg-grey-light {
  /*background-color: rgba(229,229,229,1.00);*/
  border-bottom: 1px dotted #ccc;
}
.bg-grey-l {
	 background-color: #ddd;
}
.bg-red {
  background-color: #b61600;
}
.bg-red-d {
  background-color: #900000;
}
.bg-pink {
  background-color: #ff4038;
}
.bg-pink2{
  background-color: #dc415a;
}
.bg-pink-light {
  background-color: #ffe8e7;
}
.bg-w {
  background-color: #fff;
}

.bg-blue {
  /* background-color: #0061a3;*/
  background-color: #00acc1;
}
.bg-blue-l {
  background-color: #e8f9ff;
}
.bg-blue-d {
  background-color: #003860;
}
.bg-purple-d {
background-color: #411a52;
}
.bg-purple-l {
background-color: #742f91;
}
/*  -------  text ---------*/
.t-w {
  color: #fff;
}
.t-pink {
  color: #ff4038;
}

.t-blue-l {
  color: #00acc2;
}
.t-blue {
  color: #0061a3;
}
.t-blue-l2 {
  color: #b4ffff;
}
.t-brown {
  color:#ab6400;
}
.t-red {
  color: #f7931e;
}
.t-red-l {
  color: #facdcd;
}
.t-purple {
  color: #693a8a;
}
.t-purple-red {
  color: #be498d;
}
.t-grey {
  color: #666;
}
.t-grey-l {
  color: #9e9c97;
}
.t-bk {
  color:#000;
}


/*  -------  container ---------*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700 ;
    line-height: 1.1;
    color: inherit;
	 -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}


#Carousel {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.carousel-fixed {
	height: 70vh;
	width:100%;
	position: fixed;
	background-color: #000;
    z-index: -1;
}
#reg {
    top: 0;
    left: 0%;
    width: 100%;

	}
	#reg img {
		    height: auto !important;
    max-width: 80px;
	}
.index-nav-wrapper {

    position: absolute;
    width: auto;
	height:100%;
    margin: 0 auto;
    top: 0px;
    z-index: 1;

  left:0;
  right:0;
      display: block;
	  background-color: rgba(0, 0, 0, .45);
	  background: -webkit-radial-gradient(50%,rgba(0, 0, 0, .25),rgba(0, 0, 0, .25),rgba(0, 0, 0, .6));
    background: radial-gradient(at 50%,rgba(0, 0, 0, .25),rgba(0, 0, 0, .25),rgba(0, 0, 0, .6));
	display: flex;
  align-items: center;
  justify-content: center;
}
.index-logo {
	margin-top: 110px;
    text-align: center;
}
.index-carousel {
	/*background-image: url(../images/login-ban.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: -410px;*/
	width: 100%;
    height: 100vh;
}
#face_outer {
	/*height:350px;*/
}
#face_outer .carousel-indicators {
    top: 320px;
	display:none;
	}
#face_outer .carousel-indicators .active, #face_outer .carousel-indicators li {
    width: 40px !important;
    height: 40px !important;
    margin: 0px 3px 0px !important;
    border-radius: 8px !important;
}
 #face_outer .carousel-indicators li {
	 border: 2px solid #ccc !important;
	     filter: grayscale(100%);
}
 #face_outer .carousel-indicators .active {
	 border: 2px solid darkred !important;
	 filter: grayscale(0%);
}
#face_outer .carousel-indicators li:hover {
	border: 2px solid #000 !important;
	    filter: grayscale(0%);
}
#thumbnail-slider {
    width: 100%;
	max-width: 100%;
    padding: 0px;
    background-color: transparent;
    box-shadow: 0 2px 6px rgba(0,0,0,0.0);
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    padding: 0px 25px;
}
#thumbnail-slider-prev::before, #thumbnail-slider-next::before {
	border-left: 6px solid #fff;
    border-top: 6px solid #fff;
}
#thumbnail-slider-prev {
    left: 0px;
}
#thumbnail-slider-next {
    right: 0px;
}
#thumbnail-slider ul li.active, #thumbnail-slider ul li {
    border:0;
}

@media screen and (max-width: 999px){
	.index-carousel {
    	background-position:center;
    }

    #Carousel {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;

        overflow: hidden;
        /*background-color: #fff;
    	height: 90vh;*/

    	/*.carousel-fixed {
    	height: 90vh;*/
    }
    #reg {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        display: block;
    }
}


@media screen and (max-width: 768px){
	/*#Carousel {
    height: 90vh;
}
	.carousel-fixed {
	height: 90vh;
}*/

	.index-carousel {
    	background-position: center;
    }

}
@media screen and (max-width: 768px){
	.carousel-indicators {
		display: none !important;
	}
	.carousel-img .modal-header, .carousel-img .modal-body, .carousel-img .modal-footer {
		    padding: 10px 0;
	}
	.left-logo h3{
		font-size: 18px;
		line-height: 20px;
		margin-top: 10px;
	}
	#face_outer .carousel-indicators {
		display: none !important;
	}
	
}
@media screen and (max-width: 740px){
	.index-carousel {
    height: 130vh;
}
}
@media screen and (max-width: 670px){
	#Carousel {
        height: 40vh;
    }
	.carousel-fixed {
    	height: 40vh;
    }
		.index-carousel {
    height: 170vh;
}
}

@media screen and (max-width: 550px){
	
	.navbar {
    min-height: 55px !important;
}
	
		.index-carousel {
    height: 130vh;
}
	.col-xs-2.shopping-thum {
		width:20%;
	}
	.navbar-brand img {
   /* max-width: 90px;*/
	}
    .index-logo {
        margin-top: 0;
        width: 100%;
	}
	.left-logo h3{
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px;
	}
    .navbar-toggle.social-menu {
       /* margin-top: 4px;margin-right: 45px;*/
		    margin-top: -2px;
        width: auto;
        right: 0;
        /*left: 0;
        float: none;*/
        text-align: right;
        margin-left: 15px;
        
	}
	.navbar-nav-2 > li > a {
        border-left: #fff 0px solid;
    }
	.navbar-nav-2 > li a:hover {
        background-color: transparent!important;
    }
	.navbar-brand img {
        max-width: 100px;
	}
}
@media screen and (max-width: 450px){
	.index-carousel {
    height: 110vh;
}
	.banner_wrapper {
    padding: 0;
    margin-top: 0;
}
}
@media screen and (max-width: 390px){
	.index-carousel {
    height: 130vh;
}
}



@media (max-width: 1920px) {
  .container {
  width: 100%;
	      max-width: 1300px;
    padding: 0px 0px 0 0;
  }
}

@media (max-width: 1200px) {
	body {
		background-image: none;
	}
}
@media (max-width: 999px) {
  .container {
    width: 100%;
  padding: 0px 0px;
  }
}



.reg-member {
	color:#fff;
	padding:10px;
	/*opacity: 0.8;*/
}
.reg-eventphoto {
	color:#fff;
	padding:10px;
	/*opacity: 0.8;*/
	/*background-color: #aa0000 ;*/
}
.reg-photographer {
	color:#fff;
	padding:10px;
	/*opacity: 0.8;*/
	/*background-color: #000000 ;*/
}
.group:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.group { display: inline-block;
text-align: center;
}

#doug-neiner-three {

	width: 100%;
			overflow: hidden;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+51,aa0000+51,aa0000+73,000000+73 */
    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(left,  #e3e3e3 46%, #aa0000 46%, #aa0000 73%, #000000 73%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(46%,#e3e3e3), color-stop(46%,#aa0000), color-stop(73%,#aa0000), color-stop(73%,#000000)); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left,  #e3e3e3 46%,#aa0000 46%,#aa0000 73%,#000000 73%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left,  #e3e3e3 46%,#aa0000 46%,#aa0000 73%,#000000 73%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left,  #e3e3e3 46%,#aa0000 46%,#aa0000 73%,#000000 73%); /* IE10 preview */
    background: linear-gradient(to right,  #e3e3e3 46%,#aa0000 46%,#aa0000 73%,#000000 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#000000',GradientType=1 ); /* IE6-9 */


		}
		#doug-neiner-three .col {
			width: 27%; float: left;
			padding-top: 15px;
		}
		#doug-neiner-three .col:nth-child(1) { margin-left:  0%; width: 46%; } /* PRIMARY */
		#doug-neiner-three .col:nth-child(2) { margin-left: 0%; }

#doug-neiner-2 {

	width: 100%;
			overflow: hidden;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+51,aa0000+51,aa0000+73,000000+73 */
background: #e3e3e3; /* Old browsers */
background: -moz-linear-gradient(left,  #e3e3e3 50%,  #aa0000 50%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#e3e3e3), color-stop(50%,#aa0000)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left, #e3e3e3 50%,  #aa0000 50%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  #e3e3e3 50%,  #aa0000 50%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,   #e3e3e3 50%,  #aa0000 50%); /* IE10 preview */
background: linear-gradient(to right,   #e3e3e3 50%,  #aa0000 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#aa0000',GradientType=1 ); /* IE6-9 */


		}
		#doug-neiner-2 .col {
			width: 50%; float: left;
			padding-top: 15px;
		}
		#doug-neiner-2 .col:nth-child(1) { margin-left:  0%; width: 50%; } /* PRIMARY */

#doug-neiner-1 {

	width: 100%;
			overflow: hidden;
	background-image: url(../images/index-reg-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+51,aa0000+51,aa0000+73,000000+73 */
/*background: #e3e3e3;*/ /* Old browsers */


		}
		#doug-neiner-1 .col {
			width: 100%; float: left;
			padding-top: 15px;
		}
		#doug-neiner-1 .col:nth-child(1) { margin-left:  0%; width: 100%; } /* PRIMARY */


.overlay-title-div {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	margin: 0 10% 10px 10%;
	}

.index-reg-container {
  height: auto;
  width:100%;
	background: -moz-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(227,227,227,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(227,227,227,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
}

.index-reg-container-2 {
  height: auto;
  width:100%;
	background: -moz-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(170,0,0,1) 50%, rgba(170,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(227,227,227,1)), color-stop(51%, rgba(170,0,0,1)), color-stop(100%, rgba(170,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(170,0,0,1) 50%, rgba(170,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(170,0,0,1) 50%, rgba(170,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(0deg, rgba(227,227,227,1) 50%, rgba(170,0,0,1) 50%, rgba(170,0,0,1) 100%); /* ie10+ */
background: linear-gradient(90deg, rgba(227,227,227,1) 50%, rgba(170,0,0,1) 50%, rgba(170,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#aa0000',GradientType=1 ); /* ie6-9 */
}

/*  -------  index event banner ---------*/

.effects .img:first-child, .effects-col .img:first-child {
    margin-left: 0px;
}
.effects .img:nth-child(n), .effects-col .img:nth-child(n) {
   margin-right: 0px;
}
.effects .img {
    position: relative;
   float: left;
   margin-bottom: 0px;
    /*width: 33.333%;
	width: 25%;*/
    overflow: hidden;
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.effects .img:hover img {
  background-size: 100%;
  position: relative;
}
.effects-col .img {
    position: relative;
    float: left;
    margin-bottom: 0px;
    width: 25%;
    overflow: hidden;
}
@media(max-width:767px) {
  .effects-col .img {
    width: 50%;
  }
	.reg-member {
	background-color: #e3e3e3;
}
	.reg-member img,
.reg-eventphoto img,
.reg-photographer img {
	width: 50% !important;
	max-width: 60px !important;
	height: auto;
}
	#doug-neiner-three {
					/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa0000+50,000000+50 */
background: #aa0000; /* Old browsers */
background: -moz-linear-gradient(left,  #aa0000 50%, #000000 50%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#aa0000), color-stop(50%,#000000)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(left,  #aa0000 50%,#000000 50%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(left,  #aa0000 50%,#000000 50%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(left,  #aa0000 50%,#000000 50%); /* IE10 preview */
background: linear-gradient(to right,  #aa0000 50%,#000000 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

		}
		#doug-neiner-three .col {
			width: 50%; float: left;
		}
		#doug-neiner-three .col:nth-child(1) { margin-left:  0%; width: 100%; } /* PRIMARY */
		#doug-neiner-three .col:nth-child(2) { margin-left: 0%; }
}




.overlay  {
    display: block;
    position: absolute;
    z-index: 20;
    background:rgba(170,0,0,0.63);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  border-left: solid 5px rgba(255,255,255,0.0);
    border-right: solid 5px rgba(255,255,255,0.0);
  margin: 0;
}
 .overlay-b {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(57,181,201,0.70);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  border-left: solid 5px rgba(255,255,255,0.0);
    border-right: solid 5px rgba(255,255,255,0.0);
  margin: 0;
}

#effect-2 .overlay a.expand {
    left: 0;
    right: 0;
    top: 40%;
    margin: 0px auto 0 auto;
  /*padding: 15px;*/
}

.overlay-txt {
    font-size: 18px;
    font-weight: 700;

	}
a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    border: solid 0px #fff;
    text-align: center;
    color: #fff;
   font-size: 18px;
    font-weight: 300;
  text-decoration:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;

}
.search-icon-center {
    position: absolute;
    right: 45%;
    display: inline-block;
}
.search-icon-center-2 {
    position: absolute;
    right: 48%;
    display: inline-block;
}
.search-icon-center-s4 {
    position: absolute;
    right: 43%;
    display: inline-block;
  padding-top: 5px;
}
.section2-caption {
  position: absolute;
  right: 0%;
  top: 50%;
  left: 0%;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}



.img-thumbnail-index {
  background-position: center; background-size: cover; background-repeat:no-repeat;position: relative;
  height: 0;
    padding-bottom: 28.125%;
}
.img-thumbnail-s {
  background-position: center; background-size: cover; background-repeat:no-repeat;position: relative;
  height: 0;
	padding-bottom: 16%;
}
.img-thumbnail-s4 {
  background-position: center; background-size: cover; background-repeat:no-repeat;position: relative;
  height: 0;
    padding-bottom: 15.125%;
  border: #FFF solid 3px;
}
@media (max-width: 992px) {

  .img-thumbnail-index {
  height: 0;
    padding-bottom: 28.125%;
  }

.img-thumbnail-s {
	padding-bottom: 28.125%;
}
}
@media (max-width: 768px) {
  .img-thumbnail-index {
  height: 0;
    padding-bottom: 50%;
  }

}

@media(max-width:767px) {
  .img-thumbnail-s4 {
    padding-bottom: 28.125%;
  }
  .effects .img {
	  /*width: 50%;*/
  }

}
.img-thumbnail-b {
  background-position: center; background-size: cover; background-repeat:no-repeat; position: relative;
  height: 0;
    padding-bottom: 56.25%; /* 16:9 */
}
.img-thumbnail-t {
  background-position: center; background-size: cover; background-repeat:no-repeat; height:300px; width:100%;
}
#effect-2 .img.hover .overlay {
  height: 100%;
  border: solid 0px rgba(0,0,0,0.00) ;
  border-top-width: 0px;

}
#effect-2 .overlay {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}
#effect-2 .img.hover .overlay-b {
  height: 100%;
  border: solid 5px rgba(0,0,0,0.00) ;

}
#effect-2 .overlay-b {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

@media (max-width: 650px) {
  .effects .img {

   width: 50%;
}
}


@media (max-width: 550px) {
  .effects .img {

   width: 100%;
}
  .img-thumbnail-s {
padding-bottom: 56.25%;
    /*padding-bottom: 56.25%;  16:9 */

}
.effects .img:nth-child(n), .effects-col .img:nth-child(n) {
        /*margin: 10px 0%;*/
}
	 .col-100 {
    width:100% !important;
    display:block;
  }
}
.banners-caption {
    position: absolute;
    width: auto;
    margin: 0 auto;
    top: 0px;
    z-index: 1000;
    padding:15px 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
  left:0;
  right:0;
      display: block;
    font-size: 16px;
    margin-bottom: 0px !important;
	font-weight: 700;
}

/*  -------  carousel (flash banner) ---------*/
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    /*border-bottom: #1d1d1d 100px solid;*/
}

.carousel-inner img {
  /* opacity: 0.6; */
  opacity: 1;
}

  .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
    /*height:640px;*/
    object-fit: cover;
  }
.carousel-inner .cv2> .item > img,
.carousel-inner .cv2> .item > a > img {
      width: 100%;
      margin: auto;
    height:640px;
  }
 .cv2 {
      width: 100%;
      margin: auto;
    height:auto;
  }
.left-logo img {
	width:auto;
	max-width: 320px;
}
.left-logo {
	width: 100%;
    max-width: 533px;
    background: rgba(255,255,255,0.6);
    text-align: center;
    padding: 25px 15px 15px;
    margin: auto;
    border-radius: 15px;
}
  .carousel-img {
   right:0;
/*width: 420px;*/
  height:100%;
  position: absolute;
  z-index: 0;
	      padding: 0 15px;
	  background: rgba(255,255,255,0.8);
  /*background: rgba(0,0,0,0.3); /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient( rgba(0,0,0,0.00),rgba(0,0,0,0.00), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(rgba(0,0,0,0.00),  rgba(0,0,0,0.00), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(rgba(0,0,0,0.00), rgba(0,0,0,0.00), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(rgba(0,0,0,0.00), rgba(0,0,0,0.00), rgba(0,0,0,0.5)); /* Standard syntax */
  }
  .carousel-img img{
  width: 80%;
  height:auto;
  text-align:center;margin-top:110px;
	      border-bottom: 1px #777 solid;
  }
.carousel-img img:hover {
	opacity: 0.6;
}
    #effect-2 .img.hover .overlay-b {
  height: 100%;

}
#effect-2 .overlay-b {
    width: 100%;
}
#effect-2 .overlay-b a.expand {

    top: 30%;
  padding:15px;
  }


.carousel-caption {
        position: absolute;
    z-index: 10;
    color: #fff;
    text-align: left;
	  text-align: center;
	    bottom: 10%!important;
    top: auto !important;
    width: 60%;
    left: 20%;
	right: 20%;
    padding: 15px 25px 25px;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
}
   @media screen and (max-width: 1300px){
	   .carousel-caption {
		width:90%;
			left:5%;
		right:5%;
	}

  #effect-2 .overlay-b a.expand {
    top: 15%;
    padding: 15px;
}
  }
@media screen and (max-width: 999px){
.carousel-img img {
    margin-top: 50px;
}
}
     @media screen and (max-width: 1098px){

  #effect-2 .overlay-b a.expand {
    top: 15%;
    padding: 15px;
}


  }
 @media screen and (max-width: 768px){

    #thumbcarousel {
        display: none;
    }


    #effect-2 .overlay a.expand {
        top: 40%;
        padding:0px;
    }
    #effect-2 .overlay-b a.expand {
        top: 30%;
        padding:15px;
    }
   .carousel-img img{
        margin-top: 40px;
    }
}

@media screen and (max-width: 550px){
    #effect-2 .overlay a.expand {
        padding: 0px;
    }
    #effect-2 .overlay-b a.expand {
        top: 35%;
        padding:15px;
    }
    .search-icon-center {
        right: 48%;
    }
    .hidden-550 {
        display: none;
    }
    .col-sm-7.index-logo {
        padding:0;
    }
    .carousel-img {
        left: 10%;
        right: 10%;
        top: 150px;
        height:auto;
        width: 80%;
        position: absolute;
        z-index: 10;
        border-radius: 15px;
        padding:  15px;
    }
    .carousel-img img{
        width: 90%;
        height:auto;
        text-align:center;
        margin-top: 0;
    }
    .left-logo img {
        max-width: 200px;
    }
    .left-logo {
        max-width: 100%;
        background: rgba(255,255,255,0.6);
        padding: 50px 0 5px;
        margin: auto;
        border-radius: 0;
    }
}


@media screen and (max-width: 500px){
    .carousel-img {
        left: 10px;
        right: 10px;
        top: 150px;
        width: auto;
    }
	.index-logo h3 {
		font-size: 14px;
	}
	.carousel-img > .modal-body, .carousel-img > .modal-footer{
		padding: 15px 0;
	}
}

@media screen and (max-width: 450px){
  .carousel-img {
    /*display:none;*/
  }
  .carousel-img img{
    /*display:none;*/
  }

  }
 .carousel-inner2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
@media screen and (max-width: 999px){
.carousel-inner2 > .item > img,
.carousel-inner2 > .item > a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    height:auto;
    /*min-width: 100%;*/

  }
  .carousel-img {
    /*left: 25%;*/
    /*bottom: 40px;*/
  /*width: 50%;*/
  position: absolute;
  z-index: 10;
  text-align:center;
  }
}


.carousel-indicators {
    width: 80% !important;
    margin-left: -40% !important;
}
.frame_list img {
    width: auto;
    height: 50px;
    border: 1px solid #777;
	border-radius: 6px;
	background-color: #fff;
}
.frame_list img:hover, .frame_list_span:focus img , .frame_list .frame_selected {
    border: 2px solid red;
}


@media screen and (min-width: 769px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: AUTO;
    height: auto;
    padding: 5PX;
    margin-top: -15px;
    font-size: 35px;
}
	}

@media screen and (min-width: 767px){
.carousel-indicators {
    bottom: 20px;
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 80% !important;
    padding-left: 0;
    margin-left: -40% !important;
    text-align: center;
    list-style: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    left: 10px;
    background-color: rgba(0,0,0,0.8);
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    background-color: rgba(0,0,0,0.8);
    right: 10px;
}
}
@media screen and (max-width: 999px){
		.carousel-indicators .active, .carousel-indicators li {
    width: 100px !important;
    height: 100px !important;
    margin: 5px !important;
	}
}
@media screen and (max-width: 680px) {
.carousel-indicators .active, .carousel-indicators li {
    width: 65px !important;
    height: 65px !important;
    margin: 0px 5px 0px !important;
}
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    background-color: rgba(0,0,0,0.8);
    right: 10px;
    padding: 5PX;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    padding: 5PX;
    left: 10px;
    background-color: rgba(0,0,0,0.8);
}
.carousel-control {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0;
    width: 25%  !important;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    right: 0% !important;
}
.btn-dark {
	color: #fff;
    background-color: #777;
    border-color: #767676;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
	color: #fff;
    background-color: #333;
    border-color: #767676;
}


@media screen and (min-width: 767px) {
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {

    top:50% !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {

   top:50% !important;
}
}
/* --------- team ------------*/
.carousel-caption-t {
  position: absolute;
  right: 0%;
  bottom: 25px;
  left: 0%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color:rgba(255,255,255,0.2);
}
.caption-s {
  font-size: 24px ;
}
@media screen and (max-width: 768px){
	.carousel-caption {
		width:100%;
			left:0%;
		right:0%;
		    bottom: 0%!important;
	}
  .none-xs {
      display:none;
    }
  .caption-s {
  font-size: 16px ;
}
.carousel-caption-t {
  bottom: 5px;
  padding-bottom: 0px;
  background-color:rgba(255,255,255,0.0);
}
	.frame_list img {
    height: 55px;
}
}
figure {
    margin: 0px 6px 8px;;
}

.carousel-control.left {
  background-image: none;
  z-index: 0;
      background-image: none !important;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  z-index: 0;
}





@media screen and (max-width: 550px) {

	.carousel-caption {
		bottom: 0% !important;
		width:100%;
		left:0%;
		right:0%;
		padding: 10px;
	}
  .index-s-banner-wrapper {
	background-color: transparent;
}
	.carousel-caption h3 {
		font-size: 18px;
	}

}



/*================ portfolio masonry ================================== */
.masonry-layout .post { padding: 0 10px; margin-bottom: 20px; float: left; width: 20%; }
.masonry-layout .post:hover {color: red; }
.masonry-layout .post:hover .inner-post {background-color: rgba(0,0,0,0.4); color: white; }
.masonry-layout .post .entry-title { font-weight: normal; margin: 0 0 20px; font-size: 16px; color:rgba(0,0,0,1.00);}
.masonry-layout .post .inner-post { background: rgba(0,0,0,0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); -webkit-transition: .3s ease; transition: .3s ease; }
.masonry-layout .post .entry-summary { font-size: 14px;  color:rgba(0,0,0,0.60);}
.masonry-layout .post .entry-meta .entry-date { margin-right: 10px;  color:rgba(0,0,0,1.00);}




/*================ album masonry ================================== */
   .gallery-item a, .gallery-item figure:hover .ch, .gallery-item figure:hover, .gallery-item figure:focus, .gallery-item div:hover .ch, .gallery-item div:hover, .gallery-item div:focus, .gallery-item:hover > div .figcaption, .gallery-item div h3:hover .ch, .gallery-item div h3:hover, .gallery-item div h3:focus {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #00acc2;
}

   .gallery-item {
      padding: 0 5px;
    width:25%;
    margin-bottom: 10px;
    }
@media screen and (max-width: 990px) { /* line 258, sass/libs/_components.scss */
  .gallery-item { width: 25% ; } }
  @media screen and (max-width: 750px) { /* line 258, sass/libs/_components.scss */
  .gallery-item { width: 50%  ; } }
@media screen and (max-width: 480px) { /* line 258, sass/libs/_components.scss */
  .gallery-item { width: 100%;
	}
}


.fa-stack.fa-lg {
	font-size: 1.15em;
}
.weblink a {
	font-size: 13px;
}










.breadcrumb {
	background-color: transparent;
	padding: 8px 0px;
    margin-bottom: 0px;
    list-style: none;
    border-radius: 0px;
		color:#555;
	font-size: 12px;
	line-height: 18px;
}

.search {
	background-color: #000;
	padding: 15px;
	text-align: center;
		color:#fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color:#fff;
	border-radius: 0px 0px 0 0;
	border: 0px solid transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
		background-color: transparent;
	border-radius: 0px 0px 0 0;
	border: 0px solid transparent;

	}

.nav-tabs > li.active {
	background-image: url(../images/triangle.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	    height: 100%;

    margin-bottom: 0;

}
.nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:hover {
    margin-right: 0;
    border-radius: 4px;
    padding: 15px;
	margin-bottom: 0px;
}

.nav-tabs.nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;

}
.social-login a {
	color:#727272;
}
.social-login a:hover {
	color:#000;
}
.signin {
	background-color: #e3e3e3;
	border: 1px solid #000;
	padding: 15px;
	text-decoration: none;
}
.signin a:hover, .signin:hover,  .signin div h3:hover {
	text-decoration: none;
}
.signin img {
width: 70px;
    height: auto;
    padding-right: 10px;
}
.reg-member:hover, .reg-eventphoto:hover, .reg-photographer:hover {
	opacity: 1;
}
.row-0 {
    padding-left: 15px;
    padding-right: 15px;
}
.subpage-container {
	min-height:0px;
	width:100%;
	color:#fff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa0000+50,000000+50 */
background: #f26d02; /* Old browsers */
}
.guide {
overflow:hidden;
	width:100%;
	padding:30px 0;
}
.cr-slider {
	cursor: move;
}
.crop-rotate {
	cursor: pointer;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 9;
	display: none;
}
#preloader.show { 
	display:block;
}
.destop-hide {
	display: none !important;
}
.destop-show {
	display: table-cell !important;
}
#loader {
  color:#fff;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
	border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
	    width: 180px;
    height: 180px;
    margin: -80px 0 0 -90px;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;border-top-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
	border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.loading_bg {
	    color: #fff;
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    left: 50%;
    top: 0;
    text-align: center;
    vertical-align: middle;
    /* background-color: #269; */
    background-image: linear-gradient(white 0px, transparent 2px), linear-gradient(90deg, white 0px, transparent 1px), linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
    background-size: 45px 45px, 45px 45px, 9px 9px, 9px 9px;
    background-position: 0;
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    width: 280px;
        padding-bottom: 275px;
    margin: -53px 0 0 -140px;
    border-radius: 60px;

}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   { top:0px; height: 235px; opacity: .5;}
  50% { top:0px; height: 235px; opacity:.5;}
  100% { top:0px; height: 235px; opacity: .5;}
}

/* Standard syntax */
@keyframes example {
  0%   {top:0px; height: 235px; opacity: .5;}
   50% { top:0px; height: 235px; opacity: .5;}
  100% { top:0px; height: 235px; opacity: .5;}
}


@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.langing_down {
  width: 50px;
  height: 50px;
	opacity: 1;
  position: absolute;
  -webkit-animation: myfirst 5s 2; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
  animation: langing_down 0.5s 9999;
  animation-direction: alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes langing_down {
  0%   {opacity: 1; left: 0px; top: 0px;}
  100%  {opacity: 0.2; left: 0px; top: 30px;}
}

@keyframes langing_down {
  0%  {opacity: 0.2; left: 0px; top: 30px;}
  100% {opacity: 1; left: 0px; top: 0px;}
}

.step {
	position: fixed;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    height: 100%;
	background-image: url(../images/step-hk.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.step.hide {
	display: none !important;
}

#face_confirm  {
	font-size: 14px !important;
}
.croppie-container .cr-slider-wrap {
    width: 100% !important;
    margin: 15px auto;
    text-align: center;
}
.scale {
	     width: 80%;
    margin-left: 7.5%;
	color: #777;
    position: absolute;
    margin-top: -45px;
}

@media (max-width: 500px){
	.step {
	
		height: 100vh;
	}
}

@media (min-width: 769px){
    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > li > a {
        border-bottom-color: transparent;
    	    border-radius: 0px 0px 0 0;
    	border: 0px solid transparent;
    }

}
@media (max-width: 1188px){
	.guide {
    	padding:0;
    }
}

@media (max-width: 768px){
	.breadcrumb {
	font-size: 10px;
}
	.destop-hide {
	display: table-cell!important;
}
.destop-show {
	display: none !important;
}
	#fineme .modal-content {
	border-radius: 0px;
		    height: 100%;
    min-height: 100vh;
		min-width: 320px;
}
	#fineme .modal-footer {
    padding: 0;
    border-top: 0px solid #e5e5e5;
	}
	.breadcrumb {
		/*padding: 5px 15px;*/
		padding: 5px 0px;
	}
	.subpage-container {
        min-height: 0px;
	}
	.guide {
		padding:0;
	}
	.nav-tabs.nav-justified > li {
		padding:0px;
	}
	.signin h3 {
		font-size: 16px;
	    font-weight: 700;
	}
	.signin img {
        width: 50px;
        height: auto;
        padding-right: 10px;
    }
	#modal-reg	.form-group {
		margin-bottom: 5px;
	}
	.signin {
	padding: 10px;
    }
	.reg-member, .reg-eventphoto, .reg-photographer {
	   opacity: 1;
    }
	#effect-2 .overlay-icon {
		display:none;
	}
	#effect-2 .overlay {
		background-color: transparent;
	}
}


.phone-number .col-xs-4:after, .phone-number .col-xs-5:after, .phone-number .col-xs-6:after, .phone-number .col-sm-5:after {
    content: "-";
    position:absolute;
    right: 0px;
    color: black;
    border: 0px solid;
    top: 5px;
}


.table.border > tbody > tr > td {
	border-top: 3px solid #ddd;
}

/*add A98 */
.hidden-select{
	display:none;
}


.table_row_pointer {
    cursor: pointer;
}


/* nono album */
.nGY2 .nGY2GThumbnailLabel {
    background: rgba(34,34,34,0) !important;
}
.nGY2 .nGY2GThumbnailImage {
	margin:0px 0 0px -1px;
}
.nanogallery_gallerytheme_dark_my_nanogallery .nGY2TnImgBack {
    background: #fff  !important;
    background-image: linear-gradient(315deg, #111 0%, #667 0%) !important;
}
.nGY2 .nGY2GThumbnail {
    background-color: #fff !important;
}




.croppie-container .cr-slider-wrap {
    min-width: 300px;
	    margin: 35px auto 10px !important;
}
.croppie-container .cr-boundary {
   margin: 24px auto !important;
    width: 280px !important;
    height: 275px!important;
    border-radius: 60px;
}

.fine-me-icon {
position: absolute;
    overflow: hidden;
    margin: 10px auto 0;
    z-index: 0;
    width: 100%;
    max-height: 450px;
    min-height: 350px;
    background-image: url(../images/find-me-b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.cr-viewport.cr-vp-square {
	width:auto !important;
	height:auto !important;
}
.fancybox-slide--iframe .fancybox-content {
    max-width: 400px !important;
    max-height: 100% !important;
    margin: 0 !important;
    width: 100% !important;
}
.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    border: 0px solid #fff !important;
}
.progress {
    margin-left: 35px;
    margin-right: 35px;
}
.sticky {
	position: -webkit-fixed;
    position: fixed;
    width: 100%;
    top: 55px;
    z-index: 1;
    background-color: #fff;
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
#fancybox-container-2 .fancybox-toolbar {
	visibility: visible !important;
}
#fancybox-container-2 .fancybox-infobar, #fancybox-container-2  .fullscreen {
	visibility: hidden;
}




@media screen and (min-width: 767px) {
	.sticky {
		/*top: 85px;*/
		top: 53px;
	}
}
@media screen and (max-width: 767px) {
.sticky {
		top: 70px;
	}
	.fancybox-iframe {
    min-height: 100vh;
}
	.cr-slider-wrap {
	/*display:none;	*/
	}
}

@media screen and (max-width: 550px) {
.sticky {
		top: 53px;
	}
	
}

@media screen and (max-width: 380px) {

	#fineme .modal-footer {
    padding: 0 ;
	}
	.scale {
        margin-left: 5%;
    width: 80%;
	}
	.progress {
    margin-left: 15px;
    margin-right: 15px;
}
}

@media screen and (max-width: 350px) {
.croppie-container .cr-boundary {
    margin: 4.1% auto !important;
    width: 80% !important;
    padding-bottom: 79%;
    height: 79% !important;
    border-radius: 21%;
}
	.fine-me-icon {
    width: 100%;
    max-height: 450px;
    min-height: 350px;
        background-position: center 6%;
    margin: 0;
}
	#face_outer {
    margin: 10px auto 0;
}
	.loading_bg {
    color: #fff;
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    left: 10%;
    top: 0;
    text-align: center;
    vertical-align: middle;
    background-image: linear-gradient(white 0px, transparent 2px), linear-gradient(90deg, white 0px, transparent 1px), linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
    background-size: 45px 45px, 45px 45px, 9px 9px, 9px 9px;
    background-position: 0;
    -webkit-animation-name: example;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto !important;
    width: 80% !important;
    padding-bottom: 79%;
    height: 79% !important;
    border-radius: 21%;
}
	#loader {
    color: #fff;
    display: block;
    position: absolute;
    left: 25%;
    top: 20.5%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 150px;
    height: 150px;
    margin: auto;
}
	#preloader {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 251px;
    z-index: 9;
}
}

.fancybox-slide--iframe .fancybox-content, .fancybox-error, .fancybox-iframe {
    background: transparent !important;
}
.fancybox-slide--iframe .fancybox-content {
	height: 88%!important;
	    width: 60% !important;
    max-width: calc(100% - 100px)!important;
    max-height: calc(100% - 88px)!important;
	    max-width: 768px!important;
    overflow: visible;
}
.gallery-item figure figcaption {
    padding: 5px 10px 5px 10px;
    line-height: 1;
    position: absolute;
    bottom: 2px;
    background-color:rgba(140,0,3,0.7);
    /* width: 100%; */
    /* margin-right: -30px; */
    /* right: 0px; */
    color: #fff;
	margin-bottom: 0 !important;
}
figure.photographers {
    border: 2px #ccc solid;
}
figure.photographers figcaption img {
	width:20px !important;
	height: auto !important;
	display: inline-block;
}

#change-tel.toggle, #change-pw.toggle {
	display: none;
}

.paypal_waiting {
  min-height: 500px;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}


.btn-client {
    color: #fff;
    background-color: #fa8701;
    border-color: #e47c03;
}
.btn-client:hover, .btn-client:focus, .btn-client.focus, .btn-client:active, .btn-client.active, .open > .dropdown-toggle.btn-client {
    color: #fff;
    background-color: #f26d02;
    border-color: #e47c03;
}

	  .warnMsg, .warnMsg.warn_error {
	color:red !important;
	font-size: 14px !important;
	 line-height: 20px !important;
}

.warn_error {
    color: red;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

@media screen and (max-width: 768px) {
.fancybox-slide--iframe .fancybox-content {
    height: 100%!important;
    width: 100% !important;
    max-width: calc(100% - 0px)!important;
    max-height: calc(100% - 0px)!important;
    overflow: visible;
}
}








#modal-photo .modal-body {
    padding: 0px;
}

@media (min-width: 768px){
.modal-dialog {
	max-width: 960px;
    width: 100%;
}
	#modal_large_photo .modal-dialog {
    max-width: 500px;
    width: 100%;
}
	}

#modal-photo .modal-body img {
    width: auto;
    max-height: 350px;
    height: auto;
    max-width: 100%;
}
#modal-photo .btn-client {
    text-shadow: 0px 1px 10px #000;
    color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
    border-color: transparent;
}

#modal-photo .modal-footer {
    bottom: 0;
    padding: 5px 0;
    background-color: rgba(0,0,0,0.8);
	border-top: 0px solid #e5e5e5;
	    position: absolute;
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
	color:#fff;
    border-bottom: 0px solid #e5e5e5;
}
#modal-photo .modal-header {
    padding: 5px 0px 5px 15px;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 0px solid #e5e5e5;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
}
#modal-photo .modal-content {
    position: relative;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}
#modal-photo .modal-dialog {
    float: none;
}
#modal-photo.modal {
	padding-right: 0 !important;
	    max-width: 960px;
}
#modal-photo .modal-dialog, #modal-photo .b-photo, #modal-photo.modal {
    max-height: 800px;
            height: 100%;
    margin: auto;
    background-color: transparent !important;
}
#modal-photo .modal-content {
    border: 1px solid rgba(0, 0, 0, .0);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .0);
}
#modal-photo .modal-content, #modal-photo .carousel, #modal-photo .modal-body {
    height: 100%;
}
@media (min-width: 769px){
#modal-photo .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}
}
#modal_large_photo .modal-dialog {
    max-width: 500px;
    width: auto;
	margin-left: auto;
    margin-right: auto;
}
@media (max-width: 500px){
	#modal_large_photo .modal-dialog {
	margin:10px;
	}
	}


/* CHG @2019.7 */

.overlay-icon .fa-stack {
  background: white;
  opacity: 0.7;
  border-radius: 16%;
  height: 35px;
  width: 35px;
}

.overlay-icon-unselected {
  color: red !important;
  /*padding-top: 1px;
  padding-right: 1px;*/
}

.over-icon-unselected-base {
  line-height: initial !important;
 
}


/***** BARRAGE CSS *****/

#barrage_button_wrapper {
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 15px 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 9;
}
#barrage_button_wrapper .barrage_input_btn {
    width: auto;
    max-width: 700px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
#barrage_input_txt{
    width: 60%;
    height: 30px;
    line-height: 30px;
    padding: 6px 12px;
    border: 1px solid lightslategrey;
    float: left;
    border: 1px solid transparent;
    border-radius: 4px 0 0 4px;
}
.barrage_btn{
    width: 15%;
    height: 30px;
    line-height: 30px;
    margin-left: 0;
    margin-top: 0;
    border-radius: 0 4px 4px 0;
    float: left;
    padding-top: 0;
    color: #fff;
    background-color: #777;
}

#barrage_button_btn {
    margin-right: 3%;
}

.heart-btn {
    float: right;
    margin: 0 5px;
    display: inline-block;
}

.heart-btn:hover {
    /*transform: scale(1.1);*/
}
.barrage {
    left:45px;
    width:100%;
    cursor: pointer;
}
.barrage_box {
    width:auto;
    max-width: 40%;
    border-radius: 8px;
    padding-right: 0;
        position: relative;
}
.barrage_box:hover {
    background-color: rgba(0,0,0,1);z-index: 9999;
}
.barrage_box .p {
    width: auto;
 }
.barrage_box .portrait {
    margin: 4px 10px 4px 4px;
    position: absolute;
    left: -40px;
}

.emoji {
    background-size:contain;
    background-repeat: no-repeat;
    background-position: right;
    width:20px;
    height:20px;
    margin-right: 15px;
    position: absolute;
      -webkit-transform:translateY(500px);
    transform:translateY(500px);
        -webkit-transform:translateX(300px);
    transform:translateX(300px);
    /*-webkit-animation: upemoji 3s linear infinite;
    animation: upemoji 3s linear infinite;*/
        -webkit-animation: upemoji 4s linear 1;
    animation: upemoji 4s linear 1;
}
.like_heart {
    background-image: url(images/icon_heart.png);
    padding-left:85%;
    opacity: 0;
}
.like_thumb {
    background-image: url(images/icon_like.png);
    padding-left:85%;
    opacity: 0;
}
.like_love {
    background-image: url(images/icon_love.png);
    padding-left:85%;
    opacity: 0;
}
@keyframes upemoji{
    /*0% {transform:translateY(120px);opacity:0}
    25% {transform:translateY(90px);opacity:1}
    50% {transform:translateY(60px);opacity:1}
    75% {transform:translateY(30px);opacity:1}
    100% {transform:translateY(0);opacity:0}*/
    0% {transform:translateY(80vh);opacity:0;width:35px; height:35px;left:5px; }
    25% {transform:translateY(65vh);opacity:1;width:30px; height:30px;left:25px;}
    50% {transform:translateY(55vh);opacity:1;width:25px; height:25px;left:5px;}
    75% {transform:translateY(45vh);opacity:1;width:25px; height:25px;left:20px;}
    100% {transform:translateY(25vh);opacity:0;width:20px; height:20px;left:0px;}
}

@media (max-width: 768px) {
    @keyframes upemoji{
        /*0% {transform:translateY(120px);opacity:0}
        25% {transform:translateY(90px);opacity:1}
        50% {transform:translateY(60px);opacity:1}
        75% {transform:translateY(30px);opacity:1}
        100% {transform:translateY(0);opacity:0}*/
        0% {transform:translateY(80vh);opacity:0;width:25px; height:25px;left:5px; }
        25% {transform:translateY(65vh);opacity:1;width:20px; height:20px;left:25px;}
        50% {transform:translateY(55vh);opacity:1;width:15px; height:15px;left:5px;}
        75% {transform:translateY(45vh);opacity:1;width:15px; height:15px;left:20px;}
        100% {transform:translateY(25vh);opacity:0;width:10px; height:10px;left:0px;}
    }
    .comment_message {
        font-size: 85%;
    }
    .barrage_box {
        border-radius: 8px;
    }
    #barrage_input_txt {
        width: 50%;
    }
    #barrage_button_btn {
        margin-right: 0;
    }
    .barrage_input_btn .barrage_btn {
        width: 25%;
    }
    .barrage_input_btn input {
        margin-bottom: 12px;
    }
    #barrage_button_wrapper {
        padding: 15px;
    }
}

@media (max-width: 500px) {
    #barrage_input_txt {
        width: 75%;
    }
    #barrage_button_wrapper {
        padding: 15px 15px 30px;
    }
}

/***** BARRAGE CSS *****/