@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,100,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700);

html { 
     font-size: 62.5%;
     overflow-x: hidden; 
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
}

body {
    color: #000;
    font-family: "maven pro", sans-serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.5px;
}

a {
  color: #121212;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
a:hover,
a:focus {
  color: #ffdf91;
  text-decoration: none;
  outline: medium none;
}
.navbar  .title-area.navbar-brand {
	padding: 0;
	margin-left: 0;
}
.column_wrapper.row {
    margin-bottom: 4em;
}
table {
    width: 100%;
    margin: 0 0 1.5em;
}

td {
    padding: 3px 5px;

    border-bottom: 1px solid #aaa;
}

th {
    font-weight: bold;

    padding: 10px 5px 5px;

    border-bottom: 4px solid #222;
}

caption, th, td {
    text-align: left;
}

.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.72222;
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-comment {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin: 24px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.thumbnail {
    background-color:transparent;
    border: none;
    border-radius: 0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
.thumbnail .caption {
  color: inherit;
  padding: 15px 0;
}
hr {
  border: none;
  margin-top: -1px;
  height: 1px;
  background-color: #c0c8c9;
  background-image: -webkit-linear-gradient(0deg, #fff, #c0c8c9, #fff);
  margin: 5% 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    border: medium none;
}
mark {
	background: #f5f5f5;
}
ul, ol {
	margin-bottom: 2em;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 8px 0 0;
}

.pull-left {
    padding-left: 0;
}
.pull-right{
    padding-right: 0;
}
.mfp-counter { display: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: "josefin sans",sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 10px;
    text-transform: uppercase;
}

h1 {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 10px;
}

h2 { 
	font-size: 24px; 
	line-height: 32px;  
	margin-bottom: 10px; 
}

h3 { 
	font-size: 18px; 
	line-height: 30px;  
}
	
h4 { 
	font-size: 16px; 
	line-height: 26px; 
}
	
h5 { 
	font-size: 14px; 
	line-height: 22px; 
}
	
h6 {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    color: inherit;
    font-family: "Mavrn Pro", sans-serif;
}
/* for media section */
.pull-right > h2, 
.pull-left > h2 {
	font-size: 20px;
}
p {
	margin: 0 0 2em;
}

.lead {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.46429;
    margin-bottom: 1em;
}

em, cite { 
	font-style: italic; 
}	

blockquote cite {
    display: block;
    margin-top: 10px;
}

strong { 
	font-weight: bold 
}

strike, del {
	text-decoration: line-through;
}

abbr, acronym, ins {
	border-bottom: 1px solid #c8c8c8;
    text-decoration: none;
}

abbr, acronym {
	cursor: help;
	text-transform: uppercase;
}

var,
kbd,
samp,
code,
pre {
	font: 13px/1.7 Courier,"Courier New",monospace;
}

pre { 
	background-color: #fcfcfc;
	border-color: #f5f5f5;
	border-radius: 2px;
	clear: both;
	display: block;
	letter-spacing: 0;
	overflow: auto;
	padding: 30px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}
/* container custom width */

.container {
    max-width: 1320px;
}

/* Buttons styles */

.btn {
	background-color: rgba(0, 0, 0, 0);
   -moz-border-radius:0;
   -webkit-border-radius: 0;
    border-radius:0;
    font-family: "josefin sans",sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 21px;
    padding: 8px 20px 4px; 
    text-transform: uppercase;
    width: auto;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;

}
.btn:hover,
.btn:active,
.btn:focus  {
	background-color: rgba(0, 0, 0, 0);
}
.btn:active, .btn.active {
	box-shadow: none;
}
.btn:focus {
	outline: none;
}
.btn-sm {
    font-size: 10px;
    padding: 5px 10px 2px;
}
.btn-xs {
   font-size: 10px;
   padding: 2px 10px 0;
}
.btn-lg {
    font-size: 16px;
    padding: 14px 20px 8px;
}
.btn-hg {
   font-size: 18px;
   padding: 14px 20px 8px;
}
.btn-white {
    background-color: #ffffff;
    border: 2px solid #fcfcfc;
    color: #000000;
    font-family: "maven pro",sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
   background-color: #fff;
   border: 2px solid #ffdf91;
}

.btn-default {
    background-color: rgba(0,0,0,0);
    border: 3px solid #3d3d3d;
    color: #3d3d3d;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
   background-color: rgba(0,0,0,0);
   border-color: #ffdf91;
   color: #ffdf91;
}
.btn-primary {
   border: 3px solid #428BCA;
   color: #428BCA;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
   background: #357EBD;
   border-color: #357EBD;
   color: #fff;
}
.btn-success {
   border: 3px solid #1CAF9A;
   color: #1CAF9A;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
   background: #17a08c;
   border-color: #17a08c;
   color: #fff;
}
.btn-warning {
   border: 3px solid #F0AD4E;
   color: #F0AD4E;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
   background: #EEA236;
   border-color: #EEA236;
   color: #fff;
}
.btn-danger {
   border: 3px solid #D9534F;
   color: #D9534F;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
	background-color: #D43F3A;
   border-color: #D43F3A;
   color: #fff;
}
.btn-info {
   border: 3px solid #5BC0DE;
   color: #5BC0DE;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
   background: #46B8DA;
   border-color: #46B8DA;
   color: #fff;
}
.btn-black {
   border: 3px solid #333;
   color: #333;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
   background-color: #222;
   border-color: #222;
   color: #fff;
}
.btn-brown {
   border: 3px solid #583f26;
   color: #583f26;
}
.btn-brown:hover,
.btn-brown:active,
.btn-brown:focus {
   background: #513921;
   border-color: #513921;
   color: #fff;
}
.btn-pink {
   border: 3px solid #f579e8;
   color: #f579e8;
}
.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
   background: #ec6bde;
   border-color: #ec6bde;
   color: #fff;
}
.btn-darkblue {
   border: 3px solid #2e4678;
   color: #2e4678;
}
.btn-darkblue:hover,
.btn-darkblue:active,
.btn-darkblue:focus {
   background:  #29406f;
   border-color: #29406f;
   color: #fff;
}
.btn-orange {
   border: 3px solid #f38108;
   color: #f38108;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
   background: #de7504;
   border-color: #de7504;
   color: #fff;
}
.btn-maroon {
   border: 3px solid #990000;
   color: #990000;
}
.btn-maroon:hover,
.btn-maroon:active,
.btn-maroon:focus {
   background:  #880000;
   border-color: #880000;
   color: #fff;
}
.btn-lightblue {
   border: 3px solid #0390fd;
   color: #0390fd;
}
.btn-lightblue:hover,
.btn-lightblue:active,
.btn-lightblue:focus {
   background: #028af3;
   border-color: #028af3;
   color: #fff;
}
.btn-inverse {
   background-color: #333;
   border: 3px solid #333;
   color: #fff;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus {
   background-color: transparent;
   border-color: #222;
   color: #222;
}
.btn-group.open .dropdown-toggle {
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.btn-group {
   margin-bottom: 10px;
}
.itemDescInner .btn-group .btn + .btn, .itemDescInner .btn-group .btn {
    border-width: 1px;
    font-size: 18px;
    margin: 0 8px;
    padding: 10px 15px;
}
.caret {
  border-width: 4px;
  border-bottom-color: #aaaaaa;
  border-top-color: #aaaaaa;
  border-style: solid;
  border-bottom-style: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}
.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom-width: 8px;
}
.btn-lg .caret {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}
.navbar {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.navbar .navbar-brand {
  border-radius: 0;
  color: #526476;
  font-size: 24px;
  line-height: 29.55px;
  font-weight: 700;
  margin-left: -15px;
  padding: 23px 28px 24px 17px;
  text-shadow: none;
  display: inline-block;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #000;
  opacity: 0.2;
}
.navbar .navbar-brand {
  font-weight: normal;
}
.navbar .navbar-brand small {
  line-height: 1;
}
.navbar .nav {
  margin-right: -15px;
  display: inline-block;
  float: left;
}
.navbar .nav > li {
  position: relative;
  display: inline-block;
  padding: 4px 18px;
}
.navbar .nav > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 100;
  -webkit-transform: scale(1, 1);
  display: block\9;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
  background: none;
/*   color:#C9C9C9; */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .nav > li:first-child {
  border-radius: 0;
}
.navbar .nav > li:last-child {
  border-radius: 0;
}
.navbar .nav > li > ul {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    padding-left: 0;
    padding-top: 0;
    margin-top:	17px;
}
.navbar .nav > li > ul li:hover ul {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  visibility: visible;
  display: block\9;
}
.navbar .nav > li > ul li ul {
  left: 100%;
}
.navbar .nav > li > a {
    float: left;
    font-family: "Josefin Sans",sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background-color: transparent;
  outline: 0;
}

.navbar .nav > li > a:after {
    left: 0;
    right: 0;
    width: auto;
}

.navbar .nav > li > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .25s;
    transition: border-color .25s
}
.navbar .nav > li > a:hover:after {
    border-bottom: 2px solid #333
}


.navbar .nav > li > a[class*=""] {
  font-size: 24px;
  font-weight: normal;
}
.navbar .nav > li > a > [class*=""] {
  font-size: 24px;
  margin: -4px 0 0;
  position: relative;
  top: 4px;
}
.navbar .nav > li > a > [class*=""] + * {
  margin-left: 12px;
}
.navbar .nav ul {
  border-radius: 0;
  left: 0;
  list-style-type: none;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 234px;
  -webkit-transform: scale(1, 0.99);
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
.navbar .nav ul ul {
  left: 95%;
  padding-left: 0;
}
.navbar .nav ul li {
    background-color: #fff;
    padding: 0 3px 3px;
    position: relative;
}
.navbar .nav ul li:first-child {
    border-radius: 0;
    padding-top: 3px;
}
.navbar .nav ul li:last-child {
  border-radius:0;
}
.navbar .nav ul li.active > a,
.navbar .nav ul li.active > a:hover,
.navbar .nav ul li.active > a:focus {
  background-color: #1C1C1C;
  color: #ffffff;
  padding-left: 9px;
  padding-right: 9px;
}
.navbar .nav ul li.active + li > a {
  padding-left: 9px;
  padding-right: 9px;
}
.navbar .nav ul a {
    border-radius: 0;
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    padding: 6px 9px;
    text-decoration: none;
}
.navbar .nav ul a:hover {}

.navbar .btn-navbar {
  background: none;
  border: none;
  color: #C9C9C9;
  margin: 18px 15px 14px;
  text-shadow: none;
  display: none;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
  background: none;
  color: #1abc9c;
}
.navbar .btn-navbar:before {
  content: "\e00c";
  font-family: "";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.navbar .btn-navbar .icon-bar {
  display: none;
}
.navbar-inner {
  background: #eceef0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-radius: 6px;
}
.navbar-inverse {
  font-size: 17px;
}
.navbar-inverse .navbar-inner {
  background: #34495e;
}
.navbar-inverse .navbar-brand {
  border-bottom: 2px solid #2c3e50;
  border-right: 2px solid #2c3e50;
  color: #ffffff;
  padding: 10px 28px 11px 32px;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  margin: 7px 10px;
}
.navbar-inverse .btn-icon {
  margin: 8px 5px 8px 15px;
}
.navbar-inverse .nav > li:first-child.active > a {
  padding-left: 20px;
}
.navbar-inverse .nav > li:first-child > a {
  border-left: none;
}
.navbar-inverse .nav > li.active > a,
.navbar-inverse .nav > li.active > a:hover,
.navbar-inverse .nav > li.active > a:focus {
  background-color: #1abc9c;
  border-bottom-color: #16a085;
  border-left: none;
  color: #ffffff;
  padding-left: 20px;
}
.navbar-inverse .nav > li.active + li > a {
  border-left: none;
  padding-left: 20px;
}
.navbar-inverse .nav > li > a {
  font-size: 16px;
  border-bottom: 2px solid #2c3e50;
  border-left: 2px solid #2c3e50;
  color: #ffffff;
  padding: 16px 20px 15px;
  line-height: 20px;
}
.navbar-inverse .nav.pull-right {
  margin-right: -15px;
}
.navbar-inverse .nav.pull-right > li > a {
  border-radius: 0 6px 6px 0;
}
.navbar-unread,
.navbar-new {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  background-color: #1abc9c;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  font-weight: 700;
  height: 6px;
  line-height: 14px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 28px;
  width: 6px;
  z-index: 10;
}
.active .navbar-unread,
.active .navbar-new {
  background-color: #ffffff;
  display: none;
}
.navbar-inverse .navbar-unread,
.navbar-inverse .navbar-new {
  top: 15px;
}
.navbar-new {
  background-color: #e74c3c;
  font-size: 12px;
  line-height: 17px;
  height: 18px;
  margin: -9px -1px;
  min-width: 18px;
  padding: 0 1px;
  width: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}
.navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
  background-color: #1abc9c;
  border-bottom-color: #16a085;
  color: #ffffff;
}
.navbar.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret {
  border-bottom-color: #ffffff !important;
  border-top-color: #ffffff !important;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background: none;
  color: #EBEDEF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  border-bottom-color: #1abc9c !important;
  border-top-color: #1abc9c !important;
}
.navbar .nav li.dropdown.open .dropdown-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 1000;
  -webkit-transform: none;
}
.navbar .nav li.dropdown > .dropdown-toggle {
  outline: none;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover .caret,
.navbar .nav li.dropdown > .dropdown-toggle:focus .caret {
  border-bottom-color: #1abc9c;
  border-top-color: #1abc9c;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 8px;
  border-bottom-color: #4c6a89;
  border-top-color: #4c6a89;
  margin-left: 10px;
}
.navbar .nav li.dropdown .dropdown-menu {
  background-color: #34495e;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.navbar .nav li.dropdown .dropdown-menu:before {
  display: none;
}
.navbar .nav li.dropdown .dropdown-menu:after {
  border-bottom-color: #34495e;
}
.navbar .nav li.dropdown .dropdown-menu > li > a {
  border-radius: 3px;
  color: #ffffff;
  padding: 6px 8px 8px;
}
.navbar .nav li.dropdown .dropdown-menu .divider {
  background-color: #2c3e50;
  border-bottom: none;
  margin: 2px 0 5px;
  padding: 0;
  height: 2px;
}
.navbar.navbar-inverse .navbar-search {
  border-left: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  padding: 8px 20px 9px 23px;
}
.navbar.navbar-inverse .navbar-search .input-group-btn .btn-default {
  background-color: #2c3e50;
  color: #4c6a89 !important;
}
.navbar.navbar-inverse .navbar-search .form-control {
  background-color: #2c3e50;
  color: #ffffff;
}
.navbar.navbar-inverse .navbar-search .form-control:-moz-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control::-moz-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control:-ms-input-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control::-webkit-input-placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control.placeholder {
  color: #819db9;
}
.navbar.navbar-inverse .navbar-search .form-control:focus {
  border-color: #1abc9c;
}
.navbar.navbar-inverse .navbar-search.focus .input-group-btn .btn-default {
  background-color: #2c3e50 !important;
}
.navbar .navbar-search {
  margin: 0;
  padding: 20px 5px 19px 20px;
  max-width: 225px;
}
.navbar .navbar-search:last-child {
  padding-right: 5px;
}
.navbar .navbar-search .form-control {
  background-color: #ffffff;
  border: 2px solid transparent;
  color: #526476;
  font-size: 15px;
}
.navbar .navbar-search .form-control:-moz-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control::-moz-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control:-ms-input-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control::-webkit-input-placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control.placeholder {
  color: #798795;
}
.navbar .navbar-search .form-control:focus {
  border-color: #1abc9c;
}
.navbar .navbar-search .input-group .input-group-btn .btn-default {
  border-color: transparent;
  color: #9aa4af;
  font-size: 16px;
}
.navbar.navbar-fixed-bottom .navbar-inner .navbar-search .form-control,
.navbar.navbar-fixed-top .navbar-inner .navbar-search .form-control {
  border-radius: 50px 0 0 50px !important;
}
.navbar.navbar-fixed-bottom .navbar-inner .navbar-search .btn,
.navbar.navbar-fixed-top .navbar-inner .navbar-search .btn {
  border-radius: 0 50px 50px 0;
}
.navbar.navbar-fixed-bottom .nav > li:hover > ul {
  bottom: 100%;
  padding-bottom: 13px;
  top: auto;
}
.navbar.navbar-fixed-bottom .nav > li:hover > ul li:hover ul {
  bottom: 0;
}
.navbar.navbar-fixed-bottom .nav ul {
  bottom: 80%;
  top: auto;
}

.select {
  display: inline-block;
  margin-bottom: 1em;
}
[class*="span"] > .select[class*="span"] {
  margin-left: 0;
}
.select[class*="span"] .btn {
  width: 100%;
}
.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
  zoom: 1;
}
.select.select-block:before,
.select.select-block:after {
  display: table;
  content: "";
}
.select.select-block:after {
  clear: both;
}
.select.select-block .btn {
  width: 100%;
}
.select .btn {
  width: 300px;
}
.select .btn.btn-hg .filter-option {
  left: 20px;
  right: 40px;
  top: 16px;
}
.select .btn.btn-hg .caret {
  right: 20px;
}
.select .btn.btn-lg .filter-option {
  left: 18px;
  right: 38px;
  top: 12px;
}
.select .btn.btn-sm .filter-option {
  left: 13px;
  right: 33px;
  top: 7px;
}
.select .btn.btn-sm .caret {
  right: 13px;
}
.select .btn.btn-xs .filter-option {
  left: 13px;
  right: 33px;
  top: 5px;
}
.select .btn.btn-xs .caret {
  right: 13px;
}
.select .btn .filter-option {
  font-weight: 700;
  height: 26px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 33px;
  text-align: left;
}
.select .btn .caret {
  position: absolute;
  right: 16px;
  margin-top: 8px;
}
.select .btn .dropdown-toggle {
  border-radius: 6px;
}
.select .btn .dropdown-menu {
  min-width: 100%;
}
.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
  min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.select .btn .dropdown-menu li small {
  padding-left: .5em;
}
.select .btn .dropdown-menu li > dt small {
  font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.select .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
label {
  display: inline;
  line-height: 1.4285755000000002em;
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control.placeholder {
  color: #999;
}
.form-control {
  background-color: #FFFFFF;
  border: 1px solid #e9e9e9;
  font-size: 15px;
  padding: 8px 12px;
  height: 41px;
  -webkit-appearance: none;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-backface-visibility: hidden;
}

.wpcf7-form-control.form-control {
    margin: 10px 0;
}
.form-group.focus .form-control,
.form-control:focus {
	border-color: #EBEDEF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-input.form-control.input-lg:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  color: #d5dbdb;
  cursor: default;
}
.form-control.flat {
  border-color: transparent;
}
.form-control.flat:hover {
  border-color: #bdc3c7;
}
.form-control.flat:focus {
  border-color: #1abc9c;
}
.input-group .form-control {
    border-right-width: 0;
}

.input-sm {
  height: 34px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.231;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.input-hg {
  height: 53px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.231;
  border-radius: 0;
}
select.input-hg {
  height: 53px;
  line-height: 53px;
}
textarea.input-hg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #f1c40f;
}
.has-warning .form-control {
  color: #f1c40f;
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #f1c40f;
}
.has-warning .form-control.placeholder {
  color: #f1c40f;
}
.has-warning .form-control:focus {
  border-color: #f1c40f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #f1c40f;
  border-color: #f1c40f;
  background-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label {
  color: #e74c3c;
}
.has-error .form-control {
  color: #e74c3c;
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
}
.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #e74c3c;
}
.has-error .form-control.placeholder {
  color: #e74c3c;
}
.has-error .form-control:focus {
  border-color: #e74c3c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e74c3c;
  border-color: #e74c3c;
  background-color: #ffffff;
}
.has-success .help-block,
.has-success .control-label {
  color: #2ecc71;
}
.has-success .form-control {
  color: #2ecc71;
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
}
.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #2ecc71;
}
.has-success .form-control.placeholder {
  color: #2ecc71;
}
.has-success .form-control:focus {
  border-color: #2ecc71;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group {
  position: relative;
}
.form-control + .input-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 37px;
  vertical-align: middle;
  font-size: 20px;
  color: #b2bcc5;
  background-color: #ffffff;
  padding: 0 12px 0 0;
  border-radius: 6px;
}
.input-hg + .input-icon {
  line-height: 49px;
  padding: 0 16px 0 0;
}
.input-lg + .input-icon {
  line-height: 41px;
  padding: 0 15px 0 0;
}
.input-sm + .input-icon {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px 0 0;
}
.has-success .input-icon {
  color: #2ecc71;
}
.has-warning .input-icon {
  color: #f1c40f;
}
.has-error .input-icon {
  color: #e74c3c;
}
.form-control[disabled] + .input-icon,
.form-control[readonly] + .input-icon,
fieldset[disabled] .form-control + .input-icon,
.form-control.disabled + .input-icon {
  color: #d5dbdb;
  background-color: #f4f6f6;
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-group-hg > .form-control,
select.input-group-hg > .input-group-addon,
select.input-group-hg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-hg > .form-control,
textarea.input-group-hg > .input-group-addon,
textarea.input-group-hg > .input-group-btn > .btn {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.231;
  border-radius: 6px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #bdc3c7;
  border: 1px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
  -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  -webkit-backface-visibility: hidden;
}
.input-group-sm .input-group-addon {
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
}
.input-group-lg .input-group-addon {
  padding: 10px 15px;
  font-size: 17px;
}
.input-group-hg .input-group-addon {
  padding: 10px 16px;
  font-size: 22px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn > .btn + .btn {
  border-left: 2px solid #bdc3c7;
  margin-left: -3px;
}
.input-group-btn > .btn {
    margin: 5px 0 10px;
    padding: 10px 16px;
    position: relative;
    top: 0;
}
.search-span.input-group-btn {
    display: none;
}

.search-btn.btn.btn-inverse.btn-lg  {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #000;
	border-left: none;
	color: #000;
}
.widget_search .input-group {
	width: 100%;
}

.form-group.focus .input-group-addon,
.navbar-search.focus .input-group-addon {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.form-group.focus .btn,
.navbar-search.focus .btn {
  background-color: #1abc9c;
}
.form-group.focus .btn:hover,
.navbar-search.focus .btn:hover,
.form-group.focus .btn:focus,
.navbar-search.focus .btn:focus,
.btn-group:focus .form-group.focus .btn.dropdown-toggle,
.btn-group:focus .navbar-search.focus .btn.dropdown-toggle {
  background-color: #48c9b0;
}
.form-group.focus .btn:active,
.navbar-search.focus .btn:active,
.btn-group.open .form-group.focus .btn.dropdown-toggle,
.btn-group.open .navbar-search.focus .btn.dropdown-toggle,
.form-group.focus .btn.active,
.navbar-search.focus .btn.active {
  background-color: #16a085;
}
.form-group.focus .input-group-btn > .btn + .btn,
.navbar-search.focus .input-group-btn > .btn + .btn {
  border-left-color: #16a085;
}
.form-group.focus .input-group-btn .btn-default,
.navbar-search.focus .input-group-btn .btn-default {
  border-color: #1abc9c !important;
  background-color: #ffffff !important;
  color: #1abc9c !important;
}
.input-group .form-control + .input-group-btn .btn-default {
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-width: 2px 2px 2px 0;
  color: #bdc3c7;
  margin-left: -2px;
  line-height: 18px;
}
.input-group-sm.input-group .form-control + .input-group-btn .btn-default {
  line-height: 16px;
}
.input-group .input-group-btn:first-child + .form-control {
  border-left: none !important;
  padding-left: 0;
}
.input-group .input-group-btn:first-child .btn-default {
  background-color: #ffffff;
  border: 2px solid #bdc3c7;
  border-width: 2px 0 2px 2px;
  color: #bdc3c7;
  line-height: 18px;
}
.input-group-sm.input-group .input-group-btn:first-child .btn-default {
  line-height: 16px;
}
.input-group-rounded .form-control:last-child,
.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 20px 20px 0;
}
.input-group-hg.input-group-rounded .form-control:last-child,
.input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 27px 27px 0;
}
.input-group-lg.input-group-rounded .form-control:last-child,
.input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  border-radius: 0 25px 25px 0;
}
.input-group-rounded .form-control:first-child,
.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 20px 0 0 20px;
}
.input-group-hg.input-group-rounded .form-control:first-child,
.input-group-hg.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 27px 0 0 27px;
}
.input-group-lg.input-group-rounded .form-control:first-child,
.input-group-lg.input-group-rounded .input-group-btn:first-child .btn {
  border-radius: 25px 0 0 25px;
}
.checkbox,
.radio {
    margin: 0;
    padding-left: 0;
  position: relative;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}
.checkbox .icons,
.radio .icons {
  color: #bdc3c7;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover,
.radio:hover {
  color: #bdc3c7;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.checked,
.radio.checked {
  color: #16a085;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #16a085;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  -webkit-backface-visibility: hidden;
}
.checkbox.disabled,
.radio.disabled {
  cursor: default;
  color: #e6e8ea;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
  color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
  color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #e6e8ea;
}
.checkbox.primary .icons,
.radio.primary .icons {
  color: #34495e;
}
.checkbox.primary.checked,
.radio.primary.checked {
  color: #16a085;
}
.checkbox.primary.checked .icons,
.radio.primary.checked .icons {
  color: #1abc9c;
}
.checkbox.primary.disabled,
.radio.primary.disabled {
  cursor: default;
  color: #bdc3c7;
}
.checkbox.primary.disabled .icons,
.radio.primary.disabled .icons {
  color: #bdc3c7;
}
.checkbox.primary.disabled.checked .icons,
.radio.primary.disabled.checked .icons {
  color: #bdc3c7;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}

.ui-slider {
  background: #ebedef;
  border-radius: 32px;
  height: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  position: relative;
}
.ui-slider-handle {
  background-color: #ffffff;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  margin-left: -9px;
  position: absolute;
  top: -3px;
  width: 18px;
  z-index: 2;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-backface-visibility: hidden;
}
.ui-slider-handle[style*='100'] {
  margin-left: -15px;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  background-color: #ffffff;
  border: 3px solid #f5f5f5;
  outline: none;
}
.ui-slider-handle:active {
  background-color:  #FFDF91;
}
.ui-slider-range {
  background-color: #f5f5f5;
  border-radius: 30px 0 0 30px;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.ui-slider-segment {
  background-color: #d9dbdd;
  border-radius: 50%;
  float: left;
  height: 6px;
  margin: 3px -6px 0 0;
  width: 6px;
}
.ui-slider-value {
  float: right;
  font-weight: 500;
  margin-top: 12px;
}
.ui-slider-value.first {
  clear: left;
  float: left;
}
.spinner {
  width: 55px;
  border-right-width: 0 !important;
  font-weight: bold;
  font-size: 20px !important;
}

.ui-spinner {
  display: inline-block;
  zoom: 1;
  display: inline;
  overflow: hidden;
  padding: 0 37px 0 0;
  position: relative;
  vertical-align: middle;
}

.ui-spinner .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-spinner input {
  color: #95a5a6;
  border-radius: 6px 0 0 6px;
  text-align: center;
  padding: 6px 12px;
}
.ui-spinner.focus input {
  color: #1abc9c;
  border-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button {
  background-color: #1abc9c;
}
.ui-spinner.focus .ui-spinner-button:hover {
  background-color: #16a085;
}
.ui-spinner.focus .ui-spinner-up {
  border-bottom-color: #16a085;
}
.ui-spinner-button {
  cursor: default;
  display: block;
  font-size: .5em;
  line-height: 19px;
  height: 21px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 37px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #bdc3c7;
  outline: none;
}
.ui-spinner-button:hover {
  background-color: #d1d5d8;
  color: #e8f8f5;
}
.ui-spinner-button span {
  font-size: 0;
}
.ui-spinner-button span:before {
  content: "\e001";
  font-family: "";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.ui-spinner-up {
  border-bottom: 2px solid #d1d5d8;
  top: 0;
  border-radius: 0 6px 0 0;
}
.ui-spinner-down {
  bottom: 0;
  height: 20px;
  border-radius: 0 0 6px 0;
}
.ui-spinner-down span:before {
  content: "\e005";
}
.ui-datepicker {
  width: 264px;
  background-color: #ffffff;
  display: none;
  margin: 10px 0 0 0;
  border: 7px solid #1abc9c;
  border-radius: 6px;
  -webkit-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
  -moz-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
  box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
}
.ui-datepicker .ui-datepicker-header {
  background-color: #1abc9c;
  color: #ffffff;
  cursor: default;
  margin: -7px -7px 2px;
  position: relative;
  border-radius: 6px 6px 0 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 52px;
  height: 44px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #48c9b0;
}
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next:active {
  background-color: #16a085;
}
.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  border-right: 2px solid #5fd0ba;
  border-radius: 6px 0 0 0;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  border-left: 2px solid #5fd0ba;
  border-radius: 0 6px 0 0;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 52px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -6px;
  text-indent: -9999px;
  width: 0;
  height: 0;
  content: "";
}
.ui-datepicker .ui-icon-circle-triangle-w {
  border: inset transparent;
  border-width: 7px 12px 7px 0;
  border-right-color: #ffffff;
}
.ui-datepicker .ui-icon-circle-triangle-e {
  border: outset transparent;
  border-width: 7px 0 7px 12px;
  border-left-color: #ffffff;
}
.ui-datepicker table {
  font-size: 14px;
  margin: 0 0 3px;
  width: 100%;
}
.ui-datepicker th {
  min-width: 34px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  border: 0;
  padding: 1px;
  vertical-align: middle;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-decoration: none;
  color: #34495e;
  height: 30px;
  line-height: 30px;
  min-width: 34px;
}
.ui-datepicker td a {
  border-radius: 6px;
}
.ui-datepicker td a:hover {
  background-color: #d7dbdd;
  color: #34495e;
}
.ui-datepicker .ui-state-active {
  background-color: #1abc9c;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-other-month a {
  color: #c2c8cf;
}
.ui-datepicker select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker:before {
  content: "";
  border-color: transparent transparent #1abc9c;
  border-style: solid;
  border-width: 0 6px 6px;
  height: 0;
  margin-top: 0;
  opacity: 1;
  position: absolute;
  left: 12px;
  top: -13px;
  width: 0;
  z-index: 10;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.pager {
  background-color: #34495e;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.pager li:first-child > a,
.pager li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.pager li > a,
.pager li > span {
  background: none;
  border: none;
  border-left: 2px solid #2c3e50;
  color: #ffffff;
  padding: 9px 15px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #2c3e50;
}
.pager li > a:active,
.pager li > span:active {
  background-color: #2c3e50;
}
.pager li > a [class*=""] + span,
.pager li > span [class*=""] + span {
  margin-left: 8px;
}
.pager li > a span + [class*=""],
.pager li > span span + [class*=""] {
  margin-left: 8px;
}
.pagination {
  position: relative;
}

.pagination ul {
  background: #f5f5f5;
  color: #121212;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-radius: 0;
}

.pagination ul li {
  display: inline-block;
  margin-right: -3px;
  vertical-align: middle;
}
.pagination ul li.active > a,
.pagination ul li.active > span {
  background-color: #393939;
  color: #ffffff;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span {
  margin: 0;
}
.pagination ul li.active.previous > a,
.pagination ul li.active.next > a,
.pagination ul li.active.previous > span,
.pagination ul li.active.next > span,
.pagination ul li.active.previous > a:hover,
.pagination ul li.active.next > a:hover,
.pagination ul li.active.previous > span:hover,
.pagination ul li.active.next > span:hover,
.pagination ul li.active.previous > a:focus,
.pagination ul li.active.next > a:focus,
.pagination ul li.active.previous > span:focus,
.pagination ul li.active.next > span:focus {
  background-color: #393939;
  color: #ffffff;
}
.pagination ul li:first-child > a,
.pagination ul li:first-child > span {
  border-radius: 0;
  border-left: none;
}
.pagination ul li:first-child.previous + li > a,
.pagination ul li:first-child.previous + li > span {
  border-left-width: 0;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child > a,
.pagination ul li:last-child > span,
.pagination ul li:last-child > a:hover,
.pagination ul li:last-child > span:hover,
.pagination ul li:last-child > a:focus,
.pagination ul li:last-child > span:focus {
  border-radius: 0;
}
.pagination ul li.previous > a,
.pagination ul li.next > a,
.pagination ul li.previous > span,
.pagination ul li.next > span {
  border-right: 2px solid #fff;
  font-size: 16px;
  min-width: auto;
  padding: 12px 17px;
}
.pagination ul li.next > a,
.pagination ul li.next > span {
  border-right: none;
}

.pagination ul li > a,
.pagination ul li > span {
  display: inline-block;
  background: transparent;
  border: none;
  border-left: 1px solid #fff;
  color: #121212;
  line-height: 16px;
  min-height: 41px;
  min-width: 41px;
  outline: none;
  padding: 12px 10px;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination ul li > a:hover,
.pagination ul li > span:hover,
.pagination ul li > a:focus,
.pagination ul li > span:focus {
  background-color: #393939;
  color: #fff;
}
.pagination ul li > a:active,
.pagination ul li > span:active {
  background-color: #393939;
  color: #ffffff;
}
.pagination > .btn.previous,
.pagination > .btn.next {
  margin-right: 8px;
  padding-left: 23px;
  padding-right: 23px;
}
.pagination,
.pagination > .btn.next [class*=""] {
  float: left;
  padding: 4em 0 0;
  margin-left: -2px;
  margin-top: -2px;
}
.pagination > .btn.next {
  margin-left: 8px;
  margin-right: 0;
}
.pagination > .btn.next [class*=""] {
  margin-right: -2px;
  margin-left: 4px;
}

.pagination-danger ul {
  background-color: #e74c3c;
}
.pagination-danger ul li.previous > a {
  border-right-color: #ef897e;
}
.pagination-danger ul li > a,
.pagination-danger ul li > span {
  border-left-color: #ef897e;
}
.pagination-danger ul li > a:hover,
.pagination-danger ul li > span:hover,
.pagination-danger ul li > a:focus,
.pagination-danger ul li > span:focus {
  background-color: #ec7063;
}
.pagination-danger ul li > a:active,
.pagination-danger ul li > span:active {
  background-color: #c44133;
}
.pagination-danger ul li.active > a,
.pagination-danger ul li.active > span {
  background-color: #c44133;
}
.pagination-danger ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #e74c3c;
}
.pagination-success ul {
  background-color: #2ecc71;
}
.pagination-success ul li.previous > a {
  border-right-color: #75dda1;
}
.pagination-success ul li > a,
.pagination-success ul li > span {
  border-left-color: #75dda1;
}
.pagination-success ul li > a:hover,
.pagination-success ul li > span:hover,
.pagination-success ul li > a:focus,
.pagination-success ul li > span:focus {
  background-color: #58d68d;
}
.pagination-success ul li > a:active,
.pagination-success ul li > span:active {
  background-color: #27ad60;
}
.pagination-success ul li.active > a,
.pagination-success ul li.active > span {
  background-color: #27ad60;
}
.pagination-success ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #2ecc71;
}
.pagination-warning ul {
  background-color: #f1c40f;
}
.pagination-warning ul li.previous > a {
  border-right-color: #f6d861;
}
.pagination-warning ul li > a,
.pagination-warning ul li > span {
  border-left-color: #f6d861;
}
.pagination-warning ul li > a:hover,
.pagination-warning ul li > span:hover,
.pagination-warning ul li > a:focus,
.pagination-warning ul li > span:focus {
  background-color: #f5d313;
}
.pagination-warning ul li > a:active,
.pagination-warning ul li > span:active {
  background-color: #cda70d;
}
.pagination-warning ul li.active > a,
.pagination-warning ul li.active > span {
  background-color: #cda70d;
}
.pagination-warning ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #f1c40f;
}
.pagination-info ul {
  background-color: #3498db;
}
.pagination-info ul li.previous > a {
  border-right-color: #79bbe7;
}
.pagination-info ul li > a,
.pagination-info ul li > span {
  border-left-color: #79bbe7;
}
.pagination-info ul li > a:hover,
.pagination-info ul li > span:hover,
.pagination-info ul li > a:focus,
.pagination-info ul li > span:focus {
  background-color: #5dade2;
}
.pagination-info ul li > a:active,
.pagination-info ul li > span:active {
  background-color: #2c81ba;
}
.pagination-info ul li.active > a,
.pagination-info ul li.active > span {
  background-color: #2c81ba;
}
.pagination-info ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #3498db;
}
.pagination-inverse ul {
  background-color: #34495e;
}
.pagination-inverse ul li.previous > a {
  border-right-color: #798795;
}
.pagination-inverse ul li > a,
.pagination-inverse ul li > span {
  border-left-color: #798795;
}
.pagination-inverse ul li > a:hover,
.pagination-inverse ul li > span:hover,
.pagination-inverse ul li > a:focus,
.pagination-inverse ul li > span:focus {
  background-color: #415b76;
}
.pagination-inverse ul li > a:active,
.pagination-inverse ul li > span:active {
  background-color: #2c3e50;
}
.pagination-inverse ul li.active > a,
.pagination-inverse ul li.active > span {
  background-color: #2c3e50;
}
.pagination-inverse ul li.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #34495e;
}
.pagination-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li:first-child.previous + li > a,
.pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}
.pagination-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span {
  background: transparent;
  border: none;
  border-right: 2px solid #e4e7ea;
  font-size: 16px;
  margin: 0 9px 0 0;
  padding: 12px 17px;
  border-radius: 6px 0 0 6px;
}
.pagination-minimal > ul > li.previous > a,
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.previous > span,
.pagination-minimal > ul > li.next > span,
.pagination-minimal > ul > li.previous > a:hover,
.pagination-minimal > ul > li.next > a:hover,
.pagination-minimal > ul > li.previous > span:hover,
.pagination-minimal > ul > li.next > span:hover,
.pagination-minimal > ul > li.previous > a:focus,
.pagination-minimal > ul > li.next > a:focus,
.pagination-minimal > ul > li.previous > span:focus,
.pagination-minimal > ul > li.next > span:focus {
  border-color: #e4e7ea !important;
}

.pagination-minimal > ul > li.next {
  margin-left: 9px;
}
.pagination-minimal > ul > li.next > a,
.pagination-minimal > ul > li.next > span {
  border-left: 2px solid #e4e7ea;
  border-right: none;
  margin: 0;
  border-radius: 0 6px 6px 0;
}
.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 2px !important;
  color: #d6dbdf;
  margin: 10px 5px 9px;
}
.pagination-minimal > ul > li.active > a:hover,
.pagination-minimal > ul > li.active > span:hover,
.pagination-minimal > ul > li.active > a:focus,
.pagination-minimal > ul > li.active > span:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d6dbdf;
}
.pagination-minimal > ul > li.active.previous,
.pagination-minimal > ul > li.active.next {
  border-color: #e4e7ea;
}
.pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}
.pagination-minimal > ul > li > a,
.pagination-minimal > ul > li > span {
  background: #ffffff;
  border: 5px solid #d6dbdf;
  color: #ffffff;
  line-height: 16px;
  margin: 7px 2px 6px;
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  border-radius: 50px;
  -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -moz-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -o-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination-minimal > ul > li > a:hover,
.pagination-minimal > ul > li > span:hover,
.pagination-minimal > ul > li > a:focus,
.pagination-minimal > ul > li > span:focus {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #ffffff;
  -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -moz-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -o-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
  -webkit-backface-visibility: hidden;
}
.pagination-minimal > ul > li > a:active,
.pagination-minimal > ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
.pagination-plain {
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.pagination-plain > li {
  display: inline;
}
.pagination-plain > li.previous {
  padding-right: 23px;
}
.pagination-plain > li.next {
  padding-left: 20px;
}
.pagination-plain > li.active > a {
  color: #d3d7da;
}
.pagination-plain > li > a {
  padding: 0 5px;
}

.pagination-dropdown ul {
  min-width: 67px;
  width: auto;
  left: 50%;
  margin-left: -34px;
}
.pagination-dropdown ul li {
  display: block;
  margin-right: 0;
}
.pagination-dropdown ul li:first-child > a,
.pagination-dropdown ul li:first-child > span {
  border-radius: 6px 6px 0 0;
}
.pagination-dropdown ul li:last-child > a,
.pagination-dropdown ul li:last-child > span {
  border-radius: 0 0 6px 6px !important;
}
.pagination-dropdown ul li > a,
.pagination-dropdown ul li > span {
  border-left: none;
  display: block;
  float: none;
  padding: 8px 10px 7px;
  text-align: center;
  min-height: 0;
}
.pagination-dropdown.dropup {
  position: relative;
}
.pagination-dropdown.dropup .dropdown-arrow {
  border-top-color: #d6dbdf;
}
.tooltip {
  font-size: 12px;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  padding-bottom: 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #393939;
  border-width: 9px 9px 0;
  bottom: 0;
  margin-left: -9px;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #393939;
  border-width: 9px 9px 9px 0;
  margin-top: -9px;
  left: -3px;
}
.tooltip.bottom {
  padding-top: 8px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #393939;
  border-width: 0 9px 9px;
  margin-left: -9px;
  top: -1px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #393939;
  border-width: 9px 0 9px 9px;
  margin-top: -9px;
  right: -3px;
}
.tooltip-inner {
  background-color: #393939;
  line-height: 1.2;
  padding: 12px;
  text-align: center;
  width: auto;
  border-radius: 6px;
}
.tooltip-light.bottom .tooltip-arrow {
  border-bottom-color: #edeff1;
}
.tooltip-light.left .tooltip-arrow {
  border-left-color: #edeff1;
}
.tooltip-light.right .tooltip-arrow {
  border-right-color: #edeff1;
}
.tooltip-light.top .tooltip-arrow {
  border-top-color: #edeff1;
}
.tooltip-light .tooltip-inner {
  background-color: #edeff1;
  color: #393939;
}
.dropdown-menu {
  background-color: #fff;
  border: 2px solid #ffdf95;
  border-radius: 0;
  font-size: 10px;
  display: block;
  margin-top: 8px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-menu.typeahead {
  display: none;
  opacity: 1;
  visibility: visible;
  width: auto;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: #ffffff;
  border-radius: 6px;
}
.dropdown-menu.typeahead li a {
  padding: 6px 14px;
}
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  border-radius: 0;
}
.open > .dropdown-menu {
  margin-top: -2px;
  max-height: 300px;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.dropdown-menu li:first-child > a {
  border-radius:0;
  padding-top: 10px;
}
.dropdown-menu li:last-child > a {
  border-radius: 0;
  padding-bottom: 10px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
  background: rgba(0, 0, 0, 0);
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
  background: rgba(0, 0, 0, 0);
  color: #ffdf91;
}
.dropdown-menu li > a {
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 5px 15px 5px;
  text-decoration: none;
  text-transform: uppercase;
  zoom: 1;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-menu.dropdown > li:last-child {
	border-bottom: none;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  display: table;
  content: "";
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
  background: rgba(0, 0, 0, 0);
  color:  #ffdf91;
  outline: none;
}
.dropdown-menu li > a.highlighted {
  background: #c9cfd4;
  color: #ffffff;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
  background: #ffdf918;
  color: #000;
}
.dropdown-menu li > a:before {
  float: right;
  margin-top: 3px;
}
.dropdown-menu li dt {
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 8px;
}
.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
  border-bottom: none;
  border-top: 8px outset #f3f4f5;
  bottom: 100%;
  top: auto;
}
.navbar-fixed-bottom .nav > li > ul:before {
  border-bottom: none;
  border-top: 9px outset #34495e;
  bottom: 4px;
  top: auto;
}
.open.dropup > .dropdown-menu {
  margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
  margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #34495e;
}
.open > .dropdown-arrow {
  margin-top: 9px;
  opacity: 1;
}
.dropdown-arrow {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 13px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-inverse {
  background-color: #34495e;
  color: #cccccc;
  padding: 4px 0 6px;
}
.dropdown-inverse li {
  margin: 0 4px -2px;
}
.dropdown-inverse li:first-child > a,
.dropdown-inverse li:last-child > a {
  border-radius: 2px;
  padding-bottom: 7px;
  padding-top: 5px;
}
.dropdown-inverse li:first-child dt + a,
.dropdown-inverse li:last-child dt + a {
  border-radius: 2px;
}
.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
  background: #1abc9c;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}
.dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}
.dropdown-inverse li > a {
  border-radius: 2px;
  color: #ffffff;
  padding: 5px 11px 7px;
}
.dropdown-inverse li > a:hover,
.dropdown-inverse li > a:active,
.dropdown-inverse li > a:focus {
  background: #2c3e50;
}
.dropdown-inverse li > a.highlighted {
  background: #526476;
}
.dropdown-inverse li > a.highlighted:hover,
.dropdown-inverse li > a.highlighted:focus {
  background: #677786;
}
.dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}
.table {
  font-size: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 25px;
  line-height: 1.231;
  border-top: 2px solid #eef0f0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  color: #526476;
  border-bottom: 2px solid #eef0f0;
}
.table i[class*="fui-"] {
  vertical-align: baseline;
  font-size: 20px;
  margin: -5px 0;
  position: relative;
  top: 2px;
}
.table .checkbox,
.table .radio {
  margin: 0 0 0 -9px;
}
.table .checkbox.no-label,
.table .radio.no-label {
  padding-left: 0;
}
.table .selected-row > td {
  background-color: #f2fbfa;
}
.table img {
  vertical-align: top;
}
.table-bordered {
  border: 2px solid #eef0f0;
  font-size: 14px;
}
.table-bordered > thead > tr th,
.table-bordered > tbody > tr th,
.table-bordered > tfoot > tr th,
.table-bordered > thead > tr td,
.table-bordered > tbody > tr td,
.table-bordered > tfoot > tr td {
  border: 2px solid #eef0f0 !important;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr.selected-row > td,
.table-striped > tbody > tr:nth-child(even) > th,
.table-striped > tbody > tr.selected-row > th {
  background-color: #f9fafb;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f9fafb;
}
.table tbody tr.success > td,
.table tbody tr > td.success {
  background-color: #ecfaf2;
  border-color: #d5f5e3;
}
.table tbody tr.error > td,
.table tbody tr > td.error,
.table tbody tr.danger > td,
.table tbody tr > td.danger {
  background-color: #fdefed;
  border-color: #fadbd8;
}
.table tbody tr.warning > td,
.table tbody tr > td.warning {
  background-color: #fefae9;
  border-color: #faecb0;
}
.table tbody tr.info > td,
.table tbody tr > td.info {
  background-color: #edf6fc;
  border-color: #d6eaf8;
}
.table-hover tbody tr.success:hover > td {
  background-color: #e4f8ed;
}
.table-hover tbody tr.error:hover > td,
.table-hover tbody tr.danger:hover > td {
  background-color: #fcebe9;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fdf7e0;
}
.table-hover tbody tr.info:hover > td {
  background-color: #e8f4fb;
}
.label {
  font-size: 72%;
  font-weight: normal;
  padding: .15em .5em .2em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
}
.label-default {
  background-color: #ebedef;
  color: #7b8996;
}
.label-default[href] {
  color: #7b8996;
}
.label-default[href]:hover,
.label-default[href]:focus {
  color: #7b8996;
  background-color: #e1e4e7;
}
.label-inverse {
  background-color: #485b6e;
  color: #ffffff;
}
.label-inverse[href] {
  color: #ffffff;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
  color: #ffffff;
  background-color: #a4adb7;
}
.label-success {
  background-color: #2ecc71;
  color: #ffffff;
}
.label-success[href] {
  color: #ffffff;
}
.label-success[href]:hover,
.label-success[href]:focus {
  color: #ffffff;
  background-color: #27ad60;
}
.label-important {
  background-color: #e74c3c;
  color: #ffffff;
}
.label-important[href] {
  color: #ffffff;
}
.label-important[href]:hover,
.label-important[href]:focus {
  color: #ffffff;
  background-color: #c44133;
}
.label-warning {
  background-color: #f1c40f;
  color: #ffffff;
}
.label-warning[href] {
  color: #ffffff;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  color: #ffffff;
  background-color: #cda70d;
}
.label-info {
  background-color: #3498db;
  color: #ffffff;
}
.label-info[href] {
  color: #ffffff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  color: #ffffff;
  background-color: #2c81ba;
}
.label-primary {
  background-color: #1abc9c;
  color: #ffffff;
}
.label-primary[href] {
  color: #ffffff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  color: #ffffff;
  background-color: #16a085;
}
.badge {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  line-height: 20px;
  background-color: #d8dce0;
  border-radius: 4px;
  padding: 0 8px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
  color: #9aa4af;
  background-color: #ffffff;
}
.alert {
  padding: 16px 45px 16px 30px;
  line-height: 1.53875em;
}
.alert a {
  color: #f1c40f;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: underline;
}
.alert a.btn {
  color: #ffffff;
  text-decoration: none;
}
.alert a.btn:active,
.alert a.btn.active {
  color: rgba(255, 255, 255, 0.75);
}
.alert h3 {
  font-size: 24px;
}
.alert p {
  font-size: 16px;
  line-height: 2;
}
.alert .close {
  position: relative;
  top: 3px;
  right: -31px;
  line-height: 18px;
  font-size: 18px;
  color: #34495e;
}
.alert .btn {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.bottom-menu {
  background: #FCFCFC;
  padding: 100px 0;
}
.bottom-menu .navbar-brand {
  font-size: 24px;
  margin-top: -4px;
  padding: 0;
}
.bottom-menu .title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}
.bottom-menu a {
}
.active .bottom-menu a,
.bottom-menu a:hover,
.bottom-menu a:focus {
}
.bottom-menu .label,
.bottom-menu .badge {
  vertical-align: middle;
}
.bottom-menu .bottom-links,
.bottom-menu .bottom-icons {
  zoom: 1;
}
.bottom-menu .bottom-links:before,
.bottom-menu .bottom-icons:before,
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
  display: table;
  content: "";
}
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
  clear: both;
}
.bottom-icons ul {
  padding-left: 0; 
}
.bottom-icons a {
    display: inline-block;
    color: inherit;
    line-height: 1;
    text-align: center;
}
.bottom-menu-inverse {
  background-color: #fff;
  position: relative;
}
.bottom-menu-large {
  padding-bottom: 56px;
  padding-top: 60px;
}
.bottom-menu-large .navbar-brand {
  margin-top: -2px;
}
.bottom-menu-large .bottom-links li {
  float: none;
  line-height: 22px;
  margin-right: 0;
}
.bottom-menu-large .title {
  margin-bottom: 10px;
}
.bottom-links,
.bottom-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.bottom-links li,
.bottom-icons li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.bottom-widget .tooltip-trigger, .bottom-widget .popover-trigger {
    border: medium none;
}
.nav .dropdown-toggle .caret {
  border-bottom-color: #7f8c9a;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #7f8c9a;
  border-top-width: 6px;
}
.nav-pills > li:first-child > a {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
.nav-pills > li:last-child > a {
  border-radius: 0 6px 6px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #16a085;
}

.nav-pills > li > a {
  background-color: #1abc9c;
  border-left: 2px solid #16a085;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 12px 21px 13px;
  border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #48c9b0;
}
.nav-pills > li > a:active {
  background-color: #16a085;
}

.nav-pills > li + li {
  margin-left: 0;
}

.nav-header {
  color: #aeb6bf;
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumb {
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 13px 4px;
}
.breadcrumb > li {
  position: relative;
  text-shadow: none;
}
.breadcrumb > li:after {
  color: #bdc3c7;
  content: "\e002";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 9.799999999999999px;
  margin: -4px 9px 0 13px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb .active {
  color: #bdc3c7;
  cursor: default;
}
.breadcrumb .active:after {
  display: none;
}
.breadcrumb .active > a {
  color: inherit;
  cursor: inherit;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb-text {
  color: #bdc3c7;
  margin-bottom: 20px;
}
.breadcrumb-text .caption {
  font-weight: 700;
  margin: 0 0 3px;
  font-size: 19px;
}
.breadcrumb-text .caption:after {
  content: "\e02c";
  display: inline-block;
  font-family: '';
  font-weight: normal;
  font-variant: normal;
  margin-left: 5px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb-text p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.breadcrumb-text p a:after {
  color: #bdc3c7;
  content: "/";
  font-weight: normal;
  margin: 0 4px 0 9px;
}
.popover {
  background-color: #edeff1;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popover.right .arrow {
  border-right-color: #edeff1;
  left: -9px;
  margin-top: -9px;
}
.popover.left .arrow {
  border-left-color: #edeff1;
  right: -9px;
  margin-top: -9px;
}
.popover.bottom .arrow {
  border-bottom-color: #edeff1;
  margin-right: -9px;
  top: -9px;
}
.popover.top .arrow {
  border-top-color: #edeff1;
  bottom: -9px;
  margin-left: -9px;
}
.popover .arrow {
  border-width: 9px;
}
.popover .arrow:after {
  display: none;
}
.popover-title {
  background-color: #bcc3ca;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 700;
  margin: 0 !important;
  padding: 10px 20px 11px;
}
.popover-content {
  padding: 9px 20px;
}
.popover-content p {
  font-size: 14px;
  line-height: 1.231;
}
.dialog {
  background-color: #edeff1;
  border-top: 2px solid #d6dbdf;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 16px 0 20px;
  position: relative;
  text-align: center;
}
.dialog .btn {
  vertical-align: baseline;
}
.dialog form {
  margin-bottom: 0;
}
.dialog form input,
.dialog form .btn {
  margin-bottom: 0;
  margin-left: 20px;
  vertical-align: top;
}
.dialog form input:first-child,
.dialog form .btn:first-child {
  margin-left: 0;
}
.dialog.dialog-success {
  background-color: #f0faf8;
  border-top-color: #e2edeb;
}
.dialog.dialog-danger {
  background-color: #fdefed;
  border-top-color: #fadbd8;
}
.dialog.dialog-warning {
  background-color: #fefae9;
  border-top-color: #fcf3cf;
}
.dialog.dialog-info {
  background-color: #edf6fc;
  border-top-color: #d6eaf8;
}
.dialog.dialog-inverse {
  background-color: #34495e;
  border-top-color: #2a3a4b;
  color: #ffffff;
}

.modal-backdrop {
  background-color: #fff;
  z-index: 1030;
}
.modal-title {
	font-size: 18px;
}
.modal-content {
	border: 1px solid #f5f5f5;
	box-shadow: none;
	border-radius: 0;
}

.modal-header, .modal-footer {
	border-color: #f5f5f5;
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.modal {
  z-index: 1040;
}
.modal-dialog {
  z-index: 1050;
}

.modal-header .close {
    margin-right: -2px;
}
button.close {
    font-size: 12px;
}

.carousel-inner > .item.active > img,
.carousel-inner > .item.active > a > img {
  border-radius: 0;
}

.carousel-inner > .item.active.left > img,
.carousel-inner > .item.active.right > img,
.carousel-inner > .item.active.left > a > img,
.carousel-inner > .item.active.right > a > img {
  border-radius: 0;
}
.carousel-control {
  position: absolute;
  top: 45%;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  text-indent: 1px;
  border: 3px solid #ffffff;
  height: 40px;
  right: 15px;
  margin-top: 0;
  text-align: center;
  width: 40px;
  outline: none !important;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.left,
.carousel-control.right {
  background: none #2c3e50;
}
.carousel-control.left {
  text-indent: -1px;
  left: 15px;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(100, 100, 100, 0.5);
}
.carousel-indicators li.active {
  background-color: rgba(100, 100, 100, 0.1);
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
.carousel-caption {
  color: #0d0d0d;
  padding: 20px 19px 22px;
  background: #F1F0EC;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  border-radius: 0 0 6px 6px;
  text-shadow: none;
}
.carousel-caption h3,
.carousel-caption p {
  color: #0d0d0d;
}
.carousel-caption h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
}

.carousel-caption > h4 {
	color: #0d0d0d;
    margin: 0 !important;
    padding: 0;
}

.carousel-caption p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}



/* ========== MISC STYLES ========== */
.carousel-control {
  color: inherit;
  height: 0;
  border: none;
  transition: all 0.2;
}
.carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left {
  left: 0;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control span {
    color: #fff;
    cursor: pointer;
}
.carousel-indicators {
  margin-bottom: 0;
  padding: 0 !important;
  top: auto;
  bottom: 15px;
  right: 30px;
}
.carousel-indicators li {
  height: 6px;
  width: 6px;
}
.carousel-indicators li.active {
  height: 6px;
  width: 6px;
}


.code_wrapper {
    display: block;
    margin: 0 0 20px !important;
}
.code_wrapper > h4 {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.bs-example + .highlight {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -16px;
}

.highlight pre {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    white-space: nowrap;
}

.highlight pre code {
    color: #333333;
    font-size: inherit;
}

/* ========== BUTTONS ========== */

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-weight: 400;
}
.inline {
  margin-left: 10px;
}

/* ========== HEADER NAVIGATION SECTION ========== */
#header {
  padding: 20px 0;
  border-radius: 0;
  	-webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;	
}
#header .navbar-collapse {
  position: relative;
  max-height: 500px;
}
#header .navbar {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: solid 1px #ecf0f1;
}
#header .navbar .navbar-inner {
  background-color: white;
  border-radius: 0px;
}

#header .navbar .navbar-inner li.active {
  color: #1abc9c;
}
#header .navbar .navbar-brand {
  margin-top: 4px;
  padding: 14px 0 18px 0;
}
#header .navbar .navbar-brand img {
  height: 36px;
  padding: 0;
}

.panel {
    border: 0 none;
    box-shadow: none;
}
.panel-group .panel-heading {
   background: #fcfcfc;
   padding: 0;
}

.panel-group .panel-title {
   font-size: 12px;
}

.panel-group .panel-title a {
   padding: 14px 15px;
   display: block;
}

.panel-group .panel-title a:hover,
.panel-group .panel-title a:focus,
.panel-group .panel-title a:active {
   text-decoration: none;
}

.panel-group .panel:last-child .panel-title a {
	border: none;
}

.panel-collapse.in .panel-body,
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
}

.panel-default .panel-title a:hover,
.panel-default .panel-group .panel-title a.collapsed:hover {
    background: #fafbfa;
    border-color: #f7f7f7;
}
.panel-primary .panel-title a:hover,
.panel-primary .panel-group .panel-title a.collapsed:hover {
    background: none repeat scroll 0 0 #357ebd;
    border-color: #357ebd;
    color: #ffffff;
}
.panel-success .panel-title a:hover,
.panel-success .panel-group .panel-title a.collapsed:hover {
	color: #fff;
}
.panel-info .panel-title a:hover,
.panel-info .panel-group .panel-title a.collapsed:hover {
	color: #fff;
}
.panel-warning .panel-title a:hover,
.panel-warning .panel-group .panel-title a.collapsed:hover {
	color: #fff;
}
.panel-danger .panel-title a:hover,
.panel-danger .panel-group .panel-title a.collapsed:hover {
	color: #fff;
}
.panel-inverse .panel-title a:hover,
.panel-success .panel-group .panel-title a.collapsed:hover {
	color: #fff;
}
.panel-group .panel {
	background: #fff;
    margin-bottom: 5px;
}
.panel-group .panel + .panel {
   margin-top: 0;
   border-top: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
}

.panel-group .panel:last-child {
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0;
}

.panel-group .panel:first-child {
   -moz-border-radius:  0;
   -webkit-border-radius: 0;
   border-radius: 0;
}

.nav-tabs {
   background: #fff;
   border: 0;
   -moz-border-radius: 3px 3px 0 0;
   -webkit-border-radius: 3px 3px 0 0;
   border-radius: 3px 3px 0 0;
}

.nav-tabs > li > a {
    font-family: "josefin sans",sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 20px;
}

.nav-tabs > li > a:hover {
   background: none;
   border-color: transparent;
   color: #333;
}

.tab-content {
   background: #fcfcfc;
   padding: 15px;
   -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   box-shadow: 0 3px 0 rgba(12,12,12,0.03);
   -moz-border-radius: 0 0 3px 3px;
   -webkit-border-radius: 0 0 3px 3px;
   border-radius: 0 0 3px 3px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
   background-color: #fcfcfc;
   border-color: transparent;
}

.tab-pane address:last-child {
   margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
   border-bottom: 0;
}

.nav .dropdown-menu {
   margin-top: -2px;
}

.nav .dropdown .caret {
   border-top-color: #666;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
   border-color: #fff;
   border-bottom-color: #fcfcfc;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
   border: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
   border: 0;
   background: none;
   color: #333;
   font-family: "quicksand", sans-serif;
}

