/*
Theme Name: WP_Ogitive
Theme URI: http://ww.ogitive.com
Author: Ogitive
Author URI: http://www.ogitive.com
Description: Blank template
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpog
Tags:
*/
body {
  -ms-overflow-x: hidden;
      overflow-x: hidden;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #FFF;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.home h1 {
  font-size: 48px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 22px;
}
h3 {
    font-family: 'Montserrat', sans-serif;
	line-height: 28px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 22px;
    letter-spacing: 1.1px;
    
}
h4 {
   font-family: 'Montserrat', sans-serif;
  
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #152A46;
    line-height: 22px;
    margin-bottom: 14px;
}
a {
      font-family: 'Montserrat', sans-serif;
       text-decoration: none;  
     /*  color: #FFF; */
      
}
ul,li {
     font-family: 'Montserrat', sans-serif;
     font-weight: bold;
    
}
.content li {
   font-weight: 500;
}
.content ul li {
   line-height: 26px;
}
.content ul {
  margin-bottom: 32px;
}
.info-button {
    text-align: center;
    padding-top: 52px;  
}
.info-button:hover {
   text-decoration: none;
}
.btn1 {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #351e47;
    text-decoration: none;
    
}
.btn1:hover {
  text-decoration: none;
  color: #7026a9;
}

.btn2 {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    border: 1px solid;
    padding: 18px 32px;
    -webkit-border-radius: 33.5px;
            border-radius: 33.5px;
    text-decoration: none;
}
.btn2:hover {
  text-decoration: none;
}

.logo-holder {
    float: left;
    padding: 8px 0;
    margin-left: 12px;
}
.logo-holder img {
  max-width: 148px;
}




.header-holder {
    text-align: center;
    border-bottom: 4px solid #6F25A7;
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.container-fluid.fixed-nav {
    position: fixed;
    z-index: 20;
    background: #FFF;
}


.main-nav {
    margin: 0 auto;
    display: block;
    padding-top: 16px;
    text-align: center;
    display:inline-block;
}
.main-nav nav > ul {
    padding: 8px 0;
}
.main-nav  nav > ul > li  {
    display: inline-block;
    padding: 5px 20px;
    position: relative; 
    
}
.main-nav > nav > ul > li > a {
     color: #152a46;
     font-size: 16px;
     text-decoration: none;  
     text-transform: uppercase;
}

.main-nav > nav > ul > li:hover {
     background: #e2dede;
     color: #FFF;
}
.main-nav > nav > ul > li > ul {
    display: none;
    width: 372px;
    text-align: left;
    position: absolute;
    top: 26px;
    left: 0;
    margin: 0;
    margin: 0;
    z-index: 10000000000;
    background: #fff;
    box-shadow: 0 2px 2px -2px rgba(0,0,2,.3);
    transition-timing-function: ease-in 0.25;   
}
.main-nav > nav > ul > li > ul > li {
    padding: 8px 0;
    padding-left: 16px;
    padding-right: 16px;
}
.main-nav > nav > ul > li > ul > li:hover {
    background: #e2dede;
}
.main-nav > nav > ul > li > ul > li > a {
    color: #152a46;
    padding-left: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;

   
}
.main-nav > nav > ul > li:hover > ul {
    display: block;
    margin: 0;
    text-decoration: none;

}
.main-nav > nav > ul > li > ul > li > ul {
    display: none;
    width: 292px;
    text-align: left;
    position: absolute;
    top: auto;
    left: 312px;
    margin: 0;
    z-index: 10000;
    color: #152A46;
    box-shadow: 1px 6px 17px 0px rgba(0,0,0,0.4);
    padding: 0;
    transition-timing-function: ease-in 0.25;
}
.main-nav > nav > ul > li > ul > li:hover ul {
    display: block;
    margin: 0;
    background: #fff;    
}
.main-nav > nav > ul > li > ul > li > ul > li {
    padding: 8px 0;
}

.main-nav > nav > ul > li > ul > li > ul > li > a {
    color: #152a46;
    padding: 8px 0 8px 12px;
    text-decoration: none;

}
.main-nav > nav > ul > li > ul > li > ul > li:hover {
    background: #e2dede;
}
.main-nav > nav > ul > li > ul > li > ul > li:hover a {
    color: #152a46;
    font-weight: bold;
}




#menu-button {
    display: none;
    margin-top: 6px;
    padding-right: 16px;
    cursor: pointer;
    width: 100%;
    float: right;
    font-size: 36px;
    color: #6F25A7;
}






.langs-search-holder {
    display:inline-block;
    float: right;  
}

.langs-search-holder {
    margin-top: 24px;
    margin-right: 12px;
}

.langs-search-holder .searchBtn {
    font-size: 20px;
    padding-right: 8px;
    color: #000;
}
.langs-search-holder .searchBtn svg {
    margin: 6px;
}


.langs-search-holder a {
    display: inline-block;
    color: #757272;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
   
}
.langs-search-holder p {
     margin-bottom: 0;
}

.langs-search-holder a.active p {
    color: #d31e24 !important;
}
.langs-search-holder .lang-border {
    display: inline-block;
    border: 1px solid #757272;
    height: 21px;
    vertical-align: middle;
}



/********* SLIDER**********/


.slider-content {
    position: absolute;
    bottom: 76px;
}

.slider-content h1 {
   text-shadow: 2px 4px 10px #111;
}
.slider-content h3 {
    color: #FFF;
    text-shadow: 2px 4px 10px #111;
    width: 100%;
}

.slider-content img.header_pin {
  width: 11px;
  float: left;
  margin-right: 11px;
}
.header-map {
  display: inline-block;
  width: 536px;
}
.header-map h3 {
  text-decoration: underline;
}
.header-map:hover h3 {
  color: #7026a9;
}

.flexslider {
  margin: 0;
}

.flex-control-nav {
   z-index: 10;
   bottom: 1%;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
}

/*****************************************  MAIN  ***********************************************/

.services {
   padding: 100px 0;
}
.single-service {
  text-align: center;
  padding: 46px;
  height: 236px;
  background: #F6F6F6;
} 
.single-service:hover {
  background: #FFF;
  box-shadow: 0 0 10px 1px rgba(111, 37, 167, 0.41);
  transition: 0.3s;
}
.single-service img {
  margin-bottom: 10px;
}

.single-service .svg-img1 {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 12px;
}
.single-service .svg-img2 {
  display: none;
  margin: 0 auto;
  margin-bottom: 24px;
   margin-top: 12px;
}
.single-service:hover .svg-img1 {
  display: none;
}
.single-service:hover .svg-img2 {
  display: block;
}
.single-service:hover h3 {
  color: #6f25a7;
 
}
.single-service:hover h3 a {
   text-decoration: none;
}


.counterii {
    padding-bottom: 400px;
    padding-top: 460px;
}
.single_counter {
    text-align: center;
}
.single_counter img {
    margin-bottom: 36px;
}
.single_counter h3 {
    color: #FFF;
  
}

.single_counter h2 {
    color: #FFF;
    font-size: 42px;

}









