.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-dot {
	display: inline-block;
	border-radius: 15px;
	width: 15px;
	height: 15px;
	margin-left: 2px;
	margin-right: 2px;
	background: #ccc;
	border:none;
}

.owl-dot:hover {
	cursor: pointer;
}

.owl-dot.active {
	background: #3F51B5;
}

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

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

main {
	padding-bottom: 36px;
	position: relative;
	z-index: 2;
}

hr {
	border-top: 1px solid #d7d7d7;
}

#subheader {
	margin-bottom: 34px;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}

#subheader h1 {
	font: normal 2.875em/1em 'Libertad Bold', 'Arial', sans-serif;
	color: #fff;
	margin: 0;
}

#subheader .slide_content_box {
	height: 100%;
	background: rgba(2, 3, 25, 0.38);
}

#subheader .page_title {
	width: 100%;
	position: absolute;
	text-align: center;
	right: 0;
	top: 33%;
}

#subheader .page_title.post_title h1 {
	font-size: 1.5em;
}

.entry-header img,
.entry-content img {
	max-width: 100%;
}

#rmv_img{
	display: block;
}

#rmv_check:checked + #rmv_img   {
	display: none;
}

.page_applications .app_box {
	margin-bottom: 32px;
}

.page_applications .app_box a {
	display: block;
	font: normal 1.125em/normal 'Libertad Bold', 'Arial', sans-serif;
	text-align: center;
	color: #303335;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page_applications .app_box a:hover {
	color: #2B8687;
	text-decoration: none;
}

.page_applications .app_box img {
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 23px;
	background: rgba(0, 0, 0, 0.2);
}

.page_applications .applications_box {
	margin-bottom: 45px;
}

.page_applications .video_box iframe {
	width: 100%;
	height: 480px;
	vertical-align: top;
}

.page_applications .entry-content {
	font-size: 1.125em;
	line-height: 1.445em;
	color: #3f3f3f;
	padding: 32px 0 0;
}

.page_applications .entry-content ul {
	margin: 0;
	padding: 0;
	padding: 0 15px 15px 15px;
}

.page_applications .entry-content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page_applications .entry-content ul li {
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}

.page_applications .entry-content ul li::before {
	width: 10px;
	height: 10px;
	display: block;
	background: #2B8687;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	border-radius: 50%;
}

.page_applications .entry-content ul li:last-child {
	margin-bottom: 0;
}

.page_applications .entry-content a {
	color: #40aeb7;
}

.page_applications .entry-content h5 {
	font-size: 0.889em;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #818181;
	text-transform: uppercase;
	padding-top: 16px;
}

.applications_page_fields {
	border-bottom: solid 1px #d7d7d7;
	padding-bottom: 76px;
}

.entry-content {
	margin-bottom: 21px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: 'OpenSans SemiBold', 'Arial', sans-serif;
	line-height: normal;
	color: #2B8687;
	margin: 0 0 1.375em;
}

.entry-content strong {
	font-family: 'Libertad Medium', 'Arial', sans-serif;
}

.application_feed_item {
	margin-bottom: 36px;
}

.application_feed_item a {
	display: block;
	font: normal 1.125em/1.334em 'Libertad Bold', 'Arial', sans-serif;
	color: #303335;
	text-align: center;
}

.application_feed_item a:hover {
	color: #2B8687;
	text-decoration: none;
}

.application_feed_item a span {
	display: block;
}

.application_feed_item .thumb {
	background: #f5f9fa;
	display: block;
	margin-bottom: 23px;
	border-radius: 3px;
}

.application_feed_item .thumb img {
	width: 100%;
	display: block;
}

.application_feed_item .title {
	height: 2.667em;
	overflow: hidden;
}

.app_single_page {
	color: #000;
}

.app_single_page p {
	margin-bottom: 0.75em;
}

.app_single_page p:last-child {
	margin-bottom: 0;
}

.app_relations_list {
	margin-bottom: 12px;
}

