/*-- Header top wrap --*/
#header_meta {
    background: #000000;
    height: 45px;
    padding-top: 8px;
}

/*-- logo position top --*/
strong.logo a img {
    /*--top: 10px; --*/
}

/*-- logo position top home page--*/
.avia_image{
		height:100px !important;
}


/*-- Navigation Dashed border --*/
#header_main_alternate {
    border-top: 1px dashed #dadada !important;
    border-bottom: 1px dashed #dadada;
}

/*-- cta btn --*/
#header .widget {
  top: 25%;
  left: 85%;
  position: absolute;
  z-index: 999;
  padding-top: 0;
}

#text-2 a img {
  width: 50%;
}

.container_wrap {
    border-top-style: none !important;
    border-top-width: none !important;
}

/*-- Slide Home --*/
#full_slider_1 {
    -padding: 30px;
}

/*-- Home page --*/
.avia-builder-el-5 {
    -margin-top: 10px !important;
}

/*-- Contact Page --*/  
.map-heading {
    margin-top: 2px !important;
}  

#socketcta p {
    margin-top: 0px;
}
  
/*-- media queries --*/
@media only screen 
   and (max-device-width: 736px) {
    strong#socketcta {float: none !important;}
    #socketcta p {text-align: center; padding-top: 50px;}
    .sub_menu_socket {display: none; }
    #socket .copyright { text-align: center; width: 100%;}
}
  
/*-- iPad Portrait --*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #header .widget {left: 10%;}
}
  
  
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	strong.logo a img {top: 0px !important;}
    .responsive #header .social_bookmarks {width: initial;}
    ul.social_bookmarks li {border-width: 0px !important;}
    #header_meta .phone-info {width: initial; clear: none; float: none;}
    .responsive #top .logo {width: 60%;}
    #header .widget {width: 30%; top: 20% !important; left: 60%;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .responsive #top .logo {width: 60%;}
	#header .widget {width: 30%; top: 20% !important; left: 60%;}
}

  
  
/* ----------- iPhone 6 ----------- */  
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	strong.logo a img {top: 0px !important;}
    .responsive #header .social_bookmarks {width: initial;}
    ul.social_bookmarks li {border-width: 0px !important;}
    #header_meta .phone-info {width: initial; clear: none; float: none;}
    #header .widget {width: 20%; top: 5% !important; left: 65%;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .responsive #top .logo {width: 60%;}
	#header .widget {width: 25%; top: 20% !important;}
}  
  
  

/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	strong.logo a img {top: 0px !important;}
    .responsive #header .social_bookmarks {width: initial;}
    ul.social_bookmarks li {border-width: 0px !important;}
    #header_meta .phone-info {width: initial; clear: none; float: none;}
    #header .widget {width: 20%; top: 5% !important; left: 65%;}
}
  
  /* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .responsive #top .logo {width: 60%;}
	#header .widget {width: 25%; top: 17% !important;}
}
