/* media css
 */



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
form {
  display: block;
}


body, html{ margin:0; padding:0;}

@font-face {
font-family:MyFont1;
src: url('fonts/Oswald-Regular.ttf'),url('fonts/Oswald-Regular.otf'),url('fonts/Oswald-Regular.eot'),url('fonts/Oswald-Regular.woff'),url('fonts/Oswald-Regular.svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family:Oswallight;
src: url('fonts/oswald-light.ttf'),url('fonts/oswald-light.otf'),url('fonts/oswald-light.eot'),url('fonts/oswald-light.woff'),url('fonts/oswald-light.svg');
font-weight: normal;
font-style: normal;
}


.container{
  width:980px; 
  margin-left: auto;
  margin-right: auto; 
}

.link_n1 a{ color:#f6c501; text-decoration:none;}
.link_n1 a:hover{ color:#f6c501; text-decoration: underline;}

.Searchdomain_sec{ width:100%; float:left;}
.Searchdomain_sec .t_wrap{ width:auto; float:right;  font-family:MyFont1; font-size:14px; text-transform:uppercase; color:#fff; text-align:right; background:#293448;margin: 10px;
  padding: 10px; }
.Srch_form{ width:100%; float:left; background:url(images/srch_bx_bg.jpg) no-repeat center top; background-size:cover; margin-bottom:30px;}
.Srch_form .cent{ width:100%; float:left; box-sizing:border-box; background:url(images/srch_icn.png) no-repeat left top; height:275px; padding:25px 30px 0px 130px; margin-top:150px;}
.Srch_form .cent .col{ width:100%; float:left; height:150px; position:relative; box-sizing:border-box; background:#fff; border:#aaa6a1 1px solid; border-radius:8px; box-shadow:2px 3px 3px rgba(0,0,0,.3); padding-left:150px; padding-right:15px;}
.Srch_form .cent .col .title{ width:144px; height:148px; background:url(images/srch_title_arw.png) no-repeat left top; position:absolute; left:0; top:0; font-family:MyFont1; font-size:28px; text-transform:uppercase; color:#000000; box-sizing:border-box; 
text-align:center; padding-top:50px;}
.Srch_form .cent .col .form{ width:100%; float:left; padding-top:45px;}

.t_bx_1{ width:78%; height:56px; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; border:#d4d4d4 2px solid; border-radius:8px; box-sizing:border-box; padding-left:10px; float:left;
background: -webkit-linear-gradient(#ffffff,#f1f1f1); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff,#f1f1f1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff,#f1f1f1); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff,#f1f1f1); /* Standard syntax */}
  
.Search_btn{ background:#293448; border:#d4d4d4 2px solid; height:56px; box-sizing:border-box; border-radius:8px; cursor:pointer; 
color:#fff; font-size:22px; font-family:Oswallight; text-transform:uppercase; float:right; width:128px;}

.footer2{ width:100%; float:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#282828; text-align:center; margin-bottom:30px;}
#columnA{width:100%;text-align:center;float:left;}

#columnA h2 {
  border-bottom: 1px #f6c501 dashed;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #f6c501;
  font-family: Arial, Helvetica, sans-serif; 
}
#linktitle{float:left;width:100%;}
#linktitle a {
  font-weight: bold;
  text-decoration: none;
  color: #f6c501;
   font-family: Arial, Helvetica, sans-serif; 
}

#linkdescription {
  font-size: 12px;
  padding: 0 0 5px 0;
   font-family: Arial, Helvetica, sans-serif; 
   float:left;width:100%;
}

#showurl {
  font-size: 11px;
  padding: 0 0 15px 0;
  color: #293448;
   font-family: Arial, Helvetica, sans-serif; 
   float:left;width:100%;
}


.gogleseee{

float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 767px) {

.container {
  margin-left: 10px;
  margin-right: 10px;
   width: auto;
}
  .Srch_form .cent{ padding:40px 0px 0 0px;}
  .Srch_form .cent .col .form{ padding-top:15px; text-align:center;}
  .t_bx_1{ width:100%;}
  .Search_btn{ float:none; margin-top:8px;}


}

@media (min-width: 768px) and (max-width: 969px) {
  
  
  
 .container {
    width:744px;
  }
  
  .t_bx_1{ width:67%;}
  

  
}


