body {
    background-color: #fff;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .navbar-nav > li {
        text-align: left;
        width: 100%;
    }
}

a {
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;

    -webkit-transition: border-color 150ms linear;
    -ms-transition: border-color 150ms linear;
    transition: border-color 150ms linear;
}

.logo {
    width: 200px;
    height: 105px;
    background-image: url('../images/logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.center {
    text-align: center;
}

.center .logo {
    display: inline-block;
}

.container.transparent {
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 100px 0 20px 0;
    border-bottom: 6px solid #0074c8;
}

.container.transparent .logo {
    width: 400px;
    height: 305px;    
}

/** >> Header **/
.header.bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.header .top {
    background-color: rgba(255, 255, 255, 0.9);
}

.container.border {
    border-bottom: 1px solid #000;
}

.header .content {
    padding-top: 150px;
    padding-bottom: 150px;
}

.header .content .bubble {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 20px 30px;
    max-width: 500px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.header .content .bubble h2 {
    margin-top: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #0074c8;
}

.header .content .bubble p {
    margin-bottom: 20px;
}

.header .content .buttons {
    margin-top: 50px;
}

.header .content .buttons > a {
    margin: 0 20px;
    min-width: 125px;
}
/** Header << **/

/** >> Buttons **/
.btn {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    margin-bottom: 10px!important;
}

.btn-default {
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, 0.4);
    color: #000!important;
}

.btn-default:hover {
    border: 3px solid #c6c6c6;
}

.btn-primary {
    border: 3px solid #0074c8;
    background-color: #0074c8;
    color: #fff!important;
}

.btn-primary:hover {
    border: 3px solid #003f6d;
}

.btn-bubble {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn-transparent {
    opacity: 0.7;
}

.btn-transparent:hover {
    opacity: 1;
}
/** Buttons << **/

/** >> Section_2 **/
#section_2 {
    padding: 60px 20px;
}

#section_2 .container > h2 {
    color: #0074c8;
}

#section_2 > .container > .content {
    margin-bottom: 40px;
}

#section_2 .img-preview {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    width: 220px;
    height: 220px;
}

#section_2 .img-preview .img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section_2 .img-preview .img > a.btn {
    text-transform: uppercase;
    width: 90px;
    margin-top: 40px;
}

#section_2 .img-preview:hover .img > a.btn.btn-transparent {
    opacity: 1;
}

#section_2 .img-preview .img > span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
}
/** Section_2 << **/

/** >> Footer **/
.footer {    
    border-bottom: 30px solid #0074c8;
}

.footer .logo-seperator {
    background-color: #0074c8;
    width: 100%;
    height: 100px;
    padding: 10px 0;
    overflow: visible;
}

.footer .logo-seperator .container {
    height: 100px;
    text-align: center;
}

.footer .logo-seperator .container .logo-small {
    display: inline-block;
    width: 193px;
    height: 100%;
    background-image: url('../images/logo-small-white.png');
    background-repeat: no-repeat;
}

.footer > .container {
    padding: 40px 0;
}

.footer > .container h4 {
    margin-bottom: 20px;
}

.footer > .container .pi {
    font-size: 28px;
    color: #000;
}

#contact_form .submit_btn {
    background: #0074c8;
}

#contact_form .submit_btn:hover {
    background: #0074c8;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    border: none;
    color: #fff;
    box-shadow: 0 -3px rgba(0,0,0,0.2) inset;
    font-size: 16px;
    text-shadow: none;
}

#contact_form input,
#contact_form textarea {
    background: #fff;
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

#contact_form .error {
    border: 1px solid red;
}

#contact_form .success {
    background-color: rgba(0, 255, 0, 0.10);
    border-radius: 5px;
    padding: 10px;
    font-weight: normal;
    border: none;
}

#contact_form .help-inline {
    font-size: 12px;
    color: red;
}

.footer > .container .news > li h5 {
    color: #0074c8;
    text-transform: uppercase;
    font-size: 18px;
}

.footer > .container .news > li > h5 a {
    text-decoration: none;
    color: inherit;
}

.footer > .container .news > li span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
/** footer << **/

.content-gray {
    background-color: #707070;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.content-gray .container > h2 {
    color: #fff;
    margin-bottom: 40px;
}

/** >> Offers-1 **/
.offers-1 {    
    text-align: center;
    padding: 60px 20px;
}

.offers-1 > .container > h2 {    
    color: #0074c8;
    margin-bottom: 40px;
}

.offers-1 > .container > .content {
    margin-bottom: 40px;
}

.offers-1 > .container .offer {
    position: relative;
    width: 91%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    color: #6b6b6b;
    padding-bottom: 20px;
}

.offers-1 > .container .offer > .img-preview {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 180px;
    border-bottom: 5px solid #0074c8;
}

.offers-1 > .container .offer > .img-preview .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offers-1 > .container .offer > h3 {
    font-size: 24px;
    color: #6b6b6b;
}

.offers-1 > .container .offer > span {
    display: block;
    font-size: 13px;
}

.offers-1 > .container .offer > p {
    padding-top: 15px;
    padding-bottom: 10px;
}
/** Offers-1 << **/


/** >> Breadcrumbs **/
.breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 10px;
    padding: 0;
}

.breadcrumbs ul > li {
    float: left;
    margin-right: 40px;
}

.breadcrumbs ul > li > span {
    display: block;
    font-size: 11px;
}

