@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: bite;
    src: url(../fonts/bite-chocolate.regular.ttf);
}
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Raleway;
	font-size:16px;
	font-weight:normal;
	color:#222;
	line-height:28px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.bite{
	font-family:bite!important;
}

a{
	color:#B00;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#000;
}
/*
::-webkit-scrollbar-thumb {
  background: #851437; 
}
*/

/*
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: #EEE; 
}
::-webkit-scrollbar-thumb {
  background: #851437; 
}
::-webkit-scrollbar-thumb:hover {
  background: #aa1946; 
}
*/

::-webkit-scrollbar
{
 box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
}
::-ms-scrollbar
{
 -ms-box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
}
  ::-webkit-scrollbar-track
  {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;  
  }
  ::-ms-scrollbar-track
  {
    -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -ms-background-color: #F5F5F5;  
  }
    ::-webkit-scrollbar-thumb
    {
      box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      border-radius: 3px;
      background-color: #aa1845;
    }
    ::-ms-scrollbar-thumb
    {
      -ms-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      -ms-border-radius: 3px;
      -ms-background-color: #aa1845;
    }
      ::-webkit-scrollbar-thumb:hover
      {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #fc379c;
      }
      ::-ms-scrollbar-thumb:hover
      {
        -ms-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        -ms-background-color: #fc379c;
      }
.scroller {
  overflow-y: auto;
  scrollbar-color: #aa1845 #FFF;
}
.ie{
  -ms-scrollbar-base-color: #aa1845;
  -ms-scrollbar-arrow-color: #aa1845;
  -ms-scrollbar-track-color: #FFF;

}

/* COMMON CSS */

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.bold{
	font-weight:bold;
}
.martop10{
	margin:10px 0 0;
}
.martop20{
	margin:20px 0 0;
}
.martop50{
	margin:50px 0 0;
}
.marbot20{
	margin:0 0 20px;
}
.marbot50{
	margin:0 0 50px;
}
.marright10{
	margin:0 10px 0 0;
}
.marver10{
	margin:10px 0;
}
.marver50{
	margin:50px 0;
}
.marhor10{
	margin:0 10px;
}
.marhor20{
	margin:0 20px;
}
.marhor30{
	margin:0 30px;
}
.pad0{
	padding:0!important;
}
.pad10{
	padding:10px;
}
.pad20{
	padding:20px;
}
.padtop20{
	padding:20px 0 0;
}
.padbot20{
	padding:0 0 20px;
}
.padver10{
	padding:10px 0;
}
.padver20{
	padding:20px 0;
}
.padver50{
	padding:50px 0;
}
.padhor20{
	padding:0 20px;
}
.marver20{
	margin:20px 0;
}
.mobile-padver20{
	padding:0;
}
.black{
	color:#000;
}
.white{
	color:#FFF;
}
.red{
	color:#d30300;
}
.dark-red{
	color:#7f0000;
}
.green{
	color:#090;
}
.grey{
	color:#a7a7a7;
}
.font-normal{
	font-style:normal;
}
.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}
.font16{
	font-size:16px;
}
.font18{
	font-size:18px;
}
.font20{
	font-size:20px;
	line-height:36px;
}
.font24{
	font-size:24px;
	line-height:40px;
}
.font30{
	font-size:30px;
}
.font34{
	font-size:34px;
}
.font36{
	font-size:36px;
}
.font48{
	font-size:48px;
}
.font60{
	font-size:60px;
	line-height:70px;
}
.underline{
	text-decoration:underline;
}
.inline{
	display:inline;
}
.inline-block{
	display:inline-block;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.justify{
	text-align:justify;
}
.italic{
	font-style:italic;
}
.overflow{
	overflow:hidden;
}
.line-height16{
	line-height:16px;
}
.line-height20{
	line-height:20px;
}
.line-height40{
	line-height:40px;
}
.line-height60{
	line-height:60px;
}
.line-height90{
	line-height:90px;
}
.background-white{
	background:#FFF;
}
.background-grey{
	background:#E5E5E5;
}
.background-black{
	background:#000;
}
.background-lightyellow{
	background:#f7f5e6;
}

/* PRE-DEFINED */

ul{
	list-style-type:none;
}
input,
select,
textarea{
	padding:0 5px;
	border:1px solid #BBB;
	font-size:14px;
	border-radius:5px;
}
select{
	padding:5px!important;
}
option{
	font-size:14px;
}
dd a{
	padding:0!important;
}
strong{
	font-weight:bold;
}
/*
nav{
	float:left;
	width:100%;
	background:#751130;
	position:fixed;
	top:0;
	z-index:20;
}
	nav ul li{
		float:left;
		width:12.5%;
		padding:5px 0;
		text-align:center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-right:1px solid #8a344f;
	}
	nav ul li:hover{
		background:#bf5c94;
	}
*/
address{
	font-style:normal;
}
nav{
	float:left;
	width:100%;
	background:#aa1946;
	position:fixed;
	top:0;
	z-index:20;
}
	nav ul li{
		float:left;
		width:12.5%;
		padding:5px 0;
		text-align:center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-right:1px solid #c94c73;
	}
	nav ul li:hover{
		background:#ff86d8;
	}
		nav ul li a{
			float:left;
			width:100%;
			font-size:14px;
			font-weight:bold;
			color: #FFF;
			/*
			display:inline-block;
			*/
		}
			nav ul li a:after {
				display:block;
				content: '';
				/*
				border-bottom: solid 3px #bb4e83;
				*/
				border-bottom: solid 3px #FFF;
				transform: scaleX(0);  
				transition: transform 250ms ease-in-out;
			}
				nav ul li a:hover:after {
					transform: scaleX(1);
				}
				nav ul li a.fromLeft:after{
					transform-origin:  0% 50%;
				}
				nav ul li a:hover{
					color:#FFF;
					text-decoration:none;
				}
footer{
	float:left;
	width:100%;
	padding:10px 0;
	color:#FFF;
	text-align:center;
	background:#751130;
}
	footer a{
		font-size:14px;
		color:#FFF;
		padding:0 10px;
	}
	footer a:hover{
		opacity:.5;
		color:#FFF;
	}
input[type=text]:hover{
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
input[type=text]:focus{
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	background:#ecd1c1;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	/*
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
	*/
}

/* IDS */

#mobile-navigator{
	display:none;
}
#top-image-array,
#similar-profiles-array,
#banner-bio{
	position:relative;
	float:left;
	width:100%;
	margin:39px 0 0;
	z-index:10;
	/*
	border-top:2px solid #FFF;
	*/
	border-bottom:1px solid #FFF;
}
	#top-image-array section,
	#similar-profiles-array section{
		float:left;
		width:12.5%;
		height:250px;
		overflow:hidden;
	}
	#top-image-array section:nth-child(odd),
	#similar-profiles-array section:nth-child(odd){
		float:left;
		width:12.5%;
		height:250px;
		border-radius:8px;
		overflow:hidden;
	}
	#top-image-array section:nth-child(even),
	#similar-profiles-array section:nth-child(even){
		float:left;
		width:12.5%;
		height:250px;
		overflow:hidden;
	}
		#top-image-array section a img,
		#similar-profiles-array section a img{
			-ms-transform: scale(1); /* IE 9 */
			-webkit-transform: scale(1); /* Safari 3-8 */
			transform: scale(1); 
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-ms-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
		}
		#top-image-array section a:hover img,
		#similar-profiles-array section a:hover img{
			-ms-transform: scale(1.1); /* IE 9 */
			-webkit-transform: scale(1.1); /* Safari 3-8 */
			transform: scale(1.1); 
			-webkit-transition: all 0.4s;
			-moz-transition: all 0.4s;
			-ms-transition: all 0.4s;
			-o-transition: all 0.4s;
			transition: all 0.4s;
		}
			#top-image-array section a img,
			#similar-profiles-array section a img{
				width:100%;
			}
