/*
 * Custom fonts
 */
@font-face {
	font-family: 'icomoon';
	src:	url('../fonts/icomoon.eot?46wm4a');
	src:	url('../fonts/icomoon.eot?46wm4a#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?46wm4a') format('truetype'),
		url('../fonts/icomoon.woff?46wm4a') format('woff'),
		url('../fonts/icomoon.svg?46wm4a#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
 * General reset
 */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
p, ol, dl, address, form, blockquote, q, applet, embed, object, iframe, frameset {margin:0 0 18px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
menu, nav, section, summary, time, mark, audio,video {
	border:0;
	background:none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display:block;}
html, body {
	height:100%;
	min-width:320px;
}
body {
	margin:0;
	color:#666;
	font:500 15px/18px 'Raleway', Helvetica, sans-serif;
	background-color:#fff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
a {
	text-decoration:none;
	color:#038bdf;
	transition:all 200ms;
}
a:hover{
	text-decoration:underline;
}
img {
	vertical-align:top;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse:collapse;
	border-spacing:0;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}
input[type=submit],
button {transition:all 350ms;}
input[type=submit]:hover,
button:hover {cursor:pointer;}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance:none;}
input[type=password] {-webkit-text-security:disc;}
*::-moz-placeholder {opacity:1;}
*:focus {
	outline:0;
}
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=file],
input[type=stats-number],
input[type=url],
textarea {
	-webkit-appearance:none;
}
input[type=image] {
	padding:0;
	border:none;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-user-modify:read-write-plaintext-only;
}
input[type=stats-number]::-webkit-outer-spin-button {margin:0;}
input::-ms-clear {display:none;}
h1, h2, h3, h4, h5, h6{
	margin:0 0 25px;
	line-height: 1;
}
h1 {
	font-size: 40px;
	font-weight: 400;
}
h2 {
	font-size: 37px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	color: #038bdf;
}
h3{
	font-size:20px;
	line-height:23px;
	font-weight: 500;
}
h4 {
	font-size:18px;
	line-height:20px;
	font-weight: 500;
}
h5 {
	font-size:15px;
	line-height:18px;
	font-weight: 600;
}
h6 {
	font-size:14px;
	line-height:16px;
}
ul {margin:18px 0 15px 22px;}
ul li, 
ol li {
	margin:0 0 12px; 
	list-style: square;
	list-style-position:inside;
}

/*
 * Icons
 */
[class^="icon-"], [class*=" icon-"], .slick-arrow {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-power:before {
	content: "\e909";
}
.icon-arrow-right:before {
	content: "\e907";
}
.icon-arrow-left:before {
	content: "\e908";
}
.icon-power-off:before {
	content: "\e906";
}
.icon-envelope:before {
	content: "\e900";
}
.icon-youtube:before {
	content: "\e901";
}
.icon-linkedin:before {
	content: "\e902";
}
.icon-twitter:before {
	content: "\e903";
}
.icon-search:before {
	content: "\e904";
}
.icon-facebook:before {
	content: "\e905";
}
.icon-bars:before {
	content: "\e90a";
}

/*
 * Clearfix
 */
.container:before,
.container:after,
.columns:before,
.columns:after {
	content:"";
	display:table;
}
.container:after,
.columns:after {
	clear:both;
}

/*
 * Layout
 */
#wrapper {
	display:table;
	table-layout: fixed;
	width:100%;
	height:100%;
}
.container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 7px;
}
.container.is-large {
	max-width:1170px;
	margin:0 auto;
	padding: 0;
	position: relative;
}
.container.is-small {
	max-width: 774px;
}

/*
 * Grid / columns
 */
.columns {
	margin: 0 0 30px;
}
.columns .column-02 {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
}
.columns .column-02:last-child {
	padding: 0 0 0 20px;
}

/*
 * Section
 */
.section {
	padding: 35px 0 20px;
}
.section.is-gray {
	background-color: #f7f7f7;
}
.section h2 {
	text-align: center;
}
.section h3 {
	margin: 0;
	color: #3f43ae;
}

/*
 * Hidden elements
 */
.hide-text {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#skip, #back {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	color: #038bdf;
}
#skip {
	color: #3f43ae;
}
#back {
	color: #fff;
}
#skip:focus {
	top: 0;
	left: 0;
	width:auto;
	height:auto;
}
#back:focus {
	bottom: 0;
	left: 0;
	width:auto;
	height:auto;
}

