/*
Theme Name:     Servilon-com
Theme URI:      http: //servilon.com/theme
Description:    Child theme for sequential.
Author:         Anastasiia Kryvko
Author URI:     https: //www.linkedin.com/in/anastasiia-kryvko-20419978?trk=hp-identity-name
Template:       sequential
Version:        0.1.1
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Pagination
	5.3 - Main Navigation
	5.4 - Footer Navigation
	5.5 - Social Navigation
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
	9.1 - Footer Widget Area
	9.2 - Widgets Styles
10.0 - Layout
	10.1 - Paddings
	10.2 - Margins
	10.3 - Widths
	10.4 - Blocks
11.0 - Content
	11.1 - Posts and pages
	11.2 - Post Formats
	11.3 - Grid Page
	11.4 - Error 404
	11.5 - Comments
12.0 - Media
	12.1 - Images
	12.2 - Galleries
	12.3 - Iframes
13.0 - Jetpack
	13.1 - Contact Form
	13.2 - Galleries
	13.3 - Infinite Scroll
	13.4 - Sharedaddy
	13.5 - Breadcrumbs
	13.6 - Responsive Videos
	13.7 - Testimonials
14.0 - Extra CSS
	14.1 - Transition
	14.2 - Border Radius
15.0 - Social Icons
16.0 - Responsive
	16.1 - x >= 600px
	16.2 - x >= 768px
	16.3 - x >= 1020px
	16.4 - x >= 1230
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
2.0 - Servilon customization
--------------------------------------------------------------*/
html, body,  div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	border: 0;
	font-family: 'Segoe UI','wf_SegoeUI','Segoe','Segoe WP',sans-serif;
	font-size: 15px;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 20px;
	color: #0a0a0a;
}
span {white-space: nowrap;}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	background: #fff;
}
/* html, body, p, h3{
		color: #0a0a0a;
} */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
	padding-left: 20px;
}
li {
	font-size: 15px;
	line-height: 28px;
	font-weight:400;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 1em;
	line-height: 1.5em;
}
body,
button,
input,
select,
textarea {
	color: #686868;
	/*/*font-family: SegoeUI, sans-serif;*/
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h1, h1>a {
	font-size: 34px;
	line-height: 48px;
	font-weight:100;
	text-align: center;
}
h2, h2>a {
	/* margin: 0 auto 12px; */
	font-size: 34px;
	line-height: 56px;
	font-weight:100;
	text-align: center;
	padding-bottom:40px;
}
h3, h3>a {
	/* margin: 0 auto 12px; */
	font-size: 24px;
	line-height: 28px;
	font-weight:200;
        margin: 12px 0;
}
h3	{	
	text-align: center;}
h3	{	
	text-align: left;}

h4, h4>a {
	font-size: 20px;
	line-height: 26px;
	font-weight:300;
	margin:12px 0;
}

h5, h5>a {
	font-size: 24px;
	line-height: 28px;
	font-weight:200;
	margin-bottom:20px;
}
h5>a:hover {color:#289ae1 !important}
h6, h6>a {
	font-size: 15px;
	line-height: 20px;
	margin-bottom:10px;
}
p {
	margin-bottom: 15px;
	line-height: 23px;
}
b,
strong {
	font-weight: 600;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	padding-left: 24px;
	margin: 0 0 24px;
	border-left: 3px solid rgba(0, 0, 0, 0.03);
}
blockquote blockquote,
blockquote p {
	margin-bottom: 0;
}
address {
	margin: 0 0 1.5em;
}
pre,
code,
kbd,
tt,
var {
	padding: 0 0.25em;
	background: rgba(0, 0, 0, 0.03);
	font-family: "Source Code Pro", monospace;
}
pre {
	overflow: auto;
	padding: 24px;
	margin-bottom: 24px;
	max-width: 100%;
	-ms-word-wrap: normal;
	word-wrap: normal;
}
abbr,
acronym {
	border-bottom: 1px dotted #686868;
	cursor: help;
}
mark,
ins {
	padding: 0 0.25em;
	background: #2abac9;
	color: #fff;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/* Against Dark */
.hero,
.site-footer,
.site-header {
	color: #fff;
}

.footer-navigation,
.site-footer,
.top-content {
	font-size: 0.875em;
	line-height: 1.71429em;
}

.footer-widget-area h1,
.footer-widget-area h2,
.footer-widget-area h3,
.footer-widget-area h4,
.footer-widget-area h5,
.footer-widget-area h6 {
	color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background: rgba(0, 0, 0, 0.03);
	border: 0;
	height: 3px;
	margin-bottom: 24px;
}
ul,
ol {
	margin: 0 0 24px 0;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal inside;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 24px;

}
dt {
	font-weight: bold;
}
dd {
	margin: 0 24px 24px;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 24px;
	width: 100%;
	background: #fff;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
caption,
th {
	font-weight: bold;
}
th,
td {
	padding: 6px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
thead {
	background: rgba(0, 0, 0, 0.03);
	color: #424242;
}

/* Against Dark */
.footer-widget-area hr,
.site-header hr {
	background: rgba(0, 0, 0, 0.25);
}
.footer-widget-area table,
.site-header table {
	background: transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
	border-right-color: rgba(0, 0, 0, 0.5);
}
.footer-widget-area th,
.footer-widget-area td,
.site-header th,
.site-header td {
	border-bottom-color: rgba(0, 0, 0, 0.5);
	border-left-color: rgba(0, 0, 0, 0.5);
}
.footer-widget-area thead,
.site-header thead {
	background: rgba(0, 0, 0, 0.25);
	color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
        margin-top:30px;
	display: inline-block;
	padding: 12px 24px;
	background: #289ae1;
	border: 0;
	color: #fff;
	/*/*font-family: SegoeUI, sans-serif;*/
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
	text-shadow: none;
	cursor: pointer;
	-webkit-appearance: button;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	outline: none;
	background: #424242;
	color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	position: relative;
	padding: 12px;
	width: 100%;
	/*background: #f7f7f7;*/
	border: 1px solid #e2e2e2;
	color: #424242;
	-webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	background: #fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
        font-family: 'Segoe UI','wf_SegoeUI','Segoe','Segoe WP',sans-serif;
}
select {
	max-width: 100%;
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.required {
	color: #fe3c16;
}

/* Search Form */
.search-form {
	position: relative;
	margin-bottom: 24px;
}
.search-form:before {
	content: '\f400';
	display: inline-block;
	position: absolute;
	bottom: 50%;
	right: 0.5em;
	z-index: 1;
	margin-bottom: -1em;
	width: 2em;
	height: 2em;
	background: #2abac9;
	color: #fff;
	font-family: Genericons;
	font-size: 1em;
	line-height: 2;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}
.search-form.hover:before {
	background: #424242;
}
input[type="submit"].search-submit {
	display: block;
	position: absolute;
	bottom: 50%;
	right: 0.5em;
	z-index: 2;
	padding: 0;
	margin-bottom: -1em;
	height: 2em;
	width: 2em;
	opacity: 0;
	color: transparent;
}

/* Password Protected */
.post-password-form input[type="password"] {
	margin-bottom: 24px;
}

/* Widgets */
.widget-area input[type="text"],
.widget-area input[type="email"],
.widget-area input[type="url"],
.widget-area input[type="password"],
.widget-area input[type="search"],
.widget-area textarea {
	background: #fff;
}
.widget-area input[type="text"]:focus,
.widget-area input[type="email"]:focus,
.widget-area input[type="url"]:focus,
.widget-area input[type="password"]:focus,
.widget-area input[type="search"]:focus,
.widget-area textarea:focus {
	border-color: #c0c0c0;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	border-bottom: 1px solid #10143d;
	color: #10143d;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
}
a:hover,
a:focus,
a:active {
	border-bottom-color: #b3b3b3;
	color: #686868;
}
a img {
	vertical-align: middle;
}

/* Buttons */
a.button,
a.button-minimal {
	display: inline-block;
	padding: 12px 24px;
	border: 0;
	/*/*font-family: SegoeUI, sans-serif;*/
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
a.button {
	background: #2abac9;
	color: #fff;
	text-shadow: none;
}
a.button:hover,
a.button:focus,
a.button:active {
	background: #424242;
	color: #fff;
}
a.button-minimal {
	padding: 9px 21px;
	border: 3px solid #2abac9;
	color: #2abac9;
}
a.button-minimal:hover,
a.button-minimal:focus,
a.button-minimal:active {
	background: #2abac9;
	color: #fff;
}

/* Site Footer */
.site-footer a {
	border-bottom: 0;
	color: #fff;
	font-weight: normal;
}

/* Headings */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	border-bottom: 0;
	color: inherit;
}
/*h1 a:hover,
h1 a:focus,
h1 a:active,*/
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:hover,
h6 a:focus,
h6 a:active {
	color: #83c2bc;
}

/* Against Dark */
.hero .entry-content a{	padding-bottom: 3px;}
.hero .entry-content a:hover,
.hero .entry-content a:focus,
.hero .entry-content a:active {
	border-bottom-color: #289ae1;
	color: #289ae1;
}
.footer-widget-area a.button-minimal,
.hero a.button-minimal,
.site-header a.button-minimal {
	border-color: #fff;
}
.footer-widget-area a.button,
.hero a.button,
.site-header a.button {
	background: #fff;
	color: #2abac9;
}
.footer-widget-area a.button:hover,
.footer-widget-area a.button:focus,
.footer-widget-area a.button:active,
.hero a.button:hover,
.hero a.button:focus,
.hero a.button:active,
.site-header a.button:hover,
.site-header a.button:focus,
.site-header a.button:active {
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
}
.footer-widget-area a.button-minimal,
.hero a.button-minimal,
.site-header a.button-minimal {
	color: #fff;
}
.footer-widget-area a.button-minimal:hover,
.footer-widget-area a.button-minimal:focus,
.footer-widget-area a.button-minimal:active,
.hero a.button-minimal:hover,
.hero a.button-minimal:focus,
.hero a.button-minimal:active,
.site-header a.button-minimal:hover,
.site-header a.button-minimal:focus,
.site-header a.button-minimal:active {
	background: #fff;
	color: #2abac9;
}

/*--------------------------------------------------------------
5.2 Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	position: relative;
	overflow: hidden;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	background: #f7f7f7;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .meta-nav,
.paging-navigation .meta-nav {
	display: none;
}
.post-navigation .meta-nav {
	display: block;
	font-size: 0.875em;
	line-height: 1.71429em;
	color: #424242;
}
.post-navigation a + a:before {
	content: '';
	display: block;
	padding: 0 36px;
	margin: 24px 0 24px -36px;
	width: 100%;
	height: 3px;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

/*--------------------------------------------------------------
5.3 Main Navigation
--------------------------------------------------------------*/
.menu-primary {
	position: absolute;
	left: 0;
	width: 100%;
    background: #ffffff;
}
.main-navigation.toggled .menu-primary {
	border: 1px solid #f2f2f2;
    top: 108px;
    left: 65.6%;
    width: 40%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	text-align: center;
}
.main-navigation li {
	display: block;
	position: relative;
	padding: 0;
	border-bottom: 1px solid transparent;
}
.main-navigation a {
	display: block;
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 0;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	background: transparent;
	border-bottom-color: #10143d;
	color: #667;
}
.main-navigation li:last-of-type {
	border-bottom: 0;
}
.sub-menu.toggle-on {
	border-top: 1px solid #2abac9;
}
.sub-menu.toggle-on a {
	padding-left: 24px;
}
.sub-menu.toggle-on .sub-menu.toggle-on a {
	padding-left: 36px;
}
.sub-menu.toggle-on .sub-menu.toggle-on .sub-menu.toggle-on a {
	padding-left: 48px;
}
.sub-menu.toggle-on .sub-menu.toggle-on .sub-menu.toggle-on .sub-menu.toggle-on a {
	padding-left: 60px;
}
.main-navigation.toggled .nav-menu,
.main-navigation ul ul.toggle-on {
	display: block;
	padding-left:0px;
	width:100%;
}
/* Menu toggle */
.menu-toggle li {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	background: #f2f2f2;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
.menu-toggle {
	padding-right: 12px;
	padding-left: 12px;
	cursor: pointer;
	background: #fff;
	color: #424242;
	top:10px;
	left:90%;
	position:relative;
	z-index:1;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
}
.dropdown-toggle:before,
.menu-toggle:before {
	content: '\f419';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	font-family: Genericons;
	font-size: 1em;
	line-height: 1.5;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Dropdown toggle */
.dropdown-toggle {
	position: absolute;
	display: none;
	z-index: 9999;
	top: 50%;
	right: 12px;
	margin-top: -24px;
	padding: 0;
	border: 12px solid transparent;
	cursor: pointer;
}
.dropdown-toggle,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
	background: transparent;
}
.dropdown-toggle:before {
	content: '\f510';
	background: #2abac9;
	border-radius: 6px;
}
.dropdown-toggle.toggle-on:before {
	content: '\f50e';
}

/*--------------------------------------------------------------
5.4 Footer Navigation
--------------------------------------------------------------*/
.footer-navigation {
	position: relative;
	padding: 18px 0;
}
.menu-footer ul {
	margin: 0;
	text-align: center;
}
.menu-footer li {
	display: inline-block;
	margin: 6px 8px;
}
.menu-footer a {
	padding: 6px 0;
	color: #fff;
	border-bottom: 3px solid transparent;
}
.menu-footer a:hover,
.menu-footer a:focus,
.menu-footer a:active {
	border-bottom-color: #fff;
}

/*--------------------------------------------------------------
5.5 Social Navigation
--------------------------------------------------------------*/
ul[id^="menu-social"] {
	display: block;
	list-style: none;
	margin: -12px 0 12px -6px;
}
ul[id^="menu-social"] li {
	vertical-align: top;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 40px;
	height: 60px;
        margin: 12px 4px;
	font-size: 1.5em;
	text-align: center;
}
ul[id^="menu-social"] li:hover {
    background-color: transparent!important;
}
ul[id^="menu-social"] a {
	display: block;
	border-bottom: 0;
	color: transparent;
	font-size:30px !important;
}
ul[id^="menu-social"] a:before {
	color: /*#83c2bc;*/#424242;
}
ul[id^="menu-social"] a:hover:before {
	color: #424242;

}
ul[id^="menu-social"] a:hover {
	color: #424242;
    }
.footer-widget-area ul[id^="menu-social"] a:before {
	color: #fff;
        margin-bottom: 40px;
}
.footer-widget-area ul[id^="menu-social"] a:hover:before {
	color: #fff;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.screen-reader-text,
.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.sharing-screen-reader-text:focus,
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.error-404-widgets:before,
.error-404-widgets:after,
.comment-content:before,
.comment-content:after,
.gallery:before,
.gallery:after,
.sd-block:before,
.sd-block:after,
.sharedaddy:before,
.sharedaddy:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget-area .widget:before,
.widget-area .widget:after,
.widget_tag_cloud > div:before,
.widget_tag_cloud > div:after,
.wrapper:before,
.wrapper:after,
ul[id^="menu-social"]:before,
ul[id^="menu-social"]:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.error-404-widgets:after,
.comment-content:after,
.gallery:after,
.sd-block:after,
.sharedaddy:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget-area .widget:after,
.widget_tag_cloud > div:after,
.wrapper:after,
ul[id^="menu-social"]:after {
	clear: both;
}
.site-header:before {
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    visibility: hidden;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	padding-bottom: 12px;
	margin: 0;
}
.widget-area .widget {
	padding-top: 36px;
	padding-right: 36px;
	padding-left: 36px;
	border-top: 3px solid #fff;
}
.widget-area .widget:first-of-type {
	padding-top: 0;
	border-top: 0;
}
.widgettitle,
.widget-title {
	margin: 0 auto 16px;
	font-size: 1.5em;
	line-height: 2em;
}

/*--------------------------------------------------------------
9.1 Footer Widget Area
--------------------------------------------------------------*/
.footer-widget-area .widget {
	position: relative;
}
.footer-widget-area .widget:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.footer-widget-area .widget:first-of-type {
	padding-top: 0;
}
.footer-widget-area .widget:first-of-type:before {
	display: none;
}

/*--------------------------------------------------------------
9.2 Widgets Styles
--------------------------------------------------------------*/
/* Calendar */
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.widget_calendar caption,
.widget_calendar tfoot {
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.widget_calendar caption {
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.widget_calendar tfoot td:nth-child(n+2) {
	border-left: 0;
}

/* Image */
.widget_image > div {
	margin-bottom: 24px;
}

/* Lists */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
}
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
	padding: 12px 0;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child,
.widget_rss li:first-child {
	padding-top: 0;
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child {
	padding-bottom: 0;
}
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	position: relative;
	padding-top: 12px;
	margin-top: 12px;
}

/* Recent Posts */
.widget_recent_entries .post-date {
	display: block;
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.footer-widget-area .widget_recent_entries .post-date {
	color: rgba(255, 255, 255, 0.375);
}

/* RSS */
.widget_rss cite {
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
	font-style: normal;
}
.widget_rss .rss-date {
	display: block;
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.footer-widget-area .widget_rss .rss-date,
.footer-widget-area .widget_rss cite {
	color: rgba(255, 255, 255, 0.375);
}

/* Select */
.widget_archive select,
.widget_categories select {
	margin-bottom: 24px;
}

/* Tag Cloud */
.widget_tag_cloud > div {
	padding-bottom: 18px;
}
.widget_tag_cloud a {
	display: inline-block;
	float: left;
	padding: 0 12px !important;
	margin: 0 6px 6px 0 !important;
	background: #83c2bc;
	border-bottom: 0;
	color: #fff;
	font-size: 0.875em !important;
	line-height: 1.71429em;
	text-decoration: none;
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active {
	background: #fff;
	color: #686868;
}
.footer-widget-area .widget_tag_cloud a {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.footer-widget-area .widget_tag_cloud a:hover,
.footer-widget-area .widget_tag_cloud a:focus,
.footer-widget-area .widget_tag_cloud a:active {
	background: #fff;
	color: #83c2bc;
}

/*--------------------------------------------------------------
10.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Paddings
--------------------------------------------------------------*/
.footer-widget-area .widget {
	padding-top: 27px;
}
body:not(.full-width-layout) .content-area,
.archive .hentry,
.blog .hentry,
.grid-area .hentry,
.extra-spacing .entry-content,
.extra-spacing .entry-header,
.footer-widget-area,
.front-page-block,
.grid-area,
.search .hentry,
.widget-area,
.widget-area .widget {
	padding-top: 24px;
}
.extra-spacing .entry-header + .entry-content,
.extra-spacing .grid-area .entry-header {
	padding-top: 0;
}
.comment-respond,
.footer-widget-area,
.front-page-block,
.no-comments,
.widget,
.widget-area {
	padding-bottom: 0;
}
body:not(.full-width-layout) .content-area,
body.full-width-layout .content-area .wrapper,
.archive .hentry:before,
.blog .hentry:before,
.comment-list .comment:before,
.comment-list .pingback:before,
.footer-widget-area .widget:before,
.footer-widget-area .wrapper,
.front-page-block,
.grid-area .hentry:before,
.hero,
.jp-relatedposts-items-visual .jp-relatedposts-post:before,
.main-navigation a,
.page-header,
.search .hentry:before,
.site-header .wrapper,
.site-info,
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation,
.widget-area .widget {
	padding-right: 12px;
	padding-left: 12px;
}
.menu-footer {
	padding-right: 6px;
	padding-left: 6px;
}
body:not(.full-width-layout) .site-content {
	padding-right: 0;
	padding-left: 0;
}

/*--------------------------------------------------------------
10.2 Margins
--------------------------------------------------------------*/
.main-navigation {
	margin-left: auto;
	margin-right: auto;
	padding-top: 34px;
}
.comment-list + .comment-respond {
	margin-top: 0;
}
.page-header,
.single .post-thumbnail {
	margin-top: -24px;
}
.hero .post-thumbnail,
.infinite-loader,
.page-header,
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin-bottom: 24px;
}
.archive .hentry,
.blog .hentry,
.extra-spacing .hentry,
.hentry,
.search .hentry,
.single-post .hentry  {
	margin-bottom: 0;
}
.content-area {
	margin-right: auto;
	margin-left: auto;
}
.footer-widget-area .widget,
.grid-area .hentry {
	margin-right: 0;
	margin-left: 0;
}
.archive .hentry:before,
.blog .hentry:before,
.comment-list .comment:before,
.comment-list .pingback:before,
.footer-widget-area .widget:before,
.grid-area .hentry:before,
.jp-relatedposts-items-visual .jp-relatedposts-post:before,
.page-header,
.post-thumbnail,
.search .hentry:before,
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin-left: -12px;
}

/*--------------------------------------------------------------
10.3 Widths
--------------------------------------------------------------*/
body:not(.full-width-layout) .content-area,
.footer-widget-area .widget,
.grid-area .hentry,
.post-thumbnail,
.widget-area {
	width: 100%;
}

/*--------------------------------------------------------------
10.4 Blocks
--------------------------------------------------------------*/
.site-header {
	padding: 0 0 0 0;
    background: #fff!important;
/*	background: #38c7c1;
/*	background: -moz-linear-gradient(20deg, rgba(152,210,117,1) 0%, rgba(56,199,193,1) 50%, rgba(42,167,201,1) 100%); /* ff3.6+ */
/*	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(152,210,117,1)), color-stop(50%, rgba(56,199,193,1)), color-stop(100%, rgba(42,167,201,1))); /* safari4+,chrome */
/*	background: -webkit-linear-gradient(20deg, rgba(152,210,117,1) 0%, rgba(56,199,193,1) 50%, rgba(42,167,201,1) 100%); /* safari5.1+,chrome10+ */
/*	background: -o-linear-gradient(20deg, rgba(152,210,117,1) 0%, rgba(56,199,193,1) 50%, rgba(42,167,201,1) 100%); /* opera 11.10+ */
/*	background: -ms-linear-gradient(20deg, rgba(152,210,117,1) 0%, rgba(56,199,193,1) 50%, rgba(42,167,201,1) 100%); /* ie10+ */
/*	background: linear-gradient(70deg, rgba(152,210,117,1) 0%, rgba(56,199,193,1) 50%, rgba(42,167,201,1) 100%); /* w3c */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d275', endColorstr='#2aa7c9',GradientType=1 ); /* ie6-9 */
}
.top-content {
	padding: 6px 0;
	background: rgba(0, 0, 0, 0.25);
	text-align: right;
}
.site-branding {
	float: left;
}
.main-navigation {
 	float: left;
	position: absolute;
	left: 0px;
	right: 0px; 
	z-index:10;
}
.site-logo-link {
	border-bottom: 0;
}
.site-logo-link:hover,
.site-logo-link:focus,
.site-logo-link:active {
	opacity: 0.75;
}
.site-logo {
	width: auto;
	max-height: 96px;
}
.site-description,
.site-title {
	color: inherit;
}
.site-title {
	font-family: 'Orbitron',SegoeUI,sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 0px;
}
.site-title a {
	color: inherit;
	font-family: 'Orbitron',SegoeUI,sans-serif;
	font-size: 18px;
	color: #396cb5;
	font-weight:bold;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active,
.site-title a:link {
	color: #2b7293;
	border-bottom-width: 0px;
}
.site-description {
	display: none;
	position: relative;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.site-description:before {
	content: '';
	display: block;
	margin-bottom: 0.5em;
	width: 24px;
	height: 3px;
	background: rgba(0, 0, 0, 0.25);
}
.show-tagline .site-description {
	display: block;
}
.header-image {
	clear: both;
	padding-top: 24px;
}
.header-image a {
	border-bottom: 0;
}
body[class*="grid-page"] .content-area,
.front-page-block:nth-of-type(2n+1),
.post-type-archive-jetpack-testimonial .content-area,
.widget-area,
.widget-area:before {
	background: #f7f7f7;
}
.grid-area,
.widget-area:after {
	background: #fff;
}
.footer-widget-area {
	background: #424242;
}
.hero,
.site-footer {
	position: relative;
}
.site-footer {
	text-align: center;
}
.site-footer:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #313131;
}
.site-info {
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.site-info .sep {
	padding: 0.25em;
}

/*--------------------------------------------------------------
11.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	position: relative;
	/*z-index:0;*/
}
.archive .hentry,
.blog .hentry,
.grid-area .hentry,
.search .hentry {
	border-top: 3px solid transparent;
}
.archive .hentry:before,
.blog .hentry:before,
.grid-area .hentry:before,
.search .hentry:before {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #f7f7f7;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.archive .site-main > .format-standard.has-post-thumbnail,
.archive .site-main > .hentry:first-of-type,
.archive .site-main > .infinite-wrap > .format-standard.has-post-thumbnail,
.blog .site-main > .format-standard.has-post-thumbnail,
.blog .site-main > .hentry:first-of-type,
.blog .site-main > .infinite-wrap > .format-standard.has-post-thumbnail,
.grid-area .hentry.has-post-thumbnail,
.grid-area .hentry:first-of-type,
.search .site-main > .format-standard.has-post-thumbnail,
.search .site-main > .hentry:first-of-type,
.search .site-main > .infinite-wrap > .format-standard.has-post-thumbnail {
	padding-top: 0;
	border-top: 0;
}
.archive .site-main > .format-standard.has-post-thumbnail:before,
.archive .site-main > .hentry:first-of-type:before,
.archive .site-main > .infinite-wrap > .format-standard.has-post-thumbnail:before,
.blog .site-main > .format-standard.has-post-thumbnail:before,
.blog .site-main > .hentry:first-of-type:before,
.blog .site-main > .infinite-wrap > .format-standard.has-post-thumbnail:before,
.grid-area .hentry.has-post-thumbnail:before,
.grid-area .hentry:first-of-type:before,
.search .site-main > .format-standard.has-post-thumbnail:before,
.search .site-main > .hentry:first-of-type:before,
.search .site-main > .infinite-wrap > .format-standard.has-post-thumbnail:before {
	display: none;
}
.byline,
.updated:not(.published) {
	display: none;
}
.group-blog .byline {
	display: inline;
}
.page-header {
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	background: #f7f7f7;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.page-title {
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 2em;
}
.taxonomy-description {
	margin-bottom: -24px;
}

/* Post Thumbnail */
.post-thumbnail {
	display: block;
	margin-bottom: 24px;
	background: #f7f7f7;
	border-bottom: 0;
}
.post-thumbnail img {
	display: block;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus,
a.post-thumbnail:active {
	opacity: 0.75;
}
.grid-area .post-thumbnail,
.hero .post-thumbnail {
	background: transparent;
}
.grid-area .post-thumbnail img {
	margin-right: auto;
	margin-left: auto;
}

/* Page Links */
.page-links {
	clear: both;
	margin: 0 0 18px;
	color: #a8a8a8;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	display: inline-block;
	margin: 0 0 6px 8px;
}
.page-links > span:not(.page-links-title) {
	color: #424242;
}
.page-links a {
	border-bottom: 0;
	color: inherit;
}
.page-links a:hover,
.page-links a:focus,
.page-links a:active {
	color: #424242;
}

/* Entry Footer & Entry Meta */
.entry-footer,
.entry-meta {
	position: relative;
	margin-bottom: 24px;
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.entry-footer:before {
	content: '';
	display: block;
	margin-bottom: 0.5em;
	width: 24px;
	height: 3px;
	background: rgba(0, 0, 0, 0.11);
}
.entry-meta {
	/*/*font-family: SegoeUI, sans-serif;*/
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.entry-footer a,
.entry-meta a {
	color: inherit;
	border-bottom: 0;
}
.entry-footer a:hover,
.entry-footer a:focus,
.entry-footer a:active,
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #424242;
}
.entry-meta + .entry-title {
	margin-top: -24px;
}
.entry-footer span + span:before,
.entry-meta span + span:before {
	content: '\2044';
	margin-right: 0.25em;
}
.entry-footer span + span:before {
	margin: 0 0.5em;
}
.hero .entry-footer:before {
	background: rgba(0, 0, 0, 0.25);
}
.hero .entry-footer {
	color: rgba(255, 255, 255, 0.75);
}
.hero .entry-footer a:hover,
.hero .entry-footer a:focus,
.hero .entry-footer a:active {
	color: #fff;
}

/* More Link */
.more-link {
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.more-link .meta-nav {
	display: none;
}

/*--------------------------------------------------------------
11.2 Post Formats
--------------------------------------------------------------*/
.format-aside .entry-title,
.format-status .entry-title {
	display: none;
}
.format-link .entry-title a:after {
	content: '\f442';
	display: inline-block;
	width: 1em;
	height: 1em;
	color: #83c2bc;
	font-family: "Genericons";
	font-size: 1em;
	line-height: 1.5;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
11.3 Grid Page
--------------------------------------------------------------*/
.grid-area .entry-title {
	margin: 0 auto 16px;
	font-size: 1.5em;
	line-height: 1.5em;
}

/*--------------------------------------------------------------
11.4 Error 404
--------------------------------------------------------------*/
.error-404 {
	margin-bottom: 48px;
}
.error-404 .widget {
	padding-bottom: 0;
}
.error-404 h1 {
	font-size: 175px;
	text-align: center;
	font-weight: 500;
	color: #00acf0;
	}
.error-404 header {
	padding-top: 140px!important;
	padding-bottom: 84px;
	}
.error-404 h3,
.error-404 p{
	text-align:center;
}
.error-404 p {
	margin-bottom: 175px;
}

/*--------------------------------------------------------------
11.5 Comments
--------------------------------------------------------------*/
#comments #respond {
	margin: 0 0 24px;
}
.comment-list {
	list-style: none;
	margin: 0;
}
.comment-list .comment:before,
.comment-list .pingback:before {
	content: '';
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 24px;
	width: 100%;
	height: 3px;
	background: #f7f7f7;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.comment-list > .depth-1:first-of-type:before {
	display: none;
}
.comment-list .children {
	list-style: none;
}
.pingback .comment-body {
	padding-bottom: 24px;
}
.bypostauthor > .comment-body .fn {
	padding: 0 0.25em;
	background: #2abac9;
	color: #fff;
}
.bypostauthor > .comment-body .fn a {
	color: #fff;
}
.bypostauthor > .comment-body .fn a:hover,
.bypostauthor > .comment-body .fn a:focus,
.bypostauthor > .comment-body .fn a:active {
	color: rgba(255, 255, 255, 0.75);
}
.comments-title,
.comment-reply-title {
	margin: 0 auto 16px;
	font-size: 1.5em;
	line-height: 2em;
}
.comment-reply-title small {
	float: right;
}
.comment .reply {
	padding-bottom: 24px;
	/*/*font-family: SegoeUI, sans-serif;*/
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.comment .reply:empty {
	display: none;
}
.comment-meta {
	margin-bottom: 24px;
}
.comment-author .avatar {
	float: left;
	margin-right: 12px;
}
.no-comments {
	margin: 0 auto 16px;
	font-size: 1.5em;
	line-height: 2em;
}
.form-allowed-tags {
	font-size: 0.875em;
	line-height: 1.71429em;
}
.comment .says {
	display: none;
}
.comment .fn,
.no-comments {
	color: #424242;
	font-weight: bold;
}
.comment .fn a,
.comment-metadata a {
	color: inherit;
	border-bottom: 0;
}
.comment-metadata {
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.comment .fn a:hover,
.comment .fn a:focus,
.comment .fn a:active {
	color: #83c2bc;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active {
	color: #424242;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.1 Images
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions */
.wp-caption {
	padding: 12px;
	margin-bottom: 24px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -6px 0 18px;
}
.gallery .gallery-item {
	position: relative;
	float: left;
	padding: 13px;
	width: 100%;
	border: 6px solid #fff;
	z-index: 0;
}
.gallery .gallery-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid #e2e2e2;
	height: 100%;
	width: 100%;
}
.gallery .gallery-item .gallery-icon {
	text-align: center;
}
.gallery .gallery-item .gallery-icon img {
	display: inline-block;
	margin: 0 auto;
	height: auto;
}
.gallery .gallery-item + br {
	display: none;
}

/* Columns */
.gallery-columns-1 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-7 .gallery-item {
	float: none;
	width: 100%;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-8 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-9 .gallery-item {
	width: 33.33333%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n-2),
.gallery-columns-3 .gallery-item:nth-of-type(3n-3),
.gallery-columns-4 .gallery-item:nth-of-type(2n-2),
.gallery-columns-6 .gallery-item:nth-of-type(3n-3),
.gallery-columns-8 .gallery-item:nth-of-type(2n-2),
.gallery-columns-9 .gallery-item:nth-of-type(3n-3) {
	clear: right;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n-1),
.gallery-columns-3 .gallery-item:nth-of-type(3n-2),
.gallery-columns-4 .gallery-item:nth-of-type(2n-1),
.gallery-columns-6 .gallery-item:nth-of-type(3n-2),
.gallery-columns-8 .gallery-item:nth-of-type(2n-1),
.gallery-columns-9 .gallery-item:nth-of-type(3n-2) {
	clear: left;
}

/* Captions */
.gallery-caption,
.wp-caption-text {
	padding: 12px 0 0;
	text-align: center;
	font-size: 0.875em;
	line-height: 1.71429em;
}

/*--------------------------------------------------------------
12.3 Iframes
--------------------------------------------------------------*/
audio,
embed,
iframe,
object,
video,
.wp-audio-shortcode {
	display: block;
	margin-bottom: 24px;
	max-width: 100%;
}

/* VideoPress */
.video-player {
	margin: -5px 0 !important;
	height: auto !important;
}
.video-player object {
	margin-bottom: 0;
}

/* Playlists */
.site .wp-playlist {
	padding: 0;
	margin: 0 0 18px;
	border: 0;
}
.site .wp-playlist-tracks {
	margin-top: 12px;
}
.site .wp-playlist-current-item {
	margin-bottom: 12px;
	height: auto;
	color: #a8a8a8;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.0625em;
}
.site .wp-playlist-current-item img {
	display: none;
}
.site .wp-playlist-current-item .wp-playlist-caption {
	max-width: 100%;
}
.site .wp-playlist,
.site .wp-playlist-caption,
.site .wp-playlist-item-length,
.site .wp-playlist-item-title {
	font-size: inherit;
}
.site .wp-playlist a,
.site .wp-playlist-item {
	border-bottom: 0;
}
.site .wp-playlist-item {
	padding: 6px 0;
}
.site .wp-playlist-item-length {
	top: 6px;
	right: 0;
}
.site .wp-playlist,
.site .wp-playlist-light .wp-playlist-playing {
	background: transparent;
}
.site .wp-playlist,
.site .wp-playlist-light .wp-playlist-caption,
.site .wp-playlist-light .wp-playlist-item {
	color: inherit;
}
.site .wp-playlist-light .wp-playlist-playing {
	color: #83c2bc;
}
.site .footer-widget-area .wp-playlist-current-item {
	color: rgba(255, 255, 255, 0.375)
}
.site .footer-widget-area .wp-playlist-light .wp-playlist-playing {
	color: #fff;
}

/* Google Maps */
.googlemaps {
	margin-bottom: 24px;
}
.googlemaps br {
	display: none;
}
.googlemaps iframe {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
13.0 Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Contact Form
--------------------------------------------------------------*/
.hentry .contact-form label {
	margin-bottom: 0;
	font-weight: inherit;
}
.hentry .contact-form label.checkbox,
.hentry .contact-form label.radio {
	margin-bottom: 0;
	font-weight: inherit;
}
.hentry .contact-form label span {
	color: #d9321f;
}
.hentry .contact-form input[type="text"],
.hentry .contact-form input[type="email"],
.hentry .contact-form textarea {
	margin-bottom: 24px;
	width: 100%;
	max-width: 100%;
}
.hentry .contact-form div .clear-form:last-of-type {
	margin-bottom: 24px;
}
.contact-input{
    width:42%;
	float: left;
}
.contact-button {
	 text-align: center;
	 margin-top: 15px;   
	 clear: both;	
	}
.contact-textarea {
	float: right;
	width: 55%;
	}
.contact-textarea textarea {
    min-height:378px;
}
.contact-text {
	text-align: center; 
	color:#999;
}
.contact-required {color:red;}
/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/
.hentry .slideshow-window,
.hentry .tiled-gallery {
	margin: 0 0 24px;
}
.hentry .slideshow-window {
	background: #f7f7f7;
	border: 24px solid #f7f7f7;
}
.hentry .slideshow-slide img {
	vertical-align: top;
}
.hentry .slideshow-slide-caption {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-shadow: none;
}

/*--------------------------------------------------------------
13.3 Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer {
	z-index: 9999;
}
#infinite-footer .container {
	padding: 0;
	background: #2abac9;
	border: 0;
	color: #fff;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-info {
	padding: 6px 24px;
	border-top: 3px solid #fff;
	color: inherit;
	font-size: 0.875em;
	line-height: 1.71429em;
}
#infinite-footer .blog-credits a,
#infinite-footer .blog-info a {
	border-bottom-color: rgba(255, 255, 255, 0.25);
	color: #fff;
	font-size: inherit;
}
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-credits a:focus,
#infinite-footer .blog-credits a:active,
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-info a:focus,
#infinite-footer .blog-info a:active {
	border-bottom-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}
#infinite-handle {
	margin: 0 0 24px;
}
#infinite-handle span {
	display: inline-block;
	padding: 12px 24px;
	background: #2abac9;
	border: 0;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
#infinite-handle span:hover,
#infinite-handle span:focus,
#infinite-handle span:active {
	background: #424242;
	color: #fff;
}
.infinite-loader {
	height: 48px;
}
.spinner {
	top: 50% !important;
	left: 0 !important;
}

/*--------------------------------------------------------------
13.4 Sharedaddy
--------------------------------------------------------------*/
/* Title */
div.sharedaddy h3.sd-title:before {
	display: none !important;
}
.jp-relatedposts-headline,
.sd-title {
	margin-bottom: 0;
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.jp-relatedposts-headline em {
	font-style: normal;
}

/* Ratings */
.pd-rating {
	margin-bottom: 24px;
}
.pd-rating div[id^="rating_info"],
.pd-rating .rating-icons {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Related Posts */
.jp-relatedposts-post-context {
	display: block;
	color: #a8a8a8;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.jp-relatedposts-items-visual .jp-relatedposts-post {
	position: relative;
	padding-top: 24px;
	border-top: 3px solid transparent;
}
.jp-relatedposts-items-visual .jp-relatedposts-post:before {
	content: '';
	position: absolute;
	top: -3px;
	width: 100%;
	height: 3px;
	background: #f7f7f7;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.jp-relatedposts-items-visual .jp-relatedposts-post:first-of-type {
	padding-top: 0;
	border-top: 0;
}
.jp-relatedposts-items-visual .jp-relatedposts-post:first-of-type:before {
	display: none;
}
.jp-relatedposts-items-visual .jp-relatedposts-post > .jp-relatedposts-post-a {
	display: none;
}
.jp-relatedposts-post-excerpt {
	margin-bottom: 0;
}

/* Social */
.sd-social {
	margin-bottom: 18px;
}
.sd-social ul,
.sharedaddy .sd-content ul {
	margin: 0 0 6px !important;
}
.sd-social.sd-social-icon li {
	margin-right: 6px !important;
	padding: 0;
	width: 36px;
	height: 36px;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: top;
}
.sd-social.sd-social-icon a {
	font-size: inherit !important;
	top: 0 !important;
}
.sd-social.sd-social-icon a:before {
	line-height: 36px !important;
}
.sd-social.sd-social-icon a {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	background: transparent !important;
	border-bottom: 0;
	color: transparent;
	opacity: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.hero .entry-content .sd-social.sd-social-icon a {
	color: transparent;
}
.sd-social.sd-social-icon a:before,
.hero .sd-social.sd-social-icon .sharing-hidden a:before {
	background: #2abac9;
	color: #fff;
}
.sd-social.sd-social-icon a:hover:before,
.hero .sd-social.sd-social-icon .sharing-hidden a:hover:before {
	background: #424242;
}
.hero .sd-social.sd-social-icon a:before {
	background: #fff;
	color: #2abac9;
}
.hero .sd-social.sd-social-icon a:hover:before {
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
}
.share-end {
	display: none;
}
.sharedaddy .sd-social.sd-social-icon a:before {
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	top: 0;
}
.sharedaddy .sd-social.sd-social-icon .share-more {
	border: 0 !important;
	box-shadow: none !important;
	line-height: 36px;
}
.sharedaddy .sd-social.sd-social-icon .share-more > span {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.sd-social.sd-social-icon .sharing-hidden .inner {
	margin-left: -9px;
}
.sharing_cancel {
	border-bottom: 0;
}

/* Admin Bar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}
#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

/* Gravatar Like */
#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}
#likes-other-gravatars * {
	line-height: normal;
}
#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}
#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}
#likes-other-gravatars li::before {
	content: "";
}
#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}
#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}
#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}
#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

/*--------------------------------------------------------------
13.5 Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-area {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 24px;
	margin-bottom: -24px;
	background: #424242;
	font-size: 0.875em;
	line-height: 1.71429em;
}
.breadcrumb-area a {
	border-bottom: 0;
	position: relative;
	margin-right: 20px;
	color: rgba(255, 255, 255, 0.75);
}
.breadcrumb-area a:hover,
.breadcrumb-area a:focus,
.breadcrumb-area a:active {
	color: #fff;
}
.entry-breadcrumbs a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(255, 255, 255, 0.75);
	cursor: default;
}

/*--------------------------------------------------------------
13.6 Responsive Videos
--------------------------------------------------------------*/
.jetpack-video-wrapper {
	margin: 0 0 24px;
}

/*--------------------------------------------------------------
13.7 Testimonials
--------------------------------------------------------------*/
.post-type-archive-jetpack-testimonial .site-main .paging-navigation {
	padding-right: 12px;
	padding-left: 12px;
	margin: 0;
}
.jetpack-testimonial br,
.jetpack-testimonial #jp-post-flair,
.jetpack-testimonial .pd-rating {
	display: none !important;
}
.testimonial-entry-title {
	color: #424242;
	font-weight: bold;
}
.post-type-archive-jetpack-testimonial .testimonial-entry-title:before,
.single-jetpack-testimonial .testimonial-entry-title:before {
	content: '\2015';
	margin-right: 0.25em;
}
.testimonial-featured-image {
	display: block;
	border: 0;
	overflow: hidden;
}
.testimonial-featured-image,
.testimonial-featured-image img {
	width: 48px;
	min-width: 48px;
	height: 48px;
	min-height: 48px;
}
.jetpack-testimonial,
.jetpack-testimonial-shortcode .testimonial-entry {
	padding-bottom: 12px;
	margin-bottom: 0;
}
.jetpack-testimonial .testimonial-entry-content,
.jetpack-testimonial .testimonial-featured-image,
.jetpack-testimonial .testimonial-entry-title,
.testimonial-entry .testimonial-entry-content,
.testimonial-entry .testimonial-featured-image,
.testimonial-entry .testimonial-entry-title {
	display: block;
	margin: 0 0 12px;
}
.jetpack-testimonial .testimonial-entry-content * {
	margin-bottom: 0;
}
.jetpack-testimonial .testimonial-entry-content,
.testimonial-entry .testimonial-entry-content {
	border-left: 3px solid rgba(0, 0, 0, 0.03);
	padding-left: 24px;
}

/*--------------------------------------------------------------
14.0 Extra CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Transition
--------------------------------------------------------------*/
a,
button,
ul[id^="menu-social"] a:before,
input,
select,
textarea,
#infinite-handle span,
.main-navigation .menu-item-has-children > a:after,
.sd-social a:before,
.search-form:before,
.site-description {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition:    all 250ms ease-in-out;
	transition:         all 250ms ease-in-out;
}

/*--------------------------------------------------------------
14.2 Border Radius
--------------------------------------------------------------*/
a.button,
a.button-minimal,
button,
#infinite-handle span,
input,
select,
textarea,
.hentry .slideshow-window {
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
}
input.search-submit,
.search-form:before {
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}
.comment-author .avatar,
.sd-social a:before,
.testimonial-featured-image {
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}

/*--------------------------------------------------------------
15.0 Social Icons
--------------------------------------------------------------*/
ul[id^="menu-social"] a:before,
.sd-social a:before {
	content: '\f415';
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: Genericons;
	font-size: 1em;
	line-height: 1;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul[id^="menu-social"]  a[href*='wordpress.org']:before,
ul[id^="menu-social"]  a[href*='wordpress.com']:before,
.sd-social a.share-press-this:before {
    content: '\f205';
}
ul[id^="menu-social"]  a[href*='facebook.com']:before,
.sd-social a.share-facebook:before {
    content: '\f204';
}
ul[id^="menu-social"]  a[href*='twitter.com']:before,
.sd-social a.share-twitter:before {
    content: '\f202';
}
ul[id^="menu-social"]  a[href*='dribbble.com']:before {
    content: '\f201';
}
ul[id^="menu-social"]  a[href*='plus.google.com']:before,
.sd-social a.share-google-plus-1:before {
    content: '\f206';
}
ul[id^="menu-social"]  a[href*='pinterest.com']:before,
.sd-social a.share-pinterest:before {
    content: '\f209';
}
ul[id^="menu-social"]  a[href*='github.com']:before {
    content: '\f200';
}
ul[id^="menu-social"]  a[href*='tumblr.com']:before,
.sd-social a.share-tumblr:before {
    content: '\f214';
}
ul[id^="menu-social"]  a[href*='youtube.com']:before {
    content: '\f213';
}
ul[id^="menu-social"]  a[href*='flickr.com']:before {
    content: '\f211';
}
ul[id^="menu-social"]  a[href*='vimeo.com']:before {
    content: '\f212';
}
ul[id^="menu-social"]  a[href*='instagram.com']:before {
    content: '\f215';
}
ul[id^="menu-social"]  a[href*='codepen.io']:before {
    content: '\f216';
}
ul[id^="menu-social"]  a[href*='linkedin.com']:before,
.sd-social a.share-linkedin:before {
    content: '\f207';
}
ul[id^="menu-social"]  a[href*='foursquare.com']:before {
    content: '\f226';
}
ul[id^="menu-social"]  a[href*='reddit.com']:before,
.sd-social a.share-reddit:before {
    content: '\f222';
}
ul[id^="menu-social"]  a[href*='digg.com']:before {
    content: '\f221';
}
ul[id^="menu-social"]  a[href*='getpocket.com']:before,
.sd-social a.share-pocket:before {
    content: '\f224';
}
ul[id^="menu-social"]  a[href*='path.com']:before {
    content: '\f219';
}
ul[id^="menu-social"]  a[href*='stumbleupon.com']:before,
.sd-social a.share-stumbleupon:before {
    content: '\f223';
}
ul[id^="menu-social"]  a[href*='spotify.com']:before {
    content: '\f515';
}
ul[id^="menu-social"]  a[href*='twitch.tv']:before {
    content: '\f516';
}
ul[id^="menu-social"]  a[href*='dropbox.com']:before {
    content: '\f225';
}
ul[id^="menu-social"]  a[href*='/feed']:before {
    content: '\f413';
}
ul[id^="menu-social"]  a[href*='skype']:before {
    content: '\f220';
}
ul[id^="menu-social"]  a[href*='mailto']:before,
.sd-social a.share-email:before {
    content: '\f410';
}
ul[id^="menu-social"] a[href*="polldaddy.com"]:before {
	content: '\f217';
}
.sd-social a.share-print:before {
	content: '\f469';
}
/*New version*/
.presentetion {
    text-align: right;
}
.demo {
	padding-left: 10px! important;
    }
.video-popup .close {
    top: 20px! important;
    right: -40px! important;
    margin-top:-40px! important;
}
.video-popup .modal-body {
	padding: 0px! important;
}
.presentation-button,
.demo-button {
	min-width: 230px;
	height: 50px;
	border-radius: 3px;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.demo-button{
	background: #3cb888!important;
	margin-top:0px;
	}
.demo-button:hover,
.demo-button:focus,
.demo-button:active,
.presentation-button:hover,
.presentation-button:focus,
.presentation-button:active{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.47);
}
a > button.demo-button {
	color: #080b2e!important;
	border-bottom:none;
	font-size: 18px;
	font-weight:400;
	}
.presentation-button {
	background:#c4d6e2!important;    
	margin-top:0px;
	}
a > button.presentation-button {
	color: #10143d!important;
	font-size: 18px;
	font-weight:400;
	}
.main-content h2{
	font-size: 48px;
	line-height: 60px;
	padding-bottom: 33px;
}
.main-content p {
	font-size: 24px;
	font-weight:300;
	line-height: 38px;
	padding-bottom: 30px;
}
.main-content a{
	border-bottom: none;
	font-size: 24px;
}
.main-content a:hover,
.main-content a:focus,
.main-content a:active {
	color:#10143d!important;
	border-bottom: 1px solid #10143d!important;
}
/*New header style*/

.info_above_menu {
    position: relative;
    float: left;
    width: 80%;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    color: #999;
}
.textfield, .telephone, .email {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	height: 40px;
	color: #333333;
	white-space: nowrap;
	line-height: 40px;
	font-size: 12px !important;
	color: #fff;
	display: initial;
	margin-right: 0;
	font-weight: 500 !important;
	padding: 10px;
	float: left;
	width: auto;
	text-align: left;
	}
.wrapper-header {
	border-bottom: 1px solid #f2f2f2;
	}
.info_above_menu i {
    margin-right: 6px !important;
}
.email a{
	border-bottom: none;
	color: #0a0a0a;
	font-weight: 400;
	text-decoration: none;
	font-size: 12px;
	}
.email a:focus,
.email a:hover {
	background: transparent;
	color: rgba(0, 0, 0, 0.4);
	border-bottom-color: rgba(0, 0, 0, 0.25);
		}
.slider-ref {
	border-bottom:1px solid #fff !important;
	color:#fff !important;
	}
.slider3-ref {
	border-bottom:1px solid #0a0a0a !important;
	color:#0a0a0a!important;
	}
.slider-ref,.slider3-ref{
	padding-bottom: 2px !important;
	font-size: 20px!important;
	font-weight: 300;
	}
/*Header fixed*/
.site-header.fixed {
        position: fixed;
	top: 0;
	width: 100%;
        z-index:10;
}
.site-header.fixed #menu-item-7635 a {
        background:#056489!important;
	color:#fff;
	padding:10px 15px!important;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
}
.site-header.fixed #menu-item-7635 a:hover {
   	background:#fff!important;
    	transition:0.3s;
        color:#056489;
        border-bottom:none!important;
}
.site-branding,
.main-navigation {padding:50px;}
/*IT-admin*/
#menu-item-8283 a,
#menu-item-10885,
#menu-item-8289 a,
#menu-item-10886{
    line-height:40px;
    display: block;
}
#menu-item-8284 a{
	line-height:40px;
}
.arrow-visible a{
   padding-right: 2px!important;
   display: inline-block!important;
}
.widget_nav_menu li:hover a {
	color: #666;
	}
.widget_nav_menu li.active-menu:hover a {
	color: #fff;
	}
.vc_col-sm-9 {
    border-left:3px solid #f2f2f2;
}
.widget li a {
    font-size: 100%;
    line-height: 160%;
    color:#10143d;
    border-bottom: none!important;
    padding-left: 5px;
}
.widget ul {
    margin-bottom:0!important;
}
.widget_nav_menu li {
    padding:0!important;
}
.modal {
    z-index:1050! important;
}
.modal-header {
    border-bottom:none;
    padding: 0px;
}
.modal-dialog {
    padding-top:0px;
}
.modal-header .close {
	padding: 2px 0 2px 3px;
	background:transparent; 
	margin-top: -20px;
    top: -15px;
    right: -35px;
	}
.meny-toggle {
    display:block!important;
}
.help { 
	cursor: pointer;
	}
.title-custom {
    font-size:18px;
}
.active-menu a{
	 color:#fff!important;
	}
.active-menu {
	background-color: #1f497d;
	}
#menu-item-10576 a,
#menu-item-10577 a,
#menu-item-10578 a,
#menu-item-10579 a {
	color: #10143d!important;	
	font-size: 15px!important;
	}
#menu-item-10576.active-menu,
#menu-item-10577.active-menu,
#menu-item-10578.active-menu,
#menu-item-10579.active-menu{
	background-color:inherit!important;	
	}
.vc_col-sm-3 > .vc_column-inner {padding-right: 0px!important;}

.site-branding,
.main-navigation {padding:50px;}
.site-branding {margin:0;}
#it-admin-side-right h3,
#user-side-right h3{
	margin-top:0;
}
#it-admin-side-right p,
#user-side-right p,
#it-admin-side-right li
#user-side-right li{
	line-height:30px;
}
#user-side-right a{
	border-bottom:none;
}
.it-admin-width,
.user-width{
	padding: 0 5% 5%;
	font-size: 100%;
	line-height: 160%;	
}
.it-admin-width p,
.user-width p{
	font-size: 100%;
    line-height: 160%;
	}	
.acordeon-history-version .vc_tta-panel.vc_active span {
	color: #10143d!important;
    font-weight: 400;
}
.acordeon-history-version .vc_tta-panel:hover a{
	color: #10143d!important;
}
#it-admin-side-right li.selected {
    font-weight: 700;
    border-left: 3px solid #10143d;
    padding-left: 4px;    
}
#it-admin-side-right li.selected a {
    font-weight:600;
}
#it-admin-side-right li {
    padding-left: 7px;      
}
#it-admin-side-right a{
    border-bottom:none;
}
/*Price page*/
.menu-item-9690{
	visibility: hidden;
}
.menu-item-9905{
	visibility: hidden;
}
.calculator {
	min-height:500px;
}
.calculator span {
	white-space:normal;
	font-weight:300;
	line-height:30px;
}
.calculator #calculator-input{text-align:center;}
#calculator-input input{
	border-radius: 0px; 
	border: 1px solid #139a66;
	width:40%;
	padding: 5px 10px;
	margin: 20px 0!important;
	margin-right: 5px !important;
	font-size:17px;
}
.calculator #foruser,
.calculator #month,
.calculator #year,
.calculator a{
    line-height: 35px;
	font-size:18px;
}
.calculator #foruser {
	color:#139a66;
}
.calculator #year {
	font-weight:600;
}
.calculator #test-period {
	background: #cddfeb;
	border:1px solid #fff;
	margin-top:30px!important;
	border-radius: 0px;
	text-transform: none;
	padding: 5px 10px;
	font-size: 15px;
	color: #000;
	font-weight: 300;
}
#calculator-input select {
	border-radius: 0px;
	border: 1px solid #139a66;
	width: 40%;
	padding: 5px 10px;
	margin: 0 5px 20px 0 !important;
}
/*User*/
#funkcional-title-1{
    margin-right: 80px;}
#funkcional-title-2{
	margin-right: 40px;
	margin-left: 40px;}
#funkcional-title-3 {
	margin-right: 0px;
	margin-left: 80px;
	}
#funkcional-list-1 {
   padding-left:60px;    
   }
#funkcional-list-2 {
  padding-left:100px;    
}
#otchety-list {
	padding-right: 80px;
	padding-left: 80px;
	}