#desktop-left-area,
#desktop-right-area{
	float:left;
	width:18%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	/*
    border-left: 1px solid #751130;
    border-right: 1px solid #751130;
	*/
	overflow:hidden;
}
	#desktop-left-area section,
	#desktop-right-area section{
		float:left;
		width:100%;
		font-size:18px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		background:#751130;
	}
		#desktop-left-area ul a li,
		#desktop-right-area ul a li,
		#desktop-left-area div div ul a li,
		#desktop-right-area div div ul a li{
			float:left;
			text-align:left;
			width:100%;
			padding:5px;
			background:#FFF;
			border-bottom:1px solid #751130;
		}
		#desktop-left-area ul a:hover li,
		#desktop-right-area ul a:hover li,
		#desktop-left-area div div ul a:hover li,
		#desktop-right-area div div ul a:hover li{
			padding:5px;
			background:#dcc3cb;
		}
#main-content{
	position:relative;
	top:-30px;
}
#desktop-center-area{
	float:left;
	width:64%;
	padding:20px;
}
#bottom-navigator{
	display:none;
}
#bottom-navigator{
	float:left;
	width:100%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #751130;
    border-right: 1px solid #751130;
	overflow:hidden;
}
	#bottom-navigator section{
		float:left;
		width:100%;
		font-size:18px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		background:#751130;
	}
		#bottom-navigator ul a li{
			float:left;
			width:100%;
			padding:5px;
			background:#FFF;
			border-bottom:1px solid #751130;
		}
		#bottom-navigator ul a:hover li{
			padding:5px;
			background:#dcc3cb;
		}
	#index-continents a li{
		float:left;
		width:33.33%;
		padding:0 10px;
		text-align:center;
		font-style:normal;
		font-weight:bold;
		opacity:.75;
	}
	#index-continents a:hover li{
		color:#751130;
		opacity:1;
	}
#bottom-container{
	float:left;
	width:100%;
	padding:10px 0;
	font-size:14px;
	color:#FFF;
	text-align:center;
	background:#000;
}
	#banner-bio aside a section{
		float:left;
		width:25%;
	}
