/* classic clearfix */
@font-face {
    font-family: Nova; 
    src: url(../fonts/proximanovalightru.otf); 
    src: url(../fonts/proximanovalight.ttf); 
    src: url(../fonts/proximanovalight.woff);
}
@font-face {
    font-family: NovaBold; 
    src: url(../fonts/proximanovabold.otf);
}
html {
    height:auto !important;
}
body {
    margin:0px;
    background-color:white;
    font-family: Nova , sans-serif;
    margin-top: 72px;
    height: auto !important;
}
.clearfix {
    display: block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}ul li a {
    outline:none !important;
}
.page-header + .page-header {
    display: none;
}
.page-header {
    margin: 10px 0 15px !important;
    padding: 0px;
}
.padding1035{
    padding:10px 35px;
}
.clear {
    clear:both;
    height:0px !important;
    margin:0px !important;
    padding: 0px !important;
}
/****************************************** Header STYLES ***********************************************************/
header {
    width:100%;
    background:white;
    position: fixed;
    top: 0;
    left:0px;
    z-index: 999;
    box-shadow: 0px 0px 4px #989898;
}
header .navbar {
    margin-bottom:0px;
}
header .navbar-inner {
    height: 72px;
    background: white;
    border: none;
    box-shadow: none;
}
header .navbar .nav > li > a {
    font-size:17px;
    transition: color linear;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
header .navbar .nav > li > a:hover {
    color: #1E67FD !important;
}
header .navbar-inner .container {
    display: block;
    height: 100%;
}
header a.brand {
    padding:0px !important;
}
header a.brand > div > p {
    padding: 0px;
    margin: 0px;
    max-height: 60px;
}
header a.brand > div > p > img{
    display: block;
    height: 72px;
}
header .navigation {
    float: left;
    margin: 15px 0 0 15px;
    background: white;
}
header .navigation ul > li.active > a{
    background: transparent !important;
    box-shadow: none !important;
}
header .navigation ul li a {
    color:#253c6b !important;
}
header .navigation ul li.active > a {
    color:#b00019 !important;
}
header .navigation .moduletable_menu  > ul > .parent:hover > ul ,
header ul.nav-child:hover {
    display: block;
}
header ul.nav-child > li > ul.nav-child {
    display:none;
    padding: 5px 40px;
    /* margin-top: -25px; */
    /* outline: 1px solid silver; */
    /* margin-left: 190px; */
    width: auto !important;
    text-align: center;
    right: 0;
    top: 10px;
    min-height:92%;
}
ul.nav-child li a:hover + ul.nav-child ,
ul.nav-child ul.nav-child:hover {
    display:block;
}
header ul.nav-child > li > ul.nav-child > li {
    list-style: none;
    /* float: left; */
    /* clear: both; */
    margin: 5px auto;
    display: block;
    width: 100%;
    max-width: 100px;
}
header ul.nav-child > li > ul.nav-child > li > a {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
}
header ul.nav-child > li > ul.nav-child > li img {
    position: inherit;
    width: 100%;
    display: block;
    margin: 0 auto;
}
header ul.nav-child > li > ul.nav-child > li > a > span {
    display:none;
}
header ul.nav-child {
    display: none;
    position: absolute;
    background: white;
    /* border: 1px solid red; */
    padding: 20px 15px 10px 15px;
    padding-left: 260px;
    width: 190px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 15px;
    z-index: 9999;
}
header ul.nav-child > li {
    list-style: initial;
    list-style-position: inside;
    list-style-image: url(../img/cicle1.png);
}
header ul.nav-child > li:hover {
    list-style-image: url(../img/cicle2.png);
}
header ul.nav-child > li > a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    border-top: 1px solid #eee;
    padding:3px 0;
}
header ul.nav-child > li:first-child a{
    border-top: 0px solid #eee;
}
header ul.nav-child > li:first-child a img {
    display: block;
}
header ul.nav-child > li > a:hover > img {
    display:block;
}
header ul.nav-child > li > a img{
    display: none;
    position: absolute;
    left: 15px;
    top: 108px;
    max-width: 220px;
}
header ul.nav-child > li > a span{
    color: black;
    text-transform: uppercase;
    transition: color linear;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /* border-bottom: 1px solid #eee; *//* padding-bottom: 3px; */
}
header ul.nav-child > li > a:hover > span{
    color:red;
}
header .lang-selector {
    margin-top:18px;
    margin-left: 0px;
    z-index: 9;
    position: relative;
}
header ul.lang-inline {
    text-align:center;
}
header ul.lang-inline li{
    display: block !important;
    width: 100%;
    margin: 0px;
}
header ul.lang-inline li a{
    color:#253c6b;
}
header ul.lang-inline li.lang-active a{
    color:#b00019;
}