.app_relations_list a {
	display: inline-block;
	color: #40aeb7;
	margin-right: 20px;
}

.app_relations_list a:hover,
.app_relations_list a:focus {
	color: #0c384b;
	text-decoration: none;
}

.app_products_list a {
	font: normal 1.875em/1em 'Libertad Bold', 'Arial', sans-serif;
}

.app_categories_list a {
	border: solid 1px #40aeb7;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	padding: 9px 50px 10px;
	border-radius: 22px;
}

.app_categories_list a:hover,
.app_categories_list a:focus {
	border-color: #0c384b;
}

#timeline_slider {
	background: #0f1f48;
	background: -webkit-gradient(left top, right top, color-stop(0%, #0f1f48), color-stop(15%, #0f1f48), color-stop(85%, #40adb7), color-stop(100%, #40adb7));
	background: -webkit-linear-gradient(left, #0f1f48 0%, #0f1f48 15%, #40adb7 85%, #40adb7 100%);
	background: linear-gradient(to right, #0f1f48 0%, #0f1f48 15%, #40adb7 85%, #40adb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1f48', endColorstr='#40adb7', GradientType=1 );
	color: #fff;
}

#timeline_slider .item {
	text-align: center;
}

#timeline_slider h4 {
	color: #fff;
	font: normal 2.250em/1em 'Libertad Bold', 'Arial', sans-serif;
	margin: 0 0 9px;
	padding-bottom: 14px;
	position: relative;
}

#timeline_slider h4::after {
	width: 43px;
	height: 1px;
	display: block;
	background: #fff;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#timeline_slider h5 {
	color: #fff;
	font: normal 1.125em/1.445em 'Libertad Light', 'Arial', sans-serif;
	margin: 0;
}

#timeline_slider a {
	color: #fff;
}

#timeline_slider .owl-stage-outer {
	position: relative;
	z-index: 2;
}

#timeline_slider .owl-nav {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -10px;
	z-index: 99;
}

#timeline_slider .owl-nav div {
	font-size: 2.25em;
	color: #c1dfe2;
	cursor: pointer;
	display: inline-block;
	margin: 0 15px;
}

.timeline_slider {
	margin: 5.35% 0 7.19%;
}

.contacts_page_content {
	height: 100%;
	background: center no-repeat;
	background-size: cover;
}

.contacts_page_content #main {
	height: 100%;
	padding-top: 96px;
	padding-bottom: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.contacts_page_content #main > .container {
	height: 100%;
}

.contacts_page_content #main > .container > .row {
	height: 100%;
}

.contacts_page_content #main > .container > .row > .contact_col {
	height: 100%;
}

.contacts_page_content .contact_col .contact_content {
	background: #eef6f7;
	height: 100%;
	margin-left: -30px;
	padding: 44px 8.33334%;
	overflow: auto;
}

.contacts_page_content .dropdown {
	margin-bottom: 33px;
}

.contacts_page_content .dropdown button {
	width: 100%;
	background: #fff;
	border: solid 1px #2B8687;
	font: normal 1.500em/normal 'Libertad Extra Bold', 'Arial', sans-serif;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 5px 13px 9px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contacts_page_content .dropdown button .caret {
	width: auto;
	height: auto;
	border: none;
	color: #40aeb7;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contacts_page_content .dropdown button[aria-expanded="true"] .fa::before {
	content: "\f106";
}

.contacts_page_content .dropdown-menu {
	width: 100%;
	border: 1px solid #2B8687;
	font-size: 1em;
	color: #787878;
	box-shadow: 0 6px 12px rgba(75, 189, 199, 0.175);
}

.contacts_page_content .contact_content_header {
	color: #878787;
	margin-bottom: 10px;
}

.contacts_page_content .location_item {
	display: none;
	color: #787878;
}

.contacts_page_content .location_item h5 {
	font-size: 1.125em;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #40aeb7;
	margin: 0 0 32px;
}

.contacts_page_content .location_item a {
	color: #787878;
}

.contacts_page_content .location_address {
	line-height: 1.125em;
}

.contacts_page_content .location_address ul {
	margin: 0;
	padding: 0;
}

.contacts_page_content .location_address ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contacts_page_content .location_address ul li {
	margin-bottom: 18px;
	padding-left: 42px;
}

.contacts_page_content .location_address ul li:after {
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	content: '.';
}

.contacts_page_content .location_address ul img {
	margin: -3px 0 3px -42px;
	float: left;
}

.admin-bar .contacts_page_content .fixed + #main {
	padding-top: 77px;
}

