/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-search-field {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    color: #aaaaaa;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 14px;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: 300;
    height: 36px;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 150px;
}
.uk-grid:not(.uk-grid-preserve) + .uk-grid {
    margin-top: 0;
}
.dp-container .modal {
    padding: 50px;

}
h3, .uk-h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}
.tm-headerbar .tm-logo {
    position: relative;
    top: -15px;
}
.tm-fullscreen {
    border-bottom: 0px solid rgba(0, 0, 0, 0.15);
    border-top: 0px solid rgba(0, 0, 0, 0.05);
    height: 500px;
}
.uk-nav-side > li > a {
    color: rgba(51, 51, 51, 0.7);
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: none repeat scroll 0 0 #5570bb;
    color: #fff;
}
a, .uk-link {
    color: #5570bb;
    cursor: pointer;
}
/*.uk-panel-box {
  padding: 5px;
}
.uk-panel-title {
  padding: 25px 25px;
}*/
/*mainmenu styling*/
.uk-navbar-nav > li > a {
  color:#666;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  /*color:#7FC31C;*/
  color: #5570bb;
}
.uk-navbar-nav > li > a:active {
    background-color: #dddddd;
    color: #005094;
}
.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #005094;
    font-weight: bold;
}
.uk-subnav {
    font-weight: 200;
}

.tm-toolbar {
    padding-top: 5px;
}
.tm-headerbar {
    padding: 0;
}
.uk-search-field {
     background: solid repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.uk-article-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}
.uk-panel-title {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}


/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    font-size: 1.2em;
}

.box_skitter .image {
    position: relative;
}
.box_skitter .label_skitter {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    left: 100px;
    margin: auto;
    max-height: 300px;
    max-width: 60%;
    opacity: 1;
    position: absolute;
    right: auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    margin-top: 21%;
}
.box_skitter .label_skitter p.jsn-themeslider-caption-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #fff;
    display: inline-block;
    font-family: Lato;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding: 15px 30px;
    text-transform: uppercase;
}
.box_skitter .label_skitter p.jsn-themeslider-caption-description {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.7;
    margin: 0;
    padding: 15px 30px;
}
.box_skitter .label_skitter p.jsn-themeslider-caption-title {
    background: none repeat scroll 0 0 rgba(16, 92, 123, 0.75);
}
.box_skitter [class*="_button"] {
    height: 56px;
    margin-top: -34px;
    width: 56px;
}
.box_skitter .prev_button {
    background: url("../images/icons/icon-arrow-prev.png") no-repeat scroll center center rgba(0, 0, 0, 0.7);
    left: -34px;
}
.box_skitter .next_button {
    background: url("../images/icons/icon-arrow-next.png") no-repeat scroll center center rgba(0, 0, 0, 0.7);
    right: -34px;
}
#tabs_container {
    background: none repeat scroll 0 0 white;
    overflow: hidden;
    padding: 40px;
    position: relative;
}
#tabs_container div {
    margin-right: 40px;
}
.transition {
    transition: all 0.2s ease-in-out 0.2s;
}
.make_transist {
    transition: all 0.2s ease-in-out 0s;
}
.hidescale {
    opacity: 0;
    transform: scale(0.9);
}
.showscale {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.4s;
}
.hideleft {
    opacity: 0;
    transform: translateX(-100%);
}
.showleft {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.3s;
}
.hidescaleup {
    opacity: 0;
    transform: scale(1.1);
}
.showscaleup {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
}
.tabulous_active {
    background: none repeat scroll 0 0 white;
    color: #655c89;
}
.tabulousclear {
    clear: both;
    display: block;
}
h3.main-heading {
    color: #111;
    font-size: 2.5em;
    letter-spacing: 2px;
    line-height: 2.5em;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}
h3.main-heading span {
    display: inline-block;
    position: relative;
}
h3.main-heading span:after {
    background-color: #111;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    width: 50%;
}
h3.main-heading + .main-heading-desc {
    color: #777;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
#aboutus-tabs {
    padding: 0 50px;
}
#aboutus-tabs ul.tab-title {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#aboutus-tabs ul.tab-title li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#aboutus-tabs ul.tab-title li a {
    color: #999;
    display: block;
    font-size: 1.2em;
    padding: 40px 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