#otchety-list a{
    font-size:24px;
    font-weight: 200;
    line-height: 48px;
    }
#otchety-list img {
    vertical-align:text-bottom;
    padding-right: 25px;
    }
#otchety-button a{
    font-size:18px;
}
#otchety-button button{
   background:#3cb888;
   font-weight: normal;
   color:#000;
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 48px;
}
#otchety-button button:hover,
#otchety-button button:focus,
#otchety-button button:active{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.47);
}
#funkcional,
#otchety,
#fullpage{
	padding: 15px 50px;
}
.funkcional-title {
    background:#89c874;
    padding: 5px 20px;
    font-weight:600;
}
.funkcional-block ul{margin-top:30px;}
.funkcional-block ul li{line-height:40px;}
/*It admin side fix*/
#it-admin-side-menu.fixed,
#it-admin-side-right.fixed,
#user-side-menu.fixed,
#user-side-right.fixed{
	position: fixed;
	top:10px;
	}
#otchety-list a{
    font-size:24px;
    font-weight: 200;
    line-height: 48px;
}
/*--------------------------------------------------------------
16.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.0 x >= 0px
--------------------------------------------------------------*/
@media screen and (min-width: 0px) {
	/* Navigation */

.main-navigation a {color:#10143d;}
		/* Header */
.img-front-page-left{
	visibility:	hidden;
	}
.img-front-page-right{
	visibility:	hidden;
	}
	/*.vc_tta-container{display:none;}*/
.lang-switch{margin-right:0px;}
.site-branding a {
	position: relative; 
    z-index: 11; 
    border-bottom: none;
         }
.main-navigation a:hover {
	background-color: #e5e5e5;}
.menu-uslugi {
	cursor:pointer;	
        }
.menu-uslugi {display: none;}
.widget {
	padding-bottom: 24px;
	}
.main-image img{
    width:90%;
	}
}
/*--------------------------------------------------------------
16.1 x >= 600px
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {

	/* Main Navigation */

.main-navigation a {color:#10143d;}
.sub-menu.toggle-on a {
	padding-left: 48px;
	}
.sub-menu.toggle-on .sub-menu.toggle-on a {
	padding-left: 72px;
	}
.sub-menu.toggle-on .sub-menu.toggle-on .sub-menu.toggle-on a {
	padding-left: 96px;
	}
.sub-menu.toggle-on .sub-menu.toggle-on .sub-menu.toggle-on .sub-menu.toggle-on a {
	padding-left: 120px;
	}
.dropdown-toggle {
	right: 24px;
	}
.lang-switch{margin-right:0px;}
	/* Header */
.img-front-page-left{
	visibility:	hidden;
	}
.img-front-page-right{
	visibility:	hidden;
	}
.vc_tta-container{display:inline;}
	/* Paddings */
body:not(.full-width-layout) .content-area,
body.full-width-layout .content-area .wrapper,
	.archive .hentry:before,
	.blog .hentry:before,
	.comment-list .comment:before,
	.comment-list .pingback:before,
	.footer-widget-area .widget:before,
	.footer-widget-area .wrapper,
	.front-page-block,
	.grid-area .hentry:before,
	.hero,
	.jp-relatedposts-items-visual .jp-relatedposts-post:before,
	.main-navigation a,
	.page-header,
	.search .hentry:before,
	.site-header .wrapper,
	.site-info,
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation,
	.widget-area .widget {
		padding-right: 24px;
		padding-left: 24px;
	}

	/* Margins */
	.archive .hentry:before,
	.blog .hentry:before,
	.comment-list .comment:before,
	.comment-list .pingback:before,
	.footer-widget-area .widget:before,
	.grid-area .hentry:before,
	.jp-relatedposts-items-visual .jp-relatedposts-post:before,
	.page-header,
	.post-thumbnail,
	.search .hentry:before,
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation {
		margin-left: -24px;
	}

	/* Blocks */
.site-logo {
		max-height: 96px;
	}

	/* Jetpack */
.post-type-archive-jetpack-testimonial .site-main .paging-navigation {
		padding-right: 24px;
		padding-left: 24px;
	}
.textfield, .telephone, .email {height:40px;}
}
/*--------------------------------------------------------------
16.2 x >= 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {

	/* Main Navigation */
.dropdown-toggle {
		right: 0;
	}
.main-navigation .dropdown-link {
		padding-right: 30px;
	}
.main-navigation a {color:#10143d;}
.lang-switch{margin-right:0px;}
	/* Header */
.img-front-page-left{
	visibility:	hidden;
	}
.img-front-page-right{
	visibility:	hidden;
	}
	/* Paddings */
.footer-widget-area .widget {
		padding-top: 51px;
	}
	body:not(.full-width-layout) .content-area,
	.archive .hentry,
	.blog .hentry,
	.grid-area .hentry,
	.extra-spacing .entry-content,
	.footer-widget-area,
	.front-page-block,
	.grid-area,
	.search .hentry,
	.widget-area,
	.widget-area .widget {
		padding-top: 48px;
	}
	.extra-spacing .entry-header + .entry-content,
	.extra-spacing .grid-area .entry-header {
		padding-top: 0;
	}
	.comment-respond,
	.front-page-block,
	.no-comments,
	.no-results,
	.widget {
		padding-bottom: 24px;
	}
	body:not(.full-width-layout) .content-area,
	body:not(.full-width-layout) .site-content,
	body.full-width-layout .content-area .wrapper,
	.footer-widget-area .wrapper,
	.hero,
	.front-page-block,
	.menu-footer,
	.site-header .wrapper,
	.site-info,
	.wrapper {
		padding-right: 0;
		padding-left: 0;
	}

	/* Margins */
	.comment-list + .comment-respond,
	.site-main .comment-navigation {
		margin-top: 24px;
	}
	.page-header,
	.single .post-thumbnail {
		margin-top: -48px;
	}
	#comments #respond,
	.infinite-loader,
	.page-header,
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation {
		margin-bottom: 48px;
	}
	.hero .hentry {
		margin-bottom: 0;
	}
	body:not(.full-width-layout) .site-content,
	.front-page-block .hentry,
	.main-navigation .nav-menu,
	.menu-footer,
	.site-header .wrapper,
	.site-info,
	.widget-area,
	.wrapper {
		margin-right: auto;
		margin-left: auto;
	}
	.footer-widget-area .widget,
	.grid-area .hentry {
		margin-right: 0;
		margin-left: 0;
	}

	/* Widths */
	.post-thumbnail,
	.widget-area {
		width: 768px;
	}
	body:not(.full-width-layout) .content-area,
	.footer-widget-area .widget,
	.front-page-block .hentry,
	.grid-area .hentry,
	.main-navigation .nav-menu,
	.menu-footer,
	.site-header .wrapper,
	.site-info,
	.wrapper {
		width: 720px;
	}

	/* Blocks */
	.site-logo {
		max-height: 144px;
	}

	/* Media */
	.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		float: left;
		width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		width: 16.66667%;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(2n-2),
	.gallery-columns-4 .gallery-item:nth-of-type(2n-1),
	.gallery-columns-6 .gallery-item:nth-of-type(3n-3),
	.gallery-columns-6 .gallery-item:nth-of-type(3n-2) {
		clear: none;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n-4),
	.gallery-columns-5 .gallery-item:nth-of-type(5n-5),
	.gallery-columns-6 .gallery-item:nth-of-type(6n-6) {
		clear: right;
	}
	.gallery-columns-4 .gallery-item:nth-of-type(4n-3),
	.gallery-columns-5 .gallery-item:nth-of-type(5n-4),
	.gallery-columns-6 .gallery-item:nth-of-type(6n-5) {
		clear: left;
	}

	/* Jetpack */
	.post-type-archive-jetpack-testimonial .site-main .paging-navigation {
		padding-right: 0;
		padding-left: 0;
	}
	.post-type-archive-jetpack-testimonial .site-main .paging-navigation .nav-links {
		width: 720px;
		margin: 0 auto;
	}
    .modal-dialog {
		width:450px;
	}
	.office-number {text-align:center;}
}

/*--------------------------------------------------------------
16.3 x >= 1020px
--------------------------------------------------------------*/
@media screen and (min-width: 1020px) {

/* Main Navigation */
.main-navigation ul {
	padding-left: 0;
	text-align: center;
	}
.main-navigation li {
	display: inline-block;
	position: relative;
	padding: 0 18px;
	margin-right: -4px;
	}
.main-navigation a {
	display: block;
	padding: 10px 0 3px;
	background: transparent;
	border-bottom: 1px solid transparent;
	color: #10143d;
	}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	background: transparent;
	border-bottom-color: #10143d;
	color:#667;
	}
.site-branding > a:hover,
.site-branding > a:focus,
.site-branding > a:active {
	background: transparent;
	color: rgba(0, 0, 0, 0.4);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	}
.main-navigation li:not(.menu-item-has-children):not(.current_page_item):not(.current-menu-item) a:hover,
.main-navigation li:not(.menu-item-has-children):not(.current_page_item):not(.current-menu-item) a:focus,
.main-navigation li:not(.menu-item-has-children):not(.current_page_item):not(.current-menu-item) a:active {
	border-bottom-color: #10143d;
	}
.main-navigation .menu-item-has-children > a {
	position: relative;
	padding-right: 20px;
	}
.main-navigation .menu-item-has-children > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 70%;
	right: 0;
	margin-top: -2px;
	border-top: 4px solid #10143d;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	}
.main-navigation ul ul .menu-item-has-children > a {
	padding-right: 40px;
	}
.main-navigation ul ul .menu-item-has-children > a:before {
	right: 24px;
	margin-top: -4px;
	border-top-color: transparent;
	border-right: 0;
	border-bottom: 4px solid transparent;
	border-left-color: rgba(255, 255, 255, 0.5);
	}
.main-navigation ul ul .menu-item-has-children:hover > a:before {
	border-top-color: transparent;
	border-left-color: #fff;
	}
.main-navigation ul li:hover > ul {
	display: block;
	left: auto;
	}
.main-navigation ul ul li:hover > ul {
	left: 100%;
	}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	z-index: 99999;
	text-align: left;
	}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	padding-left: 12px;
	}
