
/* lg */ 
@media (min-width: 1200px) {
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
#portfolio .row {
	margin-left: -10px;
	margin-right: -10px;
}
/*Image swap for Desktop and Mobile*/

.visible-mobile {
	display: none !important;
}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-nav > li {
	margin-left: 10px;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 20px;
}
.recent-work-wrap .overlay {
	padding: 15px;
}
.services-wrap {
	padding: 40px 10px 40px 30px;
}
.feature-wrap h2, .single-services h2 {
	font-size: 18px;
}
.feature-wrap h3, .single-services h3 {
	font-size: 14px;
}
.tab-wrap .media .parrent.pull-left {
	clear: both;
	width: 100%;
}
.tab-wrap .media .parrent.media-body {
	clear: both;
}
#portfolio .row {
	margin-left: -10px;
	margin-right: -10px;
}
.recent-work-wrap .overlay .preview {
	line-height: inherit;
}
.team-bar .first-arrow {
	width: 21%;
}
.team-bar .second-arrow {
	width: 20%;
}
.team-bar .third-arrow {
	width: 21%;
}
.team-bar .fourth-arrow {
	width: 20%;
}
ul.social_icons li {
	margin-right: 0;
}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
/* Make Navigation Toggle on Desktop Hover */
.dropdown:hover .dropdown-menu {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-nav > li {
	margin-left: 0;
}

}

/* xs */
@media (max-width: 767px) {
/*Image swap for Desktop and Mobile*/
.visible-mobile {
	display: inline !important;
}
.hidden-mobile {
	display: none !important;
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: 0;
}
.top-number {
	font-size: 14px;
}
.top-bar {
	height: 80px!important; /*Control size of logo here.. change the height for mobile*/
	padding-top: 5px;
	margin-bottom: 0px;
}
.top-bar img {/*Logo centered in mobile*/
	margin-right: auto !important;
	margin-left: auto !important;
	display: block !important;
	max-width: 100% !important;
	max-height: 100% !important;
}
input.search-form:hover {
	width: 120px;
}
.equal-height-col {
	margin-bottom: 10px !important;
}

#slideshow-container {
	padding-top: 50px;
	}
	
	
.logo{
	display: none !important;
	}


}

/* XS Portrait */
@media (max-width: 480px) {
}

/* Smartphones/iphone (portrait) ----------- */
@media only screen and (max-width : 320px) {
}







/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */
   
  
@media print,  (-o-min-device-pixel-ratio: 5/4),  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