.page_employment .entry-content {
	text-align: center;
	margin: 0 0 46px;
	padding: 0 0 38px;
	border-bottom: solid 1px rgba(64, 174, 183, 0.24);
}

.page_employment .entry-content .entry-content-box {
	margin: 0 auto;
	float: none;
}

.page_employment .entry-content h2,
.page_employment .entry-content h6 {
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	margin: 0;
}

.page_employment .entry-content p:last-child {
	margin: 0;
}

.page_employment .entry-content h2 {
	margin-bottom: 22px;
}

.page_employment .entry-content h6 {
	line-height: 1.563em;
	color: #b0bdbf;
	text-transform: uppercase;
}

.page_employment .bottom-content {
	border-top: solid 1px rgba(64, 174, 183, 0.61);
	border-bottom: solid 1px rgba(64, 174, 183, 0.61);
	font: normal 1.125em/normal 'Libertad Medium', 'Arial', sans-serif;
	color: #7b7b7b;
	text-align: center;
	text-transform: uppercase;
	margin-top: 46px;
	padding: 19px 0 24px;
}

.page_employment .bottom-content p:last-child {
	margin: 0;
}

.page_employment .bottom-content a {
	font-family: 'Libertad Extra Bold', 'Arial', sans-serif;
}

.page_employment_row .item {
	margin-bottom: 30px;
}

.page_employment_columns .item:nth-of-type(3n+1) {
	clear: left;
}

.page_employment_columns h4 {
	border: solid 1px #40aeb7;
	color: #0b204d;
	font-size: 1.25em;
	font-family: 'Libertad Medium', 'Arial', sans-serif;
	margin: 0 0 11px;
	padding: 8px 22px 9px;
	border-radius: 23px;
}

.page_employment_columns .btn_set {
	padding: 4px 0;
}

.page_employment_columns .btn_set a {
	display: inline-block;
	background: #2B8687;
	font-size: 1em;
	font-family: 'Libertad Medium', 'Arial', sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0 !important;
	padding: 8px 30px 11px;
	border-radius: 22px;
}

.page_employment_columns .btn_set a:hover {
	background-color: #0c384b;
}

.page_employment_content {
	line-height: 1.563em;
	font-family: 'Libertad Book', 'Arial', sans-serif;
}

.page_employment_content span {
	font-family: 'Libertad Medium', 'Arial', sans-serif;
	color: #40aeb7;
}

.page_employment_content ul {
	margin: 0;
	padding: 0;
}

.page_employment_content ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page_employment_content ul li {
	margin-bottom: 11px;
	padding-left: 20px;
	position: relative;
}

.page_employment_content ul li::before {
	width: 10px;
	height: 10px;
	background: #40aeb7;
	content: '';
	position: absolute;
	left: 0;
	top: 0.438em;
	border-radius: 50%;
}

.page_employment_content ul li > ul {
	padding: 4px 0 1px;
}

.page_employment_content ul li > ul li {
	margin-bottom: 0;
	padding-left: 16px;
}

.page_employment_content ul li > ul li::before {
	width: 8px;
	height: 8px;
	background: #fff;
	border: solid 1px #40aeb7;
	top: 0.5em;
}

.page-trade-shows h2 {
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #40aeb7;
	margin: 0 0 3.68421%;
}

.page-trade-shows h3 {
	font-family: 'Libertad Book', 'Arial', sans-serif;
	color: #093a3e;
	margin: 0 0 5.0877%;
}