.main-navigation ul ul a {
	padding: 12px 12px 0px 0px;
	width: 200px;
	border-bottom: 0;
	line-height: 30px;
	}
.main-navigation ul ul a:hover {
		border-bottom-color: #10143d;
	}
.main-navigation ul ul li {
	padding: 0;
	margin-right: 0;
	background: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
.main-navigation ul ul li:last-child {
	border-bottom: 0;
	}
.main-navigation .nav-menu {
	display: block;
	}
.menu-primary {
	position: relative;
	background: transparent;
	}
	/* Menu toggle */
.menu-toggle {
	display: none;
	}
.lang-switch {line-height: 40px;}
	/* Header */
.img-front-page-left{
	visibility:hidden;
	}
.img-front-page-right{
	visibility:hidden;
	}
	/* Paddings */
	body:not(.full-width-layout) .content-area,
	.archive .hentry,
	.blog .hentry,
	.extra-spacing .entry-content,
	.footer-widget-area,
	.front-page-block,
	.grid-area,
	.search .hentry,
	.widget-area {
		padding-top: 72px;
	}
	.widget-area .widget {
		padding-top: 36px;
	}
	.footer-widget-area .widget,
	.grid-area .hentry {
		padding-top: 0;
	}
	.no-comments {
		padding-bottom: 48px;
	}
	.footer-widget-area,
	.widget-area {
		padding-bottom: 36px;
	}
	.comment-respond
	/* .hero */ {
		padding-bottom: 24px;
	}
	.widget {
		padding-bottom: 12px;
	}
	.front-page-block {
		padding-bottom: 0;
	}
	.hero,
	.site-header .wrapper {
		padding-right: auto;
		padding-left: auto;
	}
	body:not(.full-width-layout) .site-content,
	body.full-width-layout .content-area .wrapper,
	.front-page-block .hentry,
	.menu-footer,
	.site-header .wrapper,
	.site-info,
	.wrapper {
		padding-right: 72px;
		padding-left: 72px;
	}
	body[class*="grid-page"] .grid-area .wrapper,
	body.post-type-archive-jetpack-testimonial .grid-area .wrapper,
	.archive .hentry:before,
	.blog .hentry:before,
	.comment-list .comment:before,
	.comment-list .pingback:before,
	.footer-widget-area .wrapper,
	.jp-relatedposts-items-visual .jp-relatedposts-post:before,
	.page-header,
	.search .hentry:before,
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation,
	.widget-area .widget {
		padding-right: 36px;
		padding-left: 36px;
	}

	/* Margins */
	.comment-list + .comment-respond,
	.site-main .comment-navigation {
		margin-top: 48px;
	}
	.page-header,
	.single .post-thumbnail {
		margin-top: 0;
	}
	#comments #respond,
	.infinite-loader,
	.page-header,
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation {
		margin-bottom: 72px;
	}
	.hero .post-thumbnail {
		margin-bottom: 24px;
	}
	body:not(.full-width-layout) .site-content,
	.front-page-block .hentry,
	.menu-footer,
	.no-sidebar .content-area,
	.site-header .wrapper,
	.site-info,
	.wrapper {
		margin-right: auto;
		margin-left: auto;
	}
	.footer-widget-area .widget,
	.grid-area .hentry {
		margin-right: 36px;
		margin-left: 36px;
	}
	.error-404-widgets .widget {
		margin-right: 72px;
	}
	.widget-area {
		margin-right: -36px;
	}
	.error-404-widgets .widget:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.archive .hentry:before,
	.blog .hentry:before,
	.hentry:not(.page) .post-thumbnail,
	.jp-relatedposts-items-visual .jp-relatedposts-post:before,
	.search .hentry:before,
	.site-main .comment-navigation,
	.site-main .paging-navigation,
	.site-main .post-navigation {
		margin-left: -36px;
	}
	body:not(.full-width-layout):not(.no-sidebar) .content-area,
	.grid-area .post-thumbnail,
	.hero .post-thumbnail {
		margin-left: 0;
	}

	/* Floats */
	body:not(.full-width-layout):not(.no-sidebar) .content-area,
	.error-404-widgets .widget,
	.footer-widget-area .widget,
	.grid-area .hentry,
	.hero .has-post-thumbnail .entry-written-content {
		float: left;
	}
	.hero .post-thumbnail,
	.widget-area {
		float: right;
	}
	.footer-widget-area .widget:nth-of-type(3n+1),
	.grid-area .hentry:nth-of-type(3n+1) {
		clear: left;
	}

	/* Widths */
	body:not(.full-width-layout) .site-content,
	body.full-width-layout .content-area .wrapper,
	.front-page-block .hentry,
	.menu-footer,
	.site-header .wrapper,
	.site-info,
	.wrapper {
		width: 1020px;
	}
	.hentry:not(.page) .post-thumbnail {
		width: 632px;
	}
	body:not(.full-width-layout) .content-area {
		width: 560px;
	}
	.hero .has-post-thumbnail .entry-written-content,
	.hero .post-thumbnail {
		width: 402px;
	}
	.widget-area,
	.widget-area:before {
		width: 316px;
	}
	.error-404-widgets .widget,
	.footer-widget-area .widget,
	.grid-area .hentry {
		width: 244px;
	}
	.main-navigation .nav-menu {
		width: auto;
                text-align:right;
	}

	/* Layout */
	.front-page-block .hentry,
	.menu-footer,
	body:not(.full-width-layout) .site-content,
	.site-header .wrapper,
	.site-info,
	.wrapper {
		position: relative;
	}
	body:not(.full-width-layout):not(.no-sidebar) .site-header,
	body:not(.full-width-layout):not(.no-sidebar) .site-content {
		border-bottom: 3px solid #fff;
	}
	.widget-area:after,
	.widget-area:before {
	   content: '';
	   position: absolute;
	   top: 0;
	   z-index: -1;
	   height: 100%;
	}
	.widget-area:after {
	   z-index: 1;
	   width: 3px;
	}
	.footer-widget-area .widget:before,
	.grid-area .hentry:before {
		display: none;
	}
	.site .footer-navigation,
	.site .site-footer {
		background: #424242!important;
	}
	.footer-widget-area + .footer-navigation {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	/* Blocks */
	.menu-left .main-navigation {
		float: left;
		clear: left;
	}
	body:not(.menu-left) .site-branding {
		padding-right: 72px;
	}
	.site-logo {
		max-width: 402px;
	}

	/* Content */
	.grid-area .post-thumbnail {
		width: 100%;
	}

	/* Media */
	.gallery-columns-7 .gallery-item {
		float: left;
		width: 14.28571%;
	}
	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		width: 11.11111%;
	}
	.gallery-columns-8 .gallery-item:nth-of-type(2n-2),
	.gallery-columns-8 .gallery-item:nth-of-type(2n-1),
	.gallery-columns-9 .gallery-item:nth-of-type(3n-3),
	.gallery-columns-9 .gallery-item:nth-of-type(3n-2) {
		clear: none;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n-7),
	.gallery-columns-8 .gallery-item:nth-of-type(8n-8),
	.gallery-columns-9 .gallery-item:nth-of-type(9n-9) {
		clear: right;
	}
	.gallery-columns-7 .gallery-item:nth-of-type(7n-6),
	.gallery-columns-8 .gallery-item:nth-of-type(8n-7),
	.gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
		clear: left;
	}

	/* Jetpack */
	.jp-relatedposts-items-visual .jp-relatedposts-post > .jp-relatedposts-post-a {
		display: block;
		margin-bottom: 24px;
		max-width: 50%;
		border-bottom: 0;
	}
	.jp-relatedposts-items-visual .jp-relatedposts-post > .jp-relatedposts-post-a:hover,
	.jp-relatedposts-items-visual .jp-relatedposts-post > .jp-relatedposts-post-a:focus,
	.jp-relatedposts-items-visual .jp-relatedposts-post > .jp-relatedposts-post-a:active {
		opacity: 0.75;
	}
	.post-type-archive-jetpack-testimonial .site-main .paging-navigation .nav-links {
		width: 876px;
	}

	/* Extra CSS: Columns */
	[class^="column-1-"] {
		float: left;
		margin-right: 72px;
		margin-bottom: 24px;
	}
	[class^="column-1-"] > :last-child {
		margin-bottom: 0;
	}
	.column-1-2,
	.full-width-layout .column-1-3 {
		width: 244px;
	}
	.full-width-layout .column-1-2 {
		width: 402px;
	}
	body:not(.full-width-layout) .column-1-3 {
		float: none;
		margin-right: 0;
	}
	.last-column {
		margin-right: 0;
	}
	.last-column + * {
		clear: left;
	}

	.header-shadow{
	background: url(header-shadow.png) no-repeat top center;
	width: 90%;
        margin-top: 108px;
	position: absolute;
	float: left;
	height: 40px;
	}
    h1 {
    margin-top:30px;
	margin-bottom: 30px;	
    }
}
/*--------------------------------------------------------------
16.4 x >= 1230
--------------------------------------------------------------*/
@media screen and (min-width: 1230px) {
	/* Header */
.img-front-page-left{visibility:visible}
.img-front-page-right{visibility:visible}
.main-navigation a {color:#10143d;}
	/* Widths */
	body:not(.full-width-layout) .site-content,
	body.full-width-layout .content-area .wrapper,
	.front-page-block .hentry,
	.menu-footer,
	.site-header .wrapper,
	.site-info,
	.wrapper {
		width: 1230px;
	}
	.hentry:not(.page) .post-thumbnail {
		width: 772px;
	}
	body:not(.full-width-layout) .content-area {
		width: 700px;
	}
	.hero .has-post-thumbnail .entry-written-content,
	.hero .post-thumbnail {
		width: 507px;
	}
	.widget-area,
	.widget-area:before {
		width: 386px;
	}
	.error-404-widgets .widget,
	.footer-widget-area .widget,
	.grid-area .hentry {
		width: 314px;
	}
	/* Blocks */
	.site-logo {
		max-width: 507px;
		max-height: 180px;
	}

	/* Jetpack */
	.post-type-archive-jetpack-testimonial .site-main .paging-navigation .nav-links {
		width: 1086px;
	}

	/* Extra CSS: Columns */
	.column-1-2,
	.full-width-layout .column-1-3 {
		width: 314px;
	}
	.full-width-layout .column-1-2 {
		width: 507px;
	}
	.textfield, .telephone, .email {
	border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
	}	
}
/*--------------------------------------------------------------
16.4.1 x =< 1020px
--------------------------------------------------------------*/
@media screen and (max-width: 1020px) {

#nav_menu-5 ul li,
#nav_menu-6 ul li {
    margin-left: 0px!important;
}
#nav_menu-5 ul,
#nav_menu-6 ul,
#menu-social-links {
    padding-left: 0px!important;
} 
#menu-menyu-1 li{
	margin-left: 0px!important;
	text-align: left;
	} 