/*
 * Buttons
 */
.btn {
	display: inline-block;
	vertical-align: top;
	width: 209px;
	height: 62px;
	padding: 10px;
	text-align: center;
	color: #fff;
	border:1px solid #fff;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 300;
	line-height: 40px;
}
.btn:hover {
	text-decoration: none;
}

/*
 * Header
 */
#header {
	display:table-row;
}
.header-holder{
	position: relative;
}
/* logotype */
.logo {
	float: left;
	margin: 55px 0 0;
}
.logo a {
	display:block;
	height:100%;
}
.header-area{
	text-align: right;
}
/* menu */
.menu {
	display: inline-block;
	vertical-align: top;
	margin: 30px 65px 25px 5px;
	font-size: 0;
}
.menu li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #408dcd;
	font-size: 15px;
}
.menu li:last-child {
	border-right: 0;
}
.menu a{
	color: #3f43ae;
}
.menu li a i {
	display: inline-block;
	vertical-align: top;
}

.header-nav {
	float: right;
	font-size: 19px;
	text-transform: uppercase;
}
.header-nav ul {
	margin: 13px 0 17px 17px;
}
.header-nav li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin:0 60px 10px 0;
}
.header-nav li:last-child {
	margin-right:0;
}
.header-nav a {
	color: #666;
}
.header-nav .active a,
.header-nav .current-page-ancestor a,
.header-nav .current-menu-item a {
	color: #0072c6;
}
.header-nav a:hover {
	color: #0072c6;
	text-decoration: none;
}
/* dropdown */
.header-opener {
	display: none;
	cursor: pointer;
	float: right;
	font-size: 30px;
	margin: 30px 5px 0;
}

/*
 * Support-link
 */
.support-link {
	display: inline-block;
	vertical-align: top;
	min-width: 163px;
	height: 77px;
	padding: 20px 10px 15px 10px;
	color: #fff;
	font-size: 14pt;
	font-weight: 600;
	border-radius: 3px;
	background-color:#df2b02;
	transition: all 200ms;
	position: relative;
	text-align: right;
}
.support-link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 73px;
	background:url(../images/sprite.png) no-repeat -33px -547px;
}
.support-link:hover {
	text-decoration: none;
	background-color: #f36d00;
}
.support-link strong {
	display: block;
	font-size: 21px;
	font-weight: 300;
	margin: 0 0 5px;
}

/*
 * main
 */
#main {
	display:table-row;
	height:100%;
}

/*
 * Gallery
 */
.aapd-gallery-slider {
	max-width: 1400px;
	margin: 0 auto 15px;
	position: relative;
}
.aapd-gallery-slider .slick-arrow {
	position: absolute;
	top: 40%;
	display: inline-block;
	vertical-align: top;
	width: 49px;
	height: 49px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0 14px;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	color: transparent;
	background-color: transparent;
	z-index: 2;
}
.aapd-gallery-slider .slick-arrow:hover {
	border: 2px solid #7db6e0;
	background-color: #7db6e0;
}
.aapd-gallery-slider .slick-next {
	right: 9%;
}
.aapd-gallery-slider .slick-next:before {
	content: "\e907";
	color: #fff;
}
.aapd-gallery-slider .slick-prev {
	left: 9%;
}
.aapd-gallery-slider .slick-prev:before {
	content: "\e908";
	color: #fff;
}
.aapd-gallery-slider .slick-disabled {
	visibility: hidden;
	opacity: 0;
}

/* slide content */
.slide {
	position: relative;
}
.slide img {
	width: 100%;
	height: auto;
}
.slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8); 
	padding: 20px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #444;
}
.slide-content h3 {
	color: #3f43ae;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
}
.slide-content p {
	margin: 0;
}
.slide-content a {
	color: #3f43ae;
}

/*
 * Intro
 */
.intro .container {
	background: url(../images/img-power-bg.png) no-repeat 7px 0;
}
.intro-frame {
	max-width: 870px;
	min-height: 277px;
	margin: 0 auto 35px;
	padding: 88px 7px 0;
	color: #454444;
	font-size: 28px;
	line-height: 43px;
	font-weight: 300;
}
.intro-frame strong {
	color: #0072c6;
	font-size: 45px;
	font-weight: 300;
}