#aboutus-tabs ul.tab-title li a:after {
    background-color: #999;
    border: 10px solid #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease-in-out 0s;
    width: 10px;
    z-index: 50;
}
#aboutus-tabs ul.tab-title li a.tabulous_active {
    color: #009aca;
}
#aboutus-tabs ul.tab-title li a.tabulous_active:after {
    background-color: #009aca;
    height: 20px;
    margin-left: -20px;
    margin-top: -20px;
    width: 20px;
}
#aboutus-tabs #tabs_container {
    padding: 40px 0;
}
div.jsn-modulecontainer.our-services {
    background: url("../../../media/joomlashine/jsn-epic/backgrounds/workingdesk.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
    color: #fff;
}
div.jsn-modulecontainer.our-services h3.main-heading {
    color: #fff;
}
div.jsn-modulecontainer.our-services h3.main-heading span:after {
    background-color: #fff;
}
#demo-our-services .ourservice-grid {
    padding: 30px 80px 100px;
}
#demo-our-services .ourservice-item .grid-col_inner {
    margin: 0;
    padding: 0 20px;
    text-align: center;
}
#demo-our-services .ourservice-item .icon {
    display: inline-block;
}
#demo-our-services .ourservice-item .icon a, #demo-our-services .ourservice-item .icon a img {
    display: block;
}
#demo-our-services .ourservice-item .icon a {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    padding: 50px;
    transition: all 0.3s ease-in-out 0s;
}
#demo-our-services .ourservice-item .icon a img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    transform: scale(0.8, 0.8);
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
}
.jsn-color-blue #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
    background-color: #009aca;
}
.jsn-color-red #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
    background-color: #bf0000;
}
.jsn-color-green #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
    background-color: #429e00;
}
.jsn-color-violet #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
    background-color: #9e0084;
}
.jsn-color-orange #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
    background-color: #e66000;
}
.jsn-color-grey #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
    background-color: #ccc;
}
#demo-our-services .ourservice-item .grid-col_inner:hover .icon a img {
    transform: scale(1, 1);
}
#demo-our-services .ourservice-item .content .heading {
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.jsn-color-blue #demo-our-services .ourservice-item .content .heading {
    color: #009aca;
}
.jsn-color-red #demo-our-services .ourservice-item .content .heading {
    color: #bf0000;
}
.jsn-color-green #demo-our-services .ourservice-item .content .heading {
    color: #429e00;
}
.jsn-color-violet #demo-our-services .ourservice-item .content .heading {
    color: #9e0084;
}
.jsn-color-orange #demo-our-services .ourservice-item .content .heading {
    color: #e66000;
}
.jsn-color-grey #demo-our-services .ourservice-item .content .heading {
    color: #ccc;
}
#demo-responsive-intro {
    padding: 80px 0;
}
#demo-responsive-intro .iphone-wrapper {
    background: url("../../../media/joomlashine/jsn-epic/custom-html/responsive-intro/iphone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 639px;
    margin: 0 50px;
    width: 300px;
}
#demo-responsive-intro .iphone-wrapper .bx-wrapper {
    margin-left: 24px !important;
    padding-top: 90px !important;
}
ul#demo-responsiveintro-slider li {
    margin: 0;
}
#demo-responsive-intro .item {
    border-bottom: 1px solid #e5e5e5;
    max-width: 100%;
    padding: 30px 0;
    width: 350px;
}
#demo-responsive-intro .item .heading {
    font-size: 1.6em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.jsn-color-blue #demo-responsive-intro .item .heading {
    color: #009aca;
}
.jsn-color-red #demo-responsive-intro .item .heading {
    color: #bf0000;
}
.jsn-color-green #demo-responsive-intro .item .heading {
    color: #429e00;
}
.jsn-color-violet #demo-responsive-intro .item .heading {
    color: #9e0084;
}
.jsn-color-orange #demo-responsive-intro .item .heading {
    color: #e66000;
}
.jsn-color-grey #demo-responsive-intro .item .heading {
    color: #999;
}
#demo-responsive-intro .item .desc {
    color: #555;
    letter-spacing: 1px;
}
.jsn-modulecontainer.our-work {
    background: url("../../../media/joomlashine/jsn-epic/backgrounds/our-work-bg.jpg") repeat fixed center center / cover rgba(0, 0, 0, 0);
}
#demo-our-work {
    padding: 20px 0 80px;
}
#demo-our-work .grid-layout {
    margin: 0 auto 10px;
    max-width: 100%;
    width: 750px;
}
#demo-our-work .grid-layout .grid-lastcol .grid-col_inner {
    margin-right: 10px;
}
#demo-our-work .grid-layout .item a, #demo-our-work .grid-layout .item a img {
    display: block;
}
#demo-our-work .grid-layout .item a {
    overflow: hidden;
    position: relative;
}
#demo-our-work .grid-layout .item a img {
    max-height: 240px;
    max-width: 100%;
}
#demo-our-work .grid-layout .item a .desc {
    bottom: 0;
    color: #fff;
    font-size: 1.3em;
    height: 50px;
    left: 0;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translate(0px, 50px);
    transition: all 0.65s cubic-bezier(0.04, 0.72, 0.39, 1.45) 0s;
    width: 100%;
    z-index: 80;
}
#demo-our-work .grid-layout .item a:before {
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 50;
}
.jsn-color-blue #demo-our-work .grid-layout .item a:before {
    background-color: rgba(0, 154, 202, 0.9);
}
.jsn-color-red #demo-our-work .grid-layout .item a:before {
    background-color: rgba(213, 67, 23, 0.9);
}
.jsn-color-green #demo-our-work .grid-layout .item a:before {
    background-color: rgba(57, 190, 116, 0.9);
}
.jsn-color-violet #demo-our-work .grid-layout .item a:before {
    background-color: rgba(185, 100, 208, 0.9);
}
.jsn-color-orange #demo-our-work .grid-layout .item a:before {
    background-color: rgba(242, 126, 32, 0.9);
}
.jsn-color-grey #demo-our-work .grid-layout .item a:before {
    background-color: rgba(10, 10, 10, 0.9);
}
#demo-our-work .grid-layout .item a:after {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    color: #fff;
    content: "+";
    display: block;
    font-size: 1.2em;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: scale(0.2, 0.2);
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 70;
}
#demo-our-work .grid-layout .item:hover a .desc {
    opacity: 1;
    transform: translate(0px, 0px);
}
#demo-our-work .grid-layout .item:hover a:before {
    opacity: 1;
}
#demo-our-work .grid-layout .item:hover a:after {
    opacity: 1;
    transform: scale(1, 1);
}
div.jsn-modulecontainer.custom-promo-1 {
    margin-top: 0;
}
.demo-custom-promo-wrapper {
    color: #fff;
    padding: 60px 0;
}
.jsn-color-blue .demo-custom-promo-wrapper {
    background-color: rgba(0, 154, 202, 1);
}
.jsn-color-red .demo-custom-promo-wrapper {
    background-color: rgba(213, 67, 23, 1);
}
.jsn-color-green .demo-custom-promo-wrapper {
    background-color: rgba(57, 190, 116, 1);
}
.jsn-color-violet .demo-custom-promo-wrapper {
    background-color: rgba(185, 100, 208, 1);
}
.jsn-color-orange .demo-custom-promo-wrapper {
    background-color: rgba(242, 126, 32, 1);
}
.jsn-color-grey .demo-custom-promo-wrapper {
    background-color: #393e40;
}
.demo-custom-promo-wrapper .desc {
    font-size: 1.2em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.demo-custom-promo-wrapper .mark {
    color: rgba(255, 255, 255, 0.5);
}
div.jsn-modulecontainer.testimobials-partners {
    background: url("../../../media/joomlashine/jsn-epic/backgrounds/bridge.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #ddd;
    margin-top: 0;
}
#demo-testimonials-wrapper .testimonials {
    padding: 20px 0 60px;
}
#demo-testimonials-wrapper .main-heading {
    color: #fff;
}
#demo-testimonials-wrapper .main-heading span:after {
    background: none repeat scroll 0 0 #fff;
}
#demo-testimonials-wrapper .slide-item .person .avatar, #demo-testimonials-wrapper .slide-item .person .avatar img {
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
}
#demo-testimonials-wrapper .slide-item .person .avatar {
    margin: 30px 0;
}
#demo-testimonials-wrapper .slide-item .person .avatar img {
    display: block;
}
#demo-testimonials-wrapper .slide-item .text {
    color: #ddd;
    letter-spacing: 1px;
}
#demo-testimonials-wrapper .slide-item .text .desc {
    color: #999;
    font-style: italic;
    font-weight: bold;
}
#demo-testimonials-wrapper .bx-wrapper {
    text-align: center;
}
#demo-testimonials-wrapper .bx-wrapper ul#testimonials-slider, #demo-testimonials-wrapper .bx-wrapper ul#testimonials-slider li {
    margin: 0;
}
.jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a:hover, .jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgba(0, 154, 202, 1);
}
.jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a:hover, .jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgba(213, 67, 23, 1);
}
.jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a:hover, .jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgba(57, 190, 116, 1);
}
.jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a:hover, .jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgba(185, 100, 208, 1);
}
.jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a:hover, .jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgba(242, 126, 32, 1);
}
.jsn-color-grey .bx-wrapper .bx-pager.bx-default-pager a:hover, .jsn-color-grey .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: rgba(255, 255, 255, 1);
}
.bx-wrapper {
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}
.bx-wrapper .bx-viewport {
    transform: translateZ(0px);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-loading {
    background: url("../images/icons/bx_loader.gif") no-repeat scroll center center #fff;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    color: #666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #666;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #000;
}
.bx-wrapper .bx-prev {
    background: url("../images/icons/controls.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0);
    left: 10px;
}
.bx-wrapper .bx-next {
    background: url("../images/icons/controls.png") no-repeat scroll -43px -32px rgba(0, 0, 0, 0);
    right: 10px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    border-radius: 100%;
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: url("../images/icons/controls.png") no-repeat scroll -86px -11px rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: url("../images/icons/controls.png") no-repeat scroll -86px -44px rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 9px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 0.85em;
    padding: 10px;
}

