/*
Theme Name: GPSW Tracking
Theme URI: http://gpswox.com/
Author: GPSWOX
Author URI: https://www.gpswox.com/en/contact
Description: Optimized theme for GPS Tracking businesses.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gpsw-tracking

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GPS Tracking is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: none;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*******************************/
/* START GPS Tracking theme styles
/*******************************/

/*******************************/
/* 1. General styles */
/*******************************/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

:focus {outline:none;}

body {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-weight: 400;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #555;
    text-decoration: none;   
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.67em;
    line-height: 1.3em;
}

h1, h2, h3 {
    font-weight: 400;
}

h4, h5, h6 {
    font-weight: 600;
}

p, li {
    font-size: 1em;
    line-height: 1.7em;

}

p {
    margin: 0 0 20px 0;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 2em;

}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.15em;
}

h6 {
    font-size: 1em;
}

a {
    color: #555;
}

a:hover {
    color: #333;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

section {
    padding: 80px 0;
}

.fa {
    color: #333;
}

ul li {
    list-style: none;
}

main ul {
	padding: 0;
	margin-left: 1.5em;
}

main ul li {
    list-style: initial;
}

hr {
	width: 50px;
    margin: 15px auto;
}

strong {
    font-weight: 400;
    letter-spacing: 0.5px;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrap {
    max-width: 1150px;
    margin: 0 auto;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.mrg-btm {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 40px;
}

.spacer-small {
    margin: 10px 0;
    height: 1px;
}

.spacer {
    margin: 20px 0;
    height: 1px;
}

.spacer-big {
    margin: 30px 0;
    height: 1px;
}

.no-top-mrg {
    margin-top: 0!important;
}

.mrg-mob {
    margin: 30px 0;
}

input[type="submit"],
.btn {
    min-width: 150px;
    width: auto;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.1s;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 5px;
    letter-spacing: 0.5px;
}

input[type="submit"]:hover,
.btn-primary:visited,
.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #3a5476;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.btn-regular:visited,
.btn-regular {
    color: #446084;
    border: 2px solid #ddd;
}

.btn-regular:hover, .btn-regular:focus {
    color: #446084;
    background: #f9f9f9;
    border-color: #ccc;
}

input[type="submit"],
.btn-primary {
    background-color: #446084;
    border: 2px solid #3a5476;
}

input[type="submit"] {
	color: #fff;
}


input[type="submit"]:hover {
	border-color: #3a5476;
}


#primary {
	padding: 60px 0;
}

/*******************************/
/* 2. Header */
/*******************************/

header {
    top: -84px;
    display: block;
    height: 84px;
    line-height: 72px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: auto;
    transition: all .4s ease-out;
    transition: 0.2s top cubic-bezier(.4,.73,.4,.74);
}

.btns-wrapper .btn {
    min-width: 100px;
}

.btns-wrapper {
    float: right;
    width: auto;
    margin-left: 20px;
}

.subnav .container-fluid,
header .container-fluid {
    max-width: 1140px;
}

#mainmenu {
    font-size: 0;
}

#mainmenu > li > a {
    color: #3a5b84;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 84px;
}


#mainmenu > li > a {
    padding: 31px 20px;
    border-right: 1px solid #ddd;
    transition: 0.15s all ease-out;
}

#mainmenu > li:first-child > a {
    border-left: 1px solid #ddd;
}

#mainmenu > li:hover > a {
    color: #3b5a81;
    background: #f9f9f9;
    border-top: 5px solid #3a5b84;
    padding-top: 28px;
}

ul.nav.nav-tabs {
    padding: 0;
    margin-bottom: -1px;
}

#mainmenu .active {
    background: #f9f9f9;
    border-top: 5px solid #3a5b84;
    padding-top: 28px!important;
}

ul.nav.nav-tabs li:before {
    content: none;
}

nav {
    width: auto;
    display: inline-block;
    float: right;
}

nav ul {
    margin: 0;
}