/*
 * Info-list
 */
.info-list {
	margin: 0 -12px;
	padding: 0;
	text-align: center;
}
.info-list > li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0 12px 93px;
	list-style: none;
	margin: 0;
}
.info-list .info-block {
	max-width: 302px;
	margin: 0 auto;
}
.info-block-img img {
	max-width: 100%;
	height: auto;
}

/*
 * project-section
 */
.project-section .info-list > li{
	padding-bottom: 40px;
}

 /*
 * Info-block
 */
.info-block{
	background-color: #f7f7f7;
	position: relative;
}
.info-block-img img {
	width: 100%;
	height: auto;
}
.info-block-text {
	padding: 15px 10px;
	text-align: left;
}
.info-block-text p {
	margin: 0 10px;
}
.info-block h3 {
	font-size:20px;
	line-height:23px;
	font-weight: 500;
	color: #3f43ae;
	margin: 0 0 6px;
	text-align: center;
}
.info-block h3 strong{
	font-size: 33px;
	font-weight: 500;
}
.info-block h3 a {
	color: #3f43ae;
}
.info-block-open {
	position: absolute;
	top: 11px;
	left: 14px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 200ms;
}
.info-block-open:hover {
	background-color: #7db6e0;
	color: #fff;
}
.info-block-close {
	position: absolute;
	top: 11px;
	left: 14px;
	width: 30px;
	height: 30px;
	color: #666;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	border-radius: 50%;
	border: 2px solid #666;
	text-align: center;
	cursor: pointer;
}
.info-block-close:hover {
	background-color: #7db6e0;
	color: #fff;
	border-color: #7db6e0;
}
.info-block-overlay {
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(235, 235, 235, 0.9);
	color: #3f43ae;
	font-size: 17px;
	line-height: 24px;
	padding: 40px 20px 0 28px;
	text-align: left;
	transition: all 200ms;
	z-index: -1;
	overflow: auto;
}
.info-block-overlay.visible {
	height: 100%;
	z-index: 1;
}
.info-block-overlay-holder {
	display: table;
	width: 100%;
	height: 100%;
}
.info-block-overlay-frame {
	display: table-cell;
	vertical-align: middle;
}

/*
 * Connect
 */
.connect {
	padding: 32px 0 23px;
	color: #fff;
	background-color: #4095d4;
	text-align: center;
	font-size: 36px;
	line-height: 60px;
	margin: 0 0 57px;
}
.connect .social{
	font-size: 31px;
	line-height: 64px;
}


/*
 * Social
 */
.social{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 36px;
}
.social li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 21px 0 0;
}
.social li:last-child {
	margin: 0;
}
.social li a{
	color: #fff;
}
.social li a:hover {
	text-decoration: none;
	color: #7db6e0 ;
}

/*
 * Post-list
 */
.post-list {
	margin: 0;
}
.post-list li{
	list-style: none;
	position: relative;
	padding: 0 0 25px 68px;
	margin: 0;
}
.post-list img {
	position: absolute;
	top: 0;
	left: 0;
}

/*
 * Newsletter
 */
.newsletter {
	max-width: 725px;
	margin:0 auto;
}
.newsletter .column-02 {
	padding: 0 0 0 20px
}
.newsletter .column-02:last-child {
	padding: 0 0 0 50px
}
.newsletter .support-link {
	width: 100%;
	max-width: 304px;
	height: 144px;
	padding: 35px 20px 15px 17px;
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
	text-align: right;
	margin: 0 0 13px;
	background-color:#f33f00;
}
.newsletter .support-link:before {
	width: 136px;
	background-position:-196px -568px
}
.newsletter .support-link:hover {
	background-color: #f36d00;
}
.newsletter .support-link strong {
	font-size: 38px;
	line-height: 36px;
}
.newsletter-form-holder {
	position: relative;
	padding: 0 91px 0 0;
}
.newsletter-form {
	max-width: 304px;
}
.newsletter-form label{
	display: block;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
}
.newsletter input[type=text],
.newsletter input[type=email] {
	display: block;
	width: 100%;
	height: 42px;
	border: 2px solid #0072c6;
	border-radius: 3px 0 0 3px;
	padding: 0 5px;
	text-align: center;
}
.newsletter input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	width: 91px;
	height: 42px;
	background-color: #0072c6;
	border-radius: 0 3px 3px 0;
	border: 0;
	color: #fff;
}
.newsletter input[type=submit]:hover {
	background-color: #7db6e0;
}

