@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-size: 15px;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 800;
    line-height: 1.1;
    color: inherit;
}

/* MAINNAV */
.navbar-header {
    float: left;
    display: none;
}

#t3-header {
    background-color: #000;
    z-index: 9999;
}

#t3-header .navIcon {
    float: right;
    right: 10px;
    top: 15px;
}
.layout-category .alert.alert-error {
    display:none
}

#t3-header .navIcon a i {
    color: #fff;
    line-height: 1.1;
    padding: 27px 18px 23px 18px;
    font-size: 18px;
    /* border-left: 1px solid; */
}

#t3-header .navIcon:hover a i {
    background: #fff;
    color: #111;
}

#t3-header .menu, #t3-header .t3-navbar {
    padding-right: 0;
}

#t3-header, #t3-header .container-fluid {
    padding: 0;
}

.logo a {
    display: block;
    height: 60px;
}

.logo a:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.logo a img.logo-img {
    vertical-align: middle;
    max-height: 60px;
    max-width: 360px;
}

.t3-megamenu > ul {
    float: right;
}

.t3-megamenu > ul li a {
    color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    padding: 27px 27px;
    margin-bottom: 0;
}

.t3-megamenu > ul li a:hover {
    background: #fff;
    color: #111
}

.navSearch {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#t3-header .container-fluid {
    padding: 0;
    border-bottom: 1px solid #666;
}

#t3-header {
    padding: 0;
}

.navSearch.active {
    top: 70px;
}

.navSearch .head-search {
    margin: 0 auto;
}

.navSearch .head-search .search:before {
    content: "";
}

.navSearch .popClose {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 24px;
    cursor: pointer;
}

.navSearch .popup {
    width: 100%;
}

.navSearch .popup input#mod-search-searchword {
    width: 100%;
    float: left;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.1;
    height: 60px;
    padding: 0;
}

