html, body{
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    /*background: #ffffff url("../images/pattern.png") repeat;*/
    background: #ffffff url("../images/pattern-a70.png") repeat;
}

a {
    color: #94ba37;
    text-decoration: none;
}
a:hover, a:focus {
    color: #10161c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bold {
    font-weight: bold;
}
.lowercase{
    text-transform: lowercase;
}
.uppercase{
    text-transform: uppercase;
}
.btn-df-default {
    color: #ffffff;
    background-color: #94ba37;
    border-color: #77962a;
}
.btn-df-default:hover,
.btn-df-default:focus, .btn-df-default:active,
.btn-df-default.active, .open > .dropdown-toggle.btn-df-default {
    color: #ffffff;
    background-color: #88ae2a;
    border-color: #77962a;
}

/* Page */
.wrapper {
    overflow: hidden;
}

/* Header */
.header {
    background: #ffffff;
}
.header:before, .header:after {
    content: " ";
    display: table;
}
.header:after {
    clear: both;
}
.header.sticky .nav-wrapper.nav-wrapper-fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
.header.sticky .nav-wrapper.active + .sticky-holder {
    height: 72px;
}
/* Header -> TopBar */
.top-bar {
    border-bottom: 1px solid rgba(209, 215, 194, 1);
    color: #10161c;
}
.top-bar:before, .top-bar:after {
    content: " ";
    display: table;
}
.top-bar:after {
    clear: both;
}
.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar ul li {
    display: inline-block;
}
.top-bar ul li:first-child {
    padding-left: 0px;
}
.top-bar ul.contacts {
    margin-left: -6px;
}
.top-bar a {
    color: inherit;
    text-decoration: none;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.top-bar a:hover, .top-bar a:focus {
    color: #94ba37;
}
.top-bar .fa {
    font-size: 15px;
    padding: 12px 8px;
}
.top-bar .left-widget:before, .top-bar .left-widget:after, .top-bar .right-widget:before, .top-bar .right-widget:after {
    content: " ";
    display: table;
}
.top-bar .left-widget:after, .top-bar .right-widget:after {
    clear: both;
}
.top-bar .left-widget > *, .top-bar .right-widget > * {
    float: left;
}
.top-bar .right-widget > * {
    margin-left: 30px;
}
.top-bar .left-widget > * {
    margin-right: 30px;
}
.top-bar .container {
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.top-bar .container:before, .top-bar .container:after {
    content: " ";
    display: table;
}
.top-bar .container:after {
    clear: both;
}
.top-bar .close {
    color: #292929;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    display: none;
    padding-left: 50px;
    padding-right: 50px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    float: none;
}
@media (max-width: 630px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .container {
        height: 0;
        overflow: hidden;
    }
    .top-bar .left-widget, .top-bar .right-widget {
        float: none;
        width: 100%;
    }
    .top-bar .left-widget > *, .top-bar .right-widget > * {
        margin: 0;
        width: 100%;
    }
    .top-bar .left-widget {
        margin-top: 10px;
    }
    .top-bar ul.contacts li {
        display: block;
    }
    .top-bar .text .fa {
        padding-left: 0;
    }
    .top-bar .close {
        display: block;
    }
    .top-bar.open .container {
        height: auto;
    }
    .top-bar.open .close:before {
        content: "\f077";
    }
}
/* Header -> Navigation Wrapper */
.nav-wrapper {
    background-color: #ffffff;
    position: relative;
}
.nav-wrapper:after {
    background-color: rgba(209, 215, 194, 1);
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}
.nav-wrapper .container, .nav-wrapper .navbar-header  {
    height: 75px;
}
/* Header -> Navigation Wrapper -> Logo */
.nav-wrapper .logo {
    display: table;
    width: 67px;
    height: 100%;
    float: left;
    padding: 0px;
    font-size: 18px;
}
.nav-wrapper .logo a {
    display: table-cell;
    vertical-align: middle;
}
.nav-wrapper .logo img {
    width: 100%;
}
/* Header -> Navigation Wrapper -> Togglers */
.navbar-toggle {
    margin-right: 7px;
    padding: 6px;

    border-radius: 4px;
    height: 27px;
    margin-top: 0;
    position: relative;
    top: 22px;
    float: right;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
    width: 16px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
.navbar-search {
    background: none;
    border: none;
    color: #fff;
    float: right;
    font-size: 18px;
    margin-top: 28px;
    outline: none;
}
@media (min-width: 768px) {
    .navbar-search {
        color: #292929;
        font-size: 13px;
        margin-left: 30px;
    }
    .navbar-search:hover {
        color: #94ba37;
    }
}
@media (max-width: 767px) {
    .navbar-toggle,
    .navbar-search {
        border-radius: 4px;
        height: 27px;
        margin-top: 0;
        position: relative;
        top: 22px;
    }
}
@media (max-width: 767px) {
    .navbar-toggle,
    .navbar-search {
        background-color: #94ba37;
        color: #1d242c;
    }
    .navbar-toggle .icon-bar {
        background-color: #1d242c;
    }
    .navbar-toggle:hover,
    .navbar-search:hover {
        background-color: #1d242c;
        color: #94ba37;
    }
    .navbar-toggle:hover .icon-bar {
        background-color: #94ba37;
    }
}
/* Header -> Navigation Wrapper -> Navigation */
.navigation {
    border: none;
    display: block;
    float: right;
    margin: 0px;
    /*opacity: 1;*/
    /*transition: opacity 1s ease-out;*/
}
.navigation:before, .navigation:after {
    content: " ";
    display: table;
}
.navigation:after {
    clear: both;
}
.navigation.navbar-collapse.in {
    overflow-y: inherit;
}
@media (max-width: 767px) {
    .navigation {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        display: none;
        position: relative;
        width: 100%;
        /*opacity: 0;*/
    }
    .navigation:after, .navigation:before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        content: " ";
        display: block;
        width: 15px;
        position: absolute;
        bottom: -1px;
        top: 0;
    }
    .navigation:before {
        left: -15px;
    }
    .navigation:after {
        right: -15px;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid >.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
    /*.navigation.open.collapse.in{*/
        /*opacity: 1;*/
    /*}*/
}
.navigation ul {
    list-style: none;
    padding: 0;
}
.navigation > ul a {
    color: #10161c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 3px 0;
    padding: 5px 0;
    overflow: hidden;
    text-decoration: none;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.navigation > ul a:hover, .navigation > ul a:focus, .navigation > ul li.active > a {
    color: #94ba37;
}
.navigation > ul > li > a {
    text-transform: uppercase;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.navigation > ul > li > a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.navigation > ul > li > a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.navigation > ul > li > a:after {
     /*content: "";
     position: absolute;
     width: 0%;
     height: 3px;
     bottom: -6px;
     background-color: #30beb4;
     left:50%;
     right: 0px;
     transition: all .3s ease-in-out 0s;
     -webkit-transition: all .3s ease-in-out 0s;
     -moz-transition: all .3s ease-in-out 0s;
     -o-transition: all .3s ease-in-out 0s;*/
 }
.navigation > ul > li > a:hover:after {
    /*left: 0;
    width: 100%;*/
}
.navigation > ul > li > a:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.navigation .sub-menu {
    margin-left: 20px;
    z-index: 102;
}
.navigation .sub-menu:before {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -5px;
    right: 0;
}
.navigation .sub-menu li {
    color: red;
    list-style: square;
}
@media (min-width: 768px) {
    .navigation.description > ul {
        margin: 21px -10px 0 0;
    }
    .navigation.description > ul > li {
        height: 50px;
    }
    .navigation > ul {
        margin: 27px -10px 0 0;
    }
    .navigation > ul > li {
        height: 45px;
        float: left;
        margin: 0 10px;
        position: relative;
    }
    .navigation > ul > li.has-children:hover > .sub-menu, .navigation > ul > li .sub-menu .sub-menu {
        height: auto;
    }
    .navigation > ul > li:hover > .sub-menu, .navigation > ul > li .sub-menu .sub-menu {
        border-top: 1px solid #f6f6f6;
    }
    .navigation > ul > li > a {
        display: inline-block;
        margin: 0;
        /*padding: 30px 10px;*/
        padding: 0px 10px;
    }
    .navigation > ul > li > span {
        cursor: pointer;
        color: #a9a9a9;
        display: block;
        font-size: 9px;
        text-transform: uppercase;
        padding: 3px 10px;
    }
    .navigation .sub-menu {
        background-color: #fff;
        border-left: 1px solid #f6f6f6;
        border-right: 1px solid #f6f6f6;
        height: 0;
        overflow: hidden;
        padding: 0;
        margin-left: -102px;
        position: absolute;
        left: 50%;
        top: 100%;
        width: 204px;
        -moz-transition: height 0.3s;
        -webkit-transition: height 0.3s;
        -o-transition: height 0.3s;
        transition: height 0.3s;
    }
    .navigation .sub-menu a {
        display: block;
        padding: 6px 24px;
    }
    .navigation .sub-menu li {
        list-style: none;
    }
    .navigation .sub-menu li:first-child {
        margin-top: 14px;
    }
    .navigation .sub-menu li:last-child {
        margin-bottom: 14px;
    }
    .navigation .sub-menu .has-children {
        position: relative;
    }
    .navigation .sub-menu .has-children:hover > .sub-menu {
        display: block;
    }
    .navigation .sub-menu .has-children:before {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 14px;
        margin-top: -9px;
        position: absolute;
        right: 14px;
        top: 50%;
    }
    .navigation .sub-menu .sub-menu {
        display: none;
        left: 100%;
        margin-left: 0;
        margin-top: -15px;
        overflow: visible;
        top: 0;
    }
    .navigation > ul > li:hover > .sub-menu, .navigation > ul > li .sub-menu .sub-menu {
        border-bottom: 1px solid rgba(209, 215, 194, 1);;
    }
}
@media (max-width: 992px) {
    .navigation > ul > li > span {
        display: none;
    }
    .navigation > ul > li > a {
        /*padding: 15px 4px;*/
        padding: 0px 4px;
        margin: 20px 0px;
        height: 1.2em;
    }
}
@media (max-width: 992px) and (min-width: 786px) {
    .navigation.description > ul {
        margin: 27px -10px 0 0;
    }
    .navigation.description > ul > li {
        height: 45px;
    }
    .navigation > ul > li > a {
        /*padding: 15px 4px;*/
        padding: 0px 4px;
        margin: 0px;
    }
}
/* Footer */
.footer {
    background-color: #1b2229;
    color: #fff;
    line-height: 1.9em;
    margin-top: 70px;
}
.footer .widget-title {
    color: inherit;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.footer a:hover, .footer a:focus {
    color: #94ba37;
}
.footer > .container {
    padding-top: 69px;
    padding-bottom: 62px;
}
.footer > .container + .container {
    padding-top: 0;
}
.footer .widget-title {
    font-size: 17px;
    margin-top: -6px;
    margin-bottom: 38px;
    text-transform: uppercase;
}
.footer img {
    margin-bottom: 32px;
}
.footer .row > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer .row > div > ul.social {
    margin-top: 40px;
    font-size: 18px;
}
@media (max-width: 992px) {
    .footer .row > div + div {
        margin-top: 50px;
    }
}
.footer .menu {
    margin: 0;
    padding: 0;
}
.footer .menu a {
    display: block;
}
.footer .menu li + li {
    margin-top: 9px;
}
.footer .copyright-footer {
    background-color: #101821;
    color: #a6a8a9;
}
.footer .copyright-footer > .container {
    padding-top: 22px;
    padding-bottom: 22px;
}
@media (max-width: 992px) {
    .footer .copyright-footer .text-right {
        text-align: left;
    }
    .footer .copyright-footer .col-md-6 + .col-md-6 {
        margin-top: 20px;
    }
}
.footer .contact-info li {
    margin-bottom: 7px;
}
.footer .contact-footer *:first-child {
    margin-top: 45px;
}
.footer .contact-footer h2, .footer .contact-footer h3 {
    color: inherit;
    text-transform: none;
    margin: 0;
}
.footer .contact-footer h2 {
    font-size: 34px;
}
.footer .contact-footer h3 {
    font-size: 26px;
}
.footer .recent-posts li:before, .footer .recent-posts li:after {
    content: " ";
    display: table;
}
.footer .recent-posts li:after {
    clear: both;
}
.footer .recent-posts li + li {
    margin-top: 9px;
}
/* Footer -> Tag Cloud */
.footer .tagcloud {
    margin: -1px;
}
.footer .tagcloud:before, .footer .tagcloud:after {
    content: " ";
    display: table;
}
.footer .tagcloud:after {
    clear: both;
}
.footer .tagcloud a {
    background-color: #2f3133;
    color: #fff;
    float: left;
    margin: 1px;
    padding: 5px 15px;

    -moz-transition: background-color 0.3s, color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.footer .tagcloud a:hover {
    background-color: #94ba37;
    color: #1d242c; /* !important*/
}
/*.footer .recent-posts span:before {
    content: "/";
    margin: 0 6px;
}*/

/* Section -> Block Banner Icons */
.block-banners {
    /*margin: 85px 0px 58px;*/
    margin: 52px 0px 58px;
}
.icon {
    text-align: center;
}
.icon > a {
    display: block;
    text-decoration: none;
}
.icon:hover {
    /*-webkit-animation-name: bounce;*/
    /*animation-name: bounce;*/
    /*-webkit-animation-duration: 1s;*/
    /*animation-duration: 1s;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
}
.icon > a:before, .icon > a:after {
    content: " ";
    display: table;
}
.icon > a:after {
    clear: both;
}
.icon a .fa, .icon a .dft {
    border-radius: 3px;
    background-color: #94ba37;
    color: #1d242c;
    height: 71px;
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
    width: 71px;
    /*-webkit-transform: rotate3d(0,100,0,0deg);*/
    /*transform: rotate3d(0,100,0,0deg);*/
    /*-webkit-transition: none;*/
    /*transition: none;*/
}
.icon a:hover .fa, .icon a:hover .dft {
    background-color: #1d242c;
    color: #94ba37;
    /*-webkit-transform: rotate3d(0,100,0,360deg);*/
    /*transform: rotate3d(0,100,0,360deg);*/
    /*-webkit-transition: transform .6s ease-in-out;*/
    /*transition: transform .6s ease-in-out;*/
}
.icon a .dft {
    font-size: 36px;
    padding: 18px 0px;
}
.icon a h2{
    color: #10161c;
}
.icon a:hover h2{
 color: #94ba37;
}
.icon .fa, .icon .dft, .icon h2 {
    -moz-transition: color 0.4s, background-color 0.4s;
    -webkit-transition: color 0.4s, background-color 0.4s;
    -o-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
}
.icon h2 {
    font-size: 17px;
    margin: 0;
    padding-top: 23px;
    text-transform: uppercase;
}
.icon p {
    line-height: 1.75em;
    margin: 15px 0 0;
    color: #727272;
}
@media (min-width: 992px) {
    .services .row:first-child .icon-grid {
        margin-top: 0px;
    }
    .services .row .icon-grid {
        margin-top: 45px;
    }
}

@media (max-width: 992px) {
    .icon {
        margin: 0px 0 20px;
    }
    .services .row:first-child .icon-grid {
        margin-top: 0px;
    }
}
.icon.icon-grid .fa, .icon.icon-grid .dft {
    background: none;
    height: auto;
    padding: 0;
    color: #94ba37;
    text-align: center;
}
.icon.icon-grid a:hover .fa,
.icon.icon-grid a:hover .dft{
    color: #10161c;
    background: none;
    height: auto;
    padding: 0;
}
.icon.icon-grid .fa {
    font-size: 29px;
}
.icon.icon-grid h2 {
    padding-top: 23px;
    text-transform: uppercase;
}
.icon.icon-grid h3 {
    font-size: 14px;
    margin-top: 6px;
    text-transform: none;
    color: #bfbfbf;
}
.icon.icon-grid p {
    margin-top: 7px;
}
.icon.icon-left {
    text-align: left;
}
.icon.icon-left .fa,
.icon.icon-left .dft,
.icon.icon-left a:hover .fa,
.icon.icon-left a:hover .dft {
    /*text-align: left;*/
}
.icon.icon-left span, .icon.icon-left div {
    float: left;
}
.icon.icon-left div {
    padding-left: 10px;
}
.icon.icon-right {
    text-align: right;
}
.icon.icon-right .fa, .icon.icon-right a:hover .fa,
.icon.icon-right .dft, .icon.icon-right a:hover .dft {
    text-align: right;
}
.icon.icon-right span, .icon.icon-right div {
    float: right;
}
.icon.icon-right div {
    padding-right: 10px;
}
.icon.icon-left .fa, .icon.icon-left a:hover .fa, .icon.icon-right .fa, .icon.icon-right a:hover .fa,
.icon.icon-left .dft, .icon.icon-left a:hover .dft, .icon.icon-right .dft, .icon.icon-right a:hover .dft {
    width: 15%;
}
.icon.icon-left span, .icon.icon-left div, .icon.icon-right span, .icon.icon-right div {
    width: 85%;
}
.icon.icon-left h2, .icon.icon-right h2 {
    padding-top: 0;
}
@media (max-width: 768px) {
    .icon.icon-left, .icon.icon-right {
        text-align: center;
    }
    .icon.icon-left .fa, .icon.icon-left a:hover .fa, .icon.icon-right .fa, .icon.icon-right a:hover .fa,
    .icon.icon-left .dft, .icon.icon-left a:hover .dft, .icon.icon-right .dft, .icon.icon-right a:hover .dft {
        margin-bottom: 10px;
        text-align: center;
    }
    .icon.icon-left span, .icon.icon-left div, .icon.icon-right span, .icon.icon-right div {
        float: none;
        padding: 0;
        width: 100%;
    }
}

/* Elements -> Heading */
.heading {
    text-align: center;
    position: relative;
}
.heading span:first-child,
.heading span.title {
    color: #10161c;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(209, 215, 194, 1);
    display: inline-block;
    padding: 0 58px 20px;
}
.heading span.subtitle {
    border-bottom: none;
    color: #10161c;
    display: inline-block;
    text-transform: none;
}
@media (max-width: 480px) {
    .heading span {
        padding-left: 24px;
        padding-right: 24px;
    }
}
h1.heading {
    font-size: 19px;
}
h2.heading {
    font-size: 17px;
}
h3.heading {
    font-size: 15px;
}
h4.heading {
    font-size: 12px;
}
.thumbnail-overlay{
    background:rgb(0,0,0);
    background: transparent\9;
    background:rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f000000,endColorstr=#4f000000);
    zoom: 1;
    overflow: hidden;
}
.thumbnail-overlay:nth-child(n) {
    filter: none;
}
.thumbnail-overlay > div.aligment > div.aligment {
    vertical-align: top !important;
    text-align: left !important;
    padding: 20px !important;
}
.thumbnail-overlay > div.aligment .media-box-title,
.thumbnail-overlay > div.aligment .media-box-date,
.thumbnail-overlay > div.aligment .media-box-text{
    color: #94ba37;
    font-family: Arial, sans-serif;
    font-weight: normal;
}
.thumbnail-overlay > div.aligment .media-box-title {
    text-transform: uppercase;
    font-size: 21px;
}
.thumbnail-overlay > div.aligment .media-box-date {
    font-size: 12px;
}
.media-boxes-no-more-entries {
    display: none;
}

.thumbnail-overlay > div.aligment .media-box-text {
    max-height: 71px;
    overflow: hidden;
}


/* Section -> Partners Logos */
.partners-panel {
    margin-top: 68px;
}
.partners-panel .logos {
    border: 1px solid #e5e5e5;
    border-style: solid none;
    display: table;
    max-width: 910px;
    margin: 10px auto;
    padding: 25px 0;
}
.partners-panel .logos:before, .partners-panel .logos:after {
    content: " ";
    display: table;
}
.partners-panel .logos:after {
    clear: both;
}
.partners-panel .logos.logos-5 li {
    width: 20%;
}
.partners-panel .logos li {
    display: table-cell;
    list-style: none;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}
.partners-panel .logos a {
    -webkit-backface-visibility: hidden;
    display: block;
    position: relative;
}
.partners-panel .logos a:hover .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.partners-panel .logos .hover {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    width: 100%;
}
@media (max-width: 580px) {
    .partners-panel .logos li, .partners-panel .logos.logos-5 li {
        display: block;
        height: 30px;
        float: left;
        margin: 15px 0;
        width: 50%;
    }
}
@media (max-width: 500px) {
    .partners-panel .logos li, .partners-panel .logos.logos-5 li {
        display: block;
        height: auto;
        float: none;
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 350px) {
    .partners-panel .logos li, .partners-panel .logos.logos-5 li {
        height: auto;
        width: 100%;
    }
    .partners-panel .logos li + li, .partners-panel .logos.logos-5 li + li {
        margin-top: 30px;
    }
}
/**/

/* Slider */
.slider-container {
    width: 100%;
    position: relative;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.slider-container .primary {
    color: #ffffff;
    font-size: 60px;
}
.page-heading {
    background: transparent url("../images/slider-subheader.jpg");
    background-size: cover;
    height: 100px;
    min-height: 100px;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045);
    font-size: 14px;
    margin-bottom: 47px;
    padding: 38px 0 33px 0;
}

.page-heading h1 {
    color: #ffffff;
    font-size: 24px;
    float: left;
    margin: 0;
    text-transform: none;
}

.content p {
    color: #727272;
    line-height: 1.7em;
    margin: 0 0 9px;
}
/* Elements List */
.list {
    list-style: none;
    /*margin: 0;*/
    padding-left: 0;
    margin: 15px 0 0 20px;
}
h3 + .list,
h4 + .list {
    margin: 30px 0 20px 0;
}
h3 + .row .list,
h4 + .row .list {
    margin: 15px 0 20px 0;
}
.list.square li:before {
    content: "\f0c8";
}
.list.circle li:before {
    content: "\f111";
}
.list.circle-arrow li:before {
    content: "\f138";
}
.list.hand li:before {
    content: "\f087";
}
.list.triangle li:before {
    content: "\f0da";
}
.list.arrow li:before {
    content: "\f061";
}
.list.circle-check li:before {
    content: "\f058";
}
.list li:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: -1px;
    color: #94ba37;
}
.list li + li {
    margin-top: 12px;
}
ol.list {
    list-style: decimal;
    padding-left: 19px;
}
ol.list li {
    padding-left: 7px;
}
ol.list li:before {
    display: none;
}
/* Elements Tabs */
.col-2-5 {
    width: 16.5%;
}
@media (max-width: 992px) {
    .col-2-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.col-9-5 {
    padding-right: 40px;
    width: 83.5%;
}

.col-2-5 + .col-9-5 {
    padding-left: 40px;
    padding-right: 0;
}
@media (max-width: 992px) {
    .col-2-5 + .col-9-5 {
        padding: 0;
    }
}

.col-2-5, .col-9-5 {
    float: left;
}
@media (max-width: 992px) {
    .col-2-5, .col-9-5 {
        width: 100%;
    }
}

.tab-pane, .nav-tabs {
    margin: 0 auto;
    max-width: 980px;
}
.tab-pane h3 {
    margin-top: 0px;
}
.tabs-7 li {
    text-align: center;
    width: 14.49%;
}
.tabs-7 li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-tabs {
    border-color: #ececec;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .nav-tabs.vertical {
        border: 1px solid #d1d7c2;
        border-style: none solid none none;
        padding-bottom: 1px;
        /*14*/
    }
    .nav-tabs.vertical li {
        border: 1px solid transparent;
        border-right: none;
        border-bottom: 1px solid #d1d7c2;
        float: none;
        margin: -1px 0;
        text-align: right;
        width: 100%;
    }
    .nav-tabs.vertical li.active, .nav-tabs.vertical li.active:last-child {
        border-bottom: 1px solid #d1d7c2;
    }
    .nav-tabs.vertical li.active:after, .nav-tabs.vertical li.active:last-child:after {
        bottom: -1px;
        left: -1px;
        height: auto;
        position: absolute;
        right: auto;
        top: -1px;
        width: 9px;
        z-index: 9;
    }
    .nav-tabs.vertical li:last-child {
        border-bottom-color: transparent;
    }
}
.nav-tabs > li {
    border: 1px solid transparent;
    border-bottom: none;
    border-right: 1px solid #d1d7c2;
    margin: 0 -1px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-tabs > li .fa {
    text-indent: 14px;
}
.nav-tabs > li:last-child {
    border-right: transparent;
}
.nav-tabs > li > a {
    border: none !important;
    border-radius: 0;
    font-size: 14px;
    padding: 13px 24px 13px 15px;
    color: #292929
}
.nav-tabs > li > a:hover {
    background: none;
    color: #94ba37;
}
.nav-tabs > li.active:after {
    background-color: #94ba37;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.nav-tabs > li.active, .nav-tabs > li.active:last-child {
    border-color: #d1d7c2;
}
.nav-tabs > li.active:after, .nav-tabs > li.active:last-child:after {
    content: "";
    left: -1px;
    height: 9px;
    position: absolute;
    right: -1px;
    top: -9px;
}
@media (max-width: 992px) {
    .nav-tabs > li, .nav-tabs > li:last-child {
        margin: 0;
        float: none;
        text-align: left;
        width: 100%;
    }
    .nav-tabs > li, .nav-tabs > li:last-child {
        border: 1px solid #d1d7c2;
    }
    .nav-tabs > li {
        border-bottom: 0;
    }
    .nav-tabs > li .fa, .nav-tabs > li:last-child .fa {
        float: left;
        margin-top: 3px;
        margin-left: 0;
        margin-right: 24px;
    }
    .nav-tabs > li.active:after, .nav-tabs > li:last-child.active:after {
        bottom: -1px;
        left: -1px;
        height: auto;
        position: absolute;
        right: auto;
        top: -1px;
        width: 9px;
        z-index: 9;
    }
}

.tab-pane:before, .tab-pane:after {
    content: " ";
    display: table;
}
.tab-pane:after {
    clear: both;
}

.sidebar {

}
@media (max-width: 992px) {
    .sidebar {
        /*margin-top: 60px;*/
    }
}
.sidebar-widget:first-child .widget-title {
    margin-top: 0px;
}
.sidebar-widget {
    /*margin-bottom: 20px;*/
}
.sidebar-widget .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sidebar-widget + * {
    margin-bottom: 20px;
}
.sidebar-widget form {
    margin-bottom: 15px;
}
.grid-latest-project p {
    margin-top: 15px;
}
.grid-latest-project img {
    width: 254px;
    height: 169px;
}
/**/
.sidebar .menu {
    margin: 0;
    padding: 0;
}
.sidebar .menu li {
    list-style: none;
}
.sidebar .menu li.current-menu-ancestor a {
    color: #fff;
    padding: 8px 21px;
}
.sidebar .menu a {
    border-bottom: 1px solid #ebebeb;
    color: #848484;
    display: block;
    padding: 8px 0;
    position: relative;
}
.sidebar .menu a:after {
    content: "›";
    font-size: 17px;
    font-family: Georgia, serif;
    position: absolute;
    right: 11px;
    top: 3px;
}
/* Portfolio filter*/
.filter {
    padding: 0;
    text-align: left;
    margin-bottom: 35px;
}
.filter:before {
    color: #94ba37;
    content: "\f0b0";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 10px;
}
.filter li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
}
.filter li,
.filter li + li:before {
    margin-left: -1px;
    margin-right: 5px;
}
.filter li + li:before {
    content: "/";
}
.cbp-l-filters-text .cbp-filter-item{
    padding: 0 0px;
    margin: 0 0px;
}
.cbp-l-filters-text .cbp-filter-item + .cbp-filter-item:before {
    margin: 0 5px;
}
.cbp-l-filters-text .cbp-filter-item:first-child .cbp-filter-counter {
    left: -9px;
}
.cbp-l-filters-text .cbp-filter-item .cbp-filter-counter {
    left: 16px;
}
.filter a {
    background: none !important;
    border: none !important;
    outline: none !important;

    cursor: pointer;
    color: #10161c;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;

    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
}
.filter a.selected {
    color: #94ba37;
}
.filter a.selected:hover {
    cursor: default;
}
.filter a:hover {
    color: #94ba37;
}
.isotope {
    margin: 50px 0;
    padding: 0;
    width: 100%;
}
.isotope:before, .isotope:after {
    content: " ";
    display: table;
}
.isotope:after {
    clear: both;
}
.isotope li {
    display: block;
    float: none;
    width: 25%;
}
@media (max-width: 992px) {
    .isotope li {
        width: 50%;
    }
}
@media (max-width: 400px) {
    .isotope li {
        width: 100%;
    }
}

.classic.isotope {
    margin-left: -1.3%;
    width: 102.6%;
}
.classic.isotope header {
    overflow: hidden;
    position: relative;
}
.classic.isotope li {
    padding: 0 1.3% 25px 1.3%;
}
.classic.isotope li > h2 {
    margin-top: 14px;
    text-align: center;
    text-transform: none;
}

.random.isotope {
    margin-left: -15px;
    margin-right: -30px;
    width: auto;
}
@media (max-width: 768px) {
    .random.isotope {
        margin-right: -15px;
    }
}
.random.isotope li {
    height: 232px;
    width: 292px;
    padding: 15px;
}
@media (max-width: 1200px) {
    .random.isotope li {
        width: 242px;
    }
}
@media (max-width: 992px) {
    .random.isotope li {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .random.isotope li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .random.isotope li {
        width: 100%;
    }
}
.random.isotope li .inner {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.random.isotope li.width-2 {
    width: 584px;
}
@media (max-width: 1200px) {
    .random.isotope li.width-2 {
        width: 484px;
    }
}
@media (max-width: 992px) {
    .random.isotope li.width-2 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .random.isotope li.width-2 {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .random.isotope li.width-2 {
        width: 100%;
    }
}
.random.isotope li.height-2 {
    height: 463px;
}
@media (max-width: 992px) {
    .random.isotope li.height-2 {
        height: 232px;
    }
}
@media (max-width: 480px) {
    .random.isotope li.height-2 {
        height: 232px;
    }
}
/* Team */
.team .row .person {
    margin-bottom: 45px;
}
.person .userpic {
    margin-right: 17px;
    float: left;
}
.person .userpic .person-usrpic {
    border: 3px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}
.person .information {
    overflow: hidden;
}
.person .information p {
    margin-bottom: 0px;
}
.person .information .name {
    color: #10161c;
    margin-bottom: 11px;
    font-size: 15px;
    line-height: normal;
}
@media (min-width: 768px) and (max-width: 992px) {
    .person .userpic {
        margin-right: 0px;
    }
    .person .userpic,
    .person .information .name {
        float: none;
        text-align: center;
    }
    .person .information .name {
        margin: 11px 0;
    }
}
/* Contact */
.contact-info {
    margin: 0;
    padding: 0;
}
.contact-info .fa {
    font-size: 15px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    color: #94ba37;
}
.contact-info p {
    height: 5px;
    padding: 0;
}
.contact-info li {
    margin-bottom: 10px;
}
.contact-info li  a{
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
	text-decoration: none;
}
/* Contact form */
.contact-form:after {
    clear: both;
}
.contact-form .form-group {
    position: relative;
    padding-right: 0px;
}
.contact-form .form-control {
    border: 1px solid #d1d7c2;
}
.contact-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contact-form textarea {
    min-height: 140px;
}
.contact-buttons {
    margin-top: 20px;
    text-align: right;
}
.contact-buttons.text-left {
    text-align: left;
}
.contact-buttons .btn {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .contact-buttons .btn {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .contact-buttons .btn {
        margin-left: 0 !important;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
    }
}
.contact-buttons .btn + .btn {
    margin-left: 17px;
}
/* Maps */
.maps {
    height: 590px;
    z-index: 1;
}
.maps img {
    max-width: none;
}

.clamp:after  {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
}

.media-box .media-box-image .broken-image-here {
    background-color: #561b18;
}


/* Container */
.container-fluid {
    background: #FFFFFF;
    margin: 40px auto 10px;
    padding: 20px 40px 0;
    max-width: 960px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Thumbnail Box */
.caption h4 {
    font-size: 1rem;
    color: #444;
}
.caption p {
    font-size: 0.75rem;
    color: #999;
}
.btn.btn-mini {
    font-size: 0.63rem;
}


/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}
.thumbnails{
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
}
.thumbnail {
    border-radius: 0px;
}
.thumbnailColumn {
    padding-left: 10px;
    padding-right: 10px;
}
.portfolio-panel {
    border: 1px solid transparent;
    margin: 52px 0px 58px;
    /*background-attachment: fixed;*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url(../../assets/images/ourwork.jpg);*/
}
.img-thumbnail {
    border-radius: 0px;
}
.mfp-figure .mfp-close {
    background:none !important;
}

.bv-form .form-control-feedback {
    top:0;
}
/* padding-bottom and top for image */
/*.mfp-no-margins img.mfp-img {*/
    /*padding: 0;*/
/*}*/
/* position of shadow behind the image */
/*.mfp-no-margins .mfp-figure:after {*/
    /*top: 0;*/
    /*bottom: 0;*/
/*}*/
/* padding for main container */
/*.mfp-no-margins .mfp-container {*/
    /*padding: 0;*/
/*}*/


/* Testimonials */
.ls-wrapper{
    max-width: 900px !important;
}
.testimonials-wrapper {
    position: relative;
}

.testim #sliquid-wrapper {
    padding: 0px;
    margin: 0 auto;
}
.testim #sliquid-wrapper .liquid-slider {
    background: transparent;
}

.testimonials span {
    float: left;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../images/svg/quote_testimonials.svg");
    margin: 0 18px 50px 16px;
    text-indent: -9999px;
    width: 65px;
    height: 40px;
    background-size: 100%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.testimonials .panel-wrapper div {
    padding-left: 99px;
}

@media (max-width: 768px) {
    .testimonials span {
        width: 45px;
        height: 25px;
    }
    .testimonials .panel-wrapper div {
        padding-left: 80px;
        padding-right: 15px;
    }
}

.testimonials p {
    font: 13px/1.7em Arial;
    margin-bottom: 15px;
}

.testimonials strong {
    font: 12px Arial;
    text-transform: uppercase;
    color: #1b191c;
    font-style: italic;
}
.testimonials .panel-container {
    overflow: hidden;
}

.testimonials .panel-container .panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonials .panel-container .panel .panel-wrapper {
    padding: 0px 20px 20px 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*.testim {
        background: none;
    }

    .testim .coda-slider-wrapper .liquid-slider, .testim .coda-slider-wrapper .liquid-slider .panel {
        width: 607px;
    }

    .coda-slider-wrapper .liquid-slider .panel .panel-wrapper {
        padding: 20px 5px 20px 5px;
    }

    .testim .testimonials span {
        margin-left: 5px;
    }*/
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
   /*.testim {
       background: none;
   }

   .testim .coda-slider-wrapper .liquid-slider, .testim .coda-slider-wrapper .liquid-slider .panel {
        width: 470px;
   }

   .coda-slider-wrapper .liquid-slider .panel .panel-wrapper {
       padding: 20px 5px 20px 5px;
   }

   .testim .testimonials span {
        margin-left: 5px;
   }*/
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    /*.testim {
        background: none;
    }
    .testim .coda-slider-wrapper .liquid-slider, .testim .coda-slider-wrapper .liquid-slider .panel {
        width: 340px;
    }
    .testim #slider-id-wrapper .coda-nav-right, .testim #slider-id-wrapper .coda-nav-left {
        display: none;
    }
    .testimonials p {
        font: 14px/18px Arial;
    }*/
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 470px) {
    /*.testim {
        background: none;
    }
    .testim .coda-slider-wrapper .liquid-slider, .testim .coda-slider-wrapper .liquid-slider .panel {
        width: 346px;
    }
    .testim #slider-id-wrapper .coda-nav-right, .testim #slider-id-wrapper .coda-nav-left {
        display: none;
    }
    .testimonials p {
        font: 14px/18px Arial;
    }
    .testimonials .panel-container .panel .panel-wrapper {
        padding: 0px 18px 15px 0px;
    }*/
}

.testim .ls-nav-left,
.testim .ls-nav-right {
    position: absolute;
}
.testim .ls-nav-left {
    /*right: 65px;
    left: auto;*/
    left: 0px;
    top: 65px;
}
.testim .ls-nav-right {
    right: 15px;
    top: 65px;
}
.testim .ls-nav-right a,
.testim .ls-nav-left a {
    width: 22px;
    height: 31px;
    display: block;
    padding: 0;
    overflow: hidden;
    font-size: 27px;
    color: #d1d7c2;
    background-color: transparent;
}
.testim .ls-nav-right a:hover,
.testim .ls-nav-left a:hover {
    color: #727272;
    background-color: transparent;
}
/**/
.mfp-container,
.media-box,
.media-boxes-load-more-button,
.media-boxes-filter,
.media-boxes-drop-down-menu > li > a, .media-boxes-drop-down-header > a {
    font-family: inherit;
}
/**/
.portfolio2 .media-box.media-box-loaded:last-child .media-box-container{
    margin-bottom: 0px !important;
}
.portfolio2 .media-box.media-box-loaded .media-box-container:after{
    content: " ";
    position: absolute;
    height: 1px;
    width: 50%;
    left: 25%;
    bottom: 20px;
    background: #e5e5e5;
}
.portfolio2 .media-box.media-box-loaded:last-child .media-box-container:after{
    content: none;
}
.portfolio2 .media-box.media-box-loaded .media-box-container{
    padding-bottom: 5px;
}
.portfolio2 .macHolder {
    position: relative;
}
.portfolio2 .macHolder .lSAction > a {
    z-index: 999;
}
.portfolio2 .macHolder .outer-img-thumbnail,
.portfolio2 .deviceHolder .outer-img-thumbnail {
    overflow: hidden;
    position: absolute;
    width: 62% !important;
    top: 7%;
    bottom: 23%;
    left: 19%;
}
.portfolio2 .macHolder .img-thumbnail.inner-img-thumbnail,
.portfolio-ng .device-holder .img-thumbnail.inner-img-thumbnail {
    padding: 0;
    border: none;
    width: 100%;
}
/**/
.portfolio2 .deviceHolder .deviceHolderContent {
    overflow: hidden;
    position: absolute;
    width: 87% !important;
    top: 4.7%;
    bottom: 36%;
    left: 6.5%;
}
/*395px*/
.portfolio-ng {

}
.portfolio-ng .nav-tabs {
    margin-bottom: 10px;
    padding-top: 10px;
}
.portfolio-ng .nav-tabs li:first-child {
    margin: 0px
}
.portfolio-ng .nav-tabs li {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.portfolio-ng .nav-tabs li.active {
    border-left: 1px solid #d1d7c2;
    border-right: 1px solid #d1d7c2;
}
.portfolio-ng .nav-tabs li a .fa {
    font-size: 24px;
    text-indent: 10px;
    float: none;
}
@media (max-width: 992px) {
    .portfolio-ng .nav-tabs li:last-child .fa {
        float: none;
    }
}
/**/
/*.portfolio2 .media-box-container,
.portfolio-ng .media-box-container {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid red;
}*/
.portfolio-ng .device-holder {
    position: relative;
    /*min-height: 395px;*/
}
.portfolio-ng .device-holder .sp-horizontal .sp-arrows {
    margin-top: -65px;
}
.portfolio-ng .device-holder .sp-horizontal .sp-arrows .sp-arrow{
    background-image: none;
}

/**/
.device-display-template > div,
.device-tablet-template > div,
.device-phone-template > div {
    min-height: 368px;
}
.device-display-template .device-display-content {
    /*max-width: 544px;*/
    /*max-width: 548px;*/
    width: 422px;
    position: relative;
    margin: 0 auto;
    /*margin: 0 0 0 auto;*/
}
.device-display-template .device-display-content .device-display-bg {
    max-width: 100%;
    position: absolute;
    height: auto;
}
.device-display-template .device-display-content-slider {
    position: relative;
    /*padding: 3.7% 8.6% 24%;*/
    /*max-width: 508px;*/
    max-width: 548px;
    padding-top: 4%;
    /*padding-left: 0%;*/
    /*padding-right: 0%;*/
    padding-left: 3.9%;
    padding-right: 3.9%;
    padding-bottom: 30%;
    /*max-height: 236.84px;*/
    overflow: hidden;
    /*margin-left: 3.9%;*/
    /*margin-right: 3.9%;*/
}
/**/
/**/
.device-tablet-template .device-tablet-content {
    /*max-width: 340px;*/
    width: 340px;
    position: relative;
    margin: 0 auto;
}
.device-tablet-template .device-tablet-content .device-tablet-bg {
    max-width: 100%;
    position: absolute;
    height: auto;
}
.device-tablet-template .device-tablet-content-slider {
    position: relative;
    /*padding: 3.7% 8.6% 24%;*/
    max-width: 340px;
    padding-top: 7.6%;
    /*padding-left: 0%;*/
    /*padding-right: 0%;*/
    padding-left: 8.5%;
    padding-right: 8.5%;
    /*padding-bottom: 30%;*/
    padding-bottom: 64%;

    /*margin-left: 3.9%;*/
    /*margin-right: 3.9%;*/
}
/**/
/**/
.device-phone-template .device-phone-content {
    position: relative;
    margin: 0 auto;
}
.device-phone-template.iphone6.landscape .device-phone-content {
    width: 340px;
}
.device-phone-template.nexus6.portrait .device-phone-content {
    /*width: 237px;*/
    width: 200px;
}
.device-phone-template .device-phone-content .device-phone-bg {
    max-width: 100%;
    position: absolute;
    height: auto;
}
.device-phone-template.iphone6.landscape .device-phone-content-slider {
    position: relative;
    /*padding: 3.7% 8.6% 24%;*/
    max-width: 340px;
    padding-top: 3.2%;
    /*padding-left: 0%;*/
    /*padding-right: 0%;*/
    padding-left: 11.2%;
    padding-right: 11.2%;
    /*padding-bottom: 30%;*/
    padding-bottom: 64%;

    /*margin-left: 3.9%;*/
    /*margin-right: 3.9%;*/
}
.device-phone-template.nexus6.portrait .device-phone-content-slider {
    position: relative;
    max-width: 340px;
    padding-top: 15.2%;
    padding-left: 4.4%;
    padding-right: 4.4%;
    padding-bottom: 48%;
}
/**/
.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0 , 0 , 0);
}
.device-display-template .ms-slide,
.device-tablet-template .ms-slide,
.device-tablet-template .ms-slide{
    background: #171717;
}
.device-display-template .ms-nav-prev,
.device-display-template .ms-nav-next {
    background: url(../../assets/js/masterslider/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    /*left: -80px;*/
    left: 10px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.device-display-template .ms-nav-next {
    background-position: -59px -9px;
    /*right: -80px;*/
    right: 10px;
    left:auto;
}

.device-display-template .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: -55%;
    right: 50%;
    width: 100px;
}

.device-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    /*right: -50%;*/
}

.device-display-template .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../../assets/js/masterslider/templates/device-skin.png) no-repeat -112px -25px;
    margin: 4px;
}

.device-display-template .ms-bullet-selected {
    background-position: -143px -25px;
}

/**/
