@import "https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800,400italic&subset=latin,latin-ext";
@import "normalize.css";
@import "font-awesome.css";
@import "../owl-carousel/owl.carousel.css";
@import "../owl-carousel/owl.theme.css";

@media (min-width: 1200px) {
.container {
    max-width:1100px
}
}

* {
    outline: none;
}

body {
    background:url(../static/texture.png)!important;
    font-family:"Open Sans", sans-serif;
}

a, div, p {

    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul {

     list-style-type: none;
   -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

a:hover,a:hover {
    text-decoration:none
}

.resetPadding {
    padding:0px;
}

.m10_top {

    margin-top:10px;
} 

.m20_top {

    margin-top:20px;
} 

.m20_bottom {

    margin-bottom:20px;
}


.AdvImg {

    padding:3px;
    border:1px solid #e1e2e3;
    margin:10px 0px;

}

.pageHeading {

    padding-top: 0px;
    margin-top: 0px;
    font-weight: 600;
    font-size: 22px;
    color: #424242;
}

.pageHeading span {

    
    color: #e1e2e3;
}

.lineHeading {
  text-align: left;
  position: relative;
  line-height: 2;
  overflow: hidden;
  color:#777;
  font-size:19px;
  font-weight: 600;
}
.lineHeading::after {
  content: "";
  display: inline-block;
  bottom: .5ex;
  left: .5ex;
  margin-right: -100%;
  width: 100%;
  height: 1px;
  position: relative;
  background: gray;
  
}


/* HEADER */
.topHeader {
    background-color:#606060;
    padding:0;
    max-height:30px;
    overflow:none
}

.topHeader ul[class="socialIcons"],footer ul[class="socialIcons"] {
    width:130px;
    display:block;
    float:left;
    list-style:none;
    padding:5px 0;
    margin:0;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:rgba(255,255,255,.5)
}

.topHeader ul[class="socialIcons"] li,footer ul[class="socialIcons"] li {
    list-style-type:none;
    display:inline-block;
    padding:0 5px
}

.topHeader ul[class="socialIcons"] li a,footer ul[class="socialIcons"] li a {
    color:rgba(255,255,255,.5)
}

footer ul[class="socialIcons"] {
    border-right:0
}

footer ul[class="socialIcons"] li a {
    color:rgba(255,255,255,.5);
    font-size:16px
}

.topHeader ul[class="langMenu"] {
    display:block;
    float:left;
    list-style:none;
    padding:5px 0;
    margin:0
}

.topHeader ul[class="langMenu"] li {
    display:block;
    float:left;
    list-style:none;
    padding:0;
    margin:0 0 0 15px
}

.topHeader ul[class="langMenu"] li a {
    color:rgba(255,255,255,.5);
    font-size:12px
}

.topHeader ul[class="langMenu"] li a:hover,.topHeader ul[class="langMenu"] li a[class="activeLang"],.topHeader ul[class="socialIcons"] li a:hover,footer ul[class="socialIcons"] li a:hover {
    color:rgba(255,255,255,1)
}

.topMenu {
    list-style:none;
    margin:0;
    padding:0;
    display:block;
    float:right
}

.topMenu li {
    display:block;
    float:left;
    list-style:none;
    padding:0;
    margin:5px 0 0 15px
}

.topMenu li a {
    color:rgba(255,255,255,.5);
    font-size:12px;

}

.topMenu li a:hover {
    color:rgba(255,255,255,1)!important
}

.mainHeader {
    position:relative;
    background:#3a3a3a;
    padding-top:25px;
    padding-bottom:25px;
}


.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    
}
.navbar-default {
    background:#f7f7f7 url(../static/colors_5px.jpg) no-repeat left top;
    border-radius:0;
    border:none;
    -webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.13);
    -moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.13);
    box-shadow:0 1px 2px 0 rgba(0,0,0,0.13)
}

.navbar-default li {
    border-top-style:solid;
    border-top-width:5px
}

.navbar-nav li a {
    font-family:"Open Sans",sans-serif;
    text-transform:uppercase;
    font-weight:600;
    background:transparent
}

.navbar-nav li a:hover {
    background:#fff!important
}

.navbar-right li {
    padding-top:15px;
    font-weight:700;
    font-size:18px;
    color:rgba(85,98,112,.7);
    font-family:"Open Sans",sans-serif
}

.navbar-nav li:nth-child(1) {
    border-top-color:#a51a5d
}

.navbar-nav li:nth-child(2) {
    border-top-color:#f53477
}

.navbar-nav li:nth-child(3) {
    border-top-color:#ff7fab
}

.navbar-nav li:nth-child(4) {
    border-top-color:#ff9201
}

.navbar-nav li:nth-child(5) {
    border-top-color:#ffcc01
}

