/*
	Theme Name: GTS
	Theme URI: https://kagg.eu/en/
	Author: KAGG Design
	Author URI: https://kagg.eu/en/
	Description: Custom Child theme for Generate Press
	Template: generatepress
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Open Sans Hebrew */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/open-sans-hebrew/OpenSansHebrew-Regular.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/open-sans-hebrew/OpenSansHebrew-Bold.ttf) format('truetype');
	font-display: swap;
}

/* === Start from header.php === */

.iconslist a {
	width: 36px;
	line-height: 36px;
	display: inline-block;
	font-size: 24px;
	margin: 0 13px 13px 0;
	transition: all .2s;
	color: #222;
}

.iconslist a:hover {
	font-size: 33px;
}

#site-navigation ul.menu li, #site-navigation ul.menu li a, #shop-button {
	color: #111111;
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	font-weight: 400 !important;
	display: inline-block;
}

/* === End from header.php === */

/* === Start from mito theme === */

/*-----------------------------------------------------------------------------------*/
/*	General
/*-----------------------------------------------------------------------------------*/
body, html {
	width: 100%;
}

body {
	background-size: cover;
	background-attachment: fixed;
}

a {
	-webkit-transition: color .2s;
	transition: color .2s;
}

#wrap {
	margin: 0 auto;
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	word-wrap: break-word;
}

h5 {
	letter-spacing: 2px;
}

h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 30px 0;
	font-size: 15px !important;
	line-height: 25px !important;
}

ul, ol {
	margin: 0 0 30px 0;
}

ul li ul, ol li ol {
	margin: 0 0 30px 0;
}

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

.row img {
	max-width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	BreadCrumbs
/*-----------------------------------------------------------------------------------*/
#breadcrumbs {
	padding: 10px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
}

#breadcrumbs .navigation {
	line-height: 40px;
}

#breadcrumbs a {
	color: #696969;
}

#breadcrumbs a.current-item {
	font-weight: 700;
	color: #444;
}

#breadcrumbs .separator {
	margin: 0 8px;
}

#breadcrumbs form {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 4px;
}

#breadcrumbs form input[type="text"] {
	border: 1px solid #ddd;
	margin: 0;
	border-radius: 0;
	padding: 8px 35px 8px 10px;

	background: #fff;
}

#breadcrumbs form input[type="submit"] {
	text-indent: -2000%;
	white-space: nowrap;
	overflow: hidden;
	width: 40px !important;
	height: 100%;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url('images/ico-zoom.png') center no-repeat;
	border-radius: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Forms
/*-----------------------------------------------------------------------------------*/
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="date"],
.chosen-single {
	width: 100%;
	background: #f1f1f1;
	padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-radius: 3px;
	color: #3b474d;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.button,
a.button,
html input[type=button].button,
html input[type=submit].button {
	background: #f3ae15 !important;
	border: none;
	padding: 8px 15px;
	color: #fff !important;
	border-radius: 3px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all .2s;
	transition: all .2s;
	line-height: inherit;
	cursor: pointer;
}

a.button:hover {
	background-color: #22a7f0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Custom Select
/*-----------------------------------------------------------------------------------*/
.chosen-container {
	position: relative;
	cursor: pointer;
	text-align: left;
	width: 100% !important;
	background: transparent !important;
	border-radius: 3px;
	color: #626262;
	font-size: 15px;
}

.chosen-container.chosen-with-drop {
	border-radius: 3px 3px 0 0;
}

.chosen-single {
	display: block;
	background: url('images/select-arrow.png') 98% center no-repeat transparent;
}

.chosen-single span {
	color: #555;
}

.rtl .chosen-single span {
	margin-right: 15px;
}

.chosen-drop,
.chosen-search {
	display: none;
}

.chosen-with-drop .chosen-drop {
	display: block;
}

.chosen-results {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 19;
	max-height: 168px;
	overflow: scroll;
	border-radius: 0 0 3px 3px;
}

.chosen-results li {
	border: none !important;
	margin: 0;
	list-style: none;
	display: block;
	padding: 5px 15px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #3b474d;
}

.chosen-results li:hover {
	background: rgba(0, 0, 0, 0.1)
}

.chosen-container.chosen-with-drop,
.chosen-results,
.chosen-results li {
	background: #e1e1e1;
}

/* Menu */
/* id=header-menu replaced by id=site-navigation */
#site-navigation {
	margin: 0;
}

#site-navigation ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#site-navigation ul.menu > li {
	margin: 0;
	padding: 0 7px;
	display: inline-block;
	list-style: none;
	cursor: pointer;
}

#site-navigation ul.menu > li:last-child {
	padding-right: 0;
}

#site-navigation ul li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
}

#site-navigation ul li a .arrow {
	position: absolute;
	right: 5px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#site-navigation ul li ul.sub-menu {
	background: #1e1f23;
	width: auto !important;
}

#site-navigation ul li ul.sub-menu li a {
	color: #fff;
	opacity: 0.7;
}

#site-navigation ul li ul.sub-menu li a:hover,
#site-navigation ul li ul.sub-menu li .current_page_item a {
	opacity: 1;
}

#site-navigation ul li.simple {
	position: relative;
}

#site-navigation ul li.simple ul.sub-menu {
	position: absolute;
	width: 220px;
	left: -15px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 48px;
	display: none;
}

#site-navigation ul li.simple ul.sub-menu li {
	position: relative;
	padding: 0 15px;
	border-bottom: 1px solid #2d2e33;
	width: 225px;
}

#site-navigation ul li.simple ul.sub-menu li:last-child {
	border-bottom: none;
}

#site-navigation ul li.simple ul.sub-menu li ul.sub-menu {
	top: -1px;
	left: 221px;
	border-top: 1px solid #2d2e33;
}

#site-navigation ul li.simple ul.sub-menu li ul.sub-menu.menu-overflow-width {
	left: auto;
	right: 221px;
}

#site-navigation ul li.megamenu > ul.sub-menu {
	position: absolute;
	width: 1140px;
	left: 618px;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	display: none;
}

#site-navigation ul li.megamenu ul.sub-menu a {
	line-height: 1.2em;
	padding: 12px 0 12px 15px;
	display: inline-block;
}

#site-navigation ul li.megamenu > ul.sub-menu > li {
	display: inline-block;
	float: left;
	position: relative;
}

#site-navigation ul li.megamenu > ul.sub-menu > li > a {
	border-bottom: 1px solid #2d2e33;
	display: block;
	line-height: 1em;
	margin: 0 15px;
	padding-left: 0;
	font-size: 13px;
	color: #fff;
	opacity: 0.7;
}

#site-navigation ul li.megamenu > ul.sub-menu > li > a:hover {
	opacity: 1;
}

#site-navigation ul li.megamenu > ul.sub-menu > li ul.sub-menu {
	display: block !important;
	visibility: visible !important;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
}

#site-navigation ul li.megamenu.megamenu-cols-4 > ul.sub-menu > li {
	width: 25%;
}