/*
#banner-bio{
	float:left;
	width:100%;
}
	#banner-bio section:first-child{
		float:left;
		width:21%;
		background:#888;
	}
	#banner-bio section:nth-child(2){
		float:left;
		width:21%;
		background:#999;
	}
	#banner-bio section:nth-child(3){
		float:left;
		width:16%;
		background:#60121f;
	}
	#banner-bio section:nth-child(4){
		float:left;
		width:21%;
		background:#BBB;
	}
	#banner-bio section:last-child{
		float:left;
		width:21%;
		background:#CCC;
	}
*/
#main-banner-desktop{
	border-bottom:1px solid #FFF;
}

	#form-city-n{
		background: url(../images/small-n.png) no-repeat right center;
	}
	#form-city option:nth-child(2){
		background: url(../images/small-o.png) no-repeat right center;
	}
	#form-city option:nth-child(3){
		background: url(../images/small-k.png) no-repeat right center;
	}
#main-profiles{
	float:left;
	width:100%;
	overflow:hidden;
}
	#main-profiles section{
		/*
		margin:20px auto 0;
		width:1200px;
		background:#FFF;
		*/
		float:left;
		width:100%;
	}
		#main-profiles section address{
			float:left;
			/*
			width:230px;
			margin:0 5px 10px;
			*/
			width:19%;
			/*
			height:450px;
			*/
			margin:0 .5% 10px;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		}
			#main-profiles section address section img{
				width:100%;
			}
			#main-profiles section address section:nth-child(1){
				position:relative;
				float:left;
				text-align:right;
				width:100%;
			}
			#main-profiles section address section:nth-child(2) li{
				float:left;
				font-size:14px;
				line-height:20px;
				padding:10px;
				width:100%;
				text-align:left;
				height:120px;
				overflow:auto;
			}
			#main-profiles section address section:nth-child(2) li{
				height:120px;
			}
				/*
				#main-profiles section address section:nth-child(3){
					background:#aa1946;
				}
				#main-profiles section address section:nth-child(3) aside:first-child{
					float:left;
					width:32%;
					font-size:14px;
					padding:5px 10px;
					color:#FFF;
					font-weight:bold;
					background:#aa1946;
				}
				#main-profiles section address section:nth-child(3) aside:last-child{
					float:right;
					width:68%;
					font-size:14px;
					padding:6px 10px 4px;
					text-align:right;
					color:#FFF;
					background:#c98439;
				}
					#main-profiles section address section:nth-child(3) aside:last-child:hover{
						background:#de932d;
					}
				*/
				#main-profiles section address section:nth-child(3){
					background:#aa1946;
				}
				#main-profiles section address section:nth-child(3) aside:first-child{
					float:left;
					width:38px;
					height:38px;
					font-size:14px;
					text-align:right;
					color:#FFF;
					background:#ffcd2a;
				}
				#main-profiles section address section:nth-child(3) aside:nth-child(2){
					float:left;
					width:25%;
					font-size:14px;
					padding:5px 10px;
					color:#FFF;
					font-weight:bold;
					background:#aa1946;
				}
				#main-profiles section address section:nth-child(3) a div{
					float:right;
					width:56%;
					padding:6px 10px 4px;
					text-align:center;
					background:#ab9900;
				}
					#main-profiles section address section:nth-child(3) a div:hover{
						background:#b6c200;
					}
				#main-profiles section address section:nth-child(3) a div{
					font-size:13px;
					font-weight:bold;
					color:#FFF;
				}
					#main-profiles section address section:nth-child(3) a div img{
						width:auto;
						margin:0 0 -1px;
					}
					
	/*
	#search-result address{
		float:left;
		width:24%;
		margin:5px .5%;
		background:#AA1946;
	}
		#search-result address:hover aside:first-child ul li a img{
			opacity:.6;
		}
		#search-result address aside:first-child{
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border:5px solid #EEE;
		}
			#search-result address:hover aside:first-child{
				border:5px solid #CCC;
			}
		#search-result address aside:last-child{
			float:left;
			width:100%;
			text-align:center;
			background:#EEE;
		}
		#search-result address:hover aside:last-child{
			background:#CCC;
		}
	*/
	#search-result ul li{
		float:left;
		width:24%;
		margin:5px .5%;
		background:#AA1946;
	}
		#search-result ul li a img{
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border:5px solid #EEE;
		}
		#search-result ul li address{
			background:#EEE;
		}
			#search-result ul li:hover a img{
				border:5px solid #CCC;
				opacity:.6;
			}
			#search-result ul li:hover address{
				background:#CCC;
			}
	#search-pagination{
		float:left;
		width:100%;
		margin:10px 0;
	}
		#search-pagination address:first-child{
			float:left;
			width:33%;
			text-align:left;
		}
		#search-pagination address:nth-child(2){
			float:left;
			width:33%;
			font-weight:bold;
			text-align:center;
		}
		#search-pagination address:last-child{
			float:right;
			width:33%;
			text-align:right;
		}
			#search-pagination address:first-child a span,
			#search-pagination address:last-child a span{
				padding:5px 15px;
				color:#FFF;
				font-size:14px;
				background:#900;
				border-radius:5px;
			}
			#search-pagination address:first-child a:hover span,
			#search-pagination address:last-child a:hover span{
				background:#F00;
			}