nav > a {
    display: none;
}

nav ul li {
    position: relative;
    list-style: none;
    display: inline-block;
}

#mainmenu ul {
    opacity: 0;
    position: absolute;
    width: 200px;
    top: 100%;
    padding-left: 0;
    visibility: hidden;
    z-index: 999;
    margin-top: 10px;
    transition: 0.2s;
    border-bottom: 1px solid #ddd;
}

#mainmenu .pll-parent-menu-item ul {
	width: auto;
}

#mainmenu li {
    position: relative;
}

#mainmenu li:hover > ul {
    visibility: visible;
    margin-top: 0;
    opacity: 1; 
}

#mainmenu li ul li {
    display: block;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: none;
}

#mainmenu li ul li a {
    display: block;
    padding: 22px 20px;
    width: 100%;
    line-height: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
}

.navbar-collapse {
    padding-right: 0;
}

#mainmenu .menu-active {
    color: #3b5a81;
}

#mainmenu ul li a:hover {
    background: #eee;
    color: #333;
    transition: 0.15s;
}

li.has-children:hover:after {
    color: #fecd0f;
}

li.has-children::after {
    position: absolute;
    right: 7px;
    bottom: 28px;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #555;
    font-weight: 800;
}

header h1#logo {
    position: relative;
    float: left;
    display: inline-block;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    z-index: 999;
}

#search {
    margin-top: -10px;
    float: right;  
}

.affix {
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all .4s ease-out;
    transition: 0.2s top cubic-bezier(.4,.73,.4,.74);

}

.affix-top {
    transition: all .4s ease-out;
    transition: 0.2s top cubic-bezier(.4,.73,.4,.74);
}

.header-wrapper {
    min-height: 84px;
    position: relative;
    z-index: 999;
}


/*******************************/
/*3. Sidebar */
/*******************************/

.sidebar-nav {
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.sidebar-heading {
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0;
}

.sidebar-nav ul {
    font-size: 13px;
    list-style: none;
    padding: 0;
}

.sidebar-nav ul li {
    border: 1px solid #ddd;
    list-style: none;
    border-top: none;
    position: relative;
}

.hovered {
    background: #e5e5e5!important;
    transition: 0.2s;
    color: #333;
}

.sidebar-nav ul li a {
    font-weight: 300;
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #777;
}

.sidebar-nav ul,
.sidebar-nav ul ul {
    margin: 0;
}

.sidebar-nav ul ul li {
    padding-left: 20px;
    font-size: 11px;
}

.sidebar-nav ul ul li {
    background-color: #f8f8f8;
}

.sidebar-expanded li:before {
    content: '-';
    position: absolute;
    top: 12px;
    color: #ccc;
}

.sidebar-nav ul ul li {
    border-right: none;
    border-left: none;
}

.sidebar-nav ul ul li:last-child {
    border-bottom: none;
}

.sidebar-nav ul ul li:first-child {
    border-top: 1px solid #ddd;
}

/*******************************/
/* 4. Footer */
/*******************************/

#footer {
    padding: 80px 0 0 0;
    margin: 0;
    background: #444;
    color: #ddd;
}

#footer h4 {
    color: #999;
}

#footer ul,
ul.contacts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul li a {
    color: #ddd;
}

#footer ul li a:hover {
    color: #fff;
}

#footer ul li,
#footer p {
    font-size: 0.9em;
}

#footer ul li {
    padding: 5px 0;
}

.contacts-list i {
    font-size: 15px;
    width: 15px; 
    margin-right: 10px;
    color: #999;
    text-align: center;
}

.contacts-list {
    letter-spacing: 0.5px;
}

.contacts-list span {
    font-weight: 600;
    margin-right: 15px;
}

.social {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
}

.social .fa {
    color: #777;
}

.social li {
    display: inline;
}

.bot-bg {
    background: #000;
}

#footer ul {
    margin: 0 0 40px 0;
}

