﻿
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@font-face {
    font-family: 'airstreamregular';
    src: url('/Content/font/airstream/Airstream-webfont.eot');
    src: url('/Content/font/airstream/Airstream-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/font/airstream/Airstream-webfont.woff') format('woff'),
         url('/Content/font/airstream/Airstream-webfont.ttf') format('truetype'),
         url('/Content/font/airstream/Airstream-webfont.svg#airstreamregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'oswaldregular';
    src: url(/Content/font/oswald_regular/oswald-webfont.eot);
    src: url(/Content/font/oswald-webfont.eot?#iefix) format('embedded-opentype'), 
         url(/Content/font/oswald-webfont.woff) format('woff'),
         url(/Content/font/oswald-webfont.ttf) format('truetype'),
         url(/Content/font/oswald-webfont.svg#oswaldregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/Content/font/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.eot');
    src: url('/Content/font/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/font/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('/Content/font/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('/Content/font/roboto/roboto_boldcondensed/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/Content/font/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.eot');
    src: url('/Content/font/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/font/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('/Content/font/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('/Content/font/roboto/roboto_condensed/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.footercookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

/* headings */
h3 {
    font-size: 24px;
}

/* regions */
body {

    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    
}

a {
    text-decoration: none;
    color: #fff;   
}

.mega-dropdown-menu {
    width: 500px;
}

a:hover {
    text-decoration: none;
    color: #c0c0c0;
}

a:active, a:focus {
    text-decoration: underline;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fcce0a;
    border-color: #337ab7;
    color: #000;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btn-outlined {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #606060;
}

.btn-outlined:hover, .btn-outlined:focus, 
.btn-outlined:active, .btn-outlined:active:focus { 
    outline: 0;
    opacity: 0.6; 
    background: rgba(0, 0, 0, 0.3);
}

ul.help-topics-list li {
    color: #ececec;
    font-weight: bold;
}

ul.help-topics-list li p {
    color: #c0c0c0;
    font-weight: normal;
}

.pagination>.active>a {
    color: #000 !important;
}

.show-text {
    font-family: 'Roboto Condensed', sans-serif;
    color: #dcdcdc;
    text-transform: uppercase;
}

.show-open {
    width: 44px;
    background: url(/Content/images/all-tickets.png) 0 0 no-repeat;
    height: 21px;
    margin: 0 auto;
    background-size: 98%;
}

.show-closed {
    width: 44px;
    background: url(/Content/images/all-tickets.png) 0 21px;
    height: 21px;
    margin: 0 auto;
    background-size: 98%;
}

.show-na {
    width: 44px;
    background: url(/Content/images/all-tickets.png) 0 42px;
    height: 21px;
    margin: 0 auto;
    background-size: 99%;
}

div#legends-container .legend-info {
    border-right: 2px solid #747474;
}

#floating-feedback {    
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    padding: 9px;
    background-color: #353535;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-top: 2px solid;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-size: 1.1em;    
}

.fontawesome-overlay:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.1em;
    content: "\f04b";
    top: 46%;
    right: 43%;
    padding: 8px 15px;
    background-color: #0e0f0f;
    display: inline-block;
    border-radius: 5px;
}

.fontawesome-overlay {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bottom-display-label {
    font-size: 0.9em;
    text-align: center;
    margin-top: 2px;    
}

.embed-booking-link {
    list-style: none;
}

span#search-element-label {
    font-size: 0.6em;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 2px;
    vertical-align: middle;
}

span#search-label-container {
    display: inline-block;
}

div#legends-container:last-child {
    border-right: none;
}

.legend-info:last-child {
    border: none !important;
}

#booking-table table#tSchedule {
    background-color: #1c1e1e;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #fcce0a;
}

.textfield {
    width: 210px;
    display: block;
    background: #000;
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #000;
    border-bottom: #2e3131 solid 1px;
}

label.error {
    color: #ff4d25;
}

.btn-fw {
    width: 100%;
}

.coupons-and-payment .panel-body {
    font-size: 1.1em;
}

#fixed-footer-msg {   
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    background-color: #181818;
}

#msg-container {
    background: url(/Content/Images/shmoti_mascot.png) no-repeat scroll 0 0;
    min-height: 800px;
    text-align: right;

}

#site-login .col-xs-4.text-center.fa-2 {
    min-height: 38px;
    padding-top: 7px;
}


#site-login .account-icon {
    font-size: 10pt;    
    border-radius: 50%;
    background-color: #505050;
    padding: 5px;
    margin-right: 7px;
}

a#loginLink, #dropdownMenu1 {
    background-color: #da6d0d;
    color: #fff;
}

a#loginLink:hover, #dropdownMenu1:hover {
    background-color: #b95d0c;
    color: #fff;
}

/* headings */
.sidebar .block-title {
    text-transform: uppercase;
    font-size: 1.3em;        
}

/* hover links */
span.item-on-hover {
	cursor: pointer;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
}

.item-on-hover *{
	filter:inherit;
} 

span.hover-link {	
	width:88px;
	height:27px;
	top: 50%;
	left: 50%;
	margin-left: -45px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 
	filter: alpha(opacity=0); 	
    background-color: #fcce0a;
    text-align: center;
    color: #000;
    line-height: 27px;
    box-shadow: inset 0 0 5px #5b5b5b;
}

span.hover-image {

	width:35px;
	height:35px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 
	filter: alpha(opacity=0);	
}

span.hover-video {
	background:url(/Content/Images/video.png) no-repeat scroll 0 0;
	width:35px;
	height:35px;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -17px;	
	position:absolute;
	display:block;
	opacity: 0; 
	filter: alpha(opacity=0);	
}
/*hover end*/

/* sidebars */
#sidebar-first-wrapper {
    border-right: 1px solid #323232;
    min-height: 1600px;
}

#sidebar-second-wrapper {
    border-left: 1px solid #323232;
    min-height: 1600px;
}

h1, h2, h3, h4 {
    font-family: oswaldregular !important;
}

h1 {
    color: #FFFFFF;
    font-family: "oswaldregular" !important;
    font-size: 32px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px 10px 10px 0px;
}

button.btn.btn-standard.seat-quantity.active {
    background-color: #4c961a;
    color: #000;
    font-weight: bold;
}

button.btn.btn-standard.screen-section.active {
    background-color: #4c961a;
    color: #000;
    font-weight: bold;
}

h2.block-title {
    background: url(/Content/Images/bg-title.gif) repeat-x scroll 83% 71% rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 1.7em;
    text-transform: none;
    margin-bottom: 0.833em;
    font-weight: normal;
    font-family: "oswaldregular";
}

h2 span {
    background: #1c1e1e;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


h3.block-title {
    background: url(/Content/images/bg-title.gif) no-repeat scroll 0 71% rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 1.4em;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: "oswaldregular";
    letter-spacing: 0.5px;
}


.upcominglistbox h3 span {
    font-family: Arial, Helvetica, sans-serif;
}

p .yellow a {
    color: #FFD700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
    text-decoration: none;
}


/* popups */
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: auto;
    padding: 16px;
    border: 16px solid #ffcc00;
    background-color: #1c1e1e;
    z-index: 1002;
    overflow: auto;
}

.popclose {
    color: #FFF;
    /*left: 665px;*/
    font-size: 20px;
    position: relative;
    top: -10px;
    z-index: 2000;
}

a.popclose:hover {
    color: #FFF;
	text-decoration: none;
}

.white_content ul li {
    color: #FFF;
    float: left;
    font-size: 16px;
    list-style-type: none;
    margin: 5px 10px;
}

#login-separator {
    background: url(/Content/images/dot-gray.png) repeat-x 50% 50%;
    padding: 10px 0;
    text-align: center;
    font-size: 1.5em;
    font-family: 'oswaldregular';
}

#login-separator span {
    padding: 0 15px;
    background-color: #222;
}

#account-region {  
    margin-bottom: 30px;
    margin-top: 30px;
}

#login-wrapper, #register-wrapper {
    margin-bottom: 20px;
}

.panel-significance h2.block-title span {
    background-color: #222;
}

/* buttons */
.btn {
    outline: none !important;
    outline-offset: 0px !important;
}

.btn-standard {
    color: #d9d9d9;
    box-shadow: 0 0 5px #111;
    -webkit-box-shadow: 0 0 5px #111;
    border-radius : 5px;
    border: 1px solid #000;
    -webkit-border-radius : 5px;
    background: url(/Content/Images/bg-btn-quicktab.gif) repeat-x 0 0;
}

