/*
	AUTHOR: Osvaldas Valutis, www.osvaldas.info
*/



/* general */

*,
h1, /* see normalize.css */
figure /* see normalize.css */
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
}
a:link, a:visited	{
	
	text-decoration: none;
}

a:hover	{
	text-decoration: none;
	
}


/* box sizing */

*,
*::before,
*::after,
input[type='search'] /* see normalize.css */
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* font smoothing */

*, *::before, *::after
{
	//-webkit-font-smoothing: antialiased;
	//-moz-osx-font-smoothing: grayscale;
}



/* main scrollbar */

html
{
	-ms-overflow-style: -ms-autohiding-scrollbar;
}



/* killing 300ms touch delay */

html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}



/* svg */

svg
{
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}



/* list */

ul,
ol
{
	list-style: none;
}



/* text */

em
{
	font-style: italic;
}

b
{
	font-weight: inherit;
}

i
{
	font-style: inherit;
}

ins
{
	text-decoration: none;
}



/* form */

input,
textarea,
select
{
	border-radius: 0;
	border: none;
	outline: none;
}

select:-moz-focusring 
{
    text-shadow: 0 0 0 #000;
	color: transparent;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='url'],
textarea,
select
{
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input::-ms-reveal	{ display: none; }
input::-ms-clear	{ display: none; }

button,
input[type='submit']
{
	border: none;
	background-color: transparent;
}
.ccm-settings-summoner {
  position: fixed !important;
  bottom: 23px !important;
  left: 20px !important;
  width: 12px !important;
  height: 12px !important;
  pointer-events: none;
  z-index: 99999999;
	
	//padding-right: 10px !important;
	
}
.ccm-widget--text .ccm-widget--title {
  margin-bottom: 16px !important;
  font-size: 18px !important;
}
.ccm-widget--text {
padding-right: 20px !important;
font-size: 13px !important;
padding-left: 20px;
}
.ccm-root {
 font-weight: 300;
 font-style: normal;
 font-size: 13px !important;
 line-height: 1.4;
 text-align: left!important;
 color: #666;
 background-color: white!important;
}
.ccm-widget .ccm-widget--buttons .button, .ccm-widget .ccm-widget--buttons button {
 margin-right: 5px;
 margin-left: 5px;
 color: #666;
 background-color: #ececec;
 border-color: #ececec;
 text-shadow: none;
 max-width: 140px !important;
}
.ccm-modal--footer {
padding-left: 23px !important;
padding-right: 40px !important;	
max-width: 1024px !important;
}
.ccm-modal--body {
max-width: 1024px !important;
}
.ccm-settings-summoner--link {	
box-shadow: none !important; 
//box-shadow: 0 0 6px 1px rgba(0,0,0,.05)!important; 
	}
.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
 //animation: ccm-icon-show--link 1s cubic-bezier(.5,0,.5,1.5) 0s 1 normal forwards !important; 
animation:none !important; 
}
.footerimp {
	float:left;	
	padding: 0px 0px 0 0px;
	
}
.footerimp a {
float:left;	
margin-left: 37px;
position: fixed !important;
bottom: 0px !important; 
z-index: 99999999;
margin-bottom: 5px !important;
 font-weight: 300;
 font-style: normal;
 font-size:11px !important;
 line-height: 1.4;
 text-align: left!important;
 color: #666!important;	
}

.socialinsta img{
		position: fixed;
		bottom: 22px!important;
		right: 25px;			
		width: 19px;
		z-index: 1100;
	}

.sociallinked img{
		position: fixed;
		bottom: 20px !important;
		right: 25px;	
		width:23px;
		z-index: 1100;
		margin-right:26px;
	}

#social
	{				
		float: right;
	}