/* 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;
  }



}

/* 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;
  }

  .rig-accouts{
	background-color:#f0f2f4;
	color:#4d4d4d;
	padding: 5px 12px;
	border-radius: 3px;
	line-height: 24px;
	border:0px;
	margin:0px 0px;
}
}


/* 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;
  }

  #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;
  }
  .rig-accouts{
	background-color:#f0f2f4;
	color:#4d4d4d;
	padding: 5px 12px;
	border-radius: 3px;
	line-height: 24px;
	border:0px;
	margin:0px 0px;
}
.cart-item div {
    background-color: #f9f9f9;
    border-bottom: 0px solid #fff;
    min-height: 20px;
    padding: 5px 5px 5px 10px;
}
.coupon {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.cbtn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.cdis{
	display:block;
	font-size:12px;
}
.cart-header .ctitle, .cart-header .col-md-1, .cart-header .col-md-2{
	font-weight:bold;
	text-align:center;
}
.cart-item .ctitle, .cart-item .col-md-1, .cart-item .col-md-2{
	font-weight:bold;
	text-align:left;
}
.cart-item .display-lbl{
	font-weight:normal !important;
	text-align:left;
	display:inline;
}
.cart-item .count, .cart-header, .gcopun {
	display:none;
}

.cart-item .total {
    background-color: #999999 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
	height:40px !important;
	min-height:30px !important;
	margin-bottom:5px;
}
.cart-item .discount {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    text-align: left;
}
}

/* xs */
@media (max-width: 767px) {
  .navbar-toggle{
    background-color:#f6e72a;
    margin-top: 10px;

  }

  .show-img{
    width: 320px !important;
    margin: 0 auto;
    float: inherit !important;
  }

  #main-slider .carousel .carousel-content{
   margin-top: 0 !important;
}
  .navbar-brand img{ height:53px; margin-top:0; }
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .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,
  #cources .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;
  }

.cdetails{
	margin:0px;
}
.row aside{
	width:auto !important;
}
.c_filter{
	float:left;

}
.f-input{
	margin-left:0px;m
}
.course-body{
	padding:20px;
}
.course-body .pull-left{
	margin-bottom:10px;
	text-align:center;
}
.events-wrap img {
    max-width: 250px !important;
	margin-right: 20px;

}
.cdetails{
	margin-left: 20px !important;
}
.course-body .pull-left {
    margin-right: 0px;
}
.rig-accouts{
	width:100%;
	margin:0px;
	margin-bottom:35px;
}
.form-table{
	width:100%;
}
.snd-msgbtn{
	font-size: 12px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/email.png);
	background-repeat:no-repeat;
	background-position:13px 9px;
	padding:5px 10px;
	padding-left:30px;
	height:32px;
	cursor:pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#4d4d4d;
	border:1px solid #CCCCCC;
	margin-bottom: 12px;
}
.add-myconbtn{
	font-size: 12px;
	float:left;
	background-color:#FFFFFF;
	background-image:url(../images/addme.png);
	background-repeat:no-repeat;
	background-position:13px 9px;
	padding:5px 10px;
	padding-left:30px;
	height:32px;
	cursor:pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#4d4d4d;
	border:1px solid #CCCCCC;
	margin-bottom: 12px;
}
.add-myconbtn span, .snd-msgbtn span{
	display:none;
}
.cart-item div {
    background-color: #f9f9f9;
    border-bottom: 0px solid #fff;
    min-height: 20px;
    padding: 5px 5px 5px 10px;
}
.coupon {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.cbtn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.cdis{
	display:block;
	font-size:12px;
}
.cart-header .ctitle, .cart-header .col-md-1, .cart-header .col-md-2{
	font-weight:bold;
	text-align:center;
}
.cart-item .ctitle, .cart-item .col-md-1, .cart-item .col-md-2{
	font-weight:bold;
	text-align:left;
}
.cart-item .display-lbl{
	font-weight:normal !important;
	text-align:left;
	display:inline;
}
.cart-item .count, .cart-header, .gcopun {
	display:none;
}

.cart-item .total {
    background-color: #999999 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
	height:40px !important;
	min-height:30px !important;
	margin-bottom:5px;
}
.cart-item .discount {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    text-align: left;
}

}

/* XS Portrait */
@media (max-width: 480px) {

 .large-img{ width:100% !important; }
 .citem-item .events-wrap{ height: auto !important; }

  .navbar-toggle{ background-color:#f6e72a; }

#main-slider .carousel .carousel-content{
   margin-top: 0 !important;
}

.cart-item div {
    background-color: #f9f9f9;
    border-bottom: 0px solid #fff;
    min-height: 20px;
    padding: 5px 5px 5px 10px;
}
.coupon {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.cbtn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.cdis{
	display:block;
	font-size:12px;
}
.cart-header .ctitle, .cart-header .col-md-1, .cart-header .col-md-2{
	font-weight:bold;
	text-align:center;
}
.cart-item .ctitle, .cart-item .col-md-1, .cart-item .col-md-2{
	font-weight:bold;
	text-align:left;
}
.cart-item .display-lbl{
	font-weight:normal !important;
	text-align:left;
	display:inline;
}
.cart-item .count, .cart-header, .gcopun {
	display:none;
}

.cart-item .total {
    background-color: #999999 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
	line-height: 30px;
	height:40px !important;
	min-height:30px !important;
	margin-bottom:5px;
}
.cart-item .discount {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    text-align: left;
}

.tab-active{
	background-color: #FFFFFF;
    -webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
    color: #4d4d4d;
    cursor: pointer;
    float: left;
    font-size: 14px;
	margin-right:5px;
	padding:8px 10px;
	-webkit-box-shadow: 0 -6px 3px 0px #d1d1d1;
	box-shadow:0 -6px 3px 0px #d1d1d1;
	margin-top:-1px;
}
.tab-inactive{
	background-color: #f3f3f3;
    -webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
    color: #4d4d4d;
    cursor: pointer;
    float: left;
    font-size: 14px;
	margin-right:4px;
	padding:8px 10px;
	-webkit-box-shadow: 0 0 2px 1px #D1D1D1;
	box-shadow: 0 0 2px 1px #D1D1D1;
	margin-top:-2px;
}
.pplist{
	margin-top:40px !important;
}
}

@media (min-width: 768px){
  .navbar-nav {
    padding-left: 30px;
    }
}