
.margin-top {
  margin-top: 20px !important;
}

.form-header {
  min-height: 35px;
  line-height: 30px;
  text-align: right;
  /*font-size: larger;*/
}

.infinite-width {
  position: relative !important;
  /*padding: 0;*/
}

.infinite-width:before, .infinite-width:after {
  content: "";
  position: absolute;
  background: inherit;
  top: 0;
  bottom: 0;
  display: block;
  width: 9999px; /* some huge width */
}

.infinite-width:before {
  right: 100%;
}

.infinite-width:after {
  left: 100%;
}

#payment-frame {
  width: 100%;
  height: 900px;
  /*height: auto;*/
  overflow: hidden;
  border: 0;
}

payment {
  text-align: center;
}

letter {
  text-align: center
}

@page {
  margin: 0px auto;
}

single-image-uploader label:active {
  /*background-color: #eee;*/
  opacity: 0.8;
}

single-image-uploader label:hover {
  border-color: #2aabd2;
}

single-image-uploader label {
  position: relative;
}

single-image-uploader label span {
  position: relative;
  z-index: 1;
}
single-image-uploader .user-image {
  position: relative;
  min-height: 263px;
}
single-image-uploader .user-image .placeholder {
  top: 0;
  left: 0;
  opacity: 0.3;
}
single-image-uploader .upload-progress {
  background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
  background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
  background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

single-image-uploader .preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.2);
}

single-image-uploader .preloader img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background-color: #FFF;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.page        {
  position:static;
  margin-top: 20px;
}

/* ANIMATIONS
============================================================================= */

.page.ng-leave 	{ z-index:8888; }
.page.ng-enter 	{ z-index:9999; }

/* page specific animations ------------------------ */

/* home -------------------------- */
.page.ng-leave {
  opacity: 0.5;
}
.page.ng-loading {
  height: 200px;
}
.page.ng-enter 		{
  -webkit-animation: pageFadeIn 0.2s both ease-in;
  -moz-animation: pageFadeIn 0.2s both ease-in;
  animation: pageFadeIn 0.2s both ease-in;
}

@keyframes pageFadeIn {
  0% { transform: translateY(0px); opacity: 0.5}
  100% { transform: translateY(0px); opacity: 1}
}
@-moz-keyframes pageFadeIn {
  0% { transform: translateY(0px); opacity: 0.5}
  100% { transform: translateY(0px); opacity: 1}
}
@-webkit-keyframes pageFadeIn {
  0% { transform: translateY(0px); opacity: 0.5}
  100% { transform: translateY(0px); opacity: 1}
}

.fix-to-top {
    position: fixed !important;
    top: 60px !important;
    z-index: 99 !important;
    display: block;
}


.app-modal-window .modal-dialog {
  width: 802px;
}
/*
MAVI 	#042e6f - rgba(4,46,111,0.2);
KIRMIZI #d71921
*/
@charset "utf-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,400italic,500,500italic,700,700italic&subset=latin,latin-ext);*/
/*@import url(http://fonts.googleapis.com/css?family=Grand+Hotel&subset=latin,latin-ext); /* handwriting */

html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fafbfc;
}

.saga-cek {
    float: right;
}

.btn-default {
    background-color: #8da8cf;
    border-color: transparent;
    color: #FFFFFF;
    font-weight: 500;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #FFFFFF;
    background-color: #042e6f;
    border-color: transparent;
}

