/*
Theme Name: Kallyas
Theme URI: http://hogash-demo.com/kallyas_wp/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 3.6
Tags: dark, light, left-sidebar, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu,  editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
*/

.impmenu {
    float: right;
    margin-top: 10px;
    max-width: 100%;
    height: 34px;

}
.phone {
    background: url("../images/5phone2.png") no-repeat;
   color: #000;
    display: inline-block;
    float: right;
    font: 16px/1.2em Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-right: 7px;
    text-transform: none;
}
.mail {
    background: url("../images/message2.png") no-repeat;
    color: #0c0c6e;
    display: inline-block;
    float: right;
    font: 16px/1.2em Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0;
    padding-left: 33px;
    padding-top: 4px;
    padding-right:3px;
    text-transform: none;
}
.conver
{
    background: url("../images/ic_language_48px-32.png") no-repeat;
    color: #0c0c6e;
    display: inline-block;
    float: right;
    font: 16px/1.2em Arial,Helvetica,sans-serif;
    height: 25px;
    margin: 0;
    padding-left: 28px;
    padding-top: 1px;
    text-transform: none;
}
@media (max-width: 360px)
{
    .phone {
             font: 11px/1.2em Arial,Helvetica,sans-serif;
             float: right;
    }
    .mail
    {
            font: 11px/1.2em Arial,Helvetica,sans-serif;
             float: left;
    }
    .impmenu{
        height: auto;
        width: 100%;
    }
#logo
    {
        width: 38%;
    }
    #slideshow.notPadded{
         padding-top: 170px;
    }
}



