    
/* =================================== */
/*	All Fonts
/* =================================== */


@font-face {
    font-family: 'GothamThin';
    src: url('../fonts/GothamThin.otf'); /* IE9 Compat Modes */
    src: url('../fonts/GothamThin.otf') format('embedded-opentype'), /* IE6-IE8 */
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.otf'); /* IE9 Compat Modes */
    src: url('../fonts/GothamLight.otf') format('embedded-opentype'), /* IE6-IE8 */
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.otf'); /* IE9 Compat Modes */
    src: url('../fonts/GothamBook.otf') format('embedded-opentype'), /* IE6-IE8 */
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.otf'); /* IE9 Compat Modes */
    src: url('../fonts/GothamMedium.otf') format('embedded-opentype'), /* IE6-IE8 */
}


@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.otf'); /* IE9 Compat Modes */
    src: url('../fonts/GothamBold.otf') format('embedded-opentype'), /* IE6-IE8 */
}


@font-face {
    font-family: 'OptimaRegular';
    src: url('../fonts/OptimaLTStd.otf'); /* IE9 Compat Modes */
    src: url('../fonts/OptimaLTStd.otf') format('embedded-opentype'), /* IE6-IE8 */
}

@font-face {
    font-family: 'OptimaMedium';
    src: url('../fonts/OptimaLTStd-Medium.otf'); /* IE9 Compat Modes */
    src: url('../fonts/OptimaLTStd-Medium.otf') format('embedded-opentype'), /* IE6-IE8 */
}

@font-face {
    font-family: 'OptimaBold';
    src: url('../fonts/OptimaLTStd-Bold.otf'); /* IE9 Compat Modes */
    src: url('../fonts/OptimaLTStd-Bold.otf') format('embedded-opentype'), /* IE6-IE8 */
}






/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-size: 13pt;

}

ol, ul {
    
    margin: 0;
    padding: 0;
    list-style: none;
    
}

figure, p {
    margin: 0;
    color: #011a2b;
    font-size: 13pt;
    font-family: 'GothamLight', sans-serif;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    font-family: 'GothamLight', sans-serif;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'OptimaMedium', sans-serif;
    font-weight: normal;
    margin: 0;
}


b {

    font-family: 'OptimaBold', sans-serif;   

}


li {

    font-family: 'GothamLight', sans-serif;

}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

body > section {
    padding: 30px 0px 71px 57px;
}


.link {
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 10pt;
    color: #0468a9;
}



.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
    background-color: #00c7fc;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}

.sexy_line { 
    margin: 5px 0;
    height: 1px;
    border: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}


/*************************
*******Navigation******
**************************/

#navigation {
    background: #ffffff;
    border: 0;
}

.top-nav ul {

    text-align: right;
    padding-bottom: 10px;

}


.top-nav ul li {

    display: inline-block;
    font-size: 12pt;

}



.top-nav ul li.current  a{

    color: #0468a9;

}

.top-nav ul li  a{

    color: #000000;

}

span.small-call {

    font-size: 9pt;

}



#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.animated-nav .navbar-brand {
    padding: 10px 0;
}

.animated-nav .navigation .navbar-nav > li > a {
    padding: 38px 25px;
}


.animated-nav#navigation > .container {
    border-bottom: none;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 5%;
    text-align: center;
    margin: auto;
}

h1.navbar-brand{
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 72px;
}

.navigation .navbar-nav > li > a {
    color: #000000;
    font-size: 13pt;
    text-transform: capitalize;
    padding: 12px 25px;

}

.navigation .navbar-nav > li.current > a {
    color: #0468a9;

}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        float: none;
        text-align: center;
        margin-top: 85px;
    }
    .navbar-nav>li{
        float:none;
        display:inline-block;
    }
}

.animated-nav .navigation .navbar-nav > li.current > a {
    color: #0468a9;

}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
    background-color: transparent;
}

.search-form {
    position: relative;
}

.search-form > #search {
    width: 100%;
}