.navNewsletter {
    background-color: #fff;
    width: 380px;
    position: fixed;
    top: 60px;
    right: -400px;
    z-index: 99;
    padding: 10px 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navNewsletter.active {
    right: 0px;
}

.navNewsletter h3 {
    font-size: 22px;
    line-height: 1.3;
}

.navNewsletter .popClose {
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 20px;
    cursor: pointer;
}

.navNewsletter .acymailing_introtext {
    margin-bottom: 25px !important;
}

.navNewsletter input[type="text"] {
    width: 100% !important;
    height: auto;
    color: #9f9f9f;
    line-height: 1.6;
    font-size: 18px;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 500;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}

.navNewsletter input.btn {
    width: 100% !important;
    height: auto;
    color: #fff;
    background: #000;
    line-height: 46px;
    font-size: 18px;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 800;
    border: solid 1px #fff;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
}

.navNewsletter input.btn :hover {
    color: #000;
    background: #fff;
}

.logo {
    text-align: left;
    padding: 5px 15px;
}

ol.breadcrumb {
    padding-top: 60px;
}

.btn-primary {
    color: #000;
    background-color: #f2e4cc;
    border-color: #f2e4cc;
    border-radius: 0;
    padding: 0 12px;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    font-size: 15px;
}

.home-1 .hoImageSlideDesc {
    font-size: 21px;
    color: #fff;
    background: transparent;
    margin: 10px 0;
    padding: 6px 0px;
    max-width: 550px;
    text-align: left;
    margin-bottom: 30px;
}

/* collections*/
.home h2.titlemodule {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
}
h4.catItemcode {
    height: 30px;
}
.home-1 {
    text-align: center;
}

.hoSimpleBoxinside {
    background: #f2e4cc;
    padding: 55px 0px 35px
}

.hoSimpleBox {
    padding: 15px
}

.hoSimpleBoxImage {
    padding-bottom: 20px;
}

.hoSimpleBoxTitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

a.hoSimpleBoxButtonLink {
    color: #000;
}

.home-1 .container {
    width: 870px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #000;
    border-color: #285e8e;
}

.home-2 {
    padding: 30px 0 45px;
}

.home-2 .btn-primary {
    margin-top: 50px;
}

.k2HomeNews {
    text-align: center;
    padding-top: 30px;
}

h4.post_title a {
    color: #000
}

/* newproducts*/
.home-3 {
    background: #ececec;
}

.hoSimpleBoxTitle::after {
    display: block;
    width: 60px;
    height: 1px;
    content: " ";
    background: #000;
    margin: auto;
    margin-top: 5px;
}

.home h2.titlemodule {
    padding-bottom: 30px;
    background: url(../images/line_star.png) no-repeat 50% 100%;
}

.hoSimpleBox:nth-child(2n) .hoSimpleBoxinside {
    background: #ececec;
}

.home-3 .post_item_inside {
    background: #fff;
    padding-bottom: 45px;
}

.home-3 a.btn.btn-primary {
    position: relative;
    top: -25px;
}

article.post_item {
    padding: 0 10px;
}

.home-3 .owl-prev, .home-3 .owl-next {
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 40px;
    cursor: pointer;
}

.home-3 .owl-prev:hover, .home-3 .owl-next:hover {
    background: #f2e4cc;
    color: #000;
}

.home-3 .owl-prev {
    left: -50px;
    float: left;
    position: relative;
}

.home-3 .owl-next {
    right: -50px;
    position: relative;
    float: right;
}

.home-3 .owl-nav .disabled {
    display: none;
}

.home-3 .owl-prev i, .home-3 .owl-next i {
    float: left;
    line-height: 50px;
}

.home-3 .owl-prev i {
    margin-left: 19px;
}

.home-3 .owl-next i {
    margin-left: 19px;
}

.home-3 .owl-nav.owl-nav {
    position: absolute;
    top: calc( 50% - 50px );
    width: 100%;
}

.hoImageSlider a.btn.btn-primary {
    float: left;
}

.home-3 .owl-controls {
    position: initial;
    float: left;
}

.home-3 {
    padding: 50px 0;
}

/* love*/
.hoSimpletext {
    background: #ececec;
    min-height: 512px;
    padding: 50px 30px 0;
}

.home-4 .hoSimpleBoxTitle {
    font-size: 42px;
    margin-bottom: 40px;
}

.home-4 .hoSimpleBoxTitle::after {
    display: block;
    width: 120px;
    height: 2px;
    content: " ";
    background: #000;
    margin: initial;
    margin-top: 5px;
}

.hoSignature {
    margin-top: 40px;
}

.home-4 .hoSimpleBoxImage {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 0;
}

.home-4 .ho-col-12 {
    padding: 0;
}

.home-4 {
    padding: 60px 0 15px;
}

.t3-footnav .t3-module {
    background: transparent;
    color: #fff;
}

.t3-footer {
    border-top: 1px solid #eeeeee;
    background: #222222;
    color: #fff;
}

.t3-copyright {
    border-top: 1px solid #666;
    font-size: 14px;
    padding: 35px 0 35px;
}

.t3-copyright a {
    color: #fff;
}

.t3-footnav .t3-module ul > li > a {
    color: #fff;
    line-height: 2.3;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.t3-footnav .t3-module .module-title {
    color: #f2e4cc;
    font-size: 18px;
    margin-bottom: 20px;
}

.t3-footnav .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding: 0;
}

.t3-footnav img {
    margin-top: 60px;
}

.t3-footnav p {
    font-size: 18px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.t3-footnav .t3-module ul > li > a:hover, .t3-footnav .t3-module ul > li > a:active, .t3-footnav .t3-module ul > li > a:focus {
    color: #f2e4cc;
}

.socialcon {
    font-size: 24px;
    float: left;
    padding: 10px 30px 0 0
}

.socialcon a {
    color: #fff
}

.t3-footnav {
    padding: 80px 0;
}

h3.module-title:after {
    display: block;
    width: 40px;
    height: 4px;
    content: " ";
    background: #f2e4cc;
    margin: initial;
    margin-top: 5px;
    margin-left: 0
}

/*contact*/
.contact-form dl {
    float: left;
    width: 50%
}

.contact-form legend {
    color: #999;
    font-size: 13px;
    margin: 0 0 24px
}

.contact-form label#jform_captcha-lbl {
    display: none;
}

.contact-form input#jform_contact_email_copy {
    width: 14px;
}

.contact-form .button.validate {
    clear: both;
    margin: 20px 0 0
}

