html, body { overflow-x:hidden; }
body            {background: #ffffff;font-size: 16px;color: #4d4d4d;padding-right: 0 !important;font-family: 'Lato', sans-serif;font-weight: 300;}
a               { color: #404040; }
a, a:hover      { text-decoration:none;-webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
::selection     { background: #000;color:#fff; }
::-moz-selection { background: #000;color:#fff; }
.cursor { cursor: pointer; }

textarea { resize: none; }
img {max-width:100%;height: auto!important;}
.green { color:#09a551; }

.text-primary { color: #5b2a0e; }
.text-blue { color: #00562F; }

.btn-primary {
    background-color: #01256F;
    border-color: #01256F;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #671108;
    border-color: #671108;
    color: #ffffff;
}

h1,h2,h3,h4,h5  {font-weight: 700;margin-top:0;font-family: 'antonioregular';position:relative;}
h1 {font-size: 24px;}

h1.title {margin-bottom: 35px; color:#01256F;}
h1.title:after {content:'';position:  absolute;bottom: -10px;left: 50%;margin-left: -200px;height: 3px;width: 400px;background-repeat:  no-repeat;background-image: url(../images/header-border-image.png);}

p.sub-title { margin:0 0 40px 0; color:#828282; position:relative; }

.btn {border-radius:0px;-webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.form-group {margin-left: 0px!important;margin-bottom:10px;float: left;width: 100%;}
.control-label { text-align:left !important;font-weight:400;padding-top:0px !important; }
.required { color:#CC0000; }
.gap { margin-bottom:30px; }
.gap-small { margin-bottom:20px; }
.gap-mini { margin-bottom:10px; }
section { float:left;position:relative;width:100%;line-height:25px; }
.container {width:auto;max-width:1400px;position: relative;}
.container-fluid { max-width:1400px; }

.breadcrumbs {background: #6f6f6f;margin-top: 76px;}
.breadcrumb {margin:  0;background-color: transparent;border-radius: 0;}
.breadcrumb li, .breadcrumb > .active {
}
.breadcrumb > .active {color:  #fff;}
.breadcrumb > li:after {

}
.breadcrumb > li.active:after {

}
.breadcrumb>li+li:before {
}
.breadcrumb a {color: #fff;}
.breadcrumb a:hover, .breadcrumb a:focus {
}

.top-bar {background-color: #363636;}
.top-menu {float:right;list-style:none;padding:0px;display:inline;margin:  0;padding: 19px 0;}
.top-menu li {font-size: 18px;color:  #fff;border-right: 1px solid #fff;padding:  0 15px;}
.top-menu li:last-child {border-right: 0px;}
.top-menu li a {color: #ffffff;font-weight: 600;}
.top-menu li a:hover { color:#d5d5d5; }
.top-menu li a img {max-width: 40px;}
}
header * {-webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in;}
header {float:left;position:fixed;z-index:11;width:100%;max-width: 100%;background-color: #fff;border-bottom: 5px solid #01256F;}
header.header-sub { background: rgba(0, 0, 0, 0.7); }

header #nav {
        position: relative;
        z-index: 10;
        margin-top: 0px;
        margin-bottom: 0;
        border: 0;
        border-radius: 0px !important;
        background: transparent;
}

header #nav {position:relative;z-index:10;margin-bottom:0;border:0;min-height: 0;background: transparent;border-radius:0;}
header #nav .container{padding: 0px;}
header .navbar-toggle  { margin:15px; }
header .navbar-default .navbar-toggle { background-color:#f7961e;border:0; }
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
    background-color:#f7961e;
}
header .navbar-default .navbar-toggle .icon-bar   { background-color:#fff; }
header .company-logo   { position:absolute;z-index:11;width:auto;height:auto;max-width:180px;margin-top:15px; }
header, header #nav, header .company-logo, .nav > li > a,
.product-item .item-rest {
        -webkit-transition: all 0.15s ease-in;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
}
header .nav {float: right;}
header .nav > li > a {margin: 0;padding: 19px 15px;border-radius:0px !important;text-transform: capitalize;letter-spacing: -1px;}
header .nav li {margin:0;float:  left;}
header .nav li a {color: #000000;font-size: 26px;font-family: 'antonioregular';padding: 25px 15px;float:  left;}
header .nav li a img {float:left;}
header .nav li.menu-img {display:none;}
header.header-sub .nav li.menu-text {display:none;}
header.header-sub .nav li.menu-img {display:block;}
header .nav li ul li a {color:#fff;font-size: 30px;background-color: #280101!important;line-height: inherit;float:  none;padding: 20px 15px;}
header .nav > li.active > a {background: transparent;color: #01256F;}
header .nav > li.active a:hover,
header .nav > li.active a:focus,
header .nav > li > a:focus,
header .nav li ul li a:hover,
header .nav > li > a:hover {
    background: transparent;
    color: #01256F;
}
header .dropdown-menu {border:0;background: transparent;margin:0;border-radius:0px;-webkit-box-shadow: 0 0px 0 rgba(0,0,0,.175);box-shadow: 0 0 0 rgba(0,0,0,.175);-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;background-color: #363636;}
header .dropdown:hover .dropdown-menu { display: table; }
header .dropdown-menu li {float: none;text-align: center;display: table-cell;}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 5px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    left: 50%;
    transform: translate(-50%,0%);
}

header .nav li ul li a { border:0; }
header .nav li ul li a:hover { border:0!important; color:#fff!important; background-color:#000!important; }

header #nav .logo {/* width: 100%; */}
header #nav .logo img {max-width: 350px;width: 100%;margin: 20px 0;}

header.onScroll {
    background-color: rgba(255, 255, 255, 0.75);
}
header.onScroll .top-bar {display:none;}
header.onScroll #nav {margin-top:0px;}
header.onScroll .company-logo { margin-top:10px;}
header.onScroll .nav > li > a   {margin:0;padding: 17px 15px;}
header.onScroll #nav .logo img {max-width: 300px;width: 100%;margin: 15px 0;}
header.onScroll .nav li.menu-img {display:block;}
header.onScroll .nav li.menu-flag a {
    padding: 22px 15px;
}
header.onScroll .nav li.menu-text {display:none;}
.breadcrumbs.onScroll {margin-top: 191px;}

header .company-logo   { position:absolute;z-index:11;width:auto;height:auto;max-width:400px;margin-top:5px; }
header, header #nav, header .company-logo, .nav > li > a   {
        -webkit-transition: all 0.15s ease-in;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
}

.menu-toggle {
        font-size: 30px;
        margin: 15px;
        color: #fff;
        float: left;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:visited {
        color: #dadada;
}

.form-header {float:left;font-size: 24px;padding: 13px 15px;display:none;}

/*MENU*/
.overlay-menu {height: 0;width: 100%;position: fixed;overflow: hidden;z-index: 15;left: 0;top: 0;background-color: rgba(255, 255, 255, 0.9);transition: 0.5s;}
.overlay-content {position: relative;max-width: 950px;display: table;margin: 0 auto;top: 10%;width: 100%;}
.overlay-menu a {text-decoration: none;font-size: 18px;display: block;font-weight: 400;transition: 0.3s;color: #000;}
.overlay-menu a:hover, .overlay a:focus {color: #000000;}
.overlay-menu .closebtn {position: absolute;bottom: 0px;right: 0;line-height: 61px;font-size: 50px;z-index: 9999;width:  61px;text-align: center;height:  61px;color: #000;background-color: #ffffff;}
.overlay-menu h1 {text-decoration: none;font-size: 25px;color: #ffffff;display: block;transition: 0.3s;}
.menu-group {margin-bottom: 20px;text-decoration: none;font-size: 24px;display: table;text-align: center;margin: 0 auto;padding-bottom: 5px;font-weight: 300;transition: 0.3s;line-height: 30px;margin-bottom:  20px;}
.menu-group .logo {max-width: 300px;width:100%;display:table;margin: 19px auto;padding: 10px;border-radius: 5px;}
.menu-group .social-icons a {font-size: 18px;margin: 0;color: #fff;width: 45px;line-height: 43px;height: 45px;border-radius: 5px;margin-right: 5px;float: left;text-align: center;background-color: #020202; }
.menu-group .social-icons a:hover {background-color: #01256F; }
.menu-group .social-icons a:last-child { margin-right: 0; }
/*MOBILE MENU*/
.nav-mobile{position: fixed; z-index: 10; bottom: 0; width: 100%;background-color: #fff;}
.nav-mobile ul {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;position: fixed;right: 0;bottom: 0;left: 0;-webkit-justify-content: space-around;-ms-flex-pack: distribute;justify-content: space-around;width: 100%;margin: 0;padding-right: 64px;padding-left: 10px;padding-top: 10px;p;padding-bottom: 10px;webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);background-color: #ffffff;box-shadow: 0 3px 8px 0 rgba(0,0,0,.7);z-index: 50000;}
.nav-mobile ul li {display: inline-block;-webkit-box-flex: 0;-webkit-flex: 0 1 auto;-ms-flex: 0 1 auto;flex: 0 1 auto;font-size: 1.0625em;font-weight: 600;line-height: 20px;text-align:  center;text-transform: uppercase;}
.nav-mobile ul li a {/* color:#fff; */}
.nav-mobile .menu-btn {background-color: #262626;color: #fff;display: block;position: fixed;right: 0;text-align: center;line-height: 61px;bottom: 0;width: 62px;height: 62px;-webkit-transition: .25s ease-in bottom;transition: .25s ease-in bottom;font-size: 1.625rem;text-transform: uppercase;cursor: pointer;z-index: 100001;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;}
.nav-mobile ul li small {font-size: 70%;}

header.onScroll .company-logo { max-width:300px;margin-top: 10px; }
header.onScroll .menu-toggle {font-size: 30px;float: left;background-color: rgb(113, 113, 113);padding: 15px;margin: 0;color: #ffffff;z-index: 2;position: relative;}
header.onScroll .social-icons a {margin: 15px;position: relative;z-index: 2;color: rgb(113, 113, 113);border-color: rgb(113, 113, 113);}
.form-header.onScroll {display:block;position: absolute;text-align: center;width: 100%;z-index: 1;}


/* SLIDER */
.slider {float:left;position:relative;z-index:9;width:100%;padding:0;min-height:170px;}
.slider .overlay {position: absolute;width: 100%;top: 0;bottom: 0;z-index: 1;background-color: rgba(0, 0, 0, 0.4);}
.slider .overlay > div {position: absolute;top: 40%;transform: translate(0%,-10%);color:  #fff;width:  100%;}
.slider .overlay > div img {max-width: 400px;}
.slider .overlay > div h4 {color:#fff;font-size: 60px;text-transform: none;font-style: normal;line-height: 85px;text-shadow: 1px 1px 3px rgb(0, 0, 0);}
.slider .overlay > div p {color:#fff;font-size: 40px;line-height: 60px;text-transform: none;font-family: 'antonioregular';}

#SingleSlider { display: block; }

.slider .item {
    width:100%;
    height: 650px;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.slider-sub {min-height: 380px;background-position:  center;background-repeat:  no-repeat;background-size:  cover;}
.slider-sub .item {max-height: 280px;}
.slider-sub .overlay > div {position: absolute;top: 60%;left: 50%;transform: translate(-50%,-30%);color:  #fff;padding:  15px;text-align: center;}
.slider-sub .overlay > div h1 {font-size: 45px;margin-bottom:  5px;}

/* END SLIDER */


/* TEXT */
.text-content * {
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.text-content   {float:left;position:relative;padding: 50px 0;line-height: 30px;}
.text-content h1 {font-size: 36px;}

.text-content .navbar-collapse { padding:0; }
.text-content .navbar-toggle { margin:5px 8px 0 0; }
.text-content .navbar-toggle span { font-size:19px;font-weight:600; }
.text-content ul * { -webkit-transition: all 500ms; -moz-transition: all 500ms; transition: all 500ms; }
.text-content ul li a {font-weight: 400;font-size:  16px;}
.text-content ul li.sub a {font-size:14px;}
.text-content ul li a.active { font-weight:600; }
.text-content ul li a:hover, .text-content ul li a i {color: #449a35;}

.text-content .text-left {
    position: relative;
    top: auto;
    transform: unset;
    margin-top: 150px;
    margin-bottom: 30px;
    background: #449a35;
    min-width: 0;
    padding: 50px 50px 150px 50px;
    z-index: 1;
    vertical-align: middle;
    color:  #fff;
}
.text-content .text-right {
    margin: 0;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.text-content .text-right .image { position:relative;}
.text-content .text-right .image .overlay {position:absolute;top: 10px;bottom: 10px;left: 10px;right: 10px;border: 2px solid #fff;}
.text-content .text-right .image img {background-position:center;background-size:cover;background-repeat:no-repeat;width: 100%;}
.text-content .text-right .image:hover .overlay { top: 15px;bottom: 15px;left: 15px;right: 15px; }

.text-content .text-slider {
    display:inline;float:left;width:100%;margin:0 0 25px 0;
    padding:5px;border:1px solid #dbdbdb;
}
.text-content .text-slider img { max-width:100%; }

.text-content .side-item {background-color:#e7e7e9;border:1px solid #09a551;border-radius:5px;padding:15px;margin-bottom: 30px;}
.text-content .side-item svg {color:#09a551;font-size: 20px;width: 20px;margin-right: 5px;}
.error { border:1px solid #09a551 !important; }

.text-content .social-buttons i { font-size:55px !important;color:#7F170E;margin:5px 7px; }
.text-content .social-buttons i:hover { color:#62110B; }

.menu-content table {width:100%;font-size: 20px;}
.menu-content table td {padding:5px;border:1px solid #f3f3f3;}


.masonry-item {
    padding-left:5px;padding-right:5px;
    margin-bottom:10px;
}

.pi-parallax {
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.pi-parallax .container {
    z-index:1;
}
.pi-parallax .overlay {
    width:100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 130px 0;
}
.pi-parallax .btn {
    font-size:23px;
    text-transform:uppercase;
    font-weight: 700;
}
@media (max-width: 640px) {
    .pi-parallax {
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        min-height:300px;
    }
}

footer          {
    float:left;
    position:relative;
    width:100%;
    background-color: #363636;
    position: relative;
}
footer .row {display:flex;}
footer .row .col-maps { display:flex; }

footer .table>tbody>tr>td,
footer .table>tbody>tr>th,
footer .table>tfoot>tr>td,
footer .table>tfoot>tr>th,
footer .table>thead>tr>td,
footer .table>thead>tr>th {
    padding: 4px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top:0px solid #ddd;
}

#map-canvas {display:block;width:100%;min-height: 400px;}


footer h3 {font-size:  24px;color: #fff;}
footer img      { margin-top:20px; }
footer a        {
    color:  #fff;
}
footer a:hover  { color:#6a6a6a; }
footer ul       { margin-left:-5px; }
footer li       { margin:5px 0; }
footer .col-footer {padding-top: 40px;padding-bottom: 40px;line-height: 26px;color: #fff;}

copyright       {float: left;position: relative;text-align: center;width: 100%;background:#01256F;padding: 10px 0;color: #fff;font-family: 'antonioregular';}
copyright img   { margin-top:-4px; }
copyright a {color:#fff;}
copyright a:hover {color:#010101;}
/* OWL SLIDER */
.owl-theme .owl-controls {
    margin-top: 0px;
    z-index:10;
    position: relative;
}
#owl-page .owl-controls {
    margin-top:0px;margin-bottom:-30px;z-index:10;
}
.owl-theme .owl-controls .owl-page span {
        background: #ea8e1f;
        border: 1px solid #ea8e1f;
        height: 15px;
        width: 15px;
        margin: 5px;
        border-radius:  99%;
        margin-bottom:4px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        opacity:0.99;
        filter: alpha(opacity=99);
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    font-size: 40px;
    color: #ea8e1f;
    opacity:  1;
    position: absolute;
    background: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 10px;
    bottom: 10px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 10px;
    bottom: 10px;
}

.owl-theme div.title {
    position:absolute;z-index:11;
    bottom:50%;right:5%;margin-bottom:-40px;
    text-align:right;
}
.owl-theme div.title h2 {
    font-family:'Open Sans', sans-serif; font-weight:600;margin-top:0;letter-spacing:0px;
    color:#7F170E;font-size:39px !important;line-height:40px;
    background:rgba(247,201,105,0.9);
    padding:6px 12px;margin-bottom:6px;
}
.owl-theme div.title p {
    font-family:'Open Sans', sans-serif; font-weight:300;margin-top:0;letter-spacing:0px;
    display:inline;color:#f7c969;font-size:21px !important;line-height:30px;
    background:rgba(127,23,14,0.9);
    padding:6px 12px;margin-bottom:0px;
}

/* FANCYBOX */
.fancybox-title {
        font: 400 18px "Open Sans",sans-serif;
        color:#282828;text-align:center;
        padding-bottom:4px;
}

.owl-theme .owl-item .item img {
    width: 100%;
}

/* RESPONSIVE */

@media screen and (min-width:1402px) {
    .boxed { position:relative;margin:0 auto;max-width:100%; }
}
@media screen and (max-width: 1200px) {
    header .nav li a {
        padding: 22px 14px;
    }
    header #nav .logo img {
        max-width: 300px;
    }
    .breadcrumbs  {margin-top: 76px;}

}

@media screen and (max-width:1012px) {
    header, header .nav { -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in; }
    .company-logo { width:250px !important; }
    .menu-toggle { margin: 0px; }
}

@media screen and (max-width:991px) {
    .menu-group {}
    .overlay-menu h1 {font-size: 36px;}
    .overlay-menu a {}
     header.onScroll .nav > li > a {padding: 12px 15px;}
}
@media screen and (max-width:800px) {
    .text-content { padding:50px 0; }
}

@media screen and (max-width:767px) {
    header #nav .logo img {
        display:table;
        margin:10px auto
    }
    .breadcrumbs  {margin-top: 0;font-size:  14px;}
    .overlay-content {top: 6%;}
    .slider {min-height:80px;}
    .slider-sub {min-height:180px;}
    .slider11 .overlay > div {position: absolute;top: 50%;transform: translate(0%,-50%);color:  #fff;width:  100%;}
    .slider .overlay .logo {}
    .slider .overlay > div h4 {font-size: 60px;}

    .menu-group {}
    .overlay-menu h1 {font-size: 28px;margin-bottom: 10px;}
    .overlay-menu a {}

    .text-content {padding:40px 0;line-height: 26px;}
    .text-content .text-slider { width:100%;margin:0 0 15px 0; }
    .text-content .thumbnail { height:200px; }
    .text-content .navbar { background:#f2eddd; }
    .text-content .navbar-collapse { padding:10px; }
    .text-content .text-left {position: relative;margin-bottom: 0;margin-top: 0px;padding:  50px;}
    .text-content .text-right {position: relative;margin-bottom: 60px;margin-top: 0;padding:  0;}
    copyright {margin-bottom:60px;}
    footer .col-footer {text-align: center!important;}
    footer .row {display:block;}
    footer .row .col-maps { display:block; }

}

@media screen and (max-width:620px) {
    body {font-size: 16px;}

    header .nav1 li a { padding:8px 6px !important; }
    header .nav1 > li > a   { padding:8px 6px !important; }
    .text-content { padding:35px 0; }
    .text-content .text-slider {
        border:5px solid #fff;border-bottom:20px solid #fff;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .owl-theme div.title h2 { font-size:22px !important; }
    .owl-theme div.title { top:135px; }
}

@media screen and (max-width:520px) {
    .col-xxs-12{ width: 100%; }

    body {font-size: 16px;}
    /*.cat-block { width:100%; }*/

    .owl-theme div.title { top:95px; }
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
    }
}