ul.content-list a {
    color: #ddd;
}

ul.content-list a:hover,
ul.content-list li:hover {
    color: #fff;
}

#footer ul li:hover:before {
    color: #ddd;
}

.contacts-list li:before {
    content: none;
}

#footer-bot {
    color: #999;
    margin-top: 50px;
    background: #333333;
    line-height: 2em;
}

#footer-bot ul {
    float: right;
    border-top: none;
    margin: 0;
}

#footer-bot ul li:before {
    content: none;
}

.social i {
    font-size: 17px;
    color: #999;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #222;
    transition: 0.2s ease;
}

.social i:hover {
    color: #fff;
    background: #446084;
}

#footer-bot {
    padding: 15px 0;
    color: #666;
    font-size: 11px;
    text-align: left;
}

#footer-bot span a,
#footer-bot span a:visited {
	color: #666;
}

#footer-bot {
    clear: both;
}


/*******************************/
/* 5. Home Page elements
/* 5.1. HERO */
/*******************************/

#hero-fullwidth {
    background: url('../img/hero-bg.jpg') no-repeat center;
    min-height: 565px;
}

#hero-fullwidth .info-box {
    position: relative;
    transform: translateY(35%);
    width: 50%;
}


/*******************************/
/* 5.2. Company Feature */
/*******************************/

.company-feature {
    text-align: center;
    margin-bottom: 40px;
}

.company-feature p {
    font-size: 14px!important;
}

.company-feature img {
    margin-bottom: 30px;
}

/* Sections */

.light-border {
    border-top: 1px solid #ddd;
}

.gray-bg {
    background: #f9f9f9;
}

.no-mrg {
    margin: 0!important;
}



/*******************************/
/* 5.2. Info box */
/*******************************/

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

.info-box, .product, .login-box {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.info-box {
    border-left: 5px solid #446084;
}

.info-box-content h2 {
    font-size: 30px;
}

.info-box-content {
    padding: 40px 40px 30px 40px;
}

.info-box p {
    color: #999!important;
}

.info-box-image img {
    width: 100%;
}

.white-bg {
    background: #fff;
}


/*******************************/
/* 5.2. Product */
/*******************************/

.product {
    text-align: center;
}

.product-info {
    padding: 15px 30px 30px 30px;
}

.product p {
    color: #999;
    font-size: 13px;
    margin-top: 10px;
}

.product .price {
    color: #555;
    font-size: 15px;
}

/*******************************/
/* 5.2. Dark CTA */
/*******************************/

.dark-cta {
    background: #555;
}

.dark-cta h2 {
    color: #f9f9f9;
}

.dark-cta p {
    color: #cccccc;
}

.dark-cta .btn {
    padding: 15px 20px;
    color: #446084;
    font-size: 17px;
    background: #f9f9f9;
    border: none;
}

.dark-cta .btn:hover {
    background: #fff;
}

.border-right {
    border-right: 1px solid #666;
}


/************************************/
/* 6. About us page */
/************************************/

#title-area {
    text-align: center;
    background: url('../img/title-bg.jpg') no-repeat center;
    padding: 100px 0;
}

#title-area, #title-area h1 {
    color: #f9f9f9;
}

#title-area p {
    font-weight: 300;
    font-size: 19px;
}

.title-container {
    width: 60%;
    margin: 0 auto;
}

.content h2 {
    font-size: 30px;
}

.content p {
    font-size: 17px;
}


/************************************/
/* 6. Shop page */
/************************************/

.woocommerce.woocommerce-page #content {
	background: #f9f9f9;
}

.woocommerce.woocommerce-page #primary {
	padding-top: 0;
	margin-top: -30px;
}

.woocommerce-products-header {
	border: none;
}

section.content-overlap {
    padding-top: 0;
}

.content-overlap .content {
    margin-top: -30px;
}

.product {
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 1.3em;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 1.1em;
	color: #555;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 1em 1.5em 1.5em;
}