#nav_menu-3{
	padding-bottom: 0px;	
	}	
.menu-hide {
	display:none!important;
	}
.dropdown-link {
	z-index:1;
	}
.main-navigation li {
	text-align:left;
	cursor: pointer;
	}
.site-branding h1{
	text-align:left;
	}
.menu-toggle {
	top:0!important;
	}
button {
	margin-top:0px!important;
	padding: 9px 24px;
	}
.site-header {
	padding-bottom:0px!important;
	}
.lang-switch {
	margin-bottom:10px; 
	}
.main-navigation li {cursor: pointer;}
.lang-switch a,
#text-4{
	padding-left: 5px!important;
	}	
.main-empty-right,
.main-empty-bottom {
	height:100px!important;
	}	
.main-empty-left {height:200px!important;}
	a > button.presentation-button,
	a > button.demo-button {font-size:16px! important;}
	.presentetion {
    padding-left: 10px! important;
	}
.presentetion,
.demo {
	width: 100%! important;
    text-align: center!important;
	}	
.main-navigation a {
	padding-bottom:18px;
	padding-top:18px;
	}
.main-navigation.toggled .menu-primary {
	width: 100%!important;
	left:0!important;
    top: 120px; 
     }
.site-header.mobile:before {
    opacity: .65;
    visibility: visible;
	z-index:10;
    }