#profile-buttons{
	float:left;
	width:100%;
	margin:20px 0 0;
	text-align:center;
}
.profile-button{
	width:170px;
	margin:2px 0;
	padding: 20px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
	border-radius:5px;
	display:inline-block;
	background:#ab1946;
	/*
	background: rgba(170,25,71,1);
	background: -moz-linear-gradient(left, rgba(170,25,71,1) 0%, rgba(170,25,71,1) 50%, rgba(133,20,56,1) 51%, rgba(133,20,56,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170,25,71,1)), color-stop(50%, rgba(170,25,71,1)), color-stop(51%, rgba(133,20,56,1)), color-stop(100%, rgba(133,20,56,1)));
	background: -webkit-linear-gradient(left, rgba(170,25,71,1) 0%, rgba(170,25,71,1) 50%, rgba(133,20,56,1) 51%, rgba(133,20,56,1) 100%);
	background: -o-linear-gradient(left, rgba(170,25,71,1) 0%, rgba(170,25,71,1) 50%, rgba(133,20,56,1) 51%, rgba(133,20,56,1) 100%);
	background: -ms-linear-gradient(left, rgba(170,25,71,1) 0%, rgba(170,25,71,1) 50%, rgba(133,20,56,1) 51%, rgba(133,20,56,1) 100%);
	background: linear-gradient(to right, rgba(170,25,71,1) 0%, rgba(170,25,71,1) 50%, rgba(133,20,56,1) 51%, rgba(133,20,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1947', endColorstr='#851438', GradientType=1 );
	*/
}
	.profile-button:hover{
		background:#ff86d8;
	}
	.profile-button img{
		margin:0 0 10px;
	}
.profile-button2{
	width:170px;
	margin:2px 0;
	padding:20px 20px 10px 20px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
	border-radius:5px;
	display:inline-block;
	background:#c33601;
}
	.profile-button2:hover{
		background:#ff5c02;
	}
	.profile-button2 img{
		margin:0 0 10px;
	}

/* CLASSES */

.desktop-only{
	display:block;
}
.mobile-only{
	display:none;
}
.area100p{
	width:100%;
}
.area50p{
	width:50%;
}
.area33p{
	width:33.33%;
}
.full-container{
	float:left;
	width:100%;
	padding:20px;
}
.container1200{
	margin:0 auto;
	width:1200px;
}
.container1350{
	margin:0 auto;
	width:1350px;
}
.container1600{
	margin:0 auto;
	width:1600px;
}
.thumb-border img{
	margin:3px 5px;
	border:1px solid #222;
}
.sidenav-button,
.content-button{
	margin:10px 0;
	font-size:14px;
	color:#FFF;
	padding:5px 10px;
	border-radius:3px;
	background:#751130;
}
.content-button2{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 3px;
    background: #751130;
    font-style: normal;
    font-weight: bold;
}
	.sidenav-button:hover,
	.content-button:hover,
	.content-button2:hover{
		color:#FFF;
		background:#c71d52;
	}
.message-button{
	margin: 10px 0;
    font-size: 24px;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
    background: #ab1946;
}	
	.message-button:hover{
		color:#FFF;
		background: #ff86d8;
	}	
	.two-columns aside:first-child{
		float:left;
		width:50%;
		padding:0 10px;
	}
	.two-columns aside:last-child{
		float:left;
		width:50%;
		padding:0 10px;
	}
	.two-columns-shopping aside:first-child{
		float:left;
		width:48%;
		margin:0 1%;
		padding:0 10px;
	}
	.two-columns-shopping aside:last-child{
		float:left;
		width:48%;
		margin:0 1%;
		padding:0 10px;
	}
	.two-columns-4060 aside:first-child{
		float:left;
		width:40%;
		padding:0 10px;
	}
	.two-columns-4060 aside:last-child{
		float:left;
		width:60%;
		padding:0 10px;
	}
	.two-columns-6040 aside:first-child{
		float:left;
		width:60%;
		padding:0 10px;
	}
	.two-columns-6040 aside:last-child{
		float:left;
		width:40%;
		padding:0 10px;
	}
	.three-columns aside{
		float:left;
		width:33.33%;
		padding:0 10px;
	}
	.flag-columns aside{
		float:left;
		width:14.285%;
	}
		.flag-columns aside a{
			font-size:16px;
		}
		.flag-columns aside a img{
			width:75%;
		}
