@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700");
.ct-u-display-tablex {
	display: table;
	width: 100%;
}
.ct-u-display-tablex > .ct-u-display-tablex__inner, .ct-u-display-tablex > .inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.browser-mozilla .ct-u-display-tablex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.browser-mozilla .ct-u-display-tablex > .ct-u-display-tablex__inner, .browser-mozilla .ct-u-display-tablex > .inner {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.ct-u-display-tablex-top {
	display: table;
	width: 100%;
}
.ct-u-display-tablex-top > .ct-u-display-tablex-top__inner, .ct-u-display-tablex-top > .inner {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
.browser-mozilla .ct-u-display-tablex-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.browser-mozilla .ct-u-display-tablex-top > .ct-u-display-tablex-top__inner, .browser-mozilla .ct-u-display-tablex-top > .inner {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.ct-u-display-tablex-bottom {
	display: table;
	width: 100%;
}
.ct-u-display-tablex-bottom > .ct-u-display-tablex-bottom__inner, .ct-u-display-tablex-bottom > .inner {
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}
.browser-mozilla .ct-u-display-tablex-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.browser-mozilla .ct-u-display-tablex-bottom > .ct-u-display-tablex-bottom__inner, .browser-mozilla .ct-u-display-tablex-bottom > .inner {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.ct-u-display-table {
	display: table;
	width: 100%;
}
.ct-u-display-table > .inner, .ct-u-display-table > .ct-u-display-table__inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.ct-u-display-table-top {
	display: table;
	width: 100%;
}
.ct-u-display-table-top > .inner, .ct-u-display-table-top > .ct-u-display-table-top__inner {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
.ct-u-display-table-bottom {
	display: table;
	width: 100%;
}
.ct-u-display-table-bottom > .inner, .ct-u-display-table-bottom > .ct-u-display-table-bottom__inner {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
}
.ct-u-font-weight--100 {
	font-weight: 100 !important;
}
.ct-u-font-weight--200 {
	font-weight: 200 !important;
}
.ct-u-font-weight--300 {
	font-weight: 300 !important;
}
.ct-u-font-weight--400 {
	font-weight: 400 !important;
}
.ct-u-font-weight--500 {
	font-weight: 500 !important;
}
.ct-u-font-weight--600 {
	font-weight: 600 !important;
}
.ct-u-font-weight--700 {
	font-weight: 700 !important;
}
.ct-u-font-weight--800 {
	font-weight: 800 !important;
}
.ct-u-font-weight--900 {
	font-weight: 900 !important;
}
.ct-u-font-size--16 {
	font-size: 16px !important;
}
.ct-u-font-size--14 {
	font-size: 14px !important;
}
.ct-u-font-size--20 {
	font-size: 20px !important;
}
.ct-u-font-size--24 {
	font-size: 24px !important;
}
.ct-u-overflow-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ct-u-overflow-hidden {
	overflow: hidden;
}
.ct-u-overflow-visible {
	overflow: visible;
}
.z-depth-0 {
	box-shadow: none !important;
}
.z-depth-1 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-1-half {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.z-depth-2 {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3 {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-4 {
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.z-depth-5 {
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
	-webkit-backface-visibility: hidden;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px;
	line-height: 1.5em;
	color:#4A4A4A;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #19404F;
	font-weight: 700;
	background-color: #F7F4E5;
	border: transparent;
	border-bottom-color: transparent;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.nav-tabs > li.active > a.blue, .nav-tabs > li.active > a.blue:hover, .nav-tabs > li.active > a.blue:focus {
	color: #FFFFFF;
	font-weight: 700;
	background-color: #094E62;
	border: transparent;
	border-bottom-color: transparent;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.nav-tabs > li > a:hover {
	color: #19404F;
	background-color: #FFF;
	border: transparent;
	border-bottom-color: transparent; 
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.nav-tabs > li > .blue:hover {
	color: #FFFFFF;
	background-color: #094E62;
	border: transparent;
	border-bottom-color: transparent;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.nav-tabs {
	border-bottom: none;
	font-family: "Montserrat", sans-serif !important;
	
	}
.tab-pane p {
	font-family: "Montserrat", sans-serif !important;
	color:#02495D;
	font-size:16px;
	line-height:1.5em;
}
.tab-content.blue .tab-pane p {
	font-family: "Montserrat", sans-serif !important;
	color:#FFF;
	font-size:16px;
	line-height:1.5em;
}
.tab-content.blue {
	color: #FFFFFF;
	background-image: url(../images/blue-bkgd.png);
	background-size:cover;
	}
.nav-tabs > li > a {
	margin-right: 2px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.42857143;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	padding: 15px 70px;
	border: none;
}
.nav-tabs > li > a:hover {
	background-color:#F7F4E5;
}
.paddy1 {
	background-image:url(../images/mugshot1.png);
	background-repeat:no-repeat;
	padding-left: 200px;
	min-height: 180px;
}
.paddy2 {
	background-image:url(../images/mugshot2.png);
	background-repeat:no-repeat;
	padding-left: 200px;
	min-height: 180px;
}
.bold-title, .meeting p.bold-title {
	font-size:18px;
	font-weight:700;
	color:#19404F;
	line-height:2.2em;
}
.meeting p {
	font-size:14px;
}
.icon {
	width: 100px;
	height: 100px;
}
.meeting {
	background-image: url(../images/meeting-room.png);
	background-size: cover;
	background-position:center top;
}
.contact {
	background-image: url(../images/contact.png);
	background-size: cover;
	background-position:center top;
}
.section-space {
	padding: 100px 0;
}
.wh-icon {
	width: 80px;
	float:left;
	margin: 15px 20px 0 0;
}
.wh-icon-txt {
	margin-left: 100px;
	padding: 25px 0;
}
.wh-icon-txt2 {
	margin-left: 100px;
}
.header-link {
	font-size: 16px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 50px;
    border-bottom: solid 1px #FFF;
    padding-bottom: 3px;
}
.header-link:hover {
	color:#CBB943;
	text-decoration:none;
	border-bottom:none;
}
.footer-nav li {
	display:inline-block;
	text-align:center;
	float:none;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.footer-nav li a {
	padding: 40px 30px;
	color: #FFFFFF;
	text-decoration:none;
	font-family: "Montserrat", sans-serif !important;
}
.footer-nav li a:hover {
	text-decoration:underline;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}
.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
}
.section-bg {background-color:#F7F4E5;}
.section-bg p {color:#19404F;}
.gold-title {color:#CBB943; font-size:18px; font-weight:700; line-height:2.0em;}
.navbar-nav {
    margin: 0;
}
.mobile-padding {adding: 15px 20%;}
.desktop-paddy {display:table; min-height:180px; margin-bottom:40px;}
.seeoff {
	opacity: inherit;
}
.seeon {
	opacity: 1;
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-30px);
}
 80% {
 -webkit-transform: translateX(10px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
 @keyframes bounceInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-30px);
 transform: translateX(-30px);
}
 80% {
 -webkit-transform: translateX(10px);
 transform: translateX(10px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
 @-webkit-keyframes bounceOutRight {
 0% {
 -webkit-transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
}
}
 @keyframes bounceOutRight {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis  & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * $author Brian Reavis <brian$thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, 0.06) !important;
	border: 0 none !important;
	box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: '!';
	visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: 0.4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
	color: black;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	/* fixes ie bug (see #392) */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 0 0;
	border-left: 1px solid #d0d0d0;
	border-radius: 0 2px 2px 0;
	box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: white;
}
.selectize-control {
	position: relative;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 13px;
	line-height: 18px;
	-webkit-font-smoothing: inherit;
}
.selectize-input, .selectize-control.single .selectize-input.input-active {
	background: #fff;
	cursor: text;
	display: inline-block;
}
.selectize-input {
	border: 1px solid #d0d0d0;
	padding: 8px 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
	padding: 6px 8px 3px;
}
.selectize-input.full {
	background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
	cursor: default !important;
}
.selectize-input.focus {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
	border-radius: 3px 3px 0 0;
}
.selectize-input > * {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.selectize-control.multi .selectize-input > div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #f2f2f2;
	color: #303030;
	border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
	background: #e8e8e8;
	color: #303030;
	border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
	color: #7d7d7d;
	background: white;
	border: 0 solid white;
}
.selectize-input > input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 2px 0 0 !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: none !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	box-shadow: none;
}
.selectize-input > input:focus {
	outline: none !important;
}
 .selectize-input > input::-ms-clear {
 display: none;
}
.selectize-input::after {
	content: ' ';
	display: block;
	clear: left;
}
.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}
.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0 0;
	border-top: 0 none;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, 0.2);
	border-radius: 1px;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
	padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default;
}
.selectize-dropdown .active {
	background-color: #f5fafd;
	color: #495c68;
}
.selectize-dropdown .active.create {
	color: #495c68;
}
.selectize-dropdown .create {
	color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
	cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
	cursor: text;
}
.selectize-control.single .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto;
}
.selectize-control.rtl .selectize-input > input {
	margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
	opacity: 0.5;
	background-color: #fafafa;
}
.selectize-dropdown, .selectize-dropdown.form-control {
	height: auto;
	padding: 0;
	margin: 2px 0 0 0;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
	font-size: 12px;
	line-height: 1.42857;
}
.selectize-dropdown .optgroup:first-child:before {
	display: none;
}
.selectize-dropdown .optgroup:before {
	content: ' ';
	display: block;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	margin-left: -12px;
	margin-right: -12px;
}
.selectize-dropdown-content {
	padding: 5px 0;
}
.selectize-dropdown-header {
	padding: 6px 12px;
}
.selectize-input {
	min-height: 34px;
}
.selectize-input.dropdown-active {
	border-radius: 4px;
}
.selectize-input.dropdown-active::before {
	display: none;
}
.selectize-input.focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
	padding-left: 9px;
	padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
	border-radius: 3px;
}
.form-control.selectize-control {
	padding: 0;
	height: auto;
	border: none;
	background: none;
	box-shadow: none;
	border-radius: 0;
}
html, body, img, figure {
	max-width: 100%;
}
html, body {
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}
body {
	position: relative;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: inherit;
}
a {
	-webkit-transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
	transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
}
button, .btn, .ct-cart__product-checkout, .ct-cart__product-clear {
	-webkit-transition: background-color, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
	transition: background-color, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
}
* {
	outline: none !important;
}
ul {
	margin-bottom: 0;
}
[data-background], [data-parallax] {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
[data-parallax] {
	background-attachment: fixed;
}
.mobile [data-parallax], .tablet [data-parallax] {
	background-attachment: scroll !important;
}
.media-object {
	max-width: none;
}
.gm-style * {
	touch-action: inherit !important;
}
.ct-slick .slick-track, .ct-slick .slick-list, .ct-slick .item, .ct-slick .slick-item {
	min-height: inherit;
}

@media only screen and (min-width: 768px) {
.dropdown:hover > ul.dropdown-menu {
	display: block;
}
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
.pull-right.ct-u-reset--floatSM {
	float: none !important;
}
}
.ct-fs--italic {
	font-style: italic;
}
html {
	font-size: 50%;
}

@media only screen and (min-width: 768px) {
html {
	font-size: 55.5555%;
}
}

@media only screen and (min-width: 992px) {
html {
	font-size: 62.5%;
}
}
h1, .h1 {
	font-size: 72px;
	font-size: 7.2rem;
}
h1 small, .h1 small {
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: inherit;
	color: inherit;
}
h2, .h2 {
	font-size: 40px;
	font-family: "Montserrat", sans-serif !important;
	color:#19404F;
	font-weight: 700;
	padding-bottom: 20px;
}
h3, .h3 {
	font-size: 24px;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700;
	color: #1F5162;
}
h4, .h4, p.lead, .ct-descriptionList dt, .ct-descriptionList dd {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
}
h5, .h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
h6, .h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
header {
	font-size: 18px;
	font-size: 2.5rem;
}
p.lead {
	font-weight: 400;
	color: #666;
}
p {
	line-height:1.6em;
	padding: 15px 0;
	font-weight:300;
}
.ct-u-background--motive {
	background-color: #00bcdf !important;
}
.ct-u-color--motive {
	color: #00bcdf !important;
}
.ct-u-background--accent {
	background-color: #00bcd4 !important;
}
.ct-u-color--accent {
	color: #00bcd4 !important;
}
.ct-u-background--white {
	background-color: white !important;
}
.ct-u-color--white {
	color: white !important;
}
.ct-u-background--gray {
	background-color: #666 !important;
}
.ct-u-color--gray {
	color: #666 !important;
}
.ct-u-background--gray-lighter {
	background-color: #eeeeee !important;
}
.ct-u-color--gray-lighter {
	color: #eeeeee !important;
}
.ct-u-font-weight--100 {
	font-weight: 100 !important;
}
.ct-u-font-weight--200 {
	font-weight: 200 !important;
}
.ct-u-font-weight--300 {
	font-weight: 300 !important;
}
.ct-u-font-weight--400 {
	font-weight: 400 !important;
}
.ct-u-font-weight--500 {
	font-weight: 500 !important;
}
.ct-u-font-weight--600 {
	font-weight: 600 !important;
}
.ct-u-font-weight--700 {
	font-weight: 700 !important;
}
.ct-u-font-weight--800 {
	font-weight: 800 !important;
}
.ct-u-font-weight--900 {
	font-weight: 900 !important;
}
.ct-u-font-size--16 {
	font-size: 16px !important;
}
.ct-u-font-size--20 {
	font-size: 20px !important;
}
.ct-u-font-size--24 {
	font-size: 24px !important;
}
.ct-u-font-family-monsterrat {
	font-family: "Montserrat", sans-serif !important;
}
.ct-u-font-italic {
	font-style: italic;
}
.ct-u-padding-both-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ct-u-padding-top-0 {
	padding-top: 0px !important;
}
.ct-u-padding-bottom-0 {
	padding-bottom: 0px !important;
}
.ct-u-padding-right-0 {
	padding-right: 0px !important;
}
.ct-u-padding-left-0 {
	padding-left: 0px !important;
}
.ct-u-padding-both-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.ct-u-padding-top-15 {
	padding-top: 15px !important;
}
.ct-u-padding-bottom-15 {
	padding-bottom: 15px !important;
}
.ct-u-padding-right-15 {
	padding-right: 15px !important;
}
.ct-u-padding-left-15 {
	padding-left: 15px !important;
}
.ct-u-padding-both-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.ct-u-padding-top-20 {
	padding-top: 20px !important;
}
.ct-u-padding-bottom-20 {
	padding-bottom: 20px !important;
}
.ct-u-padding-right-20 {
	padding-right: 20px !important;
}
.ct-u-padding-left-20 {
	padding-left: 20px !important;
}
.ct-u-padding-both-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.ct-u-padding-top-25 {
	padding-top: 25px !important;
}
.ct-u-padding-bottom-25 {
	padding-bottom: 25px !important;
}
.ct-u-padding-right-25 {
	padding-right: 25px !important;
}
.ct-u-padding-left-25 {
	padding-left: 25px !important;
}
.ct-u-padding-both-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.ct-u-padding-top-30 {
	padding-top: 30px !important;
}
.ct-u-padding-bottom-30 {
	padding-bottom: 30px !important;
}
.ct-u-padding-right-30 {
	padding-right: 30px !important;
}
.ct-u-padding-left-30 {
	padding-left: 30px !important;
}
.ct-u-padding-both-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.ct-u-padding-top-40 {
	padding-top: 40px !important;
}
.ct-u-padding-bottom-40 {
	padding-bottom: 40px !important;
}
.ct-u-padding-right-40 {
	padding-right: 40px !important;
}
.ct-u-padding-left-40 {
	padding-left: 40px !important;
}
.ct-u-padding-both-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.ct-u-padding-top-50 {
	padding-top: 50px !important;
}
.ct-u-padding-bottom-50 {
	padding-bottom: 50px !important;
}
.ct-u-padding-right-50 {
	padding-right: 50px !important;
}
.ct-u-padding-left-50 {
	padding-left: 50px !important;
}
.ct-u-padding-both-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.ct-u-padding-top-60 {
	padding-top: 60px !important;
}
.ct-u-padding-bottom-60 {
	padding-bottom: 60px !important;
}
.ct-u-padding-right-60 {
	padding-right: 60px !important;
}
.ct-u-padding-left-60 {
	padding-left: 60px !important;
}
.ct-u-padding-both-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.ct-u-padding-top-70 {
	padding-top: 70px !important;
}
.ct-u-padding-bottom-70 {
	padding-bottom: 70px !important;
}
.ct-u-padding-right-70 {
	padding-right: 70px !important;
}
.ct-u-padding-left-70 {
	padding-left: 70px !important;
}
.ct-u-padding-both-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}
.ct-u-padding-top-75 {
	padding-top: 75px !important;
}
.ct-u-padding-bottom-75 {
	padding-bottom: 75px !important;
}
.ct-u-padding-right-75 {
	padding-right: 75px !important;
}
.ct-u-padding-left-75 {
	padding-left: 75px !important;
}
.ct-u-padding-both-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.ct-u-padding-top-80 {
	padding-top: 80px !important;
}
.ct-u-padding-bottom-80 {
	padding-bottom: 80px !important;
}
.ct-u-padding-right-80 {
	padding-right: 80px !important;
}
.ct-u-padding-left-80 {
	padding-left: 80px !important;
}
.ct-u-padding-both-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.ct-u-padding-top-90 {
	padding-top: 90px !important;
}
.ct-u-padding-bottom-90 {
	padding-bottom: 90px !important;
}
.ct-u-padding-right-90 {
	padding-right: 90px !important;
}
.ct-u-padding-left-90 {
	padding-left: 90px !important;
}
.ct-u-padding-both-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.ct-u-padding-top-100 {
	padding-top: 100px !important;
}
.ct-u-padding-bottom-100 {
	padding-bottom: 100px !important;
}
.ct-u-padding-right-100 {
	padding-right: 100px !important;
}
.ct-u-padding-left-100 {
	padding-left: 100px !important;
}
.ct-u-padding-both-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}
.ct-u-padding-top-110 {
	padding-top: 110px !important;
}
.ct-u-padding-bottom-110 {
	padding-bottom: 110px !important;
}
.ct-u-padding-right-110 {
	padding-right: 110px !important;
}
.ct-u-padding-left-110 {
	padding-left: 110px !important;
}
.ct-u-padding-both-145 {
	padding-top: 145px !important;
	padding-bottom: 145px !important;
}
.ct-u-padding-top-145 {
	padding-top: 145px !important;
}
.ct-u-padding-bottom-145 {
	padding-bottom: 145px !important;
}
.ct-u-padding-right-145 {
	padding-right: 145px !important;
}
.ct-u-padding-left-145 {
	padding-left: 145px !important;
}
.ct-u-padding-both-175 {
	padding-top: 175px !important;
	padding-bottom: 175px !important;
}
.ct-u-padding-top-175 {
	padding-top: 175px !important;
}
.ct-u-padding-bottom-175 {
	padding-bottom: 175px !important;
}
.ct-u-padding-right-175 {
	padding-right: 175px !important;
}
.ct-u-padding-left-175 {
	padding-left: 175px !important;
}
.ct-u-padding-both-200 {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}
.ct-u-padding-top-200 {
	padding-top: 200px !important;
}
.ct-u-padding-bottom-200 {
	padding-bottom: 200px !important;
}
.ct-u-padding-right-200 {
	padding-right: 200px !important;
}
.ct-u-padding-left-200 {
	padding-left: 200px !important;
}
.ct-u-padding-both-190 {
	padding-top: 190px !important;
	padding-bottom: 190px !important;
}
.ct-u-padding-top-190 {
	padding-top: 190px !important;
}
.ct-u-padding-bottom-190 {
	padding-bottom: 190px !important;
}
.ct-u-padding-right-190 {
	padding-right: 190px !important;
}
.ct-u-padding-left-190 {
	padding-left: 190px !important;
}
.ct-u-margin-both-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.ct-u-margin-top-0 {
	margin-top: 0px !important;
}
.ct-u-margin-bottom-0 {
	margin-bottom: 0px !important;
}
.ct-u-margin-right-0 {
	margin-right: 0px !important;
}
.ct-u-margin-left-0 {
	margin-left: 0px !important;
}
.ct-u-margin-both-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.ct-u-margin-top-15 {
	margin-top: 15px !important;
}
.ct-u-margin-bottom-15 {
	margin-bottom: 15px !important;
}
.ct-u-margin-right-15 {
	margin-right: 15px !important;
}
.ct-u-margin-left-15 {
	margin-left: 15px !important;
}
.ct-u-margin-both-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.ct-u-margin-top-20 {
	margin-top: 20px !important;
}
.ct-u-margin-bottom-20 {
	margin-bottom: 20px !important;
}
.ct-u-margin-right-20 {
	margin-right: 20px !important;
}
.ct-u-margin-left-20 {
	margin-left: 20px !important;
}
.ct-u-margin-both-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.ct-u-margin-top-25 {
	margin-top: 25px !important;
}
.ct-u-margin-bottom-25 {
	margin-bottom: 25px !important;
}
.ct-u-margin-right-25 {
	margin-right: 25px !important;
}
.ct-u-margin-left-25 {
	margin-left: 25px !important;
}
.ct-u-margin-both-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.ct-u-margin-top-30 {
	margin-top: 30px !important;
}
.ct-u-margin-bottom-30 {
	margin-bottom: 30px !important;
}
.ct-u-margin-right-30 {
	margin-right: 30px !important;
}
.ct-u-margin-left-30 {
	margin-left: 30px !important;
}
.ct-u-margin-both-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.ct-u-margin-top-40 {
	margin-top: 40px !important;
}
.ct-u-margin-bottom-40 {
	margin-bottom: 40px !important;
}
.ct-u-margin-right-40 {
	margin-right: 40px !important;
}
.ct-u-margin-left-40 {
	margin-left: 40px !important;
}
.ct-u-margin-both-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.ct-u-margin-top-50 {
	margin-top: 50px !important;
}
.ct-u-margin-bottom-50 {
	margin-bottom: 50px !important;
}
.ct-u-margin-right-50 {
	margin-right: 50px !important;
}
.ct-u-margin-left-50 {
	margin-left: 50px !important;
}
.ct-u-margin-both-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.ct-u-margin-top-60 {
	margin-top: 60px !important;
}
.ct-u-margin-bottom-60 {
	margin-bottom: 60px !important;
}
.ct-u-margin-right-60 {
	margin-right: 60px !important;
}
.ct-u-margin-left-60 {
	margin-left: 60px !important;
}
.ct-u-margin-both-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.ct-u-margin-top-70 {
	margin-top: 70px !important;
}
.ct-u-margin-bottom-70 {
	margin-bottom: 70px !important;
}
.ct-u-margin-right-70 {
	margin-right: 70px !important;
}
.ct-u-margin-left-70 {
	margin-left: 70px !important;
}
.ct-u-margin-both-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}
.ct-u-margin-top-75 {
	margin-top: 75px !important;
}
.ct-u-margin-bottom-75 {
	margin-bottom: 75px !important;
}
.ct-u-margin-right-75 {
	margin-right: 75px !important;
}
.ct-u-margin-left-75 {
	margin-left: 75px !important;
}
.ct-u-margin-both-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
.ct-u-margin-top-80 {
	margin-top: 80px !important;
}
.ct-u-margin-bottom-80 {
	margin-bottom: 80px !important;
}
.ct-u-margin-right-80 {
	margin-right: 80px !important;
}
.ct-u-margin-left-80 {
	margin-left: 80px !important;
}
.ct-u-margin-both-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}
.ct-u-margin-top-90 {
	margin-top: 90px !important;
}
.ct-u-margin-bottom-90 {
	margin-bottom: 90px !important;
}
.ct-u-margin-right-90 {
	margin-right: 90px !important;
}
.ct-u-margin-left-90 {
	margin-left: 90px !important;
}
.ct-u-margin-both-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.ct-u-margin-top-100 {
	margin-top: 100px !important;
}
.ct-u-margin-bottom-100 {
	margin-bottom: 100px !important;
}
.ct-u-margin-right-100 {
	margin-right: 100px !important;
}
.ct-u-margin-left-100 {
	margin-left: 100px !important;
}
.ct-u-margin-both-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}
.ct-u-margin-top-110 {
	margin-top: 110px !important;
}
.ct-u-margin-bottom-110 {
	margin-bottom: 110px !important;
}
.ct-u-margin-right-110 {
	margin-right: 110px !important;
}
.ct-u-margin-left-110 {
	margin-left: 110px !important;
}
.ct-u-margin-both-145 {
	margin-top: 145px !important;
	margin-bottom: 145px !important;
}
.ct-u-margin-top-145 {
	margin-top: 145px !important;
}
.ct-u-margin-bottom-145 {
	margin-bottom: 145px !important;
}
.ct-u-margin-right-145 {
	margin-right: 145px !important;
}
.ct-u-margin-left-145 {
	margin-left: 145px !important;
}
.ct-u-margin-both-175 {
	margin-top: 175px !important;
	margin-bottom: 175px !important;
}
.ct-u-margin-top-175 {
	margin-top: 175px !important;
}
.ct-u-margin-bottom-175 {
	margin-bottom: 175px !important;
}
.ct-u-margin-right-175 {
	margin-right: 175px !important;
}
.ct-u-margin-left-175 {
	margin-left: 175px !important;
}
.ct-u-margin-both-200 {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}
.ct-u-margin-top-200 {
	margin-top: 200px !important;
}
.ct-u-margin-bottom-200 {
	margin-bottom: 200px !important;
}
.ct-u-margin-right-200 {
	margin-right: 200px !important;
}
.ct-u-margin-left-200 {
	margin-left: 200px !important;
}
.ct-u-margin-both-190 {
	margin-top: 190px !important;
	margin-bottom: 190px !important;
}
.ct-u-margin-top-190 {
	margin-top: 190px !important;
}
.ct-u-margin-bottom-190 {
	margin-bottom: 190px !important;
}
.ct-u-margin-right-190 {
	margin-right: 190px !important;
}
.ct-u-margin-left-190 {
	margin-left: 190px !important;
}
.set2 ul {
	list-style-type:none;
	padding-left:0;
}
.set2 ul li {
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-size:14px;
	background-position: 0px 25px;
	padding:20px 0 5px 35px;
	font-size:20px;
	border-bottom: 1px solid #E9E5D6;
	margin-bottom:10px;
	color:#19404F;
	}
.section-title, p.section-title {
	color:#CBB943;
	font-size:20px;
}

@media (max-width: 991px) {
.ct-u-padding-both-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ct-u-padding-top-0 {
	padding-top: 0px !important;
}
.ct-u-padding-bottom-0 {
	padding-bottom: 0px !important;
}
.ct-u-padding-right-0 {
	padding-right: 0px !important;
}
.ct-u-padding-left-0 {
	padding-left: 0px !important;
}
.ct-u-padding-both-15 {
	padding-top: 7.5px !important;
	padding-bottom: 7.5px !important;
}
.ct-u-padding-top-15 {
	padding-top: 7.5px !important;
}
.ct-u-padding-bottom-15 {
	padding-bottom: 7.5px !important;
}
.ct-u-padding-right-15 {
	padding-right: 7.5px !important;
}
.ct-u-padding-left-15 {
	padding-left: 7.5px !important;
}
.ct-u-padding-both-20 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.ct-u-padding-top-20 {
	padding-top: 10px !important;
}
.ct-u-padding-bottom-20 {
	padding-bottom: 10px !important;
}
.ct-u-padding-right-20 {
	padding-right: 10px !important;
}
.ct-u-padding-left-20 {
	padding-left: 10px !important;
}
.ct-u-padding-both-25 {
	padding-top: 12.5px !important;
	padding-bottom: 12.5px !important;
}
.ct-u-padding-top-25 {
	padding-top: 12.5px !important;
}
.ct-u-padding-bottom-25 {
	padding-bottom: 12.5px !important;
}
.ct-u-padding-right-25 {
	padding-right: 12.5px !important;
}
.ct-u-padding-left-25 {
	padding-left: 12.5px !important;
}
.ct-u-padding-both-30 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.ct-u-padding-top-30 {
	padding-top: 15px !important;
}
.ct-u-padding-bottom-30 {
	padding-bottom: 15px !important;
}
.ct-u-padding-right-30 {
	padding-right: 15px !important;
}
.ct-u-padding-left-30 {
	padding-left: 15px !important;
}
.ct-u-padding-both-40 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.ct-u-padding-top-40 {
	padding-top: 20px !important;
}
.ct-u-padding-bottom-40 {
	padding-bottom: 20px !important;
}
.ct-u-padding-right-40 {
	padding-right: 20px !important;
}
.ct-u-padding-left-40 {
	padding-left: 20px !important;
}
.ct-u-padding-both-50 {
	padding-top: 110px !important;
	padding-bottom: 25px !important;
}
.ct-u-padding-top-50 {
	padding-top: 25px !important;
}
.ct-u-padding-bottom-50 {
	padding-bottom: 25px !important;
}
.ct-u-padding-right-50 {
	padding-right: 25px !important;
}
.ct-u-padding-left-50 {
	padding-left: 25px !important;
}
.ct-u-padding-both-60 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.ct-u-padding-top-60 {
	padding-top: 30px !important;
}
.ct-u-padding-bottom-60 {
	padding-bottom: 30px !important;
}
.ct-u-padding-right-60 {
	padding-right: 30px !important;
}
.ct-u-padding-left-60 {
	padding-left: 30px !important;
}
.ct-u-padding-both-70 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}
.ct-u-padding-top-70 {
	padding-top: 35px !important;
}
.ct-u-padding-bottom-70 {
	padding-bottom: 35px !important;
}
.ct-u-padding-right-70 {
	padding-right: 35px !important;
}
.ct-u-padding-left-70 {
	padding-left: 35px !important;
}
.ct-u-padding-both-75 {
	padding-top: 37.5px !important;
	padding-bottom: 37.5px !important;
}
.ct-u-padding-top-75 {
	padding-top: 37.5px !important;
}
.ct-u-padding-bottom-75 {
	padding-bottom: 37.5px !important;
}
.ct-u-padding-right-75 {
	padding-right: 37.5px !important;
}
.ct-u-padding-left-75 {
	padding-left: 37.5px !important;
}
.ct-u-padding-both-80 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.ct-u-padding-top-80 {
	padding-top: 40px !important;
}
.ct-u-padding-bottom-80 {
	padding-bottom: 40px !important;
}
.ct-u-padding-right-80 {
	padding-right: 40px !important;
}
.ct-u-padding-left-80 {
	padding-left: 40px !important;
}
.ct-u-padding-both-90 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
.ct-u-padding-top-90 {
	padding-top: 45px !important;
}
.ct-u-padding-bottom-90 {
	padding-bottom: 45px !important;
}
.ct-u-padding-right-90 {
	padding-right: 45px !important;
}
.ct-u-padding-left-90 {
	padding-left: 45px !important;
}
.ct-u-padding-both-100 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.ct-u-padding-top-100 {
	padding-top: 50px !important;
}
.ct-u-padding-bottom-100 {
	padding-bottom: 50px !important;
}
.ct-u-padding-right-100 {
	padding-right: 50px !important;
}
.ct-u-padding-left-100 {
	padding-left: 50px !important;
}
.ct-u-padding-both-110 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}
.ct-u-padding-top-110 {
	padding-top: 55px !important;
}
.ct-u-padding-bottom-110 {
	padding-bottom: 55px !important;
}
.ct-u-padding-right-110 {
	padding-right: 55px !important;
}
.ct-u-padding-left-110 {
	padding-left: 55px !important;
}
.ct-u-padding-both-145 {
	padding-top: 72.5px !important;
	padding-bottom: 72.5px !important;
}
.ct-u-padding-top-145 {
	padding-top: 72.5px !important;
}
.ct-u-padding-bottom-145 {
	padding-bottom: 72.5px !important;
}
.ct-u-padding-right-145 {
	padding-right: 72.5px !important;
}
.ct-u-padding-left-145 {
	padding-left: 72.5px !important;
}
.ct-u-padding-both-175 {
	padding-top: 87.5px !important;
	padding-bottom: 87.5px !important;
}
.ct-u-padding-top-175 {
	padding-top: 87.5px !important;
}
.ct-u-padding-bottom-175 {
	padding-bottom: 87.5px !important;
}
.ct-u-padding-right-175 {
	padding-right: 87.5px !important;
}
.ct-u-padding-left-175 {
	padding-left: 87.5px !important;
}
.ct-u-padding-both-200 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.ct-u-padding-top-200 {
	padding-top: 100px !important;
}
.ct-u-padding-bottom-200 {
	padding-bottom: 100px !important;
}
.ct-u-padding-right-200 {
	padding-right: 100px !important;
}
.ct-u-padding-left-200 {
	padding-left: 100px !important;
}
.ct-u-padding-both-190 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}
.ct-u-padding-top-190 {
	padding-top: 95px !important;
}
.ct-u-padding-bottom-190 {
	padding-bottom: 95px !important;
}
.ct-u-padding-right-190 {
	padding-right: 95px !important;
}
.ct-u-padding-left-190 {
	padding-left: 95px !important;
}
.ct-u-margin-both-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.ct-u-margin-top-0 {
	margin-top: 0px !important;
}
.ct-u-margin-bottom-0 {
	margin-bottom: 0px !important;
}
.ct-u-margin-right-0 {
	margin-right: 0px !important;
}
.ct-u-margin-left-0 {
	margin-left: 0px !important;
}
.ct-u-margin-both-15 {
	margin-top: 7.5px !important;
	margin-bottom: 7.5px !important;
}
.ct-u-margin-top-15 {
	margin-top: 7.5px !important;
}
.ct-u-margin-bottom-15 {
	margin-bottom: 7.5px !important;
}
.ct-u-margin-right-15 {
	margin-right: 7.5px !important;
}
.ct-u-margin-left-15 {
	margin-left: 7.5px !important;
}
.ct-u-margin-both-20 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.ct-u-margin-top-20 {
	margin-top: 10px !important;
}
.ct-u-margin-bottom-20 {
	margin-bottom: 10px !important;
}
.ct-u-margin-right-20 {
	margin-right: 10px !important;
}
.ct-u-margin-left-20 {
	margin-left: 10px !important;
}
.ct-u-margin-both-25 {
	margin-top: 12.5px !important;
	margin-bottom: 12.5px !important;
}
.ct-u-margin-top-25 {
	margin-top: 12.5px !important;
}
.ct-u-margin-bottom-25 {
	margin-bottom: 12.5px !important;
}
.ct-u-margin-right-25 {
	margin-right: 12.5px !important;
}
.ct-u-margin-left-25 {
	margin-left: 12.5px !important;
}
.ct-u-margin-both-30 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.ct-u-margin-top-30 {
	margin-top: 15px !important;
}
.ct-u-margin-bottom-30 {
	margin-bottom: 15px !important;
}
.ct-u-margin-right-30 {
	margin-right: 15px !important;
}
.ct-u-margin-left-30 {
	margin-left: 15px !important;
}
.ct-u-margin-both-40 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.ct-u-margin-top-40 {
	margin-top: 20px !important;
}
.ct-u-margin-bottom-40 {
	margin-bottom: 20px !important;
}
.ct-u-margin-right-40 {
	margin-right: 20px !important;
}
.ct-u-margin-left-40 {
	margin-left: 20px !important;
}
.ct-u-margin-both-50 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.ct-u-margin-top-50 {
	margin-top: 25px !important;
}
.ct-u-margin-bottom-50 {
	margin-bottom: 25px !important;
}
.ct-u-margin-right-50 {
	margin-right: 25px !important;
}
.ct-u-margin-left-50 {
	margin-left: 25px !important;
}
.ct-u-margin-both-60 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.ct-u-margin-top-60 {
	margin-top: 30px !important;
}
.ct-u-margin-bottom-60 {
	margin-bottom: 30px !important;
}
.ct-u-margin-right-60 {
	margin-right: 30px !important;
}
.ct-u-margin-left-60 {
	margin-left: 30px !important;
}
.ct-u-margin-both-70 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}
.ct-u-margin-top-70 {
	margin-top: 35px !important;
}
.ct-u-margin-bottom-70 {
	margin-bottom: 35px !important;
}
.ct-u-margin-right-70 {
	margin-right: 35px !important;
}
.ct-u-margin-left-70 {
	margin-left: 35px !important;
}
.ct-u-margin-both-75 {
	margin-top: 37.5px !important;
	margin-bottom: 37.5px !important;
}
.ct-u-margin-top-75 {
	margin-top: 37.5px !important;
}
.ct-u-margin-bottom-75 {
	margin-bottom: 37.5px !important;
}
.ct-u-margin-right-75 {
	margin-right: 37.5px !important;
}
.ct-u-margin-left-75 {
	margin-left: 37.5px !important;
}
.ct-u-margin-both-80 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.ct-u-margin-top-80 {
	margin-top: 40px !important;
}
.ct-u-margin-bottom-80 {
	margin-bottom: 40px !important;
}
.ct-u-margin-right-80 {
	margin-right: 40px !important;
}
.ct-u-margin-left-80 {
	margin-left: 40px !important;
}
.ct-u-margin-both-90 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}
.ct-u-margin-top-90 {
	margin-top: 45px !important;
}
.ct-u-margin-bottom-90 {
	margin-bottom: 45px !important;
}
.ct-u-margin-right-90 {
	margin-right: 45px !important;
}
.ct-u-margin-left-90 {
	margin-left: 45px !important;
}
.ct-u-margin-both-100 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.ct-u-margin-top-100 {
	margin-top: 50px !important;
}
.ct-u-margin-bottom-100 {
	margin-bottom: 50px !important;
}
.ct-u-margin-right-100 {
	margin-right: 50px !important;
}
.ct-u-margin-left-100 {
	margin-left: 50px !important;
}
.ct-u-margin-both-110 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}
.ct-u-margin-top-110 {
	margin-top: 55px !important;
}
.ct-u-margin-bottom-110 {
	margin-bottom: 55px !important;
}
.ct-u-margin-right-110 {
	margin-right: 55px !important;
}
.ct-u-margin-left-110 {
	margin-left: 55px !important;
}
.ct-u-margin-both-145 {
	margin-top: 72.5px !important;
	margin-bottom: 72.5px !important;
}
.ct-u-margin-top-145 {
	margin-top: 72.5px !important;
}
.ct-u-margin-bottom-145 {
	margin-bottom: 72.5px !important;
}
.ct-u-margin-right-145 {
	margin-right: 72.5px !important;
}
.ct-u-margin-left-145 {
	margin-left: 72.5px !important;
}
.ct-u-margin-both-175 {
	margin-top: 87.5px !important;
	margin-bottom: 87.5px !important;
}
.ct-u-margin-top-175 {
	margin-top: 87.5px !important;
}
.ct-u-margin-bottom-175 {
	margin-bottom: 87.5px !important;
}
.ct-u-margin-right-175 {
	margin-right: 87.5px !important;
}
.ct-u-margin-left-175 {
	margin-left: 87.5px !important;
}
.ct-u-margin-both-200 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.ct-u-margin-top-200 {
	margin-top: 100px !important;
}
.ct-u-margin-bottom-200 {
	margin-bottom: 100px !important;
}
.ct-u-margin-right-200 {
	margin-right: 100px !important;
}
.ct-u-margin-left-200 {
	margin-left: 100px !important;
}
.ct-u-margin-both-190 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}
.ct-u-margin-top-190 {
	margin-top: 95px !important;
}
.ct-u-margin-bottom-190 {
	margin-bottom: 95px !important;
}
.ct-u-margin-right-190 {
	margin-right: 95px !important;
}
.ct-u-margin-left-190 {
	margin-left: 95px !important;
}
}