#site-navigation ul li.megamenu.megamenu-cols-3 > ul.sub-menu > li {
	width: 33.333%;
}

#site-navigation ul li.megamenu.megamenu-cols-2 > ul.sub-menu > li {
	width: 50%;
}

h4 {
	color: #222;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

/*-----------------------------------------------------------------------------------*/
/*	Owl Carousel
/*-----------------------------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	/*display: none;*/
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel {
	position: relative;
}

.owl-controls {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
}

.content-full .owl-controls {
	border: none;
}

.owl-buttons div {
	position: absolute;
	background: #222;
	width: 30px;
	height: 30px;
	top: -45px;
	right: 0;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	text-indent: -9999px;
	z-index: 9;
	border-radius: 3px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.owl-buttons div.owl-prev {
	right: 35px;
}

.owl-buttons div.owl-prev:after,
.owl-buttons div.owl-next:after {
	font-family: 'Entypo';
	position: absolute;
	text-indent: 0;
	top: 50%;
	left: 50%;
	font-size: 12px;
	color: #fff;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.owl-buttons div.owl-prev:after {
	content: '\e87c';
}

.owl-buttons div.owl-next:after {
	content: '\e87d';
}

.owl-pagination {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -100%;
	left: 0;
	height: 25px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.owl-pagination div {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: relative;
	z-index: 9;
}

.owl-pagination div:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.owl-pagination div.active:after,
.owl-pagination div:hover:after {
	background: #fff;
}

.owl-carousel:hover .owl-pagination {
	bottom: 0;
}

.owl-wrapper-outer {
	z-index: 7;
}

/*-----------------------------------------------------------------------------------*/
/*	Widget
/*-----------------------------------------------------------------------------------*/

.widget {
	font-size: 12px !important;
	line-height: 24px;
}

.widget {
	margin: 30px 0 0 0;
}

aside.widget:first-of-type {
	margin: 0;
}

.widget a, .widget a:hover {
	color: #696969;
}

.widget-title {
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	padding: 0;
	position: relative;
}

.widget .tagcloud a {
	background: #141719;
	padding: 4px 16px;
	margin: 0 5px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px !important;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
}

.widget select {
	width: 100%;
}

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

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #ddd;
}

.widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.widget ul > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget ul li a {
	display: inline-block;
}

.widget ul li .post-date {
	display: block;
	font-size: 12px;
	color: #aaa;
}

.widget ul li small {
	font-size: 100%;
	float: right;
}

.widget ul li ul {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget ul li ul li {
	padding-left: 10px;
}

.widget ul li ul li:last-child {
	padding-bottom: 0;
}

.widget ul li ul > li:first-child {
	padding-top: 10px;
}

.widget ul li ul li ul li {
	padding-left: 20px;
}

.widget ul li.page_item_has_children,
.widget ul li.menu-item-has-children {
	padding-bottom: 0;
}

.widget.widget_rss li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget.widget_rss li a {
	padding: 0;
	display: block;
	font-weight: bold;
}

.widget_calendar #calendar_wrap,
.widget_revslider {
	position: relative;
	background: #fff;
	padding: 0;
	border: none;
	box-shadow: none;
}

.widget_calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #e5e5e5;
}

.widget_calendar table th,
.widget_calendar table td {
	text-align: center;
	border-collapse: collapse;
}

.widget_calendar table tbody td {
	padding: 4px;
	border: 0;
}

.widget_calendar caption {
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 15px;
}

.widget_calendar table tfoot {
	display: none;
}

.widget_search form {
	position: relative;
}

.widget_search label {
	display: none;
}

.widget_search input[type="text"] {

}

.widget_search input[type="submit"] {
	text-indent: -2000%;
	white-space: nowrap;
	overflow: hidden;
	width: 40px !important;
	height: 100%;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	/*background: url('assets/img/blog/ico-zoom.png') center no-repeat;*/
	border-radius: 0;
}

.widget_search input[type="submit"]:hover {
	background-color: transparent;
}

.widget img {
	max-width: 100%;
	height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer {
	width: 100%;
}

footer .column .widget:last-child {
	margin-bottom: 0;
}

footer .widget,
footer .widget p.fallback a,
footer .widget_md_widget_twitter ul li {
	color: #fff;
}

footer .widget-title {
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: none;
	padding-bottom: 0;
	margin: 0 0 20px;
}

footer .widget-title:after {
	display: none;
}

footer .widget ul li,
footer .widget ul li ul {
	border-color: rgba(255, 255, 255, 0.1);
}

footer .widget ul li a {
	color: #fff;
}

footer .widget .textwidget {
	padding: 0;
	color: #fff;
	background: transparent;
	box-shadow: none;
}

footer .widget .tagcloud a {
	background: rgba(0, 0, 0, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

footer .widget_calendar #calendar_wrap,
footer .widget_revslider {
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
}

footer .widget_calendar caption,
footer table,
footer table th {
	border-color: rgba(255, 255, 255, 0.1);
}

footer .widget_calendar caption {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
	margin: 0;
}

footer .widget_calendar table {
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .wp-caption {
	background: rgba(0, 0, 0, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
}

/*-----------------------------------------------------------------------------------*/
/*	Copyrights
/*-----------------------------------------------------------------------------------*/
#copyright {
	width: 100%;
	color: rgba(255, 255, 255, 0.7);
	padding: 30px 0;
	background: #111;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#copyright .textwidget {
	padding: 0;
}

#copyright .textwidget p {
	margin-bottom: 0;
}

#copyright-text, #copyright-text .textwidget {
	text-transform: uppercase;
}

#footer-social {
	text-align: right;
}

#footer-social a {
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.3);
}

#footer-social a:hover {
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Shortcode: Section
/*-----------------------------------------------------------------------------------*/
.padding-small {
	padding-top: 20px;
	/*padding-bottom: 40px;*/
}

.padding-medium {
	padding-top: 120px;
	padding-bottom: 120px;
}

.padding-large {
	padding-top: 180px;
	padding-bottom: 180px;
}

.padding-no {
	padding-top: 0;
	padding-bottom: 0;
}

.page-section {
	position: relative;
	background: #fff;
}

.page-section.fullscreen {
	min-height: 100%;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}

.page-section.fullscreen .section-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 15px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-section.fullscreen .arrow-down {
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 22px;
	z-index: 4;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	width: 45px;
	height: 45px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-section.fullscreen .arrow-down i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .2s;
	transition: all .2s;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.page-section.fullscreen .arrow-down:hover i {
	top: 65%;
}

.page-section.bg-parallax {
	background-position: top center;
	background-size: cover;
}

.page-section.bg-parallaxify {
	background-position: top left;
	background-size: cover;
}

.page-section .section-media {
	z-index: 1;
	background: #09c;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-section .section-media iframe {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page-section .section-video {
	z-index: 1;
	background-size: cover;
	background-position: center;
}

.page-section .section-video embed,
.page-section .section-video iframe,
.page-section .section-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	border: none;
}

.page-section .section-slider {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.page-section .section-slider .flexslider {
	display: block;
	position: relative;
	height: 100% !important;
	overflow: hidden !important;
	width: 100% !important;
}

.page-section .section-map {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.page-section .section-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.page-section .section-content {
	position: relative;
}

.page-section.border-top {
	border-top: 1px solid #ddd;
}

.page-section.border-bottom {
	border-bottom: 1px solid #ddd;
}

.page-section.border-top-bottom {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.page-section.shadow-inside-top {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.page-section.shadow-inside-bottom {
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.15);
}

.page-section.shadow-inside-top-bottom {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 -1px 3px rgba(0, 0, 0, 0.15);
}

.page-section.shadow-outside-top {
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.page-section.shadow-outside-bottom {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.page-section.shadow-outside-top-bottom {
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.page-section.arrow-down .section-arrow-left,
.page-section.arrow-down .section-arrow-right,
.page-section.arrow-up .section-arrow-left,
.page-section.arrow-up .section-arrow-right {
	content: '';
	display: block;
	position: absolute;
	z-index: 199;
	width: 50%;
	top: 0;
	border-style: solid;
	margin-top: -12px;
}

.page-section.arrow-down .section-arrow-left {
	border-width: 0 12px 12px 0;
	border-right-color: transparent;
	left: 0;
}

.page-section.arrow-down .section-arrow-right {
	border-width: 0 0 12px 12px;
	border-left-color: transparent;
	right: 0;
}

.page-section.arrow-up .section-arrow-left {
	border-width: 12px 12px 0 0;
	border-color: transparent;
	left: 0;
}

.page-section.arrow-up .section-arrow-right {
	border-width: 12px 0 0 12px;
	border-color: transparent;
	right: 0;
}

/* === End mito theme === */

/* === Start mito-child theme === */

.container {
	width: 1170px;
	max-width: 100%;
	margin: auto;
}

.banner_bg {
	background: #000
}

.banner_height {
	height: auto
}

@media (min-width: 320px) and (max-width: 640px) {
	.banner_height {
		height: auto !important;
	}
}

.header_contact {
	font-size: 12px;
	padding: 0
}

.header_contact .table {
	border: 0;
	margin: 10px 0 10px 30px;
}

.header_contact .table td {
	padding: 5px 2px;
	border: 0 !important
}

.nav-float-right .header-widget {
	top: -1px;
}

.header-widget .widget-scale-wrap {
	transform: scale(0.9);
}

.nav-float-right .header-widget .widget {
	padding: 0;
}

.nav-float-right .header-widget .rplg-badge2 {
	margin: 0 !important;
}

.main_title {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	text-shadow: 5px 5px 4px #000000;
}

.main_sub_title {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-shadow: 5px 5px 4px #000000;
}

.free_slide {
	padding: 5%;
	margin: 0;
	position: relative;
	z-index: 999;
}

.get_quote_title {
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	font-size: 49px;
}

/*-----------------------------------------------------------------------------------*/
/*  Media Queries slider
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.main_title {
		font-size: 24px;
		letter-spacing: 0 !important;
	}

	.main_sub_title {
		font-size: 14px;
	}

	a.button {
		width: 102px !important;
		padding: 5px !important;
		font-size: small;
		letter-spacing: 0 !important;
	}

	.flexslider .slides img {
		width: 260% !important;
	}

	select .example-getting-started {
		width: 100% !important;
	}

	.banner_height {
		height: auto !important;
	}

	.button {
		background: #F3AE15;
		border: none;
		padding: 8px 15px;
		color: #fff !important;
		border-radius: 3px;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		-webkit-transition: all .2s;
		transition: all .2s;
	}

	.get_quote_title {
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
		font-size: 35px;
	}
}

/* --- Start code --- */

#sidebar {
	float: right;
	position: absolute;
	z-index: 10;
	width: 4%;
	height: auto;
	background: transparent;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s all;
}

#portamento_container {
	float: right;
	position: relative;
}

/* Take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #sidebar {
	float: none;
	position: absolute;
}

/* No need to float anymore, become absolutely positioned */
#portamento_container #sidebar.fixed {
	position: fixed;
}

/* If the panel is sliding, it needs position:fixed */

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	float: right;
	margin-bottom: 15px;
	border: solid 2px #fff;
	line-height: 0;
	box-sizing: border-box;
}

#sidebar ul li:last-child {
	margin-bottom: 0;
}

#sidebar ul li img {
	width: 100%;
	height: auto
}

#sidebar ul li a {
	border: 0;
	outline: 0;
}

