@charset "utf-8";


/*** right floating links ***/
#right-links{position:fixed;top:13%;right:-188px;z-index:200}
#right-links a{display:block;border:0;text-align:left;width:228px;box-sizing:border-box;position:relative;right:0;background-color:#b6e4fc; text-decoration: none;margin-bottom: 5px; vertical-align: middle;padding: 2px 0 2px 0; font-size: 13px; }
#right-links a i {padding: 0px 15px 0 6px; font-size: 18px; vertical-align: middle;}
#right-links a:hover{right:188px;background:#314c79;color:#FFF}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	.buy-theme {top: 100px !important;}
	.all-demo {top: 133px !important;}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/


@media (min-width: 481px) and (max-width: 767px), (min-width: 768px) and (max-width: 1024px), only screen and (min-device-width : 768px) and (max-device-width : 1024px), only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.buy-theme {top: 100px !important;}
	.all-demo {top: 133px !important;}
}