.contact-form input {
    margin: 0px 0 10px;
    width: 80%;
    border-color: #111;
    background-color: initial;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-color: #bcbcbc #dadada #e5e5e5;
    border-style: solid;
    border-width: 1px;
    color: #777;
    font-family: Arial,sans-serif;
    padding: 9px 20px!important;
    max-width: 100%!important
}

.contact-form textarea {
    height: 202px;
    width: 100%
}

dt.inline,dd.inline {
    display: inline-block!important;
    float: left!important;
    margin: 12px 0 0;
    width: auto!important
}

.contact h3 {
    border-bottom: 1px solid #E5E5E5;
    clear: both;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 32px;
    padding: 5px 0 16px
}

.jicons-text {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

.contact-address,.contact-contactinfo {
    float: left;
    width: 100%;
    margin: 0 92px 12px 0
}

.contact-contactinfo div {
    float: left;
    margin: 0 52px 0 0
}

.contact-miscinfo {
    border-top: 1px solid #E5E5E5;
    font-size: 14px;
    margin: 11px 0 0;
    width: 100%;
    padding: 24px 0 0;
    float: left
}

#jform_contact_email_copy {
    margin-left: 10px;
    margin-top: 6px;
}

section.newsfeed > ol {
    list-style: none
}

section.newsfeed > ol > li {
    border-top: 1px solid #e5e5e5;
    padding: 24px 0 0
}

.contact h1,a.mapprint {
    display: none
}

.contact-misc p {
    margin: 1em 0 2em
}

.contact h2 {
    border-bottom: 1px solid #E5E5E5;
    clear: both;
    font-weight: 300;
    margin: 0 0 32px;
    padding: 5px 0 16px
}

.contact-form legend {
    text-transform: uppercase;
    border-bottom: 0
}

.contact-miscinfo .jicons-text {
    display: none
}

button.button.validate {
    border: 1px solid #faf708;
    color: #000!important;
    font-weight: 700;
    background-color: #f2e4cc;
    border-color: #f2e4cc;
    color: #000!important;
    height: 35px;
    line-height: 35px;
    font-family: "Open Sans",Arial,sans-serif;
}

.contact-form .button.validate:hover {
    background-color: #111;
    border-color: #111
}

.contact {
    background-color: #fff;
    padding: 20px;
}

.contact-form #jform_contact_emailmsg {
    width: 80%;
}

h4.post_title {
    padding: 0 10px;
}

button.btn.btn-primary.off-canvas-toggle {
    display: none;
}

/* ITEM */
h2.itemTitle {
    font-size: 36px;
    max-width: 620px;
    text-align: center;
    margin: auto;
}

.itemImageBlock {
    margin: auto;
    text-align: center;
    max-width: 50%;
}

.view-item div#k2Container {
    background: #fff;
    padding: 60px 20px;
}

.addthis_inline_share_toolbox {
    text-align: center;
}

.view-item div#k2Container {
    background: #fff;
    margin-bottom: 60px;
}

.view-item .t3-wrapper {
    background: #f7f7f7;
}

span.itemImage {
    border: 1px #d8d8d8 solid;
    display: inline-block;
    margin: 40px 0;
}

h2.itemTitle:after {
    background: #000;
    content: " ";
    width: 420px;
    height: 2px;
    margin: auto;
    display: block;
    margin-top: 25px;
}

.addthis_inline_share_toolbox {
    text-align: center;
}

div#k2Container {
    background: #fff;
}

.t3-wrapper {
    background: #f7f7f7;
}

i.fa.fa-search-plus {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    color: #000;
}

span.itemImage {
    position: relative;
}

.itemImageGallery {
    width: 100%;
    text-align: center;
}

ul.sigProClassic {
    display: inline-block;
    margin-right: -10px!important;
}

ul.sigProClassic li.sigProThumb {
    position: relative;
}

.home-3 {
    background: #ececec;
}

.hoSimpleBoxTitle::after {
    display: block;
    width: 60px;
    height: 1px;
    content: " ";
    background: #000;
    margin: auto;
    margin-top: 5px;
}

.home h2.titlemodule {
    padding-bottom: 30px;
    background: url(../images/line_star.png) no-repeat 50% 100%;
}

.hoSimpleBox:nth-child(2n) .hoSimpleBoxinside {
    background: #ececec;
}

