 /* Misc */
 a{
 	text-decoration: none;
 }
 .u-center{
 	margin: 0 auto;
 }
 /* Misc */
 /* Header */
body{
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
 .w970{
 	max-width: 970px;
 }
 header.main{
 	padding-top: 30px;
 	border-top: 6px solid #e93e7a;
 }
 .head-links{
 	margin-top: 10px;
 }
 .head-links ul{
 	list-style: none;
 }
 .head-links li{
 	padding-left: 15px;
 	display: inline-block;
 }
 .head-links li:before{
 	content: " ";
 	display: block;
 	float: left;
 	width: 17px;
 	height: 20px;
 	padding-right: 5px;
 	background-repeat: no-repeat;
 	background-position: center center;
 }
 .head-links li.l-home:before{
 	background-image:url('../images/l-star.png');
 }
  .head-links li.l-fav:before{
 	background-image:url('../images/l-fav.png');
 }
  .head-links li.l-contact:before{
 	background-image:url('../images/l-contact.png');
 }
 .head-links li a{
 	display: block;
 	float: left;
 	color: #fff;
 	font-size: 12px;
 	font-family: 'Arial','Tahoma',sans-serif;
 }
 /* Header */

 /* Homepage */
 .home .texts h2{
 	color: #fff;
 	font-size: 34px;
 	font-weight: 600;
 	margin-top: 30px;
 	margin-bottom: 30px;
 }
 .home .texts h2 span{
 	color: #5cdcf3;
 }
 .home .texts p{
 	color: #fff;
 	font-size: 20px;
 }
 .home .login{
 	background-color: rgba(0,0,0,.15);
 	display: block;
 	border-radius: 10px;
 	border:1px solid #796fab;
 	padding: 25px;
 }
 .home .login h2{
 	color: #f8df6b;
 	font-size: 24px;
 	font-weight: bold;
 }
 .home .login span.online-count{
 	padding-top: 16px;
 	background:url('../images/online-count.png') top center no-repeat;
 	color: #fff;
 	font-size: 13px;
 	font-family: 'Arial','Tahoma','Verdana',sans-serif;
 }
 .home .login input[type="text"]{
 	background:url('../images/form-login.png') 15px center no-repeat #fff;
 }
 .home .login input[type="password"]{
 	background:url('../images/form-pass.png') 15px center no-repeat #fff;
 } 
 .home .login input[type="text"],.home .login input[type="password"]{
 	font-size: 18px;
 	color: #46438c;
 	font-weight: 500;
 	height: 50px;
 	padding-left: 43px;
 }
  .home .login input::-webkit-input-placeholder{
  	color: #46438c;
  }
  .home .login input:-moz-placeholder { /* Firefox 18- */
  	color: #46438c;
  }
  .home .login input:-moz-placeholder { /* Firefox 19+ */
  	color: #46438c;
  }  
  .home .login input:-ms-input-placeholder {
  	color: #46438c;
  }    
 .home .login .login-button{
 	font-weight: bold;
 	font-size: 20px;
 	text-shadow: 0px -1px 1px rgba(0,0,0,.3);
 	letter-spacing: -.3px;
 	height: 50px;
 	border-top: 1px solid #60d4e9 !important;
 	background-color: #2bc6e2 !important;
    -webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s; 	
 }
 .home .login .login-button:hover{
 	background-color: #e93e7a !important;
 	border-top:1px solid #ef6e9b !important;
 	border-color: #e93e7a !important;
	box-shadow:0px 2px 1px rgba(0,0,0,.2);
 }
 .home .login input[type="password"]{
 	margin-bottom: 5px;
 }
 .home .login form span.hint {
    color: #fff;
    text-align: right;
    display: block;
    font-family: 'Arial','Verdana','Tahoma',sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
}
  .home .h-links{
  	margin-top: 30px;
  }
 .home .h-links h3{
 	color: #f8df6b;
 	font-size: 18px;
 	font-weight: bold;
 	margin-bottom: 0;
 }
 .home .h-links span{
 	color: #fff;
 	font-family: 'Arial','Tahoma','Verdana',sans-serif;
 	font-size: 14px;
 }
 .home .h-links a:hover > span{
 	text-decoration: underline;
 }
 .home .h-links .mirc{
 	margin-left: 0;
 	background:url('../images/h-mirc.png') 0px center no-repeat;
 	padding-left: 85px;
 	height: 154px;
 	padding-top: 35px;
 }
 .home .h-links .add-frame{
 	background:url('../images/h-add.png') 0px center no-repeat;
 	padding-left: 85px;
 	height: 154px;
 	padding-top: 35px;
 }   
 .home .h-links .app{
 	background:url('../images/h-app.png') 0px center no-repeat;
 	padding-left: 125px;
 	height: 154px;
 	padding-top: 35px;
 }

 .home.h-container{
 	box-shadow:0 1px 11px rgba(86,94,175,.5);
 	padding: 30px 40px;
 	border-top-right-radius: 10px; 	
 	border-top-left-radius: 10px;
 	background:url('../images/h-bg.png') top center repeat-x;
 }
 .home .h-tests h1,
 .home .h-forum h1,
 .home .h-tests h3,
 .home .h-forum h3{
 	color: #625db4;
 	font-size: 34px;
 	font-weight: bold;
 	float: left;
 	margin-bottom: 0;
 }
 .home .h-forum h3{
 	color: #ff6815;
 }
 .home .h-tests .head a,
 .home .h-forum .head a{
 	color: #625db4;
 	margin-top: 4px;
 	border:1px solid #625db4;
 	padding: 5px 10px;
 	font-weight: 600;
 	font-size: 13px;
 	border-radius: 3px;
    -webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s;  	
 }
.home .h-tests .head a:hover{
	background-color: #625db4;
	color: #fff;
}
.home .h-forum .head a{
	color: #ff6815;
	border:1px solid #ff6815;
}
.home .h-forum .head a:hover{
	background-color: #ff6815;
	color: #fff;
}
 .home .h-tests .test_list li{
 	position: relative;
 	width: 50%;
 	display: block;
 	float: left;
 	height: 132px;
 	background-repeat: no-repeat;
 	margin-bottom: 30px;
 	overflow:hidden;
 }

 .home .h-tests .test_list li.ebeveyn{
 	background-image: url('../images/test-ebeveny.html');
 }
  .home .h-tests .test_list li.tembel{
 	background-image: url('../images/test-tembel.html');
 }
  .home .h-tests .test_list li.zeka{
 	background-image: url('../images/test-zeka.html');
 }
  .home .h-tests .test_list li.tani{
 	background-image: url('../images/test-tani.html');
 }  
   .home .h-tests .test_list li.iq{
 	background-image: url('../images/test-iq.html');
 } 
   .home .h-tests .test_list li.kalemsilgi{
 	background-image: url('../images/test-kalem-silgi.html');
 } 
   .home .h-tests .test_list li.kedi{
 	background-image: url('../images/test-kedi.html');
 } 
   .home .h-tests .test_list li.film{
 	background-image: url('../images/test-film.html');
 } 
 .home .h-infos h4{
 	color: #ed3342;
 	font-size: 18px;
 	margin-bottom: 8px;
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 	
 }
 .home .h-infos .second h4{
 	color: #2c72c0;
 }
 .home .h-infos p{
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 
 	font-size: 12px;
 	color: #888888;
 }
 .home .h-forum .head,
 .home .h-tests .head{
 	margin-bottom: 25px;
 }
 .home .h-forum ul.forum_list{
 	width: 100%;
 	list-style: none;
 	font-family: 'Arial','Verdana','Tahoma',sans-serif; 	
 	border-top:1px solid #ff6815;
 }
 .home .h-forum ul.forum_list li a{
 	color: #888888;
 	font-size: 13px;
 	display: block;
 	height: 100%;
 }
 .home .h-forum ul.forum_list li{
 	line-height: 39px;
 	border-bottom: 1px solid #dedede;
 	margin-bottom: 0;
 }
 .home .h-forum ul.forum_list li a:hover{
 	color: #ff6815;
 	text-decoration: underline;
 }
 .home .h-forum ul.forum_list li a:before{
 	content: " ";
 	display: block;
 	float: left;
 	width: 40px;
 	height: 40px;
 	background: url('../images/h-forum-ico.png') center center no-repeat;
 }
 @media (min-width: 767px) {
 	.home .h-tests .test_list{
 		padding: 0;
 		margin-bottom: 0;
 		width: 100%;
 	}
 	.home .h-tests .test_list li{
 		width: 48%;
 		background-size:cover;
 		background-position: top right;
	    -webkit-transition: all 300ms ease-out .1s;
	    -moz-transition: all 300ms ease-out .1s;
	    -o-transition: all 300ms ease-out .1s;
	    transition: all 300ms ease-out .1s;   		
 	}
 	.home .h-tests .test_list li:hover{
 		opacity: 0.7;
 	}
 	.home .h-tests .test_list li:hover a{
 		text-decoration: underline;
 	}
 	.home .h-tests .test_list li a{
 		width: 100%;
 		color: #fff;
 		font-weight: bold;
 		font-size: 23px;
 		text-align: center;
 		display: block;
 		height: 100%;
 		position: absolute;
 		top: 35%;
 	}
 	.home .h-tests .test_list li.ebeveyn, .home .h-tests .test_list li.tembel{
 		margin-right: 2%;
 	}
 	.home .h-tests .test_list li.zeka, .home .h-tests .test_list li.tani, .home .h-tests .test_list li.iq, .home .h-tests .test_list li.kedi{
 		margin-left: 2%;
 		float: right;
 	}
 }
/* Homepage */

/* mIRC indir Page */
.home.h-container{
	padding-bottom: 0;
}
.home .sec-mirc-indir .head{
	margin-bottom: 0;
}
.p-mirc .sec-mirc-indir .head p{
	color : #625db4;
	font-weight: bold;
}
.p-mirc .sec-mirc-indir h1,
.p-mirc .sec-mirc-indir h3{
	float: none;
	margin-bottom: 20px;
}
.p-mirc .h-forum .login-area h2{
	color: #1aafca;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}
.p-mirc .h-forum .login-area .w43{
    width: 42%;
    margin: 0;
    float: left;
    border-radius: 0;
	border:2px solid #1aafca;
}
.p-mirc .h-forum .login-area input[type="text"]{
	border-right: none;
}
.p-mirc .h-forum .login-area form{
	margin-bottom: 40px;
}
.p-mirc .h-forum .login-area .w14{
    width: 16%;
    margin: 0;
    float: left;
    border-radius: 0;
    display: block;
    padding: 0;
    background-color: #1aafca;
    border:none;
    background-image: url(../images/m-login.png);
    background-repeat: no-repeat;
    background-position: center;
}
.p-mirc .h-forum .login-area .hint{
	display: block;
    text-align: right;
    padding-right: 18%;
    font-size: 11px;
    font-family: 'Arial','Verdana','Tahoma',sans-serif;
    color: #a9a9a9;
}
.p-mirc .sec-mirc-indir .down-mirc a{
	background: url('../images/ico-mirc-indir.png') center center no-repeat;
    width: 355px;
    height: 76px;
    display: block;	
    margin:0 auto;
    margin-bottom: 25px;
}
.p-mirc .sec-mirc-indir .down-mirc a:hover{
	background: url('../images/ico-mirc-indir-h.png') center center no-repeat;
}
.p-mirc .h-infos{
	margin-bottom: 40px;
}
.p-mirc .h-infos p{
	color: #888;
	font-size: 15px;
	font-family: 'Arial','Tahoma','Verdana',sans-serif;
	font-weight: normal;
}
.p-mirc .mirc-bottom{
	padding-top: 40px;
}
.p-mirc .mirc-bottom .mobil-app{
	padding-left: 165px;
	min-height: 200px;
	background:url('../images/m-app.png') left bottom no-repeat;	
}
.p-mirc .mirc-bottom .mobil-app h3{
	color: #4285f4;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 20px;
}
.p-mirc .mirc-bottom .mobil-app p{
	font-size: 14px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	margin-bottom: 0;
}
.p-mirc .mirc-bottom .widgets{
	background-image: url('../images/m-line.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 23px;
	min-height: 192px;
}
.p-mirc .mirc-bottom .widgets h4{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 10px;
}
.p-mirc .mirc-bottom .widgets.mirc-indir .sm,
.p-mirc .mirc-bottom .widgets.mirc-indir h4{
	color: #f3640e;
}
.p-mirc .mirc-bottom .widgets.add-site .sm,
.p-mirc .mirc-bottom .widgets.add-site h4{
	color: #e23268;
}
.p-mirc .mirc-bottom .widgets.like h4{
	color: #6865d3;
}
.p-mirc .mirc-bottom .widgets > span{
	display: block;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	padding-bottom: 20px;
}
.p-mirc .mirc-bottom .widgets .sm{
	text-decoration: underline;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;

}
.p-mirc .mirc-bottom .widgets .sm span,
.p-mirc .mirc-bottom .widgets .sm img{
	float: left;
	display: block;
	text-decoration: underline;
	line-height: 26px;
}
.p-mirc .mirc-bottom .widgets .sm span{
	padding-left: 10px;
}
.long_text{
	display: none;
}
a.show_text,a.hide_text{
	color: #2b70be;
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	text-decoration: underline;	
}
.show_hide{
	margin-bottom: 50px;
}
@media(min-width:767px){
	body.page.mirc-indir {
	    background-position:0 -200px;
	}
}
/* mIRC indir Page */

/* Sitene Ekle Page */
.p-mirc .sec-sitene-ekle .head p{
	font-weight: normal;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-size: 15px;
	color: #888;
	font-weight: normal;
}
.sitene-ekle-code{
	font-size: 12px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	min-height: 140px;
	width: 100%;
	border:1px dashed #888;

}
/* Sitene Ekle Page */
/* Sohbet Page */
.dummy-area{
	min-height: 500px;
	background-color: #42714c;
	color: #fff;
	text-align: center;
	font-size: 64px;

}
/* Sohbet Page */

/* Question Page */
fieldset.question{
	margin-bottom: 25px;
}
fieldset.question div.q_title{
	color: #625db4;
	font-size: 15px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset.question div.q_label{
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	line-height: 25px;
}
fieldset.question div.q_label input{
	margin-bottom: 0;
}
fieldset.question label.q_title{
	color: #625db4;
	font-size: 15px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
fieldset.question label.q_label{
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	line-height: 25px;
}
fieldset.question label.q_label input{
	margin-bottom: 0;
}
input[type="submit"].submit-question{
	background-color: #625db4;
	border-color: #625db4;
	border-top:2px solid #8986c7;
	font-size: 20px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 50px;
	height: 48px;
	display: block;
	margin:0 auto;
    -webkit-transition: all 300ms ease-out .1s;
    -moz-transition: all 300ms ease-out .1s;
    -o-transition: all 300ms ease-out .1s;
    transition: all 300ms ease-out .1s; 	
}
input[type="submit"].submit-question:hover{
	background-color: #474382;
	border-color: #625db4;
	border-top:2px solid #625db4;
}
/* Question Page */
/* Footer */
footer{
	background:url('../images/f-bg.jpg') top center no-repeat;
	background-size: cover;
}
footer .row1{
	padding: 50px 0px;
}
footer .row1 .big-text{
	margin: 0;
	text-align: center;
	font-size: 33px;
	font-weight: 600;
	color: #fff;
}
footer .row1 .t1{
	color: #f8df6b;
}
footer .row1 .t2{
	color: #5cdcf3;
}

footer .row2{
	padding-bottom: 20px;
	padding-top: 30px;
	background-color: rgba(95,46,149,.8);
	border-top:1px solid #ab74e7;
}
footer .row2 .site-links{
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-size: 12px;
	padding-top: 18px;
}
footer .row2 .site-links ul{
	list-style: none;
	display: inline-block;
	margin-bottom: 0;
}
footer .row2 .site-links span{
	color: #f8df6b;
}
footer .row2 .site-links li{
	display: inline-block;
	padding-right: 8px;
	padding-left: 8px;
}
footer .row2 .site-links li a{
	color: #fff;

}
footer .row2 .site-links li a:hover{
	text-decoration: underline;
}
footer .row2 .site-links small{
	display: block;
	color: #af9ae2;
}
footer .row2 .social{
	display: inline-block;
}
footer .row2 .social .links{
	list-style: none;
	margin-bottom: 0;
	margin-top: 15px;
	display: block;
	float: left;
}
footer .row2 .social .created{
	float: right;
	margin-top: 15px;
}
footer .row2 .social .links li{
	margin: 0 8px;
	display: inline-block;
}
footer .row2 .social .links a{
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;	
}
footer .row2 .social .links li.facebook a{
	background-image: url('../images/f-fb.png');
}
footer .row2 .social .links li.twitter a{
	background-image: url('../images/f-tw.png');
}
footer .row2 .social .links li.gplus a{
	background-image: url('../images/f-gp.png');
}
footer .color{
	margin-left: 20px;
    display: block;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 1px solid #824bc0;
    padding-left: 20px;
}
footer .color a.newmedia{
	font-family: 'Arial','Verdana','Tahoma',sans-serif;
	font-size: 12px;
	color: #ab93dd;
}
footer .color span.red{
	padding:3px 4px;
	color: #fff;
	background-color: #da3670;
	border-radius: 3px;
}
/* Footer */

.only-mobile{
	display: none;
}
.sohbet-area{
	min-height: 750px;
	height: 750px;
	padding-bottom: 40px;
}
.sohbet-container{
	width: 95%;
    max-width: 100%;
}
.p-mirc .mirc-bottom{
	width: 100%;
}
iframe[name="radyo"]{
	height: 40px;
	margin-top: -7px;
}
/* Responsive */
@media(max-width: 550px) {

	.fix-height{
		overflow-y: hidden;
	}
	body{
	    background-image: url('../images/mobil-bg.png');
	    background-repeat: no-repeat;
	}	
	body.page{
		background-image: none;
	}
	body.page header{
	    background-image: url('../images/mobil-bg.png');
	    background-repeat: no-repeat;		
	}
	body.page .home.h-container{
		padding-top: 20px;
	}
	.only-mobile.mobil-links{
		display: none;
	}
	.only-mobile.mobil-links.open{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #cd2272;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.only-mobile.mobil-links ul{
		margin-top: 7rem;
		padding-left: 25px;
		padding-right: 25px;
		list-style: none;
	}
	.only-mobile.mobil-links li{
		border-bottom: 1px solid #b81f66;
		margin-bottom: 0;
	}
	.only-mobile.mobil-links li a{
		display: block;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		line-height: 75px;
	}
	body.page .home.h-container .head h1,
	body.page .home.h-container .head h2,
	body.page .home.h-container .head h3,
	.p-mirc .h-forum .login-area h2{
		text-align: center;
		float: none;
	}
	body.page .home .alti.columns.h-tests{
		padding-left: 0;
		padding-right: 0;
	}
	body.page .home .h-infos{
		display: block;
	}
	.p-mirc .mirc-bottom{
		display: none;
	}
	.only-mobile{
		display: block;
	}
	.head-links{
		display: none;
	}
	.p-mirc .sec-mirc-indir .down-mirc a{
		background-size:contain;
		width: 100%;
	}
	header .container{
		padding-left: 0;
		padding-right: 0;
	}
	header .logo-area h1{
		margin-bottom: 5px;
		margin-top: -10px;
	}
	header .logo-area h1 > a{
		zoom: .9;
	}
	header .logo-area{
		float: none;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	header .logo-area a.m-menu{
		background:url('../images/m-menu.png') center center no-repeat;
		width: 50px;
		height: 50px;
	    display: block;
	    position: absolute;
	    right: 25px;
	    top: 10px;
	    z-index: 2;
	}
	.home .alti.columns.texts{
		display: none;
	}
	.home .login{
		background-color: transparent;
		border:none;
		padding-left: 10px;
		padding-right: 10px;
	}
	.home .h-links{
		margin-top: 0;
	}
	.home .h-links > div.four,
	.home .h-links > div.alti,
	.home .h-links > div.dort{
		display: none;
	}
	.home .login h2, .home .login span.online-count {
		display: none;
	}
	.home .h-links .only-mobile.gplay{
	    background: url('../images/g-play.png') center no-repeat;
	    height: 128px;
	    text-align: center;
	    padding-top: 10px;
	}
	.home .h-tests .test_list li{
		background-size: cover;
		width: 100%;
	}
	.home.h-container{
		background:none;
		padding:0 20px;
		box-shadow: none;
	}
	.home .h-tests .test_list li a{
		display: block;
		width: 100%;
		height: 100%;
		font-size: 23px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 132px;
	}
	.home .h-tests h3, .home .h-forum h3{
		float: none;
		text-align: center;
	}
	.home .h-tests .head a, .home .h-forum .head a{
		display: none;
	}
	.home .h-infos{
		display: none;
	}
	.home .h-forum .head, .home .h-tests .head{
		margin-bottom: 20px;
	}
	.home .h-forum{
	}
	.home .alti.columns.h-tests {
    	padding-left: 25px;
    	padding-right: 25px;
	}
	.home .h-facebook{
		display: none;
	}
	footer .row1 .big-text{
		font-size: 22px;
		line-height: 25px;
	}
	footer .row1{

	}
	footer .row2 .site-links{
		display: none;
	}
	footer .color{
		display: none;
	}
	footer .row2 .social .links{
		float: none;
	}
	footer .row2 .social{
		text-align: center;
	}
	footer .row2{
		padding-bottom: 30px;
	}
	footer .row2 .social .created{
		float: none;
	}
}

@media(min-width: 390px) and (max-width: 500px){
	.container.home{
		min-height: 450px;
		width: 90%;
	}
}
@media(min-width: 370px) and (max-width: 380px){
	.home .login form{
		margin-bottom: 10px;
	}
}
@media(min-width: 355px) and (max-width: 370px){
	.home .login form{
		margin-bottom: 0;
	}
	.home .h-links .only-mobile.gplay{
		padding-top: 0;
	}
}
@media(min-width: 300px) and (max-width: 340px){
	.home .login{
		padding-top: 0;
		padding-bottom: 0;
	}
	header.main{
		padding-top: 20px;
	}
	.home .login form{
		margin-bottom: 0;
	}
	.home .h-links .only-mobile.gplay{
		padding-top: 15px;
	}	
}
@media(min-width: 405px) and (max-width: 500px){
	header.main{
		padding-top: 40px;
	}
	.home .h-links{
		margin-top:25px;
	}
}
@media(min-width: 425px) and (max-width: 500px){
	.home .h-links{
		margin-top:50px;
	}	
}
/* Responsive */