.circle-bullet li{
	padding:0 0 0 30px;
	background: url(../images/circle-bullet.png) no-repeat top 3px left;
}
.bordered-container{
	border:1px solid #DDD;
	border-radius:5px;
	padding:10px;
}
.border2px{
	border:2px solid #999;
}
.content-pic{
	padding:0 20px;
}
	.index-search-area tr td{
		padding:5px;
	}
	.index-search-area tr td:first-child{
		font-weight:bold;
		text-align:right;
		vertical-align:top;
	}
	.index-search-area tr td:nth-child(3){
		text-align:center;
	}
		.index-search-area tr td select{
			width:100%;
			padding:5px;
			text-align:center;
			border:1px solid #DDD;
		}
	.upcoming-tours td:first-child{
		float:left;
		text-align:left;
		font-style:normal;
		font-size:14px;
	}
	.upcoming-tours td:last-child{
		float:right;
		text-align:right;
		font-style:normal;
		font-size:14px;
	}
		.upcoming-tours td:first-child img,
		.upcoming-tours td:last-child img{
			margin:0 0 -7px;
		}
	.upcoming-hovers li:first-child:hover{
		background:none;
	}
	.upcoming-hovers li:hover{
		background:#f4d2dc;
	}

	.container {
		position: relative;
		width: 50%;
	}

	.image {
		opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		transition: .5s ease;
		backface-visibility: hidden;
	}

	.middle {
		transition: .5s ease;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}

	.container:hover .image {
		opacity: 0.3;
	}

	.container:hover .middle {
		opacity: 1;
	}

	.text {
		color: white;
		font-size: 14px;
	}
	.profile-pic{
		background-repeat:no-repeat;
		background-size: contain;
		/*
		background-position:0 70px;
		*/
	}
	.profile-pic2{
		background-repeat:no-repeat;
	}
	.profile-name{
		font-size: 30px;
	}
	.profile-text{
		display:block;
		font-size: 16px;
	}
	.profile-underline{
		padding:0 0 20px;
		border-bottom:1px dashed #CCC;
	}
	.white-dotted-underline{
		padding:20px 0 0;
		border-bottom:1px dotted #FFF;
	}
.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23751130%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}
.form-button{
	padding:10px 20px;
	color:#FFF;
	background:#900;
	border-radius:5px;
}
	.form-button:hover{
		color:#FFF;
		background:#F00;
	}
	.forms-structure ul li:first-child{
		float:left;
		width:40%;
		padding:0 5px 0 0;
		text-align:right;
	}
	.forms-structure ul li:last-child{
		float:left;
		width:60%;
		padding:7px 0 7px 5px;
		text-align:left;
	}
	.forms-structure2 ul li:first-child{
		float:left;
		width:50%;
		padding:0 5px 0 0;
		text-align:right;
	}
	.forms-structure2 ul li:last-child{
		float:left;
		width:50%;
		padding:7px 0 7px 5px;
		text-align:left;
	}
.become-round{
	border-radius:50%;
}
.become-leaf{
	border-radius:50% 0;
}
	.become-leaf:hover{
		border-radius:0 50%;
	}
.fade-hover{
	opacity:.5;
}
	.fade-hover:hover{
		opacity:1;
	}
.auto-width{
	width:auto!important;
}
	/*
	.profile-info ul li:first-child{
		float:left;
		width:50%;
		margin:2px 0;
		padding:0 5px 0 0;
		font-weight:bold;
		text-align:right;
		background:#EEE;
	}
	.profile-info ul li:last-child{
		float:right;
		width:50%;
		margin:2px 0;
		padding:0 0 0 5px;
		text-align:left;
		background:#EEE;
	}
	*/
	.profile-three-columns aside:first-child{
		float:left;
		width:22%;
		padding:0 10px;
	}
	.profile-three-columns aside:nth-child(2),
	.profile-three-columns aside:last-child{
		float:left;
		width:39%;
		padding:0 10px;
	}
	.profile-four-columns aside:first-child{
		float:left;
		width:22%;
		padding:0 10px;
	}
	.profile-four-columns aside:nth-child(2),
	.profile-four-columns aside:last-child{
		float:left;
		width:29%;
		padding:0 10px;
	}
	.profile-four-columns aside:nth-child(3){
		float:left;
		width:20%;
		padding:0 10px;
	}
	.profile-info ul li{
		float:left;
		width:100%;
		margin:2px 0;
		padding:3px 10px;
		background:#EEE;
	}
.cell-button ul a li{
	float:left;
	width:100%;
    margin: 2px 0;
	/*
    padding: 35px 10px;
	text-align:center;
	*/
	padding: 0 10px;
	text-align:left;
	color:#FFF;
	background:#d39e0d;
	border-radius:3px;
}
	.cell-button ul a:hover li{
		background:#ffc01a;
	}
.cell-button2 li{
	background:#d36c0d!important;
}
	.cell-button2:hover li{
		background:#ff8310!important;
	}
.cell-button3 li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:3px solid #d36c0d;
}
	.cell-button3 li span{
		font-size:20px;
		color:#ab1946;
	}
.icon-button{
	width:100px;
}
	.similar-profiles span{
		margin: 5px 10px;
		background:#FFF;
		display:inline-block;
	}
		.similar-profiles span img{
			width:200px;
			opacity:.6;
		}
			.similar-profiles:hover span img{
				opacity:1;
			}
		.similar-profiles span span{
			padding:10px 0;
			font-weight:bold;
		}
