/* ==========================================================================
   Usablenet's custom styles - Global Elements
   ========================================================================== */

.btn:hover, .btn:focus {
   box-shadow: 0px 1px 5px #ccc;
   color: #FFFFFF;
}
a {
	color:#333;
}

html {
	background-color:#000000;
}
body {
   font-family:"GothamBook";
   font-size: 13px;
   line-height: 24px;
   color: #000000;
}

.fixedBody {
   width:100%;
}

h1 {
   font-family: 'Arquitecta W00 Bold';
   font-size: 38px;
   color: #000000;
}

h2 {
   font-family:"Goudy"; 
   font-size: 28px;
   line-height: 28px;
   color: #000000;
}

h3 {
   font-family: 'Arquitecta W00 Bold';
   font-size: 18px;
   color: #000000;
}

th {
	font-weight: normal;
}

button.yellow.success {
	background: #4073a8;
	color: #FFF;
	
}

input:focus, button:focus {
	outline-width: 0;
}

mark, .mark {
	padding:0;
	background-color: transparent;
	font-weight:800;
}

.clear {
	clear: both;
}

.navbar-default .navbar-toggle {
	display: block;
}

#popover_content_wrapper {
	display:none;
}

.table-cell {
	display: table-cell;
}

.align-middle {
	vertical-align: middle !important;
}
.opacity8 {
	opacity:0.8;
}

.navbar {
	margin-bottom:0;
}
.nav-main-head .container {
	position:relative;
}

.navbar-default {
	border-radius: 0px;
}

.bold {
	font-family: "Gotham 7r", "Gotham A", "Gotham B";
}

button.white {
	border: 1px solid #666666;
	    background: white;
	    height: 35px;
	    width: 50%;
	    min-width: 130px;
	    width: auto;
	    display: block;
}

button.yellow {
	border: 0px;
	background: #000000;
	color:#FFFFFF;
	height: 35px;
	width: 50%;
	min-width: 130px;
	font-family:'Arquitecta W00 Bold';
        font-size: 15px;
	width: auto;
	border-radius:0px;
}
button.yellowb {
	border: 3px;
	border-style: solid;
	border-color: #000000;
	background: none;
	color: #000000;
}
button.yellow.grey {
	background: #ddd;
	color:#555;
	cursor: not-allowed;
}
.yellow-btn {
	width:100%;
	padding:15px;
	font-size:1.05em;
	font-weight:800;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:15px;
	border:0;
	outline: none;
	cursor:pointer;
	font-family: "Gotham 7r", "Gotham A", "Gotham B";
        border-radius: 0px;
}
.yellow-btn:hover, .yellow-btn:active {
	box-shadow:0px 0px 5px #ffffff;
	outline: none;
}

.blue-btn {
	width:100%;
	padding:15px;
	font-size:1.05em;
	font-weight:800;
	text-align:center;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:15px;
	border:0;
	outline: none;
	cursor:pointer;
	font-family: "Gotham 7r", "Gotham A", "Gotham B";
        border-radius: 0px;
}
.blue-btn:hover {
	box-shadow:0px 0px 5px #ffffff;
}
.blue-btn:visited, .blue-btn:active {
	color:#FFFFFF;
}
.blue-btn:focus {
	border:2px black solid;
}
.border-btn {
        border-style: solid !important;
        border: 2px #000000;
        background-color: #FFFFFF;
        color: #000000;
        outline: none;
        cursor:pointer;
        font-family: "Gotham 7r", "Gotham A", "Gotham B";
        border-radius: 0px;
}
.border-btn:hover {
}
button.fb {
	min-width: 236px;
	border: 0px;
	background: #3b5998;
	color: #FFF;
	height: 55px;
	width: 100%;
	font-family: "Gotham 7r", "Gotham A", "Gotham B";
	display: block;
}

.buttons {
	margin-top: 15px;
}

.fa-question-circle-o {
    font-weight: 100 !important;
    color: #888;
    font-size: 1.5em !important;
    transform: translateY(2px);
    cursor:pointer;
}

.container .jumbotron, .container-fluid .jumbotron {
	padding:30px 0px;
}