.btn-standard:hover {
    background: #000;
    color: #fff;
}

.btn-standard:focus {
    color: #8b8b8b;
}

.active .btn-standard {
    box-shadow: inset 0 0 5px #0f1011;
    background: #fcce0a;
    color: #000;
}

.btn-black {
    box-shadow: 0 0 5px #111;
    -webkit-box-shadow: 0 0 5px #111;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(/Content/images/bg-readmore.gif) 0 0 repeat-x;
    border: 1px solid #010101;
    color: #fff;
    display: inline-block;
    font-size: 0.917em;
    margin-bottom: 5px;
    padding: 5px 10px;
    line-height: 16px;
    text-transform: uppercase;
    vertical-align: middle;
}


.btn-readmore {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.btn-black:hover {
    background: #000;
    border-bottom: 1px solid #2e3131;
    color: #FFF;
    text-decoration: none;
}

.btn-black:focus {
    background: #000;
    border-bottom: 1px solid #2e3131;
    color: #FFF;
    text-decoration: none;
}

.btn-yellow {
    background: #fcce0a;
    border-color: #fcce0a;
    color: #000;
}

.btn-yellow:hover {
    background-color: #e8bc00;
}

.btn-yellow:focus {
    border-color: #4e4e4e;
}

.btn-yellow:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-top-header:hover {
    background: #d0ab0f;
    color: #000;
    box-shadow: 0 0 5px #111;
    -webkit-box-shadow: 0 0 5px #111;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-top-header {
   background: #fcce0a;
   font-family: 'oswaldregular';
   text-transform: uppercase;
   color: #000;
   border-radius: 3px;
    font-size: 12px;
   padding: 11px 12px;
   border-left: 1px solid #1c1e1e;
}

.btn-block-login {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.btn-roboto {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
/* blocks */
.block-intro {
    font-weight: bold;
    margin-bottom: 1em;
    color: #d9d9d9;
}

.block-content-row {
    border-bottom: 1px dotted #323232; 
    padding-bottom: 10px; 
    margin-bottom: 20px;
    margin-top: 5px; 
    display: inline-block; 
    width: 100%;
}

.times-row-spinner {
    position: absolute;
    width: 100%;    
    right: 0;
    left: 0;    
    height: 100%;
    text-align: center;
    background-color: rgba(247, 247, 247, 0.5);
    line-height: 95px;
    z-index: 999;
}

.block-content-row-last {
    border-bottom: none;
}

#intro-block-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

#intro-block-wrapper .block-inner {
    padding-top: 60px;
}

#intro-block-wrapper .grid-inner {
    border-bottom: 5px solid #323232;
}

.movie-list-link {
    text-transform: uppercase;
}

#intro-block p {
    font-size: 1.3em;
}

.block-inner {    
    padding-bottom: 15px;
}

/* wrappers for times lists */
ul.theatre-listings-times-wrapper {
    border-bottom: 2px solid #777;
    margin-bottom: 5px;
    padding: 0 0 5px 0;
}

li.listings-display {
    display: block;
    margin-right: 10px;
    color: #d9d9d9;
}

ul.theatre-listings-times-wrapper:last-child {
    border-bottom: 0;
}

.label-grey {
    font-family: sans-serif;
    background-color: #6b5a5a;
}

/* block margins */
#main-content-wrapper {
    min-height: 768px;
}

#carousel-movies-block .block-inner {
    padding-bottom: 20px;
    border-bottom: 1px solid #323232;
}

#trailers-and-events-region {
    border-bottom: 1px solid #323232;
}

#facebook-box-wrapper {
    border-right: 1px solid #323232;
}

#events-wrapper {
    border-right: 1px solid #323232;
}

#trailer-carousel-wrapper .grid-inner {
    border-bottom: 1px solid #323232;
}

#news-and-events-wrapper {
    border-left: 1px solid #323232;
}

#social-and-trailers-carousel-region {
    border-bottom: 1px solid #323232;
}

#welcome-text-block .block-inner {
    padding: 15px 0;
}

#welcome-text-region {
    border-bottom: 1px solid #323232;
}

#latest-popular-block .block-inner {
    padding: 15px 0;
}


.block-content.register-shmoti {
    padding-right: 25px !important;
    border-right: 2px solid #444;
}

.block-content.register-social {
    padding-left: 25px !important;
}

.block-content {
    padding-top: 10px;
}

.notify-me {
    padding: 15px;
} 


/* button tabs - rows */
ul.button-tabs {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.button-tabs li {
    background: none;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    padding: 0.5em 0.6em;
}


.button-tabs-centered {
    display: table;
    margin: 0 auto;
    color: #eee;
    text-transform: uppercase;
}

.btn-unusually-large {
    padding: 20px;
    border-radius: 0 !important;
}

/* top header */
#block-city-choice {
    display: inline-block; 
}

#block-city-choice-row {
    float: left;
}

#you-are-here {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}

a#current-city-link {
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding: 11px;
    background-color: #fcce0a;
}

a#current-city-link:focus {
    color: #515a57;
}

/* header login and register styling */
.login {
    width: 970px;
    margin-top: 5px;
}

.logouttop {
    width: 280px !important;
}

#top-login .button-tabs {
    float: right;
}

#top-login ul.button-tabs li {
    padding: 0;
    margin: 0;
}

/* TOP SLIDER */
#top-header-content {
    overflow: hidden;    
    color: #888;
    text-transform: uppercase;
    font-family: oswaldregular;
}

#SearchShowsDiv {
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 3px solid #fcce0a;
    color: #888;
}

#container-topsearch {
    width: 1000px;
    margin: 0 auto;
}

.fb-like {
    float: right;
}

a.contact {
    float: right;
    height: 26px;
    width: 73px;
    display: block;
    text-indent: -9999px;
    background: url(/Content/images/search.png) no-repeat 0 0;
}

a.SearchShows {
    margin-left: 3px;
    float: right;
    height: 26px;
    width: 150px;
    display: block;
    text-indent: -9999px;
    background: url(/Content/images/searchshows.png) no-repeat 0 0;
}

/* login page */
#social-login {
    margin-top: 30px;
}

/* floats */
.login .button-tabs { 
    float: right;
}

/* SEARCH */
.sm-ser {
    font-family: Arial, Helvetica, sans-serif;
    border: #e1e1e1 1px solid;
    background: #fff;
    float: left;
    padding: 0 3px;
}


.frt {
    float: right;
}


#tw-input-text {
    width: 175px;
    float: left;
    border: 0;
    background: #fff;
    color: #777;
    line-height: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 1px;
    margin-bottom: 1px;
    height: 20px;
}

#tw-input-text:focus {
    outline: none;
    color: #333;
}

#tw-input-submit {
    background: url(/Content/images/icons/search.png) no-repeat 9px 5px;
    border: 0;
    float: left;
    width: 30px;
    z-index: 100;
    cursor: pointer;
}

/* font colors */
.yellow-text {
    color: #ffd700;
}

/* caption */
.page-title-wrap {
    background: #fcce0a url(/Content/images/pattern.png) repeat;
    min-height: 80px;
    border-bottom: 4px solid #000;
    border-top: 4px solid #000;
    width: auto;
    margin: 0px auto;
    color: #141a1e;
    text-transform: uppercase;
    font-size: 2.2em;
    font-family: "oswaldregular";
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.page-title-container {
    padding: 45px 0 13px 0;
}

.wrap_main {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/* slideshow overrides */
#myCarousel {
    -webkit-box-shadow: 0px 9px 23px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 9px 23px 1px rgba(0,0,0,1);
    box-shadow: 0px 9px 23px 1px rgba(0,0,0,1);
}

#slideshow-wrapper .container {
    padding: 0;
}

.slideshow-caption-wrapper {
    position: absolute;
    z-index: 9999;
    width: 350px;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    height: 100%;
    top: 0;
}

.slideshow-ads-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: auto;
    top: auto;
    text-align:center;
    display:inline-block;
    z-index:99999;
}

.slideshow-img-container {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    position:relative;
}

