@charset "utf-8";
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.min.css";
@import "owlcarousel/owl.carousel.min.css";
@import "owlcarousel/owl.theme.default.min.css";
@import "jquery.fancybox.min.css";
@import "jquery.mmenu.all.css";
@import "select2.min.css";
@import "coreNavigation.css";
@import "lightslider.min.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext');
html, body{
    width:100%;
    height:100%;
}
body{
    position:relative;
    background:#ffff;
    color:#444;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    text-rendering:optimizeLegibility;
}
a, a:hover, a:focus{
    text-decoration:none;
    outline:none !important;
    color:#444;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight:400;
}
.fixed-elm{
    display:block;
    width:100%;
    height:100%;
}
.btn:focus,
button:focus,
input:focus,
.select-group:focus,
.selection:focus,
.select2-selection:focus,
.select2-selection__rendered:focus,
.select2-selection__placeholder:focus,
.select2-container:focus,
.form-control:focus{
    outline:0;
    box-shadow:none;
}
.select2-container{
    font-size:14px;
}
.select2-container .select2-selection--single{
    height:39px;
    border-radius:0;
}
.select2-container--default .select2-selection--single{
    border:1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:37px;
    padding-left:12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:37px;
    right:4px;
}
.select2-container--default .select2-selection--multiple{
    border-radius:0;
    color:#555;
    font-size:14px;
    padding:1px 5px 5px;
    line-height:normal;
}
.select2-container .select2-search--inline .select2-search__field{
    line-height:25px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border:solid #999 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top:7px;
    padding:2px 5px;
}
.select2-results{
    font-size:14px;
}
.tbl{
    display:table;
    width:100%;
    height:100%;
}
.tbl .tbl-c{
    display:table-cell;
    vertical-align:middle;
}
.tbl .tbl-c.v-bt{
    vertical-align:bottom;
}
*[data-status="is-empty"]{
    display:none !important;
}
/* Row No Padding */
.row.row-pad-0{
    margin-left:0;
    margin-right:0;
}
.row.row-pad-0 [class*='col-']{
    padding-left:0;
    padding-right:0;
}
/* Row 5 Padding */
.row.row-pad-5{
    margin-left:-5px;
    margin-right:-5px;
}
.row.row-pad-5 [class*='col-']{
    padding-left:5px;
    padding-right:5px;
}
/* Row 10 Padding */
.row.row-pad-10{
    margin-left:-10px;
    margin-right:-10px;
}
.row.row-pad-10 [class*='col-']{
    padding-left:10px;
    padding-right:10px;
}
.section-header{
    margin:0 0 20px 0;
    text-align:left;
}
.section-header h2,
.section-header h3,
.section-header h4{
    font-size:22px;
    font-weight:400;
    margin:0;
    text-transform:uppercase;
    letter-spacing:-0.7px;
}
.hidden{
    display:none;
}
.alert{
    border-radius:0;
    padding:10px 15px;
    margin:15px 0;
    font-size:15px;
}
.alert .fa{
    padding:0 5px 0 0;
}
.alert-dismissable .close,
.alert-dismissible .close{
    top:0;
    right:0;
    font-size:26px;
}
button.close:focus,
button.close:hover{
    outline:0;
}
.help-block,
.text-red{
    color:#e50000;
}
.help-block{
    font-size:13px;
}
textarea{
    resize:vertical;
}
.form-control{
    outline:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    border:1px solid #CCC;
    color:#555;
    font-size:12px;
    padding:10px 14px 9px;
    line-height:normal;
    border-radius:0;
}
textarea.form-control{
    padding:6px 12px;
}
.form-control:focus{
    outline:none;
    box-shadow:none;
    -webkit-box-shadow:none;
    border-color:#999;
}
.btn{
    background:#13335e;
    border:0;
    color:#fff;
    border-radius:0;
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    padding:8px 28px;
}
.btn:hover,
.btn:focus{
    background:#135576;
    color:#fff;
}
.form-control::-webkit-input-placeholder{
    color:#949494 !important;
}
.form-control::-moz-placeholder{
    color:#949494 !important;
}
.form-control:-ms-input-placeholder{
    color:#949494 !important;
}
.form-control::placeholder{
    color:#949494 !important;
}
.block-table{
    display:table;
    width:100%;
    height:100%;
}
.block-table .block-table-cell{
    display:table-cell;
}
.v-middle{
    vertical-align:middle;
}
.v-bottom{
    vertical-align:bottom;
}
.v-top{
    vertical-align:top;
}
.menu-overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    z-index:-1;
}
.menu-overlay.active{
    opacity:0.3;
    z-index:240;
}
/* Header */
.header{
    position:relative;
}
.header .top{
    background:#ecebeb;
    font-size:12px;
    padding:8px 0 6px 0;
}
.top-nav{
    padding:4px 0;
}
.top-nav .nav{
    float:right;
}
.top-nav .nav li{
    margin:0 0 0 30px;
}
.top-nav .nav li.lang{
    margin-left:52px;
}
.top-nav .nav li.lang.active{
    display:none;
}
.top-nav .nav li a{
    color:#666;
}
.top-nav .nav li.active a{
    color:#222;
}
/* UPS Recommender */
.ups-recommender{
    font-size:13px;
}
.ups-recommender .table{
    border:1px solid #ddd;
}
.ups-recommender .table tr td{
    border-bottom:1px solid #ddd;
    padding:10px 15px;
    vertical-align:middle;
}
.ups-recommender label{
    margin:0;
    line-height:32px;
    font-weight:600;
    color:#333;
}
.ups-recommender .calc{
    width:70px;
    float:right;
    font-size:13px;
    padding:6px 8px;
}
.ups-recommender .result{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
    padding:8px 0 8px 10px;
    color:#333;
}
.ups-selection .btn,
.ups-selection .result{
    margin:0 10px 0 0;
    vertical-align:top;
}
/* Breadcrumb */
.page-breadcrumb{
    background:#203364;
    color:#fff;
    position:relative;
    z-index:20;
    text-align:right;
}
.page-breadcrumb:after,
.page-content:after{
    display:block;
    content:"";
    clear:both;
}
.page-breadcrumb h2{
    float:left;
    font-size:16px;
    line-height:21px;
    font-weight:500;
    margin:0;
    padding:16px 0 15px 0;
    text-transform:uppercase;
}
.page-breadcrumb ul{
    background:none;
    margin:0;
    padding:16px 0 15px 0;
    font-size:13px;
    text-align:right;
    line-height:21px;
}
.page-breadcrumb ul li + li::before{
    display:inline-block;
    padding-right:10px;
    padding-left:10px;
    color:#fff;
    content:"/";
}
.page-breadcrumb ul li a{
    color:#fff;
}
/* Sidebar */
.sidebar{
    position:relative;
}
.sidebar-header{
    margin:0 0 15px 0;
}
.sidebar-header h4{
    font-size:22px;
    font-weight:400;
    line-height:20px;
    margin:0;
    text-transform:uppercase;
}
.product-search{
    margin:0 0 40px 0;
}
.sidebar-search .input-group .form-control{
    font-size:13px;
}
.sidebar-links{
    background:#ecebeb;
    padding:22px 26px;
    font-size:14px;
}
.sidebar-links ul{
    list-style:none;
    margin:0;
    padding:0;
}
.sidebar-links ul li{
    display:block;
}
.sidebar-links ul li ul{
    padding:0 0 0 15px;
}
.sidebar-links ul li a{
    position:relative;
    display:inline-block;
    padding:5px 0 5px 14px;
    color:#555;
}
.sidebar-links ul li a:before{
    content:"\f105";
    position:absolute;
    left:0;
    top:9px;
    display:block;
    margin:0 5px 0 0;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.sidebar-links ul li a:hover,
.sidebar-links ul li.active a{
    color:#111;
}
.sidebar-posts{
    position:relative;
}
.sidebar-posts ul{
    list-style:none;
    margin:0;
    padding:0;
}
.sidebar-posts ul li{
    display:block;
    margin:0 0 15px 0;
}
.sidebar-posts ul li a{
    color:#212529;
}
.sidebar-posts ul li .list-image{
    display:block;
    padding-top:56.25%;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
.sidebar-posts ul li .list-content h5{
    font-size:14px;
    font-weight:400;
    line-height:1.24;
    margin:0;
}
.sidebar-recommender{
    position:relative;
    height:200px;
    padding:20px 0 0;
    margin:40px 0 20px 0;
}
.sidebar-recommender .sidebar-inner{
    background:#ecebeb;
    padding:18px 15px 0 0;
    font-size:12px;
    height:172px;
}
.sidebar-recommender .item-icon{
    position:absolute;
    width:150px;
    height:212px;
    top:-20px;
    left:-14px;
    background:url(../images/recommender-reverse.png) no-repeat 100% 50%;
    background-size:auto 212px;
}
.sidebar-recommender .item-content{
    padding-left:124px;
    text-align:right;
}
.sidebar-recommender .item-content h4{
    font-size:18px;
    letter-spacing:-0.4px;
    margin:0 0 4px 0;
    text-transform:uppercase;
}
.sidebar-recommender .item-content p{
    margin:0;
}
.sidebar-recommender .link-block{
    float:right;
    width:116px;
    height:28px;
    margin:8px 0 0;
}
.sidebar-recommender .link-block .particles-button{
    font-size:12px;
    line-height:28px;
    letter-spacing:2px;
}
/* List Row */
.row.list-row{
    margin:0 -5px;
}
.row.list-row .col-md-4,
.row.list-row .col-md-8{
    padding:0 5px;
}
/* Social Media */
.social-media{
    margin:0;
}
.social-media .nav{
    margin:0 -8px;
    font-size:16px;
}
.social-media .nav li{
    margin:0 8px;
}
.social-media .nav li a{
    color:#808080;
}
.social-media .nav li.facebook a{
    color:#3b5999;
}
.social-media .nav li.twitter a{
    color:#55acee;
}
.social-media .nav li.linkedin a{
    color:#0077B5;
}
.social-media .nav li.youtube a{
    color:#cd201f;
}
.social-media .nav li.instagram a{
    color:#e4405f;
}
.main-nav{
    position:relative;
    min-height:74px;
}
.main-nav .menu{
    font-size:15px;
    letter-spacing:-0.4px;
}
.main-nav .core-nav:not(.open-dropdown) .menu{
    position:relative;
}
.main-nav .core-nav .nav-container{
    width:100%;
    padding:0;
}
.main-nav .menu ul{
    list-style:none;
    margin:0;
    padding:0;
}
.main-nav .menu > li{
    margin:0;
    padding:24px 0;
}
.main-nav .menu > li > a{
    display:block;
    position:relative;
    margin:0;
    padding:2px 18px;
}
.main-nav .menu li a{
    display:block;
}
.main-nav .menu > li + li > a:before{
    content:" ";
    position:absolute;
    width:1px;
    height:100%;
    top:0;
    left:0;
    background:#e4e4e4;
}
.main-nav .nav > li > ul{
    display:none;
}
.core-nav .dropdown > .dropdown-menu{
    /*top:82%;*/
}
.main-nav .menu .dropdown-menu{
    border-radius:0;
}
.main-nav .dropdown > .dropdown-menu > li > a{
    padding:10px 18px;
}
.main-nav .menu .dropdown-menu li a{
    font-size:13px;
}
.core-nav .dropdown > .dropdown-menu{
    width:250px;
}
.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list li.dropdown > .dropdown-menu{
    padding:0;
}
.core-nav .wrap-core-nav-list.dropdown-accordion .dropdown-menu .dropdown-menu li a{
    padding-left:35px;
}
nav .menu > li.dropdown li.dropdown > a::before{
    margin-left:10px;
    content:'';
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
    border-left:solid 5px #6a6a6a;
    float:right;
    position:relative;
    top:5px;
}
nav .menu .dropdown-menu .dropdown-menu{
    left:100%;
}
.logo{
    /*float:left;*/
    padding:24px 0;
}
.logo img{
    display:inline-block;
    width:280px;
    height:auto;
    vertical-align:middle;
}
/* Mega Menu */
.megamenu-content{
    padding:0 20px;
    box-shadow:0 8px 13px -7px rgba(0, 0, 0, 0.1);
}
.megamenu-content .menu-item{
    padding:10px 0;
    margin-bottom:-1px;
    border-bottom:1px solid #eee;
}
.megamenu-content .menu-item:after{
    content:"";
    display:block;
    clear:both;
}
.megamenu-content .menu-item-wrap{
    display:table;
    width:100%;
}
.megamenu-content .menu-image-container{
    width:40%;
    display:table-cell;
    padding:0 10px;
    vertical-align:middle;
}
.megamenu-content .menu-image{
    padding-top:50%;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:contain;
}
.megamenu-content .menu-content{
    width:60%;
    height:84px;
    display:table-cell;
    font-size:14px;
    padding:0 0 0 10px;
    vertical-align:middle;
}
.megamenu-content .menu-content h4{
    font-size:15px;
    font-weight:400;
    margin:3px 0;
}
.megamenu-content .menu-text{
    font-size:12px;
    color:#666;
}
/* Search */
.main-nav .menu li.search-link a{
    padding:2px 10px 2px 18px;
}
.search-icon{
    display:block;
    width:18px;
    height:22px;
    background:url("../images/icons/search.svg") no-repeat 0 40%;
    background-size:18px auto;
    opacity:0.7;
}
.search-icon:hover{
    opacity:0.85;
}
.main-nav .navigation .core-nav li.search-form{
    display:none;
    position:absolute;
    top:17px;
    left:0;
    width:100%;
    padding:0;
}
.main-nav .navigation .search-form .form-control{
    font-size:14px;
    border:1px solid #ddd;
}
.main-nav .navigation .search-form .form-wrapper{
    position:relative;
}
.main-nav .navigation .search-form .btn{
    position:absolute;
    right:10px;
    top:9px;
    display:block;
    width:18px;
    height:22px;
    background:url("../images/icons/search.svg") no-repeat 0 40%;
    background-size:18px auto;
    border:0;
    color:#fff;
    border-radius:0;
    padding:0;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    opacity:.85;
}
/* Search Result */
.search-results{
    padding:50px 0;
}
.search-results h4{
    margin:0;
    font-size:16px;
}
.search-results .search-content{
    padding:0;
}
.search-results .highlight{
    font-weight:700;
}
.search-results a{
    color:#2b2b2b;
    text-decoration:none;
}
.search-results a:hover{
    color:#203364;
    text-decoration:underline;
}
.search-keyword{
    position:relative;
    border-bottom:1px solid #ddd;
    margin:7px 0 0;
    padding:7px 10px 18px 36px;
    color:#555;
    font-size:14px;
}
.search-keyword h5{
    display:inline-block;
    margin:0 4px 0 0;
    font-weight:600;
    font-size:18px;
    color:#333;
}
.search-keyword .search-results-icon{
    position:absolute;
    display:block;
    top:7px;
    left:0;
    width:24px;
    height:24px;
    background:url("../images/icons/search.svg") no-repeat 0 40%;
    background-size:24px auto;
    opacity:0.7;
}
.search-list{
    padding:30px 0 10px 0;
    color:#555;
    font-size:16px;
}
.search-list .list-item{
    position:relative;
    display:block;
    margin:0;
    font-size:14px;
    padding:0 20px 30px 20px;
    color:#505050;
}
.search-list .list-item:before{
    position:absolute;
    top:14px;
    left:5px;
    display:block;
    vertical-align:middle;
    content:"\f105";
    speak:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font:normal normal normal 18px/1 FontAwesome;
    text-rendering:auto;
}
.search-list .list-item a:active,
.search-list .list-item a:active,
.search-list .list-item a:focus{
    color:#0e5f7e;
}
.search-list .list-item h4{
    font-size:16px;
    font-weight:600;
    margin:0;
}
/* Main */
.page{
    opacity:1;
}
/* Slider */
.slider{
    position:relative;
}
.featured-slider{
    background:url("../images/slide-bg.png") no-repeat 0 0;
    background-size:cover;
}
.slider,
.featured-slider,
.featured-slider .slide-item{
    height:450px;
}
.slide-item.slide-cover-image{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.featured-slider .slide-image,
.featured-slider .slide-content{
    float:left;
}
.featured-slider .slide-image{
    width:40%;
    float:left;
}
.featured-slider .slide-content{
    width:60%;
    float:left;
}
.featured-slider .slide-image img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:340px;
    margin:0 auto;
}
.featured-slider .slide-content h4{
    font-size:42px;
    font-weight:700;
    letter-spacing:-2px;
    margin:40px 0 0;
    color:#222;
}
.featured-slider .slide-content h5{
    font-size:22px;
    letter-spacing:-0.5px;
    margin:0;
    color:#444;
}
.featured-slider .slide-content .slide-text{
    font-size:17px;
    letter-spacing:-0.4px;
    color:#666;
    margin:1rem 3rem 0 0;
}
.slider .owl-theme .owl-dots{
    display:none;
}
.slider .slider-dots{
    position:absolute;
    left:0;
    bottom:30px;
    width:100%;
    height:4px;
    z-index:200;
}
.slider .dots-wrapper{
    float:right;
}
.slider .slider-dots .owl-dots{
    margin:0;
    text-align:right;
}
.slider .slider-dots .owl-dot{
    display:block;
    margin:0;
    padding:0;
    border:0;
    background:none;
    box-shadow:none;
    cursor:pointer;
    float:left;
}
.slider .slider-dots .owl-dot span{
    display:block;
    width:34px;
    height:4px;
    margin:0 5px;
    padding:0;
    background:#d8d8d8;
}
.slider .slider-dots .owl-dot.active span{
    background:#14325f;
}
/* Featured Products */
.featured-products{
    margin:50px 0;
}
.featured-products .product-item{
    display:block;
    background:#f4f4f4;
    padding:30px 24px 30px 42px;
}
.featured-products .product-item .item-image{
    position:relative;
    padding-top:88%;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:contain;
}
.featured-products .product-item .item-image img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:150px;
    margin:0 auto;
}
.featured-products .product-item .item-shape{
    height:100%;
    background:url("../images/shape-colored.svg") no-repeat 50% 50%;
    background-size:38px auto;
}
.featured-products .product-item .item-content{
    font-size:13px;
    letter-spacing:-0.1px;
    color:#444;
}
.featured-products .product-item .item-content h3{
    font-size:20px;
    letter-spacing:-0.5px;
    color:#222;
    margin:10px 0;
}
.featured-products .product-item .item-link{
    font-size:11px;
    letter-spacing:2px;
    color:#666;
}
.category-slider.owl-theme .owl-nav{
    margin:-14px 0 0;
    position:relative;
    z-index:10;
}
.category-slider.owl-carousel .owl-nav button.owl-next,
.category-slider.owl-carousel .owl-nav button.owl-prev{
    margin:0;
    padding:0;
    border-radius:0;
    background:#135475;
    color:#fff;
    width:40px;
    height:31px;
    font-size:18px;
    opacity:1;
}
.category-slider.owl-carousel .owl-nav button.owl-next{
    border-left:1px solid #17678e;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}
.category-slider.owl-carousel .owl-nav button.owl-prev{
    border-right:1px solid #213161;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.category-slider.owl-carousel .owl-nav button:hover{
    color:#fff;
}
/* Products */
.products{
    position:relative;
}
.related-products{
    margin:20px 0 0;
}
.products .product-item{
    display:block;
    margin:0 0 20px 0;
    border:1px solid #eaeaea;
    color:#222;
    overflow:hidden;
}
.products .product-item:hover{
    color:#222;
}
.products .product-item .product-image-wrap{
    padding:18px 15px;
}
.products .product-item .product-image{
    height:180px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:contain;
    transform:scale(1, 1);
    transition:.3s all;
}
.products .product-item:hover .product-image{
    transform:scale(1.04, 1.04);
}
.products .product-item .product-text{
    border-top:1px solid #eee;
    padding:1px;
}
.products .product-item .product-text .text-wrap{
    background:#f8f8f8;
    padding:14px 12px;
    text-align:center;
}
.products .product-item .product-text h5{
    position:relative;
    font-size:17px;
    font-weight:600;
    color:#11345e;
    letter-spacing:-0.5px;
    margin:0 0 5px 0;
    padding:0 0 5px 0;
}
.products .product-item .product-text h5:after{
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    width:70px;
    height:1px;
    margin:0 0 0 -35px;
    border-top:1px solid #d4d4d4;
}
.products .product-item .product-series,
.products .product-item .product-prop{
    font-size:13px;
    line-height:1.42;
}
/* Category */
.category-detail{
    margin:10px 0 0;
}
.category-detail .category-image{
    width:40%;
    float:right;
    padding-top:34%;
    margin:0 0 10px 10px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:contain;
}
.category-detail .category-full-image{
    margin:0 0 30px 0;
}
.category-detail .category-full-image img{
    display:inline-block;
    max-width:100%;
    height:auto;
}
.category-detail .category-desc{
    padding:0;
}
.category-posts{
    margin:40px 0 0;
}
/* Solutions */
.solutions{
    position:relative;
    margin:50px 0;
}
.featured-links{
    margin:0;
}
.featured-links .item-column{
    position:relative;
    display:block;
    background:#f4f4f4;
    margin:0 0 30px 0;
}
.featured-links .item-column .item-column-inner{
    height:120px;
    padding:20px;
}
.featured-links .item-column:before,
.featured-links .item-column:after{
    content:"";
    width:0;
    height:1px;
    position:absolute;
    transition:all 0.2s linear;
    background:rgba(19, 85, 118, 0.9);
    transition-delay:0.2s;
}
.featured-links .item-column:hover:before,
.featured-links .item-column:hover:after{
    width:100%;
    transition-delay:0s;
}
.featured-links .item-column:before{
    right:0;
    top:0;
}
.featured-links .item-column:after{
    left:0;
    bottom:0;
}
.featured-links .item-column .item-column-inner:before,
.featured-links .item-column .item-column-inner:after{
    content:"";
    width:1px;
    height:0;
    position:absolute;
    transition:all 0.2s linear;
    transition-delay:0s;
    background:rgba(19, 85, 118, 0.9);
}
.featured-links .item-column .item-column-inner:before{
    left:0;
    top:0;
}
.featured-links .item-column .item-column-inner:after{
    right:0;
    bottom:0;
}
.featured-links .item-column:hover .item-column-inner:before,
.featured-links .item-column:hover .item-column-inner:after{
    height:100%;
    transition-delay:0.2s;
}
.featured-links .item-column .item-icon{
    position:absolute;
    top:30px;
    left:20px;
    width:60px;
    height:60px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:auto 54px;
}
.featured-links .item-column .item-icon.icon-solutions{
    background-image:url("../images/icons/solutions.svg");
}
.featured-links .item-column .item-icon.icon-testimonials{
    background-image:url("../images/icons/testimonials.svg");
}
.featured-links .item-column .item-icon.icon-applications{
    background-image:url("../images/icons/applications.svg");
}
.featured-links .item-column .item-icon.icon-documents{
    background-image:url("../images/icons/documents.svg");
}
.featured-links .item-column .item-title{
    padding:0 20px 0 74px;
}
.featured-links .item-column .item-title h5{
    margin:0;
    font-size:18px;
    font-weight:400;
    line-height:1.4;
    letter-spacing:-0.4px;
}
/* Documents */
.document-lists,
.document-details{
    position:relative;
    margin:10px 0 0;
}
.document-lists .document-item{
    position:relative;
    margin:-1px 0 0;
    padding:10px 10px 10px 40px;
    font-size:15px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.document-lists .document-item:before{
    content:"\f0f6";
    position:absolute;
    width:30px;
    height:30px;
    top:50%;
    left:5px;
    margin:-15px 0 0;
    text-align:center;
    display:block;
    font:normal normal normal 14px/30px FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.document-details .document-item{
    position:relative;
    margin:-1px 0 0;
    padding:14px 2px;
    font-size:15px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.document-details .document-item h4{
    font-size:18px;
    font-weight:400;
    margin:0 0 2px 0;
}
.document-details .document-item .text{
    font-size:13px;
}
.document-details .document-item p{
    margin:0;
}
.document-details .document-item a{
    color:#2c4c96;
}
.document-details .document-item a:hover{
    text-decoration:underline;
}
/* Router */
.router{
    margin:50px 0;
    position:relative;
}
.router .bg{
    position:absolute;
    width:50%;
    height:200px;
}
.router .bg-left{
    background:#f4f4f4;
    top:0;
    left:0;
    z-index:1;
}
.router .bg-right{
    background:#ececec;
    top:20px;
    right:0;
    z-index:2;
}
.router .bg-left:after,
.router .bg-right:after{
    content:"";
    position:absolute;
    top:0;
    width:30px;
    height:100%;
}
.router .bg-left:after{
    background:#f4f4f4;
    right:-15px;
}
.router .bg-right:after{
    background:#ececec;
    left:-15px;
    z-index:2;
}
.router .router-content{
    position:relative;
    z-index:10;
}
.router .item-element{
    position:relative;
    height:200px;
}
.router .item-element .item-icon{
    position:absolute;
    top:0;
    width:180px;
    height:100%;
}
.router .item-element .item-content{
    font-size:14px;
    letter-spacing:-0.2px;
    padding-top:24px;
}
.router .item-element .item-content h4{
    font-size:24px;
    letter-spacing:-0.6px;
    margin:0 0 10px 0;
}
.router .quality-env{
    padding:0 50px 0 0;
}
.router .quality-env .item-icon{
    left:0;
    background:url("../images/icons/quality-env.svg") no-repeat 50% 50%;
    background-size:auto 128px;
}
.router .quality-env .item-content{
    padding-left:180px;
}
.router .quality-env .item-content .particles-button{
    background:#307919;
}
.router .ups-rec{
    padding:20px 0 0 50px;
}
.router .ups-rec .item-icon{
    height:235px;
    top:-15px;
    right:0;
    background:url("../images/recommender.png") no-repeat 100% 50%;
    background-size:auto 235px;
}
.router .ups-rec .item-content{
    padding-right:190px;
    text-align:right;
}
.router .ups-rec .item-content .link-button{
    display:inline-block;
}
/* Link Button */
.link-block{
    position:relative;
    width:172px;
    height:44px;
}
.ups-rec .link-block{
    float:right;
}
.link-button,
.particles-button{
    position:relative;
    background:#14325f;
    color:#fff;
    display:block;
    width:100%;
    height:100%;
    font-size:14px;
    line-height:44px;
    letter-spacing:3px;
    text-transform:uppercase;
    text-align:center;
    border-radius:4px;
}
.link-button:hover,
.particles-button:hover{
    color:#fff;
}
.particles-item{
    position:absolute;
    display:grid;
    grid-template-columns:100%;
    grid-template-rows:100%;
    width:100%;
    height:100%;
}
.particles{
    position:relative;
    grid-area:1 / 1 / 2 / 2;
}
.particles-wrapper{
    position:relative;
    display:inline-block;
    overflow:hidden;
    width:100%;
    height:100%;
}
.particles-canvas{
    position:absolute;
    pointer-events:none;
    top:50%;
    left:50%;
    transform:translate3d(-50%, -50%, 0);
}
/* Media */
.media{
    margin:80px 0 70px 0;
}
.media-column{
    position:relative;
}
.video-lists{
    margin:10px 0 0;
}
.video-lists .media-column{
    margin:0 0 30px 0;
}
.media-column .item-video{
    position:relative;
    display:block;
    overflow:hidden;
    height:0;
    padding-top:56.25%;
    background-color:#f0f0f0;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
.media-column .item-video:before{
    content:"";
    position:absolute;
    left:15px;
    bottom:13px;
    width:50px;
    height:34px;
    background:url("../images/icons/play.svg") no-repeat 0 0;
    background-size:50px auto;
    z-index:2;
}
.media-column .item-video.company-video{
    background-image:url("../images/video-bg-a.png");
}
.media-column .item-video.product-video{
    background-image:url("../images/video-bg-b.png");
}
.media-column .item-text{
    padding:12px 0 0;
}
.media-column h4{
    font-size:15px;
    font-weight:400;
    margin:0;
}
.news-column{
    position:relative;
}
.news-column ul{
    list-style:none;
    margin:0;
    padding:0;
}
.news-column ul li{
    position:relative;
    display:block;
    margin:0 0 12px 0;
    padding:0 0 12px 0;
}
.news-column ul li:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:54px;
    height:3px;
    background:#e9e9e9;
}
.news-column ul li:last-child{
    margin:0;
    padding:0;
}
.news-column ul li:last-child:after{
    display:none;
}
.news-column ul li span{
    display:block;
    color:#777;
    font-size:12px;
}
.news-column ul li h6{
    font-size:14px;
    line-height:1.4;
    margin:1px 0 0;
}
/* Maps */
.maps{
    height:269px;
}
a[href^="http://maps.google.com/maps"]{
    display:none !important
}
a[href^="https://maps.google.com/maps"]{
    display:none !important
}
.gmnoprint a, .gmnoprint span, .gm-style-cc{
    display:none;
}
.gmnoprint div{
    background:none !important;
}
/* References */
.references{
    margin:0 0 30px 0;
    text-align:center;
}
.reference-wrapper{
    padding:10px 0 0;
}
.reference-wrapper .ref-item,
.reference-slider .ref-item{
    height:120px;
    padding:0 10px;
    text-align:center;
    margin:0 0 10px 0;
}
.reference-wrapper .ref-item img,
.reference-slider .ref-item img{
    display:inline-block;
    max-width:90%;
    max-height:100px;
    width:auto;
    height:auto;
}
.reference-slider .ref-item img{
    max-width:74%;
}
/* Content & Page etc */
.content{
    position:relative;
    background:#fff;
    font-size:15px;
    padding:50px 0;
    min-height:200px;
    z-index:20;
}
.content.pad-top-20{
    padding-top:20px;
}
.content.pad-bot-20{
    padding-bottom:20px;
}
.page-inner{
    font-size:14px;
    line-height:1.72;
}
.page-image{
    margin-bottom:24px;
    overflow:hidden;
}
.page-image img{
    display:block;
    width:100%;
    height:auto;
}
.page-inner .page-header{
    min-height:30px;
    margin:0 0 5px 0;
    padding:0 0 5px 0;
}
.page-inner .page-header:after{
    content:"";
    display:block;
    clear:both;
}
.page-inner .page-header h2,
.page-inner .page-header h3{
    float:left;
    font-size:22px;
    font-weight:400;
    line-height:20px;
    margin:0;
    text-transform:uppercase;
}
.page-inner.post-details .page-header{
    /*margin:0 0 15px 0;*/
}
.page-inner.post-details .page-header h2{
    float:none;
    line-height:1.24;
    margin:0 0 5px 0;
}
.page-inner .sub-title{
    font-size:20px;
    font-weight:400;
    margin:0;
    text-transform:uppercase;
}
.text-container{
    margin:0;
}
.text-container h3,
.text-container h4,
.text-container h5{
    font-size:18px;
    font-weight:400;
    margin:10px 0;
}
.text-wrap .inline-image-left{
    float:left;
    width:40%;
    margin:0 15px 15px 0;
}
.text-wrap .inline-image-right{
    float:right;
    width:40%;
    margin:0 0 15px 15px;
}
.text-wrap img{
    display:inline-block;
    max-width:100%;
    height:auto;
}
/*.page-inner a:not(.btn){
    color:#f74830;
}
.page-inner a:not(.btn):hover,
.page-inner a:not(.btn):focus{
    color:#c94029;
}*/
/* Post Lists */
.post-lists{
    position:relative;
}
.post-lists .post-item{
    margin:0 0 40px 0;
}
.post-lists .post-item p{
    margin:0;
}
.post-lists .post-item a{
    color:#212529;
}
.post-lists .post-item .post-image{
    position:relative;
    display:block;
    padding-top:56.25%;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
.post-lists.solution-lists .post-item .post-image{
    padding-top:64%;
}
.post-lists .post-item .post-content{
    font-size:13px;
    margin:10px 0 0;
}
.post-lists.solution-lists .post-item .post-content{
    margin:12px 0 0;
}
.post-lists .post-item .post-content h4{
    font-size:16px;
    font-weight:400;
    margin:4px 0;
}
.post-lists.solution-lists .post-item .post-content h4 a{
    display:block;
    position:relative;
    padding:0 0 8px 0;
}
.post-lists.solution-lists .post-item .post-content h4 a:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:20%;
    height:1px;
    background:#c1c1c1;
}
.post-lists .post-item .post-content .post-date{
    font-size:10px;
    color:#999;
    letter-spacing:2px;
    padding:0 0 0 1px;
}
/* Page Tools */
.page-actions:after{
    content:"";
    display:block;
    clear:both;
}
.page-inner .share-icons{
    float:left;
}
.page-inner .page-tools{
    float:right;
}
.page-tools ul{
    display:block;
    margin:0;
    padding:0;
    float:right;
    text-align:right;
}
.page-tools ul li{
    display:block;
    float:left;
    margin:0;
    padding:0;
}
.page-inner .page-tools ul li a{
    display:block;
    text-decoration:none;
    color:#aaa;
    width:28px;
    height:24px;
    line-height:24px;
    position:relative;
    text-align:center;
}
.page-inner .page-tools ul li a:hover{
    color:#777;
}
.page-tools ul li a:before, .page-tools ul li a.fsc-plus:after, .page-tools ul li a.fsc-minus:after{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    text-align:center;
    font:normal normal normal 15px/24px FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0, 0);
}
.page-tools ul li a.fsc-button:before{
    content:"\f031";
}
.page-tools ul li a.fsc-button.fsc-default:before{
    margin-left:2px;
}
.page-tools ul li a.fsc-plus:after, .page-tools ul li a.fsc-minus:after{
    color:#777;
    font-size:10px;
    line-height:1;
    left:7px;
    top:2px;
}
.page-tools ul li a.fsc-plus:after{
    content:"\f0fe";
}
.page-tools ul li a.fsc-minus:after{
    content:"\f146";
}
.page-tools ul li a.page-print:before{
    content:"\f02f";
}
.page-inner .scroll-top{
    position:absolute;
    height:26px;
    display:inline-block;
    padding:0 12px;
    bottom:-27px;
    right:6px;
    font-size:11px;
    font-weight:bold;
    background:#F6F6F6;
    color:#1F908B;
    border:1px solid #DDD;
    border-top:0;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    text-decoration:none;
    line-height:26px;
}
.page-inner .scroll-top:hover{
    text-decoration:underline;
}
.page-inner .scroll-top:before{
    display:inline-block;
    margin:0 5px 0 0;
    content:"\f102";
    font:normal normal normal 14px/1 FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0, 0);
}
.share-icons{
    display:block;
}
.share-icons:before, .share-icons:after, .share-icons ul:before, .share-icons ul:after{
    clear:both;
}
.share-icons:after, .share-icons ul:after{
    display:table;
    content:" ";
}
.share-icons ul{
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
.share-icons ul li{
    display:block;
    float:left;
    margin:0;
}
.share-icons ul li span{
    display:block;
    color:#999;
    font-size:11px;
    line-height:24px;
    padding:0 5px 0 0;
}
.share-icons ul li a{
    display:block;
    padding:0;
    margin-bottom:0;
    font-size:11px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:22px;
    text-align:center;
    color:#FFF;
    background:none;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:0;
    text-decoration:none;
    position:relative;
    overflow:hidden;
}
.share-icons ul li a:before{
    display:block;
    position:absolute;
    height:100%;
    width:28px;
    padding:0;
    left:0;
    top:0;
    bottom:0;
    text-align:center;
    font:normal normal normal 15px/24px FontAwesome;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0, 0);
}
.share-icons ul li a:active, .share-icons ul li a:focus, .share-icons ul li a:hover{
    color:#FFF;
    outline:none;
}
.share-icons ul li .btn-facebook{
    color:#3B5998;
}
.share-icons ul li .btn-facebook:before{
    content:"\f09a";
}
.share-icons ul li .btn-facebook:active, .share-icons ul li .btn-facebook:focus, .share-icons ul li .btn-facebook:hover{
    color:#2D4373;
}
.share-icons ul li .btn-twitter{
    color:#55ACEE;
}
.share-icons ul li .btn-twitter:before{
    content:"\f099";
}
.share-icons ul li .btn-twitter:active, .share-icons ul li .btn-twitter:focus, .share-icons ul li .btn-twitter:hover{
    color:#2795E9;
}
.share-icons ul li .btn-linkedin{
    color:#007BB6;
}
.share-icons ul li .btn-linkedin:before{
    content:"\f0e1";
}
.share-icons ul li .btn-linkedin:active, .share-icons ul li .btn-linkedin:focus, .share-icons ul li .btn-linkedin:hover{
    color:#005983;
}
.share-icons ul li .btn-googleplus{
    color:#DD4B39;
}
.share-icons ul li .btn-googleplus:before{
    content:"\f0d5";
}
.share-icons ul li .btn-googleplus:active, .share-icons ul li .btn-googleplus:focus, .share-icons ul li .btn-googleplus:hover{
    color:#C23321;
}
/* Contact */
.page-contact{
    position:relative;
}
.maps{
    height:400px;
    background:#e5e3df
}
.maps h4{
    font-size:18px
}
.contact-map-wrapper{
    position:relative;
    margin:10px 0 20px;
    padding:10px 0 0
}
.contact-form{
    margin:0
}
.form-wrapper{
    margin:0 0 40px
}
.contact-form form{
    display:block;
    margin:0;
    padding:5px 0 0
}
.contact-form label{
    font-size:14px;
    font-weight:600
}
.contact-details{
    color:#444;
    font-size:14px
}
.contact-details > .contact-block > ul{
    margin:4px 0;
    padding:0 0 0 8px;
    list-style:none;
    border-left:8px solid #eee;
}
.contact-details > .contact-block > ul > li{
    display:block;
    padding:0 0 1px;
}
.contact-details > .contact-block > ul > li > strong{
    font-weight:600;
    color:#000
}
.contact-block{
    margin:0 0 30px
}
.contact-block h4,
.contact-block h5{
    margin:0;
    font-weight:600;
    line-height:1.42857143;
    color:#000
}
.contact-block h4{
    font-size:16px
}
.contact-block h5{
    display:inline-block;
    font-size:14px
}
/* Footer */
.footer{
    background:#f4f4f4;
}
.footer p{
    margin:0;
}
.newsletter{
    padding:10px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #e6e6e6;
}
.newsletter .form-group{
    margin-bottom:0;
}
.newsletter .col-form-label{
    font-size:13px;
    text-align:right;
    margin:0;
    padding-top:0;
    padding-bottom:0;
    line-height:38px;
}
.newsletter .alert{
    font-size:13px;
    text-align:right;
    margin:0 0 10px 0;
}
.footer .footer-content{
    border-top:1px solid #fff;
}
.footer .footer-logo{
    margin:0 0 15px 0;
    width:70%;
}
.footer .footer-logo img{
    display:block;
    width:100%;
    height:auto;
}
.footer .footer-content{
    font-size:14px;
    line-height:1.8;
}
.footer .footer-content .content-inner{
    position:relative;
    background:url("../images/shape-white.svg") no-repeat 100% 90%;
    background-size:150px auto;
    padding:48px 0;
}
.footer .footer-content b,
.footer .footer-content strong{
    font-weight:600;
    color:#222;
}
.footer .footer-content h5{
    color:#222;
    font-size:18px;
    font-weight:600;
    margin:0 0 10px 0;
    text-transform:uppercase;
    letter-spacing:-0.5px;
}
.footer .footer-content .social-media .nav{
    font-size:24px;
    margin:0 -10px;
}
.footer .footer-content .social-media .nav li{
    margin:0 10px;
}
.footer .site-info{
    background:#fff;
    padding:20px 0 18px 0;
    line-height:20px;
}
.footer .copyright{
    color:#777;
    font-size:12px;
}
.footer .dev{
    color:#777;
    font-size:12px;
    text-align:right;
}
.dev .vidco{
    background:url(https://drive.google.com/uc?id=1SvA84QPcFTgad8tmQiA-i3GtlZbq6FTG) no-repeat 50% 50%;
    background-size:74px auto;
    display:block;
    float:right;
    width:74px;
    height:20px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
/* Hamburger Menu */
.mobile-nav{
    display:none;
    position:absolute;
    right:5px;
    top:50%;
    margin-top:-21px;
    height:42px;
    z-index:100;
}
.page{
    width:100%;
    height:100%;
}
.mm-menu{
    font-size:14px;
}
.mm-listview{
    line-height:18px;
}
.mm-navbars_top .mm-navbar{
    justify-content:flex-end;
}
.mm-navbar .lang-link{
    width:31%;
    max-width:31%;
    font-size:14px;
    padding-top:12px;
}
.mm-menu .mm-navbars_bottom{
    font-size:17px;
}
.hamburger{
    font:inherit;
    display:inline-block;
    overflow:visible;
    margin:0;
    padding:10px;
    cursor:pointer;
    transition-timing-function:linear;
    transition-duration:.15s;
    transition-property:opacity, filter;
    text-transform:none;
    color:inherit;
    border:0;
    background-color:transparent
}
.hamburger:hover{
    opacity:1
}
.mm-sticky{
    display:block;
}
.hamburger-box{
    position:relative;
    display:block;
    width:34px;
    height:22px
}
.hamburger-inner{
    top:50%;
    display:block;
    margin-top:-2px
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    position:absolute;
    width:34px;
    height:2px;
    transition-timing-function:ease;
    transition-duration:.15s;
    transition-property:transform;
    border-radius:4px;
    background-color:#555
}
.hamburger-inner:after, .hamburger-inner:before{
    display:block;
    content:""
}
.hamburger-inner:before{
    top:-10px
}
.hamburger-inner:after{
    bottom:-10px
}
.hamburger--3dx .hamburger-box{
    perspective:68px
}
.hamburger--3dx .hamburger-inner{
    transition:transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx.is-active .hamburger-inner{
    transform:rotateY(180deg);
    background-color:transparent
}
.hamburger--3dx.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dx.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dx-r .hamburger-box{
    perspective:68px
}
.hamburger--3dx-r .hamburger-inner{
    transition:transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dx-r.is-active .hamburger-inner{
    transform:rotateY(-180deg);
    background-color:transparent
}
.hamburger--3dx-r.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dx-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dy .hamburger-box{
    perspective:68px
}
.hamburger--3dy .hamburger-inner{
    transition:transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy.is-active .hamburger-inner{
    transform:rotateX(-180deg);
    background-color:transparent
}
.hamburger--3dy.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dy.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dy-r .hamburger-box{
    perspective:68px
}
.hamburger--3dy-r .hamburger-inner{
    transition:transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dy-r.is-active .hamburger-inner{
    transform:rotateX(180deg);
    background-color:transparent
}
.hamburger--3dy-r.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dy-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dxy .hamburger-box{
    perspective:68px
}
.hamburger--3dxy .hamburger-inner{
    transition:transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy.is-active .hamburger-inner{
    transform:rotateX(180deg) rotateY(180deg);
    background-color:transparent
}
.hamburger--3dxy.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dxy.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--3dxy-r .hamburger-box{
    perspective:68px
}
.hamburger--3dxy-r .hamburger-inner{
    transition:transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before{
    transition:transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}
.hamburger--3dxy-r.is-active .hamburger-inner{
    transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color:transparent
}
.hamburger--3dxy-r.is-active .hamburger-inner:before{
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--arrow.is-active .hamburger-inner:before{
    transform:translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow.is-active .hamburger-inner:after{
    transform:translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:before{
    transform:translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:after{
    transform:translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt .hamburger-inner:before{
    transition:top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt .hamburger-inner:after{
    transition:bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform:translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform:translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r .hamburger-inner:before{
    transition:top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt-r .hamburger-inner:after{
    transition:bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform:translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform:translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner{
    transform:rotate(-180deg)
}
.hamburger--arrowturn.is-active .hamburger-inner:before{
    transform:translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner:after{
    transform:translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner{
    transform:rotate(-180deg)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before{
    transform:translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after{
    transform:translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before{
    transition-property:none
}
.hamburger--boring.is-active .hamburger-inner{
    transform:rotate(45deg)
}
.hamburger--boring.is-active .hamburger-inner:before{
    top:0;
    opacity:0
}
.hamburger--boring.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg)
}
.hamburger--collapse .hamburger-inner{
    top:auto;
    bottom:0;
    transition-delay:.13s;
    transition-timing-function:cubic-bezier(.55, .055, .675, .19);
    transition-duration:.13s
}
.hamburger--collapse .hamburger-inner:after{
    top:-20px;
    transition:top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse .hamburger-inner:before{
    transition:top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse.is-active .hamburger-inner{
    transition-delay:.22s;
    transition-timing-function:cubic-bezier(.215, .61, .355, 1);
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--collapse.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity:0
}
.hamburger--collapse.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform:rotate(-90deg)
}
.hamburger--collapse-r .hamburger-inner{
    top:auto;
    bottom:0;
    transition-delay:.13s;
    transition-timing-function:cubic-bezier(.55, .055, .675, .19);
    transition-duration:.13s
}
.hamburger--collapse-r .hamburger-inner:after{
    top:-20px;
    transition:top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}
.hamburger--collapse-r .hamburger-inner:before{
    transition:top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--collapse-r.is-active .hamburger-inner{
    transition-delay:.22s;
    transition-timing-function:cubic-bezier(.215, .61, .355, 1);
    transform:translate3d(0, -10px, 0) rotate(45deg)
}
.hamburger--collapse-r.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity:0
}
.hamburger--collapse-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform:rotate(90deg)
}
.hamburger--elastic .hamburger-inner{
    top:2px;
    transition-timing-function:cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration:.275s
}
.hamburger--elastic .hamburger-inner:before{
    top:10px;
    transition:opacity .125s ease .275s
}
.hamburger--elastic .hamburger-inner:after{
    top:20px;
    transition:transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic.is-active .hamburger-inner{
    transition-delay:75ms;
    transform:translate3d(0, 10px, 0) rotate(135deg)
}
.hamburger--elastic.is-active .hamburger-inner:before{
    transition-delay:0s;
    opacity:0
}
.hamburger--elastic.is-active .hamburger-inner:after{
    transition-delay:75ms;
    transform:translate3d(0, -20px, 0) rotate(-270deg)
}
.hamburger--elastic-r .hamburger-inner{
    top:2px;
    transition-timing-function:cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration:.275s
}
.hamburger--elastic-r .hamburger-inner:before{
    top:10px;
    transition:opacity .125s ease .275s
}
.hamburger--elastic-r .hamburger-inner:after{
    top:20px;
    transition:transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}
.hamburger--elastic-r.is-active .hamburger-inner{
    transition-delay:75ms;
    transform:translate3d(0, 10px, 0) rotate(-135deg)
}
.hamburger--elastic-r.is-active .hamburger-inner:before{
    transition-delay:0s;
    opacity:0
}
.hamburger--elastic-r.is-active .hamburger-inner:after{
    transition-delay:75ms;
    transform:translate3d(0, -20px, 0) rotate(270deg)
}
.hamburger--emphatic{
    overflow:hidden
}
.hamburger--emphatic .hamburger-inner{
    transition:background-color .125s ease-in .175s
}
.hamburger--emphatic .hamburger-inner:before{
    left:0;
    transition:transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}
.hamburger--emphatic .hamburger-inner:after{
    top:10px;
    right:0;
    transition:transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}
.hamburger--emphatic.is-active .hamburger-inner{
    transition-delay:0s;
    transition-timing-function:ease-out;
    background-color:transparent
}
.hamburger--emphatic.is-active .hamburger-inner:before{
    top:-80px;
    left:-80px;
    transition:left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform:translate3d(80px, 80px, 0) rotate(45deg)
}
.hamburger--emphatic.is-active .hamburger-inner:after{
    top:-80px;
    right:-80px;
    transition:right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform:translate3d(-80px, 80px, 0) rotate(-45deg)
}
.hamburger--emphatic-r{
    overflow:hidden
}
.hamburger--emphatic-r .hamburger-inner{
    transition:background-color .125s ease-in .175s
}
.hamburger--emphatic-r .hamburger-inner:before{
    left:0;
    transition:transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}
.hamburger--emphatic-r .hamburger-inner:after{
    top:10px;
    right:0;
    transition:transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}
.hamburger--emphatic-r.is-active .hamburger-inner{
    transition-delay:0s;
    transition-timing-function:ease-out;
    background-color:transparent
}
.hamburger--emphatic-r.is-active .hamburger-inner:before{
    top:80px;
    left:-80px;
    transition:left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform:translate3d(80px, -80px, 0) rotate(-45deg)
}
.hamburger--emphatic-r.is-active .hamburger-inner:after{
    top:80px;
    right:-80px;
    transition:right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform:translate3d(-80px, -80px, 0) rotate(45deg)
}
.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before{
    transition:bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}
.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before{
    transition:bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity:0
}
.hamburger--minus.is-active .hamburger-inner:before{
    top:0
}
.hamburger--minus.is-active .hamburger-inner:after{
    bottom:0
}
.hamburger--slider .hamburger-inner{
    top:2px
}
.hamburger--slider .hamburger-inner:before{
    top:10px;
    transition-timing-function:ease;
    transition-duration:.15s;
    transition-property:transform, opacity
}
.hamburger--slider .hamburger-inner:after{
    top:20px
}
.hamburger--slider.is-active .hamburger-inner{
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner:before{
    transform:rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity:0
}
.hamburger--slider.is-active .hamburger-inner:after{
    transform:translate3d(0, -20px, 0) rotate(-90deg)
}
.hamburger--slider-r .hamburger-inner{
    top:2px
}
.hamburger--slider-r .hamburger-inner:before{
    top:10px;
    transition-timing-function:ease;
    transition-duration:.15s;
    transition-property:transform, opacity
}
.hamburger--slider-r .hamburger-inner:after{
    top:20px
}
.hamburger--slider-r.is-active .hamburger-inner{
    transform:translate3d(0, 10px, 0) rotate(-45deg)
}
.hamburger--slider-r.is-active .hamburger-inner:before{
    transform:rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity:0
}
.hamburger--slider-r.is-active .hamburger-inner:after{
    transform:translate3d(0, -20px, 0) rotate(90deg)
}
.hamburger--spin .hamburger-inner{
    transition-timing-function:cubic-bezier(.55, .055, .675, .19);
    transition-duration:.22s
}
.hamburger--spin .hamburger-inner:before{
    transition:top .1s ease-in .25s, opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after{
    transition:bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin.is-active .hamburger-inner{
    transition-delay:.12s;
    transition-timing-function:cubic-bezier(.215, .61, .355, 1);
    transform:rotate(225deg)
}
.hamburger--spin.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease-out, opacity .1s ease-out .12s;
    opacity:0
}
.hamburger--spin.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform:rotate(-90deg)
}
.hamburger--spin-r .hamburger-inner{
    transition-timing-function:cubic-bezier(.55, .055, .675, .19);
    transition-duration:.22s
}
.hamburger--spin-r .hamburger-inner:before{
    transition:top .1s ease-in .25s, opacity .1s ease-in
}
.hamburger--spin-r .hamburger-inner:after{
    transition:bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spin-r.is-active .hamburger-inner{
    transition-delay:.12s;
    transition-timing-function:cubic-bezier(.215, .61, .355, 1);
    transform:rotate(-225deg)
}
.hamburger--spin-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s ease-out, opacity .1s ease-out .12s;
    opacity:0
}
.hamburger--spin-r.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform:rotate(90deg)
}
.hamburger--spring .hamburger-inner{
    top:2px;
    transition:background-color 0s linear .13s
}
.hamburger--spring .hamburger-inner:before{
    top:10px;
    transition:top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring .hamburger-inner:after{
    top:20px;
    transition:top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring.is-active .hamburger-inner{
    transition-delay:.22s;
    background-color:transparent
}
.hamburger--spring.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform:translate3d(0, 10px, 0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform:translate3d(0, 10px, 0) rotate(-45deg)
}
.hamburger--spring-r .hamburger-inner{
    top:auto;
    bottom:0;
    transition-delay:0s;
    transition-timing-function:cubic-bezier(.55, .055, .675, .19);
    transition-duration:.13s
}
.hamburger--spring-r .hamburger-inner:after{
    top:-20px;
    transition:top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}
.hamburger--spring-r .hamburger-inner:before{
    transition:top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger--spring-r.is-active .hamburger-inner{
    transition-delay:.22s;
    transition-timing-function:cubic-bezier(.215, .61, .355, 1);
    transform:translate3d(0, -10px, 0) rotate(-45deg)
}
.hamburger--spring-r.is-active .hamburger-inner:after{
    top:0;
    transition:top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity:0
}
.hamburger--spring-r.is-active .hamburger-inner:before{
    top:0;
    transition:top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform:rotate(90deg)
}
.hamburger--stand .hamburger-inner{
    transition:transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}
.hamburger--stand .hamburger-inner:before{
    transition:top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand .hamburger-inner:after{
    transition:bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand.is-active .hamburger-inner{
    transition:transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform:rotate(90deg);
    background-color:transparent
}
.hamburger--stand.is-active .hamburger-inner:before{
    top:0;
    transition:top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform:rotate(-45deg)
}
.hamburger--stand.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform:rotate(45deg)
}
.hamburger--stand-r .hamburger-inner{
    transition:transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}
.hamburger--stand-r .hamburger-inner:before{
    transition:top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand-r .hamburger-inner:after{
    transition:bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}
.hamburger--stand-r.is-active .hamburger-inner{
    transition:transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform:rotate(-90deg);
    background-color:transparent
}
.hamburger--stand-r.is-active .hamburger-inner:before{
    top:0;
    transition:top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform:rotate(-45deg)
}
.hamburger--stand-r.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform:rotate(45deg)
}
.hamburger--squeeze .hamburger-inner{
    transition-timing-function:cubic-bezier(.55, .055, .675, .19);
    transition-duration:75ms
}
.hamburger--squeeze .hamburger-inner:before{
    transition:top 75ms ease .12s, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after{
    transition:bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner{
    transition-delay:.12s;
    transition-timing-function:cubic-bezier(.215, .61, .355, 1);
    transform:rotate(45deg)
}
.hamburger--squeeze.is-active .hamburger-inner:before{
    top:0;
    transition:top 75ms ease, opacity 75ms ease .12s;
    opacity:0
}
.hamburger--squeeze.is-active .hamburger-inner:after{
    bottom:0;
    transition:bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform:rotate(-90deg)
}
.hamburger--vortex .hamburger-inner{
    transition-timing-function:cubic-bezier(.19, 1, .22, 1);
    transition-duration:.2s
}
.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before{
    transition-delay:.1s;
    transition-timing-function:linear;
    transition-duration:0s
}
.hamburger--vortex .hamburger-inner:before{
    transition-property:top, opacity
}
.hamburger--vortex .hamburger-inner:after{
    transition-property:bottom, transform
}
.hamburger--vortex.is-active .hamburger-inner{
    transition-timing-function:cubic-bezier(.19, 1, .22, 1);
    transform:rotate(765deg)
}
.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before{
    transition-delay:0s
}
.hamburger--vortex.is-active .hamburger-inner:before{
    top:0;
    opacity:0
}
.hamburger--vortex.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner{
    transition-timing-function:cubic-bezier(.19, 1, .22, 1);
    transition-duration:.2s
}
.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before{
    transition-delay:.1s;
    transition-timing-function:linear;
    transition-duration:0s
}
.hamburger--vortex-r .hamburger-inner:before{
    transition-property:top, opacity
}
.hamburger--vortex-r .hamburger-inner:after{
    transition-property:bottom, transform
}
.hamburger--vortex-r.is-active .hamburger-inner{
    transition-timing-function:cubic-bezier(.19, 1, .22, 1);
    transform:rotate(-765deg)
}
.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before{
    transition-delay:0s
}
.hamburger--vortex-r.is-active .hamburger-inner:before{
    top:0;
    opacity:0
}
.hamburger--vortex-r.is-active .hamburger-inner:after{
    bottom:0;
    transform:rotate(-90deg)
}
/* Geo Maps */
.mapsvg{
    height:100px;
    position:relative;
}
.mapsvg{
    overflow:hidden;
}
.mapsvg svg{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.mapsvg.mapsvg-responsive{
    width:100%;
    height:auto;
}
.mapsvg.mapsvg-cursor-pointer .mapsvg-region{
    cursor:pointer;
}
.mapsvg-loading{
    position:absolute;
    top:50%;
    left:50%;
    font-size:12px !important;
    z-index:1;
    padding:7px 10px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    border:1px solid #ccc;
    background:#f5f5f2;
    color:#999
}
.mapsvg-disabled{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    pointer-events:none;
    cursor:default;
}
.mapsvg-buttons{
    position:absolute;
    top:15px;
    width:16px;
    right:15px;
}
.mapsvg-buttons.right{
    right:15px;
}
.mapsvg-buttons.left{
    left:15px;
}
.mapsvg-btn-zoom{
    width:16px;
    height:16px;
    border-radius:3px;
    display:block;
    margin-bottom:7px;
    cursor:pointer;
    background-repeat:no-repeat;
}
.mapsvg-btn-zoom.in{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABhElEQVR4nJWTT4rqQBDGf92pSEJWmYfgQpABb+EB1NU8DyBe5M1q5iKStTCDd/AWggElC3EQJAQxbb/NJDH+mccraEh31fdVfR8pBRBF0Uuapn+AX8CZn0MDuyAI3sfj8aeaTqcvWZZ9XFdZazmdTgC4rotS6oYpCILfkmXZ6yNwt9tFKcVyucRxnBuSNE1fNfB0TWCModlsMhwOGQwGdDod8jy/J+dJP9JsjKl9W2vvlZ3lcuyiS57ntY7FvZDgum6Zk0vN7XYbay3GGMIwLItarRbGGEQErTVxHON5XkVQAEaj0b0x6fV6tXsURRwOBxzHQd9F/CPO58o2ARARdrsds9ms9CIMQ/r9PgCLxYL1eo3rulhr2e/3dQkAnueRJElp2vF4LLskScJmsynNK8A1AqjcVUohUqVEBBGpuV+E/j63CV093/sLizIBvoDny1fHcdhut8znc5RSrFar2kQX8aV933+7ZldK0Wg0iOO4BD9YpjcF8L2R/7XOvu+/TyaTz79+UqnWsVHWHAAAAABJRU5ErkJggg==)
}
.mapsvg-btn-zoom.out{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA6klEQVR4nKWTPW6DQBBG3w4RaLXSFs4puAe9fQHEReLKPgYN4gLxQei5RNytFraANNEKKwk29uum+N78SKMA2rbdO+c+gHdgYh0Bvowx57IsL6ppmr33/vNO6E+MMQfx3h+fCQM4544C7J4VADvh/s5rTG/LKoTANK37RIQ0TWMdBSEE8jwnyzLmef437L2n7/soiQLnHEVRPDR313VRIA8lVogTWGup6/pmhSRJAFBKxcAwDFhrfwuSJCGEwDiOqx2VUlF8I1h23ILw2h1EgOsLgqtorU/LI23BGHNSAD8fuemdtdbnqqou39SbTK6RdYDsAAAAAElFTkSuQmCC)
}
.mapsvg-tooltip{
    font-weight:normal;
    font-size:12px;
    font-family:Helvetica, Arial;
    color:#000000;
    position:absolute;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    top:0;
    left:0;
    z-index:1000;
    background-color:white;
    border:1px solid #eee;
    padding:4px 7px;
    max-width:600px;
    opacity:0;
    -webkit-transition:opacity .15s ease-in;
    -moz-transition:opacity .15s ease-in;
    -ms-transition:opacity .15s ease-in;
    -o-transition:opacity .15s ease-in;
    transition:opacity .15s ease-in;
}
.mapsvg-tooltip.mapsvg-tooltip-visible{
    opacity:1;
}
/*
.mapsvg-popover {
    font-weight: normal;
    font-size: 12px;
    font-family: Helvetica, Arial;
    color: #000000;
    position: absolute;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    top: 0;
    left: 0;
    z-index: 1000;
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 300px;
    overflow: scroll;
    display: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 17px 12px 12px 12px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}*/
.mapsvg-popover .mapsvg-popover-close{
    position:absolute;
    top:0;
    right:3px;
    cursor:pointer;
    color:#aaa;
    z-index:1200;
    font-size:14px;
    font-weight:normal;
}
.mapsvg-popover .mapsvg-popover-content{
}
.mapsvg-gauge{
    background-color:#ffffff;
    border-radius:3px;
    position:absolute;
    bottom:10px;
    right:10px;
    max-width:30%;
    z-index:1000;
    font-size:11px !important;
    line-height:15px !important;
    color:#666666;
    padding:0px 0px;
    font-weight:normal;
    -webkit-box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.mapsvg-gauge table{
    width:auto;
    margin:0;
    border:0;
    padding:0;

}
.mapsvg-gauge .mapsvg-gauge-gradient{
    width:150px;
}
.mapsvg-gauge table tr{
    border:0 !important;
}
.mapsvg-gauge table td{
    padding:2px 7px;
    border:0 !important;
}
.mapsvg-marker{
    cursor:pointer;
}
/*
.mapsvg-marker {
    -webkit-transition: -webkit-transform .1s ease-out;
    -moz-transition: -moz-transform .1s ease-out;
    -ms-transition: -ms-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    transition: transform .1s ease-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounce {
    20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    0% {-webkit-transform: translateY(-25px);}
    30% {-webkit-transform: translateY(-10px);}
}

@keyframes bounce {
    20%, 50%, 80%, 100% {transform: translateY(0);}
    0% {transform: translateY(-25px);}
    30% {transform: translateY(-10px);}
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
*/
/*
.mapsvg .mapsvg-region {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
*/
.mapsvg text, .mapsvg tspan{
    pointer-events:none;
}
.mapsvg-popover{
    background-color:rgba(255, 255, 255, 1);
    border-radius:5px;
    /*bottom: 42px;*/
    box-shadow:0 4px 15px 1px rgba(0, 0, 0, 0.5);
    color:#000;
    display:none;
    font-size:12px;
    /*left: -95px;*/
    padding:15px 10px 7px 10px;
    position:absolute;
    max-width:500px;
    min-width:150px;
    min-height:80px;
    z-index:1000;
}
.mapsvg-popover:before{
    border-top:7px solid rgba(255, 255, 255, 1);
    border-right:7px solid transparent;
    border-left:7px solid transparent;
    bottom:-7px;
    content:'';
    display:block;
    left:50%;
    margin-left:-7px;
    position:absolute;
}
.mapsvg-popover.mapsvg-popover-visible{
    display:block;
    -webkit-animation:fade-in .2s linear 1, move-up .2s ease-out;
    -moz-animation:fade-in .2s linear 1, move-up .2s ease-out;
    -ms-animation:fade-in .2s linear 1, move-up .2s ease-out;
}
.geo-content{
    margin:30px 0 0;
}
.geo-content ul{
    list-style:none;
    margin:0;
    padding:0;
}
.geo-content ul:after{
    display:block;
    clear:both;
    content:"";
}
.geo-content ul li{
    display:block;
    width:20%;
    float:left;
    color:#888;
}
.geo-content ul li strong{
    font-weight:400;
    color:#444;
}
.geo-select{
    margin:40px 0 0;
}
.geo-select select.form-control:not([size]):not([multiple]){
    font-size:15px;
    height:calc(2.5rem + 4px);
}
.geo-lists{
    margin:20px 0;
}
.geo-lists .list-empty{
    display:none;
}
.geo-lists .list-item{
    display:none;
    margin:10px 0 20px 0;
}
.geo-lists .card h4{
    font-size:17px;
    font-weight:600;
    margin:3px 0 5px 0;
    color:#222;
    letter-spacing:-.3px;
    text-transform:uppercase;
}
.geo-lists .card h5{
    font-size:14px;
    font-weight:400;
    margin:0;
}
.geo-lists ul{
    list-style:none;
    margin:0;
    padding:0;
}
.geo-lists ul:after{
    display:block;
    clear:both;
    content:"";
}
.geo-lists ul li{
    display:block;
}
/* Product Details */
.product-showcase{
    position:relative;
}
.ps-loader{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
    transition:opacity .25s;
}
.slider-loaded .ps-loader{
    opacity:0;
    display:none;
}
.lSSlideOuter,
.product-fullscreen,
.product-slider,
.product-slide-controller{
    opacity:0;
    transition:opacity .25s;
}
.slider-loaded .lSSlideOuter,
.slider-loaded .product-fullscreen,
.slider-loaded .product-slider,
.slider-loaded .product-slide-controller{
    opacity:1;
}
.product-fullscreen{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:40px;
    line-height:40px;
    font-size:18px;
    border:1px solid #bdbdbd;
    color:#737373;
    text-align:center;
    border-radius:4px;
    z-index:1040;
    transition:.25s all;
}
.product-fullscreen:hover,
.product-fullscreen:focus{
    background:#737373;
    color:#fff;
    border-color:#737373;
}
.fancybox-slide .fancybox-image-wrap{
    background:#fff;
}
.fancybox-slide .fancybox-image-wrap:after{
    content:"";
    position:absolute;
    top:-5%;
    right:-5%;
    bottom:-5%;
    left:-5%;
    background:#fff;
    border-radius:10px;
    z-index:-1;
}
.page-product .product-slider{
    list-style:none;
    margin:0;
    padding:0;
}
.page-product .product-slider .product-image{
    height:440px;
    text-align:center;
}
.page-product .product-slider .product-image img{
    display:inline-block;
    max-width:100%;
    max-height:380px;
    width:auto;
    height:auto;
}
.page-product .product-slider .product-image a{
    cursor:default;
}
.product-showcase .lSGallery li{
    background:#fff;
    border-radius:6px;
    padding:10px;
    border:1px solid #ddd;
    height:100px;
}
.product-showcase .lSGallery li.active{
    border:1px solid #b7b7b7;
}
.product-showcase .lSGallery li > span{
    display:table;
    width:100%;
    height:100%;
}
.product-showcase .lSGallery li > span > span{
    display:table-cell;
    height:80px;
    vertical-align:middle;
}
.lSSlideOuter .lSPager.lSGallery{
    text-align:center;
}
.product-showcase .lSSlideOuter .lSPager.lSGallery img{
    display:inline-block;
    max-height:100%;
}
.product-slide-controller{
    position:relative;
    z-index:1050;
    margin:14px 0 0;
}
.product-slide-controller a{
    display:inline-block;
    width:44px;
    height:30px;
    border-radius:4px;
    margin:0 5px;
    font-size:18px;
    text-align:center;
    color:#737373;
    border:1px solid #bdbdbd;
    background-color:rgba(0, 0, 0, 0);
    transition:.25s all;
}
.product-slide-controller a:hover,
.product-slide-controller a:focus{
    background-color:#737373;
    border-color:#737373;
    color:#fff;
    outline:none;
}
.product-slide-controller .prev-ps{
    padding-right:3px;
}
.product-slide-controller .next-ps{
    padding-left:3px;
}
.product-content{
    font-size:14px;
    margin:0 0 20px 0;
}
.product-details{
    margin:40px 0 0;
    font-size:14px;
}
.product-content a,
.product-details a{
    color:#4e73a5;
}
.product-content a:hover,
.product-details a:hover{
    text-decoration:underline;
}
.product-header{
    line-height:1.8;
}
.product-header h1{
    margin:0 0 4px 0;
    font-size:21px;
    font-weight:600;
    letter-spacing:0;
    line-height:1.32;
    text-transform:uppercase;
}
.product-header h3{
    font-size:15px;
    margin:0;
}
.page-product hr{
    border-top:1px solid #cfcfcf;
}
.page-product h4{
    font-size:17px;
    font-weight:600;
    margin:0 0 20px 0;
}
.product-catalogs{
    margin:20px 0 0;
}
.product-catalogs .catalog-item{
    margin:0 0 20px 0;
}
.product-catalogs .catalog-item a{
    position:relative;
    display:inline-block;
    padding:5px 0 0 45px;
    height:45px;
    font-size:15px;
    letter-spacing:-0.3px;
    color:#333;
    line-height:1.18;
}
.product-catalogs .catalog-item a:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:35px;
    height:45px;
    background:url("../images/icons/pdf-v.svg") no-repeat 0 0;
    background-size:35px 45px;
}
.product-catalogs .catalog-item a > span{
    display:table;
    width:100%;
    height:100%;
}
.product-catalogs .catalog-item a > span > span{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
}
.product-video-link{
    display:none;
    position:relative;
    padding:12px 18px 12px 60px;
    margin:10px 0;
    font-size:15px;
    letter-spacing:-0.3px;
    color:#333;
    border:1px solid #ddd;
    border-radius:9px;
}
.product-video-link:before{
    position:absolute;
    content:"";
    top:9px;
    left:12px;
    width:36px;
    height:28px;
    background:url("../images/icons/play.svg") no-repeat 0 50%;
    background-size:36px auto;
}
.product-video-link:not([href='']){
    display:inline-block;
}
ul.tabs{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    z-index:10;
}
ul.tabs li{
    display:inline-block;
    background:none;
    color:#222;
    margin:0 4px -1px 0;
    padding:10px 15px;
    cursor:pointer;
    border:1px solid #ddd;
    background:#fff;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
ul.tabs li.has-data{
    display:inline-block;
}
ul.tabs li span{
    opacity:.5;
}
ul.tabs li.current{
    border-bottom-color:rgba(0, 0, 0, 0);
    color:#222;
}
ul.tabs li.current span{
    opacity:1;
}
.tab-content{
    display:none;
    background:#fff;
    border:1px solid #ddd;
    padding:30px 15px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}
.tab-content.current{
    display:inherit;
}
/* Spinner */
.spinner{
    margin:0 auto;
    width:70px;
    text-align:center;
}
.spinner > div{
    width:18px;
    height:18px;
    background:#203364;
    border-radius:100%;
    display:inline-block;
    -webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
    animation:sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1{
    -webkit-animation-delay:-0.32s;
    animation-delay:-0.32s;
}
.spinner .bounce2{
    -webkit-animation-delay:-0.16s;
    animation-delay:-0.16s;
}
@-webkit-keyframes sk-bouncedelay{
    0%, 80%, 100%{
        -webkit-transform:scale(0)
    }
    40%{
        -webkit-transform:scale(1.0)
    }
}
@keyframes sk-bouncedelay{
    0%, 80%, 100%{
        -webkit-transform:scale(0);
        transform:scale(0);
    }
    40%{
        -webkit-transform:scale(1.0);
        transform:scale(1.0);
    }
}
@-webkit-keyframes fade-in{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}
@-moz-keyframes fade-in{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}
@-ms-keyframes fade-in{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}
@-webkit-keyframes move-up{
    from{
        -webkit-transform:translateY(-30px);
    }
    to{
        -webkit-transform:translateY(0px);
    }
}
@-moz-keyframes move-up{
    from{
        -moz-transform:translateY(-30px);
    }
    to{
        -moz-transform:translateY(0px);
    }
}
@-ms-keyframes move-up{
    from{
        -ms-transform:translateY(-30px);
    }
    to{
        -ms-transform:translateY(0px);
    }
}
@media (max-width:767px){
    .section-header h2, .section-header h3, .section-header h4{
        font-size:19px;
        letter-spacing:-0.4px;
    }
    .col-md-3-5, .col-md-8-5{
        position:relative;
        width:100%;
        min-height:1px;
        padding-right:15px;
        padding-left:15px;
    }
    .logo img{
        max-width:200px;
    }
    .top,
    .main-nav .navigation .wrap-core-nav-list{
        display:none;
    }
    .mobile-nav{
        display:block;
    }
    .slider, .featured-slider, .featured-slider .slide-item{
        height:260px;
    }
    .featured-slider .slide-image img{
        max-height:170px;
        margin:0 auto;
    }
    .featured-slider .slide-content h4{
        font-size:24px;
        font-weight:700;
        letter-spacing:-1px;
        margin:0 0 2px 0;
    }
    .featured-slider .slide-content h5{
        font-size:16px;
        letter-spacing:-0.5px;
    }
    .featured-slider .slide-content .slide-text{
        font-size:13px;
        letter-spacing:-0.4px;
        margin:10px 0 0;
    }
    .slider .slider-dots{
        bottom:20px;
    }
    .featured-products{
        margin:15px 0;
    }
    .featured-products .product-item{
        padding:20px 20px 25px 20px;
    }
    .featured-products .product-item .item-image{
        height:100%;
    }
    .featured-products .product-item .item-content h3{
        font-size:18px;
        letter-spacing:-0.3px;
        margin:8px 0;
    }
    .featured-products .product-item .item-content p{
        margin:0 0 8px 0;
    }
    .solutions{
        margin:25px 0;
    }
    .featured-links{
        margin:0 0 20px 0;
    }
    .featured-links .item-column{
        margin:0 0 15px 0;
    }
    .featured-links .item-column .item-column-inner{
        height:100px;
        padding:15px 20px;
    }
    .featured-links .item-column .item-icon{
        top:20px;
    }
    .section-header{
        margin:0 0 15px 0;
    }
    .router .bg-left,
    .router .bg-right{
        display:none;
    }
    .router .quality-env,
    .router .ups-rec{
        padding:0;
    }
    .router .item-element{
        height:auto;
    }
    .router .item-element .item-content{
        font-size:13px;
        letter-spacing:-0.1px;
    }
    .router .item-element .item-content h4{
        font-size:20px;
        margin:0 0 8px 0;
    }
    .router .item-element .item-content p{
        margin:0 0 8px 0;
    }
    .router .item-element .item-icon{
        width:150px;
        background-size:auto 100px;
    }
    .router .quality-env{
        background:#f4f4f4;
        margin:0 0 20px 0;
    }
    .router .quality-env .item-content{
        padding:24px 15px 20px 150px;
    }
    .router .ups-rec{
        background:#ececec;
        height:200px;
    }
    .router .ups-rec .item-icon{
        height:215px;
        top:-15px;
        background-size:auto 214px;
        right:-5px;
    }
    .router .ups-rec .item-content{
        padding-right:162px;
    }
    .router .link-block{
        width:116px;
        height:28px;
    }
    .router .link-block .particles-button{
        font-size:12px;
        line-height:28px;
        letter-spacing:2px;
    }
    .media{
        margin:40px 0;
    }
    .media-column{
        margin:0 0 30px 0;
    }
    .page-breadcrumb h2{
        float:none;
        text-align:left;
        padding:12px 0 5px 0;
    }
    .page-breadcrumb ul{
        padding:0 0 12px 0;
        justify-content:flex-start !important;
    }
    .content{
        padding:15px 0;
    }
    .content.pad-top-20{
        padding-top:0;
    }
    .page-inner{
        font-size:13px;
        margin:15px 0 0;
    }
    .page-inner .page-header h2, .page-inner .page-header h3{
        font-size:20px;
    }
    .sidebar{
        margin:30px 0 0;
    }
    .sidebar-header{
        margin:0 0 10px 0;
    }
    .sidebar-header h4{
        font-size:20px;
    }
    .sidebar-links{
        padding:12px 20px;
        font-size:13px;
    }
    .post-lists .post-item .post-content h4{
        font-size:15px;
        font-weight:600;
    }
    .sidebar-posts ul li{
        margin:0 0 30px 0;
    }
    .sidebar-posts ul li .list-content h5{
        margin:4px 0 0;
    }
    .page-product .product-slider .product-image{
        height:280px;
    }
    .page-product .product-slider .product-image img{
        max-height:240px;
    }
    .product-showcase .lSGallery li{
        height:80px;
    }
    .product-showcase .lSGallery li > span > span{
        height:60px;
    }
    .product-header{
        font-size:13px;
        margin:15px 0 0;
    }
    .product-header h1{
        margin:0 0 4px 0;
        font-size:19px;
    }
    .product-header h3{
        font-size:13px;
    }
    .product-content{
        font-size:13px;
        margin:0 0 20px 0;
    }
    .product-details{
        margin:10px 0 0;
        font-size:12px;
    }
    .product-details ul.tabs{
        margin:0 -2px;
    }
    .product-details ul.tabs li{
        padding:8px 10px;
        margin:0 2px 6px 2px;
        border-radius:4px;
        border:1px solid #ddd;
    }
    .product-details ul.tabs li.current{
        border-color:#aaa;
    }
    .product-details .tab-content{
        border-radius:4px;
        border-color:#ccc;
    }
    .product-details .tab-content img{
        float:none;
        max-width:100%;
        margin:10px 0;
    }
    .product-catalogs .catalog-item{
        margin:0 0 10px 0;
    }
    .product-catalogs .catalog-item a{
        font-size:13px;
        letter-spacing:-0.1px;
    }
    .ups-recommender label{
        margin:0;
        line-height:1.32;
    }
    .ups-recommender .table tr td{
        vertical-align:bottom;
        width:33.33%;
        text-align:center;
    }
    .ups-recommender .calc{
        float:none;
        width:100%;
    }
    .page-contact{
        margin:10px 0 0;
        font-size:13px;
    }
    .contact-details{
        font-size:13px;
    }
    .newsletter .form-group{
        margin:0 0 4px 0;
    }
    .newsletter .col-form-label{
        line-height:1.6;
        margin:4px 0 10px 0;
        font-size:12px;
        text-align:center;
    }
    .footer .footer-content{
        font-size:13px;
        line-height:1.6;
    }
    .footer .footer-content .content-inner{
        padding:30px 0;
    }
    .footer .footer-content h5{
        font-size:16px;
        letter-spacing:-0.3px;
        margin:20px 0 6px 0;
    }
    .footer .site-info{
        padding:14px 0;
    }
    .footer .copyright,
    .footer .dev{
        text-align:center;
    }
    .dev .vidco{
        float:none;
        margin:4px auto 0 auto;
    }
}
@media (min-width:768px){
    .col-md-3-5,
    .col-md-8-5{
        position:relative;
        width:100%;
        min-height:1px;
        padding-right:15px;
        padding-left:15px;
    }
    .col-md-3-5{
        -ms-flex:0 0 30%;
        flex:0 0 30%;
        max-width:30%;
    }
    .col-md-8-5{
        -ms-flex:0 0 70%;
        flex:0 0 70%;
        max-width:70%;
    }
    .row.pad-10{
        margin-left:-10px;
        margin-right:-10px;
    }
    .row.pad-10 .col-item{
        padding-left:10px;
        padding-right:10px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .section-header h2, .section-header h3, .section-header h4{
        font-size:19px;
    }
    .top-nav .nav{
        font-size:11px;
    }
    .top-nav .nav li{
        margin-left:14px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .section-header h2, .section-header h3, .section-header h4{
        font-size:20px;
    }
    .top-nav .nav{
        font-size:11px;
    }
    .main-nav .nav{
        font-size:13px;
    }
}
@media (min-width:1200px){

}
@media (min-width:1200px) and (max-width:1479px){

}
@media (min-width:1480px) and (max-width:1799px){

}
@media (min-width:992px){

}
