/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{contentholder:'';contentholder:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:underline;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;
	background: #000000;
		 
}
/*----start-wrap-----*/
.wrap{
	width:80%;
	margin:0 auto;
}
/*----start-header-----*/
.header{
	background:#000000;
}
.logo{
	display:inline-block;
}
.logo a{
	display:block;
}
.logo p{
    font-size: 14px;
    color:#787979;
    
}

.logo a h1{
	font-size:35px;
	color:#787979;
	text-transform:uppercase;
}
.logo a h1 span{
	font-weight:700;
	color:#FFF;
}
/*------start-top-nav------*/
.top-nav {
	background:#ff9500;
	border-bottom:0px solid #FFF;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.top-nav-left{
	float:left;
	width:60%;
}
.top-nav-right{
	float:right;
	padding:10px 10px;
	width:25%;
}
.top-nav-left ul li{
	display:inline-block;
	float:left;
	border-left:0px solid #424242;
}
.top-nav-left  ul li:nth-child(1){
	border:none;
}
.top-nav-left ul li a{
	padding:20px 25px;
	display:block;
	color:#1c1c1c;
	text-transform: uppercase;
	font-size:14px;
	font-weight:700;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.top-nav-left li a:active, .top-nav-left li a:hover {	
	color:#FFF;
}

#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

#nav li {
  width: 100%;
  display: block;
}

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

#nav.opened {
  max-height: 9999px;
}

@media screen and (min-width:800px) {
  .js #nav {
    position: relative;
    max-height: none;
  }
  #nav-toggle {
    display: none;
  }
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

#nav,
#nav * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav,
#nav ul {
  list-style: none;
  width: 100%;
  float: left;
}

#nav li {
  float: left;
  width: 100%;
}

@media screen and (min-width:800px) {
  #nav li {
    width:16%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

#nav a {
  text-decoration: none;
  width: 100%;
  border-bottom:1px solid #787979;
}

@media screen and (min-width:800px) {
  #nav a {
    margin: 0;
    padding:20px 0px;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right:1px solid #1f1f1f;
  }
}

#nav ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width:800px) {
  #nav ul ul a {
    display: none;
  }
}

#nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 45px;
  height:40px;
  float:left;
  text-indent: -9999px;
  overflow: hidden;
  background:#0184ff url("hamburger.gif") no-repeat center;
  margin-top: 10px;
  margin-left: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  #nav-toggle {
    background-image: url("hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
#nav.opened{
	max-height:300px !important;
}

.top-header {
	padding:20px 0 20px 0;
	height:70px;
}
.search{
	background:#ffe65f;
	position: relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
.search form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:13px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	float:left;
	width:75%;
	padding:10px;
	-webkit-apperance:none;
	margin:0;
}
.search form input[type="submit"] {
	border: none;
	outline:none;
	cursor: pointer;
	background: url("search-icon.png") no-repeat center; 
	width:35px;
	height:38px;
	padding:0px;
	margin:0;
	float:right;
}
.search form input[type="submitmanual"] {
	border: none;
	outline:none;
	cursor: pointer;
	background: url("search-icon.png") no-repeat center; 
	width:35px;
	height:38px;
	padding:0px;
	margin:0;
	float:right;
}
.banner{
	background:url("shadow.png") no-repeat 100% -2px;
}
.banner-text{
	float:left;
	width:45%;
	padding-top:18em;
}
.banner-desc h2{
	color:#FFF;
	font-size:3em;
	font-weight:bold;
	-webkit-text-stroke:1px;
	text-transform:uppercase;
}
.banner-desc p{
	color:#FFF;
    font-size:30px;
	font-weight:100;
	text-transform:uppercase;
}
.banner-img{
	float:right;
	margin-right:5%;
	padding-top:3em;
	
}
.banner-img img{
	display:block;
}

/*---start-contentholder-----*/
.contentholder{
	background:#ffe65f;
	padding:0 1%;
        border-bottom-right-radius:5px;
        border-bottom-left-radius:5px;
        width:78%;
        margin-left: auto;
        margin-right: auto;
}
.top-grids{
	padding-bottom:20px;
	border-bottom:1px solid rgba(245, 238, 243, 0.15);
}




::selection {
  background: #FFFFFF;
}
::-moz-selection {
  background: #FFFFFF;
}