.search-form > #search {
    background-color: transparent;
    height: 40px;
    border: 0 ;
    margin-top: 28px;
    width: 100%;
}

.search-form > #search-sub {
    background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
    border: 0 ;
    bottom: 11px;
    height: 15px;
    position: absolute;
    right: 8px;
    padding: 0;
    text-indent: -9999em;
    width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/


#home{
    padding: 0;
    overflow: hidden;
}

#home-carousel .carousel-inner .item {
    background-size:cover;
	max-height:800px;
}

#home-carousel .slider-content {
    height: 100%;
}

#home-carousel .carousel-caption {

    top: 20%;
    z-index: 11;
    text-align: left;
}

.carousel-caption > div {
    background-color: rgba(0, 19, 35,0.5);
    padding: 40px 50px 40px 50px;
    position: absolute;
    top: 35%;
    width: 100%;
}

#home-carousel .carousel-inner h2 {
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 20px;


}

#home-carousel .carousel-inner p {
    color: #FFFFFF;
    line-height: 28px;
    font-size: 13px;
    margin-top: 0;
    text-shadow:none;
}

#nav-arrows > a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 76px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 20;
    margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
    display: none;
}

#nav-arrows > a.sl-next {
    right: 50px;
    display: none;
}

#nav-arrows > a.sl-next:hover {
    background-color: #009EE3;
    border-color: #009EE3;
    color: #fff;
}

.carousel-indicators .active {
    background-color: #00c7fc;
    border: 0;
}


.carousel-indicators {

    display: none;
}


/*============================================================
about
============================================================*/



#about {

    background: url(../img/bg/lines.png) no-repeat top center;


}


.about {

    background: url(../img/slider/home_2.png) no-repeat bottom center;
    background-size: cover;
    height: 350px;
}

.about .col-md-6 {

    padding: 0;
}

#about1 {

   }


.about {

    background: /*url(../img/slider/home_2.png)*/ no-repeat bottom center;
    background-size: cover;
    height: 350px;
}

.about .col-md-6 {

    padding: 0;
}


.title-about {

    background: rgba(0, 59, 106, .5);
    padding: 80px;
    height: 350px;
    color: #ffffff;
    font-size: 20px;
}


.title-about h1 {

    font-size: 50pt;
}

.about-content {
    padding: 0px 0 0 0;
}

.about-content-p {

    padding: 25px 0px;
}

.border-left {
    border-left: solid 2px #003b6a;
}

.about-content .title {
    padding: 45px 0px;
    color: #011a2b;
    background: url(../img/bg/lines2.png) no-repeat center right;

}


.about-content .title h2 {
    font-size: 27pt;
    font-family: 'OptimaMedium', sans-serif;
}




.qualidade-bg {

    background: url(../img/about/excelencia_1.jpg) no-repeat center center;
    background-size: cover;
}

.qualidade-bg2 {

    background: no-repeat center center;
    background-size: cover;
}

.qualidade {

    padding: 60px 0;

}

.qualidade .border-left {

    padding: 0;
    padding-bottom: 40px;
}


.qualidade img {

    width: 100%;

}


.qualidade  .title {
    padding: 0;
    font-size: 27pt;
    color: #011a2b;

}

.qualidade  .title h2 {
    font-size: 27pt;
    padding-bottom: 25px;
    font-family: 'OptimaMedium', sans-serif;

}


.quality {
    width: auto !important;
    max-height: 80px;
    bottom: 0;
}




.mission {

    padding: 60px 0;

}

.mission .border-left {

    padding: 0;
    padding-bottom: 40px;
}


.mission img {

    width: 100%;

}


.mission  .title {
    padding: 0;
    font-size: 27pt;
    color: #011a2b;

}

.mission  .title h2 {
    font-size: 27pt;
    padding-bottom: 25px;
    font-family: 'OptimaMedium', sans-serif;

}


.mission-img {
    width: auto !important;
    max-height: 100px;
    position: relative;
    bottom: 0;
}