.main-navigation.toggled {
	background: #fff;	
	}
.main-navigation a{	
	padding-left: 32px!important;
	}	
.price-empty-left,
.price-empty-right{
	height:200px!important;
	}
.price-empty-left-bottom{
	height:50px!important;
	}	
#menu-item-9690 a{
    color: #10143d!important;}
#menu-item-9690 {padding-left: 0px!important;}
#menu-item-7635 a {
	color: #10143d!important;
	border: none!important;
	text-align: left!important;}
#menu-item-7635 a {height:auto!important;}
.main-navigation.toggled .menu-primary {
	width: 100%!important;
	left:0!important;
    top: 120px; 
     }
}
@media screen and (max-width: 1019px) {
.main-navigation .dropdown-link {
	padding-right: 5%;
	}
#otchety-list {
	padding-right: 0px;
	padding-left: 0px;
	}
#funkcional-title-1{
    margin-right: 0px;}
#funkcional-title-2{
	margin-right: 0px;
	margin-left: 0px;
		}
#funkcional-title-3 {
	margin-right: 0px;
	margin-left: 0px;
		}
.funkcional-block ul {
    margin-bottom: 30px!important;
}
.funkcional-empty {
    height:0px!important;
}
#funkcional-list-1,
#funkcional-list-2 {
  padding-left:20px;    
}  
.otchety-empty {height: 30px!important;}
#spravochniki-list {padding-bottom: 50px;}  
}
/*--------------------------------------------------------------
16.4.2 x =< 768px
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.main-navigation .dropdown-link {
     padding-right: 5%;
     }
.vc_col-sm-9 {
	border-left:none!important;
     }
ul.menu {
     padding-left: 0px!important;
     }
i.fa-paperclip,
i.fa-arrow-down{
    padding-left: 5px!important;
    }
.sity {
    margin-top: 20px;
     }
.empty-row-page {
    height:0px!important;
     }
.no-bottom-padding ul{
    padding-bottom: 10px;
     }   
.modal-dialog {
	margin: 50px;
    }
#menu-item-8289 a {
    line-height: 40px!important;}
.site-branding, .main-navigation {padding: 50px 32px!important;}
#calculator-input input{width: 40%;}
.price-empty-right,
.price-empty-right-img {
	height: 80px!important;
	}
.table-price table{ padding: 0!important;}
.it-admin-width, .user-width {
	padding: 5%;
	}
.main-image img{
  	margin-bottom: 50px;  
	}
#otchety-button .vc_col-sm-6 {
    margin-bottom: 20px;
	}
#user-side-right {margin-top: 15px;}
.contact-input,
.contact-textarea{
    width: 100%;
	}
.contact-input{
	padding-top: 10px;
	}
.contact-button {
		text-align:left;
	}
.contact-text {
		text-align:left;
	}
#funkcional, #otchety, #fullpage {
	padding: 15px 10px;
}	
.user-empty {
	height: 10px!important;
	}
}
/*--------------------------------------------------------------
16.4.3 x =< 686px
--------------------------------------------------------------*/
@media screen and (max-width: 686px) {

.textfield, .telephone, .email {
	border-left: none!important;
	border-right: none!important;
     }
.main-navigation {
    width: 100%;
      }
.main-navigation.toggled .menu-primary {
	width: 100%!important;
	left:0!important;
    }
.menu-toggle {
	left: 85%!important;
    }
.front-page-2nd-block h2 {
     font-size:28px!important;
     padding-bottom: 0px!important;
     }
.empty-row {
    height:0px!important;
    }
.modal-dialog {
	margin: 30px;
    }
.modal-header h2 {
  font-size:24px!important;
  padding-bottom: 20px!important;
  }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  padding: 7px;
  }
}
/*--------------------------------------------------------------
16.4.4 1020 >= x =< 1230px
--------------------------------------------------------------*/
@media (min-width: 1020px) and (max-width: 1230px) {
ul[id^="menu-social"] li:nth-child(2) {
    float:none!important;
}
#otchety-list {
	padding-right: 0px;
    padding-left: 0px;		
	}
