/*

Theme Name: suckman

Theme URI: https://xn--72cm8an6ed3b4dwe6bh.com

Description: Dedicated for https://xn--72cm8an6ed3b4dwe6bh.com/

Author: Dark

Author URI: https://xn--72cm8an6ed3b4dwe6bh.com/

Version: stable

License: only for https://xn--72cm8an6ed3b4dwe6bh.com

License URI: https://xn--72cm8an6ed3b4dwe6bh.com/

Tags: theme-options

*/



/*= Table of Content

 * 

 *= Reset,Base and Common 

 *= Structure 

 *= Header 

 *= Main Navigation 

 *= General Content Style

 *= Archive Content Style

 *= Featured Content Style

 *= Singular Content Style

 *= Widgets (Sidebar & Footbar) 

 *= Footer (Footbar & Colophon) 

 *= Comments & Response

 *= Plugins Style

 *= Browser Specific 

 *==================================================================*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);


/*= Reset,Base and Common

 *==================================================================*/
nav.nav-scroll {
	position: relative;
	z-index: 2;
	height: 2rem;
	box-sizing: border-box;
	overflow-y: hidden;
	padding: 1rem;
	border-top: 1px solid rgba(0,0,0,0.075);
	line-height: 1em;
}
nav.nav-scroll > ul {
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
}
nav.nav-scroll > ul > li > a {
	font-weight: 500;
}
.news-slide > li > .uk-card {
	box-shadow: none;
	border:  1px solid rgba(0,0,0,0.075);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.uk-logo > img {
	height: 70px;
}
#header.uk-sticky-below {
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
}
img.uk-thumbnail.thumb-x {
    width: 450px;
}
.header-custom-x{
	white-space: nowrap;
	overflow: hidden;
	    line-height: 0;
	    font-size: .7rem !important;
}

.linesms {
	max-width: 100%;
    	position: relative;
    	margin: 10px auto 5px;
	display:none;
}
.adss{
	    max-height: 250px;
	    max-width: 100%;
	    display:none;
	}
.tabs a{
	font-size: 0.7rem;
}
@media only screen and (max-width:768px) {
		.adss{
	    	    max-height: 100%;
		    max-width: 100%;
                    display:block;
		}
		.linesms {
			display:block;
		}
		.tabs a{
			font-size: 1rem;
		}
	
}
.adss-des{
	    
	    max-width: 100%;
	    display:block;
            margin-bottom: 5px;
	}
@media only screen and (max-width:768px) {
	.adss-des{
	    	    max-height: 100%;
		    max-width: 100%;
                    display:none;
	}
}

.adsss{
	    max-height: 250px;
	    max-width: 100%;
	   
	}