.home-3 .post_item_inside {
    background: #fff;
    padding-bottom: 45px;
}

.home-3 a.btn.btn-primary {
    position: relative;
    top: -25px;
}

article.post_item {
    padding: 0 10px;
}

.news article.post_item {
    padding: 0 10px;
    margin-bottom: 20px;
}

.insideitem {
    width: 75%;
    float: left;
    padding-right: 20px;
}

.itemcontainer {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}

.alsolike .post_item_inside {
    background: #fff;
    padding-bottom: 45px;
}

.alsolike .owl-prev, .alsolike .owl-next {
    background: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 40px;
    cursor: pointer;
}

.alsolike .owl-prev:hover, .alsolike .owl-next:hover {
    background: #f2e4cc;
    color: #000;
}

.t3-sl.t3-sl-1 {
    padding: 0;
    background: #f2e4cc;
}

ol.breadcrumb {
    background: #f2e4cc;
    color: #000;
    padding: 12px 12px!important;
}

ol.breadcrumb a {
    color: #000;
}

.breadcrumb > li + li:before {
    color: #000;
}

span.hasTooltip {
    display: none
}

div#Mod141 {
    margin: 0;
}

div#t3-mainbody {
    padding: 0;
}

.alsolike .owl-prev {
    left: -50px;
    float: left;
    position: relative;
}

.alsolike .owl-next {
    right: -50px;
    position: relative;
    float: right;
}

.alsolike .owl-nav .disabled {
    display: none;
}

.alsolike .owl-prev i, .alsolike .owl-next i {
    float: left;
    line-height: 50px;
}

.alsolike .owl-prev i {
    margin-left: 19px;
}

.alsolike .owl-next i {
    margin-left: 19px;
}

.alsolike .owl-nav.owl-nav {
    position: absolute;
    top: calc( 50% - 50px );
    width: 100%;
}

.alsolike .owl-controls {
    position: initial;
    float: left;
}

.view-item div#t3-content {
    padding-bottom: 0;
    padding-top: 40px;
}

.alsolike .row {
    background: #ececec;
    padding: 50px 0;
    /* margin: 0; */
}

.alsolike h2.titlemodule {
    padding-bottom: 30px;
    background: url(../images/line_star.png) no-repeat 50% 100%;
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
}

/* OFF CANVAS */
.t3-off-canvas .t3-off-canvas-header h2 {
    display: none;
}

#t3-off-canvas {
    background: #000;
}

#t3-off-canvas .t3-off-canvas-header {
    background: none;
}

#t3-off-canvas .close {
    background: none;
    color: #fff;
    opacity: 1;
    font-size: 24px;
    top: 10px;
    right: 10px;
    outline: 0;
}

#t3-off-canvas .t3-off-canvas-body {
    padding: 0;
}

#t3-off-canvas .nav {
    padding: 50px 30px 0px 30px;
    font-size: 14px;
}

#t3-off-canvas .nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    padding: 8px 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: none;
}

/* category */
.itemList {
    width: 75%;
    float: right;
    margin-top: 20px;
}

.t3-sidebar.blogSidebar {
    width: 25%;
    float: left;
}

.hoK2Categories li {
    line-height: 50px;
    border-bottom: 1px solid;
    padding-left: 20px;
}

.hoK2Categories li a {
    color: #000;
    font-weight: bold;
}

.desCategory {
    padding: 15px;
}

span.address2 {
    padding-bottom: 23px;
    float: left;
    width: 100%;
    /* color: #000; */
}

.modHoContact {
    padding: 20px;
    color: #000;
}

.catItemBody {
    background: #fff;
    padding: 10px;
    text-align: center;
    padding-bottom: 35px;
}

.itemList a.btn.btn-primary {
    position: relative;
    top: -25px;
}

.catItemReadMore {
    text-align: center;
}

h3.catItemTitle {
    font-size: 18px;
    font-weight: bold;
}

h3.catItemTitle a {
    color: #000
}

.t3-sidebar.blogSidebar .moduletable {
    margin-bottom: 40px;
}

ul#menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.t3-sidebar.blogSidebar .moduletable {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    float: left;
}

.t3-sidebar.blogSidebar .moduletable h3 {
    text-align: center;
    margin-bottom: 25px;
}

