	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;
		background:#121212 url('../images/back_backgroundPanel.jpg') bottom center no-repeat;
		background-attachment:fixed;
		background-size:cover;
	}
	
	body, input, select, textarea, button {
		font-family:'Poppins';
		font-size:15px;
		font-weight:300;
		color:#152030;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	b, strong {
		font-weight:bold;
	}
	
	h1,h2,h3,h4,h5{
		display:inline-block;
		font-size:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;
	}
	
	@font-face {
		font-family:'Poppins';
		src:url('Poppins-Light.woff2') format('woff2'),
		    url('Poppins-Light.woff') format('woff');
		font-weight:100;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Poppins';
		src:url('Poppins-Regular.woff2') format('woff2'),
		    url('Poppins-Regular.woff') format('woff');
		font-weight:normal;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Poppins';
		src:url('Poppins-SemiBold.woff2') format('woff2'),
		    url('Poppins-SemiBold.woff') format('woff');
		font-weight:500;
		font-style:normal;
		font-display:swap;
	} @font-face {
		font-family:'Poppins';
		src:url('Poppins-Bold.woff2') format('woff2'),
		    url('Poppins-Bold.woff') format('woff');
		font-weight:700;
		font-style:normal;
		font-display:swap;
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		background-image:url('../images/icon_downArrow.png')!important;
		background-repeat:no-repeat!important;
		background-position:right 50%!important;
	} select::-ms-expand {
		display: none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////		BODY			///////// */
	/*	/////////////////////////////////////////////////// */
	
	.container {
		display:table;
		width:100%;
		height:100%;
	} .container > .row {
		display:table-row;
	} .container > .row.a > .cell {
		display:table-cell;
		height:auto;
		padding-top:40px;
		vertical-align:middle;
		
	} .lang-bar {
		position:absolute;
		z-index:98;
		top:0;
		right:0;
		padding:20px;
	} .lang-bar a {
		display:inline-block;
		width:32px;
		height:32px;
		padding:4px;
		margin:2px;
		text-align:center;
		font-size:13px;
		font-weight:bold;
		color:#FFF;
		border:2px solid rgba(255,255,255,.5);
		-webkit-border-radius:32px;
		border-radius:32px;
	} .lang-bar a:hover,
	  .lang-bar a.active {
		background:#FFF;
		color:#153D94;
		text-decoration:none;
		
	} .logo {
		display:block;
		width:100%;
		text-align:center;
		margin:auto;
	} .logo sup {
		vertical-align:top;
		letter-spacing:1px;
		padding-left:3px;
		
	} .search-bar {
		width:800px;
		height:100px;
		padding:10px;
		margin:50px auto 20px auto;
		background:#FFF;
		-webkit-border-radius:100px;
		border-radius:100px;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.75);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.75);
		
	} .search-bar .top-forms {
		position:relative;
		width:780px;
		height:80px;
		-webkit-border-radius:80px;
		border-radius:80px;
		background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(218,218,218,0) 100%);
	} .search-bar .top-forms div {
		position:absolute;
		top:7px;
		right:7px;
	} .search-bar .top-forms button[type=button] {
		width:70px;
		height:70px;
		margin-right:4px;
		vertical-align:top;
		-webkit-border-radius:70px;
		border-radius:70px;
		background:url('../images/icon_uploadFileBtn.png') no-repeat center;
		background-size:70px 70px;
		cursor:pointer;
	} .search-bar .top-forms button[type=submit] {
		width:70px;
		height:70px;
		vertical-align:top;
		-webkit-border-radius:70px;
		border-radius:70px;
		background:linear-gradient(to bottom, rgba(44,246,241,1) 0%,rgba(5,171,224,1) 100%);
		cursor:pointer;
	} .search-bar .top-forms input[type=text] {
		width:80%;
		margin:10px 24px;
		font-size:27px;
		font-weight:bold;
		letter-spacing:-1px;
		color:#153D94;
		border:0;
		background:none;
		
	} .alt-buttons {
		padding:60px 0;
		text-align:center;
		white-space:nowrap;
	} .alt-buttons label {
		background:#FFF;
		padding:8px 16px 6px 16px;
		margin:0 8px;
		font-size:14px;
		color:#153D94;
		line-height:1em;
		cursor:pointer;
		-webkit-border-radius:40px;
		border-radius:40px;
	} .alt-buttons label input[type=radio] {
		vertical-align:middle;
		
	/*} .answers {
		display:none;
		max-height:300px;
		overflow:auto;
		overflow-x:hidden;
		padding:30px;
		margin-top:20px;
		font-size:17px;
		background:#FFF;
		-webkit-border-radius:20px;
		border-radius:20px;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.75);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.75);*/
		
	} .container > .row.b > .cell {
		display:table-cell;
		height:50px;
		vertical-align:middle;
		text-align:center;
	} .container > .row.b > .cell span {
		font-size:13px;
		color:rgba(255,255,255,.75);
		
	} .container > .row.c > .cell {
		display:table-cell;
		height:50px;
		vertical-align:middle;
	} .container > .row.c > .cell div {
		position:absolute;
		bottom:0;
		width:100%;
		padding:10px;
		text-align:center;
		
	} .container.inside .panel {
		display:table;
		width:100%;
		height:100%;
		
	} .container.inside .left-panel {
		display:table-cell;
		width:360px;
		position:relative;
		vertical-align:top;
		padding:30px 60px;
		overflow:auto;
		background:rgba(0,0,0,.15);
	} .container.inside .left-panel .clr-btn {
		position:absolute;
		z-index:9;
		bottom:0;
		width:260px;
		padding:24px;
		margin-left:-10px;
		text-align:center;
	} .container.inside .left-panel .clr-btn div {
		color:#FFF;
		font-weight:400;
		padding:8px 12px;
		white-space:nowrap;
		-webkit-border-radius:100px;
		border-radius:100px;
		border:1px solid rgba(255,255,255,.25);
		cursor:pointer;
	} .container.inside .left-panel .beta {
		text-align:right;
		padding:6px 6px 0 0;
		letter-spacing:1px;
		
	} .container.inside .right-panel {
		display:table-cell;
		width:auto;
	} .container.inside .right-panel .boxes {
		display:table;
		width:100%;
		height:100%;
	} .container.inside .right-panel .boxes .box.a {
		display:table-row;
	} .container.inside .right-panel .boxes .box.a > div:nth-child(1) {
		display:table-cell;
		width:auto;
		height:auto;
		vertical-align:bottom;
	} .container.inside .right-panel .boxes .box.a .poscrl {
		width:100%;
		height:680px;
		vertical-align:bottom;
		padding:20px;
		overflow:auto;
	} .container.inside .right-panel .boxes .box.a .answer-box {
		display:none;
		width:768px;
		margin:auto;
		padding:6px;
		margin-bottom:12px;
		background:#FFF;
		-webkit-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
	} .container.inside .right-panel .boxes .box.a .answer-box > div:nth-child(1) {
		width:100%;
		height:100%;
		padding:10px 16px;
		-webkit-border-radius:8px;
		border-radius:8px;
		background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(218,218,218,0) 100%);
		
	} .container.inside .right-panel .boxes .box.b {
		display:table-row;
	} .container.inside .right-panel .boxes .box.b > div:nth-child(1) {
		display:table-cell;
		width:auto;
		height:100px;
		vertical-align:top;
		padding:10px;
		overflow:auto;
	} .container.inside .right-panel .boxes .box.b .search-bar {
		width:768px;
		height:60px;
		margin:auto;
		padding:6px;
		background:#FFF;
		-webkit-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
	} .container.inside .right-panel .boxes .box.b .search-bar > div:nth-child(1) {
		width:100%;
		height:100%;
		padding:10px 8px;
		-webkit-border-radius:8px;
		border-radius:8px;
		background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(218,218,218,0) 100%);
	} .container.inside .right-panel .boxes .box.b .search-bar > div:nth-child(1) > div:nth-child(1) {
		float:right;
		width:20%;
		margin-top:-3px;
		text-align:right;
	} .container.inside .right-panel .boxes .box.b .search-bar button[type=button] {
		width:36px;
		height:36px;
		margin-right:3px;
		vertical-align:middle;
		background:#FF9500 url('../images/icon_uploadFileBtn.png') no-repeat center;
		background-size:30px 30px;
		-webkit-border-radius:10px;
		border-radius:10px;
		-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.15);
		box-shadow:0 3px 3px 0 rgba(0,0,0,.15);
		cursor:pointer;
	} .container.inside .right-panel .boxes .box.b .search-bar button[type=submit] {
		width:36px;
		height:36px;
		vertical-align:middle;
		-webkit-border-radius:10px;
		border-radius:10px;
		background:linear-gradient(to bottom, rgba(44,246,241,1) 0%,rgba(5,171,224,1) 100%);
		-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.15);
		box-shadow:0 3px 3px 0 rgba(0,0,0,.15);
		cursor:pointer;
	} .container.inside .right-panel .boxes .box.b .search-bar input[type=text] {
		width:80%;
		background:none;
		color:#333!important;
		padding:3px 8px;
		border:0;
	} .container.inside .right-panel .boxes .box.b .buttons {
		width:768px;
		margin:auto;
		padding:16px 0 8px 0;
		color:#FFF;
		text-align:center;
		font-size:13px;
	} .container.inside .right-panel .boxes .box.b .buttons label {
		margin:0 12px;
		cursor:pointer;
	}
	
	.webware {
		opacity:.25;
		-webkit-transition:all .25s ease-out;
	} .webware:hover {
		opacity:1;
	}
	
	.mobile-menu,
	.mobile-btn {
		display:none;
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	
	/* // All Mobile Sizes (devices and browser) */
	@media only screen and (max-width:767px) {
		
		.container > .row.a > .cell {
			padding-top:0;
			
		} .logo {
			width:260px;
			height:auto;
			
		} .search-bar {
			width:90%;
			height:60px;
			padding:6px;
			
		} .search-bar .top-forms {
			width:100%;
			height:50px;
		} .search-bar .top-forms div {
			top:7px;
			right:7px;
		} .search-bar .top-forms button[type=button] {
			width:36px;
			height:36px;
			margin-right:0;
			background-size:36px 36px;
			cursor:pointer;
		} .search-bar .top-forms button[type=submit] {
			width:36px;
			height:36px;
			cursor:pointer;
		} .search-bar .top-forms button[type=submit] img {
			margin:4px 0 0 -2px!important;
		} .search-bar .top-forms input[type=text] {
			width:80%;
			margin:2px 6px;
			font-size:17px;
			letter-spacing:-.5px;
			
		} .alt-buttons {
			padding:30px 0;
			text-align:center;
			white-space:normal;
		} .alt-buttons label {
			display:inline-block;
			width:auto;
			padding:8px;
			padding-right:16px;
			margin:0 4px;
			margin-bottom:12px;
			font-size:14px;
			line-height:1em;
			text-align:left;
		} .alt-buttons label input[type=radio] {
			vertical-align:middle;
			
		} .answers {
			max-height:300px;
			padding:0;
			font-size:13px;
			
		} .container > .row.b > .cell {
			display:table-cell;
			height:50px;
			vertical-align:middle;
			text-align:center;
		} .container > .row.b > .cell span {
			font-size:13px;
			color:#1760A9;
			
		} .container > .row.c > .cell {
			display:table-cell;
			height:50px;
			vertical-align:middle;
		} .container > .row.c > .cell div {
			position:absolute;
			bottom:0;
			width:100%;
			padding:10px;
			text-align:center;
			
		} .container.inside .panel {
			display:block;
			position:relative;
		} .container.inside .left-panel {
			position:fixed;
			z-index:99;
			top:0;
			left:0;
			display:none;
			width:100%;
			height:100%;
			vertical-align:top;
			padding:30px 60px;
			overflow:auto;
			background:rgba(0,0,0,.9);
		} .container.inside .left-panel .clr-btn {
			position:absolute;
			z-index:9;
			bottom:0;
			width:260px;
			padding:24px;
			margin-left:-10px;
			text-align:center;
		} .container.inside .left-panel .clr-btn div {
			color:#FFF;
			font-weight:400;
			padding:8px 12px;
			white-space:nowrap;
			-webkit-border-radius:100px;
			border-radius:100px;
			border:1px solid rgba(255,255,255,.25);
			cursor:pointer;
		} .container.inside .left-panel .beta {
			text-align:right;
			padding:6px 6px 0 0;
			letter-spacing:1px;
			
		} .container.inside .right-panel {
			display:block;
			width:100%;
		} .container.inside .right-panel .boxes {
			display:table;
			width:100%;
			height:100%;
		} .container.inside .right-panel .boxes .box.a {
			display:table-row;
		} .container.inside .right-panel .boxes .box.a > div:nth-child(1) {
			display:table-cell;
			width:auto;
			height:auto;
			vertical-align:bottom;
			
		} .container.inside .right-panel .boxes .box.a .poscrl {
			width:100%;
			height:100%;
			vertical-align:bottom;
			padding:68px 12px 12px 12px;
			overflow:auto;
		} .container.inside .right-panel .boxes .box.a .answer-box {
			display:none;
			width:100%;
			margin:auto;
			padding:6px;
			background:#FFF;
			-webkit-border-radius:10px;
			border-radius:10px;
			-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
			box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
		} .container.inside .right-panel .boxes .box.a .answer-box > div:nth-child(1) {
			width:100%;
			height:100%;
			padding:10px 16px;
			-webkit-border-radius:8px;
			border-radius:8px;
			background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(218,218,218,0) 100%);
			
		} .container.inside .right-panel .boxes .box.b {
			display:table-row;
		} .container.inside .right-panel .boxes .box.b > div:nth-child(1) {
			display:table-cell;
			width:auto;
			height:100px;
			vertical-align:top;
			padding:10px;
			overflow:auto;
		} .container.inside .right-panel .boxes .box.b .search-bar {
			width:100%;
			height:60px;
			margin:auto;
			padding:6px;
			background:#FFF;
			-webkit-border-radius:10px;
			border-radius:10px;
			-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
			box-shadow:0 10px 10px 0 rgba(0,0,0,.5);
			white-space:nowrap;
		} .container.inside .right-panel .boxes .box.b .search-bar > div:nth-child(1) {
			width:100%;
			height:100%;
			padding:10px 8px;
			-webkit-border-radius:8px;
			border-radius:8px;
			background:linear-gradient(to bottom, rgba(218,218,218,1) 0%,rgba(218,218,218,0) 100%);
		} .container.inside .right-panel .boxes .box.b .search-bar > div:nth-child(1) > div:nth-child(1) {
			float:right;
			width:82px;
		} .container.inside .right-panel .boxes .box.b .buttons {
			width:100%;
		} .container.inside .right-panel .boxes .box.b .buttons label {
			display:inline-block;
			padding:6px 12px;
		} .container.inside > .row.b > .cell {
			padding-left:0!important;
		} .container > .row.b > .cell span {
			display:block;
			width:200px;
			margin:auto;
			font-size:12px;
			
			
			
			
			
			
			
			
			
			
		}
		
		/* css1 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:768px) and (max-width:768px) {
		
		body {
			zoom:63%;
		}
		
		/* css2 */
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:769px) and (max-width:1024px) {
		
		body {
			zoom: 65%!important;
		}
		
		/* css3 */
		
	}
	/* Tablet Portrait size to standard 768 (devices and browsers) */
	@media only screen and (min-width:1025px) and (max-width:1279px) {
		
		body {
			zoom: 81%!important;
		}
		#launcher {
			zoom: 114%!important;
		}
		
		/* css4 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1280px) and (max-width:1366px) {
		
		body {
			zoom: 85%!important;
			
		}
		
		.zEWidget-webWidget {
			zoom: 114%!important;
		}
		#launcher {
			zoom: 114%!important;
		}
		
		/* css5 */
	}
	/* Tablet Landscape size to standard (devices and browsers) */
	@media only screen and (min-width:1367px) and (max-width:1600px) {
		
		body {
			zoom: 90%!important;
		}
		
		.zEWidget-webWidget {
			zoom: 114%!important;
		}
		#launcher {
			zoom: 114%!important;
		}
		
		/* css5 */
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	  input[type='checkbox'],
	  input[type='radio'] {
	    --active: #0066CC;
	    --active-inner: #fff;
	    --focus: 2px rgba(0, 102, 204, .3);
	    --border: #BBC1E1;
	    --border-hover: #0066CC;
	    --background: #fff;
	    --disabled: #F6F8FF;
	    --disabled-inner: #E1E6F9;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    width: 21px;
	    height: 21px;
	    outline: none;
	    display: inline-block;
	    vertical-align: middle;
	    position: relative;
	    margin: 0;
	    cursor: pointer;
	    border: 1px solid var(--bc, var(--border));
	    background: var(--b, var(--background));
	    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
	    transition: background .3s, border-color .3s, box-shadow .2s;
	  }
	  input[type='checkbox']:after,
	  input[type='radio']:after {
	    content: '';
	    display: block;
	    left: 0;
	    top: 0;
	    position: absolute;
	    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	  }
	  input[type='checkbox']:checked,
	  input[type='radio']:checked {
	    --b: var(--active);
	    --bc: var(--active);
	    --d-o: .3s;
	    --d-t: .6s;
	    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	  }
	  input[type='checkbox']:disabled,
	  input[type='radio']:disabled {
	    --b: var(--disabled);
	    cursor: not-allowed;
	    opacity: .9;
	  }
	  input[type='checkbox']:disabled:checked,
	  input[type='radio']:disabled:checked {
	    --b: var(--disabled-inner);
	    --bc: var(--border);
	  }
	  input[type='checkbox']:disabled + label,
	  input[type='radio']:disabled + label {
	    cursor: not-allowed;
	  }
	  input[type='checkbox']:hover:not(:checked):not(:disabled),
	  input[type='radio']:hover:not(:checked):not(:disabled) {
	    --bc: var(--border-hover);
	  }
	  input[type='checkbox']:focus,
	  input[type='radio']:focus {
	    box-shadow: 0 0 0 var(--focus);
	  }
	  input[type='checkbox']:not(.switch),
	  input[type='radio']:not(.switch) {
	    width: 21px;
	  }
	  input[type='checkbox']:not(.switch):after,
	  input[type='radio']:not(.switch):after {
	    opacity: var(--o, 0);
	  }
	  input[type='checkbox']:not(.switch):checked,
	  input[type='radio']:not(.switch):checked {
	    --o: 1;
	  }
	  input[type='checkbox'] + label,
	  input[type='radio'] + label {
	    font-size: 14px;
	    line-height: 21px;
	    display: inline-block;
	    vertical-align: top;
	    cursor: pointer;
	    margin-left: 4px;
	  }

	  input[type='checkbox']:not(.switch) {
	    border-radius: 5px;
	  }
	  input[type='checkbox']:not(.switch):after {
	    width: 5px;
	    height: 9px;
	    border: 2px solid var(--active-inner);
	    border-top: 0;
	    border-left: 0;
	    left: 6px;
	    top: 3px;
	    -webkit-transform: rotate(var(--r, 20deg));
		     transform: rotate(var(--r, 20deg));
	  }
	  input[type='checkbox']:not(.switch):checked {
	    --r: 43deg;
	  }
	  input[type='checkbox'].switch {
	    width: 38px;
	    border-radius: 5px;
	  }
	  input[type='checkbox'].switch:after {
	    left: 2px;
	    top: 2px;
	    border-radius: 50%;
	    width: 15px;
	    height: 15px;
	    background: var(--ab, var(--border));
	    -webkit-transform: translateX(var(--x, 0));
		     transform: translateX(var(--x, 0));
	  }
	  input[type='checkbox'].switch:checked {
	    --ab: var(--active-inner);
	    --x: 17px;
	  }
	  input[type='checkbox'].switch:disabled:not(:checked):after {
	    opacity: .6;
	  }

	  input[type='radio'] {
	    border-radius: 50%;
	  }
	  input[type='radio']:after {
	    width: 19px;
	    height: 19px;
	    border-radius: 50%;
	    background: var(--active-inner);
	    opacity: 0;
	    -webkit-transform: scale(var(--s, 0.7));
		     transform: scale(var(--s, 0.7));
	  }
	  input[type='radio']:checked {
	    --s: .5;
	  }
	}
	
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	/*	/////////////////////////////////////////////////// */
	
	.search-bar input::-webkit-input-placeholder {
		color:rgba(21,61,148,1)!important;
	} .search-bar input:-moz-placeholder {
		color:rgba(21,61,148,1)!important;
	} .search-bar input::-moz-placeholder {
		color:rgba(21,61,148,1)!important;
	} .search-bar input:-ms-input-placeholder {
		color:rgba(21,61,148,1)!important;
	}
	
	input:-webkit-autofill {
	  -webkit-box-shadow: 0 0 0px 1000px white inset!important;
	}
	
	::-webkit-scrollbar-track {
		-webkit-box-shadow:none;
		-webkit-border-radius:0;
		border-radius:0;
		background-color:#EAEAEA;
	} ::-webkit-scrollbar {
		width:12px;
		height:12px;
	} ::-webkit-scrollbar-thumb {
		-webkit-border-radius:0;
		border-radius:0;
		-webkit-box-shadow:none;
		background-color:#333;
		border-left:1px solid #FFF;
	}
	
	.gscale {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: gray;
		-webkit-transition: all .6s ease;
	}
	
	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	input[type=text], input[type=password], textarea, select {
		font-size:14px;
		padding:10px;
		background:#FFF;
		border:1px solid rgba(0,0,0,0.2);
		vertical-align:middle;
		resize:none;
		margin:0;
		-webkit-appearance:none;
		color:#111;
	} input:focus[type=text], input:focus[type=password], textarea:focus {
		border:1px solid #3D67CB;
		color:#5A5A5A;
	}
	
	#blockPopupDiv {
		position:fixed;
		z-index:9998;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
	} #blockPopupDiv > div:nth-child(1) {
		display:table;
		width:100%;
		height:100%;
	} #blockPopupDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	} #blockPopupDiv #ytplayer {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	} #blockPopupDiv .popup-img {
		position:relative;
		z-index:1;
		display:inline-block;
		vertical-align:top;
		width:auto;
		max-width:80%;
		height:auto;
		max-height:80%;
		padding:10px;
		margin:auto;
		background:#FFF;
		-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
		box-shadow:0 10px 20px 0 rgba(0,0,0,0.75);
	}
	
	#blockCallCenter {
		display:none;
		position:fixed;
		z-index:9998;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockCallCenter > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
	} #blockCallCenter > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockCallCenter .dialogBorder {
		position:relative;
		margin:auto;
		min-height:240px;
		padding:20px;
		width:640px;
		background:#FFF;
		border:1px solid #CCC;
		-moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	} #blockCallCenter .girl {
		position:absolute;
		top:-32px;
		right:-38px;
	} #blockCallCenter .title {
		font-size:36px;
		letter-spacing:-1px;
		color:#173C8A;
	} #blockCallCenter .table {
		display:table;
		width:85%;
	} #blockCallCenter .table .row {
		display:table-row;
	} #blockCallCenter .table .row > .cell:nth-child(1) {
		display:table-cell;
		width:32%;
	} #blockCallCenter .table .row > .cell:nth-child(2) {
		display:table-cell;
		width:3%;
	} #blockCallCenter .table .row > .cell:nth-child(3) {
		display:table-cell;
		width:65%;
		padding:2px 0;
	} #blockCallCenter .table .row .cell input {
		width:86%;
	}
	
	#processDiv {
		display:none;
		position:fixed;
		background:#5A5A5A;
		color:#FFF;
		z-index:9999;;
		top:0;
		left:0;
	}
	
	#blockDiv {
		display:none;
		position:fixed;
		z-index:999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	}
	
	#blockTableDiv {
		display:none;
		position:fixed;
		z-index:9999;
		width:100%;
		background:url('../images/blockImageBlack.png');
	} #blockTableDiv .dialogBorder {
		width:90%;
		max-width:400px;
		background:#FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
		-webkit-box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
		box-shadow: 0 10px 34px 0 rgba(0,0,0,0.35);
	} #blockTableDiv .dialogBack {
		border:10px solid #FFF;
		-webkit-border-radius:4px;
		border-radius:4px;
	} #blockTableDiv #dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#333;
	} #blockTableDiv #dialogContent {
		margin:0 0 10px 0;
		padding:0 10px 6px 10px;
		font-size:14px;
		line-height:1.4em;
		color:#333;
	} #blockTableDiv .dialogButton {
		margin:auto;
		padding:0 0 14px 0;
	} #blockTableDiv .dialogButton>input[type=button] {
		border:0;
		display:block;
		padding:10px 14px;
		font-size:14px;
		color:#FFF;
		background:#333;
		cursor:pointer;
		-webkit-border-radius:4px;
		border-radius:4px;
		margin:auto;
	}
	
	#blockAgreeDiv {
		position:fixed;
		z-index:9999;
		width:100%;
		text-align:center;
	} #blockAgreeDiv > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
		background:url('../images/back_panelBlocker.png');
	} #blockAgreeDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
		padding:20px;
	} #blockAgreeDiv .dialogBorder {
		display:inline-block;
		width:100%;
		height:100%;
		max-width:680px;
		min-width:300px;
		max-height:600px;
		overflow:scroll;
		overflow-x:hidden;
		background:#FFF;
		padding:20px;
		margin:auto;
		text-align:left;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockAgreeDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
	}
	
	#blockLoaderDiv {
		display:none;
		position:fixed;
		z-index:9998;
		width:100%;
		text-align:center;
	} #blockLoaderDiv > div:nth-child(1) {
		position:fixed;
		display:table;
		width:100%;
		height:100%;
		background:url('../images/back_panelBlocker.png');
	} #blockLoaderDiv > div:nth-child(1) > div:nth-child(1) {
		display:table-cell;
		vertical-align:middle;
	} #blockLoaderDiv .dialogBorder {
		display:inline-block;
		min-width:280px;
		background:#FFF;
		margin:auto;
		text-align:center;
		border:1px solid #CCC;
		-moz-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogBack {
		border:10px solid #FFF;
		height:80px;
		-webkit-border-radius:20px;
		border-radius:20px;
	} #blockLoaderDiv .dialogTitle {
		padding:10px 0 0 0;
		font-size:19px;
		font-weight:bold;
		color:#5A5A5A;
	} #blockLoaderDiv .dialogTitle img {
		vertical-align:middle;
		margin:2px 6px 6px 0;
		white-space:nowrap;
	}
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}
	