/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 319px) 
and (max-width : 920px) {
.desktop, .tablets
{
    display: none;
}
.mobile
{
    display: block;
}    
.header
{
    background-repeat: no-repeat;
    background-size: cover;
}
.category_header
{
    min-height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
}
.article_header
{
    min-height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_header
{
    min-height: 80%;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu
{
    padding: 150px 0;
    width: 90%;
    text-align: center;
    background: none;
}
.menu .contact
{
    display: none;
}
.title_header
{
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
.title_header h1
{
    font-size: 24pt;
}
.contact_header .title_header h1
{
    font-size: 16pt;
}
.mbscrdo
{
    width: 50%;
    margin: 30px auto;
}
h3
{
    font-size: 22pt;
}
.description .description_short
{
    padding: 0;
    width: 95%;
    text-align: left;
}   
.offers .description_short
{
    padding: 0;
    width: 95%;
} 
.offers
{    
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: auto;
    background-image: url(background-offer-1900-1300.jpg);
}
.offers_boxes
{
    width: 95%;
}
.offer_box 
{
    margin: 0;
    padding: 5px;
    width: 90%;
    float: left;
    text-align: left;
}
.clear20
{
    clear: both;
    padding: 5px 0;
}
.offer_box h3
{
    font-weight: 400;
    font-size: 12pt; 
    text-align: left;
}
.offer_box img
{
    display: block;
    margin: 2px auto;
    width: 80px;
    float: left;
}
.news_boxes
{
    width: 100%;   
}
.news_box 
{
    margin: 0 auto;
    width: 95%;
    float: left;
}
.article_item
{
    width: 95%;   
}
.contact_box 
{
    margin: 0;
    padding: 0 10px;
    width: 90%;
    float: left;
}
.contact_box h2
{
    font-size: 20pt;
    font-weight: 700;
}
.contact_left
{
    width: 90%;
    float: left;
}
.contact_right
{
    width: 90%;
    float: left;
}
.con_text
{
    width: 100%;
}
.footer > .menu ul
{
    width: 90%;
    
}
.footer > .menu ul > li
{
    width: 48%;
    padding: 0;
}
.credits
{
    width: 90%;
}
.social_media
{
    display: block;
    position: fixed;
    top: 10px;
    left: -10px;
}
.social_media > .social_item
{
    padding: 10px;
}
}
/* tablets (portrait and landscape) ----------- */
@media only screen 
and (min-width : 921px) 
and (max-width : 1099px) {
.desktop, .mobile
{
    display: none;
}
.tablets
{
    display: block;
}

.header
{
    min-height: 480px;
}
.menu {
    width: 90%;
}
.category_header
{
    min-height: 550px;
}
.article_header
{
    min-height: 550px;
}
.contact_header
{
    min-height: 550px;
}
.menu ul
{
    width: 90%;
    margin: 0 auto;
}
.menu ul > li
{
    width: 15%;
}
.menu .logo
{
    width: 40%;
} 

.title_header
{
    margin: 80px auto;
}
.title_header h1
{
    color: #fff;
    text-align: center;
    font-size: 34pt;
    font-weight: 700;
}
.contact_header > .title_header h1,
.article_header > .title_header h1,
.category_header > .title_header h1
{
    font-size: 26pt;
}
.description .description_short
{
    padding: 0;
    width: 95%;
}  
.offers
{    
    background-repeat: no-repeat;
    background-position: center -250px;
    background-attachment: scroll;
    background-size: auto;
    background-image: url(background-offer-1900-1300.jpg);
}
.offers .description_short
{
    padding: 0;
    width: 95%;
} 
.offers_boxes
{
    width: 95%;
}
.offer_box 
{
    margin: 0;
    padding: 5px;
    width: 32%;
    float: left;
}
.clear20
{
    clear: both;
    padding: 10px 0;
}
.offer_box h3
{
    font-weight: 400;
    font-size: 13pt;  
}
.offer_box img
{
    display: block;
    margin: 2px auto;
    width: 150px;
}
.news_boxes
{
    width: 95%;   
}
.news_box 
{
    width: 30%;
    float: left;
}
.article_item 
{
    width: 90%;
    display: block;
}
.contact_box 
{
    margin: 0;
    padding: 0 10px;
    width: 48%;
    float: left;
}
.contact_box h2
{
    font-size: 20pt;
    font-weight: 700;
}
.contact_left
{
    width: 40%;
    float: left;
}
.contact_right
{
    width: 60%;
    float: left;
}
.con_text
{
    width: 50%;
}
.con_map
{
    width: 50%;
}
.footer > .menu ul
{
    width: 100%;
    
}
.footer > .menu ul > li
{
    width: 20%;
}
.credits
{
    width: 90%;
}
.social_media
{
    display: block;
    position: fixed;
    top: 100px;
    left: -20px;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1100px) {
.tablets, .mobile
{
    display: none;
}
.desktop
{
    display: block;
}
.header
{
    height: 470px;
        
}
.menu
{
           width: 1180px;
}
.menu ul
{

           width: 1100px;
}
.menu ul > li
{
    width: 200px;
    font-size: 18pt;
}
.menu .logo
{
    width: 225px;
}
.scroll_menu
{
    width: 1180px;
}
.scroll_menu_button
{
    display: block;
    font-weight: bold;
    font-size: 16pt;
    margin: 5px 10px;
    cursor: pointer;
}
.two_columns
{
    width: 50%;
    display: block;
    float: left;
}
.content_text
{
    font-size: 16pt;
    padding: 0 10px;
}

/* PAGE ONE */
.content_wrap
{
    width: 1180px;
    margin:0 auto;
}
.content_header
{
    font-size: 28pt;
    color: #000;
    padding: 10px;
}
.contact_header
{
    font-size: 28pt;
    color: #fff;
    padding: 10px;
}





.credits
{
    width: 1100px;
}
.social_media
{
    display: block;
    position: fixed;
    top: 200px;
    left: -20px;
}
}