.gallery-text div{
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.8);
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
.gallery-text:hover div{
	bottom: 0;
	opacity: 1;
}
.q-cell{
	margin:2px;
	padding:0 5px;
	background:#F0F0F0;
}
.xp-photos li{
	width:32%;
	margin: 10px .5%;
}
	.xp-photos li a img{
		width:100%;
	}
.xp-photos-last li{
	width:40%;
	margin: 0 30%;
}
	.xp-photos-last li a img{
		width:100%;
	}

/* MISC */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse-grow:hover, .pulse-grow:focus, .pulse-grow:active {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover img, .push:focus img, .push:active img{
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.buzz {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz:hover, .buzz:focus, .buzz:active {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* TOP */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 0;
  right: 20px;
  border-radius:5px 5px 0 0;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000 url(../images/arrow-up.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .5;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/* TOOLTOP */

a.tooltips_cls {
  position: relative;
  display: inline;
  color: #000000;
  text-decoration: none;
}

a.tooltips_cls li span {
	position: absolute;
	color: #FFFFFF;
	padding:5px;
	background: #7F0000;
	line-height: 30px;
	text-align: center;
	visibility: hidden;
	border-radius: 3px;
	border: 1px solid 000000;
	text-shadow: 0px 0px 0px #000000;
	color: #FFFFFF;
}
/*
a.tooltips_cls li span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-top: 8px solid #7F0000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
*/
a:hover.tooltips_cls li span {
	visibility: visible;
	bottom: 40px;
	left: 50%;
	z-index: 999;
}

/* TABLES-RWD */

.lightblue-background{
	background:#e1ecff;
}
.pd-topinfo{
	display:block;
}
.no-hover-table:hover{
	background:#FFF!important;
}
.dashed-top{
	border-top:1px #000 dashed;
}
.pd-tables tr td{
	text-align:center;
	border-bottom:1px #000 dashed;
}
	.pd-tables tr{
		background:#FFF;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.pd-tables tr:hover{
		background:#f9e0b7;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
		.pd-tables tr td img{
			width:100px;
			height:70px;
			margin:0 10px 0 0;
			border-radius:3px;
		}

/*
	#no-more-tables table thead tr th:nth-child(2),
	#no-more-tables table thead tr th:nth-child(3),
	#no-more-tables table thead tr th:nth-child(4),
	#no-more-tables table thead tr th:nth-child(5),
	#no-more-tables table thead tr th:nth-child(6),
	#no-more-tables table thead tr th:nth-child(7){
	}
*/
	#no-more-tables table thead tr th:nth-child(1){
		width:64%!important;
	}
	#no-more-tables table thead tr th:nth-child(1),
	#no-more-tables table tbody tr td:nth-child(1){
		width:100%;
		text-align:left;
		padding:10px 20px;
	}
	#no-more-tables table thead tr th:nth-child(2),
	#no-more-tables table tbody tr td:nth-child(2){
		width:12%;
		font-weight:bold;
	}
	#no-more-tables table thead tr th:nth-child(3),
	#no-more-tables table tbody tr td:nth-child(3){
		width:12%;
		font-weight:bold;
	}
	#no-more-tables table thead tr th:nth-child(4),
	#no-more-tables table tbody tr td:nth-child(4){
		width:12%;
		font-weight:bold;
	}
	#no-more-tables table thead tr th:nth-child(5),
	#no-more-tables table tbody tr td:nth-child(5),
	#no-more-tables table thead tr th:nth-child(6),
	#no-more-tables table tbody tr td:nth-child(5),
	#no-more-tables table thead tr th:nth-child(7),
	#no-more-tables table tbody tr td:nth-child(7){
		width:20%;
	}
.content100p{
	float:left;
	width:100%;
}
.content{
	float:left;
	width:1000px;
}
	.content thead tr th, .content tbody tr td{
		padding:5px;
	}

/* BOUNCING */
	.gmnoprint div div div img,
	.gmnoprint div div:nth-child(3) div img,
	.gm-svpc div:nth-child(2) div:nth-child(1) img{
		animation: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}
.gmnoprint {
	overflow:visible!important;
	opacity:1!important;
}
.gmnoprint img {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

/* CARD FLIP */

.flip-container,
.flip-container2{
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
}

/* START: Accommodating for IE */

.flip-container:hover .back, .flip-container.hover .back ,
.flip-container2:hover .back, .flip-container2.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front ,
.flip-container2:hover .front, .flip-container2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container-middle:hover .front, .flip-container-middle.hover .front {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
	opacity:.8;
}
		
/* END: Accommodating for IE */

.flip-container, .front, .back {
	width: 100%;
	height:300px;
}
.flip-container2, .front, .back {
	width: 100%;
	height:250px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 0.6s;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
}

.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

/* VERTICAL CENTERING */

	.box {
		display: flex;
		flex-flow: column;
		height: 100%;
	}
	.box .row.content {
		flex: 1 1 auto;
	}

/* FLIP BOX */

.box-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
}

@media screen and (min-width:1380px) {
	.box-container {
		flex-direction: row
	}
}