/****************************************** Main STYLES ***********************************************************/
body > #main {
    background-size: 100% auto !important;
    background: url("../img/middle_block_bg.jpg") repeat-y center top white !important;
}
a.big-btn {
    text-align: center;
    padding: 13px 28px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 20px;
    display: block;
    width: 110px;
    margin: 0px auto;
    cursor:pointer;
}
.parallax-window {
    background: transparent;
}
#slider {
    overflow: hidden;
    padding-bottom: 10px;
}
#slider .wk-slideshow-default .nav {
    margin-top: -25px;
    text-align: center;
    z-index: 9;
    position: relative;
}
#slider .wk-slideshow-default .caption {
    display: block;
    text-align: center;
    font-size: 2.2em;
    padding: 0px;
    background-color: transparent;
    bottom: 29%;
    z-index: 2;
}
#slider .wk-slideshow-default .caption p {
    margin-bottom:35px;
}
#slider .wk-slideshow-default .caption h1 {
    font-size:2.8em;
    margin: 0px 0 45px 0px;
}
#slider div.next , #slider div.prev  , #slider ul.nav {
    display:none;
}
#banner {
    height: 230px;
    overflow: hidden;
}
.carousel_second .wk-slideshow .caption,
.content-slider .wk-slideshow .caption {
    font-size:18px;
    text-transform:uppercase;
}
.item-page {
    clear: both;
    padding: 10px 15px 30px 15px;
}
.item-page .content-slider .wk-slideshow-default {
    margin: 0 auto;
}
.item-page .wk-slideset-default .nav .active {
    display:none;
}
.item-page .page-header {
    border-bottom:0px;
}
.item-page .page-header h2 {
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    margin-top: 50px !important;
    font-size: 40px;
    padding-bottom: 25px;
}
.item-page .page-header + div {
    font-size:17px;
    line-height: 25px;
}
.item-page div h3 {
    margin-bottom:50px;
}
.item-page .lineh30 * {
    line-height:30px;
}
.sprocket-strips-p-title a {
    /* display:none; */
    display: block;
    height: 60px;
    color: transparent;
    line-height: 60px;
    z-index: 10;
    position: relative;
}
.documents .sprocket-strips-p-title a{
    
    line-height: 20px !important;
    height: auto !important;
}
.item-page .page-header + div h3 {
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    font-size: 32px;
}
.item-page .page-header + div h4 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-family: Nova ,sans-serif;
    margin-top: -75px;
    /* outline: 1px solid red; */
    height: 60px;
}
.item-page .product-block {
    cursor: pointer;
    font-size: 26px;
    line-height: 306px;
    text-align: center;
    color: white;
    font-family: Nova ,sans-serif !important;
    font-weight: normal !important;
    text-transform: uppercase;
}
.item-page .product-block {
    background: no-repeat center top white;
    background-size: cover;
}
.item-page .product-block + * + div {
    /*display: none;*/
    background:transparent;
    /*padding: 30px 20px;*/
    padding: 20px 15px 0px 15px;
}
.item-page .product-block + * + div .sprocket-strips-p-item img {
     width: auto !important;
     float: none;
     margin: 0 auto;
     display: block;
     height:60px;
     z-index: 1;
}
.item-page .product-block + p , .item-page .product-block + * + div + p{
    margin: 0px;
}
.item-page .product-block + * + div .icon {
    display: none;
}
.item-page .projects-block > div {
    background: rgb(255, 255, 255);
    padding: 40px 10px 15px 10px;
    box-shadow: 2px 2px 2px #ECE7E7;
    margin-bottom: 10px !important;
    border: 1px solid #eee;
}
.item-page .projects-block > div:nth-child(odd) {
    margin: 0px;
    clear:both;
}
.item-page .projects-block > div h3 {
    color: #595757;
}
.item-page .projects-block > div p {
    color: #595757;
    font-size: 15px;
}
.item-page .projects-block > div a + a{
    margin-top:10px;
}
#carousel-first {
    /* background-color:white; */
    padding: 35px;
}
#carousel-first .wk-slideset img{
    /*width:150px;*/
}