#otchety-list a {
    font-size: 18px;
    line-height: 36px;
}	
}
/*--------------------------------------------------------------
16.4.5 x =< 360px
--------------------------------------------------------------*/
@media screen and (max-width: 360px) {
ul[id^="menu-social"] li {
       margin: 12px 3px!important;
       width:50px!important;
       height:50px!important;
     }
span {
     white-space:normal!important;
     }
.lang-switch {
     margin-bottom: 20px!important;
     }
.modal-header h2 {
     font-size:20px!important;
     padding-bottom: 0px!important;
     }
label {
     font-size: 14px!important;
     }
.main-navigation .dropdown-link {
     padding-right: 5%!important;
     }
span {
     white-space:normal!important;
     }
.info_above_menu {
     width:50%!important;
     }
.modal-header h2 {
     font-size:20px!important;
     padding-bottom: 0px!important;
     }
label {
     font-size: 14px!important;
     }
.textwidget {
     font-size:12px!important;
      }
a > button.presentation-button,
a > button.demo-button {font-size:16px! important;}
.presentetion {
    padding-left: 10px! important;
	}
.presentetion,
.demo {
	width: 100%! important;
    text-align: center! important;
	}
.main-empty-right,
.main-empty-bottom {height:50px!important;}
#myModal2 iframe {
	height:150px!important;
	}