.box-item {
	position: relative;
	-webkit-backface-visibility: hidden;
	width: 415px;
	/*
	margin-bottom: 35px;
	*/
	max-width: 100%;
}
.box-item2 {
	position: relative;
	-webkit-backface-visibility: hidden;
	width: 415px;
	max-width: 100%;
}

.flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back ,
.flip-box-back2{
	/*
	background-size: cover;
	background-position: center;
	*/
	border-radius: 8px;
	min-height: 249px;
	-ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-shadow:inset 0px 0px 7px #FFF;
	/*
	box-shadow:inset 1px 72px 5px lightgray;
	*/
	background-size:cover;
}

.flip-box:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(103,15,47,1) 0%, rgba(112,16,48,1) 0%, rgba(110,15,44,1) 0%, rgba(164,32,74,1) 100%);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/*
	box-shadow:inset 1px 72px 5px lightgray;
	*/
	box-shadow:inset 0px 0px 7px #FFF;
}
.flip-box-back2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-shadow:inset 0 0px 15px lightgrey;
	background: rgba(114,99,16,1);
	background: -moz-linear-gradient(left, rgba(114,99,16,1) 0%, rgba(159,140,30,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(114,99,16,1)), color-stop(100%, rgba(159,140,30,1)));
	background: -webkit-linear-gradient(left, rgba(114,99,16,1) 0%, rgba(159,140,30,1) 100%);
	background: -o-linear-gradient(left, rgba(114,99,16,1) 0%, rgba(159,140,30,1) 100%);
	background: -ms-linear-gradient(left, rgba(114,99,16,1) 0%, rgba(159,140,30,1) 100%);
	background: linear-gradient(to right, rgba(114,99,16,1) 0%, rgba(159,140,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#726310', endColorstr='#9f8c1e', GradientType=1 );
}

.flip-box:hover .flip-box-back ,
.flip-box:hover .flip-box-back2{
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box .inner {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;

	transform: translateY(-50%) translateZ(60px) scale(.94);
	-webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
	-ms-transform: translateY(-50%) translateZ(60px) scale(.94);
	top: 53%;
}

.flip-box-header {
	font-size: 30px;
}

.flip-box p {
	font-size: 20px;
	line-height: 1.5em;
}

.flip-box-img {
	margin-top: 25px;
}

.flip-box-button {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	padding: 15px 20px;
	text-transform: uppercase;
}

/* LIGHT GALLERY */

.lightgallery{
	text-align:center;
}
	.lightgallery li{
		background:#aa1946;
	}
		.lightgallery li:hover a img{
			opacity:.5;
		}
	.lightgallery li:nth-child(1),
	.lightgallery li:nth-child(2),
	.lightgallery li:nth-child(3),
	.lightgallery li:nth-child(6),
	.lightgallery li:nth-child(7),
	.lightgallery li:nth-child(8),
	.lightgallery li:nth-child(11),
	.lightgallery li:nth-child(12),
	.lightgallery li:nth-child(13),
	.lightgallery li:nth-child(16),
	.lightgallery li:nth-child(17),
	.lightgallery li:nth-child(18),
	.lightgallery li:nth-child(21),
	.lightgallery li:nth-child(22),
	.lightgallery li:nth-child(23),
	.lightgallery li:nth-child(26),
	.lightgallery li:nth-child(27),
	.lightgallery li:nth-child(28),
	.lightgallery li:nth-child(31),
	.lightgallery li:nth-child(32),
	.lightgallery li:nth-child(33),
	.lightgallery li:nth-child(36),
	.lightgallery li:nth-child(37),
	.lightgallery li:nth-child(38),
	.lightgallery li:nth-child(41),
	.lightgallery li:nth-child(42),
	.lightgallery li:nth-child(43),
	.lightgallery li:nth-child(46),
	.lightgallery li:nth-child(47),
	.lightgallery li:nth-child(48),
	.lightgallery li:nth-child(51),
	.lightgallery li:nth-child(52),
	.lightgallery li:nth-child(53),
	.lightgallery li:nth-child(56),
	.lightgallery li:nth-child(57),
	.lightgallery li:nth-child(58),
	.lightgallery li:nth-child(61),
	.lightgallery li:nth-child(62),
	.lightgallery li:nth-child(63),
	.lightgallery li:nth-child(66),
	.lightgallery li:nth-child(67),
	.lightgallery li:nth-child(68),
	.lightgallery li:nth-child(71),
	.lightgallery li:nth-child(72),
	.lightgallery li:nth-child(73),
	.lightgallery li:nth-child(76),
	.lightgallery li:nth-child(77),
	.lightgallery li:nth-child(78),
	.lightgallery li:nth-child(81),
	.lightgallery li:nth-child(82),
	.lightgallery li:nth-child(83),
	.lightgallery li:nth-child(86),
	.lightgallery li:nth-child(87),
	.lightgallery li:nth-child(88){
		margin:-7px 0;
		width:33%;
		height:350px;
		overflow:hidden;
		display:inline-block;
	}
		.lightgallery li a{
			margin:0;
		}

	.lightgallery li:nth-child(4),
	.lightgallery li:nth-child(5),
	.lightgallery li:nth-child(9),
	.lightgallery li:nth-child(10),
	.lightgallery li:nth-child(14),
	.lightgallery li:nth-child(15),
	.lightgallery li:nth-child(19),
	.lightgallery li:nth-child(20),
	.lightgallery li:nth-child(24),
	.lightgallery li:nth-child(25),
	.lightgallery li:nth-child(29),
	.lightgallery li:nth-child(30),
	.lightgallery li:nth-child(34),
	.lightgallery li:nth-child(35),
	.lightgallery li:nth-child(39),
	.lightgallery li:nth-child(40),
	.lightgallery li:nth-child(44),
	.lightgallery li:nth-child(45),
	.lightgallery li:nth-child(49),
	.lightgallery li:nth-child(50),
	.lightgallery li:nth-child(54),
	.lightgallery li:nth-child(55),
	.lightgallery li:nth-child(59),
	.lightgallery li:nth-child(60),
	.lightgallery li:nth-child(64),
	.lightgallery li:nth-child(65),
	.lightgallery li:nth-child(69),
	.lightgallery li:nth-child(70),
	.lightgallery li:nth-child(74),
	.lightgallery li:nth-child(75),
	.lightgallery li:nth-child(79),
	.lightgallery li:nth-child(80),
	.lightgallery li:nth-child(84),
	.lightgallery li:nth-child(85),
	.lightgallery li:nth-child(89),
	.lightgallery li:nth-child(90){
		width:49.75%;
		margin:0;
		height:350px;
		overflow:hidden;
		display:inline-block;
	}
		.lightgallery li a{
			margin:0;
		}

/* PROFILE GALLERY */

#profile-gallery ul {
	list-style-type: none;
}
#profile-gallery ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border:1px solid #222;
}
#profile-gallery ul li .mosaicItem {
	width: 300px;
	height: 300px;
}
#profile-gallery ul li .mosaicItem > a .text {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	line-height: 50px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}
#profile-gallery ul li .mosaicItem > a:hover .text {
	bottom: 0;
	opacity: 1;
}
#profile-gallery ul li .popin {
	display: flex;
	text-align: center;
	position: fixed;
	top: -100%;
	transition: all ease 0.5s;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
