/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1360px) {

    body {
        font-size: 15px;
        line-height: 23px;
    }

    h1 {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 21px 0;
    }

    h2 {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 17px 0;
    }

    body.index h2 {
        font-size: 40px;
        line-height: 42px;
    }

    h3 {
        font-size: 22px;
        line-height: 23px;
    }

    p.big {
        font-size: 17px;
        line-height: 24px;
    }

    header {
        height: 176px;
    }

    header.smaller,
    header.smaller #topRow .container {
        height: 109px;
    }

    header.smaller .specialIcons,
    header.smaller .contactWrapper {
        margin-top: -60px;
    }

    .titleBox h2 {
        padding: 0 0 10px;
        font-size: 30px;
        margin-bottom: 23px;
    }

    #fbLink {
        margin-top: 9px;
        padding: 6px 13px;
    }

    .subTitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
    }

    .specialIcons {
        float: right;
        margin: 45px 0 0 5px;
    }

    .contactInfo {
        font-size: 15px;
        line-height: 18px;
        margin-left: 24px;
    }

    header.smaller .contactInfo {
        font-size: 15px;
        line-height: 18px;
    }

    #mainLink {
        margin: 30px 0 0 0px;
        background-size: 150px auto;
        width: 150px;
        height: 74px;
    }

    header.smaller #mainLink {
        margin: 24px 0 0;
        width: 125px;
        height: 62px;
        background-size: 125px auto;
    }

    .container,
    #topRow .container {
        width: 768px;
    }

    .captionBox {}

    .captionBox .desc {
        display: none;
    }

    #mainMenu {
        padding-right: 80px;
        margin-top: 25px;
        margin-right: 0;
    }

    header.smaller #mainMenu {
        margin-top: 32px;
    }

    .socialBox,
    header.smaller .socialBox {
        top: 0;
        right: 5px;
        font-size: 27px;
        height: 40px;
        padding: 0 5px;
    }

    #mainMenu li a {
        font-size: 15px;
        padding: 15px 10px;
    }

    .wrapper.padding {
        padding: 60px 0 75px;
    }


    #gallery .miniatureWrapper a img {
        width: 252px;
    }

    .newsIntro {
        background-size: cover;
    }

    .newsIntro .inner {
        font-size: 14px;
        line-height: 22px;
    }

    .promoIntro .inner {
        height: 160px;
    }

    .promoIntro .inner .promoTitle {
        font-size: 16px;
    }

    .more {
        font-size: 18px;
        padding: 7px 14px 10px;
    }

    .offerIntro .inner {
        height: 220px;
    }

    .contentForm .row input.text {
        margin: 0 3px 0 0;
    }

    .contentForm .row.checkbox label {
        margin-left: 5px;
        font-size: 12px;
    }

    .carouselContent .description {
        font-size: 14px;
        line-height: 18px;
    }

    #contact {
        padding-top: 0;
    }

    #footerLink {
        background-size: contain;
        height: 90px;
        width: 240px;
    }

    #contact div.row {
        padding: 10px 0;
        font-size: 13px;
    }

    #copyright {
        font-size: 12px;
    }

    #sidebar {
        padding: 25px 15px;
    }

    .titleBox h3 {
        line-height: 25px;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .mainIntro .articleLink a {
        font-size: 16px;
    }

    .mainIntro .newsDescription {
        font-size: 13px;
        line-height: 21px;
    }

    #middle-section h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 25px;
    }

    h3 span {
        font-size: 33px;
        line-height: 35px;
    }

    .slider-wrap {
        position: relative;
        margin-top: 185px;
    }

    .offerIntro .offer-box .offer-title {
        font-size: 15px;
        text-transform: none;
        margin: 0 0 2px;
        transition: all 0.3s ease 0s;
    }

    #logosy img {
        max-height: 81px;
        max-width: 120px;

    }

    #logosy a {
        margin-right: 30px;
    }

    #contact p {
        font-size: 19px;
        margin: 6px 0;
        line-height: 38px;
    }
    
    .subpageWrapper {
        width: 100%;
    }

}
