
/* 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;
}

.top-container {
	min-height: 85px;
}
.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: 20px;
    right: 20px;
    z-index: 9999;
    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;
}
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;
}

/*================ footer ================================== */
.modal-header {
    padding: 10px 15px;
}
.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;
}
.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;
}

@media handheld, only screen and (max-width: 767px){

    .croppie-container {
        padding: 0 !important;
    }

}



@media (max-width: 790px) {
	#footer {
    	padding:10px 0;
    }
	#footer img {
        height:50%;
		width:auto;
		max-height: 65px;
    }
}

@media (max-width: 590px) {
	#footer img {
    	height: 40%;
    	max-height: 45px;
    }
}

/* shopping */
.shopping-thum {
	height:200px;
	border: #ccc solid 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shopping-thum.btn-danger:focus {
	opacity: 0.7;
}



@media (max-width: 550px) {
	.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;
    }
}


@media (max-width: 400px) {

	#footer img {
    	height: 30%;
    	max-height: 40px;
    }

}


/*  -------  navbar ---------*/
.container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
    line-height: 20px;
}

.navbar {
    position: relative;
    /*min-height: 85px !important;*/
	min-height: 53px !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 20px;
}
.navbar-brand {
    float: left;
    height: auto;
    font-size: 36px;
    /*line-height: 46px;*/
	line-height: 20px;
    position: absolute;
    z-index: 999;
	padding:0;
	margin-left: 15px !important;

}
.navbar-brand img {
	width:140px;
	margin:5px;

}

.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 20px !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:15px;
	}
.navbar-nav-2.version-margin > li > a:hover, .navbar-nav-2.version-margin > li > a {
	border-right: #ddd solid 1px;
	    border-left: #fff 1px solid;
}

@media (max-width: 768px) {
	.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: 15px;
	}
	.navbar-brand img {
        max-width: 120px;
        width: 100%;
        text-align: center;
        margin: 10px;
    }
    .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;
    }

	.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 .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%);
}


@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;
}
}
@media screen and (max-width: 390px){
	.index-carousel {
    height: 130vh;
}
}



@media (max-width: 1920px) {
  .container {
  width: 100%;
	      /*max-width: 1170px;*/
     padding: 0px 35px 0 0;
  }
}


@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;
}

@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-prev {
    margin-left: -60px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -60px;
  }*/
}
@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 {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0;
    width: 4%  !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);
}
}
.carousel-control.left {
  background-image: none;
  z-index: 20;
      background-image: none !important;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none !important;
  z-index: 20;
}





@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: 15px 15px;
    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:30px;
	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: 300px;
    z-index: 9;
	display: none;
}
#preloader.show { 
	display:block;
}
#loader {
  color:#fff;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    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;
    width: 180px;
    height: 180px;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    left: 50%;
    margin: -14px 0 0 -90px;
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
    /* 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; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
	    width: 240px;
    height: 235px;
	    margin: -58px 0 0 -120px;
	    border-radius: 50px;

}
/* 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);
    }
}

.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;
}



@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){
	#fineme .modal-content {
	border-radius: 0px;
		    height: 100%;
    min-height: 100vh;
}
	#fineme .modal-footer {
    padding: 35px;
	}
	.breadcrumb {
		/*padding: 5px 15px;*/
		padding: 5px 5px;
	}
	.subpage-container {
        min-height: 30px;
	}
	.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 !important;
}
.croppie-container .cr-boundary {
   margin: 18px auto !important;
    width: 240px !important;
    height: 236px!important;
    border-radius: 50px;
}

.fine-me-icon {
    position: absolute;
    overflow: hidden;
        margin: 10px auto 0;
    z-index: 0;
    width: 100%;
    height:300px;
    background-image: url(../images/find-me-b.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
}
.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: 15px;
    margin-right: 15px;
}
.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;
	}
	#fineme .modal-footer {
    padding: 35px;
	}
}

@media screen and (max-width: 380px) {

	#fineme .modal-footer {
    padding: 20px;
	}
}


.fancybox-slide--iframe .fancybox-content, .fancybox-error, .fancybox-iframe {
    background: transparent !important;
}
.fancybox-slide--iframe .fancybox-content {
	height: 550px!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;
}
.icon-group {
	width:30px;
}

@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 {
	width: 960px;
}
	}

#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;
}
.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-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-dialog, #modal-photo .b-photo, #modal-photo.modal {
    max-height: 800px;
        
    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);
}
}

*/

/* CHG @2019 */

.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;
 
}