.t3-sidebar.blogSidebar .hoSimpleBoxDescription {
    text-align: left;
    background: #333;
    color: #fff;
    padding: 25px 15px;
}

.t3-sidebar.blogSidebar a.hoSimpleBoxButtonLink {
    color: #000;
    border: solid 0 #fff;
    background: #bca476;
    font-weight: 700;
    padding: 0;
    width: 57%;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 15px;
}

div#k2ModuleBox-popular img {
    height: 65px;
    margin-left: -20%;
}

div#k2ModuleBox-popular a.moduleItemImage {
    width: 65px;
    overflow: hidden;
    display: block;
}

div#k2ModuleBox-popular .moduleItemIntrotext {
    float: left;
}

.popular-items {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
    height: 56px;
    overflow: hidden;
    line-height: 1.4;
}

h3.catItemTitle {
    font-size: 18px;
    font-weight: bold;
    height: 57px;
    overflow: hidden;
}

h3.catItemTitle a {
    color: #000
}

.t3-sidebar.blogSidebar .moduletable h3 {
    margin-top: 0;
    background: #f2e4cc;
    line-height: 50px;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 0;
    font-weight: 900;
}

.popular-text {
    float: left;
    width: calc(100% - 65px);
    padding-left: 10px;
    padding-top: 10px;
}

.popular-items span.moduleItemDateCreated {
    color: #a4a4a4;
}

.t3-sidebar.blogSidebar .hoSimpleBox {
    padding: 0;
}

div#k2ModuleBox-popular {
    float: left;
    background: #fff;
    padding: 15px;
    padding-top: 10px;
}

.popular-title a {
    color: #000;
    font-weight: bold;
}

.moduletable.categ {
    background: #fff;
}

.moduletable.noborder {
    background: #fff;
}

.moduletable.newin {
    background: #fff;
}

.itemListCategory h2 {
    width: 400px;
    background: #000;
    padding: 10px 20px;
    color: #fff;
    float: right;
    position: absolute;
    bottom: 15px;
    right: 22px;
}

.itemListCategory .insideCategory {
    position: relative;
}

/* --- Pagination --- */
div.k2Pagination {
    padding: 8px;
    margin: 24px 0 4px;
    text-align: center;
    color: #999
}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {
    text-align: center
}

div.k2Pagination ul li {
    display: inline
}

.pagination {
    float: right;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #000;
    background-color: #f2e4cc;
    cursor: default;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #000;
    background-color: #f2e4cc;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 9px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #222222;
    border: 1px solid #111;
    border-radius: 0!important;
    margin-left: 5px;
}

.pagination > li > a:focus {
    color: #f2e4cc;
    text-decoration: none;
}

.k2HomeNews h4.post_title {
    font-size: 18px;
    font-weight: bold;
    height: 57px;
    overflow: hidden;
}

.alsolike a.btn.btn-primary {
    position: relative;
    top: -25px;
}

.k2Pagination {
    clear: both;
    float: right;
}

.news div#k2Container {
    background: transparent
}

.news article.post_item .post_content {
    background-color: #fff;
    margin: 0;
    padding: 10px 20px;
}

.news .itemList {
    width: 75%;
    float: left;
    margin-top: 20px;
}

/* --- Blog --- */
.news .post_item .post_thumb img {
    max-width: 100%;
}

.news .post_item h4.post_title {
    margin: 8px 0 0px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0;
    height: 40px;
    padding-left: 0;
}

.news .post_item h4.post_title a {
    color: #000;
    font-weight: normal;
}

.news .post_item h4.post_title a:hover {
    color: #00297b;
    text-decoration: none;
}

span.post_info_item.post_info_counters a {
    color: #272727;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.6;
    text-decoration: underline;
}

h4.post_title {
}

.news .post_info {
    margin-bottom: 10px;
    border-top: 0;
    padding-top: 10px;
}

.news .post_info_item {
    padding-right: 10px;
}

.news .post_info a {
    color: #6f6f6f;
    font-size: 12px;
}

.news .post_info a:hover {
    color: #00297b;
    text-decoration: none;
}

.news a.moduleCustomLink {
    color: #fff;
    background: #00297b;
    line-height: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 0px 35px;
    display: inline-block;
}