.navbar-nav li:nth-child(6) {
    border-top-color:#dedb00
}

.navbar-nav li:nth-child(7) {
    border-top-color:#89c237
}


.toolsMenu a {

    color:rgba(255,255,255,.7);
    text-decoration:none;
    font-weight:300;
    font-size:16px;
    font-family: "Open Sans", sans-serif;
    padding-left:20px;
    margin-top:15px;
}

.toolsMenu a i {

    margin-right:10px;
    color:rgba(255,255,255,.7);
    
    
}

.toolsMenu a:nth-child(1) i {

    margin-right:0px;
}

.ghostForm {

    
    display:none;
    position:absolute;
    top:6px;
    right:0px;
    width:300px;
    height:40px;
    
}

.ghostForm input[type="text"] {

    width:100%;
    height:100%;
    padding:10px;
    font-size:13px;
    outline: none;
    background:#606060;
    border:0px;

}

.ghostForm input[type="text"]:focus { 
    transition: background-color 0.5s ease;
    background:#ffffff;
}





.ghostForm input[type="text"]::-webkit-input-placeholder {
   color: rgba(255,255,255,.5);
}

.ghostForm input[type="text"]:-moz-placeholder { 
   color: rgba(255,255,255,.5);
}

.ghostForm input[type="text"]::-moz-placeholder {  
  color: rgba(255,255,255,.5); 
}

.ghostForm input[type="text"]:-ms-input-placeholder {  
   color: rgba(255,255,255,.5);
}



.ghostForm input[type="text"]:focus::-webkit-input-placeholder { 
    color: rgba(0,0,0,.2);
}

.ghostForm input[type="text"]:focus:-moz-placeholder { 
   color: rgba(0,0,0,.2);
}

.ghostForm input[type="text"]:focus::-moz-placeholder {  
  color: rgba(0,0,0,.2);  
}

.ghostForm input[type="text"]:focus:-ms-input-placeholder {  
   color: rgba(0,0,0,.2);  
}






