/* ----------- 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) {
	.blocco-left {display: none !important;}
	.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {background-color: #e9f7fd !important;line-height: 22px !important;}
	.rd-navbar-fixed .rd-navbar-nav li > a {font-weight: normal !important;}
	.border-bottom-gray-lighter {background-color: #0071bc !important;}	
	#my_popup {width:99% !important;font-size:15px !important;margin-top: 10%;}
	.my_popup_close {top: -30px !important;right: -3px !important;}
	#my_popup #info-2 {padding:5% !important;}
	.ui-to-top {bottom: 90px !important;}
	.logo-gdc {text-align: right !important;}
	.logo-gdc img {width: 58% !important;}
	.video-youtube {display: flex;}
  .swiper-container.swiper-slider {height:220px !important;}
  .swiper-container.swiper-slider iframe {height: 220px !important; width: 380px;}
	}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  #my_popup {width:99% !important;font-size:15px !important;margin-top: 10%;}
.my_popup_close {top: -30px !important;right: -3px !important;}


}

/* ----------- 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) { 
  #my_popup {width:99% !important;font-size:15px !important;margin-top: 10%;}
.my_popup_close {top: -30px !important;right: -3px !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) { 
  #my_popup {width:99% !important;font-size:15px !important;margin-top: 10%;}
.my_popup_close {top: -30px !important;right: -3px !important;}


}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
	#my_popup {width:99% !important;font-size:15px !important;margin-top: 10%;}
	.my_popup_close {top: -30px !important;right: -3px !important;}


}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
	#my_popup {width:99% !important;font-size:15px !important;margin-top: 10%;}
	.my_popup_close {top: -30px !important;right: -3px !important;}


}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {


}

/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}
