html {
	height: 100%;
}
body {
	height: 100%;
	min-width:310px;
	overflow-x: hidden;
}
h1, h2, h3, h5, h6 {
	font-family: 'Roboto Slab', serif;
	color:#333;
}
h2 {
	font-size:24px;
	font-weight: bold;
}
h3 {
	font-size:30px;
}
h5 {
	font-size:12px;
	color:#999;
}
a {
	color:#FF6000;
}
a:hover {
	text-decoration:none;
	color:#555;
	cursor:pointer;
}
.lime {
	color:#1ac486 !important;
}
.grey-text {
    font-size:12px;
    color:#999;
}
.roboto {
	font-family: 'Roboto Slab', serif !important;
}
.bold {
	font-weight:bold;
}
.font-huge {
	font-size:3.2em;
	line-height:2em;
	color:#999;
    margin-bottom:0;
}
p.dashed {
	margin-top:50px;
	padding: 15px 20px 20px; 
	border:1px dashed #999; 
	border-radius:20px; 
	color:#999; 
	font-size:12px; 
}
p.dashed span {
	font-size:32px;
}
.nav-bg {
	background-color:#5ab2df;
	height:106px;
}
.content-bg-F7,
.content-bg-EE {
	padding:35px 0 45px;
}
.content-bg-EE {
    padding-left:25px;
    padding-right:25px;
}
.content-bg-FF {
	background-color:#FFF;
	padding:35px 45px;
	border-bottom:4px solid #e4e4e4;
	border-radius:3px;
}
@media (max-width:991px) and (min-width:768px) /*SM*/
{
	.content-bg-FF {
		padding: 25px 15px;
	}

	.panel-heading {
		padding-left: 15px;
	}

	.panel-body {
		padding-left: 15px;
	}
}

@media (max-width:767px) /*XS*/
{
	.content-bg-FF {
		padding: 25px 5px;
	}

	.panel-heading {
		padding-left: 10px;
	}

	.panel-body {
		padding-left: 10px;
	}
}
.content-bg-F7 {
	background-color:#F7F7F7;
}
.content-bg-EE {
	background-color:#EEE;
}
.logo-xs {
	max-height:96px;
	margin-top:5px;
}
@media (max-width:310px) {
	.logo-xs {
		width:35%;
	}
}
.btn-member {
	margin-top:28px;
	font-family: 'Roboto Slab', serif;
	width:110px;
	border:2px solid #FFF;
	border-radius:20px;
	color:#FFF;
}
button span.glyphicon-user {
	color:#FFF;
}
@media (max-width:1199px) and (min-width:992px) /*MD*/ {
	.navbar-header center a img {
		width:110px;
	}
	.navbar-default .navbar-nav {
		margin:0;
		margin-top:10px;
	}
	.btn-member {
		margin-top:19px;
	}
}
@media (max-width:991px) and (min-width:768px) /*SM*/ {
	.navbar-header center a img {
		width:100px;
	}
	.navbar-default .navbar-nav {
		margin:0;
		margin-top:8px;
	}
	.navbar-default .navbar-nav li a {
		padding:7px;
		font-size:13px;
	}
	.btn-member {
		width:75px;
		margin-top:10px;
	}
}
a.btn-member:hover{
	color:#EEE;
	text-decoration:none;
	border-color:#EEE;
}

/* FOOTER */
.nev-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
}
footer {
  background-color: #4a4d54;
  background-image:url(/Content/img/anket/bg-footer.png);
  background-repeat:no-repeat;
  background-position:center;
  padding-top:20px;
  padding-bottom:20px;
}
footer a img {
    margin-bottom:4px;
}
footer,
.sticky {
	height: 85px;
}
@media (max-width:465px) {
    footer {
    height:auto;
    }
}
/* #FOOTER */