.page-trade-shows h3 + p {
	text-align: center;
}

.page-trade-shows h3 + p img {
	margin: 0 2%;
}

.trade_shows_companies {
	font-family: 'Libertad Book', 'Arial', sans-serif;
	margin-bottom: 5.7%;
}

.trade_shows_companies > .row > .col-sm-9 {
	float: none;
	margin: 0 auto;
}

.trade_shows_companies > .row > .col-sm-9 > div {
	border-top: solid 1px rgba(0, 0, 0, 0.16);
}

.trade_shows_companies > .row > .col-sm-9 > div > div {
	border-bottom: solid 1px rgba(0, 0, 0, 0.16);
	padding: 32px 0 34px;
}

.trade_shows_companies h5 {
	font-size: 1.125em;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #00191b;
	margin: 0 0 13px;
}

.trade_shows_companies img {
	width: 100%;
	display: block;
	margin: 0;
}

.trade_shows_companies p:last-child {
	margin-bottom: 0;
}

.page-product-support .support_content {
	margin-bottom: 62px;
}

.page-product-support .support_content h2 {
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	margin-bottom: 6px;
}

.page-product-support .support_content p {
	font: normal 1.125em/1.444em 'Libertad Book', 'Arial', sans-serif;
	color: #262626;
}

.page-product-support .support_content p:last-child {
	margin-bottom: 0;
}

.jt-dimmer {
	background: rgba(231, 237, 238, 0.76) !important;
}

.jt-feedback {
	padding: 40px 25px 40px 40px !important;
	background: #fff !important;
	box-shadow: 0 0 40px rgba(4, 12, 44, 0.23);
}

.jt-feedback > div:first-child {
	background: none !important;
	border: solid 1px rgba(123, 207, 214, 0.43) !important;
	top: 14px !important;
	left: 12px !important;
	right: 12px !important;
	bottom: 14px !important;
	border-radius: 0 !important;
}

.jt-feedback .jt-title {
	display: none;
}

.jt-feedback .jt-content {
	background: none !important;
	padding-right: 15px !important;
}

.jt-feedback .jt-content iframe {
	vertical-align: top;
}

.jotform-form {
	padding: 0 !important;
}

