@media (max-width: 1450px) {
  .slider-content {
    background:#fbad99 !important;
    width:36% !important;
    padding-left:50px !important;
    z-index:500;
    padding:40px;
  }

  .slider h2 span, 
  .slider h1 span {
    font-size:40px !important;
  }

  .slider h2, 
  .slider h1 {
    font-size:29px !important;
  }
}

/* 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;
  }
}

@media (max-width: 1200px) {
  .slider h2, 
  .slider h1 {
    font-size:26px !important;
  }

  .slider h2 span, 
  .slider h1 span {
    font-size:30px !important;
  }

  .slider h4 {
    font-size:17px !important;
  }

  .more-info-btn {
    font-size:15px !important;
    padding:10px 20px !important;
  }

  .slider-pagination {
    left:50px !important;
  }

  .slider-pagination label {
    width:12px !important;
    height:12px !important;
  }

  .slide-radio1:checked ~ .slider-pagination .page1, 
  .slide-radio2:checked ~ .slider-pagination .page2, 
  .slide-radio3:checked ~ .slider-pagination .page3,
  .slide-radio4:checked ~ .slider-pagination .page4 {
    width:16px !important;
    height:16px !important;
  }

  .number-pagination {
    bottom:55px !important;
    left:190px !important;
  }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

  .logo {
    padding-left: 40px;
  }

  .logo img {
    height: 48px;
    width: auto;
  }

 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 18px;
  }

  .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;
  }

}

@media screen and (max-width:991px) {
  .sm-text-center {
    text-align:center !important;
  }

  .sm-text-left {
    text-align:left !important;
  }

  .sm-mt-30 {
    margin-top:30px !important;
  }

  .sm-mb-30 {
    margin-bottom:30px !important;
  }

  .sm-mb-40 {
    margin-bottom:40px !important;
  }

  .sm-mb-50 {
    margin-bottom:50px !important;
  }

  #bottom .footer-logo {
    display:inline-block;
  }

  #bottom .footer-logo img {
    max-width:initial !important;
    height:45px;
  }

  #bottom .footer-logo.logo-logistics,
  #bottom .footer-logo.logo-zelena-usporam {
    margin-left:40px;
  }
  
  .slider-content {
    width:45% !important;
    padding:30px !important;
  }

  .slider-pagination {
    width:100% !important;
    left:0 !important;
    bottom:0 !important;
    padding:20px;
    justify-content:flex-end;
  }

  .slide-radio1:checked ~ .slider-pagination .page1, 
  .slide-radio2:checked ~ .slider-pagination .page2, 
  .slide-radio3:checked ~ .slider-pagination .page3,
  .slide-radio4:checked ~ .slider-pagination .page4 {
    border-color:#fff !important;
    background:transparent !important;
  }

  .slider-pagination label {
    background:#fff !important;
  }

  .number-pagination  {
      bottom:15px !important;
      left:30px !important;
      right:initial !important;
      z-index:1500 !important;
      position:fixed !important;
  }

  .number-pagination span,
  .number-pagination span:after {
    color:#fff !important;
  }
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  .logo {
    padding-left: 20px;
  }

  .logo.logo-logistics{
    padding-left: 15px
  }

  .logo img {
    height: 30px;
    width: auto;
  }

  .is {
      margin-right: 10px;
  }

  /* 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: 10px;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left,
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body,
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  }

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }
}

/* xs */
@media (max-width: 767px) {

  .xs-mt-30 {
    margin-top:30px !important;
  }

  .xs-mt-40 {
    margin-top:40px !important;
  }

  .slider-content {
    background:rgba(255,255,255,0.62) !important;
  }

  .slider > img {
    right:0 !important;
    height:calc(100% - 63px) !important;
  }

  .logo {
    padding-left: 30px;
  }


  .logo img {
    height: 30px;
    width: auto;
  }

  .navbar-brand {
    padding: 0 15px 15px;
    line-height: 34px;
  }

  .navbar-brand.logo-logistics {
    padding: 0 0 0 5px;
  }

  .navbar-inverse .navbar-brand{
    line-height: 33px;
  }

  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .is{
	  	display: none !important;
  }

  .is_login{
	  display: block !important;
    float:right;
    width:auto;
    clear:none;
    position:absolute;
    right:60px !important;
    top:15px !important;
  }

  .hamburger {
    float:right;
    width:auto;
    position:absolute;
    right:0;
    top:15px;
  }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2,
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3,
  .single-services h3{
    font-size: 14px;
  }


  .media.accordion-inner .pull-left,
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }

   #footer .pull-right{
      float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top,
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item,
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }


}