/* SIDEBAR-XS --------------------------------------------- */
.sidebar-xs {
	position:absolute;
	z-index:50;
	-webkit-box-shadow: 0 0 2px 7px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 0 2px 7px rgba(50, 50, 50, 0.3);
	box-shadow: 0 0 2px 7px rgba(50, 50, 50, 0.3);
	/*transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: right;*/
}
.sidebar-xs ul {
	list-style:none;
	padding:8px 0;
}
.sidebar-xs li {
	padding:13px 0;
}
.sidebar-xs li a {
	padding:13px 0;
}
.sidebar-xs li.active span {
	background:none;
}
.sidebar-xs li.active span,
.sidebar-xs li a:hover span {
	color:#1ac486;
}
.sidebar-xs li span {
	margin:0 12px;
}
.sidebar-xs button {
	padding:10px 15px;
}
.sidebar-xs hr {
	margin:0;
}
.sidebar-xs span.glyphicon-chevron-left,
.sidebar-xs span.glyphicon-chevron-right {
	color:#FFF;
}

/* NAV SIDEBAR */
#nav-sidebar-xs {
	width:210px;
	left:0;
	padding:0 15px 5px 0;
	background-color:#FFF; 
}
#nav-sidebar-xs ul {
	padding-left:15px;
}
#nav-sidebar-xs li a {
	color:#464e61;
}
#nav-sidebar-xs li.active a,
#nav-sidebar-xs li a:hover {
	color:#333;
	font-weight:bold;
}
#nav-sidebar-xs hr {
	border-color:#dedede;
}
#nav-sidebar-xs button {
	left:15px;
}
/* #NAV SIDEBAR */


/* MEMBER SIDEBAR */
#member-sidebar-xs {
	width:285px;
	right:0; /*285*/
	padding:0 0 5px 15px;
	background-color:#3c3f47; 
}

#member-sidebar-xs h1 {
	margin:0 0 25px 0;
	padding:0 12px;
}
#member-sidebar-xs h1 a {
	color:#FFF;
	font-size:20px;
}
#member-sidebar-xs ul {
	padding-right:30px;
}
#member-sidebar-xs li a {
	color:#bdbdbd;
}
#member-sidebar-xs li.active a,
#member-sidebar-xs li a:hover {
	color:#FFF;
	font-weight:bold;
}
#member-sidebar-xs hr {
	border-color:#30333a;
}
#member-sidebar-xs button {
	right:15px;
	z-index:51;
}
#member-sidebar-xs span.visible-sm {
	color:#666;
	cursor:pointer;
	font-size:1.7em;
	right:15px;
	top:15px;
}
#member-sidebar-xs span.visible-sm:hover {
	color:#FFF;
}/* #MEMBER SIDEBAR */

/* #SIDEBAR-XS --------------------------------------------- */