.banner_content {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	margin: 0 auto;
	width: 92%;
	left: 4%;
	transition: 0.5s all;
}

.banner_content h1 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1px;
	text-shadow: 5px 5px 4px #000000;
	padding: 0;
}

.banner_content h2 {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	text-shadow: 5px 5px 4px #000000;
	margin: 0 0 15px 0;
}

.banner_content a.button {
	font-family: Arial, sans-serif;
	width: 28%;
	padding: 12px 15px;
}

/* --- End code --- */

/*
-------------------------------------------------------------------------
[Table of contents]
-------------------------------------------------------------------------
01. COMMON STYLES
02. HEADER
03. NAV
04. WELCOME SECTION
*/

/*---------------------------------------
COMMON STYLES
-----------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
}

.loader-style {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	display: inline-block;
	padding: 10px;
	height: 100%;
	width: 100%;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 4;
}

.loader-wrapper {
	position: absolute;
	padding: 10px;
	border-radius: 6px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loader-wrapper h2 {
	font-size: 14px;
	color: #6e768f;
	font-weight: bold;
	text-align: center;
	margin: 35px 0;
}

.loader-wrapper p {
	font-size: 14px;
	color: #6e768f;
	text-align: center;
}

.loader-wrapper.in {
	transform: scale(1);
	opacity: 1;
	transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}

.loader {
	position: relative;
	width: 62px;
	height: 77px;
	margin: 0 auto;
	zoom: 0.5;
}

.loader div {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 24px;
	background-color: #6e768f;
	transform: scale(0.4);
	animation: fadeG 0.72s infinite linear;
	border-radius: 8px;
}

.loader div:nth-of-type(1) {
	left: 0;
	top: 28px;
	animation-delay: 0.27s;
	transform: rotate(-90deg);
}

.loader div:nth-of-type(2) {
	left: 8px;
	top: 10px;
	animation-delay: 0.36s;
	transform: rotate(-45deg);
}

.loader div:nth-of-type(3) {
	left: 26px;
	top: 3px;
	animation-delay: 0.45s;
	transform: rotate(0deg);
}

.loader div:nth-of-type(4) {
	right: 8px;
	top: 10px;
	animation-delay: 0.54s;
	transform: rotate(45deg);
}

.loader div:nth-of-type(5) {
	right: 0;
	top: 28px;
	animation-delay: 0.63s;
	transform: rotate(90deg);
}

.loader div:nth-of-type(6) {
	right: 8px;
	bottom: 7px;
	animation-delay: 0.72s;
	transform: rotate(135deg);
}

.loader div:nth-of-type(7) {
	bottom: 0;
	left: 26px;
	animation-delay: 0.8099999999999999s;
	transform: rotate(180deg);
}

.loader div:nth-of-type(8) {
	left: 8px;
	bottom: 7px;
	animation-delay: 0.9s;
	transform: rotate(-135deg);
}

@keyframes fadeG {
	0% {
		background-color: #6e768f;
	}
	100% {
		background-color: rgba(0, 0, 0, 0);
	}
}

/*---------------------------------------
    HEADER
-----------------------------------------*/