.woocommerce ul.products li.product .onsale {
	top: 5px;
	right: 5px;
	margin: 0;
}

.woocommerce span.onsale {
	line-height: 2em;
	min-height: auto;
	font-weight: 400;
	border-radius: 3px;
	top: 5px;
	left: 5px;
	padding: 0;
	margin: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	border: 2px solid #355175;
	background-color: #446084; 
	color: #fff;
	transition: 0.15s;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	font-size: 13px;
	font-weight: 600;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	background: #355175;
	border-color: #355175;
}

.woocommerce .product #tab-title-description,
.woocommerce .product #tab-title-reviews,
.woocommerce .product #tab-description,
.woocommerce .product #tab-reviews {
	display: none!important;
}

.woocommerce div.product div.summary {
	margin-top: 3.5em;
	padding: 0 2em;
	text-align: left;
}

.woocommerce div.product .product_title,
.woocommerce div.product .summary p {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.woocommerce div.product p.price {
	font-size: 40px;
	color: #000;
	font-weight: 300;
	border: none;
}

.input-text.qty.text {
	padding: 7px;
}

.woocommerce div.product .input-text.qty.text {
	font-size: 15px;
	padding: 12px;
	width: 100%;
}

.woocommerce div.product .quantity {
	width: 15%;
}

.woocommerce div.product .single_add_to_cart_button.button.alt {
	width: 84%;
	padding: 15px;
	font-size: 15px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	font-size: 24px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-weight: 300;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 180px;
	padding: 8px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	line-height: 0em;
	padding: 2em;
	transition: 0.2s; 
}

.woocommerce label {
	width: auto;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 8px;
}

.woocommerce form .form-row textarea {
	border: 1px solid #ccc;
}

#place_order {
	padding: 15px 20px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce table.shop_table .actions {
	padding-top: 20px;
}

.woocommerce a.remove {
	font-weight: 500;
	border-radius: 0;
	
}

.pswp__bg {
	opacity: 0.6!important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
	padding: 15px;
}

.woocommerce div.product div.images {
	margin-bottom: 0px;
}

/************************************/
/* 6. Shop Product page */
/************************************/

.content-overlap-product .content {
    margin-top: -400px;
}

.product-page #title-area {
    min-height: 400px;
}

.product-page .related-products {
    margin-top: 60px;
}

.divider {
    margin: 30px 0;
    height: 1px;
    background: #e9e9e9;
}

.btn.btn-big {
    margin-top: 30px;
    width: 100%;
    padding: 15px;
    font-size: 17px!important;
}

.product-page .product-info-container {
    padding: 30px;
}

.product-page .product .border-right {
    border-right: 1px solid #ddd;
}

.product-page .product-info-container h2 {
    margin-top: 40px;
}

.product-page .product-info-container .description {
    font-size: 14px!important;
}

.product-page .product-info-container .price {
    color: #000;
    font-size: 40px;
    font-weight: 300;
}


.price ins {
	font-weight: 700;
	background: none;
}

#products-carousel {
	overflow: hidden;
}

/************************************/
/* 6. Contact page */
/************************************/

.info-box.on-map {
    position: absolute;
    top: 20%;
    right: 40px;
    width: 400px;
    z-index: 99;
} 

.form-box {
    border: 1px solid #e9e9e9;
    padding: 40px 30px;
}


.team-member {
    margin-bottom: 40px;
}

.team-member h4 {
    text-transform: uppercase;
}

.team-member .divider {
    width: 30px;
    margin: 15px auto;
}


.team-member img {
    margin-bottom: 20px;
}


/*******************************/
/* 11.5. Accordion */
/*******************************/

a.accordion-toggle.active.collapsed,
a.accordion-toggle {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 17px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    color: #999;
}

.accordion-toggle.active,
.accordion-toggle[aria-expanded="true"] {
    text-decoration: none;
    background: #446084;
    color: #fff; 
}