.carousel, .announcements {
  background-image:url('/Content/img/anket/nav-bg.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.announcements {
	background-color:#505258;
	padding-top:10px;
	padding-bottom:30px;
}
.announcements .item,
.announcements .item .carousel-caption {
	height:105px;
}
.announcements .item .carousel-caption {
	padding:10px 5% 0;
}
.announcements .carousel-caption h2 {
	color:#FFF;
}
.announcements .carousel-caption p {
	font-size:14px;
	color:#FFF;
	margin-bottom:0;
}
.announcements .carousel-control {
	height:145px;
	z-index:3;
}
@media (max-width:767px){
    .announcements .item,
    .announcements .item .carousel-caption {
        height:142px;
    }
    .announcements .item .carousel-caption {
        padding:10px 27px 0;
    }
    .announcements .carousel-control {
        height:182px;
        z-index:3;
    }
}
.marketing {
	background-color:#f7f7f7;
	padding-top:65px;
	padding-bottom:30px;
	text-align: justify;
}
.marketing .col-md-4 p, .marketing .col-md-4 h2 {
  margin-right: 20px;
  margin-left: 20px;
}
.testimonials {
	background-color:#EEE;
	padding-top:20px;
	padding-bottom:30px;
}

.slider {
	height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider__nav {
	width: 12px;
	height: 12px;
	margin: 2rem 12px;
	border-radius: 50%;
	z-index: 10;
	outline: 6px solid #ccc;
	outline-offset: -6px;
	box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slider__nav:checked {
	-webkit-animation: check 0.5s linear forwards;
	animation: check 0.5s linear forwards;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
	-webkit-transform: translateX(-75%);
	transform: translateX(-75%);
}

.slider__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 400%;
	height: 100%;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.slider__contents {
	height: 100%;
	padding: 2rem;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider__image {
	font-size: 2.7rem;
}

.slider__caption {
	font-weight: 700;
	margin: 2rem 0 1rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}

.slider__txt {
	color: #999;
	margin-bottom: 3rem;
	max-width: 300px;
}

ul#dd-tabs {
	margin-top: 30px;
	margin-bottom: 18px;
	border: none;
	padding-bottom: 0;
}
ul#dd-tabs li,
ul#dd-tabs li a img,
ul#dd-tabs li.active a img,
ul#dd-tabs li.active:hover,
ul#dd-tabs li a,
ul#dd-tabs li.active a {
	background-color:transparent;
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
ul#dd-tabs li a img,
ul#dd-tabs li.active a img,
ul#dd-tabs li a span.all-comments {
	width:88px;
	height:88px;
	border-radius:44px;
	margin-left:12px;
	margin-right:12px;
	background-color:#FFF;
}
@media (max-width:767px) /*XS*/ {
	ul#dd-tabs li:first-child {
		float:left;
	}
}
li span.arrow { 
/*Üye Yorumlarının Altındaki Beyaz Ok*/
	display:none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #ffffff transparent;
}
li.active span.arrow {
	display:initial;
}
.inthepress {
	margin-bottom:50px;
}
.inthepress button {
	margin:0 10px 25px;
	width:100px;
}
.inthepress img {
	margin:10px;
}
.baslarken-p1 img {
	margin-top:50px;
}
.baslarken-veya img {
	margin-top:60px;
}
.baslarken-p2 img {
	margin-bottom:15px;
}
.baslarken-p3 {
	margin-top:30px;
}
.baslarken-p4 {
    margin-bottom:40px;
}
.baslarken-p4 p {
	margin: 28px 0;
	color:#555;
}
.baslarken-p3 .paracek-banner {
    background-color:#FFF !important; 
    border-radius:60px; 
    padding:20px; 
    margin-top:50px;
}
@media (max-width:767px){
    .baslarken-p3 .paracek-banner {
        width:60%;
        margin-right:15%;
        margin-left:15%;
    }
    .baslarken-p3 .paracek-banner div:last-child {
        margin-top:25px;
    }
}
@media (max-width:600px){
    .baslarken-p3 .paracek-banner {
        width:80%;
        margin-right:10%;
        margin-left:10%;
    }
}
@media (max-width:460px){
    .baslarken-p3 .paracek-banner {
        width:94%;
        margin-right:3%;
        margin-left:3%;
    }
}
.kazanclar-p1 div img.pull-down {
	margin-top:60px;
	margin-bottom:-50px; 
}
.hakkimizda-p1,
.iletisim-p1,
.kazanclar-p1 {
	font-family: 'Roboto Slab', serif;
	color:#555;
	margin-top:20px;
}
.kazanclar-p1 div p span {
	font-weight:bold; 
	color:#01ba77;
}
.kazanclar-p3 {
	padding:35px 10px;
	color:#555;
}
.siksorulanlar {
	padding-bottom:40px;
}
.siksorulanlar,
.siksorulanlar ul {
	margin-top:20px;
}
.siksorulanlar ul li {
	list-style:none;
	float:left;
	text-align:center;
	width:12.5%;
}
@media (max-width:767px) /*XS*/ {
	.siksorulanlar ul li {
		width:25%;
	}
}
@media (max-width:420px) /*smaller than XS*/ {
	.siksorulanlar ul li {
		width:33.333%;
	}
}
.siksorulanlar ul li a {
	color:#333;
}
.siksorulanlar ul li a:focus,
.siksorulanlar ul li a.hover, 
.siksorulanlar ul li a:hover {
	text-decoration:none;
	font-weight:bold;
}
.siksorulanlar ul li a img {
	margin-bottom:7px;
}
.siksorulanlar h4.panel-title > a:hover{
	color:#555 !important;
}
.hakkimizda-p1 span {	
	color:#FF6000;
}
@media (max-width:991px)  {
	.hakkimizda button {
		width:26%;
	}
}
@media (max-width:560px)  {
	.hakkimizda button {
		width:45%;
	}
}
.iletisim-p1 {
	margin-bottom:30px;
}
.iletisim-p1 button {
	width:155px;
	height:90px;
}
@media (max-width:400px) /*XS>*/ {
	.iletisim-p1 button {
		width:45%;
	}
}
.iletisim-p1 button span{
	font-size:30px;
}
.tumyorumlar {
    margin-bottom:15px;
}
.tumyorumlar img {
    border-radius:44px; 
    -ms-border-radius:44px; 
    width:88px; 
    height:88px;
}
/* USER SIDEBAR MENU */
.user-sidebarmenu ul {
	margin-top:10px;
	list-style:none;
	padding:0;
}
.user-sidebarmenu a {
	font-family:arial;
	font-size:14px;
	color:#555;
	margin:0;
}
.user-sidebarmenu li.active a,
.user-sidebarmenu a:hover {
	text-decoration:none;
	font-weight:bold;
}
.user-sidebarmenu span {
	margin:0 13px;
	color:#bdbdbd;
}
.user-sidebarmenu li.active a span,
.user-sidebarmenu a:hover span {
	color:#1ac486;
	background:none;
}
.user-sidebarmenu hr {
	margin-top:13px;
	margin-bottom:14px;
}/* #USER SIDEBAR MENU */

.user-pages h1 {
	font-size:20px;
	font-weight:600;
	color:#2390c8;
	margin:0;
}
.user-pages h2 {
	font-size:16px;
	font-weight:400;
	color:#333;
	margin:0;
}
.user-pages img {
	border:1px solid #E6E6E6;
	margin:15px 0;
}
.user-pages p.kazanc{
	font-size:16px;
	font-weight:bold;
	margin:0;
}
.user-pages p.sonkatilim{
	font-size:12px;
	font-weight:300;
	color:#999;
	margin:0 0 18px;
}
.user-pages .content-bg-FF {
	padding:17px;
	margin-bottom:20px;
}
.user-pages .content-bg-FF li {
	font-size:12px;
	margin-bottom:12px;
	color:#555;
	list-style:#F00;
}
.user-pages .content-bg-FF li:last-child {
	margin-bottom:0;
}
.bottom-info p,
.bottom-info a {
	font-size:12px;
}
.bottom-info a {
	color:#FF6000;
}
.bottom-info a:hover {
	text-decoration:none;
}
/* Dashboard */
.dashboard .content-bg-FF {
	height:170px;
	padding:25px;
}
@media (max-width:991px) and (min-width:768px) /*SM*/ {
    .dashboard .content-bg-FF {
        height:185px;
    }
}
@media (max-width:767px) /*XS*/ {
    .dashboard .content-bg-FF {
        height:auto;
    }
}
.dashboard .content-bg-FF img {
	border:none;
}
.dashboard .sonziyaret p {
	color:#999;
	font-size:16px;
	line-height:5.5em;
}
.dashboard .col-xs-12 > h2 {
	margin-top:30px;
	margin-bottom:12px;
}
.dashboard .col-xs-12 > h2 {
	margin-bottom:12px;
}
.dashboard .content-bg-FF img.pull-left {
    margin-top:0;
    margin-right:15px;
}
.dashboard .content-bg-FF > a {
	position:absolute; 
	right:22px; 
	bottom:27px;
}

.dashboard table {
	margin:0;
}
.dashboard table th {
	border:none !important;
}
.dashboard table th,
.dashboard table td {
	text-align:center;
}
.dashboard table th:first-child,
.dashboard table th:last-child,
.dashboard table td:first-child,
.dashboard table td:last-child {
	text-align:left;
}
.dashboard table td p {
	margin-top: 10px;
}
.dashboard hr:last-child {
    display:none;
}/* #Dashboard */

/* Kazandığım Akçeler */
.kazanctablonuz {
	height:233px; 
	overflow-y:scroll; 
	overflow-x:hidden;
}
.kazanctablonuz span.glyphicon {
	color:#E5E5E5;
	font-size:1.5em;
	margin:7px 15px 0 0;
}
.kazanctablonuz span.date {
	color:#999;
	font-size:12px;
}/* #Kazandığım Akçeler */

/* Akçe Kullanım */
.akcekullanim h2 {
	margin-bottom:15px;
}
button span {
    display:visible;
}
@media (max-width:470px) {
    button span {
        display:none;
    }
}
#odemebilgileri table tr td {
	border:none;
}
.odemeyap button.btn-block {
	width:85%;
	margin:17px 0;
	padding-top:4px;
	font-weight:bold;
	font-size:1.1em;
}
#odemebilgileriduzenle ul li {
	margin-bottom:0;
}
#odemebilgileriduzenle form {
	margin-top:15px;
}/* #Akçe Kullanım */