#carousel-first .wk-slideset .nav {
    display:none;
}
#lightbox-wrap {
    top:50% !important;
}
#main .documents .readon {
    display:none;
}
#main .documents .sprocket-strips-p-title a {
    color:#333;
}
#main .documetns .sprocket-strips-p-title a {
    font-weight:normal !important;
}
#main .documents .sprocket-strips-p-container {
    margin:0px !important;
}
#main .documents .sprocket-strips-p-nav {
    padding:5px 0;
}
#main .documents .sprocket-strips-p-item {
     text-align: center;
}
#main .documents .sprocket-strips-p-item img {
    width:60%;
    display:block;
    margin:0 auto !important;
    float:none;
}
/****************************************** Middle block STYLES ***********************************************************/
#middle-block {
    padding: 15px 0px 40px 0px;
    margin: 0px;
}
.carousel_second {
    margin-top:60px;
}
#middle-block .carousel_second h3 {
    text-align:center;
}
#middle-block .carousel_second .nav {
    margin-top:20px;
}
#middle-block .our-services {
    margin:60px 0 0 0px;
}
#middle-block .our-services .moduletable {
    padding-left:70px;
}
#middle-block .our-services h3 , #middle-block .our-team h3 {
    padding: 0px;
    margin-top: 0px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    font-size: 30px;
    margin-bottom: 15px;
}
#middle-block .our-services .custom  {
    font-size: 17px;
    line-height: 26px;
}
#middle-block .our-team .custom {
    font-size: 17px;
    line-height: 26px;
    width:90%;
}
#middle-block .our-services .custom p , #middle-block .our-team .custom p {
    margin-bottom: 0px;
}
#middle-block .our-services .custom a , #middle-block .our-team .custom a{
    text-decoration: none;
    background-color: #253c6b;
    color: white;
    padding: 5px 16px;
    border-radius: 6px;
    font-size: 18px;
    transition: background linear;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#middle-block .our-services .custom a:hover , #middle-block .our-team .custom a:hover {
    background-color: #061B46;
}
#middle-block .our-team {
    margin-top: 140px;
}
#middle-block .our-team + div {
    margin-top:50px;
    margin-left:0px;
}
.our-clients {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
    margin-left: 0px;
}
/*
.our-clients .sets article:hover > img {
    visibility: hidden;
}
.our-clients .sets ul li:nth-child(1) article:hover{
    background: url(/images/corusel/cocah.jpg) no-repeat center center; background-size: contain;
}
.our-clients .sets ul li:nth-child(2) article:hover{
    background: url(/images/corusel/ucellh.jpg) no-repeat center center; background-size: contain;
}
.our-clients .sets ul li:nth-child(3) article:hover{
    background: url(/images/corusel/tph.jpg) no-repeat center center; background-size: contain;
}
.our-clients .sets ul li:nth-child(4) article:hover{
    background: url(/images/corusel/sheratorh.jpg) no-repeat center center; background-size: contain;
}
.our-clients .sets ul li:nth-child(5) article:hover{
    background: url(/images/corusel/dedemanh.jpg) no-repeat center center; background-size: contain;
}
*/
.our-clients .sets {
    /*background-color: rgb(255, 255, 255);*/
    border-radius: 9px;
    padding: 20px 0;
}
.our-clients h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    font-size: 30px;
    margin-bottom: 55px;
}
.our-clients .nav {
    display: none;
}
.our-clients .set {
    width:100% !important;
}
.our-clients .set>li {
    /*position:static;*/
}
.our-clients .set article {
    margin: 0 50px;
}
.our-clients .wk-slideset {
    background-color: white;
    padding: 10px 0;
}
.our-clients .wk-slideset .sets {
    margin:0 auto;
}
#our-team-block {
    /*background-color: #e7edf9;*/
}
#our-team-block .css-loader-wrapper {
    display: none;
}
#our-team-block h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    margin-top: 50px;
    font-size: 26px;
}
.review_header,.review_text_not_login {display:none;}

