body { font-family: "Open Sans", sans-serif; }
.content-body {
    background: #f1f1f1
}
strong { font-weight: 700; }
p { font-weight: normal; }

.no-scroll { overflow-y:hidden; }

.col-left { float:left; }
.col-right { float:right; }

.mobile-header-button {
    display: none;
    left: 13px;
    position: absolute;
    right: 13px;
    top: 21px;
}
.mobile-header-button a {
    color: #fff;
    font-size: 24px;
}
.header-buttons.mobil {
display:none;
}
@media (max-width:768px)
{
    .header-buttons.mobil {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;        }
        

}

.mobile-header-button a.search-open {
    float: right;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.site-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.site-container.visible {
    opacity: 1;
    visibility: visible;
}
header.header {
    position: relative;
    z-index: 100;
}
.header-top {
    background: #2154a5;
    display: table;
    width:  100%;
    height: 96px;
}
.header-top .container {
    position: relative;
    height: 100%;
}
.header-top .logo {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 7px 7px;
    display: table;
    height: 82px;
    text-align: center;
    width: 263px;
}
.header-top .logo a {
    display: table-cell;
    vertical-align: middle;
}
.header-top .logo a img {
    width: 245px;
}

.header-right {
    margin-top: 12px;
}
.header-links {
    float: left;
    margin-right: 7px;
    margin-top: 6px;
}
.header-links a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 7px;
}
.header-buttons {
    float: left;
}
.header-buttons a {
    background: #e30909 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    letter-spacing: 0.7px;
    margin-right: 7px;
    padding: 8px 15px;
    text-align: center;
    min-width: 124px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.header-buttons a:hover {
    background: #fff;
    color: #e30909;
}
.header-buttons a:nth-last-child(1) {
    margin-right: 0;
}
.header-buttons a .icon {
    font-size: 16px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.header-social {
    position: absolute;
    right: 5px;
    bottom: 0;
}
.header-social a {
    background: #fff none repeat scroll 0 0;
    color: #111;
    display: table;
    float: left;
    font-size: 18px;
    height: 38px;
    margin-right: 8px;
    text-align: center;
    width: 36px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.header-social a:nth-last-child(1) {
    margin-right: 0;
}
.header-social a:hover {
    color: #e30909;
}
.header-social a .icon {
    display: table-cell;
    vertical-align: middle;
}
.header-bottom {
    background: #fff none repeat scroll 0 0;
    display: table;
    height: 70px;
    width: 100%;
}
.header-bottom .container {
    position: relative;
}
.header-nav {}
.header-search {
    margin-top: 15px;
}
.header-search a {
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    height: 41px;
    width: 200px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.header-search a:hover {
    border: 1px solid rgba(0, 0, 0, 0.35);
}
.header-search a .text {
    color: #606060;
    float: left;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-left: 19px;
    margin-top: 10px;
}
.header-search a .icon {
    color: #545454;
    float: right;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 11px;
}
.header-sub {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fixed-slide {
    overflow: hidden;
}
.fixed-slide img {
    height: 471px;
    width: 100%;
    object-fit: cover;
}
.main-discount {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.discount-wrapper {
    margin: 0 -15px;
}
.discount-wrapper .photo {
overflow: hidden;
position: relative;
padding: 0 0 15px 0;
top: 0;
-webkit-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
display: inline-block;
width: 90%;
border-radius: 15px 15px 0 0;
}

.discount-wrapper #owl-discount .item a:hover .photo {
    top: -15px;
}
.discount-wrapper .photo:before {
    position: absolute;
    content: '';
    background: url("../images/p-shadow.png") no-repeat center center transparent;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 267px;
    height: 11px;
}
.discount-wrapper .photo img {
    height: 258px;
    width: 100%;
    object-fit: contain;
}


.modal-block {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.modal-block.visible {
    opacity: 1;
    visibility: visible;
}
.modal {
    background: #fff none repeat scroll 0 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.7);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.7);
    width: 400px;
        max-width: 100%;

    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.modal.visible {
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
    visibility: visible;
}
.modal-heading {
    background: #2154a5 none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    display: block;
    height: 55px;
    padding: 0 20px;
}
.modal-heading a {
    color: #fff;
    float: right;
    font-size: 16px;
    margin-top: 20px;
}
.modal-heading h1.title {
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 55px;
}
.modal-body {
    padding: 15px 20px 0;
}
.modal-body ul {
    position: relative;
}
.modal-body ul li {
    display: block;
    margin-bottom: 8px;
    position: relative;
}
.modal-body ul li input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    height: 50px;
    padding: 0 15px 0 37px;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.modal-body ul li input:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.modal-body ul li span.icon {
    color: #e30909;
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.modal-body .send {
    display: block;
}
.modal-body .send input {
    background: #e30909 none repeat scroll 0 0;
    border: 1px solid #e30909;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.modal-body .send input:hover {
    background: none;
    color: #e30909;
}
.modal-footer {
    border-radius: 3px;
    padding: 13px 0;
    text-align: center;
}
.modal-footer a {
    color: #444;
    display: block;
    font-size: 12px;
}

.promosyon-mega {
    padding: 1.5rem;
}
.promosyon-mega {
    display: none;
}
.promosyon-mega .photo {
    overflow: hidden;
}
.promosyon-mega .photo img {
    height: 255px;
    object-fit: contain;
    width: 100%;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.promosyon-mega #owl-promosyonlar .item a:hover .photo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.promosyon-mega .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 20px 20px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
}
.promosyon-mega .description h1.title {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}
.promosyon-mega .description h2.date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-top: 5px;
}
.site-content {}
.banner-boxes {
    margin-top: 10px;
}
.banner-boxes .row  {
    margin-left: -5px;
    margin-right: -5px;
}
.banner-boxes .box {
     float: left;
    padding: 0 5px;
    position: relative;
}
.banner-boxes .box a {
    position: relative;
    display: block;
}
.banner-boxes .box .photo {
    overflow: hidden;
}
.banner-boxes .box .photo img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.banner-boxes .box.large {
    width: 447px;
}
.banner-boxes .box.small {
    width: 230px;
}
.banner-boxes .box.small .photo {
    margin-bottom: 10px;
}
.banner-boxes .box.small .photo:nth-last-child(1) {
    margin-bottom:0;
}
.banner-boxes .box.small .photo img {
    height: 120px;
}

.banner-boxes .description {
    left: 27px;
    position: absolute;
    top: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.banner-boxes .box.large a:hover .description {
    left: 35px;
}
.banner-boxes .box.small a:hover .description {
    top: 25px;
}
.banner-boxes .description h1.title {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.banner-boxes .box.small .description {
    left: 15px;
    top: 15px;
}
.banner-boxes .box.small .description h1.title {
    font-size: 15px;
    line-height: 1.3;
}

.banner-boxes .description span.arrow {
     background: #e30909 none repeat scroll 0 0;
    display: table;
    float: left;
    height: 24px;
    margin-top: 7px;
    text-align: center;
    width: 24px;
}
.banner-boxes .description span.arrow .icon {
      color: #fff;
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
}
.parallax {
    margin-top: 25px;
}
.parallax-container {
    position: relative;
}
.parallax-container .photo {
    background: #2154a5 none repeat scroll 0 0;
    overflow: hidden;
}
.parallax-container .photo img {
    height: 514px;
    object-fit: cover;
    opacity: 0.17;
    width: 100%;
}
.parallax-container .description {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.parallax-container .description .container {
    position: relative;
    height: 100%;
}
.parallax-container .description .woman {
    bottom: 0;
    left: 0;
    position: absolute;
}
.parallax-container .description .woman img {
    width: 370px;
}

.parallax-form {
    float: right;
    width: 62%;
}
.form-header {
    margin-bottom: 40px;
    margin-top: 85px;
}
.form-header h1.title {
    color: #fff;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
}
.form-header h1.title span {
    font-size: 36px;
    font-weight: 700;
}
.form-content {}
.form-content ul {}
.form-content ul li {
    margin-bottom: 16px;
}
.form-content ul li input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    height: 50px;
    padding: 0 18px 0 41px;
    width: 100%;
}
.form-content input::-webkit-input-placeholder {
    color:#fff;
}
.form-content input::-moz-placeholder {
    color:#fff;
}
.form-content input:-ms-input-placeholder {
    color:#fff;
}
.form-content input:-moz-placeholder {
    color:#fff;
}
.form-content ul li span.figure {
    bottom: 0;
    height: 100%;
    left: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.form-content ul li span.figure .icon {
    color: #fff;
    display: table-cell;
    padding: 17px 14px;
    font-size: 16px;
    vertical-align: middle;
}
.form-sub {}
.form-sub label {
    float: left;
}
.form-sub h2.text {
    color: #fff;
    float: left;
    font-size: 13px;
    width: 350px;
}
.form-sub label input {
    float: left;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
.form-sub .send {
    background: #ef0000 none repeat scroll 0 0;
    float: right;
    height: 38px;
    position: relative;
    text-align: center;
    width: 123px;
}
.form-sub .send input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 100%;
    left: 0;
    padding-left: 30px;
    position: absolute;
    right: 0;
    width: 100%;
    cursor: pointer;
}
.form-sub .send span.figure {
    float: left;
    margin-left: 22px;
    margin-top: 11px;
}
.form-sub .send span.figure .icon {
    color: #fff;
    font-size: 16px;
}
.photo-1 {
    margin-bottom: 8px;
}
.photo-1 img {
    width: 99.8%;
}
.more-photo {
    margin-top: 25px;
}
.more-photo img {
    height: 614px;
    object-fit: cover;
    width: 100%;
}
.section-heading {
    float: left;
    text-align: center;
    width: 100%;
}
.section-heading h3 {
    color: #555;
    font-family: "Raleway",sans-serif;
}
.section-heading h3.title {
        font-size: 36px;
    font-weight: 800;
}
.section-heading h3.text {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 6px;
    padding: 0 200px;
}
.banner-2-boxes {
    margin-bottom: 10px;
}
.banner-2-boxes .row {
    margin-left: -5px;
    margin-right: -5px;
}
.banner-2-boxes .box {
    float: left;
    padding: 0 5px;
}
.banner-2-boxes .box.large {
    width: 65.0%;
}
.banner-2-boxes .box.large img {
    height: 349px;
    object-fit: cover;
    width: 100%;
}

.banner-2-boxes .box.small {
    width: 35%;
}
.banner-2-boxes .box.small ul {}
.banner-2-boxes .box.small ul li {
    float: left;
    margin-bottom: 9px;
    width: 100%;
}
.banner-2-boxes .box.small ul li:nth-last-child(1) {
    margin-bottom: 0;
}
.banner-2-boxes .box.small ul li a {
    background: #e30909 none repeat scroll 0 0;
    float: left;
    height: 170px;
    width: 100%;
}
.banner-2-boxes .box.small ul li:nth-last-child(1) a {
    background: #2154a5 none repeat scroll 0 0;
}
.banner-2-boxes .box.small .photo {
    float: right;
    width: 149px;
}
.banner-2-boxes .box.small .photo img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}
.banner-2-boxes .box.small .description {
    float: left;
    width: calc(100% - 149px);
    padding: 20px 15px 0;
}
.banner-2-boxes .box.small ul li:nth-last-child(1) .description {
    float: right;
}
.banner-2-boxes .box.small .description h1.title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}
.banner-2-boxes .box.small .description h2.text {
    color: #fff;
    font-size: 12px;
    height: 88px;
    overflow: hidden;
}
.banner-2-boxes .box.small ul li:nth-last-child(1) .description h2.text {
    color: #fff;
}
.brands {
    float: left;
    margin-top: 35px;
    width: 100%;
}
section.section {
    float: left;
    width: 100%;
}
.brands-content { float: left; width:100%; }
.brands-content .photo {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 68px;
    overflow: hidden;
    text-align: center;
    width: 203px;
}
.brands-content .photo .content {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    width: inherit;
}
.brands-content .photo .content img {
    max-height: 45px;
    object-fit: contain;
    width: 100%;
}
.footer-header .container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    padding-bottom: 50px

}
.devgross-mobile {}
.devgross-mobile ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.devgross-mobile ul li {
    margin-right: 50px;
}
.devgross-mobile ul li:nth-last-child(1) {
    margin-right: 0;
}
.devgross-mobile ul li a {
    display: block;
}
.devgross-mobile h1.title {
    color: #2154a5;
    font-size: 28px;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
}
.devgross-mobile h1.title span {
    font-weight: 300;
}
.devgross-mobile h1.title .icon {
    color: #2154a5;
    font-size: 50px;
    margin-right: 20px;
    position: relative;
    top: 6px;
}
.devgross-mobile .photo {
    margin-top: 12px;
    overflow: hidden;
}
.devgross-mobile .photo img {
    max-width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.devgross-mobile ul li a:hover .photo img {
    opacity: 0.7;
} 

.footer {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.content-body .footer-top .container {
    border: 0 none;
}
.footer-top {
    float: left;
    width: 100%;
    position: relative;
}
.footer-top .container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 50px;
}
.footer-box {
    float: left;
    width: 23%;
    position: relative;
    z-index: 12;
}
.footer-box .footer-title {
    color: #888;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-box ul {
    display: block;
}
.footer-box ul li {
    display: block;
}
.footer-box ul li a, .footer-box ul li h3 {
    color: #999;
    display: block;
    font-size: 12px;
    padding: 5px 30px 5px 0;
     font-family: "Raleway", sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-box ul li a:hover {
    color: #015294;
}
.footer-box ul li a .icon {
    color: #999;
    font-size: 14px;
    margin-right: 8px;
}
.footer-box ul li h3 {
    padding-bottom: 6px;
    padding-right: 0;
    padding-top: 6px;
    text-overflow: inherit;
    white-space: inherit;
}
.footer-box ul li h3 .icon {
    float: left;
    font-size: 18px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.footer-box.footer-contact {
    width: 31%;
}
.working-hours {
    float: left;
    margin-top: 12px;
    width: 100%;
}
.working-hours h3 {
    color: #999;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    padding: 2px 0;
}
.working-hours h3.title {
    font-weight: 700;
    margin-bottom: 0.3rem;
}
.working-hours h3.text {}

.footer-bottom {
      float: left;
    margin-top: 30px;
    width: 100%;
}
.footer-social {
    left: -39px;
    position: relative;
}
.footer-social a {
    border: 1px solid #999;
    color: #999;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    margin-right: 25px;
    padding-top: 8px;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-social a:nth-last-child(1) { margin-right: 0; }
.footer-social a:hover {
    border: 1px solid #004281;
    color: #fff;
    background: #004281;
}
.footer-social a .icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.footer-bottom .sub {
    background:#004281 none repeat scroll 0 0;
    display: block;
    height: 67px;
}
.footer-bottom .sub .copyright, .footer-bottom .sub .design { color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 12px; }
.footer-bottom .sub .copyright {
    float: left;
    margin-top: 28px;
}
.footer-bottom .sub .design {
    float: right;
    padding: 5px 6px;
    margin-top: 24px;
    border-radius:1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-bottom .sub .design:hover {
    background: #fff;
    color: #004281;
}
.fs-heading {
    color: #999;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 700;
    left: -82px;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 70px;
    position: relative;
    text-align: center;
}
.inner-page-header {
    display: table;
    width: 100%;
    position: relative;
}
.inner-page-header .photo {
    height: 235px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.inner-page-header .photo img {
    height: 335px;
    object-fit: cover;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}
.inner-page-header .content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
}
.inner-page-header .page-heading {}
.inner-page-header .page-heading h1.title {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 32px;
    font-weight: 200;
}
.inner-page-header .page-map {}
.inner-page-header .page-map a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.inner-page-header .page-map a:hover {
    color: rgba(255, 255, 255, 1);
}
.inner-page-header .page-map a .icon {
    margin: 0 5px 0 10px;
}
.inner-page-header .page-map a:nth-last-child(1) .icon {
    display: none;
}

.inner-page-wrapper {
    margin-bottom: 50px;
    min-height: 500px;
}
.inner-page-wrapper .page-content-nav {
    margin-top: -52px;
    position: relative;
    z-index: 12;
}
.page-content-nav .col-heading {}
.page-content-nav .col-heading h1.title {
    background: #e30909 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    line-height: 55px;
    padding: 0 15px;
}
.nav-lists {}
.nav-lists ul {
    background: #fff;
}
.nav-lists ul li {
    display: block;
    padding: 0 15px;
}
.nav-lists ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #444;
    display: block;
    font-size: 13px;
    padding: 12px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.nav-lists ul li a:hover {
    background: #f1f1f1;
    text-indent: 10px;
}
.nav-lists ul li:nth-last-child(1) a {
    border-bottom: 0 none;
}

.page-content {
    min-height: 100%;
}
.page-content.type-2 {
    background: #fff;
}
.pd-20 {
    padding: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.content-description {
    color: #888;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    line-height: 2.2;}
.content-description img {
    margin:20px 0;
}
.nav-promosyonlar {
    margin-top: 20px;
}
.nav-promosyonlar .sliding {
    margin: 0 -10px;
}
.nav-promosyonlar .photo {
    overflow: hidden;
}
.nav-promosyonlar .photo img {
    width: 100%;
    object-fit: cover;
    height: 320px;
}
.nav-promosyonlar .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 20px 20px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
}
.nav-promosyonlar .description h1.title {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-promosyonlar .description h2.date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-top: 5px;
}
.inner-products {}
.inner-products ul {}
.inner-products ul li {
    margin-bottom: 25px;
}
.inner-products ul li a {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 270px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.inner-products ul li a:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.inner-products .photo {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
}
.inner-products .photo img {
    height: 140px;
    object-fit: contain;
    width: 100%;
}
.inner-products {}
.inner-products h2.text {
    color: #444;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    max-height: 48px;
    overflow: hidden;
    text-align: center;
}
.inner-products h2.price {
    color: #2154a5;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}
.inner-products h2.price.line {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}
.inner-products h2.price span {
    font-weight: 400;
}

.inner-products h2.review {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: 5px;
    color: #444;
    display: none;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    left: 5px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
}
.inner-gallery {
    margin-top: 25px;
}
.inner-gallery ul {}
.inner-gallery ul li {
    margin-bottom: 25px;
}
.inner-gallery ul li a {
    display: block;
    position: relative;
}
.inner-gallery .photo {
    overflow: hidden;
}
.inner-gallery .photo img {
    height: 250px;
    object-fit: contain;
    width: 100%;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.inner-gallery ul li a:hover .photo img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.inner-gallery .description {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 50px 20px 20px;
    position: absolute;
    right: 0;
}
.inner-gallery .description h1.title {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    overflow: hidden;
}
.inner-gallery .description h2.date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-top: 5px;
}
.inner-category-header {
    position: relative;
}
.inner-category-header .photo-large {
    overflow: hidden;
}
.inner-category-header .photo-large img {
    height: 430px;
    object-fit: cover;
    opacity: 0.1;
    width: 100%;
}
.category-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.category-content .container {
     height: 100%;
    position: relative;
}
.category-content .description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.category-content .description h1.title {
    color: #666;
    font-family: "Raleway",sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}
.category-content .description h2.text {
    color: #666;
    font-family: "Raleway",sans-serif;
    font-size: 15px;    line-height: 1.8;
    margin-top: 8px;
}
.category-content .photo {
    position: absolute;
    right: 0;
    top: 39px;
}
.category-content .photo a {
    display: block;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.category-content .photo a:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
}
.category-content .photo img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.mt-35 {
    margin-top: 35px;
}
.category-description {
}
.row-heading {
    display: block;
}
.row-heading h1.title {
    border-bottom: 3px solid #2154a5;
    color: #2154a5;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.category-other-photos {
    margin:0 -10px;
}
.category-other-photos .photo {
    overflow: hidden;
}
.category-other-photos .photo img {
    height: 190px;
    object-fit: cover;
    width: 100%;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
#owl-gallery2 .category-other-photos .photo img {
    height: 190px;
    object-fit: cover;
    width: 100%;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.category-other-photos #owl-gallery .item a:hover .photo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.reyonlar {}
.reyonlar ul {}
.reyonlar ul li {
    margin-bottom: 20px;
}
.reyonlar ul li a {
    position: relative;
    display: block;
}
.reyonlar .photo {
    overflow: hidden;
}
.reyonlar .photo img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.reyonlar ul li a:hover .photo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.reyonlar .description {
    bottom: 0;
    left: 0;
    padding: 65px 20px 20px;
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
}
.reyonlar .description h1.title {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    font-weight: 300;
}
.campaigns {}
.campaigns ul {}
.campaigns ul li {
    margin-bottom: 20px;
}
.campaigns ul li a {
    display: block;
    position: relative;
}
.campaigns .photo {
    overflow: hidden;
}
.campaigns .photo img {
    width: 250px;
    object-fit: cover;
}
.campaigns .photo img, .campaigns .description {
    height: 175px;
}
.campaigns .description {
    display: table;
    width: calc(100% - 250px);
    background: #fff;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.campaigns ul li a:hover .description {
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.campaigns .description h1.title {
    color: #444;
    font-size: 20px;
    font-weight: 700;
}
.campaigns .description h2.text {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
    max-height: 59px;
    overflow: hidden;
}
.campaigns .description h2.date {
    bottom: 13px;
    color: #e30909;
    font-size: 13px;
    font-style: italic;
    position: absolute;
    right: 13px;
}
.nav-form {
    margin-top: 20px;
}
.nav-form-content {
    background: #fff none repeat scroll 0 0;
    padding: 10px 15px;
}
.nav-form-content .text {
    color: #666;
    font-size: 12px;
}
.nav-form-content ul {
    margin-top: 13px;
}
.nav-form-content ul li {
    display: block;
}
.nav-form-content ul li input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    height: 45px;
    margin-bottom: 10px;
    padding: 0 14px;
    width: 100%;
}
.nav-form-content .send {}
.nav-form-content .send input {
    background: #2154a5 none repeat scroll 0 0;
    border: 1px solid #2154a5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 100%;
}
.nav-form-content .send input:hover {
    background: none;
    color: #2154a5;
}
.news-content {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.news-content .photo {
    overflow: hidden;
    position: relative;
}
.news-content .photo img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.news-content #news-sliding .item a:hover .photo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news-content .description {
    display: block;
    height: 155px;
    position: relative;
}
.news-content .description h1.title {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 5px;
    max-height: 52px;
    overflow: hidden;
}
.news-content .description h2.text {
       color: #666;
    font-size: 13px;
    line-height: 1.6;
    max-height: 62px;
    overflow: hidden;
}
.news-content .description h2.date {
    bottom: 0;
    color: #e30909;
    font-size: 13px;
    font-style: italic;
    position: absolute;
    right: 0;
}
.inner-news {}
.inner-news ul {}
.inner-news ul li {
    margin-bottom: 25px;
}
.inner-news ul li a {
       background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 10px;
    position: relative;
}
.inner-news .photo {
    overflow: hidden;
}
.inner-news .photo img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.inner-news ul li a:hover .photo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.inner-news .description {
    height: 150px;
    position: relative;
}
.inner-news .description h1.title {
    color: #444;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0;
    max-height: 46px;
    overflow: hidden;
}
.inner-news .description h2.text {
    color: #666;
    font-size: 13px;
    max-height: 56px;
    overflow: hidden;
}
.inner-news .description h2.date {
    bottom: 0;
    color: #e30909;
    font-size: 13px;
    font-style: italic;
    position: absolute;
    right: 0;
}
/**
 * Popup
 *
 **/

.popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(3, 77, 161, 0.6);
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.popup {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.popup.is-visible {
    opacity: 1;
    visibility: visible;
}
.popup-wrapper {
    margin: 0 auto;
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding: 55px;
}
.popup-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}
.popup-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.popup-wrapper .cover {
    overflow: hidden;
}
.popup-wrapper .cover a {
    display: block;
}
.popup-wrapper .cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #f03f42;
    font-size: 18px;
}
.popup-close .icon {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
.news-detail {}
.detail-photo {
    margin-bottom: 10px;
    margin-right: 20px;
}
.detail-photo img {
    max-height: 260px;
    object-fit: cover;
    width: 370px;
}
.detail-photo.second{
    margin-right: 0px;
}
.detail-photo.second img {
    max-height: inherit;
    width: 100%;
}
.detail-photo a {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 10px;
    position: relative;
}
.detail-description {}
.detail-description h2.text {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
    padding-top: 15px;
}
.detail-heading {}
.detail-heading h1.title {
border-bottom: 3px solid #2154a5;

    color: #2154a5;

    display: inline-block;

    font-family: "Raleway",sans-serif;

    font-size: 24px;

    font-weight: 700;

    letter-spacing: 0.1px;

    margin-bottom: 20px;

    margin-top: 25px;

    padding-bottom: 8px;}

.detail-other-photos {
    margin-top: 30px;
}
.detail-other-photos ul {}
.detail-other-photos ul li {
    margin-bottom: 20px;
}
.detail-other-photos ul li a {
    display: block;
}
.detail-other-photos .photo {
    overflow: hidden;
}
.detail-other-photos .photo img {
    height: 120px;
    object-fit: cover;
    width: 100%;
    transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.detail-other-photos ul li a:hover .photo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.other-news {
margin-top: 0;

    display: flex;    display: -webkit-flex;    display: -ms-flex;

    width: 100%;

    flex-wrap: wrap;
satÃƒâ€Ã‚Â±r.1643}
.other-news .inner-news {}
.contact-page {
    display: table;
    width: 100%;
}
.contact-map {
    float: left;
    margin-top: 3rem;
    position: relative;
    width: 100%;
}
.contact-map iframe {
    height: 500px;
    width: 100%;
}

.contact-address {}
.contact-address h1 {
    color: #444;
    display: flex;
    font-size: 14px;
    padding: 0.4rem 0;
}
.contact-address h1.address {
    line-height: 1.7;
    width: 450px;
}
.contact-address h1 strong {
    margin-right: 0.4rem;
}

.contact-form {}
.contact-form ul {}
.contact-form ul li {
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
}
.contact-form ul li input, .contact-form ul li textarea
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 0 1.3rem;
    width: 100%;
}
.contact-form ul li input:focus {
    border-color: #0e76bc;
}
.contact-form ul li textarea {
    height: 100px;
    padding-top: 0.8rem;
}
.contact-form ul li textarea:focus {
    border-color: #0e76bc;
}

.contact-form .send {
    float: right;
}
.contact-form .send input {
    background: #0e76bc none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    padding-top: 3px;
    width: 120px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.contact-form .send input:hover {
    background: #075d97 none repeat scroll 0 0;
}
.form-register { position: relative; }
.form-register .register-row {
    display: none;
}
.form-register ul {}
.form-register ul li {
    display: table;
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
}
.form-register ul li input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #666;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: calc(100% - 170px);
}
.form-register ul li select {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #666;
    font-family: "Open Sans",sans-serif;
    height: 100%;
    padding: 0 15px;
    width: calc(100% - 170px);
}
.form-register ul li select option {}
.form-register ul li input:focus {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.form-register .text {
    background: #f1f1f1 none repeat scroll 0 0;
    display: table;
    float: left;
    height: 100%;
}
.form-register .text span {
    color: #666;
    display: table-cell;
    font-size: 13px;
    position: relative;
    right: 16px;
    text-align: right;
    vertical-align: middle;
    width: 169px;
}
.form-register .send {
    float: right;
    margin-bottom: 20px;
}
.form-register .send input {
    background: #2154a5 none repeat scroll 0 0;
    border: 1px solid #2154a5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    width: 200px;
}
.form-register .send input:hover {
    background: none;
    color: #2154a5;
}
.register-type {
    margin-bottom: 20px;
}
.register-type ul {}
.register-type ul li {
    text-align: center;
}
.register-type ul li a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.register-type ul li.active a {
    background: #2154a5 none repeat scroll 0 0;
    color:#fff;
}
.register-type ul li a:hover {
    background: #2154a5 none repeat scroll 0 0;
    color:#fff;
}
.tab-loading {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}
.tab-loading.visible {
    opacity: 1;
    visibility: visible;
}
.tab-loading .content {}
.tab-loading .content img {
    width: 300px;
}
.reyon-lists {}
.reyon-lists ul {}
.reyon-lists ul li {
    color: #888;
    display: block;    
    margin: 6px 0;
    font-family: "Raleway",sans-serif;
    font-size: 17px;
}
.reyon-lists ul li:hover {
    color: #e30909;
}
.reyon-lists ul li .icon {
    float: left;
    font-size: 6px;
    margin-right: 9px;
    position: relative;
    top: 5px;
}

.recourse-lists {}
.recourse-lists ul {}
.recourse-lists ul li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    margin-bottom: 35px;
}
.recourse-lists .photo {
    overflow: hidden
}
.recourse-lists .photo img {
    width: 320px;
    z-index: 1;
    position: relative;}
.recourse-lists .description {
    padding-left: 15px;
    width: calc(100% - 320px);
}
.recourse-lists .description h1.title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 0px 10px 10px 0px;
    padding-left: 26px;
    margin-left: -29px;
    z-index: 0;
}
.recourse-lists ul li:nth-child(2) .description h1.title {
    background: #333333 none repeat scroll 0 0;
    color:#fff;
}
.recourse-lists ul li:nth-child(3) .description h1.title {
    background: #0e76bc none repeat scroll 0 0;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    padding-left: 26px;
    margin-left: -29px;
    z-index: 0;}
.recourse-lists ul li:nth-child(4) .description h1.title {
    background: #9d0a0e none repeat scroll 0 0;
    color:#fff;
}
.recourse-lists ul li:nth-child(5) .description h1.title {
     background: #ddbc82 none repeat scroll 0 0;
    color:#fff;
}
.recourse-lists .description h2.text {
    color: #888;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 12px;
    max-height: 83px;
    overflow: hidden;
}
.recourse-button {
    border: 1px solid #2154a5;
    border-radius: 3px;
    color: #2154a5;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    text-align: center;
    width: 150px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.recourse-button:hover {
    border: 1px solid #444;
    color: #444;
}