@media only screen and (max-width: 0) {
.text-center-xs {
	text-align: center !important;
}
.text-left-xs {
	text-align: left !important;
}
.text-right-xs {
	text-align: right !important;
}
.float-none-xs {
	float: none !important;
}
.float-left-xs {
	float: left !important;
}
.float-right-xs {
	float: right !important;
}
}

@media only screen and (max-width: 767px) {
.text-center-sm {
	text-align: center !important;
}
.text-left-sm {
	text-align: left !important;
}
.text-right-sm {
	text-align: right !important;
}
.float-none-sm {
	float: none !important;
}
.float-left-sm {
	float: left !important;
}
.float-right-sm {
	float: right !important;
}
}

@media only screen and (max-width: 991px) {
.text-center-md {
	text-align: center !important;
}
.text-left-md {
	text-align: left !important;
}
.text-right-md {
	text-align: right !important;
}
.float-none-md {
	float: none !important;
}
.float-left-md {
	float: left !important;
}
.float-right-md {
	float: right !important;
}
}

@media only screen and (max-width: 1199px) {
.text-center-lg {
	text-align: center !important;
}
.text-left-lg {
	text-align: left !important;
}
.text-right-lg {
	text-align: right !important;
}
.float-none-lg {
	float: none !important;
}
.float-left-lg {
	float: left !important;
}
.float-right-lg {
	float: right !important;
}
}

