
 @font-face {
	font-family: '__Myriad Pro_3';
	src: url('../fonts/myriadpro-boldcond.eot');
	src: local('?'), url('../fonts/myriadpro-boldcond.woff') format('woff'), url('../fonts/myriadpro-boldcond.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: '__Myriad Pro_3';
	src: url('../fonts/myriadpro-cond.eot');
	src: local('?'), url('../fonts/myriadpro-cond.woff') format('woff'), url('../fonts/myriadpro-cond.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: '__Myriad Pro_5';
	src: url('../fonts/myriadpro-regular.eot');
	src: local('?'), url('../fonts/myriadpro-regular.woff') format('woff'), url('../fonts/myriadpro-regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}    
    
@font-face {
	font-family: '__Myriad Pro_5';
	src: url('../fonts/myriadpro-light.eot');
	src: local('?'), url('../fonts/myriadpro-light.woff') format('woff'), url('../fonts/myriadpro-light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

.bluetext {
   font-family:'__Myriad Pro_3';
   font-size:28px;
   color:#3697DC;
   line-height:28px;
}

.bluetext .button{
  margin-top:20px;
  width:auto;
  padding:0px 12px;
}


 .title_j {
   text-transform:uppercase;
   font-family:'__Myriad Pro_3';
   font-size:26px;
   color:#3697DC;
   line-height:28px;
 }

 .title_t {
   text-transform:uppercase;
   font-family:'__Myriad Pro_3';
   font-size:43px;
   color:#000000;
   font-weight:700;
   line-height:43px;
   margin-top:6px;
 }

 .title_m {
   text-transform:uppercase;
   font-family:'__Myriad Pro_3';
   font-size:26px;
   color:#000000;
   font-weight:700;
   line-height:33px;
   margin-top:15px;
 }
 
 .title_m2 {
   text-transform:uppercase;
   font-family:'__Myriad Pro_3';
   font-size:28px;
   color:#3697DC;
   line-height:28px;
   margin-top:5px;
   margin-bottom:29px;
 }

 .title_m22 {
   text-transform:uppercase;
   font-family:'__Myriad Pro_3';
   font-size:30px;
   color:#fff;
   line-height:28px;
   margin-top:5px;
   background:#ff0000;
   margin-bottom:29px;
   max-width:520px;
   padding:5px;
 }

 .title_b {
   text-transform:uppercase;
   font-family:'__Myriad Pro_3';
   font-size:28px;
   color:#000000;
   font-weight:700;
   line-height:28px;
 }
 
 .box {
   font-family:'__Myriad Pro_5';
   font-size:18px;
   color:#ffffff;
   font-weight:400;
   line-height:22px;
   padding:16px;
   background:#3697DC;
   width:498px;
   margin-top:6px;
   margin-bottom:30px;
 }

 .box p{
   margin:0px;
 }
 

 .title_red {
   text-transform:uppercase;
   font-family:'__Myriad Pro_3';
   font-size:28px;
   color:#ff0000;
   font-weight:700;
   line-height:28px;
   margin-top:4px;
   margin-bottom:30px;
 }
 
 input[type=text] {                                                                                                     
   width:409px;
   height:29px;
   color:#5B5A58;
   font-family:'__Myriad Pro_5';
   font-weight:400;
   padding:6px;
   background:#d4d4d4;
   border:0px;
   font-size:18px;  
   margin-bottom:8px;
 }
 
 .av {
   color:#7F7F7F;
   font-family:'__Myriad Pro_5';
   font-weight:300;
   border:0px;
   font-size:17px;  
   height:60px;
   line-height:60px;
 
 }
 
 button, .button {
    width: 259px;
    height: 38px;
    border-color: #6B6B6B;
    background-color: #3697DC;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 38px;
    font-family: '__Myriad Pro_3';
    font-weight: 400;
    border:0px;
    border-radius:2px;
    cursor:pointer;
    margin-bottom:40px;
    display:inline-block;
}

 button:hover, .button:hover {
   background:#11345c;
 }
 
 a {
   font-family:'__Myriad Pro_5';
   font-size:18px;
   font-weight:400;
   line-height:43px;
   text-decoration:none;
   background:url(/images/kisnyil.png) left center no-repeat;
   padding-left:46px;
   color:black;
 }
 
 a:hover {
   text-decoration:underline;
} 


.text {
  width:520px;
  margin:30px 0px;
  font-family:'__Myriad Pro_5';
  font-size: 18px;
  font-weight:400;
  line-height:22px;
}

 .title_blue {
   font-family:'__Myriad Pro_3';
   font-size:28px;
   color:#3697DC;
   line-height:28px;
   margin-top:5px;
   margin-bottom:29px;
 }
 
 a.button {
   padding:0px;
 }
 
.listbody {
  background:url(/design/listbg.jpg) center top no-repeat; 
  padding-top:30px;
} 

.allasbg {
  background:url(/design/kicsi.jpg) center top no-repeat; 
  padding-top:30px;
}

.frame {
  padding-left:50%;
}
 
@media (max-width: 799px) {
  .listbody, .allasbg {
    background:none; 
    padding-top:30px;
  } 

  .frame {
    padding:0px 20px 20px 20px;
  }
  
  
  .box {
    width:auto;
  }
  
  input[type=text], button, .button {
    width:100%;
  }

  .text {
    width:auto;
  }
}