.slidshow-ads-img {
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.image-container {
    display: inline-block;
    pointer-events: auto;
    position: relative;
    border: 10px solid rgba(255,255,255, 0.7);
}

.ad-info-padding .tooltiptext {
    visibility: hidden;
    width: 90px;
    background-color: black;
    color: #fff;
    text-align: center;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.ad-info-padding:hover .tooltiptext {
    visibility: visible;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    white-space:nowrap;
    left:50%;
}


    svg.ad-info-button {
        background: #fff;
        display: inline-block;
        fill: #757575;
        fill-opacity: .8;
        height: 15px;
        width: 15px;
        opacity: .9;
        pointer-events: all !important;
    }

svg.svg-close-button {
    background: #fff;
    fill: #757575;
    fill-opacity: .8;
    float: right;
    height: 15px;
    width: 15px;
    opacity: .9;
    pointer-events: all !important;
}

.ad-info-padding {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-top: 1px;
    padding-right: 1px;
    position: relative;
    z-index: 1001;
    width: 15px;
    height: 15px;
}

.close-padding.contains-svg {
    width: 15px;
    height: 15px;
    padding-top: 6px;
    padding-right: 6px;
}

.close-padding.condensed{
    cursor:pointer;
    float:right;
    margin:0;
    padding-top:1px;
    position:relative;
}

.close-padding{
    color:white;
    cursor:pointer;
    margin:0;
    padding-bottom:10px;
    padding-left:20px;
    position:absolute;
    right:0;
    top:0;
    z-index:1001;
}

.overlays-action-tray {
    position: absolute;
    right:0px;
    top: 0px;
}

.slideshow-caption-content {
    padding: 10px 20px;
    font-size: 1.1em !important;
}

.slideshow-caption-wrapper h3 {
    font-family: 'oswaldregular';
    text-transform: uppercase;
    margin-bottom: 15px;
}

.slideshow-caption-content a.caption-title:hover {
    color: #f07d44;
    font-size: 1.1em !important;
}

.slideshow-caption-content a.caption-title {
    color: #fcce0a;
}

.slideshow-caption-content .field {
    font-size: 16px;
    color: #d9d9d9;
}

.field .title {
    font-family: sans-serif;
    font-weight: bold;
}

.slideshow-caption-content .field {
    margin-bottom: 10px;
}

.slideshow-img {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

/* override bootstrap */
nav {
    font-family : oswaldregular;
    text-transform: uppercase;
}

.navbar-toggle {    
    padding: 10px 8px;
    background-color: #3a3a3a;
    border-radius: 0 !important;
}

button.navbar-toggle.collapsed {
    background-color: #545454;
}

.navbar-toggle .icon-bar {
    background-color: #eee;
}

#nav-main {
    padding: 10px 0;
}

#main-menu-list {
    padding: 10px 0;
}

nav.navbar.navbar-static-top {
    margin-bottom: 0 !important;
}

nav li a:hover {
    color: #000;
    background-color: #fcce0a !important;
}

nav.navbar.navbar-static-top {
    background-color: #2d2d2d;
}

.dropdown-menu > li > a {
    color : #fff !important;
}

.dropdown-menu > li > a:hover {
    color : #000 !important;
}

/* news and events and dates */
.news-and-events-date {
    background: url(/Content/images/bg-date.gif) 0 0 repeat;
    color: #fff;
    display: block;
    float: left;
    font-family: 'oswaldregular';
    font-size: 1.166em;
    margin-right: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.news-and-events-title {
    font-size: 1.166em;
    margin-bottom: 20px;
    padding-top: 5px;
}

.news-and-events-heading:hover {
    color: #fcce0a;
    text-decoration: none;
}

.news-and-events-description {
    color: #777;
}

.divTabPanel .tab-content {
    margin-top: 20px;
}

/* search form */
.sb-search {
    position: relative;
    width: 0%;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search {
    width: 240px;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 0 15px;
    font-family: inherit;
    color: #2c3e50;
}
 
input[type="search"].sb-search-input {
    background-color: #eee;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}
 
.sb-search-input:-moz-placeholder {
    color: #efb480;
}
 
.sb-search-input::-moz-placeholder {
    color: #efb480;
}
 
.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #1c1e1e;
    background: #fcce0a;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
 
.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 240px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #fcce0a;
    color: #1c1e1e;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}

span.inside-text {
    font-family: 'oswaldregular';
    font-size: 15px;
    text-transform: uppercase;
}


#carousel-movies-wrapper {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

#footer-wrapper .container-fluid {
    border-top: 3px solid #323232;   
}

#footer {
    background: linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;
}

.row.region.region-menu-footer {
    background-color: #141414;
    padding: 20px 0;
    border-bottom: 1px solid #323232;
}

.shmoti-copyright {
    padding: 10px 0;
}

/* jcarousel settings */
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;   
}


.jcarousel-popular-list ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-popular-list li {
    float: left;
    width: 160px;
    height: 138px;
    margin: 0 14px;
}

.jcarousel-popular-list img {
    display: block;
}

/** Trailers carousel **/
.jcarousel-trailers-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel-trailers-list ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-trailers-list li {
    float: left;
    width: 185px;
    position: relative;
    margin: 0 10px;
}

.jcarousel-trailers-list img {
    display: block;
    width: 100%;
    height: auto;
}

#trailers-carousel .carousel-col {
    margin: 0 10px;
}

.popover-content {    
    color: #eee !important;
}

/* bootstrap callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #575757;
    border-left-width: 5px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

/* theater listings */
.theatre-listings {
    margin-bottom: 20px;
}

ul.theatre-listings-times-list {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 0;    
}

.theatre-listings-time-item {
    position: relative;
    display: inline-block;
    margin: 7px 10px 7px 0;

}

.coupons-and-payment .tooltip-inner {
    min-width: 150px !important;
}


li.theatre-listings-time-item.show-disabled a.theatre-listings-time-link {
    background-color: #777;
}

li.theatre-listings-time-item.no-booking a.theatre-listings-time-link {
    background-color: #d9d9d9;
    cursor: text;
}

.theatre-listings-time-item.show-disabled a {
    cursor: not-allowed;
}

.theatre-listings-row {
    overflow: hidden;
    margin-bottom: 12px;
    background-color: #343434;
}

.theatre-listings-venue {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}


.theatre-listings-time-text {
    padding: 4px;
}

a.theatre-listings-time-link {
    text-decoration: none;
    font-weight: bold;
    background-color: #fcce0a;
    padding: 5px;
    display: inline-block;
    color: black;
}

a.theatre-listings-time-link:hover {
    background-color: #d0a903;
}

.theatre-listings-time-text {
    border-top: 1px dashed #2d2d2d;
    border-bottom: 1px dashed #333;
}   

.theatre-listings-venue p {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 1.2em;
    font-weight: bold;
    color: #eee;
}

/* fields */
.field {
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.field-label h3 {
    font-size: large;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.field-label h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'oswaldregular';
}

.field-type-image img {
    /*width: 100%;*/
}

.field-label p {    
    text-transform: uppercase;   
    font-weight: bold;
    color: #c0c0c0;
    margin-bottom: 0;
    font-size: large;
    font-family: 'Roboto Condensed';
}

span.clock-icon {
    padding-right: 10px;
}


.sidebar-trailer-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.trailer-row-title {
    text-transform: capitalize;
    color: #999;
    font-weight: bold;
    margin-bottom: 5px;
}

.field.field-info-buttons {
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #323232;    
}

.show-timings-label p {
    text-transform: uppercase;
    color: #1c1e1e;
    font-weight: bold;
    margin: 24px 0;
    font-size: 1.1em;
}

.theatre-movie-timings .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.theatre-movie-timings {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #999;
}

.movie-row, .trailer-row {
    margin-bottom: 20px;
    padding: 0 10px 5px 10px;
    background-color: #171717;
}


#latest-movies .movielist-field-title a {
    font-weight: bold;
    font-size: 1.1em;  
}

#latest-movies .movielist-field-title {
    padding-bottom: 15px;
}

#latest-movies .movielist-field-image {
    float: left;
    padding-right: 1.5em;
}

#latest-movies .movielist-field-description {
    color: #999;
    padding-left: 1.5em;
}

#latest-movies .movielist-field-created {
    margin: 5px 0;
    color: #999;
    font-style: italic;
}

#latest-movies .item-genre {
    /* color: #ffde00; */
    font-weight: bold;
    text-transform: capitalize;
}

#popular-movies p.movielist-field-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #000;
    color: #999;
    position: relative;
    padding-bottom: 2px;
    bottom: 5px;
    margin-bottom: 0;
    border-bottom: 1px solid #323232;
}

p.movielist-field-genre {
    margin: 0;
    color: #999;
    font-size: 11px;
    position: relative;
    top: 5px;
}