.supernova .form-all,
.form-all {
	width: auto !important;
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.form-section {
	margin: 0 -15px;
	padding: 0;
}

.form-section::before,
.form-section::after {
	display: table;
	content: " ";
}

.form-section::after {
	clear: both;
}

.form-section .form-line {
	width: 100%;
	background: none;
	margin: 0 0 25px;
	padding: 0 15px;
	overflow: visible;
	float: left;
	clear: none;
}

.form-section .form-line:nth-of-type(odd) {
	clear: left;
}

.form-section .form-line[data-type="control_textarea"] {
	float: right;
}

.form-section .form-line[data-type="control_button"] {
	text-align: right;
}

.form-section .form-line .form-label {
	display: none;
}

.form-section .form-line .form-input {
	display: block;
}

.form-section .form-line input,
.form-section .form-line textarea {
	width: 100% !important;
	border: solid 1px #2B8687;
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 16px;
	box-sizing: border-box;
	box-shadow: none;
}

.form-section .form-line textarea {
	height: 206px;
	resize: vertical;
}

.form-section .form-captcha {
	width: auto;
	background: none;
	border: none;
	padding: 0;
	border-radius: 0;
}

.form-section .form-captcha:hover {
	border: none;
}

.form-section .form-submit-button {
	width: 170px; /*height: 49px;*/
	background: #40aeb7;
	border: none;
	margin: 0;
	padding: 18px 0 14px;
	outline: none;
	color: #fff;
	font-size: 16px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 25px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.form-section .form-submit-button:hover {
	background-color: #0c384b;
}

.form-section .form-html {
	font-size: 16px;
	color: #888888;
	padding: 0;
}

.form-section .form-html h3 {
	font-size: 24px;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	color: #40aeb7;
	margin: 14px 0 10px;
	text-transform: uppercase;
}

.form-section .form-html h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #40aeb7;
}

.app_categories_tree {
	line-height: 1.125em;
	margin-bottom: 30px;
	position: relative;
}

.app_categories_tree ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.app_categories_tree ul.main-cat {
	position: relative;
}

.app_categories_tree ul.main-cat > li:nth-of-type(3n+1) {
	clear: left;
}

.app_categories_tree ul.main-cat > li > a.cat_link {
	color: #303335;
	font-size: 1.125em;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
	text-decoration: none;
}

.app_categories_tree ul.main-cat > li > a.cat_link:hover {
	color: #2B8687;
}

.app_categories_tree ul.sub-cat > li {
	position: relative;
	padding-left: 15px;
}

.app_categories_tree ul.sub-cat > li:before {
	font-size: .6em;
	font-family: 'FontAwesome', sans-serif;
	color: #0b204d;
	content: '\f054';
	position: absolute;
	left: 0;
}

.app_categories_tree ul.sub-cat > li > a {
	color: #303335;
}

.app_categories_tree ul ul {
	padding-top: 10px;
}

.app_categories_tree ul li {
	margin-bottom: 10px;
}

.app_categories_tree .drop_down {
	display: none;
}

.app_categories_tree .drop_down.not_last_class > .app_lasers_list {
	padding-left: 15px;
}

.app_categories_tree .app_lasers_toggle {
	margin: 3px 0 -3px 15px;
	color: #2B8687 !important;
}

.app_categories_tree .app_lasers_toggle.open .fa:before {
	content: '\f147';
}

.app_categories_tree .app_lasers_list li {
	position: relative;
	padding-left: 15px;
}

.app_categories_tree .app_lasers_list li:before {
	font-size: .4em;
	font-family: 'FontAwesome', sans-serif;
	color: #0b204d;
	content: '\f111';
	position: absolute;
	left: 0;
}

.app_categories_tree .app_lasers_list li:last-child {
	margin-bottom: 0;
}

.app_categories_tree .app_lasers_list br {
	display: none;
}

.app_categories_thumb img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.woocommerce-cart.woocommerce-page .shop_table .product-remove,
.woocommerce-checkout.woocommerce-page .shop_table .product-remove {
	width: 10px;
}

.woocommerce-cart.woocommerce-page .product-thumbnail,
.woocommerce-checkout.woocommerce-page .product-thumbnail {
	width: 144px;
}

.woocommerce-cart.woocommerce-page .product-thumbnail img,
.woocommerce-checkout.woocommerce-page .product-thumbnail img {
	width: 120px;
	height: auto;
}

.woocommerce-cart.woocommerce-page .product-quantity,
.woocommerce-checkout.woocommerce-page .product-quantity {
	width: 194px;
}

.woocommerce-cart.woocommerce-page .cart_totals,
.woocommerce-checkout.woocommerce-page .cart_totals {
	width: 25%;
}

.woocommerce-cart.woocommerce-page input.button,
.woocommerce-cart.woocommerce-page a.button,
.woocommerce-checkout.woocommerce-page input.button,
.woocommerce-checkout.woocommerce-page a.button {
	background: no-repeat calc(100% - 10px) center #40aeb7;
	border: solid 1px #40aeb7;
	font: normal 1em/1.5em 'Libertad Medium', 'Arial', sans-serif;
	color: #fff;
	padding: 5px 15px !important;
	border-radius: 18px;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.31);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.woocommerce-cart.woocommerce-page input.button:hover,
.woocommerce-cart.woocommerce-page input.button:focus,
.woocommerce-cart.woocommerce-page a.button:hover,
.woocommerce-cart.woocommerce-page a.button:focus,
.woocommerce-checkout.woocommerce-page input.button:hover,
.woocommerce-checkout.woocommerce-page input.button:focus,
.woocommerce-checkout.woocommerce-page a.button:hover,
.woocommerce-checkout.woocommerce-page a.button:focus {
	background-color: #0c384b;
	border: solid 1px #40aeb7;
	color: #fff;
}

.woocommerce-cart.woocommerce-page a.checkout-button,
.woocommerce-checkout.woocommerce-page a.checkout-button {
	background: no-repeat calc(100% - 10px) center #40aeb7;
	border: solid 1px #40aeb7;
	font: normal 1.25em/1.5em 'Libertad Medium', 'Arial', sans-serif;
	color: #fff;
	padding: 15px 25px !important;
	border-radius: 32px;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.31);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.woocommerce-cart.woocommerce-page a.checkout-button:hover,
.woocommerce-cart.woocommerce-page a.checkout-button:focus,
.woocommerce-checkout.woocommerce-page a.checkout-button:hover,
.woocommerce-checkout.woocommerce-page a.checkout-button:focus {
	background-color: #0c384b;
	border: solid 1px #40aeb7;
	color: #fff;
}

.woocommerce-cart .address-field,
.woocommerce-checkout .address-field {
	width: 100% !important;
}

.entry-content .checkout h3 {
	margin-bottom: 15px;
}

.entry-content .checkout #payment {
	background: #f4f6f6;
}

