@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,800&subset=latin-ext');
body {
    font-family: 'Open Sans', sans-serif;
	 background: url(../img/pattern16.png) repeat  #dc1a22;
}
a {
    text-decoration: none !important;
}



h3 {text-decoration:underline; font-size:16px; font-weight:bold;}
.btn-danger {
    background-color: #dc1a22;
}

.spot {width:100%; color:#090; padding:10px; font-weight:bold; font-size:16px; line-height:20px;}
.outer-wrapper.boxed {
	width: 98%;
	max-width:1250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
	background-color:#FFF;
}

.outer-wrapper.boxed header {
	width: 100%;
	max-width:1250px;
	margin-left: auto;
	margin-right: auto;
}
header.main-header {
    background-color: #dc1a22;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    z-index: 9999;
}
header.main-header.bdr {
    border-bottom: 4px solid #ff000b;
}
header.main-header:after {
    content: '';
    display: block;
    clear: both;
}
header.main-header #logo {
    display: inline-block;
    padding: 0 3px 3px 3px;
    background-color: #fff;
    height: 100px;
    width: 224px;
    float: left;
    
}
header.main-header #logo .inner {
    border: 1px solid #e3e9eb;
    border-top: none;
    display: inline-block;
    padding: 20px;
    height: 97px;
    width: 218px;
}

#mn-toggle, .mn-close, .mn-title {
    display: none;
}
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra Çizgileri Stili */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #dc1a22; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

.fiyatliste {
    width:98.5%;
    padding-top:10px;
    padding-bottom:0px;
}

.fiyatliste span {
    display:inline-block;
    width:95px;
    padding:1px 5px;
    border-bottom:1px solid #f2f2f2;
    text-align:left;
    font-size:13px;
    font-family:Tahoma;
    border-right:1px solid #f2f2f2;
    color:#555555;
    font-weight:bold;
    margin-bottom:2px;
    background:#f2f2f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fiyatliste em {
    float:right;
    font-style: normal;
    color:#d60000;
}

.fiyatlisteborder {
    display:table;
    width:100%;
}

.fiyatlistehizala {
    display:table-cell;
    vertical-align:middle;
    text-align:left;
}
.fiyatortala {
    text-align:center !important;
    padding-top:3px !important;
    padding-bottom:3px !important;
}

.fiyatortala .doldur {
    width:157px !important;
}

.birinci {
    float:none !important;
    display:block !important;
    text-align:center;
    border-top:1px solid #e2e2e2;
}	