/** EVENTS - Bizimle Çalışmak İstermisiniz **/
.eventsSection {
    background-image:url(../static/events.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    padding:50px 0;
    margin-top:20px;
}

.eventsContent {
    background:rgba(247,181,12,.9);
    font-family:"Open Sans",sans-serif
}

.eventsContent div[class^="col-md-"] {
    padding-top:20px;
    padding-bottom:20px;
    position:relative
}

.eventsContent h3 {
    padding-top:0;
    margin-top:0
}

.contactAction {
    background:#b67608;
    width:100px;
    color:#fff;
    font-weight:400;
    margin-top:10px;
   
    border-radius:0
}

.contactAction:hover {
    color:#fff
}

/** FOOTER **/
footer {
    background:#2f2f2f url(../static/colors_5px.jpg) no-repeat left top;
    padding:20px 0 0;
    font-family:"Open Sans",sans-serif
}

.footerLogo {
    color:rgba(255,255,255,.7);
    font-size:12px
}

.footerLogo img {
    margin-bottom:20px
}

.footerList h4 {
    color:#ffd03c;
    font-weight:300;
    font-size:17px;
    border-bottom:1px solid rgba(255,208,60,.5);
    padding-bottom:10px
}

.footerList ul {
    margin:0;
    padding:0;
    list-style:none
}

.footerList ul li {
    margin:0;
    padding:0 0 6px;
    list-style-type:none
}

.footerList ul li a {
    font-size:12px;
    color:rgba(255,255,255,.6)
}

.footerList ul li a:hover {
    color:rgba(255,255,255,1)
}

.lineFooter {
    background-color:#0f0e0e;
    color:rgba(255,255,255,.9);
    padding:10px 0;
    font-size:11px;
    margin-top:30px
}

/** SİNEMALAR SAYFASI **/

section[class="sinema"] {

    background-color: #7c7c7c;
    /*background: -moz-linear-gradient(top,  #180601 0%, #6b2200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#180601), color-stop(100%,#6b2200));
    background: -webkit-linear-gradient(top,  #180601 0%,#6b2200 100%);
    background: -o-linear-gradient(top,  #180601 0%,#6b2200 100%);
    background: -ms-linear-gradient(top,  #180601 0%,#6b2200 100%);
    background: linear-gradient(to bottom,  #180601 0%,#6b2200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#180601', endColorstr='#6b2200',GradientType=0 );*/

    background-image:url("../static/roll.jpg");
    background-repeat:no-repeat;
    background-position:center top;
    
    margin-bottom:0px;
    padding-top:10px;
    padding-bottom:10px;

}

.cinemaRoll {
    padding:20px 0px;
    
}

div[id="owl-example"] .item {

    padding-top:0px;
    padding-right:10px;

}

div[id="owl-example"] .item img {

    width:240px;
    border-style: solid;
    border-width:3px;
    border-color:rgba(255,255,255,.5);
    
}

div[id="owl-example"] .item h3 {

    padding-top:0px;
    color:#f7b50c;
    font-family:"Open Sans", sans-serif;
    font-weight:600;
    font-size:16px;
    
}

div[id="owl-example"] .item h4 {

    padding-top:0px;
    color:rgba(255,255,255,.6);
    
    font-weight:300;
    font-size:12px;
    line-height:18px;
    
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 155px; 
  background-color:transparent;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 155px;
  background-color:transparent;
}

.owl-pagination {

    display:none;
}

section[class="sinemaFilterPanel"] {

    background:#ffffff url("../static/colors_5px.jpg") repeat-x bottom left;
    padding:15px 0px 20px 0px;
    margin-bottom:30px;
    
} 

section[class="sinemaFilterPanel"] a {

    font-size:15px;
    font-weight:600;
    color:#9a9999;

}

section[class="sinemaFilterPanel"] a:hover {

    
    color:#aa4929;

}

section[class="sinemaFilterPanel"] a:hover i {

    
    color:#e67b57;

}



section[class="sinemaFilterPanel"] a i {

    font-size:28px;
    margin-right:6px;
    color:#4fcbed;
}

/** TABLAR **/

.panel {

    background:transparent;
    border:0px;
}

.panel-heading{
    padding: 5px 0px 0 0px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border:0px;
}
.nav-tabs{
    border-bottom: none;
}

.nav-tabs li {

    margin-bottom:0px;
    border:0px;
    background:#ffffff;
   
    margin-right:0px;

}

.nav-tabs li a {

    font-size:16px;
    padding:18px 25px;
    border-radius:0px;


    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px;
    border-top:3px solid #ffffff;
    border-radius: 0px 0px 0 0;



}

.nav-tabs>li>a:hover {
    color: #555;
    cursor: pointer;
    background-color: #f9f9f9;
    border-top:3px solid #f9f9f9;
    margin:0px;
    
    
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color:#339966;
    cursor: default;
    background-color: #f9f9f9;
    border-right:0px;
    border-bottom:0px;
    border-left:0px;
    margin:0px;
    padding:18px 25px;
    border-top-width:3px;
    border-top-color:#339966;
}




.panel-body {

    background:#ffffff;
}

/* TABLAR */


.gridBody {

    background-color:#ffffff;
    padding:30px;
    box-shadow: 1px 1px 8px #d8d8d8;
    border-radius: 5px;
}

.filterGridBlock h1 {


    font-size:25px;
    font-weight:400;
    padding-top:0px;
    margin-top:0px;
    
}

.filterGridBlock .col-md-3 {

    padding:0px;
    border-right:1px solid #e1e2e3;
    border-bottom:1px solid #e1e2e3;
}

.filterGridBlock div:nth-of-type(4n) {

    border-right:0px;
}

.filterGridBlock div:nth-of-type(-n+4) {

    border-bottom:0px;
}


.filterGridBlock p[class*="Adv"] {

    width:100%;
    padding:0px 10px;
    display:block;
    float:left;
    position:relative;
}




.filterGridBlock div[class*="col-md-3"] div[class="contentLayer"] {

    position:relative;
    background:#ffffff;
    padding:10px;
    height:350px;
    

}
.filterGridBlock div[class*="col-md-3"] div[class="imgBody"] {

    position:relative;
    background:#ffffff;
    

}

.filterGridBlock div[class*="col-md-3"] div[class="imgBody"] img {

    width:100%;
}




.filterGridBlock div[class*="col-md-3"] div h5 {

    font-weight:700;
    font-size: 17px;
    line-height:22px;
    
}


/** MOBİL İÇİN **/




.overlayPanel {

    position:absolute;
    width:100%;
    height:100%;
    overflow: hidden;
    background-color:rgba(51,153,102,0);
    top:0px;
    left:0px;
    
}

.overlayPanel p {

    margin-top:-100px;
    color:#ffffff;
    font-size:18px;

}

.overlayPanel p i {

    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}


.filterGridBlock div[class^="col-md"]:hover .overlayPanel {
    background-color:rgba(51,153,102,.9);
}

.filterGridBlock div[class^="col-md"]:hover .overlayPanel p {
    margin-top:40%;
}

.dateRibbon {
  width:50px;
  height:60px;
  border-top:30px solid rgba(170,73,41,1);
  position: absolute;
  text-align: center;
  padding: 0px 0;
  right: 15px;
  top:0px;

  
}
.dateRibbon:after {
  content:'';
  position: absolute;
  bottom:0;
  left:0;
  border-top:30px solid rgba(170,73,41,1);
  border-right:40px solid transparent;
}
.dateRibbon:before {
  content:'';
  position: absolute;
  bottom:0;
  right:0;
  border-top:30px solid rgba(170,73,41,1);
  border-left:40px solid transparent;
}

.dateRibbon span {
    display:block;
  font-weight: bold;
  color:rgba(255,255,255,1);
  text-shadow:1px 1px 1px rgba(0,0,0,.5);
  margin-top:-28px;
  font-size:12px;
  line-height:15px;

}

.sinemaSide {
    
    padding-left:10px;
}

.sinemaSideContent {

    display:block;
    background:#ffffff;
    padding:10px;
    box-shadow: 1px 1px 8px #d8d8d8;
    margin-bottom:10px;
    
}

.sinemaSideContent h5 {
    font-weight:600;
    color:#3366cc;
}



.input-group-addon {

    background:transparent;
    color:rgba(170,73,41,1);
    
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

.biletinialAction {

    border-radius:3px;
   -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color:#3d94f6;
    border:1px solid #337fed;
    color:#ffffff;
    margin-top:15px;
    
    

}

.biletinialAction:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background-color:#1e62d0;
    color:#ffffff;
}.biletinialAction:active {
    position:relative;
    top:1px;
}





/*SİNEMA DETAY */

.sinemaDetayBody {

    background:#ffffff;
    padding:20px;
    border-top:3px solid #339966;
}

.secondChild {

    margin-top:10px;
    padding-top:10px;
    border-top:3px solid #3d94f6;

}

.sinemaData h1 {

    padding-top:0px;
    margin-top:0px;
    font-weight:600;
    font-size:22px;
    color:#424242;
}

.sinemaData p {

    
    font-size:12px;
    color:#777777;
    
   
}

.badgeButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    cursor:pointer;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-size:12px;
    font-weight:400;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #689324;
    padding:4px 10px;
    border-radius:3px;
}
.badgeButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
    color:#ffffff;
}.badgeButton:active {
    position:relative;
    top:1px;
}



