@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,100,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700);
html {
	font-size: 62.5%;
	ms-text-size-adjust: 100%;
	overflow-x: hidden;
	webkit-text-size-adjust: 100%;
}
body,
pre {
	color: #000;
	font-family: "maven pro", sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.75;
}
a {
	color: #121212;
	moz-transition: 0.25s;
	o-transition: 0.25s;
	text-decoration: none;
	transition: 0.25s;
	webkit-backface-visibility: hidden;
	webkit-transition: 0.25s;
}
a:hover,
a:focus {
	color: #ffdf91;
	outline: medium none;
	text-decoration: none;
}
.navbar .title-area.navbar-brand {
	margin-left: 0;
	padding: 0;
}
#header>div.container>div.title-area.navbar-brand {
	margin: auto;
}
.column_wrapper.row {
	margin-bottom: 4em;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
td {
	border-bottom: 1px solid #aaa;
	padding: 3px 5px;
}
th {
	border-bottom: 4px solid #222;
	font-weight: bold;
	padding: 10px 5px 5px;
}
caption,
th,
td {
	text-align: left;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	background-color: #ffffff;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	display: inline-block;
	height: auto;
	line-height: 1.72222;
	max-width: 100%;
	padding: 4px;
	transition: all 0.25s ease-in-out;
	webkit-transition: all 0.25s ease-in-out;
}
.img-comment {
	font-size: 15px;
	font-style: italic;
	line-height: 1.2;
	margin: 24px 0;
}
img {
	height: auto;
	max-width: 100%;
}
.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 {
	background-color: #c0c8c9;
	background-image: -webkit-linear-gradient(0deg, #fff, #c0c8c9, #fff);
	border: none;
	height: 1px;
	margin: 5% 0;
	margin-top: -1px;
}
.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;
}
.pull-right > h2,
.pull-left > h2 {
	font-size: 20px;
}
p {
	margin: 0 0 2em;
}
.entry_content p {
	text-align: justify;
}
.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 {
	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 {
	max-width: 1320px;
}
.btn {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	font-family: "josefin sans", sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 21px;
	moz-border-radius: 0;
	moz-transition: all 0.2s ease-out 0s;
	padding: 8px 20px 4px;
	text-transform: uppercase;
	transition: all 0.2s ease-out 0s;
	webkit-border-radius: 0;
	webkit-transition: all 0.2s ease-out 0s;
	width: auto;
}
.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 {
	box-shadow: none;
	moz-box-shadow: none;
	webkit-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-bottom-color: #aaaaaa;
	border-bottom-style: none;
	border-style: solid;
	border-top-color: #aaaaaa;
	border-width: 4px;
	moz-transform: scale(1.001);
	moz-transition: 0.25s;
	ms-transform: scale(1.001);
	o-transform: scale(1.001);
	o-transition: 0.25s;
	transform: scale(1.001);
	transition: 0.25s;
	webkit-backface-visibility: hidden;
	webkit-transform: scale(1.001);
	webkit-transition: 0.25s;
}
.dropup .caret,
.dropup .btn-lg .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-bottom-width: 8px;
}
.btn-lg .caret {
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-width: 8px;
}
.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar .navbar-brand {
	border-radius: 0;
	color: #526476;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 29.55px;
	margin-left: -15px;
	padding: 23px 28px 24px 17px;
	text-shadow: none;
}
#header>div.container>div.title-area.navbar-brand {
	display: block;
}
.navbar .navbar-brand {
	font-weight: normal;
}
.navbar .navbar-brand small {
	line-height: 1;
}
.navbar .nav > li:hover > ul {
	display: block\9;
	opacity: 1;
	top: 100%;
	visibility: visible;
	webkit-transform: scale(1, 1);
	z-index: 100;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
	background: none;
	box-shadow: none;
	moz-box-shadow: none;
	webkit-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;
	margin-top: 17px;
	padding-left: 0;
	padding-top: 0;
}
.navbar .nav > li > ul li:hover ul {
	display: block\9;
	opacity: 1;
	visibility: visible;
	webkit-transform: scale(1, 1);
}
.navbar .nav > li > ul li ul {
	left: 100%;
}
.navbar .nav > li > a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	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 {
	bottom: 30px;
	content: '';
	display: block;
	position: absolute;
	transition: border-color .25s;
	webkit-transition: border-color .25s;
	width: 100%;
}
.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;
	moz-transition: 0.3s ease-out;
	opacity: 0;
	o-transition: 0.3s ease-out;
	position: absolute;
	top: 0;
	transition: 0.3s ease-out;
	visibility: hidden;
	webkit-backface-visibility: hidden;
	webkit-transform: scale(1, 0.99);
	webkit-transform-origin: 0 0;
	webkit-transition: 0.3s ease-out;
	width: 234px;
}
.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;
	display: none;
	margin: 18px 15px 14px;
	text-shadow: 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;
	border-radius: 6px;
	padding-left: 0;
	padding-right: 0;
}
.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 {
	border-bottom: 2px solid #2c3e50;
	border-left: 2px solid #2c3e50;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 20px 15px;
}
.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 {
	background-color: #1abc9c;
	border-radius: 50%;
	color: #ffffff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	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;
	height: 18px;
	line-height: 17px;
	margin: -9px -1px;
	min-width: 18px;
	padding: 0 1px;
	webkit-font-smoothing: subpixel-antialiased;
	width: auto;
}
.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 ;
	border-top-color: #ffffff ;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
	background: none;
	color: #EBEDEF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret {
	border-bottom-color: #1abc9c ;
	border-top-color: #1abc9c ;
}
.navbar .nav li.dropdown.open .dropdown-menu {
	opacity: 1;
	top: 100%;
	visibility: visible;
	webkit-transform: none;
	z-index: 1000;
}
.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-bottom-color: #4c6a89;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-color: #4c6a89;
	border-top-width: 8px;
	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;
	height: 2px;
	margin: 2px 0 5px;
	padding: 0;
}
.navbar.navbar-inverse .navbar-search {
	border-bottom: 2px solid #2c3e50;
	border-left: 2px solid #2c3e50;
	padding: 8px 20px 9px 23px;
}
.navbar.navbar-inverse .navbar-search .input-group-btn .btn-default {
	background-color: #2c3e50;
	color: #4c6a89 ;
}
.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 ;
}
.navbar .navbar-search {
	margin: 0;
	max-width: 225px;
	padding: 20px 5px 19px 20px;
}
.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 ;
}
.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 {
	content: "";
	display: table;
}
.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 {
	margin-top: 8px;
	position: absolute;
	right: 16px;
}
.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;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	height: 41px;
	moz-box-shadow: none;
	moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
	o-transition: border .25s linear, color .25s linear, background-color .25s linear;
	padding: 8px 12px;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	webkit-appearance: none;
	webkit-backface-visibility: hidden;
	webkit-box-shadow: none;
	webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.wpcf7-form-control.form-control {
	margin: 10px 0;
}
.form-group.focus .form-control,
.form-control:focus {
	border-color: #EBEDEF;
	box-shadow: none;
	moz-box-shadow: none;
	webkit-box-shadow: none;
}
.search-input.form-control.input-lg:focus {
	border-color: inherit;
	box-shadow: none;
	moz-box-shadow: none;
	outline: 0;
	webkit-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 {
	border-radius: 6px;
	font-size: 13px;
	height: 34px;
	line-height: 1.231;
	padding: 8px 10px;
}
select.input-sm {
	height: 34px;
	line-height: 34px;
}
textarea.input-sm {
	height: auto;
}
.input-lg {
	border-radius: 0;
	font-size: 14px;
	height: 45px;
	line-height: 1.231;
	padding: 10px 15px;
}
select.input-lg {
	height: 45px;
	line-height: 45px;
}
textarea.input-lg {
	height: auto;
}
.input-hg {
	border-radius: 0;
	font-size: 18px;
	height: 53px;
	line-height: 1.231;
	padding: 10px 16px;
}
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 {
	border-color: #f1c40f;
	box-shadow: none;
	color: #f1c40f;
	moz-box-shadow: none;
	webkit-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;
	box-shadow: none;
	moz-box-shadow: none;
	webkit-box-shadow: none;
}
.has-warning .input-group-addon {
	background-color: #ffffff;
	border-color: #f1c40f;
	color: #f1c40f;
}
.has-error .help-block,
.has-error .control-label {
	color: #e74c3c;
}
.has-error .form-control {
	border-color: #e74c3c;
	box-shadow: none;
	color: #e74c3c;
	moz-box-shadow: none;
	webkit-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;
	box-shadow: none;
	moz-box-shadow: none;
	webkit-box-shadow: none;
}
.has-error .input-group-addon {
	background-color: #ffffff;
	border-color: #e74c3c;
	color: #e74c3c;
}
.has-success .help-block,
.has-success .control-label {
	color: #2ecc71;
}
.has-success .form-control {
	border-color: #2ecc71;
	box-shadow: none;
	color: #2ecc71;
	moz-box-shadow: none;
	webkit-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;
	box-shadow: none;
	moz-box-shadow: none;
	webkit-box-shadow: none;
}
.has-success .input-group-addon {
	background-color: #ffffff;
	border-color: #2ecc71;
	color: #2ecc71;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.form-group {
	position: relative;
}
.form-control + .input-icon {
	background-color: #ffffff;
	border-radius: 6px;
	color: #b2bcc5;
	font-size: 20px;
	line-height: 37px;
	padding: 0 12px 0 0;
	position: absolute;
	right: 2px;
	top: 2px;
	vertical-align: middle;
}
.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 {
	background-color: #f4f6f6;
	color: #d5dbdb;
}
.input-group-hg > .form-control,
.input-group-hg > .input-group-addon,
.input-group-hg > .input-group-btn > .btn {
	border-radius: 6px;
	font-size: 22px;
	height: 53px;
	line-height: 1.231;
	padding: 10px 16px;
}
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 {
	border-radius: 6px;
	font-size: 17px;
	height: 45px;
	line-height: 1.231;
	padding: 10px 15px;
}
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 {
	border-radius: 6px;
	font-size: 13px;
	height: 34px;
	line-height: 1.231;
	padding: 8px 10px;
}
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 {
	background-color: #bdc3c7;
	border: 1px solid #bdc3c7;
	border-radius: 6px;
	color: #ffffff;
	font-size: 15px;
	moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
	o-transition: border .25s linear, color .25s linear, background-color .25s linear;
	padding: 10px 12px;
	text-align: center;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	webkit-backface-visibility: hidden;
	webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.input-group-sm .input-group-addon {
	border-radius: 6px;
	font-size: 13px;
	padding: 6px 10px;
}
.input-group-lg .input-group-addon {
	font-size: 17px;
	padding: 10px 15px;
}
.input-group-hg .input-group-addon {
	font-size: 22px;
	padding: 10px 16px;
}
.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 {
	background-color: #ffffff ;
	border-color: #1abc9c ;
	color: #1abc9c ;
}
.input-group .form-control + .input-group-btn .btn-default {
	background-color: #ffffff;
	border: 2px solid #bdc3c7;
	border-width: 2px 2px 2px 0;
	color: #bdc3c7;
	line-height: 18px;
	margin-left: -2px;
}
.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 ;
	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;
	moz-transition: color 0.25s linear;
	o-transition: color 0.25s linear;
	padding-left: 0;
	position: relative;
	transition: color 0.25s linear;
	webkit-backface-visibility: hidden;
	webkit-transition: color 0.25s linear;
}
.checkbox input,
.radio input {
	display: none;
	outline: none ;
}
.checkbox .icons,
.radio .icons {
	color: #bdc3c7;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 20px;
	left: 0;
	line-height: 21px;
	moz-transition: color 0.25s linear;
	o-transition: color 0.25s linear;
	position: absolute;
	text-align: center;
	top: 0;
	transition: color 0.25s linear;
	webkit-backface-visibility: hidden;
	webkit-transition: color 0.25s linear;
	width: 20px;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
	background-color: #ffffff;
	display: inline-table;
	filter: alpha(opacity=100);
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
	filter: alpha(opacity=0);
	opacity: 0;
}
.checkbox:hover,
.radio:hover {
	color: #bdc3c7;
	moz-transition: color 0.25s linear;
	o-transition: color 0.25s linear;
	transition: color 0.25s linear;
	webkit-backface-visibility: hidden;
	webkit-transition: color 0.25s linear;
}
.checkbox:hover .first-icon,
.radio:hover .first-icon {
	filter: alpha(opacity=0);
	opacity: 0;
}
.checkbox:hover .second-icon,
.radio:hover .second-icon {
	filter: alpha(opacity=100);
	opacity: 1;
}
.checkbox.checked,
.radio.checked {
	color: #16a085;
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
	filter: alpha(opacity=0);
	opacity: 0;
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
	color: #16a085;
	filter: alpha(opacity=100);
	moz-transition: color 0.25s linear;
	opacity: 1;
	o-transition: color 0.25s linear;
	transition: color 0.25s linear;
	webkit-backface-visibility: hidden;
	webkit-transition: color 0.25s linear;
}
.checkbox.disabled,
.radio.disabled {
	color: #e6e8ea;
	cursor: default;
}
.checkbox.disabled .icons,
.radio.disabled .icons {
	color: #e6e8ea;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
	filter: alpha(opacity=100);
	opacity: 1;
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
	filter: alpha(opacity=0);
	opacity: 0;
}
.checkbox.disabled.checked .icons,
.radio.disabled.checked .icons {
	color: #e6e8ea;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
	filter: alpha(opacity=0);
	opacity: 0;
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
	color: #e6e8ea;
	filter: alpha(opacity=100);
	opacity: 1;
}
.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 {
	color: #bdc3c7;
	cursor: default;
}
.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;
	box-shadow: none;
	height: 12px;
	margin-bottom: 20px;
	moz-box-shadow: none;
	position: relative;
	webkit-box-shadow: none;
}
.ui-slider-handle {
	background-color: #ffffff;
	border: 3px solid #f5f5f5;
	border-radius: 50%;
	cursor: pointer;
	height: 18px;
	margin-left: -9px;
	moz-transition: background 0.25s;
	o-transition: background 0.25s;
	position: absolute;
	top: -3px;
	transition: background 0.25s;
	webkit-backface-visibility: hidden;
	webkit-transition: background 0.25s;
	width: 18px;
	z-index: 2;
}
.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 {
	border-right-width: 0 ;
	font-size: 20px ;
	font-weight: bold;
	width: 55px;
}
.ui-spinner {
	display: inline;
	display: inline-block;
	overflow: hidden;
	padding: 0 37px 0 0;
	position: relative;
	vertical-align: middle;
	zoom: 1;
}
.ui-spinner .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-spinner input {
	border-radius: 6px 0 0 6px;
	color: #95a5a6;
	padding: 6px 12px;
	text-align: center;
}
.ui-spinner.focus input {
	border-color: #1abc9c;
	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 {
	background-color: #bdc3c7;
	color: #fff;
	cursor: default;
	cursor: pointer;
	display: block;
	font-size: .5em;
	height: 21px;
	line-height: 19px;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.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;
	border-radius: 0 6px 0 0;
	top: 0;
}
.ui-spinner-down {
	border-radius: 0 0 6px 0;
	bottom: 0;
	height: 20px;
}
.ui-spinner-down span:before {
	content: "\e005";
}
.ui-datepicker {
	background-color: #ffffff;
	border: 7px solid #1abc9c;
	border-radius: 6px;
	box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
	display: none;
	margin: 10px 0 0 0;
	moz-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
	webkit-box-shadow: -14px 14px 0 rgba(52, 73, 94, 0.06);
	width: 264px;
}
.ui-datepicker .ui-datepicker-header {
	background-color: #1abc9c;
	border-radius: 6px 6px 0 0;
	color: #ffffff;
	cursor: default;
	margin: -7px -7px 2px;
	position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	color: #ffffff;
	cursor: pointer;
	height: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 52px;
}
.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;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.ui-datepicker .ui-datepicker-prev {
	border-radius: 6px 0 0 0;
	border-right: 2px solid #5fd0ba;
	left: 0;
}
.ui-datepicker .ui-datepicker-next {
	border-left: 2px solid #5fd0ba;
	border-radius: 0 6px 0 0;
	right: 0;
}
.ui-datepicker .ui-datepicker-title {
	font-size: 15px;
	line-height: 44px;
	margin: 0 52px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	margin-top: -6px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 0;
}
.ui-datepicker .ui-icon-circle-triangle-w {
	border: inset transparent;
	border-right-color: #ffffff;
	border-width: 7px 12px 7px 0;
}
.ui-datepicker .ui-icon-circle-triangle-e {
	border: outset transparent;
	border-left-color: #ffffff;
	border-width: 7px 0 7px 12px;
}
.ui-datepicker table {
	font-size: 14px;
	margin: 0 0 3px;
	width: 100%;
}
.ui-datepicker th {
	border: 0;
	font-weight: bold;
	height: 30px;
	min-width: 34px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}
.ui-datepicker td span,
.ui-datepicker td a {
	color: #34495e;
	display: block;
	height: 30px;
	line-height: 30px;
	min-width: 34px;
	text-decoration: none;
}
.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;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: .7em 0 0 0;
	padding: 0 .2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	cursor: pointer;
	float: right;
	margin: .5em .2em .4em;
	overflow: visible;
	padding: .2em .6em .3em .6em;
	width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker:before {
	border-color: transparent transparent #1abc9c;
	border-style: solid;
	border-width: 0 6px 6px;
	content: "";
	height: 0;
	left: 12px;
	margin-top: 0;
	opacity: 1;
	position: absolute;
	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 {
	margin: 0 auto .4em;
	width: 95%;
}
.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;
	font-size: 0;
	width: 100%;
}
.pager {
	background-color: #34495e;
	border-radius: 6px;
	color: #ffffff;
	display: inline;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	zoom: 1;
}
.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;
	border-radius: 0 6px 6px 0;
	color: #ffffff;
	padding: 9px 15px 10px;
	text-decoration: none;
	white-space: nowrap;
}
.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;
	border-radius: 0;
	color: #121212;
	display: inline-block;
	margin: 0;
	padding: 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-left: none;
	border-radius: 0;
}
.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 {
	background: transparent;
	border: none;
	border-left: 1px solid #fff;
	color: #121212;
	display: inline-block;
	line-height: 16px;
	min-height: 41px;
	min-width: 41px;
	moz-transition: 0.2s ease-out;
	o-transition: 0.2s ease-out;
	outline: none;
	padding: 12px 10px;
	text-align: center;
	transition: 0.2s ease-out;
	webkit-backface-visibility: hidden;
	webkit-transition: 0.2s ease-out;
}
.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;
	margin-left: -2px;
	margin-top: -2px;
	padding: 4em 0 0;
}
.pagination > .btn.next {
	margin-left: 8px;
	margin-right: 0;
}
.pagination > .btn.next [class*=""] {
	margin-left: 4px;
	margin-right: -2px;
}
.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-radius: 6px 0 0 6px;
	border-right: 2px solid #e4e7ea;
	font-size: 16px;
	margin: 0 9px 0 0;
	padding: 12px 17px;
}
.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 ;
}
.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-radius: 0 6px 6px 0;
	border-right: none;
	margin: 0;
}
.pagination-minimal > ul > li.active > a,
.pagination-minimal > ul > li.active > span {
	background-color: #ffffff;
	border-color: #ffffff;
	border-width: 2px ;
	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;
	border-radius: 50px;
	color: #ffffff;
	line-height: 16px;
	margin: 7px 2px 6px;
	min-height: 16px;
	min-width: 0;
	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;
	padding: 0 4px;
	transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
	webkit-backface-visibility: hidden;
	webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
}
.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;
	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;
	webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
}
.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 {
	left: 50%;
	margin-left: -34px;
	min-width: 67px;
	width: auto;
}
.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 ;
}
.pagination-dropdown ul li > a,
.pagination-dropdown ul li > span {
	border-left: none;
	display: block;
	float: none;
	min-height: 0;
	padding: 8px 10px 7px;
	text-align: center;
}
.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;
	left: -3px;
	margin-top: -9px;
}
.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;
	border-radius: 6px;
	line-height: 1.2;
	padding: 12px;
	text-align: center;
	width: auto;
}
.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;
	box-shadow: none;
	display: block;
	font-size: 10px;
	margin-top: 8px;
	moz-box-shadow: none;
	moz-transition: 0.25s;
	opacity: 0;
	o-transition: 0.25s;
	padding: 0;
	transition: 0.25s;
	visibility: hidden;
	webkit-backface-visibility: hidden;
	webkit-box-shadow: none;
	webkit-transition: 0.25s;
	width: 100%;
}
.dropdown-menu.typeahead {
	background-color: #ffffff;
	border: 2px solid #1abc9c;
	border-radius: 6px;
	display: none;
	margin-top: 5px;
	opacity: 1;
	padding: 5px 0;
	visibility: visible;
	width: auto;
}
.dropdown-menu.typeahead li a {
	padding: 6px 14px;
}
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
	border-radius: 0;
	padding: 6px 14px;
}
.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;
	moz-transition: background-color 0.25s;
	o-transition: background-color 0.25s;
	padding: 5px 15px 5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s;
	webkit-backface-visibility: hidden;
	webkit-transition: background-color 0.25s;
	zoom: 1;
}
.dropdown-menu.dropdown > li:last-child {
	border-bottom: none;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
	content: "";
	display: table;
}
.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-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	height: 0;
	margin-top: 0;
	moz-transition: 0.25s;
	opacity: 0;
	o-transition: 0.25s;
	position: absolute;
	right: 13px;
	top: 100%;
	transition: 0.25s;
	webkit-backface-visibility: hidden;
	webkit-transform: rotate(360deg);
	webkit-transition: 0.25s;
	width: 0;
	z-index: 10;
}
.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 {
	border-top: 2px solid #eef0f0;
	line-height: 1.231;
	padding: 10px 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
	border-bottom: 2px solid #eef0f0;
	color: #526476;
}
.table i[class*="fui-"] {
	font-size: 20px;
	margin: -5px 0;
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
.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 ;
}
.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 {
	background-color: #e1e4e7;
	color: #7b8996;
}
.label-inverse {
	background-color: #485b6e;
	color: #ffffff;
}
.label-inverse[href] {
	color: #ffffff;
}
.label-inverse[href]:hover,
.label-inverse[href]:focus {
	background-color: #a4adb7;
	color: #ffffff;
}
.label-success {
	background-color: #2ecc71;
	color: #ffffff;
}
.label-success[href] {
	color: #ffffff;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #27ad60;
	color: #ffffff;
}
.label-important {
	background-color: #e74c3c;
	color: #ffffff;
}
.label-important[href] {
	color: #ffffff;
}
.label-important[href]:hover,
.label-important[href]:focus {
	background-color: #c44133;
	color: #ffffff;
}
.label-warning {
	background-color: #f1c40f;
	color: #ffffff;
}
.label-warning[href] {
	color: #ffffff;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #cda70d;
	color: #ffffff;
}
.label-info {
	background-color: #3498db;
	color: #ffffff;
}
.label-info[href] {
	color: #ffffff;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #2c81ba;
	color: #ffffff;
}
.label-primary {
	background-color: #1abc9c;
	color: #ffffff;
}
.label-primary[href] {
	color: #ffffff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #16a085;
	color: #ffffff;
}
.badge {
	background-color: #d8dce0;
	border-radius: 4px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 8px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
	background-color: #ffffff;
	color: #9aa4af;
}
.alert {
	line-height: 1.53875em;
	padding: 16px 45px 16px 30px;
}
.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 {
	color: #34495e;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	right: -31px;
	top: 3px;
}
.alert .btn {
	margin-bottom: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
.bottom-menu {
	background: #FCFCFC;
}
.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 {
	content: "";
	display: table;
}
.bottom-menu .bottom-links:after,
.bottom-menu .bottom-icons:after {
	clear: both;
}
.bottom-icons ul {
	padding-left: 0;
}
.bottom-icons a {
	color: inherit;
	display: inline-block;
	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 {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.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;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 12px 21px 13px;
}
.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-size: 19px;
	font-weight: 700;
	margin: 0 0 3px;
}
.breadcrumb-text .caption:after {
	content: "\e02c";
	display: inline-block;
	font-family: '';
	font-variant: normal;
	font-weight: 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;
	box-shadow: none;
	moz-box-shadow: none;
	padding: 0;
	webkit-box-shadow: none;
}
.popover.right .arrow {
	border-right-color: #edeff1;
	left: -9px;
	margin-top: -9px;
}
.popover.left .arrow {
	border-left-color: #edeff1;
	margin-top: -9px;
	right: -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 ;
	font-size: 15px ;
	font-weight: 700;
	margin: 0 ;
	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;
	border-radius: 0;
	box-shadow: none;
}
.modal-header,
.modal-footer {
	border-color: #f5f5f5;
}
.modal-backdrop.in {
	filter: alpha(opacity=95);
	opacity: 0.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 {
	border: 3px solid #ffffff;
	border-radius: 23px;
	color: #ffffff;
	filter: alpha(opacity=50);
	font-size: 20px;
	height: 40px;
	line-height: 32px;
	margin-top: 0;
	opacity: 0.5;
	outline: none ;
	position: absolute;
	right: 15px;
	text-align: center;
	text-indent: 1px;
	top: 45%;
	width: 40px;
}
.carousel-control.left,
.carousel-control.right {
	background: none #2c3e50;
}
.carousel-control.left {
	left: 15px;
	text-indent: -1px;
}
.carousel-control.right {
	left: auto;
	right: 15px;
}
.carousel-indicators {
	bottom: auto;
	left: auto;
	margin: 0;
	moz-user-select: none;
	ms-user-select: none;
	o-user-select: none;
	right: 16px;
	top: 16px;
	user-select: none;
	webkit-user-select: none;
	width: auto;
}
.carousel-indicators li {
	background-color: #2c3e50;
	background-color: rgba(100, 100, 100, 0.5);
	border: none;
	height: 8px;
	margin: 0 0 0 6px;
	width: 8px;
}
.carousel-indicators li.active {
	background-color: rgba(100, 100, 100, 0.1);
	height: 8px;
	margin: 0 0 0 6px;
	width: 8px;
}
.carousel-caption {
	background: #F1F0EC;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0 0 6px 6px;
	bottom: 0;
	color: #0d0d0d;
	left: 0;
	padding: 20px 19px 22px;
	right: 0;
	text-align: left;
	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 ;
	padding: 0;
}
.carousel-caption p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}
.carousel-control {
	border: none;
	color: inherit;
	height: 0;
	transition: all 0.2;
}
.carousel-control:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.carousel-control.left {
	left: 0;
}
.carousel-control.right {
	right: 20px;
}
.carousel-control span {
	color: #fff;
	cursor: pointer;
}
.carousel-indicators {
	bottom: 15px;
	margin-bottom: 0;
	padding: 0 ;
	right: 30px;
	top: auto;
}
.carousel-indicators li {
	height: 6px;
	width: 6px;
}
.carousel-indicators li.active {
	height: 6px;
	width: 6px;
}
.code_wrapper {
	display: block;
	margin: 0 0 20px ;
}
.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;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-weight: 400;
}
.inline {
	margin-left: 10px;
}
#header {
	border-radius: 0;
	moz-transition: all 0.2s linear;
	o-transition: all 0.2s linear;
	padding: 20px 0;
	transition: all 0.2s linear;
	webkit-transition: all 0.2s linear;
}
#header .navbar-collapse {
	max-height: 500px;
	position: relative;
}
#header .navbar {
	border-bottom: solid 1px #ecf0f1;
	border-radius: 0px;
	margin-bottom: 0;
}
#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 {
	display: block;
	padding: 14px 15px;
}
.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 {
	border-radius: 0;
	border-top: 0;
	margin-top: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
.panel-group .panel:last-child {
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
.panel-group .panel:first-child {
	border-radius: 0;
	moz-border-radius: 0;
	webkit-border-radius: 0;
}
.nav-tabs {
	background: #fff;
	border: 0;
	border-radius: 3px 3px 0 0;
	moz-border-radius: 3px 3px 0 0;
	webkit-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;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	moz-border-radius: 0 0 3px 3px;
	moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
	padding: 15px;
	webkit-border-radius: 0 0 3px 3px;
	webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}
.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-bottom-color: #fcfcfc;
	border-color: #fff;
}
.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 {
	background: none;
	border: 0;
	color: #333;
	font-family: "quicksand", sans-serif;
}
.navbar-default {
	background: none;
}
.navbar-form button.btn[type="submit"],
.navbar-form input.form-control {
	padding: 0 10px;
	margin: 0;
	font-size: 10px;
	border-width: 1px;
	line-height: 32px;
	height: 32px;
}
.navbar-form div.form-group {
	line-height: 0;
}
.catcar-container > button, .catcar-container > div {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.navbar-collapse {
	text-align: center;
}
.navbar-collapse > * {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
}
.dura-entry {
	padding-top: 30px;
	padding-bottom: 30px;
}
.dura-post-thumbnail {
	padding-left: 0;
	padding-right: 0;
}
.dura-entry .dura-list-entry-content header.entry-header {
	padding-top: 0;
}
.dura-entry .dura-list-entry-content .entry-title {
	margin-top: 0;
}
.dura-category-carousel-button {
	padding: 0;
	border: none;
	background: none;
}
.dura-category-carousel-column {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.dura-post-cover {
	display: block;
	width: auto;
	max-height: 20em;
	margin-left: auto;
	margin-right: auto;
}
.dura-main-menu-search-element {
	padding-left: 0;
	padding-right: 0;
}
.owl-item {
	text-align: center;
}
.dura-category-carousel-campaign-description {
	float: right;
}
.page-header {
	border-bottom: none;
}
.archive-description {
	text-align: justify;
}


/**
 * Body
 */


/* Hack to prevent the website to have a big blank zone at its right on mobile on Dundee sites */
body {
	width: 100%;
	overflow: hidden;
}


/**
 * Category Carousel
 */


.dura-category-carousel.campaign-element {
	padding: 3em 0;
}

.dura-category-carousel.standard-category-element {
	padding: 1em 0;
}


/**
 * Main Content
 */


@media ( min-width: 768px ) {
	.dura-main-content-section {
		margin-top: 60px;
	}
}

.dura-main-content-section, .site-inner {
	margin-bottom: 60px;
}


/**
 * Footer
 */


.site-footer {
	padding: 50px 0;
}

.site-footer .container {
	padding: 0;
	margin: auto;
}

.creds {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.footer-element {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.social-icon img {
	width: 50px;
	height: auto;
}


/**
 * Navbar
 */


.navbar-collapse {
	padding: 0;
}

.navbar-form,
.navbar-nav {
	margin: 0;
}

.dura-main-menu .form-group,
.dura-main-menu .form-control {
	width: 100%;
}

.dura-main-menu .btn {
	min-width: 100%;
}

@media ( max-width: 250px ) {
	.dura-main-menu-search-element {
		width: 100%;
	}
}


/**
 * Entry
 */


pre {
	border: 0;
	background: none;
}

.dura-post-thumbnail img {
	width: 100%;
	height: auto;
}

.dura-post-details {
	font-weight: bold;
}

.entry-content a {
	text-decoration: underline;
}

@media ( max-width: 767px ) {
	.dura-list-entry-content {
		padding: 0;
	}

	.entry-title {
		font-size: 1.5em;
	}
	.single .entry-title {
		font-size: 26px;
	}
}


/**
 * Category Carousel
 *
 **/

 .carousel-nav:not(.carousel-nav.*) {
	 font-size: 0;
 }

.dura-carousel-column {
	vertical-align: middle;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.dura-carousel-slider {
	border: none;
	background: none;
}

/* TODO: use variables instead of hard coded values */
@media (min-width: 0) {
	.dura-carousel-slider {
		padding: 5%;
	}
}
@media (min-width: 769px) {
	.dura-carousel-slider {
		padding: 2%;
	}
}
@media (min-width: 994px) {
	.dura-carousel-slider {
		padding: 3%;
	}
}

.dura-category-carousel-slider {
	height: auto;
	width: 100%;
}

.dura-carousel-mosaic-link {
	display: block;
}


/**
 * 
 * Archive page.
 * 
 **/

 .dura-archive-image-and-description-container .dura-archive-description,
 .dura-archive-image-and-description-container .dura-archive-cover {
	 display: inline-block;
	 vertical-align: middle;
	 float: none;
	 border: none;
	 margin: 0;
 }



/**
 * 
 * Single post
 *
 **/



 .twitter-tweet-button {
	vertical-align: bottom;
}