@charset "utf-8"; /* -------------------------------
    Google Fonts
------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900); @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700); @import url(https://fonts.googleapis.com/css?family=Ubuntu:700); /* -------------------------------
   Pre Loader
------------------------------- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e394a;
    z-index: 9999;
}

.preloader img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    margin: auto;
}

/* -------------------------------
   Reset
------------------------------- */
body {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.03em;
    line-height: 23px;
    color: #6d6c6c;
    font-family: 'Open Sans', sans-serif;
}

img {
    height: auto;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}

input, select {
    border: 1px solid #e8e8e8;
    padding: 9px 16px;
    width: 100%;
    resize: none;
    letter-spacing: 1px;
    font-size: 11px;
    max-width: 100%;
    margin-bottom: 20px;
}

textarea {
    border: 1px solid #e2e2e2;
    letter-spacing: 1.2px;
    font-size: 11px;
    height: 160px;
    resize: none;
    padding: 9px 16px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

select::-ms-expand {
    display: none;
}

a {
    color: #1e394a;
}

a:hover {
    color: #575757;
}

ul, ol, dl {
    list-style-position: outside;
}

ul {
    padding: 0px;
    list-style: none outside none;
    margin: 0px;
}

input:focus, textarea:focus {
    background-color: #f9f9f9;
    border: 1px solid #cfcfcf;
}

input:focus, textarea:focus {
    border: 1px solid #e8e8e8;
}

input[type="button"], input[type="text"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

* {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

::selection {
    background: #e0e0e0;
    color: #1e394a;
}

::-moz-selection {
    background: #e0e0e0;
    color: #1e394a;
}

::-webkit-input-placeholder {
    text-overflow: ellipsis;
    color: #9e9d9d;
}

:-moz-placeholder {
    opacity: 1;
    color: #9e9d9d !important;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    opacity: 1;
    color: #9e9d9d !important;
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #9e9d9d !important;
    text-overflow: ellipsis;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .4);
    background: rgba(210, 210, 210, .7);
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(210, 210, 210, .3)
}

.animated {
    -moz-transition-duration: 0s !important;
}

/* only ie7, ie9, ie10, ie11 */
@media screen\0 {
    input {
        /* ie7, ie9, ie10, ie11+ only */
        padding-bottom: 18px;
    }
}

/* Remove inner shadow from inputs on mobile iOS */
/* -------------------------------
   Typography
------------------------------- */
/* Headings */
h1 {
    font-size: 37px;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    letter-spacing: 2px;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 30px
}

h3 {
    font-size: 14px;
    letter-spacing: inherit;
    font-weight: 700;
}

h4 {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

h6 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

h5 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    line-height: 22px;
}

h1 span {
    font-weight: 300 !important;
    letter-spacing: 1px;
}

/* Text Settings */
.md-text {
    line-height: 25px !important;
    font-size: 13px !important;
}

.name {
    color: #fff !important;
    margin: 29px 0 19px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.letter-space2 {
    letter-spacing: 2px !important;
}

/* Section Title */
.section-heading {
    font-family: 'Ubuntu', sans-serif;
    color: #336c90;
    font-size: 35px;
    text-transform: capitalize;
    padding-bottom: 21px;
    letter-spacing: 1.3px;
}

.section-heading span {
    color: #616161;
}

/* Text Colors */
.text-gray {
    color: #868686 !important;
}

.text-blue {
    color: #336c90 !important;
}

.text-blue-2 {
    color: #336c90 !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-drk-gray {
    color: #616161 !important;
}

/* Font Weights */
.font-w6 {
    font-weight: 600 !important;
}

.font-w7 {
    font-weight: 700 !important;
}

.font-w8 {
    font-weight: 800 !important;
}

.font-w9 {
    font-weight: 900 !important;
}

/* Slider Text */
.tite-text {
    line-height: 55px;
    font-size: 70px;
}

.slider-center-text {
    display: table;
    width: 100%;
    height: 100%;
}

.text-slider {
    vertical-align: middle;
    display: table-cell;
}

.slider-text-settings {
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: absolute;
}

/* -------------------------------
   Icon Settings
------------------------------- */
.icon-bg {
    font-size: 49px !important;
}

.icon-sm {
    font-size: 33px !important;
}

i {
    margin: 0px 3px;
    color: #9a9a9a;
}

/* -------------------------------
   Background Colors
------------------------------- */
.white-bg {
    background: #fff !important;
}

.blue-bg {
    background: #1e394a !important;
}

.slider-bg {
    background: rgba(125, 125, 125, 0.56) !important
}

/* -------------------------------
   Margin and Paddings
------------------------------- */
.no-margin-bottom {
    margin-bottom: 0px !important;
}

.margin-btm-top-1 {
    margin-bottom: 1% !important;
    margin-top: 1% !important;
}

.margin-btm-tp-2 {
    margin-bottom: 2% !important;
    margin-top: 2% !important;
}

.margin-btm-tp-3 {
    margin-bottom: 3% !important;
    margin-top: 3% !important;
}

.margin-top-3 {
    margin-top: 3% !important;
}

.margin-top-5 {
    margin-top: 5% !important;
}

.margin-btm-top-5 {
    margin-bottom: 0px !important;
    margin-top: 5% !important;
}

.margin-btm-top-10 {
    margin-bottom: 10% !important;
    margin-top: 10% !important;
}

.zero-rl-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.zero-bottom-padding {
    padding-bottom: 0px !important;
}

.padding-rl-15 {
    padding: 0px 15px;
}

.zero-padding {
    padding: 0px !important;
}

.margin-btm {
    margin-bottom: 3%;
}

/* -------------------------------
   Scroll Top to Header
------------------------------- */
.scrollTop {
    display: none;
    font-weight: bold;
    height: auto;
    padding: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    top: 91%;
    width: auto;
    background-color: rgba(127, 129, 124, 0.4);
    z-index: 555;
    border-radius: 50%;
}

.scrollTop i {
    font-size: 13px;
    margin: 0 6px;
    color: #fff;
}

.scrollTop:hover {
    background-color: #1e394a;
}

.scrollTop:hover i {
    position: relative;
}

/* -------------------------------
   Navigation
------------------------------- */
.main-logo {
    /* max-width: 100px; */
    /* padding: 10px; */
}

nav {
    z-index: 99;
    top: 0px;
    width: 100%;
}

nav .container {
    height: 99px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.shrink-nav .container {
    /* height: 59px; */
}

.shrink-nav {
    background-color: #fff;
}

.fixed-nav {
    display: inline-table;
    position: fixed;
    top: 0px;
}

.fixed-nav .lt-logo {
    display: table-cell;
    vertical-align: middle;
    height: 54px;
}

.shrink-nav .lt-logo {
    display: none;
    opacity: 0;
}

.fixed-nav .drk-logo {
    display: none;
    opacity: 0;
}

.shrink-nav .drk-logo {
    display: table-cell;
    opacity: 1;
    height: 55px;
    vertical-align: middle;
}

.fixed-nav.nav-btm-border {
    border: none;
}

.shrink-nav.nav-btm-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.white-navigation.fixed-nav .navbar-nav li a {
    color: #fff
}

.white-navigation.shrink-nav .navbar-nav li a {
    color: #4e4e4e
}

.white-navigation.fixed-nav .navbar-nav li a:hover {
    border-bottom-color: #fff;
}

.white-navigation.shrink-nav .navbar-nav li a:hover {
    border-bottom-color: #1e394a;
    color: #1e394a;
}

.purchase-btn {
    background: url("../images/buy.png") no-repeat 14px center #000;
    z-index: 10;
    right: -147px;
    top: 147px;
    opacity: .5;
    position: fixed;
}

.purchase-btn:hover {
    right: -15px;
    opacity: 1;
}

.purchase-btn:hover span {
    opacity: 1;
}

.purchase-btn:hover span:hover span {
    opacity: 1;
}

.purchase-btn a {
    padding: 15px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: block;
}

/* -------------------------------
   Owl-Carousel
------------------------------- */
.owl-buttons {
    position: static;
}

.owl-carousel {
    overflow: hidden;
}

.owl-next {
    right: -70px;
}

.owl-prev {
    left: -70px;
}

.owl-prev .fa {
    right: 4%
}

.owl-next .fa {
    left: 4%;
}

.owl-next {
    opacity: 1;
}

.panigation-slider .owl-prev, .panigation-slider .owl-next {
    display: none;
}

.owl-controls .owl-buttons div {
    display: none;
}

.owl-prev, .owl-next {
    font-size: 14px;
    display: block;
    width: 104px;
    height: 104px;
    color: #1c1c1c;
    margin-top: -34px;
    line-height: 104px;
    z-index: 6;
    position: absolute;
    opacity: 0;
    top: 50%;
    text-align: center;
}

.owl-prev .fa, .owl-next .fa {
    font-size: 22px;
    color: #1e394a;
    top: -15%;
    position: relative;
}

.owl-prev:before, .owl-next:before {
    background-color: #fff;
    content: "";
    left: 0;
    width: 66%;
    height: 66%;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    border-radius: 1.9px;
}

.owl-next:before {
    right: 0;
    left: auto;
}

.owl-carousel:hover .owl-prev {
    opacity: 1;
    left: -35px;
}

.owl-carousel:hover .owl-next {
    opacity: 1;
    right: -35px;
}

.owl-pagination {
    display: block;
    bottom: 29px;
    position: absolute;
    z-index: 100 !important;
    width: 100%;
    text-align: center;
    left: 0;
}

.owl-page {
    display: inline-block;
    padding: 7px 6px;
}

.owl-carousel * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.owl-page span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 1px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    width: 6px;
    height: 6px;
    transition: all 0.26s cubic-bezier(0, 0, 0.58, 1) 0s;
    display: block;
}

.owl-page:hover span {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}

.owl-page.active span {
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: none repeat scroll 0 0 transparent;
    transform: scale(1.33333);
}

.owl-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-position: center center;
}

.light-pagination .owl-page.active span {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 1);
}

.owl-next::before {
    box-shadow: none;
}

.owl-no-pagination .owl-pagination {
    display: none;
}

/* -------------------------------
   Counter settings
------------------------------- */
.count-settings span.numbers-count {
    color: #336c90;
    font-size: 39px;
    line-height: 60px;
    display: block;
    letter-spacing: 1.9px;
    font-family: 'Ubuntu', sans-serif;
}

.count-name {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    font-family: 'Roboto', sans-serif;
}

/* -------------------------------
   Portfolio
------------------------------- */
.grid li {
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.grid img {
    width: 100%
}

.portfolio-gallery {
    clear: both;
    float: left;
    width: 100%;
}

.img-portfolio a {
    display: block;
    z-index: 2;
    position: relative;
}

.portfolio-gallery ul {
    padding: 0px;
    list-style: none;
    margin-left: 1px;
}

.portfolio-gallery figure {
    position: relative margin: 0px;
}

.portfolio-gallery figure img {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    display: block;
}

.grid {
    margin: 0px auto;
}

.grid-wrap .tab-content {
    margin-top: 24px;
}

.nav-tabs>li>a {
    margin: 5px 32px 5px 32px !important;
}

.grid li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    display: inline-table;
    margin: 0px;
}

.grid figure {
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.img-portfolio {
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

figure:hover img {
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    cursor: url("../images/icon-zoom-white.png"), pointer;
    opacity: 0.90;
}

.gallery-settings .grid li {
    width: 25%;
    float: left;
}

/* -------------------------------
   Team Members
------------------------------- */
.our-team {
    overflow: hidden !important;
}

.our-team figure {
    padding: 22px 0px 42px;
}

.our-team .member-details {
    position: absolute;
    height: 44%;
    opacity: 0;
    padding-top: 9%;
    background: rgba(29, 57, 74, 0.91);
    overflow: hidden;
    padding: 0px 15px 0px 15px;
    right: 15px;
    bottom: 0;
    left: 15px;
}

.our-team:hover .member-details {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 1;
}

.our-team:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    background: #1e394a;
    opacity: .3;
}

/* -------------------------------
   Latest Blog
------------------------------- */
.blog-heading {
    text-transform: uppercase;
    font-size: 17px;
    color: #1e394a;
    letter-spacing: 1.6px;
    margin: 39px 0 8px 0;
    display: block;
    font-weight: 600;
}

.blog-img {
    width: auto;
    background-color: #4d4d4d;
    overflow: hidden;
}

.blog-img img {
    max-width: 101%
}

.blog-text p {
    margin-bottom: 20px;
    padding-top: 13px;
}

.blog-text img {
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.blog-text:hover img {
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04) rotate(-1deg);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.post-details {
    letter-spacing: 1px;
    color: #7e7e7e;
    font-size: 11px;
}

/* -------------------------------
   Testimonials
------------------------------- */
.testimonial p {
    font-size: 12px;
    color: #828282;
    line-height: 21px;
    margin: 19px 0 19px;
    letter-spacing: 1px;
}

.testimonial img {
    margin-top: 10px;
    border-radius: 50%;
    max-width: 120px;
    box-shadow: 0 0 0 6px #13415f, 0 0 0 4px #e8e8e8;
}

/* -------------------------------
   Footer
------------------------------- */
footer {
    background: #fff;
    clear: both;
}

.footer-icons i {
    font-size: 22px;
}

.footer-icons a i {
    color: #888888;
}

.footer-icons a {
    margin: 0px 13px;
}

.footer-icons a:hover i {
    color: #1e394a !important;
}

.btm-footer {
    position: relative;
    top: 1px
}

.social-text {
    padding: 0 15px;
    font-size: 15px;
    margin-top: 10px;
}

.social-text:hover {
    color: #fff !important;
}

/* -------------------------------
   Buttons
------------------------------- */
.center-btn {
    margin: 24px auto 0px auto !important;
}

.purchase-btn span {
    opacity: 0;
    top: 0;
    color: #fff;
    padding: 0px 52px;
    position: relative;
}

.button.sm-btn {
    font-size: 11px;
    letter-spacing: 1.1px;
    padding: 3px 16px;
}

.button.button-md {
    letter-spacing: 1.8px;
    font-size: 14px;
    padding: 6px 21px;
}

.button {
    letter-spacing: 1.8px;
    border: 1px solid transparent;
    display: inline-block;
}

.black-button {
    border: 1px solid #1e394a;
    color: #fff;
    background-color: #1e394a;
    display: inline-block;
    width: auto;
    padding: 7px 20px 8px;
    text-transform: uppercase;
}

.black-button:hover {
    border: 1px solid #1e394a;
    background-color: transparent;
    color: #1e394a;
}

.white-button {
    font-weight: 600;
    border: 1px solid #e8e8e8;
    color: #1e394a;
    display: inline-block;
    padding: 7px 20px 8px;
    background-color: #e8e8e8;
    width: auto;
    text-transform: uppercase;
}

.white-button:hover {
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    background-color: transparent
}

/* -------------------------------
   Custom Settings
------------------------------- */
/* Display */
.overflow-hidden {
    overflow: hidden !important;
}

.display-block {
    display: block !important;
}

/* Width and Position */
.width70 {
    width: 70% !important;
}

.position-relative {
    z-index: 5;
    position: relative !important;
}

/* alert message */
#alert {
    border: none;
    clear: both;
    background-color: #003d63;
    text-align: center;
    margin: 0 13px 23px;
    padding-top: 17px;
    padding-bottom: 18px;
    color: #fff;
}

/* Col center */
.center-col {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* opacity */
.opacity-seven {
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Services */
.padding-services {
    padding: 50px 35px 70px;
    padding-bottom: 0px;
}

/* Border */
.border-top {
    border-top: 1px solid #e5e5e5;
}

/* Parallex */
.fix-background {
    background-position: center center;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

/*  only ie9, ie10, ie11 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    nav * {
        transition-timing-function: none;
        -moz-transition-timing-function: none;
        -webkit-transition-timing-function: none;
        -o-transition-timing-function: none;
        transition-duration: 0s;
        -moz-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
    }
}

.mymenu {
    margin-top: 50px;
}

.lt-logo img.main-logo {
    margin-top: 15px;
}

.drk-logo img.main-logo {
    margin-top: 15px;
}

.marchi_row img {
    max-width: 100%;
}

.zero-top-padding {
    padding-top: 0px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}
.padding-top-100 {
    padding-top: 100px !important;
}

.alternate-bg {
    background-color: aliceblue;
    background-color: rgba(243, 245, 255, 1);
}


/* Reposition the controls slightly */
.carousel {
    margin-bottom: 0;
    padding: 40px 40px 30px 40px;
}
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}
.carousel-control {
    color: black;
    font-size: 50px;
}
.carousel, .item, .active2 {
    height: auto;
    
}
#owl-main-slider .item {
	height: 700px;
	
}
.carousel-inner {
    height: auto;
}
#realiz_carousel {
    padding-top: 30px;
}
.tooltip-inner { min-width:200px; max-width:400px;}
.mytumb img {width:100%;}
@media (min-width: 768px) {

    .brand-pills > li > a {
        /* border-top-right-radius: 0px; */
        /* border-bottom-right-radius: 0px; */
    }
    
    
}
.mynavz>li, .mynavz>li+li {
    margin: 10px 20px;
    padding: 10px;
    border: 1px solid #336c90;
    text-align:center;
}
section {
    padding: 100px 0;
}
/* FANCY COLLAPSE PANEL STYLES */
.fancy-collapse-panel .panel-default > .panel-heading {
padding: 0;

}
.fancy-collapse-panel .panel-heading a 
{
	    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    /* background-color: #336c90; */
    color: #336c90;
    position: relative;
    text-decoration: none;
    margin-bottom: 5px;
    border: 1px solid;
    border-color: gainsboro;
	}
.fancy-collapse-panel .panel-heading a:after {
font-family: "FontAwesome";
content: "\f147";
position: absolute;
right: 20px;
font-size: 20px;
font-weight: 400;
top: 50%;
line-height: 1;
margin-top: -10px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
content: "\f196";
}
.pimg {
    margin-right: 20px;
    max-width: 120px;
}
.tabcont {
    margin-top: 15px;
    margin-left: 20px;
}
.tab-pane h2 {
  color: #336c90;
    font-family: ubuntu;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
}
@media (min-width: 768px) {

    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    li.brand-nav.active a:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 9px solid #336c90;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 100%;
    z-index: 2;
    margin-left: 11px;
    }
	.nav-pills>li.active>a { background-color: #336c90;}
}
.owl-carousel.light-pagination .owl-item {     cursor: e-resize; }
.mycontact {   
   text-transform: initial;
    font-size: 18px;
}
.titolo_realiz {
    text-align: center;
	margin-bottom: 15px;
}

.prod_carousel .carousel-inner {
    padding: 10px;
    padding-left: 20px;
}


.thumbnail {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.thumbnail img {
    height2:150px;
    width2:100%;
	  width: 100%;
  height: auto;
}
.galtit {
    font-size: 11px;
}