@import "https://fonts.googleapis.com/css?family=Titillium+Web:400,200,300,600,600italic,200italic,300italic,400italic,700,700italic,900&subset=latin,latin-ext";

body {
	height:100%;
	min-height:100vh;
}

body {
	padding-top:50px;
	padding-bottom:20px;
	font-family:'Titillium Web',sans-serif;
	background-image:url(../img/bg01.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#f4f2f4 25%,#1e2b44 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(25%,#f4f2f4),color-stop(100%,#1e2b44));
	background:-webkit-linear-gradient(top,#fff 0%,#f4f2f4 25%,#1e2b44 100%);
	background:-o-linear-gradient(top,#fff 0%,#f4f2f4 25%,#1e2b44 100%);
	background:-ms-linear-gradient(top,#fff 0%,#f4f2f4 25%,#1e2b44 100%);
	background:linear-gradient(to bottom,#fff 0%,#f4f2f4 25%,#1e2b44 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#441e40',GradientType=0);
/* letter-spacing: -.6px; */
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:auto;
}

::selection {
	background:#1c3c85;
	color:#fff;
}

::-moz-selection {
	background:#1c3c85;
	color:#fff;
}

.jumbotron {
	background-color:transparent;
}


.puanio-bar {
	height: 49px !important;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color: #4261ac;
 background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#1c3c85), to(#4e6db9));
 background-image: -webkit-linear-gradient(90deg, #1c3c85 0%, #4e6db9 100%);
 background-image: -moz-linear-gradient(90deg, #1c3c85 0%, #4e6db9 100%);
 background-image: -o-linear-gradient(90deg, #1c3c85 0%, #4e6db9 100%);
 background-image: linear-gradient(90deg, #1c3c85 0%, #4e6db9 100%);
	box-shadow:0 1px 32px 0 rgba(0,0,0,0.27);
}

.navbar-brand {
	padding:7px;
	height: 48px !important;
	background-image:url(../img/logo-back.png);
	width:250px;
	background-position:top center;
}

.logo {
	height:36px;
}

.navbar-inverse .navbar-nav>li>a {
	background-image:url(../img/menu-bg.png);
	background-position:center -90px;
	background-repeat:no-repeat;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li.active>a:hover,.navbar-inverse .navbar-nav>li.active>a:hover {
	background-position:center 0;
	color:#1c3c85 !important;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	background-color:#3c5ba6;
}

.navbar-inverse .navbar-nav>li>a {
	color:#fff;
}

.nav-left li {
	border-right:1px solid #b14db1;
}

.nav-left li:nth-child(1) {
	border-left:1px solid #b14db1;
}

.profile-user-info {
	font-size:12px;
	color:#fff;
	padding-top:5px;
	padding-right:5px;
}

.profile-user-info span {
	padding-left:1px;
	padding-right:1px;
	font-weight:700;
}

.icon-bigpoint {
	margin-left:10px;
}

.btn-white {
	border-radius:4px;
	background-image:-moz-linear-gradient(90deg,#f5f5f5 0%,#fff 100%);
	background-image:-webkit-linear-gradient(90deg,#f5f5f5 0%,#fff 100%);
	background-image:-ms-linear-gradient(90deg,#f5f5f5 0%,#fff 100%);
	box-shadow:0 1px 0 0 rgba(0,0,0,0.13);
	color:#1c2c50;
	font-size:12px;
	font-weight:700;
	padding:5px 10px;
	cursor:pointer;
}

.btn-white:hover {
	border-radius:4px;
	background-image:-moz-linear-gradient(90deg,#d2d2d2 0%,#fff 100%);
	background-image:-webkit-linear-gradient(90deg,#d2d2d2 0%,#fff 100%);
	background-image:-ms-linear-gradient(90deg,#d2d2d2 0%,#fff 100%);
}

.btn-white:active {
	border-radius:4px;
	background-image:-moz-linear-gradient(-90deg,#f5f5f5 0%,#fff 100%);
	background-image:-webkit-linear-gradient(-90deg,#f5f5f5 0%,#fff 100%);
	background-image:-ms-linear-gradient(-90deg,#f5f5f5 0%,#fff 100%);
}

li.navbar-btn a {
	padding:0;
	margin:0;
	line-height:inherit;
}

li.navbar-btn a:hover,li.navbar-btn a:active {
	background:transparent;
}

.btn-grey {
	border-radius:4px;
	background-image:-moz-linear-gradient(90deg,#d7d7d7 0%,#fff 100%);
	background-image:-webkit-linear-gradient(90deg,#d7d7d7 0%,#fff 100%);
	background-image:-ms-linear-gradient(90deg,#d7d7d7 0%,#fff 100%);
	box-shadow:0 1px 0 0 rgba(0,0,0,0.13);
	color:#1c2c50;
	font-size:12px;
	font-weight:700;
	padding:5px 10px;
	cursor:pointer;
}

.btn-grey:hover {
	border-radius:4px;
	background-image:-moz-linear-gradient(90deg,#b4b4b4 0%,#fff 100%);
	background-image:-webkit-linear-gradient(90deg,#b4b4b4 0%,#fff 100%);
	background-image:-ms-linear-gradient(90deg,#b4b4b4 0%,#fff 100%);
}

.btn-grey:active {
	border-radius:4px;
	background-image:-moz-linear-gradient(-90deg,#d7d7d7 0%,#fff 100%);
	background-image:-webkit-linear-gradient(-90deg,#d7d7d7 0%,#fff 100%);
	background-image:-ms-linear-gradient(-90deg,#d7d7d7 0%,#fff 100%);
}

.btn-purple {
	border-radius:4px;
	background-image:-moz-linear-gradient(90deg,#8a0089 0%,#db04d9 100%);
	background-image:-webkit-linear-gradient(90deg,#8a0089 0%,#db04d9 100%);
	background-image:-ms-linear-gradient(90deg,#8a0089 0%,#db04d9 100%);
	box-shadow:0 1px 0 0 rgba(0,0,0,0.13);
	color:#fff;
	font-size:12px;
	font-weight:700;
	padding:10px;
	cursor:pointer;
	outline:none!important;
}

.btn-purple:hover {
	border-radius:4px;
	background-image:-moz-linear-gradient(90deg,#8a0089 0%,#db04d9 100%);
	background-image:-webkit-linear-gradient(90deg,#8a0089 0%,#db04d9 100%);
	background-image:-ms-linear-gradient(90deg,#8a0089 0%,#db04d9 100%);
	color:#fff;
}

.btn-purple:active {
	border-radius:4px;
	background-image:-moz-linear-gradient(-90deg,#8a0089 0%,#db04d9 100%);
	background-image:-webkit-linear-gradient(-90deg,#8a0089 0%,#db04d9 100%);
	background-image:-ms-linear-gradient(-90deg,#8a0089 0%,#db04d9 100%);
	color:#fff;
}

.btn-fb {
	color:#0063c7;
}

.btn-steam {
	color:#333;
}

.ion-social-facebook,.ion-steam {
	padding:0 6px 0 0;
}

.navbar-btn {
	padding:3px 2px;
}

.bigprofile {
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:6px 0 0 6px;
	-webkit-box-shadow:1px 1px 1px 0 rgba(00,00,00,0.2);
	box-shadow:1px 1px 1px 0 rgba(00,00,00,0.2);
	display:inline-block;
}

.bigprofile-arrow {
	width:9px;
	display:inline-block;
	height:40px;
	background-color:#fff;
	background-image:url(../img/icon-arrow-down.png);
	border-radius:0 6px 6px 0;
	margin-left:-4px;
}

.bigprofile img {
	width:100%;
	float:left;
}

.bg-fixer{
	background-image:none !important;
}

.profile-down {
	padding:0;
	padding-top:5px;
	padding-left:5px;
}

.profile-down>a {
	padding:0!important;
	background-color:transparent!important;
}

#reglogModal .modal-content {
	overflow:hidden;
	border:none;
}

#reglogModal .modal-body {
	padding-top:0;
	padding-bottom:0;
}

#reglogModal .register-area {
	background-color:#851c84;
	padding:25px;
	color:#fff;
	-webkit-box-shadow:0 0 20px 0 rgba(00,00,00,0.4);
	box-shadow:0 0 20px 0 rgba(00,00,00,0.4);
	text-align:center;
}

#reglogModal h3 {
	font-weight:100;
	margin:0;
	font-size:18px;
}

#reglogModal h2 {
	font-size:28px;
	margin:0;
	font-weight:900;
	margin-bottom:40px;
}

#reglogModal .oval-inp {
	border:none;
	font-weight:700;
	font-size:13px;
	border:1px solid #fff;
}

#reglogModal .form-group {
	margin-bottom:5px;
}

#reglogModal .checkbox {
	font-size:11px;
}

#reglogModal .btn-register {
	border-radius:10px;
	background-image:-moz-linear-gradient(90deg,#974000 0%,#f66900 100%);
	background-image:-webkit-linear-gradient(90deg,#974000 0%,#f66900 100%);
	background-image:-ms-linear-gradient(90deg,#974000 0%,#f66900 100%);
	box-shadow:0 0 35px 0 rgba(0,0,0,0.48);
	border:none;
	outline:none;
	width:100%;
	padding:10px;
	font-weight:700;
	cursor:pointer;
}

#reglogModal .btn-register:hover {
	color:#fff;
}

#reglogModal .btn-register:active {
	border-radius:10px;
	background-image:-moz-linear-gradient(-90deg,#974000 0%,#f66900 100%);
	background-image:-webkit-linear-gradient(-90deg,#974000 0%,#f66900 100%);
	background-image:-ms-linear-gradient(-90deg,#974000 0%,#f66900 100%);
}

#reglogModal .btn-login {
	border-radius:10px;
	background-image:-moz-linear-gradient(90deg,#426b00 0%,#6eb300 100%);
	background-image:-webkit-linear-gradient(90deg,#426b00 0%,#6eb300 100%);
	background-image:-ms-linear-gradient(90deg,#426b00 0%,#6eb300 100%);
	box-shadow:0 0 35px 0 rgba(0,0,0,0.48);
	border:none;
	outline:none;
	width:100%;
	padding:10px;
	font-weight:700;
	cursor:pointer;
	color:#fff;
}

#reglogModal .btn-login:hover {
	color:#fff;
}

#reglogModal .btn-login:active {
	border-radius:10px;
	background-image:-moz-linear-gradient(-90deg,#426b00 0%,#6eb300 100%);
	background-image:-webkit-linear-gradient(-90deg,#426b00 0%,#6eb300 100%);
	background-image:-ms-linear-gradient(-90deg,#426b00 0%,#6eb300 100%);
}

#reglogModal .btn-forget {
	font-size:11px;
	color:#666;
	padding-top:5px;
	padding-bottom:5px;
}

#reglogModal .btn-forget a:link,#reglogModal .btn-forget a:active,#reglogModal .btn-forget a:visited {
	color:#666;
}

#reglogModal .login-area .row>.col-xs-6:nth-child(1) {
	padding-right:5px;
	padding-bottom:5px;
}

#reglogModal .login-area .row>.col-xs-6:nth-child(2) {
	padding-left:5px;
	padding-bottom:5px;
}

#reglogModal .login-area {
	padding:25px;
	color:#333;
	text-align:center;
}

#reglogModal .login-area .oval-inp {
	border:1px solid #ddd;
}

#reglogModal .login-area h3 {
	margin-top:20px;
}

#reglogModal .login-area h2 {
}

#reglogModal .btn-facebook-login {
	width:100%;
	padding:5px;
	border-radius:6px;
	background-color:#004bbb;
	text-align:left;
	color:#fff;
	font-size:10px;
	padding-left:35px;
	background-image:url(../img/btn-icon-fb.png);
	background-repeat:no-repeat;
	background-position:center left;
	cursor:pointer;
}

#reglogModal .btn-facebook-login:hover {
	background-color:#003b93;
}

#reglogModal .btn-steam-login {
	width:100%;
	padding:5px;
	border-radius:6px;
	background-color:#002d4d;
	text-align:left;
	color:#fff;
	font-size:10px;
	padding-left:35px;
	background-image:url(../img/btn-icon-steam.png);
	background-repeat:no-repeat;
	background-position:center left;
	cursor:pointer;
}

#reglogModal .btn-steam-login:hover {
	background-color:#00101b;
}

.flexslider {
	margin:0!important;
}

.bethero {
	padding-top:20px;
	padding-bottom:20px;
	background-color:#222;
}

.just-starting-bar h3 {
	margin:0;
	font-size:20px;
	font-weight:100;
	padding-top:15px;
	padding-bottom:18px;
	color:#851c84;
}

.just-starting-matches {
	width:100%;
	padding:12px;
	border-radius:4px;
	background-color:#fff;
}

.match-list {
	margin:0;
	padding:0;
	font-size:12px;
}

.match-list li {
	list-style:none;
	margin-bottom:15px;
	color:#fff;
	-webkit-box-shadow:0 0 10px 0 rgba(00,00,00,0.4);
	box-shadow:0 0 10px 0 rgba(00,00,00,0.4);
	background-color:#333;
}

.match-list li>div {
	display:inline-block;
	padding:11px 4px;
}

.match-list li .logo-wrapper {
	width:24px;
	height:24px;
	overflow:hidden;
}

.match-list li .logo-wrapper img {
	width:100%;
}

.match-list .fstlogo,.match-list .sstlogo {
	width:10%;
}

.match-list .fstname,.match-list .sstname {
	width:33%;
	padding:4px;
}

.match-list .sstname {
	width:35%;
	padding:4px;
}

.match-list .sstname {
	text-align:right;
}

.match-list .vsarea {
	width:6%;
	text-align:center;
}

.match-list .fstrate,.match-list .sstrate {
	width:11%;
	text-align:center;
	font-weight:700;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.match-list .fstrate {
	background-color:rgba(15,172,165,1.00);
}

.match-list .sstrate {
	background-color:rgba(255,79,0,1.00);
}

.fstrate:Hover {
	background-color:#007d77;
	-webkit-box-shadow:0 0 20px 1px rgba(0,125,119,1);
	box-shadow:0 0 20px 1px rgba(0,125,119,1);
}

.sstrate:Hover {
	background-color:#da4400;
	-webkit-box-shadow:0 0 20px 1px rgba(218,68,0,1);
	box-shadow:0 0 20px 1px rgba(218,68,0,1);
}

.playedCoupon .fstrate,.playedCoupon .sstrate {
	background-color:#666;
	cursor:default;
}

.playedCoupon .fstrate:hover,.playedCoupon .sstrate:hover {
	-webkit-box-shadow:0 0 0 0 rgba(218,68,0,1);
	box-shadow:0 0 0 0 rgba(218,68,0,1);
	cursor:default;
}

.playedCoupon .fstrate.selected {
	background-color:#007d77;
	-webkit-box-shadow:0 0 20px 1px rgba(0,125,119,1);
	box-shadow:0 0 20px 1px rgba(0,125,119,1);
}

.playedCoupon .sstrate.selected {
	background-color:#da4400;
	-webkit-box-shadow:0 0 20px 1px rgba(218,68,0,1);
	box-shadow:0 0 20px 1px rgba(218,68,0,1);
}

.match-list .setinfo {
	font-size:11px;
	background-color:#333;
	width:100%;
	text-align:center;
	padding:3px;
	border-top:1px solid #eee;
	color:#999;
}

footer {
	font-size:11px;
	color:#999;
	padding:20px;
	/*background:#b5bdc8;
	background:-moz-linear-gradient(left,#b5bdc8 0%,#828c95 36%,#28343b 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#b5bdc8),color-stop(36%,#828c95),color-stop(100%,#28343b));
	background:-webkit-linear-gradient(left,#b5bdc8 0%,#828c95 36%,#28343b 100%);
	background:-o-linear-gradient(left,#b5bdc8 0%,#828c95 36%,#28343b 100%);
	background:-ms-linear-gradient(left,#b5bdc8 0%,#828c95 36%,#28343b 100%);
	background:linear-gradient(to right,#b5bdc8 0%,#828c95 36%,#28343b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5bdc8',endColorstr='#28343b',GradientType=1);*/
}

.orderlist {
	list-style:none;
	margin:0;
	padding:0;
}

.orderlist li {
	background-color:#333;
	color:#fff;
	margin-bottom:1px;
}

.orderlist li div {
	display:inline-block;
	padding:8px;
}

.orderlist li .ordno {
	background-color:#555;
	width:10%;
	text-align:center;
}

.orderlist li .ordname {
	width:70%;
}

.orderlist li .ordpoint {
	width:15%;
	text-align:right;
}

.notify {
	position:fixed;
	width:100%;
	padding:15px;
	top:0;
	left:0;
	text-align:center;
	display:none;
	z-index:99999;
	font-weight:700;
	background-image:-moz-linear-gradient(90deg,#d18a00 0%,#f8dc20 100%);
	background-image:-webkit-linear-gradient(90deg,#d18a00 0%,#f8dc20 100%);
	background-image:-ms-linear-gradient(90deg,#d18a00 0%,#f8dc20 100%);
	color:#fff;
	text-shadow:1px 1px 0 #666;
	-webkit-box-shadow:0 0 10px 0 rgba(00,00,00,0.3);
	box-shadow:0 0 10px 0 rgba(00,00,00,0.3);
}

#couponModal .teamlogo {
	width:140px;
	height:140px;
	overflow:hidden;
	border-radius:140px;
	margin:0 auto;
	-webkit-box-shadow:0 0 20px 0 rgba(00,00,00,0.1);
	box-shadow:0 0 20px 0 rgba(00,00,00,0.1);
	margin-bottom:5px;
}

#couponModal .teamlogo.team1 {
	border:3px solid rgba(15,172,165,1.00);
}

#couponModal .teamlogo.team2 {
	border:3px solid rgba(255,79,0,1.00);
}

#couponModal .teamlogo.team1.selected {
	-webkit-box-shadow:0 0 20px 0 rgba(15,172,165,1.00);
	box-shadow:0 0 20px 0 rgba(15,172,165,1.00);
}

#couponModal .teamlogo.team2.selected {
	-webkit-box-shadow:0 0 20px 0 rgba(255,79,0,1.00);
	box-shadow:0 0 20px 0 rgba(255,79,0,1.00);
}

#couponModal .teamlogo img {
	width:100%;
}

#couponModal .modal-content {
	max-width:400px;
	margin:0 auto;
	margin-top:150px;
}

#couponModal .vscol {
	padding-top:70px;
}

#couponModal .teamrate {
	text-align:center;
	border-radius:10px;
	padding:5px;
	width:70px;
	margin:0 auto;
	color:#fff;
	cursor:pointer;
}

#couponModal .teamrate input {
	display:block;
	margin:0 auto;
}

#couponModal .teamrate.team1 {
	background-color:rgba(15,172,165,1.00);
}

#couponModal .teamrate.team2 {
	background-color:rgba(255,79,0,1.00);
}

#couponModal .desc-userrate {
	display:inline-block;
	padding-right:10px;
}

#couponModal .userrate {
	width:80px;
	display:inline-block;
	height:40px;
}

#couponModal .btn-purple {
	margin-top:-1px;
}

#couponModal h5 {
	color:#999;
}

.ratingfor {
	background-color:#851c84;
	color:#fff;
	min-height:100px;
	padding:10px;
	margin-top:20px;
	border-radius:10px;
}

.ratingfor i {
	font-size:100px;
}

.ratingfor h2 {
	font-size:50px;
	padding-top:20px;
}

.playedCoupon {
	background-color:#fff;
	-webkit-box-shadow:0 0 10px 0 rgba(00,00,00,0.4);
	box-shadow:0 0 10px 0 rgba(00,00,00,0.4);
	border-radius:6px;
	padding-top:10px;
	overflow:hidden;
	padding:0;
}

.playedCoupon .match-list li {
	-webkit-box-shadow:0 0 0 0 rgba(00,00,00,0.4);
	box-shadow:0 0 0 0 rgba(00,00,00,0.4);
	margin:0;
}

.profilePage {
	background-color:#eee;
}

.couponStatus {
	padding:8px;
	font-weight:700;
	text-align:center;
	color:#fff;
	background-color:#f39c12;
}

.couponStatus.status1 {
	background-color:#f39c12;
}

.couponStatus.status2 {
	background-color:#27ae60;
}

.couponStatus.status3 {
	background-color:#c0392b;
}

.playedCoupon .couponDetails {
	margin:0;
	padding:0;
}

.playedCoupon .couponDetails li {
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
	width:49%;
	padding:5px;
	font-size:13px;
	border-bottom:1px solid #eee;
}

.couponList .col-md-4 {
	margin-bottom:25px;
}

.form-control:focus {
	border-color:rgba(27,91,179,1);
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(27,91,179,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(27,91,179,.6);
}

.chat-bar iframe {
	border:1px solid #333;
}

.livetitle h3 {
	color:#bbb;
	padding-top:10px;
	padding-bottom:25px;
	margin:0;
}

.chat-title {
	position:absolute;
	margin-top:15px;
	margin-left:21px;
	color:#fff;
	font-weight:700;
	font-size:16px;
}

.livebadge {
	color:#fff;
	background-color:#c0392b;
	padding:1px 3px!important;
	font-size:10px;
	border-radius:6px;
	float:right;
	animation-name:redbadge;
	animation-duration:1s;
	animation-iteration-count:infinite;
	cursor:pointer;
}

@keyframes redbadge {
	0% {
		background-color:#c0392b;
	}

	50% {
		background-color:#ea6153;
	}

	100% {
		background-color:#c0392b;
	}
}

.noradius {
	border-radius:0;
}

.form-signin {
	max-width:330px;
	padding:15px;
	margin:0 auto;
}

.form-signin .form-control {
	position:relative;
	font-size:16px;
	height:auto;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.form-signin .form-control:focus {
	z-index:2;
}

.form-signin input[type="text"] {
	margin-bottom:-1px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

.form-signin input[type="password"] {
	margin-bottom:10px;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.account-wall {
	margin-top:10px;
	margin-bottom:20px;
	padding:40px 0 20px;
	background-color:#fff;
	box-shadow:0 2px 10px 0 rgba(0,0,0,0.16);
}

.login-title {
	color:#555;
	font-size:22px;
	font-weight:400;
	display:block;
}

.profile-img {
	width:96px;
	height:96px;
	margin:0 auto 10px;
	display:block;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:1px solid #eee;
	cursor:pointer;
}

.profile-img-team {
	display:block;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:1px solid #eee;
	cursor:pointer;
}

.profile-img:hover {
	border:1px solid #b31bb2;
}

.select-img {
	border-radius:50%;
	display:block;
	height:75px;
	margin:0 30px 10px;
	width:75px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.select-name {
	display:block;
	margin:30px 10px 10px;
}

.logo-img {
	width:96px;
	height:96px;
	margin:0 auto 10px;
	display:block;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.team-list {
	padding-top:20px;
}

.team-item {
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px 0;
}

.team-item:hover {
	border-color:#b31bb2;
	cursor:pointer;
	-webkit-box-shadow:0 0 10px 0 rgba(179,27,178,0.4);
	box-shadow:0 0 10px 0 rgba(179,27,178,0.4);
}

.team-logo {
	text-align:center;
	display:inline-block;
}

.team-details {
	display:inline-block;
}

.team-item ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#ccc;
}

.team-item ul li {
	width:20%;
	float:left;
	text-align:center;
	font-size:16px;
}

.team-item h5 {
	font-size:24px;
	margin:0;
	color:#b31bb2;
	margin-bottom:5px;
}

.team-item .couponSearch {
	background-color:#ccc;
	padding:5px;
	text-align:center;
}

.team-search {
	margin-top:15px;
}

.team-list .col-md-4 {
	margin-bottom:10px;
}

.team-item {
	margin:2px;
}

.flexslider {
	border:none!important;
}

.flex-control-nav {
	bottom:-30px!important;
}

.heroslider {
	padding-top:20px;
	padding-bottom:20px;
}

.hero-notify {
	background-color:#d05151;
	padding:6px;
	color:rgba(255,255,255,1);
	font-size:13px;
	font-weight:700;
	margin-bottom:20px;
	background-image:url(../img/notify-info.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:60px;
	position:relative;
	box-shadow:0 0 30px #ddd;
	z-index:99;
}

.btn-white-bordered {
	border:1px solid #fff;
	padding:3px 8px;
	border-radius:5px;
	color:#fff;
	display:inline-block;
	float:right;
	font-size:12px;
	margin-top:-3px;
	cursor:pointer;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.btn-white-bordered:hover {
	background-color:#fff;
	color:#333;
}

.coolcontent h3 {
	margin:0;
	padding:0;
	color:#1c3c85;
	font-weight:100;
	margin-bottom:15px;
	margin-top:15px;
/* letter-spacing: -1.1px; */
}

.main-gamelist .game-item {
	position:relative;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	background-color:#000;
	cursor:pointer;
	box-shadow:0 1px 32px 0 rgba(0,0,0,0.27);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-gamelist .col-md-6,.main-gamelist .col-md-4 {
	margin-bottom:20px;
}

.main-gamelist .game-item:hover {
	box-shadow:0 0 40px 0 rgba(0,0,0,0.85);
}

.main-gamelist .game-item .game-overlay {
	position:absolute;
	bottom:0;
	padding:8px;
	background-color:rgba(0,0,0,0.80);
	color:#fff;
	font-size:13px;
	width:100%;
}

.main-gamelist .game-item .game-overlay h5 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:700;
}

.main-gamelist .game-item .game-overlay .btn-play {
	border-radius:10px;
	background-image:-moz-linear-gradient(90deg,#00740a 0%,#00ff0c 100%);
	background-image:-webkit-linear-gradient(90deg,#00740a 0%,#00ff0c 100%);
	background-image:-ms-linear-gradient(90deg,#00740a 0%,#00ff0c 100%);
	width:20%;
	text-align:center;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	height:36px;
	padding:8px;
	position:absolute;
	font-weight:700;
	font-size:15px;
	-webkit-box-shadow:0 0 10px 0 rgba(0,212,10,0.5);
	box-shadow:0 0 10px 0 rgba(0,212,10,0.5);
	cursor:pointer;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-shadow:1px 1px 0 #006006;
	color:#fff;
}

.main-gamelist .game-item .game-overlay .btn-play:hover {
	-webkit-box-shadow:0 0 20px 0 rgba(0,212,10,0.8);
	box-shadow:0 0 20px 0 rgba(0,212,10,0.8);
}

.main-gamelist .game-item .game-overlay .game-desc {
	width:75%;
}

.main-gamelist .game-item .play-coin {
	position:absolute;
	right:10px;
	top:0;
	text-align:center;
	min-height:30px;
	width:72px;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	font-weight:700;
	padding:5px;
	padding-bottom:7px;
	line-height:18px;
	border-radius:0 0 4px 4px;
}

.main-gamelist .game-item .play-coin img {
	height:16px;
	width:16px;
	margin-top:-4px;
}

.main-gamelist .game-item {
	max-height:230px;
	overflow:hidden;
}

.main-gamelist .game-item img {
	width:100%;
}

.enlargeMe {
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.enlargeMe:hover {
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	transition:all 200ms ease;
}

.heroslider {
	padding-bottom:15px;
}

.nativeRating {
	margin:0;
	padding:0;
	list-style:none;
}

.nativeRating li {
	background-color:#111;
	color:#fff;
	font-size:16px;
	padding:0;
	display:table;
	width:100%;
	margin-bottom:1px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	cursor:pointer;
}

.nativeRating li:hover {
	background-color:#1c3c85;
}

.nativeRating div {
	display:inline-block;
	height:43px;
	float:left;
	display:table-cell;
	padding:11px;
}

.nativeRating .nr-number {
	width:10%;
	text-align:center;
	background-color:#fff;
	color:#333;
	height:43px;
}

.nativeRating .nr-profile {
	width:12%;
	padding:0;
}

.nativeRating .nr-nick {
	width:50%;
}

.nativeRating .nr-point {
	width:28%;
	text-align:right;
}

.award-list .col-md-6 {
	margin-bottom:27px;
}

.award-list .award-item {
	padding:16px 10px;
	background-color:#141a1e;
	text-align:center;
	color:#fff;
	cursor:pointer;
}

.award-list .award-item .award-icon {
	width:110px;
	height:110px;
	border-radius:100px;
	padding:20px;
	text-align:center;
	background-color:#e23f01;
	margin:0 auto;
	margin-bottom:10px;
	-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,1);
	box-shadow:inset 0 0 15px 0 rgba(0,0,0,1);
	border:5px solid #ccc;
}

.award-list .award-item .award-name {
	font-weight:700;
}

.award-list .award-item .award-desc {
	font-size:12px;
	color:#666;
	line-height:13px;
}

.award-list .award-item .award-icon.bg1 {
	background-color:#16a085;
}

.award-list .award-item .award-icon.bg2 {
	background-color:#27ae60;
}

.award-list .award-item .award-icon.bg3 {
	background-color:#2980b9;
}

.award-list .award-item .award-icon.bg4 {
	background-color:#8e44ad;
}

.award-list .award-item .award-icon.bg5 {
	background-color:#2c3e50;
}

.award-list .award-item .award-icon.bg6 {
	background-color:#e67e22;
}

.award-list .award-item .award-icon.bg7 {
	background-color:#e74c3c;
}

.award-list .award-item .award-icon.bg8 {
	background-color:#444;
}

.campaigns h3,.new-games h3 {
	color:#fff;
}

.campaigns .campaign-item {
	position:relative;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	background-color:#000;
	cursor:pointer;
	box-shadow:0 1px 32px 0 rgba(0,0,0,0.27);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.campaigns .campaign-item:hover {
	box-shadow:0 0 40px 0 rgba(0,0,0,0.85);
}

.new-games .new-game-wrapper {
	position:relative;
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	background-color:#000;
	cursor:pointer;
	box-shadow:0 1px 32px 0 rgba(0,0,0,0.27);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.new-games .new-game-wrapper:hover {
	box-shadow:0 0 40px 0 rgba(0,0,0,0.85);
}

.new-games .new-game-wrapper .game-overlay {
	position:absolute;
	bottom:0;
	padding:8px;
	background-color:rgba(0,0,0,0.90);
	color:#fff;
	font-size:11px;
	width:100%;
	height:60px;
}

.new-games .new-game-wrapper .game-overlay h5 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:700;
	padding-top:16px;
}

.new-games .new-game-wrapper .game-overlay .btn-play {
	border-radius:10px;
	background-image:-moz-linear-gradient(90deg,#00740a 0%,#00ff0c 100%);
	background-image:-webkit-linear-gradient(90deg,#00740a 0%,#00ff0c 100%);
	background-image:-ms-linear-gradient(90deg,#00740a 0%,#00ff0c 100%);
	width:20%;
	text-align:center;
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	height:36px;
	padding:8px;
	position:absolute;
	font-weight:700;
	font-size:15px;
	-webkit-box-shadow:0 0 10px 0 rgba(0,212,10,0.5);
	box-shadow:0 0 10px 0 rgba(0,212,10,0.5);
	cursor:pointer;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	text-shadow:1px 1px 0 #006006;
}

.new-games .new-game-wrapper .game-overlay .btn-play:hover {
	-webkit-box-shadow:0 0 20px 0 rgba(0,212,10,0.8);
	box-shadow:0 0 20px 0 rgba(0,212,10,0.8);
}

.new-games h3 i {
	padding-left:10px;
	cursor:pointer;
}

footer {
	width:100%;
	/*border-top:1px solid rgba(255,255,255,0.2);*/
	margin-top:40px;
	-webkit-font-smoothing:antialiased;
}

footer a:link,footer a:active,footer a:visited {
	color:#fff;
	padding:5px 15px;
}

footer a:nth-child(1) {
	padding-left:0;
}

footer .sosyal {
	text-align:right;
	font-size:22px;
	color:#eee;
}

footer .sosyal i {
	width:26px;
	padding:0 10px;
}

footer .copyright {
	font-size:10px;
	color:#fff;
	text-align:center;
	opacity:.5;
	margin-top:18px;
	padding-top:18px;
	border-top:1px solid transparent;
	border-bottom:0;
	border-image:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	-moz-border-image:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	-webkit-border-image:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
	border-image-slice:1;
}

.dyno {
	font-size:30px;
	color:#fff;
	padding:4px 15px;
	position:relative;
}

.dyno .dyno-notification {
	position:absolute;
	width:8px;
	height:8px;
	border-radius:8px;
	background-color:#f1c40f;
	top:10px;
	right:11px;
}

.dyno .dropdown-menu {
	min-width:320px;
	max-width:320px;
}

.dyno:hover .dropdown-menu {
	display:block;
	padding:0;
}

.dyno:hover {
	background-color:#7f057e;
}

.dyno .dropdown-menu li {
	border:none;
	font-size:13px;
}

.dyno .dropdown-menu li a {
	border-top:1px solid #eee;
	height:50px;
	padding:7px 15px;
	color:#999;
	white-space:normal;
}

.dyno .dropdown-menu li a.unread {
	color:#333;
}

.dyno .dropdown-menu li:nth-child(1) a {
	border:none;
}

.dyno .dropdown-menu li:last-child a {
	background-color:#eee;
	color:#333;
	height:35px;
}

.dyno .dyno-icon {
	float:left;
	padding:0 15px 4px 0;
	font-size:24px;
}

@keyframes flipInX {
	0% {
		-webkit-transform:perspective(1000px) rotate3d(1,0,0,90deg);
		transform:perspective(1000px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
		opacity:1;
	}

	40% {
		-webkit-transform:perspective(1000px) rotate3d(1,0,0,-20deg);
		transform:perspective(1000px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function:ease-in;
		animation-timing-function:ease-in;
	}

	60% {
		-webkit-transform:perspective(1000px) rotate3d(1,0,0,10deg);
		transform:perspective(400px) rotate3d(1,0,0,10deg);
		opacity:1;
	}

	80% {
		-webkit-transform:perspective(1000px) rotate3d(1,0,0,-5deg);
		transform:perspective(1000px) rotate3d(1,0,0,-5deg);
	}

	100% {
		-webkit-transform:perspective(1000px);
		transform:perspective(1000px);
	}
}

.flipInX {
	-webkit-backface-visibility:visible!important;
	backface-visibility:visible!important;
	-webkit-animation-name:flipInX;
	animation-name:flipInX;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-transform-origin:top center;
	-moz-transform-origin:top center;
	-o-transform-origin:top center;
	-ms-transform-origin:top center;
	transform-origin:top center;
}

.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:99;
}

.dailywin {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:510px;
	height:590px;
	margin:auto;
	z-index:100;
	text-align:center;
	background-color:transparent;
}

.dailywin .daily-frame {
	position:absolute;
	width:510px;
	height:580px;
	overflow:hidden;
	border-radius:300px 300px 300px 300px;
	-webkit-box-shadow:0 0 30px 1px rgba(00,00,00,0.5);
	box-shadow:0 0 30px 1px rgba(00,00,00,0.5);
}

.dailywin .dw-logo {
	position:absolute;
	top:-100px;
	left:0;
	right:0;
	width:150px;
	margin:auto;
	z-index:101;
}

.BigNotify {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background-color:#ffde00;
}

.game-filter-bar .navbar-collapse {
	padding:0;
}

.game-filter-bar {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#fff;
	height:50px;
}

.game-filter-bar ul li {
	position:relative;
	border-right:1px solid #eee;
}

.game-filter-bar ul li a.iconic {
	padding-left:35px;
}

.game-filter-bar ul li:last-child {
	border-right:none;
}

.game-filter-bar ul li:last-child a {
	padding-left:27px;
	padding-right:15px;
}

.game-filter-bar ul li:last-child i {
	left:15px;
}

.game-filter-bar ul li a:link,.game-filter-bar ul li a:active,.game-filter-bar ul li a:visited {
	color:#666;
}

.game-filter-bar i {
	font-size:24px;
	position:absolute;
	margin-top:-2px;
	left:10px;
}

.grid .col-md-4 {
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.flexslider {
	box-shadow:0 0 108px #101e42;
}

/* Zencani's Fullpage Modals */
#search,#girisyap,#kayitol {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#1c3c85;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	-webkit-transform:translate(0px,-100%) scale(0,0);
	-moz-transform:translate(0px,-100%) scale(0,0);
	-o-transform:translate(0px,-100%) scale(0,0);
	-ms-transform:translate(0px,-100%) scale(0,0);
	transform:translate(0px,-100%) scale(0,0);
	opacity:0;
}

#search {
	background-color:#fff;
	color:#666;
}

#search.open,#girisyap.open,#kayitol.open {
	-webkit-transform:translate(0px,0px) scale(1,1);
	-moz-transform:translate(0px,0px) scale(1,1);
	-o-transform:translate(0px,0px) scale(1,1);
	-ms-transform:translate(0px,0px) scale(1,1);
	transform:translate(0px,0px) scale(1,1);
	opacity:1;
	z-index:999;
}

#girisyap.open,#kayitol.open {
	z-index:2080;
}

#search input[type="search"],#girisyap input[type="text"],#girisyap input[type="password"],#kayitol input[type="text"],#kayitol input[name="Password"],#kayitol input[name="ConfirmPassword"] {
	position:absolute;
	top:44%;
	width:100%;
	background:rgba(0,0,0,0);
	font-size:26px;
	font-weight:300;
	text-align:center;
	border:0;
	margin:0 auto;
	margin-top:-51px;
	padding-left:30px;
	padding-right:30px;
	outline:none;
	box-shadow:0 4px 4px rgba(0,0,0,.05);
	padding-bottom:10px;
}

#girisyap input[type="text"],#girisyap input[type="password"],#kayitol input[type="text"],#kayitol input[type="password"] {
	color:#fff;
	border-image:linear-gradient(to right,#1c3c85 0%,#fff 49%,#fff 50%,#fff 51%,#1c3c85 100%);
	-moz-border-image:-moz-linear-gradient(left,#1c3c85 0%,#fff 49%,#fff 50%,#fff 51%,#1c3c85 100%);
	-webkit-border-image:-webkit-gradient(linear,left top,right top,color-stop(0%,#1c3c85),color-stop(49%,#fff),color-stop(50%,#fff),color-stop(51%,#fff),color-stop(100%,#1c3c85));
	border-bottom:1px solid transparent;
	border-image-slice:1;
}

#search input[type="search"] {
	color:#666;
	border-image:linear-gradient(to right,#fff 0%,#1c3c85 49%,#1c3c85 50%,#1c3c85 51%,#fff 100%);
	-moz-border-image:-moz-linear-gradient(left,#fff 0%,#1c3c85 49%,#1c3c85 50%,#1c3c85 51%,#fff 100%);
	-webkit-border-image:-webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(49%,#1c3c85),color-stop(50%,#1c3c85),color-stop(51%,#1c3c85),color-stop(100%,#fff));
	border-bottom:1px solid transparent;
	border-image-slice:1;
}

#girisyap .altcerceve,#kayitol .altcerceve {
	width:100%;
	height:3px;
	background:#1c3c85;
	background:-moz-linear-gradient(left,#1c3c85 0%,#fff 30%,#fff 50%,#fff 70%,#1c3c85 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#1c3c85),color-stop(30%,#fff),color-stop(47%,#fff),color-stop(70%,#fff),color-stop(100%,#1c3c85));
	background:-webkit-linear-gradient(left,#1c3c85 0%,#fff 30%,#fff 50%,#fff 70%,#1c3c85 100%);
	background:-o-linear-gradient(left,#1c3c85 0%,#fff 30%,#fff 50%,#fff 70%,#1c3c85 100%);
	background:-ms-linear-gradient(left,#1c3c85 0%,#fff 30%,#fff 50%,#fff 70%,#1c3c85 100%);
	background:linear-gradient(to right,#1c3c85 0%,#fff 30%,#fff 50%,#fff 70%,#1c3c85 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3c85',endColorstr='#1c3c85',GradientType=1);
}

#girisyap input[type="password"],#kayitol input[name="Password"] {
	top:55%;
}

#kayitol input[name="ConfirmPassword"] {
	top:66%;
}

#search .btn,#girisyap .btn,#kayitol .btn {
	position:absolute;
	top:68%;
	left:51%;
	margin-top:61px;
	margin-left:-45px;
}

#girisyap .btn-hideshow,#kayitol .btn-hideshow {
	top:45%;
}

#search .close,#girisyap .close,#kayitol .close {
	position:fixed;
	top:65px;
	right:15px;
	color:#aaa;
	background-color:#fff;
	border-color:#eee;
	opacity:1;
	padding:5px 17px 15px;
	font-size:27px;
}

#girisyap .close,#kayitol .close {
	top:15px;
	background:#1c3c85;
	color:#fff;
}

.modal-dialog {
	margin:70px auto 0;
}


.tavsiye-edilen-oyunlar .game-item .game-overlay .btn-play {
	width:52px;
	border-radius:6px;
	height:20px;
	font-size:12px;
	padding:1px;
	font-weight:400;
}

.tavsiye-edilen-oyunlar h5 {
	line-height:26px;
}

.tavsiye-edilen-oyunlar .game-item .play-coin {
	width:54px;
	height:30px;
}

.footermenu {
	margin:8px 0;
}

.oyuncover {
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(../img/downloadbg.jpg);
	height:94vh;
	background-color:#5e0d51;
	overflow:hidden;
	display:table;
	width:100%;
	z-index:-9;
	color:#f1e9ed;
}

.zulabg {
	height:inherit;
	background-image:url(../img/games/zula/download_hero.png);
	background-position:center bottom;
	background-size:contain;
	background-repeat:no-repeat;
}

.oyuncover .container {
	margin-top:40px;
	font-size:3rem;
	font-weight:100;
	line-height:2em;
	text-shadow:0 0 3px #fff;
}

.oyuncover .container span {
	font-weight:300;
}

.btn-buyuk {
	font-size:1.7rem;
	font-weight:900;
	padding:10px 20px;
}

.sss-fix {
	padding:20px!important;
	margin-top:-30px;
}

.topfix {
	margin-top:20px;
}

#faq .panel-heading h4 {
	font-size:18px;
}

#faq .panel-body {
	font-size:16px;
}

.profil-tamamlama-radyo {
	line-height:20px;
	margin-top:7px;
}

.profil-tamamlama-radyo label {
	margin-right:10px;
}

.profil-tamamlama-radyo label input[type=radio] {
	margin-right:10px;
	margin-top:4px;
}

.input-group-addon {
	background:#eee!important;
	min-width:52px;
	font-size:22px;
}

.satinal {
	cursor:pointer;
}

.zulaseti-modal-banner {
	background:url(../img/market01detay.png) #000 no-repeat center center;
	overflow:hidden;
	margin-top:-16px;
	height:200px;
	margin-bottom:20px;
}

.marketModalDef, marketModalDet {font-size: 14.4px;}
.marketModalDet {font-weight: 700; color:#d29d0b;}

#couponModal {margin-top: -20px;padding-bottom: 40px;}

.award-meta {margin-top: 10px; padding-top:8px; border-top: 1px dotted rgba(255, 255, 255, 0.12); }
.award-meta img {max-height: 16px; max-width: 16px; border:1px solid #bbbbbb; margin: 0 2px;}

span.beta {display:inline;
float: left;
margin-top:-27px;
margin-left: 95px;
font-style: italic;
color:rgba(255,255,255,0.5);
font-size: 12px;
font-weight: 100;}

.yazili {line-height: 1.9em;}


/* profil */

.profil .header{
    color : #808080;
}

.profil .picture{
    width:150px;

}
.profil .avatar{
	margin: 10px 0 10px 0;
}

.picture_mob{
    position: absolute;
    width: 35%;
    left: 35%;
    bottom: 70%;
}

.btn-style{
    color: #fff;
    background-color: #007FBE;
    border-color: #adadad;
    width: 33.3%;
}

.btn-style:hover {
    color: #333;
    background-color: #3D5DE0;
    border-color: #adadad;
    width: 33.3%;

}


.prowell .well {
    margin-top:-20px;
    color:#fff;
    background-color:#007FBD !important;
    border:2px solid #0077B2 !important;
    text-align:center;
    cursor:pointer;
    font-size: 25px;
    padding: 15px;
    border-radius: 0px !important;
}

.prowell  .well:hover {
    margin-top:-20px;
       color:#fff;
    background-color:#0077B2  !important;
    border:2px solid #0077B2 !important;
    text-align:center;
    cursor:pointer;
    font-size: 25px;
    padding: 15px;
    border-radius: 0px !important;
    border-bottom : 2px solid rgba(97, 203, 255, 0.65);
}

 .checkList .state-icon {
    left: -5px;
}
.checkList .list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.checkList .well .list-group {
    margin-bottom: 0px;
}

ul.dropdown-menu > li > a {
	white-space: normal;
}
ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
}
.product-imitation.xl {
  padding: 120px 0;
}
.product-desc {
  padding: 20px;
  position: relative;
}
.ecommerce .tag-list {
  padding: 0;
}
.ecommerce .fa-star {
  color: #d1dade;
}
.ecommerce .fa-star.active {
  color: #f8ac59;
}
.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}
table.shoping-cart-table {
  margin-bottom: 0;
}
table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}
table.shoping-cart-table tr td.desc,
table.shoping-cart-table tr td:first-child {
  text-align: left;
}
table.shoping-cart-table tr td:last-child {
  width: 80px;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

.well{
    background-color:#fff!important;
    border-radius:0!important;
    border:none!important;
}

.well.login-box legend {
  font-size:26px;
  text-align:center;
  font-weight:300;
}
.well.login-box label {
  font-weight:300;
  font-size:16px;

}
.well.login-box input[type="text"],input[type="password"] {
  box-shadow:none;
  border-color:#ddd;
  border-radius:0;
}

.well.login-box input[type="text"]:focus,input[type="password"]:focus{
	border-color:rgba(27,91,179,1);
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(27,91,179,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(27,91,179,.6);
}

.well.welcome-text{
    font-size:21px;
}


/* Detail:

*/

.panel.panel--styled {
  /*  background: #F4F2F3;*/
}
.panelTop {
    padding-top:0px;
    padding-left: 0;
}
.panelTop .col-md-2{
	padding-left: 0;
}
.panelTop .col-md-2 > img {
	width: 100%
}
.panelBottom {
    padding-top: 10px;
}


/* mağaza

*/

.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    background: #FFF;
		margin-bottom: 15px;

}

.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
    padding: 1px;
    border-radius: 10px 10px 0 0 ;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;

}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}

/*
Hover the image
*/
.post-img-content
{
    height: 196px;
    position: relative;
}
.post-img-content img
{

    padding: 1px;
    border-radius: 10px 10px 0 0 ;
}


.post-title{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post-title b{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 2px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 10px;
    font-size: 12px;
}
.post-title b:first-child{
    font-size: 14px;
}
.round-tag{
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 50% 0;
    border: 4px solid #FFF;
    background: #37A12B;
    position: absolute;
    bottom: 0px;
    padding: 15px 6px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.tocenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

@media(max-width:767px) {
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #4262ad;
}
}


/* The alert message box */
.puanio-alert {
    padding: 15px;
    background-color: #d05151; 
    color: white;
	font-size: 15px;
    font-weight: 700;
}

/* When moving the mouse over the close button */
.puanio-alert .closebtn:hover {
    color: black;
}

.g-recaptcha{
   margin: 15px auto !important;
   width: auto !important;
   height: auto !important;
   text-align: -webkit-center;
   text-align: -moz-center;
   text-align: -o-center;
   text-align: -ms-center;
}