@media only screen and (min-width: 992px) {
    
    .mn-menu {
        float: right;
    }
    .mn-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        
    }
    .mn-menu ul:after {
        content: '';
        display: block;
        clear: both;
    }
    .mn-menu > ul > li {
        float: left;
        position: relative;
    }
    .mn-menu > ul > li > a {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        line-height: 100px;
        display: block;
        padding: 0 20px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
	.mn-menu .active {
        background-color: #fff;
        color: #dc1a22;
    }
	.mn-menu .active a {
        color: #dc1a22;
    }
    .mn-menu > ul > li:hover > a {
        background-color: #fff;
        color: #dc1a22;
    }
    .mn-menu > ul ul {
        position: absolute;
        background-color: #fff;
        width: 180px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mn-menu > ul li:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    .mn-menu > ul ul li {
        position: relative;
    }
    .mn-menu > ul ul li a {
        padding: 10px 20px;
        display: block;
        color: #333333;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mn-menu > ul ul li:hover > a {
        color: #fff;
        background-color: #dc1a22;
    }

    .mn-menu > ul ul ul {
        position: absolute;
        left: 100%;
        top: 0;
    }
    a.mn-bars {
        display: none !important;
    }
	    .tabloline .tabletis {
        text-align:center !important;
    }
}
@media only screen and (max-width: 992px) {
    header.main-header {
        background: transparent;
    }
    .mn-close, .mn-title {
        display: block;
    }

    #mn-toggle {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0;
        width: 60px;
        height: 50px;
        background-color: #dc1a22;
        padding-top: 2px;
    }

    #mn-toggle .icon-bar {
        background-color: #fff;
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 1px;
        margin: 10px auto 0 auto;
    }
    #mn-toggle:hover {
        background-color: #171b46;
    }
    
    .mn-overflow-hidden {
        overflow: hidden;
    }
    .mn-search input[type=search] {
        height: 40px;
        width: 100%;
        border: none;
        background: #3A3A3A;
        padding: 0 15px;
        outline: none;
    }
    .mn-search input[type=search]:focus {
        background: #6F6F6F;
    }
    .mn-menu {
        font-size: 14px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #222222;
        color: #ffffff;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
        transition: transform 0.3s 0s, visibility 0s 0.3s;
        overflow-y: auto;
    }	
    .mn-menu.mn-is-active {
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
        transition: transform 0.3s 0s, visibility 0s 0s;
    }
    .mn-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mn-menu ul li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .mn-menu ul li:last-child, .mn-menu ul li:first-child  {
        border-bottom: none;
    }
    .mn-menu ul li a {
        width: 100%;
        display: inline-block;
        padding: 0 1em;
        color: #f2f2f2;
        text-decoration: none;
        height: 48px;
        line-height: 48px;
    }
    .mn-menu > ul ul {
        display: none;
        font-size: 13px;
        overflow: hidden;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        transition: max-height 0.5;
    }
    .mn-menu > ul ul {
        margin-left: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);

    }
    .mn-menu h2.mn-title {
        padding: 0 12px;
        margin: 0;
        height: 60px;
        line-height: 60px;
    }
    .mn-menu .mn-close {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 5px;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
    }
    .mn-menu .mn-close::after, .mn-menu .mn-close::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 20px;
        width: 2px;
        background-color: #ffffff;
    }
    .mn-menu .mn-close::after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }
    .mn-menu .mn-close::before {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }

    .mn-bars {
        line-height: 40px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        color: #ffffff;
        width: 48px !important;
        height: 48px;
        position: absolute;
        right: 0;
    }
    .mn-bars::before {
        right: 21px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mn-bars::before, .mn-bars::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 9px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s;
    }
    .mn-bars::after {
        right: 16px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mn-bars.mn-bars-active::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .mn-bars.mn-bars-active::before, .mn-bars.mn-bars-active::after {
        width: 14px;
    }
    .mn-bars.mn-bars-active::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }	
}
section.main-reservation {
    position: relative;
    top: -50px;
}
section.main-reservation #main-carousel .carousel-indicators li {
    width: 75px;
    height: 2px;
    border-radius: 0;
    margin: 2px;
}
section.main-reservation #main-carousel .carousel-indicators .active {
    border-color: #dc1a22;
}
section.main-reservation #main-carousel .item {
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.main-reservation #main-carousel .mn-caption {
    position: absolute;
    top: 100px;
}
section.main-reservation #main-carousel .mn-caption small {
    display: block;
    margin-bottom: 15px; 
}
section.main-reservation #main-carousel .mn-caption.right {
    right: 40px;
    text-align: right;
}
section.main-reservation #main-carousel .mn-caption.left {
    left: 40px;
    text-align: left;
}
section.main-reservation .reservation-form {
    background: url(../img/rez-bg.png) no-repeat bottom left #dc1a22;
    color: #fff;
    position: absolute;
    top: 100px; 
    left: 40px;
    padding: 25px;  
    width: 350px;
}
section.main-reservation .reservation-form h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 992px){
    .mn-caption {
        display: none;
    }
    section.main-reservation #main-carousel .carousel-indicators li {
        width: 20px;
    }
    section.main-reservation .reservation-form {
        left: 50%;
        margin-left: -175px;
    }
}
@media only screen and (max-width: 768px){
    header.main-header {
        margin-left: 0;
    }
}
@media only screen and (max-width: 400px){
    section.main-reservation .reservation-form {
        left: 0;
        top: 80px;
        margin-left: 0;
    }
    section.main-reservation .reservation-form {
        width: auto;
    }
}
.form-control {
    height: 35px;
    box-shadow: none;
    outline: none;
    border: none;
    font-size: 12px;
    padding-left: 26px;
    
}
.form-group .wr {
    position: relative;
}
.form-group .wr i.fa {
    color: #bdbdbd;
    position: absolute;
    bottom: 10px;
    left: 6px;
}
select.form-control {
    padding-top: 0;
    padding-bottom: 0;
}
.form-control:active,
.form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
label {
    font-weight: inherit;
}
.checkbox {
    font-size: 13px;
    margin-bottom: 25px;
}
.checkbox a {
    color: #fff;
}
section.boxes .box {
    background: url(../img/box-bg.png) no-repeat #dc1a22 center;
    background-size: cover;
    padding: 30px;
    color: #fff;
    position: relative;
    height: 130px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1199px){
    section.boxes .box {
        height: 180px;
    }
}
@media only screen and (max-width: 992px){
    section.boxes .box {
        height: auto;
    }
}
section.boxes .box .item {
    margin-left: 80px;    
}
section.boxes .box.iv1:after {
    content: "\f1cd";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
}
section.boxes .box.iv2:after {
    content: "\f046";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
}
section.boxes .box.iv3:after {
    content: "\f0d6";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 50px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
}
section.boxes .box .item h3 {
    font-weight: bold;
    margin: 0;
}
@media only screen and (max-width: 410px){
    section.boxes .box .item {
          margin-left: 80px;     
    }
    section.boxes .box.iv1:after {
        display: none;
    }
}
section.kampanya {
    margin-bottom: 30px;
}
section.kampanya h1 {
    font-weight: 800;
    font-size: 30px;
    color: #4a4a4a;
    margin-bottom: 30px;
}
section.kampanya h1 small {
    font-weight: 200;
    font-size: 18px;
    color: #a1a1a1;
}
section.kampanya .araclar .item {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
section.kampanya .araclar .item h4 {
    color: #131414;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
section.kampanya .araclar .item h4 a {
    color: #131414;
}
section.kampanya .araclar .item h4 small {
    color: #aaaaaa;
    font-weight: 200;
    font-size: 14px;
}
section.kampanya .araclar .item .resim {
    padding: 1px;
}
section.kampanya .araclar .item:after {
    content: '';
    display: block;
    clear: both;
}
section.kampanya .araclar .item span {
    color: #7f7f7f;
    font-size: 14px;
    display: block;
    width: 33.3333333333333%;
    float: left;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 4px 0;
}
section.kampanya .araclar .item span:last-child {
    border-right: none;
}
section.kurumsal {
    background: #e8e9e8;
}
section.kurumsal .bg {
    background: url(../img/kurumsal-bg.png) no-repeat bottom right;
}
section.kurumsal h1 {
    font-weight: 800;
    font-size: 30px;
    color: #4a4a4a;
    margin-bottom: 30px;
    margin-top: 0;
}
section.kurumsal h1 small {
    font-weight: 200;
    font-size: 18px;
}
section.kurumsal p {
    color: #888888;
    font-size: 16px;
}
section.kurumsal .btn-danger {
    padding-left: 50px;
    padding-right: 50px;
}
section.kurumsal .kl {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.kurumsal .kr {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mn-breadcrumb {
    height: 200px;
    background: #eeeeee  url(../img/shadow.png) top center no-repeat;
	background-size: cover;
    margin-top: -52px;
    position: relative;
/*    padding: 15px;*/
}
@media only screen and (max-width: 992px){
    header.main-header.bdr {
        border-bottom: none;
    }
}
.mn-breadcrumb .inner {
    position: absolute;
    bottom: 6px;
    width: 100%;
    padding: 0 30px;

}
.mn-breadcrumb .inner:after {
    content: '';
    display: block;
    clear: both;
}
.mn-breadcrumb .inner h1 {
    font-size: 22px;
    font-weight: 800;
    color: #e71f28;
    display: inline-block;
    float: left;
	text-decoration:underline;
}
.mn-breadcrumb:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.mn-breadcrumb .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    top: 32px;
}
.mn-breadcrumb .inner ul li {
    float: left;
    color: #e71f28;
    padding: 0 10px;
}
.mn-breadcrumb .inner ul li a {
    color: #000;
    position: relative;
    
    display: block;
}
.mn-breadcrumb .inner ul li a:after {
    content: "\2F";
    display: block;
    position: absolute;
    right: -13px;
    top: 0;
}
section.content {
    margin-top: 30px;
}
section.content .kategori-arac .item {
    border: 1px solid #e4e4e4;
    padding-right: 15px;
    position: relative;
    margin-bottom: 50px;
}
section.content .kategori-arac .item .resim {
    margin: 1px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
section.content .kategori-arac .item .resim:before {
    padding-bottom: 59%;
    content: "";
    display: block;
    width: 100%;
}

section.content .kategori-arac .item h4 {
    color: #131414;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}
section.content .kategori-arac .item h4 a {
    color: #131414;
}
section.content .kategori-arac .item h4 small {
    color: #db1a22;
    font-weight: 200;
    font-size: 14px;
}
section.content .kategori-arac .item .desc {
    color: #878787;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
}
section.content .kategori-arac .item .info {
    padding-bottom: 15px;
}
section.content .kategori-arac .item .info:after {
    content: '';
    display: block;
    clear: both;
}
section.content .kategori-arac .item span {
    color: #7f7f7f;
    font-size: 14px;
    display: block;
    float: left;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #e2e2e2;
    padding: 4px 0;
    padding-right: 15px;
    margin-right: 15px;
}
section.content .kategori-arac .item span:last-child {
    border-right: none;
}
section.content .kategori-arac .item .btn {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 170px;
}
    @media (max-width: 1230px){
        section.content .kategori-arac .item .resim:before {
            padding-bottom: 61%;
        }
    }
@media (max-width: 1200px){
    section.content .kategori-arac .item .resim:before {
        padding-bottom: 77%;
    }
    section.content .kategori-arac .item .btn {
        position: absolute;
        right: 0;
        bottom: -22px;
        width: 150px;
    }
}
@media (max-width: 992px){
    section.content .kategori-arac .item {
        padding-right: 0;
    }
    section.content .kategori-arac .item .resim:before {
        padding-bottom: 56%;
    }
    section.content .kategori-arac .item h4,
    section.content .kategori-arac .item .desc, 
    section.content .kategori-arac .item .info {
        margin-left: 15px;
        margin-right: 15px;
    }
    section.content .kategori-arac .item .btn {
        right: 15px;
    }
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0 12px;
    line-height: 32px;
    text-decoration: none;
    color: #5e5e5e;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    margin-left: 0;
    margin-right: 10px;
    font-size: 14px;
    height: 35px;
    font-weight: 700;
    text-align: center;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #dc1a22;
    border-color: #dc1a22;
    cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #dc1a22;
    border-color: #dc1a22;
}
section.content {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 50px;
}
section.content .reservation-form {
    background-color: #181818;
    padding: 20px;
    margin-bottom: 30px;
}
section.content .reservation-form h4 {
    color: #ffffff;
    margin: 0;
    margin-bottom: 15px;
}
section.content .reservation-form h4:after {
    width: 100%;
    height: 1px;
    background-color: #272727;
    content: "";
    display: block;
}
section.content .reservation-form label {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
}
.slider.slider-horizontal {
    width: 100%;
}
.rnm {
    color: #fff;
}
.tooltip-inner {
    background-color: #dc1a22;
}
.slider.slider-horizontal .slider-track {
    height: 5px;
    
}
.slider-selection {
    background: #dc1a22 !important;
}
.slider-track-low, .slider-track-high {
    background: #504f4f !important;
}
.slider-handle {
    top: -1px;
    background: #fff;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
.slider-handle.round {
    border-radius: 0;
}
.kampanyalar {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.kampanyalar h4 {
    color: #444343;
    font-size: 18px;
    background-color: #e8e8e8;
    margin: 0;
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    font-weight: 400;
}
.kampanyalar .carousel-indicators {
    bottom: 0px;
}
.kampanyalar .carousel-indicators li {
    background-color: #cbcbcb;
    width: 12px;
    height: 12px;
    margin: 0;
    border-color: #cbcbcb;
}
.kampanyalar .carousel-indicators li.active {
    background-color: #dc1a22;
    border-color: #dc1a22;
}
.kampanyalar #carousel-kampanya {
    padding: 30px 15px 60px 15px;
}
.kampanyalar #carousel-kampanya .item {
    color: #878787;
}
.detay .arac {
    border: 1px solid #ececec;
    padding-right: 15px;
    margin-bottom: 30px;
    position: relative;
}
.detay .arac .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.detay .arac .image:before {
    display: block;
    content: "";
    padding-bottom: 60%;
}
.detay .arac .desc h4 {
    color: #14181c;
    font-size: 18px;
    font-weight: 700;
}
.detay .arac .desc h4 span {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 200;
    margin-top: 10px;
    display: inline-block;
}
.detay .arac .desc ul {
    list-style: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}
.detay .arac .desc ul li {
    font-size: 15px;
    color: #5c5c5c;
    padding: 8px 0;
    border-bottom: 1px dashed #d3d3d3;
}
.detay .arac .desc ul li:last-child {
    border: none;
}
.detay .arac .desc ul li i.fa {
    color: #db1a22;
    font-size: 18px;
}
.detay .arac .desc .fiyat {
    color: #14181c;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.detay .arac .desc .fiyat small {
    color: #b8b8b8;
    font-size: 17px;
    font-weight: 200;
}
@media (max-width: 1200px){
    .detay .arac .image:before {
        padding-bottom: 80%;
    }
}
@media (max-width: 992px){
    .detay .arac {
        padding-right: 0;
    }
    .detay .arac .image:before {
        padding-bottom: 60%;
    }
    .detay .arac .desc {
        padding: 0 15px 15px 15px;
    }
}
.detay .arac ul.thumb-gallery {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 20px;
}
.detay .arac ul.thumb-gallery:after {
    content: '';
    display: block;
    clear: both;
}
.detay .arac ul.thumb-gallery li {
    float: left;
    margin-bottom: 10px;
}
.detay .arac ul.thumb-gallery li img {
    width: 80px;
    height: 50px;
    padding: 3px;
    background-color: #fff;
    margin: 0 4px;
}
.detay h4.bs {
    background-color: #e8e8e8;
    color: #444343;
    font-size: 18px;
    padding: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}
.detay .ek-bilgi {
    margin-bottom: 40px;
}
.detay .ek-bilgi .inner {
    margin-bottom: 40px;
}
.detay .ek-bilgi .inner table {
    width: 100%;
    color: #827f7f;
    font-size: 15px;
}
.detay .ek-bilgi .inner .ekl {
    border-right: 1px solid #e0e0e0;
}
.detay .ek-bilgi .inner .ekl span {
	color:#F00;
	font-weight:bold;
}
.detay .ek-bilgi .inner .ekr {
    border-left: 1px solid #e0e0e0;
    margin-left: -1px;
}
.detay .ek-bilgi .inner .ekr span {
	color:#F00;
	font-weight:bold;
}
.detay .ek-bilgi .form-control {
    border: 1px solid #e0e0e0;
}
.detay .ek-bilgi label {
    color: #827f7f;
    font-size: 15px;
}
.detay .ek-bilgi label a {
    color: #827f7f;
}
@media (max-width: 768px){
    .detay .ek-bilgi .inner .ekl,
    .detay .ek-bilgi .inner .ekr {
        border: none;
    }
}
.toplam {
    color: #dc1a22;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.toplam span {
    font-size: 15px;
    color: #626262;
    font-weight: 200;
}
.detay .ek-bilgi .btn {
    width: 220px;
}
@media (max-width: 768px){
    .detay .arac ul.thumb-gallery {
        list-style: none;
        display: block;
        padding: 0;
        position: inherit;
        left: auto;
        margin-left: 10px;
        margin-top: 10px;
    }
    .detay .arac ul.thumb-gallery li img {
        background: #ececec;
    }
}

footer {
    padding-top: 40px;
}
footer .footer-logo {
    text-align: center;
    margin-bottom: 15px;
}
footer .top p {
    color: #797878;
    font-size: 16px;
}
footer .top h1 {
    color: #383737;
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
footer .top h1 img {
    position: relative;
    top: -4px;
}
footer ul.social {
    padding: 0;
    list-style: none;
    display: table;
    margin: 0 auto 5px auto;
}
footer ul.social:after {
    content: '';
    display: block;
    clear: both;
}
footer ul.social li {
    float: left;
}
footer ul.social:hover li a {
    float: left;
    opacity: 0.5;
}
footer ul.social li a {
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 6px;
}
footer ul.social li.facebook a {
    background: url(../img/fb-icon.png) no-repeat;
}
footer ul.social li.twitter a {
    background: url(../img/tw-icon.png) no-repeat;
}
footer ul.social li.instagram a {
    background: url(../img/in-icon.png) no-repeat;
}
footer ul.social li.google-plus a {
    background: url(../img/gp-icon.png) no-repeat;
}
footer ul.social li:hover a {
    opacity: 1;
}
footer .bottom {
    border-top: 1px solid #f2f2f2;
    padding: 20px;
}
footer .bottom ul {
    list-style: none;
    margin: 0 auto;
    display: table;
    padding: 0;
}
footer .bottom ul li {
    float: left;
}
footer .bottom ul li a {
    color: #949494;
    padding: 0 10px;
    display: block;
    position: relative;
}
footer .bottom ul li a:after {
    content: "\2F";
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
}
footer .bottom ul li:last-child a:after {
    display: none;
}
footer .bottom .copy-r {
    color: #949494;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
/* Top bar */
#top-bar {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  height: 40px;
  position: relative;
  color: #b3b3b3;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
#top-bar .nav-social-icons {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content {
  height: 100%;
  float: left;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content p {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-size: 11px;
  color: #b3b3b3;
}

#top-bar .top-bar-content p span {
	margin:0 5px;
}

#top-bar .container,
#top-bar .row,
#top-bar [class*="col-"] {
  height: 100%;
}
#top-bar a {
  color: #b3b3b3;
  font-weight: 400;
}
#top-bar a:hover {
  color: #b3b3b3;
}
#top-bar p a {
	border-bottom:1px solid #b3b3b3;
}
#top-bar p a:hover {
  text-decoration: none;
}

#top-bar .top-login {
  float: right;
  position: relative;
  z-index: 101;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding:0 15px;
}
#top-bar .top-login ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background: #333;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-width: 150px;
  padding: 5px 10px;
  display: none;
}
#top-bar .top-login ul li a {
  display: block;
  padding: 3px;
  color: #fff;
}
#top-bar .top-login:hover {
  cursor: pointer;
}
#top-bar .top-login:hover ul {
  display: block;
}