/*.tablePanel .panel-default>.panel-heading {
    color: #ffffff;
    padding:10px;
    background-color: #224087;
    border: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom:1px solid #ffffff;
}*/
.tablePanel .panel-default>.panel-heading {

color: #ffffff;
    padding:10px;
    
    border: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
   -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
   
    background-color:#3d94f6;
    
    border:1px solid #337fed;
 
    

}


.tablePanel .panel-default>.panel-heading a[class="pull-right"], .tablePanel .panel-default>.panel-heading a[class="pull-right"] small  {
    color:rgba(255,255,255,.6);
}


.panel-title {
   
    font-size:13px;
    font-weight:400;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius:0px;
}

.selectTicket div[class^="col-md-"] {

    padding:5px;
}

.selectTicket div[class^="col-md-"] a {

    display:block;
    width:100%;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color:#f9f9f9;
   
    border:1px solid #dcdcdc;
    border-radius:5px;
    padding:10px;
    color:#777777;
}

.selectTicket div[class^="col-md-"] a:hover {

    background:#f0f0f0;
}


.filterDetail {

    
   
    padding-top:10px;
   


}

.filterDetail div[class^="col-md-"] {

    padding-right:0px;
}

.filterDetail div[class^="col-md-"] .biletinialAction {

    margin-top:35px;
}

.detaySide .nav-tabs li a {

    font-size:13px;
    padding:10px 10px;
    border-radius:0px;


    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px;
    border-top:3px solid #ffffff;
    border-radius: 0px 0px 0 0;



}

.detaySide .nav-tabs>li>a:hover {
    color: #555;
    cursor: pointer;
    background-color: #f9f9f9;
    border-top:3px solid #f9f9f9;
    margin:0px;
    
    
}
.detaySide .nav-tabs>li.active>a, .detaySide .nav-tabs>li.active>a:focus, .detaySide .nav-tabs>li.active>a:hover {
    color:#339966;
    cursor: default;
    background-color: #f9f9f9;
    border-right:0px;
    border-bottom:0px;
    border-left:0px;
    margin:0px;
    padding:10px 10px;
    border-top-width:3px;
    border-top-color:#339966;
}

.detaySide .nav-tabs>li>a i {

    display:none;
}

.sideList {

    padding-bottom:5px;
    padding-top:10px;
    border-bottom:1px solid #e1e2e3;

}

.sideList:last-child {

    
    border-bottom:0px;

}

.sideList img {

    width:70px;
    float:left;
    margin-right:10px;
}

.sideList h5 {

    font-weight:600;
    margin-top:0px;
}

.sideList a[class="badgeButton"] {

    margin-top:10px;
}


/* ÖDEME SAYFASI */

.chekoutBody {

    background-color:#ffffff;
    padding-top:20px;
    padding-bottom:20px;
}

.chekoutBody h2 {

    font-weight:600;
    font-size:20px;

}

