/* 
Table of Contents

01. Settings ----------------------------------
02. Sprite ------------------------------------
03. Generic -----------------------------------
04. Base --------------------------------------
05. Fonts -------------------------------------
06. Helpers -----------------------------------
Clear ------------------------------------
Notext -----------------------------------
Hidden -----------------------------------
Alignleft --------------------------------
Alignright -------------------------------
Disabled ---------------------------------
Grid -------------------------------------
Responsive Helpers -----------------------
07. Label -------------------------------------
08. Reset -------------------------------------
09. Regions -----------------------------------
10. Container ---------------------------------
11. Content -----------------------------------
12. Footer ------------------------------------
13. Header ------------------------------------
14. Main --------------------------------------
15. Shell -------------------------------------
16. Sidebar -----------------------------------
17. Wrapper -----------------------------------
18. Modules -----------------------------------
19. Article -----------------------------------
Article Winter ---------------------------
Article Spring ---------------------------
Article Spring ---------------------------
         Article Autumn ---------------------------
         Text Fallback ----------------------------
         Article Spring ---------------------------
         Article Spring ---------------------------
         Article Autumn ---------------------------
Article Spring ---------------------------
Article Spring ---------------------------
Article Autumn ---------------------------
Article Spring ---------------------------
Article Spring ---------------------------
Article Autumn ---------------------------
20. Button ------------------------------------
Button Block -----------------------------
21. Form Elements -----------------------------
22. Form --------------------------------------
23. Icons -------------------------------------
24. Intro -------------------------------------
25. List --------------------------------------
26. List Features -----------------------------
27. List Articles -----------------------------
28. Logo --------------------------------------
29. Nav ---------------------------------------
30. Section -----------------------------------
Section Dark -----------------------------
Section Primary --------------------------
Section Tabs -----------------------------
Section Primary --------------------------
Section Primary --------------------------
Section Primary --------------------------
31. Slider ------------------------------------
32. Tabs Alt ----------------------------------
33. Tab Alt -----------------------------------
34. Tabs --------------------------------------
35. Tab ---------------------------------------
36. Table -------------------------------------
37. Widget ------------------------------------
38. Widget Note -------------------------------
39. Themes ------------------------------------
*/

/* ------------------------------------------------------------ *\
Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Sprite
\* ------------------------------------------------------------ */

:target:before {
		content:"";
		display:none;
		height:0px;
		margin:0 0;
	}
	