.top-login a {
	line-height:42px;
}

/* Social Icons */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.social-icons:after {
  content: "";
  display: table;
  clear: both;
}
.social-icons li {
  height: 32px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.social-icons li a {
  height: 32px;
  width: 43px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: transparent;
  -moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  text-align: center;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #919191;
}
#footer-widget-area .social-icons li a {
  -moz-box-shadow: inset 0 0 0 1px #6F6F6F;
  -webkit-box-shadow: inset 0 0 0 1px #6F6F6F;
  box-shadow: inset 0 0 0 1px #6F6F6F;
  color: #cfcfcf; 
}
#footer-widget-area .social-icons li a:hover {
  text-decoration: none;
  color: #F00;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
  text-decoration: none;
  color: #F00;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
  display: block;
  height: 32px;
  padding: 10px 0;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}
.social-icons li:hover a i {
  top: -100%;
}

#top-bar .social-icons li {
  margin: 0;
}
#top-bar .social-icons li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b3b3b3;
}
#top-bar .social-icons li a:hover {
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #F00;
}
#top-bar .social-icons li a i {
  padding: 15px 0;
}
#top-bar .social-icons li, #top-bar .social-icons a, #top-bar .social-icons i {
  height: 40px;
}
.social-icons .facebook a:hover {
  background: #3B5998;
}
.social-icons .twitter a:hover {
  background: #33ccff;
}
.social-icons .pinterest a:hover {
  background: #cb2027;
}
.social-icons .github a:hover {
  background: #000000;
}
.social-icons .linkedin a:hover {
  background: #007bb6;
}
.social-icons .dribbble a:hover {
  background: #EE508D;
}
.social-icons .google-plus a:hover {
  background: #dd4b39;
}
.social-icons .youtube a:hover {
  background: #bb0000;
}
.social-icons .vimeo-square a:hover {
  background: #44bbff;
}
.social-icons .flickr a:hover {
  background: #ff0084;
}
.social-icons .skype a:hover {
  background: #00AFF0;
}
.social-icons .instagram a:hover {
  background: #517fa4;
}
.social-icons .tumblr a:hover {
  background: #00225F;
}
.social-icons .codepen a:hover {
  background: #252527;
}
.social-icons .behance a:hover {
  background: #1769ff;
}
.social-icons .deviantart a:hover {
  background: #4e6252;
}
.social-icons .digg a:hover {
  background: #000;
}
.social-icons .dropbox a:hover {
  background: #007ee5;
}
.social-icons .foursquare a:hover {
  background: #0072b1;
}
.social-icons .jsfiddle a:hover {
  background: #4679bd;
}
.social-icons .openid a:hover {
  background: #f78c40;
}
.social-icons .reddit a:hover {
  background: #ff4500;
}
.social-icons .soundcloud a:hover {
  background: #f80;
}
.social-icons .spotify a:hover {
  background: #7ab800;
}
.social-icons .steam a:hover {
  background: #262627;
}
.social-icons .stumbleupon a:hover {
  background: #eb4924;
}
.social-icons .vine a:hover {
  background: #00b488;
}
.social-icons .lastfm a:hover {
  background: #c3000d;
}
.social-icons .vk a:hover {
  background: #45668e;
}
.social-icons .apple a:hover {
  background: #202020;
}
.social-icons .windows a:hover {
  background: #00bcf2;
}
.social-icons .wordpress a:hover {
  background: #21759b;
}