.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.eventData {

    line-height:30px;
    padding:20px;
    width:100%;
    background:#f9f9f9;
    border-radius:5px;
    float:left;
    margin-top:30px;

}


.eventBox {

    border-radius:10px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border:1px solid #faebcc;
    padding:0px 0px 0px 0px;
    display:block;
    width:100%;
    float:left;
    margin-bottom:20px;

    

}

.eventBox h2 {

    font-size:20px;
    display:block;
    background:#faebcc;
    color:rgba(170,73,41,1);
    margin:0px;
    padding:10px 5px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.eventBox h2 img {

    width:60px;
    margin-bottom:10px;
    padding:3px;
    border:1px solid rgba(170,73,41,1);
}

.eventBox .mData_2 {

    width:50%;
    height:100px;
    border-top:4px solid #ff9201;
    float:left;
    display: block;
    text-align:center;
    padding:10px;
    font-size:12px;
    
}

.eventBox .mData_2:nth-child(2) { 
    border-top:4px solid #ffcc01 !important;

}
    

.eventBox .mData_2 i {

    font-size:25px;
}
.eventBox .mData_2 a {

    color:#8a6d3b;
    text-decoration: underline;
}



.chekoutTabs {

    margin:0px;
    padding:0px;
    list-style: none;
    display:block;
    position:relative;
    width:100%;
}

.chekoutTabs li {
    display:block;
    float:left;
    list-style-type: none;
    margin-right:0px;
    color: #dcdddb;
    cursor: default;
    background-color: #ffffff;
    border:0px;
    
    padding: 18px 25px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ffffff;
    pointer-events: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size:16px;
}

.chekoutTabs li.active {
    color: rgba(170,73,41,1);
    cursor: default;
    background-color: #f9f9f9;
   border-top-color: rgba(170,73,41,1);
}

.chekoutTabs li.done {
    color: #89c237;
    cursor: default;
    background-color: #ffffff;
    border-top-color: #ffffff;
    font-weight:600;
}

.chekoutPanel {
    display:block;
    position: relative;
    float: left;
    background-color:#f9f9f9;
    width:100%;
    padding:20px;
    
    height:auto;

}

.chekoutPanel label {

    margin:10px 0px;
}

.contactData, .paymentForm {

    display:none;

}




.checkoutActionButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    text-indent:3.93px;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    
    font-size:15px;
    font-weight:600;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #689324;
    padding:7px 15px;
    margin-top:10px;
}
.checkoutActionButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
    color:#ffffff;
}.checkoutActionButton:active {
    position:relative;
    top:1px;
    color:#ffffff;
}



label[class*="error"] {

    font-weight:400;
    color:#a74f32;
    font-size:12px;
}

.alertSecure {

    margin-top:40px;
    font-size:12px;
}


.checkboxGroup {

    padding-left:40px;
    font-size:12px;
    margin-bottom:20px;
}

.totalPaymentAlert {

    margin-top:20px;
    background-color:#31708f;
    padding:10px;
    color:#d9edf7;
    border-radius:3px;
    text-align:right;
    position:relative;
    font-size:12px;
}

.totalPaymentAlert:after {
    content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #31708f;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0px 0px 0px 90%;
  }

.ticketDetailTable {
  margin: 1em 0;
  width:100%;
}
.ticketDetailTable tr {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.ticketDetailTable tr:nth-child(1) {
 border-top:0px;
}

.ticketDetailTable tr:nth-child(n+2) {
 background:#fff;
}
.ticketDetailTable th {
  display: none;
  text-align:center;
}
.ticketDetailTable td {
  display: block;
   text-align:center;
}


.ticketDetailTable td:first-child {
  padding-top: .5em;
}
.ticketDetailTable td:last-child {
  padding-bottom: .5em;
}
.ticketDetailTable td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .ticketDetailTable td:before {
    display: none;
  }
}
.ticketDetailTable th, .ticketDetailTable td {
  text-align: left;
}
@media (min-width: 480px) {
  .ticketDetailTable th, .ticketDetailTable td {
    display: table-cell;
    padding: .25em .5em;
  }
  .ticketDetailTable th:first-child, .ticketDetailTable td:first-child {
    padding-left: 0;
  }
  .ticketDetailTable th:last-child, .ticketDetailTable td:last-child {
    padding-right: 0;
  }
}
.ticketDetailTable {
  background:transparent;
  
  
  overflow: hidden;
}
.ticketDetailTable tr {
  border-color: #f4f4f4; 
}
.ticketDetailTable th, .ticketDetailTable td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .ticketDetailTable th, .ticketDetailTable td {
    padding: 1em !important;
  }
}

.tooltip.top .tooltip-inner {
    background-color:#9dce2c;
    padding-top:8px;
    padding-bottom:8px;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #9dce2c;
}

/** BİLET **/