.main-content h2 {
    font-size: 32px;
    line-height: 40px;
	}
.main-content p {
    font-size: 20px;
    line-height: 30px;
	}
.main-image img {
	width:100%;
	}
#otchety-list a{
	font-size:16px;
	font-weight: 200;
	line-height: 32px;
	}
#otchety-button a {
    font-size: 16px;
}
}
/*--------------------------------------------------------------
16.4.6 x =< 1230px
--------------------------------------------------------------*/
@media screen and (max-width: 1230px) {
.fa-paperclip span,
.fa-arrow-down span{
    white-space: normal!important;
    }
/*#calculator-input input {width: 60%;}*/
.vc_col-sm-2,
.vc_col-sm-8 {
	width: 100%!important;
	}
.price-empty-bottom{height:80px!important;}
i.fa-paperclip, i.fa-arrow-down {
    margin-bottom: 24px!important;		
	}	
}
/*--------------------------------------------------------------
16.4.7 768 >= x =< 1020px
--------------------------------------------------------------*/
@media (min-width: 769px) and (max-width: 1019px) {
.widget li a {
   font-size: 16px!important;
}
#menu-item-9651 a,
#menu-item-9652 a {
   font-size: 50px!important;
}
ul[id^="menu-social"] li {width: 60px;}	
}
/*--------------------------------------------------------------
16.5 x >= 1430
--------------------------------------------------------------*/
@media screen and (min-width: 1430px) {
	/* Header */
.site-branding {
    margin-left: 0%;
	}
.it-admin-width,
.user-width{
     padding: 0 10% 5%!important;
	}
#it-admin-side-menu.fixed,
#user-side-menu.fixed{
	width:13%
    }