.list-group-item.active > .badge,


.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
section.content h1 {
    font-weight: 800;
    font-size: 30px;
    color: #4a4a4a;
    margin-bottom: 30px;
}
.list-group h1 small {
    font-weight: 200;
    font-size: 18px;
    color: #a1a1a1;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
		

.sidebar {
	padding: 0px;
	margin: 0px;
}

.sidebar .side {
	margin: 0px 0px 20px 0px;
	padding: 0;
	background-color: #fff;
}

.sidebar .side .textwidget {
	padding: 10px;
}

.sidebar .side ul#recentcomments {
	padding: 10px 10px 10px 20px;
}

.sidebar .side ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebar .side ul li a {
	color:#333;
	padding: 10px 10px 10px 20px;
	display: block;
	border-bottom: solid 1px #f2f2f2;
}

.sidebar .side ul li ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.sidebar .side ul li ul li a {
	padding: 10px 10px 10px 30px;
	display: block;
	text-decoration: none;
	background-color: #000000;
}

.sidebar .side ul li a:hover {
	text-decoration: none;
}

.sidebar .side ul li.active {
	text-decoration: underline;
}


.sidebar .side h3 {
	background-color: #dc1a22;
	margin: 0px;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.sidebar .side select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#haberler { width:440px; }
#haberler .baslik { width:440px; margin-bottom:10px; padding-top:6px; padding-bottom:4px; font-family: Tahoma; font-weight: 400; font-size:20px; }
#haberler .baslik label { display:block; width:440px; font-size:10px; padding-top:5px; color:#777777; border-bottom:1px dotted #a6a6a6; text-transform:none; font-family:Arial; font-weight:300; }
#haberler .alt { width:440px; height:218px; overflow:hidden; margin-top:20px; }
#haberler .alt .hnew {
    width:410px; height:140px; overflow:hidden; padding:2px;
    font-size:11px;
    color:#333333;
    position:absolute;
    left:0px; top:0px;
}
#haberler .alt .resim img { width:100px; height:120px; margin-right:10px; border:5px solid #24252c; }
#haberler .alt .haberadi { width:250px; height:18px; padding-top:5px; padding-bottom:5px; margin-bottom:5px; font-family:Arial; font-weight: 600; letter-spacing:-0.5px; font-size:13px; color:#333333; }
.haberadi a { color:#333333; }
#haberler .alt .haberalt { width:255px; height: 60px; font-size:11px; color:#333333; text-align:left; font-family:Arial; line-height:16px; }
#haberler .alt .haberalt a { color:#333333 !important; }
#haberler .alt .devami { background:url(../tema/bg_devami.png); width:116px; height:17px; color:#fff; text-align:center; padding-top:3px; }
#homehaber .haberdesc h4 {
    color: #131414;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#homehaber .haberdesc h4 a {
    color: #131414;
}
#homehaber .haberdesc h4 small {
    color: #aaaaaa;
    font-weight: 200;
    font-size: 14px;
}