/* Kampanyalar */
.kampanyalar .content-bg-FF p {
	margin-top:10px;
}
.kampanyalar .social-btns {
	margin-top:35px;
	margin-bottom:45px;
}
.kampanyalar .social-btns button {
	width:100%;
	margin-bottom:15px;
}
.kampanyalar .social-btns span {
	font-size:20px;
	margin-right:5px;
}
.kampanyalar .davet-et {
	margin:30px 0;
}
.kampanyalar .input-group {
	padding:30px;
}
ul.dashed {
	padding: 15px 20px 20px; 
	border:1px dashed #999; 
	border-radius:7px; 
	list-style:none;
}
ul.dashed li {
	font-weight:bold;
}
ul.dashed li span {
	color:#F00;
}/* #Kampanyalar */

/* Arkadaşına Öner*/
.arkadasina-oner {
	padding:45px 55px !important;
}
.arkadasina-oner table button {
	margin-top:15px;
	margin-left:-15px;
}
.arkadasina-oner table tr td:first-child {
	width:20%;
	text-align:left;
}
.arkadasina-oner table tr td {
	border-top:none;
	width:10%;
	text-align:center;
}
.arkadasina-oner table tr td:last-child {
	color:#999;
	width:70%;
	text-align:left;
}
.arkadasina-oner div ul {
	margin-left:-15px;
}/* #Arkadaşına Öner*/