.Bilet {
  width: 100%;
  margin-bottom:40px;
  color: #fff;
  
}

.BiletBody {
  background: linear-gradient(to bottom, rgba(170,73,41,1) 0%, rgba(170,73,41,1) 26%, #ecedef 26%, #ecedef 100%);
  height: 200px;
  float: left;
  position: relative;
  padding: 1em;
  
}

.BiletLeft {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 70%;
}

.BiletRight {
  width: 30%;
  border-left: .18em dashed #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.BiletRight:before, .BiletRight:after {
  content: "";
  position: absolute;
  display: block;
  width: .9em;
  height: .9em;
  background: #fff;
  border-radius: 50%;
  left: -.5em;
}
.BiletRight:before {
  top: -.4em;
}
.BiletRight:after {
  bottom: -.4em;
}

.BiletBody h1 {
  font-size: 1.1em;
  margin-top: 0;
}
.BiletBody h1 span {
  font-weight: normal;
}

.title, .name, .seat, .time {
  text-transform: uppercase;
  font-weight: normal;
}
.title h2, .name h2, .seat h2, .time h2 {
  font-size: .9em;
  color: #525252;
  margin: 0;
}
.title span, .name span, .seat span, .time span {
  font-size: .7em;
  color: #a2aeae;
}

.title {
  margin: 2em 0 0 0;
}

.name, .seat {
  margin: .7em 0 0 0;
}

.time {
  margin: .7em 0 0 1em;
}

.seat, .time {
  float: left;
}

.number {
  text-align: center;
  text-transform: uppercase;
  margin-top:80px;
}
.number h3 {
  color: rgba(170,73,41,1);
  font-weight:700;
  font-size: 20px;
}
.number span {
  display: block;
  color: #a2aeae;
}



/** /BİLET **/




/** KOLTUK **/


.front {
    width: 100%;
    margin: 15px 0px 10px 0px;
    background: rgba(170,73,41,1);
    color: white;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.booking-details {
    float: right;
    position: relative;
    width: 200px;
    height: 450px;
}

    .booking-details h3 {
        margin: 5px 5px 0 0;
        font-size: 16px;
    }

    .booking-details p {
        line-height: 26px;
        font-size: 16px;
        color: #999;
    }

        .booking-details p span {
            color: #666;
        }

div.seatCharts-cell {
    color: #ffffff;
    background:#707275;
    border-radius:3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0px;
    float: left;
    text-align: center;
    font-size: 12px;
    margin-top:2px;

}

div.seatCharts-seat {
    color: #ffffff;
    cursor: pointer;
   
    border-radius: 3px;
    
    font-size: 12px;
    font-weight:700;
    position:relative;
    margin:2px;
}

div.seatCharts-row {
    height: 50px;
    margin-left: 31%;
    margin-right: 50%;
    position: relative;
}

div.seatCharts-seat.available {
    background-color:rgba(46,167,72,.7);
    border:1px solid rgba(46,167,72,1);
   


}

div.seatCharts-seat.focused {
    background-color: orange;
    
}



div.seatCharts-seat.selected {
    background-color: yellow;
}

div.seatCharts-seat.unavailable {
    
    cursor: not-allowed;
    background-color:#d6d6d6;
    background-repeat:no-repeat;
    background-position:center center;
    color:#b4b4b4;
    
}

div.seatCharts-seat.unavailable-red {
    
    cursor: not-allowed;
    background-color:#ff0000;
    background-repeat:no-repeat;
    background-position:center center;
    color:#ffffff;
    
}





div[data-loveseat="true"] {
 
 background-color:rgba(198,59,149,.7);
border:1px solid rgba(198,59,149,1);
  border-radius:3px;
  color:#ffffff;
  
  margin:2px 0px;
  width:32px;
}

.ls_left {

    border-right:0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    margin-left:2px !important;

}

.ls_right {

    border-left:0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-right:2px !important;

}




div[data-loveseat="true"][class*="unavailable"] {

    
    /*background-image:url(../static/heart_na.png);*/
    background-color:#d6d6d6;
    color:#b4b4b4;
    border:0px;
} 







div.seatCharts-seat.freeArea {
    background-color: transparent;
}

div.seatCharts-container {
    
    width: 100%;
    padding: 0px;
    float: left;
    margin-top:30px;
}

div.seatCharts-legend {
    padding-left: 0px;
    position: absolute;
    bottom: 16px;
}

ul.seatCharts-legendList {
    padding-left: 0px;
}

.seatCharts-legendItem {
    float: left;
    width: 90px;
    margin-top: 10px;
    line-height: 2;
}

span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 30px;
}

.checkout-button {
    display: block;
    width: 80px;
    height: 24px;
    line-height: 20px;
    margin: 10px auto;
    border: 1px solid #999;
    font-size: 14px;
    cursor: pointer;
}

#selected-seats {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: none;
    width: 200px;
}

    #selected-seats li {
        float: left;
        width: 72px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #d3d3d3;
        background: #f7f7f7;
        margin: 6px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