#homehaber h6 {
    font-weight: 800;
    font-size: 30px;
    color: #4a4a4a;
    margin-bottom: 30px;
}
#homehaber h6 small {
    font-weight: 200;
    font-size: 18px;
    color: #a1a1a1;
}
#habercont {
    width:422px;
    height:184px;
    overflow:hidden;
    margin-left:8px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    position:relative;
}

.hbr {
    background:url(../tema/v4/baslikhaber.png) no-repeat left;
    color:#333333;
}

#hbact {
    background:url(../tema/v4/haberbulletact.png) no-repeat center !important;
}



#homerez {
    width:570px;
    height:360px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:url(../tema/v5/homerez.png) repeat center;
    padding:5px;
    float:left;
}

#homerezinner {
    padding:20px;
    width:530px;
    height:319px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background:url(../tema/v5/rezinner.png) repeat-x bottom;
    border-top:1px solid #f2f2f2;
}


#homehaber {
    width:1000px;
    margin:0px auto;
    margin-top:25px;
    overflow:hidden;
}

#habercontainer {
    width:1040px;
}

.haberdiv {
    width:480px;
    height:90px;
    padding:5px;
    overflow:hidden;
    float:left;
    background:#ffffff;
    border:1px solid #dadada;
    margin-right:16px;
    margin-bottom:10px;
    margin-top:6px;
    display:table;
}