/****************************************** Bottom block STYLES ***********************************************************/
#bottom-block {
    /*background: url("../img/bottom_block_bg.png") no-repeat center top white;*/
    background-size: 100% auto;
    padding: 15px 0px 15px 0px;
    margin: 0px;
}
#bottom-block .news h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    font-size: 30px;
    margin: 20px 0 35px 0;
}
#bottom-block .news .newsflash a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #2f2e2e;
    font-family: NovaBold ,sans-serif;
    transition: color linear;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#bottom-block .news .newsflash a:hover {
    color: #061B46;
}
#bottom-block .newsflash .span4 img {

}
#bottom-block .news-btn {
    margin-top: 70px;
}
#bottom-block .news .news-btn a {
    text-decoration: none;
    background-color: #253c6b;
    color: white;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 18px;
    transition: background linear;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#bottom-block .news .news-btn a:hover {
    background-color: #061B46;
}
.bottom-text p {
    margin-bottom:0px;
}
.bottom-text p > strong {
    line-height:30px;
}
.bottom-text {
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    font-size: 37px;
    padding: 20px 0;
    /* background: white; */
    margin-top: 0;
    color: #2f2e2e;
}
.contacts {
    background: url("../img/footer_bg.jpg") no-repeat center top white;
    background-size: cover;
    padding: 15px 0px 15px 0px;
    margin: 0px;
}
.contacts .span12 {
    /*background-color: rgba(255, 255, 255, 0.15);*/
    margin:0px;
}
.contacts .contacts-text {
    color:white;
    padding: 10px 0px;
}
.contacts .contacts-text h5 {
    font-size: 30px;
    margin-top: 20px;
    margin-left: 0;
    font-family: NovaBold ,sans-serif;
    font-weight: bold;
}
.contacts .contacts-text table {
    color: white;
    margin: 40px 0 0px 0px;
    line-height: 22px;
    font-size: 16px;
}
.contacts .contacts-text table tr td + td {
    padding-left:50px;
}
.contacts .span6 {
    /*background-color: rgba(255, 255, 0, 0.15);*/
}
.contacts .form {
    margin-top:30px;
}
.contacts #userForm {
    width: 360px;
    margin-left:160px;
}
.contacts .form .formControlLabel {
    display: none;
}
.contacts .form .formControls {
    margin-left: 0px;
}
.contacts .form .formControls input {
    padding: 0px 2%;
    height: 37px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    outline: none !important;
    width: 96%;
    color: white;
}
.contacts .form .formControls textarea {
    width: 94%;
    height: 190px;
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    outline: none !important;
    font-size: 14px;
    color: white;
    padding: 2% 3%;
}
.contacts .form .formControls button {
    background: #AD0016;;
    border: 0px;
    box-shadow: none;
    margin-top: 22px;
    padding: 7px 12px;
    border-radius: 7px;
    outline:none !important;
}
.contacts .form .formControls button:hover ,
.contacts .form .formControls button:focus ,
.contacts .form .formControls button:active {
    background: #5A0715;
    transition: background linear;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    outline:none !important;
}
.contacts .form .control-group {
    margin-bottom: 10px;
}
.contacts .form .control-group:nth-child(2) , .contacts .form .control-group:nth-child(3) {
    width:49%;
    float:left;
}
.contacts .form .control-group:nth-child(3) {
    float: right;
}
.contacts .form .formControls input:active {

}
.contacts .form p.formRed {
    text-align: center;
}
.contacts .map {
    margin-top: 30px;
    margin-left: 0px;
}


/****************************************** Footer STYLES ***********************************************************/