/*
 * Sponsors-gallery
 */
.sponsors-gallery {
	margin: 60px 20px 30px;
	text-align: center;
}
.sponsors-gallery .slick-slide img {
	display: inline-block;
}

/*
 * Hero
 */
.hero {
	max-width: 1400px;
	margin: 0 auto 73px;
	position: relative;
}
.hero:before {
	content: "";
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 476px;
	height: 524px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: -1;
}
.hero.is-violet:before {
	background-position:-512px 0;
}
.hero.is-violet .hero-article {
	background-color: rgba(158, 85, 170, 0.9);
}
.hero.is-green:before {
	background-position:-1024px 0;
}
.hero.is-green .hero-article {
	background-color: rgba(64, 191, 191, 0.9);
}
.hero-holder {
	display: table;
	width: 100%;
	height: 546px;
	table-layout: fixed;
}
.hero-img {
	display: table-cell;
	vertical-align: top;
	height: inherit;
	overflow: hidden;
	position: relative;
}
.hero-img-holder {
	height: 100%;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: relative;
}
.hero-img img {
	position: absolute;
}
.hero-article {
	display: table-cell;
	vertical-align: middle;
	width: 488px;
	height: inherit;
	padding: 90px 40px 90px 40px;
	background-color: rgba(0, 114, 198, 0.75);
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	position: relative;
}
.hero-article h1 {
	text-transform: uppercase;
	font-size:27px;
	line-height:32px;
	margin: 0 0 33px;
}
.hero-article .btn {
	position: absolute;
	left: 44px;
	bottom: 18px;
}
.hero .btn:hover {
	background-color: rgba(0, 114, 198, 1);
}
.hero.is-violet .btn:hover {
	background-color: rgba(158, 85, 170, 1)
}
.hero.is-green .btn:hover {
	background-color: rgba(64, 191, 191, 1)
}

/*
 * Resources-list
 */
.resources-list {
	margin: 0 0 30px;
}
.resources-list .first{
	padding: 0 40px 0 0;
}
.resources-list .last {
	padding: 0 0 0 40px;
}
.resources-block {
	position: relative;
	padding: 5px 0 30px 0;
	overflow: hidden;
}
.resources-block img {
	float: left;
	margin: 0 20px 0 0;
}
.resources-list h3,
.resources-block h3 {
	margin: 0 0 5px;
	font-size:15px;
	line-height:18px;
	font-weight: 600;
	color: #666;
}
.resources-block h3 a {
	color: inherit;
}

/*
 * Promo
 */
.promo{
	display: table;
	width: 100%;
	padding-bottom: 30px;
}
.promo-icon {
	display: table-cell;
	width: 123px;
	vertical-align: middle;
	text-align: center;
}
.promo-icon img {
	max-width: 100%;
}
.promo-text {
	display: table-cell;
}
.promo-text h3 {
	margin: 0 0 10px;
}
.promo-text h3 a {
	color: inherit;
}

/*
 * media-links
 */
.media-links {
	margin: 0 -5px 40px;
}
.media-links > li {
	list-style: none;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 20px;
	margin: 0;
}
.media-link {
	display: block;
	height: 95px;
	max-width: 304px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	line-height: 70px;
	font-weight: 400;
	border: 2px solid;
	border-radius: 3px;
}
.media-link:hover {
	text-decoration:none;
}
.media-link.is-blue {
	border-color: #0072c6;
	color: #0072c6;
}
.media-link.is-blue:hover,
.active .media-link.is-blue {
	background-color: #0072c6;
	color: #fff;
}
.media-link.is-green {
	border-color: #15b6b6;
	color: #15b6b6;
}
.media-link.is-green:hover,
.active .media-link.is-green {
	background-color: #15b6b6;
	color: #fff;
}
.media-link.is-violet {
	border-color: #7a4183;
	color: #7a4183;
}
.media-link.is-violet:hover,
.active .media-link.is-violet {
	background-color: #7a4183;
	color: #fff;
}

/*
 * section-blog
 */