/*============================================================
about page
============================================================*/


.empresa-bg {

    background: url(../img/about/about-bg_2.jpg) no-repeat center center;
    background-size: cover;
}

.empresa-bg_1 {

    background: no-repeat center center;
    background-size: cover;
}

.empresa-bg1 {

    background: url(img/bg/line4.png) no-repeat center center;
    
}


.empresa {

    padding: 40px 0;
	background-size: cover;
	background-position:top center;
	background-repeat:no-repeat;

}
.empresa > .container {
 
  padding-bottom: 15px;
  padding-top: 15px;
}

.empresa h2 {

    text-align: center;

}


.empresa p {

    padding: 10px 0;
    text-align: justify;

}

.missao {

    background: url(../img/about/about-bg_3.jpg) no-repeat;
    background-size: cover;
    text-align: justify;
    padding: 0;

}

.overlay {
    background: rgba(0, 59, 106, .20);
    height: auto;
    width: 100%;
    padding: 100px 0;
}

.missao h2{
    text-align: center;
    padding-bottom: 0px;
    color: #ffffff;
}
.missao p{
    text-align: justify;
    padding-bottom: 10px;
    color: #ffffff;
}





/*============================================================
Qualidade page
============================================================*/

.formacao {

    background: #F0F0F0;
    padding: 60px  0;
}


.qualidade2 {

    padding: 60px  0;

}

.premios {

    padding: 60px  0;

}


.formacao img {

    margin-left: 0px;
    margin-right: auto;
    display: block;

}


.qualidade2 img {

    margin-left: auto;
    margin-right: auto;
    display: block;

}

.premios img {

    margin-left: auto;
    margin-right: auto;
    display: block;

}

.formacao p {

    font-size: 11pt;

}


.qualidade2 p {

    font-size: 11pt;

}

.premios p {

    font-size: 11pt;

}



.formacao h4 {

    font-size: 27pt;
    padding: 10px 0 ;

}


.qualidade2 h4 {

    font-size: 27pt;
    padding: 10px 0 ;
}

.premios h4 {

    font-size: 27pt;
    padding: 10px 0 ;
}


.premios ul li {

    display: inline-block;
    text-align: left; 
    padding-right: 10px;
}


.premios ul li img {
    padding: 10px 0;
    margin: 0;
}

/*============================================================
products
============================================================*/

#products-bg {

    background: url(../img/bg/lines3.png) no-repeat center center #002746;
    background-size: cover;
    text-align: center;
    padding: 100px 0;


}



#products-bg h1 {

    font-size: 33pt;
    color: #ffffff;

}

#products-bg h2 {

    font-size: 15pt;
    color: #ffffff;
    

}


#products-bg2 h1 {

    font-size: pt;
    color: #ffffff;

}



#items-product {

    padding: 40px 0;
    text-align: center;

}


#items-product h3 {

    text-transform: uppercase;
    color: #003b6a;
    padding: 10px 0 10px 0;

}

.item-product img {
   /* -webkit-filter: sepia(0);
    filter: sepia(0);*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.item-product:hover img {

   /* -webkit-filter: sepia(100%);
    filter: sepia(100%);*/

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.item-product h3 {

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.item-product:hover h3 {

    color: #000000 !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}


img.ih-fade-down.ih-delay-sm {
    width: 360px;
}



/* page */


.page  #items-product {

    padding: 35px 0;
}



.page h1 {

    color: #011a2b;
    padding-left: 10px;
}


.product-bg {

    background: url(../img/slider/1000products2.jpg) no-repeat center center #002746;
    background-size: cover;


}

.product-bg2 {

    background: no-repeat center center #002746;
    background-size: cover;


}



.produt-menu .nav-tabs {

    border-bottom: none;


}

.produt-menu .nav-tabs>li {

    float: none;
}

.produt-menu .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #003b6a;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color:transparent;
    font-family: 'GothamBold', sans-serif;

}


.produt-menu .nav-tabs>li>a:hover {
    border-color: none;
}

.produt-menu .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;

}

