html {
    font-size: 93.75%;
}
section {
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #343434;
    font-family: "Montserrat",sans-serif;
}
body {
    background-color: #f2f2f2;
}
p {
    color: #6a6a6a;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 22px;
}
#sub-header {
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    width: 100%;
}
#sub-header ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#sub-header .left-info {
    float: left;
    margin-left: 15px;
}
#sub-header .left-info ul li {
    border-right: 1px solid #eeeeee;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 10px;
    padding-right: 15px;
}
#sub-header .left-info ul li a {
    color: #c3c3c3;
}
#sub-header .left-info ul li i {
    font-size: 13px;
    margin-right: 8px;
}
#sub-header .left-info ul li a:hover {
    color: #224078;
    transition: all 0.5s ease 0s;
}
#sub-header .left-info ul li:last-child {
    border-right: medium none;
}
#sub-header .right-info {
    float: right;
    margin-right: 15px;
}
#sub-header .right-info ul li {
    display: inline-block;
    margin-left: 5px;
}
#sub-header .right-info ul li a {
    background-color: #dddddd;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    text-align: center;
    width: 22px;
}
#sub-header .right-info ul li i {
    font-size: 11px;
}
#sub-header .right-info ul li a:hover {
    background-color: #224078;
    transition: all 0.5s ease 0s;
}
#cssmenu ul {
    margin: 0;
    padding: 0;
}
header {
    background: #fff none repeat scroll 0 0;
    height: 80px;
    position: relative;
    width: 100%;
}
.logo {
    float: left;
    line-height: 80px;
    margin-left: 30px;
    position: relative;
    z-index: 123;
}
.logo img {
    max-width: 100%;
    overflow: hidden;
}
nav {
    margin: 0 auto;
    position: relative;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    position: relative;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #head-mobile {
    display: none;
}
#cssmenu {
    background: #ffffff none repeat scroll 0 0;
    font-family: sans-serif;
}
#cssmenu > ul {
    float: right;
    margin-right: 30px;
}
#cssmenu > ul > li {
    display: inline-block;
    padding: 17px 0;
    z-index: 999;
}
#cssmenu > ul > li:last-child a {
    padding-right: 0;
}
#cssmenu > ul > li > a {
    color: #343434;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 17px;
    text-transform: capitalize;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #339966;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    color: #224078;
    transition: all 0.5s ease 0s;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a::after {
    background: #6a6a6a none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 11px;
    top: 22px;
    width: 8px;
}
#cssmenu > ul > li.has-sub > a::before {
    background: #6a6a6a none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 19px;
    transition: all 0.25s ease 0s;
    width: 2px;
}
#cssmenu > ul > li.has-sub:hover > a::before {
    height: 0;
    top: 23px;
}
#cssmenu ul ul {
    left: -9999px;
    position: absolute;
}
#cssmenu ul ul li {
    background: #323637 none repeat scroll 0 0;
    height: 0;
    transition: all 0.25s ease 0s;
}
#cssmenu ul ul {
    margin-top: 17px;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu li:hover > ul > li {
    height: 100%;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid #eeeeee;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    letter-spacing: 0.75px;
    padding: 13px 5px 10px 15px;
    text-transform: capitalize;
    width: 200px;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0 none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #339966;
    transition: all 0.5s ease 0s;
}
#cssmenu ul ul li.has-sub > a::after {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 11px;
    top: 16px;
    width: 8px;
}
#cssmenu ul ul li.has-sub > a::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 14px;
    top: 13px;
    transition: all 0.25s ease 0s;
    width: 2px;
}
#cssmenu ul ul > li.has-sub:hover > a::before {
    height: 0;
    top: 17px;
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636 none repeat scroll 0 0;
}
#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333333;
}
@media screen and (max-width: 700px) {
.logo {
    float: left;
    position: absolute;
}
.logo2 {
    display: none;
}
#cssmenu ul li {
    padding: 0;
}
.logo {
    padding: 0;
}
.logo img {
    max-width: 80%;
    overflow: hidden;
}
nav {
    width: 100%;
}
#cssmenu {
    width: 100%;
}
#cssmenu ul {
    display: none;
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
}
#cssmenu ul li {
    border-top: 1px solid #eeeeee;
    width: 100%;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
    border-bottom: 0 none;
    width: 100%;
}
#cssmenu > ul > li {
    float: none;
}
#cssmenu ul ul li a {
    padding: 15px 25px;
}
#cssmenu ul ul li {
    background: #323637 none repeat scroll 0 0;
}
#cssmenu ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ddd;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #ffffff;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    left: 0;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu > ul > li.has-sub > a::before, #cssmenu ul ul > li.has-sub > a::after, #cssmenu ul ul > li.has-sub > a::before {
    display: none;
}
#cssmenu #head-mobile {
    color: #343434;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 23px;
}
.button {
    cursor: pointer;
    height: 46px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 55px;
    z-index: 12399994;
}
.button::after {
    border-bottom: 2px solid #343434;
    border-top: 2px solid #343434;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 20px;
}
.button::before {
    background: #343434 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 16px;
    transition: all 0.3s ease 0s;
    width: 20px;
}
.button.menu-opened::after {
    background: #343434 none repeat scroll 0 0;
    border: 0 none;
    height: 2px;
    top: 23px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 19px;
}
.button.menu-opened::before {
    background: #343434 none repeat scroll 0 0;
    top: 23px;
    transform: rotate(-45deg);
    width: 19px;
}
#cssmenu .submenu-button {
    border-left: 1px solid #eeeeee;
    cursor: pointer;
    display: block;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    z-index: 99;
}
#cssmenu .submenu-button.submenu-opened {
    background: #262626 none repeat scroll 0 0;
}
#cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#cssmenu .submenu-button::after {
    background: #343434 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 19px;
    top: 22px;
    width: 8px;
}
#cssmenu ul ul .submenu-button::after {
    right: 13px;
    top: 15px;
}
#cssmenu .submenu-button.submenu-opened::after {
    background: #ffffff none repeat scroll 0 0;
}
#cssmenu .submenu-button::before {
    background: #343434 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 22px;
    top: 19px;
    width: 2px;
}
#cssmenu ul ul .submenu-button::before {
    right: 16px;
    top: 12px;
}
#cssmenu .submenu-button.submenu-opened::before {
    display: none;
}
#cssmenu ul ul ul li.active a {
    border-left: medium none;
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: medium none;
}
}
section.footer footer {
    background-color: #323637;
    padding: 35px 15px;
}
section.footer footer .heading {
    margin-bottom: 20px;
}
section.footer footer .heading h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
section.footer footer .about-us {
    margin-bottom: 45px;
}
}
section.footer footer .about-us .logo {
    float: none;
    line-height: normal;
    margin-bottom: 18px;
    margin-left: 0;
    position: relative;
    z-index: 123;
}
section.footer footer .about-us .logo a {
    color: #ffffff;
}
section.footer footer .about-us p {
    color: #ffffff;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
section.footer footer .tags {
    margin-bottom: 45px;
}
}
section.footer footer .tags ul.tags-cloud {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.footer footer .tags ul.tags-cloud li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 8px;
}
section.footer footer .tags ul.tags-cloud li a {
    border: 1px solid #ffffff;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 5px 12px;
}
section.footer footer .tags ul.tags-cloud li a:hover {
    background-color: #224078;
    border: 1px solid #224078;
    transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
section.footer footer .social-links {
    margin-bottom: 45px;
}
}
section.footer footer .social-links ul.social-links {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.footer footer .social-links ul.social-links li {
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
section.footer footer .social-links ul.social-links li em {
    font-size: 11px;
    font-style: normal;
}
section.footer footer .social-links ul.social-links li a {
    color: #ffffff;
}
section.footer footer .social-links ul.social-links li a i {
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    text-align: center;
    width: 40px;
}
section.footer footer .social-links ul.social-links li:hover {
    cursor: pointer;
}
section.footer footer .social-links ul.social-links li:hover a i {
    background-color: #224078;
    border: 1px solid #224078;
    transition: all 0.5s ease 0s;
}
section.footer footer .contact-us p {
    color: #ffffff;
    margin-bottom: 15px;
}
section.sub-footer .sub-footer-content {
    background-color: #ffffff;
    height: 40px;
    text-align: center;
}
section.sub-footer .sub-footer-content p {
    color: #343434;
    font-size: 12px;
    line-height: 40px;
    margin-bottom: 0;
}
section.sub-footer .sub-footer-content p a {
    color: #339966;
}
section.unique-team .unique-team-content {
    background-image: url("../images/unique-team-bg.png");
    background-size: cover;
    max-width: 100%;
    padding: 15px;
}
section.unique-team .unique-team-content .left-text {
    margin-left: 50px;
    margin-top: 100px;
}
@media (max-width: 991px) {
section.unique-team .unique-team-content .left-text {
    margin-bottom: 45px;
    margin-left: 0;
    margin-top: 30px;
}
}
section.unique-team .unique-team-content .left-text h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
section.unique-team .unique-team-content .left-text .line-dec {
    background-color: #224078;
    height: 2px;
    width: 80px;
}
section.unique-team .unique-team-content .left-text p {
    color: #ffffff;
    margin-top: 15px;
}
section.unique-team .unique-team-content .right-image img {
    max-width: 100%;
    overflow: hidden;
}
section.funny-facts .funny-facts-content {
    background-image: url("../images/funny-facts-bg.png");
    background-size: cover;
    max-width: 100%;
    padding: 70px 0;
}
@media (max-width: 991px) {
section.funny-facts .funny-facts-content {
    padding: 60px 15px 30px;
}
}
section.funny-facts .funny-facts-content .funny-facts-heading {
    margin-bottom: 70px;
    margin-top: 0;
    text-align: center;
}
section.funny-facts .funny-facts-content .funny-facts-heading h2 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
section.funny-facts .funny-facts-content .funny-facts-heading img {
    height: 32px;
    width: 32px;
}
section.funny-facts .funny-facts-content .funny-facts-heading p {
    color: #ffffff;
    margin-top: 20px;
}
section.funny-facts .funny-facts-content .fact-item {
    text-align: center;
}
@media (max-width: 991px) {
section.funny-facts .funny-facts-content .fact-item {
    margin-bottom: 45px;
}
}
section.funny-facts .funny-facts-content .fact-item .count-focus {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    height: 90px;
    letter-spacing: 0.5px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}
section.funny-facts .funny-facts-content .fact-item .fact-role {
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 18px;
}
section.left-image .left-image-content {
    background-color: #ffffff;
    padding: 60px 15px;
}
section.left-image .left-image-content .left-image img {
    max-width: 100%;
    overflow: hidden;
}
section.left-image .left-image-content .right-text h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 30px;
    text-transform: uppercase;
}
section.left-image .left-image-content .right-text h2 em {
    color: #224078;
    font-style: normal;
}
section.left-image .left-image-content .right-text .line-dec {
    background-color: #339966;
    height: 2px;
    width: 60px;
}
section.left-image .left-image-content .right-text p {
    margin-top: 20px;
}
section.left-image .left-image-content .right-text .accent-button {
    margin-top: 25px;
}
section.about-us .about-us-content {
    background-color: #ffffff;
    padding: 40px 15px;
}
section.about-us .about-us-content .text-content {
    text-align: center;
}
section.about-us .about-us-content .text-content h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: uppercase;
}
section.about-us .about-us-content .text-content h2 em {
    color: #224078;
    font-style: normal;
}
section.about-us .about-us-content .text-content .line-dec {
    background-color: #224078;
    height: 2px;
    margin: 0 auto;
    width: 60px;
}
section.about-us .about-us-content .text-content p {
    margin-bottom: 0;
    margin-top: 20px;
}
section.who-we-are .whoweare-content {
    background-color: #ffffff;
    padding: 15px;
}
section.who-we-are .whoweare-content .left-image img {
    width: 100%;
}
@media (max-width: 991px) {
section.who-we-are .whoweare-content .right-text {
    margin-top: 15px;
}
}
section.who-we-are .whoweare-content .right-text h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-transform: uppercase;
}
section.who-we-are .whoweare-content .right-text .line-dec {
    background-color: #224078;
    height: 2px;
    width: 60px;
}
section.who-we-are .whoweare-content .right-text p {
    margin-bottom: 10px;
    margin-top: 20px;
}
section.who-we-are .whoweare-content .right-text .item {
    margin-top: 30px;
}
section.who-we-are .whoweare-content .right-text .item .icon {
    background-color: #f4f4f4;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
    text-align: center;
    width: 70px;
}
section.who-we-are .whoweare-content .right-text .item .icon img {
    max-width: 100%;
    overflow: hidden;
}
section.who-we-are .whoweare-content .right-text .item .text-content h4 {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
}
@media (max-width: 991px) {
section.who-we-are .whoweare-content .right-text .item .text-content h4 {
    padding-top: 15px;
}
}
section.who-we-are .whoweare-content .right-text .item .text-content p {
    margin-bottom: 0;
    margin-top: 5px;
}
section.team-members .team-member-content {
    background-color: #ffffff;
    padding: 15px;
}
@media (max-width: 991px) {
section.team-members .team-member-content {
    padding: 15px 15px 0;
}
}
@media (max-width: 991px) {
section.team-members .team-member-content .team-member-item {
    margin-bottom: 15px;
}
}
section.team-members .team-member-content .team-member-item .thumb-holder {
    position: relative;
}
section.team-members .team-member-content .team-member-item .thumb-holder img {
    overflow: hidden;
    width: 100%;
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content {
    background-color: rgba(250, 250, 250, 0.9);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content ul {
    list-style: outside none none;
    margin-top: 40%;
    padding: 0;
    transform: translateY(-250px);
    transition: all 0.5s ease-in-out 0s;
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content ul li {
    display: inline-block;
    margin: 0;
}
section.team-members .team-member-content .team-member-item .thumb-holder .hover-content ul li i {
    background-color: #224078;
    color: #ffffff;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
}
section.team-members .team-member-content .team-member-item .down-content {
    margin-top: 10px;
    text-align: center;
}
section.team-members .team-member-content .team-member-item .down-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}
section.team-members .team-member-content .team-member-item .down-content .line-dec {
    background-color: #224078;
    height: 2px;
    margin: 10px auto;
    width: 40px;
}
section.team-members .team-member-content .team-member-item .down-content h4 {
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 0;
}
section.team-members .team-member-content .team-member-item .down-content p {
    margin-bottom: 0;
}
section.team-members .team-member-content .team-member-item .thumb-holder:hover .hover-content {
    opacity: 1;
    transition: all 0.7s ease 0s;
    visibility: visible;
}
section.team-members .team-member-content .team-member-item .thumb-holder:hover .hover-content ul {
    transform: translateY(-10px);
    transition: all 0.6s ease-in-out 0s;
}
.latest-posts .latest-posts-content {
    background-color: #ffffff;
    padding: 15px;
}
.latest-posts .latest-posts-content ul.latest {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.latest-posts .latest-posts-content ul.latest li {
    display: block;
    margin-bottom: 25px;
}
.latest-posts .latest-posts-content ul.latest li img {
    float: left;
    margin-right: 10px;
    max-width: 105px;
    overflow: hidden;
}
.latest-posts .latest-posts-content ul.latest li .lifestyle span {
    color: #a96280 !important;
}
.latest-posts .latest-posts-content ul.latest li .lifestyle .line-dec {
    background-color: #a96280 !important;
}
.latest-posts .latest-posts-content ul.latest li .sport span {
    color: #88a962 !important;
}
.latest-posts .latest-posts-content ul.latest li .sport .line-dec {
    background-color: #88a962 !important;
}
.latest-posts .latest-posts-content ul.latest li .technology span {
    color: #e79b52 !important;
}
.latest-posts .latest-posts-content ul.latest li .technology .line-dec {
    background-color: #e79b52 !important;
}
.latest-posts .latest-posts-content ul.latest li .right-text span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
.latest-posts .latest-posts-content ul.latest li .right-text .line-dec {
    background-color: #224078;
    height: 2px;
    margin-left: 115px;
    width: 40px;
}
.latest-posts .latest-posts-content ul.latest li .right-text h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 5px;
}
.latest-posts .latest-posts-content ul.latest li .right-text em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
.latest-posts .latest-posts-content ul.latest li:last-child {
    margin-bottom: 0;
}
.latest-posts-content {
    height: 377.5px !important;
    overflow-x: hidden;
}
.tab-posts-content {
    height: 429px !important;
    overflow-x: hidden;
}
@media (max-width: 991px) {
section.latest-items .lifestyle {
    margin-top: 15px;
}
}
section.latest-items .lifestyle .thumb-holder .text-content span {
    background-color: rgba(169, 98, 128, 0.9) !important;
}
@media (max-width: 991px) {
section.latest-items .sport {
    margin-top: 15px;
}
}
section.latest-items .sport .thumb-holder .text-content span {
    background-color: rgba(136, 169, 98, 0.9) !important;
}
section.latest-items .latest-item {
    border: 5px solid #ffffff;
}
section.latest-items .latest-item .thumb-holder {
    position: relative;
}
section.latest-items .latest-item .thumb-holder img {
    overflow: hidden;
    width: 100%;
}
section.latest-items .latest-item .thumb-holder .text-content {
    bottom: 0;
    padding: 15px;
    position: absolute;
}
section.latest-items .latest-item .thumb-holder .text-content span {
    background-color: rgba(98, 154, 169, 0.9);
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px 10px;
}
section.latest-items .latest-item .thumb-holder .text-content h4 {
    background-color: rgba(250, 250, 250, 0.9);
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: -5px;
    padding: 10px;
}
@media (max-width: 991px) {
section.important-tabs .important-news {
    margin-bottom: 20px;
}
}
section.important-tabs .important-news .important-news-content {
    background-color: #ffffff;
    padding: 15px;
}
@media (max-width: 991px) {
section.important-tabs .important-news .important-news-content {
    padding: 15px 15px 0;
}
}
@media (max-width: 991px) {
section.important-tabs .important-news .important-news-content .important-news-item {
    margin-bottom: 15px;
}
}
section.important-tabs .important-news .important-news-content .important-news-item img {
    max-width: 100%;
    overflow: hidden;
}
section.important-tabs .important-news .important-news-content .important-news-item .lifestyle span {
    color: #a96280 !important;
}
section.important-tabs .important-news .important-news-content .important-news-item .lifestyle .line-dec {
    background-color: #a96280 !important;
}
section.important-tabs .important-news .important-news-content .important-news-item .sport span {
    color: #88a962 !important;
}
section.important-tabs .important-news .important-news-content .important-news-item .sport .line-dec {
    background-color: #88a962 !important;
}
section.important-tabs .important-news .important-news-content .important-news-item .technology span {
    color: #e79b52 !important;
}
section.important-tabs .important-news .important-news-content .important-news-item .technology .line-dec {
    background-color: #e79b52 !important;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content {
    margin-top: 10px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content .line-dec {
    background-color: #224078;
    height: 2px;
    width: 40px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 5px;
    margin-top: 5px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul li {
    display: inline-block;
    margin-right: 15px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul li em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content ul li:last-child {
    margin-right: 0;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content p {
    margin-top: 15px;
}
section.important-tabs .important-news .important-news-content .important-news-item .text-content .text-button a {
    color: #224078;
    font-size: 13px;
    letter-spacing: 0.5px;
}
section.important-tabs .tabs {
    width: 100%;
}
section.important-tabs .tab-links::after {
    clear: both;
    content: "";
    display: block;
}
section.important-tabs .tab-links {
    background-color: #224078;
    margin: 0;
    padding: 0;
}
section.important-tabs .tab-links li {
    border-right: 3px solid #ffffff;
    display: inline-block;
    margin-right: -3px;
}
section.important-tabs .tab-links li a {
    background-color: #224078;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    max-width: 100%;
    padding: 20px 15px;
    text-transform: uppercase;
}
section.important-tabs .tab-links a:hover {
    background-color: #4c7e8c;
    transition: all 0.5s ease 0s;
}
section.important-tabs li.active a {
    background-color: #4c7e8c;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
section.important-tabs .tab-content {
    background: #ffffff none repeat scroll 0 0;
    padding: 15px;
}
section.important-tabs .tab-content ul.latest {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.important-tabs .tab-content ul.latest li {
    border-bottom: 1px solid #eeeeee;
    display: block;
    margin-bottom: 15px;
}
section.important-tabs .tab-content ul.latest li img {
    float: left;
    margin-right: 10px;
    max-width: 105px;
    overflow: hidden;
}
section.important-tabs .tab-content ul.latest li .lifestyle span {
    color: #a96280 !important;
}
section.important-tabs .tab-content ul.latest li .lifestyle .line-dec {
    background-color: #a96280 !important;
}
section.important-tabs .tab-content ul.latest li .sport span {
    color: #88a962 !important;
}
section.important-tabs .tab-content ul.latest li .sport .line-dec {
    background-color: #88a962 !important;
}
section.important-tabs .tab-content ul.latest li .technology span {
    color: #e79b52 !important;
}
section.important-tabs .tab-content ul.latest li .technology .line-dec {
    background-color: #e79b52 !important;
}
section.important-tabs .tab-content ul.latest li .right-text span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
section.important-tabs .tab-content ul.latest li .right-text .line-dec {
    background-color: #224078;
    height: 2px;
    width: 40px;
}
section.important-tabs .tab-content ul.latest li .right-text h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 5px;
}
section.important-tabs .tab-content ul.latest li .right-text ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.important-tabs .tab-content ul.latest li .right-text ul li {
    border-bottom: medium none;
    display: inline-block;
    margin-right: 15px;
}
section.important-tabs .tab-content ul.latest li .right-text ul li em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
section.important-tabs .tab-content ul.latest li .right-text ul li:last-child {
    margin-right: 0;
}
section.important-tabs .tab-content ul.latest li:last-child {
    margin-bottom: 0;
}
section.important-tabs .tab {
    display: none;
}
section.important-tabs .tab.active {
    display: block;
}
section.recommended-posts .recommended-posts-content {
    background-color: #ffffff;
    padding: 15px;
}
section.recommended-posts .recommended-posts-content #owl-recommended {
    margin-bottom: -15px;
}
section.recommended-posts .recommended-posts-content .owl-pagination {
    display: inline-block;
    margin-top: -55px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9999;
}
section.recommended-posts .recommended-posts-content .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 2px;
    opacity: 0.75;
    width: 10px;
}
section.recommended-posts .recommended-posts-content .owl-pagination .active span {
    background-color: #ffffff;
    opacity: 1;
    transition: all 1s ease 0s;
}
section.recommended-posts .recommended-posts-content .lifestyle .text-content span {
    color: #a96280 !important;
}
section.recommended-posts .recommended-posts-content .lifestyle .text-content .line-dec {
    background-color: #a96280 !important;
}
section.recommended-posts .recommended-posts-content .sport .text-content span {
    color: #88a962 !important;
}
section.recommended-posts .recommended-posts-content .sport .text-content .line-dec {
    background-color: #88a962 !important;
}
section.recommended-posts .recommended-posts-content .technology .text-content span {
    color: #e79b52 !important;
}
section.recommended-posts .recommended-posts-content .technology .text-content .line-dec {
    background-color: #e79b52 !important;
}
section.recommended-posts .recommended-posts-content .recommended-post-item img {
    overflow: hidden;
    width: 100%;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content {
    margin-top: 10px;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content span {
    color: #339966;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content .line-dec {
    background-color: #339966;
    height: 2px;
    width: 40px;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 5px;
}
section.recommended-posts .recommended-posts-content .recommended-post-item .text-content em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
section.blog-page .blog-items .blog-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
}
section.blog-page .blog-items .blog-item img {
    max-width: 100%;
    overflow: hidden;
}
section.blog-page .blog-items .blog-item .lifestyle span {
    color: #a96280 !important;
}
section.blog-page .blog-items .blog-item .lifestyle .line-dec {
    background-color: #a96280 !important;
}
section.blog-page .blog-items .blog-item .sport span {
    color: #88a962 !important;
}
section.blog-page .blog-items .blog-item .sport .line-dec {
    background-color: #88a962 !important;
}
section.blog-page .blog-items .blog-item .technology span {
    color: #e79b52 !important;
}
section.blog-page .blog-items .blog-item .technology .line-dec {
    background-color: #e79b52 !important;
}
section.blog-page .blog-items .blog-item .text-content {
    margin-top: 10px;
}
section.blog-page .blog-items .blog-item .text-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
section.blog-page .blog-items .blog-item .text-content .line-dec {
    background-color: #224078;
    height: 2px;
    width: 40px;
}
section.blog-page .blog-items .blog-item .text-content h4 {
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 5px;
    margin-top: 5px;
}
section.blog-page .blog-items .blog-item .text-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.blog-page .blog-items .blog-item .text-content ul li {
    display: inline-block;
    margin-right: 15px;
}
section.blog-page .blog-items .blog-item .text-content ul li em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
section.blog-page .blog-items .blog-item .text-content ul li:last-child {
    margin-right: 0;
}
section.blog-page .blog-items .blog-item .text-content p {
    margin-top: 15px;
}
section.blog-page .blog-items .blog-item .text-content .text-button a {
    color: #224078;
    font-size: 13px;
    letter-spacing: 0.5px;
}
section.single-post-page .blog-items .blog-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
}
section.single-post-page .blog-items .blog-item img {
    max-width: 100%;
    overflow: hidden;
}
section.single-post-page .blog-items .blog-item .text-content {
    margin-top: 10px;
}
section.single-post-page .blog-items .blog-item .text-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
section.single-post-page .blog-items .blog-item .text-content .line-dec {
    background-color: #224078;
    height: 2px;
    width: 40px;
}
section.single-post-page .blog-items .blog-item .text-content h4 {
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 5px;
    margin-top: 8px;
}
section.single-post-page .blog-items .blog-item .text-content ul {
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 0;
}
section.single-post-page .blog-items .blog-item .text-content ul li {

    margin-right: 15px;
}
section.single-post-page .blog-items .blog-item .text-content ul li em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
section.single-post-page .blog-items .blog-item .text-content ul li:last-child {
    margin-right: 0;
}
section.single-post-page .blog-items .blog-item .text-content p {
    margin-bottom: 0;
}
section.single-post-page .blog-items .blog-item .text-content blockquote {
    background-color: #f4f4f4;
    color: #6a6a6a;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 25px;
    margin-bottom: 13px;
    margin-top: 15px;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share {
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .blog-item .text-content .tags-share {
    text-align: center;
}
}
section.single-post-page .blog-items .blog-item .text-content .tags-share h6 {
    float: left;
    margin-right: 5px;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .blog-item .text-content .tags-share h6 {
    float: none;
}
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags {
    border-right: 1px solid #f2f2f2;
    padding-bottom: 5px;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags {
    border-right: medium none;
}
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags li {
    margin-top: 8px;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags li a {
    background-color: #dddddd;
    border-radius: 20px;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    padding: 5px 10px;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul.tags li a:hover {
    background-color: #224078;
    transition: all 0.5s ease 0s;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 0;
    margin-top: 4px;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul li a i {
    background-color: #dddddd;
    border-radius: 50% !important;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
}
section.single-post-page .blog-items .blog-item .text-content .tags-share ul li a i:hover {
    background-color: #224078;
    transition: all 0.5s ease 0s;
}
section.single-post-page .blog-items .about-author {
    margin-bottom: 20px;
}
section.single-post-page .blog-items .about-author .author-content {
    background-color: #ffffff;
    padding: 15px;
}
section.single-post-page .blog-items .about-author .author-content .left-image img {
    max-width: 100%;
    overflow: hidden;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .about-author .author-content .left-image img {
    width: 100%;
}
}
section.single-post-page .blog-items .about-author .author-content .right-content {
    margin-left: -15px;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .about-author .author-content .right-content {
    margin-left: 0;
    margin-top: 15px;
}
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons {
    float: right;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li {
    display: inline-block;
    margin-right: 5px;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li a {
    background-color: #dddddd;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    text-align: center;
    width: 28px;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li i {
    font-size: 12px;
}
section.single-post-page .blog-items .about-author .author-content .right-content .social-icons ul li a:hover {
    background-color: #224078;
    transition: all 0.5s ease 0s;
}
section.single-post-page .blog-items .about-author .author-content .right-content h4 {
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 8px;
}
section.single-post-page .blog-items .about-author .author-content .right-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}
section.single-post-page .blog-items .about-author .author-content .right-content .line-dec {
    background-color: #224078;
    height: 2px;
    margin: 15px 0 12px;
    width: 40px;
}
section.single-post-page .blog-items .about-author .author-content .right-content p {
    margin-bottom: 0;
}
section.single-post-page .blog-items .read-comments {
    margin-bottom: 20px;
}
section.single-post-page .blog-items .read-comments .comments-content {
    background-color: #ffffff;
    padding: 15px;
}
section.single-post-page .blog-items .read-comments .comments-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.single-post-page .blog-items .read-comments .comments-content ul li {
    border-bottom: 1px dashed #eeeeee;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
section.single-post-page .blog-items .read-comments .comments-content ul li img {
    float: left;
    margin-right: 15px;
    max-width: 105px;
    overflow: hidden;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text a {
    color: #224078;
    display: block;
    float: right;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-bottom: 2px;
    margin-top: 0;
    padding-top: 3px;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
section.single-post-page .blog-items .read-comments .comments-content ul li .right-text p {
    margin-top: 7px;
}
section.single-post-page .blog-items .read-comments .comments-content ul .replied-comment {
    padding-left: 105px;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .read-comments .comments-content ul .replied-comment {
    padding-left: 30px;
}
}
section.single-post-page .blog-items .read-comments .comments-content ul li:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
section.single-post-page .blog-items .read-comments .comments-content ul li:last-child p {
    margin-bottom: 0;
}
section.single-post-page .blog-items .leave-comment .comment-content {
    background-color: #ffffff;
    padding: 15px;
}
section.single-post-page .blog-items .leave-comment .comment-content input {
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 40px;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .leave-comment .comment-content input {
    margin-bottom: 15px;
}
}
section.single-post-page .blog-items .leave-comment .comment-content textarea {
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 160px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    max-height: 220px;
    outline: medium none;
    overflow: hidden;
    padding: 12px 10px;
    position: relative;
    width: 100%;
}
@media (max-width: 991px) {
section.single-post-page .blog-items .leave-comment .comment-content textarea {
    margin-top: 0;
}
}
section.single-post-page .blog-items .leave-comment .comment-content .accent-button {
    margin-top: 15px;
}
section.contact-form .content-map {
    background-color: #ffffff;
    padding: 15px;
}
@media (max-width: 991px) {
section.contact-form .content-map {
    margin-bottom: 20px;
}
}
section.contact-form .message-content {
    background-color: #ffffff;
    padding: 15px;
}
section.contact-form .message-content input {
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 40px;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
@media (max-width: 991px) {
section.contact-form .message-content input {
    margin-bottom: 15px;
}
}
section.contact-form .message-content textarea {
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 200px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    max-height: 220px;
    outline: medium none;
    overflow: hidden;
    padding: 12px 10px;
    position: relative;
    width: 100%;
}
@media (max-width: 991px) {
section.contact-form .message-content textarea {
    margin-top: 0;
}
}
section.contact-form .message-content button {
    background-color: #224078;
    border: medium none;
    border-radius: 20px;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 10px 17px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
section.contact-form .message-content button {
    display: inline-block !important;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 17px !important;
    position: relative;
    width: auto;
}
}
section.contact-form .message-content button::after {
    border: medium none !important;
}
section.contact-form .message-content button::before {
    background: transparent none repeat scroll 0 0;
}
section.gallery .widget-heading {
    width: 100%;
}
section.gallery .widget-heading .filters {
    display: inline;
    float: right;
    margin-right: 15px;
    margin-top: -40px;
}
@media (max-width: 991px) {
section.gallery .widget-heading .filters {
    background-color: #224078;
    display: inline-block;
    float: none;
    padding-bottom: 20px;
    width: 100%;
}
}
section.gallery .widget-heading .filters ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.gallery .widget-heading .filters ul li {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    letter-spacing: 0.25px;
    margin-left: 20px;
}
section.gallery .widget-heading .filters ul li .active {
    border-bottom: 2px solid #ffffff;
}
section.gallery .widget-heading .filters ul li:hover {
    opacity: 0.75;
    transition: all 0.5s ease 0s;
}
section.gallery .gallery-content {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 15px 0;
}
section.gallery .gallery-content .item {
    margin-bottom: 15px;
}
section.gallery .gallery-content .item .thumb-holder {
    position: relative;
}
section.gallery .gallery-content .item .thumb-holder img {
    overflow: hidden;
    width: 100%;
}
section.gallery .gallery-content .item .thumb-holder .hover-content {
    background-color: rgba(250, 250, 250, 0.9);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
section.gallery .gallery-content .item .thumb-holder .hover-content ul {
    list-style: outside none none;
    margin-top: 35%;
    padding: 0;
    transform: translateY(250px);
    transition: all 0.5s ease-in-out 0s;
}
section.gallery .gallery-content .item .thumb-holder .hover-content ul li {
    display: inline-block;
    margin: 0 5px;
}
section.gallery .gallery-content .item .thumb-holder .hover-content ul li i {
    background-color: #224078;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
section.gallery .gallery-content .item .down-content {
    margin-top: 10px;
    text-align: left;
}
section.gallery .gallery-content .item .down-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}
section.gallery .gallery-content .item .down-content h4 {
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 5px;
}
section.gallery .gallery-content .item .thumb-holder:hover .hover-content {
    opacity: 1;
    transition: all 0.7s ease 0s;
    visibility: visible;
}
section.gallery .gallery-content .item .thumb-holder:hover .hover-content ul {
    transform: translateY(-10px);
    transition: all 0.6s ease-in-out 0s;
}
@media (max-width: 991px) {
section.new-arrivals .women {
    margin-top: 15px;
}
}
section.new-arrivals .women .thumb-holder .text-content span {
    background-color: rgba(233, 73, 73, 0.9) !important;
}
@media (max-width: 991px) {
section.new-arrivals .kids {
    margin-top: 15px;
}
}
section.new-arrivals .kids .thumb-holder .text-content span {
    background-color: rgba(98, 204, 65, 0.9) !important;
}
section.new-arrivals .arrival-item .thumb-holder {
    position: relative;
}
section.new-arrivals .arrival-item .thumb-holder img {
    overflow: hidden;
    width: 100%;
}
section.new-arrivals .arrival-item .thumb-holder .text-content {
    border: 3px solid #ffffff;
    bottom: 0;
    margin: 15px;
    padding: 110px 0 0;
    position: absolute;
}
section.new-arrivals .arrival-item .thumb-holder .text-content span {
    background-color: rgba(98, 154, 169, 0.9);
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-transform: uppercase;
}
section.new-arrivals .arrival-item .thumb-holder .text-content span em {
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 300;
}
section.new-arrivals .arrival-item .thumb-holder .text-content h4 {
    background-color: rgba(250, 250, 250, 0.9);
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: -5px;
    padding: 10px;
}
#arrivals-items .mix {
    display: none;
}
section.featured-products .widget-heading {
    width: 100%;
}
section.featured-products .widget-heading .filters {
    display: inline;
    float: right;
    margin-right: 15px;
    margin-top: -40px;
}
@media (max-width: 991px) {
section.featured-products .widget-heading .filters {
    background-color: #224078;
    display: inline-block;
    float: none;
    padding-bottom: 20px;
    width: 100%;
}
}
section.featured-products .widget-heading .filters ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.featured-products .widget-heading .filters ul li {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    letter-spacing: 0.25px;
    margin-left: 20px;
}
section.featured-products .widget-heading .filters ul li .active {
    border-bottom: 2px solid #ffffff;
}
section.featured-products .widget-heading .filters ul li:hover {
    opacity: 0.75;
    transition: all 0.5s ease 0s;
}
section.featured-products .featured-products-content {
    background-color: #ffffff;
    padding: 15px;
}
@media (max-width: 991px) {
section.featured-products .featured-products-content {
    padding: 15px 15px 0;
}
}
@media (max-width: 991px) {
section.featured-products .featured-products-content .item {
    margin-bottom: 15px;
    width: 100%;
}
}
section.featured-products .featured-products-content .item .thumb-holder {
    position: relative;
}
section.featured-products .featured-products-content .item .thumb-holder img {
    overflow: hidden;
    width: 100%;
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content {
    background-color: rgba(250, 250, 250, 0.9);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content ul {
    list-style: outside none none;
    margin-top: 60%;
    padding: 0;
    transform: translateY(250px);
    transition: all 0.5s ease-in-out 0s;
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content ul li {
    display: inline-block;
    margin: 0 5px;
}
section.featured-products .featured-products-content .item .thumb-holder .hover-content ul li i {
    background-color: #224078;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
section.featured-products .featured-products-content .item .women span {
    color: #e94949 !important;
}
section.featured-products .featured-products-content .item .women .line-dec {
    background-color: #e94949 !important;
}
section.featured-products .featured-products-content .item .kids span {
    color: #62cc41 !important;
}
section.featured-products .featured-products-content .item .kids .line-dec {
    background-color: #62cc41 !important;
}
section.featured-products .featured-products-content .item .down-content {
    margin-top: 10px;
    text-align: center;
}
section.featured-products .featured-products-content .item .down-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}
section.featured-products .featured-products-content .item .down-content .line-dec {
    background-color: #224078;
    height: 2px;
    margin: 0 auto;
    width: 40px;
}
section.featured-products .featured-products-content .item .down-content h4 {
    font-size: 15px;
    letter-spacing: 0.25px;
    line-height: 22px;
    margin-bottom: 5px;
}
section.featured-products .featured-products-content .item .down-content p {
    color: #aaaaaa;
    font-size: 12px;
    margin-bottom: 0;
}
section.featured-products .featured-products-content .item .down-content p em {
    color: #224078;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.25px;
}
section.featured-products .featured-products-content .item .thumb-holder:hover .hover-content {
    opacity: 1;
    transition: all 0.7s ease 0s;
    visibility: visible;
}
section.featured-products .featured-products-content .item .thumb-holder:hover .hover-content ul {
    transform: translateY(-10px);
    transition: all 0.6s ease-in-out 0s;
}
section.left-image-shop .left-image-shop-content {
    background-color: #ffffff;
    padding: 20px 15px 30px;
}
section.left-image-shop .left-image-shop-content .left-image img {
    max-width: 100%;
    overflow: hidden;
}
section.left-image-shop .left-image-shop-content #getting-started {
    display: block;
    float: right;
    margin-left: 30px;
    margin-top: 0;
    text-align: center;
}
section.left-image-shop .left-image-shop-content #getting-started em {
    background-color: #224078;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 18px 15px;
    position: relative;
    width: 50px;
}
section.left-image-shop .left-image-shop-content #getting-started span {
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    margin-top: -15px;
}
section.left-image-shop .left-image-shop-content .right-text {
    margin-left: -60px;
    text-align: left;
}
@media (max-width: 991px) {
section.left-image-shop .left-image-shop-content .right-text {
    margin-left: 0;
}
}
section.left-image-shop .left-image-shop-content .right-text h2 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 60px;
    text-transform: uppercase;
}
section.left-image-shop .left-image-shop-content .right-text h2 em {
    color: #224078;
    font-style: normal;
}
section.left-image-shop .left-image-shop-content .right-text .line-dec {
    background-color: #224078;
    height: 2px;
    width: 60px;
}
section.left-image-shop .left-image-shop-content .right-text p {
    margin-top: 20px;
}
section.left-image-shop .left-image-shop-content .right-text .accent-button {
    margin-top: 25px;
}
section.shop-page .filter-controls .widget-heading {
    margin-bottom: 20px;
    width: 100%;
}
section.shop-page .filter-controls .widget-heading .filters {
    display: inline;
    float: right;
    margin-right: 15px;
    margin-top: -40px;
}
@media (max-width: 991px) {
section.shop-page .filter-controls .widget-heading .filters {
    background-color: #224078;
    display: inline-block;
    float: none;
    padding-bottom: 20px;
    width: 100%;
}
}
section.shop-page .filter-controls .widget-heading .filters ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.shop-page .filter-controls .widget-heading .filters ul li {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    letter-spacing: 0.25px;
    margin-left: 20px;
}
section.shop-page .filter-controls .widget-heading .filters ul li .active {
    border-bottom: 2px solid #ffffff;
}
section.shop-page .filter-controls .widget-heading .filters ul li:hover {
    opacity: 0.75;
    transition: all 0.5s ease 0s;
}
section.shop-page .shop-items .item {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
}
section.shop-page .shop-items .item .thumb-holder {
    position: relative;
}
section.shop-page .shop-items .item .thumb-holder img {
    overflow: hidden;
    width: 100%;
}
section.shop-page .shop-items .item .thumb-holder .hover-content {
    background-color: rgba(250, 250, 250, 0.9);
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
section.shop-page .shop-items .item .thumb-holder .hover-content ul {
    list-style: outside none none;
    margin-top: 60%;
    padding: 0;
    transform: translateY(250px);
    transition: all 0.5s ease-in-out 0s;
}
section.shop-page .shop-items .item .thumb-holder .hover-content ul li {
    display: inline-block;
    margin: 0 5px;
}
section.shop-page .shop-items .item .thumb-holder .hover-content ul li i {
    background-color: #224078;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
section.shop-page .shop-items .item .women span {
    color: #e94949 !important;
}
section.shop-page .shop-items .item .women .line-dec {
    background-color: #e94949 !important;
}
section.shop-page .shop-items .item .kids span {
    color: #62cc41 !important;
}
section.shop-page .shop-items .item .kids .line-dec {
    background-color: #62cc41 !important;
}
section.shop-page .shop-items .item .down-content {
    margin-top: 10px;
    text-align: center;
}
section.shop-page .shop-items .item .down-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}
section.shop-page .shop-items .item .down-content .line-dec {
    background-color: #224078;
    height: 2px;
    margin: 0 auto;
    width: 40px;
}
section.shop-page .shop-items .item .down-content h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 5px;
}
section.shop-page .shop-items .item .down-content p {
    color: #aaaaaa;
    font-size: 12px;
    margin-bottom: 0;
}
section.shop-page .shop-items .item .down-content p em {
    color: #224078;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.25px;
}
section.shop-page .shop-items .item .thumb-holder:hover .hover-content {
    opacity: 1;
    transition: all 0.7s ease 0s;
    visibility: visible;
}
section.shop-page .shop-items .item .thumb-holder:hover .hover-content ul {
    transform: translateY(-10px);
    transition: all 0.6s ease-in-out 0s;
}
section.single-product-page .shop-item {
    background-color: #ffffff;
    padding: 10px;
}
section.single-product-page .shop-item .single-slider .flex-direction-nav a {
    display: none;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs {
    text-align: center;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li {
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li img {
    opacity: 0.7;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li img:hover {
    opacity: 1 !important;
    transition: all 0.5s ease 0s;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li img.flex-active {
    opacity: 1;
}
section.single-product-page .shop-item .single-slider .flex-control-thumbs li:last-child {
    margin-right: 0;
}
section.single-product-page .shop-item .women span {
    color: #e94949 !important;
}
section.single-product-page .shop-item .women .line-dec {
    background-color: #e94949 !important;
}
section.single-product-page .shop-item .kids span {
    color: #62cc41 !important;
}
section.single-product-page .shop-item .kids .line-dec {
    background-color: #62cc41 !important;
}
section.single-product-page .shop-item .right-content {
    margin-top: 10px;
}
@media (max-width: 991px) {
section.single-product-page .shop-item .right-content {
    margin-top: 15px;
}
}
section.single-product-page .shop-item .right-content .price {
    float: right;
}
section.single-product-page .shop-item .right-content .price em {
    color: #224078;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
section.single-product-page .shop-item .right-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
}
section.single-product-page .shop-item .right-content .line-dec {
    background-color: #224078;
    height: 2px;
    width: 40px;
}
section.single-product-page .shop-item .right-content h4 {
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 20px;
}
section.single-product-page .shop-item .right-content p {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}
section.single-product-page .shop-item .right-content .accordion {
    margin-right: 15px;
}
section.single-product-page .shop-item .right-content .accordion .accordion, section.single-product-page .shop-item .right-content .accordion .accordion * {
    box-sizing: border-box;
}
section.single-product-page .shop-item .right-content .accordion .accordion {
    overflow: hidden;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section {
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 0;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section:last-child {
    border-bottom: medium none;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title {
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 15px 0;
    transition: all 0.15s linear 0s;
    width: 100%;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title i {
    float: right;
    font-size: 18px;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title.active {
    color: #224078;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title.active i {
    transform: rotate(-180deg);
    transition: all 0.5s ease 0s;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-title:hover {
    color: #224078;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-content {
    background-color: #f4f4f4;
    display: none;
    padding: 0 15px 15px;
}
section.single-product-page .shop-item .right-content .accordion .accordion-section-content p {
    border-top: medium none;
}
section.single-product-page .shop-item .right-content .size-button {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
}
section.single-product-page .shop-item .right-content .share {
    margin-top: 15px;
}
section.single-product-page .shop-item .right-content .share h6 {
    float: left;
    margin-right: 12px;
    margin-top: 7px;
}
section.single-product-page .shop-item .right-content .share ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
section.single-product-page .shop-item .right-content .share ul li {
    display: inline-block;
    margin-right: 5px;
}
section.single-product-page .shop-item .right-content .share ul li a {
    background-color: #dddddd;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    text-align: center;
    width: 28px;
}
section.single-product-page .shop-item .right-content .share ul li i {
    font-size: 12px;
}
section.single-product-page .shop-item .right-content .share ul li a:hover {
    background-color: #224078;
    transition: all 0.5s ease 0s;
}
section.single-product-page .shop-item .right-content select {
    -moz-appearance: none;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    color: #6a6a6a;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    outline: medium none;
    padding: 0 15px;
    width: 120px;
}
section.single-product-page .shop-item .right-content label {
    float: left;
    margin-top: 0;
    position: relative;
}
section.single-product-page .shop-item .right-content label::after {
    color: #6a6a6a;
    content: "<>";
    font: 13px "Consolas",monospace;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(90deg);
}
section.single-product-page .shop-item .right-content label::before {
    content: "";
    display: block;
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: 0;
    width: 20px;
}
section.single-product-page .shop-item .right-content .accent-button {
    display: inline-block;
    margin-left: 15px;
}
section.single-product-page .tabs {
    margin-top: 20px;
    width: 100%;
}
section.single-product-page .tab-links::after {
    clear: both;
    content: "";
    display: block;
}
section.single-product-page .tab-links {
    background-color: #224078;
    margin: 0;
    padding: 0;
}
section.single-product-page .tab-links li {
    border-right: 3px solid #ffffff;
    display: inline-block;
    margin-right: -3px;
}
section.single-product-page .tab-links li a {
    background-color: #224078;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    max-width: 100%;
    padding: 20px 15px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
section.single-product-page .tab-links li a {
    font-size: 12px;
    letter-spacing: 0.75px;
    padding: 20px 10px;
}
}
section.single-product-page .tab-links a:hover {
    background-color: #4c7e8c;
    transition: all 0.5s ease 0s;
}
section.single-product-page li.active a {
    background-color: #4c7e8c;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
section.single-product-page .tab-content {
    background: #ffffff none repeat scroll 0 0;
    padding: 7.5px;
}
section.single-product-page .tab-content ul {
    list-style: outside none none;
    margin-top: 0 !important;
    padding: 0;
}
section.single-product-page .tab-content ul li {
    border-bottom: 1px dashed #eeeeee;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
section.single-product-page .tab-content ul li img {
    float: left;
    margin-right: 15px;
    max-width: 105px;
    overflow: hidden;
}
section.single-product-page .tab-content ul li .right-text a {
    color: #224078;
    display: block;
    float: right;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
section.single-product-page .tab-content ul li .right-text h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    margin-bottom: 2px;
    margin-top: 0;
    padding-top: 3px;
}
section.single-product-page .tab-content ul li .right-text em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
section.single-product-page .tab-content ul li .right-text p {
    margin-top: 7px;
}
section.single-product-page .tab-content ul .replied-comment {
    padding-left: 105px;
}
section.single-product-page .tab-content ul li:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}
section.single-product-page .tab-content ul li:last-child p {
    margin-bottom: 0;
}
section.single-product-page .tab-content ul {
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
}
section.single-product-page .tab-content ul li {
    color: #6a6a6a;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}
section.single-product-page .tab-content ul li:last-child {
    margin-bottom: 0;
}
section.single-product-page .tab {
    display: none;
}
section.single-product-page .tab.active {
    display: block;
}
.sidebar-content .search-form-content {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
}
@media (max-width: 991px) {
.sidebar-content .search-form-content {
    margin-top: 20px;
}
}
.sidebar-content .search-form-content input {
    border: 1px solid #eeeeee;
    color: #aaaaaa;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sidebar-content .about-us-content {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px;
}
.sidebar-content .about-us-content p {
    margin-bottom: 15px;
}
.sidebar-content .about-us-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar-content .about-us-content ul li {
    display: inline-block;
    margin-right: 5px;
}
.sidebar-content .about-us-content ul li a {
    background-color: #dddddd;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 28px;
    line-height: 27px;
    text-align: center;
    width: 28px;
}
.sidebar-content .about-us-content ul li i {
    font-size: 12px;
}
.sidebar-content .about-us-content ul li a:hover {
    background-color: #224078;
    transition: all 0.5s ease 0s;
}
.sidebar-content .latest-posts-content {
    margin-bottom: 20px;
}
.sidebar-content .latest-posts-content ul.latest-products li {
    margin-bottom: 32px;
}
.sidebar-content .latest-posts-content ul.latest-products li .right-text {
    padding-top: 10px;
}
.sidebar-content .latest-posts-content .women span {
    color: #e94949 !important;
}
.sidebar-content .latest-posts-content .women .line-dec {
    background-color: #e94949 !important;
}
.sidebar-content .latest-posts-content .kids span {
    color: #62cc41 !important;
}
.sidebar-content .latest-posts-content .kids .line-dec {
    background-color: #62cc41 !important;
}
.sidebar-content .latest-posts-content p {
    color: #aaaaaa;
    font-size: 12px;
    margin-bottom: 0;
}
.sidebar-content .latest-posts-content p em {
    color: #224078 !important;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.25px;
}
.sidebar-content .category-content {
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
}
.sidebar-content .category-content ul {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0 45px 0 0;
    padding: 0;
}
.sidebar-content .category-content ul li {
    display: block;
    margin-bottom: 10px;
}
.sidebar-content .category-content ul li a {
    color: #aaaaaa;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.sidebar-content .category-content ul li a:hover {
    color: #224078;
    transition: all 0.5s ease 0s;
}
.sidebar-content .category-content ul:last-child {
    margin-right: 0;
}
.sidebar-content .recommended-posts-content {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 15px 15px 0;
}
.sidebar-content .recommended-posts-content #owl-recommended {
    margin-bottom: -15px;
}
.sidebar-content .recommended-posts-content .owl-pagination {
    display: inline-block;
    margin-top: -55px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9999;
}
.sidebar-content .recommended-posts-content .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 2px;
    opacity: 0.75;
    width: 10px;
}
.sidebar-content .recommended-posts-content .owl-pagination .active span {
    background-color: #ffffff;
    opacity: 1;
    transition: all 1s ease 0s;
}
.sidebar-content .recommended-posts-content .women span {
    color: #e94949 !important;
}
.sidebar-content .recommended-posts-content .women .line-dec {
    background-color: #e94949 !important;
}
.sidebar-content .recommended-posts-content .kids span {
    color: #62cc41 !important;
}
.sidebar-content .recommended-posts-content .kids .line-dec {
    background-color: #62cc41 !important;
}
.sidebar-content .recommended-posts-content .lifestyle .text-content span {
    color: #a96280 !important;
}
.sidebar-content .recommended-posts-content .lifestyle .text-content .line-dec {
    background-color: #a96280 !important;
}
.sidebar-content .recommended-posts-content .sport .text-content span {
    color: #88a962 !important;
}
.sidebar-content .recommended-posts-content .sport .text-content .line-dec {
    background-color: #88a962 !important;
}
.sidebar-content .recommended-posts-content .technology .text-content span {
    color: #e79b52 !important;
}
.sidebar-content .recommended-posts-content .technology .text-content .line-dec {
    background-color: #e79b52 !important;
}
.sidebar-content .recommended-posts-content .recommended-post-item img {
    max-width: 100%;
    overflow: hidden;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content {
    margin-top: 10px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content .line-dec {
    background-color: #224078;
    height: 2px;
    width: 40px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content h4 {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 21px;
    margin-bottom: 5px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content p {
    color: #aaaaaa;
    font-size: 12px;
    margin-bottom: 0;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content p em {
    color: #224078 !important;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.25px;
}
.sidebar-content .recommended-posts-content .recommended-post-item .text-content em {
    color: #aaaaaa;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
}
.sidebar-content .tags-cloud-content {
    background-color: #ffffff;
    padding: 15px 15px 7px;
}
.sidebar-content .tags-cloud-content ul.tags-cloud {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar-content .tags-cloud-content ul.tags-cloud li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 5px;
}
.sidebar-content .tags-cloud-content ul.tags-cloud li a {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    color: #aaaaaa;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 5px 12px;
}
.sidebar-content .tags-cloud-content ul.tags-cloud li a:hover {
    background-color: #224078;
    border: 1px solid #224078;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
section.page-heading .page-heading-content {
    background-image: url(http://www.tnc.mn/wp-content/uploads/2017/12/Sambar.jpg);
    background-size: cover;
    max-width: 100%;
    padding: 60px 0;
    text-align: center;
}
@media (max-width: 991px) {
section.page-heading .page-heading-content {
    padding: 30px;
}
}
section.page-heading .page-heading-content .text-content {
    background-color: rgba(250, 250, 250, 0.9);
    display: inline-block;
    padding: 30px 40px;
}
section.page-heading .page-heading-content .text-content h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
section.page-heading .page-heading-content .text-content .line-dec {
    background-color: #224078;
    height: 2px;
    margin: 15px auto;
    width: 60px;
}
section.page-heading .page-heading-content .text-content p {
    color: #5a5a5a;
    margin-bottom: 0;
}
.widget-heading h6 {
    background-color: #339966;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 22px 15px;
    text-transform: uppercase;
}
.widget-heading h6 em {
    font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.first-line {
    color: #83afbb;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}
.second-line {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.black-text {
    color: #343434;
}
.third-line .line-dec {
    background-color: #224078;
    height: 2px;
    width: 80px;
}
.fourth-line p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}
.shop-slide .first-line {
    text-transform: capitalize;
}
.shop-slide .second-line {
    font-size: 36px;
    line-height: 40px;
}
.shop-slide .second-line em {
    color: #224078;
    font-style: normal;
}
.slider ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.slider .tp-caption {
    opacity: 0;
    visibility: hidden;
}
.slider .tp-caption a {
    color: #343434;
    letter-spacing: 1px !important;
}
.tp-bullets {
    z-index: 1 !important;
}
@media (max-width: 991px) {
.flexslider {
    margin-bottom: 20px;
}
}
.flexslider .flex-control-paging {
    display: none;
}
.flexslider .custom-navigation {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.flexslider .custom-navigation .flex-prev {
    float: right;
    margin-right: 47px;
}
.flexslider .custom-navigation .flex-prev i {
    background-color: rgba(250, 250, 250, 0.9);
    color: #343434;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    opacity: 0.5;
    text-align: center;
    width: 45px;
}
.flexslider .custom-navigation .flex-prev i:hover {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.flexslider .custom-navigation .flex-next {
    position: absolute;
    right: 0;
}
.flexslider .custom-navigation .flex-next i {
    background-color: rgba(250, 250, 250, 0.9);
    color: #343434;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    opacity: 0.5;
    text-align: center;
    width: 45px;
}
.flexslider .custom-navigation .flex-next i:hover {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.flexslider .slider-caption {
    bottom: 0;
    position: absolute;
    z-index: 999999;
}
@media (max-width: 991px) {
.flexslider .slider-caption {
    display: none;
}
}
.flexslider .slider-caption .lifestyle span {
    color: #a96280 !important;
}
.flexslider .slider-caption .lifestyle .line-dec {
    background-color: #a96280 !important;
}
.flexslider .slider-caption .sport span {
    color: #88a962 !important;
}
.flexslider .slider-caption .sport .line-dec {
    background-color: #88a962 !important;
}
.flexslider .slider-caption .nature span {
    color: #e79b52 !important;
}
.flexslider .slider-caption .nature .line-dec {
    background-color: #e79b52 !important;
}
.flexslider .slider-caption .caption-content {
    margin-bottom: 20px;
    margin-left: 15px;
}
.flexslider .slider-caption .caption-content span {
    color: #224078;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin-bottom: 3px;
}
.flexslider .slider-caption .caption-content .line-dec {
    background-color: #224078;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 80px;
}
.flexslider .slider-caption .caption-content h2 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.flexslider .slider-caption .caption-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.flexslider .slider-caption .caption-content ul li {
    display: inline-block;
    margin-right: 15px;
}
.flexslider .slider-caption .caption-content ul li em {
    border: 1px solid #ffffff;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 5px 12px;
}
.flexslider .slider-caption .caption-content ul li a i {
    background-color: #224078;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 4px 10px;
}
section.services-1 .services-content {
    background-color: #ffffff;
    padding: 15px;
}
@media (max-width: 991px) {
section.services-1 .services-content {
    padding: 15px 15px 0;
}
}
section.services-1 .services-content .service-item {
    background-color: #f4f4f4;
    box-shadow: 0 0 0 0 #f4f4f4 inset;
    cursor: pointer;
    padding: 30px 20px;
    text-align: center;
    transition: all 1s ease 0s;
}
@media (max-width: 991px) {
section.services-1 .services-content .service-item {
    margin-bottom: 15px;
}
}
section.services-1 .services-content .service-item .icon {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}
section.services-1 .services-content .service-item .icon img {
    max-width: 100%;
    overflow: hidden;
}
section.services-1 .services-content .service-item .text-content h4 {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    margin-top: 25px;
}
section.services-1 .services-content .service-item .text-content p {
    margin-bottom: 0;
}
section.services-1 .services-content .service-item:hover {
    box-shadow: 0 0 0 270px #339966 inset;
}
section.services-1 .services-content .service-item:hover h4 {
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
section.services-1 .services-content .service-item:hover p {
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
section.clients .clients-content {
    background-color: #ffffff;
    padding: 15px;
}
section.clients .clients-content #owl-clients {
    margin-bottom: -15px;
}
section.clients .clients-content #owl-clients .owl-item .client-item {
    background-color: #f4f4f4;
    border: 5px solid transparent;
    clear: both;
    cursor: pointer;
    display: inline-block;
    height: 160px;
    line-height: 155px;
    text-align: center;
    width: 100%;
}
@media (max-width: 991px) {
section.clients .clients-content #owl-clients .owl-item .client-item {
    height: 140px;
    line-height: 135px;
}
}
section.clients .clients-content #owl-clients .owl-item .client-item:hover {
    border: 5px solid #224078;
    transition: all 1s ease 0s;
}
section.testimonials .testimonials-content {
    background-image: url("../images/testimonials-bg.png");
    background-size: cover;
    max-width: 100%;
    padding: 60px 0;
}
section.testimonials .testimonials-content .owl-pagination {
    display: inline-block;
    opacity: 1;
    right: 15px;
    text-align: center;
    z-index: 9999;
}
section.testimonials .testimonials-content .owl-pagination .owl-page span {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 2px;
    opacity: 0.75;
    width: 10px;
}
section.testimonials .testimonials-content .owl-pagination .active span {
    background-color: #ffffff;
    opacity: 1;
    transition: all 1s ease 0s;
}
section.testimonials .testimonials-content .testimonials-heading {
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
}
section.testimonials .testimonials-content .testimonials-heading h2 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
section.testimonials .testimonials-content .testimonials-heading img {
    height: 32px;
    width: 32px;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item {
    text-align: center;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item h4 {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    margin-top: 20px;
}
section.testimonials .testimonials-content #owl-testimonials .testimonial-item h4 em {
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.accent-button a {
    background-color: #339966;
    border-radius: 20px;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 17px;
    text-transform: uppercase;
}
.light-button a {
    background-color: #f2f2f2;
    border-radius: 20px;
    color: #343434 !important;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 17px;
    text-transform: uppercase;
}
.white-button a {
    background-color: #ffffff;
    border-radius: 20px;
    color: #343434 !important;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 10px 17px;
    text-transform: uppercase;
}
.border-button a {
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff !important;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 9px 16px;
    text-transform: uppercase;
}
.text-button a {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.text-button a:hover {
    color: #224078;
    transition: all 0.5s ease 0s;
}
.go-top {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 30px;
    color: #ffffff !important;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 46px;
    z-index: 9999;
}
.go-top-visible {
    opacity: 1;
    visibility: visible;
}
.pagination {
    background-color: #ffffff;
    border-top: 2px solid #224078;
    margin: 0;
    width: 100%;
}
.pagination ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    display: inline-block;
    margin: 0 -2px;
}
.pagination ul li a {
    border-right: 1px solid #eeeeee;
    color: #6a6a6a;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}
.pagination ul li a:hover {
    color: #224078;
    transition: all 0.5s ease 0s;
}
.pagination ul .active a {
    background-color: #224078;
    color: #ffffff;
}
section.call-to-action .call-to-action-content {
    background-color: #224078;
    text-align: center;
}
section.call-to-action .call-to-action-content .left-image {
    left: 30px;
    position: absolute;
    top: 30px;
}
@media (max-width: 991px) {
section.call-to-action .call-to-action-content .left-image {
    top: 55px;
}
}
section.call-to-action .call-to-action-content .right-image {
    position: absolute;
    right: 30px;
    top: 30px;
}
@media (max-width: 991px) {
section.call-to-action .call-to-action-content .right-image {
    top: 55px;
}
}
section.call-to-action .call-to-action-content h2 {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
}
section.call-to-action .call-to-action-content h2 em {
    font-style: normal;
    font-weight: 700;
}
section.call-to-action .call-to-action-content .line-dec {
    background-color: #ffffff;
    height: 2px;
    margin: 20px auto 25px;
    width: 60px;
}
section.call-to-action .call-to-action-content p {
    color: #ffffff;
}
@media (max-width: 991px) {
section.call-to-action .call-to-action-content p {
    padding: 0 15px;
}
}
section.call-to-action .call-to-action-content .buttons {
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 30px;
}
section.call-to-action .call-to-action-content .buttons .white-button {
    display: inline-block;
    margin-left: 5px;
}
section.call-to-action .call-to-action-content .buttons .border-button {
    display: inline-block;
    margin-right: 5px;
}
section.page-404 .content-404 {
    background-image: url("../images/404-page-bg.png");
    background-size: cover;
    max-width: 100%;
    padding: 40px 0 80px;
    text-align: center;
}
section.page-404 .content-404 .text-content {
    text-align: center;
}
section.page-404 .content-404 .text-content h1 {
    color: #121212;
    font-size: 180px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
section.page-404 .content-404 .text-content .background-text {
    background-color: rgba(250, 250, 250, 0.95);
    display: inline-block;
    padding: 30px 100px;
}
@media (max-width: 991px) {
section.page-404 .content-404 .text-content .background-text {
    margin: 15px;
    padding: 30px 45px;
}
}
section.page-404 .content-404 .text-content .background-text h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
section.page-404 .content-404 .text-content .background-text .line-dec {
    background-color: #224078;
    height: 2px;
    margin: 15px auto;
    width: 60px;
}
section.page-404 .content-404 .text-content .background-text p {
    color: #343434;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
section.page-404 .content-404 .text-content .background-text .accent-button {
    margin-top: 20px;
}
body::after {
    content: url("../images/close.png") url("../images/loading.gif") url("../images/prev.png") url("../images/next.png");
    display: none;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    background-color: black;
    display: none;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 9999;
}
.lightbox {
    font-weight: normal;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
.lightbox .lb-image {
    border-radius: 3px;
    display: block;
    height: auto;
    max-width: inherit;
}
.lightbox a img {
    border: medium none;
}
.lb-outerContainer {
    background-color: white;
    border-radius: 4px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}
.lb-outerContainer::after {
    clear: both;
    content: "";
    display: table;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 43%;
    width: 100%;
}
.lb-cancel {
    background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll 0 0;
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}
.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
    outline: medium none;
}
.lb-prev, .lb-next {
    cursor: pointer;
    display: block;
    height: 100%;
}
.lb-nav a.lb-prev {
    background: rgba(0, 0, 0, 0) url("../images/prev.png") no-repeat scroll left 48%;
    float: left;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease 0s;
    width: 34%;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
}
.lb-nav a.lb-next {
    background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll right 48%;
    float: right;
    opacity: 0;
    right: 0;
    transition: opacity 0.6s ease 0s;
    width: 64%;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-dataContainer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
}
.lb-dataContainer::after {
    clear: both;
    content: "";
    display: table;
}
.lb-data {
    color: #ccc;
    padding: 0 4px;
}
.lb-data .lb-details {
    float: left;
    line-height: 1.1em;
    text-align: left;
    width: 85%;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-number {
    clear: left;
    color: #999999;
    display: block;
    font-size: 12px;
    padding-bottom: 1em;
}
.lb-data .lb-close {
    background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat scroll right top;
    display: block;
    float: right;
    height: 30px;
    opacity: 0.7;
    outline: medium none;
    text-align: right;
    transition: opacity 0.2s ease 0s;
    width: 30px;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}
input {
    border: 1px solid #ccc;
    font-size: 12px;
    height: 30px;
    padding: 4px 8px;
    position: absolute;
    width: 50%;
}
input:focus {
    outline: medium none;
}
button {
    text-align: center;
}
button:focus {
    outline: medium none;
}
button.btn-search, button.btn-reset {
    background: hotpink none repeat scroll 0 0;
    border: medium none;
    font-size: 12px;
    height: 30px;
    padding: 4px;
    position: absolute;
    width: 30px;
}
.sample {
    float: left;
    height: 50px;
    margin: 0 8%;
    position: relative;
    width: 34%;
}
.sample.one input, .sample.two input {
    border-radius: 15px;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 50%;
}
.sample.one input:focus, .sample.two input:focus {
    width: 100%;
}
.sample.one input:focus ~ button.btn-search, .sample.two input:focus ~ button.btn-search {
    background: hotpink none repeat scroll 0 0;
    color: #fff;
}
.sample.one input:focus ~ button.btn-reset, .sample.two input:focus ~ button.btn-reset {
    right: -22px;
}
.sample.one button, .sample.two button {
    transition: all 0.3s ease-in-out 0s;
}
.sample.one button.btn-search, .sample.two button.btn-search {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    height: 26px;
    right: 2px;
    top: 2px;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
}
.sample.one button.btn-reset, .sample.two button.btn-reset {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    right: 5px;
    top: 5px;
    width: 20px;
    z-index: -1;
}
.sample.three, .sample.four {
    perspective: 400px;
}
.sample.three input, .sample.four input {
    width: 120px;
}
.sample.three input:focus ~ button.btn-search, .sample.four input:focus ~ button.btn-search {
    transform: rotateY(180deg);
    transition: transform 0.6s ease-in-out 0.2s;
}
.sample.three input:focus ~ button.btn-reset, .sample.four input:focus ~ button.btn-reset {
    transform: rotateX(0deg) translateY(32px) translateX(2px);
    transition: transform 0.6s ease-in-out 0.8s;
}
.sample.three button.btn-search, .sample.four button.btn-search {
    backface-visibility: visible;
    color: #fff;
    padding: 0;
    position: relative;
    transform: rotateY(0deg);
    transform-origin: 121px 0 0;
    transition: transform 0.6s ease-in-out 0.2s;
    width: 120px;
}
.sample.three button.btn-reset, .sample.four button.btn-reset {
    backface-visibility: hidden;
    background: #ccc none repeat scroll 0 0;
    transform: rotateX(-180deg) translateY(30px) translateX(2px);
    transform-origin: 0 32px 0;
    transition: transform 0.6s ease-in-out 0.2s;
    width: 120px;
}
.sample.four button.btn-search {
    transition: transform 0.6s ease-in-out 0.8s;
}
.sample.five, .sample.six {
    perspective: 400px;
}
.sample.five input, .sample.six input {
    width: 120px;
}
.sample.five input:focus ~ button.btn-search, .sample.six input:focus ~ button.btn-search {
    transform: rotateY(180deg) translateX(60px);
    transition: all 0.6s ease-in-out 0.2s;
    width: 60px;
}
.sample.five input:focus ~ button.btn-reset, .sample.six input:focus ~ button.btn-reset {
    transform: rotateY(0deg);
    transition: all 0.6s ease-in-out 0.8s;
}
.sample.five button.btn-search, .sample.six button.btn-search {
    backface-visibility: visible;
    color: #fff;
    padding: 0;
    position: relative;
    transform: rotateY(0deg) translateX(0px);
    transform-origin: 121px 0 0;
    transition: all 0.6s ease-in-out 0.2s;
    width: 120px;
}
.sample.five button.btn-reset, .sample.six button.btn-reset {
    backface-visibility: hidden;
    background: #ccc none repeat scroll 0 0;
    left: 184px;
    transform: rotateY(180deg);
    transform-origin: left 0 0;
    transition: all 0.6s ease-in-out 0.2s;
    width: 60px;
}
.sample.six button.btn-search {
    transition: all 0.6s ease-in-out 0.8s;
}
.sample.seven input, .sample.eight input {
    border-right: medium none;
    transition: all 0.3s ease-in 0s;
    width: 120px;
}
.sample.seven input:focus, .sample.eight input:focus {
    width: 220px;
}
.sample.seven input:focus ~ button.btn-search, .sample.eight input:focus ~ button.btn-search {
    background: hotpink none repeat scroll 0 0;
    border-radius: 0 50% 50% 0;
    color: #fff;
    left: 220px;
}
.sample.seven input:focus ~ button.btn-reset, .sample.eight input:focus ~ button.btn-reset {
    animation: 0.6s cubic-bezier(0.3, 0.2, 1, 0.8) 0.2s normal none 1 running bounceRight;
    border-radius: 50%;
    color: #fff;
    left: 254px;
}
.sample.seven button.btn-search, .sample.eight button.btn-search {
    background: #ccc none repeat scroll 0 0;
    left: 120px;
    transition: all 0.3s ease-in 0s;
}
.sample.seven button.btn-reset, .sample.eight button.btn-reset {
    background: #000 none repeat scroll 0 0;
    height: 20px;
    left: 120px;
    top: 5px;
    transition: all 0.3s ease-in 0s;
    width: 20px;
    z-index: -1;
}
.sample.nine input, .sample.ten input {
    border-radius: 15px;
    transition: all 0.6s ease-in-out 0.3s;
    width: 120px;
}
.sample.nine input:focus, .sample.ten input:focus {
    width: 200px;
}
.sample.nine input:focus ~ button, .sample.ten input:focus ~ button {
    transform: rotateZ(360deg);
}
.sample.nine input:focus ~ button.btn-search, .sample.ten input:focus ~ button.btn-search {
    background: hotpink none repeat scroll 0 0;
    color: #fff;
    left: 172px;
}
.sample.nine input:focus ~ button.btn-reset, .sample.ten input:focus ~ button.btn-reset {
    left: 202px;
    transition-delay: 0.3s;
}
.sample.nine button, .sample.ten button {
    transition: all 0.6s ease-in-out 0s;
}
.sample.nine button.btn-search, .sample.ten button.btn-search {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    height: 26px;
    left: 92px;
    top: 2px;
    transition-delay: 0.3s;
    width: 26px;
}
.sample.nine button.btn-reset, .sample.ten button.btn-reset {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    left: 92px;
    line-height: 20px;
    padding: 0;
    top: 5px;
    width: 20px;
    z-index: -1;
}
.sample.eleven input, .sample.twelve input {
    border-radius: 15px;
    transition: all 0.6s ease-in-out 0s;
    width: 120px;
}
.sample.eleven input:focus, .sample.twelve input:focus {
    width: 200px;
}
.sample.eleven input:focus ~ button.btn-search, .sample.twelve input:focus ~ button.btn-search {
    animation: 1.2s linear 0s normal none 1 running jumpTowardSearch;
    background: hotpink none repeat scroll 0 0;
    color: #fff;
    left: 172px;
}
.sample.eleven input:focus ~ button.btn-reset, .sample.twelve input:focus ~ button.btn-reset {
    animation: 1.2s linear 0.4s normal none 1 running jumpTowardReset;
    left: 202px;
}
.sample.eleven button, .sample.twelve button {
    transition: all 0.6s ease-in-out 0s;
}
.sample.eleven button.btn-search, .sample.twelve button.btn-search {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    height: 26px;
    left: 92px;
    top: 2px;
    width: 26px;
}
.sample.eleven button.btn-reset, .sample.twelve button.btn-reset {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    left: 92px;
    line-height: 20px;
    padding: 0;
    top: 5px;
    width: 20px;
    z-index: -1;
}
.sample.thirteen input, .sample.fourteen input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #000;
    border-radius: 15px;
    border-width: 0 0 1px;
    transition: all 0.8s ease-in-out 0s;
    width: 30px;
}
.sample.thirteen input:focus, .sample.fourteen input:focus {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at left top , transparent 65%, #ff69b4 140%) repeat scroll 0 0;
    border-radius: 0 15px 15px 0;
    width: 250px;
}
.sample.thirteen input:focus ~ button.btn-search, .sample.fourteen input:focus ~ button.btn-search {
    background: hotpink none repeat scroll 0 0;
    color: #fff;
    left: 222px;
    transform: rotate(720deg);
}
.sample.thirteen input:focus ~ button.btn-reset, .sample.fourteen input:focus ~ button.btn-reset {
    left: 256px;
    transform: rotate(360deg);
}
.sample.thirteen button, .sample.fourteen button {
    transition: all 0.8s ease-in-out 0s;
}
.sample.thirteen button.btn-search, .sample.fourteen button.btn-search {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    height: 30px;
    left: 0;
    width: 30px;
}
.sample.thirteen button.btn-reset, .sample.fourteen button.btn-reset {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 10px;
    height: 20px;
    left: 2px;
    line-height: 20px;
    padding: 0;
    top: 10px;
    width: 20px;
    z-index: -1;
}
@keyframes bounceRight {
0% {
    transform: translateX(0px);
}
50% {
    transform: translateX(10px);
}
100% {
    transform: translateX(0px);
}
}
@keyframes jumpTowardSearch {
0% {
    background: #ccc none repeat scroll 0 0;
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
}
20% {
    background: #ccc none repeat scroll 0 0;
    opacity: 0;
    transform: rotateZ(-60deg) scale(50);
}
55% {
    background: hotpink none repeat scroll 0 0;
    opacity: 0;
    transform: rotateZ(-30deg) scale(100);
}
90% {
    background: hotpink none repeat scroll 0 0;
    opacity: 0;
    transform: rotateZ(-30deg) scale(50);
}
100% {
    background: hotpink none repeat scroll 0 0;
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
}
}
@keyframes jumpTowardReset {
0% {
    opacity: 0;
    transform: rotateZ(0deg) scale(1);
}
20% {
    opacity: 0;
    transform: rotateZ(-60deg) scale(50);
}
55% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(100);
}
90% {
    opacity: 0;
    transform: rotateZ(-30deg) scale(50);
}
100% {
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
}
}
@media (max-width: 767px) {
html.out {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
body {
    backface-visibility: hidden;
    left: 0;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    transition: transform 0.3s ease-in-out 0s;
}
body.out {
    overflow: hidden;
    transform: translate3d(-300px, 0px, 0px);
}
body.off-canvas-nav-left.out {
    transform: translate3d(300px, 0px, 0px);
}
.container-fluid > .navbar-collapse, .container > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
nav .navbar-nav {
    margin: 0 -15px 7.5px;
}
body.out nav .navbar-toggle {
    background-color: #ddd;
}
body.off-canvas-nav-left nav .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: 0;
}
nav .navbar-toggle .icon-bar {
    transition: all 500ms ease-in-out 0s;
}
body.out nav .navbar-toggle .icon-bar:nth-of-type(2) {
    transform: translate3d(0px, 6px, 0px) rotate(45deg);
}
body.out nav .navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
}
body.out nav .navbar-toggle .icon-bar:nth-of-type(4) {
    transform: translate3d(0px, -6px, 0px) rotate(-45deg);
}
nav .navbar-collapse {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: inherit;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #e7e7e7;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    bottom: 0;
    box-shadow: none;
    display: block !important;
    height: 100vh !important;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: -300px;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
    width: 300px;
    z-index: 10000;
}
body.out .navbar-collapse {
    opacity: 1;
}
nav .navbar-nav {
    z-index: 10010;
}
body.out nav .navbar-collapse {
    box-shadow: -10px 0 50px 0 rgba(0, 0, 0, 0.75);
}
nav.navbar-fixed-top .navbar-collapse {
    max-height: none;
}
body.out nav.navbar-fixed-top .navbar-collapse {
    box-shadow: -10px 0 50px 0 rgba(0, 0, 0, 0.75);
    transform: none;
}
body.off-canvas-nav-left nav .navbar-collapse {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e7e7e7 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    left: -300px;
    right: auto;
}
body.off-canvas-nav-left.out nav .navbar-collapse {
    box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.75);
}
body.off-canvas-nav-left.out nav.navbar-fixed-top .navbar-collapse {
    box-shadow: 10px 0 50px 0 rgba(0, 0, 0, 0.75);
    transform: none;
}
nav .navbar-collapse .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #eee !important;
}
nav .navbar-collapse .dropdown > .dropdown-menu, nav .navbar-collapse .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: block !important;
    float: none;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: static;
    transition: all 0.5s ease-in-out 0s;
}
nav .navbar-collapse .dropdown .dropdown-menu li a, nav .navbar-collapse .dropdown .dropdown-menu li.dropdown-header {
    color: #777777;
    padding: 5px 15px 5px 25px;
}
nav .navbar-collapse .dropdown.open .dropdown-menu, nav .navbar-collapse .dropdown.open .dropdown-menu > .dropdown-submenu.open > .dropdown-menu {
    max-height: 100vh;
}
nav .dropdown-toggle > .caret {
    transform: rotate(0deg) !important;
}
nav .open > .dropdown-toggle > .caret {
    transform: rotate(180deg) !important;
}
nav .navbar-form {
    border: medium none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
}
}
@media (max-width: 375px) {
body.out {
    transform: translate3d(-100vw, 0px, 0px) translate3d(74px, 0px, 0px);
}
body.off-canvas-nav-left.out {
    transform: translate3d(100vw, 0px, 0px) translate3d(-74px, 0px, 0px);
}
nav .navbar-collapse {
    right: calc(-26vw);
    width: calc(26vw);
}
body.off-canvas-nav-left nav .navbar-collapse {
    left: calc(-26vw);
}
}