.panel-group .accordion-toggle::before {
    content: "\f107";
    position: absolute;
    right: 25px;
    top: 17px;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 300;
    color: #bbb;
    transition: all 0.2s ease-out;
}

.panel-group .accordion-toggle.active,
.panel-group .accordion-toggle[aria-expanded="true"]::before {
    content: "\f106";
}

.panel-group .accordion-toggle.active,
.panel-group .accordion-toggle[aria-expanded="true"]::before,
.panel-group .accordion-toggle[aria-expanded="true"]:hover:before {
    color: #fff;
}

.panel-group .accordion-toggle:hover::before {
    color: #446084;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-title {
    font-weight: 400;
}

.panel-heading {
    padding: 0;
}

.panel-body {
    color: #555555;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: 0;
    padding: 25px 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.panel-body p {
    font-size: 14px;
}

.panel-body p:first-child {
    margin-top: 0;
}

.panel-body p:last-child {
    margin-bottom: 0;
}

.panel {
    border: none;
}


/************************************/
/* 6. Login page */
/************************************/

.login-page {
    min-height: 800px;
    background: url('../img/login-bg.jpg') no-repeat center;
}

.login-page .info-box {
    margin-top: 100px;
}

.login-box-content {
    padding: 40px;
}

form .btn.btn-big {
    margin-top: 0;
}

.help-links {
    margin-top: 40px;
}

.help-links a {
    display: block;
    color: #999;
    text-decoration: underline;
    margin-bottom: 10px;
}

/*******************************/
/* 11.6. Tabs */
/*******************************/

.nav-tabs > li {
    width: 50%;
    text-align: center;
}

.nav-tabs > li a {
    border: 1px solid #e9e9e9;
    margin-right: -1px;
    background: #f9f9f9;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a {
    color: #999;
    padding: 20px 30px;
    font-size: 17px;
    border-radius: 0;
    margin-right: -1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: rgb(51, 51, 51);
    background: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-bottom: 5px solid #3a5b84;
    padding-bottom: 16px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: none;
}

.tab-content {
    background: #fff;
}

.tab-content p:first-child {
    margin-top: 0;
}

.tab-pane.active {
    padding-top: 0!important;
    border: 0;
    background: #fff;
}

.nav-tabs .active {
    padding-top: 0!important;
    border-top: 0;
}


/*******************************/
/* 11.1 Form */
/*******************************/

.form-box h3 {
    margin-bottom: 20px;
}

input, textarea {
    padding: 15px;
    display: block;
    width: 100%;
    background: #fff;
    border: 0;
    border-left: 1px solid #e9e9e9;
    transition: 0.2s;
}

input {
    padding: 5px 15px;
    border: 1px solid #e9e9e9;
    transition: 0.2s;
}

input:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

input[placeholder] {
    color: #333;
}

input {
    width: auto;
}

label {
    font-size: 13px;
    display: inline-block;
    width: 20%;
    font-weight: 400;
    margin-top: 15px;
}

.mrg-top {
    margin-top: 10px;
}

textarea {
    padding: 15px 0;
    min-height: 121px;
    height: auto;
    text-transform: none;
    border: 0;
}

.error {
    padding:20px;
    border:none;
    display: none;
    color: #d9534f;
    border:solid 1px #d9534f;
    font-size: 12px;
}

.error_input{
    -webkit-box-shadow: inset 0px 0px 0px 3px #bbb !important;
    -moz-box-shadow: inset 0px 0px 0px 3px #bbb !important;
    box-shadow: inset 0px 0px 0px 3px #bbb !important;
}

.success {
    padding:20px;
    display: none;
    color: #5cb85c;
    border:solid 1px #5cb85c;
    margin-bottom: 20px;
}

.sow-form-field .sow-field-container textarea,
.sow-form-field .sow-field-container input {
	outline-width: 1px;
	outline-color: #eee;
}

.sow-field-container {
	padding: 5px;
}

/*******************************/
/* 11.7. Mobile menu button */
/*******************************/

.navbar-toggle .icon-bar {
    background: #999;

}

.navbar-toggle {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 24px;
}

.toggled {
    background: #f9f9f9;
    border-color: #ddd;
}

.toggled .icon-bar {
    background: #999;
}


/*******************************/
/* 11.8. Slick slider */
/*******************************/

.slick-slider {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;

}

.slick-slider .slick-track, .slick-slider .slick-list {
    padding: 5px 0;
    margin: 0;
}



/*******************************//*******************************/
/*******************************//*******************************/
/* 5.4. END GPS TEMPLATE */
/*******************************//*******************************/
/*******************************//*******************************/



/*******************************/
/* 12. Media queries */
/*******************************/

@media screen and (max-width: 1366px)  {


    #mainmenu li:last-child a {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1300px)  {

}

@media screen and (max-width: 768px) {

    #footer h4 {
        margin-top: 25px;
    }

}