@media screen and (max-width: 650px) {
  .slider-content {
    width:75% !important;
    text-align:center !important;
    padding:40px !important;
    background:rgba(0,0,0,0.5) !important;
  }

  .slider {
    justify-content: center !important;
  }

  .slider h2 span, 
  .slider h1 span {
    font-size:21px !important;
  }

  .slider h4 {
    display:none !important;
    visibility:hidden !important;
  }

  .slider .more-info-btn {
    width:auto !important;
    margin-top:20px !important;
    display:none !important;
    visibility:hidden !important;
  }

  .slider h2, .slider h1 {
    font-size:18px !important;
    color:#fff !important;
    margin-bottom:0 !important;
  }
}

@media screen and (max-width: 560px) {
  .col-xss-12 {
    width:100%;
  }

  .xss-text-center {
    text-align:center !important;
  }

  #bottom .xss-text-center h3:after {
    margin-left:auto;
    margin-right:auto;
  }

  .xss-mt-30 {
    margin-top:30px !important;
  }

  .xss-mt-40 {
    margin-top:40px !important;
  }
}

/* XS Portrait */
@media (max-width: 480px) {
  .slider-content {
    width:85% !important;
  }
}

/* lg */
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
 	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}
	.social-icons ul li {
		margin-bottom: 10px;
	}
	.price {
		font-size: 16px;
		height: 110px;
		line-height: 30px;
		width: 100%;
	}
	.price span {
		font-size: 40px;
		margin-top: 27px;
	}
	.btn-signup {
		padding: 10px 20px;
	}
}

/* xs */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	#home-slider .caption h1 {
		font-size: 25px;
	}

	.welcome{
		font-size: 18px !important;
	}

	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
	}
	.left-control, .right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
	#home-slider:hover .right-control {
		right: 15px;
	}
	#home-slider:hover .left-control {
		left: 15px;
	}
	.caption .btn-start {
		font-size: 12px;
		padding: 10px 30px;
	}
	.navbar-toggle {
	  border:1px solid #fff;
	}

	.navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}

	/*services*/
	section {
		padding: 45px 0;
	}
	.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}
	.heading h2 {
		font-size: 26px;
	}
	.service-info h3 {
		font-size: 20px;
	}
	.our-services .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}
	.our-services .col-sm-4:nth-child(4),
	.our-services .col-sm-4:nth-child(5),
	.our-services .col-sm-4:nth-child(6) {
		padding-top: 0;
	}
	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}
	.our-services .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}
	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.team-members .col-sm-3,
	.pricing-table .col-sm-3,
	#portfolio .col-sm-3,
	.blog-posts .col-sm-4  {
		width: 50%;
		float: left;
	}
	.social-icons ul li a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	#features {
		min-height: 330px;
	}
	#features i {
		font-size: 35px;
	}
	#features h3 {
		font-size: 25px;
	}
	.price span {
		font-size: 50px;
		margin-top: 25px;
	}
	.price {
		font-size: 18px;
		height: 110px;
		line-height: 35px;
		width: 130px;
	}
	.single-table ul {
		margin-top: 22px;
	}
	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}
	.single-table{
		margin-bottom: 40px;
		padding: 20px;
	}
	#twitter {
		padding-bottom: 75px;
	}
	.twitter-left-control,
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}
	.twitter-left-control {
		left: 40%
	}
	.twitter-right-control {
		right: 40%
	}
	#blog {
		overflow: hidden;
	}
	.entry-header h2 {
		line-height: 20px;
	}
	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
	.load-more {
		margin-top: 35px;
	}
	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px;
	}
	#contact-us .heading {
		padding-top: 35px;
	}
	.contact-info {
		padding-left: 0;
	}
	#footer .footer-bottom {
		text-align: center;
	}
	.footer-bottom p.pull-right {
		float: none !important;
	}
}

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

	.team-members .col-sm-3,
	.pricing-table .col-sm-3,
	#portfolio .col-sm-3,
	.blog-posts .col-sm-4 {
		width:100%;
		float: none;
	}
}
