/*
Theme Name: Next Digital
Theme URI: https://boundlesste.ch
Description: The offcial theme for boundlesste
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Author: LELE+MEME
Author URI: https://boundlesste.ch
Version: 1.0.1
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 400 13px/18px 'Open Sans';
    color: #777;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    color: #333;
}

a:hover {
    color: #EF8B04;
    text-decoration: none
}

header#main {
    background: url(images/header.jpg);
    padding-bottom: 30px;
}

.home header#main {
    background: none;
    border: none;
    box-shadow: none
}

header#main.fixed #top,
header#main.fixed .page-heading{
    display: none;
}

header#main.fixed
{
    background: rgba(0,0,0,0.75);
    padding: 5px 0;    
}

header#main.fixed .logo img{
    height: 40px;
    margin-top: 5px;
}

header#main .container {
    position: relative;
}

header#main .navbar {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    min-height: inherit;
}

header#main .logo {
    height: auto;
    padding: 0;
}

header#main .logo img {
    height: 50px;
}

header#main .navbar-toggle {
    background: none;
    margin-right: 0;
    margin-top: 30px;
    padding: 0;
    border-radius: 0 !important
}

header#main .navbar-toggle .icon-bar {
    background: white;
    width: 25px;
    height: 3px;
}

header#main .navbar-toggle:hover .icon-bar {
    background: #f7941e
}

header#main .navbar li a {
    background: none !important;
    color: white;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 700;
}

header#main .navbar li a:hover,
header#main .navbar li[class^="current"] a,
header#main .navbar li[class*="current"] a
{
    color: #F7941E;
}

section#main {
    padding-bottom: 0;
    padding-top: 20px;
}

.home section#main {
    padding-top: 0
}

.heading {
    text-align: center;
    margin-bottom: 40px;
}

.heading span {
    display: block;
    text-transform: uppercase;
    color: #444;
    font-size: 40px;
    margin-bottom: 10px;
}

.heading span:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #F7941E;
    margin: 20px auto;
}

.heading small {
    display: block;
    font-size: 16px;
    max-width: 70%;
    margin: auto;
    font-family: 'Open Sans';
    line-height: 19px;
    color: #9d9f9f;
}

.grid .item {
    padding-top: 15px;
    padding-bottom: 15px
}

.grid .img-zoom {
    overflow: hidden;
    border: 1px solid #eee;
}

.grid .img-zoom img {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.grid .img-zoom:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
}

.grid .img-zoom .overlay {
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    opacity: 0;
}

.grid .img-zoom:hover .overlay {
    opacity: 1;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(0, 0, 0, .7);
    z-index: 1111;
}

#practice-areas {
    padding-top: 10px;
    padding-bottom: 30px;
    background: url(images/network.png) top left no-repeat;
}

.groups .item {
    color: #999;
}

.groups .item .fa {
    font-size: 50px;
    color: #EF8B04;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    padding: 10px;
}

.groups .item:hover .fa {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    -moz-transform: scale3d(1.2, 1.2, 1.2);
    -ms-transform: scale3d(1.2, 1.2, 1.2);
    -o-transform: scale3d(1.2, 1.2, 1.2);
}

.groups .item .media-heading {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.groups .item:hover .media-heading a {
    color: #EF8B04;
}

.img-responsive {
    width: 100%;
    height: auto
}

.team .people {
    border: 1px solid #eee;
    text-align: center;
}

.team .people:hover {
    background: whitesmoke
}

.team .people .name {
    color: #333;
}

.team .people .social {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.team .people .social li {
    list-style: none;
    display: inline-block;
    font-size: 25px;
    margin: 2px;
}

footer#main {
    background: url(images/clipart6.jpg);
    color: whitesmoke;
}

.page-heading {
    color: white;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center;
}

.page-heading .title {
    font-size: 50px;
    font-family: 'Open Sans';
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin-top: 30px;
    color: #EF8B04;
}

.breadcrumbs {
    margin-top: 10px;
    color: whitesmoke;
}

.breadcrumbs a {
    color: whitesmoke;
}

.breadcrumbs span {
    color: white;
}

#primary ul,
#primary ol {
    margin-left: 20px;
    margin-top: 5px;
}

#primary table {
    margin-bottom: 10px;
}

#primary table td,
#primary table th {
    border: 1px solid #ddd;
    padding: 7px;
}

#primary .content img {
    max-width: 100%;
    height: auto
}

aside#main .widget {
    margin-bottom: 30px
}

aside#main .widget .title,
.news.related .title {
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 27px;
    position: relative;
    color: #333;
    border-bottom: 1px solid;
    padding-bottom: 7px;
}

aside#main .widget .title:after,
.news.related .title:after {
    content: '';
    display: block;
    width: 70%;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 2px;
}

aside#main .widget_recent_entries li {
    list-style: none;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
    font-size: 15px;
}

aside#main .widget_recent_entries li .post-date {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    color: #999
}

aside#main .widget_practice_area_widget li {
    list-style: none;
    margin-bottom: 7px;
}

aside#main .widget_practice_area_widget li .fa {
    margin-right: 5px;
}

aside#main .widget_practice_area_widget li.active a {
    font-weight: bold;
    color: #EF8B04
}

.practice.related,
.news.related ul {
    border-top: 1px dashed #ccc;
    margin-left: 0 !important;
    margin-top: 20px !important;
    padding-top: 10px
}

.news.related {
    margin: 20px 0;
}

.news.related ul {
    border: none;
    padding-top: 0
}

.practice.related li {
    list-style: none;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.practice.related li.active a {
    color: #EF8B04
}

.practice.related li .fa {
    margin-right: 5px;
}

.news.related img {
    width: 100px;
    height: auto;
}

#lang_sel_list {
    position: absolute;
    right: 10px;
    top: 5px;
}

#clients .grid .item {
    padding: 5px;
}

#clients .grid {
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

#clients .container {
    padding-left: 5px;
    padding-right: 5px
}

.article-listing .media {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.article-listing .media:last-child {
    border-bottom: none
}

.socialbartransparent {
    background-color: transparent;
    margin: 0;
    padding: 18px 0;
    list-style: none;
}

.socialbartransparent li {
    display: inline-block;
}

.socialbartransparent li a .fa {
    display: block;
    color: white;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.13);
    line-height: 30px;
}

.socialbartransparent a:hover .fa-facebook {
    background-color: #3b67ea
}

.socialbartransparent a:hover .fa-twitter {
    background-color: #2ec3f5
}

.socialbartransparent a:hover .fa-linkedin {
    background-color: #007ab5
}

.socialbartransparent a:hover .fa-google-plus {
    background-color: #df4b38
}

.contacttb {
    color: white;
    font-size: 14px;
    padding-top: 22px;
    text-align: right;
    font-weight: bold;
}

.contacttb a{
    color: white !important
}

#banner .content {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
}

#banner .content img {
    height: 75px;
    margin-bottom: 50px;
}

#banner .content .text {
    font-size: 29px;
    line-height: 40px;
    font-weight: bold;
    color: white;
    margin-top: 100px;
}

#banner .wpcf7 {
    width: 400px;
    float: right;
    position: relative;
    background: white;
    padding: 25px;
    border-radius: 5px;
    overflow: hidden;
}

#banner .wpcf7:before,
#banner .wpcf7:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 50%;
    background: #9F2481;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 0;
}

#banner .wpcf7:after {
    background: #F7941E;
    right: 0;
    left: inherit;
    border-radius: 0 5px 0 0;
}

#banner .wpcf7 input,
#banner .wpcf7 textarea {
    padding: 10px 20px 10px 20px;
    width: 100%;
    border: none;
    border: 1px solid #eee;
    border-bottom: 2px #4d4f50 solid;
    outline: none;
    font-size: 15px;
    background: #F8F8F8;
    color: #F7941E;
    line-height: 24px;
}

#banner .col-xs-6:first-child {
    padding-right: 0;
}

#banner .col-xs-6 input {
    border-radius: 0 5px 0 0
}

#banner .col-xs-6:first-child input {
    border-right: none;
    border-radius: 5px 0 0 0
}

#banner .col-xs-6:last-child {
    padding-left: 0;
}

#banner .wpcf7 input:focus,
#banner .wpcf7 textarea:focus {
    border-bottom-color: #9F2481
}

#banner .wpcf7 textarea {
    height: 100px;
    border-radius: 0 0 5px 5px;
    resize: none
}

#banner h4 {
    font-size: 26px;
    color: #171b21;
    text-transform: uppercase;
    font-family: 'Open Sans';
    text-align: center;
    margin-bottom: 20px;
}

.btn-nd {
    color: #FFF !important;
    border-width: 0 !important;
    border-radius: 150px !important;
    background: #9F2481 !important;
    background: -webkit-gradient(linear, left top, right top, from(#9F2481), to(#F7941E)) !important;
    background: -webkit-linear-gradient(left, #9F2481 0%, #F7941E 100%) !important;
    background: -moz-linear-gradient(left, #9F2481 0%, #F7941E 100%) !important;
    background: linear-gradient(to right, #9F2481 0%, #F7941E 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9F2481', endColorstr='#F7941E', GradientType=1) !important;
    background-position: 0 0, 100% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    text-transform: uppercase;
}

#banner .btn-nd {
    padding: 12px 30px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 10px;
    outline: none;
}

.btn-nd:hover {
    background: #F7941E !important
}

#statistic {
    margin-top: -100px;
}

#statistic .row {
    margin: 0;
}

#statistic .stats {
    padding: 0
}

#statistic * {
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
}

#statistic .stats .content {
    padding: 40px 40px 20px 40px;
    text-align: center;
    color: #FFF;
    background: #F7941E
}

#statistic .stats.client .content{
    background: #EB8E1F;
}

#statistic .stats.project .content{
    background: #FF9E2A;
}

#statistic .stats .fa {
    font-size: 60px;
    display: block;
    color: rgba(255, 255, 255, 0.68);
}

#statistic .stats .counter {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
}

#statistic .stats small {
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0;
    display: block;
    font-weight: 300
}

#statistic .stats .detail {
    font-size: 14px;
    height: 0;
    line-height: 25px;
    overflow: hidden;
}

#statistic .stats .detail:before {
    content: '';
    display: block;
    width: 30px;
    border-top: 2px solid white;
    margin: 30px auto;
}

#statistic .stats:hover .content {
    background: #9F2481;
    margin-top: -120px;
}

#statistic .stats:hover .detail {
    height: 120px;
}

#why_us {
    position: relative;
    text-align: center;
    padding: 60px 0 0 0;
    padding-top: 100px
}

#why_us .beninside {
    height: 860px;
    background: url(images/benefits.jpg) center bottom #f2f2f3 no-repeat;
    background-size: cover;
}

#why_us .container {
    position: relative
}

#why_us .why {
    height: 410px;
    width: 410px;
    position: absolute;
    top: 105px;
    left: -webkit-calc(50% - 205px);
    left: -moz-calc(50% - 205px);
    left: calc(50% - 205px);
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 70px;
    display: block;
}

#why_us .rhombus {
    position: absolute;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#why_us .container div {
    margin: auto;
    z-index: 99;
}

.beniconsize1 {
    height: 210px;
    width: 210px;
    top: 25px;
    left: 260px;
}

.beniconsize2 {
    height: 240px;
    width: 240px;
    top: 0;
    right: 30px;
}

.beniconsize3 {
    height: 220px;
    width: 220px;
    top: 390px;
    left: 20px;
}

.beniconsize4 {
    height: 210px;
    width: 210px;
    top: 550px;
    left: 340px;
}

.beniconsize5 {
    height: 230px;
    width: 230px;
    top: 550px;
    right: 70px;
}

.imgbgr {
    z-index: -1;
    position: absolute;
    left: -50px;
    top: -50px;
    visibility: visible;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    max-width: 100%;
    height: auto;
}

.bico {
    height: 100%;
    width: 100%;
    padding-top: -webkit-calc(50% - 50px);
    padding-top: -moz-calc(50% - 50px);
    padding-top: calc(50% - 50px);
}

.beniconblock {
    text-align: center;
    display: block;
    visibility: visible;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
}

.beniconblock img,
.beniconblock b {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    -moz-transform: scale(0.66);
    transform: scale(0.66);
    line-height: 0;
}

.beniconblock b {
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
    text-transform: uppercase;
    display: block;
}

.tralign {
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.why .headinginfo {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
}

.bluebgr {
    background-color: rgba(159,36,129,1);
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
}

.rhombus:hover .bluebgr {
    background-color: rgba(159,36,129,0.8);
}

.greenbgr {
    background-color: rgba(239,139,4,0.8);
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    transition: all 600ms;
}

.rhombus:hover .greenbgr {
    background-color: rgba(239,139,4,1);
}

#why_us .heading small{
    max-width: inherit;
}

.map-info h2{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.map-info strong {
    font-size: 55px;
    color: #EF8B04;
    margin: 40px 0 30px 0;
    display: block;
    line-height: 55px;
}

.map-info strong a{
    color: #EF8B04 !important
}

.map-info p{
    font-size: 16px;
    margin-bottom: 15px;
}

#footermap iframe{
    width: 100%;
    height: 500px;
    margin: 0;
    line-height: 0;
}

#footermap{
    position: relative;
    line-height: 0;
}

#footermap:before{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.86);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.gcontact{
    position: relative;
    padding: 0;
}

.contactus .map-info{
    position: absolute;
    top: 0;
    right: 20px;
    padding: 40px;
}

.contactus .map-info .btn{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 14px 30px;
    margin-top: 10px;
}

.socialbottom .socialbartransparent{
    text-align: center;
    margin-top: 50px
}

.socialbottom .socialbartransparent li a .fa{
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    margin: 5px;
}

footer#main .bottom{
    background: #EF8B04;
    padding: 20px 0;
    font-size: 15px;
}

footer#main .see{
    color: whitesmoke
}

#services .row{
    margin: 0;
    margin-bottom: 100px
}

#services .item{
    padding: 40px;
    color: white;
    background: #F7941E;
    height: 350px;
}

#services .item .readmore{
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    visibility: hidden;
}

#services .item:hover .readmore{
    text-decoration: underline;
    visibility: visible;
}

#services .item .fa{
    font-size: 60px;
    padding-right: 10px;
}

#services .item .media-heading a{
    text-transform: uppercase;
    color: white;
    line-height: 25px;
    margin-bottom: 15px;
    display: block;
}

span.wpcf7-not-valid-tip{
    display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok{
    border: none !important;
    margin: 5px 0 !important;
    color: #FF9E2A
}

.wpcf7-not-valid{
    border-bottom-color: #9F2481 !important
}

#map{
    margin-top: -20px
}