
@media (max-width: 1300px) {
	.blog-post {
		width: 30.9%;
	}

	.project-post {
	    width: 33.3%;
	}

	ul.tab-links li a {
		font-size: 15px;
	}

	.about-content,
	.single-box-content {
	    width: 100%;
	    float: none;
	    border-right: none;
    	border-bottom: 1px solid #e5e5e5;
	}

	.sidebar {
		float: none;
		width: 100%;
	}
        
}

@media (max-width: 1199px) {
	header {
		max-width: 250px;
	}

	#content {
		padding-left: 250px;
	}
        .menu>li>ul.sub-menu{margin-left: 220px;}
}

@media (max-width: 991px) {
    
	.blog-post {
		width: 100%;
	}

	.project-post {
	    width: 49.99%;
	}

	.text-fields {
	    float: left;
	    width: 100%;
	    padding-right: 0px;
	}

	.submit-area {
	    float: right;
	    width: 100%;
	}

	ul.tab-links li a {
		font-size: 12px;
		max-height: 53px;
	}

	ul.depth {
		margin-left: 0;
	}

	ul.depth li:before {
		width: 0;
		height: 0;
		border: none;
	}

	.similar-projects .project-post {
		width: 100%;
	}

}

@media (max-width: 767px) {
	header {
	    float: none;
	    text-align: center;
	    width: 100%;
	    max-width: 100%;
	    height: auto !important;
	}
        

	.logo-box p.slogan {
		display: none;
	}

	.archives-box,
	.categories-box {
		display: none;
	}

	p.copyright {
		display: none;
	}

	#content {
		padding-left: 0px;
	}

	a.elemadded {
		display: block;
	}

	.menu-box {
		display: none;
	}

	ul.tab-links li a {
		padding: 18px 0;
	}
}

@media (max-width: 581px) {

	.project-post {
	    width: 100%;
	}

	.services-page {
		padding: 10px;
	}

	.services-box {
		padding: 20px;
	}




}


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

/********************SUB menu***********************/
header .menu .sub-menu {
  position: absolute;
  width: 219px; 
  border: none;
  background: none;
  padding-left: 0;
  top: -20px;
}
header  ul.menu>li{padding-right: 30px;}
header .menu span.caret{display: none}
header .menu>li>ul.sub-menu{
    margin-left: 0px;
}
header .menu ul li {
  width: 100%;
}


header ul.sub-menu li ul {
  margin-left: 0px;
}

header .menu .sub-menu li {
  background: #191919;
  padding-right: 0;
  list-style: none;
  border-bottom: 1px solid #3b3b3b;
  opacity: 0.9;
  margin-bottom: 0;
  text-align: left;
}


header .menu .sub-menu li a:hover{
  color: #ffed27 !important;
  background: #191919 !important;
  font-size: 12px !important;
  font-weight: normal;
  transform: none !important;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  
}


header .menu .sub-menu a {
  font-size: 12px !important;
  font-weight: normal;
  color: #fff;
  padding: 15px 15px !important;
  line-height: normal;
  font-family: 'Roboto', sans-serif !important;
  text-transform: none;
  width: 100%;
}

 header  .sub-menu span {
      display: none;
  }

header .menu ul.dropdown-menu {
    position: absolute;
    visibility: hidden\0/;
    opacity: 0;
    z-index: 3;
}

.menu > li:hover > ul.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

ul.dropdown-submenu li:hover ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

header .menu > .dropdown:hover > .dropdown-menu {display: block;}
.dropdown-submenu{position:relative;}
.dropdown-menu{ border-radius:0 !important;-webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important;}
.dropdown-submenu>.dropdown-menu{top:1px;left:100%;margin-left:-1px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:0px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;}
  /*****************************************************/


	
}