.margin-top-10,
.margin-top-10k {
    margin-top: 10px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin-left-right {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.padding {
    padding: 15px;
    border-radius: 10px;
}

.kucuk {
    font-size: x-small !important;
}

a {
    color: #042e6f;
}

a:hover {
    color: #d71921;
}

a:focus {
    text-decoration: none;
}

a, a:hover {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    cursor: pointer;
}

a.navbar-brand {
    padding: 0px !important;
    height: auto;
    transition: 0ms;
    -o-transition: 0ms;
    -moz-transition: 0ms;
}

/*----------------------------------- CUSTOM_DROPDOWN ----*/
.navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-top: 10px;
}

.navbar-collapse {
  text-align: center;
}

.custom-dropdown a i {
    float: right !important;
    margin-left: 8px;
}

.custom-dropdown a.golge {
    /*text-shadow: 0px 1px 0px rgba(0,0,0,0.3);*/
    padding: 15px 25px;
    font-weight: bold;
    font-size: 16px;
}

.custom-dropdown a.golge:hover,
.custom-dropdown a.golge:active,
.custom-dropdown a.golge:focus,
.custom-dropdown .nav .open {
    /*text-shadow: 0px 1px 0px rgba(0,0,0,0.3);*/
    color: #042e6f;
    background-color: rgba(4, 46, 111, 0.07);
}

.hizala {
    margin: 0 auto;
    width: 64%;
}

.custom-dropdown .dropdown-menu > li > a {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #6882a9;
}

.custom-dropdown .dropdown-menu > li > a:hover {
    background-color: #eef1f5;
    background-image: none;
    color: #000000;
}

.dropdown-menu {
    border-color: #eef1f5;
}

/*----------------------------------- USER SIDE ----*/

.topnavcontainer {
    margin-bottom: 10px;
    /*margin-left: 80px;*/
    margin-top: 20px;
}

.topnavcontainer a {
    font-size: 12px;
    color: #5b92e4;
    font-weight: 600;
    display: inline-flex;

    padding-left: 10px;
    padding-right: 15px;
    float: left;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.topnavcontainer a:hover {
    color: #042e6f;
}

.topnavcontainer a i {
    display: block;
    float: left;
}

i.topnavbuyuk {
    font-size: 70px;
}

i.topnavkucuk {
    font-size: 12px;
    margin-right: 5px;
}

.topnavcontainer .navkucuk {
    line-height: 45px;
}

.topnavcontainer .navkucuk2 {
    line-height: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.topnavleft {
    display: inline-block;
    float: left;
}

.topnavright {
    display: inline-block;
    float: right;
    width: auto;
}

.topnavuser {
    display: inline-block;
    float: right;
    width: auto;
    text-align: right;
    /*margin-top: 15px;*/
}

.topnavuser .img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    float: right;
    display: block;
    border: 3px solid rgba(149, 192, 255, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.topnavuser .img div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.topnavuser a:hover .img {
    border: 3px solid #042e6f;
}

.userisim {
    margin: 7px 10px 0px 10px;
}

.signout {
    padding: 10px 0px !important;
    font-size: 20px !important;
    cursor: pointer;
}

.btn.main-nav-toggle {
    width: auto;
    padding: 9px 10px 3px 10px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    padding: 0px 20px;
    background-color: white;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-header {
    padding: 7px 0px;
}

#latest-news {
    margin-top: -20px;
}

#latest-news .row {
    margin-right: -5px;
    margin-left: -5px;
}

#latest-news .col-xs-1, #latest-news .col-sm-1, #latest-news .col-md-1, #latest-news .col-lg-1, #latest-news .col-xs-2, #latest-news .col-sm-2, #latest-news .col-md-2, #latest-news .col-lg-2, #latest-news .col-xs-3, #latest-news .col-sm-3, #latest-news .col-md-3, #latest-news .col-lg-3, #latest-news .col-xs-4, #latest-news .col-sm-4, #latest-news .col-md-4, #latest-news .col-lg-4, #latest-news .col-xs-5, #latest-news .col-sm-5, #latest-news .col-md-5, #latest-news .col-lg-5, #latest-news .col-xs-6, #latest-news .col-sm-6, #latest-news .col-md-6, #latest-news .col-lg-6, #latest-news .col-xs-7, #latest-news .col-sm-7, #latest-news .col-md-7, #latest-news .col-lg-7, #latest-news .col-xs-8, #latest-news .col-sm-8, #latest-news .col-md-8, #latest-news .col-lg-8, #latest-news .col-xs-9, #latest-news .col-sm-9, #latest-news .col-md-9, #latest-news .col-lg-9, #latest-news .col-xs-10, #latest-news .col-sm-10, #latest-news .col-md-10, #latest-news .col-lg-10, #latest-news .col-xs-11, #latest-news .col-sm-11, #latest-news .col-md-11, #latest-news .col-lg-11, #latest-news .col-xs-12, #latest-news .col-sm-12, #latest-news .col-md-12, #latest-news .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

/*----------------------------------- BANNERS ----*/
.banners {
    background-color: #5b92e4;
    /*background-color: #ff9a40;*/
    padding: 15px 0px;
    text-align: center;
    -moz-box-shadow: inset 0 -8px 14px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 -8px 14px rgba(0, 0, 0, .2);
    box-shadow: inset 0 -8px 14px rgba(0, 0, 0, .2);
}

.banners a {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5px;
    padding: 9px 23px;
}

.banners a:hover {
    color: #042e6f;
    background-color: rgba(255, 255, 255, .9);
}

.banners a > i {
    margin-right: 5px;
}

a.haberlink {
    display: block;
}

a.no-link {
    cursor: default !important;
}

.anadegrade {
    width: 100%;
    height: 424px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#042e6f+0,042e6f+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(4, 46, 111, .8) 0%, rgba(4, 46, 111, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(4, 46, 111, .8) 0%, rgba(4, 46, 111, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(4, 46, 111, .8) 0%, rgba(4, 46, 111, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#042e6f', endColorstr='#00042e6f', GradientType=1); /* IE6-9 */
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

a.haberlink:hover .anadegrade {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#042e6f+0,042e6f+100&0.8+0,0.8+100 */
    background: -moz-linear-gradient(left, rgba(4, 46, 111, 0.8) 0%, rgba(4, 46, 111, 0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(4, 46, 111, 0.8) 0%, rgba(4, 46, 111, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(4, 46, 111, 0.8) 0%, rgba(4, 46, 111, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc042e6f', endColorstr='#cc042e6f', GradientType=1); /* IE6-9 */
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.newscontent {
    padding: 25px;
    height: 100%;
    background-color: rgba(4, 46, 111, .3);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

a.haberlink:hover .newscontent {
    padding: 35px;
    height: 100%;
    background-color: rgba(4, 46, 111, .5);
}

.newscontent .baslik {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin: 0;
    padding: 0;
    width: 75%;
    position: absolute;
    top: 70px;

}

.newscontent .aciklama {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    margin-top: 30px;
    line-height: 1.16em;
    text-align: left;
    position: absolute;
    bottom: 40px;
    width: 75%;
}

.son-haber {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.animate-hide {
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
    opacity: 1;
    /*background: #042e6f;*/
    z-index: 50;
}

.animate-hide.ng-hide {
    opacity: 0;
}

.newscontent .tarih {
    /*position: absolute;
    bottom: 35px;*/
    color: #FFF;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 20px;
}

.ikincil-haber,
.editoryal-resimli {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ikincil-haber {
    height: 250px;
}

.editoryal-resimli {
    height: 200px;
}

.ikincil-haber .newscontent .baslikiki {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.01em;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    width: 85%;
    position: absolute;
    bottom: 20px;
}

.ikincil-haber .newscontent {
    padding: 20px;
    height: 100%;
    background-color: rgba(4, 46, 111, 0.5);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

a.haberlink:hover .ikincil-haber .newscontent {
    padding: 20px;
    height: 100%;
    background-color: rgba(4, 46, 111, 0);
}

.ikincil-haber .tarih {
    color: #FFF;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 20px;
    opacity: .7;
}

/*----------------------------------- EDİTÖRYAL ----*/
.editoryal .panel,
.editoryal .panel-heading {
    border-radius: 0px;
    box-shadow: none;
}

.panel-editoryal > .panel-heading {
    background-color: #6881a8;
    color: #FFFFFF;
}

.panel-editoryal {
    border-color: #6882a9;
    margin-bottom: 0px;
}

.panel-editoryal .panel-body {
    padding: 10px;
    padding-top: 0px;
}

.panel-editoryal .panel-heading h1 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    border: none;
    padding: 0;
}

.panel-editoryal .panel-heading h1 a {
    font-size: 16px;
    color: #d3dae4;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: normal;
}

.panel-editoryal .panel-heading h1 a:hover {
    color: #FFFFFF;
}

.editoryal .media {
    height: auto;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.editoryal img.media-object {
    height: 60px;
    width: 60px;
}

img.media-object {
    -webkit-filter: grayscale(1);
"" filter: grayscale(1);
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.media a:hover img.media-object {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.editoryal .journalist-title,
.editoryal .journalist-name {
    color: #737373;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    max-height: 33px;
    overflow: hidden;
}

.editoryal .journalist-title {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 3px;
    letter-spacing: -0.03em;
}

.editoryal .media-content {
    color: #042e6f;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

/*.gallery {*/
/*padding: 0 10px;*/
/*background-color: rgba(4,46,111,0.05);*/
/*}*/
.gallery-page h3 {
    font-family: 'Roboto Condensed', sans-serif;
}

.gallery-page h1 br {
    /*.gallery-page .gallery .media-body br*/
    display: none;
    /*content: " ";*/
    /*padding-right: 8px;*/
}

.gallery .gallery-baslik {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    color: #042e6f;
    font-weight: bold;
}

.gallery-img {
    border: 1px solid rgba(0, 0, 0, .15);
    min-width: 100%;
}

.gallery .thumbnail .caption {
    padding: 4px;
}

.gallery .thumbnail .caption h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

/*----------------------------------- EXT NEWS ----*/
a.bannerlink {
    display: block;
    background-color: #042e6f;
    opacity: 1;
}

a.bannerlink:hover {
    display: block;
    background-color: #042e6f;
    opacity: 0.85;
}

/*----------------------------------- EXT NEWS ----*/
.ext-news-title {
    padding: 10px 10px 30px 10px;
}

.ext-news-title span {
    font-size: 12px;
    color: #a3a3a3;
    font-family: 'Roboto Condensed', sans-serif;
}

.ext-news-title h3 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px;
    font-weight: bold;
}

header.carousel {
    height: 300px;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.fulllink {
    /* background-color: rgba(212,152,9,0.5);;*/
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
}

.carousel-inner .text {
    position: absolute;
    width: 980px;
    left: 46%;
    margin-left: -490px;
    z-index: 2;
    display: block; /* background-color:rgba(0,0,0,0.5);*/
}

.carousel-inner .text h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 37px;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
}

.carousel-inner .text span {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    width: 60%;
    font-size: 1.15em;
    color: #FFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    margin-top: 10px;
    line-height: 1.16em;
    font-weight: 300;
}

.carousel-control {
    cursor: pointer;
    width: 10%;
}

.carousel-inner .btn {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 1.0);
    margin-top: 10px;
    color: rgba(4, 46, 111, 1.0);
    padding: 4px 8px 6px;
    font-weight: 600;
}

.carousel-inner .btn:hover {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(4, 46, 111, 1.0);
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1.0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 45px;
}

.carousel-control .glyphicon-chevron-right {
  right: -8px !important;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 4;
}

.carousel-fade .carousel-inner .item .text {
    top: 38%;
    opacity: 0;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}

.carousel-fade .carousel-inner .active .text {
    bottom: 12.5%;
    top: auto;
    opacity: 1;
}

.carousel-indicators {
    bottom: 10px;
    margin: 0 auto;
    width: auto;
    left: auto;
    right: 10%;
}

.carousel-indicators .active {
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);

}

/* */
a.epartiposta {
    display: block;
    text-align: center;
    width: auto;
    color: rgba(4, 46, 111, 1);
    cursor: pointer;
    font-size: 1.5em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
    background-color: rgba(4, 46, 111, 0.13);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

a.epartiposta:hover {
    color: #FFF;
    background-color: rgba(4, 46, 111, 0.53);
}

/* FOOTER */
footer {
    width: 100%;
    height: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    margin-top: 30px;
}

div.social {
    float: right;
}

div.social a {
    width: 32px;
    height: 35px;
    display: block;
    background-position: 0px 0px;
    float: left;
    margin-right: 5px;
}

div.social .facebook {
    background: url(/images/facebook_32.png) no-repeat;
}

div.social .twitter {
    background: url(/images/twitter_32.png) no-repeat;
}

div.social .linkedin {
    background: url(/images/linkedin_32.png) no-repeat;
}

div.social .instagram {
    background: url(/images/instagram_32.png) no-repeat;
}

div.social a:hover {
    background-position: 0px -35px;
}

.takipedin {
    display: block;
    text-align: center;
    font-size: 11px;
}

.haklar {
    font-size: x-small;
    padding: 15px;
}

.gototop {
    color: #FF9900;
    cursor: pointer;
}

.footermarginleft {
    margin-left: 10px;
}

/*---------------------------- CONTENT ----------------*/
p {
    text-align: justify;
}

h1 {
    font-size: xx-large;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    color: #042e6f;
    letter-spacing: -0.05em;
}

.container h2 {
    font-size: x-large;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    color: #042e6f;
    letter-spacing: -0.05em;
}

/*section.content .container { border-bottom:1px solid rgba(0,0,0,0.2);}*/

.tuzuk p {
    font-size: 14px;
}

.tuzuk h1 {
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-bottom: 5px;
    color: #042e6f;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.tuzuk h2 {
    font-size: 16px;
    border: 0px;
    font-weight: 400;
}

.gorusveoneri {
    padding: 10px;
    text-align: center;
    background-color: antiquewhite;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 15px;
}

.pdfliste {
    padding: 15px;
    text-align: left;
    background-color: #e6ebf3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
}

.basindan {
    display: inline-block;
    width: 98%;
}

.basindan a {
    float: left;
    display: block;
    width: 100%;
    font-size: 16px !important;
    padding: 10px 12px;
    cursor: pointer;
    background-color: #FFF;
    margin-bottom: 4px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.basindan span.btarih {
    display: block;
    font-size: 12px;
    font-weight: normal !important;
}

.control-label {
    font-weight: 400;
}

/* DILEKCE TABLE */
.dilekce {
    font-family: "Times New Roman", Times, serif !important;
    padding: 40px;
}

.dilekce h1 {
    font-weight: inherit;
    font-size: 25px;
    border: 0px;
    padding: 0px;
    color: #000;
    letter-spacing: normal;
    margin-top: 0;
}

.dilekce table {
    text-align: left;
    max-width: 60%;
}

.dilekce td:first-child {
    width: 130px;
}

.dilekce td {
    padding: 10px;
    border-bottom: 1px solid #CCC;
}

.dilekce tr:last-child td {
    border-bottom: 0px
}

.dilekce p {
    font-size: 16px;
}

/* ED TABLE */
.edtable th {
    font-size: large;
    font-weight: 400;
    border-bottom: 2px solid #CCC !important;
    color: #333;
}

.edtable td, .edtable th {
    padding: 8px 9px;
    border-bottom: 1px solid #CCC;
    text-align: left;
}

.edtable tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

/* PORTFOLIO IMAGES */
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.control-label.error {
    display: none;
}

.userdetail {
    margin-top: 20px;
}

.userdetail .row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    /*margin: 0px 15px;*/
}

.smaller {
    font-size: smaller;
}

/* LISTVIEW */

.mobilodemetext {
    font-size: x-small;
    color: #696969;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 15px;
}

/* PHOTO GALLERY */
.listview .col-xs-12 {
    padding-bottom: 30px;
}

.article-content {
    background-color: #042e6f;
    border-radius: 4px;
}

.article-image img {
    width: 100%;
    opacity: 0.63;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.article-content:hover .article-image img {
    opacity: 1.0;
    width: 100%;
}

.article-bottom {
    padding: 5%;
}

.article-content h3 {
    margin: 0 0 15px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    font-size: large;
    font-style: italic;
    font-weight: 600;
}

.article-info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.article-info .date {
    color: #fff;
    font-size: 26px;
    vertical-align: top;
    text-align: center;
    width: 53px;
    background-color: rgba(0, 137, 208, 1);
    font-weight: 700;
    line-height: 13px;
    padding: 15px 10px 8px 10px;
    float: left;
    font-style: italic;
    margin-right: 15px;
}

.article-info .date span {
    font-size: 11px;
    font-weight: 400;
}

.article-info .time-span,
.article-info .club {
    display: block;
    font-size: smaller;
    color: #989898;
}

.article-info .time-span i,
.article-info .club i {
    margin-right: 5px;
    text-align: center;
    width: 12px;
    display: inline-block;
}

.article-short {
    font-size: x-small;
}

div.yenikayit {
    text-align: center !important;
    width: 100% !important;
    height: auto !important;
    padding: 30px 50px;
    background: url(/images/logo_damga.png) no-repeat 50% -100px rgba(240, 173, 78, 0.1);
    border: 1px solid rgba(240, 173, 78, 0.2);
    border-radius: 8px;
    margin-bottom: 25px;
}

div.yenikayit h2 {
    letter-spacing: 0px;
}

div.yenikayit p {
    text-align: center !important;
    font-size: large;
}

div.yenikayit i {
    font-size: xx-large;
}

/* GONG */
div.download {
    text-align: left !important;
    width: 100% !important;
    height: auto !important;
    padding: 30px 50px;
    background-color: #34aadc !important;
    float: left;
    border: 1px solid #e9ebed;
    border-radius: 8px;
}

.platforms {
    background: url(/images/platform_icons2.png) no-repeat #34aadc;
    padding-left: 75px;
    /*padding-top:15px;*/
    height: 71px;
    display: block;

    float: left !important;
    /*	width:50%;*/
    color: #d8dbdf !important;
    cursor: pointer;
    font-size: 1.3em;
}

.platforms:hover {
    color: #1d3149 !important;
}

a.ios {
    background-position: 0px 0px;
    height: 71px;
}

a.ios:hover {
    background-position: 0px -71px;
    height: 71px !important;
}

a.android {
    background-position: 0px -142px;
    height: 71px;
}

a.android:hover {
    background-position: 0px -213px;
    height: 71px;
}

.paddingli > tbody > tr > td,
.paddingli > tbody > tr > th {
    padding: 12px 20px;
}

.tab-content {
    padding: 20px 20px 0 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.nav-tabs.nav-justified > li {
    background-color: #f7f7f7;
    color: #333333;
}

.nav-tabs.nav-justified > .active > a {
    font-weight: bold;
    color: #042e6f;
}

/* PAGINATION VIEW */
.pagination {
    margin: 10px 0px;
}

.alt_content {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.alt_page_navigation a.previous_link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.alt_page_navigation a.next_link {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    margin-left: -1px !important;
}

.alt_page_navigation a.page_link {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-left: -1px !important;
}

.alt_page_navigation .active_page {
    color: #000;
    cursor: default;
    background-color: #ddd;
    border-color: #ddd;
}

/* Responsive Styles
------------------------------- */
@media (max-width: 991px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }

}

@media (max-width: 767px) {
    .page {
        margin-top: 0px;
    }

    #latest-news {
        margin-top: 0px;
    }

    .navbar-toggle {
        padding: 15px;
        border: 0px;
        border-radius: 0px;
        width: auto;
        float: right;
        text-align: -webkit-center;
        margin: 10px 0px 0px 0px;
    }

    .navbar-header {
        padding: 0 20px;
    }

    .navbar-collapse {
        /* padding-left: 0px; */
        /* padding-right: 0px; */
        max-height: 370px;
        /*background-color: #6881a8;*/
        margin-top: 20px;
    }

    .mainnav {
        margin: 0px;
    }

    .mainnav a, .menupassive {
        padding: 6px 0px;
        text-indent: 8px;
    }

    .topnavcontainer a {
        padding-left: 5px;
        padding-right: 10px;
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    .mainnavcontainer {
        height: auto;
        margin-top: inherit;
    }

    header.carousel {
        height: 340px;
    }

    .carousel-indicators {
        bottom: 0px;
    }

    .carousel-inner .text span {
        display: none; /*width: 100%; font-size: x-small; padding: 0px 15px;*/
    }

    .carousel-inner .text {
        width: 100%;
        text-align: center;
        left: 0px !important;
        margin: 0;
        z-index: 2;
        display: block;
    }

    .carousel-inner .text h2 {
        font-size: x-large;
        line-height: normal;
    }

    .carousel-inner .btn {
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(255, 255, 255, 1.0);
        margin-top: 10px;
        color: rgba(4, 46, 111, 1.0);
    }

    .carousel-fade .carousel-inner .item .text {
        top: 70%;
    }

    .carousel-fade .carousel-inner .active .text {
        top: 55%;
        opacity: 1;
    }

    .bannerbtn {
        font-size: smaller !important;
        font-weight: normal;
        color: #FFF;
        margin-bottom: 2px;
    }

    section.content .container {
        padding-left: 15px;
    }

    .multi-step-form {
        margin: 20px auto;
    }

    #progressbar {
        margin-bottom: 20px;
        padding: 0px;
    }

    #progressbar li {
        font-size: x-small;
    }

    div.yenikayit {
        padding: 15px;
    }

    h1 {
        font-size: x-large;
    }

    div.download {
        padding: 10px !important;
    }

    .platforms {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }

    .footermarginleft {
        margin-left: 0px;
    }

    .membership-agreement {
        padding: 10px;
        text-indent: 0px;
        height: auto;
        overflow-y: hidden;
        font-size: 12px;
    }

    .labelxs {
        padding-left: 20px;
        padding-right: 20px;
    }

    .membership-agreement ul {
        padding-left: 10px;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 5px 8px;
    }

    .hizala {
        width: 100%;
        margin: auto;
        background-color: beige;
        float: none;
        top: 60px;
        position: absolute;
        margin-left: -15px;
    }

    .custom-dropdown a.golge {
        float: none;
        padding: 10px 30px;
    }

    .nav > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.8)
    }

    .navbar-toggle .icon-bar {
        background-color: #6881a8;
    }

    .custom-dropdown {
        margin: 0px -15px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: rgba(4, 46, 111, 0.07);
    }

    .mobilkucuk {
        padding: 10px !important;
        font-size: smaller;
    }

    .mobilkucuk p {
        margin-bottom: 10px !important;
    }

    .sandik-sonuc .panel-body form {
        padding: 0;
    }

    .son-haber {
        height: 218px;
        margin-bottom: 15px;
    }

    .newscontent {
        padding: 20px;
    }

    .newscontent .baslik {
        top: 45px;
    }

    .bannerlar {
        margin-top: 15px;
    }

    .margin-top-10k {
        margin-top: 0px;
    }

    .editoryal-resimli {
        height: 150px;
    }

    .editoryal {
        margin-bottom: 15px;
    }

    .panel-editoryal .panel-body {
        height: auto;
    }

}

@media (max-width: 1024px) {
    .mainnav .col-sm-2, .mainnav .col-xs-12 {
        width: 20%;
        padding-left: 0px !important;
    }

    .carousel-inner .text {
        left: 53%;
    }

    .carousel-control {
        width: 5%;
    }
}

@media (max-width: 1025px) {
    .logozemin {
        left: -502px;
    }
}

.form-control {
    height: auto;
    /*color: #042e6f;*/
}

.nav-tabs > li {
    /*margin-bottom: -5px;*/
}

.nav > li {
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #d71921;
    font-weight: 700;
}

/*
042e6f*/
.sandik-sonuc .panel-heading {
    padding: 15px;
    letter-spacing: -0.04em;
}

.sandik-sonuc h5.list-group-item-heading {
    font-weight: bold;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 0px;
    color: #042e6f;
}

.list-group-item {
    width: 100%;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus,
.btn-primary {
    background-color: #5b92e4;
    border-color: #428bca;
}

.sandik-sonuc ul.list-group {
    margin-bottom: 0px;
}

.sandik-sonuc li {
    padding: 10px 20px;
}

.ikinci {
    width: 180px;
}

/*.highcharts-container{text-align:center !important; width:100% !important;}*/

#votes-pie-chart,
.highcharts-container {
    min-width: 400px !important;
    height: 400px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}

@media (min-width: 320px) {
    #votes-pie-chart,
    .highcharts-container {
        min-width: 300px !important;
        height: 300px !important;
    }
}

@media (min-width: 375px) {
    #votes-pie-chart,
    .highcharts-container {
        min-width: 355px !important;
        height: 355px !important;
    }
}

@media (min-width: 414px) {
    #votes-pie-chart,
    .highcharts-container {
        min-width: 390px !important;
        height: 390px !important;
    }
}

@media (min-width: 1024px) {
    #votes-pie-chart,
    .highcharts-container {
        min-width: 450px !important;
        height: 450px !important;
    }
}

.navbar > .container .navbar-brand {
    margin-left: 0px;
}

text {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        /*font-size: smaller;*/
        font-weight: 300;
    }

    .ikinci {
        width: 100px;
    }

    text {
        font-size: 10px !important;
    }

}

.static-html-image {
    width: 100%;
    height: 200px;
    background-color: #e4e4e4;

    background-size: 180%;

    background-position: 50% 50%;
    background-repeat: no-repeat;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .container {
        width: 1024px;
    }

    .son-haber {
        height: 250px;
    }

    .ikincil-haber {
        height: 178px;
    }

    .banners a {
        padding: 9px 13px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }

    .ikincil-haber {
        height: 250px !important;
    }

    .son-haber {
        height: 250px !important;
    }

    .banners a {
        padding: 9px 23px !important;
    }
}

.agenda-news-detail .col-sm-7 img,
.gallery-page .agenda-subtext img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .15);
}

.agenda-news-detail p,
.gallery-page p {
    text-align: left !important;
}

.agenda-description {
    font-size: large;
    font-style: italic;
}

.gallery .row {
    margin-left: 0px;
}

.gallery .media-left {
    max-width: 140px;
    min-width: 140px;
}

.gallery .media-left .media-object {
    border: 1px solid rgba(0, 0, 0, .15);
}

.gallery .media-body {
    font-weight: bold;
}

.highlighted {
    background-color: #f5f5f5;
}

.publicity-textArea {
    width: 100%;
}

.message-error {
    color: red;
}

.candidacy-block {
    display: block;
    width: 100%;
}

.in-selection-block {
    display: inline;
    padding-right: 0px;
    padding-left: 0px;

}

.in-candidacy-block {
    padding-right: 0px;
    padding-left: 0px;
    display: inline;
}

.in-selection-block #image-wrapper img {
    width: 200px;
    height: 200px;
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: #f5f5f5;

}

#image-block {
    z-index: 100000;
}

.in-selection-block #image-wrapper-candidate img {
    width: 200px;
    height: 200px;
    display: block;
    border-style: solid;
    border-width: 5px;
    border-color: #f5f5f5;

}

.in-selection-block #image-wrapper-result img {
    width: 170px;
    height: 170px;
    display: block;

}

.text-wrapper {
    position: relative;
    right: 0px;
}

.in-selection-block #image-wrapper figcaption {
    text-align: center;
    font-weight: bold;
    padding-top: 8px;
    margin-right: auto;
    display: block;
}

.in-selection-block #image-wrapper-candidate figcaption {
    text-align: center;
    font-weight: bold;
    padding-top: 8px;
    margin-right: auto;
    display: block;

}

.in-selection-block #image-wrapper-result figcaption {
    text-align: center;
    font-weight: bold;
    padding-top: 8px;
    margin-right: auto;
    display: block;

}

.large-user-icon {
    font-size: 7em;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.large-user-text {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.vote-button {
    width: 100%;
}

.wrap {
    position: relative;
    display: flex;
}

.doughnut {
    position: absolute;
    width: 380px !important;
    height: 190px !important;
    left: -90px;
    top: -10px;
}

.candidacy-panel {
    position: relative;
}

.effect .check {
    color: #00A000;
}

.effect i {
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}

.effect .user {
    color: #D6BF55;
    margin-left: 58px;
    margin-top: 70px;
    padding-left: 5px;
    padding-right: 5px;

}

.total-vote label{
    color: #fff;
    font-size: x-large;
    margin-left: 58px;
    margin-top: 70px;
    padding-left: 5px;
    padding-right: 5px;
}

.wrap-select {
    position: relative;
    display: flex;
}

.view-candidate {
    box-shadow: 0px 3px 20px 2px grey;
}

.wrap:hover .effect {
    transition: opacity 0.3s ease-in-out;
    display: block;
    opacity: .8
}

.effect {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    height: 200px;
    width: 200px;
    top: 0;
    display: none;
    border-radius: 50%;
}

.effect-result {
    width: 170px !important;
    height: 170px !important
}

.wrap-select .effect-selected {
    display: block;
    opacity: .8
}

.effect-selected {
    position: absolute;
    background: rgba(24, 48, 75, .7);
    height: 200px;
    width: 200px;
    top: 0;
    display: none;
    border-radius: 50%;
}

.effect-selected .check {
    color: grey;
    opacity: 1;
    margin-left: 75px;
    margin-top: 75px;
    padding-left: 5px;
    padding-right: 5px;

}

.selected-candidates {
    width: 100%;
    margin: 10px;
    padding: 3px 6px;
    border-bottom: medium;
    vertical-align: middle;
    background-color: white;
    color: #134d8e;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    text-transform: capitalize;
}

.vote-cancel {
    cursor: pointer !important;
    color: white;
    background-color: red;
    font-size: large;
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=80);
    opacity: .8;
    border-radius: 50%;
}

.candidacy-block img {
    width: 100%;

}

.candidacy-date-area {
    text-align: center;
}

.candidacy-date-area label {
    margin-right: 20px;
}

.selection-name {
    text-align: center;
}

.candidacy-confirmation {
    text-align: right;
}

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
    font-weight: bold;
    margin: 5px;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

.zero-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.candidate-box {
    padding: 12px !important;
}

.candidate-box.aday {
    background: url("../../resources/images/secim/adaylik.png");
    height: 154px;
    background-repeat: no-repeat;
}

.candidate-box.secim {
    background: url("../../resources/images/secim/secim.png");
    background-repeat: no-repeat;
    height: 154px;
}

.candidate-box label {
    color: #a6a6a6;
    font-weight: 500;
}

.candidate-box span {
    color: #052869;
    font-weight: 400;
}

.candidate-box h1 {
    font-weight: bold;
    border-bottom: none;
    color: #03306e;
}

.box-text .box-title {
    font-size: xx-large;
    font-weight: bolder;
    color: #052869;
}

.box-text {
    right: 1px;
    position: absolute;
}

.box-under {
    right: 1px;
    bottom: 25px;
    position: absolute;
}

.candidacy-countdown {
    background-color: #f5f5f5;
    height: 80px;
    width: 95px;
    margin-left: 5%;
    display: inline-block;
    font-size: large;
    font-weight: 400;
    color: #052869;
    padding-top: 7px;
}

.candidacy-countdown-area {
    margin: 20px;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.candidacy-button {
    background: #f5f5f5;
    margin-top: 10px;
    width: 340px;
    border-radius: 0px;
    border: none;
    height: 68px;
    font-size: 25px;
    color: #052869;
}

.candidacy-countdown span {
    font-size: xx-large;
}

.candidacy-countdown:hover {
    color: white;
    background: #052869 !important;
}

.candidacy-button:hover {
    color: white;
    background: #052869 !important;
}

.date-explanation {
    margin-top: 5px;
    color: #052869;
    font-size: small;
}

.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gly-rotate-45 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.secim-button {
    display: block;
    background: #d41c22;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 5px;
    max-height: 45px;
    padding-top: 13px !important;
    margin-left: 5px;
    padding-left: 6px !important;
}

.secim-icon {
    float: left !important;
}

.vote-max-min {

}

.vote-max-min p {
    text-align: left;
    font-size: medium;
}

.green-text{
    color: #65c244;
    padding-top: 0px !important;
    margin-top: -15px;
}
.vAccordion--default v-pane-header{
  margin-bottom: 0px;
  padding: 14px 10px 8px 10px;
}
.vAccordion--default v-pane-header::after, .vAccordion--default v-pane-header::before {
  right: 15px;
}
.vAccordion--default v-pane.is-expanded > v-pane-header {
  border-bottom: 1px solid #d71921;
  color:#d71921;
}


.vAccordion--default v-pane-header {
  color: #042e6f;
  border-bottom: 1px solid #cccccc;
  background: url(/images/analiz_dikey.png) no-repeat right center #f2f2f2;
}

.vAccordion--default v-accordion {
  margin-top: 0px;
}

.pane-header {
  float: left;
  display: initial;
}
.CHP, .MHP, .AKP, .HDP {
  display: inline-block;
  margin-right: 50px;
  width: 50px;
  text-align: center;
  color: #042e6f;
  /*background-color: violet;*/
  line-height: 11px;
  font-size: 18px;
}

v-pane.is-expanded  v-pane  v-pane-header {
  color: #000;
}

.vAccordion--default v-pane.is-expanded > v-pane-content > div {
  border-bottom: 2px solid #d71921;
  /*background-color: rgba(0,0,0,.03);*/
}

v-pane-content .v-pane-content-row {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0px;
  padding: 5px 10px;
  font-size: 13px;
  background: url(/images/analiz_dikey.png) no-repeat right center #f8f8f8;
}
v-pane-content .v-pane-content-row  .pane-header {
    font-weight: bold;
}
.jumptorow {
  position: fixed;
  right: 20px;
  bottom: 60px;
  background-color: violet;
  color: #000;
  padding: 2px 4px;
}

.golgelik{
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .175);
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/public/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('/public/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('/public/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('/public/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('/public/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}


@font-face {
  font-family: "eparti";
  src:url("fonts/epartiicons/fonts/eparti.eot");
  src:url("fonts/epartiicons/fonts/eparti.eot?#iefix") format("embedded-opentype"),
    url("fonts/epartiicons/fonts/eparti.woff") format("woff"),
    url("fonts/epartiicons/fonts/eparti.ttf") format("truetype"),
    url("fonts/epartiicons/fonts/eparti.svg#eparti") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "eparti" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "eparti" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aidatodemesi:before {
  content: "\61";
}
.icon-ayarlar:before {
  content: "\62";
}
.icon-bagisyap:before {
  content: "\63";
}
.icon-basindan:before {
  content: "\64";
}
.icon-basindan-1:before {
  content: "\65";
}
.icon-duyurular:before {
  content: "\66";
}
.icon-girisyap:before {
  content: "\67";
}
.icon-gongikon:before {
  content: "\68";
}
.icon-iletisim:before {
  content: "\69";
}
.icon-ilkeler:before {
  content: "\6a";
}
.icon-kurucular:before {
  content: "\6b";
}
.icon-logoeparti:before {
  content: "\6c";
}
.icon-milestones:before {
  content: "\6d";
}
.icon-program:before {
  content: "\6e";
}
.icon-siteyekaydol:before {
  content: "\6f";
}
.icon-sunus:before {
  content: "\70";
}
.icon-sunus-1:before {
  content: "\71";
}
.icon-tuzuk:before {
  content: "\72";
}
.icon-tuzuk-1:before {
  content: "\73";
}
.icon-tuzuk-2:before {
  content: "\74";
}
.icon-uyelik:before {
  content: "\75";
}
/*
.agenda-news-item {
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.agenda-news-item-title,
.agenda-news-item-title:focus,
.agenda-news-item-title:active {
  outline: none;
}

.agenda-news-item-active {
  border: 1px solid #ccc;
}
.agenda-news-item .carousel-inner {
  height: auto;
  overflow: hidden;
}
*/
.agenda-news-item {
  font-size: 13px;
}

.agenda-news-item .agenda-title {
  font-size: 16px;
  font-weight: 600;
  color: #042e6f;
  line-height: 19px;
}

.agenda-news-item .agenda-title br,
.agenda-news-detail .agenda-title br,
.agenda-news-detail h1 br{
  display: none;
}
.agenda-news-item .agenda-title,
.agenda-news-item .agenda-text,
.agenda-news-item .agenda-subtext,
.agenda-news-detail .agenda-title,
.agenda-news-detail .agenda-text,
.agenda-news-detail .agenda-subtext,
.agenda-news-detail .agenda-date{
  display: block;
  margin-top: 10px;
  /*background-color: #00FF00;*/
}

.agenda-news-item .agenda-date,
.agenda-news-detail .agenda-date{
  font-size: 11px;
/*
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
*/
}
.agenda-news-item .agenda-image {
  /*width: 100%;*/
  /*height: 458px;*/
  background-color: #e4e4e4;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  background-position: 50%;
  /*background-position: -300px 50%;*/
  background-repeat: no-repeat;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.agenda-news-item .agenda-height{
  min-height: 300px;
}
.agenda-news-item .agenda-height img{
  max-height: 200px;
}
.agenda-news-detail .agenda-image {
  /*width: 100%;*/
  /*max-height: 458px;*/
  background-color: #e4e4e4;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  background-position: 50%;
  /*background-position: -450px 50%;*/
  background-repeat: no-repeat;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@font-face {
  font-family: 'ecoico';
  src: url('/public/fonts/timelineicons/ecoico.eot');
  src: url('/public/fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
  url('/public/fonts/timelineicons/ecoico.woff') format('woff'),
  url('/public/fonts/timelineicons/ecoico.ttf') format('truetype'),
  url('/public/fonts/timelineicons/ecoico.svg#ecoico') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Made with http://icomoon.io/ */

.cbp_tmtimeline {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.065);
  margin-left: 149px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 12%;
  /*	padding-right: 100px;*/
  position: absolute;
  margin-top: 19px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 18px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: rgba(0, 0, 0, 0.6);
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 10px 15%;
  background: rgba(0, 0, 0, 0.065);
  color: #000;
  padding: 1em;
  font-size: small;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: rgba(0, 0, 0, 0.1);
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid rgba(255,255,255,0.4);
  font-size: larger;
  font-weight: 600;
  letter-spacing:normal;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: rgba(0, 0, 0, 0.065);
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: rgba(0, 0, 0, 0.1);
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 15px;
  height: 15px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #fff;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.065);
  text-align: center;
  left: 142px;
  top: 28px;
  /*	margin: 0 0 0 112px;*/
}

.cbp_tmicon-phone:before {
  content: "\e000";
}

.cbp_tmicon-screen:before {
  content: "\e001";
}

.cbp_tmicon-mail:before {
  content: "\e002";
}

.cbp_tmicon-earth:before {
  content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 15px 0;
  }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 80%;
  }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.065);
    top: -20px;
  }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }

  .cbp_tmtimeline > li .cbp_tmicon {
    display: none;
    /*		position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    */
  }
}


.parliament {
  font-family: 'Roboto', sans-serif !important;
}

.parliament .last-entry-subject-item p{
  line-height: 18px;
  font-weight: 300;
  font-size: 14px;
  color: #333333;
}

.parliament .panel,
.parliament .panel-heading {
  border-radius: 0px;
  box-shadow: none;
}

.parliament .panel-parliament>.panel-heading{
  background-color: #6881a8;
  color: #FFFFFF;
}
.parliament .panel-parliament{
  border-color: #6882a9;
  margin-bottom: 0px;
}
.parliament .panel-parliament .panel-body {
  padding: 20px;
}

.home-parliament {
  padding-right: 0px !important;
}

.home-parliament .parliament {
  margin-top: 0px !important;
  padding-left: 0px;
  width: 100% !important;
  padding-right: 5px;
}
.parliament .entry-list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #efefef;
}

.parliament .entry-list-item .action-buttons {
  visibility: hidden;
}

.parliament .entry-list-item:hover {
  background-color: #fffff9;
}

.parliament .entry-list-item:hover .action-buttons {
  visibility: visible;
}

.parliament .entry-list-item .author {
  font-style: italic;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.parliament .show-create-subject-modal {
  color: #00b3ee;
}
.parliament .show-create-subject-modal:hover {
  color: #3276b1;
}

.parliament .create-subject-choice {
  position: relative;;
}

.parliament .create-subject-choice-remove {
  position: absolute;
  right: 20px;
  height: 34px;
}
.parliament .create-subject-choice-input {
  padding-right: 20px;
}

.parliament .form-header {
  min-height: 35px;
  line-height: 30px;
  text-align: center !important;
  /*font-size: larger;*/
}

.parliament .entry-comment-item {
  font-size: smaller;
}

/* ------------ SUBJECT LIST */
.parliament .subject-list {
  background-color: rgba(4,46,111,0.05);
  padding:20px;
}
.parliament .subject-list .subject-list-item {
  font-size: 14px;
  border-bottom: 1px solid rgba(4,46,111,0.15);
  padding: 10px 8px;
  -webkit-transition: 0ms;
  -moz-transition: 0ms;
  -ms-transition: 0ms;
  -o-transition: 0ms;
  transition: 0ms;
  font-weight: 500;
  line-height: 15px;
}
.parliament .subject-list .order-buttons-container,
.parliament .subject-list .order-buttons-container *
{
  font-size: 13px;
}
.parliament .subject-list .order-buttons .btn {
  padding: 8px;
}
.parliament .subject-list .subject-list-item:last-child {
  border: 0;
}
.parliament .subject-list .entry-author {
  font-size: xx-small;
  color: #000;
  margin-top: 3px;
}
/* ------------ SUBJECT DETAIL */
.parliament h3 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.03em;

  /*  color: inherit;
    margin-left: -15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;*/
}

.parliament .turuncu {
  color: #ff9a40;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 10px;
}

.parliament .t-cizgi {
  border-bottom: 2px solid #ff9a40;
}

.parliament h1 {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  border: none;
  padding: 0;
}
.parliament h1 span {
  font-size: 20px;
  color: #d3dae4;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: normal;
}
.parliament h2 {
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #042e6f;
}

.parliament parliament-subject p{
  font-size: 14px;
}
.parliament .parliament-subject .entry {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(4,46,111,0.13);
  padding-bottom: 40px;
}

.parliament .entry {
  margin: 10px 0px;
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5;
}

/* ------------ SUBJECT ENTRIES */
.parliament .entry .text a {
  font-weight: bold;
}
.parliament .entry .text {
  white-space: pre-line;
  overflow: hidden;
  width: 100%;
  height: auto;
}
/*.parliament .first-entry {background-color: black;}*/
.parliament .first-entry p,
.parliament .first-entry .entry-info{
  color: #042e6f;
}
.parliament .first-entry .entry-info,
.parliament .entry-info {
  font-size: 12px;
  margin-top: 10px;
}
.parliament .entry-info > div
{
  display: inline;
  width: auto;
  float: left;
}
.parliament .entry-info .user-image {
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.parliament .entry-info .user-image img {
  max-height: 36px;
  max-width: 36px;
  border-radius: 3px;
}

.parliament .entry-info .entry-author {
  font-weight: 700;
 }

.parliament .entry-actions .badge{
  background-color: transparent;
  font-size: xx-small;
  /*color: rgba(0,0,0,0.8);*/
  color: #797979;
}
.parliament .entry-actions i{font-size: 15px;}
.parliament .entry-actions .btn{
  background-color: rgba(0,0,0,0.05);
  padding: 2px 9px;
}
.parliament .entry-actions .btn:hover{
  background-color: rgba(0,0,0,0.10);
}
.parliament .btn-group > .btn:last-child:not(:first-child) {
  border-left: 1px solid rgba(0,0,0,0.05);
}
.parliament .order-number {
  position: absolute;
  top: -30px;
  background-color: #FFF;
  border-radius: 50%;
  left: 15px;
  padding: 0px 15px;
  text-align: center;
  font-weight: 600;
  font-size: smaller;
  color: rgba(4,46,111,0.75);
  border: 1px solid #dde3eb;
  /*border: 1px solid rgba(4,46,111,0.30);*/
  border-top: none;
  border-bottom: none;
}
.parliament .entry:nth-child(2) .order-number {
  top: -25px;

}
/* ------------ ENTRY COMMENTS */
.parliament .comments {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted rgba(4,46,111,0.20);
}
.parliament .comments p{
  font-size: 12px;
  color: #666666;
  margin-bottom: 0px;
}
.parliament .margintop30 {margin-top: 30px;}
.parliament .margintop15 {margin-top: 15px;}
.parliament .collapsible-text span {
  margin-left: 10px;
  cursor: pointer;
  color: #042e6f;
  font-size:small;
}
.parliament .collapsible-text p {
  display: inline;
}
.parliament .collapsible-text span:hover {
  color: inherit;
}

/* ---------------- HEADER ---------*/
.parliament-header {
  line-height: 40px;
  color: #FFF;
}
span.emeclis-title {
  font-weight: bold;
  font-size: 18px;
}
span.emeclis-titr {
  font-weight: 400;
  font-size: 14px;
}
.emeclis-tanim {
  font-size: 11px;
}
.parliament-header .parliament-header-text {
  background-color: #6881a8;
  height: 40px;
}

.entry-detail-image {
  max-width: 380px;
  min-height: 145px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.entry-list-image {
  max-width: 100%;
  border-radius: 4px;
}

.list-type {
  border-bottom: 2px solid #ff9a40;
}
.list-type a {
  display: inline-block;
  width: 30%;
  background-color: rgba(255,154,64,.3);
  color: #ff9a40;
  padding: 6px 8px 4px 8px;
  font-size: 11px;
  font-weight: bold;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-type a:hover {
  background-color: rgba(255,154,64,.7);
  color: #FFFFFF;
}

.list-type a.active {
  background-color: rgba(255,154,64,1);
  color: #FFFFFF;
}
.list-type a.active:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 11px;
  top: 34px;
  margin-left: -40px;
  background:url(/images/list-type-active-after.png) no-repeat center top transparent;
}



/*--------------------- RESPONSIVE -------------------*/
@media (max-width: 767px) {
  .parliament h1 {
    font-size: 22px;
  }
  .parliament h1 span {
    font-size: 11px;
  }
}

/* IKINCI
.parliament .last-entry-subject-item {
  border: 1px solid rgba(0,0,0,0.15);
  padding: 0px 15px 15px 15px;
  margin-top: 15px;
  display: block;
  }
.parliament .last-entry-subject-item h2{
  background-color: rgba(4,46,111,0.05);
  margin: 0px -15px 0px -15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #042e6f;
  border-color: rgba(4,46,111,0.2);
}
.parliament .last-entry-subject-item p {margin: 15px 0;color: #333333;}
.parliament .last-entry-subject-item:hover {
  background-color: rgba(4,46,111,0.05);
  border: 1px solid rgba(4,46,111,0.15);
}
.parliament .last-entry-subject-item .entry:nth-child(2) .order-number {top: -9px;}
*/
/*form styles*/
.multi-step-form {
  /*width: 900px;*/
  margin: 50px auto;
  text-align: center;
  position: relative;
}

.multi-step-form fieldset {
  background: white;
  border: 0 none;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
  padding: 0px;

  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
  /*stacking fieldsets above each other*/
  /*position: absolute;*/
}

/*Hide all except first fieldset*/
.multi-step-form fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
.multi-step-form input, .multi-step-form textarea, .multi-step-form select {
  /*padding: 15px;*/
  /*border: 1px solid #ccc;*/
  /*border-radius: 3px;*/
  /*margin: 10px;*/
  /*width: 100%;*/
  /*box-sizing: border-box;*/
  /*font-family: montserrat;*/
  color: #2C3E50;
  /*font-size: 13px;*/
}

/*buttons*/
.multi-step-form .action-button {
  width: 100px;
  background: #042e6f;
  /*font-weight: bold;*/
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.multi-step-form .action-button:disabled {
  opacity: 0.5;
}

.multi-step-form .action-button:hover, .multi-step-form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #042e6f;
}

/*headings*/
.fs-title {
  font-size: large;
  color: #d71921;
  font-weight: bold;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  margin: 0 auto;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.5);
  /*text-transform: uppercase;*/
  font-size: 16px;
  width: 20%;
  float: left;
  position: relative;
  /*display: none;*/
}

#progressbar li.active {
  color: #042e6f;
  /*display: block;*/
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  background: #eee;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}

.membership-agreement {
  padding: 20px;
  text-align: justify;
  /*text-indent: -10px;*/
  font-size: small;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #eee;
  position: absolute;
  left: -50%;
  top: 19px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #042e6f;
  /*display: block;*/
  /*font-size: 16px;*/
  color: white;
}

.loading-icon {
  visibility: hidden;
  content: url(http://opengraphicdesign.com/wp-content/uploads/2009/01/loader64.gif);
  width: 20px;
  height: 20px;
}

.loading-icon-active {
  visibility: visible;
}

input.required:after {
  content: "*";
  color: red;
  position: relative;
}

.nomargin {
  margin: 0px !important;
)
}