#profile-gallery ul li .popin:target {
	top: 0;
	opacity: 1;
}
#profile-gallery ul li .popin:target .imgBox {
	position: relative;
	z-index: 998;
}
#profile-gallery ul li .popin:target .imgBox:before {
	content: '✖';
	position: absolute;
	right: 10px;
	top: 10px;
	color: white;
	z-index: 999;
}
#profile-gallery ul li .popin:target .imgBox img {
	border: 3px solid white;
}
#profile-gallery ul li .popin .overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 899;
}

/* VIDEO GALLERY */

.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}

/* CUSTOM CHECK */

.container {
	display: block;
	position: relative;
	cursor: pointer;
	color:#FFF;
	font-size:15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 28px;
	width: 28px;
	border:#000 1px solid;
	background-color: #f3a121;
}
.container input:checked ~ .checkmark {
	background-color: #ffcd2a;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.container input:checked ~ .checkmark:after {
	display: block;
}
.container .checkmark:after {
	left: 10px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* SCROLL */


/***********Body scroll Bar styling************/
html, body {
scroll-behavior: smooth;
transition: smooth;
height: 100%;
scrollbar-color: rgb(170,24,69) white ;
-webkit-overflow-y: auto;
-moz-overflow-y: auto;
-o-overflow-y: auto;
-ms-scrollbar-base-color: rgb(170,24,69) !important;
-ms-scrollbar-arrow-color: rgb(170,24,69) !important;
-ms-scrollbar-track-color: white !important;
-ms-overflow-style: auto;
}

#style-2::-webkit-scrollbar
{
 box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
}
#style-2::-ms-scrollbar
{
 -ms-box-shadow: inset 0px 0px 7px 2px rgba(255,255,255,1);
}
  #style-2::-webkit-scrollbar-track
  {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;  
  }
  #style-2::-ms-scrollbar-track
  {
    -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -ms-background-color: #F5F5F5;  
  }
    #style-2::-webkit-scrollbar-thumb
    {
      box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      border-radius: 3px;
      background-color: #aa1845;
    }
    #style-2::-ms-scrollbar-thumb
    {
      -ms-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      -ms-border-radius: 3px;
      -ms-background-color: #aa1845;
    }
      #style-2::-webkit-scrollbar-thumb:hover
      {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #fc379c;
      }
      #style-2::-ms-scrollbar-thumb:hover
      {
        -ms-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        -ms-background-color: #fc379c;
      }


.scroller {
  overflow-y: auto;
  scrollbar-color: rgb(170,24,69) white; 
}
.ie{
  -ms-scrollbar-base-color: rgb(170,24,69);
  -ms-scrollbar-arrow-color: rgb(170,24,69);
  -ms-scrollbar-track-color: white;

}