.movielist-field-caption {
    position: relative;
    padding: 10px;
    background-color: #000; 
    text-transform: capitalize;
    text-align: center;
    bottom: 15px;
    height: 70px;
}

#popular-movies .movielist-field-title a {
    font-weight: bold;
    color: #999;
}

#popular-movies .movielist-field-title a:hover {
    color: #d9d9d9;
}

div.carousel-field-title {
    font-family: 'Roboto Condensed', sans-serif;
}

#jcarousel-trailers div.carousel-field-title {
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.1em;
    text-overflow: ellipsis;
    padding: 8px;
    top: 0;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.51);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.jcarousel-main div.carousel-field-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    padding: 0 9px;
    font-size: 1.1em;
    font-weight: bold;
    background-color: rgba(0,0,0,0.8);
    position: relative;
    text-align: center;
    text-transform: capitalize;
    line-height: 50px;
    text-transform: uppercase;
    bottom: 50px;
    margin: 0 auto;
}

.carousel-field-image img {
    border: 1px solid black;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.overlay-play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/Content/Images/video-play.png) no-repeat center center;
}

.overlay-play-link span {
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    background-position: 50% 50%;
    left: 0;
}

.clickable {
    cursor: pointer;
}

a.news_more {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
    text-decoration: none;
}

/* font colors */
.white {
    color: #ffffff;
}

.black {
    color: #000;
}

.black:hover {
    color: #555555;
}

a.white:hover {
    color: #d9d9d9;
}

.light-grey {
    color : #d9d9d9 !important;
}

.grey1 {
    color : #c0c0c0 !important;
}

a.grey1:hover {
    color: #fff !important;     
    text-decoration: none;
}

.grey2 {
    color : #999999;
}

a.grey2:hover {
    color: #fff;
    text-decoration: none;
}

.dark-grey {
    color : #666666;
}

a.dark-grey:hover {
    text-decoration: none;
    color : #555555;
}

.darkest-grey {
    color: #555555;
}

.mustard1 {
    color: #fcce0a;
}

a.mustard1:hover {
    color: #fff;
}

.mustard2 {
    color: #ffd700 !important;
}

.orange {
    color: #da6d0d !important;
}

.bold {
    font-weight: bold !important;
}

.trailer-content {
    margin-top: 3em;
}

.trailer-title, .movie-rating-title {
    font-family: 'Roboto Condensed', sans-serif;   
    text-transform: uppercase;
    font-weight: bold;   
    margin: 10px 0;
    font-size: large;
}

.movie-rating {
    border-top: 6px solid #323232;
    margin-top: 1.8em;
}

/* custom slideshow-carousel controls*/
.right.carousel-control, .left.carousel-control  {
    width: 10%;
    height: 25%;
    top: 35%;
    background: none !important;
}
/* booknow button css */
.TabbedPanelsContentGroup {
    clear: both;
}
#divSearch {
    width: 400px;    
    border-top: 1px solid #fcce0a;    
    background-color: #323232;    
    position: absolute;
    z-index: 1049;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.75);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

#divSearch .nav-tabs {
    margin-bottom: 15px;
}

ul.button-tabs {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.tabs-buttons {
    padding: 0;
    border-bottom: 5px solid #fcce0a;
}

.searchtab {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}

.divTabPanel .content .video {
    text-align: center;
    width: 100%;
}

.divTabPanel .content .video .info_read {
    text-align: left;
}

.divTabPanel .content .video p {
    text-align: left;
}


.divSearchTab {
    overflow: hidden;
    padding: 4px;
}

.divSearchTab h3 span a {
    color: #FFD700;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.divSearchTab h3 span a:hover {
    text-decoration: none;
}

li.searchtab:hover {
    background-color: #d6ad00;
}

li.searchtab.active {
    background-color: #fcce0a;
}

.searchtab a {
    padding: 7px 20px;
    display: inline-block;
}

.lower-buttons {
    padding: 0;
}

#btn-book-now .caret {
    margin-left: 5px;
}

.field-row {
    margin-bottom: 15px;
}

.field-row a {
    margin-bottom: 5px;
    display: block;
}

#theaters-list-block .field-row a {    
    text-transform: capitalize;
}

#theaters-list-block .field-row {
    color: #666;
}

#latest-block .field-row a {    
    font-weight: bold;
}

.newspaper-icon, .events-icon {
    display: inline-block;
    position: relative;
    bottom: 3px;
    color: #999;
    margin-right: 5px;
}

.side-stuff {
    display: inline-block;
}

.side-stuff p {
    margin-bottom: 0;
    color: #666;
}

.newspaper-icon i, .events-icon i {
    top: 5px;
}

#news-block .field-row a, #events-block .field-row a {
    font-weight: bold;
    margin-bottom: 0;
}

#list-city-name {
    color : #1c1e1e !important;
}

.list-group-horizontal .list-group-item {
    display: inline-block;
    border-radius: 4px;
    border-color: #999;
    background-color: none;
    padding: 6px 10px;
    margin: 5px;
}

.list-group-horizontal .list-group-item.active, .list-group-horizontal .list-group-item.active:hover, .list-group-horizontal .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #fcce0a;
}

.active-city-choice {
    background-color: #fcce0a;
    margin: 0 10px;
}

.fa-2 {
    font-size: 1.1em;
}

.fa-3 {
    font-size: 1.2em !important;
}

.booknow-btn-container, .login-btn-container {
    float: right;
}

.btn-top-header:focus {
    color: #947800;
}

.dropdown-menu {
    z-index: 3000;
}

.youtube-iframe {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.youtube-iframe iframe {
   position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#current-running-carousel .carousel-col, #coming-soon-carousel .carousel-col {
    margin: 0 20px;
}

.showtimes-time {
    display: inline;
    font-weight: bold;
    color: #fcce0a;
}

.showtimes-venue {
    text-transform: capitalize;    
    font-style: italic;
}

.italic {
    font-style: italic;
}

.showtimes-venue i {
    padding-right: 0.3em;
}

.pager-item img {
    display: inline-block;
    opacity: 0.6;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.pager-item img:hover, .pager-item.synced img {
    opacity : 1.0;
}


.pager-item {
    width: 15%;
    display: inline-block;
    margin: 4px;
    border: 2px solid black;
    background-color: black;
    cursor: pointer;
}

#slideshow-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 10px 12px;
  font-size: 12px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

#slideshow-carousel .owl-controls .owl-buttons .owl-prev{
    left: -5px;   
    border-radius: 0 2px 2px 0;
}
 
#slideshow-carousel .owl-controls .owl-buttons .owl-next{
    right: -5px;
    border-radius: 2px 0 0 2px;
}

#slideshow-carousel .owl-buttons i {
    margin-top: 2px;
}

#slideshow-wrapper .container {
    -webkit-box-shadow: 0px 9px 23px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 9px 23px 1px rgba(0,0,0,1);
    box-shadow: 0px 9px 23px 1px rgba(0,0,0,1);
}

ul.pager-list {
    list-style: none;   
    text-align: center;
    padding-left: 0;
}

.well {
    background-color: #343434;
    border-color: #343434;
    color: #c0c0c0;
}

#forgot-password-well {
    margin: 40px 0;
}

#forgot-password-well .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

#forgot-password-well legend {
    font-size: 1.2em;
    text-align: center;
    color: #999;
    border-color: #999;
}

#forgot-password-well .form-submit {
    text-align: center;
}

.oswald-regular {
    font-family: "oswaldregular" !important;
}

.form-control {
    background-color: #000;
    color: #c0c0c0;
    border: 1px solid #222222;
}

.nopadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.font-2x {
    font-size: 1.1em;
}

.font-3x {
    font-size: 1.2em;
}

.font-4x {
    font-size: 1.3em;
}

#carousel-movies-block .owl-next, #carousel-movies-block .owl-prev {
    border-radius: 0 !important;
    font-size: 18px;
    position: absolute;
    padding: 10px;
    height: 40px;
    width: 30px    
}

#carousel-movies-block .owl-prev {
    top: 30%;
    left: 0;
}

#carousel-movies-block .owl-next {
    top: 30%;
    right: 0;
}

.fixed-width-210 {
    width: 210px;
}

.nav-tabs>li>a:hover {
    background-color: #444;
}

.nav-tabs>li.active>a {
    background: #fcce0a !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
}

.booknow-close i:hover {
    color: #fff;
}