#livesearch{ 
    margin: 0;
    background-color: #ffe65f;                              
    position:absolute;                                       
    top:30px;                                        
    width:100%;                                             
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
   
    
}

#livesearch a {
    color: #787979;
 -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


#livesearch a:hover {
    color: #000000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    
}

.footer {
    background: black;
    width: 100%;
    bottom:0;
    color: white;
    text-align: center;
    font-size: 12px;
    bottom:0px;
    z-index: -1;
    
}

.footer a {
    color: #787979;
    font-weight: bold;
}

.footer a:hover {
    color: #FFF;
}


.socialbar {
bottom: 0px;
text-align: center;
margin-left: auto;
margin-right: auto;   
}

#google_translate_element {
  position: relative;
  left: 5px;
  z-index: 1;
 }

.goog-te-gadget-simple {
background: #ff9500cc !important;
border-radius: 5px;
}

.space{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    max-height: 250px;
    font-size: 125%;
}

.dropdownlist select {
   -moz-appearance:none;
   margin-left:auto;
   margin-right:auto;
   text-align:center;
   background: transparent;
   width: 270px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 4px 4px 4px 4px;
   height: 34px;
   -webkit-appearance: none;
   background: url(arrowdown.png) no-repeat;
   background-position: 95% 50%; 
   background-size:24px;

}

.dropdownlist {
   margin-left:auto;
   text-align:center;
   margin-right:auto;
   width: 270px;
   height: 34px;
   overflow: auto;
   border: 4px solid #ff9500cc;
}

.gamelist {
    text-align: center;
    font-size: 20px;
    width: 70%;
    margin-left:auto;
    margin-right:auto;
    white-space:pre-line;
}

.gamelist a {
    display: inline-block;
    padding: 6px;
    color: #787979;
    font-weight: bold;
}

.gamelist a:link{
    color: #787979;
    
}

.gamelist a:hover{
    color: #FFFFFF !important;

}

.gamelistchars {
    background-color: #ff9500cc;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    width: 70%;
    margin-left:auto;
    margin-right:auto;
    white-space:pre-line;
    padding-bottom: 25px;
    color: #787979;
    font-weight: bold;
}

.gamelistchars a {
    display: inline-block;
    color: #787979;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 4px;
}

.gamelistchars a:link{
    color: #787979;
    font-weight: bold;
}

.gamelistchars a:hover{
    color: #FFF;

}

#gamelistheader {
    color:black;
    font-size: 36px;
    text-align: center;
}

.gametitle {
    font-size: 32px;
    text-align: center;
}

.gametitle2 {
    font-size: 24px;
    text-align: center;
}

/*PAGINSTATION PAGE STYLING*/
.codeshead {  
    text-align: center;
    background-color: #ff9500cc;
    width: 49%;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: underline;
}

.codetable {
  width: 80%;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff9500cc;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
}

.codetable td {
    border: solid;
    border-width: thin;
    border-color: #ffe65f;
}

.bumpcodes a {
    color: #787979;
    font-weight: bold;
}

.bumpcodes a:hover {
    color: #FFF;
}

.codetable a {
    color: #787979;
    font-weight: bold;
}

.codetable a:hover {
    color: #FFF;
}

.paginationcontainer{

    position:relative;

}
.paginationfixer{

    position:relative;

}

.pagination {
  
  padding-left: 0;
  margin: 20px auto;
  border-radius: 4px;
  color: #0184ff;
  width:100%;
  text-align:center;
}

.pagination > li {

  display:inline-block;

}

.pagination > li > a,
.pagination > li > span {
  display:inline-block;
  float: left;
  padding: 6px 6px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ff9500cc;
  border: 1px solid #424242;
  font-size: 14px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  margin-left: 3px;
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #FFA500;
  border-color: #424242;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;

}

.underpagecount {
    text-align: center;
}

/*POST STYLING*/
/*container*/
.post {
  width: 30%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff9500cc;
  border-radius: 5px;
  line-height: 15px;
  text-align: center;
    
}
/*inner container*/
.postbox{
	background:#ffe65f;
	position: relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}


.postbox input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size:13px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	float:left;
	width:75%;
	padding:10px;
	-webkit-apperance:none;
	margin:0;
}

