/*
Theme Name: AMZ
Theme URI: https://amz.bg/
Template: twentyseventeen
Author: Yuliyan Slavchev
Author URI: https://yuliyan.info/
Description: A wordpress theme crafted for AMZ.bg
Version: 1.0
*/

/*  Normalize  */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/*  Base  */
*,
*:before,
*:after { -webkit-box-sizing: border-box; box-sizing: border-box; outline: 0; padding: 0; margin: 0; }

html { height: 100%; }
body { height: 100%; min-width: 320px; padding: 0; background: #0F171D; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.25; color: #6a6969; overflow-y: auto; }

h1,
h2,
h3,
h4,
h5,
h6 { margin: 0 0 .6em; font-weight: normal; }

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin-bottom: 1.25em; }
p:last-child { margin-bottom: 0; }

a { color: #3561ad; text-decoration: none; }
a:hover { text-decoration: underline; }

img { vertical-align: top; max-width: 100%; height: auto; }

figure { margin: 0; line-height: 1; }

/*  Icons  */

.ico { display: inline-block; vertical-align: middle; background-position: 0 0; }
a:hover .ico { background-position: 0 bottom; }

.ico-description { width: 21px; height: 26px; background-image: url(images/ico-description.png); }
.ico-types { width: 22px; height: 19px; background-image: url(images/ico-types.png); }
.ico-industry { width: 25px; height: 20px; background-image: url(images/ico-industry.png); }
.ico-partners { width: 26px; height: 21px; background-image: url(images/ico-partners.png); }


/*  Site  */
.site { background: #fff; }


/*  Wrap  */
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.wrap:after { content: ''; display: table; clear: both; line-height: 0; }


/*  Clear  */
.clear:after { content: ''; display: table; clear: both; line-height: 0; }


/*  Row  */
.row { margin: 0 -18px; }
.row:after { content: ''; display: table; clear: both; line-height: 0; }
.row .column { padding: 0 18px; }

.row-wide { margin: 0 -30px; }
.row-wide .column { padding: 0 30px; }

.column { float: left; width: 100%; }
.column-half { width: 50%; }
.column-third { width: 33.333%; }
.column-two-thirds { width: 66.666%; }


/*  Buttons  */
.btn { display: inline-block; vertical-align: middle; padding: 12px 24px; background: #eb9213; border: 2px solid #eb9213; border-radius: 5px; color: #fff; text-transform: uppercase; font-size: 14px; line-height: 1.4; transition: all .2s ease-out; }
.btn:hover { background: #d6820b; border-color: #d6820b; text-decoration: none; color: #fff; }

.btn span { display: inline-block; vertical-align: middle; }
.btn .fa:first-child { position: relative; top: .1em; margin: -.2em 8px -.2em 0; font-size: 20px; line-height: 1; }
.btn .fa:last-child { position: relative; top: 2px; margin-left: 4px; font-size: 16px; }

.btn-outline { background: none; color: #696969; text-transform: none; }

.btn-nav { display: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; }


/*  Field  */
.field { width: 100%; height: 46px; padding: 0 20px; border: 1px solid #cccccc; border-radius: 5px; color: #696969; font-size: 16px; }


/*  Site Top  */
.site-top { background: #3561ad; color: #fff; font-size: 14px; line-height: 46px; }
.site-top-aside { float: right; }

.site-phone { float: left; }
.site-phone a { color: inherit; }
.site-phone .fa { font-size: 16px; margin: 2px 8px 0 0; }


/*  Site Header  */
.site-header { z-index: 1000; padding: 16px 0; background: #fff; transition: all .2s ease-out; }
.site-header-inner { position: relative; }

.site-logo { float: left; width: 220px; transition: all .2s ease-out; }

.site-header .nav-main { transition: all .2s ease-out; }

.site-header.is_stuck { padding: 10px 0; box-shadow: 0 3px 5px 0 rgba(0,0,0,.1); }
.site-header.is_stuck .site-logo { width: 128px; }
.site-header.is_stuck .nav-main { padding: 0; }


/*  Navigations  */
.nav-top { float: left; }
.nav-top ul { list-style: none outside none; }
.nav-top li { float: left; }
.nav-top a { display: block; padding: 0 20px; text-decoration: none; color: inherit; transition: all .2s ease-out; }
.nav-top a:hover { background: #102739; text-decoration: none; }

.nav-language { float: left; margin: 10px 0; padding-left: 20px; line-height: 26px; border-left: 1px solid #86a5d9; }
.nav-language ul { margin: 0; list-style: none outside none; }
.nav-language li { display: inline; }
.nav-language li + li { margin-left: 8px; }
.nav-language a { color: inherit; }

.nav-main { float: right; padding: 18px 0; font-size: 14px; }
.nav-main ul { list-style: none outside none; }
.nav-main ul li { float: left; padding: 0 15px; }
.nav-main ul a { position: relative; display: block; padding: 8px 0; color: #2f2f2f; text-decoration: none; text-transform: uppercase; }
.nav-main ul a:after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: #eb9213; transform: scaleX(0); transition: all .2s ease-out; }
.nav-main ul .current-menu-item a:after,
.nav-main ul a:hover:after { transform: scaleX(1); }

.nav-main .menu-main-nav-container,
.nav-main > .btn { float: left; }

.nav-main .menu-main-nav-container { margin: 8px 30px 0 0; }

.nav-footer { font-size: 14px; color: #6c7e8c; }
.nav-footer:after { content: ''; display: table; clear: both; line-height: 0; }

.nav-footer .site-copyright,
.nav-footer ul { float: left; }

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

.nav-footer li { display: inline-block; vertical-align: top; }
.nav-footer li:after { content: '|'; margin: 0 5px; }

.nav-footer a { text-transform: uppercase; color: inherit; transition: all .2s ease-out; }
.nav-footer a:hover { color: #fff; text-decoration: none; }

/*  Breadcrumbs  */
.breadcrumbs { padding: 20px 0; }
.breadcrumbs .breacrumbs-separator { margin: 0 16px; }

.breadcrumbs .fa { display: inline-block; vertical-align: middle; font-size: 22px; }
.breadcrumbs .fa-home { font-size: 24px; }

.breadcrumbs span { display: inline-block; vertical-align: middle; }


/*  Hero  */
.hero { position: relative; background-color: #4c6076; background-size: cover; background-position: center center; background-repeat: no-repeat; color: #fff; text-align: center; }
.hero:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.1); }
.hero:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 50%; background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); }

.hero .hero-inner { position: relative; z-index: 2; flex: 1; }

.hero .hero-breadcrumbs { margin-top: -40px; padding: 0 0 10px; text-align: left; font-size: 14px; line-height: 34px; }

.hero .hero-breadcrumbs a { color: inherit; transition: all .2s ease-out; }
.hero .hero-breadcrumbs a:hover { opacity: .7; }

.hero .hero-title { padding: 130px 0; margin: 0; font-weight: 900; text-transform: uppercase; }
.hero .hero-title span { font-weight: normal; }


.hero-homepage { position: relative; display: flex; align-items: center; justify-content: center; height: 540px; background-size: cover; background-position: center center; background-repeat: no-repeat; color: #fff; text-align: center; }
.hero-homepage:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); }
.hero-homepage:after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 50%; background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); }

.hero-homepage .hero-inner { position: relative; z-index: 2; flex: 1; }

.hero-homepage .hero-title { margin: 0 0 1.2em; font-weight: normal; font-size: 46px; text-transform: uppercase; }
.hero-homepage .hero-title strong { color: #eb9213; font-weight: 900; }

.hero-homepage .hero-entry { max-width: 960px; margin: 0 auto; }

.swiper-slide .hero-homepage .hero-title,
.swiper-slide .hero-homepage .hero-entry { opacity: 0; transform: translateY(20%); transition: all .3s ease-out; }
.swiper-slide .hero-homepage .hero-title { transition-delay: .8s; }
.swiper-slide .hero-homepage .hero-entry { transition-delay: 1.2s; }

.swiper-slide-active .hero-homepage .hero-title,
.swiper-slide-active .hero-homepage .hero-entry { opacity: 1; transform: translateY(0); }


/*  Section  */
.section { padding: 50px 0; }

.section .section-title { text-align: center; color: #171717; text-transform: uppercase; }
.section .section-title:after { content: ''; display: block; height: 4px; width: 72px; margin: 12px auto; background: #eb9213; }
.section .section-title strong { font-weight: 900; }

.section .section-body { padding: 40px 0; }

/*  Section Products  */
.section-products { padding: 0 0 20px; }

/*  Section Industries  */
.section-industries { padding: 50px 0 20px; background: #f2f2f2 url(images/section-industries.jpg) no-repeat center center; background-size: cover; }
.section-industries .section-title { margin-bottom: 50px; }
.section-industries .list-industries li { width: 50%; }


/*  Section News  */
.section-news { padding: 65px 0 50px; }

.section-news .section-title { margin-bottom: 25px; }

.section-news .section-actions { margin-top: 6px; text-align: center; }
.section-news .section-actions .btn { min-width: 190px; }


/*  Section Partners  */
.section-partners { background: #f9f9f9; }

.section-partners .section-body { padding: 20px 0; }


/*  Section Why  */
.section-why { position: relative; padding: 44px 0; }
.section-why:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 180px; background: #3564ad; }

.section-why .section-inner { position: relative; z-index: 2; }

.section-why .section-title { margin: 0 0 1em; color: #fff; text-align: center; text-transform: uppercase; }
.section-why .section-title strong { font-weight: 900; }

.section-why .section-body { padding-top: 20px; }

.section-why-alt { padding-bottom: 0; }
.section-why-alt:before { content: none; }
.section-why-alt .section-title { color: #171717; }
.section-why-alt .section-body { padding-bottom: 0; }


/*  Section Listing  */
.section-listing {}

.section-listing .section-content { margin-bottom: 40px; text-align: center; }
.section-listing .section-body { padding: 20px 0; }


/*  Section With Sidebar  */
.section-with-sidebar .section-body { padding: 10px 0; }
.section-with-sidebar .section-body:after { content: ''; display: table; clear: both; line-height: 0; }

.section-with-sidebar .section-main { float: left; width: 730px; }
.section-with-sidebar .section-side { float: right; width: 270px; }


/*  Section Partners Listing  */
.section-partners-listing { overflow: hidden; }


/*  Section Single  */
.section-single { padding-top: 20px; }


/*  Widgets  */
.widget { margin-bottom: 30px; }
.widget:last-child { margin-bottom: 0; }

.widget .widget-title { margin-bottom: 10px; color: #171717; font-weight: 900; }

.widget_categories {  }

.widget_categories ul { list-style: none outside none; }
.widget_categories li { padding: 12px 8px; border-bottom: 1px solid #e4e4e4; font-size: 14px; }

.widget_categories a { color: #6a6969; text-decoration: none; }
.widget_categories a:hover { color: #eb9213; }

.widget_categories .current-cat a,
.widget_categories .active a { color: #eb9213; font-weight: bold; }

.widget_nav_menu {  }

.widget_nav_menu ul { list-style: none outside none; }
.widget_nav_menu li { padding: 12px 8px; border-bottom: 1px solid #e4e4e4; font-size: 14px; }

.widget_nav_menu a { display: block; position: relative; color: #6a6969; text-decoration: none; }
.widget_nav_menu a:before { content: '\f105'; position: absolute; left: -14px; top: 50%; margin-top: -2px; transform: translateY(-50%); font-family: FontAwesome; font-weight: normal; color: #3564ad; font-size: 22px; }
.widget_nav_menu a:hover { color: #3564ad; }

.widget_nav_menu .current-menu-parent > a,
.widget_nav_menu .current-menu-item > a { color: #3564ad; font-weight: bold; }

.widget_nav_menu .current-menu-parent.menu-item-has-children > a:before
.widget_nav_menu .current-menu-item.menu-item-has-children > a:before { content: '\f107'; left: -18px; }

.widget_nav_menu .sub-menu { display: none; }
.widget_nav_menu .current-menu-item .sub-menu,
.widget_nav_menu .current-menu-parent .sub-menu { display: block; }

.widget_nav_menu ul ul { margin: 12px -8px -13px; border-top: 1px solid #e4e4e4; }
.widget_nav_menu ul ul a { padding-left: 8px; }
.widget_nav_menu ul ul a:before { content: none; }

.rpwwt-widget { padding-top: 20px; }
.rpwwt-widget li { position: relative; margin: 0 0 20px !important; }
.rpwwt-widget a { position: relative; display: block; color: #171717; }
.rpwwt-widget img { width: 75px !important; height: auto !important; margin-top: 0 !important; margin-right: 20px !important; }
.rpwwt-widget .rpwwt-post-title { overflow: hidden; display: block; padding-top: 25px; }
.rpwwt-widget .rpwwt-post-title:hover { color: #3561ad; }
.rpwwt-widget .rpwwt-post-date { position: absolute; left: 0; top: 0; padding: 5px 0 0 95px; font-size: 12px; color: #171717; }


/*  Features  */
.features { display: flex; justify-content: space-between; list-style: none outside none;  }

.features li { flex: 0 0 210px; width: 210px; text-align: center; }
.features figure { position: relative; width: 140px; height: 140px; margin: 0 auto 22px; background: #3564ad; border: 5px solid #fff; border-radius: 50%; }
.features img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.features h4 { margin: 0 0 .8em; color: #171717; font-weight: 900; text-transform: uppercase; }

.features-alt figure { background: #fff; border-width: 3px; border-color: #3564ad; }


/*  Product  */
.products { display: flex; flex-flow: row wrap; margin: 0 -18px -60px; }
.products .product { flex: 0 0 33.333%; width: 33.333%; padding: 0 18px; margin-bottom: 60px; }

.products-small .product { flex-basis: 50%; width: 50%; }

.products-large { margin: 0 -30px; }
.products-large .product { flex: 0 0 50%; padding: 0 30px; }

.product {  }

.product .product-image { position: relative; margin: 0 0 30px; }
.product .product-image img { width: 100%; }

.product .product-image-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); visibility: hidden; opacity: 0; transition: all .2s ease-out; }
.product .product-image-overlay .btn { position: absolute; left: 50%; top: 50%; white-space: nowrap; transform: translate(-50%, -50%); }

.product .product-title { margin-bottom: 1em; font-weight: 900; text-transform: uppercase; }

.product .product-image:hover .product-image-overlay { visibility: visible; opacity: 1; }


/*  Single Product  */
.sp-product { padding: 50px 0; }

.sp-product-side { float: left; width: 180px; }
.sp-product-main { float: right; width: 870px; }

.sp-product-entry {  }

.sp-product-section { margin-bottom: 50px; }

.sp-product-section-title { display: flex; align-items: center; margin-bottom: 20px; color: #171717; text-transform: uppercase; font-weight: normal; }

.sp-product-section-title:after { content: ''; flex: 1 1 auto; height: 1px; background: #cccccc; }
.sp-product-section-title .ico { margin-right: 10px; }
.sp-product-section-title span { margin-right: 30px; }

.sp-product-section-body ul { list-style-position: inside; }

.sp-product-nav { margin-bottom: 30px; list-style: none outside none; }

.sp-product-nav li { display: inline-block; vertical-align: top; margin-right: 12px; margin-bottom: 12px; }
.sp-product-nav a { display: block; line-height: 45px; padding: 0 26px; font-size: 14px; color: inherit; border: 1px solid #b7b7b7; border-radius: 5px; transition: all .2s ease-out; }

.sp-product-nav .ico { margin-right: 10px; }

.sp-product-nav a.active,
.sp-product-nav a:hover { background: #3561ad; border-color: #3561ad; color: #fff; text-decoration: none; }

.sp-product-nav a.active .ico { background-position: 0 bottom; }

.sp-product-nav-alt { position: fixed; z-index: 100; right: 0; top: 50%; transform: translateY(-50%); background: #fff; border-radius: 5px 0 0 5px; border: 1px solid #b7b7b7; overflow: hidden; }
.sp-product-nav-alt li { display: block; margin: -1px; }
.sp-product-nav-alt a { width: 65px; padding-left: 10px; padding-right: 10px; border-radius: 0; text-align: center; }
.sp-product-nav-alt .ico { margin-right: 0; }


/*  Article  */
.articles { display: flex; flex-flow: row wrap; margin: 0 -18px; }

.articles .article { flex: 0 0 33.333%; width: 33.333%; padding: 0 18px; }

.article .article-image { position: relative; margin-bottom: 35px; }
.article .article-image a { display: block; }
.article .article-image img { width: 100%; height: auto; }

.article .article-date { position: absolute; left: 20px; bottom: 0; padding: 6px 8px; background: #eb9213; color: #fff; text-align: center; }

.article .article-date strong,
.article .article-date small { display: block; }

.article .article-date strong { font-size: 22px; font-weight: 900; }
.article .article-date small { font-size: 12px; }

.article .article-title { font-weight: 900; color: #171717; }
.article .article-title a { color: inherit; }
.article .article-title a:hover { color: #3564ad; text-decoration: none; }

.article .article-meta { margin-bottom: 25px; list-style: none outside none; font-size: 12px; }
.article .article-meta > li { display: inline-block; vertical-align: top; margin-right: 15px; }

.article .article-meta .fa { margin-right: 5px; color: #3561ad; font-size: 16px; }
.article .article-meta ul { display: inline; list-style: none outside none; }
.article .article-meta ul li { display: inline; }
.article .article-meta ul li:not(:last-child):after { content: ', '; }

.article .link-more { display: none; }

.articles-alt { display: block; }

.articles-alt .article { width: auto; margin-bottom: 65px; }

.articles-alt .article .article-image { float: left; width: 340px; margin: 0 35px 0 0; }
.articles-alt .article .article-body { overflow: hidden; }
.articles-alt .article .article-title { margin-bottom: 25px; }
.articles-alt .article .article-entry { margin-bottom: 25px; }
.articles-alt .article .article-actions .btn { min-width: 190px; text-align: center; }

.article.article-single .article-image img { width: 100%; height: auto; }


/*  List Industries  */
.list-industry-wrapper { padding: 30px 0; }

.list-industries { margin: 0 -20px; list-style: none outside none; color: #6a6969; font-size: 0; }

.list-industries li { display: inline-block; vertical-align: top; width: 25%; padding: 0 20px; margin-bottom: 10px; font-size: 20px; }
.list-industries li:before { content: '\f05d'; font-family: FontAwesome; color: #3564ad; font-size: 18px; }

.list-industries a { color: inherit; }
.list-industries a:hover { color: #3564ad; text-decoration: none; }


/*  Socials  */
.socials { margin-bottom: 28px; list-style: none outside none; }
.socials:after { content: ''; display: table; clear: both; line-height: 0; }

.socials li { float: left; margin-right: 32px; }
.socials li:last-child { margin-right: 0; }

.socials a { display: block; width: 48px; height: 48px; line-height: 46px; border: 1px solid currentColor; border-radius: 50%; text-align: center; font-size: 22px; color: #fff; }
.socials a:hover { color: rgba(255,255,255,.8); }


/*  Slider Partners  */
.slider-partners { position: relative; }

.slider-partners .slide { height: 100px; padding: 0 20px; text-align: center; line-height: 100px; }
.slider-partners .slide a { display: block; }
.slider-partners .slide img { display: inline-block; vertical-align: middle; max-height: 100%; width: auto; }

.slider-partners .slider-prev,
.slider-partners .slider-next { position: absolute; top: 50%; border: 0; background: none; font-size: 46px; color: #ababaa; appearance: none; transform: translateY(-50%); cursor: pointer; }
.slider-partners .slider-prev { right: 100%; margin-right: 10px; }
.slider-partners .slider-next { left: 100%; margin-left: 10px; }

.slider-partners .slider-prev:hover,
.slider-partners .slider-next:hover { color: #3564ad; }


/*  Partners  */
.partners { margin: -25px; list-style: none outside none; font-size: 0; }

.partners li { display: inline-block; vertical-align: top; width: 20%; height: 150px; line-height: 100px; padding: 25px; text-align: center; }
.partners a { display: block; }
.partners img { width: auto; max-height: 100px; }


/*  Site Footer  */
.site-footer {}

.site-footer-bar { padding: 10px 0; background: #1c2a35; color: #fff; }
.site-footer-bar .wrap { position: relative; }

.site-footer-info { flex: 1 1 auto; display: flex; list-style: none outside none; font-size: 14px; }

.site-footer-info li { flex: 1 1 auto; padding: 17px 0; text-align: center; font-style: italic; }
.site-footer-info li:nth-child(1) { text-align: left; }
.site-footer-info li:nth-child(2) { flex: 2 1 auto; border-width: 0 1px; border-style: solid; border-color: #454e55; }
.site-footer-info li:nth-child(3) { text-align: right; }

.site-footer-info strong { text-transform: uppercase; }
.site-footer-info a { color: inherit; }

.site-footer-info .fa { position: relative; top: 2px; margin: -2px 8px -2px 0; color: #eb9213; font-size: 18px; }

.site-footer-top { position: absolute; left: 100%; top: 50%; width: 34px; height: 34px; margin-left: 25px; line-height: 28px; border: 3px solid currentColor; border-radius: 50%; color: #314c61; font-size: 22px; text-align: center; transform: translateY(-50%); transition: all .2s ease-out; }
.site-footer-top:hover { color: #fff; }
.site-footer-top .fa { position: relative; top: -2px; }

.site-footer-body { padding: 30px 0 40px; background: #0f171d; }

.site-footer-body-inner { display: flex; justify-content: space-between; }

.site-footer-logo { flex: 0 0 auto; align-self: flex-end; margin-left: 20px; opacity: .5; transition: all .2s ease-out; }
.site-footer-logo:hover { opacity: .8; }


/*  Pagination  */
.pagination .screen-reader-text { display: none; }

.pagination span,
.pagination a { display: inline-block; vertical-align: middle; padding: 8px 16px; background: none; border: 2px solid #eb9213; border-radius: 5px; color: #696969; text-transform: uppercase; font-size: 14px; line-height: 1.4; text-decoration: none; transition: all .2s ease-out; }

.pagination a:hover { background: #eb9213; color: #fff; }

.pagination .icon { display: inline-block; vertical-align: middle; width: 1em; height: 1em; fill: currentColor; }

.pagination .page-numbers.dots { border-color: #eee; }
.pagination .page-numbers.current { background: #eb9213; color: #fff; }


/*  Gallery  */
.gallery { display: flex; flex-flow: row wrap; margin: -16px; }
.gallery-item { flex: 1 1 auto; padding: 16px; }
a.gallery-item { color: #171717; text-decoration: none; }
.gallery-item h4 { margin-top: 10px; text-transform: uppercase; font-weight: bold; }

.gallery-columns-2 .gallery-item { flex: 0 0 50%; width: 50%; }
.gallery-columns-3 .gallery-item { flex: 0 0 33.3333%; width: 33.3333%; }
.gallery-columns-4 .gallery-item { flex: 0 0 25%; width: 25%; }
.gallery-columns-5 .gallery-item { flex: 0 0 20%; width: 20%; }


/*  Partners List  */

.partners-list { display: flex; flex-flow: row wrap; margin: 0 -16px -16px; list-style: none outside none; align-items: center; }
.partners-list li { min-width: 25%; max-width: 200px; padding: 16px; text-align: center; }
.partners-list a { display: block; }
.partners-list a:hover { opacity: .7; }
.partners-list img { width: auto; }

/*  List Types  */
.list-types { list-style: none outside none; }
.list-types a { color: inherit; }
.list-types a:hover { color: #3561ad; }


/*  Add to any  */
.addtoany_share_save_container.addtoany_share_save_container { margin-top: 40px; }


/*  Subscribe  */
.subscribe { padding: 20px 0; background: #3561ad; color: #fff; }

.subscribe .subscribe-side { float: left; width: 50%; font-size: 14px; }
.subscribe .subscribe-side h4 { margin-bottom: 4px; text-transform: uppercase; }
.subscribe .subscribe-side p {  }

.subscribe .subscribe-form { float: left; width: 50%; }
.subscribe .subscribe-form-inner { display: flex; padding-left: 20px; background: none; }

.subscribe .subscribe-form-email { position: relative; flex: 1 1 70%; padding: 0; }

.subscribe .subscribe-form-email .subscribe-form-label { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); font-size: 0; color: transparent; }
.subscribe .subscribe-form-email .subscribe-form-label:before { content: '\f003'; font-family: FontAwesome; font-size: 18px; color: #6a6969; }
.subscribe .subscribe-form-email .subscribe-form-field { vertical-align: top; width: 100%; height: 46px; padding: 0 20px 0 50px; border-radius: 5px; border: 0; background: #fff; font-size: 14px; appearance: none; }

.subscribe .subscribe-form-action { flex: 1 1 30%; padding: 0; margin-left: 20px; }
.subscribe .subscribe-form-button { width: 100%; height: 46px; padding: 0 20px; background: #1a3565; border: 0; border-radius: 5px; appearance: none; font-size: 14px; color: #fff; text-transform: uppercase; }

.subscribe .rm_form_message { text-align: right; }

/*  Location  */
.location { padding: 50px 0; border-bottom: 1px solid #cccccc; }
.location:first-child { padding-top: 0; }

.location ~ p { margin: 0; }

.location .location-title { margin-bottom: 50px; font-weight: 900; text-transform: uppercase; color: #171717; }

.location .location-meta { list-style: none outside none; }
.location .location-meta li { display: flex; align-items: center; margin-bottom: 50px; }
.location .location-meta .fa { flex: 0 0 42px; width: 42px; height: 42px; margin-right: 20px; background: #3561ad; border-radius: 50%; line-height: 42px; text-align: center; font-size: 18px; color: #fff; }
.location .location-meta p { margin: 0; }
.location .location-meta a { color: inherit; }
.location iframe { width: 100%; }

.contact { padding: 50px 0; }
.contact .contact-title { margin: 0 0 .3em; text-transform: uppercase; font-weight: 900; color: #171717; }

.contact .contact-field { position: relative; }
.contact .contact-field .field { padding-left: 50px; }
.contact .contact-field .fa { position: absolute; z-index: 2; left: 20px; top: 15px; color: #696969; font-size: 16px; pointer-events: none; }

.contact .contact-submit { position: relative; text-align: right; }
.contact .contact-submit .ajax-loader { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.contact .contact-submit .btn { min-width: 190px; }

.lead { margin: 2.5em 0; font-size: 1.25em; font-weight: bold; text-align: center; }


/*  Responsive  */
@media (max-width: 1139px) {
	.site-logo { width: 160px; }

	.nav-main { padding: 8px 0; }
	.nav-main .btn { padding-left: 10px; padding-right: 10px; }
	.nav-main .menu-main-nav-container { margin-right: 20px; }

	.section-industries .section-body > .row > .column { width: 100%; }

	.section-with-sidebar .section-main { width: 680px; }

	.site-footer-info { margin-right: 50px; }
	.site-footer-top { left: auto; right: 20px; margin-left: 0; }

	.slider-partners { margin: 0 20px; }

	.partners li { width: 25%; }

	.sp-product-main { width: 770px; }
}

@media (max-width: 1023px) {
	.hero-homepage { height: auto; min-height: 320px; padding: 30px 0; }
	.hero-homepage .hero-title { margin-bottom: .5em; font-size: 36px; }

	.features { flex-flow: row wrap; justify-content: center; margin-bottom: -30px; }
	.features li { margin-bottom: 30px; }

	.btn-nav { display: block; }

	.nav-main { position: absolute; z-index: 10; left: -20px; right: -20px; top: 100%; margin-top: 16px; padding: 0 20px 20px; background: #fff; box-shadow: 0 4px 6px 0 rgba(0,0,0,.1); visibility: hidden; opacity: 0; transition: all .2s ease-out; }
	.nav-main .menu-main-nav-container,
	.nav-main ul li { float: none; padding: 0; }
	.nav-main ul a { padding: 12px 0; }
	.nav-main .menu-main-nav-container { margin-bottom: 20px; }

	.nav-main.visible { visibility: visible; opacity: 1; }

	.site-header.is_stuck .nav-main { padding: 0 20px 20px; margin-top: 10px; }

	.section-with-sidebar .section-main,
	.section-with-sidebar .section-side { float: none; width: auto; }
	.section-with-sidebar .section-side { margin-top: 60px; }

	.products { justify-content: center; }
	.products .product { flex-basis: 50%; width: 50%; }

	.products-large { margin-left: -18px; margin-right: -18px; }
	.products-large .product { flex-basis: 100%; width: 100%; padding: 0 18px; }

	.articles { margin-bottom: -30px; justify-content: center; }
	.articles .article { flex-basis: 50%; width: 50%; margin-bottom: 30px; }

	.articles-alt .article { width: auto; margin-bottom: 50px; }

	.site-footer-info { display: block; }
	.site-footer-info li:nth-child(n) { padding: 16px; text-align: left; }
	.site-footer-info li:nth-child(2) { border-width: 1px 0; }

	.partners li { width: 33.333%; }

	.sp-product-side,
	.sp-product-main { float: none; width: auto; }

	.sp-product-side { margin-top: 40px; }

	.sp-product-nav-first { display: none; }

	.subscribe .subscribe-side,
	.subscribe .subscribe-form { float: none; width: auto; }
	.subscribe .subscribe-form { padding: 20px 0 0; }
	.subscribe .subscribe-form form { padding: 0; }

	.list-industries li { width: 50%; }
}

@media (max-width: 767px) {
	.site-top { padding: 6px 0; line-height: 1.4; text-align: center; }

	.site-phone,
	.site-top-aside { display: inline-block; vertical-align: top; float: none; }

	.site-phone { margin-bottom: 8px; }

	.nav-top a { padding: 0 8px; }
	.nav-language { margin: 0; padding-left: 8px; line-height: 1.4; }

	.hero .hero-title { padding: 80px 0; }
	.homepage-hero .hero-title { font-size: 28px; }

	.section-industries .list-industries li { width: 100%; }

	.section { padding: 40px 0; }

	.section .section-title { margin-bottom: 20px; }
	.section .section-body { padding: 0; }
	.section .section-actions { margin-top: 20px; }

	.products .product,
	.articles .article { flex-basis: 100%; width: 100%; }

	.articles-alt .article .article-image { float: none; width: auto; margin: 0 0 25px; }

	.site-footer { text-align: center; }
	.site-footer-info { margin-right: 0; }
	.site-footer-top { position: static; display: block; margin: 10px auto 0; transform: none; }

	.site-footer-body-inner { display: block; }
	.site-footer-logo { display: inline-block; vertical-align: top; margin: 20px 0 0; }

	.nav-footer .site-copyright,
	.nav-footer ul { float: none; }
	.nav-footer .site-copyright { margin-top: 20px; }

	.socials { display: inline-block; text-align: center; }
	.socials li { margin-right: 10px; }

	.partners li { width: 50%; }

	.subscribe .subscribe-form form { display: block; }

	.subscribe .rm_form_el_email { width: auto; }
	.subscribe .rm_form_el_button { width: auto; margin: 10px 0 0; }

	.location .column,
	.contact .column { float: none; width: 100%; margin-bottom: 20px; }

	.location iframe { height: 250px; }

	.location,
	.contact { padding: 30px 0; }

	.list-industries li { width: 100%; }

	.gallery { margin: -8px; }
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item { flex: 0 0 50%; width: 50%; padding: 8px; }
}
