
/* All except Large devices - Desktops (≥1200px) */
@media (min-width: 1200px) {

}

/* Medium devices - Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 991px) {
		.carousel {
		/*top: 54px;*/
		/*margin-bottom: 100px;*/
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    height: 200px;
    width: 100%;
}
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { padding: 42px 8px; }

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 991px) {

}

/* Only Phones */
@media (max-width: 767px) {
	/* Navigation */
	.navbar-default,
	.navbar-collapse in { width: 100%; overflow: hidden; overflow-y: hidden; overflow-x: hidden;}
	
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { height:40px; background: #3C3C3C; border-bottom: 1px solid #474747; padding-top:9px; margin-left: 8px; margin-right: 8px; text-shadow: none; }
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus { color: #909090;}
	
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus { height:40px; background: #3C3C3C; border-bottom: 1px solid #474747; padding-top:9px; text-shadow: none; }
	
	.navbar-default .navbar-nav > .active > a { color: #efefef; }
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus { color: #ccc; }
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff;}	.navbar-collapse 
	{ background: #333; width: 100%; clear: both;  /*margin-top: 8px;*/}
	
	.dropdown-menu > li > a { border-bottom: 1px solid #474747; }
	.style-title {
    font-family: Philosopher !important;
    font-weight: 300 !important;
    font-size: 20px !important;
}
	.custom-page-header h1 {  font-size: 17px;  }
	.nameanimat {
    position: absolute;
    bottom: 8px;
    right: 5%;
    padding: 2px 2px;
    font-size: 9px;
    font-weight: bold;
}
.nameanimat2 {
    position: absolute;
    bottom: 8px;
    left: 6%;
    padding: 2px 2px;
    font-size: 9px;
    font-weight: bold;
}
.nameanimat3
{
	 position: absolute;
	    bottom: 0;
    right: 5%;
    padding: 2px 23px;
    font-size: 12px;
    font-weight: bold;
}
#ser table > tbody > tr > td > a {
    font-size: 13px;
    color: #007ee1;
}
.overd span {
    position: relative;
    font-size: 16px;
}
#ser table > tbody > tr > td > a > img
{
max-width: 80px;
min-height: 80px;
max-height: 80px;
min-width: 80px;
margin-right: 15px;
}
#ser table > tbody > tr > td{
    text-align: center;
    width: 50%;
}
li.news-item img{
	max-width:100%!important; width: 100% !important; 
}
	/* Navigation Hover */
	/*.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus,*/
	.navbar-default .navbar-nav > li > a.dropdown-toggle,
	.navbar-default .navbar-nav > li > a.dropdown-toggle:hover, 
	.navbar-default .navbar-nav > li > a:focus { background: #292929 !important; text-shadow: none !important;}
	
	/* For MegaMenu Dropdown Links */
	.megamenu .megamenu-content .list-unstyled > li { color: #fff; border-bottom: 1px solid #474747 !important; padding: 0px !important; margin: 0px !important; }
	.megamenu .megamenu-content .list-unstyled > li:hover, 
	.megamenu .megamenu-content .list-unstyled > li:focus { background-color: transparent !important; color: #909090; margin-right: 0px !important}
	.megamenu .megamenu-content .list-unstyled > li > a { color: #747474 !important; padding: 0 0 0 15px !important; margin: 0px !important;}
	.megamenu .megamenu-content .list-unstyled > li > a:hover { color: #fff !important; }
	
	/* for Breadcrumb */
	.breadcrumb {display: none;}
	
	/* for Centered Menu */
	.centered { width: 100% !important; }
	
	/* for Header Main */
	.header-main {  width: 100%; height: 42px; top: 0;}
	.header-main .container { padding-left: 0px; padding-right: 0px;}
	
	/* for Showcase */
	.showcase { padding-top: 80px;}
	
}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {
	
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
	
}

/* ====================================================================================================================
 * Responsive Styles end
 * ====================================================================================================================*/