.section-blog {
	padding: 45px 0;
	margin: 0 0 10px;
}
.section-blog .media-links {
	margin: 0 -23px 80px;
}


/*
 * Blog list
 */
.blog-list .first {
	padding: 0 50px 0 0;
}
.blog-list .last {
	padding: 0 0 0 50px;
}
.blog-box {
	list-style: none;
	padding: 0 10px 50px 100px;
	position: relative;
}
.blog-box a {
	color: #666;
	font-weight: 600;
}
.blog-box a:hover {
	text-decoration:none;
}
.blog-box time {
	position: absolute;
	top: 0;
	left: 5px;
	width: 76px;
	height: 76px;
	padding: 15px 0 0;
	border: 2px solid #0072c6;
	border-radius: 3px;
	text-align: center;
	color: #0072c6;
	text-transform: uppercase;
	font:600 16px/22px 'Open Sans', Helvetica, sans-serif;
}

/*
 * More
 */
.more {
	text-align: right;
	text-transform: uppercase;
	line-height: 36px;
}
.more a {
	color: #038bdf;
	font-weight: 600;
}
.more a.previous-posts-link {
	float: left;
}
.more a.next-posts-link {
	float: right;
}
.more i {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 38px;
	margin: 0 0 0 29px;
	border: 2px solid #038bdf;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
.more i.icon-arrow-left {
	margin-right: 29px;
	margin-left: 0;
}
.more a:hover {
	color: #7db6e0 ;
}
.more a:hover i {
	border-color:#7db6e0;
	background-color:#7db6e0;
	color: #fff;
}

/*
 * footer
 */
#footer {
	display:table-row;
}
.footer-holder {
	background-color:#575757;
	padding:30px 0 20px;
	color:#fff;
	text-transform: uppercase;
	font:400 12px/30px 'Open Sans', Helvetica, sans-serif;
	position: relative;
}
.footer-holder a {
	color: #fff;
}
.footer-holder p {
	margin: 0;
}
.footer-area {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.copyrights {
	display: table-cell;
	text-align: left;
	width: 300px;
}
.copyrights a:hover {
	color: #7db6e0;
}
.contacts {
	display: table-cell;
	text-align: center;
}
/*footer social*/
.footer-holder .social-area{
	display: table-cell;
	width: 300px;
	text-align: right;
}
.footer-holder .social{
	margin: 0;
}
.footer-holder .social li {
	margin: 0 22px 0 0;
	font-size: 28px;
}
.footer-holder .social li:last-child {
	margin: 0;
}

/*
 * Slick Slider
 * https://github.com/kenwheeler/slick/
 */
.slick-slider
{
	position: relative;
	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*
 * Responsive
 */
@media only screen and (min-width:769px) {
	.header-area {
		display: block !important;
		opacity: 1 !important;
		height: auto !important;
	}
}
@media only screen and (max-width:1169px) {
	/*
	 * Layout
	 */
	.container.is-large {
		padding: 0 10px;
	}
	/*
	 * Header
	 */
	.header-nav li {
		margin: 0 25px 10px 0;
	}
	/*
	 * Info-list
	 */
	.info-list {
		margin: 0 -6px;
	}
	/*
	 * Hero
	 */
	.hero-article {
		width: 400px;
	}
	/*
	 * Media-links
	 */
	.section-blog .media-links {
		margin: 0 0 80px;
	}
	.media-link {
		font-size: 25px;
	}
	/*
	 * Footer
	 */
	.footer-area {
		display: block;
		text-align: center;
	}
	.copyrights {
		display: block;
		float: left;
		width: auto;
		margin: 0 20px 0 0;
	}
	.contacts {
		display: block;
		overflow: hidden;
		text-align: right;
	}
	.footer-holder .social-area{
		display: block;
		margin: 20px 0 0 0;
		width: auto;
		text-align: center;
	}
}

@media only screen and (max-width:768px) {
	/*
	 * Layout
	 */
	.container {
		padding: 0 15px;
	}
	/*
	 * Grid / columns
	 */
	.columns .column-02 {
		width: 100%;
		padding: 0;
		float: none;
		margin: 0;
	}
	.columns .column-02:last-child,
	.section-blog .columns .column-02:last-child,
	.newsletter .column-02:last-child,
	.section-blog .columns .column-02,
	.resources-list .first,
	.resources-list .last,
	.blog-list .first,
	.blog-list .last {
		padding: 0;
	}
	/*
	 * Header
	 */
	.logo {
		margin: 10px 0;
	}
	.header-area {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		background-color: #e1e1e1;
		text-transform: uppercase;
		line-height: 25px;
		text-align: left;
	}
	/* dropdown */
	.header-opener {
		display: block;
		transition: all 300ms;
	}
	.opened .header-opener {
		margin-top: 10px;
		position: relative;
		z-index: 11; 
	}
	.header-frame {
		display: table;
		width: 100%;
	}
	.header-row {
		display: table-footer-group;
	}
	.header-nav {
		display: table-header-group;
		float: none;
	}
	.header-nav ul,
	.menu {
		display: block;
		margin: 0;
	}
	.header-nav li,
	.menu li {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 19px;
	}
	.header-nav a,
	.menu a {
		display: block;
		padding: 10px 10px 10px 39px;
		color: #666;
		border-top: 1px solid #fff;
	}
	.header-nav a:hover,
	.menu a:hover {
		color: #038bdf;
		text-decoration: none;
	}
	.header-nav li:first-child a {
		border-top: 0;
	}
	.header-area .support-link {
		display: block;
		height: auto;
		padding: 10px 10px 10px 39px;
		border-radius: 0;
		font-weight: 500;
		text-align: left;
		font-size: 19px;
	}
	.header-area .support-link:before {
		display: none;
	}
	.header-area .support-link strong {
		display: inline;
		font-size: 19px;
		font-weight: 500;
		margin: 0 4px 0 0;
	}
	.menu li a i {
		display: none;
	}
	.header-area .active a {
		color: #0072c6;
	}
	.header-nav li:first-child {
		padding-right: 50px;
	}
	/*
	 * Gallery
	 */
	.slide-content {
		position: static;
	}
	.aapd-gallery-slider .slick-arrow {
		top: 25%;
	}
	/*
	 * Info-list
	 */
	.info-list {
		margin: 0;
		text-align: left;
	}
	.info-list > li {
		width: 49%;
		margin:0;
		padding: 0 10px 40px;
	}
	/*
	 * Social
	 */
	.social{
		display: block;
		margin: 0;
	}
	/*
	 * Newsletter
	 */
	.newsletter {
		padding: 0 7px;
	}
	.newsletter .support-link {
		display: block;
		margin: 0 auto 30px;
	}
	.newsletter-form {
		max-width: 320px;
		margin: 0 auto;
	}
	/*
	 * Post-list
	 */
	.post-list li {
		margin: 0 0 20px;
	}
	/*
	 * Hero
	 */
	.hero-img {
		display: block;
		height: auto;
	}
	.hero-img-holder {
		margin: 0;
	}
	.hero-img img {
		position: static;
		width: 100%;
		height: auto;
	}
	.hero-article {
		display: block;
		width: 100%;
		height: auto;
		padding:25px 20px 90px 20px;
	}
	.hero-article .btn {
		left: auto;
	}
	/*
	 * Promo
	 */
	.promo {
		margin: 0 0 20px;
	}
	.promo-icon {
		width: 70px;
	}
	.promo-text {
		padding:0 0 0 15px;
	}
	/*
	 * Media-links
	 */
	.media-links > li {
		width: 100%;
		display: block;
		padding: 0 0 20px;
	}
	.media-link {
		width: 100%;
	}
	/*
	 * Footer
	 */
	.copyrights {
		display: block;
		float: none;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.contacts {
		text-align: center;
	}
}
@media only screen and (max-width:640px) {
	/*
	 * Info-list
	 */
	.info-list {
		text-align: center;
	}
	.info-list > li {
		width: 96%;
		margin:0;
	}
	.info-list .info-block {
		max-width: none;
	}
	/*
	 * Footer
	 */
	.contacts span {
		display: block;
	}
}
@media only screen and (max-width:479px) {
	/*
	 * Gallery
	 */
	.aapd-gallery-slider .slick-arrow {
		top: 15%;
	}
	/*
	 * Intro
	 */
	.intro-frame {
		display: none;
	}
	/*
	 * Connect
	 */
	.connect {
		font-size: 30px;
	}
	/*
	 * Social
	 */
	.social li {
		margin: 0 20px 0 0;
	}
}