.main-image img{
	width:100%;
	}
}
/*--------------------------------------------------------------
16.6 1020 >= x =< 1430px
--------------------------------------------------------------*/
@media (min-width: 1020px) and (max-width: 1430px) {
.main-empty-bottom {
	height:50px!important;
	}
.price-empty-left-bottom{
	height:150px!important;	
	}
}
/*--------------------------------------------------------------
16.7 1230 >= x =< 1430px
--------------------------------------------------------------*/
@media (min-width: 1230px) and (max-width: 1430px) {
.price-empty-right{
	height:400px!important;
	}
.price-empty-left{
	height:350px!important;	
	}
.price-empty-right-img	{
	height:300px!important;			
	}
}
/*--------------------------------------------------------------
16.8 x >= 1600
--------------------------------------------------------------*/
@media screen and (min-width: 1600px) {
	/*MAIN */
.main-empty-left,
.main-empty-right {
	height: 300px!important;}
}
/* 2.0 - Servilon customization*/
.green-blue-gradient {
	background: -moz-linear-gradient(20deg, rgba(194,211,83,1) 0%, rgba(69,203,183,1) 50%, rgba(42,169,201,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(194,211,83,1)), color-stop(50%, rgba(69,203,183,1)), color-stop(100%, rgba(42,169,201,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(20deg, rgba(194,211,83,1) 0%, rgba(69,203,183,1) 50%, rgba(42,169,201,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(20deg, rgba(194,211,83,1) 0%, rgba(69,203,183,1) 50%, rgba(42,169,201,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(20deg, rgba(194,211,83,1) 0%, rgba(69,203,183,1) 50%, rgba(42,169,201,1) 100%); /* ie10+ */
	background: linear-gradient(70deg, rgba(194,211,83,1) 0%, rgba(69,203,183,1) 50%, rgba(42,169,201,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d353', endColorstr='#2aa9c9',GradientType=1 ); /* ie6-9 */
}
.green-blue-gradient-div {
	background: -moz-linear-gradient(20deg, rgba(193,210,83,1) 0%, rgba(60,201,190,1) 47%, rgba(42,167,201,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(193,210,83,1)), color-stop(47%, rgba(60,201,190,1)), color-stop(100%, rgba(42,167,201,1)));
    background: -o-linear-gradient(20deg, rgba(193,210,83,1) 0%, rgba(60,201,190,1) 47%, rgba(42,167,201,1) 100%);
    background: -ms-linear-gradient(20deg, rgba(193,210,83,1) 0%, rgba(60,201,190,1) 47%, rgba(42,167,201,1) 100%);
    background: linear-gradient(70deg, rgba(193,210,83,1) 0%, rgba(60,201,190,1) 47%, rgba(42,167,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d253', endColorstr='#2aa7c9',GradientType=1 );
	width: 100%;
	height: 740px;
	position: absolute;
	left: 0px;
        top: 0px;
        z-index: -10;
	display:none;
}
.img-front-page-left{
    
    position: absolute;
    left: 0px;
    top: 3px !important;
    background: transparent;
    z-index: 10;
    display:none;
	
}
.img-front-page-right{
    
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    display:none;
}
.front-page-1st-block{ 
    background:rgb(34, 147, 189);
}
.front-page-1st-block h1,
.front-page-1st-block h3,
.front-page-1st-block h2 {
	color: #fff;
} 
/* Slider height for header */

.vc_tta-panel{
    position: relative;}
.front-page-2nd-block{ 
	margin-top:17px;
	}
.front-page-2nd-block a{ 
	color:#056489;
	}
.front-page-3rd-block{
	background:linear-gradient(to bottom, rgba(255,78,113,1) 0%, rgba(254,145,78,1) 100%); 
	background: -moz-linear-gradient(top, rgba(255,78,113,1) 0%, rgba(254,145,78,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,78,113,1)), color-stop(100%, rgba(254,145,78,1)));
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,78,113,1)), color-stop(100%, rgba(254,145,78,1)));
	background: -o-linear-gradient(top, rgba(255,78,113,1) 0%, rgba(254,145,78,1) 100%);
	background-color: rgb(254,145,78);
	background: -webkit-linear-gradient(top, rgba(255,78,113,1) 0%, rgba(254,145,78,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,78,113,1) 0%, rgba(254,145,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca7f3', endColorstr='#59bee9', GradientType=0 );
	min-height: 100px !important;
	text-align:center;
}
.front-page-3rd-block .vc_row {padding-bottom:0px;}

.front-page-3rd-block h2,
.front-page-3rd-block h3,
.front-page-3rd-block h4,
.front-page-3rd-block h5,
.front-page-3rd-block h6 {
	color: #fff !important;
}
.front-page-3rd-block h2>a,
.front-page-3rd-block h3>a,
.front-page-3rd-block h4>a,
.front-page-3rd-block h5>a,
.front-page-3rd-block h6>a {
	

}
.front-page-3rd-block a{
	border-bottom-color: #fff !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #fff !important;
	padding-bottom: 2px !important;
	
}
.front-page-3rd-block a:hover{
	border-bottom-color: #ae9 !important;
	color: #ae9 !important;
	
}
.front-page-4th-block{
	background: -moz-linear-gradient(0deg, rgba(201,200,200,1) 0%, rgba(237,237,237,1) 50%, rgba(201,200,200,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(201,200,200,1)), color-stop(50%, rgba(237,237,237,1)), color-stop(100%, rgba(201,200,200,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(201,200,200,1) 0%, rgba(237,237,237,1) 50%, rgba(201,200,200,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(201,200,200,1) 0%, rgba(237,237,237,1) 50%, rgba(201,200,200,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(201,200,200,1) 0%, rgba(237,237,237,1) 50%, rgba(201,200,200,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(201,200,200,1) 0%, rgba(237,237,237,1) 50%, rgba(201,200,200,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c8c8', endColorstr='#c9c8c8',GradientType=1 ); /* ie6-9 */
	min-height: 0px !important;
}
.front-page-4th-block .vc_row {padding-bottom:0px;padding-top:0px;}
.front-page-4th-block a { 
color:#056489;
}
.front-page-4th-block a:hover{color:#289ae1 !important; border-bottom-color:#289ae1 !important;}
.front-page-5th-block{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(44, 167, 243, 1) 0%, rgba(89, 190, 233, 1) 100%) repeat scroll 0 0;
	min-height: 100px !important;
}
.front-page-5th-block h2,
.front-page-5th-block p {
	color: #fff;
}
.front-page-6th-block{

}
.front-page-7th-block{

}
.blue_bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(44, 167, 243, 1) 0%, rgba(89, 190, 233, 1) 100%) repeat scroll 0 0;
    color: #ffffff;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
}
.vc_row{
	padding: 15px 0;
}
/*Расчистеть это на досуге, удалить из компосера*/
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	padding-top:0px !important;
}
.wpb_content_element{
	margin-bottom:0px !important;
}
/* .wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:0px !important;} */
.vc_inner{
	padding-top:0px !important;
}
.wpb_text_column {margin-bottom:0px !important;}
/* .wpb_content_element {margin-bottom:0px !important;} */

.nowrap {white-space: nowrap;}
.modal-header h2 {color:#0a0a0a;}
.modal-dialog {padding-top:10%}/*поменять это в бутстрап цсс*/
a.button-green {
	padding: 12px 30px 16px 30px !important;
	-moz-box-shadow: 3px 3px 3px -1px #378d79;
	-webkit-box-shadow: 3px 3px 3px -1px #378d79;
	box-shadow: 3px 3px 3px -1px #378d79;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #93d246), color-stop(1, #6fc643));
	background:-moz-linear-gradient(top, #93d246 5%, #6fc643 100%);
	background:-webkit-linear-gradient(top, #93d246 5%, #6fc643 100%);
	background:-o-linear-gradient(top, #93d246 5%, #6fc643 100%);
	background:-ms-linear-gradient(top, #93d246 5%, #6fc643 100%);
	background:linear-gradient(to bottom, #93d246 5%, #6fc643 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d246', endColorstr='#6fc643',GradientType=0);
	background-color:#93d246;
	border:1px solid #c4e348 !important;
	display:inline-block;
	cursor:pointer;
	font-size:20px;
	color: #0a0a0a !important;
	font-weight: 300;
}

a.button-green:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d6e705), color-stop(1, #f8d900));
	background:-moz-linear-gradient(top, #d6e705 5%, #f8d900 100%);
	background:-webkit-linear-gradient(top, #d6e705 5%, #f8d900 100%);
	background:-o-linear-gradient(top, #d6e705 5%, #f8d900 100%);
	background:-ms-linear-gradient(top, #d6e705 5%, #f8d900 100%);
	background:linear-gradient(to bottom, #d6e705 5%, #f8d900 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e705', endColorstr='#f8d900',GradientType=0);
	background-color:#d6e705;
}
a.button-green:active {
	-moz-box-shadow: 1px 1px 1px 0px #277d69;
	-webkit-box-shadow: 1px 1px 1px 0px #277d69;
	box-shadow: 1px 1px 1px 0px #277d69;
	position:relative;
	top:2px;
	left: 2px;
}
/*убрать в js css*/
.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
border: 1px solid #2a2a2a !important;
height:8px !important; width:8px !important;
margin-left: 12px !important;
margin-right: 12px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {border-bottom-width:2px;border-bottom-style:solid;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}

/*media all*/
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding: 13px 40px !important;
}
.vc_btn3-container.vc_btn3-left {
    bottom: 0px;
    position: absolute;
}
/*gift certificate buttons*/
input[id='GiftCodeInput'], input[id='GiftCodeButton'] {
    width: 49%;
    height: 47px;
    border-width: 0;
	margin-right:1%;
}
.hide {display:none;}
.lang-switch a{
	padding-left: 60px;
	font-weight: 700;
}
.site-header p {
	font-size: 12px;
	}
/* .HomeArticles{height:350px;} */
.footer-widget-area div {color:#fff}
/*.footer-widget-area span {position: absolute; top:10px;}*/
.footer-widget-area a {border-bottom-width:0px; color: rgba(255, 255, 255, 0.75)}
.footer-widget-area .textwidget a:hover{color:#fff}
/*.site-branding>a {top:75px;}*/
.site-branding p {top:65px;position:absolute}
.site-title {text-align:left}
.h100 {height:100% !important}

/*Accordion*/
.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.accordion_trigger {
	display: block;
	cursor: pointer;
	margin: 15px 0;
	}
.accordion_toggle {
	position: absolute;
	display: none;
	}
.accordion_target {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	} 
.accordion_toggle:checked ~ .accordion_target {
	position: static;
	overflow: visible;
	clip: auto;
	margin: auto;
	width: auto;
	height: auto;
	}
.accordion-style {
	color: #056489;
	border-bottom: 1px dashed #056489;
	}
/*Contacts change style*/
.paragraph-style-contact, .paragraph-style-contact a, .paragraph-style-contact strong{
	font-size:20px;
	font-weight:300;
	white-space: normal;
	}
/*Button page*/
p.button-green-top {
	padding: 35px 0;
	}
/*New list style*/
ul.list-disc li{
	list-style-type: disc;
	}
ul.list-circle li{
	list-style-type: circle;
	}
ul.list-none li{
	list-style-type: none;
	}
ol.list-decimal li{
	list-style-type: decimal;
	}
#fancybox-close {
	border-bottom:none!important;
	}
/*New header style*/

.info_above_menu {
    position: relative;
    float: left;
    width: 80%;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    color: #999;

}
.textfield, .telephone, .email {
	color: #333333;
	line-height: 40px;
	font-size: 12px !important;
	color: #fff;
	display: initial;
	margin-right: 0;
	font-weight: 500 !important;
	padding: 10px;
	float: left;
	width: auto;
	text-align: left;
	}
.wrapper-header {
	border-bottom: 1px solid #f2f2f2;
	}
.info_above_menu i {
    margin-right: 6px !important;
}
.email a{
	border-bottom: none;
	color: #0a0a0a;
	font-weight: 400;
	text-decoration: none;
	font-size: 12px;
	}
.email a:focus,
.email a:hover {
	background: transparent;
	color: rgba(0, 0, 0, 0.4);
	border-bottom-color: rgba(0, 0, 0, 0.25);
	}
.slider-ref {
	border-bottom:1px solid #fff !important;
	color:#fff !important;
	}
.slider3-ref {
	border-bottom:1px solid #0a0a0a !important;
	color:#0a0a0a!important;
	}
.slider-ref,.slider3-ref{
	padding-bottom: 2px !important;
	font-size: 20px!important;
	font-weight: 300;
	}
.telephone i{
	margin-left:6px;	
	}
/*Header fixed*/
.site-header.fixed {
    position: fixed;
	top: 0;
	width: 100%;
    z-index:10;
}
.site-header.fixed #menu-item-7635 a {
    background:#056489!important;
	color:#fff;
	padding:10px 15px!important;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
}
.site-header.fixed #menu-item-7635 a:hover {
   	background:#fff!important;
    transition:0.3s;
    color:#056489;
    border-bottom:none!important;
}
/*New footer*/
.widget_nav_menu li {
	padding:0!important;
	}
.footer-widget-area a:hover{
	 color:#fff;
	}
#text-4 div{
	color:rgba(255, 255, 255, 0.75)!important;
	}
#text-4, #text-3 {
	padding-bottom: 27px;
	}
.footer-widget-area a span{
	font-weight:700;
    position: absolute;
    top: 10px;
    margin-left: 10px;
    color: #fff;
}
#menu-social-links  {
	padding-left:10px;
	}
#nav_menu-5 li a, #nav_menu-6 li a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.75);
	}
#nav_menu-5 li:hover,
#nav_menu-6 li:hover {
	background:inherit!important;
	}
#nav_menu-5 li a:hover,
#nav_menu-5 li a:focus,
#nav_menu-5 li a:active,
#nav_menu-6 li a:hover,
#nav_menu-6 li a:focus,
#nav_menu-6 li a:active {
	color:#fff !important;
	}
#nav_menu-5 li:first-child a {
	color: #fff!important;
	font-size: 18px;
	}   
/*Active arrow menu*/
.rotate img{
	transform: rotate(270deg);
	}
/*Side menu*/
.active-menu a{
	 color:#fff!important;
	}
.active-menu {
	background-color: #1f497d;}
.vc_col-sm-9 {
    border-left:3px solid #f2f2f2;
}
#menu-item-8283,
#menu-item-8284,
#menu-item-8289,
#menu-item-10569,
#menu-item-10570{
    height:40px;
    line-height:40px;
}
.widget_nav_menu li {
    padding:0!important;
}
.widget_nav_menu li:hover,
.widget li ul li:hover{
    background-color: #e5e5e5!important;
}
.widget_nav_menu li a:hover {
    color:#666!important;
}
.modal-header {
    border-bottom:none;
    padding: 0px;
}
.modal-dialog {
    padding-top:0px;
}
.meny-toggle {
    display:block!important;
}
.help { 
	cursor: pointer;
	}
.arrow-visible a {
   padding-right: 2px!important;
   display: inline-block!important;
}
.title-custom {
    font-size:18px;
}
.widget_nav_menu li:hover a {
	color: #666!important;
	}
/*IT-admin*/
#menu-item-8283 a,
#menu-item-8289 a{
    line-height:40px;
    display: block;
}
#menu-item-8284 a{
   height:40px;
   line-height:40px;
}
#menu-item-8285 a,
#menu-item-8286 a,
#menu-item-8287 a,
#menu-item-8288 a {
   display: block;
   width: 100%;
   line-height: 30px;
}
/*Download icon*/
.fa-paperclip,
.fa-arrow-down{
	font-size: 100%;
	padding-left: 25px;
	}
.fa-paperclip::before,
.fa-arrow-down::before{
	padding-right: 10px;
	}
.widget ul {
    margin-bottom: 0 !important;
}
.download {
    border-bottom: none !important;
    color: #3cb888;
}
.vc_col-sm-3 > .vc_column-inner {padding-right: 0px!important;}
/*reCaptcha*/
.grecaptcha-badge { 
	visibility: hidden; 
}
/*Form*/
.modal-body input,
.modal-body textarea {
    padding: 5px 12px;
    color:#0a0a0a;
}
.modal-body select {
    margin-left:10px;
    padding: 4px 0px;
    border-radius: 0px;
    color:#0a0a0a;
}
.modal-body input::-moz-placeholder, 
.modal-body  input::-webkit-input-placeholder,
.modal-body textarea::-moz-placeholder,
.modal-body  textarea::-webkit-input-placeholder ,
.modal-body input:-ms-input-placeholder,
.modal-body  textarea:-ms-input-placeholder  { color: #808080; }
.modal-body .wpcf7-submit,
.wpcf7-submit {
	background: #3cb888 !important;
	color: #080b2e !important;
	font-weight: 500!important;
	height: 50px;
	border-radius: 3px;
	text-transform: none;
	}
.wpcf7-submit:hover,
.wpcf7-submit:focus, 
.wpcf7-submit:active,
.modal-body .wpcf7-submit:hover,
.modal-body .wpcf7-submit:focus, 
.modal-body .wpcf7-submit:active{box-shadow: 0 0 5px rgba(4, 62, 40, 0.50);} 
/*Price input*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */