/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
         Tablet Portrait --------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container ---------------------------------
    10. Content -----------------------------------
    11. Footer ------------------------------------
    12. Header ------------------------------------
         Small Desktop ----------------------------
    13. Main --------------------------------------
    14. Shell -------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
    15. Sidebar -----------------------------------
    16. Wrapper -----------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
    17. Modules -----------------------------------
    18. Button ------------------------------------
         Button Block -----------------------------
    19. Form Elements -----------------------------
    20. Form --------------------------------------
    21. Link Back ---------------------------------
    22. Link --------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
    23. List --------------------------------------
    24. Logo --------------------------------------
    25. Logo Result -------------------------------
         Tablet Portrait --------------------------
    26. Nav ---------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
    27. Nav Lang ----------------------------------
    28. Section -----------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
    29. Section Default ---------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
    30. Slider ------------------------------------
    31. Table -------------------------------------
    32. Tiles -------------------------------------
         Tablet Portrait --------------------------
    33. Widget ------------------------------------
    34. Themes ------------------------------------
 */

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

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

.ico-arrow-right { background-image     : url(../images/sprite.png); background-position     : 0% 0%; background-size     : 179.31034482758622% 100%; width     : 29px; height     : 64px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-back { background-image     : url(../images/sprite.png); background-position     : 100% 0%; background-size     : 273.6842105263158% 457.1428571428571%; width     : 19px; height     : 14px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	.ico-arrow-right { background-image     : url(../images/sprite.@2x.png); background-position     : 0% 0%; background-size     : 179.31034482758622% 100%; width     : 29px; height     : 64px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-back { background-image     : url(../images/sprite.@2x.png); background-position     : 100% 0%; background-size     : 273.6842105263158% 457.1428571428571%; width     : 19px; height     : 14px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
}

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

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

body { min-width: 768px; background: #ffffff; font-family: 'Bebas Neue', sans-serif; font-size: 21px; line-height: 1.43; color: #000000; }

body.open { overflow: hidden; height: 100%; }

body.open .wrapper:before { right: -947px; opacity: 1; }

body.open .section-default .section__aside { right: -344px; }

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

a:hover { text-decoration: underline; }

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

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.715em; font-weight: normal; letter-spacing: 0.05em; }

h1 { font-size: 60px; }

h2 { font-size: 60px; }

h3 { font-size: 40px; }

h4 { font-size: 30px; }

h5 { font-size: 24px; }

h6 { font-size: 21px; }

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

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; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	h1,
	h2 { font-size: 50px; }
}

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

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBook.eot');
    src: url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/BebasNeueBook.woff') format('woff'),
        url('../fonts/BebasNeueBook.ttf') format('truetype'),
        url('../fonts/BebasNeueBook.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeueRegular.ttf') format('truetype'),
        url('../fonts/BebasNeueRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg') format('svg');
    font-weight: bold;
    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; }
}

/* ------------------------------------------------------------ *\
	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
\* ------------------------------------------------------------ */

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

.header { position: fixed; top: 0; left: 0; z-index: 20; min-width: 768px; width: 100%; height: 101px; background: #ffffff; }

.header .header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 35px 0 29px; margin-right: -42px; }

.header .nav-lang { padding-bottom: 5px; }

/* Small Desktop */

@media (max-width: 1199px) {
	.header .header__inner { margin-right: 0; }
}

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

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

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

.shell--fluid { max-width: none; padding: 0 98px; }

/* Small Desktop */

