@charset "utf-8";
/* CSS Document */

.bg1{ background-color:#09C}
.cl1{ color:#09C}

.bg2{ background-color:#069}
.cl2{ color:#069}


.bg_white{background-color:#FFF}
.site_width{max-width:1200px}

.fnt1{ font-family: 'Fira Sans', sans-serif;}

body{
	font-family: 'Open Sans', sans-serif;
	background-color:#fff;
}

.klik_cl1{color:#474072; text-decoration:none; transition:  color .5s;}
.klik_cl1:hover{color:#aaa}

.shell .form_label{  text-align:left; font-size:13px; padding-bottom:3px; padding-top:12px}
.shell .form_label_white{  text-align:left; font-size:13px; padding-bottom:3px; padding-top:12px; color:#fafafa}

.shell input, textarea, select{ background-color:#eee; font-weight:normal; font-size:16px; padding:10px 10px; border:0px; box-shadow:none; border-radius:5px; }
.shell input[type='checkbox']{ outline:0px; outline-offset:0px}

.shell .btn_site{ border-radius:3px; text-decoration:none; font-size:12px; font-weight:normal; letter-spacing:1px; text-transform:uppercase; padding:16px 20px; color:#fff; background-color:#333; display:inline-block;
transition:.5s;
  }
.shell .btn_site:hover{ background-color:#fafafa; color:#333 }

		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			
		}
		
		@media only screen and (max-width:490px){
			
		}

