/*
	Theme Name: Auconet
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Team Marketing
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/****************************************************************************/
/****************************************************************************/
/***  General Structure
/****************************************************************************/
/****************************************************************************/


html.lt-ie9,
.acn-jumbotron-header.lt-ie9 body {
    height:100%;
}
html, body {
    height: -webkit-calc(100% - 0px);
}
html {
  height: 100.1%;
}

body {
    color:#444;
    font-family:Ubuntu,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding:0;
    margin:0;
    height:100%;
}

a {
    color:#e20020;
    -webkit-transition:all 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
    text-decoration:none;
}

a:hover {
    color:#e20020;
    text-decoration:none;
}

a:focus {
    text-decoration:none;
}

h1 {
    letter-spacing:-1px;
}

h1 .slim {
    font-weight:100;
}

.acn-wrap {
    position:relative;
}

.acn-no-padding {
    padding:0;
}

.acn-no-padding .container {
    padding:0;
}

h1, h2, h3, h4, h5, h6 {
    text-align:center;
}

li {
    text-align:left;
}

/****************************************************************************/
/****************************************************************************/
/***  Welcome
/****************************************************************************/
/****************************************************************************/

.acn-hide-welcome {
    padding:0;
}

.acn-welcome {
    background:#e20020;
    color:#fff;
    height:100vh;
    text-align:center;
    -webkit-text-shadow:1px 1px 0 rgba(0,0,0,0.15);
    -moz-text-shadow:1px 1px 0 rgba(0,0,0,0.15);
    -ms-text-shadow:1px 1px 0 rgba(0,0,0,0.15);
    -o-text-shadow:1px 1px 0 rgba(0,0,0,0.15);
    text-shadow:1px 1px 0 rgba(0,0,0,0.15);
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transform-style:preserve-3d;
}

.lt-ie9 .acn-welcome {
    height:100%;
}

.acn-welcome-text {
    margin:0 auto;
    position:relative;
    top:50%;
    width:75%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}

.acn-welcome-text h1 {
    font-size:4.5em;
    margin-top:0;
}

.acn-welcome-text p {
    font-size:1.5em;
}

.acn-welcome-scroll {
    bottom:0;
    cursor:pointer;
    height:80px;
    left:0;
    position:absolute;
    width:100%;
    -webkit-transition:all 400ms ease;
    -moz-transition:all 400ms ease;
    -ms-transition:all 400ms ease;
    -o-transition:all 400ms ease;
    transition:all 400ms ease;
}

.acn-welcome-scroll:hover {
    background:rgba(0,0,0,0.1);
}

.acn-welcome-scroll-arrow {
    width:45px;
    height:45px;
    margin:0 auto;
    border-radius:2px;
    border-right:3px #fff solid;
    border-bottom:3px #fff solid;
    -webkit-animation-name:acn-welcome-scroll-arrow-float;
    -webkit-animation-duration:3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -moz-animation-name:acn-welcome-scroll-arrow-float;
    -moz-animation-duration:3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease-in-out;
    -ms-animation-name:acn-welcome-scroll-arrow-float;
    -ms-animation-duration:3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-timing-function:ease-in-out;
    -o-animation-name:acn-welcome-scroll-arrow-float;
    -o-animation-duration:3s;
    -o-animation-iteration-count:infinite;
    -o-animation-timing-function:ease-in-out;
    -webkit-ransform:rotate(45deg);
    -moz-ransform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-ransform:rotate(45deg);
    transform:rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}

.lt-ie10 .acn-welcome-scroll-arrow {
    -ms-transform: none;
    -ms-animation-name: none;
}

