/*
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
*/

header#header {
background: #000;
background: rgba(0,0,0,1);
}

#logo a {
border:none !important;
}

header#header.style2 #logo a:after {
content: none !important;
}

body.res1170 #footer .contact-details {
background:none!important;
}

#footer .contact-details {
background:none!important;
}

#action_box h4.text {
font-size: 20px;
line-height: 23px;
}

#action_box .btn {
color: #fff!important;
/* background: #CD2122; */
border: 0!important;
font-weight: 700!important;
font-size: 13px!important;
height: 30px!important;
padding: 5px 15px!important;
margin-left: 5px!important;
-webkit-border-radius: 3px!important;
-moz-border-radius: 3px!important;
border-radius: 3px!important;
background: #aaa!important;
display: inline!important;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
-webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
-moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
}
#action_box .btn:hover {
background: #000!important;
}

body.res1170 .services_box.style2 .box {
height: 275px!important;
}
.hg-portfolio-sortable ul#thumbs li .inner-item h4 {
border-bottom: none;
padding: 0 6px 0;
}

#logo a img.logo-rotate {
	-webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
}

#logo a:hover  img.logo-rotate{
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.offline-page .containerbox {
background: #000 !important;

}
.offline-page #logo {
margin-left: -20px !important;
}