.news .morelink {
    text-align: center;
}

h2.single_title {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: normal;
}

.insideitem .post_info {
    padding-top: 5px
}

.news .itemListCategoriesBlock {
    float: left;
    width: 75%;
}

.news .itemListCategory h2 {
    width: 400px;
    background: #f2e4cc;
    padding: 10px 20px;
    color: #000;
    float: right;
    position: inherit;
    cleat: both;
}

.news .itemListCategory {
    width: 100%;
    float: left;
}

.insideitem .single_image {
    padding-bottom: 5px;
}

.static div#t3-content {
    padding-bottom: 0;
    padding-top: 10px;
}

.view-search div#t3-content {
    background: #f7f7f7;
}

.itemList-full a.btn.btn-primary {
    position: relative;
    top: -25px;
}

.itemList-full {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.alert-message {
    background: #f2e4cc;
    border-color: #FFF;
    color: #000;
    border-radius: 0
}

.login {
    text-align: center;
}

.spotlight-1 {
    overflow: hidden;
}

.login-description {
    margin-bottom: 30px;
}

.login .control-group {
    display: block;
    width: 500px;
    clear: both;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.login button.btn.btn-primary {
    margin-left: 22px
}

.form-horizontal .control-group .controls input {
    border-radius: 0;
}
/* responsive start */

input#password {
    width: 100%;
}
input#username {
    width: 100%;
}
.login button.btn.btn-primary {
    margin-left: 0px;
}
@media screen and (max-width: 1500px) {
    .home .hoImageSlideTitle {
        font-size: 44px;
    }
}
/* end of 1500 px */
@media screen and (max-width: 1300px) {
    .home .hoImageSlideTitle {
        font-size: 40px;
    }
}
/* end of 1300 px */
/* 1200 px */
@media screen and (max-width: 1200px) {

    li.sigProThumb {
    width: 48%;
}



ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink, span.sigProLinkWrapper, span.sigProLinkOuterWrapper {
    max-width: 100%!important;
}

    .t3-megamenu > ul li a {
        padding: 27px 19px;
    }

    .home-1 .hoImageSlideDesc {
        font-size: 20px;
    }

    .home .hoImageSlider .hoImageSlideCaption {
        position: absolute;
        top: 40%;
        left: 55%;
    }

    .home .hoImageSlideTitle {
        font-size: 29px;
        max-width: 370px;
    }

    .home-1 .hoImageSlideDesc {
        font-size: 18px;
        max-width: 370px;
    }

    .home-3 .owl-next {
        right: -34px;
    }

    .home-3 .owl-prev {
        left: -34px;
    }

    .hoSimpletext {
        background: #ececec;
        min-height: 505px;
        padding: 23px 30px 0;
    }

    .home-4 .hoSimpleBoxTitle {
        font-size: 35px;
        margin-bottom: 17px;
    }

    .t3-megamenu > ul li a {
        padding: 27px 13px;
    }

    .t3-megamenu > ul li a {
        font-size: 13px;
    }
}
/* end of 1200 px */
/* 1023 px */
@media screen and (max-width: 1023px) {

.insideitem {
    width: 100%;
    float: left;
    padding-right: 20px;
    padding: 0;
}
    #t3-header {
        position: fixed;
    }

    #t3-header .navIcon a i {
        color: #fff;
        line-height: 1.1;
        padding: 21px 11px 22px 11px;
        font-size: 18px;
        /* border-left: 1px solid; */
    }

    .navSearch .popup input#mod-search-searchword {
        font-size: 1.8rem;
        line-height: 1.1;
        height: 40px;
        padding: 0;
    }

    .home .hoImageSlideTitle {
        font-size: 24px;
        max-width: 300px;
    }

    .navSearch .popClose {
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 24px;
        cursor: pointer;
    }

    .navSearch.active {
        top: 64px;
    }

    .t3-megamenu > ul li a {
        padding: 27px 13px;
    }

    .logo a {
        display: inline-block;
        height: initial;
    }

    .logo {
        text-align: left;
        padding: 0px 15px;
        padding-bottom: 0px;
    }

    .t3-megamenu > ul li a {
        padding: 29px 13px;
    }

    .home-4 {
        padding: 60px 0 60px;
    }

    .t3-copyright {
        font-size: 13px;
    }

    .t3-megamenu > ul li a {
        padding: 30px 5px;
        font-size: 14px;
    }

    .home-1 .container {
        width: initial;
    }

    .home-1 .hoImageSlideDesc {
        font-size: 18px;
        max-width: 309px;
    }

    .home .hoImageSlideTitle {
        font-size: 24px;
        max-width: 300px;
    }

    .home-3 .owl-prev, .home-3 .owl-next {
        background: #000;
        color: #fff;
    }

    .home-3 .owl-prev {
        left: -19px;
    }

    .home-3 .owl-next {
        right: -19px;
    }

    .home .hoImageSlider .hoImageSlideCaption {
        position: absolute;
        top: 25%;
        left: 60%;
    }

    .logo a img.logo-img {
        vertical-align: middle;
        max-width: 100%;
    }

    .t3-megamenu > ul li a {
        padding: 24px 5px;
        font-size: 13px;
    }

    .spotlight-1 .hoParallax h1 {
 bottom: 63%;
 font-size: 50px;
}