/** /KOLTUK **/

.processBar {

    
    padding:10px;
    margin-bottom:20px;
    background-color:#f6f6f6;
     -webkit-box-shadow:0 1px 2px 0 rgba(209,209,209,0.13);
    -moz-box-shadow:0 1px 2px 0 rgba(209,209,209,0.13);
    box-shadow:0 1px 2px 0 rgba(209,209,209,0.13)
    
}
    




#topProcess {
  list-style: none;
  display: inline-block;
  list-style-type: none !important;
  width:100%;
  padding:0px;
  margin:0px;
  -webkit-padding-start: 0px;
    paddin-start:0px;
    -moz-padding-start:0px;

}

#topProcess li {
  float: left;
  width:25%;
  
    list-style-type: none !important;
}
#topProcess li a {
  color: #777;
  display: block;
  background: #ececec;
  text-decoration: none;
  position: relative;
  height: 120px;
padding: 10px 0px;
  text-align: center;
  margin-right: 38px;
}

#topProcess li a i {

    margin-bottom:15px;
    color:#d1d1d1;
}

#topProcess li a img {

    margin-bottom:15px;
    
}

#topProcess li:nth-child(even) a {
  background-color: #ececec;
}
#topProcess li:nth-child(even) a:before {
  border-color: #ececec;
  border-left-color: transparent;
}
#topProcess li:nth-child(even) a:after {
  border-left-color: #ececec;
}
#topProcess li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#topProcess li:first-child a:before {
  border: none;
}
#topProcess li:last-child a {
  padding-right: 0px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  margin-right:0px;
}
#topProcess li:last-child a:after {
  border: none;
}
#topProcess li a:before, #topProcess li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #ececec;
  border-width: 60px 25px;
  width: 0;
  height: 0;
  display: block;
 
}
#topProcess li a:before {
  left: -30px;
  border-left-color: transparent;
}
#topProcess li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #ececec;
}
#topProcess li a.active {
  background-color: #ffffff;
}
#topProcess li a.active:before {
  border-color: #ffffff;
  border-left-color: transparent;
}
#topProcess li a.active:after {
  border-left-color: #ffffff;
}


.seatSide {

    float:right;
    width:95%;
    background: #ffffff;
    padding:10px;
    border-top:3px solid rgba(170,73,41,1);
}

.seatSide i[data-type="bos"] {

    color:rgba(46,167,72,.7);
}

.seatSide i[data-type="dolu"] {

    color:#d6d6d6;
}

.seatSide i[data-type="love"] {

    color:rgba(198,59,149,.7);
}

.seatSide .eventData h2 {

    font-size:19px;
}

.seatSide .eventData {

    font-size:13px;
}

.film_roll_wrapper .active img {
  border: 5px solid rgba(255,204,1,1) !important;
  
}

.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#film_roll_2 .film_roll_shuttle {
  top:10px;
}
#film_roll_2 .film_roll_child {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 0;
  margin:0px 5px;
  color:#ffffff;
  font-weight:bold;
}

#film_roll_2 .film_roll_child img {

    width:200px;
    height:280px;
    margin-bottom:8px;
    border: 5px solid rgba(255,204,1,.5);
}

/*#film_roll_2 .moving_right .film_roll_child {
  transform: skew(2deg, 0) translate(-3px,0);
  -ms-transform: skew(2deg, 0) translate(-3px,0);
  -webkit-transform: skew(2deg, 0) translate(-3px,0);
}
#film_roll_2 .moving_left .film_roll_child {
  transform: skew(-2deg, 0) translate(3px,0);
  -ms-transform: skew(-2deg, 0) translate(3px,0);
  -webkit-transform: skew(-2deg, 0) translate(3px,0);
}*/
#film_roll_2 .film_roll_child.active {
  top: -10px;
}
#film_roll_2_left {
  position: absolute;
  left: 15px;
  top: 50%;
  background:rgba(255,255,255,.3);
  border:0px;
}
#film_roll_2_right {
  position: absolute;
  right: 15px;
  top: 50%;
  background:rgba(255,255,255,.3);
  border:0px;
}

#film_roll_2_right:hover, #film_roll_2_left:hover {

    background:rgba(255,255,255,1);
    color:#672100;
}

div[class*="film_roll_pager"] {

    display:none;
}


/* Sinema Detay Sayfaları */


.sinemaLogo {

    width:150px;
    float:left;
    margin-bottom:10px;
    padding:1px;
    border:1px solid #e1e2e3;
}

#google-container {
  position: relative;
  width: 100%;
  height: 300px;
}

