@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* $headings-font-weight:    700 !default; */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
  .clear {
	clear:both;
	font-size:0px;
	height:0px;
	background:transparent;
	margin:0px;
	padding:0px;
	line-height:0px;
}
  
/**************************************************************************************************************************************************************************/  
/* start watermark */

#cssmenu {
    width: auto;
    line-height: 1;
    background: #ffffff;
    float: right;
	margin-right: -30px;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    /*margin: 0;*/
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu > ul > li {float: left;}   
#cssmenu > ul > li > a {
    padding: 23px 23px;
	font: 300 13px/18px 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul {
    position: absolute;
    left: 0;
    z-index: 999;
	display: none;
}
#cssmenu li:hover > ul {
    left: 20px;
	display: block;
	width: 100%;
}
#cssmenu ul li:hover > ul > li {height: 32px;}    
#cssmenu > ul > li.has-sub > a {padding-right: 25px;}   
#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 150px;
    font-size: 13px;
    background: #fff;
    font: 300 13px/18px 'Montserrat', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
    color: #000;
	margin-left: -20px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-align: left;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#cssmenu ul ul li.has-sub>a::after, #cssmenu>ul>li.has-sub>a::after {
position:absolute;
right:10px;
content:""
}
#cssmenu>ul>li.has-sub>a {
	padding-right:25px
}
#cssmenu>ul>li.has-sub>a::after {
top:23px;
width:4px;
height:4px;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
transform:rotate(45deg);
transition:border-color .2s ease
}
#cssmenu>ul>li.has-sub:hover>a::after {
border-color:#fff
}
#cssmenu ul ul {
	position:absolute;
	left:-9999px;
	z-index:9999999999
}
#cssmenu ul ul li {
	height:0;
transition:height .2s ease
}
#cssmenu ul ul li a {
	padding:11px 8px;
	width:215px;
	font-size:12px;
	line-height:20px;
	background:#fff;
	color:#000;
transition:color .2s ease
}
.dropdown-toggle:focus {
	outline:0
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:14px;
	text-align:left;
	list-style:none;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	box-shadow:0 6px 12px rgba(0, 0, 0, .175)
}
.dropdown-submenu {
	position:relative
}
.dropdown-submenu .dropdown-menu {
	top:0;
	left:100%;
	margin-top:-1px
}