/* İletişim Bilgilerim */
.iletisim-bilgilerim .content-bg-FF h2 {
	margin-bottom:20px;
}
#adresBilgisi table {
	margin-left:30px;
}

#adresBilgisi table tr td {
	border:none;
	text-align:left;
}
#adresBilgisi table tr td:last-child {
	width:68%;
}
#telefonBilgisi {
	height:171px;
}/* #İletişim Bilgilerim */

/* Güvenlik Resmi Seç */
.guvenlik-resmi {
	padding:25px;
	border:1px solid #E7E7E7;
	border-radius:2px;
}
.guvenlik-resmi .circle {
	background-color:#F7F7F7;
	width:76px;
	height:76px;
	border-radius:38px;
}
.guvenlik-resmi img {
	border:none;
    width:76px;
    height:76px;
    margin-top:0px;
}
.guvenlik-resmi span {
	visibility:hidden;
}
.selected .guvenlik-resmi {
	border-color:#20c187;
}
.selected .guvenlik-resmi span {
	color:#20c187;
	font-size:3em;
	position:absolute;
	right:7px;
	top:-5px;
	visibility:visible;
}
.selected button {
	visibility:hidden;
}/* #Güvenlik Resmi Seç */

/* Sosyal Hesaplarım */
.sosyal-hesaplarim .content-bg-FF:last-child {
	padding-bottom:30px !important;
}