#customer_details {
	margin-bottom: 30px;
}

#customer_details input,
#customer_details textarea {
	border: 1px solid #ccc;
	font-weight: normal;
	padding: 5px 8px;
	border-radius: 3px;
}

.woocommerce-invalid + #customer_details input,
.woocommerce-invalid + #customer_details textarea {
	border-color: #a00 !important;
}

#customer_details textarea {
	resize: vertical;
	min-height: 117px;
}

.request_quote_form {
	background: #fff;
	padding: 15px 30px;
}

@media screen and (min-width: 480px) {

.form-section .form-line {
	width: 50%;
}

}

@media screen and (min-width: 768px) {

#subheader {
	margin-bottom: 44px;
}

#subheader .page_title.post_title h1 {
	font-size: 2.875em;
}

#subheader .page_title {
	top: 58%;
	text-align: right;
}

#timeline_slider .owl-nav {
	bottom: -25px;
}

.contacts_page_content #main {
	padding-top: 87px;
}

.admin-bar .contacts_page_content .fixed + #main {
	padding-top: 93px;
}

.page_employment_row {
	border-bottom: solid 1px rgba(64, 174, 183, 0.24);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.page_employment_row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page_employment_row .item {
	margin: 0;
}

.app_categories_tree:before,
.app_categories_tree:after {
	width: 1px;
	height: 100%;
	background: rgba(64, 174, 183, 0.24);
	content: '';
	position: absolute;
	top: 0;
}

.app_categories_tree:before {
	left: calc(33.3334% - 7px);
}

.app_categories_tree:after {
	right: calc(33.3334% - 7px);
}

}

@media screen and (min-width: 992px) {

#subheader {
	margin-bottom: 54px;
}

#timeline_slider .owl-nav {
	bottom: -40px;
}

.admin-bar .contacts_page_content .fixed + #main {
	padding-top: 77px;
}

.page_employment_columns h4 {
	font-size: 1.5em;
}

}

@media screen and (min-width: 1200px) {

#subheader {
	margin-bottom: 74px;
}

.contacts_page_content #main {
	padding-top: 96px;
}

}

@media screen and (min-width: 1440px) {

#timeline_slider .owl-nav {
	width: calc(100% + 200px);
	height: 90%;
	left: -100px;
	bottom: auto;
	top: 0;
}

#timeline_slider .owl-nav div {
	color: #456287;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
}

#timeline_slider .owl-nav div.owl-next {
	color: #c1dfe2;
	left: auto;
	right: 0;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}



.locations_list .location_item h4 {
	display: none;
	font-family: 'Libertad Bold', 'Arial', sans-serif;
}

.locations_list .location_item.titles h4 {
	display: block;
}