footer {
    width:100%;
    background:white;
}
footer > .container {
    height: 50px;
}
footer .footer-text {
    font-size: 12px;
    line-height: 14px;
    margin-top: 13px;
}
footer .footer-text h6 {
    margin: 0px;
    line-height: 14px;
    font-weight: bold;
}
footer .footer-logo p img {
    height:20px;
}
footer .footer-logo p {
    margin: 15px 0px 0px 0px;
    text-align:right;
}






/* joomshopping */
#comjshop {
    padding:20px 35px;
}
#comjshop .page-header h2 {
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    margin-top: 50px !important;
    font-size: 40px;
    padding-bottom: 40px;
}
#comjshop .page-header {
    border-bottom:0px;
}
#mxcpr {
    display:none;
}
.jshop_list_category .jshop_categ {
    text-align: center;
}
.jshop_list_category  .image {
    float:none;
    margin: 0 auto;
}
.jshop_list_category .row-fluid {
    margin-bottom:90px;
}
.jshop_list_category .row-fluid div .category_name {
    font-weight: bold;
    font-family: NovaBold ,sans-serif;
    margin-top: 16px;
    font-size: 20px;
}
.jshop_list_category .row-fluid div .category_name a {
    color: #3b3b3b;
    text-decoration: none;
}
.jshop_list_category .row-fluid div .category_name a:hover {
    color : #b00019 !important;
    transition: color linear;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
#preload {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.bcg {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
}
.bcg .container {
    height: 230px;
    display: block;
}
.bcg h1{
    padding: 0px;
    padding-left:15px;
    margin: 0px;
    margin-top: 100px;
    color: white;
    text-transform: uppercase;
}
.hsContainer {
    width: 318px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hsContent {
    max-width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.hsContent h2  {
    color: #fff8de;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 5px;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 12px;
}
.hsContent p {
    width: 400px;
    color: #b2b2b2;
}
.hsContent a {
    color: #b2b2b2;
    text-decoration: underline;
}

/* Slide 1 */

#slide-1 .hsContent {
    bottom: 200px;
    top: auto;
}


/* fixed nav */
#fixed-nav {
    position: fixed;
    right:0px;
    top: 32%;
}
#fixed-nav ul {list-style: none;}
#fixed-nav ul li{
    margin: 18px 0;
    text-align: right;
    width: 220px;height: 20px;
}
#fixed-nav ul li a{
    text-decoration:none;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
    outline: none !important;
    display:none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor:pointer;
}
#fixed-nav ul li a:hover {
    display:block !important;
}
#fixed-nav ul li a.on {
    display:block !important;
}
#fixed-nav ul li span{
    text-align: right;
    float: right;
    margin: 0 20px 0 20px;
    background: url(../img/circle.png) no-repeat center center;
    background-size: auto 100%;
    height: 11px;
    width: 18px;
    cursor:pointer;
    margin-top: 3px;
    transition: background linear;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
#fixed-nav ul > li > span:hover , span.show{
    background-image: url(../img/circle_h.png) !important;
}
#fixed-nav ul > li:hover > span:hover + a{
    display:block !important;
    transition: margin-right linear;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#fixed-nav.blacknav ul li span{
    background: url(../img/circle2.png) no-repeat center center !important;
    background-size: auto 100% !important;
}
#fixed-nav.blacknav ul li a {
    color: black !important;
}
#fixed-nav.blacknav ul > li > span:hover , #fixed-nav.blacknav span.show {
    background-image: url(../img/circle_h2.png) !important;
    background-size: auto 100% !important;
}
ul li.item-161 > a > span{
        font-size: 14px;
}
.block_product .name a,.block_product .buttons a {
    display:none;
}
input.rsform-captcha-box {
    position: absolute;
    left: 24%;
    top: 0;
    width: 72% !important;
    height: 24px !important;
}
.contacts .form .control-group:nth-child(2) .formControls input, .contacts .form .control-group:nth-child(3) .formControls input {
	padding: 0px 4%;
	width: 92%;
}
.rsform-block-captcha {
	position:relative;
}   
td.pl1 {
	padding-left:54px !important;
}
td.pl2 {
	padding-left:103px !important;
}
td.pl3 {
	padding-left:39px !important;
}
td.pl4 {
	padding-left:88px !important;
}