.main_content {
	background: #f2f2f2;
	padding: 90px 0 20px 90px;
}

.select_form_1 {
}

.selcet_form_inner {
	width: 100%;
	max-width: 680px;
	padding: 70px 100px;
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
}

.selcet_form_inner h1 {
	font-size: 18px;
	color: #6e768f;
	font-weight: 600;
	position: relative;
	margin-top: 0;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.selcet_form_inner h1:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 180px;
	height: 1px;
	background: #959595;
}

.selcet_form_inner h1:after {
}

.selcet_form_inner .form-group {
	margin-bottom: 20px;
}

.selcet_form_inner label.control-label {
	text-align: left;
	font-size: 14px;
	color: #6e768f;
	font-weight: 600;
}

.selcet_form_inner input {
	height: 40px;
	border: 1px solid #aaaaaa;
}

.selcet_form_inner textarea {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	resize: none;
	height: 95px;
}

.selcet_form_inner select {
	width: 100%;
	height: 40px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	color: #6e768f;
	padding-left: 10px;
}

.selcet_form_inner .submit_btn {
	float: right;
	width: 120px;
	height: 40px;
	border: 1px solid #959595;
	background: #ebebeb;
	font-size: 14px;
	color: #6e768f;
	margin-top: 20px;
}

.upload_file {
	position: relative;
	overflow: hidden;
	display: block;
	background: #f5f5f5;
	border: 1px solid #959595;
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	padding-top: 9px;
}

.upload_file input[type=file] {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

.upload_file p {
	font-size: 14px;
	color: #6e768f;
}

.main_content2 {
	background: #f2f2f2;
	padding: 90px;
}

.invoice_area {
	width: 100%;
	max-width: 975px;
	padding-bottom: 70px;
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	margin: 0 auto;
}

.logo {
	width: 60%;
	float: left;
}

.logo {
	padding: 35px 0 35px 70px;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}

.tel {
	width: 40%;
	float: left;
	padding: 20px 0 18px 80px;
	border-bottom: 1px solid #b7b7b7;
}

.tel h2 {
	font-size: 13px;
	color: #6e768f;
	font-weight: bold;
	margin: 0;
	line-height: 1.1;
}

.tel p {
	color: #6e768f;
	margin: 0 0 10px 0;
	font-size: 14px !important;
	line-height: 1.42857143 !important;
}

.tel span {
	font-size: 12px;
	color: #6e768f;
	font-weight: 600;
	display: inline-block;
}

.tel span:nth-of-type(2) {
	padding-left: 25px;
}

.invoice_heading {
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
	padding: 30px 0;
}

.invoice_input {
	margin-bottom: 50px;
	clear: both;
}

.invoice_input input {
	max-width: 414px;
	width: 100%;
	float: left;
	height: 40px;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	color: #6e768f;
}

.invoice_input button, .invoice_input button:hover, .invoice_input button:focus {
	float: right;
	width: 165px;
	background: #f5a72c;
	border-radius: 35px;
	border: 0;
	box-shadow: none;
	outline: 0;
	height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.invoice_heading h1 {
	font-size: 18px;
	color: #6e768f;
	font-weight: 600;
	border-bottom: 1px solid #b7b7b7;
	padding-bottom: 20px;
}

.invoice_heading p {
	font-size: 12px;
	color: #6e768f;
	font-weight: 600;
}

.invoice_heading p {
}

.invoice_table {
	max-width: 780px;
	margin: 0 auto;
}

.invoice_table table {
	color: #6e768f;
}

table.invoice_table_inner > tbody > tr > th:first-child {
	padding-left: 40px;
}

table.invoice_table_inner > tbody > tr > th:last-child {
	padding-right: 40px;
}

table.invoice_table_inner > tbody > tr > td:first-child {
	padding-left: 40px;
}

table.invoice_table_inner > tbody > tr > td:last-child {
	padding-right: 40px;
}

table.invoice_table_inner > tbody > tr:first-child > td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 0 solid #959595;
	font-weight: bold;
}

table.invoice_table_inner > tbody > tr:first-child > td span {
	font-weight: normal;
	padding-left: 10px;
}

table.invoice_table_inner > tbody > tr:last-child > td {
	padding-top: 15px;
	padding-bottom: 25px;
	border-top: 0 solid #959595;
	font-weight: bold;
}

table.invoice_table_inner > tbody > tr:first-child {
	border-top: 1px solid #959595;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

table.invoice_table_inner > tbody > tr:nth-of-type(2) {
	border-bottom: 0 solid #959595;
}

table.invoice_table_inner > tbody > tr:nth-of-type(3) {
	border-bottom: 1px solid #959595;
}

table.invoice_table_inner > tbody > tr:nth-of-type(3) td {
	border: 0 solid;
	padding-bottom: 15px;
}

table.invoice_table_inner > tbody > tr {
	border: 1px solid #959595;
	border-top: 0;
}

table.invoice_table_inner > tbody > tr > th {
	border: 0;
	padding-top: 17px;
	padding-bottom: 17px;
}

.invoice_table tr {
	background: #ededed;
}

.button_area {
	text-align: right;
	max-width: 780px;
	margin: 0 auto;
}

.button_area p {
	text-align: left;
	margin-bottom: 0;
}

.button_area p:last-child {
	margin-bottom: 30px;
}

.button_area button {
	padding: 9px 27px;
	border: 1px solid #959595;
	background: #ebebeb;
	font-size: 14px;
	color: #6e768f;
	margin-top: 20px;
	border-radius: 5px;
	margin-left: 25px;
}

.add-language .cell, .add-language .cell * {
	cursor: pointer;
}

.add-language .cell_selected {
	background: #f3ae15;
}

/* RTL */
.rtl #site-navigation ul li ul.sub-menu {
	text-align: right !important;
}

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

.rtl .tablelastquote th {
	direction: rtl;
	text-align: right !important;
}

.rtl .main-navigation ul li {
	float: right;
}

@media (min-width: 782px) {
	.description-block.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
		margin-right: 0;
	}
}

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