.spotlight-1 {
    max-height: 300px;
    overflow: hidden;
}
}
/* end of 1023 px */
@media screen and (max-width: 977px) {
.itemList {
    width: 100%;
}
.t3-sidebar.blogSidebar {
    width: 100%;
    text-align: center;
}
.news .itemListCategoriesBlock {
    float: left;
    width: 100%;
}
.news .itemList {
    width: 100%;
    
}

span.itemImage img, span.itemImage{
    position: relative;
    max-width: 100%;
}

.itemImageBlock {
    margin: auto;
    text-align: center;
    max-width: 100%;
}
}
/* 767 px */
@media screen and (max-width: 767px) {


h2.itemTitle {
    font-size: 30px;

   }
            li.sigProThumb {
    width: 48%;
}
ul#sigProIdfcd6101f17 {
    max-width: 100%;
}

.spotlight-1 .hoParallax h1 {
 bottom: 73%;
 font-size: 50px;
}

.view-item div#t3-content {
    padding-bottom: 0;
    padding: 0;
    padding-top: 40px;
}
div#singlePost{

 padding: 0;

}
.spotlight-1 {
    max-height: 200px;
    overflow: hidden;
}

    #t3-header .navIcon {
    float: right;
    position: absolute;
    right: 10px;
    top: 15px;
}
.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-bottom-width: 0;
    border-style: solid;
}
.t3-off-canvas .t3-off-canvas-body .dropdown-menu {
     
    margin-left: 10px;
    box-shadow: none;
    background: #000;
}

    #t3-header .navIcon:hover a i {
background-color: #f2e4cc;
    border-color: #f2e4cc;
    color: #111;
}
    #t3-header {
        position: static;
        z-index: 1111;
    }

    .navSearch {
        position: absolute;
        display: none;
    }

    .navSearch.active {
        top: 71px;
        display: block;
    }

    #t3-header .navIcon a i {
        padding: 13px 15px;
    }

    #t3-header .navIcon:hover a i {
    }

    button.btn.btn-primary.off-canvas-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 65px;
    }