#gmap {
  position: relative;
  padding:10px;
  border:1px solid #e1e2e3;
}

#gmap address {
  
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem 1rem;
  background-color: #73804d;
  color: white;
  
}

#zoom-in, #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 1.5rem;
  background-color: #73804d;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("http://imgh.us/cd-icon-controller.svg");
  
}

#zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#zoom-out {
  background-position: 50% -32px;
}


.sinemaTelefon {

    font-weight:600;
    font-size:18px;
    
}


.mobileView {

    display:none;
}

.mobileHeading {

    padding-left:20px;
    color:#339966;
    font-size:17px;
    font-weight:600;
}

.mobileProcess {

    margin-top:20px;
}

.mobileProcess .col-xs-3 {

    padding:10px;
    background-color:#ffffff;
    color:#dedede;
    cursor:pointer;

}

.activeProcess {

   
    background-color:#339966 !important;
    color:#ffffff;

}

.mobileProcess .dataLine {

    padding:10px;
    background:#339966;
    color:#ffffff;
    text-align:left;
    font-size:12px;
}


.processData {

    display:none;
}

.DataIn {

    display:block;
}



/** CİHAZ VE ÇÖZÜNÜRLÜK  **/

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) { 

	.topMenu {

		display:none;
	}

    .toolsMenu a span {
        display:none;
    }
    .toolsMenu a i {
        padding:5px;
        background: #f7b50c;
       
        border:2px solid #f7b50c;

        color:#ffffff;
        border-radius:50%;
       
    }

    .ghostForm {

    
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
}

}

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){

	.topMenu {

		display:none;
	}
    .toolsMenu a span {
        display:none;
    }
    .toolsMenu a i {
        padding:5px;
        background: #f7b50c;
       
        border:2px solid #f7b50c;

        color:#ffffff;
        border-radius:50%;
       
    }

    .ghostForm {

    
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
    }
}

@media screen and (max-device-width: 480px) { 
	.topMenu {

		display:none;
	}
    .toolsMenu a span {
        display:none;
    }
    .toolsMenu a i {
        padding:5px;
        background: #f7b50c;
       
        border:2px solid #f7b50c;

        color:#ffffff;
        border-radius:50%;
       
    }

    .ghostForm {

    
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
}
}

@media screen and (device-width: 320px) and (device-height: 533px) and (-webkit-device-pixel-ratio: 1.5) {
	.topMenu {

		display:none;
	}
    .toolsMenu a span {
        display:none;
    }
    .toolsMenu a i {
        padding:5px;
        background: #f7b50c;
       
        border:2px solid #f7b50c;

        color:#ffffff;
        border-radius:50%;
       
    }

    .ghostForm {

    
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
}
}

@media only screen and (-webkit-device-pixel-ratio: 2) {
	.topMenu {

		display:none;
	}
    .toolsMenu a span {
        display:none;
    }
    .toolsMenu a i {
        padding:5px;
        background: #f7b50c;
       
        border:2px solid #f7b50c;

        color:#ffffff;
        border-radius:50%;
       
    }

    .ghostForm {

    
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
}
}

@media screen and (max-width: 320px) { 
	.topMenu {

		display:none;
	}
    .toolsMenu a span {
        display:none;
    }
    .toolsMenu a i {
        padding:5px;
        background: #f7b50c;
       
        border:2px solid #f7b50c;

        color:#ffffff;
        border-radius:50%;
       
    }

    .ghostForm {

    
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
}
}

@media screen and (max-width: 640px) { 
	.topMenu {

		display:none;
	}

    .toolsMenu a  {
       padding:0px;
    }
    .toolsMenu a span {
        display:none;
    }

    .toolsMenu a i {
        padding:5px;
        background: #f7b50c;
       
        border:2px solid #f7b50c;

        color:#ffffff;
        border-radius:50%;
       
    }

    .ghostForm {

    
    display:none;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    height:100%;
    background:rgba(255,255,255,1);
    }

    .nav-tabs li span {

        display:none;
    }

    .filterGridBlock div[class*="col-xs-12"] div[class="contentLayer"] {

    position:relative;
    background:#ffffff;
    padding:10px;
    height:500px;
    

}

.filterGridBlock div[class*="col-xs-12"] div[class="imgBody"] {

    position:relative;
    background:#ffffff;
    width:100%;
    

}

.filterGridBlock div[class*="col-xs-12"] div[class="imgBody"] img {

   width:100%;

}

.filterGridBlock div[class*="col-md-3"] div h5 {

    font-weight:700;
    font-size: 14px;
    line-height:22px;
    
}

.mobileView {

    display:block;
}

input[id*="BtnCityChange"] {

    margin-top:20px;
    margin-bottom:20px;
}

.chekoutTabs li span {

    display:none;
}

.input-group-addon {

    display:none;
}

}