.sosyal-hesaplarim span.socicon {
	font-size:3em;
	margin-bottom:10px;
}
.sosyal-hesaplarim span.hesabi {
    display:inline;
}
@media (max-width:991px) and (min-width:768px) /*SM*/{
    .sosyal-hesaplarim span.hesabi {
        display:none;
    }
}
.sosyal-hesaplarim button {
	height:auto !important;
	width:80%;
	padding:20px;
	margin:25px 10%;
    position:relative;
}
@media (max-width:767px) {
    .sosyal-hesaplarim button {
        width:40%;
        margin:25px 30%;
    }
}
@media (max-width:550px) {
    .sosyal-hesaplarim button {
        width:60%;
        margin:25px 20%;
    }
}
@media (max-width:400px) {
    .sosyal-hesaplarim button {
        width:80%;
        margin:25px 10%;
    }
}
.sosyal-hesaplarim .selected {
    background-color:#FFF;
    border:1px solid #CCC;
    color:#555;
}
.sosyal-hesaplarim .selected span.socicon-facebook {
    color:#3e61b6;
}
.sosyal-hesaplarim .selected span.socicon-twitter {
    color:#199fcd;
}
.sosyal-hesaplarim .selected span.socicon-google {
    color:#d44032;
}
.sosyal-hesaplarim span.glyphicon-ok-sign {
	display:none;
}
.sosyal-hesaplarim .selected span.glyphicon-ok-sign {
    display:block;
	color:#20c187;
	font-size:3em;
	position:absolute;
	right:-8px;
	top:-8px;
}
.sosyal-hesaplarim button div {
    height:28px;
}
.sosyal-hesaplarim button a.btn-remove{
    position:absolute;
    margin-top:3px;
}
@media (min-width:991px) /*LG*/ {
    .sosyal-hesaplarim button a.btn-remove{
        right:39px;
    }
}
@media (max-width:1199px) and (min-width:992px) /*MD*/ {
    .sosyal-hesaplarim button a.btn-remove{
        right:48px;
    }
}
@media (max-width:991px) and (min-width:768px) /*SM*/ {
    .sosyal-hesaplarim button a.btn-remove{
        right:24px;
    }
}
@media (max-width:767px) /*XS*/ {
    .sosyal-hesaplarim button a.btn-remove {
        left:0;
    }
}
/* #Sosyal Hesaplarım */

/* Temel Bilgilerim */
.temelbilgilerim table tr td {
	border:none;
}
.temelbilgilerim table tr td:first-child {
	width:22%;
}/* #Temel Bilgilerim */

/* Anketler */
.anketler select,
.anketler input[type="number"],
.anketler input[type="email"],
.anketler input[type="password"],
.anketler input[type="text"] {
    background-color:#f5f5f5 !important; 
	border:1px solid #C3C3C3; 
	border-radius:3px; 
	height:36px; 
	padding:10px;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.1);
}
.anketler input.hata {
    background-color:#fdebeb !important;
    border-color:#dc8585;
}
.anketler p.hata {
    font-size:12px;
    color:#F00;
    line-height:5px;
    margin-top:11px;
}
/* #Anketler */
/*Mobile fix for logout button*/
.btnLogout:hover {
	color:#EEE;
	text-decoration:none;
	border-color:#EEE;
}





.hover_menu_content {
    background-color: rgba(0,0,0,0.9);
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    max-width: 200px;
    padding: 6px 8px;
    text-align: left;
}

.hover_warning {
    background-color: rgba(255, 0, 0, 0.8);
}


.hover_menu_content p {
    color: #fff;
    line-height: 1em;
    margin-bottom: 8px;
}

.hover_menu_content a {
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1em;
}

    .hover_menu_content a:hover {
        color: #fff;
        text-decoration: underline;
    }

.hover_menu_content h3, .hover_menu_content h3 a {
    font-size: 15px;
    line-height: normal;
    margin: 0 0 2px;
    padding: 0;
}

.hover_menu_content h4, .hover_menu_content h4 a {
    font-size: 13px;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0;
}

.hover_menu_content .statool {
    margin-bottom: 8px;
}

.hover_menu_content .statool, .hover_menu_content .ball {
    color: #ececec;
}

.hover_menu_content a.buttonPro, .hover_menu_content a.buttonPro:hover {
    box-shadow: none;
    text-decoration: none !important;
}

.hover_menu_nub {
    width: 0;
    height: 0;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0,0,0,0.9);
    position: relative;
}

.hover_menu {
    text-decoration: none;
}

.hover_menu_nub_bottom, .hover_menu_nub_bottom_red, .hover_menu_nub_top_red {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.9);
    margin-left: 10px;
    display: block;
    position: relative;
}

.hover_menu_nub_bottom_red {
    border-top-color: #FF4040;
}

.hover_menu_nub_top_red {
    border-top: none;
    border-bottom: 5px solid #ff4040;
}

#video_wrapper { padding:0;  }

#video_wrapper iframe{ width:100%; min-height:390px;  }


.valignmiddle { vertical-align:middle; }

a.btn-facebook .valignmiddle { color:#fff !important; }

.addthis_button_facebook .valignmiddle, .addthis_button_twitter  .valignmiddle, .addthis_button_digg .valignmiddle { 
    margin-top: 10px;
display: inline-block; }