/* rateit css for big stars */
div.bigstars div.rateit-range
{
	background: url(/Content/libraries/rateit/star-white24.png);
	height: 32px;
}
	 
div.bigstars div.rateit-hover
{
	background: url(/Content/libraries/rateit/star-yellow24.png);
}
	 
div.bigstars div.rateit-selected
{
	background: url(/Content/libraries/rateit/star-red24.png);
}
	 
div.bigstars div.rateit-reset
{
	background: url(/Content/libraries/rateit/star-black24.png);
	width: 32px;
	height: 32px;
}
	 
div.bigstars div.rateit-reset:hover
{
	background: url(/Content/libraries/rateit/star-white24.png);
}


span.rating-value {
    font-size: 16px;
    margin-left: 10px;
    bottom: 9px;
    border-bottom: 3px solid #fcce0a;
    display: inline-block;
    position: relative;
    background-color: #343434;
}

span.span1 {
    color: #d9d9d9;
    font-weight: bold;
}

span.span2 {
    color: #999;
}

.something {
    border-left: 1px solid #999;
    font-size: 14px;
    padding-left: 10px;
    margin: 6px 0;
}


.field-movie-description .field-content {
    text-align: justify;
}

.nav-tabs>li>a {
    background: rgba(102,102,102,1);
    background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 77%, rgba(66,66,66,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(77%, rgba(102,102,102,1)), color-stop(100%, rgba(66,66,66,1)));
    background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 77%, rgba(66,66,66,1) 100%);
    background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 77%, rgba(66,66,66,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 77%, rgba(66,66,66,1) 100%);
    background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(102,102,102,1) 77%, rgba(66,66,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#424242', GradientType=0 );
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}


.movielist-wrapper {
    margin: 15px 0;
}

.movielist-field-image img {
    border: 1px solid black;
}

seatinfo .openchair, .seatinfo .blockedchair, .seatinfo .bookedseat, .seatinfo .selectedseatlegend {
    background-position: 0px 0px;
}


.seatinfo span {
    text-align: center;
    vertical-align: bottom;
    height: 24px;
    display: inline-block;
}

.openchair {
    background-color: #222;
    background-image: url("/Content/Images/wchair.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 24px;
    margin: 2px 2px 5px;
    min-width: 24px;
}

.closechair {
    margin: 4px;
    min-width: 24px;
    height: 24px;
    background-image: url('/Content/Images/gchair.png');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.blockchair {
    margin: 4px;
    min-width: 24px;
    height: 24px;
    background-image: url('/Content/Images/rchair.png');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.blockedchair, .blockedchairlegend {
    background-color: #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-repeat: no-repeat;
    border: medium none;
    cursor: not-allowed;
    height: 24px;
    margin: 4px 4px 5px;
    min-width: 24px;
}

.unselectablechair {
    background-color: #967a7a ;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-repeat: no-repeat;
    border: medium none;
    cursor: not-allowed;
    height: 24px;
    margin: 4px 4px 5px;
    min-width: 24px;
}

.blockedchair {
    cursor: text !important;
}

.nochair {
    cursor: pointer;
}

.pathway {
    background-color: #222;
	/*display: block;
    width: 40px;
    cursor: default;*/
	/*background-image: url("/Content/Images/pchair.png");*/
    background-repeat: no-repeat;
    border: medium none;
    cursor: not-allowed;
    height: 24px;
    margin: 4px 4px 5px;
    min-width: 24px;
    /*height: 30px;*/
}
.unselectablechair {
    background-color: #222;
    background-image: url("/Content/Images/gchair.png");
    background-repeat: no-repeat;
    border: medium none;
    cursor: not-allowed;
    height: 24px;
    margin: 4px 4px 5px;
    min-width: 24px;
}

.openseat, .openseatlegend {
    min-width: 24px;
    /*height: 20px;*/
    margin: 4px;
    background-color: #fcce0a;    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-repeat: no-repeat;
    height: 24px;
    margin-bottom: 5px;
    border: none;
    cursor: pointer;
}

.selectedseat, .selectedseatlegend {
    background-color: #048911;
    background-repeat: no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: medium none;
    cursor: pointer;
    height: 24px;
    margin: 4px 4px 5px;
    min-width: 24px;
}


.bookedseat, .bookedseatlegend {
    margin: 4px;
    min-width: 24px;
    height: 24px;
    background-color: #E30C0C;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-repeat: no-repeat;
    margin-bottom: 5px;    
    border: none;
}

.rowcheck {
    min-width: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.rowBlock {
    min-width: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.rowsolid {
    background-color: #222;
    cursor: text;
}

.rowname {
    max-width: 30px;
    height: 25px;
    margin-top: 5px;
}

.boldback {
    background: #222;
    /*border: 0.5px solid #000;*/
    margin: 3px;
    text-align: left;
    padding-top: inherit;
    padding-right: 10px;
    padding-bottom: inherit;
    padding-left: 10px;
    color: #DDDDDD;
    /*width: 2px;*/
}

.blockedcell {
    background-color: #222;
    width: 30px;
    height: 30px;
}

.unselectablecell {
    background-color: #222;
    width: 30px;
    height: 30px;
}

.normalcell {
    margin: 30px;
    background-color: #222;
    width: 30px;
    height: 30px;
}

.focusDDL {
    background-color: #FFFF99;
}

.overlayDiv {
    width: 95%;
    height: 50px;
    margin: 5px;
    position: fixed;
}

.booking-summary .field-label, .booking-summary .field-content {
    display: inline;
}

.booking-summary .field {
    font-size: 1.3em;
}

.booking-summary .field-label {
    font-family: 'roboto_condensedbold', sans-serif;
    text-transform: uppercase;
}

div#no-seats {
    margin: 0 auto;
    opacity: 0.3;    
    height: 300px;
    width: 60%;
    background-color: #343434;
    line-height: 300px;
}

#no-seats h3 {
    display: inline-block;
    line-height: normal;
}

.booking-screen-tickets {
    margin-bottom: 20px;
}

.booking-seatinfo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: #222222;
}

.screenside {
    background-color: #343434;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-size: 1.2em;
    border-radius: 4px;
    margin: 0 auto;
    width: 60%;
}

#booking-table {
    overflow: auto;
    margin: 20px 0;
}

#action-buttons {
    margin: 20px 0;
}

#action-buttons button {
    margin: 0 5px;
}

.booking-screen-tickets .form-group {    
    border-radius: 4px;
    padding: 8px;     
}

.booking-screen-tickets legend {
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
}

.box-heading {
    /* border-bottom: 1px solid #323232; */
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #555555;
}

.box-heading h3 {
    font-family: 'oswaldregular';
    font-size: 21px;
}

.lblShowDate b {
    color: #fcce0a;
}

.footer-logo {
    text-align: center;
}

.footer-menu li {
    border-right: 1px solid #323232;
}

ul.footer-menu {
    margin: 5px 0;
    font-family: 'oswaldregular';
    text-transform: uppercase;
}

.footer-menu .last {
    border: none;
}
.ticket-summary, .event-summary {
    font-size: 1.3em;
}

.footer-menu>li>a {
    font-size: 13px !important;
}

.ticket-summary-title h3 {
    font-family: 'oswaldregular' !important;
    text-transform: uppercase;
}

.summary-field {
    margin: 14px 0;
}

.summary-field .field-title, .summary-field .field-content {
    display: inline-block;
}

.field-title {   
    font-family: 'Roboto Condensed', sans-serif;
}


.summary-field.movie-name, .summary-field.event-name {
    font-size: 1.3em;
    text-align: center;
    background-color: #fcce0a;
        padding: 5px 0;
    color: #000;
}

.inline-block {
    display: inline-block;
}

.summary-field.charges-heading {
    background-color: #da6d0d;
    color: #000;
    text-align: center;
    font-size: 1.3em;
    padding: 5px 0;
}

.summary-field.movie-grand-total {
    font-size: 1.3em;
    border-top: 1px dashed;
    text-align: center;
    padding: 10px 0;
    border-top: 1px dashed;
}

.events-charges-fields .field-title {
    width: 60%;
}

.movie-grand-total .field-title, .movie-grand-total .field-content   {
    width: initial;
    text-align: initial
}

.events-charges-fields .field-content {
    width: 35%;
    text-align: right;
}

input[type=radio]:checked + label>img {
  box-shadow: 0 0 6px 5px #a1a1a0;
}

.panel-footer-plain {
    border-top: 1px solid #323232;
    padding-top: 20px;
}