.postbox input[type="submit"] {
	border: none;
	outline:none;
	cursor: pointer;
	background: url("post-icon.png") no-repeat center; 
	width:35px;
	height:38px;
	padding:0px;
	margin:0;
	float:right;
}

.postbox input[type="submitmanual"] {
	border: none;
	outline:none;
	cursor: pointer;
	background: url("post-icon.png") no-repeat center; 
	width:35px;
	height:38px;
	padding:0px;
	margin:0;
	float:right;
}

.altgamestitle {
    text-align: center;
    background-color: #ff9500cc;
    width: 49%;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: underline;
    border: solid;
    border-width: thin;
    border-color: #ffe65f;
}

.altgamesout {
  width: 70%;
  padding-right: 0.2%;
  padding-left: 0.2%;
  padding-top: 0.7%;
  padding-bottom: 0.7%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff9500cc;
  border-radius: 5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;

  line-height: 5%;
  text-align: center;
}



/*inner container*/
.altgamesin{
	background:#ffe65f;
	position: relative;
  padding-right: 1%;
  padding-left: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius:5px;
  margin: 0 1%;
  text-align: center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	height: 90%;
	width: 16%;
 	display: inline-block;
}

.bumpcodes table {
  width: 80%;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff9500cc;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
    
}

.bumpcodes td {
    border: solid;
    border-width: thin;
    border-color: #ffe65f;
}

.bumphead {
    text-align: center;
    background-color: #ff9500cc;
    width: 49%;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: underline;
}

.tabbottom {
    text-align: center;
    background-color: #ff9500cc;
    width: 49%;
    margin-right: auto;
    margin-left: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gameicon {
    height: 128px;
    width: 128px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:8px solid #ff9500cc;
    border-radius: 4px;

}

.privpolicy {
    
    text-align: left;
    
}

.privpolicy h1{
	font-size:32px;
	font-weight: bold;
	text-align: center;
    
}

.privpolicy h2{
	font-size:26px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
    
}

.privpolicy a {
    color: #787979;
    font-weight: bold;
}

.privpolicy a:hover {
    color: #FFF;
}

.gameinfo {
    
    text-align: left;
	margin-left: auto;
   	margin-right: auto;
	background-color: #ff9500cc;
	width: 80%;
	border: solid;
	border-width: thin;
	border-color: #ffe65f;
	padding-right: 0.7%;
	padding-left: 0.7%;
	padding-top: 0.7%;
	padding-bottom: 0.7%;
    
}

.gameinfo a {
    color: #787979;
    font-weight: bold;
}

.gameinfo a:link{
    color: #787979;
    
}

.gameinfo a:hover{
    color: #FFFFFF !important;

}


.discrip {
    
    text-align: center;
    
}

.discrip h1{
	font-size:26px;
	font-weight: bold;
	text-align: center;
    
}

.discrip a {
    color: #787979;
    font-weight: bold;
}

.discrip a:hover {
    color: #FFF;
}

.discripbottomtext {
    font-size:12px;
    text-align: center;
    
}

.socialcontainer {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position:relative;
    
}
.fb-like {
   text-align: center;
   display:inline-block;
   overflow: hidden;
}

.tweet {
   text-align: center;
   display: inline-block;
   overflow: hidden;
   vertical-align: text-bottom;
   width: 80px;
}

.googlep1 {
       text-align: center;
   display:inline-block;
   overflow: hidden;
    vertical-align: text-bottom;
}

.a404 {
  font-size: 128px;
  color: white;
}

.fbp {
 font-size:12px;
text-align: center;
}

.fbpostinfo {
 font-size:12px;
text-align: center;

#postresult {
  font-weight: bold;
  color: white;
}

}

/*Copy Tooltip*/
td.copied:after {
content: "Copied!";
font-weight: bold;
background-color: #3dba03;
border-color: #000000;
padding: 5px;
border-radius: 10px;
border-style: solid;
display: block;
}

.update {
font-weight: bold;
}

.postresult {
font-weight: bold;
}