.book_now{display: inline-block; width: 100px; height: 0px; font:600 13px/20px 'Montserrat', sans-serif; text-align: center; color: #0067b6; text-transform: uppercase; cursor: pointer;}

#margin_top1{margin-top: 23px;}
#margin_top{margin-top: 18px;}

.menu-trigger{display: none;}

.col-md-12.tag-line {position: absolute; bottom: 0; z-index: 201; text-align: center; height: 320px;}
.col-md-12.tag-line h2{color: #fff; font:400 40px/50px 'Montserrat', sans-serif;}

.col-md-12.title_heading {position: absolute; bottom: 0; z-index: 201; text-align: center; height: 168px;}
.col-md-12.title_heading h1{color: #fff; font:200 40px/20px 'Montserrat', sans-serif;}

.mobile_title{color: #fff;
font: 300 25px/20px 'Montserrat', sans-serif;
text-align: center;
display: none;
padding: 90px 0; display: none;}
.blue_bg{background: #1A224E;height: 200px; display: none;}

.about{ position: absolute; top: 0;  z-index: 201; text-align: left; margin: 20px;}
.about h3{ text-transform: none; color: #fff; padding-bottom: 20px;}
.about p{ color: #fff; font:200 13px/20px 'Montserrat', sans-serif}
#read_more {text-align: center; margin: 40px auto;}

.address{ position: absolute; top: 0; z-index: 201; text-align: center; margin: 20px 0; width: 100%;}
.address h3{ text-transform: uppercase; color: #fff; padding-bottom: 20px; font:300 18px/20px 'Montserrat', sans-serif}
.address p{ text-transform: uppercase; color: #fff; font:200 13px/20px 'Montserrat', sans-serif;}

#night_life {margin-top: 50%;}
#food_menu {margin-top: 55%;}
#horizon {margin-top: 40%;}

.desktop{display: block;}
.mobile{display: none;}

#navbar{display: none;}
#navbar-desk{display: block;}

.about_us{text-align: center;margin: 40px 10% 90px;}
.about_us p{font:300 14px/26px 'Montserrat', sans-serif; letter-spacing: 0.8px;}
.about_img{width: 100%; margin-top: 70px;}
.about_img img{width:100%;}
.night_img{width: 70%; margin: 70px auto 0;}
.night_img img{width:100%;}

.set_width {width: 48%; margin: 0 1%; float: left;}
.form-area {padding: 20px; margin: 20px 0;}
.set_width1 {width: 98%; margin: 0 auto;}
.align_center{text-align:center;}
.modal-footer {padding: 15px; text-align: right; border-top: 1px solid #e5e5e5;}

.map {width: 100%; height: 382px; padding-right: 2%;}

.img-box{width: 20%; float: left; margin:2%;}
.img-box img{width: 100%;}

.menu{/*width: 95%;*/ margin: 0 auto;}
.menu_itemL{width: 70%; float: left;}
.menu_itemR{width: 70%; float: right;}
.menu_imageL{width: 30%; float: left;}
.menu_imageR{width: 30%; float: left;}
.item_name{width: 88%; float: left; color:#6d6b65; font:300 14px/26px 'Montserrat', sans-serif;}
.item_price{color:#cc0000; font:700 14px/26px 'Montserrat', sans-serif;}
.menu_itemL h3{color: #000000; padding-bottom: 10px; font:200 26px/26px 'Montserrat', sans-serif;}
.menu_itemR h3{color: #000000; padding-bottom: 10px; font:200 26px/26px 'Montserrat', sans-serif;}
.menu_itemL p{font:400 16px/16px 'Montserrat', sans-serif; color: #1f55ae;margin: 0px; padding: 10px 0 0 0;}
.menu_itemR p{font:700 14px/26px 'Montserrat', sans-serif; color: #1f55ae;margin: 0px; padding: 10px 0 0 0;}
.border_btm{border-bottom: 2px dotted #ededed}
.image-holder{width: 80%;margin: 22px auto;}
.image-holder img{width: 100%;}
#new{margin-top: 40px;}
.subtitle{text-transform: none; color:#474644; font-size: 13px;}

.inputbox.new.calendar {
background: #fff url("../images/cal.png") no-repeat right 3px top 3px;
background-color: rgb(255, 255, 255);
background-image: url("../images/cal.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-clip: border-box;
background-origin: padding-box;
background-position-x: right 3px;
background-position-y: top 5px;
background-size: auto auto;
border: 1px solid #ccc;
-webkit-transition: all .2s;
transition: all .2s;
width: 100%; }

.bannercontainer.banner-boxed img{width: 100%;}

.gallery{margin-top: 40px;margin-bottom: 70px;}

.contact_us{text-align: center; margin-top: 40px;}
.contact_us h4{font:700 14px/26px 'Montserrat', sans-serif;}
.contact_us p{font:300 14px/26px 'Montserrat', sans-serif;}
.form-area{margin-bottom: 20px;}
.contact_block{border-left: 1px solid #ededed; border-right: 1px solid #ededed;float: left;}
#menu_margin{margin-top: 60px; margin-bottom: 60px;}
.price_color{color: #cc0000; font: 700 14px/26px 'Montserrat', sans-serif;}
.social_left{float: left; margin-right: 25%;}
.social_right{float: left;}
.single{width: 70%; float: left; color: #6d6b65; font: 300 14px/26px 'Montserrat', sans-serif; text-align: right;}
.pack{width: 21%; float: left; color: #6d6b65; font: 300 14px/26px 'Montserrat', sans-serif; text-align: right;}
.single_price{width: 26%; float: left; color: #cc0000; font: 700 14px/26px 'Montserrat', sans-serif; text-align: right;}
.pack_price{width: 21%; float: left; color: #cc0000; font: 700 14px/26px 'Montserrat', sans-serif; text-align: right;}
.drink{float: left; color: #6d6b65; font: 300 14px/26px 'Montserrat', sans-serif; width: 44%}
#private{color: #fff; margin-top: 50%; margin-left: -13%;}
.select_menu{text-align: center; margin: -30px auto 0; width: 35%;}
.food_menu{float: left; font: 300 25px/26px 'Montserrat', sans-serif; color: #474644;}
.food-text{font: 200 15px/22px 'Montserrat', sans-serif; color: #000000; text-align: center; margin: 10px auto 20px;}
.bar_menu{float: left; font: 300 25px/26px 'Montserrat', sans-serif; color: #aeaeae;}
.food2_menu{float: left; font: 300 25px/26px 'Montserrat', sans-serif; color: #aeaeae;}
.bar2_menu{float: left; font: 300 25px/26px 'Montserrat', sans-serif;color: #474644;}

/* end watermark */
/**************************************************************************************************************************************************************************/ 

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #474644;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #474644;
  text-decoration: none; }
  a:hover, a:focus {
    color: #ffcc80;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 2px; }

.img-thumbnail {
  padding: 0px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #474644; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 25px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 14px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #ffcc80; }

a.text-primary:hover,
a.text-primary:focus {
  color: #ffb84d; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ffcc80; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ffb84d; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 991px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 1px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 1px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.42857;
  color: #474644; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #474644;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b2adad;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #ebebeb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 235, 235, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(235, 235, 235, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 40px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 55px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 40px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 40px;
  line-height: 40px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 40px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }
.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 32px;
  padding: 11px 20px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 55px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 2px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 55px;
  line-height: 55px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 55px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 2px; }
.form-group-lg select.form-control {
  height: 55px;
  line-height: 55px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 55px;
  min-height: 36px;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1.42857; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 57.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 55px;
  height: 55px;
  line-height: 55px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #888683; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 13px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 16px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 11px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #ffcc80;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #2b9aef;
  background-color: #fff;
  border-color: #2b9aef; }
  .btn-default:focus, .btn-default.focus {
    color: #ffcc80;
    background-color: #e6e6e6;
    border-color: #ff9901; }
  .btn-default:hover {
    color: #2b9aef;
    background-color: #e6e6e6;
    border-color: #2b9aef; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #ffcc80;
    background-color: #e6e6e6;
    border-color: #ffb343; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #ffcc80;
      background-color: #d4d4d4;
      border-color: #ff9901; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ffcc80; }
  .btn-default .badge {
    color: #fff;
    background-color: #ffcc80; }

.btn-primary {
  color: #fff;
  background-color: #0067b6;
  border-color: #0067b6; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ffb84d;
    border-color: #ff9901; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2b9aef;
    border-color: #2b9aef; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ffb84d;
    border-color: #ffb343; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #ffa929;
      border-color: #ff9901; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #ffcc80;
    border-color: #ffcc80; }
  .btn-primary .badge {
    color: #ffcc80;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #01b06d;
  border-color: #01b06d; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #017d4e;
    border-color: #00311e; }
  .btn-success:hover {
    color: #fff;
    background-color: #017d4e;
    border-color: #017347; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #017d4e;
    border-color: #017347; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #015a38;
      border-color: #00311e; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #01b06d;
    border-color: #01b06d; }
  .btn-success .badge {
    color: #01b06d;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #2388da;
  border-color: #2388da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1c6dae;
    border-color: #11436c; }
  .btn-info:hover {
    color: #fff;
    background-color: #1c6dae;
    border-color: #1b67a5; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1c6dae;
    border-color: #1b67a5; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #17598f;
      border-color: #11436c; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #2388da;
    border-color: #2388da; }
  .btn-info .badge {
    color: #2388da;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f69d35;
  border-color: #f69d35; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ed850b;
    border-color: #a45c07; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ed850b;
    border-color: #e47f0a; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed850b;
    border-color: #e47f0a; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #cb7209;
      border-color: #a45c07; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f69d35;
    border-color: #f69d35; }
  .btn-warning .badge {
    color: #f69d35;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #fe4157;
  border-color: #fe4157; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #fe0e2a;
    border-color: #be0117; }
  .btn-danger:hover {
    color: #fff;
    background-color: #fe0e2a;
    border-color: #fe0421; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #fe0e2a;
    border-color: #fe0421; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #e7011c;
      border-color: #be0117; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #fe4157;
    border-color: #fe4157; }
  .btn-danger .badge {
    color: #fe4157;
    background-color: #fff; }

.btn-link {
  color: #474644;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #ffcc80;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 2px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ededed;
  border: 1px solid #ededed;
  border-radius: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #999999;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffcc80;
  background-color: #fff; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #fff; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #474644;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 991px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #474644;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 1px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 0px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 2px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 30px 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #474644; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #fff; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 1px 1px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: transparent transparent #fff; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #ffcc80;
      background-color: transparent;
      border: 1px solid transparent;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 1px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #fff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 1px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 1px 1px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 991px) {
    .navbar {
      border-radius: 1px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 991px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 991px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 991px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 991px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 991px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 20px 20px;
  font-size: 16px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 991px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -20px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 991px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 10px -20px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 991px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 20px;
          padding-bottom: 20px; } }

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 990px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 991px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 5px;
    margin-bottom: 5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 991px) {
    .navbar-text {
      float: left;
      margin-left: 20px;
      margin-right: 20px; } }

@media (min-width: 991px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -20px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #474644; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #2d2c2b;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #010101; }
  .navbar-default .navbar-nav > li > a {
    color: #474644; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #ffcc80;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555; }
  @media (max-width: 990px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #474644; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffcc80;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #474644; }
    .navbar-default .navbar-link:hover {
      color: #ffcc80; }
  .navbar-default .btn-link {
    color: #474644; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #ffcc80; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 990px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 15px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 1px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #999999; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 1px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 12px 20px;
      line-height: 1.42857;
      text-decoration: none;
      color: #474644;
      background-color: #fff;
      border: 1px solid transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 1px;
      border-top-left-radius: 1px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 1px;
      border-top-right-radius: 1px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #ffcc80;
    background-color: #fff;
    border-color: #e8e8e8; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #ffcc80;
    background-color: #fff;
    border-color: #fff;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.42857; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid transparent;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #fff; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #ffcc80; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #ffb84d; }

.label-success {
  background-color: #01b06d; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #017d4e; }

.label-info {
  background-color: #2388da; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #1c6dae; }

.label-warning {
  background-color: #f69d35; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ed850b; }

.label-danger {
  background-color: #fe4157; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #fe0e2a; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #474644;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 2px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #474644; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #474644; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 1px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ffcc80;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #01b06d; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #2388da; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f69d35; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #fe4157; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

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

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

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

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 25px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }

a.list-group-item,
button.list-group-item {
  color: #000; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #000;
    background-color: transparent; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #fff;
  border-color: #e1e1e1; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 20px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 20px 0;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 0px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 0px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 0px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 0px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: transparent; }
  .panel-default > .panel-heading {
    color: #000;
    background-color: transparent;
    border-color: transparent; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-default > .panel-heading .badge {
      color: transparent;
      background-color: #000; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-primary {
  border-color: transparent; }
  .panel-primary > .panel-heading {
    color: #ffcc80;
    background-color: transparent;
    border-color: transparent; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-primary > .panel-heading .badge {
      color: #ffcc80;
      background-color: #ffcc80; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-success {
  border-color: transparent; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: transparent;
    border-color: transparent; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-info {
  border-color: transparent; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: transparent;
    border-color: transparent; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-warning {
  border-color: transparent; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: transparent;
    border-color: transparent; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-danger {
  border-color: transparent; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: transparent;
    border-color: transparent; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 2px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px 15px 0px;
  /*border-bottom: 1px solid #e5e5e5;*/ }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #ebebeb;
  text-align: center;
  text-shadow: none;
  background-color: transparent; }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #ebebeb;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fafafa; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none; }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
  
@media (max-width: 1555px) { /*watermark*/
.bannercontainer.banner-boxed img {
    width: auto;
}
}
@media (max-width: 961px) {
.select_menu {width: 40%;}
}

@media (max-width: 844px) {
.select_menu {width: 50%;}
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 1199px) {	/*watermark*/
/*#cssmenu {margin-right: -80px;}*/
#cssmenu > ul > li > a {padding: 23px 15px;}
#margin_top {margin-top: 20px;}
#private {margin-left: 2%;}
}

@media (max-width: 924px) {
.address{margin: 0px}
}

@media (max-width: 867px) {
.address h3{padding-bottom: 0px;}
}

@media (max-width: 800px) {
.address h3{margin-top: 5px;}
}

@media (max-width: 767px) {
  	.hidden-xs {
    display: none !important; } 
	#private {margin-top: 170px; margin-left: -7%;}	
	#food_menu {margin-top: 200px;}
	.address {margin: 20px auto;}
	.address h3 {margin-top: 20px;}
	#horizon {margin-top: 120px;}
}
@media (max-width: 681px) {
.select_menu {width: 60%;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* @mixin button-outline($color, $background, $border, $background-hover, $color-hover, $border-hover, $border-radius) {
    color: $color;
    background-color: $background;
    border-color: $border;
    @include border-radius($border-radius);
    &:hover,
    &:focus,
    &:active,
    &.active {
        color: $color-hover;
        background-color: $background-hover;
        border-color: $border-hover;
    }    
} */
/****/
/** elements mixins **/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 4 */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *
 */
/* $vertical-widget-title-font-family:     $font-menu-family !default; */
html {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }
  body.layout-boxed-lg .row-offcanvas {
    max-width: 1190px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    background: #FFF; }

/* top */
header, .container {
  position: relative; }

.common-home .main-columns .alert {
  margin-top: 125px; }
.common-home .alert {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .common-home .alert:before, .common-home .alert:after {
    content: " ";
    display: table; }
  .common-home .alert:after {
    clear: both; }
  @media (min-width: 768px) {
    .common-home .alert {
      width: 720px; } }
  @media (min-width: 992px) {
    .common-home .alert {
      width: 940px; } }
  @media (min-width: 1200px) {
    .common-home .alert {
      width: 1140px; } }
.common-home #content {
  margin-bottom: 0; }
@media (min-width: 767px) {
  .common-home .logo {
    position: absolute;
/*    left: 50%;
    margin-left: -40px;*/
    z-index: 99; }
  .common-home #topbar .button {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed; }
  .common-home #topbar .column:first-child, .common-home #topbar .column:last-child {
    margin-top: 0px; } }

.account-wishlist #content, .product-compare #content {
  overflow-x: auto; }

.information-sitemap ul li {
  line-height: 30px; }

/*#topbar .column:first-child, #topbar .column:last-child {
  margin-top: 50px; }*/
#topbar .quick-setting {
  position: relative; }
  #topbar .quick-setting .button {
    margin-right: -1px; }
    .rtl #topbar .quick-setting .button {
      margin-left: -1px;
      margin-right: inherit; }
#topbar.topbar-v1 .inner {
  padding: 30px 0; }
#topbar.topbar-v1 .logo {
  margin-top: 8px;
  text-align: center; }
#topbar.topbar-v2 .inner {
  padding: 10px 0; }
#topbar.topbar-v3 .inner {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
#topbar.topbar-v3 .html {
  font-weight: 400; }
#topbar.topbar-v3 #top-links > div {
  padding: 0 10px; }
#topbar.topbar-v3 .icon {
  color: #999999; }
#topbar.topbar-v3 .quick-setting:before {
  position: absolute;
  content: "";
  width: 1px;
  border-left: 1px solid #5a5b5c;
  right: 0;
  top: 0;
  height: 100%; }
  .rtl #topbar.topbar-v3 .quick-setting:before {
    left: 0;
    right: auto; }
#topbar.topbar-v4 .inner {
  padding: 15px 30px; }
#topbar.topbar-v4 #logo, #topbar.topbar-v4 #logo-theme, #topbar.topbar-v4 #top-links {
  padding-top: 5px; }
#topbar.topbar-v4 .quick-setting:after {
  top: 12px;
  height: 50%; }

/* top links */
.top-links {
  font-size: 14px; }
  .top-links #wishlist-total {
    padding: 15px 15px 15px 0; }
    .rtl .top-links #wishlist-total {
      padding: 15px 0 15px 15px; }
  .top-links .btn-group > button {
    width: 130px;
    padding: 15px;
    text-align: center;
    color: #474644; }
  .top-links .btn-group .zmdi-chevron-down {
    color: #ffcc80; }
  .top-links .btn-group:hover > button {
    border: 1px solid #ededed;
    border-bottom: none; }
  .top-links .btn-group:hover .dropdown-menu {
    display: block; }
  .top-links .btn-group:hover > button {
    position: relative; }
    .top-links .btn-group:hover > button:after {
      position: absolute;
      content: "";
      width: 78%;
      height: 1px;
      border-bottom: 1px solid #ededed;
      bottom: 7px;
      margin: 0 auto;
      right: 0;
      left: 0; }
  .top-links .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 180px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0; }
    .top-links .dropdown-menu li > a, .top-links .dropdown-menu li > button {
      text-shadow: none;
      font-size: 14px;
      color: #999999;
      padding: 0; }
      .top-links .dropdown-menu li > a:hover, .top-links .dropdown-menu li > button:hover {
        color: #ffcc80; }
    .top-links .dropdown-menu li {
      padding: 5px 0; }
  .top-links > div {
    position: relative; }
  .top-links ul {
    margin-bottom: 0;
    padding: 0; }

header {
  background: #fff; }
  header .header-bottom .inner {
    padding: 2px 0;
    background: #fafafa;
    height: 48px;
    -webkit-box-shadow: 0 0 0 1px #f5f5f5 inset;
    box-shadow: 0 0 0 1px #f5f5f5 inset; }
  header .header-bottom .autosearch-wrapper {
    margin-top: 1px;
    margin-left: -27px; }
    .rtl header .header-bottom .autosearch-wrapper {
      margin-right: -27px;
      margin-left: inherit; }
  header .header-bottom .html {
    padding: 2px 40px;
    display: inline-block;
    vertical-align: middle; }
  header .header-bottom .phone {
    font-size: 16px; }
  header .header-bottom .column {
    padding-right: 30px; }
    .rtl header .header-bottom .column {
      padding-left: 30px;
      padding-right: inherit; }
  header.header-v1 .mainmenu {
    padding-bottom: 15px; }
  header.header-v2 .logo {
    margin-top: 8px; }
  header.header-v2 .mainmenu {
    padding-bottom: 20px; }
  header.header-v3 .mainmenu {
    padding: 10px 0 20px; }
  header.header-v4 .mainmenu {
    padding: 10px 0 20px; }

.header-default #currency p, .header-default #language p {
  display: none; }
.header-default .inner {
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  padding-bottom: 10px; }
.header-default .menu-category {
  border-top: 0px solid #ededed; }
.header-default #search {
  border: 1px solid #ededed;
  margin: 20px 0;
  width: 100%; }

/* logo */
.search-block .dropdown-menu {
  border: none;
  padding: 0; }

/* search */
#search {
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 100;
  width: 250px; }
  #search .input-search {
    background: transparent;
    position: relative;
    font-weight: 400; }
  #search .btn-search {
    width: 50px;
    height: 43px;
    font-size: 20px;
    line-height: 0; }

/* cart */
#cart {
  position: relative; }
  #cart > button {
    position: relative;
    padding: 0; }
  #cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
    min-width: 400px;
    padding: 10px;
    font-size: 11px;
    border-top: 1px solid #ededed; }
    #cart .dropdown-menu > li {
      line-height: 25px; }
  #cart .btn-remove {
    padding: 3px 5px; }

#cart-total {
  background: #ffcc80;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -10px;
  right: -5px;
  padding: 0 9px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }
  .rtl #cart-total {
    left: -5px;
    right: auto; }
  #cart-total .badges {
    border-bottom: 4px solid transparent;
    border-right: 4px solid #ffcc80;
    border-top: 4px solid transparent;
    content: "";
    position: absolute;
    top: 5px;
    left: -4px; }
    .rtl #cart-total .badges {
      border-left: 4px solid #ffcc80;
      border-right: inherit; }
    .rtl #cart-total .badges {
      right: -4px;
      left: auto; }

/* content */
#content {
  min-height: 520px; }
  #content h1 {
    margin-top: 0; }

#column-left .panel-heading, #column-right .panel-heading {
  padding-top: 0; }

.content-top .panel-heading {
  padding-top: 0; }
.content-top .sidebar .product-block {
  padding: 28px 20px; }
.content-top .deals .product-meta {
  padding-top: 30px; }
.content-top .productdeals.deals .rating {
  float: none; }

.sidebar .panel-body {
  padding: 0; }
.sidebar .products-block {
  margin-right: 1px; }
  .sidebar .products-block .product-col {
    width: 100%;
    border: none; }
  .sidebar .products-block .products-row {
    border: none; }
.sidebar .products-row:last-child .product-col:last-child .product-block {
  border-bottom: none; }
.sidebar .product-block {
  overflow: hidden;
  border: none;
  padding: 20px; }
  .sidebar .product-block .image {
    float: left;
    width: 35%;
    padding: 0; }
    .rtl .sidebar .product-block .image {
      float: right; }
  .sidebar .product-block .product-meta {
    padding: 0 0 0 20px;
    float: left;
    width: 65%; }
    .rtl .sidebar .product-block .product-meta {
      padding: 0 20px 0 0; }
    .rtl .sidebar .product-block .product-meta {
      float: right; }
  .sidebar .product-block .name {
    height: auto;
    margin-top: 0;
    margin: 0; }
  .sidebar .product-block:hover .image a:before {
    content: none; }
.sidebar .product-label, .sidebar .bottom, .sidebar .cart, .sidebar .quickview, .sidebar .wishlist {
  display: none; }

/* footer */
footer {
  background: #131C48;
  color: #fff;
  padding-top: 0px; }
  footer .panel-title {
    font-size: 14px;
    color: #FFF;
    margin: 0px;
    padding: 0px; }
  footer .panel-body {
    padding: 0; }
  footer a {
    color: #645c5a;
    font-size: 12px;
    line-height: 1.5; }
  footer ul {
    padding: 0; }
  footer .column {
    min-height: 175px; }
  footer .footer-top {
    background: #474644;
    padding: 10px 0; 
	display: none;}
    footer .footer-top ul.social-icon-list {
      margin: 0; }
      footer .footer-top ul.social-icon-list .icons {
        font-size: 22px;
        padding-right: 35px; }
        .rtl footer .footer-top ul.social-icon-list .icons {
          padding-left: 35px;
          padding-right: inherit; }
  footer .footer-bottom .inner {
    padding-top: 20px; }

/* back top top */
.scrollup {
  background: #ffcc80;
  bottom: 82px;
  position: fixed;
  right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px;
  z-index: 9999; }
  .rtl .scrollup {
    left: 10px;
    right: auto; }
  .scrollup .fa {
    display: block; }
  .scrollup:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.copyright {
  text-align: center;
  color: #645c5a;
  font-size: 12px;
  font-weight: 400;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .copyright .input-group {
    border: 0px; }
    .copyright .input-group .fa {
      color: #777777; }
  .copyright a {
    color: #FFF;
    color: #131C48; }
    .copyright a:hover, .copyright a:focus, .copyright a:active {
      color: #ffcc80; }
  .copyright address {
    margin: 0; }
  .copyright .payment {
    padding-top: 30px; }

.powered a {
  color: #999; }

/*
*  Main Menu
*/
.navbar-mega {
  position: relative; }
  .navbar-mega #pav-megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border: 1px solid #ededed; }
    .rtl .navbar-mega #pav-megamenu {
      right: 0;
      left: auto; }
  .navbar-mega:hover #pav-megamenu {
    display: block; }
  .navbar-mega .navbar-nav {
    width: 250px;
    padding-bottom: 20px; }
    .navbar-mega .navbar-nav > li {
      width: 100%;
      padding: 0 30px;
      float: left; }
      .rtl .navbar-mega .navbar-nav > li {
        float: right; }
      .navbar-mega .navbar-nav > li > a {
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        padding: 10px 20px;
        position: relative;
        border-bottom: 1px solid #ededed; }
        .navbar-mega .navbar-nav > li > a:before {
          display: inline-block;
          font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\f26e';
          position: absolute;
          color: #d8d7d7;
          top: 15px;
          left: 0; }
          .rtl .navbar-mega .navbar-nav > li > a:before {
            right: 0;
            left: auto; }
      .navbar-mega .navbar-nav > li .dropdown-menu {
        z-index: 9999999;
        padding: 20px;
        background: #fff;
        min-width: 215px;
        top: 0;
        margin-left: 100%; }
        .rtl .navbar-mega .navbar-nav > li .dropdown-menu {
          margin-right: 100%;
          margin-left: inherit; }
        .navbar-mega .navbar-nav > li .dropdown-menu li a {
          color: #999;
          font-size: 14px;
          font-weight: normal;
          padding: 10px 0;
          text-transform: capitalize;
          border-bottom: 1px solid #ededed;
          display: block; }
          .navbar-mega .navbar-nav > li .dropdown-menu li a:hover {
            color: #ffcc80; }
        .navbar-mega .navbar-nav > li .dropdown-menu li:last-child a {
          border-bottom: none; }
        .navbar-mega .navbar-nav > li .dropdown-menu.level2 {
          display: none; }
        .navbar-mega .navbar-nav > li .dropdown-menu .row + .row {
          margin-top: 20px; }
        .navbar-mega .navbar-nav > li .dropdown-menu .products-row + .products-row {
          margin-top: 0; }
      .navbar-mega .navbar-nav > li .dropdown-submenu:hover > .dropdown-menu {
        top: 35px;
        display: block;
        margin-left: 90%; }
        .rtl .navbar-mega .navbar-nav > li .dropdown-submenu:hover > .dropdown-menu {
          margin-right: 90%;
          margin-left: inherit; }
      .navbar-mega .navbar-nav > li:hover > .dropdown-menu {
        display: block; }
    .navbar-mega .navbar-nav > .aligned-fullwidth {
      position: static; }
      .navbar-mega .navbar-nav > .aligned-fullwidth > .dropdown-menu {
        width: 100% !important;
        margin-top: -2px; }
      .navbar-mega .navbar-nav > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
        margin-left: 0; }
        .rtl .navbar-mega .navbar-nav > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
          margin-right: 0;
          margin-left: inherit; }
    .navbar-mega .navbar-nav > .aligned-right .dropdown-menu {
      left: auto;
      right: 0; }
      .rtl .navbar-mega .navbar-nav > .aligned-right .dropdown-menu {
        right: auto;
        left: auto; }
      .rtl .navbar-mega .navbar-nav > .aligned-right .dropdown-menu {
        left: 0;
        right: auto; }
    .navbar-mega .navbar-nav > .aligned-right .dropdown-submenu .dropdown-menu {
      margin-right: 85%; }
      .rtl .navbar-mega .navbar-nav > .aligned-right .dropdown-submenu .dropdown-menu {
        margin-left: 85%;
        margin-right: inherit; }
    .navbar-mega .navbar-nav > .aligned-left .dropdown-menu {
      right: auto;
      left: 0; }
      .rtl .navbar-mega .navbar-nav > .aligned-left .dropdown-menu {
        left: auto;
        right: auto; }
      .rtl .navbar-mega .navbar-nav > .aligned-left .dropdown-menu {
        right: 0;
        left: auto; }
    .navbar-mega .navbar-nav > .aligned-left .dropdown-submenu .dropdown-menu {
      margin-left: 85%;
      top: 0; }
      .rtl .navbar-mega .navbar-nav > .aligned-left .dropdown-submenu .dropdown-menu {
        margin-right: 85%;
        margin-left: inherit; }
    .navbar-mega .navbar-nav > .aligned-center .dropdown-menu {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .rtl .navbar-mega .navbar-nav > .aligned-center .dropdown-menu {
        right: 50%;
        left: auto; }
      .rtl .navbar-mega .navbar-nav > .aligned-center .dropdown-menu {
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0); }
    .navbar-mega .navbar-nav > .aligned-center .dropdown-submenu .dropdown-menu {
      margin-left: 85%; }
      .rtl .navbar-mega .navbar-nav > .aligned-center .dropdown-submenu .dropdown-menu {
        margin-right: 85%;
        margin-left: inherit; }
  .navbar-mega .widget-heading {
    color: #000;
    padding-bottom: 20px;
    margin: 0;
    font-weight: normal;
    font-size: 14px; }
  .navbar-mega .widget-products .products-block {
    border: 1px solid #ededed; }
  .navbar-mega .widget-products .product-col {
    border-right: 1px solid #ededed; }
    .rtl .navbar-mega .widget-products .product-col {
      border-left: 1px solid #ededed;
      border-right: inherit; }
  .navbar-mega .widget-products .product-block {
    margin: 0; }
    .navbar-mega .widget-products .product-block a {
      border: none; }
    .navbar-mega .widget-products .product-block .image {
      width: 30%; }
    .navbar-mega .widget-products .product-block .product-meta {
      width: 70%;
      padding-top: 0;
      text-align: left; }
      .rtl .navbar-mega .widget-products .product-block .product-meta {
        text-align: right; }
    .navbar-mega .widget-products .product-block .name {
      height: auto;
      overflow: visible; }
    .navbar-mega .widget-products .product-block:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .navbar-mega .widget-html .widget-inner {
    line-height: 38px; }

/**
 * White Styles
 */
.navbar-mega-light .navbar-mega .navbar-nav > li > a, .navbar-mega-light .navbar-mega .navbar-nav > li > a .caret {
  color: #FFFFFF; }
.navbar-mega-light .navbar-mega .navbar-nav > li.active > a::before, .navbar-mega-light .navbar-mega .navbar-nav > li:hover > a::before {
  background: #FFFFFF; }

.navbar-mega-theme {
  background: #ffcc80; }
  .navbar-mega-theme .navbar-mega .navbar-nav > li > a, .navbar-mega-theme .navbar-mega .navbar-nav > li > a .caret {
    color: #FFFFFF; }

/**
 * Simple Styles
 */
.navbar-mega-simple {
  text-align: center; }
  .navbar-mega-simple .pbr-megamenu {
    display: inline-block; }

/*** Vertical Megamenu ***/
.verticalmenu-head {
  position: relative; }
  .verticalmenu-head .vertical-title {
    font-size: 14px;
    text-transform: uppercase;
    background: #ffcc80;
    padding: 12px 20px;
    color: #fff; }
    .verticalmenu-head .vertical-title i {
      margin-right: 10px; }
      .rtl .verticalmenu-head .vertical-title i {
        margin-left: 10px;
        margin-right: inherit; }
  .verticalmenu-head:hover .pav-verticalmenu {
    display: block; }

.pav-verticalmenu {
  border: 2px solid #ffcc80;
  left: 0;
  background: #FFF;
  position: absolute;
  top: 100%;
  z-index: 9999;
  display: none;
  padding: 33px 0; }
  .rtl .pav-verticalmenu {
    right: 0;
    left: auto; }
  .pav-verticalmenu ul ul {
    margin: 0;
    padding: 0; }
  .pav-verticalmenu .navbar-nav > li {
    width: 100%;
    padding: 0 30px;
    float: left; }
    .rtl .pav-verticalmenu .navbar-nav > li {
      float: right; }
    .pav-verticalmenu .navbar-nav > li > a {
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      padding: 10px 20px;
      position: relative;
      border-bottom: 1px solid #ededed; }
      .pav-verticalmenu .navbar-nav > li > a:before {
        display: inline-block;
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f26e';
        position: absolute;
        color: #d8d7d7;
        top: 15px;
        left: 0; }
        .rtl .pav-verticalmenu .navbar-nav > li > a:before {
          right: 0;
          left: auto; }
    .pav-verticalmenu .navbar-nav > li .dropdown-menu {
      padding: 20px;
      background: #fff;
      min-width: 215px; }
      .pav-verticalmenu .navbar-nav > li .dropdown-menu li a {
        color: #999;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0;
        text-transform: capitalize;
        border-bottom: 1px solid #ededed;
        display: block; }
        .pav-verticalmenu .navbar-nav > li .dropdown-menu li a:hover {
          color: #ffcc80; }
      .pav-verticalmenu .navbar-nav > li .dropdown-menu li:last-child a {
        border-bottom: none; }
      .pav-verticalmenu .navbar-nav > li .dropdown-menu.level2 {
        display: none; }
      .pav-verticalmenu .navbar-nav > li .dropdown-menu .row + .row {
        margin-top: 20px; }
      .pav-verticalmenu .navbar-nav > li .dropdown-menu .products-row + .products-row {
        margin-top: 0; }
      .pav-verticalmenu .navbar-nav > li .dropdown-menu .dropdown-submenu {
        position: relative; }
        .pav-verticalmenu .navbar-nav > li .dropdown-menu .dropdown-submenu:hover .level2 {
          display: block;
          margin-left: 100%;
          top: 0; }
          .rtl .pav-verticalmenu .navbar-nav > li .dropdown-menu .dropdown-submenu:hover .level2 {
            margin-right: 100%;
            margin-left: inherit; }
    .pav-verticalmenu .navbar-nav > li > .aligned-fullwidth {
      position: static; }
      .pav-verticalmenu .navbar-nav > li > .aligned-fullwidth > .dropdown-menu {
        width: 100% !important;
        margin-top: -2px; }
      .pav-verticalmenu .navbar-nav > li > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
        margin-left: 0; }
        .rtl .pav-verticalmenu .navbar-nav > li > .aligned-fullwidth .dropdown-submenu .dropdown-menu {
          margin-right: 0;
          margin-left: inherit; }
    .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-menu {
      left: auto;
      right: 0; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-menu {
        right: auto;
        left: auto; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-menu {
        left: 0;
        right: auto; }
    .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-submenu .dropdown-menu {
      margin-right: 85%; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-right .dropdown-submenu .dropdown-menu {
        margin-left: 85%;
        margin-right: inherit; }
    .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-menu {
      left: 0;
      right: auto; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-menu {
        right: 0;
        left: auto; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-menu {
        left: auto;
        right: auto; }
    .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-submenu .dropdown-menu {
      margin-left: 85%;
      top: 0; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-left .dropdown-submenu .dropdown-menu {
        margin-right: 85%;
        margin-left: inherit; }
    .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-menu {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-menu {
        right: 50%;
        left: auto; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-menu {
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0); }
    .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-submenu .dropdown-menu {
      margin-left: 85%; }
      .rtl .pav-verticalmenu .navbar-nav > li > .aligned-center .dropdown-submenu .dropdown-menu {
        margin-right: 85%;
        margin-left: inherit; }
    .pav-verticalmenu .navbar-nav > li.parent {
      position: relative; }
      .pav-verticalmenu .navbar-nav > li.parent:hover .level1 {
        display: block;
        margin-left: 100%;
        top: 0; }
        .rtl .pav-verticalmenu .navbar-nav > li.parent:hover .level1 {
          margin-right: 100%;
          margin-left: inherit; }
    .pav-verticalmenu .navbar-nav > li:after {
      content: "";
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto 0;
      position: absolute;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 6px solid #FFF;
      z-index: 9999;
      width: 0px;
      height: 0px;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: border 300ms ease-out 0s;
      -o-transition: border 300ms ease-out 0s;
      transition: border 300ms ease-out 0s; }
      .rtl .pav-verticalmenu .navbar-nav > li:after {
        left: 0;
        right: auto; }
      .rtl .pav-verticalmenu .navbar-nav > li:after {
        border-left: 6px solid #FFF;
        border-right: inherit; }
    .pav-verticalmenu .navbar-nav > li:hover {
      background: #fafafa; }
      .pav-verticalmenu .navbar-nav > li:hover .dropdown-menu {
        display: block;
        margin-left: 100%;
        top: 0; }
        .rtl .pav-verticalmenu .navbar-nav > li:hover .dropdown-menu {
          margin-right: 100%;
          margin-left: inherit; }
        .pav-verticalmenu .navbar-nav > li:hover .dropdown-menu .level2 {
          display: none; }
      .pav-verticalmenu .navbar-nav > li:hover:after {
        opacity: 1;
        filter: alpha(opacity=100); }
      .pav-verticalmenu .navbar-nav > li:hover > a {
        color: #ffcc80; }
        .pav-verticalmenu .navbar-nav > li:hover > a:before {
          color: #ffcc80; }
  .pav-verticalmenu .widget-heading {
    color: #000;
    padding-bottom: 20px;
    margin: 0;
    font-weight: normal;
    font-size: 14px; }
  .pav-verticalmenu .widget-products .product-block .product-label, .pav-verticalmenu .widget-products .product-block .cart, .pav-verticalmenu .widget-products .product-block .zoom, .pav-verticalmenu .widget-products .product-block .quickview, .pav-verticalmenu .widget-products .product-block .compare, .pav-verticalmenu .widget-products .product-block .wishlist {
    display: none; }
  .pav-verticalmenu .widget-html .widget-inner {
    line-height: 38px; }

ul,
ol {
  list-style: none; }

td button, td a, td input {
  margin: 5px !important; }
td .input-group .form-control {
  width: 105px; }
td .btn {
  padding: 12px; }

select.form-control {
  padding: 8px; }

.form-control:focus {
  border: 1px solid #ededed;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none; }

.dropdown-menu {
  padding: 20px; }

.form-control {
  padding: 12px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: inherit; }

.buttons {
  overflow: hidden;
  clear: both;
  margin-bottom: 40px; }

.container-fluid {
  padding: 0; }

.carousel-control {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }
  .carousel-control:hover, .carousel-control:focus {
    color: #474644;
    background: #fafafa; }
  .carousel-control.left {
    left: -65px; }

.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-bottom: 30px; }

.panel-title {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #474644; }

.panel-group .panel {
  padding: 0; }
.panel-group .panel-heading {
  padding-bottom: 0;
  text-align: left; }
  .rtl .panel-group .panel-heading {
    text-align: right; }

.navbar-collapse {
  padding: 0; }

.nav-tabs > li {
  float: none;
  display: inline-block; }
  .nav-tabs > li > a {
    font-size: 14px; }

.nav-first > li:first-child > a {
  padding-left: 0; }
  .rtl .nav-first > li:first-child > a {
    padding-right: 0;
    padding-left: inherit; }
.nav-first > li > a:hover {
  color: #999999; }

.tab-content {
  background-color: #fff;
  padding-top: 0px; }

#tab-description {
  font-size: 16px;
  font-weight: 300; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto; }
  .form-control::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif; }
  .form-control:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif; }
  .form-control:-moz-placeholder {
    font-family: "Montserrat", sans-serif; }
  .form-control::-moz-placeholder {
    font-family: "Montserrat", sans-serif; }

.radio label, .checkbox label {
  color: #474644; }

.list-group {
  margin: 0;
  padding: 0; }
  .list-group > li {
    border-left: none;
    border-right: none;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    margin-bottom: 1px;
    position: relative;
    padding: 10px 25px; }
    .list-group > li:before {
      display: inline-block;
      font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f26e';
      position: absolute;
      color: #d8d7d7;
      top: 12px;
      left: 0; }
      .rtl .list-group > li:before {
        right: 0;
        left: auto; }
    .list-group > li a.active, .list-group > li a.active:hover, .list-group > li a.active:focus, .list-group > li a:hover {
      color: #ffcc80; }
  .list-group ul {
    padding-left: 10px; }
    .rtl .list-group ul {
      padding-right: 10px;
      padding-left: inherit; }
    .list-group ul > li {
      list-style: none;
      padding: 8px 0;
      border: none; }
      .list-group ul > li:before {
        content: "\f0da";
        display: inline-block;
        font-family: fontawesome;
        margin-right: 10px;
        font-size: 10px;
        color: #ffcc80; }
        .rtl .list-group ul > li:before {
          margin-left: 10px;
          margin-right: inherit; }
      .list-group ul > li > a {
        color: #999; }
  .list-group .head {
    display: none; }

button {
  background: transparent;
  border: none; }
  button:hover {
    color: #ffcc80; }

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }
  .btn.btn-link {
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-size: 22px; }

.well {
  min-height: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pagination {
  margin: 0; }
  .pagination > li > a,
  .pagination > li > span {
    padding: 0;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    line-height: 32px;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px; }
    .rtl .pagination > li > a, .rtl
    .pagination > li > span {
      margin-right: 5px;
      margin-left: inherit; }

.breadcrumb {
  position: relative;
  padding: 15px 0;
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .breadcrumb a {
    color: #999; }
  .breadcrumb > li {
    padding: 0 10px;
    position: relative; }
    .breadcrumb > li:after {
      position: absolute;
      display: inline-block;
      font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f2fb';
      top: 2px;
      right: 0;
      color: #ffcc80; }
      .rtl .breadcrumb > li:after {
        left: 0;
        right: auto; }
    .breadcrumb > li + li:before {
      content: none; }
    .breadcrumb > li:last-child:after {
      content: none; }
    .breadcrumb > li:last-child a {
      color: #474644; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: transparent; }

.img-thumbnail {
  border: none; }

.control-label {
  font-weight: normal;
  color: #000; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

button.close {
  padding: 0 10px; }

.img-responsive {
  display: inline-block; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase; }

.list-group-item {
  border: none; }

.price {
  font-size: 16px;
  color: #ffcc80;
  margin-top: 10px; }
  .price .price-new {
    color: #ffcc80;
    font-weight: 600;
    font-size: 15px; }
  .price .price-old {
    font-size: 14px;
    color: #474644;
    text-decoration: line-through; }

table .price {
  margin: 0; }

.detail.price-new {
  font-size: 30px;
  color: #ffcc80;
  margin-top: 0;
  font-family: "Montserrat", sans-serif; }
.detail.price-old {
  font-size: 18px;
  color: #474644; }

.rating {
  font-weight: 300;
  line-height: 12px;
  margin-top: 10px; }
  .rating .fa-stack {
    width: 1em;
    font-size: 11px;
    width: 12px;
    height: 12px;
    line-height: 12px; }
  .rating .fa-star {
    color: #f8c462;
    height: 12px;
    line-height: 12px; }
  .rating .fa-star-o {
    color: #999999;
    height: 12px;
    line-height: 12px; }

.product-label {
  color: #fff;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: -4px;
  letter-spacing: 1px;
  z-index: 10;
  background: url("../image/sale.html") no-repeat;
  width: 68px;
  height: 67px;
  right: -4px; }
  .product-label .product-label-special {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-left: 30px;
    line-height: 25px; }

.cart {
  background-image: url("../image/cart.html");
  background-repeat: no-repeat;
  background-position: 15px center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #474644;
  background-color: #FFF;
  padding: 13px 20px;
  height: 40px;
  padding-left: 50px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }
  .cart:hover {
    background-image: url("../image/cart-hover.html");
    background-color: #ffcc80;
    color: #FFF; }

/* product style */
.product-block {
  padding: 0px;
  margin: 4px 4px 30px 0;
  background: #fff;
  border: 1px solid #ededed; }
  .product-block .name {
    height: 38px;
    overflow: hidden;
    margin: 0; }
    .product-block .name a {
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      text-transform: capitalize;
      font-family: "gotham_bookregular", sans-serif; }
  .product-block .image {
    position: relative;
    text-align: center;
    z-index: 0;
    padding: 30px;
    margin: 0 auto; }
    .product-block .image .img-responsive {
      display: inline-block; }
  .product-block .product-meta {
    padding: 0 30px 30px;
    overflow: hidden; }
  .product-block .description {
    display: none; }
  .product-block .wishlist {
    position: absolute;
    top: 30px;
    font-size: 18px;
    z-index: 10;
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .rtl .product-block .wishlist {
      left: 30px;
      right: auto; }
    .product-block .wishlist:hover {
      color: #fff; }
      .product-block .wishlist:hover .zmdi:before {
        content: '\f15f'; }

input::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  color: rgba(153, 153, 153, 0.6); }
input::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 300;
  color: rgba(153, 153, 153, 0.6); }

td, th {
  min-width: 35px; }

.no-space-row .row {
  margin: 0; }

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0; }

.border:after {
  content: "";
  width: 1000%;
  height: 1px;
  position: absolute;
  top: 1px;
  left: 0px;
  background-color: #ededed;
  z-index: 9; }
  .rtl .border:after {
    right: 0px;
    left: auto; }
.border + .border:before {
  content: "";
  width: 1px;
  height: 1000%;
  position: absolute;
  left: -1px;
  top: 1px;
  background-color: #ededed;
  z-index: 9; }
  .rtl .border + .border:before {
    right: -1px;
    left: auto; }

.border-base {
  border: 1px solid #ededed; }

.noborder {
  border: none; }

.z-index {
  position: relative;
  z-index: 1000; }

.icon-menu {
  display: inline-block;
  width: 70px;
  height: 60px;
  background: url("../image/icon-menu.html") no-repeat center center; }

.icon-setting {
  display: inline-block;
  width: 70px;
  height: 60px;
  text-align: center;
  
  /*background: url("../image/icon-setting.png") no-repeat center center;*/ }

.icon-search {
  display: inline-block;
  width: 70px;
  height: 60px;
  text-align: center;
  /*background: url("../image/icon-search.png") no-repeat center center; */}

.icon-cart {
  background: url("../image/icon-cart.html") no-repeat center center;
  display: inline-block;
  width: 70px;
  height: 60px; }

.radius-x {
  border-radius: 50% !important; }

.border-width-0 {
  border-width: 0px; }

.border-width-1 {
  border-width: 1px; }

.border-width-2 {
  border-width: 2px; }

.border-width-3 {
  border-width: 3px; }

.border-width-4 {
  border-width: 4px; }

.border-width-5 {
  border-width: 5px; }

.border-width-6 {
  border-width: 6px; }

.border-width-7 {
  border-width: 7px; }

.border-width-8 {
  border-width: 8px; }

.border-width-9 {
  border-width: 9px; }

.border-width-10 {
  border-width: 10px; }

.border-width-11 {
  border-width: 11px; }

.border-width-12 {
  border-width: 12px; }

.border-width-13 {
  border-width: 13px; }

.border-width-14 {
  border-width: 14px; }

.border-width-15 {
  border-width: 15px; }

.border-width-16 {
  border-width: 16px; }

.border-width-17 {
  border-width: 17px; }

.border-width-18 {
  border-width: 18px; }

.border-width-19 {
  border-width: 19px; }

.border-width-20 {
  border-width: 20px; }

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

.radius-1 {
  border-radius: 1px; }

.radius-2 {
  border-radius: 2px; }

.radius-3 {
  border-radius: 3px; }

.radius-4 {
  border-radius: 4px; }

.radius-5 {
  border-radius: 5px; }

.radius-6 {
  border-radius: 6px; }

.radius-7 {
  border-radius: 7px; }

.radius-8 {
  border-radius: 8px; }

.radius-9 {
  border-radius: 9px; }

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

.radius-11 {
  border-radius: 11px; }

.radius-12 {
  border-radius: 12px; }

.radius-13 {
  border-radius: 13px; }

.radius-14 {
  border-radius: 14px; }

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

.radius-16 {
  border-radius: 16px; }

.radius-17 {
  border-radius: 17px; }

.radius-18 {
  border-radius: 18px; }

.radius-19 {
  border-radius: 19px; }

.radius-20 {
  border-radius: 20px; }

.margin--60 {
  margin: -60px; }

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

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

.margin-left--60 {
  margin-left: -60px; }

.margin-right--60 {
  margin-right: -60px; }

.margin--59 {
  margin: -59px; }

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

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

.margin-left--59 {
  margin-left: -59px; }

.margin-right--59 {
  margin-right: -59px; }

.margin--58 {
  margin: -58px; }

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

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

.margin-left--58 {
  margin-left: -58px; }

.margin-right--58 {
  margin-right: -58px; }

.margin--57 {
  margin: -57px; }

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

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

.margin-left--57 {
  margin-left: -57px; }

.margin-right--57 {
  margin-right: -57px; }

.margin--56 {
  margin: -56px; }

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

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

.margin-left--56 {
  margin-left: -56px; }

.margin-right--56 {
  margin-right: -56px; }

.margin--55 {
  margin: -55px; }

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

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

.margin-left--55 {
  margin-left: -55px; }

.margin-right--55 {
  margin-right: -55px; }

.margin--54 {
  margin: -54px; }

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

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

.margin-left--54 {
  margin-left: -54px; }

.margin-right--54 {
  margin-right: -54px; }

.margin--53 {
  margin: -53px; }

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

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

.margin-left--53 {
  margin-left: -53px; }

.margin-right--53 {
  margin-right: -53px; }

.margin--52 {
  margin: -52px; }

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

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

.margin-left--52 {
  margin-left: -52px; }

.margin-right--52 {
  margin-right: -52px; }

.margin--51 {
  margin: -51px; }

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

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

.margin-left--51 {
  margin-left: -51px; }

.margin-right--51 {
  margin-right: -51px; }

.margin--50 {
  margin: -50px; }

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

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

.margin-left--50 {
  margin-left: -50px; }

.margin-right--50 {
  margin-right: -50px; }

.margin--49 {
  margin: -49px; }

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

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

.margin-left--49 {
  margin-left: -49px; }

.margin-right--49 {
  margin-right: -49px; }

.margin--48 {
  margin: -48px; }

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

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

.margin-left--48 {
  margin-left: -48px; }

.margin-right--48 {
  margin-right: -48px; }

.margin--47 {
  margin: -47px; }

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

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

.margin-left--47 {
  margin-left: -47px; }

.margin-right--47 {
  margin-right: -47px; }

.margin--46 {
  margin: -46px; }

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

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

.margin-left--46 {
  margin-left: -46px; }

.margin-right--46 {
  margin-right: -46px; }

.margin--45 {
  margin: -45px; }

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

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

.margin-left--45 {
  margin-left: -45px; }

.margin-right--45 {
  margin-right: -45px; }

.margin--44 {
  margin: -44px; }

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

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

.margin-left--44 {
  margin-left: -44px; }

.margin-right--44 {
  margin-right: -44px; }

.margin--43 {
  margin: -43px; }

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

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

.margin-left--43 {
  margin-left: -43px; }

.margin-right--43 {
  margin-right: -43px; }

.margin--42 {
  margin: -42px; }

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

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

.margin-left--42 {
  margin-left: -42px; }

.margin-right--42 {
  margin-right: -42px; }

.margin--41 {
  margin: -41px; }

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

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

.margin-left--41 {
  margin-left: -41px; }

.margin-right--41 {
  margin-right: -41px; }

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

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

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

.margin-left--40 {
  margin-left: -40px; }

.margin-right--40 {
  margin-right: -40px; }

.margin--39 {
  margin: -39px; }

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

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

.margin-left--39 {
  margin-left: -39px; }

.margin-right--39 {
  margin-right: -39px; }

.margin--38 {
  margin: -38px; }

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

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

.margin-left--38 {
  margin-left: -38px; }

.margin-right--38 {
  margin-right: -38px; }

.margin--37 {
  margin: -37px; }

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

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

.margin-left--37 {
  margin-left: -37px; }

.margin-right--37 {
  margin-right: -37px; }

.margin--36 {
  margin: -36px; }

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

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

.margin-left--36 {
  margin-left: -36px; }

.margin-right--36 {
  margin-right: -36px; }

.margin--35 {
  margin: -35px; }

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

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

.margin-left--35 {
  margin-left: -35px; }

.margin-right--35 {
  margin-right: -35px; }

.margin--34 {
  margin: -34px; }

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

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

.margin-left--34 {
  margin-left: -34px; }

.margin-right--34 {
  margin-right: -34px; }

.margin--33 {
  margin: -33px; }

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

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

.margin-left--33 {
  margin-left: -33px; }

.margin-right--33 {
  margin-right: -33px; }

.margin--32 {
  margin: -32px; }

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

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

.margin-left--32 {
  margin-left: -32px; }

.margin-right--32 {
  margin-right: -32px; }

.margin--31 {
  margin: -31px; }

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

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

.margin-left--31 {
  margin-left: -31px; }

.margin-right--31 {
  margin-right: -31px; }

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

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

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

.margin-left--30 {
  margin-left: -30px; }

.margin-right--30 {
  margin-right: -30px; }

.margin--29 {
  margin: -29px; }

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

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

.margin-left--29 {
  margin-left: -29px; }

.margin-right--29 {
  margin-right: -29px; }

.margin--28 {
  margin: -28px; }

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

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

.margin-left--28 {
  margin-left: -28px; }

.margin-right--28 {
  margin-right: -28px; }

.margin--27 {
  margin: -27px; }

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

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

.margin-left--27 {
  margin-left: -27px; }

.margin-right--27 {
  margin-right: -27px; }

.margin--26 {
  margin: -26px; }

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

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

.margin-left--26 {
  margin-left: -26px; }

.margin-right--26 {
  margin-right: -26px; }

.margin--25 {
  margin: -25px; }

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

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

.margin-left--25 {
  margin-left: -25px; }

.margin-right--25 {
  margin-right: -25px; }

.margin--24 {
  margin: -24px; }

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

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

.margin-left--24 {
  margin-left: -24px; }

.margin-right--24 {
  margin-right: -24px; }

.margin--23 {
  margin: -23px; }

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

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

.margin-left--23 {
  margin-left: -23px; }

.margin-right--23 {
  margin-right: -23px; }

.margin--22 {
  margin: -22px; }

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

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

.margin-left--22 {
  margin-left: -22px; }

.margin-right--22 {
  margin-right: -22px; }

.margin--21 {
  margin: -21px; }

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

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

.margin-left--21 {
  margin-left: -21px; }

.margin-right--21 {
  margin-right: -21px; }

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

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

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

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

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

.margin--19 {
  margin: -19px; }

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

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

.margin-left--19 {
  margin-left: -19px; }

.margin-right--19 {
  margin-right: -19px; }

.margin--18 {
  margin: -18px; }

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

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

.margin-left--18 {
  margin-left: -18px; }

.margin-right--18 {
  margin-right: -18px; }

.margin--17 {
  margin: -17px; }

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

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

.margin-left--17 {
  margin-left: -17px; }

.margin-right--17 {
  margin-right: -17px; }

.margin--16 {
  margin: -16px; }

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

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

.margin-left--16 {
  margin-left: -16px; }

.margin-right--16 {
  margin-right: -16px; }

.margin--15 {
  margin: -15px; }

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

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

.margin-left--15 {
  margin-left: -15px; }

.margin-right--15 {
  margin-right: -15px; }

.margin--14 {
  margin: -14px; }

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

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

.margin-left--14 {
  margin-left: -14px; }

.margin-right--14 {
  margin-right: -14px; }

.margin--13 {
  margin: -13px; }

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

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

.margin-left--13 {
  margin-left: -13px; }

.margin-right--13 {
  margin-right: -13px; }

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

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

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

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

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

.margin--11 {
  margin: -11px; }

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

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

.margin-left--11 {
  margin-left: -11px; }

.margin-right--11 {
  margin-right: -11px; }

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

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

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

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

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

.margin--9 {
  margin: -9px; }

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

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

.margin-left--9 {
  margin-left: -9px; }

.margin-right--9 {
  margin-right: -9px; }

.margin--8 {
  margin: -8px; }

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

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

.margin-left--8 {
  margin-left: -8px; }

.margin-right--8 {
  margin-right: -8px; }

.margin--7 {
  margin: -7px; }

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

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

.margin-left--7 {
  margin-left: -7px; }

.margin-right--7 {
  margin-right: -7px; }

.margin--6 {
  margin: -6px; }

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

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

.margin-left--6 {
  margin-left: -6px; }

.margin-right--6 {
  margin-right: -6px; }

.margin--5 {
  margin: -5px; }

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

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

.margin-left--5 {
  margin-left: -5px; }

.margin-right--5 {
  margin-right: -5px; }

.margin--4 {
  margin: -4px; }

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

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

.margin-left--4 {
  margin-left: -4px; }

.margin-right--4 {
  margin-right: -4px; }

.margin--3 {
  margin: -3px; }

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

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

.margin-left--3 {
  margin-left: -3px; }

.margin-right--3 {
  margin-right: -3px; }

.margin--2 {
  margin: -2px; }

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

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

.margin-left--2 {
  margin-left: -2px; }

.margin-right--2 {
  margin-right: -2px; }

.margin--1 {
  margin: -1px; }

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

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

.margin-left--1 {
  margin-left: -1px; }

.margin-right--1 {
  margin-right: -1px; }

.margin-0 {
  margin: 0px; }

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

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

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

.margin-right-0 {
  margin-right: 0px; }

.margin-1 {
  margin: 1px; }

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

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

.margin-left-1 {
  margin-left: 1px; }

.margin-right-1 {
  margin-right: 1px; }

.margin-2 {
  margin: 2px; }

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

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

.margin-left-2 {
  margin-left: 2px; }

.margin-right-2 {
  margin-right: 2px; }

.margin-3 {
  margin: 3px; }

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

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

.margin-left-3 {
  margin-left: 3px; }

.margin-right-3 {
  margin-right: 3px; }

.margin-4 {
  margin: 4px; }

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

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

.margin-left-4 {
  margin-left: 4px; }

.margin-right-4 {
  margin-right: 4px; }

.margin-5 {
  margin: 5px; }

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

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

.margin-left-5 {
  margin-left: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-6 {
  margin: 6px; }

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

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

.margin-left-6 {
  margin-left: 6px; }

.margin-right-6 {
  margin-right: 6px; }

.margin-7 {
  margin: 7px; }

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

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

.margin-left-7 {
  margin-left: 7px; }

.margin-right-7 {
  margin-right: 7px; }

.margin-8 {
  margin: 8px; }

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

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

.margin-left-8 {
  margin-left: 8px; }

.margin-right-8 {
  margin-right: 8px; }

.margin-9 {
  margin: 9px; }

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

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

.margin-left-9 {
  margin-left: 9px; }

.margin-right-9 {
  margin-right: 9px; }

.margin-10 {
  margin: 10px; }

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

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

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

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

.margin-11 {
  margin: 11px; }

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

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

.margin-left-11 {
  margin-left: 11px; }

.margin-right-11 {
  margin-right: 11px; }

.margin-12 {
  margin: 12px; }

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

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

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

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

.margin-13 {
  margin: 13px; }

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

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

.margin-left-13 {
  margin-left: 13px; }

.margin-right-13 {
  margin-right: 13px; }

.margin-14 {
  margin: 14px; }

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

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

.margin-left-14 {
  margin-left: 14px; }

.margin-right-14 {
  margin-right: 14px; }

.margin-15 {
  margin: 15px; }

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

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

.margin-left-15 {
  margin-left: 15px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-16 {
  margin: 16px; }

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

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

.margin-left-16 {
  margin-left: 16px; }

.margin-right-16 {
  margin-right: 16px; }

.margin-17 {
  margin: 17px; }

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

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

.margin-left-17 {
  margin-left: 17px; }

.margin-right-17 {
  margin-right: 17px; }

.margin-18 {
  margin: 18px; }

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

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

.margin-left-18 {
  margin-left: 18px; }

.margin-right-18 {
  margin-right: 18px; }

.margin-19 {
  margin: 19px; }

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

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

.margin-left-19 {
  margin-left: 19px; }

.margin-right-19 {
  margin-right: 19px; }

.margin-20 {
  margin: 20px; }

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

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

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

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

.margin-21 {
  margin: 21px; }

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

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

.margin-left-21 {
  margin-left: 21px; }

.margin-right-21 {
  margin-right: 21px; }

.margin-22 {
  margin: 22px; }

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

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

.margin-left-22 {
  margin-left: 22px; }

.margin-right-22 {
  margin-right: 22px; }

.margin-23 {
  margin: 23px; }

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

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

.margin-left-23 {
  margin-left: 23px; }

.margin-right-23 {
  margin-right: 23px; }

.margin-24 {
  margin: 24px; }

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

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

.margin-left-24 {
  margin-left: 24px; }

.margin-right-24 {
  margin-right: 24px; }

.margin-25 {
  margin: 25px; }

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

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

.margin-left-25 {
  margin-left: 25px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-26 {
  margin: 26px; }

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

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

.margin-left-26 {
  margin-left: 26px; }

.margin-right-26 {
  margin-right: 26px; }

.margin-27 {
  margin: 27px; }

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

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

.margin-left-27 {
  margin-left: 27px; }

.margin-right-27 {
  margin-right: 27px; }

.margin-28 {
  margin: 28px; }

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

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

.margin-left-28 {
  margin-left: 28px; }

.margin-right-28 {
  margin-right: 28px; }

.margin-29 {
  margin: 29px; }

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

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

.margin-left-29 {
  margin-left: 29px; }

.margin-right-29 {
  margin-right: 29px; }

.margin-30 {
  margin: 30px; }

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

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

.margin-left-30 {
  margin-left: 30px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-31 {
  margin: 31px; }

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

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

.margin-left-31 {
  margin-left: 31px; }

.margin-right-31 {
  margin-right: 31px; }

.margin-32 {
  margin: 32px; }

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

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

.margin-left-32 {
  margin-left: 32px; }

.margin-right-32 {
  margin-right: 32px; }

.margin-33 {
  margin: 33px; }

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

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

.margin-left-33 {
  margin-left: 33px; }

.margin-right-33 {
  margin-right: 33px; }

.margin-34 {
  margin: 34px; }

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

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

.margin-left-34 {
  margin-left: 34px; }

.margin-right-34 {
  margin-right: 34px; }

.margin-35 {
  margin: 35px; }

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

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

.margin-left-35 {
  margin-left: 35px; }

.margin-right-35 {
  margin-right: 35px; }

.margin-36 {
  margin: 36px; }

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

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

.margin-left-36 {
  margin-left: 36px; }

.margin-right-36 {
  margin-right: 36px; }

.margin-37 {
  margin: 37px; }

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

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

.margin-left-37 {
  margin-left: 37px; }

.margin-right-37 {
  margin-right: 37px; }

.margin-38 {
  margin: 38px; }

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

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

.margin-left-38 {
  margin-left: 38px; }

.margin-right-38 {
  margin-right: 38px; }

.margin-39 {
  margin: 39px; }

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

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

.margin-left-39 {
  margin-left: 39px; }

.margin-right-39 {
  margin-right: 39px; }

.margin-40 {
  margin: 40px; }

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

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

.margin-left-40 {
  margin-left: 40px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-41 {
  margin: 41px; }

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

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

.margin-left-41 {
  margin-left: 41px; }

.margin-right-41 {
  margin-right: 41px; }

.margin-42 {
  margin: 42px; }

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

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

.margin-left-42 {
  margin-left: 42px; }

.margin-right-42 {
  margin-right: 42px; }

.margin-43 {
  margin: 43px; }

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

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

.margin-left-43 {
  margin-left: 43px; }

.margin-right-43 {
  margin-right: 43px; }

.margin-44 {
  margin: 44px; }

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

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

.margin-left-44 {
  margin-left: 44px; }

.margin-right-44 {
  margin-right: 44px; }

.margin-45 {
  margin: 45px; }

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

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

.margin-left-45 {
  margin-left: 45px; }

.margin-right-45 {
  margin-right: 45px; }

.margin-46 {
  margin: 46px; }

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

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

.margin-left-46 {
  margin-left: 46px; }

.margin-right-46 {
  margin-right: 46px; }

.margin-47 {
  margin: 47px; }

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

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

.margin-left-47 {
  margin-left: 47px; }

.margin-right-47 {
  margin-right: 47px; }

.margin-48 {
  margin: 48px; }

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

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

.margin-left-48 {
  margin-left: 48px; }

.margin-right-48 {
  margin-right: 48px; }

.margin-49 {
  margin: 49px; }

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

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

.margin-left-49 {
  margin-left: 49px; }

.margin-right-49 {
  margin-right: 49px; }

.margin-50 {
  margin: 50px; }

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

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

.margin-left-50 {
  margin-left: 50px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-51 {
  margin: 51px; }

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

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

.margin-left-51 {
  margin-left: 51px; }

.margin-right-51 {
  margin-right: 51px; }

.margin-52 {
  margin: 52px; }

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

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

.margin-left-52 {
  margin-left: 52px; }

.margin-right-52 {
  margin-right: 52px; }

.margin-53 {
  margin: 53px; }

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

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

.margin-left-53 {
  margin-left: 53px; }

.margin-right-53 {
  margin-right: 53px; }

.margin-54 {
  margin: 54px; }

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

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

.margin-left-54 {
  margin-left: 54px; }

.margin-right-54 {
  margin-right: 54px; }

.margin-55 {
  margin: 55px; }

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

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

.margin-left-55 {
  margin-left: 55px; }

.margin-right-55 {
  margin-right: 55px; }

.margin-56 {
  margin: 56px; }

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

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

.margin-left-56 {
  margin-left: 56px; }

.margin-right-56 {
  margin-right: 56px; }

.margin-57 {
  margin: 57px; }

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

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

.margin-left-57 {
  margin-left: 57px; }

.margin-right-57 {
  margin-right: 57px; }

.margin-58 {
  margin: 58px; }

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

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

.margin-left-58 {
  margin-left: 58px; }

.margin-right-58 {
  margin-right: 58px; }

.margin-59 {
  margin: 59px; }

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

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

.margin-left-59 {
  margin-left: 59px; }

.margin-right-59 {
  margin-right: 59px; }

.margin-60 {
  margin: 60px; }

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

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

.margin-left-60 {
  margin-left: 60px; }

.margin-right-60 {
  margin-right: 60px; }

.min-height-0 {
  min-height: 0px; }

.min-height-100 {
  min-height: 100px; }

.min-height-200 {
  min-height: 200px; }

.min-height-300 {
  min-height: 300px; }

.min-height-400 {
  min-height: 400px; }

.min-height-500 {
  min-height: 500px; }

.min-height-600 {
  min-height: 600px; }

.height-0 {
  height: 0px; }

.height-100 {
  height: 100px; }

.height-200 {
  height: 200px; }

.height-300 {
  height: 300px; }

.height-400 {
  height: 400px; }

.height-500 {
  height: 500px; }

.height-600 {
  height: 600px; }

.min-width-0 {
  min-width: 0px; }

.min-width-10 {
  min-width: 10px; }

.min-width-20 {
  min-width: 20px; }

.min-width-30 {
  min-width: 30px; }

.min-width-40 {
  min-width: 40px; }

.min-width-50 {
  min-width: 50px; }

.min-width-60 {
  min-width: 60px; }

.padding-0 {
  padding: 0px; }

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

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

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

.padding-1 {
  padding: 1px; }

.padding-top-1 {
  padding-top: 1px; }

.padding-bottom-1 {
  padding-bottom: 1px; }

.padding-left-1 {
  padding-left: 1px; }

.padding-right-1 {
  padding-right: 1px; }

.padding-2 {
  padding: 2px; }

.padding-top-2 {
  padding-top: 2px; }

.padding-bottom-2 {
  padding-bottom: 2px; }

.padding-left-2 {
  padding-left: 2px; }

.padding-right-2 {
  padding-right: 2px; }

.padding-3 {
  padding: 3px; }

.padding-top-3 {
  padding-top: 3px; }

.padding-bottom-3 {
  padding-bottom: 3px; }

.padding-left-3 {
  padding-left: 3px; }

.padding-right-3 {
  padding-right: 3px; }

.padding-4 {
  padding: 4px; }

.padding-top-4 {
  padding-top: 4px; }

.padding-bottom-4 {
  padding-bottom: 4px; }

.padding-left-4 {
  padding-left: 4px; }

.padding-right-4 {
  padding-right: 4px; }

.padding-5 {
  padding: 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-6 {
  padding: 6px; }

.padding-top-6 {
  padding-top: 6px; }

.padding-bottom-6 {
  padding-bottom: 6px; }

.padding-left-6 {
  padding-left: 6px; }

.padding-right-6 {
  padding-right: 6px; }

.padding-7 {
  padding: 7px; }

.padding-top-7 {
  padding-top: 7px; }

.padding-bottom-7 {
  padding-bottom: 7px; }

.padding-left-7 {
  padding-left: 7px; }

.padding-right-7 {
  padding-right: 7px; }

.padding-8 {
  padding: 8px; }

.padding-top-8 {
  padding-top: 8px; }

.padding-bottom-8 {
  padding-bottom: 8px; }

.padding-left-8 {
  padding-left: 8px; }

.padding-right-8 {
  padding-right: 8px; }

.padding-9 {
  padding: 9px; }

.padding-top-9 {
  padding-top: 9px; }

.padding-bottom-9 {
  padding-bottom: 9px; }

.padding-left-9 {
  padding-left: 9px; }

.padding-right-9 {
  padding-right: 9px; }

.padding-10 {
  padding: 10px; }

.padding-top-10 {
  padding-top: 10px; }

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

.padding-left-10 {
  padding-left: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-11 {
  padding: 11px; }

.padding-top-11 {
  padding-top: 11px; }

.padding-bottom-11 {
  padding-bottom: 11px; }

.padding-left-11 {
  padding-left: 11px; }

.padding-right-11 {
  padding-right: 11px; }

.padding-12 {
  padding: 12px; }

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

.padding-bottom-12 {
  padding-bottom: 12px; }

.padding-left-12 {
  padding-left: 12px; }

.padding-right-12 {
  padding-right: 12px; }

.padding-13 {
  padding: 13px; }

.padding-top-13 {
  padding-top: 13px; }

.padding-bottom-13 {
  padding-bottom: 13px; }

.padding-left-13 {
  padding-left: 13px; }

.padding-right-13 {
  padding-right: 13px; }

.padding-14 {
  padding: 14px; }

.padding-top-14 {
  padding-top: 14px; }

.padding-bottom-14 {
  padding-bottom: 14px; }

.padding-left-14 {
  padding-left: 14px; }

.padding-right-14 {
  padding-right: 14px; }

.padding-15 {
  padding: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-16 {
  padding: 16px; }

.padding-top-16 {
  padding-top: 16px; }

.padding-bottom-16 {
  padding-bottom: 16px; }

.padding-left-16 {
  padding-left: 16px; }

.padding-right-16 {
  padding-right: 16px; }

.padding-17 {
  padding: 17px; }

.padding-top-17 {
  padding-top: 17px; }

.padding-bottom-17 {
  padding-bottom: 17px; }

.padding-left-17 {
  padding-left: 17px; }

.padding-right-17 {
  padding-right: 17px; }

.padding-18 {
  padding: 18px; }

.padding-top-18 {
  padding-top: 18px; }

.padding-bottom-18 {
  padding-bottom: 18px; }

.padding-left-18 {
  padding-left: 18px; }

.padding-right-18 {
  padding-right: 18px; }

.padding-19 {
  padding: 19px; }

.padding-top-19 {
  padding-top: 19px; }

.padding-bottom-19 {
  padding-bottom: 19px; }

.padding-left-19 {
  padding-left: 19px; }

.padding-right-19 {
  padding-right: 19px; }

.padding-20 {
  padding: 20px; }

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

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

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

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

.padding-21 {
  padding: 21px; }

.padding-top-21 {
  padding-top: 21px; }

.padding-bottom-21 {
  padding-bottom: 21px; }

.padding-left-21 {
  padding-left: 21px; }

.padding-right-21 {
  padding-right: 21px; }

.padding-22 {
  padding: 22px; }

.padding-top-22 {
  padding-top: 22px; }

.padding-bottom-22 {
  padding-bottom: 22px; }

.padding-left-22 {
  padding-left: 22px; }

.padding-right-22 {
  padding-right: 22px; }

.padding-23 {
  padding: 23px; }

.padding-top-23 {
  padding-top: 23px; }

.padding-bottom-23 {
  padding-bottom: 23px; }

.padding-left-23 {
  padding-left: 23px; }

.padding-right-23 {
  padding-right: 23px; }

.padding-24 {
  padding: 24px; }

.padding-top-24 {
  padding-top: 24px; }

.padding-bottom-24 {
  padding-bottom: 24px; }

.padding-left-24 {
  padding-left: 24px; }

.padding-right-24 {
  padding-right: 24px; }

.padding-25 {
  padding: 25px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-left-25 {
  padding-left: 25px; }

.padding-right-25 {
  padding-right: 25px; }

.padding-26 {
  padding: 26px; }

.padding-top-26 {
  padding-top: 26px; }

.padding-bottom-26 {
  padding-bottom: 26px; }

.padding-left-26 {
  padding-left: 26px; }

.padding-right-26 {
  padding-right: 26px; }

.padding-27 {
  padding: 27px; }

.padding-top-27 {
  padding-top: 27px; }

.padding-bottom-27 {
  padding-bottom: 27px; }

.padding-left-27 {
  padding-left: 27px; }

.padding-right-27 {
  padding-right: 27px; }

.padding-28 {
  padding: 28px; }

.padding-top-28 {
  padding-top: 28px; }

.padding-bottom-28 {
  padding-bottom: 28px; }

.padding-left-28 {
  padding-left: 28px; }

.padding-right-28 {
  padding-right: 28px; }

.padding-29 {
  padding: 29px; }

.padding-top-29 {
  padding-top: 29px; }

.padding-bottom-29 {
  padding-bottom: 29px; }

.padding-left-29 {
  padding-left: 29px; }

.padding-right-29 {
  padding-right: 29px; }

.padding-30 {
  padding: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-31 {
  padding: 31px; }

.padding-top-31 {
  padding-top: 31px; }

.padding-bottom-31 {
  padding-bottom: 31px; }

.padding-left-31 {
  padding-left: 31px; }

.padding-right-31 {
  padding-right: 31px; }

.padding-32 {
  padding: 32px; }

.padding-top-32 {
  padding-top: 32px; }

.padding-bottom-32 {
  padding-bottom: 32px; }

.padding-left-32 {
  padding-left: 32px; }

.padding-right-32 {
  padding-right: 32px; }

.padding-33 {
  padding: 33px; }

.padding-top-33 {
  padding-top: 33px; }

.padding-bottom-33 {
  padding-bottom: 33px; }

.padding-left-33 {
  padding-left: 33px; }

.padding-right-33 {
  padding-right: 33px; }

.padding-34 {
  padding: 34px; }

.padding-top-34 {
  padding-top: 34px; }

.padding-bottom-34 {
  padding-bottom: 34px; }

.padding-left-34 {
  padding-left: 34px; }

.padding-right-34 {
  padding-right: 34px; }

.padding-35 {
  padding: 35px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-left-35 {
  padding-left: 35px; }

.padding-right-35 {
  padding-right: 35px; }

.padding-36 {
  padding: 36px; }

.padding-top-36 {
  padding-top: 36px; }

.padding-bottom-36 {
  padding-bottom: 36px; }

.padding-left-36 {
  padding-left: 36px; }

.padding-right-36 {
  padding-right: 36px; }

.padding-37 {
  padding: 37px; }

.padding-top-37 {
  padding-top: 37px; }

.padding-bottom-37 {
  padding-bottom: 37px; }

.padding-left-37 {
  padding-left: 37px; }

.padding-right-37 {
  padding-right: 37px; }

.padding-38 {
  padding: 38px; }

.padding-top-38 {
  padding-top: 38px; }

.padding-bottom-38 {
  padding-bottom: 38px; }

.padding-left-38 {
  padding-left: 38px; }

.padding-right-38 {
  padding-right: 38px; }

.padding-39 {
  padding: 39px; }

.padding-top-39 {
  padding-top: 39px; }

.padding-bottom-39 {
  padding-bottom: 39px; }

.padding-left-39 {
  padding-left: 39px; }

.padding-right-39 {
  padding-right: 39px; }

.padding-40 {
  padding: 40px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-41 {
  padding: 41px; }

.padding-top-41 {
  padding-top: 41px; }

.padding-bottom-41 {
  padding-bottom: 41px; }

.padding-left-41 {
  padding-left: 41px; }

.padding-right-41 {
  padding-right: 41px; }

.padding-42 {
  padding: 42px; }

.padding-top-42 {
  padding-top: 42px; }

.padding-bottom-42 {
  padding-bottom: 42px; }

.padding-left-42 {
  padding-left: 42px; }

.padding-right-42 {
  padding-right: 42px; }

.padding-43 {
  padding: 43px; }

.padding-top-43 {
  padding-top: 43px; }

.padding-bottom-43 {
  padding-bottom: 43px; }

.padding-left-43 {
  padding-left: 43px; }

.padding-right-43 {
  padding-right: 43px; }

.padding-44 {
  padding: 44px; }

.padding-top-44 {
  padding-top: 44px; }

.padding-bottom-44 {
  padding-bottom: 44px; }

.padding-left-44 {
  padding-left: 44px; }

.padding-right-44 {
  padding-right: 44px; }

.padding-45 {
  padding: 45px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-right-45 {
  padding-right: 45px; }

.padding-46 {
  padding: 46px; }

.padding-top-46 {
  padding-top: 46px; }

.padding-bottom-46 {
  padding-bottom: 46px; }

.padding-left-46 {
  padding-left: 46px; }

.padding-right-46 {
  padding-right: 46px; }

.padding-47 {
  padding: 47px; }

.padding-top-47 {
  padding-top: 47px; }

.padding-bottom-47 {
  padding-bottom: 47px; }

.padding-left-47 {
  padding-left: 47px; }

.padding-right-47 {
  padding-right: 47px; }

.padding-48 {
  padding: 48px; }

.padding-top-48 {
  padding-top: 48px; }

.padding-bottom-48 {
  padding-bottom: 48px; }

.padding-left-48 {
  padding-left: 48px; }

.padding-right-48 {
  padding-right: 48px; }

.padding-49 {
  padding: 49px; }

.padding-top-49 {
  padding-top: 49px; }

.padding-bottom-49 {
  padding-bottom: 49px; }

.padding-left-49 {
  padding-left: 49px; }

.padding-right-49 {
  padding-right: 49px; }

.padding-50 {
  padding: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.top--10 {
  top: -10px !important; }

.bottom--10 {
  bottom: -10px !important; }

.left--10 {
  left: -10px !important; }

.right--10 {
  right: -10px !important; }

.top--9 {
  top: -9px !important; }

.bottom--9 {
  bottom: -9px !important; }

.left--9 {
  left: -9px !important; }

.right--9 {
  right: -9px !important; }

.top--8 {
  top: -8px !important; }

.bottom--8 {
  bottom: -8px !important; }

.left--8 {
  left: -8px !important; }

.right--8 {
  right: -8px !important; }

.top--7 {
  top: -7px !important; }

.bottom--7 {
  bottom: -7px !important; }

.left--7 {
  left: -7px !important; }

.right--7 {
  right: -7px !important; }

.top--6 {
  top: -6px !important; }

.bottom--6 {
  bottom: -6px !important; }

.left--6 {
  left: -6px !important; }

.right--6 {
  right: -6px !important; }

.top--5 {
  top: -5px !important; }

.bottom--5 {
  bottom: -5px !important; }

.left--5 {
  left: -5px !important; }

.right--5 {
  right: -5px !important; }

.top--4 {
  top: -4px !important; }

.bottom--4 {
  bottom: -4px !important; }

.left--4 {
  left: -4px !important; }

.right--4 {
  right: -4px !important; }

.top--3 {
  top: -3px !important; }

.bottom--3 {
  bottom: -3px !important; }

.left--3 {
  left: -3px !important; }

.right--3 {
  right: -3px !important; }

.top--2 {
  top: -2px !important; }

.bottom--2 {
  bottom: -2px !important; }

.left--2 {
  left: -2px !important; }

.right--2 {
  right: -2px !important; }

.top--1 {
  top: -1px !important; }

.bottom--1 {
  bottom: -1px !important; }

.left--1 {
  left: -1px !important; }

.right--1 {
  right: -1px !important; }

.top-0 {
  top: 0px !important; }

.bottom-0 {
  bottom: 0px !important; }

.left-0 {
  left: 0px !important; }

.right-0 {
  right: 0px !important; }

.top-1 {
  top: 1px !important; }

.bottom-1 {
  bottom: 1px !important; }

.left-1 {
  left: 1px !important; }

.right-1 {
  right: 1px !important; }

.top-2 {
  top: 2px !important; }

.bottom-2 {
  bottom: 2px !important; }

.left-2 {
  left: 2px !important; }

.right-2 {
  right: 2px !important; }

.top-3 {
  top: 3px !important; }

.bottom-3 {
  bottom: 3px !important; }

.left-3 {
  left: 3px !important; }

.right-3 {
  right: 3px !important; }

.top-4 {
  top: 4px !important; }

.bottom-4 {
  bottom: 4px !important; }

.left-4 {
  left: 4px !important; }

.right-4 {
  right: 4px !important; }

.top-5 {
  top: 5px !important; }

.bottom-5 {
  bottom: 5px !important; }

.left-5 {
  left: 5px !important; }

.right-5 {
  right: 5px !important; }

.top-6 {
  top: 6px !important; }

.bottom-6 {
  bottom: 6px !important; }

.left-6 {
  left: 6px !important; }

.right-6 {
  right: 6px !important; }

.top-7 {
  top: 7px !important; }

.bottom-7 {
  bottom: 7px !important; }

.left-7 {
  left: 7px !important; }

.right-7 {
  right: 7px !important; }

.top-8 {
  top: 8px !important; }

.bottom-8 {
  bottom: 8px !important; }

.left-8 {
  left: 8px !important; }

.right-8 {
  right: 8px !important; }

.top-9 {
  top: 9px !important; }

.bottom-9 {
  bottom: 9px !important; }

.left-9 {
  left: 9px !important; }

.right-9 {
  right: 9px !important; }

.top-10 {
  top: 10px !important; }

.bottom-10 {
  bottom: 10px !important; }

.left-10 {
  left: 10px !important; }

.right-10 {
  right: 10px !important; }

.carousel-controls {
  right: 0px;
  position: absolute;
  top: 0;
  z-index: 999;
  margin-top: -50px; }
  .rtl .carousel-controls {
    left: 0px;
    right: auto; }

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px; }

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px; }

.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px; }

.btn-style {
  font-family: "Montserrat";
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  color: #474644;
  padding: 13px;
  background: #0067b6; }
  .rtl .btn-style {
    padding-right: 15px;
    padding-left: inherit; }
  .btn-style:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    /*background: #ffcc80;*/
    left: 0;
    top: 2px; }
    .rtl .btn-style:before {
      right: 0;
      left: auto; }
  .btn-style:hover {
    color: #ffcc80; }

.btn-second {
  color: #474644;
  background-color: #fff;
  border-color: #ededed; }
  .btn-second:focus, .btn-second.focus {
    color: #474644;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-second:hover {
    color: #474644;
    background-color: #e6e6e6;
    border-color: #cecece; }
  .btn-second:active, .btn-second.active, .open > .btn-second.dropdown-toggle {
    color: #474644;
    background-color: #e6e6e6;
    border-color: #cecece; }
    .btn-second:active:hover, .btn-second:active:focus, .btn-second:active.focus, .btn-second.active:hover, .btn-second.active:focus, .btn-second.active.focus, .open > .btn-second.dropdown-toggle:hover, .open > .btn-second.dropdown-toggle:focus, .open > .btn-second.dropdown-toggle.focus {
      color: #474644;
      background-color: #d4d4d4;
      border-color: #adadad; }
  .btn-second:active, .btn-second.active, .open > .btn-second.dropdown-toggle {
    background-image: none; }
  .btn-second.disabled:hover, .btn-second.disabled:focus, .btn-second.disabled.focus, .btn-second[disabled]:hover, .btn-second[disabled]:focus, .btn-second[disabled].focus, fieldset[disabled] .btn-second:hover, fieldset[disabled] .btn-second:focus, fieldset[disabled] .btn-second.focus {
    background-color: #fff;
    border-color: #ededed; }
  .btn-second .badge {
    color: #fff;
    background-color: #474644; }
  .btn-second:hover {
    color: #FFF;
    border-color: #474644; }

.btn-lighten {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-lighten:focus, .btn-lighten.focus {
    color: #fff;
    background-color: transparent;
    border-color: #bfbfbf; }
  .btn-lighten:hover {
    color: #fff;
    background-color: transparent;
    border-color: #e0e0e0; }
  .btn-lighten:active, .btn-lighten.active, .open > .btn-lighten.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #e0e0e0; }
    .btn-lighten:active:hover, .btn-lighten:active:focus, .btn-lighten:active.focus, .btn-lighten.active:hover, .btn-lighten.active:focus, .btn-lighten.active.focus, .open > .btn-lighten.dropdown-toggle:hover, .open > .btn-lighten.dropdown-toggle:focus, .open > .btn-lighten.dropdown-toggle.focus {
      color: #fff;
      background-color: transparent;
      border-color: #bfbfbf; }
  .btn-lighten:active, .btn-lighten.active, .open > .btn-lighten.dropdown-toggle {
    background-image: none; }
  .btn-lighten.disabled:hover, .btn-lighten.disabled:focus, .btn-lighten.disabled.focus, .btn-lighten[disabled]:hover, .btn-lighten[disabled]:focus, .btn-lighten[disabled].focus, fieldset[disabled] .btn-lighten:hover, fieldset[disabled] .btn-lighten:focus, fieldset[disabled] .btn-lighten.focus {
    background-color: transparent;
    border-color: #fff; }
  .btn-lighten .badge {
    color: transparent;
    background-color: #fff; }

.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent; }
  .btn-outline.btn-lighten {
    color: #fff; }
    .btn-outline.btn-lighten:hover {
      color: #ffcc80; }
  .btn-outline.btn-default {
    color: #474644; }
    .btn-outline.btn-default:hover {
      color: #FFFFFF; }
  .btn-outline.btn-primary {
    color: #ffcc80; }
    .btn-outline.btn-primary:hover {
      color: #FFFFFF; }
  .btn-outline.btn-success {
    color: #01b06d; }
    .btn-outline.btn-success:hover {
      color: #FFFFFF; }
  .btn-outline.btn-info {
    color: #2388da; }
    .btn-outline.btn-info:hover {
      color: #FFFFFF; }
  .btn-outline.btn-danger {
    color: #fe4157; }
    .btn-outline.btn-danger:hover {
      color: #FFFFFF; }
  .btn-outline.btn-warning {
    color: #f69d35; }
    .btn-outline.btn-warning:hover {
      color: #FFFFFF; }

/* .btn-outline{
  @include button-outline( $link-color, transparent,  $theme-color-default, $link-color, #fff, $link-color, 3px);
} */
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 36px; }
  .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
    color: #ffcc80;
    background-color: transparent;
    border-color: #ffcc80; }
  .open .btn-outline-light.dropdown-toggle {
    color: #ffcc80;
    background-color: transparent;
    border-color: #ffcc80; }
  .btn-outline-light:active, .btn-outline-light.active {
    background-image: none; }
  .open .btn-outline-light.dropdown-toggle {
    background-image: none; }
  .btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
    background-color: transparent;
    border-color: #fff; }
  .btn-outline-light .badge {
    color: transparent;
    background-color: #fff; }

.icons {
  text-align: center;
  line-height: 32px !important;
  font-size: 18px;
  display: inline-block;
  color: #ced6d9; }
  .icons.icons-lg {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px; }
  .icons.icons-sm {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px; }
  .icons.icons-xs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px; }
  .icons:hover {
    color: #fff; }
  .icons.icons-bodered {
    border: 1px solid #01b06d;
    background-color: transparent;
    color: #01b06d; }
    .icons.icons-bodered:hover {
      border: 1px solid #017d4e;
      background-color: transparent;
      color: #017d4e; }
  .icons.icons-darker {
    background-color: #000 !important;
    color: #fff !important; }
    .icons.icons-darker:hover {
      background-color: #595959 !important;
      color: #fff !important; }
  .icons.icons-light {
    background-color: rgba(248, 248, 248, 0.13) !important;
    color: #fff !important; }
    .icons.icons-light:hover {
      background-color: #ffcc80 !important;
      color: #000 !important; }
  .icons.icons-plain {
    background-color: transparent;
    color: #01b06d;
    font-size: 28px !important;
    width: auto;
    height: auto; }
    .icons.icons-plain.icons-lg {
      font-size: 36px !important;
      width: auto;
      height: auto; }
    .icons.icons-plain.icons-sm {
      font-size: 20px !important;
      width: auto;
      height: auto; }
    .icons.icons-plain.icons-xs {
      font-size: 14px !important;
      width: auto;
      height: auto; }
    .icons.icons-plain:hover {
      background-color: transparent;
      color: #000; }
  .icons.facebook:hover {
    color: #2e4576; }
  .icons.google:hover {
    color: #e12009; }
  .icons.twitter:hover {
    color: #1b8dc0; }
  .icons.dribbble:hover {
    color: #e1206b; }
  .icons.instagram:hover {
    color: #406582; }
  .icons.youtube:hover {
    color: #cf2e21; }
  .icons.linkedin:hover {
    color: #02649a; }
  .icons.vimeo:hover {
    color: #28aee7; }

.block {
  margin-bottom: 40px; }
  .block .block-heading {
    padding-bottom: 30px;
    padding-top: 30px;
    text-transform: uppercase; }
    .block .block-heading .clb {
      display: inline-block;
      width: 56px;
      height: 56px;
      line-height: 56px;
      text-align: center;
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      color: #000;
      -webkit-box-shadow: 2px 2px 0px 0px rgba(50, 50, 50, 0.25);
      box-shadow: 2px 2px 0px 0px rgba(50, 50, 50, 0.25);
      background-color: #fff; }
    .block .block-heading .block-title {
      display: inline-block;
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 5px;
      padding-right: 20px;
      padding-left: 20px; }

.block-default .block-heading {
  background-color: #7fb752;
  position: relative; }
  .block-default .block-heading:before, .block-default .block-heading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #7fb752; }
  .block-default .block-heading:before {
    left: -100%; }
  .block-default .block-heading:after {
    right: -100%; }

.block-success .block-heading {
  background-color: #01b06d;
  position: relative; }
  .block-success .block-heading:before, .block-success .block-heading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #01b06d; }
  .block-success .block-heading:before {
    left: -100%; }
  .block-success .block-heading:after {
    right: -100%; }

.block-warning .block-heading {
  background-color: #f69d35;
  position: relative; }
  .block-warning .block-heading:before, .block-warning .block-heading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #f69d35; }
  .block-warning .block-heading:before {
    left: -100%; }
  .block-warning .block-heading:after {
    right: -100%; }

.block-info .block-heading {
  background-color: #2388da;
  position: relative; }
  .block-info .block-heading:before, .block-info .block-heading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #2388da; }
  .block-info .block-heading:before {
    left: -100%; }
  .block-info .block-heading:after {
    right: -100%; }

.block-danger .block-heading {
  background-color: #fe4157;
  position: relative; }
  .block-danger .block-heading:before, .block-danger .block-heading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #fe4157; }
  .block-danger .block-heading:before {
    left: -100%; }
  .block-danger .block-heading:after {
    right: -100%; }

.block-primary .block-heading {
  background-color: #ffcc80;
  position: relative; }
  .block-primary .block-heading:before, .block-primary .block-heading:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-color: #ffcc80; }
  .block-primary .block-heading:before {
    left: -100%; }
  .block-primary .block-heading:after {
    right: -100%; }

.bg-footer-blue {
  background: url("../image/bg-footer-blue.html") no-repeat; }

.bg-newletter {
  background: url("../image/bg-newletter.html") no-repeat; }

.bg-html {
  background: url("../image/bg-html.html") no-repeat; }

.bg-paralax {
  background-image: url("../image/bg-paralax.html"); }

.bg-group {
  background-image: url("../image/bg-group.html"); }

.bg-deals {
  background: url("../image/bg-deals.html") no-repeat; }

.bg-red {
  background: #999999; }

.bg-orange {
  background: #f8c462; }

.bg-darken {
  background: #252525; }

.bg-darken-light {
  background: #363636; }

.bg-v1 {
  background-color: #7fb752;
  color: #fff; }
  .bg-v1 h6 {
    color: #fff; }

.bg-v2 {
  background-color: #3388bf;
  color: #fff; }
  .bg-v2 h6 {
    color: #fff; }

.bg-v3 {
  background-color: #ed88b0;
  color: #fff; }
  .bg-v3 h6 {
    color: #fff; }

.bg-white {
  background-color: #ffffff; }

a.bg-white:hover,
a.bg-white:focus {
  background-color: #e6e6e6; }

.bg-black {
  background-color: #000000; }

a.bg-black:hover,
a.bg-black:focus {
  background-color: black; }

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes flash {
  0% {
    opacity: 0.4;
    filter: alpha(opacity=40); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
@media (min-width: 767px) {
  /* effect-v3*/
  .effect-v3 {
    background-color: #000;
    overflow: hidden;
    position: relative;
    /* style for hover */ }
    .effect-v3:before, .effect-v3:after {
      bottom: 20px;
      content: "";
      left: 20px;
      opacity: 0;
      position: absolute;
      right: 20px;
      top: 20px;
      -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      z-index: 1; }
    .effect-v3:before {
      border-bottom: 1px solid #ffffff;
      border-top: 1px solid #ffffff;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      transform: scale(0, 1); }
    .effect-v3:after {
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0); }
    .effect-v3 img {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: opacity 0.35s ease 0s;
      -o-transition: opacity 0.35s ease 0s;
      transition: opacity 0.35s ease 0s; }
    .effect-v3 .banner-title {
      -webkit-transform: translate3d(0px, -20px, 0px);
      transform: translate3d(0px, -20px, 0px);
      -webkit-transition: transform 0.35s ease 0s;
      -o-transition: transform 0.35s ease 0s;
      transition: transform 0.35s ease 0s; }
    .effect-v3 .action {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translate3d(0px, 40px, 0px);
      transform: translate3d(0px, 40px, 0px);
      -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; }
    .effect-v3:hover:before, .effect-v3:hover:after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .effect-v3:hover img {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .effect-v3:hover .banner-title, .effect-v3:hover .action {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }

  /* effect-v10*/
  .effect-v10 {
    overflow: hidden;
    position: relative;
    /* style for hover */ }
    .effect-v10:before {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
      left: 30px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1.4, 1.4, 1);
      transform: scale3d(1.4, 1.4, 1); }
    .effect-v10:hover:before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 1;
      filter: alpha(opacity=100); }

  .effect-layla {
    position: relative;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .effect-layla:before, .effect-layla:after {
      position: absolute;
      content: '';
      opacity: 0;
      filter: alpha(opacity=0);
      pointer-events: none;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .effect-layla:before {
      top: 50px;
      right: 30px;
      bottom: 50px;
      left: 30px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
    .effect-layla:after {
      top: 30px;
      right: 50px;
      bottom: 30px;
      left: 50px;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0; }
    .effect-layla:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
      .effect-layla:hover:before, .effect-layla:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1); }

  /*---------------*/
  /***** Duke *****/
  /*---------------*/
  .effect-duke {
    overflow: hidden; }
    .effect-duke img, .effect-duke p {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .effect-duke h2 {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }
    .effect-duke p {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 20px;
      padding: 30px;
      border: 2px solid #fff;
      text-transform: none;
      font-size: 90%;
      opacity: 0;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transform-origin: 50% -100%;
      transform-origin: 50% -100%; }
    .effect-duke:hover {
      background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
      background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%); }
      .effect-duke:hover img {
        opacity: 0.1;
        -webkit-transform: scale3d(2, 2, 1);
        transform: scale3d(2, 2, 1); }
      .effect-duke:hover h2, .effect-duke:hover p {
        opacity: 1;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1); } }
.grayscale-gray, .widget-carousel img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* For IE 6 - 9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */ }

.grayscale-color, .widget-carousel img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }

.paralax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }

/**
 * Category Products Page
 */
.page-product-category #content > h1 {
  display: none; }
.page-product-category .results {
  padding: 28px; }
.page-product-category .refine {
  border-left: 2px solid #ffcc80; }
  .rtl .page-product-category .refine {
    border-right: 2px solid #ffcc80;
    border-left: inherit; }

.filter .control-label {
  margin: 10px;
  font-size: 14px; }

.display > button {
  padding: 7px 10px;
  border: 1px solid #ededed;
  margin-right: 5px; }
  .rtl .display > button {
    margin-left: 5px;
    margin-right: inherit; }
  .display > button:hover {
    color: #FFF;
    background: #ffcc80;
    border-color: #ffcc80; }
  .display > button.active {
    color: #FFF;
    background: #ffcc80;
    border-color: #ffcc80; }

.product-categoris {
  overflow: hidden; }

.paging {
  margin: 20px 0;
  font-size: 13px;
  color: #999999; }

/* filter by brands */
.products-filter-panel {
  border-bottom: solid 1px #000; }
  .products-filter-panel .form-control, .products-filter-panel .btn {
    box-shadow: none;
    border: none; }
  .products-filter-panel select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .products-filter-panel label {
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 10px; }
  .products-filter-panel .row .select-wrap {
    position: relative; }
    .products-filter-panel .row .select-wrap:before {
      content: "\f107";
      position: absolute;
      right: 14px;
      top: 50%;
      margin-top: -6.5px;
      font-size: 13px;
      line-height: 1;
      color: #999999;
      font-family: 'FontAwesome', Verdana; }

/**
 *
 * Product detail
 */
.product-info .heading_title {
  font-family: "gotham_bookregular", sans-serif;
  text-transform: capitalize; }
.product-info .thumbnail {
  position: relative;
  border: 1px solid #ededed; }

#product .form-group {
  margin-bottom: 20px; }
  #product .form-group:before, #product .form-group:after {
    content: " ";
    display: table; }
  #product .form-group:after {
    clear: both; }

.quantity-adder {
  color: #000;
  display: block;
  position: relative; }
  .quantity-adder .qty {
    margin: 10px 20px 0 0; }
    .rtl .quantity-adder .qty {
      margin: 10px 0 0 20px; }
  .quantity-adder .form-control {
    padding: 8px 15px; }
  .quantity-adder .add-action {
    width: 30px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #ededed; }
  .quantity-adder .add-down {
    bottom: 0;
    right: 0; }
    .rtl .quantity-adder .add-down {
      left: 0;
      right: auto; }
  .quantity-adder .add-up {
    top: 0;
    right: 0;
    border-bottom: 0; }
    .rtl .quantity-adder .add-up {
      left: 0;
      right: auto; }
  .quantity-adder .quantity-number input {
    width: 90px;
    height: 40px;
    border: 1px solid #ededed;
    box-shadow: none; }
  .quantity-adder .minimum {
    line-height: 38px;
    font-size: 11px;
    margin-left: 10px; }
    .rtl .quantity-adder .minimum {
      margin-right: 10px;
      margin-left: inherit; }

.product-buttons-wrap .action {
  overflow: hidden;
  clear: both;
  padding-top: 30px; }
  .product-buttons-wrap .action .cart {
    background-color: #474644;
    color: #fff;
    background-image: url("../image/cart-hover.html");
    border: 1px solid transparent;
    margin-right: 20px; }
    .rtl .product-buttons-wrap .action .cart {
      margin-left: 20px;
      margin-right: inherit; }
    .product-buttons-wrap .action .cart:hover {
      background-image: url("../image/cart.html");
      background-color: #fff;
      color: #ffcc80;
      border-color: #ffcc80; }
  .product-buttons-wrap .action .btn-outline-light {
    border-color: #ededed;
    color: #999999;
    margin: 0 2px; }
    .product-buttons-wrap .action .btn-outline-light:hover {
      border-color: #ffcc80;
      color: #ffcc80; }

.product-related .products-row > .last.product-col {
  border-right: 1px solid #ededed; }

@media (min-width: 767px) {
  .product-list .products-row .product-col {
    width: 100%;
    border: none; }
  .product-list .product-block {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    padding: 30px; }
    .product-list .product-block .image {
      width: 30%;
      float: left; }
      .rtl .product-list .product-block .image {
        float: right; }
    .product-list .product-block .description {
      display: block;
      font-weight: 300;
      font-size: 13px; }
    .product-list .product-block .product-meta {
      text-align: left;
      float: left;
      padding-left: 30px;
      width: 70%; }
      .rtl .product-list .product-block .product-meta {
        text-align: right; }
      .rtl .product-list .product-block .product-meta {
        float: right; }
      .rtl .product-list .product-block .product-meta {
        padding-right: 30px;
        padding-left: inherit; }
  .product-list.productdeals .item-countdown {
    /*  width: 50%;
     margin: 0; */ } }
.products-owl-carousel .products-owl {
  margin-bottom: 0; }

.owl-carousel-play {
  position: relative; }

.owl-carousel {
  background: transparent !important;
  margin: 0 !important; }
  .owl-carousel .owl-wrapper-outer {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/**
 * Thumbnail
 */
.thumbs-preview img {
  -webkit-box-shadow: 0px 0px 0px 1px #ededed;
  box-shadow: 0px 0px 0px 1px #ededed; }
.thumbs-preview .item {
  margin: 5px; }
.thumbs-preview.default {
  position: relative;
  text-align: center;
  padding-top: 20px; }
  .thumbs-preview.default .carousel-controls {
    width: 100%;
    top: 50%;
    margin-top: -10px; }
    .thumbs-preview.default .carousel-controls .carousel-control.left {
      left: 0px; }
.thumbs-preview.horizontal .image-hitem {
  margin: 5px 0 10px; }
.thumbs-preview.horizontal .carousel-controls {
  top: inherit;
  bottom: -20px;
  right: 15px; }

.tab-group {
  margin: 30px 0;
  padding: 30px 0; }
  .tab-group .nav-tabs {
    border-top: 1px solid #ededed; }
    .tab-group .nav-tabs > li:first-child a {
      padding-left: 0; }
      .rtl .tab-group .nav-tabs > li:first-child a {
        padding-right: 0;
        padding-left: inherit; }
  .tab-group .nav > li {
    position: relative; }
    .tab-group .nav > li > a {
      font-family: 'Montserrat';
      font-size: 12px;
      text-transform: uppercase;
      padding: 30px; }
    .tab-group .nav > li.active a {
      color: #ffcc80; }
  .tab-group.accordion .nav > li > a {
    padding: 10px;
    border-top: 1px solid #ededed;
    padding-left: 0; }
    .rtl .tab-group.accordion .nav > li > a {
      padding-right: 0;
      padding-left: inherit; }
  .tab-group.accordion .nav > li:before {
    position: absolute;
    top: 10px;
    right: 0;
    content: '\f278';
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .rtl .tab-group.accordion .nav > li:before {
      left: 0;
      right: auto; }
  .tab-group.accordion .nav > li:last-child {
    border-bottom: 1px solid #ededed; }
  .tab-group .panel-collapse {
    padding: 20px 0; }

.review-form-width {
  margin: 10% auto;
  padding: 0 30px;
  max-width: 600px;
  position: relative;
  z-index: 999999;
  background-color: #fff; }
  .review-form-width .alert {
    margin-top: 20px; }

/* --------------------------------------
 * INFO TABLE
 * -------------------------------------- */
.info-table-icon {
  color: #ffcc80;
  font-size: 18px; }

.info-table-content {
  color: #000000; }

.info-table-content strong {
  color: #898989;
  font-weight: normal; }

.info-table-row:first-of-type > *:after {
  display: none; }

.info-table {
  line-height: 1.95em;
  border: 1px solid #ededed;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
  width: 100%; }

.info-table td,
.info-table th {
  border-bottom: 1px solid #ededed;
  padding: 6px 23px;
  position: relative;
  vertical-align: middle; }

.info-table td:after,
.info-table th:after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  width: 2px; }

.info-table th {
  border-right: 1px solid #ededed;
  font-weight: 400;
  text-align: center;
  width: 63px; }
  .rtl .info-table th {
    border-left: 1px solid #ededed;
    border-right: inherit; }

.info-table th:after {
  right: 0; }

.info-table td {
  border-left-style: none; }

.info-table td:after {
  left: 0; }

input#input-captcha {
  margin-bottom: 20px; }

@font-face {
  font-family: 'gotham_bookregular';
  src: url("../fonts/gotham_book-webfont.html");
  src: url("../fonts/gotham_book-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/gotham_book-webfont-2.html") format("woff2"), url("../fonts/gotham_book-webfont-3.html") format("woff"), url("../fonts/gotham_book-webfont-4.html") format("truetype"), url("../fonts/gotham_book-webfont-5.html#gotham_bookregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_blackregular';
  src: url("../fonts/gotham-black-webfont.html");
  src: url("../fonts/gotham-black-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/gotham-black-webfont-2.html") format("woff2"), url("../fonts/gotham-black-webfont-3.html") format("woff"), url("../fonts/gotham-black-webfont-4.html") format("truetype"), url("../fonts/gotham-black-webfont-5.html#gotham_blackregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/gotham-bold-webfont.html");
  src: url("../fonts/gotham-bold-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-webfont-2.html") format("woff2"), url("../fonts/gotham-bold-webfont-3.html") format("woff"), url("../fonts/gotham-bold-webfont-4.html") format("truetype"), url("../fonts/gotham-bold-webfont-5.html#Montserrat") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_lightregular';
  src: url("../fonts/gotham-light-webfont.html");
  src: url("../fonts/gotham-light-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-webfont-2.html") format("woff2"), url("../fonts/gotham-light-webfont-3.html") format("woff"), url("../fonts/gotham-light-webfont-4.html") format("truetype"), url("../fonts/gotham-light-webfont-5.html#gotham_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_mediumregular';
  src: url("../fonts/gotham-medium-webfont.html");
  src: url("../fonts/gotham-medium-webfontd41d.html?#iefix") format("embedded-opentype"), url("../fonts/gotham-medium-webfont-2.html") format("woff2"), url("../fonts/gotham-medium-webfont-3.html") format("woff"), url("../fonts/gotham-medium-webfont-4.html") format("truetype"), url("../fonts/gotham-medium-webfont-5.html#gotham_mediumregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }

  .row-offcanvas-right {
    right: 0; }
    .rtl .row-offcanvas-right {
      left: 0;
      right: auto; }

  .row-offcanvas-left {
    left: 0; }
    .rtl .row-offcanvas-left {
      right: 0;
      left: auto; }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; }
    .rtl .row-offcanvas-right
    .sidebar-offcanvas {
      left: -50%;
      right: auto; }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; }
    .rtl .row-offcanvas-left
    .sidebar-offcanvas {
      right: -50%;
      left: auto; }

  .row-offcanvas-right.active {
    right: 50%; }
    .rtl .row-offcanvas-right.active {
      left: 50%;
      right: auto; }

  .row-offcanvas-left.active {
    left: 50%; }
    .rtl .row-offcanvas-left.active {
      right: 50%;
      left: auto; }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; }
    .sidebar-offcanvas ul, .sidebar-offcanvas ol {
      padding: 0;
      margin: 0; }
      .sidebar-offcanvas ul li, .sidebar-offcanvas ol li {
        list-style: none;
        position: relative; }

  .bottom-offcanvas {
    border-top: 1px solid #ededed;
    padding: 10px 0; } }
/*offcanvas-menu*/
#offcanvasmenu .caret {
  display: none; }
#offcanvasmenu .navbar-nav {
  float: none; }
  #offcanvasmenu .navbar-nav > li {
    float: none;
    border-top: 1px solid #ededed;
    position: relative; }
    #offcanvasmenu .navbar-nav > li.home .menu-icon {
      background: none !important; }
    #offcanvasmenu .navbar-nav > li .click-canavs-menu {
      cursor: pointer;
      display: inline-block;
      padding: 19px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      .rtl #offcanvasmenu .navbar-nav > li .click-canavs-menu {
        left: 0;
        right: auto; }
    #offcanvasmenu .navbar-nav > li > a {
      padding: 15px 25px;
      color: #ffcc80;
      background-color: transparent !important;
      -webkit-transition: all 350ms ease-out;
      -o-transition: all 350ms ease-out;
      transition: all 350ms ease-out;
      line-height: 22px; }
    #offcanvasmenu .navbar-nav > li > .dropdown-menu .click-canavs-menu {
      padding: 12px; }
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto !important;
  opacity: 1;
  filter: alpha(opacity=100); }
  #offcanvasmenu .dropdown-menu .dropdown-menu-inner {
    line-height: 30px;
    padding-bottom: 20px;
    padding-left: 20px; }
  #offcanvasmenu .dropdown-menu .pavo-widget .sidebar {
    border: none; }
    #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
      padding-left: 0; }
      .rtl #offcanvasmenu .dropdown-menu .pavo-widget .sidebar .product-block {
        padding-right: 0;
        padding-left: inherit; }
  #offcanvasmenu .dropdown-menu a {
    font-size: 13px;
    padding: 5px 10px;
    background: none; }
  #offcanvasmenu .dropdown-menu .widget-video {
    display: none; }
  #offcanvasmenu .dropdown-menu .box-heading {
    color: #474644; }
#offcanvasmenu .w-product {
  padding: 0; }
#offcanvasmenu .product-block {
  border: none; }
  #offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
    display: none; }

/* #offcanvasmenu {
  .nav .caret {
      border-bottom-color: $white;
      border-top-color: $white;
      margin-left: 5px;
  }
  .pavo-widget .widget-heading{
    margin-top: 15px;
  }
  .navbar-nav {
    float: none;
    margin: 0;

    > li {
      float: none;
      background-color: $theme-color;
      border-right:none;
      &:hover:after{
        display: none;
      }
      >a {
        display: block;
        @include box-shadow( inset 0 -1px rgba(0,0,0,0.1));
        text-transform: uppercase;
        color: $white;
      }
    }
  }
  .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0 10px;
    position: static;
    visibility: visible;
    width: auto!important;
    min-width: 160px;
    @include opacity (1);
    .sidebar{
      border:none;
    }
    .widget-images{
      img{
        margin: 5px 0;
      }
    }
    li{
      a {
        font-size: 13px;
        padding: 5px 0;
        display: block;
        color: $text-color;
        &:hover{
          color: $theme-color;
        }
      }
    }

  }
  .w-product {
    padding: 0;
  }
  .product-block{
    border: none;
    padding: 0 0 10px;
    .image {
      float: none;
      margin: 0;
    }
  }
}
.canvas-menu{
  margin: 12px 10px;
} */
.sub-title {
  color: #999999;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400; }

.product-category .product-block.product-v2 {
  padding-top: 45px; }

.deals-option.nav-tabs > li {
  display: inline-block;
  float: none; }

.map-wapper {
  height: 64px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }
  .map-wapper #viewmap {
    position: absolute;
    z-index: 20;
    top: -20px;
    margin-left: -30px; }
    .rtl .map-wapper #viewmap {
      margin-right: -30px;
      margin-left: inherit; }
  .map-wapper.map-height {
    height: 400px; }

.contact-us .panel-heading {
  text-align: left; }
  .rtl .contact-us .panel-heading {
    text-align: right; }

.contact .fa {
  width: 20px;
  text-align: left; }
  .rtl .contact .fa {
    text-align: right; }

.refine-search .list-group {
  border: 1px solid #ededed;
  padding: 25px; }
.refine-search a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #ffcc80; }

.widget-carousel .carousel-controls {
  top: 50%;
  margin-top: -20px; }

.feature-box {
  padding: 50px 0 20px; }
  .feature-box .fbox-icon {
    font-size: 40px;
    color: #ffcc80;
    margin-right: 20px;
    float: left;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s; }
    .rtl .feature-box .fbox-icon {
      margin-left: 20px;
      margin-right: inherit; }
    .rtl .feature-box .fbox-icon {
      float: right; }
  .feature-box .fbox-body {
    margin-left: 60px;
    color: #fff; }
    .rtl .feature-box .fbox-body {
      margin-right: 60px;
      margin-left: inherit; }
  .feature-box .heading {
    margin: 0 0 20px;
    color: #fff;
    font-family: "gotham_lightregular";
    letter-spacing: 2px; }
  .feature-box:hover .fbox-icon {
    -webkit-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1); }

.product-listv2 .inner {
  min-height: 564px; }
.product-listv2 .sidebar .products-block {
  margin: 0px;
  min-height: 564px;
  border-top: 0;
  border-bottom: 0;
  border-right: 0; }
  .rtl .product-listv2 .sidebar .products-block {
    border-left: 0;
    border-right: inherit; }
  .product-listv2 .sidebar .products-block .product-col {
    border: none; }

.listproduct.bn-left .products-block {
  border-left: none;
  margin-right: 1px; }
  .rtl .listproduct.bn-left .products-block {
    border-right: none;
    border-left: inherit; }
  .rtl .listproduct.bn-left .products-block {
    margin-left: 1px;
    margin-right: inherit; }
.listproduct.bn-right .products-block {
  border-right: none;
  margin-left: 1px; }
  .rtl .listproduct.bn-right .products-block {
    border-left: none;
    border-right: inherit; }
  .rtl .listproduct.bn-right .products-block {
    margin-right: 1px;
    margin-left: inherit; }
.listproduct .nav-tabs {
  margin-right: 80px; }
  .rtl .listproduct .nav-tabs {
    margin-left: 80px;
    margin-right: inherit; }

.feature-category {
  position: relative; }
  .feature-category ul {
    margin-bottom: 0; }
  .feature-category .row .column:last-child {
    border: none; }
  .feature-category .column {
    border-right: 1px solid #ededed; }
    .rtl .feature-category .column {
      border-left: 1px solid #ededed;
      border-right: inherit; }
  .feature-category .image > a:before {
    position: absolute;
    content: "";
    background: rgba(54, 47, 45, 0.74);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s; }
    .rtl .feature-category .image > a:before {
      right: 0;
      left: auto; }
  .feature-category .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
    .rtl .feature-category .item {
      right: 0;
      left: auto; }
    .feature-category .item .inner {
      display: table;
      width: 100%;
      height: 100%; }
    .feature-category .item .caption {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle; }
  .feature-category .category-items {
    font-size: "gotham_bookregular", sans-serif;
    font-style: italic; }
  .feature-category a {
    color: #fff; }
    .feature-category a:hover {
      color: #ffcc80; }
  .feature-category .item-category {
    text-align: center;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: -1px; }
    .feature-category .item-category:hover .image > a:before {
      opacity: 1;
      filter: alpha(opacity=100); }
    .feature-category .item-category:hover .item {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }

.interactive-banner {
  color: #fff;
  padding: 70px 0; }
  .interactive-banner .panel-heading {
    margin-top: 50px;
    text-align: left; }
    .rtl .interactive-banner .panel-heading {
      text-align: right; }
  .interactive-banner .htmlcontent {
    font-weight: 300;
    font-size: 13px;
    margin: 20px 0 50px;
    line-height: 25px; }

.widget-carousel {
  position: relative; }

.introduce {
  padding: 0; }
  .introduce .panel-title {
    color: #fff; }
  .introduce .content-introduce {
    height: 500px;
    position: relative;
    display: table; }
  .introduce .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: #474644; }
  .introduce .detail {
    margin: 20px auto 50px;
    color: #999999;
    line-height: 30px;
    font-weight: 300;
    width: 70%; }
  .introduce iframe {
    width: 100% !important;
    border: none; }

.product-tabs .nav-tabs li.active a {
  position: relative;
  padding-left: 0; }
  .rtl .product-tabs .nav-tabs li.active a {
    padding-right: 0;
    padding-left: inherit; }
  .product-tabs .nav-tabs li.active a:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #ff6e40;
    bottom: 20px;
    left: 0; }
.product-tabs .nav-tabs a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }

.list-category {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin: 0;
  min-height: 187px; }
  .list-category .panel-heading {
    padding-top: 0;
    height: 50px;
    overflow: hidden; }
  .list-category .img-category {
    float: left; }
    .rtl .list-category .img-category {
      float: right; }
  .list-category .widget-inner {
    float: left;
    padding-left: 20px;
    width: 82%; }
    .rtl .list-category .widget-inner {
      float: right; }
    .rtl .list-category .widget-inner {
      padding-right: 20px;
      padding-left: inherit; }
  .list-category li a {
    color: #b1bdc0;
    font-size: 12px; }
    .list-category li a:hover {
      color: #ffcc80; }
  @media (min-width: 991px) {
    .list-category.left {
      border-left: 1px dotted #d7d7d7; }
      .rtl .list-category.left {
        border-right: 1px dotted #d7d7d7;
        border-left: inherit; }
    .list-category.bottom {
      border-bottom: 1px dotted #d7d7d7; } }

.product-block .bottom > * {
  position: absolute; }
.product-block .bottom .cart {
  left: 50%;
  margin: -40px 0 0 -78px; }
  .rtl .product-block .bottom .cart {
    right: 50%;
    left: auto; }
  .rtl .product-block .bottom .cart {
    margin: -40px -78px 0 0; }
.product-block .bottom .btn {
  cursor: pointer; }
.product-block .quickview {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -60px; }
  .rtl .product-block .quickview {
    right: 50%;
    left: auto; }
  .rtl .product-block .quickview {
    margin: 20px -60px 0 0; }
.product-block .compare {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 -20px; }
  .rtl .product-block .compare {
    right: 50%;
    left: auto; }
  .rtl .product-block .compare {
    margin: 20px -20px 0 0; }
.product-block .zoom {
  bottom: 50%;
  top: 50%;
  left: 50%;
  margin: 20px 0 0 20px; }
  .rtl .product-block .zoom {
    right: 50%;
    left: auto; }
  .rtl .product-block .zoom {
    margin: 20px 20px 0 0; }

@media (max-width: 992px) {
  .product-block .cart {
    top: 50%; } }
@media (min-width: 992px) {
  .product-block .image > a:before {
    position: absolute;
    content: "";
    background: rgba(54, 47, 45, 0.74);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s; }
    .rtl .product-block .image > a:before {
      right: 0;
      left: auto; }
  .product-block .wishlist {
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425); }
  .product-block .bottom > * {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease 0.01s;
    -o-transition: all 1s ease 0.01s;
    transition: all 1s ease 0.01s; }
  .product-block .bottom .cart {
    top: 40px; }
  .product-block .bottom .btn {
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
    filter: alpha(opacity=0); }
  .product-block .quickview {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .product-block .compare {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .product-block .zoom {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .product-block:hover .image > a:before {
    opacity: 1;
    filter: alpha(opacity=100); }
  .product-block:hover .wishlist {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .product-block:hover .cart {
    top: 50%;
    -webkit-transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s;
    transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425) 0.01s; }
  .product-block:hover .btn {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .product-block:hover .bottom > * {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
.productdeals .item-countdown {
  margin: 0 auto;
  padding-top: 20px;
  z-index: 10;
  position: relative; }
  .productdeals .item-countdown ul {
    margin-bottom: 0; }
  .productdeals .item-countdown li {
    text-align: center;
    color: #474644;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    background: #fafafa;
    font-family: "gotham_bookregular", sans-serif;
    margin: 0 2px;
    line-height: 44px;
    border-top: 1px solid #ededed;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 20%; }
    .productdeals .item-countdown li .countdown_num span {
      display: inline-block;
      position: inherit;
      font-size: 14px; }
.productdeals.deals {
  padding: 40px 0; }
  .productdeals.deals .panel-title {
    color: #FFF;
    text-align: center; }
  .productdeals.deals .product-block {
    border: none; }
    .productdeals.deals .product-block .product-meta {
      padding: 30px; }
    .productdeals.deals .product-block .image {
      border-right: 1px solid #ededed; }
      .rtl .productdeals.deals .product-block .image {
        border-left: 1px solid #ededed;
        border-right: inherit; }
  .productdeals.deals .item-countdown {
    padding-top: 70px; }

.pavdeals.tab-group {
  margin: 0;
  padding: 0; }
  .pavdeals.tab-group .deals-option {
    border: none; }

.form-newsletter .btn-submit {
  color: #fff; }
  .form-newsletter .btn-submit:before {
    top: 3px; }
.form-newsletter .input-group-btn {
  padding-left: 20px; }
  .rtl .form-newsletter .input-group-btn {
    padding-right: 20px;
    padding-left: inherit; }
.form-newsletter .email {
  background: #0a102d;
  border: none;
  color: #ffcc80; }

.valid {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  margin-top: 20px;
  left: 0; }
  .rtl .valid {
    right: 0;
    left: auto; }
  .valid .alert {
    width: auto; }

.page-pavblog h1 {
  margin: 0; }

.comment-warning {
  color: #c12e2a; }

.pav-blogs .blog-date {
  background: #000;
  color: #FFF;
  display: block;
  float: left;
  font-size: 18px;
  height: 70px;
  line-height: normal;
  margin-right: 20px;
  overflow: hidden;
  padding: 12px; }
  .rtl .pav-blogs .blog-date {
    float: right; }
  .rtl .pav-blogs .blog-date {
    margin-left: 20px;
    margin-right: inherit; }
  .pav-blogs .blog-date .day {
    padding: 0;
    display: block;
    text-align: center; }
.pav-blogs .blog-body {
  overflow: hidden;
  padding: 0 !important; }
  .pav-blogs .blog-body .text-link {
    color: #000;
    font-weight: 600; }
    .pav-blogs .blog-body .text-link .fa {
      padding-left: 5px; }
      .rtl .pav-blogs .blog-body .text-link .fa {
        padding-right: 5px;
        padding-left: inherit; }
    .pav-blogs .blog-body .text-link:hover, .pav-blogs .blog-body .text-link:active, .pav-blogs .blog-body .text-link:focus {
      color: #ffcc80; }
.pav-blogs .blog-title a {
  color: #474644;
  font-size: 30px; }
.pav-blogs .blogs-item {
  border-bottom: 1px solid #ededed;
  padding: 20px 0; }
  .pav-blogs .blogs-item .description {
    margin: 20px 40px;
    padding-left: 20px;
    border-left: 3px solid #ededed; }
    .rtl .pav-blogs .blogs-item .description {
      padding-right: 20px;
      padding-left: inherit; }
    .rtl .pav-blogs .blogs-item .description {
      border-right: 3px solid #ededed;
      border-left: inherit; }
.pav-blogs .blog-meta ul {
  margin: 20px 0 10px; }
  .pav-blogs .blog-meta ul li {
    display: inline-block;
    padding-right: 13px;
    position: relative; }
    .rtl .pav-blogs .blog-meta ul li {
      padding-left: 13px;
      padding-right: inherit; }
    .pav-blogs .blog-meta ul li:before {
      width: 1px;
      height: 15px;
      background: #ccc;
      content: "";
      position: absolute;
      left: -8px;
      top: 5px; }
      .rtl .pav-blogs .blog-meta ul li:before {
        right: -8px;
        left: auto; }
    .pav-blogs .blog-meta ul li:first-child:before {
      content: none; }
    .pav-blogs .blog-meta ul li:last-child {
      border-right: none; }
      .rtl .pav-blogs .blog-meta ul li:last-child {
        border-left: none;
        border-right: inherit; }

.pav-categorymenu .head {
  display: none; }

.created {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.widget-blogs .created {
  margin: 20px 0; }
.widget-blogs .description {
  margin-top: 25px; }
.widget-blogs.hd-description .description {
  display: none; }
.widget-blogs.blog-v2 .description {
  display: none; }
.widget-blogs.blog-v2 .latest-posts-body {
  margin: 0;
  padding: 30px;
  border: 0; }
.widget-blogs.blog-v2 .panel-body {
  padding: 0; }
.widget-blogs.blog-v2 .product-col {
  border-right: 1px solid #ededed; }
  .rtl .widget-blogs.blog-v2 .product-col {
    border-left: 1px solid #ededed;
    border-right: inherit; }
  .widget-blogs.blog-v2 .product-col:last-child {
    border: 0; }
    .widget-blogs.blog-v2 .product-col:last-child .latest-posts-body {
      padding-bottom: 30px; }

.latest-posts .product-col:last-child .latest-posts-body {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none; }
.latest-posts .latest-posts-body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed; }

.testimonial {
  text-align: center;
  margin-top: 50px;
  background: url("../image/icon-ter.html") no-repeat center top; }
  .testimonial .owl-carousel-play {
    padding: 30px; }
  .testimonial .column {
    display: inline-block;
    margin: 20px 15px; }
  .testimonial .tab-content {
    width: 50%;
    margin: 0 auto; }
  .testimonial .description {
    font-size: 14px;
    color: #474644; }
  .testimonial .profile {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 2px; }
    .testimonial .profile small {
      font-size: 12px;
      font-family: "gotham_bookregular", sans-serif;
      color: #b1bdc0;
      text-transform: capitalize;
      letter-spacing: 0; }
  .testimonial .nav-tabs {
    border: none; }
    .testimonial .nav-tabs > li > a {
      padding: 0 10px; }

.autosearch-wrapper {
  background: #FFF;
  color: #474644; }
  .autosearch-wrapper .input-group-btn {
    position: relative; }
    .autosearch-wrapper .input-group-btn:after {
      background: #fff;
      line-height: 40px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0px;
      font-family: 'FontAwesome';
      content: "\f107";
      font-size: 14px;
      width: 35px;
      height: 40px;
      color: #ffcc80; }
      .rtl .autosearch-wrapper .input-group-btn:after {
        left: 0;
        right: auto; }
    .autosearch-wrapper .input-group-btn:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 80%;
      background: #ededed;
      top: 5px;
      left: 0px; }
      .rtl .autosearch-wrapper .input-group-btn:before {
        right: 0px;
        left: auto; }
  .autosearch-wrapper .category_filter {
    border: none;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    background-color: #fff;
    padding-left: 15px; }
    .rtl .autosearch-wrapper .category_filter {
      padding-right: 15px;
      padding-left: inherit; }
    @media (max-width: 480px) {
      .autosearch-wrapper .category_filter {
        max-width: 130px; } }
  .autosearch-wrapper .search_query {
    background-color: transparent;
    border: 0;
    height: 40px; }
    .autosearch-wrapper .search_query:focus {
      -webkit-box-shadow: inherit;
      box-shadow: inherit; }
  .autosearch-wrapper .input-group {
    width: 100%;
    padding-right: 46px;
    border: 1px solid #ededed; }
    .rtl .autosearch-wrapper .input-group {
      padding-left: 46px;
      padding-right: inherit; }
  .autosearch-wrapper .button-search {
    position: absolute;
    right: -4px;
    top: 0;
    border: 0;
    width: 50px;
    height: 40px;
    padding: 0; }
    .rtl .autosearch-wrapper .button-search {
      left: -4px;
      right: auto; }
    .autosearch-wrapper .button-search:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 80%;
      background: #ededed;
      top: 5px;
      left: -1px; }
      .rtl .autosearch-wrapper .button-search:before {
        right: -1px;
        left: auto; }
    .autosearch-wrapper .button-search:hover {
      background: #ffcc80;
      color: #FFF; }
  .autosearch-wrapper .dropdown-menu {
    z-index: 999; }
    .autosearch-wrapper .dropdown-menu > li.clearfix {
      border-bottom: 1px dashed #ededed;
      margin-left: 10px;
      margin-right: 10px; }
    .autosearch-wrapper .dropdown-menu > li:last-child {
      border-bottom: none; }
    .autosearch-wrapper .dropdown-menu > li > a {
      padding: 0; }
    .autosearch-wrapper .dropdown-menu > li .media-body {
      padding-left: 10px; }
      .rtl .autosearch-wrapper .dropdown-menu > li .media-body {
        padding-right: 10px;
        padding-left: inherit; }

.newsletter > .newsletter-content {
  background-image: url("../image/popup.html") !important;
  height: 488px !important;
  background-color: transparent !important; }

.newsletter-content-inside {
  width: 450px !important;
  padding: 100px 50px;
  font-family: "Montserrat", sans-serif;
  color: #363636; }
  .newsletter-content-inside .welcome {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase; }
  .newsletter-content-inside .heading_title {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .newsletter-content-inside .newlestter-description {
    font-size: 14px;
    line-height: 18px;
    font-family: "gotham_bookregular", sans-serif; }
  .newsletter-content-inside .email {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
    background: rgba(255, 255, 255, 0.1); }
  .newsletter-content-inside .button-group {
    position: relative; }
  .newsletter-content-inside .valid {
    text-align: left; }
    .rtl .newsletter-content-inside .valid {
      text-align: right; }

.pavpopulartag a {
  border: 1px solid #565656;
  border: 1px solid #ededed;
  padding: 12px 20px;
  line-height: 0;
  display: inline-block;
  margin: 2px; }

@media (max-width: 1920px) and (min-width: 1800px) {
.col-md-12.title_heading{height: 200px;}
}

@media (max-width: 1800px) and (min-width: 1700px) {
.col-md-12.title_heading{height: 190px;}
}

@media (max-width: 1700px) and (min-width: 1555px) {
.col-md-12.title_heading{height: 175px;}
}

@media (max-width: 1400px) {
.col-md-12.tag-line{height: 300px;}
}

@media (max-width: 1300px) {
.col-md-12.tag-line{height: 280px;}
}


@media (max-width: 1199px) {
  table button, table a, table input {
    margin-top: 10px; }
  table input {
    min-width: 50px; } 
	.col-md-12.tag-line {
		height: 265px;
	}	
}
/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .list-category {
    min-height: 215px; } }
/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (max-width: 991px) {
	#navbar{display: block;}
#navbar-desk{display: none;}
#right_block{float: right;}
.nav-menu{display: none;}
	#cssmenu > ul > li {float: none; border-bottom: 2px solid #ededed;} /*watermark*/
	#cssmenu {margin-right: 0px; width: 100%; text-align: center;}
	.menu-trigger{display: block; text-align: center; width: 60px;}
	.menu{padding: 0 25px;}
	.col-md-12.tag-line h2{font: 400 30px/50px 'Montserrat', sans-serif;}
	.hide-class{display: none;}
	#navbar{/*margin-top: 5%;*/ width: 100%;}
	#cssmenu ul ul li a{text-align: center; width: 100%;}
  #content, #column-right, #column-left {
    width: 100%;
    clear: both; }

  .zoomContainer {
    display: none; }

  .layerslider-wrapper {
    max-width: 100% !important; }

  .list-category {
    padding: 30px 15px; } 

	.contact_block {
    border-left: 0px solid #ededed;
    border-right: 0px solid #ededed;	}
	.icon-search {width: 36px; text-align: right;}
	.icon-setting {width: 38px; text-align: right; right: 0;}
	.col-md-12.tag-line{height: 222px;}
}
	
@media (max-width: 900px) { /*watermark*/
#read_more {margin: 20px auto;}
.about h3{padding-bottom: 10px;}
.about{margin: 10px 20px;}
}
@media (max-width: 768px) {/*watermark*/
  .quickview, .zoom {
    display: none; }
.about {margin: 20px 27%; width: 45%;}
.about h3{padding-bottom: 20px;}
#read_more {margin: 40px auto;}
}
/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
.col-md-12.tag-line {
    height: 165px;
}
.col-md-12.tag-line h2 {
    font: 400 23px/30px 'Montserrat', sans-serif;
}
	.hide-class{display: block;}
  .common-home .alert {
    margin-top: 0;
    width: 90%; }

  .well {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  /*#topbar {
    margin: 20px 0; }*/
    /*#topbar .column:first-child {
      float: right; }*/
      .rtl #topbar .column:first-child {
        float: left; }
    #topbar .column:nth-child(2) {
      float: left; }
      .rtl #topbar .column:nth-child(2) {
        float: right; }

  .heading_title {
    padding-top: 20px; }

  .thumbs-preview img {
    width: 50%; }

  .widget-carousel .item-inner {
    margin: 5px 0; }

  .widget-images {
    text-align: center; }
    .widget-images .image-item {
      margin-bottom: 20px; }

  .feature-box {
    margin: 0 auto;
    width: 50%;
    min-height: 170px; }

  .form-newsletter .inner {
    width: 100%;
    padding: 20px; }

  .copyright > div > * {
    float: none !important;
    width: 100%;
    margin-bottom: 10px; } }
	
@media (max-width: 766px) {
#top_logo{width: 20%;
float: left;}
}

@media (max-width: 600px) { /*watermark*/
.col-md-12.tag-line{height: 150px;}
.img-box {width: 40%;}
.img-holder{text-align: center;margin-left: 10%;}
.menu_imageR{display: none;}
.menu_imageL{display: none;}
.menu_itemL{width: 100%; float: none;}
.menu_itemR{width: 100%; float: none;}
.select_menu {width: 100%;}
.food-text{text-align: left;}
}

@media (max-width: 480px) {
.desktop{display: none;}
.mobile{display: block;}
.col-md-12.tag-line {
    height: 130px;
}
.col-md-12.tag-line h2 {
    font: 400 20px/25px 'Montserrat', sans-serif;
}
.blue_bg{display: block}
}

@media (max-width: 480px) { /*watermark*/
	.mobile_title{display: block;}
	.slide_hide{display: none;}
	.set_width {
		width: 98%;
		float: left;
		margin: 1%;
	}
	.about {
    	margin: 20px 16%;
    	width: 70%;
	}
  .display {
    display: none !important; }

  #comment-form label {
    width: auto !important; }

  .buttons > div {
    width: 100%;
    margin-bottom: 20px; }

  #topbar .button > [class^="icon-"] {
    width: 40px;
    height: 30px; }

  #cart-total {
    display: none; } }

@media (max-width: 444px) {
#top_logo {width: 5%;}
}

@media (max-width: 400px) {
.col-md-12.tag-line {
    height: 118px;
}
}

@media (max-width: 373px) {
.book_now {width: 100px;}
.icon-search {width: 10px;}
.icon-setting {width: 65px;}
.menu {padding: 0px 20px;}
}

@media (max-width: 360px) {
#private {margin-top: 150px;}
.bar2_menu{font-size: 20px;}
.bar_menu{font-size: 20px;}
.food2_menu{font-size: 20px;}
.food_menu{font-size: 20px;}
#horizon {margin-top: 104px;}
}

@media (max-width: 339px) {
.col-md-12.tag-line {
    height: 107px;
}
.col-md-12.tag-line h2 {
    font: 400 17px/20px 'Montserrat', sans-serif;
}
}

@media (max-width: 320px) {
	.icon-search {
		width: 25px;
	}
	.book_now {
    	width: 90px;
	}
	.icon-setting {
		width: 50px;
	}
  .testimonial .column {
    margin: 20px 0; }

  #cart .dropdown-menu {
    right: -70px;
    min-width: 300px; }
    .rtl #cart .dropdown-menu {
      left: -70px;
      right: auto; }

  .quick-setting:last-child {
    right: -60px; }
    .rtl .quick-setting:last-child {
      left: -60px;
      right: auto; }

  .tab-group .nav > li > a {
    padding: 30px 3px; }

  .review-form-width .panel-body {
    padding: 0; }

  .sidebar-offcanvas {
    width: 70%; }

  .row-offcanvas-left.active {
    left: 70%; }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -70%; } }
	


/*# sourceMappingURL=stylesheet.css.map */