.panel-heading h4 {
    font-size: 18px !important;
}

label.big-label {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    color: #d9d9d9;
    font-size: 16px;
    margin-right: 5px;
}

h3.welcome-text {
    font-family: 'oswaldregular';
    text-transform: uppercase;
    /* border-bottom: 1px solid #323232; */
    margin-bottom: 20px;
    margin-top: 10px;
}

.payment-buttons {
    margin-top: 20px;
    margin-bottom: 35px;
}

.blue-highlight {
    -webkit-box-shadow: 1px 0px 39px -12px rgba(150,155,255,1);
    -moz-box-shadow: 1px 0px 39px -12px rgba(150,155,255,1);
    box-shadow: 1px 0px 39px -12px rgba(150,155,255,1)
}

#pointer1 {
    position: relative;
    -webkit-animation: slideright 2s infinite;
    animation: slideright 2s infinite;
    padding-right: 15px;
    color: #fcce0a;
}

#pointer2 {
    display: none;
    position: relative;
    -webkit-animation: slideright 2s infinite;
    animation: slideright 2s infinite;
    padding-right: 15px;
    color: #fcce0a;
}

#pointer3 {   
    display: none;
    position: relative;
    -webkit-animation: slidebottom 2s infinite;
    animation: slidebottom 2s infinite;
    padding: 10px;
    color: #fcce0a;
}

@keyframes slideright {
    0%   { left:0px; top:0px;}
    25%  { left:10px; top:0px;}
    50%  { left:0px; top:0px;}
}

@keyframes slidebottom {
    0%   { top:0px; bottom:0px;}
    25%  { top:10px; bottom:0px;}
    50%  { top:0px; bottom:0px;}
}


.form-group-intro {
    display: inline;
    margin-top: 35px;
    font-size: 1.2em;
    padding-top: 17px;
    font-weight: bold;
    padding-bottom: 20px;
    background-color: #353838;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
}


.black-border-1px {
    border: 1px solid #000 !important;
}

.bottom-help-content.clearfix {
    padding-top: 20px;
    border-top: 3px solid #323232;
}

.responsive-text-center {
    text-align: initial;
}

.bottom-help-icon.text-center {
    margin-bottom: 10px;
}

div#clock {
    font-size: 1.2em;
}

#bottom-help {
    margin-top: 40px;
}

.rightShare {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 1000;  
}

.show-listings-time {
    padding: 10px;
    display: inline-block;
    background-color: #fcce0a;
    margin-right: 10px;
    margin-bottom: 20px;
}

.margin-right-small {
    margin-right: 5px;
}

.show-listings-time:hover {
    background-color: #d0a903;
}

.show-listings-venue p {
    font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
}

span.field-validation-error {
    color: #dd4b39;
}

#showtheaters-search .field-content, #showmovies-search .field-content {
    font-size: 1.8em;
    font-family: 'Roboto Condensed', sans-serif;
}

#showtheaters-search, #showmovies-search {
    border-bottom: 1px solid #323232;
}

body#maintenance-front {
    background: url(/Content/Images/backgrounds/film-reel-med.jpeg) no-repeat;
    background-position: center center;
}

.maintenance-page .logo {
    font-family: 'airstreamregular';
    font-size: 8em;
    text-align: center;
}

.maintenance-page #footer {
   background: none !important;
}

.maintenance-page .attention-text {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

a#maintenance-fb-link {
    display: inline-block;
}

.wrapper {
    margin: 0 auto;
}


.validation-summary-errors {
    color: #fcce0a;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #323232;
    margin-bottom: 10px;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.validation-summary-errors li {
    margin-bottom: 5px;
}

.roboto_google {
    font-family: 'Roboto Condensed', sans-serif;
}

.vid_txt {
    font-size: 1.2em;
    text-transform: uppercase
}

.cities-list li {
    background-color: #000;
    background-color: #222;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.cities-list > li > a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cities-list > li > a:hover {
    background-color: #888;
    color: #000;
}

.margin-bottom-small {
    margin-bottom: 5px !important;
}

.margin-bottom-medium {
    margin-bottom: 10px !important;
}

.margin-bottom-large {
    margin-bottom: 20px !important;
}

.margin-top-large {
    margin-top: 20px !important;
}

.search-result-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.margin-bottom-xlarge {
    margin-bottom: 30px !important;
}


.city-search-form {
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 10px;
}

a.logo-link {
    display: inline-block;
    padding-left: 15px;
}

h4.modal-title {
    font-family: 'oswaldregular';
}


#vertmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

#vertmenu ul li {
    margin: 0px;
    padding: 0px;
}

#vertmenu ul li a {
    display: block;
    padding-left: 15px;
    text-decoration: none;
    color: #aaa;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    border-bottom: 1px dotted #525252;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus, #vertmenu ul li a:active {
    color: #fcce0a;
}

#vertmenu li li a:link, #vertmenu li li a:visited {
    font-weight: normal;
    padding-left: 30px;
    line-height: 30px;
    height: 30px;
    color: #aaa;
    font-weight: normal;    
    background-position: 15px 12px;
}

#vertmenu ul li a:before {
    font-family: "FontAwesome";
    content: "\f107";
    margin-right: 3px;
}

#vertmenu li li a:hover, #vertmenu li li a:active {
    color: #fcce0a;
    font-weight: normal;
}

#vertmenu li li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: 2px;
}

#main-wrapper {
    float: right;
}

.airstream {
    font-family: airstreamregular !important;
}

.social-btns-container {
    float: right;
}

a.top-fb-btn {
    display: inline-block;
    /* padding: 7px 13px; */
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 13px;
    padding-left: 13px;
    background-color: #545454;
}

a.top-fb-btn:hover {
    background-color: rgba(58,87,149,1.0);
    color: #fff !important;
    text-decoration: none;
}

.social-btns-container a.social-link:hover {
    box-shadow: 0 0 5px #111;
    -webkit-box-shadow: 0 0 5px #111;
    -webkit-transition: all 0.3s;
}

.fa-4 {
    font-size: 1.3em;
}

ul#main-menu-list>li>a {
    font-size: 13px !important;
}

.ticket-dot {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #343434;
    bottom: 40%;
    border-radius: 50%;
}

.ticket-dot.left-dot {    
    left: -5px;
}

.ticket-dot.right-dot {
    right: -5px;
}

#latest-popular-block .tab-pane {
    background-color: #181818;
}

.shade-darker {
    
    background-color: #181818 !important;
}

.shade-lighter {
       background-color: #292929 !important;
}

hr.colored {
    max-width: 300px;
    border-bottom: 1px solid #fcce0a;
    height: 4px;
    border-top: 1px solid #fcce0a;
}

#spinner {
    text-align: center;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.56);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999;
    color: #333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.field-movie-times .tab-content {
    position: relative;
}

h3.link-title, h3.movie-title {
    font-family: 'Roboto Condensed', sans-serif !important;
}

h3.link-title a, h3.movie-title {
    text-decoration: none;
}

.blog-item, .lyrics-item {
    -webkit-box-shadow: 0px 6px 5px 0px rgba(23, 23, 23, 0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(23, 23, 23, 0.75);
    box-shadow: 0px 6px 5px 0px rgba(23, 23, 23, 0.75);
    padding: 5px;
}

.small-img-holder {
    max-width: 192px;
    height: auto;
}

.btn-primary {
    border-color: #c6a102 !important;
}

.main-content.wrapped {
    margin-top: 20px;
    margin-bottom: 60px;
    min-height: 400px;
}

.mid-header-buttons {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 0;
}

.mid-header-buttons .dropdown-menu a {
    font-family: 'oswaldregular';
    text-transform: uppercase;
}

.user-controls ul.user-controls-list {
    padding: 20px 0;
    min-height: 825px;
    background-color: #181818 !important;
    padding-left: 15px;
    padding-right: 15px;

}

.user-controls.col-sm-2 {
    padding-right: 0;
}

.nav-pills>li.active>a {
    color: #000 !important;
}

.panel-significance {
    border-radius: 0;
    border-top: 5px solid #fcce0a;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

ul.movie-showtimes-list>li>a {
    border-top: 1px solid #868686;
    border-right: 1px solid #868686;
    border-left: 1px solid #868686;
    border-bottom: 0 !important;
}

.border-right-1px-sm {
    border-right: 1px solid #666;
}

.border-bottom-1px-sm {
    border-bottom: 1px solid #323232;
}

.booking-summary .field-movie-title {
    font-size: 1.8em !important;
    color: #d9d9d9;
}


.grouped-btns button {
    margin-right: 8px;
}

.movie-seats-autoselect {
    background-color: #00ad81;
    color: #fff;
}

#full-body-blackout {
    display: none;
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#full-body-blackout:before{
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);

}