.ico-arrow-next { background-image     : url(../images/sprite.png); background-position     : 0% 0%; background-size     : 212.9032258064516% 221.73913043478262%; width     : 31px; height     : 23px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-arrow-prev { background-image     : url(../images/sprite.png); background-position     : 100% 0%; background-size     : 212.9032258064516% 221.73913043478262%; width     : 31px; height     : 23px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-tel { background-image     : url(../images/sprite.png); background-position     : 0% 100%; background-size     : 275% 212.5%; width     : 24px; height     : 24px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

/* ------------------------------------------------------------ *\
Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: url(../images/pattern.jpg) repeat 0 0;  font-family: HelveticaNeueLTPro, Helvetica, sans-serif; font-size: 22px; line-height: 1.5; color: #999; }

a { color: inherit; text-decoration: underline; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.75em; }

h1 { font-size: 57px; line-height: 1.11; }

h2 { font-size: 31px; line-height: 1.32; }

h3 { font-size: 30px; line-height: 1.2; }

h4 { font-size: 28px; line-height: 1.25; }

h5 { font-size: 25px; line-height: 1.36; }

h6 { font-size: 21px; line-height: 1.14; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.5em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

@media (max-width: 1850px) {
	body { font-size: 16px; }	
}

@media (max-width: 767px) {
	body { font-size: 14px; }	

h4 { font-size: 21px; }
}

/* ------------------------------------------------------------ *\
Fonts
\* ------------------------------------------------------------ */

@font-face {
	font-family: 'HelveticaNeueLTPro';
	src: url('../../fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
	url('../../fonts/HelveticaNeueLTPro-Roman.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro';
	src: url('../../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'),
	url('../../fonts/HelveticaNeueLTPro-Md.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro';
	src: url('../../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
	url('../../fonts/HelveticaNeueLTPro-Bd.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../fonts/OpenSans-Regular.woff2') format('woff2'),
	url('../../fonts/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../../fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('../../fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro';
	src: url('../../fonts/HelveticaNeueLTPro-Blk.woff2') format('woff2'),
	url('../../fonts/HelveticaNeueLTPro-Blk.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/* ------------------------------------------------------------ *\
Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content     : ''; display     : block; clear     : both; }

/*  Notext  */

.notext { overflow     : hidden; text-indent     : 101%; white-space     : nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
.visible-xs-block { display: block !important; }
.visible-xs-inline { display: inline !important; }
.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
.visible-sm-block { display: block !important; }
.visible-sm-inline { display: inline !important; }
.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.hidden-md { display: none !important; }
.visible-md-block { display: block !important; }
.visible-md-inline { display: inline !important; }
.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1200px) {
	.hidden-lg { display: none !important; }
.visible-lg-block { display: block !important; }
.visible-lg-inline { display: inline !important; }
.visible-lg-inline-block { display: inline-block !important; }
}

.title { text-align: center; padding: 0; color: #999; margin: 30px 0 0;  }

.visible-mobile-alt {
	display: none !important; 
}

@media (max-width: 767px) {
	.hidden-mobile-alt {
	display: none !important; 
}

.visible-mobile-alt {
	display: block !important; 
}
}

/* ------------------------------------------------------------ *\
Label
\* ------------------------------------------------------------ */

.label { display: inline-block; background: url(../images/circle.png) no-repeat 0 0; width: 137px; height: 146px; color: #fff; padding: 42px 0 0; font-size: 20px !important; line-height: .9 !important; font-weight: 400; text-align: center; text-transform: uppercase; background-size: 100% 100%; font-family: 'HelveticaNeueLTPro'; }

.label strong { display: block; font-size: 30px; margin-bottom: 3px; font-family: 'HelveticaNeueLTPro'; }

.label--small { width: 101px; height: 108px; font-size: 15px !important; padding: 34px 0 0; }

.label--small strong { font-size: 22px !important; }

@media (max-width: 1850px) {
	.label { width: 114px; height: 121px; font-size: 18px; }
.label strong { font-size: 23px; }

.label--small { width: 84px; height: 90px; font-size: 13px; padding: 28px 0 0; }
.label--small strong { font-size: 18px; }	
}

@media (max-width: 767px) {
	.label { width: 87px; height: 93px; font-size: 16px !important; padding-top: 28px; }
.label strong { font-size: 19px !important; }

.label--small { width: 84px; height: 90px; font-size: 13px !important; padding: 28px 0 0; }
.label--small strong { font-size: 18px !important; }		
}

/* ------------------------------------------------------------ *\
Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Footer
\* ------------------------------------------------------------ */

.footer-alt { background: -webkit-gradient(linear, left top, right top, from(#284374), to(#249dd7)); background: -o-linear-gradient(left, #284374, #249dd7); background: linear-gradient(to right, #284374, #249dd7); color: #fff; }

.footer-alt .logo { width: 331px; height: 78px; position: absolute; top: 26px; left: 0; }

.footer-alt .footer__inner { position: relative; padding: 35px 10px 39px 0; margin-left: -20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.footer-alt .footer__image { position: absolute; bottom: 0; right: -10px; }

.footer-alt .footer__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 79px; }

.footer-alt .footer__content p { font-size: 25px; line-height: 1.36; margin: 0 20px 0 0; }

.footer-alt .footer__content .btn { font-size: 16px; min-width: 207px; padding: 17px 16px; margin-left: 43px; }

@media (max-width: 1850px) {
	.footer-alt .logo { width: 229px; height: 54px; top: 26px; left: 10px; }
.footer-alt .footer__content p { font-size: 18px; }
}

@media (max-width: 1199px) {
	.footer-alt .logo { width: 190px; height: 45px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.footer-alt .footer__content p { font-size: 18px; }	
.footer-alt .footer__image { max-width: 210px; }
}

@media (max-width: 1023px) {
	.footer-alt .logo { top: 10px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.footer-alt .footer__inner { display: block; margin: 0; padding: 100px 0 40px; }
.footer-alt .footer__content { margin: 0; }
.footer-alt .footer__content .btn { margin-left: 0; }
}

@media (max-width: 767px) {
	.footer-alt { text-align: center; }	
.footer-alt .logo { top: 30px; }	
.footer-alt .footer__inner { padding: 30px 0 200px; display: block; }	
.footer-alt .footer__content { display: block; margin: 75px 0 0; }	
.footer-alt .footer__content p { margin: 0; text-align: center; }	
.footer-alt .footer__content .btn { font-size: 14px; padding: 15px 20px; margin: 20px 0 0; min-width: 0; }

.footer-alt .footer__image { right: 50%; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%);  }


}

.footer { height: initial; }

.footer-bottom { height: initial; }

.footer-bottom p { margin-bottom: 10px; }

.footer-bottom ul { padding-top: 0; }

.footer-bottom ul:after { content: ''; display: table; clear: both; }

.footer-top .shell { height: 280px; }

.footer-col { width: 132px; }

.footer .col-xsmall { width: 110px; }

.footer .col-xlarge { width: 140px; }

.footer .col-xxlarge { width: 169px; }

.form-search .field-search { height: 43px; width: 123px; }

.container .footer .form-check .field { width: 227px; height: 47px; }

@media (max-width: 1023px) {
	.footer-col .form-search { margin-top: 10px; }
.footer-top { height: auto; }
.footer-top .shell { height: auto; }

.footer-col.col-small { width: 102px; }
.footer-col { width: 142px; }
.footer .col-xsmall { width: 120px; }
.footer .col-xlarge { width: 146px; }
.footer .col-xxlarge { width: 182px; }

	.container .footer .form-check .field { width: 511px; }
}

@media (max-width: 767px) {
	.container .footer .form-check .field { width: 100%; }
.footer-col.col-small { width: 141px; }
}

/* ------------------------------------------------------------ *\
Header
\* ------------------------------------------------------------ */

.header-alt { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; padding: 40px 0;  }

.header-alt .logo { vertical-align: middle; }

.header-alt .header__link { display: inline-block; vertical-align: middle; position: relative; padding-left: 70px; color: #fff; margin-left: 53px; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1; display: none; }

.header-alt .header__link strong { display: block; font-weight: 600; font-size: 22px; }

.header-alt .header__link span { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 52px; height: 52px; border: 2px solid #fff; }

.header-alt .header__link span i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.header-alt #nav { background: #fff; }

.header-alt #nav .wrapp { min-height: 0; overflow: visible; margin-top: 10px; }

.header-alt #menu-main-menu { padding-left: 0; }

@media (max-width: 1850px) {
	.header-alt { padding: 20px 0; }
.header-alt .header__link span { width: 40px; height: 40px; }
}

@media(max-width: 1550px){
	.header-alt .shell-alt { padding: 0 70px; }
}

@media (max-width: 1199px) {
	.header-alt .shell-alt { padding: 0 10px; }
}

@media (max-width: 1023px) {
	.header-alt #nav .nav > .shell-alt > ul > li~li { padding-left: 33px; }	

}

@media (max-width: 767px) {
	.header-alt .header__link { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding: 0; margin: 0; font-size: 0; }
.header-alt .header__link span { position: relative; top: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); display: inline-block; }
.header-alt .header__link strong { display: none; }

.header-alt #nav { background: none; margin-top: 55px; }
.header-alt #nav .nav { border: none; }	

.header-alt #nav .nav > .shell-alt > ul > li~li { padding-left: 0; }	
.header-alt #nav .nav .menu-search { display: none !important; }	
.header-alt .nav-mobile { font-size: 16px; width: 93px; height: 40px; line-height: 15px;   }	
.header-alt .nav-mobile .nav-mobile-burger { margin: 13px 13px 0 0; }	

.header-alt #nav .nav { background: #fff;  }

}

/* ------------------------------------------------------------ *\
Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Shell
\* ------------------------------------------------------------ */

.shell-alt { max-width: 1532px; padding-left: 10px; padding-right: 10px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Wrapper
\* ------------------------------------------------------------ */

.wrapp { min-height: 100vh; overflow: hidden; position: relative; }

/* ------------------------------------------------------------ *\
Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Article
\* ------------------------------------------------------------ */

.article { position: relative; }

.article .article__ico { display: inline-block; width: 85px; height: 85px; border-radius: 50%; background: #fff; position: relative; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0, .4); box-shadow: 0 0 10px 0 rgba(0,0,0, .4); margin-bottom: 11px; }

.article .article__ico i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.article .article__head { text-align: center; margin-bottom: 67px; }

.article .article__head h2 { font-size: 37px; line-height: 1.25; font-weight: 700; text-transform: uppercase; background: -webkit-linear-gradient(#284475, #2497d1); -webkit-background-clip: text;  }

.article .article__head h2 span { font-weight: 400; display: block; }

.article .article__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0 0 0 70px;  }

.article .article__image { border: 7px solid #fff; position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 612px; flex: 0 0 612px; -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .2) }

.article .article__image img { width: 100%; }

.article .article__image .label { position: absolute; top: 6px; left: 15px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  }

.article .article__content { padding: 30px 30px 0 60px; }

.article .article__content-inner h3 { text-transform: uppercase; text-transform: uppercase; position: relative; color: #4d4d4d; padding-bottom: 35px; margin-bottom: 30px; font-weight: 500; }

.article .article__content-inner h3:after { content: ''; position: absolute; bottom: 0; left: 0; width: 53px; height: 2px; background: #808080; }
.article .article__content-inner h3 .separator { font-style: normal; }

.article .article__content-inner p { margin: 0; padding: 0; }

.article .article__content-inner p + p { margin: 23px 0 0; }

.article .list-features-alt { margin: 47px 0 0; }

.article .article__image-alt { position: absolute; }

/*  Article Winter  */

.article--winter .article__image-alt--size1 { top: -112px; right: -37px; }

.article--winter .article__image-alt--size2 { top: 89px; left: -37px; }

.article--winter .article__image-alt--size3 { bottom: -16px; right: -77px; }

.article--winter .article__image-alt--size4 { bottom: -228px; left: -100px; }

.article--winter .article__image-alt--size5 { bottom: -815px; left: -130px; }

.article--winter .article__image-alt--size6 { bottom: -590px; right: -113px; }

/*  Article Spring  */

.article--spring .article__head h2 { background: -webkit-linear-gradient(#8cc63f, #4ab847); -webkit-background-clip: text;  }

.article--spring .article__image-alt--size1 { top: -24px; right: -3px; }

.article--spring .article__image-alt--size2 { top: 16px; left: 108px; }

.article--spring .article__image-alt--size3 { bottom: -264px; right: -193px; }

.article--spring .article__image-alt--size4 { bottom: -97px; left: -93px; }

/*  Article Spring  */

.article--summer .article__head h2 { background: -webkit-linear-gradient(#fda804, #eabd2f); -webkit-background-clip: text;  }

.article--summer .article__image-alt--size1 { top: -81px; right: -46px; }

.article--summer .article__image-alt--size2 { top: 96px; left: -93px; }

.article--summer .article__image-alt--size3 { bottom: 40px; right: 2px; }

.article--summer .article__image-alt--size4 { bottom: -251px; left: -93px; }

/*  Article Autumn  */

.article--autumn .article__head h2 { background: -webkit-linear-gradient(#fb8626, #ba531c); -webkit-background-clip: text;  }

.article--autumn .article__image-alt--size1 { top: -34px; right: -1px; }

.article--autumn .article__image-alt--size2 { top: 87px; left: 47px; }

.article--autumn .article__image-alt--size3 { bottom: 5px; right: -7px; }

.article--autumn .article__image-alt--size4 { bottom: -159px; left: -53px; }

/*  Text Fallback  */

.article.text-fallback .article__head h2 { color: #284475; -webkit-text-fill-color: #284475; background: none; }

/*  Article Spring  */

.article--spring.text-fallback .article__head h2 { color: #8cc63f; -webkit-text-fill-color: #8cc63f; }

/*  Article Spring  */

.article--summer.text-fallback .article__head h2 { color: #fda804; -webkit-text-fill-color: #fda804; }

/*  Article Autumn  */

.article--autumn.text-fallback .article__head h2 { color: #fb8626; -webkit-text-fill-color: #fb8626; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.article .article__head h2 { color: #284475; -webkit-text-fill-color: #284475; background: none; }

/*  Article Spring  */
.article--spring .article__head h2 { color: #8cc63f; -webkit-text-fill-color: #8cc63f; }
/*  Article Spring  */
.article--summer .article__head h2 { color: #fda804; -webkit-text-fill-color: #fda804; }
/*  Article Autumn  */
.article--autumn .article__head h2 { color: #fb8626; -webkit-text-fill-color: #fb8626; }
}

@media (max-width: 1850px) {
	.article .article__ico { width: 60px; height: 60px; }
.article .article__head h2 { font-size: 33px; }

.article .article__content-inner h3 { font-size: 25px; }

.article .article__body { padding: 0 100px;  }
.article .article__image { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.article .article__content { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-right: 0; padding-left: 40px; }

}

@media (max-width: 1199px) {
	.article .article__content-inner h3 br { display: none; }
.article .article__head h2 { color: #284475; -webkit-text-fill-color: #284475; background: none; }

/*  Article Spring  */
.article--spring .article__head h2 { color: #8cc63f; -webkit-text-fill-color: #8cc63f; }
/*  Article Spring  */
.article--summer .article__head h2 { color: #fda804; -webkit-text-fill-color: #fda804; }
/*  Article Autumn  */
.article--autumn .article__head h2 { color: #fb8626; -webkit-text-fill-color: #fb8626; }
}

@media (max-width: 1023px) {
	.article .article__body { padding: 0 70px; }
	.article .article__content-inner h3 .separator { display: inline-block; }
}

@media (max-width: 767px) {
	.article .article__head h2 { font-size: 20px; }
.article .article__body { padding: 0; display: block; }
.article .article__image { max-width: 100%; margin: 0 40px; }
.article .article__content { padding: 40px 0 0; max-width: 100%; }
.article .article__content-inner h3 { padding-bottom: 10px; }

.article .article__image-alt { display: none; }

}

/* ------------------------------------------------------------ *\
Button
\* ------------------------------------------------------------ */

.btn-alt { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: -webkit-gradient(linear, left top, right top, from(#e85c21), to(#ce3332)); background: -o-linear-gradient(left, #e85c21, #ce3332); background: linear-gradient(to right, #e85c21, #ce3332); color: #fff; font-size: 19px; font-weight: 700; text-transform: uppercase; border-radius: 5px; padding: 20px 34px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s;  }

.btn-alt:hover { opacity: .9; }

.btn-alt--arrow { position: relative; }

.btn-alt--arrow:after { content: ''; position: absolute; bottom: 0; left: 100%; background: url(../images/ico-arrrow.png) no-repeat 0 0; background-size: 100% 100%;  width: 60px; height: 87px; margin: 0 0 37px 36px; }

.btn-alt--arrow-from-bottom:after { background-image: url(../images/ico-arrow-fromleft.png); width: 85px; height: 24px; left: auto; right: 100%; margin: 0 25px 0 25px; bottom: -16px; }

/*  Button Block  */

.btn-alt--block { display: block; padding-left: 0; padding-right: 0; }

@media (max-width: 1850px) {
	.btn-alt { font-size: 18px; padding: 15px 25px; }
}

@media (max-width: 1023px) {
	.btn-alt { font-size: 15px; padding: 15px 25px; }

.btn-alt--arrow:after { width: 50px; height: 72px; margin: 0 0 20px 20px; }
.btn-alt--arrow-from-bottom:after { width: 70px; height: 20px; margin: 0 25px 0 25px; }
}

@media (max-width: 767px) {
	.btn-alt--arrow:after { display: none; }

}

/* ------------------------------------------------------------ *\
Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

/* ------------------------------------------------------------ *\
Form
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Icons
\* ------------------------------------------------------------ */

[class^="icon-"] { display: inline-block; background-size: 100% 100%; background-position: 0 0; background-repeat: no-repeat; }

.icon-winter { background-image: url(../images/ico-winter.png); width: 91px; height: 90px; }

.icon-winter-1 { background-image: url(../images/ico-winter-1.png); width: 91px; height: 90px; }

.icon-spring { background-image: url(../images/ico-spring.png); width: 92px; height: 91px; }

.icon-spring-1 { background-image: url(../images/ico-spring-1.png); width: 92px; height: 91px; }

.icon-summer { background-image: url(../images/ico-summer.png); width: 89px; height: 89px; }

.icon-summer-1 { background-image: url(../images/ico-summer-1.png); width: 89px; height: 89px; }

.icon-autumn { background-image: url(../images/ico-autumn.png); width: 74px; height: 72px; }

.icon-autumn-1 { background-image: url(../images/ico-autumn-1.png); width: 74px; height: 72px; }

.icon-winter-alt { background-image: url(../images/ico-winter.png); width: 54px; height: 54px; }

.icon-autumn-small { background-image: url(../images/ico-autumn-small.png); width: 34px; height: 34px; }

.icon-snow-alt-small { background-image: url(../images/ico-snow-alt-small.png); width: 34px; height: 34px; }

.icon-rose { background-image: url(../images/icon-rose.png); width: 53px; height: 52px; }

.icon-rose--small { width: 38px; height: 37px; }

.icon-sun { background-image: url(../images/icon-sun.png); width: 48px; height: 49px; }

.icon-sun--small { width: 36px; height: 37px; }

.icon-leaf { background-image: url(../images/icon-leaf.png); width: 50px; height: 49px; }

.icon-leaf--small { width: 38px; height: 37px; }

@media (max-width: 1850px) {
	.icon-winter,
	.icon-winter-1 { width: 58px; height: 57px; }

.icon-spring,
.icon-spring-1 { width: 58px; height: 58px; }

.icon-summer,
.icon-summer-1 { width: 57px; height: 57px; }

.icon-autumn,
.icon-autumn-1 { width: 47px; height: 46px; }	

.icon-winter-alt { width: 36px; height: 36px; }


.icon-autumn-small { width: 26px; height: 26px; }
.icon-snow-alt-small { width: 26px; height: 26px; }

.icon-rose { width: 40px; height: 40px; }
.icon-rose--small { width: 29px; height: 28px; }

.icon-sun { width: 36px; height: 37px; }
.icon-sun--small { width: 27.69px; height: 28px; }

.icon-leaf { width: 38px; height: 37px; }
.icon-leaf--small { width: 29px; height: 28px; }
}

@media (max-width: 1199px) {
	.icon-winter,
	.icon-winter-1 { width: 48px; height: 47px; }

.icon-spring,
.icon-spring-1 { width: 48px; height: 48px; }

.icon-summer,
.icon-summer-1 { width: 47px; height: 47px; }

.icon-autumn,
.icon-autumn-1 { width: 39px; height: 38px; }
}

@media (max-width: 767px) {
	.icon-winter,
	.icon-winter-1 { width: 26px; height: 26px; }

.icon-spring,
	.icon-spring-1 { width: 26px; height: 26px; }

.icon-summer,
	.icon-summer-1 { width: 26px; height: 26px; }

.icon-autumn,
	.icon-autumn-1 { width: 22px; height: 21px; }	
}

/* ------------------------------------------------------------ *\
Intro
\* ------------------------------------------------------------ */

.intro-alt { background: -o-linear-gradient(left, #284374, #249dd7); background: -webkit-gradient(linear, left top, right top, from(#284374), to(#249dd7)); background: linear-gradient(to right, #284374, #249dd7); padding-top: 227px; min-height: 906px; position: relative; color: #fff; }

.intro-alt .intro__content h1 { text-transform: uppercase; font-weight: 900; padding-bottom: 0; margin-bottom: 35px; color: #fff; font-family: 'HelveticaNeueLTPro', sans-serif; }

.intro-alt .intro__content h1 span { display: block; font-weight: 400; letter-spacing: 0; }

.intro-alt .intro__content p { font-size: 31px; line-height: 1.35; margin-bottom: 50px; padding-bottom: 0; }

.intro-alt .intro__content h4 { position: relative; padding: 0; color: #fff; }

.intro-alt .intro__content h4:after { content: ''; position: absolute; top: 0; right: 0; background: url(../images/ico-arrrow.png) no-repeat 0 0; background-size: 100% 100%;  width: 40px; height: 58px; margin-right: -20px; }

.intro-alt .intro__image { position: absolute; bottom: -97px; right: 50%; margin-right: -877px; max-width: 665px }

/*$breakpoint-large-desktop {
.intro-alt { padding-top: 130px; min-height: 700px; overflow: hidden; }
.intro-alt .intro__image { right: -30px; margin-right: 0; max-width: 650px; }

}*/

@media(max-width: 1800px){
	.intro-alt { overflow: hidden; }
.intro-alt .intro__image { max-width: 562px; margin-right: -780px; }
}

@media(max-width: 1550px){
	.intro-alt { padding-top: 170px; min-height: 900px; }
.intro-alt .shell-alt { padding: 0 70px;  }
.intro-alt .intro__image { margin-right: 0; right: 30px; }

.intro-alt .intro__content { max-width: 650px; }
	.intro-alt .intro__content h1 { font-size: 50px; }
.intro-alt .intro__content p { font-size: 25px; }
}

@media (max-width: 1199px) {
	.intro-alt .shell-alt { padding: 0 10px; }
.intro-alt .intro__image { right: -55px; bottom: 0; max-width: 550px; }
}

@media (max-width: 1023px) {
	.intro-alt .intro__image { right: -55px; bottom: 0; max-width: 450px; }

	.intro-alt .intro__content h1 { font-size: 40px; }
.intro-alt .intro__content p { font-size: 20px; }
}

@media (max-width: 767px) {
	.intro-alt { min-height: 568px; min-height: 375px; padding-top: 130px; }
.intro-alt .intro__image { display: none; }

	.intro-alt .intro__content { text-align: center; }
	.intro-alt .intro__content h1 { font-size: 30px; text-align: left; margin-bottom: 15px; }
	.intro-alt .intro__content p { font-size: 18px; margin-bottom: 15px; }
	.intro-alt .intro__content h4 { display: inline-block !important; }
	.intro-alt .intro__content h4:after { right: -17px; width: 30px; height: 43px; }
}

/* ------------------------------------------------------------ *\
List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
List Features
\* ------------------------------------------------------------ */

.list-features-alt li { display: inline-block; }

.list-features-alt li { margin: 0 10px 10px 0; }

.list-features-alt li > span { display: block; position: relative; background: #fff; -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1); box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1); min-width: 254px; padding: 14px 10px 15px 64px; }

.list-features-alt span > i { position: absolute; top: 50%; left: 10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  }

.list-features-alt span strong { color: #333; font-weight: 400; vertical-align: middle; font-size: 27px; font-family: 'HelveticaNeueLTPro'; }

.list-features-alt span span { color: #666; font-size: 13px; line-height: 1.08; display: inline-block; vertical-align: middle; padding-left: 7px; font-family: 'HelveticaNeueLTPro'; }

@media (max-width: 1850px) {
	.list-features-alt li > span { min-width: 0; padding-left: 45px; white-space: nowrap; }
.list-features-alt span strong { font-size: 23px; }
.list-features-alt span span { font-size: 11px; padding-left: 0; }	
}

@media (max-width: 1199px) {
	.list-features-alt li > span { min-width: 230px; }
	.list-features-alt li { display: block; margin: 0; }	
.list-features-alt li + li { margin: 10px 0 0; }	
}

@media (max-width: 767px) {
	.list-features-alt li > span { max-width: 100%; display: block;  }
}

/* ------------------------------------------------------------ *\
List Articles
\* ------------------------------------------------------------ */

.list-articles { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 0; padding: 0 !important; -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .1); box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .1); font-family: 'HelveticaNeueLTPro', sans-serif; }

.list-articles li { display: inline-block; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.list-articles li > span { display: block; background: #f9f9f9; padding: 20px 27px; height: 100%; }

.list-articles li:nth-child(even) > span { background: #fcfcfc; }

.list-articles a { vertical-align: middle; }

.list-articles strong { font-size: 31px; color: #333; display: inline-block; vertical-align: middle; font-weight: 400; position: relative; font-family: 'HelveticaNeueLTPro', sans-serif; }

.list-articles strong em { position: absolute; top: -10px; left: 0; width: 100%; font-size: 14px; font-style: normal; color: #39b54a; }

.list-articles strong .negative { color: #c1272d; }

.list-articles span span { font-size: 15px; line-height: 1.13; color: #666; display: inline-block; vertical-align: middle; font-family: 'HelveticaNeueLTPro', sans-serif; }

.list-articles a + span { padding-left: 14px; }

.list-articles strong + span { padding-left: 14px; }

.list-articles--primary li > span { padding: 29px 28px 23px; }

@media (max-width: 1850px) {
	.list-articles { background: #fcfcfc; display: -webkit-box; display: -ms-flexbox; display: flex; }
.list-articles li { display: block; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }
.list-articles > li > span { padding: 23px 20px 24px; }
.list-articles strong em { font-size: 10px; }
.list-articles strong { font-size: 24px; }
.list-articles span span { font-size: 12px; }
}

@media(max-width: 1410px){
	.list-articles strong { font-size: 18px; max-width: 100px; line-height: 1.1; padding: 5px 0 0; }
}
@media(max-width: 1279px){
	.list-articles { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
	.list-articles { -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; }
.list-articles li { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }
	.list-articles strong { display: block; line-height: 1; padding: 5px 0; max-width: none; }
}

@media (max-width: 767px) {
	.list-articles li { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

/* ------------------------------------------------------------ *\
Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; background: url(../images/logo.png) no-repeat 0 0; width: 360px; height: 86px; background-size: 100% 100%; }

.logo-erm { display: inline-block; background: url(../images/logo-erm.png) no-repeat 0 0; width: 79px; height: 52px; background-size: 100% 100%; }

.logo-agl { display: inline-block; background: url(../images/logo-agl.png) no-repeat 0 0; width: 45px; height: 42px; background-size: 100% 100%; }
@media (max-width: 1850px) {
	.logo { width: 276px; height: 66px; }
.logo-erm { width: 60px; height: 40px; }
}

@media (max-width: 767px) {
	.logo { width: 174px; height: 41px; }
}

/* ------------------------------------------------------------ *\
Nav
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Section
\* ------------------------------------------------------------ */

.section { padding: 0 0 20px; }

.section .section__head { text-align: center; color: #4d4d4d; text-transform: uppercase; margin-bottom: 63px; }

.section .section__head h4 { font-weight: 500; padding: 0; color: #4d4d4d; }

.section .list-articles { margin: 13px 42px 0 70px; }

.section .list-articles--primary { margin: 20px 0 0; }

/*  Section Dark  */

.section--dark { border-top: 3px solid #f1f1f1; position: relative; z-index: 2; margin-bottom: -68px; margin-top: 60px; }

.section--dark:after { content: ''; position: absolute; bottom: 0; left: 50%; width: 100vw; height: 153px; background: url(../images/city.png) repeat 0 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.section--dark .section__image { position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: -1; }
.section--dark .section__body { position: relative; z-index: 2; margin: 0 -200px; }
/*  Section Primary  */

.section--primary { padding: 76px 0 93px; }

.section--primary img { border: none; }

.section--primary .section__inner { padding: 0 40px 30px 70px; position: relative; z-index: 10; }

/*  Section Tabs  */

.section--tabs { position: relative; z-index: 10; padding-bottom: 0; }

.section--tabs img { border: none; }

@media (max-width: 1850px) {
	.section .list-articles { margin: 13px 0 0; }
.section .list-articles--primary { margin: 25px -100px 0; }

/*  Section Primary  */
	.section--primary .section__inner { padding: 0 100px; }
	.section--dark .section__body { margin: 0; }
}

@media(max-width: 1279px){
	.section .list-articles { margin: 13px 0 0; }
	.section--primary .section__inner { padding: 20px 0 0; }
}
@media (max-width: 1023px) {
	/*  Section Primary  */
	.section--primary .section__inner { padding: 0 0 20px; }	
	.section--primary .section__body { padding: 0 70px; }	
}

@media (max-width: 767px) {
	.section .list-articles { margin: 23px 0 0; }
	.section .list-articles--primary { margin: 25px 0px 0; }	

	/*  Section Primary  */
	.section--primary .section__inner { padding: 0; }	
	.section--primary .section__body { padding: 0 0; }	
	.section--dark { margin-bottom: 0; padding-top: 20px; }
}

/* ------------------------------------------------------------ *\
Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
Tabs Alt
\* ------------------------------------------------------------ */

.tabs-alt { -webkit-transform: translateY(-68px); -ms-transform: translateY(-68px); transform: translateY(-68px); position: relative; }

.tabs-alt .tabs-alt__head { position: absolute; top: 156px; left: -95px; }

.tabs-alt .tabs-alt__nav { font-size: 20px; color: #ccc;  }

.tabs-alt .tabs-alt__nav ul { list-style: none; padding-bottom: 0; }

.tabs-alt .tabs-alt__nav li { display: inline-block; }

.tabs-alt .tabs-alt__nav li + li { margin-left: 5px; }

.tabs-alt .tabs-alt__nav a { font-weight: 700; text-decoration: none; border-radius: 0 0 5px 5px; min-width: 131px; display: inline-block; text-align: center; padding: 14px 0 14px;  }

.tabs-alt .tabs-alt__nav .active > a  { background: #f7f7f7; color: #284374; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2) }

.tabs-alt .tabs-alt__image { position: absolute; bottom: 100%; left: -95px; }

@media (max-width: 1850px) {
	.tabs-alt .tabs-alt__head { top: 115px; left: 0; }
.tabs-alt .tabs-alt__nav a { font-size: 16px; min-width: 100px; padding: 7px 0; }

.tabs-alt .tabs-alt__image { left: 0px; }
}

@media (max-width: 1199px) {
	.tabs-alt .tabs-alt__image { display: none; }
}

@media (max-width: 1023px) {
	.tabs-alt .tabs-alt__head { top: 181px; }
}

@media (max-width: 767px) {
	.tabs-alt { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.tabs-alt .tabs-alt__head { top: 279px; }
.tabs-alt .tabs-alt__head { top: 123px; }
.tabs-alt .tabs-alt__nav a { min-width: 0; padding: 7px 10px; font-size: 14px; }

}

/* ------------------------------------------------------------ *\
Tab Alt
\* ------------------------------------------------------------ */

.tab-alt { position: absolute; top: -9999px; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }

.tab-alt.active { position: static; opacity: 1; visibility: visible; }

/* ------------------------------------------------------------ *\
Tabs
\* ------------------------------------------------------------ */

.tabs .tabs__nav { margin: 0 -120px 0 -96px; position: relative; z-index: 10; }

.tabs .tabs__nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; background: #fff; padding-bottom: 0; }

.tabs .tabs__nav li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.tabs .tabs__nav a { font-size: 21px; display: block; position: relative; text-decoration: none; background: #fff; padding: 52px 20px 20px 150px; line-height: 1; min-height: 155px; text-transform: uppercase; -webkit-box-shadow: 0 0 34px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 34px 0 rgba(0, 0, 0, .2); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; color: #b3b3b3; font-weight: 500; -webkit-transition: background .4s, color .4s; -o-transition: background .4s, color .4s; transition: background .4s, color .4s; font-family: 'HelveticaNeueLTPro', sans-serif; }
.tabs .tabs__nav a em { font-style: normal; }

.tabs .tabs__nav a strong { display: block; font-weight: 700; margin-bottom: 2px; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; color: #1a1a1a; font-family: 'HelveticaNeueLTPro', sans-serif; }

.tabs .tabs__nav .icon-container { position: absolute; top: 50%; left: 28px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.tabs .tabs__nav .icon-container i { -webkit-transition: opacity .4s, visibility .4s; -o-transition: opacity .4s, visibility .4s; transition: opacity .4s, visibility .4s; }

.tabs .tabs__nav .icon-container i + i { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }

.tabs .tabs__nav .active a { color: #fff; -webkit-box-shadow: none; box-shadow: none; }

.tabs .tabs__nav .active a strong { color: #fff;  }

.tabs .tabs__nav .active .icon-container i { opacity: 0; visibility: hidden; }

.tabs .tabs__nav .active .icon-container i + i { opacity: 1; visibility: visible; }

.tabs .tabs__nav .active .green-bg .icon-container i { opacity: 1; visibility: visible; }

.tabs .tabs__nav .active .green-bg .icon-container i + i { opacity: 0; visibility: hidden; }

.tabs .tabs__nav .active .blue-bg { background: -webkit-gradient(linear, left top, right top, from(#249cd5), to(#284c7d)); background: -o-linear-gradient(left, #249cd5, #284c7d); background: linear-gradient(to right, #249cd5, #284c7d); }

.tabs .tabs__nav .active .yellow-bg { background: -webkit-gradient(linear, left top, right top, from(#ffda2c), to(#ba541c)); background: -o-linear-gradient(left, #ffda2c, #ba541c); background: linear-gradient(to right, #ffda2c, #ba541c); }

.tabs .tabs__nav .active .green-bg { background: -webkit-gradient(linear, left top, right top, from(#8ac63f), to(#39af48)); background: -o-linear-gradient(left, #8ac63f, #39af48); background: linear-gradient(to right, #8ac63f, #39af48); }

.tabs .tabs__nav .active .orange-bg { background: -webkit-gradient(linear, left top, right top, from(#fb8626), to(#ba541c)); background: -o-linear-gradient(left, #fb8626, #ba541c); background: linear-gradient(to right, #fb8626, #ba541c); }

.tabs .tabs__nav .disabled { pointer-events: none; }

.tabs .tabs__nav .disabled a { color: rgba(179, 179, 179, .4); }

.tabs .tabs__nav .disabled a strong { color: rgba(26, 26, 26, .4); }

.tabs .tabs__nav .disabled .icon-container { opacity: .4; }

.tabs .tabs__actions .tab__link { font-size: 21px; color: #ccc;  text-decoration: none; position: absolute; top: 500px; text-transform: uppercase; margin-top: 250px; font-weight: 700; }

.tabs .tabs__actions .tab__link i { position: relative; left: 0; -webkit-transition: left .4s; -o-transition: left .4s; transition: left .4s; }

.tabs .tabs__actions .tab__link span { display: inline-block; vertical-align: middle; }

.tabs .tabs__actions .tab__link--left { left: -143px; }

.tabs .tabs__actions .tab__link--left:hover i { left: -10px; }

.tabs .tabs__actions .tab__link--left span { padding-left: 6px; }

.tabs .tabs__actions .tab__link--right { right: -135px; }

.tabs .tabs__actions .tab__link--right:hover i { left: 10px; }

.tabs .tabs__actions .tab__link--right span { padding-right: 7px; }

.tabs .tabs__body { padding-top: 80px; }

.tabs .tabs__actions .not-active { pointer-events: none; opacity: 0; visibility: hidden; }
@media (max-width: 1850px) {
	.tabs .tabs__nav { margin: 0; }
	.tabs .tabs__nav a { font-size: 14px; padding: 41px 20px 40px 110px; min-height: 0; }

.tabs .tabs__actions .tab__link { margin-top: 190px; z-index: 100; }
.tabs .tabs__actions .tab__link span { display: none; }
.tabs .tabs__actions .tab__link--left { left: 10px; }
.tabs .tabs__actions .tab__link--right { right: 10px; }
}

@media(max-width: 1440px){

	.tabs .tabs__nav .icon-container { left: 19px; }
	.tabs .tabs__nav a { font-size: 11px; padding: 44px 12px 44px 90px; min-height: 0; }
	.tabs .tabs__actions .tab__link { top: 400px; }
}
@media (max-width: 1199px) {
	.tabs .tabs__nav { margin: 0 -10px; }
	.tabs .tabs__nav a { font-size: 10px; padding: 44px 10px 44px 80px; }
	.tabs .tabs__nav .icon-container { left: 18px; }
}

@media (max-width: 1023px) {
	.tabs .tabs__nav a { padding: 32px 20px 31px 90px; }
.tabs .tabs__nav ul { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.tabs .tabs__nav li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
	.tabs .tabs__actions .tab__link { top: 460px; }
}

@media (max-width: 767px) {
	.tabs .tabs__nav a { padding: 0 5px 0 40px; font-size: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 62px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.tabs .tabs__nav a strong { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; display: block; }
	.tabs .tabs__nav a em { display: block; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
/*.tabs .tabs__nav li { flex: 0 0 100%; max-width: 100%; }	*/
.tabs .tabs__actions { display: none; }	

	.tabs .tabs__nav .icon-container { left: 7px; }
}

/* ------------------------------------------------------------ *\
Tab
\* ------------------------------------------------------------ */

.tab { position: absolute; top: -9999px; opacity: 0; visibility: hidden; -webkit-transition: opacity .4s, visibility .4s; -o-transition: opacity .4s, visibility .4s; transition: opacity .4s, visibility .4s; }

.tab.active { position: static; opacity: 1; visibility: visible; }

/* ------------------------------------------------------------ *\
Table
\* ------------------------------------------------------------ */

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

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
Widget Note
\* ------------------------------------------------------------ */

.widget-note { background: #fcfcfc; position: relative; padding: 66px 162px 57px; -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1); box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1); }

.widget-note:before { content: ''; position: absolute; bottom: -9px; right: -13px; background: #fff url(../images/edge.png) no-repeat 0 0; width: 66px; height: 52px;   }

.widget-note:after { position: absolute; bottom: -1px; right: -62px; width: 126px; height: 41px; -webkit-transform: rotate(-42deg); -ms-transform: rotate(-42deg); transform: rotate(-42deg);  background: url(../images/pattern-dark.jpg) repeat 0 0; }

.widget-note .label { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 15px 0 0 8px; }

.widget-note .widget__bars { list-style: none; text-align: center; position: absolute; top: 0; left: 0; width: 100%; }

.widget-note .widget__bars li { display: inline-block; background: #e6e6e6; border: 1px solid #fff; border-radius: 3px; width: 20px; height: 36px; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.widget-note .widget__bars li + li { margin-left: 84px; }

.widget-note .widget__content { font-size: 20px; line-height: 1.6; text-align: center; }

.widget-note .widget__content p { margin: 0; padding: 0; }

.widget-note .widget__content p + p { margin: 15px 0 0; }

.widget-note .widget__corner { display: none; position: absolute; bottom: 0; right: 0; width: 52px; height: 41px; background: url(../images/pattern-dark.jpg) repeat 0 0; }

.widget-note .widget__corner:after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 41px 52px 0 0; border-color: #ccc transparent transparent transparent; }

@media (max-width: 1850px) {
	.widget-note { padding: 66px 100px 57px; }
.widget-note .widget__bars li + li { margin-left: 50px; }
.widget-note .widget__content { font-size: 18px; }
}

@media (max-width: 1023px) {
	.widget-note { padding: 66px 50px 57px; }
.widget-note .widget__bars li + li { margin-left: 30px; }
.widget-note .widget__content { font-size: 18px; }	
}

@media (max-width: 767px) {
	.widget-note { margin: 0 25px; padding: 65px 15px 50px;  }
.widget-note .widget__bars { display: none; }
.widget-note .widget__content { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
Themes
\* ------------------------------------------------------------ */

@media ( min-width: 768px){
	.inner-page .main .shell#inner{
	padding: 0px;
}
div.main_container,
.inner-page .main .shell,
div.main .shell .content{
	width: 100%;
}

div.content .js-tabs ul li{
	margin-left: 0px;
	padding-bottom: 0px;
}

img{
	border: none !important;
}

body .content p, a{
	font-family: HelveticaNeueLTPro, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}

.swp_social_panel{ display: none !important; }

.content div.section{
	padding: 0px;
}

.section h4{
	font-size: 28px;
	font-family: sans-serif;
}
.main ul li{
	line-height: 25px;
}
}

input[type="number"] {
    -moz-appearance: textfield;
}

.swp_social_panel{
	display: none !important;
}