@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
     -webkit-font-smoothing: antialiased;
  font: normal 14px arial,sans-serif;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {margin:0px; padding:0; font:lighter 12px Arial, Helvetica, sans-serif;    overflow-x:hidden;
height:100%;
font-family: 'poppinslight';
font-size:14px;
}
html {height:100%;}

.clr{clear:both;  }
textarea:focus, input:focus, select{
    outline: 0;}

a , a:hover , a:visited , a:active , a:link , a:focus , a:visited   { text-decoration:none!important;  }

a img {border:0;}

*:focus {
    outline: none!important;
   }

:focus {
outline:none!important;
}

.web {
    display:inline-block;
}

.mobil {
    display:none;
}

.astar {
    display:block;
    padding:20px;
    border: 5px solid #fff;
}


 .fill-blank {display:table; min-height:inherit; width:100%;  background:url(../../assets/pattern/blank.png);}
.container-comp {
    margin:0 auto;
    text-align:center;
    display: table;
    max-width:1200px;
    border:0px solid #fff;
    padding:0px;
    min-height:inherit; /* For at least Firefox */
}


.btn-contanier{
    display:block;
    margin:0 auto;
    text-align:center;
    padding:20px;
}

.btn-default{
    border:1px solid #fff;
    border-radius:5px;
    background:transparent;
    color:#fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-default:hover{
    border:1px solid #fff;
    border-radius:5px;
    background:#fff;
    color:#333;
}



.scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

@media all and (max-width : 1024px) {
 .container-comp {
    max-width:700px;
}

.web {
    display:none;
}

.mobil {
    display:inline-block;
}

}

@media all and (max-width : 330px) {
 .container-comp {
    max-width:270px;
}


}