.products {
    height: 377px;
    color: #fff;
    overflow: hidden;
    background-image: url('assets/images/paralax1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  
}
.projects {
    height: 436px;
    color: #fff;
    overflow: hidden;
    background-image: url('assets/images/paralax2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.products-holder {
    position: absolute;
    z-index: 10;
    top: 34%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;   
}

.inst_holder {
    position: absolute;
    z-index: 10;
    top: 13%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;   
}


.products-holder h2 {
    color: #FFF;
    font-size: 64px;
}
.inst_holder h3  {
    color: #FFF;
    font-size: 34px;
}

.products-holder p
{
    padding-bottom: 2px;
    color: #FFF;
}

.pro-btn .btn2:hover  {
  color: #000;
  background: #FFF;
}

.products-holder p {
  margin-bottom: 12px;
}

.products-holder ul li {
  line-height: 24px;
}

.pro-btn {
  padding-top: 32px;
}









.news {
    background: #f0f0f0;
    padding: 72px 0;
}
.news h2 {
    text-align: center;
    margin-bottom: 72px;
}
.single-news img {
  /* width: 96%;*/
   margin-bottom: 24px;
}
.single-news h3 {
   text-transform: none;
   font-weight: bold;
   color: #351e47;
}

.news-btn {
    text-align: center;
    color: #fff;
    background: #351e47;
    margin-top: 36px;
    padding: 18px 44px;   
}
.news .info-button {
   padding-top: 76px;
   margin-bottom: 32px;
}
.news-btn:hover {
  background: #7026a9;
  color: #FFF;
}
.news a i {
   margin-left: 6px;
   font-size: 16px;
    transition: all 0.6s ease;
}

.news a:hover i {
  margin-left: 16px;
}

.single_inst {
  width: 20%;
}

.single_inst img {
  height: 124px;
}







/*****************************************  FOOTER  ***********************************************/


footer {
   background-color: #341059; 
   padding: 54px 0;
}
.footer-logo {
    padding-top: 24px;
}
.footer-logo img {
  max-width: 284px;
}
.footer_infos {
  float: right;
  text-align: right;
}
.footer_infos p {
  color: #FFF !important;
  margin-bottom: 4px;
}
.footer_infos p span {
  font-weight: bold;
}

/*****************************************  OTHER PAGES - PRODUCTS  ***********************************************/


.page-template-default main,
.page-template-page-products main,
.page-template-page-contact main,
.page-template-page-services main,
.archive main,
.single main,
.page-template-page-single-using main {
  margin: 76px 0;
}

.other-pages-bkg {
  position: relative;
}
.other-pages-bkg img {
     width: 100%;
}

.other-pages-heading {
    position: absolute;
    top: 61%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    height: 42px;
 
} 
.other-pages-heading h1 {
  text-shadow: 2px 4px 10px #111;
}








.accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
}

.single-accordion {
  margin-bottom: 36px;
  background: #f0f0f0;
  -webkit-border-radius: 26.5px;
          border-radius: 26.5px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 18px 18px 18px 18px;
  color: #152a46;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 24px;
  left: auto;
  font-size: 26px;
}

.accordion li.open .link { color: #EC1B32; }

.accordion li.open i { color: #EC1B32; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li { border-bottom: 1px solid #fff; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover {
  
}

.single-products-accordion {
    width: 16.3%;
    display: inline-block;
    padding: 12px 0;
    margin-top: 42px;
    position: relative;
    vertical-align: top;
}
.single-products-accordion a img {
  border: 1px solid #e4e4e4;

}
.img__holder  {
  position: relative;
}

.single-product-overlay  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 148px;
    opacity: 0;
    transition: .5s ease;
    background: #000;
}
.single-product-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 15px 18px;;
}
.single-product-overlay:hover {
  opacity: 0.75;
}
.single-products-accordion h4 {
   font-size: 14px;
   text-transform: none;
   font-weight: normal;
   margin: 6px 0;
   color: grey;
}

.single-products-accordion h3 {
   color: #152a46;
   font-size: 14px;
   font-weight: 900;
}

/*****************************************  OTHER PAGES -  SINGLE PRODUCT  ***********************************************/


.specification_dimentions {
  
}

.single-product-img img {
  max-width: 100%;
}

.single-product-img {
   border: solid 1px #e4e4e4;
}

.single_spec {
    background: #f0f0f0;
}
.single_spec:nth-child(odd) {
   background: #fafafa;
}


.single_spec h3,
.single_spec h4  {
  display: inline-block;
  margin-bottom: 0;
  
}

.single_spec h4 {
  width: 302px;
  padding: 13px 20px;
  text-transform: uppercase;
  color: #494949;
  opacity: 0.6;
 
   font-family: 'Montserrat', sans-serif;
}

.single-products-desc {
  margin-top: 72px;
}
.info-button.pdf-btn { 
   float: left;
   border: none;

}
.info-button.pdf-btn:hover .btn2 {
   color: #FFF;
   background: #152a46;
}

.info-button.pdf-btn .btn2 {
    background: #ec1b32;
    padding: 22px 48px;;
}
.info-button.pdf-btn .btn2 img {
    padding-right: 12px;
    width: 32px;
    margin-bottom: -6px;
}


.single-products-desc strong {
  font-weight: bold;
}






.related_products_item img {
     border: solid 1px #e4e4e4;
     width: 150px;
     height: 150px;
}
.related_products_heading h2 {
    margin-bottom: 48px;
    font-weight: bold;
    color: #152A46;
}
.related_products_item h4 {
    margin: 24px 0 6px 0;
    color: grey;
}

.related_products_item h3 {
  font-size: 16px;
}
.single-product-gallery {
  margin-top: 46px;
}