.breadcrumbs ul > li > a {
    text-decoration: none;
}

.breadcrumbs ul > li.active {
    color: #0074c8;
}

.breadcrumbs ul > li:after {
    position: absolute;
    content: ">";
    margin-left: 15px;
    margin-top: 1px;
    font-size: 24px;
}

.breadcrumbs ul > li:last-child:after {
 content: "";
}
/** Breadcrumbs << **/


/** >> Offer_details **/
.offer_details {

}

.offer_details .price {
    position: absolute;
    margin-top: -180px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #0074c8;
    padding: 10px 20px;
    margin-left: 10px;
}

.offer_details .price > span {
    font-size: 28px;
}

.offer_details .gallery {
}

.offer_details .gallery > .img-preview {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 280px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-left: -10px;
}

.offer_details .gallery > .img-preview > .img {    
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.offer_details .gallery > ul.images {
    list-style: none;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.offer_details .gallery > ul.images > li {
    float: left;
    margin: 6px;
}

.offer_details .gallery > ul.images > li > a {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.offer_details .gallery > ul.images > li > a img {
    width: 100px;
    height: 100px;
}

.offer_details .content {
    padding-bottom: 60px;
}

.offer_details h2,
.offer_details h3 {
    color: #0074c8;
    margin-bottom: 2px;
}

.offer_details .content > span {
    display: block;
    font-size: 14px;
    margin-bottom: 40px;
}

.offer_details .content ul.features {
    margin-left: -20px;
    padding: 0;
    width: 100%;
}

.offer_details .content ul.features > li {
    float: left;
    text-align: center;
    font-size: 13px;
    color: #0074c8;
    width: 104px;
}

.offer_details .content ul.features > li a {
    text-decoration: none!important;
    color: #0074c8;
}

.offer_details .content ul.features > li .bubble {
    display: inline-block;
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #0074c8;
    border-radius: 360px;
    width: 60px;
    height: 60px;
}

.offer_details .content ul.features > li .bubble.b-2 {
    line-height: 52px;
    margin-left: 5px;
}

.offer_details .content ul.features > li .text {
    display: block;
}

.offer_details .content .description {
    margin-bottom: 40px;
}

.offer_details .specifications {
    margin-top: 15px;
    margin-bottom: 15px;
}

.offer_details .specifications table {
    width: 100%!important;
}

.offer_details .specifications table tr > td:first-child {
    color: #888!important;
}

.offer_details .specifications table tr > td:last-child {
    width: 50%;
}

.offer_details .specifications table tr > td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.offer_details .specifications h3 {    
    font-size: 20px;
    font-weight: normal;
}

.offer_details ul.attachments {
    margin-top: 20px;
    list-style-type: disc;
}
/** Offer_details << **/


/** >> Offer_suggestions **/
.offer_suggestions {
    border-top: 6px solid #0074c8;
}

.offer_suggestions .column {
    margin: 0 2px;
}

.offer_suggestions .one-third.column {
    width: 310px;
}

.offer_suggestions .column.alpha {
    margin-left: 0;
}

.offer_suggestions .column.omega {
    margin-right: 0;
}

.offer_suggestions .block {
    width: 100%;
    height: 200px;
    background-color: #eee;
}

.offer_suggestions .block > img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .offer_suggestions .columns {
        display: inline-block!important;
        text-align: center;
    }
    
    .offer_suggestions .one-third.column {
        float: none;
        display: inline-block!important;
        width: 425px!important;
    }

    .offer_suggestions .block {
        margin: 0!important;
    }

    .offer_suggestions .column:last-child .block {
        margin-bottom: 0!important;
    }
}

@media (max-width: 959px) {
    .offer_suggestions .column {
        margin: 0;
    }

    .offer_suggestions .one-third.column {
        width: 100%;
    }

    .offer_suggestions .block {
        margin-bottom: 4px;
        height: 275px;
    }

    .offer_suggestions .column:last-child .block {
        margin-bottom: 0;
    }
}
/** Offer_suggestions << **/


/** >> Offers **/
.offers .container {
    padding-left: 20px;
    padding-bottom: 60px;
}

.offers .container > h2 {
    color: #0074c8;
}

.offers .container .items {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
}

.offers .container .items > li {
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.offers .container .items > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.offers .container .items .img-preview {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    width: 220px;
    height: 220px;
}

.offers .container .items .img-preview .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offers .container .items span {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
/** Offers << **/

/** >> Pagination **/
.pagination {
    width: 100%;
    margin: 20px 0;
    color: #aaa;   
    margin-left: -5px; 
}
.pagination a {
    padding: 7px;
    text-decoration: none;
    color: #000;
}
.pagination li.active {
    font-weight: bold;
    color: #0074c8;
}
.pagination li:not(.disabled) a:hover {
    color: #0074c8;
}

.pagination li {
    display: inline-block;
    list-style-type: none;
    border: 1px solid #0074c8;
    padding: 5px 5px;
    min-width: 25px;
    border-radius: 3px;
    text-align: center;
    margin-right: 5px;
}

.pagination ul.pull-left > li {
    border: none;
}

.pagination ul
{
    margin: 0px 0px;
    padding: 0 0px;
}

.pagination li.disabled a:hover {
    pointer-events: none;
    cursor: default;
}

.pagination li.disabled a {
    color: #B6B8BB;
}
/** Pagination << **/

/** >> Contact **/
.contact .container {
    padding: 60px 0;
}
/** Contact << **/