h2.itemTitle:after {
    background: #000;
    content: " ";
    width: 100%;
    height: 2px;
    margin: auto;
    display: block;
    margin-top: 25px;
}
    .logo {
        text-align: left;
        padding: 12px 15px;
        padding-bottom: 6px;
    }

    .home-1 .hoImageSlideDesc {
        font-size: 18px;
        display: none;
        max-width: 309px;
    }

    .home .hoImageSlideTitle {
        font-size: 18px;
        max-width: 237px;
        margin-bottom: 20px;
    }

    .hoImageSlider a.btn.btn-primary {
        color: #000;
        background-color: #f2e4cc;
        border-color: #f2e4cc;
        border-radius: 0;
        padding: 0 8px;
        height: 45px;
        line-height: 45px;
        font-weight: 500;
        font-size: 14px;
    }

    section.t3-copyright .col-md-6 {
        text-align: center
    }

    .map {
        height: 300px!important;
    }


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
nav#t3-mainnav {
    display: none;
}
    .img-responsive{
    margin-left: auto;
    margin-right: auto;
}
div.itemBody>div.itemFullText {
    text-align: center;
}
.form-horizontal .control-group .controls {
    margin-left: 0;
}
}
/* end of 767 px */
/* 500 px */
@media screen and (max-width: 500px) {

    .alsolike .owl-nav.owl-nav {
     
    display: none;
}
.itemContainer.col-md-3.col-sm-4.col-xs-6.animated.bounceInUp {
    width: 100%;
}
                li.sigProThumb {
    width: 98%;
}
.itemListCategory h2 {
    width: 400px;
    background: #000;
    padding: 10px 20px;
    color: #fff;
    float: right;
    position: static;
    bottom: 15px;
    right: 22px;
    max-width: 100%;
}
.login .control-group {
    
    max-width: 100%;
}
.spotlight-1 .hoParallax h1 {
    bottom: 73%;
    font-size: 40px;
}

    .hoImageSlider a.btn.btn-primary {
        display: none;
    }

    .map {
        height: 250px!important;
    }

    .home .hoImageSlider .hoImageSlideCaption {
        position: absolute;
        top: 25%;
        left: 56%;
    }

    .home .hoImageSlideTitle {
        font-size: 14px;
        max-width: 199px;
        margin-bottom: 20px;
    }

    .t3-footnav img {
        margin-top: 60px;
        max-width: 100%;
    }

    .hoSignature {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .home-4 .hoSimpleBoxTitle {
        font-size: 33px;
        margin-bottom: 17px;
    }

    /*CONTACT*/
    .contact-contactinfo div {
        width: 35%!important;
        height: 64px
    }

    .contact-form dl {
        float: left;
        width: 100%
    }

    #jform_contact_email_copy {
        display: none
    }

    label#jform_contact_email_copy-lbl {
        display: none
    }

    .contact-form input,.contact-form #jform_contact_emailmsg {
        width: 100%
    }

    form#contact-form dt {
        margin-top: 15px
    }

    form#contact-form dl {
        margin-bottom: 0
    }

        .t3-spotlight.t3-footnav.row .col-xs-6 {
        width: 100%;
        text-align: center;
    }

    .t3-spotlight.t3-footnav.row h3.module-title:after {

    margin: auto;
    margin-top: 10px;
}
    .t3-footnav .list-unstyled {
        padding-left: 0;
        list-style: none;
        margin: auto;
        float: none;
        display: inline-block;
    }

    ul.sigProClassic {
    display: inline-block;
    margin-right: -10px!important;
    width: 100%;
}
}
/* end of 500 px */
/* 400px */
@media screen and (max-width: 400px) {
h2.itemTitle {
    font-size: 23px;
}
.alsolike .owl-nav.owl-nav {
    
    display: none;
}
    .t3-spotlight.t3-footnav.row .col-xs-6 {

    width:100%;
    margin:auto;
    text-align:center;
}

.t3-spotlight.t3-footnav.row li {
    margin:auto;
   text-align:center;


}


    .home-3 .owl-prev {
        left: -12px;
    }

    .home-3 .owl-next {
        right: -12px;
    }

    h3.module-title:after {
        display: block;
        width: 40px;
        height: 4px;
        content: " ";
        background: #f2e4cc;
        margin: auto;
        margin-top: 5px;
    }

    .home .hoImageSlideTitle {
        font-size: 13px;
        max-width: 159px;
        margin-bottom: 20px;
    }



    .t3-footnav img {
        margin-top: 10px;
        max-width: 100%;
    }

    .t3-footnav {
        padding: 20px 0;
    }

    .home-4 .hoSimpleBoxTitle {
        font-size: 28px;
        margin-bottom: 17px;
    }


}
/* end of 400px */
/* 350 */
@media screen and (max-width: 350px) {

    .news .post_item h4.post_title {
    
    font-size: 14px;
    .insideitem {
    width: 100%;
    float: left;
    padding-right: 20px;
    padding: 0;
}
}
    #t3-header .navIcon a i {
    padding: 8px 15px;
}
button.btn.btn-primary.off-canvas-toggle {
    display: block;
    position: absolute;
    top: 9px;
    right: 65px;
}

.logo a img.logo-img {
    vertical-align: middle;
    max-width: 78%;
}
}
/* end of 350px */
/* responsive end */