.produt-menu .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
}


.produt-menu .nav-tabs>li:hover a {
    font-family: 'GothamBold', sans-serif;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.produt-menu .nav-tabs>li>a {

    border: none;
    border-radius: 0;
    font-family: 'GothamLight', sans-serif;
    color: #000000;

}

.produt-menu h3 {

    text-transform: uppercase;
    font-family: 'GothamBook', sans-serif;
    color: #000000;
    margin-bottom: 15px;
}




.produt-filter h3 {

    text-transform: uppercase;
    font-family: 'GothamBook', sans-serif;
    color: #000000;
    margin-bottom: 15px;
}

.produt-filter {


    padding-top: 40px;
}

.produt-filter ul li>a {
    display: block;
    padding: 7px 0;
    font-family: 'GothamLight', sans-serif;
    color: #000000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}


span.checkboxed {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.produt-filter ul li>a:hover  span.checkboxed{

    background: #000;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

li.active span.checkboxed {
    width: 15px;
    height: 15px;
    background: #000;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}



[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption {
    background-color: transparent !important;
    padding: 0px !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    color: #fff !important;
}


[class*=' imghvr-'], [class^=imghvr-] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: transparent !important;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}



.container-product {

    padding: 50px 0;
}





.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


/*============================================================
Associadas
============================================================*/

.associadas-bg {

    background: url('http://placehold.it/1920x1080') no-repeat center center;
    background-size: cover;
}



#associadas-intro {

    text-align: center;
    padding: 60px 0;
}


#associadas-intro p {

    padding: 10px 0;
    text-align: justify;
}


#associadas {

    padding: 60px 0;

}

#associadas img{
    max-width: 150px;
    padding: 10px 0;

}

#associadas p{

    padding: 10px 0;
    text-align: center;

}

.owl-carousel .owl-item img {
    margin-left: auto;
    margin-right: auto;

}

.owl-theme .owl-nav [class*="owl-"] {

    background:  #004f8d;
}



/*============================================================
O que nos disttingue?
============================================================*/

#distingue {

    background: #f0f0f0;
    text-align: center;
    color: #004f8d;
}

#distingue h2 {

    color: #004f8d;
    text-align: center;

}


#distingue .all-icons {

    width: 100% !important;    

}

#distingue .col-md-2 {

    width: 20% !important;    

}


.icons-distingue {

    text-align: center;
    padding: 70px 0px;

}

.icons-distingue h5 {

    margin-top: 20px;
    text-transform: uppercase;
    font-size: 15pt;


}


.icons-distingue p{

    margin-top: 10px;
    font-size: 11pt;


}
#distingue ul {

    width: 100%;
}


#distingue ul li {

    display: inline-block;
}


/*============================================================
experience
============================================================*/


#experience {

    padding: 250px 0;
    background: url(../img/icons/slide_footer.png) no-repeat center center;
    background-size: cover;

}


#experience .title {

    text-align: center;
    background-color: rgba(0, 19, 35,0.5);
    padding: 20px 10px;
    color: #ffffff;


}


#experience .title h1 {

    font-size: 57pt;


}



/*============================================================
company
============================================================*/

#company {

    padding: 70px 0;
    color: #011a2b;
    background: #e4e4e4;



} 


#company p {

    font-size: 17pt;

} 



/*============================================================
page slider
============================================================*/

#page-slider {

    padding: 100px 0;
    height: 600px;
}

#page-slider1 {

    padding: 0px 0;
    height: 450px;
}


#page-slider .caption-page{


    margin-top: 40%;

    margin-left: auto;
    margin-right: auto;
    width: 100%;


}

#page-slider1 .caption-page1{


    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;


}



#page-slider .caption-page h1{

    padding: 20px 0;
    background: rgba(0, 59, 106, .60);
    text-align: center;
    color: #ffffff;
    font-size: 65px;
    line-height: normal;


}