/*----responsive-design-----*/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:90%;
	}
        
        .contentholder{ 
        width:88%
        }
        .search form input[type="text"]{
		width:71%;
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:90%;
	}
        .contentholder {
            width:88%;
        }
        .search form input[type="text"]{
		width:70%;
	}
}
@media only screen and (max-width: 1024px){
	.wrap{
		width:90%;
	}
	.banner-img{
		width:45%;
		padding-top:2em;
	}	
	.banner-text{
		padding-top:14em;
	}
	.banner {
		background: url("shadow.png") no-repeat 180% -2px;
		background-size: 85%;
	}
	.services_list li a{
		font-size:12px;
	}
        .contentholder{ 
        width:88% 
        }
        .search form input[type="text"]{
		width:68%;
	}
        .post {
  width: 40%;
        }
}
@media only screen and (max-width:800px) {
	.wrap{
		width:95%;
	}
	.top-nav-left{
		float:none;
		width:100%;
	}
	.top-nav-right{
		width:40%;
	}
	.top-nav-left ul li a{
		padding:10px 20px;
	}
	.banner-desc h2{
		font-size:2em;
	}
	.banner-text{
		padding-top:8em;
	}
	.banner-desc p{
		font-size:24px;
	}

	.lsidebar{
		margin:0;
	}
	.services_list li a{
		font-size:14px;
	}
	.span_1_of_2{
		width:100%;
		padding-left:0;
	}
	.col_1_of_2:first-child{
		padding-right:0;
	}
	.col_1_of_2{
		margin:0;
		border-left:none;
	}
	.images_1_of_3{
		width:100%;
		padding:3% 0;
	}
	.grid_1_of_3{
		margin:0;
	}
	.company_address,.contact_info{
		float:none;
		width:100%;
	}
	.contact_info{
		margin-left:0;
	}
	.left_form,.right_form{
		float:none;
		width:100%;
	}
	.right_form{
		margin-left:0;
	}
	.rsidebar{
		margin:0;
	}
        .contentholder{ 
        width:93%
        }
        .post {
  width: 40%;}
        
 
}
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.banner-text{
		padding-top:5em;
	}
	.footer{
		margin-top:0em;
	}
	.contentholder{
		padding:0 4%;
                width:87%;
	}
	.top-header{
		padding:20px 0;
	}

	.top-nav-right{
		width:50%;
	}
	.page-not-found h4{
		font-size:3em;
	}
	.page-not-found h3{
		font-size:8em;
	}
        .post {
  width: 55%;}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.top-nav-right{
		width:65%;
	}
	.banner-img{
		width:35%;
		margin-right:0;
	}
	.banner-text{
		width:60%;
		padding-top:1em;
	}
	.banner-desc p{
		font-size:20px;
	}
	.banner-desc h2{
		font-size:1.8em;
	}
	.banner {
	background: url("shadow.png") no-repeat 145% 0px;
	background-size: 70%;
	}

	.pagination ul > li > a, .pagination ul > li > span{
		padding:5px 10px;
	}
	.portfolio .label{
		height:30px;
	}
	.portfolio .text-category{
		font-size:12px;
	}
	h2.post_title{
		font-size:18px;
	}
        
        .codes {
            display:block;
        }
        .codes td {
            display: block;
	    font-size: 20px;
            user-select:all;
            -webkit-user-select:all;
            -moz-user-select:all;
	    padding-left:5px;
            padding-right:5px;
        }
        
        .bumpcodes {
            display:block;
        }
        
        .bumpcodes td{
            display: block;
	    font-size: 20px;
            user-select:all;
            -webkit-user-select:all;
            -moz-user-select:all;
	    padding-left:5px;
            padding-right:5px;
        }
        
        .search form input[type="text"]{
		width:68%;
	}
        .post {
  width: 85%;}

}
@media only screen and (max-width: 360px) {
	.pagination > li > a,
	.pagination > li > span {
	font-size: 12px;
	}
	.wrap{
		width:95%;
	}
	.search form input[type="text"]{
		width:68%;
	}
	.banner-desc h2{
		font-size:1.2em;
	}
	.owl-theme .owl-controls{
		margin-top:10px !important;
	}
	.banner {
	background: url("shadow.png") no-repeat 300% 1px;
	background-size: 90%;
	}
	#portfoliolist .portfolio{
		width:31.3%;
	}
	#filters li span{
		padding:5px 8px;
	}
        .post {
  width: 92%;
        }
	
        
}