@media screen and (max-width: 991px) {

    #hero-fullwidth .info-box {
        width: 65%;
    }

    header {
        min-height: 80px;
        position: static!important;
        line-height: 1.42857143;
    }

    .navbar-collapse {
        box-shadow: none;
        border-top: none;
    }

    header h1#logo {
        margin-left: 10px;
    }
    
    #footer-bot,
    #footer-bot ul {
        float: none!important;
        text-align: center!important;
        margin-top: 20px;
    }

    nav {
        margin: 0;
        display: block;
        float: none;
        padding-bottom: 20px;
    }

    .btns-wrapper {
    	margin: 12px;
    }


    #mainmenu .btns-wrapper .btn:first-child  {
        margin-right: 2%;
    }

    nav ul {
        float: none;   
    }

    nav ul li {
        width: 100%;
    }

    #mainmenu > li > a {
        line-height: 0;
        padding: 30px;
        border-bottom: 1px solid #ddd;
        border-right: 0;
    }

    #mainmenu > li:first-child > a,
    #mainmenu > li:first-child:hover > a {
        border-top: 1px solid #ddd;
        border-left: 0;
    }

    #mainmenu > li:hover > a {
        border-top: 0;
        padding-top: 30px;
    }

    ul.nav.nav-tabs {
        padding: 0;
        margin-bottom: -1px;
    }

    #mainmenu .active {
        border-top: 1px solid #ddd;
    }


    ul#mainmenu {
        width: 100%;
        border-top: none;
    }

    #mainmenu a {
        display: block;
        line-height: normal;
    }

    #mainmenu li:before {
        content: none;

    }

    .navbar-collapse {
        padding: 0;
    }
    
    #mainmenu ul {
        display: block;
        width: 100%;
        position: static;
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
    }

    .title-container {
        width: 100%;
    }

    #title-area p {
        font-size: 17px;
    }

    .dark-cta .border-right {
        border-right: 0;
    }

    .dark-cta,
    .dark-cta .text-right {
        text-align: center;
    }

    .woocommerce div.product .quantity {
    	width: 49%;
    }

    .woocommerce div.product .single_add_to_cart_button.button.alt {
    	width: 49%;
    }
}

@media screen and (max-width: 768px) {

    section {
        padding: 60px 0;
    }

    .btn {
        min-width: 130px;
    }

    label {
        font-size: 12px;
        margin-top: 10px;
        display: block;
    }

    input {
        width: 100%;
    }

    input, textarea {
        border-left: 0;
        display: block;
        padding: 15px 0;
    }

    .map-area {
        height: auto;
    }

    .info-box.on-map {
        position: static;
        width: 100%;
    }
    
}

@media screen and (max-width: 480px) {
	.btns-wrapper {
		margin-top: 0;
	}

	.btns-wrapper .btn {
		width: 49px;
	}
}

@media screen and (max-width: 680px) {

    #hero-fullwidth .info-box {
        width: 100%;
    }

}