@media (min-width: 1025px) {
	.rtl:not(.right-sidebar) .grid-10,
	.rtl:not(.right-sidebar) .grid-15,
	.rtl:not(.right-sidebar) .grid-20,
	.rtl:not(.right-sidebar) .grid-25,
	.rtl:not(.right-sidebar) .grid-30,
	.rtl:not(.right-sidebar) .grid-33,
	.rtl:not(.right-sidebar) .grid-35,
	.rtl:not(.right-sidebar) .grid-40,
	.rtl:not(.right-sidebar) .grid-45,
	.rtl:not(.right-sidebar) .grid-5,
	.rtl:not(.right-sidebar) .grid-50,
	.rtl:not(.right-sidebar) .grid-60,
	.rtl:not(.right-sidebar) .grid-65,
	.rtl:not(.right-sidebar) .grid-66,
	.rtl:not(.right-sidebar) .grid-70,
	.rtl:not(.right-sidebar) .grid-75,
	.rtl:not(.right-sidebar) .grid-80,
	.rtl:not(.right-sidebar) .grid-85,
	.rtl:not(.right-sidebar) .grid-90,
	.rtl:not(.right-sidebar) .grid-95 {
		float: right;
	}
}

/* /RTL */

@media (max-width: 991px) {
	.tel {
		width: 100%;
		float: left;
		padding: 20px 0 18px 15px;
		border-bottom: 1px solid #b7b7b7;
	}

	.logo {
		width: 100%;
		float: left;
		padding: 35px 0 35px 15px;
		border-bottom: 1px solid #b7b7b7;
		border-right: 0 solid #b7b7b7;
	}
}

@media (max-width: 767px) {
	.main_content {
		background: #f2f2f2;
		padding: 15px;
	}

	.selcet_form_inner {
		padding: 15px;
	}

	.invoice_heading {
		text-align: center;
		max-width: 620px;
		margin: 0 auto;
		width: 100%;
		padding: 15px 15px;
	}

	.button_area button {
		padding: 9px 27px;
		border: 1px solid #959595;
		background: #ebebeb;
		font-size: 14px;
		color: #6e768f;
		margin-top: 20px;
		border-radius: 5px;
		margin-left: 15px;
		display: block;
	}

	.invoice_input button, .invoice_input button:hover, .invoice_input button:focus {
		float: left;
		margin-top: 20px;
	}
}

/* === End mito-child theme === */

/* === Start of css-generate.php === */
html input[type="submit"]:hover, button:hover, a.button:hover, header .header-cart span, section.bg-accent-color, .widget_price_filter .ui-slider .ui-slider-handle, .flexslider .flex-direction-nav li a:hover, .owl-buttons div:hover, .mejs-overlay:hover .mejs-overlay-button, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .woocommerce .products .product .button, .woocommerce .onsale, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .cart-empty, .woocommerce.widget_price_filter .ui-slider .ui-slider-handle, .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #22A7F0 !important;
}

body {
	color: #696969;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	background-color: #fff;
}

h2 {
	color: #222;
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}

h3 {
	color: #222;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

/* === End css-generate.php === */

header .menu > li {
	line-height: 100px !important;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	font-size: 13px;
	border-collapse: collapse;
}

table th {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

select {
	padding: 0 !important;
	font-size: inherit !important;
}

a {
	text-decoration: none;
	cursor: pointer;
}

input[type=checkbox], input[type=radio] {
	width: auto;
}

.one-container .site-content {
	padding: 20px 15px 0;
}

#footer-widgets {
	background-color: #222222;
}

.inside-header, .inside-page-header, .one-container .site-content, .separate-containers .comments-area,
.separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
	padding: 0 15px;
}

.site-info {
	background-color: #111111;
}

.site-header {
	border-bottom: 1px solid #ddd;
}

.site-header.fixed {
	position: sticky !important;
	top: 0;
	z-index: 1000;
	width: 100%;
}

.admin-bar .site-header.fixed {
	top: 32px;
}

@media screen and (max-width: 600px) {
	.admin-bar .site-header.fixed {
		top: 0;
	}
}

@media screen and (min-width: 601px) and (max-width: 782px) {
	.admin-bar .site-header.fixed {
		top: 46px;
	}
}

.site-header .header-image {
	max-height: 60px;
	width: auto;
}

.main-navigation {
	z-index: 999;
}

.main-navigation, .main-navigation ul ul {
	background-color: #ffffff;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background-color: #ffffff;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
	background-color: #ffffff;
}

.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a {
	background-color: #ffffff;
}

.main-navigation .main-nav span.dropdown-menu-toggle {
	display: none;
}

.main-navigation .main-nav ul li a,
.main-navigation .mobile-bar-items a,
.menu-toggle {
	padding: 0;
}

.main-navigation ul ul {
	top: 100%;
}

.main-navigation ul ul li {
	width: 225px;
	box-sizing: border-box;
}

#site-navigation ul.menu > li, #site-navigation ul.menu > li > a {
	line-height: normal;
	transition: all 0.5s;
}

#site-navigation ul li a {
	line-height: normal;
}

#site-navigation ul li ul.sub-menu li {
	line-height: normal;
	padding: 12px 15px;
}

#site-navigation ul li ul.sub-menu li a {
	padding: 0;
	display: inline;
}

.main-navigation .main-nav ul ul li:hover > a, .main-navigation .main-nav ul ul li:focus > a,
.main-navigation .main-nav ul ul li.sfHover > a {
	background-color: inherit;
}

#site-navigation ul .gts-menu-services:hover > ul {
	left: 50%;
	transform: translateX(-50%);
}

.rtl #site-navigation ul .gts-menu-services:hover > ul {
	right: 50%;
	transform: translateX(50%);
}

#site-navigation ul .gts-menu-services > ul.sub-menu {
	width: 580px !important;
}

#site-navigation ul .gts-menu-services > ul.sub-menu > li {
	width: 33.3333%;
	padding-bottom: 0;
	padding-top: 0;
}

#site-navigation ul .gts-menu-services > ul.sub-menu > li li {
	width: 100% !important;
}

#site-navigation ul .gts-menu-services > ul.sub-menu > li > a {
	display: none;
}

#site-navigation ul .gts-menu-services > ul.sub-menu > li > ul.sub-menu {
	left: 0;
	position: relative;
	padding-top: 10px;
	width: 100% !important;
}

.rtl #site-navigation ul .gts-menu-services > ul.sub-menu > li > ul.sub-menu {
	right: 0;
}

#site-navigation ul .gts-menu-services > ul.sub-menu > li > ul.sub-menu > li {
	clear: both;
	padding: 12px 0;
}

#site-navigation ul .gts-menu-services:hover ul {
	height: auto;
	opacity: 1;
	padding: 0 0 5px;
}

#breadcrumbs .container {
	background-color: inherit;
}

footer .container {
	background-color: inherit !important;
}

#content {
	padding-top: 20px;
}

.entry-content {
	width: 100%;
}

.entry-content, .entry-summary {
	margin: 0;
}

.entry-content p {
	position: relative;
}

input.chosen-focus-input {
	display: none;
}

.tablelastquote th {
	border-right: none;
}

input[type="submit"].custombtn {
	background-color: #F3AE15;
	padding: 8px 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	min-width: 180px;
	line-height: normal;
	height: auto;
}

div#left_pane + div h4 {
	padding: 0 15px;
}

div#left_pane + div td {
	padding: 15px 0;
}

.confirm select {
	padding: 10px 15px !important;
	font-size: 12px !important;
}