#page-slider .caption-page1 h1{

    padding: 20px 0;
    background: rgba(0, 59, 106, .60);
    text-align: center;
    color: #ffffff;
    font-size: 65px;
    line-height: normal;


}


/*============================================================
contact
============================================================*/

.contact-bg {

    background: url(../img/about/qualidade.jpg) no-repeat center center;
    background-size: cover;

}
.contact-bg2 {

    background: no-repeat center center;
    background-size: cover;

}

.invisivel {

    color: transparent;
}


.contact-list h4 {

    padding: 10px 0;
    text-transform: uppercase;

}


.contact-list .row.mtop {

    margin-top: 50px;

}

.contact-list p {
    font-size: 9pt;
    padding: 5px 0px;
}


#form-page input, textarea {

    width: 100%;
    padding: 12px 12px;
    font-family: inherit;

}

#form-page button.btn.btn-contact {
    padding: 11px 28px;
    font-size: 13pt;
    color: #ffffff;

    background:  #002746;
}


::-webkit-input-placeholder {
    color:  #002746;
    opacity: .5;
}


:-moz-placeholder { /* Firefox 18- */
    color:  #002746;
    opacity: .5;
}

::-moz-placeholder {  /* Firefox 19+ */
    color:  #002746;
    opacity: .5; 
}

:-ms-input-placeholder {  
    color:  #002746;
    opacity: .5;  
}






/*============================================================
foooter
============================================================*/



#footer {

    color: #ffffff;
    padding: 100px 0 20px 0;
    background: url(../img/bg/lines3.png) no-repeat center center #002746;
    background-size: cover;

}

#footer h5 {

    font-size: 14pt;
    color: #ffffff;
    text-transform: uppercase;

}


#footer p {

    font-size: 11pt;
    color: #9ac2dc;
    margin-top: 10px;

}

#footer li a {
    font-size: 12pt;
    color: #9ac2dc;
	text-transform: capitalize;
}

#footer ul  {

    margin-top: 10px;

}

.copyright {

    text-align: right;
}

.borange {

    color: #f39c12;
}


.border-top {

    margin: 70px 0 10px 0;
    border-top: 1px solid #ffffff;

}



/*============================================================
snow effect
============================================================*/

#canvas {

    display: block;
}

/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}

/*============================================================
Timeline - new
============================================================*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.top-nav {
  position: relative;
  z-index: 99;
}
.navbar-brand > a {
  /*position: relative;
  z-index: 999;
  padding-bottom: 10px;*/
}
h1.navbar-brand {
  /*display: block;
  float: none;
  height: auto;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  width: auto;*/
}
.navbar-header {
  /*clear: both;
  display: block;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;*/
}
.navbar ul.navbar-nav {
  /*margin-top: auto;*/
}
.animated-nav .navigation ul.navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar-brand img {
  position: relative;
  z-index: 9999;
}
.submenu h3 {
	display: none;
}
.submenu .nav.nav-tabs {
	display: none;
}
.submenu .produt-filter {
	padding: 0;
}
.submenu .tab-content {
	width: 100%;
	height: auto;
}
.submenu .tab-content > div {
	width: 100%;
	height: auto;
}
.submenu .tab-content ul li {
	display: inline-block;
	float: left;
	width: auto;
	
}
.submenu .produt-filter ul li > a {
	display: inline-block;
	width: auto;
	clear: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:0;
	padding-bottom:0;
	border-right:solid thin #111;
	font-size: 85%;
}
.submenu .tab-content ul > li:last-child a {
	border: none;
}
.submenu .tab-content ul > li.active a {
	font-weight:700;
	text-decoration: underline;
}
.submenu .produt-filter ul li .checkboxed {
	display: none;
}
.submenu .produt-filter ul {
	display: block;
	width: 100%;
}
.submenu > div {
	width: 100%;
	padding-left: 0;
}
img {
	max-width: 100%;
}
.icon2 {
	max-width: 150px !important;
	height: auto;
}