@-webkit-keyframes acn-welcome-scroll-arrow-float {
    0% {-webkit-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
    65% {-webkit-transform:rotate(45deg) translate(10px,10px);border-color:#fff;border-color:rgba(255,255,255,1);}
    100% {-webkit-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
}

@-moz-keyframes acn-welcome-scroll-arrow-float {
    0% {-moz-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
    65% {-moz-transform:rotate(45deg) translate(10px,10px);border-color:#fff;border-color:rgba(255,255,255,1);}
    100% {-moz-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
}

@-ms-keyframes acn-welcome-scroll-arrow-float {
    0% {-ms-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
    65% {-ms-transform:rotate(45deg) translate(10px,10px);border-color:#fff;border-color:rgba(255,255,255,1);}
    100% {-ms-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
}

@-o-keyframes acn-welcome-scroll-arrow-float {
    0% {-o-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
    65% {-o-transform:rotate(45deg) translate(10px,10px);border-color:#fff;border-color:rgba(255,255,255,1);}
    100% {-o-transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
}

@keyframes acn-welcome-scroll-arrow-float {
    0% {transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
    65% {transform:rotate(45deg) translate(10px,10px);border-color:#fff;border-color:rgba(255,255,255,1);}
    100% {transform:rotate(45deg) translate(0,0);border-color:#fff;border-color:rgba(255,255,255,0.7);}
}

/****************************************************************************/
/****************************************************************************/
/***  Navigation
/****************************************************************************/
/****************************************************************************/


.navbar {
    z-index:9999; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(16%,rgba(255,255,255,1)),color-stop(33%,rgba(255,255,255,0.9)),color-stop(66%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* IE10+ */
    background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%); /* W3C */
    background-position:0 99%;
    background-position-x: 0;
    background-position-y: 99%;
    background-size:100% 300%;
    height:90px;
    margin:0;
    position:absolute;
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
}

.lt-ie9 .navbar {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navbar-background {
    height:60px;
    background-position:0 0;
    background-position-x:0;
    background-position-y:0;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.15);
    -ms-box-shadow:0 1px 3px rgba(0,0,0,0.15);
    -o-box-shadow:0 1px 3px rgba(0,0,0,0.15);
    box-shadow:0 1px 3px rgba(0,0,0,0.15);
}

.lt-ie9 .navbar-background  {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.navbar-fixed {
    position:fixed;
}

.navbar-collapse {
    box-shadow:none;
    float:right;
}

.nav {
    margin:23px 0 0;
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
}

.navbar-background .nav {
    margin:10px 0 0;
}


/****************************************************************************/


.navbar .navbar-brand {
    position:absolute;
    line-height:73px;
    width:250px;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    -webkit-transition:line-height 150ms linear;
    -moz-transition:line-height 150ms linear;
    -ms-transition:line-height 150ms linear;
    -o-transition:line-height 150ms linear;
    transition:line-height 150ms linear;
}

.lt-ie9 .navbar .navbar-brand {
    line-height: 0px;
}

.navbar-background .navbar-brand {
    line-height:44px;
}

.navbar .navbar-brand svg path,
.navbar .navbar-brand svg polygon {
    fill:#fff;
    -webkit-transition:fill 150ms linear;
    -moz-transition:fill 150ms linear;
    -ms-transition:fill 150ms linear;
    -o-transition:fill 150ms linear;
    transition:fill 150ms linear;
}

.navbar-background .navbar-brand svg path,
.navbar-background .navbar-brand svg polygon {
    fill:#e20020;
}




.header-search {
    padding:0px 7px;
    border-radius:4px;
    height:41px;
    line-height:39px;
    background-color:transparent;
    margin:0 10px 0 0;
    display:inline-block;
    border:1px solid transparent;
}

.header-search,
.header-search input,
.header-search .glyphicon {
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
}

.header-search .glyphicon {
    color:#fff;
    cursor:default;
}

.navbar-background .header-search .glyphicon {
    color:#888;
}

.header-search input {
    background:none;
    border:none;
    color:#fff;
    padding:0;
    margin:0 0 0 5px;
    width:0px;
    font-weight:500;
}

.navbar-background .header-search input {
    color:#444;
}

.header-search input:focus{
    outline:0;
}

.header-search input::-webkit-input-placeholder {
    color:#fff;
    color:rgba(255,255,255,.5);
}

.header-search input:-moz-placeholder {
    color:#fff;
    color:rgba(255,255,255,.5);
}

.header-search input::-moz-placeholder {
    color:#fff;
    color:rgba(255,255,255,.5);
}

.header-search input:-ms-input-placeholder {
    color:#fff;
    color:rgba(255,255,255,.5);
}

.navbar-background .header-search input::-webkit-input-placeholder {
    color:#aaa;
}

.navbar-background .header-search input:-moz-placeholder {
    color:#aaa;
}

.navbar-background .header-search input::-moz-placeholder {
    color:#aaa;
}

.navbar-background .header-search input:-ms-input-placeholder {
    color:#aaa;
}



.menu-header-share svg {
    margin-top:8px;
}

.menu-header-share button {
    height:40px;
    line-height:40px;
    padding:0 10px;
    border:0;
    color:#fff;
    color:rgba(255,255,255,.9);
    border:1px transparent solid;
}

.menu-header-share button svg path {
    fill:#fff;
    fill:rgba(255,255,255,.9);
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
}

.menu-header-share button:hover,
.menu-header-share .btn-group.open .dropdown-toggle,
.menu-header-share .btn-group .dropdown-toggle:active,
.menu-header-share .btn-default:active,
.menu-header-share .btn-group>.btn:focus{
    border:1px transparent solid;
    background:none;
    box-shadow:none;
    -webkit-box-shadow:none;
}

.menu-header-share button:hover svg path {
    fill:#fff;
    fill:rgba(255,255,255,1);
}

.menu-header-share .btn-default:hover {
    border:1px transparent solid;
}

.navbar-background .menu-header-share button {
    color:#888;
    box-shadow:none;
    -webkit-box-shadow:none;
}

.navbar-background .menu-header-share button path {
    fill:#888;
}

.navbar-background .menu-header-share button:hover path {
    fill:#e20020;
}

.navbar-background .menu-header-share button:hover,
.navbar-background .menu-header-share .btn-group.open .dropdown-toggle {
    border:1px transparent solid;
    color: #e20020;
    background: none;
    box-shadow: none;
}

.navbar-background .menu-header-share .btn-group.open .dropdown-toggle path {
    fill: #e20020;
}

.menu-header-share ul.dropdown-menu {
    background-color:#eee;
    background-color:rgba(255,255,255,.9);
    min-width:130px;
    left:initial;
    right:-1px;
    padding:0;
    margin:15px 0 0;
    border-radius:5px;
    border:none;
    display:none;
}

.menu-header-share .open ul.dropdown-menu {
    display:block;
}

.menu-header-share ul.dropdown-menu:before {
    width:0;
    height:0;
    border-style:solid;
    border-width:0 9px 13px 9px;
    border-color:transparent transparent #888888 transparent;
    line-height:0px;
    _border-color:#000000 #000000 #888888 #000000;
    _filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position:absolute;
    top:-13px;
    right:12px;
    content:'';
}

.navbar-background .menu-header-share ul.dropdown-menu:before {
    border-color:transparent transparent #e20020 transparent;
    line-height:0px;
    _border-color:#000000 #000000 #e20020 #000000;
    _filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity:1;
}

.dropdown-menu {
    opacity:0;
    -webkit-transform-origin:0 -20px;
    transform-origin:0 -20px;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

.menu-header-share li a {
    color:#888;
    padding: 10px 20px 9px 12px;
    border-bottom:1px #ccc solid;
    margin:0;
}

.menu-header-share li a:hover {
    color:#666;
    background-color:#fff;
    background-color:rgba(255,255,255, .5);
}

.navbar-background .menu-header-share li a:hover {
    color:#e20020;
}

.menu-header-share li.dark {
    background-color: #888;
    color:#fff;
    padding:10px 20px 9px 12px;
    border-radius:4px 4px 0 0;
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
}

.navbar-background .menu-header-share li.dark {
    background-color: #e20020;
}

.menu-header-share li:last-child {
    border-radius:0 0 4px 4px;
}

.menu-header-share li:last-child a {
    padding:10px 20px 11px 12px;
    border-bottom:none;
    border-radius:0 0 4px 4px;
}


.header-search-active {
    border:1px solid #fff;
}

.navbar-background .header-search-active {
    border:1px solid #ccc;
}

.header-search-active input {
    width:100px;
}

.header-search-active .glyphicon {
    color:#fff;
    color:rgba(255,255,255,.5);
}

.navbar-background .header-search-active .glyphicon {
    color:#aaa;
}

.header-search-go .glyphicon {
    color:#fff;
    cursor:pointer;
}

.navbar-background .header-search-go .glyphicon {
    color:#444;
    cursor:pointer;
}

/****************************************************************************/

.navbar .nav-pills>li>a {
    background:transparent;
    border:1px transparent solid;
    color:#fff;
    letter-spacing:-0.02em;
    font-weight:500;
    color:rgba(255,255,255,.9);
    padding:9px 15px 10px;
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
}

.lt-ie10 .navbar .nav-pills>li>a {
    color: #fff;
}

.navbar .nav-pills>li>a:hover,
.navbar .nav-pills>li>a:active,
.navbar .nav-pills>li.active>a,
.navbar .nav-pills>li.current-page-ancestor>a {
    background:transparent;
    border:1px #fff solid;
    color:#fff;
    color:rgba(255,255,255,1);
}

.navbar-background .nav-pills>li>a,
.lt-ie10 .navbar-background .nav-pills>li>a {
    color:#888;
}

.navbar-background .nav-pills>li>a:hover,
.navbar-background .nav-pills>li>a:active,
.navbar-background .nav-pills>li.active>a,
.navbar-background .nav-pills>li.current-page-ancestor>a {
    border:1px #ccc solid;
    color:#e20020;
}

/****************************************************************************/

.navbar-toggle {
    border:2px #fff solid;
    margin:26px 15px 0 0;
}

.navbar-background .navbar-toggle {
    border:2px #ccc solid;
}

.navbar-toggle .icon-bar {
    background:#fff;
    position:relative;
    -webkit-transition:all 150ms ease-in-out;
    -moz-transition:all 150ms ease-in-out;
    -ms-transition:all 150ms ease-in-out;
    -o-transition:all 150ms ease-in-out;
    transition:all 150ms ease-in-out;
}

.navbar-background .navbar-toggle .icon-bar {
    background:#ccc;
}

.navbar-toggle:hover .icon-bar {
    background:#e20020;
}

.navbar-toggle .icon-bar:nth-of-type(2),
.navbar-toggle .icon-bar:nth-of-type(3),
.navbar-toggle .icon-bar:nth-of-type(4) {
    top:0;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    top:6px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color:transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
    top:-6px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/****************************************************************************/
/****************************************************************************/
/***  Carousel
/****************************************************************************/
/****************************************************************************/

.carousel .slide-main {
    background-size:cover !important;
    background-position:center center !important;
}

.carousel-inner,
.carousel-control.left,
.carousel-control.right,
.carousel-indicators{
    z-index:777;
}

.carousel,
.carousel-inner,
.carousel .item,
.carousel-control.left,
.carousel-control.right {
    min-height:300px;
    max-height:600px;
    height: 60vh;
}

.lt-ie9 .acn-wrap {
    height: 60%;
}

.lt-ie9 .carousel,
.lt-ie9 .carousel-inner,
.lt-ie9 .carousel .item,
.lt-ie9 .carousel-control.left,
.lt-ie9 .carousel-control.right {
    height: 100%;
}

.lt-ie9 .carousel-control.left,
.lt-ie9 .carousel-control.right {
    background-image: url('../img/transparent.gif');
}

.home .carousel,
.home .carousel-inner,
.home .carousel .item,
.home .carousel-control.left,
.home .carousel-control.right {
    min-height:400px;
    max-height:700px;
    height: 75vh;
}

.lt-ie9 .home .carousel,
.lt-ie9 .home .carousel-inner,
.lt-ie9 .home .carousel .item,
.lt-ie9 .home .carousel-control.left,
.lt-ie9 .home .carousel-control.right {
    height: 100%;
}

.lt-ie9 .home .acn-wrap {
    height: 75%;
}

.lt-ie9 .home .carousel-control.left,
.lt-ie9 .home .carousel-control.right {
    background-image: url('../img/transparent.gif');
}

.carousel .item h2 {
    font-size:4.5em;
    line-height:1em;
    display: inline-block;
    width: 1100px;
}


.carousel .item h2.small, .acn-header h1.small {
    font-size: 3.5em;
}

.carousel .item h2.medium, .acn-header h1.medium {
    font-size: 4.1em;
}

.carousel .item h2.large, .acn-header h1.large {
    font-size: 5.5em;
}

.carousel .item p, .acn-header p {
    font-size:1.8em;
    font-weight:400;
    margin:0;
}

/****************************************************************************/

.lt-ie9 .carousel .item .carousel-caption {
    top:25%;
}

.carousel .carousel-caption {
    top: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    z-index:888;
    width: 100%;
    padding: 0 15px;
    text-shadow: none;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}

.carousel-indicators {
    bottom:60px;
}

.carousel-indicators li {
    margin: 1px 3px;
}

.carousel-indicators .active {
    margin: 0 2px;
}

.lt-ie10 .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control.left,
.carousel-control.right {
    background:none;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    transform-style:preserve-3d;
}

.carousel-control div {
    border-bottom:1px #fff solid;
    border-left:1px #fff solid;
    float:right;
    height:50px;
    margin:0 30px 0;
    position:relative;
    top:50%;
    width:50px;
    -webkit-transform:scaleX(0.8) rotate(-135deg);
    -moz-transform:scaleX(0.8) rotate(-135deg);
    -ms-transform:scaleX(0.8) rotate(-135deg);
    -o-transform:scaleX(0.8) rotate(-135deg);
    transform:scaleX(0.8) rotate(-135deg);
    filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=-0.7071067811865476); /* IE6,IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=-0.7071067811865476)"; /* IE8 */
}

.lt-ie10 .carousel-control div {
    -ms-transform: none;
}

.carousel-control div.left {
    float:left;
    -webkit-transform:scaleX(0.8) rotate(45deg);
    -moz-transform:scaleX(0.8) rotate(45deg);
    -ms-transform:scaleX(0.8) rotate(45deg);
    -o-transform:scaleX(0.8) rotate(45deg);
    transform:scaleX(0.8) rotate(45deg);
    filter:progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}

.lt-ie10 .carousel-control div.left {
    -ms-transform: none;
}


/****************************************************************************/
/****************************************************************************/
/***  Header
/****************************************************************************/
/****************************************************************************/

.acn-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
}


.acn-header .container {
    position: absolute;
    width: 100%;
    top:50%;
    z-index: 1;
    margin:0 auto;
    text-align: center;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}


.acn-header h1 {
    margin-top: 0;
    font-size: 4.5em;
    line-height: 1em;
}

.acn-header-medium {
    min-height:300px;
    max-height:600px;
    height: 60vh;
}

.acn-header-small {
    height: 300px;
}

.acn-header-small .container {
    padding-top: 30px;
}
.acn-header.acn-header-subnav .container {
    padding-top: 0;
}


@media only screen and (max-width:768px) {
    .acn-header .container {
        padding-top: 60px;
    }

}



.acn-jumbotron-header {
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    -ms-behavior: url(/backgroundsize.min.htc);
    background: #6b8299;
    font-size: 0.5em;
    padding: 0;
    height: 300px;
    color: #fff;
    vertical-align: middle;
    -webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
    -moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
    -ms-text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
    -o-text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.15);
}

.acn-jumbotron-header .container {
    position:relative;
    width: 100%;
    top:50%;
    margin:0 auto;
    vertical-align: middle;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);

}

.acn-jumbotron-header .container h1 {
    line-height:1em;
}

.acn-jumbotron-header.carousel {
    font-size: 1em;
}


/****************************************************************************/
/****************************************************************************/
/***  Page Elements
/****************************************************************************/
/****************************************************************************/

.jumbotron {
    background:#f5f5f5;
    text-align:center;
    margin:0;
}

.jumbotron h2 {
    font-size:4em;
    letter-spacing:-0.05em;
    font-weight:100;
}

.jumbotron .row {
    text-align:left;
}

.acn-jumbotron-home-intro {
    background:#f5f5f5;
}


.rotation-container .rotation-nav {
    position: absolute;
    left: 0;
    list-style: none;
    text-align:center;
    padding: 0;
    bottom: 10px;
    width: 100%;
}

.rotation-container .rotation-nav li {
    display: inline-block;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-color: #777;
    border-radius: 6px;
    text-align:center;
}

.rotation-container .rotation-nav li.active {
    background-color: #000;
}

.rotation-container .rotation-nav li:hover {
    background-color:#999;
}


/****************************************************************************/

.btn-default {
    border-color:#ccc;
    background:none;
    text-shadow:none;
}

.btn-default:hover {
    background:#e20020;
    border-color:#e20020;
    color:#fff;
}

.btn-clean, .btn-clean:hover, .btn-clean:active, .btn-clean:focus {
    background:none; /* FF3.6+ */
    background:-moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background:linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50,rgba(255,255,255,0) 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20020', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    background-size:206% 100%;
    background-position:99% 0;
    background-position-x:99%;
    background-position-y:0;
    border:1px #fff solid;
    border:1px rgba(255,255,255,0.7) solid;
    border-radius:4px;
    box-shadow:none;
    -webkit-box-shadow:none;
    color:#fff;
    color:rgba(255,255,255,0.9);
    font-weight:400;
    font-size:0.6em;
    letter-spacing:0.2em;
    padding:2% 2.6%;
    margin:4vh 0;
    text-transform:uppercase;
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
}

.lt-ie10 .btn-clean {
    margin:3% 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-clean:hover, .btn-clean:active {
    border:1px #fff solid;
    color:#444;
    background-position:0 0;
}

.lt-ie10 .btn-clean:hover, .lt-ie10 .btn-clean:active {
    background-color: #fff;
}

.btn-more, .btn-more:hover, .btn-more:active, .btn-more:focus, .wpcf7-submit, .acn-blog-excerpt .more-link, .acn-blog-excerpt .more-link:hover, .acn-blog-excerpt .more-link:active, .acn-blog-excerpt .more-link:focus {
    background:none;
    background:-moz-linear-gradient(left, rgba(226,0,32,1) 0%, rgba(226,0,32,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(226,0,32,1)), color-stop(50%,rgba(226,0,32,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(left, rgba(226,0,32,1) 0%,rgba(226,0,32,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(left, rgba(226,0,32,1) 0%,rgba(226,0,32,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(left, rgba(226,0,32,1) 0%,rgba(226,0,32,1) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background:linear-gradient(to right, rgba(226,0,32,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 50,rgba(255,255,255,0) 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20020', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    background-size:206% 100%;
    background-position:99% 0;
    border:1px #e20020 solid;
    border-radius:4px;
    box-shadow:none;
    -webkit-box-shadow:none;
    color:#e20020;
    font-weight:100;
    font-size:0.8em;
    letter-spacing:0.2em;
    margin:0;
    padding:2.5% 4%;
    text-transform:uppercase;
    -webkit-transition:all 150ms ease-out;
    -moz-transition:all 150ms ease-out;
    -ms-transition:all 150ms ease-out;
    -o-transition:all 150ms ease-out;
    transition:all 150ms ease-out;
    outline:none;
}

.btn-more:hover, .btn-more:active, .btn-more:focus,
.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus,
.acn-blog-excerpt .more-link:hover, .acn-blog-excerpt .more-link:active, .acn-blog-excerpt .more-link:focus, .acn-customer-box:hover .btn-more {
    border: 1px #e20020 solid;
    color: #fff;
    background-position: 0 0;
    outline: none;
}

.wpcf7-submit {
    float:right;
}

.wpcf7 .screen-reader-response, .wpcf7-response-output {
    border:1px #faebcc solid;
    border-radius:4px;
    padding:10px !important;
    background-color:#fcf8e3;
    margin:0 0 4vh 0;
    color:#8a6d3b;
}

.wpcf7-display-none {
    display:none;
}

.wpcf7-not-valid-tip {
    color:#e20020;
    padding:40px 0 0 15%;
    display:block;
}

.wpcf7 .sent {
    display:none;
}


.email-subscription {
    margin:0 0 0 15%;
}

.lt-ie10 .btn-more {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.lt-ie10 .btn-more:hover, .lt-ie10 .btn-more:active {
    background-color: #e20020;
}

/****************************************************************************/
/****************************************************************************/
/***  Customer
/****************************************************************************/
/****************************************************************************/

.acn-customer {
    margin:2em 0;
}

.acn-customer-logo-wrap {
    display: table;
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}

.acn-customer-logo {
    height:100px;
    display:table-cell;
    padding:5%;
    vertical-align:middle;
}

.acn-customer a img {
    margin:0 auto;
    opacity:0.7;
    width:100%;
    max-height:70px;
    filter:gray; /* IE6-9 */
    -webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transform:translateZ(0);
    -webkit-transition:greyscale 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
}

.acn-customer a:hover img {
    opacity:1;
    -webkit-filter:none;
    -moz-filter:none;
    -ms-filter:none;
    -o-filter:none;
    filter:none;
}






.acn-nav-line>li {
    font-size:0.9em;
    font-weight:100;
    float:right;
    position:relative;
    top:6px;
}

.acn-nav-line>li.active {
    margin-bottom:0;
}

.acn-nav-line>li.active a {
    border-radius:0;
    background:none;
    cursor:pointer;
    color:#888;
}

.acn-nav-line>li.active a:hover {
    background:none;
    color:#e20020;
    cursor:pointer;
}

.acn-nav-line>li a {
    color:#888;
    border:none;
    border-bottom:1px transparent solid;
}

.acn-nav-line>li a:hover {
    color:#e20020;
    border:none;
    border-bottom:1px transparent solid;
    background:none;
}

.acn-nav-line>li.active>a {
    border:none;
    border-bottom:1px transparent solid;
}

.acn-nav-line>li.active>a:hover,
.acn-nav-line>li.active>a:focus,
.acn-nav-line>li.active>a:active,
.acn-nav-line>li>a:active,
.acn-nav-line>li>a:hover,
.acn-nav-line>li>a:focus {
    border:none;
    border-bottom:1px #aaa solid;
}



.acn-page-header {
    margin:5vh 0 0;
}

.acn-page-header h1 {
    text-align:left;
    color:#6b8299;
    font-size:2.4em;
    border-bottom:1px #ddd solid;
    padding:0 0 10px;
}
.acn-page-header h2 {
    text-align:left;
    color:#6b8299;
    font-size:2.4em;
    border-bottom:1px #ddd solid;
    padding:0 0 10px;
    letter-spacing: -1px;
}


.acn-intro h1 {
    font-size:2.6em;
    line-height:1.4em;
    margin:0;
    padding:0;
}

.acn-intro h2 {
    font-size:2.2em;
    line-height:1.2em;
    margin:0;
    padding:0;
}

.acn-intro {
    font-size:1em;
    padding:4vh 10%;
    text-align:center;
}

.acn-intro-alone {
    padding:10vh 60px 8vh;
    background:#fff;
}

.acn-intro p {
    padding:5vh 0 0;
    font-weight:100;
    color:#888;
    letter-spacing:-1px;
    font-size:1.8em;
    line-height:1.6em;
}

.acn-home-intro {
    margin:0;
    padding:10vh 0 0;
}

/*.acn-home-intro h2 {
    font-size:2.7em;
    font-weight:700;
}*/
.acn-home-intro h1 {
    font-size:2.7em;
    font-weight:700;
}

.acn-home-intro h3 {
    margin:10px 0 0;
}

.acn-home-intro p {
    padding:5vh 10% 5vh;
}

.acn-feature {
    display: block;
    text-align:center;
    margin:4vh 0 10vh;
    padding:0 2.5%;
    color:#444;
}

.lt-ie9 .acn-feature {
    margin:10% 0;
}

.acn-feature-icon {
    display: block;
    -webkit-box-shadow:0 1px 3px #ddd;
    -moz-box-shadow:0 1px 3px #ddd;
    -ms-box-shadow:0 1px 3px #ddd;
    -o-box-shadow:0 1px 3px #ddd;
    box-shadow:0 1px 3px #ddd;
    background:#fafafa;
    border-radius:100%;
    height:150px;
    width:150px;
    text-align:center;
    vertical-align:middle;
    font-size:3em;
    line-height:3.7em;
    color:#444;
    margin:0 auto;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.acn-feature-icon .glyphicon {
    top:3px;
}

.acn-feature h3 {
    font-size:1.6em;
    margin-bottom:5px;
    color:#444;
}

a:hover .acn-feature-icon {
    background:#444;
    color:#fff;
    -webkit-box-shadow:0 1px 3px #ccc;
    -moz-box-shadow:0 1px 3px #ccc;
    -ms-box-shadow:0 1px 3px #ccc;
    -o-box-shadow:0 1px 3px #ccc;
    box-shadow:0 1px 3px #ccc;
}





.acn-quote {
    padding:15vh 0;
    margin:0;
    background:#475766;

}

.acn-quote blockquote {
    font-size:3em;
    letter-spacing:-1px;
    font-weight:700;
    margin:0 0 4vh;
    border:none;
    color:#fff;
    -webkit-text-shadow:1px 1px 0 #242b33;
    -moz-text-shadow:1px 1px 0 #242b33;
    -ms-text-shadow:1px 1px 0 #242b33;
    -o-text-shadow:1px 1px 0 #242b33;
    text-shadow:1px 1px 0 #242b33;
}

.acn-quote .customer {
    font-weight:700;
    color:#fff;
    -webkit-text-shadow:1px 1px 0 #36414d;
    -moz-text-shadow:1px 1px 0 #36414d;
    -ms-text-shadow:1px 1px 0 #36414d;
    -o-text-shadow:1px 1px 0 #36414d;
    text-shadow:1px 1px 0 #36414d;
}

.acn-quote .desc {
    color:#888;
    color:rgba(255,255,255,0.5);
    -webkit-text-shadow:1px 1px 0 #36414d;
    -moz-text-shadow:1px 1px 0 #36414d;
    -ms-text-shadow:1px 1px 0 #36414d;
    -o-text-shadow:1px 1px 0 #36414d;
    text-shadow:1px 1px 0 #36414d;
}

.acn-quote .btn-clean {
    margin:6vh 0 2vh;
}

.acn-quote p {
    padding:0;
}




.acn-odd {
    background:#fff;
}

.acn-even {
    background:#eee;
}






.acn-additional-info {
    text-align:left;
    padding:15vh 20%;
}

.acn-additional-info h2 {
    line-height:1em;
    color:#6b8299;
    font-weight:900;
    margin:0 auto 4vh;
    min-width:400px;
}

.lt-ie9 .acn-additional-info h2 {
    margin:0 auto 20px;
}

.acn-additional-info h2:after {
    content:'';
    display:block;
    margin:4vh auto;
    width:10%;
    height:1px;
    border-top:1px #d3dae1 solid;
}

.lt-ie9 .acn-additional-info h2:after {
    margin: 20px auto;
}

.acn-additional-info h3 {
    font-weight:100;
    line-height:1.2em;
    margin:0 auto 4vh;
    min-width:400px;
}

.lt-ie9 .acn-additional-info h3 {
    margin:0 auto 20px;
}

.acn-additional-info p {
    font-size:1.2em;
    line-height:1.8em;
    margin:0 auto 2vh;
    min-width:400px;
}

.lt-ie9 .acn-additional-info p {
    margin:0 auto 20px;
}

.acn-additional-info ul {
    font-size:1.2em;
    line-height:1.8em;
    margin:0 auto 2vh;
}




.acn-modules div {
    margin:0 0 5vh;
    background:#fff;
    padding:10px 20px 20px;
    border-radius:4px;
    border:1px #eaeaea solid;
    border-bottom:3px #ddd solid;
}

.acn-modules div h4 {
    border-bottom:1px #eee solid;
    padding:10px 0;
}

.acn-modules div h4 a {
    color:#444;
}

.acn-modules div:nth-child(odd) {
    margin:0 10% 5vh 0;
    border-bottom-right-radius:100px;
}

.acn-modules div:nth-child(odd),
.acn-modules div:nth-child(odd) h4 {
    text-align:left;
}

.acn-modules div:nth-child(even) {
    margin:0 0 5vh 10%;
    border-bottom-left-radius:100px;
}

.acn-modules div:nth-child(even),
.acn-modules div:nth-child(even) h4 {
    text-align:right;
}




.acn-benefits {
    padding:15vh 0;
}

.acn-benefits .container {
    padding:0;
}

.acn-benefits h2 {
    font-size:2em;
    padding:0 20%;
    margin:0 0 40px;
    line-height:1.4em;
}

.acn-benefits .glyphicon {
    margin:0 5px 0 0;
    padding:0;
    display:inline-block;
    text-indent:5px;
    color:#e20020;
    border:4px #eee solid;
    border-radius:100%;
    width:40px;
    height:40px;
    position:absolute;
    font-size:20px;
    line-height:30px;
    top:10px;
    left:10px;
}

.acn-benefits .list-group-item {
    display:inline-block;
    position:relative;
    padding-left:60px;
    margin:0 0 20px 0;
    border-radius:4px;
    border:none;
    border-bottom:2px #ccc solid;
    min-height:62px;
    float:right;
    -webkit-box-shadow:10px 10px 0px 0 #eee;
    -moz-box-shadow:10px 10px 0px 0 #eee;
    -ms-box-shadow:10px 10px 0px 0 #eee;
    -o-box-shadow:10px 10px 0px 0 #eee;
    box-shadow:10px 10px 0px 0 #eee;
}

.acn-benefits .acn-right .list-group-item {
    float:left;
    -webkit-box-shadow:-10px 10px 0px 0 #eee;
    -moz-box-shadow:-10px 10px 0px 0 #eee;
    -ms-box-shadow:-10px 10px 0px 0 #eee;
    -o-box-shadow:-10px 10px 0px 0 #eee;
    box-shadow:-10px 10px 0px 0 #eee;
}





.acn-subproducts h2 {
    font-size:3em;
}

.acn-subproducts h3 {
    padding:0 0 10vh;
}

.acn-subproducts .row {
    padding-top:4vh;
    border-top:1px #ddd solid;
    margin:0;
}

.acn-subproducts-cat {
    color:#aaa;
    text-align:right;
    height:140px;
}

.acn-subproducts-cat a {
    color:#aaa;
    display:block;
    padding:0 10px 20px;
    text-decoration:none;
}

.acn-subproducts-cat a:hover {
    color:#e20020;
    text-decoration:none;
}

.acn-subproducts-item {
    text-align:left;
    padding:0 2.5% 4vh 0;
    height:140px
}

.acn-subproducts-item a {
    top:0;
    border-radius:4px;
    position:relative;
    color:#444;
    display:block;
    padding:10px;
    margin:-10px;
    border:1px transparent solid;
    -webkit-transition:all 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
    text-decoration:none;
}

.acn-subproducts-item a:hover {
    top:-2px;
    border:1px #eee solid;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    -ms-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    -o-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    box-shadow:0 2px 2px rgba(0,0,0,0.1);
}

.acn-subproducts-item a:hover {
    text-decoration:none;
}

.acn-subproducts-item a:hover b {
    color:#e20020;
}

.acn-subproducts-space {
    text-align:left;
    padding:0 2.5% 4vh 0;
    height:140px
}






.footer {
    margin:0;
    padding:0;
    background:#444;
    color:#eee;
}

.lt-ie9 .footer .acn-footer-middle {
    padding:40px 15px;
}

.lt-ie9 .footer .acn-footer-bottom {
    padding:20px 0;
}


.acn-footer-nav-news {
    margin: 0 0 2vh;
    padding: 4vh 0 2.5vh;
    background: #484848;
}

.acn-footer-recent-news {
    line-height:30px;
    float:right;
    padding:0 15px 0 0;
}

.acn-footer-recent-news a {
    display:inline-block !important;
}

.acn-footer-recent-news a:hover {
    color:#fff;
}

.acn-footer-recent-news-overview {
    text-overflow:ellipsis;
    max-width:340px;
    white-space:nowrap;
    overflow:hidden;
    font-weight:500;
}

.acn-footer-recent-news-article {
    text-overflow:ellipsis;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
}

.acn-footer-breadcrums {
    float:left;
}

.acn-footer-recent-news {
    line-height:30px;
    float:right;
    padding:0 15px;
}

.acn-footer-breadcrums ul {
    list-style:none;
    margin:0;
    padding:0 30px 0 15px;
    overflow:hidden;
    display:block;
}

.acn-footer-breadcrums ul li {
    float:left;
    margin-right:10px;
}

.acn-footer-breadcrums ul li a {
    line-height:30px !important;
    display:inline-block;
}

.acn-footer-breadcrums ul li svg {
    height:30px;
    width:30px;
}

.acn-footer-breadcrums ul .separator {
    color:#999;
}

.acn-footer-breadcrums ul .separator svg {
    width:8px;
    margin:5px 10px 0;
}

.acn-footer-breadcrums-current {
    font-weight:500;
    text-overflow:ellipsis;
    max-width:340px;
    white-space:nowrap;
    overflow:hidden;
}

.acn-footer-head {
    background:#4f4f4f;
    color:#fff;
    font-size:2em;
    padding:6vh 0;
    font-weight:100;
    text-align:center;
}

.lt-ie9 .footer .acn-footer-head {
    padding:20px 0;
}

.footer ul {
    list-style:none;
}

.footer ul.acn-footer-cat {
    position:relative;
    top:0;
    margin:2vh -15px 6vh;
    padding:10px 15px;
    list-style:none;
    border-radius:4px;
    -webkit-transition:all 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
    height:425px;
}

.lt-ie9 .footer ul.acn-footer-cat {
    margin:2% -15px 5%;
    padding: 10px;
}

.footer ul.acn-footer-cat:hover {
    top:-5px;
    background:#4a4a4a;
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    -ms-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    -o-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    box-shadow:0 2px 3px rgba(0,0,0,0.15);
}

.footer ul li {
    margin:0;
}

.footer .acn-footer-section a {
    color:#eee;
    text-decoration:none;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:2px;
}

.footer .acn-footer-desc {
    color:#777;
    padding:15px 0;
    border-bottom:1px #555 solid;
    margin:0 0 15px;
}

.footer .acn-footer-detail {
    color:#777;
    text-decoration:none;
    font-size:0.8em;
    line-height:0.8em;
    -webkit-transition:all 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
}

.footer a {
    padding:5px 0;
    display:block;
    color:#aaa;
    text-decoration:none;
}

.footer ul li a:hover {
    color:#fff;
    text-decoration:none;
}

.footer ul li a:hover .acn-footer-detail{
    color:#ccc;
    text-decoration:none;
}

.footer ul li a .label-default {
    color:#eee;
    background:#777;
    font-size:50%;
    padding:.5em;
    position:relative;
    top:-2px;
    -webkit-transition:all 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
}

.footer ul li a:hover .label-default {
    color:#fff;
    background:#999;
}


ul.acn-footer-contact {
    font-size:1.25em;
    margin:1vh 0 6vh 10%;
    padding:10px;
}

.acn-footer-contact li a {
    background:none;
    background:-moz-linear-gradient(left, rgba(85,85,85,1) 0%, rgba(85,85,85,1) 50%, rgba(85,85,85,0) 50%, rgba(85,85,85,0) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(85,85,85,1)), color-stop(50%,rgba(85,85,85,1)), color-stop(50%,rgba(85,85,85,0)), color-stop(100%,rgba(85,85,85,0))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(left, rgba(85,85,85,1) 0%,rgba(85,85,85,1) 50%,rgba(85,85,85,0) 50%,rgba(85,85,85,0) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(left, rgba(85,85,85,1) 0%,rgba(85,85,85,1) 50%,rgba(85,85,85,0) 50%,rgba(85,85,85,0) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(left, rgba(85,85,85,1) 0%,rgba(85,85,85,1) 50%,rgba(85,85,85,0) 50%,rgba(85,85,85,0) 100%); /* IE10+ */
    background:linear-gradient(to right, rgba(85,85,85,1) 0%,rgba(85,85,85,1) 50%,rgba(85,85,85,0) 50,rgba(85,85,85,0) 100%); /* W3C */
    background-size:206% 100%;
    background-position:99% 0;
    color:#eee;
    border:1px transparent solid;
    border-radius:20px;
    margin:15px 0;
    padding:6px 0 7px 50px;
    position:relative;
    -webkit-transition:all 200ms ease;
    -moz-transition:all 200ms ease;
    -ms-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    transition:all 200ms ease;
    text-decoration:none;
}

.acn-footer-contact li a:hover {
    color:#fff;
    border:1px #555 solid;
    background-position:0 0;
    text-decoration:none;
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    -ms-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    -o-box-shadow:0 2px 3px rgba(0,0,0,0.15);
    box-shadow:0 2px 3px rgba(0,0,0,0.15);
}

.lt-ie10 .acn-footer-contact li a:hover {
    background:#555;
}

.acn-footer-contact li a span {
    display:block;
    position:absolute;
    top:-1px;
    left:-1px;
    width:40px;
    height:40px;
    line-height:40px;
    background:#555;
    color:#fff;
    border-radius:50%;
    text-align:center;
    -webkit-transition:all 250ms ease;
    -moz-transition:all 250ms ease;
    -ms-transition:all 250ms ease;
    -o-transition:all 250ms ease;
    transition:all 250ms ease;
}

.acn-footer-contact li a:hover span {
    left:8px;
    color:#fff;
}

.acn-footer-social {
    height:40px;
    margin:0 0 0 10%;
    padding:10px;
}

.acn-footer-social ul {
    list-style:none;
    margin:0;
    width:100%;
    height:40px;
    padding:0;
}

.acn-footer-social ul li {
    float:left;
    width:40px;
    height:40px;
    margin:-1px 20px 0 0;
    text-align:center;
}

.acn-footer-social ul li a {
    display:block;
    width:40px;
    height:40px;
    padding:10px;
    border-radius:40px;
}

.acn-footer-social ul li a svg {
    width:22px;
    height:22px;
    -webkit-transition:all 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
}

.acn-footer-social ul li a svg path {
    fill:#aaa;
}

.acn-footer-social ul li a:hover {
    fill:#fff;
    background-color:#555;
}

.acn-footer-social ul li a:hover svg path {
    fill:#fff;
}

.acn-footer-bottom {
    background:#404040;
    text-align:center;
    padding:3vh 0 4vh;
    font-size:1.5em;
}

.acn-footer-bottom-text {
    display:inline-block;
    font-size:1em;
    font-weight:100;
}

.acn-footer-copyright {
    background:#3b3b3b;
    color:#777;
}

.acn-footer-copyright-left {
    text-align:left;
    float:left;
    font-size:11px;
    font-weight:100;
    padding:3vh 15px 3vh;
}

.acn-footer-copyright-right {
    text-align:right;
    float:right;
    font-size:11px;
    padding:3vh 15px 3vh;
}

.acn-footer-copyright a {
    color:#777;
    padding:0;
    font-size:11px;
    font-weight:100;
    display:inline;
}

.acn-footer-copyright a:hover {
    color:#fff;
}

.footer .wp-email-capture,
.footer .wp-email-capture a,
.footer .wp-email-capture form,
.footer .wp-email-capture input {
    display:inline !important;
    color: #000;
}

.footer .wp-email-capture label {
    display:none;
}

.footer .wp-email-capture-email {
    color:#aaa;
    background:#555;
    border:none;
    border-radius:4px;
    padding:4px 10px;
    height:40px;
    margin:0 5px 0 5px;
    width:375px;
    -webkit-transition:all 200ms ease;
    -moz-transition:all 200ms ease;
    -ms-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    transition:all 200ms ease;
}

.footer .wp-email-capture-email:focus {
    outline:0;
    border:none;
    color:#bbb;
    background:#666;
    -webkit-box-shadow:0 0 8px rgba(0,0,0,.3);
    box-shadow:0 0 8px rgba(0,0,0,.3);
}

.footer .wp-email-capture-submit {
    background:#eee;
    border-radius:4px;
    padding:0 30px;
    height:40px;
    border:none;
    color:#666;
    font-weight:400;
    font-size:0.6em;
    letter-spacing:0.2em;
    text-transform:uppercase;
    position:relative;
    top:-3px;
    -webkit-transition:all 200ms ease;
    -moz-transition:all 200ms ease;
    -ms-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    transition:all 200ms ease;
}

.footer .wp-email-capture-submit:hover {
    background:#fff;
    color:#444;
}

.footer #mc4wp-form-1 {
    display: inline-block;
}

.footer .wp-email-capture br {
    display:none;
}

.footer .wp-email-capture-error {
    font-size:1em;
    font-weight:100;
    display:inline-block;
    min-width:300px;
    padding:8px 10px;
    border-radius:4px;
    position:absolute;
    top:-60px;
    left:30%;
    right:30%;
    background:#e20020;
}



.acn-related {
    margin:0 auto;
    padding:15vh 0;
}

.acn-related a {
    display:block;
    text-decoration:none;
}

.acn-related a img {
    width:100%;
    height:180px;
    margin:0 0 15px;
    border-radius:4px;
    border:1px #ddd solid;
    background:#eee;
}

.acn-related a b {
    display:block;
    color:#e20020;
    margin:0 0 15px;
}

.acn-related a p {
    color:#888;
}






.acn-square {
    padding:10vh 15px;
}

.acn-square-item {
    padding:0 0 10vh 0;
    width:100%;
    overflow: auto;
}








.acn-square .acn-square-text {
    margin:2vh 20% 0;
}

.acn-square-text .acn-sub {
    color:#aaa;
    border-bottom:1px #ccc solid;
    padding:10px 0 5px;
    margin:0 0 20px;
    font-size:1em;
    font-weight:100;
    display:block;
}

.acn-square-text h2 {
    color:#444;
    padding:0;
    margin:0 0 4vh;
    text-align:left;
}

.acn-square-text p {
    font-size:1.2em;
    line-height:1.8em;
    margin:0 0 4vh;
}

.acn-square-img {
    width:35%;
    height:auto;
    border-radius:100%;
    border:1px #f4f4f4 solid;
    background:#eee;
    float:left;
    margin:0 15% 0 0;
    -webkit-box-shadow:1px 2px 0 #f4f4f4;
    -moz-box-shadow:1px 2px 0 #f4f4f4;
    -ms-box-shadow:1px 2px 0 #f4f4f4;
    -o-box-shadow:1px 2px 0 #f4f4f4;
    box-shadow:1px 2px 0 #f4f4f4;
}

.acn-square-img {
    border-radius:100%;
}

.acn-square .acn-square-item:nth-of-type(1) .acn-square-img,
.acn-square .acn-square-item:nth-of-type(3) .acn-square-img,
.acn-square .acn-square-item:nth-of-type(5) .acn-square-img,
.acn-square .acn-square-item:nth-of-type(7) .acn-square-img,
.acn-square .acn-square-item:nth-of-type(9) .acn-square-img,
.acn-square .acn-square-item:nth-of-type(11) .acn-square-img,
.acn-square .acn-square-item:nth-of-type(13) .acn-square-img,
.acn-square .acn-square-item:nth-of-type(15) .acn-square-img {
    float:right;
    margin:0 0 0 15%;
}

.acn-square .acn-square-item:nth-of-type(1) .acn-square-text,
.acn-square .acn-square-item:nth-of-type(3) .acn-square-text,
.acn-square .acn-square-item:nth-of-type(5) .acn-square-text,
.acn-square .acn-square-item:nth-of-type(7) .acn-square-text,
.acn-square .acn-square-item:nth-of-type(9) .acn-square-text,
.acn-square .acn-square-item:nth-of-type(11) .acn-square-text,
.acn-square .acn-square-item:nth-of-type(13) .acn-square-text,
.acn-square .acn-square-item:nth-of-type(15) .acn-square-text {
    float:right;
}

.acn-square-img img {
    border:15px #fff solid;
    border-radius:100%;
    display:block;
    width:100%;
    height:100%;
}




.acn-request-info {
    text-align:center;
    font-size:1.5em;
    color:#888;
    padding:10vh 0;
}

.lt-ie9 .acn-request-info {
    padding:20px 0;
}

.acn-request-info .acn-call {
    white-space:nowrap;
    padding:0 0 0 30px;
}


.carousel-subnav,
.carousel-subnews {
    z-index:999;
    position:absolute;
    bottom:0;
    background:#000;
    background:rgba(0,0,0,0.25);
    width:100%;
    text-align:center;
    -webkit-transition:background 200ms ease;
    -moz-transition:background 200ms ease;
    -ms-transition:background 200ms ease;
    -o-transition:background 200ms ease;
    transition:background 200ms ease;
}

.carousel-subnav.small ul li a {
    padding: 15px 30px;
    font-size: 1.8em;
}

.carousel-subnews {
    background:rgba(0,0,0,0.5);
}

.carousel-subnav ul,
.carousel-subnews ul {
    margin:0 auto;
    padding: 0;
    list-style:none;
    width:100%;
    z-index:-9999;
}

.carousel-subnews ul {
    height:45px;
}

.carousel-subnav ul li,
.carousel-subnews ul li {
    display: inline-block;
}

.carousel-subnav ul li.cat a,
.carousel-subnews ul li.cat a {
    color:#ddd;
    font-weight:700;
}

.carousel-subnav ul li a,
.carousel-subnews ul li a {
    color:#fff;
    padding:20px 30px;
    display: inline-block;
    text-decoration:none;
    font-weight:400;
}

.carousel-subnews ul li a {
    color:#fff;
    padding:13px 15px;
    box-sizing:border-box;
    display: inline-block;
    text-decoration:none;
    font-weight:500;
}

.carousel-subnav ul li a:hover,
.carousel-subnews ul li a:hover {
    background:rgba(255,255,255,0.1);
}

.carousel-subnav .label-default,
.carousel-subnews .label-default {
    background:rgba(0,0,0,0.3);
}

.carousel-subnews .news-rotation li {
    height:45px;
    overflow-y:hidden;
    position:relative;
}

.carousel-subnews .news-rotation li.content {
    width: 100%;
}

.carousel-subnews .news-post {
    display:none;
    position:absolute;
    width:100%;
}

.carousel-subnews ul li a {
    width: 100%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing:border-box;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-subnews .news-post.visible {
    display: block;
    top: 0;
}


.carousel-subnews .news-post a span {
    font-weight:900 !important;
    text-transform:uppercase !important;
    letter-spacing:2px !important;
}

.acn-sticky-subnav {
    position:fixed !important;
    background:#666;
    background:rgba(128,128,128,0.95);
    -webkit-transition:background 200ms ease;
    -moz-transition:background 200ms ease;
    -ms-transition:background 200ms ease;
    -o-transition:background 200ms ease;
    transition:background 200ms ease;
}


/* media query for touch scroll on mobile devices */
@media only screen and (max-width: 768px) {
    .carousel-subnav {
        overflow: hidden;
        height: 50px;
    }

    .carousel-subnav ul{
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
    }
}





.acn-contact-adresses {
    font-size:1.5em;
    text-align:left;
}

.acn-contact-adresses span {
    font-size:0.7em;
    color:#e20020;
    text-transform:uppercase;
}

.acn-contact-adresses-block {
    background:#fff;
    border-radius:4px;
    border-bottom:2px #ccc solid;
    padding:4%;
    -webkit-box-shadow:10px 10px 0px 0 #eee;
    -moz-box-shadow:10px 10px 0px 0 #eee;
    -ms-box-shadow:10px 10px 0px 0 #eee;
    -o-box-shadow:10px 10px 0px 0 #eee;
    box-shadow:10px 10px 0px 0 #eee;
}

.acn-contact-adresses-block .map {
    background-size: cover !important;
    background-position: center center !important;
    overflow:hidden;
    display:block;
    float:right;
    width:200px;
    height:270px;
    border:4px #eee solid;
    border-radius:4px;
    text-align:center;
    line-height:270px;
    color:#e20020;
    text-decoration:none;
    text-indent:-300px;
}

.acn-contact-adresses-block .map-us {
    background:#6c99d8 url("//auconet.com/img/auconet-office-san-francisco.jpg");
}

.acn-contact-adresses-block .map-de {
    background:#a5c5ec url("//auconet.com/img/auconet-office-berlin.jpg");
}

.acn-contact-adresses-block .map:hover {
    background:rgba(226,0,32,1);
    text-indent:0;
    color:#fff;
}






.acn-customer-block {
    padding: 10vh 0;
}

.acn-customer-box {
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    border: 1px #eee solid;
    border-bottom: 3px #eee solid;
    margin: 0 0 30px 0;
    position: relative;
}

a.acn-customer-box:hover {
    border-color: #ddd;
}

.acn-customer-box-name {
    display: block;
    background: #f4f4f4;
    color: #e20020;
    font-weight: 900;
    padding: 4% 4% 0;
}

.acn-customer-box-desc {
    display: block;
    background: #f4f4f4;
    padding: 0 140px 4% 4%;
    color: #888;
    font-weight: 100;
    font-size: 0.8em;
    height: 43px;
}

.acn-customer-box-logo-wrap {
    display: table;
    width: 100%;
}

.acn-customer-box-logo {
    display: table-cell;
    text-align: center;
    height: 160px;
    padding: 5%;
    vertical-align: middle;
}

.acn-customer-box-logo img {
    max-width: 70%;
    margin: auto;
    max-height: 80px;
}

.acn-customer-box-logo.fallbackImg {
    padding: 0;
}

.acn-customer-box-logo.fallbackImg img {
    max-width: none;
    max-height: 100%;
}

.acn-customer-box .btn-more {
    position: absolute;
    bottom: 12px;
    right: 15px;
    float: right;
}



.rotating-row {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

.rotating-row:first-child {
    display: block;
    left: 0;
}


.rotating-row a {
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}

.rotation-container {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.rotation-container.small {
    height: 150px;
}






#subscribe-confirm {
    border-radius:4px;
    width: 500px;
    padding: 20px;
    background-color: #fff;
    font-size: 1.5em;
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -250px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

#subscribe-confirm .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: .7em;
}

.form-control:focus {
    border:1px #6b8299 solid;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(107,130,153,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(107,130,153,.6);
}


.acn-sidebar {
    padding:10vh 0;
}

.acn-sidebar h3 {
    letter-spacing:-1px;
    text-align:left;
    color:#6b8299;
    font-size:2.4em;
    border-bottom:1px #ddd solid;
    padding:0 0 10px;
    margin:0 0 2.5vh;
}

.acn-sidebar iframe {
    width:100% !important;
}


.acn-request-info-form {
    margin:5vh 0;
}

.acn-request-info-form h3 {
    letter-spacing:-1px;
    text-align:left;
    color:#6b8299;
    font-size:2.4em;
    border-bottom:1px #ddd solid;
    padding:0 0 10px;
    margin:0 0 5vh;
}

.acn-request-info-form p {
    margin:0 0 2vh;
    font-weight:100;
    color:#888;
    letter-spacing:-1px;
    font-size:1.6em;
    line-height:1.4em;
}

.acn-request-info-form div {
    padding:0 0 20px;
    overflow:auto;
}

.acn-request-info-form .container {
    padding-left:15px;
    padding-right:15px;
}

.acn-request-info-form label {
    display:block;
    line-height:2.5em;
    float:left;
    width:15%;
}

.acn-request-info-form .form-control {
    width:85%;
    float:right;
}





ul.acn-sidebar-contact {
    list-style:none;
    margin:0 0 5vh;
    padding:0;
}

.acn-sidebar-contact {
    padding:6px 0 7px 50px;
    margin:15px 0;
}

.acn-sidebar-contact li a {
    color:#444;
    display:block;
    text-decoration:none;
}


.acn-news-container {
    padding:10vh 0 0;
}

.acn-news-container h3 {
    letter-spacing:-1px;
    text-align:left;
    color:#6b8299;
    font-size:2.4em;
    border-bottom:1px #ddd solid;
    padding:0 0 10px;
    margin:0;
}

.acn-news-overview {
    margin:2vh 0 8vh;
}

.acn-news-overview ul {
    list-style:none;
    margin:0;
    padding:0;
}

.acn-news-overview ul li a {
    border-radius:4px;
    display:block;
    padding:0;
    margin:30px 0;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    -ms-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    -o-box-shadow:0 2px 2px rgba(0,0,0,0.1);
    box-shadow:0 2px 2px rgba(0,0,0,0.1);
    -webkit-transition:all 150ms ease;
    -moz-transition:all 150ms ease;
    -ms-transition:all 150ms ease;
    -o-transition:all 150ms ease;
    transition:all 150ms ease;
}

.acn-news-overview ul li a .date {
    position:relative;
    background:#e20020;
    width:70px;
    float:left;
    border-top-left-radius:4px;
}

.acn-news-overview ul li a .date:nth-of-type(2):before {
    position:absolute;
    display:block;
    text-align:center;
    color:#fff;
    font-size:2em;
    font-weight:900;
    top:7px;
    left:-7px;
    content:'–';
}

.acn-news-overview ul li a .date:nth-of-type(2) {
    border-radius:0;
    border-bottom-right-radius:25px;
}

.acn-news-overview ul li a .date .day {
    display:block;
    text-align:center;
    color:#fff;
    font-size:2em;
    font-weight:900;
    height:30px;
}

.acn-news-overview ul li a .date .month {
    display:block;
    text-align:center;
    color:#fff;
    height:25px;
}

.acn-news-overview ul li a .type {
    background:#888;
    text-transform:uppercase;
    width:70px;
    font-size:0.7em;
    display:block;
    text-align:center;
    color:#fff;
    float:left;
    font-weight:900;
    height:55px;
    line-height:55px;
    border-bottom-right-radius:25px;
}

.acn-news-overview ul li a .title {
    width:100%;
    padding:0 0 0 140px;
    text-align:left;
    border:1px #ccc solid;
    border-left:none;
    border-radius:4px;
    min-height:55px;
}

.acn-news-overview ul li a .title .headline {
    width:100%;
    font-weight:700;
    color:#444;
    padding:7px 10px 0;
    box-sizing:border-box;
    display:block;
}

.acn-news-overview ul li a .title .sub-headline {
    width:100%;
    color:#aaa;
    padding:0 10px 7px;
    box-sizing:border-box;
    display:block;
}

.acn-news-overview ul li a:hover {
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
    -ms-box-shadow:0 2px 2px rgba(0,0,0,0.2);
    -o-box-shadow:0 2px 2px rgba(0,0,0,0.2);
    box-shadow:0 2px 2px rgba(0,0,0,0.2);
    color:#e20020;
}

.acn-news-overview ul li a:hover .title .headline {
    color:#e20020;
}

.twitter-timeline {
    margin:0 0 8vh;
}

.acn-news-article {
    margin:6vh 0 10vh;
}

.acn-news-article h1 {
    text-align:left;
    margin:0 0 5vh 0;
}

.acn-news-article h2 {
    font-size:1.4em;
    line-height:1.4em;
    text-align:left;
    margin:0 0 5vh 0;
}

.acn-news-article h3 {
    text-align:left;
    color:#6b8299;
    font-size:1.4em;
    padding:0;
    margin:4vh 0 1vh;
}

.acn-news-article .acn-intro {
    text-align:left;
    margin:0 0 5vh;
    padding:0;
}

.acn-news-article .acn-intro p {
    line-height:1.4em;
    margin:0;
    padding:0;
}

.acn-news-article .btn-back {
    margin:5px 0 10vh;
    display:block;
    text-align:center;
}



.acn-customer-story {
    margin:10vh 0;
    min-height:350px;
}

.acn-customer-story h1 {
    text-align:left;
    margin:0;
}

.acn-customer-story h2 {
    font-size:1.4em;
    line-height:1.4em;
    text-align:left;
    margin:0 0 5vh 0;
}

.acn-customer-story h3 {
    text-align:left;
}

.acn-customer-story .acn-intro,
.acn-customer-story .acn-intro p {
    text-align:left;
    padding:0;
    margin:0;
}

.acn-customer-story img { display:none; }

.acn-tco-statement {
    background:#fff;
    border-radius:4px;
    border:1px #eee solid;
    border-bottom:3px #ccc solid;
    padding:10px;
    margin:5px;
}

.acn-search-results {
    margin:5vh 0;
}

.acn-search-results h3 {
    letter-spacing:-1px;
    text-align:left;
    color:#6b8299;
    font-size:2.4em;
    border-bottom:1px #ddd solid;
    padding:0 0 10px;
    margin:0 0 5vh;
}

.acn-search-results article {
    border:1px #ddd solid;
    border-radius:4px;
    margin:0 0 20px;
    position:relative;
    overflow:hidden;
}


.acn-search-results article a {
    font-weight:700;
}

.acn-search-results .view-article {
    display:none;
}

.acn-search-results article .table {
    display: table;
    height: 100%;
    margin: 0;
}

.acn-search-results article .table-inner {
    padding:15px 15px 5px 15px;
    display: table-cell;
}

.acn-search-results article .table-inner.type {
    font-size:0.8em;
    padding: 5px;
    width: 80px;
    background: #efefef;
    color: #aaa;
    text-align: center;
    height:100%;
    margin:0 15px 0 0;
    vertical-align: middle;
}

.acn-search-results .pagination a {
    display: inline-block;
    border-radius: 4px;
    padding: 7px 13px;
    text-decoration: none;
    border: 1px #ddd solid;
}


.acn-search-results .pagination a:hover,
.acn-search-results .pagination a:active,
.acn-search-results .pagination a:focus {
    color:#fff;
    background:#e20020;
    border:1px #e20020 solid;
}

.acn-search-results .pagination span {
    display: inline-block;
    padding: 7px 13px;
    border: 1px transparent solid;
}

.search-highlight {
    font-weight: 800;
}

/****************************************************************************/
/****************************************************************************/
/***  Media Queries
/****************************************************************************/
/****************************************************************************/


@media (max-width: 1200px) {
    .container { width:100%; }
    .acn-additional-info { padding:15vh 15%; }
    .acn-core-capabilites { font-size:90%; }
    .acn-core-capabilites .acn-feature-icon { width:130px;height:130px;line-height:3.6em; }
}

@media (max-width: 1100px) {
    .carousel .item p, .acn-header p { font-size: 1.4em; }
    .carousel .item h2.small, .acn-header h1.small { font-size: 2.0em; }
    .carousel .item h2.medium, .acn-header h1.medium { font-size: 3.0em; }
    .carousel .item h2.large, .acn-header h1.large { font-size: 4.0em; }
    .carousel .item h2 { width: 800px; }
    .acn-page-header h1 { font-size:2.2em; }
    .acn-page-header h2 { font-size:2.2em; }
    .acn-additional-info { padding:15vh 10%; }
    .acn-welcome-text { font-size:100%; }
    .acn-core-capabilites { font-size:90%; }
    .acn-core-capabilites .acn-feature-icon { width:120px;height:120px;line-height:3.5em; }
}

@media (max-width: 991px) {
    .carousel .item h2 { width: 600px; }
    .rotation-container { width:100%; }
    .navbar .container { width:100%; }
    .acn-additional-info { padding:10vh 0; }
    .acn-subproducts-cat { height:auto; margin: 0 0 20px 0; }
    .acn-subproducts-item { height:auto; }
    .acn-subproducts-cat a { padding:0 0 20px; }
    .acn-subproducts-item a { padding:10px 10px 10px 10px; margin:-10px -20px -10px 0; }
    .acn-subproducts-space { display:none; }
    .acn-additional-info { padding:15vh 5%; }
    .acn-welcome-text { font-size:90%; }
    .acn-intro { padding:4vh 0; }
    .acn-core-capabilites { font-size:85%; }
    .acn-core-capabilites .acn-feature-icon { width:110px;height:110px;line-height:3.4em; }
    .acn-footer-head br { display:none; }
    .acn-footer-nav-news {
        margin:0;
    }
    .acn-footer-recent-news {
        max-width: 100%;
        padding:0;
        float:left;
    }
    .acn-footer-breadcrums ul {
        padding:0 30px 0 0;
    }
    .acn-footer-middle {
        padding:1vh 0;
        margin:0 -15px;
    }
    .footer ul.acn-footer-cat {
        height:auto;
        margin:3vh 0;
    }
    .footer ul.acn-footer-cat:hover {
        top:0;
        background:initial;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        -ms-box-shadow:none;
        -o-box-shadow:none;
        box-shadow:none;
    }
    .acn-footer-cat li { float:left;padding:0 5px 0 0; }
    .acn-footer-cat li a { display:inline-block;border-radius:15px;background-color:#4c4c4c;padding:4px 11px;margin:0 0 4px; }
    .acn-footer-cat li a:hover { background-color:#555; }
    .acn-footer-cat li a .acn-footer-detail { display:none; }
    .acn-footer-cat li.acn-footer-section a { background:none;padding:0;margin:0 15px 0 0; }
    .acn-footer-cat li.acn-footer-desc { border:none;width:100%;margin:0;padding:0 0 15px; }
    .acn-footer-bottom-text { font-size:0.8em;padding:0 0 10px;display:block;text-align:center; }
    .acn-footer-copyright-left { padding:3vh 0 3vh; }
    .acn-footer-copyright-right { padding:3vh 0 3vh; }
    ul.acn-footer-contact { margin:1vh 0 6vh 0; }
    .acn-footer-social { margin:0; }
}

@media (max-width: 900px) {
    .carousel .item p { font-size:1.0em; }
    .carousel .item h2.large { font-size: 3.6em; }
    .acn-page-header h1 { font-size:2em; }
    .acn-page-header h2 { font-size:2em; }
    .acn-additional-info { padding:15vh 0%; }
    .acn-welcome-text { font-size:80%; }
    .acn-core-capabilites { font-size:80%; }
    .acn-core-capabilites .acn-feature-icon { width:100px;height:100px;line-height:3.3em; }
}

@media (max-width: 800px) {
    .acn-welcome-text { font-size:75%; }
}

@media (max-width: 700px) {
    .carousel .item h2 { width: 500px; }
    .acn-page-header h1 { font-size:1.8em; }
    .acn-page-header h2 { font-size:1.8em; }
    .acn-welcome-text { font-size:60%; }
    .acn-core-capabilites { font-size:70%; }
    .acn-core-capabilites .acn-feature-icon { width:90px;height:90px;line-height:3.2em; }
}

@media (max-width: 600px) {
    .carousel .item h2 { width: 100%; }
    .footer .wp-email-capture-submit { padding:0 10px;letter-spacing:0; }
}

@media (max-width: 869px) {
    .rotation-container.small { height:237px; }
    .acn-subproducts .row { margin:0 -15px; }
}

@media (max-width: 868px) {
    .nav {
        margin:9px 0 0;
    }
    .navbar {
        height:60px;
    }
    .navbar .navbar-brand {
        line-height:43px;
    }
    .navbar-toggle {
        margin:13px 15px 0 0;
    }
    .navbar-collapse {
        float:none;
        padding:0;
    }
    .nav-pills {
        background:#eee;
    }
    .nav-pills>li {
        width:100%;
        float:left;
    }
    .nav-pills>li+li {
        margin-left:0px;
    }

    .navbar-toggle {
        border:2px #ccc solid;
    }

    .navbar-toggle .icon-bar {
        background:#ccc;
    }

    .navbar {
        height:60px;
        background-position:0 0;
        background-position-x:0;
        background-position-y:0;
        -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15);
        -moz-box-shadow:0 1px 3px rgba(0,0,0,0.15);
        -ms-box-shadow:0 1px 3px rgba(0,0,0,0.15);
        -o-box-shadow:0 1px 3px rgba(0,0,0,0.15);
        box-shadow:0 1px 3px rgba(0,0,0,0.15);
    }

    .navbar .navbar-brand svg path,
    .navbar .navbar-brand svg polygon {
        fill:#e20020;
    }

    .navbar .navbar-collapse .nav-pills>li>a,
    .navbar-background .navbar-collapse .nav-pills>li>a {
        border-radius:0;
        border:none;
        color:#888;
        padding:9px 15px 10px;
    }

    .navbar .nav-pills>li>a:hover,
    .navbar .nav-pills>li>a:active,
    .navbar-background .nav-pills>li>a:hover
  .navbar-background .nav-pills>li.active>a {
        background:#e20020;
        border:none;
        color:#fff;
        padding:9px 15px 10px;
    }

    .menu-header-share {
        display:none !important;
    }

    .header-search {
        margin: 5px 0 10px 10px;
        width: 95%;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .header-search input {
        width: 100% !important;
        padding-right: 30px;
        display: block;
        color:#444;
    }
    .header-search .glyphicon {
        position: absolute;
        top: 18px;
        font-size: 1.2em;
        left: 95%;
        margin-left: -15px;
        color:#888;
    }
    .header-search input::-webkit-input-placeholder {
        color:#aaa;
    }

    .header-search input:-moz-placeholder {
        color:#aaa;
    }

    .header-search input::-moz-placeholder {
        color:#aaa;
    }

    .header-search input:-ms-input-placeholder {
        color:#aaa;
    }
    .carousel-indicators {
        bottom:40px;
    }
    .carousel-control div {
        margin:0 15px 0;
        top: 40%;
    }
    /*.carousel.has-subnav {
     min-height: 60vh;
      max-height: none;
      height: auto;
    }
    .carousel-subnav {
      position: relative;
      background: #777;
    }*/
    .carousel-subnav ul li a {
        color: #fff;
        padding: 15px 20px;
    }

    .jumbotron h2 {
        font-size: 2.5em;
    }
    .acn-no-padding {
        padding:0 0;
    }
    .acn-square-img {
        float: none !important;
        width: 80%;
        margin: 0 auto !important;
    }
    .acn-square .acn-square-text {
        float: none;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
    }
    .acn-customer {
        margin:0.5em 0;
    }
    .small {
        font-size: 30px;
    }
    .acn-intro h1 {
        font-size: 2em;
    }
    .acn-intro-alone {
        padding: 10vh 20px 8vh;
    }
    .acn-intro p {
        font-size: 1.4em;
    }
    .acn-additional-info {
        padding:10vh 0;
    }
    .acn-additional-info h2,
    .acn-additional-info h3,
    .acn-additional-info p {
        min-width: 300px;
    }
    .acn-quote blockquote {
        font-size: 2em;
    }
    .acn-request-info-form {
        padding: 20px;
    }
    .acn-request-info-form label,
    .acn-request-info-form .form-control {
        float: none;
        width: 100%;
    }
    .acn-request-info-form div {
        padding: 0 0 20px;
    }
    .footer ul.acn-footer-cat {
        height: auto;
    }
    .footer .wp-email-capture-email {
        width:60%;
    }
    .footer .wp-email-capture-error {
        font-size:0.8em;
        left:10%;
        right:10%;
    }
}

@media screen and ( max-height: 625px ), screen and (max-width: 869px){
    .carousel-indicators {
        bottom: 35px;
    }
}

@media screen and ( max-height: 560px ), screen and (max-width: 869px){
    .carousel-subnews ul {
        height: 35px;
        font-size:.9em;
    }
    .carousel-subnews .news-rotation li {
        height: 35px;
    }
    .carousel-subnews ul li a {
        padding: 8px 15px;
        box-sizing:border-box;
    }
}

/*
@media screen and ( max-height: 560px ), screen and (max-width: 1100px){
    .carousel .item h1.small, .acn-header h1.small { font-size:2em; }
    .carousel .item h1.medium, .acn-header h1.medium { font-size:2.8em; }
    .carousel .item h1.large, .acn-header h1.large { font-size:3.8em; }
}
*/

@media (max-width: 600px) {
    .btn-clean, .btn-clean:hover, .btn-clean:active, .btn-clean:focus,
    .btn-more, .btn-more:hover, .btn-more:active, .btn-more:focus, .wpcf7-submit {
        padding:4% 4.6%;
    }
}

@media screen and (min-width:992px) and (max-width: 1170px){
    .footer ul.acn-footer-cat {
        font-size:0.81em;
    }
    ul.acn-footer-contact {
        margin:1vh 0 6vh 0;
    }
    .footer .acn-footer-desc {
        font-size:1.06em;
        min-height:82px;
    }
}



/****************************************************************************/
/****************************************************************************/
/***  Blog
/****************************************************************************/
/****************************************************************************/
.acn-blog {
    padding-top: 6vh;
    padding-bottom: 9vh;
}
.acn-blog article {
    padding: 3vh 3vw;
}
.acn-blog .acn-blog-content {
    float: none;
    margin: 0 auto;
}
.acn-blog-post-meta {
    text-align: center;
}
.acn-blog-post-meta,
.acn-blog-post-meta a,
.acn-blog-post-meta a:hover {
    color: #888888;
}
.acn-blog-post-meta .date {
    font-weight: 700;
}
.acn-blog-highlights {
    padding: 2vh 1.5vw 2vh 0;
    margin-bottom: 4vh;
    border: 1px solid #d1dbe5;
    background-color: #f2f5f7;
}
.acn-blog-highlights li {
    position: relative;
    list-style: none;
    padding: 1vh 0 1vh 40px;
    color: #6b8299;
    font-size: 16px;
    font-weight: 700;
}
.acn-blog-highlights li:not(.acn-blog-highlights-headline):before {
    content: '';
    position: absolute;
    top: 1.3vh;
    left: 17px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE1LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI2OHB4IiBoZWlnaHQ9Ijc2cHgiIHZpZXdCb3g9IjAgMCA2OCA3NiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjggNzYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjRTIwMDIwIiBwb2ludHM9IjU3LjM1NSwzNy4yNDEgMzcuOTc5LDE4LjgyNiAyMi41OTMsMTguODI2IDkuNDM4LDU1LjcyOSAyMi42MjksNTUuNzI5ICIvPgo8L3N2Zz4K);
    background-size: contain;
}
.acn-blog-highlights .acn-blog-highlights-headline {
    font-size: 24px;
    text-align: left;
    list-style: none;
    padding: 0;
    font-weight: 400;
}
.acn-blog-social-nav li {
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
}
.acn-blog-social-nav li a {
    line-height: 0;
}
.acn-blog-social-nav svg {
    width: 22px;
    height: 22px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.acn-blog-social-nav svg path {
    fill: #ddd;
}
.acn-blog-latest-posts-list {
    text-align: center;
    width: 100%;
    background-color: #eeeeee;
    padding: 3vh 0;
    margin: 0;
}
.acn-blog-latest-posts-list li {
    display: inline-block;
    min-height: 7em;
    max-width: 17.5%;
    list-style: none;
    vertical-align: top;
    padding: 0 1.5vw;
    border-right: 1px solid #dddddd;
}
.acn-blog-latest-posts-list li:last-child {
    border: none;
}
.acn-blog-latest-posts-list h4 {
    text-align: left;
    margin: 0 0 5px;
}
.acn-blog-latest-posts-list .author {
    display: block;
    line-height: 1;
}
.acn-blog-latest-posts-list .acn-blog-post-meta {
    text-align: left;
}
@media (max-width: 1280px) {
    .acn-blog-latest-posts-list li {
        max-width: 20%;
    }
}
@media (max-width: 992px) {
    .acn-blog-latest-posts-list li {
        max-width: 33%;
    }
}
@media (max-width: 768px) {
    .acn-blog-latest-posts-list li {
        display: block;
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #dddddd;
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.acn-blog-author-meta {
    overflow: hidden;
    margin: 3vh 0;
    padding: 4vh 0 0;
    border-top: 1px solid #dddddd;
    color: #888888;
}
.acn-blog-author-meta span {
    display: table-cell;
    vertical-align: middle;
}
.acn-blog-author-meta .author-image {
    overflow: hidden;
    border: 5px solid #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-block;
    float: left;
}
.acn-blog-author-meta .author-description {
    padding-left: 1vw;
}
.acn-blog-author-meta .author-description-label {
    font-weight: 700;
}
.acn-blog-social-share {
    margin: 4vh 0 3vh;
    padding: 0;
    text-align: center;
    border: 1px solid #dddddd;
    border-width: 1px 0;
}
.acn-blog-social-share li {
    display: inline-block;
    list-style: none;
    margin: 5px 2px;
}
.acn-blog-social-share li:first-child {
    color: #888888;
    font-weight: 700;
    padding-right: 3px;
}
.acn-blog-social-share a {
    display: block;
    padding: 7px 10px 4px;
    vertical-align: middle;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.acn-blog-social-share a,
.acn-blog-social-share a:hover {
    color: #fff;
}
.acn-blog-social-share a.fb {
    background-color: #4567a6;
    border-bottom: 5px solid #395589;
}
.acn-blog-social-share a.tw {
    background-color: #5dcbf0;
    border-bottom: 5px solid #25b9eb;
}
.acn-blog-social-share a.gp {
    background-color: #c33a22;
    border-bottom: 5px solid #a5311d;
}
.acn-blog-social-share a.fb:hover {
    background-color: #395589;
}
.acn-blog-social-share a.tw:hover {
    background-color: #25b9eb;
}
.acn-blog-social-share a.gp:hover {
    background-color: #a5311d;
}
.acn-blog-social-share svg {
    vertical-align: middle;
}
.acn-blog-social-share svg path {
    fill: #fff;
}
.acn-blog-excerpt,
.acn-blog-single-post {
    padding: 3vh 0 6vh;
    margin:0 0 10vh;
    border-top: 5px solid #e20020;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}
.acn-blog-excerpt h3,
.acn-blog-single-post h3 {
    margin-top: 5vh;
    text-align: left;
    color:#6b8299;
}
.acn-blog-excerpt .more-link,
.acn-blog-excerpt .more-link:hover,
.acn-blog-excerpt .more-link:active,
.acn-blog-excerpt .more-link:focus,
.acn-blog-excerpt .more-link:visited {
    display:inline-block;
    margin:20px 0;
}






/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