html #payeezy_form_dialog .btn {
	line-height: 28px;
}

@media (min-width: 1025px) {
	.grid-65 {
		width: 66.66666%;
	}

	.grid-35 {
		width: 33.33333%;
	}
}

#right-sidebar {
	padding-bottom: 20px;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 20px 20px;
	border: 1px solid #ddd;
	background: #f2f2f2;
	padding: 5px;
}

.wp-caption.alignleft, .wp-caption.alignnone {
	margin-left: 0;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 5px;
	font-size: 100%;
	opacity: 1;
}

small {
	font-size: 85%;
}

.dropdown-hover .main-navigation:not(.toggled) ul li:last-child.sfHover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul li:last-child:hover > ul {
	left: unset;
	right: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
	align-items: flex-start;
	text-align: center;
	cursor: default;
	background-color: buttonface;
	box-sizing: border-box;
	padding: 2px 6px 3px;
	border-width: 2px;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
	font-size: 14px;
	color: #696969;
}

#page-header .container {
	background: none;
}

#page-header h2 {
	text-align: center;
	margin: 0;
	font-size: 42px;
	line-height: 46px;
}

ul, ul li {
	list-style-position: inside;
}

#translator_form_container {
	float: left;
}

#resume_container {
	float: left;
}

.gts-fb-like {
	height: 20px;
}

.fb-like.fb_iframe_widget > span {
	width: 237px !important;
}

.grecaptcha-badge {
	bottom: 0 !important;
}

.zopim {
	z-index: 9 !important;
	position: fixed !important;
	bottom: 0 !important;
	top: unset !important;
	left: 15px !important;
	right: unset !important;
}

.fq-last-quote {
	justify-content: center;
	display: flex;
	position: relative;
}

.fq-last-quote-submit {
	padding: 10px 0 0 0;
}

.fq-last-quote-submit .button {
	line-height: 20px !important;
}

#order_render_section td {
	border: 1px solid #ddd;
}

.fq-trusted {
	border: none !important;
}

.gts-message {
	border: 1px solid #b7b7b7;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 25px !important;
}

.gts-message p {
	text-align: center;
	font-size: 25px !important;
	margin-bottom: 0;
}

#menu-item-notifications svg.icon {
	opacity: 0.7;
	height: 2em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

#menu-item-notifications svg.icon path {
	fill: #111;
}

#menu-item-notifications span {
	background: #f00 center center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	line-height: 1.6em;
	top: calc(50% - 2em);
	right: calc(50% - 1.8em);
	display: block;
	height: 1.6em;
	width: 1.6em;
	text-align: center;
}

#notifications svg.icon {
	opacity: 0.7;
	height: 1.2em;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

#notifications svg.icon path {
	fill: #fff;
}

#notifications a {
	position: relative;
}

#notifications span {
	background: #f00 center center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	line-height: 1.6em;
	top: -0.15em;
	right: -1.8em;
	display: block;
	height: 1.6em;
	width: 1.6em;
	text-align: center;
}

textarea#urls {
	height: auto;
	overflow-y: hidden;
	color: #a4a9b2;
	background: #f7f8f9;
}

#gts-main-banner {
	position: relative;
	height: calc(100vh - 111px - 32px);
	background: url(images/main-banner.jpg) no-repeat 50% 20%;
	background-size: cover;
}

#gts-main-banner-title {
	position: absolute;
	top: 7.4%;
	left: 4.4%;
}

#gts-main-banner-title h1 {
	color: #000;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-size: 80px;
	max-width: 980px;
	float: left;
}

.gts-main-banner-cell {
	display: inline-flex;
	align-items: center;
}

.gts-main-banner-cell img {
	height: 76px;
	float: left;
}

.gts-main-banner-cell p {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0 1em 0 0.5em;
	color: #000;
	font-weight: bold;
	font-size: 30px !important;
	line-height: 1.5em !important;
}

#gts-main-banner-button {
	position: absolute;
	left: 4.4%;
	bottom: 4.5%;
	width: 520px;
	height: 142px;
}

.rtl #gts-main-banner {
	transform: scaleX(-1);
}

.rtl #gts-main-banner-title {
	transform: scaleX(-1);
}

.rtl #gts-main-banner-title h1 {
	float: right;
}

.rtl .gts-main-banner-cell img,
.rtl .gts-main-banner-cell p {
	float: right;
}

.rtl #gts-main-banner-button {
	transform: scaleX(-1);
}

.rtl #gts-main-banner-button p {
	transform: translate(-57%, -50%);
}

#gts-main-banner-button p {
	position: absolute;
	top: 50%;
	right: -27%;
	transform: translate(-50%, -50%);
	margin: 0;
	color: #f3ae15;
	font-size: 60px !important;
	font-weight: bold;
}

html:lang(de-DE) #gts-main-banner-button p {
	font-size: 40px !important;
}

#gts-main-banner-button,
#gts-main-banner-button svg .cls-3,
#gts-main-banner-button svg .cls-6,
#gts-main-banner-button p {
	transition: 0.3s all;
}

#gts-main-banner-button:hover svg .cls-3 {
	fill: #f3ae15;
}

#gts-main-banner-button:hover svg .cls-6 {
	fill: #fff;
}

#gts-main-banner-button:hover p {
	color: #fff;
}

body .grid-container {
	width: 100%;
}

header .inside-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	max-width: 1170px;
}

header .inside-header:after {
	display: none;
}

header .inside-header.grid-container:before {
	display: none;
}

#translate-btn {
	width: 140px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: normal;
	color: #000 !important;
	text-transform: none;
	text-align: center;
	border-radius: 25px;
}

#translate-btn:hover {
	background-color: #f6b143 !important;
	color: #0a58ca !important;
}

header .button-in-header {
	display: none;
	width: 228px;
	text-align: center;
}

header.site-header.fixed.small .header-widget {
	display: none;
}

header.site-header.fixed.small .button-in-header {
	display: block;
}

.site-logo {
	flex: 1;
}

.wpml-ls-menu-item .wpml-ls-display {
	margin-left: 1em !important;
}

#primary-menu > ul > li.wpml-ls-menu-item > a > .wpml-ls-display {
	display: none;
}

iframe#launcher {
	margin-bottom: 19px !important;
}

.docs-bot-chat-wrap {
	background: #f9fafb;
	width: 100%;
	height: 350px;
}

.docs-bot-chat {
	display: none;
	width: 100%;
	height: 100%;
}

/* Media */
@media (max-width: 1599px) {
	#gts-main-banner-title h1 {
		font-size: 60px;
		max-width: 730px;
	}

	.gts-main-banner-cell img {
		height: 57px;
	}

	.gts-main-banner-cell p {
		font-size: 22px !important;
	}

	#gts-main-banner-button {
		width: 390px;
		height: 106px;
	}

	#gts-main-banner-button p {
		font-size: 45px !important;
	}

	html:lang(de-DE) #gts-main-banner-button p {
		font-size: 30px !important;
	}
}

