

/* News */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1680px) {

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {

}

/* MAC Laptops */
@media only screen and (max-width : 1440px) {

}
/* HD Ready Laptops */
@media only screen and (max-width : 1366px) {

}

/* HD Ready Laptops */
@media only screen and (max-width : 1360px) {

}
/* Box Screens 1280x1024 */
@media only screen and (max-width : 1280px) {

} 

/* Zoomed in FF Break point */
@media only screen and (max-width : 1240px) {

} 
/* iPads */
@media only screen and (max-width : 1234px) {
	.preleftmenu>li:last-child{padding-left: 15px;padding-right: 15px}
	.preleftmenu>li{padding-right: 0}
	.swiper-slide .caption{max-width: 800px;bottom:25%}
	.swiper-slide .caption h1{font-size: 30px}
	.event-body{margin-left: 0;padding-left: 20px!important}

.swiper-slide .caption h1 { font-size: 10pt; }
.swiper-slide .caption { width: 80%; }
.home-box p	{ font-size: 10pt !important;}

}
/*Galaxy Tab 3 */
@media only screen and (max-width : 800px) {
	.event{text-align: center;}
	.event-body{text-align: left;margin-top: 20px}
	.post-tabs-content img{margin: auto;}
	.first-section .row {margin-top: 40px;}
	.first-section .home-box{max-width: 290px;margin: auto;margin-bottom: 20px}
	.navbar-default.homemenu{position: relative;top: 0}
	#navbar .nav>li>a {padding: 10px 15px;}
	.navbar-brand{float: none;}
	.navbar-nav.prerightmenu {float: left;}
	.prerightmenu li:first-child>a {padding-left: 0}
	/*.swiper-slide .caption{display: none;}*/
	.swiper-slide .caption{max-width: 500px; bottom: 30px;}
.above-slider { min-height: 5px; background: #f7f7f7;  width:90%;}
	.navbar-nav { margin: 0} 
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.prerightmenu li,.social-icons li, .language-menu li{display: inline-block;}
	.social-icons li:first-child{margin-right: -3px}
	.social-icons li:nth-child(2){margin-right: -5px}
	.navbar-brand>img{margin-left: 15px}
	.navbar-toggle{background: #00a98f;border-color: #fff}
	.navbar-default .navbar-toggle .icon-bar{background-color: #fff}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color: #03957f}
	.homemenu .navbar-nav{float: none;}
	#navbar .nav>li:first-child>a{padding-left: 15px}
	.home-box{max-width: 290px;margin: auto;margin-bottom: 20px}
	.home-info-box {margin: auto;margin-bottom: 20px}
	.dropdown-menu:before{display: none;}

	.float-right-side-component {max-width:100%;margin:10px 0 20px 0}

.dropdown-menu-second-level { list-style: none; margin-left:15px; margin-top:10px; padding-left: 15px; font-family: Roboto Slab; font-size: 12px; border-left: 1px solid #c9c9c9; width:90%; background:none !important }
.dropdown-menu-second-level li { padding-top: 10px; }
.dropdown-menu-second-level a { background: none !important; }
.dropdown-menu-second-level li:first-child { padding-top:0; }

.dropdown ul, .dropdown li { background: transparent !important; }
}
/* LGalaxy SIII*/
@media only screen and (max-width : 720px) {
	.dropdown-menu>li{display: block;width: 95%}
	.dropdown-menu{padding-left: 0;padding-top: 0}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.swiper-button-prev, .swiper-button-next{font-size: 15px;width: 20px;height: 20px;margin-top: -10px;}
	.swiper-button-prev i, .swiper-button-next i {line-height: 20px;}

      .swiper-slide .caption{max-width: 300px;}
        .swiper-slide .caption h1{font-size: 10px}


.swiper-slide .caption { top: 60%; }
}
/* iPhone6+ */
@media only screen and (max-width : 414px) {

}

/* Galaxy Edge*/
@media only screen and (max-width : 412px) {

}
/* iphone6*/
@media only screen and (max-width : 375px) {
	.prerightmenu li>a {padding: 21px 15px;}
	.nav.nav-tabs.post-tabs>li {width: 24%;}
}
/* Note2*/
@media only screen and (max-width : 360px) {
	.prerightmenu li>a {padding: 21px 10px;}

}
/* Iphone5 */ 
@media only screen and (max-width : 320px) {

}

/* Mobile Style Css */

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    /* STYLES GO HERE */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
    /* STYLES GO HERE */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
    /* STYLES GO HERE */
}



/* ----------- 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) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- 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) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- 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) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- 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) {

}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1234px) 
{
    /* STYLES GO HERE */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    /* STYLES GO HERE */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    /* STYLES GO HERE */
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    /* STYLES GO HERE */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    /* STYLES GO HERE */
}


/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
}