@media (max-width: 1199px) {
	.shell--fluid { padding: 0 50px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.shell--fluid { padding: 0 20px; }
}

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

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

.wrapper { position: relative; overflow: hidden; min-height: 100vh; padding-top: 101px; }

.wrapper:before { position: absolute; top: 50%; right: -619px; z-index: 11; width: 0; height: 0; border-style: solid; border-width: 2500px 1061px 2500px 0; border-color: transparent #da1f2e transparent transparent; opacity: .8; margin-top: -2448px; pointer-events: none; content: ''; -webkit-transition: right .4s, opacity .4s; -o-transition: right .4s, opacity .4s; transition: right .4s, opacity .4s; }

/* Small Desktop */

@media (max-width: 1199px) {
	.wrapper:before { right: -690px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.wrapper:before { right: -790px; }
}

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

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

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/*  Button Block  */

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

/* ------------------------------------------------------------ *\
	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
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Link Back
\* ------------------------------------------------------------ */

.link-back { position: relative; display: inline-block; padding: 3px 0 3px 35px; font-family: 'Roboto', sans-serif; font-size: 14px; color: #43484d; font-weight: bold; }

.link-back:hover { text-decoration: none; }

.link-back:before { position: absolute; top: 4px; left: 0; width: 19px; height: 14px; background: url(../images/ico-back@2x.png) no-repeat 0 0; background-size: 100% 100%; content: ''; -webkit-transition: left .4s; -o-transition: left .4s; transition: left .4s; }

.link-back:hover:before { left: 5px; }

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */

.link { position: relative; display: inline-block; padding: 3px 0 3px 23px; font-size: 21px; line-height: 1.1; /*font-weight: bold;*/ letter-spacing: 0.075em; }

.link:hover { text-decoration: none; }

.link:before { position: absolute; top: 4px; left: 0; width: 10px; height: 22px; background: url(../images/ico-arrow-right@2x.png) no-repeat 0 0; background-size: 100% 100%; content: ''; -webkit-transition: left .4s; -o-transition: left .4s; transition: left .4s; }

.link:hover:before { left: 5px; }

/* Small Desktop */

@media (max-width: 1199px) {
	.link:before { top: 1px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.link { padding-left: 18px; letter-spacing: 0.05em; }
}

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

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

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

.logo { overflow: hidden; display: inline-block; width: 258px; height: 37px; background: url(../images/logo@2x.png) no-repeat 0 0; background-size: 100% 100%; font-size: 0; text-indent: 100%; white-space: nowrap; }

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

.logo-result { overflow: hidden; display: inline-block; width: 284px; height: 39px; background: url(../images/logo-result@2x.png) no-repeat 0 0; background-size: 100% 100%; font-size: 0; text-indent: 100%; white-space: nowrap; -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; }

.logo-result:hover { opacity: .8; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.logo-result { width: 220px; height: 30px; }
}

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

.nav ul { list-style: none outside none; }

.nav li { margin-bottom: 58px; }

.nav li:last-child { margin-bottom: 0; }

.nav a { position: relative; display: inline-block; padding-left: 56px; font-size: 60px; line-height: 1.1; font-weight: 200; letter-spacing: 0.05em; }

.nav a:hover { text-decoration: none; }

.nav a:before { position: absolute; top: 1px; left: 0; width: 29px; height: 64px; background: url(../images/ico-arrow-right@2x.png) no-repeat 0 0; background-size: 100% 100%; content: ''; -webkit-transition: left .4s; -o-transition: left .4s; transition: left .4s; }

.nav a:hover:before { left: 5px; }

/* Small Desktop */

@media (max-width: 1199px) {
	.nav a:before { top: -4px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.nav a { padding-left: 40px; font-size: 46px; }
	.nav a:before { top: 0px; width: 20px; height: 44px; }
}

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

.nav-lang ul { font-size: 0; list-style: none outside none; }

.nav-lang li { position: relative; display: inline-block; padding-left: 23px; margin-left: 23px; vertical-align: middle; }

.nav-lang li:first-child { padding-left: 0; margin-left: 0; }

.nav-lang li:first-child:before { display: none; }

.nav-lang li:before { position: absolute; top: 50%; left: 0; height: 34px; border-left: 1px solid #e5e5e5; margin-top: -17px; content: ''; }

.nav-lang a { position: relative; display: block; font-family: 'Roboto', sans-serif; font-size: 17px; color: #43484d; font-weight: bold; }

.nav-lang a:before { position: absolute; bottom: -3px; left: 0; width: 0; border-bottom: 2px solid #cccccc; content: ''; -webkit-transition: width .4s; -o-transition: width .4s; transition: width .4s; }

.nav-lang a:hover { text-decoration: none; }

.nav-lang a:hover:before,
.nav-lang .current a:before { width: 100%; }

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

.section { position: fixed; top: 101px; left: 0; z-index: 10; overflow-y: auto; min-width: 768px; width: 100%; height: calc(100% - 101px); padding: 46px 130px 46px 98px; background: #f1f1f1; -webkit-overflow-scrolling: touch; opacity: 0; visibility: hidden; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s; transition: opacity .4s, visibility .4s, -webkit-transform .4s; -o-transition: opacity .4s, visibility .4s, transform .4s; transition: opacity .4s, visibility .4s, transform .4s; transition: opacity .4s, visibility .4s, transform .4s, -webkit-transform .4s; }

.section.expanded { opacity: 1; visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.section .shell { max-width: 84.4%; padding: 0; margin-left: 0; }

.section .section__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-right: 20px; margin-bottom: 26px; }

.section .section__head .link-back { position: absolute; top: 67px; right: 66px; }

.section .section__title { color: #43484d; }

.section .section__content { margin-bottom: 29px; color: #43484d; }

.section .section__content p { font-family: 'Roboto', sans-serif; font-weight: bold; }

.section .section__image img { width: 100%; }

.section .section__actions { padding-top: 36px; }

.section .tiles { padding-top: 9px; }

.section .tile { opacity: 0; }

.section.expanded .tile { opacity: 1; }

.section:not(.expanded) .tile { -webkit-transition-delay: 0s !important; -o-transition-delay: 0s !important; transition-delay: 0s !important; }

/* Small Desktop */

@media (max-width: 1199px) {
	.section { padding-left: 50px; padding-bottom: 30px; }

	.section .section__head .link-back { right: 50px; }

	.section .section__title { line-height: 1.2; }
	
	.section .shell { max-width: 820px; }
}

@media (max-height: 767px) {
	.section { padding-top: 25px; padding-bottom: 25px; }

	.section .section__head { margin-bottom: 5px; }
	.section .section__head .link-back { top: 30px; }

	.section .section__title { font-size: 50px; line-height: 1.1; }

	.section .section__content p { font-size: 17px; }
	
	.section .section__actions { padding-top: 20px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section { padding-left: 20px; }

	.section .section__head .link-back { right: 25px; }
}

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

.section-default { position: relative; overflow: hidden; display: table; width: 100%; height: calc(100vh - 101px); background-color: #06180d; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; color: #ffffff; }

.section-default .section__bg { position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; min-height: 100vh; opacity: .4; }

.section-default .section__bg video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; max-width: none; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.section-default .section__body { display: table-cell; padding: 50px 0 66px; vertical-align: middle; }

.section-default .section__content { padding-right: 350px; }

.section-default .section__aside { position: absolute; top: 50%; right: 0; z-index: 12; width: 337px; padding-right: 5px; margin-top: 3px;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%); -webkit-transition: right .4s; -o-transition: right .4s; transition: right .4s; }

/* Small Desktop */

@media (max-width: 1199px) {
	.section-default .section__content { padding-right: 250px; }

	.section-default .section__aside { width: 300px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-default .section__aside { width: 240px; }
}

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

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

/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */

.tiles { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -25px; margin-right: -25px; }

.tiles:last-child { margin-bottom: -4px; }

.tiles .tile { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 25px; }

.tile { margin-bottom: 4px; -webkit-transition: opacity .6s; -o-transition: opacity .6s; transition: opacity .6s; }

.tile .tile__image img { width: 100%; }

.tile .tile__content { min-height: 90px; padding: 17px 0; }

.tile:hover .link:before { left: 5px; }

@media (max-height: 767px) {
	.tile .tile__content { min-height: 0; padding: 8px 0; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.tiles { margin-left: -10px; margin-right: -10px; }

	.tiles .tile { padding-left: 10px; padding-right: 10px; }
}

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

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

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