@media (max-width: 1199px) {
	.banner_content {
		width: 88%;
		left: 6%;
	}

	#sidebar {
		width: 6%;
	}

	#gts-main-banner-title h1 {
		font-size: 50px;
		max-width: 610px;
	}

	.gts-main-banner-cell img {
		height: 47px;
	}

	.gts-main-banner-cell p {
		font-size: 18px !important;
	}

	#gts-main-banner-button {
		width: 325px;
		height: 89px;
	}

	#gts-main-banner-button p {
		font-size: 38px !important;
	}

	html:lang(de-DE) #gts-main-banner-button p {
		font-size: 25px !important;
	}

	#site-navigation ul.menu > li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	#site-navigation #primary-menu > ul.menu {
		white-space: nowrap;
	}

	#site-navigation #primary-menu > ul.menu * {
		white-space: normal;
	}

	#site-navigation ul.menu > li {
		padding: 0 5px;
		float: none;
	}

	.banner_content {
		width: 88%;
		left: 6%;
	}

	#sidebar {
		width: 6%;
	}

	.fq-faq-row .col-lg-12 {
		padding: 0 30px;
	}

	#gts-main-banner-title h1 {
		font-size: 40px;
		max-width: 480px;
	}

	.gts-main-banner-cell img {
		height: 38px;
	}

	.gts-main-banner-cell p {
		font-size: 15px !important;
	}

	#gts-main-banner-button {
		width: 260px;
		height: 71px;
	}

	#gts-main-banner-button p {
		font-size: 30px !important;
	}

	html:lang(de-DE) #gts-main-banner-button p {
		font-size: 20px !important;
	}

	#site-navigation ul.menu li, #site-navigation ul.menu li a, #shop-button {
		font-size: 10px;
	}

	#site-navigation ul.menu > li {
		padding: 0 5px;
	}

	#translate-btn {
		width: 112px;
		font-size: 10px;
	}

	.site-header .header-image {
		max-height: 40px;
	}
}

/* iPad and mobiles */
@media (max-width: 768px) {
	.inside-header.grid-container.grid-parent {
		line-height: 0;
	}

	.nav-float-right .header-widget{
		height: 60px;
		top: 0;
	}

	.nav-float-right .header-widget .widget-scale-wrap {
		transform: scale(0.66);
		position: relative;
		top: -16px;
	}

	.site-logo {
		max-width: 25%;
		width: 25%;
		float: left !important;
		text-align: left;
		margin-bottom: 0 !important;
	}

	.get-quote-top {
		display: block !important;
		max-width: 100%;
		width: 100%;
	}

	.get-quote-top a {
		display: block;
		margin: 20px auto 0;
		text-align: center;
		width: 40%;
		min-width: 130px;
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;
		background-color: #f3ae15;
		color: #fff !important;
		font-family: Arial, sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		padding: 5px;
		border-radius: 3px;
		-webkit-transition: all .2s;
		transition: all .2s;
	}

	#site-navigation {
		float: right !important;
		clear: none !important;
	}

	#site-navigation ul.menu {
		background: #1e1f23;
	}

	#site-navigation #primary-menu > ul.menu {
		margin-top: 17px;
		padding: 15px 15px 15px 30px;
	}

	#site-navigation #primary-menu ul.sub-menu {
		margin-left: -20px;
		width: calc(133.3333% + 30px) !important;
		padding: 0 15px 0 15px;
		transform: none;
	}

	.site-logo a {
		line-height: 60px;
	}

	button.menu-toggle {
		cursor: pointer;
	}

	button.menu-toggle:hover {
		background-color: #0000 !important;
	}

	button.menu-toggle:before {
		font-size: 25px;
		margin: auto !important;
		display: block;
		padding-top: 17px;
	}

	span.mobile-menu {
		display: none;
	}

	#site-navigation ul li ul.sub-menu li {
		padding: 5px 15px;
	}

	#site-navigation ul li ul.sub-menu {
		height: auto;
	}

	#site-navigation ul.menu li a {
		display: block;
	}

	#site-navigation ul.menu > li, #site-navigation ul.menu > li > a {
		line-height: 2em;
		color: #fff;
		opacity: 0.7;
	}

	.main-navigation .main-nav ul li[class*="current-menu-"] > a {
		background-color: #0000;
		opacity: 1 !important;
	}

	.main-navigation .main-nav ul li:hover > a,
	.main-navigation .main-nav ul li:focus > a,
	.main-navigation .main-nav ul li.sfHover > a {
		background-color: #0000;
	}

	#primary-menu ul {
		overflow: hidden;
	}

	#primary-menu li:hover > ul.sub-menu,
	#primary-menu li:active > ul.sub-menu {
		display: block;
		position: relative;
		left: 0;
		opacity: 1;
		visibility: visible;
	}

	#primary-menu a {
		pointer-events: all;
	}

	#primary-menu li.menu-item-has-children > a {
		pointer-events: none;
	}

	.main-navigation .main-nav span.dropdown-menu-toggle {
		display: block;
		position: absolute;
		left: -15px;
		top: 0;
		padding: 0;
	}

	.main-navigation .main-nav span.dropdown-menu-toggle:before {
		content: '+' !important;
		font-family: "Open Sans", sans-serif;
	}

	#site-navigation ul .gts-menu-services > ul.sub-menu > li > ul.sub-menu > li {
		display: block;
		padding: 2px 0;
	}

	.main-navigation.toggled ul ul {
		visibility: visible;
	}

	.banner_content {
		width: 80%;
		left: 10%;
	}

	#sidebar {
		width: 10%;
	}

	.banner_content h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.banner_content h2 {
		font-size: 19px;
		line-height: 32px;
	}

	.banner_content a.button {
		width: 40%;
		min-width: 130px;
		font-size: 16px;
	}

	.fq-last-quote {
		padding: 0 15px !important;
		margin: 0 !important;
	}

	.fq-last-quote .row {
		padding: 30px 15px 0 15px !important;
	}

	li#menu-item-notifications {
		padding: 0 !important;
	}

	#menu-item-notifications svg.icon path {
		fill: #fff;
	}

	#menu-item-notifications span {
		right: unset;
		left: 1.4em;
	}

	#gts-main-banner {
		height: calc(100vh - 62px - 46px);
		background: url(images/main-banner-tablet.jpg) no-repeat 65% 20%;
	}

	#site-navigation {
		order: 1;
	}

	header button.menu-toggle::before {
		padding-top: 0;
	}

	header button.menu-toggle {
		width: 32px;
		margin: 0 0 0 auto;
	}

	header .site-logo {
		width: 121px;
		max-width: inherit;
	}

	#translate-btn {
		height: 30px;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#site-navigation #primary-menu > ul.menu[aria-hidden="false"] {
		right: 0;
		visibility: visible;
	}

	#site-navigation #primary-menu > ul.menu {
		position: fixed;
		left: initial;
		right: -100vw;
		top: 61px;
		width: 300px;
		display: flex;
		visibility: hidden;
		flex-direction: column;
		height: calc(100vh - 61px);
		padding: 20px 30px;
		margin: 0;
		transition: all 0.3s ease;
		overflow-y: auto;
	}

	body.admin-bar #site-navigation #primary-menu > ul.menu {
		top: 107px;
		height: calc(100vh - 107px);
	}

	#site-navigation ul .gts-menu-services > ul.sub-menu > li {
		width: 100%;
	}

	#site-navigation ul li ul.sub-menu li {
		display: block;
		padding: 2px 0;
	}

	#site-navigation ul li ul.sub-menu li a {
		font-size: 10px;
	}

	.mobile-menu-open {
		overflow: visible;
	}

	.mobile-menu-open body {
		overflow: hidden;
	}

	.site-header.fixed {
		z-index: 9999;
	}

	.main-navigation .main-nav .open span.dropdown-menu-toggle::before {
		content: '-' !important;
	}

	#site-navigation ul.menu li, #site-navigation ul.menu li a, #shop-button {
		font-size: 12px;
		text-align: left;
	}

	#site-navigation #primary-menu ul.sub-menu {
		position: static;
		margin: 0;
		width: auto;
		padding: 0;
		display: none;
		visibility: inherit !important;
		opacity: 1 !important;
	}


	.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
	.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
		background: transparent;
	}

	.inside-header > *:not(:last-child):not(.main-navigation) {
		margin-bottom: 0;
	}

	.dropdown-menu-toggle .gp-icon {
		display: none;
	}

	.wpml-ls-menu-item .wpml-ls-flag ~ span {
		margin-left: 0;
	}

	.wpml-ls-flag {
		margin-right: 0.3em;
	}

	.docs-bot-chat-wrap {
		height: 435px;
	}
}