legend {
	padding-right:20px;
}
.rr-title {
	font-family: "Didot 16 A", "Didot 16 B";
	font-size:1.9em;
	margin-top:55px;
	margin-bottom:30px;
	color:#000;
	text-indent:4px;
}
.custom-input {
    width: 100%;
    box-shadow: none;
    border: 1px #cdcdcd solid;
	background-position:right 15px center;
	background-repeat:no-repeat;
}
.custom-input input {
	border:0 !important;
    width: 85% !important;
    box-shadow:none !important;
    outline: none;
}
.custom-input.valid {
	background-image:url('/images/om3/check-circle.png');
}

.custom-input.error {
    background-image: url('/images/om3/errorIcon.png');
    background-size: 30px;
    border: 2px solid #da4453;
}

.custom-input textarea {
	width: 100%;
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 100%;
	min-height: 200px;
	padding: 15px;
}

.custom-select, .custom-input {
	background-color: #FFF;
}

.custom-select {
	position: relative;
	display: block;
}
.custom-select select {
	width: 100%;
	margin: 0;
	outline: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-select {
	border: 1px solid #cdcdcd;
}

.custom-select select {
	line-height: 1.3;
	border-radius: 50px;
	height:54px;
	border: 1px solid transparent;
        font-family: 'Arquitecta W00 Bold';
	font-size: 16px;
	color:#555;
	font-weight:300;
}
@supports ( box-shadow: none ) {
	.custom-select select:focus {
		outline: none;
	}
}
.custom-select option {
	font-weight:300;
}
@-moz-document url-prefix() {
	.custom-select {
		overflow: hidden;
	}
	.custom-select::after {
		display: block;
	}
	.custom-select select {
		overflow: -moz-hidden-unscrollable;
		padding-right: .4em;
		background: none; /* Match-04 */
		/* Firefox < 4 */
		min-width: 6em;
		width: 130%;
		/* Firefox 4-15 */
		min-width: -moz-calc(0em);
		width: -moz-calc(100% + 2.4em);
		/* Firefox 16+ */
		min-width: calc(0em);
		width: calc(100% + 2.4em);
	}

	@supports ( mask-type: alpha ) {
		.custom-select {
			overflow: visible;
		}
		.custom-select select {
			width: 100%;
			padding-right: 2em;
		}
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.custom-select select::-ms-expand {
		display: none;
	}
	.custom-select select:focus::-ms-value {
		background: transparent;
		color: #222;
	}
	.custom-select select {
		padding-right: 2em;
		background: none;
		border: 1px solid transparent;
	}
	.custom-select::after {
		display: block;
	}
}

.custom-arke-select {
        border: none;
        border-bottom: 2px solid #808080;
        height: 40px;
}

.custom-arke-select::after {
        background-image: url('../../../images/om3/tertiary-cta-arrow.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(90deg);
	height: 16px;
	width: 10px;
	top: 45%;
}

.custom-arke-select select {
	color: #000000;
	padding-left: 0px;
	-webkit-appearance: none;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox label {
	padding-left:0;
	font-size:1.05em;
	color:#000000;
	text-indent:5px;
	margin-bottom:5px;
	margin-right:5px;
	font-weight:300;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 0px;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    box-shadow: 0px 0px 2px #dcdcdc inset;
    margin-top: 4px;
    background-color: #fefefe;
}
.checkbox .cr-readonly, .radio .cr-readonly {
    background-color: #dcdcdc;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.radio .cr .cr-icon  {
	font-size: 1.05em;
	left: 4px;
	top: 11px;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(0) rotateZ(-20deg);
    opacity: 0;
    transition: all .2s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.fa-check:before {
    content: "\2713";
    margin-left: -6px;
    font-size: 1.5em;
}


.radio label input[type="radio"]:checked + .cr > .cr-icon {
	left: 1px;
	top: 8px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
	width:100%;
	padding:15px;
	font-size:1.05em;
	color:#555;
    box-shadow: 0px 0px 1px #dcdcdc inset;
    border: 1px #cdcdcd solid;
}

input[type="text"].package_qty {
	padding:6px 1px;
	width:25px;
	background-color: #ffffff;
}

.plus_button.btn {
	padding:3px 3px;
}

.minus_button.btn {
	padding:3px 3px;
}

.package_room_number {
	display: table-cell;
	vertical-align: middle;
	width: 55px;
}

/* Main Menu */
.main-menu {
	position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    transform: translate(-100%);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    display: block;
    padding: 15px 0;
    background-color: #333;
}
.main-menu.open {
    transform: translate(0%);
}
.main-menu ul {
	padding-left:0px;
	list-style-type: none;
}
.main-menu ul li a {
	padding:6px 0;
	font-size:1.1em;
	color:#fff;
	font-weight:300;
	width:100%;
	display:block;
}

.navbar-default .navbar-toggle:focus {
	background-color:transparent;
	border:2px #40748E solid;
}

.trans-btn {
	border:1px #666 solid;
	background-color:#fefefe;
	font-weight:500;
	color:#444;
	border-radius:0;
	height:32px;
	padding:5px 15px;
	outline: none !important;
}
.trans-btn:hover {
	box-shadow: 0px 0px 1px #888;
}

.navbar-default {
    background-color: #fff;
    border-bottom: 4px solid #DEDEDE;
    z-index: 1;
    box-shadow: none;
}
.navbar-brand {
	height:auto;
	padding:15px 0;
}
.main-logo {
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
.header-btns {
	margin:13px 0px 13px 0;
	text-align:right;
}
.btn-login {
	background-color:#000000;
	color:#ffffff;
	height:32px;
	padding:5px 22px;
	letter-spacing: 0.03em;
	margin-left:10px;
	border-radius:0px;
}
.logged .btn-login {
	padding:5px 10px;
}
.btn-login:hover {
    color: #ffffff;
    box-shadow: 0px 0px 3px #000000;
}
.btn-login:visited, .btn-login:active {
	color:#ffffff;
}
.btn-contact {
	border:1px #666 solid;
	background-color:#ffffff;
	font-weight:500;
	color:#676767;
	border-radius:0px;
	height:32px;
	padding:5px 10px;
	outline: none;
}
.btn-contact:hover {
	box-shadow: 0px 0px 1px #777;
}
.btn {
        border-radius:0px;
}
.navbar-form {
	margin:12px 0;
	padding:0;
}
.navbar-form .navbar-signin-inputs {
	position:relative;
	right:200px;
	transition: right 0.5s ease;
}
.navbar-form .navbar-signin-inputs-show {
    right:0;
    display:inline-block;
}

.contact-tel {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    display: inline;
    border: 1px solid #eee;
    padding: 6px 15px;
    background-color: #fefefe;
    width: 48%;
    float: left;
    margin-bottom: 10px;
}
.contact-tel:hover {
	color:#333;
}

.contact-opts {
    text-decoration: none;
    background-color: #BF8069;
    margin-left: 10px;
    color: #fff;
    padding: 7px 15px;
    width: 48%;
    float: right;
}
.contact-opts:hover {
	background-color:#b77157;
	color:#fff;
}
.contact-opts:visited {
	color:#fff;
}

.popover {
	max-width:390px;
	z-index:99999;
	border:1px #e5e5e5 solid;
	box-shadow:0px 3px 3px 0 rgba(0,0,0,0.13);
}

.affix {
    top: 0;
    width: 100%;
    box-shadow: 0px 2px 23px #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    transition: all 0.3s linear;
}

.affix + .container {
  padding-top: 64px;
}
.container-ext {
	padding-left:0 !important;
	padding-right:0 !important;
}

.book-direkt-head {
	background-color:#40748E;
	color:#f0f0f0;
	font-weight:300;
	z-index:9999;
}
.book-direkt-head h2 {
	font-size:22px;
	margin:0 0 15px 0;
	font-weight:300;
	/*letter-spacing: 0.025em;*/
}
.book-direkt-head a {
	color:#fff;
}
.book-direkt-head-header {
	border-bottom:1px #2f5f76 solid;
	width:100%;
	line-height: 16px;
}
.book-direkt-head-body {
	padding:25px 0;
	display:none;
}
.close-x {
	letter-spacing: 0;
	position:absolute;
	top:0;
	left:0;
	margin:8px 0 0 10px;
    color: #fff;
    font-style: normal!important;
    font-weight: 900 !important;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    -webkit-transition: opacity .2s,-webkit-transform .2s!important;
    transition: opacity .2s,-webkit-transform .2s!important;
    transition: transform .2s,opacity .2s!important;
    transition: transform .2s,opacity .2s,-webkit-transform .2s!important;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    padding: 6px;
    color:#fff;
    line-height:1;
}
.close-x:before {
    content: "\292C"; /*"\2573";*/
    box-sizing: border-box;
    font-weight:900!important;
    color:#fff;
}
.close-x:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-font-smoothing:antialiased;
}
.close-x.right {
	right:0 ! important;
	left:inherit !important;
	margin: 6px 6px 0 0 !important;
}
.close-x.black {
	color:#000 !important;
}
.close-x.black:before {
	color:#000 !important;
}
.book-direkt-more {
	font-weight:900;
	cursor:pointer;
	padding:10px 0;
}
.book-direkt-more:hover {
	color:#fff;
}

.m-fadeOut {
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: visibility 0s linear 1300ms, opacity 1300ms, height 1300ms ease-in;
}
.m-fadeIn {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
}
footer.footer {
	width:100%;
	background-color:#000000;
	color:#ffffff;
	font-weight:300;
}
.footer-links ul {
	margin:0;
	padding:0;
}
.footer-links li:first-child {
	padding-left:0;
}
.footer-links li:last-child {
	border:0;
}
.footer-links li {
	float:left;
	list-style-type: none;
	padding:0 12px;
	height:12px;
	line-height:12px;
	border-right:1px #ffffff solid;
}
.footer a {
	color:#f0f0f0;
	text-decoration:none;
	/*letter-spacing: 0.05em;*/
}
.footer a:hover {
	color:#ffffff;
}
.copyright .copy {
	font-size:10px;
	position: relative;
    top: -3px;
}
.copyright {
	font-size:12px;
	color:#f0f0f0;
	margin-top:10px;
}
.footer-social {
	text-align:center;
	margin:15px auto 0 auto;
	border-top:1px #30647c solid;
	padding:20px 0 0 0;
	width:80%;
}
.footer-social ul {
	margin:0 auto 0 auto;
	display:inline-block;
	padding:0;
}
.footer-social li {
	float:left;
	list-style-type: none;
}
.footer-social img {
	opacity:0.7;
    padding: 5px 14px;
}
.footer-social img:hover {
	opacity:1;
}
.footer-info {
	position:relative;
	top:-7px;
	font-size:13px;
	/*letter-spacing: 0.05em;*/
	color:#ffffff;
	line-height:26px;
	border-left:1px #ffffff solid;
	padding-left:20px;
}
.bd-title {
	margin-left:23px;
	padding:13px 0;
}
.bd-title-h1 {
	margin-right:30px;
	/*letter-spacing: 0.025em;*/
	font-weight:700;
}
.slide-down-arrow.open {
	-webkit-transform:  rotateX(180deg);
	-moz-transform:     rotateX(180deg);
	-ms-transform:      rotateX(180deg);
	transform:          rotateX(180deg);
}
.slide-down-arrow {
    position: relative;
    top: 2px;
    left: 3px;
    font-size: 16px;
    transition:transform 0.2s ease-in;
    display:inline-block;
    height:13px;
}
.book-direkt-head-body .col-md-4 {
	border-bottom:0;
}
.book-direkt-article .article-more {
	text-decoration:underline;
	color:#f0f0f0;
}
.article-more:hover {
	color:#fff;
	font-weight:400;
}
.login-link {
	display:none;
}

@media (min-width: 769px) {
	.menu-cont {
		position:relative;
	    border: 0;
	    display: block;
	    padding: 23px 23px 25px 23px;
	    float: left;
	    position: absolute;
	    left: 0px;
	    border-radius: 0;
	    z-index: 3;
	    width:73px;
	    height:59px;
	    top: -1px;
	    margin-left:-15px;
	}
	.navbar-default .navbar-toggle {
		float:left;
		border:0;
		display:block;
	    padding: 23px 23px 25px 23px;
	    float: left;
	    position: absolute;
	    left: 0px;
	    top: -7px;
	    border-radius:0;
	    z-index: 3;
	}

	.affix .menu-btn {
		padding: 23px 23px 22px 23px;
	}

	.affix .main-menu {
		top:60px;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle.open {
		background-color: #40748E;
	}

	.navbar-default .navbar-toggle:focus .icon-bar {
		background-color:#888;
	}
	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color:#fff;
	}

	.navbar-toggle .icon-bar+.icon-bar {
	    margin-top: 5px;
	}
	.navbar-toggle .icon-bar {
		width:27px;
	}


	/* Main Menu */
	.nav-main-head {
		position:relative;

	}
	.menu-cont {position:relative;}
	.menu-cont:hover .main-menu, .menu-cont.open .main-menu {
		visibility: visible; /* shows sub-menu */
		opacity: 1;
		z-index: 1;
		transform: translateX(0%);
		transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
	}
	.menu-cont:hover, .menu-cont.open {
		background-color: #40748E;
	}
	.menu-cont:hover .menu-btn, .menu-cont.open .menu-btn {
		background-color: #40748E;
	}
	.menu-cont:hover .icon-bar, .menu-cont.open .icon-bar {
		background-color:#fff !important;
	}
	.main-menu {
		position: absolute;
	    height: auto;
	    top: 64px;
	    -webkit-overflow-scrolling: touch;
	    transform: translateX(-6em);
	    z-index:-1;
	    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	    background-color: #40748E;
	    visibility: hidden; /* hides sub-menu */
  		opacity: 0;
	}
	.main-menu ul {
		padding-left:0px;
		list-style-type: none;
	}
	.main-menu ul li a {
		padding:6px 0 6px 15px;
		font-size:1.1em;
		color:#fff;
		font-weight:300;
		width:100%;
		display:block;
	}
}




@media (max-width: 1200px) {
	.footer-links li {
		padding:0 6px;
		letter-spacing: inherit;
	}
	.footer-links li a {
		letter-spacing: inherit;
	}
	.footer-info {
		font-size:12px;
	}
}
@media (max-width: 1024px) {
	.footer-info {
		font-size:13px;
	}
}
@media (max-width: 992px) {
	.navbar-brand {
	    max-width: 45%;
	    padding: 17px 0;
	    display:block;
	}
	.navbar-brand img {
	    width: 100%;
	    margin-right:0;
	}
	.container {
		width:100%;
	}
	.footer-info {
		padding-left:0;
		margin:30px 0;
		border:0;
		line-height:22px;
	}
	.footer-links {
		margin:0 auto;
		text-align:center;
		margin-bottom: 5px;
	}
	.footer-links ul {
		display:inline-block;
		margin:0 auto;
		text-align:center;
		padding-left:0;
	}
	.copyright {
		margin:0 auto;
		text-align:center;
	}
	.bd-title {
		float:left;
	}
	.book-direkt-more {
	    float: right;
	    text-align: right;
	    width: 15%;
	    box-sizing: border-box;
	    text-align:right;
	}
	.book-direkt-head-body .col-md-4 {
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px #2f5f76 solid;
	}
	.book-direkt-head-body .col-md-4:last-child {
		border-bottom:0;
		padding-bottom:0;
	}
	.pushy-content li {
	    float: left;
	    padding-right: 15px;
	}
	.navbar-default .navbar-toggle {
		left:-1px;
	}
}
	.qty-counter-cont {
		max-width:120px;
		float:left;
	}
	.qty-counter-cont input {
		text-align:center;
		border:0;
		box-shadow:none !important;
		height:45px;
		outline: none !important;
		z-index:0 !important;
	}
	.qty-counter-cont button:hover, .qty-counter-cont button:focus {
		background-color:transparent;
		background-image:none;
		z-index:0 !important;
	}
	.qty-counter-cont button {
		border-radius:0;
		background-color:transparent;
		background-image:none;
		border:0;
		height:45px;
		outline: none !important;
		z-index:0 !important;
	}
	.qty-counter-cont button:disabled {
		background-color:transparent;
		color:#777;
		cursor: not-allowed;
		opacity: unset;
	}
	.qty-counter-cont .glyphicon-plus:before, .qty-counter-cont .glyphicon-minus:before {
		font-size: 1.6em;
	    line-height: 0.8em;
	    color: #333;
	    font-weight: 400;
	}
	.qty-counter-cont button.btn {
		box-shadow: none;
	}

@media (max-width: 770px) {
	.more-text-label {
	    display: none;
	}
	.bd-title-h2 {
		display:none;
	}
	.container.page-container {
		padding: 0px;
		margin: 0px;
	}
	.fixedBodyMobile {
		position:fixed;
	}
	.main-container {
		height:auto;
	}
	.main-menu ul li a {
		padding:12px 0 12px 15px;
	}
	.col66, .col33 {
		width:100% !important;
		float:none !important;
	}
	.affix + .container {
		padding-top: 62px;
	}
	.header-btns {
		display:none;
		visibility:hidden;
	}
	.menu-cont {
		width:15%;
		float:left;
	}
	.navbar-brand {
		max-width:70%;
	}
	.navbar-brand>img {
	    margin:0 auto;
	    max-width:384px;
	}
	.footer-info {
		text-align:center;
	}
	.book-direkt-more {
		float:right;
	}
	.navbar-default {
		height:auto;
	}
	.navbar-default .navbar-toggle {
		float:left;
		border:0;
		padding:9px 10px 9px 0;
		margin:5px 5px 5px 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color:#fff;
	}
	.navbar-toggle .icon-bar {
		width:26px;
		margin-top:5px;
	}

	.navbar-toggle {
		margin:10px 5px;
	}
	.navbar-brand {
		width:70%;
		text-align:center;
		padding:15px 5px;
	}
	.login-link {
		display:block;
	}
	.login-img {
		width:33px;
		height:auto;
		float:right;
		display:block;
		padding:16px 0px 16px 10px;
	}
	.footer-social img {
		padding:0 10px;
	}
	.pushy-content li {
	    width:100%;
	}
	.pushy-content ul li a {
	    font-size: 1.3em;
	    font-weight: 200;
	    padding: 6px 0;
	}
	.footer-info div:last-child {
		margin-bottom:0;
	}
	.footer-info div {
		margin-bottom:25px;
	}



	/* Checkbox toggles */

	.checkbox.switch .cr, .radio.switch .cr {
		display:none;
	}

	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
		margin-top: 2px;
		margin-bottom: 2px;
		cursor: pointer;
	}

	/* Hide default HTML checkbox */
	.switch input {display:none;}

	/* The slider */
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	}

	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

	input:checked + span + .slider {
		background-color: #000000;
	}

	input:focus + span + .slider {
		box-shadow: 0 0 1px #2196F3;
	}

	input:checked + span + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}

	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}

	.slider.round:before {
		border-radius: 50%;
	}
	
	.visible-label + .checkbox.switch .checkbox-label {
		display:none;
	}
	.visible-label {
		text-align:left;
		float:left;
		width: 75%;
		padding: 8px 20px 8px 0;
		font-weight: 300;
	}

	.trans-btn {
		padding:5px 5px;
	}

}
@media (max-width: 480px) {
	.navbar-toggle .icon-bar {
		width:22px;
	}
	.login-img {
		padding:13px 0px 13px 10px;
	}
	.navbar-brand {
	    padding: 16px 0px;
	}
	.navbar-toggle {
		margin:5px;
	}
	.footer-social img {
		padding:0 7px;
	}
	.footer-links li {
		padding: 0 3px;
	}
}
@media (max-width: 320px) {
	.login-img {
		padding: 13px 5px 13px 0;
    	width: 25px;
	}
	.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
		padding:9px 0px;
	}
	.footer-links li {
		font-size:12px;
	}
	.footer-social li {
	    padding-right: 1px;
	}
}