.haberresim {
    display:table-cell;
    width:120px;
    height:90px;
    padding-right:10px;
    vertical-align:top;
}

.haberresim img {
    width:100%;
    height:100%;
}

.haberdesc {
    display:table-cell;
    vertical-align:top;
    position:relative;
}

.haberdesc h1 {
    margin:0px;
    padding:0px;
    padding-bottom:5px;
    font-size:17px;
    color:#111111;
    font-weight:bold;
    letter-spacing:-1px;
}

.haberdesc h1 a { color:#111111; }

.haberdesc h2 {
    margin:0px;
    padding:0px;
    padding-bottom:5px;
    font-size:12px;
    color:#555555;
    font-weight:normal;
    font-family:Tahoma;
    line-height:16px;
}

.hdevam {
    position:absolute;
    right:0px;
    bottom:3px;
}

.devamia {
    background:#d60000;
    font-size:10px;
    color:#ffffff;
    padding:3px 10px;
}



.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

/** RESPONSIVE */


.mobintbtd {
    display:inline-block;
    float:left;
}

.updown {
    width:60px !important;
}


@media (max-width: 800px) {

    
    #modulcont {
        height:auto !important;
        background:#333333 !important;
    }
    
    
    #haberler, #vitrinalani, #modulalani, #foother {
        width:100% !important;
        overflow:hidden !important;
        padding-left:10px !important;
        padding-right:10px !important;
        box-sizing:border-box;
    }

    #haberler {
        border-top:3px solid #f1131d;
        border-bottom:3px solid #f1131d;
    }
    
    #modulalani .modul {
        display:block !important;
        width:100% !important;
    }
    
    #haberler .baslik {
        width:100% !important;
        margin-bottom:0px !important;
        color:#ffffff !important;
        border-bottom:1px solid #666666;
    }
    
    #mobfullsize, .mobfullsize {
         width:100% !important;
         overflow:hidden !important;
    }
    
    #haberler .alt .hnew {
        width:100% !important;
        background:none !important;
        height:96px !important;
    }
    
    .mobintb {
        display:table !important;
        width:100% !important;
    }
    
    .mobintbtd {
        display:table-cell !important;
        width:33% !important;
        padding-left:10px !important;
        float:none !important;
    }
    
    .firsttb {
        padding-left:0px !important;
        padding-right:8px !important;
    }
    

    #modulalani .modul {
        border-top:none !important;
        border-bottom:1px solid #222222 !important;
    }
    
    #modulalani {
        border-top:3px solid #f1131d;
    }
    
    #modulalani .modulalt {
        text-align:center !important;
        width:100% !important;
        min-height:100px !important;
        padding-bottom:10px !important;
    }

    .mobmid {
        width:100% !important;
        text-align:center !important;
        margin:0px !important;
        margin-top:-10px !important;
    }
    
    .mobpadtop {
        padding-top:20px !important;
    }
    
    .mobpadded {
        padding:10px !important;
        box-sizing:border-box;
        padding-top:40px !important;
        padding-bottom:40px !important;
    }
    
    .mobfullsize .rent {
        width:100% !important;
        padding-top:0px !important;
        box-sizing:border-box;
    }
    
    .mobfullsize .sayfa {
        width:100% !important;
    }


    
    .mobnomar {
        margin-left:0px !important;
    }
    
    .nphone {
        width: 140px;
        padding: 10px;
        position: absolute;
        color: #ffffff;
        right: 10px;
        top: -9px;
        z-index: 9999;
        background: url(../tema/phone.png) no-repeat right;
        text-align: right;
        padding-right: 40px;
        font-size: 14px !important;
        cursor: pointer;
        cursor: hand;
        border:none !important;
    }
    
    .nphone a {
        border:none !important;
        font-size:16px !important;
        letter-spacing:-1px !important;
        color:#333333 !important;
    }
    

    
    #homerez {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding:10px !important;
        box-sizing:border-box;
        background:#2f3138 !important;
    }
    
   
    .mobabsolutenomar {
        margin-bottom:15px !important;
    }
    
    .mobrezbutton {
        margin:0px !important;
        display:block !important;
        float:none !important;
        background:#e48200 !important;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    
    #haberler {
        border:none !important;
    }
    
    #habercont {
        margin-bottom:20px !important;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    
    
    .haberadi, .haberalt {
        float:none !important;
        display:block !important;
        width:auto !important;
    }
    
    #haberler .alt .resim img {
        width:80px !important;
        height:80px !important;
        margin-left:10px !important;
    }
    
    .haberalt {
        padding-right:40px !important;
    }
    

    
    .incm {
        padding-top:30px !important;
    }
    
    .mobauto {
        width:auto !important;
    }
    

    
    .mobhide {
        display:none !important;
    }
    
    .mobabsolutemid {
        float:none !important;
    }
    
    .absolutemarbot {
        margin-bottom:10px !important;
    }
    
    .nobgedmob {
        background:none !important;
        box-shadow:none !important;
        padding-top:0px !important;
        margin-top:0px !important;
    }
    
    .marbotmob {
        background:none !important;
    }
    
    .mobstaticpage {
        margin:0px !important;
        padding:10px !important;
    }
    
    #mobmainsayfa {
        padding:10px !important;
        height:auto !important;
    }
    
    #mobpadmex {
        padding:10px !important;
        height:500px !important;
    }
    
    #mobstatic {
        width:100% !important;
        height:42px !important;
        float:none !important;
        margin:0px !important;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background:#333333 !important;
    }
    
    .kodinp {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    
    #mobpadmex2 {
        padding:10px !important;
        height:auto !important;
        margin-top:20px !important;
        background:none !important;
        box-shadow:none !important;
    }
    
    #mobpadmex2 .title {
        text-align:center !important;
        font-size:15px !important;
    }

    #mobnofloat {
        float:none !important;
        margin:0px auto !important;
        width:200px !important;
    }
    
    #rezpadmex1 {
        height:400px !important;
        overflow:hidden !important;
        margin-bottom:20px !important;
        text-align:center !important;
    }
    
    #mobaldon1, #mobaldon2, #mobaldon11, #mobaldon22 {
        width:100% !important;
        text-align:left !important;
        margin-left:0px !important;
    }
    
    #mobaldon1 .yazi2, #mobaldon2 .yazi2 {
        text-align:left !important;
        padding-left:0px !important;
        width:65px !important;
    }
    
    #mobaldon11 .yazi2, #mobaldon22 .yazi2 {
        text-align:left !important;
        padding-left:0px !important;
        width:115px !important;
    }
    
    #rezpadmex2 {
        height:340px !important;
        overflow:hidden !important;
        margin-bottom:20px !important;
        text-align:center !important;
    }
    
    .mobpadabs {
        padding:15px !important;
        padding-bottom:0px !important;
        text-align:left !important;
    }
    
    #rezpadmex2 .yazi2 {
        text-align:left !important;
        padding-left:15px !important;
        width:75px !important;
    }
    
    #rezpadmex3, #rezpadmex4, #rezpadmex5 {
        height:auto !important;
        overflow:hidden !important;
        margin-bottom:20px !important;
        text-align:center !important;
    }
    
    #rezpadmex4, #rezpadmex5 {
        padding:15px !important;
        box-sizing:border-box;
    }
    
    #rezpadmex4 .mobpadabs {
        padding:0px !important;
    }
    
    .secenekler {
        text-align:left !important;
        padding-left:15px !important;
    }
    

    
    .mobpadme {
        padding:15px !important;
        box-sizing:border-box;
    }
    
    .moblowpadded {
        padding:10px !important;
    }
    
    .nobordmob {
        border:none !important;
        margin-bottom:0px !important;
        padding-bottom:5px !important;
        padding-top:5px !important;
    }
    
    .mobnewa, .mobkisisel .fiyathesapla {
        width:auto !important;
        color:#ffffff;
        text-align:center;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background:#333333 !important;
        border:none;
        outline:none;
        cursor:pointer;
        cursor:hand;
        font-family: Arial, serif; font-weight: 700;
        font-size:13px;
        height:20px !important;
        box-sizing:border-box;
        height:30px !important;
    }
    
    .mobkisisel .fiyathesapla {
        width:200px !important;
    }
    
    .mustinline .mobnewa {
        padding:5px 10px !important;
    }
    
    .padretop {
        padding-top:10px !important;
    }
    
    .mobtxleft .yazi2 {
        text-align:left !important;
    }
    
    .mobkisisel img {
        float:none !important;
        margin:0px !important;
        margin-top:10px !important;
    }
    
    #mobpadhard {
        padding:10px !important;
        height:380px !important;
        background:none !important;
        box-shadow:none !important;
        padding-top:0px !important;
    }
    
    .mobtitle {
        display:block !important;
    }
    
    #sosyal, #destek {
        display:none;
    }
    
    .dilalt {
        top:0px !important;
        right:10px !important;
    }
    
    #newrezervasyon {
        width:100% !important;
        position:relative !important;
        height:auto !important;
        margin:0px !important;
        left:0px !important;
        top:0px !important;
    }
    
    #homelogos, #newslider {
        display:none !important;
    }
    
    #homerez {
        float:none !important;
        width:100% !important;
        height:auto !important;
        background:none !important;
    }
    
    #homerezinner {
        width:100% !important;
        box-sizing:border-box;
        background:#ffffff;
        margin-top:0px !important;
    }
    
    #homerezinner .sol.alt {
        box-sizing:border-box;
        float:none !important;
        width:100% !important;
        height:auto !important;
    }

    #homerezinner .sol.alt .temizle {
        width:100% !important;
    }
    
    #homeust {
        height:auto !important;
        margin-top:-20px !important;
    }

    .mobcleartop {
        padding-top:0px !important;
        margin-top:20px !important;
    }
    
    #vitrincontainer {
        width:100% !important;
    }
    
    #hometanitim {
        height:auto !important;
        background:#ffffff !important;
    }
    
    #tanitimin {
        width:100% !important;
        height:auto !important;
        display:block !important;
    }
    

    
    #homehaber {
        box-sizing:border-box;
    }
    
    #habercontainer {
        width:100% !important;
    }
    
    .haberdiv {
        float:none !important;
        width:100% !important;
        box-sizing:border-box;
    }
    
    .mobclearbot {
        padding-bottom:10px !important;
    }
    

    
    #mobmainsayfa {
        min-width:100% !important;
        max-width:100% !important;
    }
    
    .mobstaticpage {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }


    #onecikanhome {
        padding-bottom:0px !important;
        margin-bottom:0px !important;
    }