@media (max-width: 991px) {
.ct-u-padding-both-0-sm {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ct-u-padding-top-0-sm {
	padding-top: 0px !important;
}
.ct-u-padding-bottom-0-sm {
	padding-bottom: 0px !important;
}
.ct-u-padding-right-0-sm {
	padding-right: 0px !important;
}
.ct-u-padding-left-0-sm {
	padding-left: 0px !important;
}
.ct-u-padding-both-15-sm {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.ct-u-padding-top-15-sm {
	padding-top: 15px !important;
}
.ct-u-padding-bottom-15-sm {
	padding-bottom: 15px !important;
}
.ct-u-padding-right-15-sm {
	padding-right: 15px !important;
}
.ct-u-padding-left-15-sm {
	padding-left: 15px !important;
}
.ct-u-padding-both-20-sm {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.ct-u-padding-top-20-sm {
	padding-top: 20px !important;
}
.ct-u-padding-bottom-20-sm {
	padding-bottom: 20px !important;
}
.ct-u-padding-right-20-sm {
	padding-right: 20px !important;
}
.ct-u-padding-left-20-sm {
	padding-left: 20px !important;
}
.ct-u-padding-both-25-sm {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.ct-u-padding-top-25-sm {
	padding-top: 25px !important;
}
.ct-u-padding-bottom-25-sm {
	padding-bottom: 25px !important;
}
.ct-u-padding-right-25-sm {
	padding-right: 25px !important;
}
.ct-u-padding-left-25-sm {
	padding-left: 25px !important;
}
.ct-u-padding-both-30-sm {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.ct-u-padding-top-30-sm {
	padding-top: 30px !important;
}
.ct-u-padding-bottom-30-sm {
	padding-bottom: 30px !important;
}
.ct-u-padding-right-30-sm {
	padding-right: 30px !important;
}
.ct-u-padding-left-30-sm {
	padding-left: 30px !important;
}
.ct-u-padding-both-40-sm {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.ct-u-padding-top-40-sm {
	padding-top: 40px !important;
}
.ct-u-padding-bottom-40-sm {
	padding-bottom: 40px !important;
}
.ct-u-padding-right-40-sm {
	padding-right: 40px !important;
}
.ct-u-padding-left-40-sm {
	padding-left: 40px !important;
}
.ct-u-padding-both-50-sm {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.ct-u-padding-top-50-sm {
	padding-top: 50px !important;
}
.ct-u-padding-bottom-50-sm {
	padding-bottom: 50px !important;
}
.ct-u-padding-right-50-sm {
	padding-right: 50px !important;
}
.ct-u-padding-left-50-sm {
	padding-left: 50px !important;
}
.ct-u-padding-both-60-sm {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.ct-u-padding-top-60-sm {
	padding-top: 60px !important;
}
.ct-u-padding-bottom-60-sm {
	padding-bottom: 60px !important;
}
.ct-u-padding-right-60-sm {
	padding-right: 60px !important;
}
.ct-u-padding-left-60-sm {
	padding-left: 60px !important;
}
.ct-u-padding-both-70-sm {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.ct-u-padding-top-70-sm {
	padding-top: 70px !important;
}
.ct-u-padding-bottom-70-sm {
	padding-bottom: 70px !important;
}
.ct-u-padding-right-70-sm {
	padding-right: 70px !important;
}
.ct-u-padding-left-70-sm {
	padding-left: 70px !important;
}
.ct-u-padding-both-75-sm {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}
.ct-u-padding-top-75-sm {
	padding-top: 75px !important;
}
.ct-u-padding-bottom-75-sm {
	padding-bottom: 75px !important;
}
.ct-u-padding-right-75-sm {
	padding-right: 75px !important;
}
.ct-u-padding-left-75-sm {
	padding-left: 75px !important;
}
.ct-u-padding-both-80-sm {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.ct-u-padding-top-80-sm {
	padding-top: 80px !important;
}
.ct-u-padding-bottom-80-sm {
	padding-bottom: 80px !important;
}
.ct-u-padding-right-80-sm {
	padding-right: 80px !important;
}
.ct-u-padding-left-80-sm {
	padding-left: 80px !important;
}
.ct-u-padding-both-90-sm {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.ct-u-padding-top-90-sm {
	padding-top: 90px !important;
}
.ct-u-padding-bottom-90-sm {
	padding-bottom: 90px !important;
}
.ct-u-padding-right-90-sm {
	padding-right: 90px !important;
}
.ct-u-padding-left-90-sm {
	padding-left: 90px !important;
}
.ct-u-padding-both-100-sm {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.ct-u-padding-top-100-sm {
	padding-top: 100px !important;
}
.ct-u-padding-bottom-100-sm {
	padding-bottom: 100px !important;
}
.ct-u-padding-right-100-sm {
	padding-right: 100px !important;
}
.ct-u-padding-left-100-sm {
	padding-left: 100px !important;
}
.ct-u-padding-both-110-sm {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}
.ct-u-padding-top-110-sm {
	padding-top: 110px !important;
}
.ct-u-padding-bottom-110-sm {
	padding-bottom: 110px !important;
}
.ct-u-padding-right-110-sm {
	padding-right: 110px !important;
}
.ct-u-padding-left-110-sm {
	padding-left: 110px !important;
}
.ct-u-padding-both-145-sm {
	padding-top: 145px !important;
	padding-bottom: 145px !important;
}
.ct-u-padding-top-145-sm {
	padding-top: 145px !important;
}
.ct-u-padding-bottom-145-sm {
	padding-bottom: 145px !important;
}
.ct-u-padding-right-145-sm {
	padding-right: 145px !important;
}
.ct-u-padding-left-145-sm {
	padding-left: 145px !important;
}
.ct-u-padding-both-175-sm {
	padding-top: 175px !important;
	padding-bottom: 175px !important;
}
.ct-u-padding-top-175-sm {
	padding-top: 175px !important;
}
.ct-u-padding-bottom-175-sm {
	padding-bottom: 175px !important;
}
.ct-u-padding-right-175-sm {
	padding-right: 175px !important;
}
.ct-u-padding-left-175-sm {
	padding-left: 175px !important;
}
.ct-u-padding-both-200-sm {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}
.ct-u-padding-top-200-sm {
	padding-top: 200px !important;
}
.ct-u-padding-bottom-200-sm {
	padding-bottom: 200px !important;
}
.ct-u-padding-right-200-sm {
	padding-right: 200px !important;
}
.ct-u-padding-left-200-sm {
	padding-left: 200px !important;
}
.ct-u-padding-both-190-sm {
	padding-top: 190px !important;
	padding-bottom: 190px !important;
}
.ct-u-padding-top-190-sm {
	padding-top: 190px !important;
}
.ct-u-padding-bottom-190-sm {
	padding-bottom: 190px !important;
}
.ct-u-padding-right-190-sm {
	padding-right: 190px !important;
}
.ct-u-padding-left-190-sm {
	padding-left: 190px !important;
}
.ct-u-margin-both-0-sm {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.ct-u-margin-top-0-sm {
	margin-top: 0px !important;
}
.ct-u-margin-bottom-0-sm {
	margin-bottom: 0px !important;
}
.ct-u-margin-right-0-sm {
	margin-right: 0px !important;
}
.ct-u-margin-left-0-sm {
	margin-left: 0px !important;
}
.ct-u-margin-both-15-sm {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.ct-u-margin-top-15-sm {
	margin-top: 15px !important;
}
.ct-u-margin-bottom-15-sm {
	margin-bottom: 15px !important;
}
.ct-u-margin-right-15-sm {
	margin-right: 15px !important;
}
.ct-u-margin-left-15-sm {
	margin-left: 15px !important;
}
.ct-u-margin-both-20-sm {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.ct-u-margin-top-20-sm {
	margin-top: 20px !important;
}
.ct-u-margin-bottom-20-sm {
	margin-bottom: 20px !important;
}
.ct-u-margin-right-20-sm {
	margin-right: 20px !important;
}
.ct-u-margin-left-20-sm {
	margin-left: 20px !important;
}
.ct-u-margin-both-25-sm {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.ct-u-margin-top-25-sm {
	margin-top: 25px !important;
}
.ct-u-margin-bottom-25-sm {
	margin-bottom: 25px !important;
}
.ct-u-margin-right-25-sm {
	margin-right: 25px !important;
}
.ct-u-margin-left-25-sm {
	margin-left: 25px !important;
}
.ct-u-margin-both-30-sm {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.ct-u-margin-top-30-sm {
	margin-top: 30px !important;
}
.ct-u-margin-bottom-30-sm {
	margin-bottom: 30px !important;
}
.ct-u-margin-right-30-sm {
	margin-right: 30px !important;
}
.ct-u-margin-left-30-sm {
	margin-left: 30px !important;
}
.ct-u-margin-both-40-sm {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.ct-u-margin-top-40-sm {
	margin-top: 40px !important;
}
.ct-u-margin-bottom-40-sm {
	margin-bottom: 40px !important;
}
.ct-u-margin-right-40-sm {
	margin-right: 40px !important;
}
.ct-u-margin-left-40-sm {
	margin-left: 40px !important;
}
.ct-u-margin-both-50-sm {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.ct-u-margin-top-50-sm {
	margin-top: 50px !important;
}
.ct-u-margin-bottom-50-sm {
	margin-bottom: 50px !important;
}
.ct-u-margin-right-50-sm {
	margin-right: 50px !important;
}
.ct-u-margin-left-50-sm {
	margin-left: 50px !important;
}
.ct-u-margin-both-60-sm {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.ct-u-margin-top-60-sm {
	margin-top: 60px !important;
}
.ct-u-margin-bottom-60-sm {
	margin-bottom: 60px !important;
}
.ct-u-margin-right-60-sm {
	margin-right: 60px !important;
}
.ct-u-margin-left-60-sm {
	margin-left: 60px !important;
}
.ct-u-margin-both-70-sm {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.ct-u-margin-top-70-sm {
	margin-top: 70px !important;
}
.ct-u-margin-bottom-70-sm {
	margin-bottom: 70px !important;
}
.ct-u-margin-right-70-sm {
	margin-right: 70px !important;
}
.ct-u-margin-left-70-sm {
	margin-left: 70px !important;
}
.ct-u-margin-both-75-sm {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}
.ct-u-margin-top-75-sm {
	margin-top: 75px !important;
}
.ct-u-margin-bottom-75-sm {
	margin-bottom: 75px !important;
}
.ct-u-margin-right-75-sm {
	margin-right: 75px !important;
}
.ct-u-margin-left-75-sm {
	margin-left: 75px !important;
}
.ct-u-margin-both-80-sm {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
.ct-u-margin-top-80-sm {
	margin-top: 80px !important;
}
.ct-u-margin-bottom-80-sm {
	margin-bottom: 80px !important;
}
.ct-u-margin-right-80-sm {
	margin-right: 80px !important;
}
.ct-u-margin-left-80-sm {
	margin-left: 80px !important;
}
.ct-u-margin-both-90-sm {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}
.ct-u-margin-top-90-sm {
	margin-top: 90px !important;
}
.ct-u-margin-bottom-90-sm {
	margin-bottom: 90px !important;
}
.ct-u-margin-right-90-sm {
	margin-right: 90px !important;
}
.ct-u-margin-left-90-sm {
	margin-left: 90px !important;
}
.ct-u-margin-both-100-sm {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.ct-u-margin-top-100-sm {
	margin-top: 100px !important;
}
.ct-u-margin-bottom-100-sm {
	margin-bottom: 100px !important;
}
.ct-u-margin-right-100-sm {
	margin-right: 100px !important;
}
.ct-u-margin-left-100-sm {
	margin-left: 100px !important;
}
.ct-u-margin-both-110-sm {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}
.ct-u-margin-top-110-sm {
	margin-top: 110px !important;
}
.ct-u-margin-bottom-110-sm {
	margin-bottom: 110px !important;
}
.ct-u-margin-right-110-sm {
	margin-right: 110px !important;
}
.ct-u-margin-left-110-sm {
	margin-left: 110px !important;
}
.ct-u-margin-both-145-sm {
	margin-top: 145px !important;
	margin-bottom: 145px !important;
}
.ct-u-margin-top-145-sm {
	margin-top: 145px !important;
}
.ct-u-margin-bottom-145-sm {
	margin-bottom: 145px !important;
}
.ct-u-margin-right-145-sm {
	margin-right: 145px !important;
}
.ct-u-margin-left-145-sm {
	margin-left: 145px !important;
}
.ct-u-margin-both-175-sm {
	margin-top: 175px !important;
	margin-bottom: 175px !important;
}
.ct-u-margin-top-175-sm {
	margin-top: 175px !important;
}
.ct-u-margin-bottom-175-sm {
	margin-bottom: 175px !important;
}
.ct-u-margin-right-175-sm {
	margin-right: 175px !important;
}
.ct-u-margin-left-175-sm {
	margin-left: 175px !important;
}
.ct-u-margin-both-200-sm {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}
.ct-u-margin-top-200-sm {
	margin-top: 200px !important;
}
.ct-u-margin-bottom-200-sm {
	margin-bottom: 200px !important;
}
.ct-u-margin-right-200-sm {
	margin-right: 200px !important;
}
.ct-u-margin-left-200-sm {
	margin-left: 200px !important;
}
.ct-u-margin-both-190-sm {
	margin-top: 190px !important;
	margin-bottom: 190px !important;
}
.ct-u-margin-top-190-sm {
	margin-top: 190px !important;
}
.ct-u-margin-bottom-190-sm {
	margin-bottom: 190px !important;
}
.ct-u-margin-right-190-sm {
	margin-right: 190px !important;
}
.ct-u-margin-left-190-sm {
	margin-left: 190px !important;
}
}

@media (max-width: 767px) {
.ct-u-padding-both-0-xs {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ct-u-padding-top-0-xs {
	padding-top: 0px !important;
}
.ct-u-padding-bottom-0-xs {
	padding-bottom: 0px !important;
}
.ct-u-padding-right-0-xs {
	padding-right: 0px !important;
}
.ct-u-padding-left-0-xs {
	padding-left: 0px !important;
}
.ct-u-padding-both-15-xs {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.ct-u-padding-top-15-xs {
	padding-top: 15px !important;
}
.ct-u-padding-bottom-15-xs {
	padding-bottom: 15px !important;
}
.ct-u-padding-right-15-xs {
	padding-right: 15px !important;
}
.ct-u-padding-left-15-xs {
	padding-left: 15px !important;
}
.ct-u-padding-both-20-xs {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.ct-u-padding-top-20-xs {
	padding-top: 20px !important;
}
.ct-u-padding-bottom-20-xs {
	padding-bottom: 20px !important;
}
.ct-u-padding-right-20-xs {
	padding-right: 20px !important;
}
.ct-u-padding-left-20-xs {
	padding-left: 20px !important;
}
.ct-u-padding-both-25-xs {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.ct-u-padding-top-25-xs {
	padding-top: 25px !important;
}
.ct-u-padding-bottom-25-xs {
	padding-bottom: 25px !important;
}
.ct-u-padding-right-25-xs {
	padding-right: 25px !important;
}
.ct-u-padding-left-25-xs {
	padding-left: 25px !important;
}
.ct-u-padding-both-30-xs {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.ct-u-padding-top-30-xs {
	padding-top: 30px !important;
}
.ct-u-padding-bottom-30-xs {
	padding-bottom: 30px !important;
}
.ct-u-padding-right-30-xs {
	padding-right: 30px !important;
}
.ct-u-padding-left-30-xs {
	padding-left: 30px !important;
}
.ct-u-padding-both-40-xs {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.ct-u-padding-top-40-xs {
	padding-top: 40px !important;
}
.ct-u-padding-bottom-40-xs {
	padding-bottom: 40px !important;
}
.ct-u-padding-right-40-xs {
	padding-right: 40px !important;
}
.ct-u-padding-left-40-xs {
	padding-left: 40px !important;
}
.ct-u-padding-both-50-xs {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.ct-u-padding-top-50-xs {
	padding-top: 50px !important;
}
.ct-u-padding-bottom-50-xs {
	padding-bottom: 50px !important;
}
.ct-u-padding-right-50-xs {
	padding-right: 50px !important;
}
.ct-u-padding-left-50-xs {
	padding-left: 50px !important;
}
.ct-u-padding-both-60-xs {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.ct-u-padding-top-60-xs {
	padding-top: 60px !important;
}
.ct-u-padding-bottom-60-xs {
	padding-bottom: 60px !important;
}
.ct-u-padding-right-60-xs {
	padding-right: 60px !important;
}
.ct-u-padding-left-60-xs {
	padding-left: 60px !important;
}
.ct-u-padding-both-70-xs {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.ct-u-padding-top-70-xs {
	padding-top: 70px !important;
}
.ct-u-padding-bottom-70-xs {
	padding-bottom: 70px !important;
}
.ct-u-padding-right-70-xs {
	padding-right: 70px !important;
}
.ct-u-padding-left-70-xs {
	padding-left: 70px !important;
}
.ct-u-padding-both-75-xs {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}
.ct-u-padding-top-75-xs {
	padding-top: 75px !important;
}
.ct-u-padding-bottom-75-xs {
	padding-bottom: 75px !important;
}
.ct-u-padding-right-75-xs {
	padding-right: 75px !important;
}
.ct-u-padding-left-75-xs {
	padding-left: 75px !important;
}
.ct-u-padding-both-80-xs {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.ct-u-padding-top-80-xs {
	padding-top: 80px !important;
}
.ct-u-padding-bottom-80-xs {
	padding-bottom: 80px !important;
}
.ct-u-padding-right-80-xs {
	padding-right: 80px !important;
}
.ct-u-padding-left-80-xs {
	padding-left: 80px !important;
}
.ct-u-padding-both-90-xs {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.ct-u-padding-top-90-xs {
	padding-top: 90px !important;
}
.ct-u-padding-bottom-90-xs {
	padding-bottom: 90px !important;
}
.ct-u-padding-right-90-xs {
	padding-right: 90px !important;
}
.ct-u-padding-left-90-xs {
	padding-left: 90px !important;
}
.ct-u-padding-both-100-xs {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.ct-u-padding-top-100-xs {
	padding-top: 100px !important;
}
.ct-u-padding-bottom-100-xs {
	padding-bottom: 100px !important;
}
.ct-u-padding-right-100-xs {
	padding-right: 100px !important;
}
.ct-u-padding-left-100-xs {
	padding-left: 100px !important;
}
.ct-u-padding-both-110-xs {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}
.ct-u-padding-top-110-xs {
	padding-top: 110px !important;
}
.ct-u-padding-bottom-110-xs {
	padding-bottom: 110px !important;
}
.ct-u-padding-right-110-xs {
	padding-right: 110px !important;
}
.ct-u-padding-left-110-xs {
	padding-left: 110px !important;
}
.ct-u-padding-both-145-xs {
	padding-top: 145px !important;
	padding-bottom: 145px !important;
}
.ct-u-padding-top-145-xs {
	padding-top: 145px !important;
}
.ct-u-padding-bottom-145-xs {
	padding-bottom: 145px !important;
}
.ct-u-padding-right-145-xs {
	padding-right: 145px !important;
}
.ct-u-padding-left-145-xs {
	padding-left: 145px !important;
}
.ct-u-padding-both-175-xs {
	padding-top: 175px !important;
	padding-bottom: 175px !important;
}
.ct-u-padding-top-175-xs {
	padding-top: 175px !important;
}
.ct-u-padding-bottom-175-xs {
	padding-bottom: 175px !important;
}
.ct-u-padding-right-175-xs {
	padding-right: 175px !important;
}
.ct-u-padding-left-175-xs {
	padding-left: 175px !important;
}
.ct-u-padding-both-200-xs {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}
.ct-u-padding-top-200-xs {
	padding-top: 200px !important;
}
.ct-u-padding-bottom-200-xs {
	padding-bottom: 200px !important;
}
.ct-u-padding-right-200-xs {
	padding-right: 200px !important;
}
.ct-u-padding-left-200-xs {
	padding-left: 200px !important;
}
.ct-u-padding-both-190-xs {
	padding-top: 190px !important;
	padding-bottom: 190px !important;
}
.ct-u-padding-top-190-xs {
	padding-top: 190px !important;
}
.ct-u-padding-bottom-190-xs {
	padding-bottom: 190px !important;
}
.ct-u-padding-right-190-xs {
	padding-right: 190px !important;
}
.ct-u-padding-left-190-xs {
	padding-left: 190px !important;
}
.ct-u-margin-both-0-xs {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.ct-u-margin-top-0-xs {
	margin-top: 0px !important;
}
.ct-u-margin-bottom-0-xs {
	margin-bottom: 0px !important;
}
.ct-u-margin-right-0-xs {
	margin-right: 0px !important;
}
.ct-u-margin-left-0-xs {
	margin-left: 0px !important;
}
.ct-u-margin-both-15-xs {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.ct-u-margin-top-15-xs {
	margin-top: 15px !important;
}
.ct-u-margin-bottom-15-xs {
	margin-bottom: 15px !important;
}
.ct-u-margin-right-15-xs {
	margin-right: 15px !important;
}
.ct-u-margin-left-15-xs {
	margin-left: 15px !important;
}
.ct-u-margin-both-20-xs {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.ct-u-margin-top-20-xs {
	margin-top: 20px !important;
}
.ct-u-margin-bottom-20-xs {
	margin-bottom: 20px !important;
}
.ct-u-margin-right-20-xs {
	margin-right: 20px !important;
}
.ct-u-margin-left-20-xs {
	margin-left: 20px !important;
}
.ct-u-margin-both-25-xs {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.ct-u-margin-top-25-xs {
	margin-top: 25px !important;
}
.ct-u-margin-bottom-25-xs {
	margin-bottom: 25px !important;
}
.ct-u-margin-right-25-xs {
	margin-right: 25px !important;
}
.ct-u-margin-left-25-xs {
	margin-left: 25px !important;
}
.ct-u-margin-both-30-xs {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.ct-u-margin-top-30-xs {
	margin-top: 30px !important;
}
.ct-u-margin-bottom-30-xs {
	margin-bottom: 30px !important;
}
.ct-u-margin-right-30-xs {
	margin-right: 30px !important;
}
.ct-u-margin-left-30-xs {
	margin-left: 30px !important;
}
.ct-u-margin-both-40-xs {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.ct-u-margin-top-40-xs {
	margin-top: 40px !important;
}
.ct-u-margin-bottom-40-xs {
	margin-bottom: 40px !important;
}
.ct-u-margin-right-40-xs {
	margin-right: 40px !important;
}
.ct-u-margin-left-40-xs {
	margin-left: 40px !important;
}
.ct-u-margin-both-50-xs {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.ct-u-margin-top-50-xs {
	margin-top: 50px !important;
}
.ct-u-margin-bottom-50-xs {
	margin-bottom: 50px !important;
}
.ct-u-margin-right-50-xs {
	margin-right: 50px !important;
}
.ct-u-margin-left-50-xs {
	margin-left: 50px !important;
}
.ct-u-margin-both-60-xs {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.ct-u-margin-top-60-xs {
	margin-top: 60px !important;
}
.ct-u-margin-bottom-60-xs {
	margin-bottom: 60px !important;
}
.ct-u-margin-right-60-xs {
	margin-right: 60px !important;
}
.ct-u-margin-left-60-xs {
	margin-left: 60px !important;
}
.ct-u-margin-both-70-xs {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.ct-u-margin-top-70-xs {
	margin-top: 70px !important;
}
.ct-u-margin-bottom-70-xs {
	margin-bottom: 70px !important;
}
.ct-u-margin-right-70-xs {
	margin-right: 70px !important;
}
.ct-u-margin-left-70-xs {
	margin-left: 70px !important;
}
.ct-u-margin-both-75-xs {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}
.ct-u-margin-top-75-xs {
	margin-top: 75px !important;
}
.ct-u-margin-bottom-75-xs {
	margin-bottom: 75px !important;
}
.ct-u-margin-right-75-xs {
	margin-right: 75px !important;
}
.ct-u-margin-left-75-xs {
	margin-left: 75px !important;
}
.ct-u-margin-both-80-xs {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
.ct-u-margin-top-80-xs {
	margin-top: 80px !important;
}
.ct-u-margin-bottom-80-xs {
	margin-bottom: 80px !important;
}
.ct-u-margin-right-80-xs {
	margin-right: 80px !important;
}
.ct-u-margin-left-80-xs {
	margin-left: 80px !important;
}
.ct-u-margin-both-90-xs {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}
.ct-u-margin-top-90-xs {
	margin-top: 90px !important;
}
.ct-u-margin-bottom-90-xs {
	margin-bottom: 90px !important;
}
.ct-u-margin-right-90-xs {
	margin-right: 90px !important;
}
.ct-u-margin-left-90-xs {
	margin-left: 90px !important;
}
.ct-u-margin-both-100-xs {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.ct-u-margin-top-100-xs {
	margin-top: 100px !important;
}
.ct-u-margin-bottom-100-xs {
	margin-bottom: 100px !important;
}
.ct-u-margin-right-100-xs {
	margin-right: 100px !important;
}
.ct-u-margin-left-100-xs {
	margin-left: 100px !important;
}
.ct-u-margin-both-110-xs {
	margin-top: 110px !important;
	margin-bottom: 110px !important;
}
.ct-u-margin-top-110-xs {
	margin-top: 110px !important;
}
.ct-u-margin-bottom-110-xs {
	margin-bottom: 110px !important;
}
.ct-u-margin-right-110-xs {
	margin-right: 110px !important;
}
.ct-u-margin-left-110-xs {
	margin-left: 110px !important;
}
.ct-u-margin-both-145-xs {
	margin-top: 145px !important;
	margin-bottom: 145px !important;
}
.ct-u-margin-top-145-xs {
	margin-top: 145px !important;
}
.ct-u-margin-bottom-145-xs {
	margin-bottom: 145px !important;
}
.ct-u-margin-right-145-xs {
	margin-right: 145px !important;
}
.ct-u-margin-left-145-xs {
	margin-left: 145px !important;
}
.ct-u-margin-both-175-xs {
	margin-top: 175px !important;
	margin-bottom: 175px !important;
}
.ct-u-margin-top-175-xs {
	margin-top: 175px !important;
}
.ct-u-margin-bottom-175-xs {
	margin-bottom: 175px !important;
}
.ct-u-margin-right-175-xs {
	margin-right: 175px !important;
}
.ct-u-margin-left-175-xs {
	margin-left: 175px !important;
}
.ct-u-margin-both-200-xs {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}
.ct-u-margin-top-200-xs {
	margin-top: 200px !important;
}
.ct-u-margin-bottom-200-xs {
	margin-bottom: 200px !important;
}
.ct-u-margin-right-200-xs {
	margin-right: 200px !important;
}
.ct-u-margin-left-200-xs {
	margin-left: 200px !important;
}
.ct-u-margin-both-190-xs {
	margin-top: 190px !important;
	margin-bottom: 190px !important;
}
.ct-u-margin-top-190-xs {
	margin-top: 190px !important;
}
.ct-u-margin-bottom-190-xs {
	margin-bottom: 190px !important;
}
.ct-u-margin-right-190-xs {
	margin-right: 190px !important;
}
.ct-u-margin-left-190-xs {
	margin-left: 190px !important;
}
}
.ct-u-mask {
	position: relative;
}
.ct-u-mask * {
	z-index: 1;
}
.ct-u-mask:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.ct-u-mask--lighter:before {
	background-color: rgba(0, 0, 0, 0.3);
}
.ct-u-mask--darker:before {
	background-color: rgba(0, 0, 0, 0.9);
}
/*! lightgallery - v1.2.1 - 2015-09-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
@font-face {
	font-family: 'lg';
	src: url("../fonts/lightgallery/lg-n1z373.eot");
	src: url("../fonts/lightgallery/lg-.eot#iefixn1z373") format("embedded-opentype"), url("../fonts/lightgallery/lg-n1z373.woff") format("woff"), url("../fonts/lightgallery/lg-n1z373.ttf") format("truetype"), url("../fonts/lightgallery/lg-n1z373.svg#lg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF;
}
.lg-actions .lg-next {
	right: 20px;
}
.lg-actions .lg-next:before {
	content: "\e095";
}
.lg-actions .lg-prev {
	left: 20px;
}
.lg-actions .lg-prev:after {
	content: "\e094";
}
 @-webkit-keyframes lg-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
 @keyframes lg-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
 @-webkit-keyframes lg-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
 @keyframes lg-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}
.lg-toolbar {
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
}
.lg-toolbar .lg-icon:hover {
	color: #FFF;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}
.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
	-webkit-transition: border-color 0.25s ease;
	transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-cant-toggle .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}
.lg-outer.lg-cant-toggle.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
	color: #FFF;
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
	visibility: visible;
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}
.lg-autoplay-button:after {
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
#lg-zoom-in:after {
	content: "\e311";
}
#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.group {
 *zoom: 1;
}
.group:before, .group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
}
.lg-outer .lg-img-wrap {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html {
	display: none;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
	opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	will-change: transform, opacity;
}
.lg-css3.lg-use-left .lg-item {
	will-change: left, opacity;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*! lightgallery - v1.2.1 - 2015-09-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
.lg-css3.lg-zoom-in .lg-item {
	opacity: 0;
}
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}
.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}
.lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-zoom-in-big .lg-item {
	opacity: 0;
}
.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-zoom-out .lg-item {
	opacity: 0;
}
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}
.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}
.lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-zoom-out-big .lg-item {
	opacity: 0;
}
.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-zoom-out-in .lg-item {
	opacity: 0;
}
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-zoom-in-out .lg-item {
	opacity: 0;
}
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}
.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}
.lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-soft-zoom .lg-item {
	opacity: 0;
}
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}
.lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-scale-up .lg-item {
	opacity: 0;
}
.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}
.lg-css3.lg-scale-up .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}
.lg-css3.lg-scale-up .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-circular .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.lg-css3.lg-slide-circular .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-circular-up .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}
.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}
.lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-circular-down .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}
.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}
.lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-circular-vertical .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-vertical .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-vertical-growth .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-only .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}
.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}
.lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}
.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-only-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}
.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-only-y .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}
.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}
.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
	-webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
	-webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
	-webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
	-webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-cross .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
	-webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
	-webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
	-webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
	-webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-ver .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
	-webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
	-webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
	-webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
	-webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
	-webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
	-webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}
.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-lollipop .lg-item {
	opacity: 0;
}
.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-lollipop .lg-item.lg-next-slide {
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}
.lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-lollipop-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}
.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-rotate .lg-item {
	opacity: 0;
}
.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.lg-css3.lg-rotate .lg-item.lg-next-slide {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.lg-css3.lg-rotate .lg-item.lg-current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-rotate-rev .lg-item {
	opacity: 0;
}
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.lg-css3.lg-rotate-rev .lg-item.lg-current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}
.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-tube .lg-item {
	opacity: 0;
}
.lg-css3.lg-tube .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}
.lg-css3.lg-tube .lg-item.lg-next-slide {
	-webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}
.lg-css3.lg-tube .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
/*!
 * Datepicker for Bootstrap v1.5.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.nav-tabs > li {
	float: none;
	display: inline-block;
	zoom: 1;
	color:#19404F;
}
.nav-tabs {
	text-align: center;
}
/*FONTS*/
/*MAIN*/
.ct-googleMap--MapCol {
	width: 75%;
	float: left;
	padding-left: 0;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
}

@media (max-width: 991px) {
.ct-googleMap--MapCol {
	padding-left: 15px;
}
.mobile-padding {padding: 15px 10%;}
.footer-nav li {
    display: block;
    text-align: center;
    float: none;
}
.footer-nav li a {
	display: block;
	padding: 20px 0px;
}
.m-space-bot {
    margin-bottom: 80px;
}
}
.ct-googleMap--SidebarCol {
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	min-height: 1px;
}
.ct-googleMap {
	height: 525px;
	background-color: black;
	width: 100%;
}
.ct-googleMap--sidebar {
	text-align: left;
	width: 100%;
}
.ct-googleMap--selectContainer {
	margin-bottom: 18px;
}
.ct-googleMap--select {
	width: 100%;
	height: 40px;
	background-color: transparent;
	position: relative;
	z-index: 1;
	font-size: 14px;
	padding: 9px 9px 9px 0;
	-webkit-appearance: none;
	/*Removes default chrome and safari style*/
	-moz-appearance: none;
	/*Removes default style Firefox*/
  /*text-indent: 0.01px;*/
  /* Removes default arrow from firefox*/
	text-overflow: "";
	/*Removes default arrow from firefox*/
	color: #333;
}
.ct-googleMap--resultsCounter {
	font-size: 1.2em;
	line-height: 40px;
	padding: 0 40px 0 17px;
}
.ct-googleMap--results {
	min-height: 320px;
}
.ct-googleMap--itemCounter {
	float: right;
}
.ct-googleMap--select:focus {
	outline: none;
}
.ct-googleMap--selectContainer, .ct-googleMap--searchContainer {
	position: relative;
}
.ct-googleMap--selectContainer:after {
	content: "";
	clear: both;
}
.ct-googleMap--searchContainer:after {
	content: "";
	clear: both;
}
.ct-googleMap--searchContainer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.ct-googleMap--selectContainer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.ct-googleMap--searchContainer {
	margin-bottom: 24px;
}
.ct-googleMap--sidebar .ct-googleMap--search {
	height: 40px;
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	background-color: transparent;
	border: 1px solid #d7d6d6;
	padding-right: 15px;
	padding-left: 15px;
}
.ct-googleMap--sidebar .ct-googleMap--search:focus {
	outline: none;
}
.ct-googleMap--sidebar .ct-googleMap--sidebarItem {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	border: none;
	padding: 8px 0 8px 17px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: table;
	width: 100%;
	max-height: 41px;
}
.ct-googleMap--sidebarItem span {
	display: table-cell;
	vertical-align: middle;
}
.ct-googleMap--sidebarItem .ct-googleMap--sidebarItemDistance {
	text-align: right;
	padding-left: 5px;
	width: 75px;
}
.ct-googleMap--InfoWindowBody {
	padding: 15px;
	position: relative;
	background-color: #fff;
	color: #333;
}
.ct-googleMap--closeButton {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.ct-googleMap--InfoWindowBody span {
	font-size: 1.2em;
	line-height: 1.5em;
	display: block;
	position: relative;
}
.Navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.Navigation:after {
	clear: both;
}
.Navigation li {
	display: inline-block;
}
.NavigationPrev a:before, .NavigationNext a:before {
	content: "";
	height: 32px;
	width: 44px;
	display: block;
	background-position: center;
	cursor: pointer;
}
.NavigationPrev {
	float: left;
}
.NavigationNext {
	float: right;
}
.NavigationPrev.NavigationDisable a:before, .NavigationNext.NavigationDisable a:before {
	cursor: default;
}
.Navigation .paginationCounter {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
}
.Navigation .paginationCounter span {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
}
.NavPage {
	padding: 0 10px;
	color: #c2bdbd;
	cursor: pointer;
}
.NavPage:hover {
	color: #c2bdbd;
}
/*
Styles:
    - Lollipop
    - Cosmic Blue
    - Pop
    - Retro
    - Bee Pattern
    - Dark
    - Modern
    - Material
*/
.lollipop, .cosmic, .pop, .retro, .bee, .dark, .metro, .modern, .material {
	width: 100%;
	/*1200px*/
	margin: 0 auto;
	padding: 0 15px;
	font-family: "Montserrat", sans-serif;
}
.lollipop select, .cosmic select, .pop select, .retro select, .bee select, .dark select, .metro select, .modern select, .material select, .lollipop input, .cosmic input, .pop input, .retro input, .bee input, .dark input, .metro input, .modern input, .material input {
	font-family: "Montserrat", sans-serif;
}
/*Dark*/
.metro .ct-googleMap {
	height: 549px;
}
.metro .ct-googleMap--select, .metro .ct-googleMap--sidebar .ct-googleMap--search {
	background-color: #008ea8;
	color: #f5f5f5;
	font-weight: bold;
	border: none;
}
.metro .ct-googleMap--select {
	padding-left: 60px;
	background-image: url("../js/plugins/shop-locator/src/style/metro/images/select-icon.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}
.metro .ct-googleMap--selectContainer:before {
	background-image: url("../js/plugins/shop-locator/src/style/metro/images/select-image.png");
}
.metro .ct-googleMap--searchContainer:before {
	background-image: url("../js/plugins/shop-locator/src/style/metro/images/input-image.png");
}
.metro .ct-googleMap--sidebar .ct-googleMap--search {
	padding-left: 64px;
}
 .metro ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f5f5f5;
 font-weight: bold;
}
 .metro :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f5f5f5;
 opacity: 1;
 font-weight: bold;
}
 .metro ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f5f5f5;
 opacity: 1;
 font-weight: bold;
}
 .metro :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f5f5f5;
 font-weight: bold;
}
.metro .ct-googleMap--sidebar .ct-googleMap--search:before {
	content: "";
	background-image: url("../js/plugins/shop-locator/src/style/dark/images/input-image.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
	width: 18px;
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 10;
}
.metro .ct-googleMap--resultsCounter {
	background-color: #e6e6e6;
	color: #666666;
	font-weight: bold;
	padding-left: 35px;
	padding-right: 15px;
	line-height: 48px;
}
.metro .ct-googleMap--sidebar .ct-googleMap--sidebarItem {
	background-color: #e6e6e6;
	font-weight: 400;
	margin-top: 2px;
	padding: 12px 15px 12px 35px;
}
.metro .ct-googleMap--sidebar .ct-googleMap--sidebarItem:first-child {
	border-top: none;
}
.metro .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover {
	color: #f5f5f5;
}
.metro .ct-googleMap--sidebarItem .ct-googleMap--sidebarItemDistance {
	width: 80px;
	font-weight: bold;
}
.metro .ct-googleMap--sidebar .ct-googleMap--sidebarItem:after {
	content: "";
	display: block;
	position: absolute;
	height: 15px;
	width: 15px;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	background-image: url("../js/plugins/shop-locator/src/style/metro/images/item-arrow.png");
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.metro .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover:after {
	background-image: url("../js/plugins/shop-locator/src/style/metro/images/item-arrowWhite.png");
	background-repeat: no-repeat;
}
.metro .ct-googleMap--results {
	margin-bottom: 20px;
}
.metro .paginationCounter {
	border-left: none;
	border-right: none;
	margin: 0 auto;
}
.metro .Navigation {
	background-color: #e6e6e6;
}
.metro .Navigation .paginationCounter, .metro .Navigation span {
	color: #79aacf;
	font-size: 14px;
	line-height: 48px;
}
.metro .NavigationPrev a:before, .metro .NavigationNext a:before {
	height: 48px;
	width: 48px;
}
.metro .NavPage {
	line-height: 34px;
	padding: 8px 10px;
	color: #79aacf;
}
.metro .ct-googleMap--customInfoWindow:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 5px;
	margin-left: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17px 0 17px;
	border-color: #fff transparent transparent transparent;
}
.metro .ct-googleMap--InfoWindowBody span {
	color: #666666;
}
.metro .ct-googleMap--InfoWindowBody span:first-child {
	font-weight: bold;
}
.metro .active {
	font-weight: bold;
}

/*RESPONSIVE(MEDIA QUERIES)*/
@media (max-width: 1200px) {
.lollipop, .cosmic, .pop, .retro, .bee, .dark, .metro, .modern, .material {
	width: 100%;
}
.ct-googleMap--SidebarCol {
	width: 40%;
}
.ct-googleMap--MapCol {
	width: 60%;
}
}
@media (max-width: 991px) {
.tab-pane.set1 {
	background-position: center top;
}
.tab-pane.set2 {
	background-position:center top;
}
}
@media (max-width: 768px) {
.contact-mobile {background-image:url(../images/contact-mobile.jpg);
background-size:cover;
height: 336px;
}
.desktop-hide {
	display:none;
}

.contact-right {
	background-color: #F7F4E5;
	padding-top:40px;
	padding-bottom:40px;
}
.contact-right h2, .meeting h2, #ourservices h2, .set1 h2, .set2 h2 {
	font-size:28px;
	}
.meeting {
	background-image:none;
	padding-top:30px;
	padding-bottom:30px;
}
.tab-pane.set1, .tab-pane.set2 {
	background-color:#F7F4E5;
}
.set2 ul li {
    font-size: 18px;
}
}
@media (max-width: 479px) {
.contact-mobile {background-image:url(../images/contact-mobile.jpg);
background-size:cover;
height: 236px;
}
}
@media (min-width: 769px) {
.contact-mobile {background-image:none;
padding-top:50px;
padding-bottom:50px;

}
.contact-right {
	padding-top:90px;
	padding-bottom:90px;
	max-width: 450px;
}
.contact-right h2 {
	font-size:48px;
	}
.meeting {
	padding-top:80px;
	padding-bottom:100px;
	}
.mobile {
	display:none;
}
.tab-pane.set1 {
	background-image: url(../images/image1.png);
	background-size: cover;
	/*background-position: center top;*/
}
.tab-pane.set2 {
	background-image: url(../images/image2.png);
	background-size: cover;
	/*background-position:center top;*/
}
}
@media (max-width: 768px) {
.ct-googleMap--SidebarCol, .ct-googleMap--MapCol {
	width: 100%;
}
.ct-googleMap--sidebar {
	margin-bottom: 30px;
}
}
.ct-nav {
	position: relative;
	z-index: 999;
}
.navbar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.navbar-default {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	border-radius: 0;
	background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
.navbar-default .navbar-brand {
	display: block;
	margin-left: 0 !important;
}
.navbar-default .navbar-brand {
	background-image: url(../images/logo-light.png);
	background-size: 194px 114px;
	width: 194px;
	height: 114px;
	padding: 0;
	margin-top: 20px;
}
.navbar-scrolled .navbar-default .navbar-brand {
	background-image: url(../images/horse-light.png);
	background-size: 178px 60px;
	width: 178px;
	height: 60px;
	padding: 0;
	margin-top: 20px;
}
.navbar-default .navbar-nav {
	margin-right: -30px;
}

@media only screen and (max-width: 991px) {
.navbar-default .navbar-nav {
	margin-right: -20px;
}
}
.navbar-default {
	background-color: #333;
}
.navbar-default .navbar-header {
	width: 20%;
}

@media only screen and (min-width: 992px) {
.navbar-default .navbar-header {
	width: auto;
}
}
.navbar-default .navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav > li.dropdown:after {
	content: '\f107';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	margin-left: -4px;
	left: 50%;
}

@media only screen and (min-width: 992px) {
.navbar-default .navbar-nav > li.dropdown:after {
	right: 5px;
	margin-top: -9px;
	margin-left: 0;
	left: auto;
}
}

@media only screen and (min-width: 1200px) {
.navbar-default .navbar-nav > li.dropdown:after {
	right: 15px;
}
}
.navbar-default .navbar-nav > li > a {
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	color: #333;
	padding: 30px 10px;
	border-radius: 50px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	font-size: 11px;
	font-size: 1.7rem;
}

@media only screen and (min-width: 992px) {
.navbar-default .navbar-nav > li > a {
	padding: 30px 20px;
}
}

@media only screen and (min-width: 1200px) {
.navbar-default .navbar-nav > li > a {
	padding: 30px;
}
}
.navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > a:after {
	content: '';
	position: absolute;
	display: block;
	left: 1px;
	right: 1px;
	height: 21px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar-default .navbar-nav > li > a:before {
	top: -50%;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.navbar-default .navbar-nav > li > a:after {
	bottom: -50%;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.navbar-default .navbar-nav > li:hover a:before, .navbar-default .navbar-nav > li:hover a:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-default .navbar-nav > li:hover a:before {
	top: 20px;
}
.navbar-default .navbar-nav > li:hover a:after {
	bottom: 20px;
}
.navbar-default .navbar-nav > li.active a {
	background-color: transparent;
}
.navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:active {
	background-color: transparent;
}
.navbar-default .navbar-buttons .btn-group.btn-group--separated {
	margin: 24px 0 0 60px;
}
.navbar-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}
.navbar-scrolled .navbar--animated {
	position: fixed;
}
.navbar-scrolled .navbar--animated.animated-init {
	-webkit-animation-name: navbar-animation;
	animation-name: navbar-animation;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}
.navbar-scrolled .navbar.navbar-dark {
	background-color: #02495D;
}
body.navbar-scrolled.ct-menu-effect .navbar-beacon {
	background-color: #02495D;
}
body.navbar-scrolled.ct-menu-effect .navbar-beacon li a:hover {
	background-color: #fff;
	color: #000;
}
body.navbar-scrolled.ct-menu-effect .navbar-beacon li.dropdown .dropdown-menu {
	border-bottom: 1px solid #fff;
}
 @-webkit-keyframes navbar-animation {
 0% {
 top: -100%;
}
 70% {
 top: -5%;
}
 100% {
 top: 0;
}
}
 @keyframes navbar-animation {
 0% {
 top: -100%;
}
 70% {
 top: -5%;
}
 100% {
 top: 0;
}
}
.navbar-default .navbar-nav .dropdown-menu {
	background-color: #343434;
	box-shadow: none;
	border: 0 none;
	min-width: 200px;
	margin: 0;
	padding: 0;
	margin-left: -25px;
	border-radius: 0;
	background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
.navbar-default .navbar-nav .dropdown-menu li a {
	position: relative;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 29px;
	font-size: 11px;
	font-size: 1.1rem;
}
.navbar-default .navbar-nav .dropdown-menu li:hover > a, .navbar-default .navbar-nav .dropdown-menu li:active > a, .navbar-default .navbar-nav .dropdown-menu li:focus > a {
	background-color: #1a1a1a;
	background-color: rgba(26, 26, 26, 0.5);
}
.navbar-default .navbar-nav .dropdown-menu li:hover > a:before, .navbar-default .navbar-nav .dropdown-menu li:active > a:before, .navbar-default .navbar-nav .dropdown-menu li:focus > a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-submenu {
	position: relative;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-submenu:after {
	content: '\f105';
	position: absolute;
	right: 15px;
	top: 50%;
	font-family: "FontAwesome";
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin: 0;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-submenu .dropdown-menu > li > a:before {
	left: auto;
	right: 0;
}
.navbar-default .navbar-nav .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
	display: block;
}

@media only screen and (max-width: 767px) {
.navbar-desktop {
	display: none;
}
}
.ct-navbar--bounceIn > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeIn > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInLeft > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInRight > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInDown > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--fadeInUp > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--pulse > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInRight > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--bounceInLeft > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInX > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--flipInY > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomIn > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInDown > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.ct-navbar--zoomInUp > li.dropdown:hover .dropdown-menu {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.navbar.navbar-dark {
	margin: 0;
	padding-top: 20px;
	background-color: none;
}

@media only screen and (min-width: 992px) {
.navbar.navbar-dark {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
}
}
.navbar.navbar-dark .navbar-header {
	float: none;
	padding: 0;
	text-align: center;
}
.navbar.navbar-dark .navbar-header .navbar-brand {
	float: none;
	margin: 0;
	height: auto;
	padding: 0;
	display: inline-block;
}
.navbar.navbar-dark .navbar-header .navbar-brand img {
	width: 100px;
}
.navbar.navbar-dark .navbar-header .navbar-brand img {
	margin: 0 auto;
}
.navbar.navbar-dark .nav.navbar-nav {
	float: right;
	margin-right: -60px;
}
.navbar.navbar-dark .nav.navbar-nav li a {
	padding: 0;
	margin: 10px 40px 10px 0;
	color: #fff;
	cursor: pointer;
}
.navbar.navbar-dark .nav.navbar-nav li a img {
	width:52px;
}
.navbar.navbar-dark .nav.navbar-nav li a:hover, .navbar.navbar-dark .nav.navbar-nav li a:focus, .navbar.navbar-dark .nav.navbar-nav li a:active {
	background-color: transparent;
}
.navbar.navbar-dark .ct-productCart-link {
	position: relative;
}
.navbar.navbar-dark .ct-productCart {
	display: none;
	position: absolute;
	min-height: 49px;
	top: 100%;
	right: 0;
	left: auto;
	min-width: 300px;
	padding: 15px;
	margin-top: 19px;
	border-radius: 5px;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
}
.navbar.navbar-dark .ct-productCart .ct-product-item {
	margin: 0;
	padding-bottom: 15px;
}
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-image {
	border-radius: 5px;
	background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-image img {
	max-width: none;
}
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details {
	padding-left: 15px;
	padding-top: 10px;
	position: relative;
}
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details .ct-product-name {
	font-weight: 700;
	margin-bottom: 0;
	color: #fff;
}
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details .ct-product-price {
	color: #fff;
	font-style: italic;
}
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details .ct-product-addons {
	position: absolute;
	top: 0;
	right: 0;
}
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details .ct-product-addons a {
	margin: 0;
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 10px;
	font-size: 1rem;
	border-radius: 5px;
	background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details .ct-product-addons a.ct-product-remove {
	margin-right: 5px;
}
.navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details .ct-product-addons a:hover, .navbar.navbar-dark .ct-productCart .ct-product-item .ct-product-details .ct-product-addons a:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar.navbar-dark .ct-productCart .ct-product-no-items {
	color: #ccc;
	font-style: italic;
	display: none;
}
.navbar.navbar-dark .ct-productCart:nth-last-child(1) {
	padding-bottom: 0;
}
body.ct-menu-effect .navbar-beacon {
	position: fixed;
	top: 79px;
	bottom: 0;
	right: 200%;
	z-index: 9000;
	overflow-y: auto;
	padding-right: 0;
	background-color: #02495D;
}

@media only screen and (min-width: 992px) {
body.ct-menu-effect .navbar-beacon {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
}
}
body.ct-menu-effect .navbar-beacon.bounceInRight {
	width: 100%;
	left: 0;
	right: 0;
}
body.ct-menu-effect .navbar-beacon.bounceOutRight {
	width: 100%;
	left: auto;
	right: -50px;
}
body.ct-menu-effect .navbar-beacon.bounceInRight-duration {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
body.ct-menu-effect .navbar-beacon li a {
	display: block;
	background-color: #02495D;
	color: #fff;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 14px;
	font-size: 2rem;
}
body.ct-menu-effect .navbar-beacon li a:hover {
	color: #000;
	background-color: #fff;
}

@media only screen and (min-width: 992px) {
body.ct-menu-effect .navbar-beacon li.is-active > a {
	color: #fff;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.85);
}
}
body.ct-menu-effect .navbar-beacon li.dropdown a i {
	position: relative;
	float: right;
	right: 25px;
	-webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
body.ct-menu-effect .navbar-beacon li.dropdown .dropdown-menu {
	float: none;
	display: none;
	position: static;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0 none;
}
body.ct-menu-effect .navbar-beacon li.dropdown .dropdown-menu li a {
	font-size: 10px;
	font-size: 1rem;
}
body.ct-menu-effect .navbar-beacon li.dropdown.is-active a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.ct-menu-effect .navbar-beacon .ct-socials--rounded li a:hover, body.ct-menu-effect .navbar-beacon .ct-socials--rounded li a:focus, body.ct-menu-effect .navbar-beacon .ct-socials--rounded li a:active {
	border-color: #000;
}
.navbar.navbar-light {
	background-color: transparent;
}
.navbar.navbar-light .navbar-nav > li {
	padding: 25px 10px;
}
.navbar.navbar-light .navbar-nav > li > a {
	color: #fff;
	padding: 5px 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	letter-spacing: 1px;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.navbar.navbar-light .navbar-nav > li > a {
	letter-spacing: 0px;
}
.navbar.navbar-light .navbar-nav > li {
	padding: 80px 15px;
}
}
.navbar.navbar-light .navbar-nav > li > a:before, .navbar.navbar-light .navbar-nav > li > a:after {
	display: none;
}
.navbar.navbar-light .navbar-nav > li.dropdown:after {
	color: #fff;
}
.navbar.navbar-light .navbar-nav > li:hover a {
	border-bottom-color: #00bcdf;
}
.navbar.navbar-light .navbar-nav > li.active a {
	color: #fff;
}

@media only screen and (min-width: 992px) {
.navbar.navbar-light .navbar-nav > li {
	padding: 80px 20px;
}
.navbar.navbar-fixed .navbar-nav > li {
	padding: 35px 20px;
}
}

@media only screen and (min-width: 1200px) {
.navbar.navbar-light .navbar-nav > li {
	padding: 80px 20px;
}
.navbar.navbar-fixed .navbar-nav > li {
	padding: 35px 20px;
}
.bus-title {
	display:block;
	max-width: 570px;
}
.paddy-text {
	max-width:500px;
}
.horse-title {
	font-size:48px;
	max-width:500px;
}
}
@media only screen and (max-width: 1024px) {
.navbar.navbar-light .navbar-nav > li {
	padding: 80px 15px;
}
.navbar.navbar-fixed .navbar-nav > li {
	padding: 35px 15px;
}
}
.navbar-scrolled .navbar.navbar-light {
	background-color: #02495D;
}
.navbar-wide .navbar-header {
	line-height: 80px;
}
.navbar-wide .navbar-header .navbar-brand {
	position: relative;
	display: inline-block;
	margin-top: -4px;
	height: 80px;
	line-height: 80px;
	padding: 0 22px;
}
.scroll-arrow {
	position:absolute;
	bottom: 0;
	width:40px;
	left: 49%;
	margin: 0 auto 25px auto;
}
@media only screen and (max-width: 1199px) {
.navbar-wide .navbar-header .navbar-brand {
	padding: 0 10px;
}
}
.navbar-wide .navbar-header .navbar-brand:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	top: 50%;
	right: 0;
	margin-top: -17px;
	background-color: #e5e5e5;
}

@media (max-width: 1300px) {
.navbar-wide .navbar-header .navbar-brand:after {
	display: none;
}
}
.navbar-wide .navbar-header .navbar-brand img {
	display: inline-block;
}

.navbar-wide.navbar-default .navbar-nav {
	margin-right: 0;
}
.navbar-wide .ct-iconBox--small {
	position: relative;
	padding: 0 25px;
	float: left;
}

@media only screen and (max-width: 1199px) {
.navbar-wide .ct-iconBox--small {
	padding: 0 10px;
}
}
.navbar-wide .ct-iconBox--small:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 40px;
	top: 50%;
	left: 0;
	margin-top: -20px;
	background-color: #e5e5e5;
}
.navbar-wide .ct-iconBox--small.ct-contactBox--responsive {
	display: block;
}

@media (max-width: 1799px) {
.navbar-wide .ct-iconBox--small.ct-contactBox--responsive {
	display: block;
}
}
.navbar-wide .ct-iconBox--small.ct-contactBox--responsive .media-left {
	padding-right: 0;
}

@media (max-width: 1550px) {
.navbar-wide .ct-iconBox--small .media-body {
	display: none;
}
}

@media (max-width: 1550px) {
.navbar-wide .navbar-nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
}

@media only screen and (max-width: 1550px) and (max-width: 1199px) {
.navbar-wide .navbar-nav > li > a {
	font-size: 10px;
	font-size: 1rem;
}
}

@media (max-width: 1550px) {
.navbar-wide .navbar-nav > li.dropdown:after {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
}

@media only screen and (max-width: 991px) {
.navbar-wide {
	display: none;
}
}

@media only screen and (max-width: 991px) {
.navigation-wide .ct-menu-mobile {
	display: block;
}
}

@media only screen and (min-width: 768px) {
.navigation-wide .ct-menu-mobile .ct-socials--rounded {
	padding: 9px 0;
}
.navigation-wide .ct-menu-mobile .ct-productCart-link, .navigation-wide .ct-menu-mobile .nav-item-toggle {
	padding: 8px 0;
}
.bus-title {
	display:block;
	max-width: 570px;
}
}
.ct-menu-mobile {
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
}
.ct-menu-mobile .navbar {
	padding-top: 0;
}
.ct-menu-mobile .navbar .navbar-header {
	padding-top: 10px;
	text-align: left;
}
.ct-menu-mobile .nav > li {
	display: inline-block;
}

@media only screen and (min-width: 768px) {
.ct-menu-mobile {
	display: none;
}

}

@media only screen and (max-width: 767px) {
.navbar-beacon + .navbar-beacon {
	display: none;
}
}
.ct-footer .ct-footer-top {
	background-color: #02495D;
	padding-bottom: 50px;
	padding-top: 20px;
}
.ct-footer .ct-footer-bottom {
	background-color: #CBB943;
	font-family: "Montserrat", sans-serif;
}
.ct-footer .ct-footer-copyright {
	padding-top: 20px;
	padding-bottom: 20px;
}


@media only screen and (max-width: 767px) {
.ct-list-terms {
	text-align: center;
}
}
.ct-list-terms li {
	padding: 0 30px 0 0;
}

@media only screen and (max-width: 767px) {
.ct-list-terms li {
	padding-right: 15px;
}
}
.ct-list-terms li:last-child {
	padding-right: 0;
}
.ct-list-terms li a {
	line-height: 30px;
	font-size: 11px;
	font-size: 1.1rem;
	color: white;
	color: rgba(255, 255, 255, 0.5);
}
.ct-list-terms li a:hover, .ct-list-terms li a:focus, .ct-list-terms li a:active {
	color: #fff;
}

/* Menu footer */
.ct-footer-nav {
	padding-top: 25px;
}
.ct-footer-nav .ct-footer-brand {
	padding-top: 10px;
}

@media only screen and (max-width: 767px) {
.ct-footer-nav .ct-footer-brand {
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 25px;
}
}

@media only screen and (min-width: 768px) {
.ct-footer-nav {
	padding-top: 35px;
}
}
.ct-menu-footer {
	padding-top: 10px;
}
.ct-menu-footer li a {
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	color: white;
	color: rgba(255, 255, 255, 0.5);
}
.ct-menu-footer li a:hover, .ct-menu-footer li a:focus, .ct-menu-footer li a:active {
	color: #fff;
}
.ct-menu-footer li + li {
	padding-top: 10px;
}

@media only screen and (max-width: 991px) {
.ct-menu-footer {
	text-align: right;
}
}

@media only screen and (max-width: 767px) {
.ct-menu-footer {
	text-align: center;
}
}
.ct-preFooter {
	border-bottom: 1px solid #484848;
	padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
.ct-preFooter {
	padding-bottom: 60px;
}
}
.btn, .ct-cart__product-checkout, .ct-cart__product-clear {
	padding: 13px 25px 11px 25px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-size: 1.1rem;
	border-radius: 50px;
	background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
.btn.btn-xs, .ct-cart__product-checkout, .ct-cart__product-clear {
	padding: 8px 12px 6px 12px;
}
.btn.btn-sm, .btn-sm.ct-cart__product-checkout, .btn-sm.ct-cart__product-clear {
	padding: 10px 15px 9px 15px;
}
.btn.btn-lg, .btn-lg.ct-cart__product-checkout, .btn-lg.ct-cart__product-clear {
	padding: 16px 26px 13px 26px;
}
.btn-group.btn-group--separated .btn.btn-lg:last-child:not(.dropdown-toggle), .btn-group.btn-group--separated .btn-lg.ct-cart__product-checkout:last-child:not(.dropdown-toggle), .btn-group.btn-group--separated .btn-lg.ct-cart__product-clear:last-child:not(.dropdown-toggle) {
	padding: 21px 18px 21px 15px;
}
.btn-group--marginRight-0 .btn:last-child, .btn-group--marginRight-0 .ct-cart__product-checkout:last-child, .btn-group--marginRight-0 .ct-cart__product-clear:last-child {
	margin-right: 0 !important;
}
.btn-group.btn-group--separated .btn-lg {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 21px 0 21px 0;
}

@media only screen and (max-width: 991px) {
.btn-group.btn-group--separated .btn-lg {
	padding: 21px 25px 21px 20px;
}
}
.btn-group.btn-group--separated .btn-lg:first-child {
	padding: 20px 30px;
}
.btn-group.btn-group--separated .btn-lg:last-child {
	padding: 20px 18px 20px 15px !important;
}
.ct-link {
	line-height: 30px;
	font-size: 11px;
	font-size: 1.1rem;
	color: white;
	color: rgba(255, 255, 255, 0.5);
}
.ct-link:after {
	padding-left: 8px;
	content: '\f0da';
	font-family: 'FontAwesome';
}
.btn-accient, .ct-cart__product-checkout {
	color: #fff;
}
.btn-accient:hover, .ct-cart__product-checkout:hover, .btn-accient:focus, .ct-cart__product-checkout:focus {
	color: #fff;
}
.btn-accient:active, .ct-cart__product-checkout:active {
	color: #fff;
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5);
}
.btn-dark {
	background-color: #333;
	color: #fff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	color: #fff;
	background-color: #000;
}
.btn.btn--motiveColor, .btn--motiveColor.ct-cart__product-checkout, .btn--motiveColor.ct-cart__product-clear {
	color: #fff;
}
.btn.btn--motiveColor.btn-transparent:hover, .btn--motiveColor.btn-transparent.ct-cart__product-checkout:hover, .btn--motiveColor.btn-transparent.ct-cart__product-clear:hover, .btn.btn--motiveColor.btn-transparent:focus, .btn--motiveColor.btn-transparent.ct-cart__product-checkout:focus, .btn--motiveColor.btn-transparent.ct-cart__product-clear:focus {
	color: #fff;
}
.btn-white {
	background-color: #fff;
	color: #333;
}
.btn.btn-transparent, .btn-transparent.ct-cart__product-checkout, .btn-transparent.ct-cart__product-clear {
	background-color: transparent;
}
.btn.btn-transparent:active, .btn-transparent.ct-cart__product-checkout:active, .btn-transparent.ct-cart__product-clear:active {
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5);
}
.btn.btn-transparent.btn--white, .btn-transparent.btn--white.ct-cart__product-checkout, .btn-transparent.btn--white.ct-cart__product-clear {
	color: #fff;
	background-color: #CBB943;
	font-size: 16px;
}
.btn.btn-transparent.btn--white:hover, .btn-transparent.btn--white.ct-cart__product-checkout:hover, .btn-transparent.btn--white.ct-cart__product-clear:hover, .btn.btn-transparent.btn--white:focus, .btn-transparent.btn--white.ct-cart__product-checkout:focus, .btn-transparent.btn--white.ct-cart__product-clear:focus {
	background-color: #02495D;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .ct-cart__product-checkout:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .ct-cart__product-clear:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

.btn-group.btn-group--separated {
	margin: 0 13px;
}
.btn-group.btn-group--separated .btn, .btn-group.btn-group--separated .ct-cart__product-checkout, .btn-group.btn-group--separated .ct-cart__product-clear {
	margin: 0 !important;
	-webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
.btn-group.btn-group--separated .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group.btn-group--separated .ct-cart__product-checkout:first-child:not(:last-child):not(.dropdown-toggle), .btn-group.btn-group--separated .ct-cart__product-clear:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ct-file-size {
	font-family: "Montserrat", sans-serif;
	display: block;
	text-transform: uppercase;
	padding-top: 15px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 11px;
	font-size: 1.1rem;
}
.btn-group.btn-group--separated.btn-block {
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width: 991px) {
.btn-group.btn-group--separated.btn-block {
	width: auto;
}
}

.navbar .paypal_btn {
	position: relative;
	right: -3px;
}

@media only screen and (min-width: 768px) {
.panel-group .panel + .panel, .panel-group .panel {
	margin: 0 0 30px 0;
}
}
.panel {
	border-color: transparent;
	background-color: transparent;
	box-shadow: none;
}
.panel-default {
	border-color: transparent;
	margin-bottom: 30px;
}
.panel-default > .panel-heading {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	background-color: transparent;
	border-color: transparent;
	padding: 0 0 0 70px;
}
.panel-default > .panel-heading a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	font-weight: 700;
	display: block;
	padding: 22px 0 23px 15px;
	position: relative;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
}
.panel-default > .panel-heading a:before {
	content: '\f068';
	font-family: fontawesome;
	text-align: center;
	font-size: 14px;
	line-height: 70px;
	height: 70px;
	width: 70px;
	color: #333333;
	background-color: transparent;
	border: 1px solid #e6e6e6;
	display: block;
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
.panel-default > .panel-heading .collapsed:before {
	content: '\f067';
	background-color: transparent;
}
.panel-default .panel-heading + .panel-collapse .panel-body {
	border-top: none;
	padding: 0 0 0 69px;
}
.panel-default .panel-heading + .panel-collapse .panel-body p {
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666666;
	margin: 0;
	padding: 30px;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.browser-mozilla .panel-default > .panel-heading a {
	padding: 22px 0 22px 15px;
}
.ct-u-colorMotive {
	color: #00bcdf;
}
.ct-copyright-text a {
	color: #00bcdf;
}
.ct-link.ct-link--arrowMotive:after {
	color: #00bcdf;
}
.ct-link.ct-link--arrowMotive:hover, .ct-link.ct-link--arrowMotive:focus, .ct-link.ct-link--arrowMotive:active {
	color: #00bcdf;
}
.ct-gallery .ct-gallery-item .ct-gallery-item-inner {
	background-color: rgba(0, 188, 223, 0.2);
}

@media only screen and (min-width: 768px) {
.ct-gallery .ct-gallery-item .ct-gallery-item-inner {
	background-color: rgba(0, 188, 223, 0.8);
}
}
.ct-iconBox.ct-iconBox--type1 .ct-iconBox-icon {
	border: 1px solid #00bcdf;
}
.ct-iconBox.ct-iconBox--type1:hover .ct-iconBox-icon {
	background-color: #00bcdf;
}
.ct-iconBox.ct-iconBox--type2 .ct-iconBox-icon {
	border: 1px solid #00bcdf;
}
.ct-iconBox.ct-iconBox--type2:hover .ct-iconBox-icon {
	background-color: #00bcdf;
}
.ct-iconBox.ct-iconBox--type4 .ct-iconBox-icon {
	border: 1px solid #00bcdf;
}
.ct-iconBox.ct-iconBox--type4:hover .ct-iconBox-icon {
	background-color: #00bcdf;
}
.ct-iconBox.ct-iconBox--small .ct-iconBox-icon {
	border: 1px solid #00bcdf;
}
.ct-iconBox.ct-iconBox--small a:hover .ct-iconBox-icon, .ct-iconBox.ct-iconBox--small a:focus .ct-iconBox-icon {
	background-color: #00bcdf;
}
.ct-iconBox.ct-iconBox--small a:hover .ct-iconBox-title, .ct-iconBox.ct-iconBox--small a:focus .ct-iconBox-title {
	color: #00bcdf;
}
.btn--motiveColor {
	color: #00bcdf;
	border: 1px solid #00bcdf;
	background-color: #00bcdf;
}
.btn--motiveColor:hover, .btn--motiveColor:focus, .btn--motiveColor:active {
	background-color: #00bcdf;
	color: #fff;
}
.btn--motiveColor.btn-transparent {
	color: #00bcdf;
}
.btn-accient, .ct-cart__product-checkout {
	background-color: #51bf9f;
	border: 1px solid #51bf9f;
}
.btn-accient:hover, .ct-cart__product-checkout:hover, .btn-accient:focus, .ct-cart__product-checkout:focus {
	background-color: #3ba284;
	border-color: #3ba284;
}
.btn.btn-transparent.btn--white:hover, .btn-transparent.btn--white.ct-cart__product-checkout:hover, .btn-transparent.btn--white.ct-cart__product-clear:hover, .btn.btn-transparent.btn--white:focus, .btn-transparent.btn--white.ct-cart__product-checkout:focus, .btn-transparent.btn--white.ct-cart__product-clear:focus {
	color: #FFFFFF;
}
.ct-dividerSection--motive {
	background-color: #00bcdf;
}
.navbar-default {
	border: 0 none;
}
.navbar-default .navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > a:after {
	border-color: #00bcdf;
}
.navbar-default .navbar-nav > li.active > a {
	color: #00bcdf;
}
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:active {
	color: #00bcdf;
}
.navbar-default .navbar-nav > li .dropdown-menu li:hover > a:before, .navbar-default .navbar-nav > li .dropdown-menu li:active > a:before, .navbar-default .navbar-nav > li .dropdown-menu li:focus > a:before {
	background-color: #00bcdf;
}
.navbar-default .navbar-nav > li .dropdown-menu li.active a {
	color: #00bcdf;
}
.navbar-default.navbar-light .navbar-nav > li:hover a {
	border-bottom-color: #FFF;
}
.navbar-default.navbar-light .navbar-nav > li.active a {
	border-bottom-color: #FFF;
}
/**
 * Comment compiled to CSS example
 */
html.browser-mozilla .ct-mediaSection.ct-u-display-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.ct-mediaSection {
	position: relative;
}
.img-responsive {
	margin: 0 auto;
}

@media only screen and (max-width: 479px) {
.img-responsive {
	width: 70%;
}
}
.ct-u-indentInvisible {
	text-indent: -9999px;
}
.ct-u-margin-top-20--minus {
	margin-top: -20px;
}
.ct-u-margin-top-70--minus {
	margin-top: -70px;
}
.ct-u-margin-top-20--minus, .ct-u-margin-top-70--minus {
	display: block !important;
}

@media (max-width: 1199px) {
.ct-u-margin-top-20--minus, .ct-u-margin-top-70--minus {
	margin-top: 0;
}
}
.animation-infinity {
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
}
.cssAnimate .animated {
	opacity: 0;
	filter: alpha(opacity=0);
}
.cssAnimate .activate {
	opacity: 1;
	filter: alpha(opacity=100);
}
html.browser-mozilla .ct-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.ct-header {
	display: table;
	width: 100%;
}
.ct-header .inner {
	display: table-cell;
	vertical-align: middle;
	padding-top: 80px;
}
.ct-header .ct-header-title {
	color: #fff;
	font-weight: 300;
	margin-top: 0;
	float: left;
}
.ct-header .breadcrumb {
	font-family: "Montserrat", sans-serif;
	background: 0 none;
	color: #fff;
	padding: 13px 0 0;
	text-transform: uppercase;
	font-weight: 700;
	float: right;
	font-size: 11px;
	font-size: 1.1rem;
}
.ct-header .breadcrumb > .active {
	color: #fff;
}
.ct-header .breadcrumb li:before {
	padding: 0 15px;
}

@media only screen and (max-width: 479px) {
.ct-header .ct-header-title,  .ct-header .breadcrumb {
	float: none;
	text-align: center;
}
}
.ct-socials li {
	padding: 0 40px 15px 0;
}

@media only screen and (max-width: 991px) {
.ct-socials li {
	padding-right: 20px;
}
}
.ct-socials li:last-child {
	padding-right: 0;
}
.ct-socials li a {
	line-height: 24px;
	color: white;
	color: rgba(255, 255, 255, 0.25);
	font-size: 30px;
	font-size: 3rem;
}
.ct-socials li a:hover, .ct-socials li a:active, .ct-socials li a:focus {
	color: #fff;
}
.ct-socials--rounded li a {
	display: block;
	width: 37px;
	height: 37px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
.ct-socials--rounded li a:hover, .ct-socials--rounded li a:focus {
	background-color: #000;
	border-color: #000;
}
.ct-socials--motive li {
	padding: 0;
	margin-right: 13px;
}
.ct-socials--motive li:last-child {
	margin-right: 0;
}
.ct-socials--motive li a {
	display: block;
	width: 37px;
	height: 37px;
	color: #333;
	text-align: center;
	line-height: 37px;
	border: 1px solid orange;
	border-radius: 50%;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	font-size: 14px;
	font-size: 1.4rem;
}
.ct-socials--motive li a:hover, .ct-socials--motive li a:focus {
	color: #fff;
}
.tooltip {
	font-family: "Montserrat", sans-serif;
}
.tooltip .tooltip-inner {
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 25px;
	background-clip: padding-box;
/* stops bg color from leaking outside the border: */ }
.tooltip.left .tooltip-arrow {
	right: 1px;
}
.tooltip.right .tooltip-arrow {
	left: 1px;
}
.ct-sectionHeader .ct-sectionHeader-subtitle {
	padding-top: 27px;
}
.ct-sectionHeader.ct-sectionHeader--typeLight .ct-sectionHeader-title {
	font-weight: 300;
}
.ct-sectionHeader.ct-sectionHeader--typeLight .ct-sectionHeader-title, .ct-sectionHeader.ct-sectionHeader--typeLight .ct-sectionHeader-subtitle {
	color: #fff;
}
.ct-sectionHeader.ct-sectionHeader--typeDarken .ct-sectionHeader-title {
	font-weight: 300;
}
.ct-sectionHeader.ct-sectionHeader--typeDarken .ct-sectionHeader-subtitle {
	color: #666666;
}
.ct-sectionHeader.ct-sectionHeader--subtitleItalic .ct-sectionHeader-subtitle {
	font-style: italic;
}
.ct-sectionHeader .ct-sectionHeader-title {
	color: #191919;
}
.ct-sectionHeader .ct-sectionHeader-title span {
	color: #666666;
}
/*
SUPPORT FOR COL4, COL3, COL2 needed
*/
.ct-light-gallery .lg-actions .lg-next, .ct-light-gallery .lg-actions .lg-prev {
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.ct-light-gallery .lg-actions .lg-next:after, .ct-light-gallery .lg-actions .lg-next:before, .ct-light-gallery .lg-actions .lg-prev:after, .ct-light-gallery .lg-actions .lg-prev:before {
	background-color: #fff;
	color: #000;
}
.ct-light-gallery .lg-actions .lg-next:before, .ct-light-gallery .lg-actions .lg-prev:before {
	color: #000;
}
.ct-light-gallery .lg-actions .lg-next {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.ct-light-gallery .lg-actions .lg-next:after {
	content: 'Next';
	width: 80px;
	height: 100%;
	display: block;
	left: -82px;
	top: 0;
	position: absolute;
	text-align: center;
	padding-top: 11px;
	padding-left: 3px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ct-light-gallery .lg-actions .lg-next:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ct-light-gallery .lg-actions .lg-prev {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.ct-light-gallery .lg-actions .lg-prev:before {
	content: 'Prev';
	width: 80px;
	height: 100%;
	display: block;
	right: -82px;
	top: 0;
	position: absolute;
	text-align: center;
	padding-top: 11px;
	padding-right: 3px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ct-light-gallery .lg-actions .lg-prev:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ct-light-gallery .lg-thumb {
	margin: 0 auto;
}
.ct-light-gallery .lg-thumb .lg-thumb-item {
	position: relative;
	border: 0 none;
}
.ct-light-gallery .lg-thumb .lg-thumb-item:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1);
}
.ct-light-gallery .lg-thumb .lg-thumb-item.active:before {
	display: none;
}
.ct-light-gallery .lg-thumb .lg-thumb-item:hover:before, .ct-light-gallery .lg-thumb .lg-thumb-item:focus:before, .ct-light-gallery .lg-thumb .lg-thumb-item:active:before {
	background-color: black;
	background-color: transparent;
}
.ct-light-gallery .lg-thumb .lg-thumb-item:first-child {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.ct-light-gallery .lg-thumb .lg-thumb-item:last-child {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.ct-light-gallery #lg-counter {
	font-family: "Montserrat", sans-serif;
}

.ct-section-media .btn-block {
	max-width: 285px;
}
.ct-section-media-col-2 .ct-section-media-text-container {
	padding: 40px 0;
}
.mobile-padding {padding: 15px 15%;}
@media only screen and (min-width: 768px) {
.ct-section-media-col-2 {
	display: table;
	width: 100%;
}
.ct-section-media-col-2 .ct-section-media-row {
	display: table-row;
}
.ct-section-media-col-2 .ct-section-media-item {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 0;
}
}

@media only screen and (max-width: 767px) {
.ct-section-media-col-2 .ct-section-media-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.ct-section-media-col-2 .ct-section-media-row .ct-section-media-item {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}
.ct-section-media-col-2 .ct-section-media-row .ct-section-media-text-container {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}
}
.ct-container-mini p {
	color: #666666;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
.ct-container-mini p {
	width: 30%;
	margin: 0 auto 40px auto;
}
}

@media only screen and (min-width: 768px) {
.ct-section-media-text-container {
	padding: 100px 0;
}
}
.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-image, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-image {
	margin: 0 auto;
}
.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-title, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title {
	padding-top: 20px;
	font-weight: 700;
	font-size: 72px;
	font-size: 7.2rem;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-title, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title {
	padding-top: 0;
	font-size: 50px;
	font-size: 5rem;
}
.m-space-bot {
	 margin-bottom: 80px;
 }

}
@media only screen and (max-width: 616px) {
.nav-tabs > li > a {
    margin-right: 2px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 15px 20px;
    border: none;
}
}
@media only screen and (max-width: 479px) {
.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-title, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title {
	font-size: 30px;
	font-size: 5rem;
}
.header-link {
    margin-left: 10px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding: 15px 20px;
    border: none;
}
.footer-nav li {
    display: block;
    text-align: center;
    float: none;
}
.footer-nav li a {
	display: block;
	padding: 20px 0px;
}
 .m-space-bot {
	 margin-bottom: 80px;
 }
 /*.tab-pane.set1,  .tab-pane.set2 {
	 padding-left: 25px;
	 padding-right: 25px;
}*/
.paddy {
	background-image:url(../images/paddy-mobile.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding-left: 0px;
	padding-top: 180px;
	min-height: 180px;
	text-align:center;
	margin-bottom: 25px;
}
}
.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-title span, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title span {
	display: block;
	padding-top: 15px;
	font-weight: 700;
}
.ct-pageHeader.ct-pageHeader--type1 .ct-pageHeader-title span.inline, .ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title span.inline {
	display: inline;
}
.ct-pageHeader.ct-pageHeader--type2 .ct-pageHeader-title {
	padding-top: 18px;
}
.ct-pageHeader.ct-pageHeader--type3 .media {
	display: table;
	margin: 0 auto;
}
.ct-pageHeader.ct-pageHeader--type3 .media .media-body {
	width: auto;
}
.ct-pageHeader.ct-pageHeader--type3 .media-left {
	padding-right: 40px;
}
.ct-pageHeader.ct-pageHeader--type3 .media-left img {
	max-width: none;
}
.ct-pageHeader.ct-pageHeader--type3 .media-left, .ct-pageHeader.ct-pageHeader--type3 .media-body {
	vertical-align: middle;
}
.ct-pageHeader.ct-pageHeader--type3 .ct-pageHeader-title {
	margin-top: 0;
	font-weight: 300;
	text-align: left;
	font-size: 72px;
	font-size: 7.2rem;
}

@media only screen and (max-width: 767px) {
.ct-pageHeader.ct-pageHeader--type3 .ct-pageHeader-title {
	font-size: 50px;
	font-size: 5rem;
}
}

@media only screen and (max-width: 479px) {
.ct-pageHeader.ct-pageHeader--type3 .ct-pageHeader-title {
	font-size: 48px;
	font-size: 4.8rem;
}
}
.ct-pageHeader.ct-pageHeader--type3 .ct-pageHeader-title span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 7px;
}

@media only screen and (max-width: 479px) {
.ct-pageHeader.ct-pageHeader--type3 .media, .ct-pageHeader.ct-pageHeader--type3 .media-left, .ct-pageHeader.ct-pageHeader--type3 .media-body {
	display: block;
	padding: 0;
}
.ct-pageHeader.ct-pageHeader--type3 img {
	margin: 0 auto 20px auto;
}
.ct-pageHeader.ct-pageHeader--type3 .ct-pageHeader-title {
	text-align: center;
}
}
.ct-pageHeader.ct-pageHeader--type4 {
	margin-top: -40%;
}
.ct-pageHeader.ct-pageHeader--type4 span {
	display: block;
	margin-top: 10px;
}

@media only screen and (min-width: 992px) {
.ct-pageHeader.ct-pageHeader--type4 {
	margin-top: -25%;
}
}

@media (min-width: 1600px) {
.ct-pageHeader.ct-pageHeader--type4 {
	margin-top: -30%;
}
}
.ct-dividerSection .inner .ct-dividerSection--right {
	text-align: center;
}