/* Mobiles */
@media screen and (max-width: 767px) {
	table.table-responsive,
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive tfoot,
	.table-responsive th,
	.table-responsive td,
	.table-responsive tr {
		display: block !important;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.table-responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-responsive tr {
		border: 1px solid #ccc;
	}

	/* Zebra striping */
	/*.table-responsive tr:nth-of-type(odd) {*/
	/*	background: #eee;*/
	/*}*/
	.table-responsive td {
		/* Behave  like a "row" */
		border: none;
		position: relative !important;
		padding-left: 50% !important;
		text-align: right !important;
	}

	.table-responsive td:before {
		/* Now like a table header */
		position: absolute !important;
		/* Top/left values mimic padding */
		top: 18px;
		left: 15px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
	}

	td.fq-no-header {
		text-align: left !important;
		padding-left: 15px !important;
	}

	td.fq-no-header:before {
		display: none;
	}

	.add-language .cell {
		text-align: left !important;
		width: 100%;
		padding: 5px !important;
	}

	.add-language .cell:before {
		display: none;
	}

	#order_render_section {
		padding: 0 0 20px 0;
	}

	#order_render_section .row {
		margin: 0;
	}

	#order_render_section table {
		padding: 0 !important;
	}

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

	#pay_btn {
		width: auto !important;
	}

	html #payeezy_form_dialog .btn {
		font-size: 15px;
	}

	#gts-main-banner {
		height: calc(100vh - 60px - 76px);
		background: url(images/main-banner-mobile.jpg) no-repeat 65% 20%;
	}

	#gts-main-banner-title h1 {
		font-size: 18px;
		max-width: 210px;
		margin-bottom: 10px;
	}

	.gts-main-banner-cell {
		width: 100%;
		margin-bottom: 15px;
	}

	.gts-main-banner-cell img {
		height: 30px;
		min-width: 44px;
		float: left;
	}

	.gts-main-banner-cell p {
		font-size: 15px !important;
		line-height: 1em !important;
	}

	#gts-main-banner-button {
		left: 50%;
		transform: translate(-50%, -20px);
	}

	.rtl #gts-main-banner-button {
		transform: matrix(-1, 0, 0, 1, -130, -35.5);
	}

	#breadcrumbs,
	.container.gts-fb-like,
	.get-quote-top {
		display: none !important;
	}
}

@media screen and (max-width: 359px) {
	.header-widget {
		display: none;
	}
}

.rtl .list-icon li:before {
	margin-left: 15px;
	margin-right: 0;
}

#gts-main-banner-title {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

#gts-main-banner-title .list-icon {
	justify-content: flex-start;
}

#gts-main-banner-title .list-icon li {
	font-weight: bold;
	font-size: 30px !important;
	line-height: 1.5em !important;
}

#gts-main-banner-title .list-icon li:before {
	font-size: 76px;
}

.site-header {
	z-index: 10;
}

#breadcrumbs #gts-search [for="gts_search"] {
	display: none;
}

@media screen and (max-width: 1199px) {
	#gts-main-banner-title .list-icon li {
		font-size: 20px !important;
	}

	#gts-main-banner-title .list-icon li:before {
		font-size: 50px;
	}

	#gts-main-banner-title .list-icon li:nth-of-type(2) {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 767px) {
	#gts-main-banner-title h1 {
		font-size: 7.050vw;
		max-width: 100%;
		margin-bottom: 7.050vw;
		text-align: center;
		position: relative;
		z-index: 1;
	}

	#gts-main-banner-title h1:after {
		content: '';
		position: absolute;
		left: -5px;
		right: -5px;
		box-shadow: 0 0 50px 50px rgba(255, 255, 255, .8);
		z-index: -1;
		border-radius: 50%;
	}

	#gts-main-banner-title .list-icon {
		justify-content: center;
	}

	#gts-main-banner-title {
		right: 4.4%;
	}

	#gts-main-banner-title {
		right: 15px;
		left: 15px;
	}

	[lang="de-DE"] #gts-main-banner-title h1 {
		font-size: 5.05vw;
	}

	#gts-main-banner {
		-webkit-background-size: cover;
		background-size: cover;
	}

}

@media screen and (max-width: 465px) {
	#gts-main-banner-title .list-icon li {
		font-size: 16px !important;
	}

	#gts-main-banner-title .list-icon li:before {
		font-size: 36px;
	}

	body:not(.rtl) #gts-main-banner-title .list-icon li:nth-of-type(2) {
		margin-right: 0;
	}

	.rtl #gts-main-banner-title .list-icon li:nth-of-type(2) {
		margin-left: 0;
	}

	#gts-main-banner-title h1 {
		font-size: 8.602vw;
	}

	#gts-main-banner-title h1::after {
		box-shadow: 0 0 100px 100px rgba(255, 255, 255, .8);
	}

	[lang="de-DE"] #gts-main-banner-title h1 {
		font-size: 6.5vw;
	}
}

@media screen and (max-width: 359px) {

	.banner-block .list-icon li {
		font-size: 14px;
	}

	.banner-block .list-icon li::before {
		margin-right: 10px;
	}

	.rtl .banner-block .list-icon li::before {
		margin-left: 10px;
	}

	#gts-main-banner-title .list-icon li:nth-of-type(2) {
		margin-left: 20px;
	}

	#gts-main-banner-title .list-icon li::before {
		font-size: 30px;
	}
}