#full-body-spinner {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#top-login .container {
    padding-top: 10px;
    padding-bottom: 5px;
}


.showtimes-list ul {padding: 0;}

#full-body-spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

#full-body-spinner:after {
    font-family: "FontAwesome";
    content: "\f1ce";
    display: block;
    font-size: 5em;
    color: #d9d9d9;
    width: 1em;
    /* height: 1em; */
    margin-top: -0.5em;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}


.alert-info {
    background-color: #144259 !important;    
}

.alert-success {
    background-color: #00bc8c;
    border-color: #1cd8a8;
    color: #fff;
}


.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

.hello {
    display: none;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/Content/Images/ajax-loader.gif) no-repeat center center
}

#booking-table table {
    background-color: none !important;
}

li#nav-booknow {
     border-right: 1px solid;
}

li#nav-booknow, li#nav-login {
    background-color: #222;
}

#rzpPaymentForm {
    text-align: center;
}

.razorpay-payment-button {
    padding: 13px 20px;
    border-radius: 4px;    
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.razorpay-payment-button:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.razorpay-payment-button:active {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.pagination-div {
    padding-top: 10px;
    border-top: 1px solid #3a3a3a;
    text-align: center;
}

.page-number-text {
    margin-top: 10px;
}

.darker-well {
    background-color: #2b2a2a !important;
}

/*bootstrap social */
.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active:hover,.btn-adn.active:hover,.open>.dropdown-toggle.btn-adn:hover,.btn-adn:active:focus,.btn-adn.active:focus,.open>.dropdown-toggle.btn-adn:focus,.btn-adn:active.focus,.btn-adn.active.focus,.open>.dropdown-toggle.btn-adn.focus{color:#fff;background-color:#b94630;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled.focus,.btn-adn[disabled].focus,fieldset[disabled] .btn-adn.focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active:hover,.btn-bitbucket.active:hover,.open>.dropdown-toggle.btn-bitbucket:hover,.btn-bitbucket:active:focus,.btn-bitbucket.active:focus,.open>.dropdown-toggle.btn-bitbucket:focus,.btn-bitbucket:active.focus,.btn-bitbucket.active.focus,.open>.dropdown-toggle.btn-bitbucket.focus{color:#fff;background-color:#0f253c;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled.focus,.btn-bitbucket[disabled].focus,fieldset[disabled] .btn-bitbucket.focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active:hover,.btn-dropbox.active:hover,.open>.dropdown-toggle.btn-dropbox:hover,.btn-dropbox:active:focus,.btn-dropbox.active:focus,.open>.dropdown-toggle.btn-dropbox:focus,.btn-dropbox:active.focus,.btn-dropbox.active.focus,.open>.dropdown-toggle.btn-dropbox.focus{color:#fff;background-color:#0a568c;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled.focus,.btn-dropbox[disabled].focus,fieldset[disabled] .btn-dropbox.focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active:hover,.btn-facebook.active:hover,.open>.dropdown-toggle.btn-facebook:hover,.btn-facebook:active:focus,.btn-facebook.active:focus,.open>.dropdown-toggle.btn-facebook:focus,.btn-facebook:active.focus,.btn-facebook.active.focus,.open>.dropdown-toggle.btn-facebook.focus{color:#fff;background-color:#23345a;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled.focus,.btn-facebook[disabled].focus,fieldset[disabled] .btn-facebook.focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active:hover,.btn-flickr.active:hover,.open>.dropdown-toggle.btn-flickr:hover,.btn-flickr:active:focus,.btn-flickr.active:focus,.open>.dropdown-toggle.btn-flickr:focus,.btn-flickr:active.focus,.btn-flickr.active.focus,.open>.dropdown-toggle.btn-flickr.focus{color:#fff;background-color:#a80057;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled.focus,.btn-flickr[disabled].focus,fieldset[disabled] .btn-flickr.focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active:hover,.btn-foursquare.active:hover,.open>.dropdown-toggle.btn-foursquare:hover,.btn-foursquare:active:focus,.btn-foursquare.active:focus,.open>.dropdown-toggle.btn-foursquare:focus,.btn-foursquare:active.focus,.btn-foursquare.active.focus,.open>.dropdown-toggle.btn-foursquare.focus{color:#fff;background-color:#e30742;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled.focus,.btn-foursquare[disabled].focus,fieldset[disabled] .btn-foursquare.focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active:hover,.btn-github.active:hover,.open>.dropdown-toggle.btn-github:hover,.btn-github:active:focus,.btn-github.active:focus,.open>.dropdown-toggle.btn-github:focus,.btn-github:active.focus,.btn-github.active.focus,.open>.dropdown-toggle.btn-github.focus{color:#fff;background-color:#191919;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled.focus,.btn-github[disabled].focus,fieldset[disabled] .btn-github.focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active:hover,.btn-google.active:hover,.open>.dropdown-toggle.btn-google:hover,.btn-google:active:focus,.btn-google.active:focus,.open>.dropdown-toggle.btn-google:focus,.btn-google:active.focus,.btn-google.active.focus,.open>.dropdown-toggle.btn-google.focus{color:#fff;background-color:#a32b1c;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled.focus,.btn-google[disabled].focus,fieldset[disabled] .btn-google.focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active:hover,.btn-instagram.active:hover,.open>.dropdown-toggle.btn-instagram:hover,.btn-instagram:active:focus,.btn-instagram.active:focus,.open>.dropdown-toggle.btn-instagram:focus,.btn-instagram:active.focus,.btn-instagram.active.focus,.open>.dropdown-toggle.btn-instagram.focus{color:#fff;background-color:#26455d;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled.focus,.btn-instagram[disabled].focus,fieldset[disabled] .btn-instagram.focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active:hover,.btn-linkedin.active:hover,.open>.dropdown-toggle.btn-linkedin:hover,.btn-linkedin:active:focus,.btn-linkedin.active:focus,.open>.dropdown-toggle.btn-linkedin:focus,.btn-linkedin:active.focus,.btn-linkedin.active.focus,.open>.dropdown-toggle.btn-linkedin.focus{color:#fff;background-color:#00405f;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled.focus,.btn-linkedin[disabled].focus,fieldset[disabled] .btn-linkedin.focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active:hover,.btn-microsoft.active:hover,.open>.dropdown-toggle.btn-microsoft:hover,.btn-microsoft:active:focus,.btn-microsoft.active:focus,.open>.dropdown-toggle.btn-microsoft:focus,.btn-microsoft:active.focus,.btn-microsoft.active.focus,.open>.dropdown-toggle.btn-microsoft.focus{color:#fff;background-color:#0f4bac;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled.focus,.btn-microsoft[disabled].focus,fieldset[disabled] .btn-microsoft.focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:focus,.btn-odnoklassniki.focus{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:hover{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:active:hover,.btn-odnoklassniki.active:hover,.open>.dropdown-toggle.btn-odnoklassniki:hover,.btn-odnoklassniki:active:focus,.btn-odnoklassniki.active:focus,.open>.dropdown-toggle.btn-odnoklassniki:focus,.btn-odnoklassniki:active.focus,.btn-odnoklassniki.active.focus,.open>.dropdown-toggle.btn-odnoklassniki.focus{color:#fff;background-color:#b14c09;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled,.btn-odnoklassniki[disabled],fieldset[disabled] .btn-odnoklassniki,.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki[disabled].focus,fieldset[disabled] .btn-odnoklassniki.focus,.btn-odnoklassniki.disabled:active,.btn-odnoklassniki[disabled]:active,fieldset[disabled] .btn-odnoklassniki:active,.btn-odnoklassniki.disabled.active,.btn-odnoklassniki[disabled].active,fieldset[disabled] .btn-odnoklassniki.active{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active:hover,.btn-openid.active:hover,.open>.dropdown-toggle.btn-openid:hover,.btn-openid:active:focus,.btn-openid.active:focus,.open>.dropdown-toggle.btn-openid:focus,.btn-openid:active.focus,.btn-openid.active.focus,.open>.dropdown-toggle.btn-openid.focus{color:#fff;background-color:#b86607;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled.focus,.btn-openid[disabled].focus,fieldset[disabled] .btn-openid.focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active:hover,.btn-pinterest.active:hover,.open>.dropdown-toggle.btn-pinterest:hover,.btn-pinterest:active:focus,.btn-pinterest.active:focus,.open>.dropdown-toggle.btn-pinterest:focus,.btn-pinterest:active.focus,.btn-pinterest.active.focus,.open>.dropdown-toggle.btn-pinterest.focus{color:#fff;background-color:#801419;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled.focus,.btn-pinterest[disabled].focus,fieldset[disabled] .btn-pinterest.focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active:hover,.btn-reddit.active:hover,.open>.dropdown-toggle.btn-reddit:hover,.btn-reddit:active:focus,.btn-reddit.active:focus,.open>.dropdown-toggle.btn-reddit:focus,.btn-reddit:active.focus,.btn-reddit.active.focus,.open>.dropdown-toggle.btn-reddit.focus{color:#000;background-color:#98ccff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled.focus,.btn-reddit[disabled].focus,fieldset[disabled] .btn-reddit.focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active:hover,.btn-soundcloud.active:hover,.open>.dropdown-toggle.btn-soundcloud:hover,.btn-soundcloud:active:focus,.btn-soundcloud.active:focus,.open>.dropdown-toggle.btn-soundcloud:focus,.btn-soundcloud:active.focus,.btn-soundcloud.active.focus,.open>.dropdown-toggle.btn-soundcloud.focus{color:#fff;background-color:#a83800;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled.focus,.btn-soundcloud[disabled].focus,fieldset[disabled] .btn-soundcloud.focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active:hover,.btn-tumblr.active:hover,.open>.dropdown-toggle.btn-tumblr:hover,.btn-tumblr:active:focus,.btn-tumblr.active:focus,.open>.dropdown-toggle.btn-tumblr:focus,.btn-tumblr:active.focus,.btn-tumblr.active.focus,.open>.dropdown-toggle.btn-tumblr.focus{color:#fff;background-color:#111c26;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled.focus,.btn-tumblr[disabled].focus,fieldset[disabled] .btn-tumblr.focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active:hover,.btn-twitter.active:hover,.open>.dropdown-toggle.btn-twitter:hover,.btn-twitter:active:focus,.btn-twitter.active:focus,.open>.dropdown-toggle.btn-twitter:focus,.btn-twitter:active.focus,.btn-twitter.active.focus,.open>.dropdown-toggle.btn-twitter.focus{color:#fff;background-color:#1583d7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled.focus,.btn-twitter[disabled].focus,fieldset[disabled] .btn-twitter.focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active:hover,.btn-vimeo.active:hover,.open>.dropdown-toggle.btn-vimeo:hover,.btn-vimeo:active:focus,.btn-vimeo.active:focus,.open>.dropdown-toggle.btn-vimeo:focus,.btn-vimeo:active.focus,.btn-vimeo.active.focus,.open>.dropdown-toggle.btn-vimeo.focus{color:#fff;background-color:#0f7b9f;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled.focus,.btn-vimeo[disabled].focus,fieldset[disabled] .btn-vimeo.focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active:hover,.btn-vk.active:hover,.open>.dropdown-toggle.btn-vk:hover,.btn-vk:active:focus,.btn-vk.active:focus,.open>.dropdown-toggle.btn-vk:focus,.btn-vk:active.focus,.btn-vk.active.focus,.open>.dropdown-toggle.btn-vk.focus{color:#fff;background-color:#3a526b;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled.focus,.btn-vk[disabled].focus,fieldset[disabled] .btn-vk.focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active:hover,.btn-yahoo.active:hover,.open>.dropdown-toggle.btn-yahoo:hover,.btn-yahoo:active:focus,.btn-yahoo.active:focus,.open>.dropdown-toggle.btn-yahoo:focus,.btn-yahoo:active.focus,.btn-yahoo.active.focus,.open>.dropdown-toggle.btn-yahoo.focus{color:#fff;background-color:#39074e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled.focus,.btn-yahoo[disabled].focus,fieldset[disabled] .btn-yahoo.focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}
/*end of bootstrap social*/

@media only screen and (max-width: 768px) {

    #msg-container {
            background: url(/Content/Images/shmoti_mascot.png) no-repeat scroll 0 200px;
            text-align: center;
    }

    .logo-holder{
        text-align:center;
    }

    a.logo-link {
        padding: 0;        
    }

    .navbar-toggle {
        position: absolute;
        right: 0;
    }

    li#nav-booknow {
        border-bottom: 1px solid;
    }
    
    #divSearch {
        width: 100%;
        position: relative;
    }   

    .block-content.register-shmoti {    
        border-bottom: 2px solid #444;
        border-right: 0;
    }

    .register-social {
        padding-top: 30px;
    }


    #register-block, #login-block {
        min-height: 100%;
    }

    .fixed-width-210 {
        width: 100%;
    }
  

    .user-controls ul.user-controls-list {
        min-height: 100%;       
    }

    .user-controls.col-sm-2 {
        padding-right: 15px;
    }

    #welcome-text-region {
        display: none;
    }

    .border-right-1px-sm {
        border-right: 0;
        border-bottom: 1px solid #666;
    }


    .responsive-text-center {
        text-align: center;
    }

    .slideshow-caption-wrapper {
        position: relative;
        z-index: 9999;
        width: 100%;
        background: none;
        bottom: 0;
        height: 100%;
        top: 0;
        text-align: center;
    }


    
    .rightShare {
        display: none;
    }    

    .footer-menu li {
        border-right: 0;
        border-bottom: 1px solid #1c1c1c;
    }

    #sidebar-second-wrapper {
        display: none;
    }

    
    #sidebar-first-wrapper {
        float: left;
        width: 100% !important;
    }

    #sidebar-first-wrapper:before {
		content:'';
		position:absolute;				
		width: 100%;
		height: 10px;		
		left: 0;
		display: block;		
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }   

    h2.block-title {
        text-align: center;
    }

    h2.block-title span {
        padding-left: 20px;
    }

    .sidebar .grid-inner {
        margin-top: 30px;
    }

    .sidebar {
        min-height: 100% !important;
    }

    #main-wrapper {
        width: 100% !important
    }

    #main-content-wrapper {
        min-height: 100%;
    }
   
}