.single-product-gallery img {
  width: 33.33%;
  display: inline-block;
  float: left;
  padding-right: 30px;
  margin-bottom: 76px;
}

/*****************************************  OTHER PAGES -  ARCHIVE  ***********************************************/


.single_news_img img {
  width: 512px;
  height: auto;
}
.single_news_img {
  margin-bottom: 64px;
}

.archive__btn a i {
   margin-left: 6px;
   font-size: 16px;
   transition: all 0.6s ease;
}
.archive__btn a:hover i {
  margin-left: 12px;
}

h3:hover {
  text-decoration: none;
}


/*****************************************  OTHER PAGES -  CONTACT  ***********************************************/


.contact_location,
.contact_mail,
.contact_tel  {
    margin-bottom: 36px;
}

.fa-map-marker,
.fa-envelope,
.fa-phone,
.fa-mobile {
     margin-bottom: 14px;
     font-size: 36px;
}
.contact_info_holder p {
  margin-bottom: 4px;
}

.contact_form label {
  width: 100%;
}

.contact_form .wpcf7 {
    background: #efefef;
    padding: 24px;
    width: 100%;
   
}
.wpcf7-form-control,
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap textarea {
    height: 200px;
}
.wpcf7-submit {
    margin-bottom: 4px;
    background: #d31e24;
    color: #FFF;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    padding: 18px 32px;
    -webkit-border-radius: 33.5px;
            border-radius: 33.5px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    width: 200px;
    margin-bottom: -24px;
}
.wpcf7-submit:hover {
  background: #152a46;
}   
.mathcaptcha-173 input {
  width: 36px;
}
  






.services__btn {
  text-align: left;
  margin-top: 54px;
}

.services__btn .btn2 {
  background: #d31e24;
  border: none;
}
.services__btn .btn2:hover {
  color: #FFF;
  background: #152a46;
}


.content ul {
     list-style-type: disc;
     list-style-position: inside;
     color: #152A46;    
}
.single-service p {
  height: 122px;
}


.single-service h3 {
  margin-bottom: 12px;
  color: #341059;
  text-decoration: none;
}







/*****************************************  OTHER PAGES -  PRIMENA  ***********************************************/

.main-using-img img {
   width: 100%;
}
.gray-box-img img,
.white-box-img img {
  width: 100%;
}


.extra-infos-gray {
  background: #f0f0f0;
  padding-bottom: 54px;
}
.extra-infos-white {
   padding-bottom: 54px;
}
.main-using-img {
  margin-bottom: 76px;
}
.using-heading {
  margin-top: 46px;
  margin-bottom: 24px;
  border-left: 16px solid #ec1b32;
  height: 30px;
  padding-left: 18px;
}
.using-heading h2 {
   color: #152A46;
   font-weight: 700;
   font-size: 22px;
}


.gray-box-text ul li,
.white-box-text ul li {
  font-weight: normal;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 26px;
}

.main-infos p,
.white-box-text p,
.gray-box-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}



.page-id-22 main,
main.services {
   background: url("assets/images/pozadinska-slika2.jpg") no-repeat fixed;
   margin: 0;
   background-position: center;
}

.page-id-22 main {
  padding: 76px 0;
}




.page-template-page-services .content  ul li {
  font-weight: normal;
}


.single-post .content h4 {
  margin-bottom: 28px;
}


.content strong {
  font-weight: bold;
}






.float {
  position:fixed;
  width:60px;
  height:60px;
  bottom:2px;
  right:10px;
  background-color:#152a46;;;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: none;
}

.my-float  {
  margin-top: 7px;
  font-size: 48px;
}


.float-left {
  position:fixed;
  width:60px;
  height:60px;
  bottom:2px;
  left:10px;
  background-color:#152a46;;;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: none;
}


.envelope-float  {
  margin-top: 7px;
  font-size: 42px;
}


.text404 {
  margin: 100px 0;
  
}
.text404 h2 {
  color: #000;
  line-height: 54px;
}


.sluzbe_main {
  margin: 76px 0;
}
.major img {
  height: 306px;
  
}
.major_name {
  margin-top: 24px;
}
.major_h {
  margin-top: 56px;
}

.page-id-1002 .content {
	height: 250px;
}

.page-id-881 main {
	height:340px;
}
.page-id-881 h4 {
	margin-bottom: 32px;
}