@media (max-width: 450px) {
    #rezpadmex1 {
        height:auto !important;
        padding-bottom:10px !important;
    }

    
    #rezpadmex5 .fiyathesapla {
        width:100% !important;
    }
    
    .rent .sayfa {
        height:540px !important;
    }
    
    #ustalan .diller .dilla {
        display:none !important;
    }
    
    .haberresim {
        display:none !important;
    }
    
    .title.home.full {
        font-size:13px !important;
    }
    
    .dilalt {
        left:50% !important;
        margin-left:-65px !important;
    }
    
    #newslider {
        margin-top:-30px !important;
    }
    
    #rezervasyon {
        margin-top:10px !important;
    }
    
    .mobpadded {
        padding-top:10px !important;
    }
    
    .mobmartop {
        margin-top:10px !important;
    }

    .dp-choose-date {
        background:none !important;
    }
    
    .inputtarih {
        font-size:13px !important;
        font-weight:bold !important;
        letter-spacing:-0.5px !important;
    }
    
    #haberler .alt .resim {
        display:none !important;
    }
    
    .haberadi, .haberalt {
        padding:10px !important;
    }
    
    .haberalt {
        padding-right:40px !important;
    }
    
    #hizmetler {
        height:200px !important;
    }
    
    #iformcont #kod, .mobfixed2 {
        width:116px !important;
    }
    
    #rezpadmex5 {
        padding-bottom:15px !important;
    }
    
    #mobaldon11 .yazi2, #mobaldon22 .yazi2 {
        text-align:left !important;
        padding-left:0px !important;
        width:75px !important;
        font-size:9px !important;
    }
    
    #mobaldon1 .yazi2, #mobaldon2 .yazi2 {
        text-align:left !important;
        padding-left:10px !important;
        width:75px !important;
        font-size:9px !important;
    }
    
    .mobnewa {
        width:100% !important;
        text-align:center !important;
    }
    
    .mustinline .mobnewa {
        text-align:center !important;
    }
}
/** RESPONSIVE BITER */