@media only screen and (max-width: 500px) {

    img#site-logo-img {
        width: 80%;
        height: auto;
    }

    .mid-header-buttons {
        float: left;
        margin-left: 0;
        margin-right: 5px;        
    }

    .col-xxs-6 {
        width: 50% !important;
    }

    .btn-mobile {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .sb-search {
        width: 0;
    }

    .sb-search.sb-search-open, .no-js .sb-search {
        width: 100%;
    }

   
    #block-city-choice {
        float: left;
        display: block;
        text-align: center;        
    }
    
}

/*Go to top*/
.go-to-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgba(128,128,128,1.0);
    color: rgba(255,255,255,1.00);
    font-size: 27px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    z-index: 10;
    line-height: 1.4;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    right: calc((100% - 1260px) / 2);
    right: -webkit-calc((100% - 1260px) / 2);
    right: -moz-calc((100% - 1260px) / 2);
    right: -ms-calc((100% - 1260px) / 2);
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    visibility: hidden;
    opacity: 0;
}

    .go-to-top i {
        line-height: 1.4;
    }

    .go-to-top.active {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        visibility: visible;
        opacity: 1;
        z-index: 1001;
    }

    .go-to-top:hover {
        background-color: rgba(0,0,0,1.00);
    }

@media(max-width:1335px) {
    .go-to-top {
        right: calc((100% - 1140px) / 2);
        right: -webkit-calc((100% - 1140px) / 2);
        right: -moz-calc((100% - 1140px) / 2);
        right: -ms-calc((100% - 1140px) / 2);
    }
}

@media(max-width:1199px) {
    .go-to-top {
        right: calc((100% - 940px) / 2);
        right: -webkit-calc((100% - 940px) / 2);
        right: -moz-calc((100% - 940px) / 2);
        right: -ms-calc((100% - 940px) / 2);
    }
}

@media(max-width:992px) {
    .go-to-top {
        right: calc((100% - 720px) / 2);
        right: -webkit-calc((100% - 720px) / 2);
        right: -moz-calc((100% - 720px) / 2);
        right: -ms-calc((100% - 720px) / 2);
    }
}

@media(max-width:767px) {
    .go-to-top {
        right: 20px;
    }
}


