/*
Theme Name: BWS theme
*/

/* Reset default browser CSS. */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* End default browser CSS. */


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
/*apps widget*/
.appios {
    background: #F9F9F9;
    width:480px;
    line-height: 1;
    color: #000000;
    height: 120px;
}
.appios img{
    height: 86px;
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}
    .appios img:hover{
    -moz-transform:scale(2); 
    -webkit-transform:scale(2);
    -o-transform:scale(2);
}

.iostext{
    float:left;
}
.iostext a{
    color:#fff;
    text-decoration:none;        
    
}
.iosdevelop{
    padding: 5px;
    margin: 0;
}
.iostitle{
    font-weight: bold;
    background-color:#E66014;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    padding: 12px;
    margin: 5px;
    transition: background-color .3s;
}
.iosrating{
    padding: 5px;
    margin: 0;    
}
.iosprice{
    color: #BA603B;
    padding: 5px;
    margin: 0;   
}
.iosqr{
    height: 86px;
    width: 86px;
    float:right;
    padding:15px;
}
@media only screen and (max-device-width: 480px){
.appios {
    background: #F9F9F9;
    width:auto;
    line-height: 1;
    color: #000000;
    height: 120px;
}
.appios img{
    height: 86px;
    -moz-transition:-moz-transform 0.5s ease-in; 
    -webkit-transition:-webkit-transform 0.5s ease-in; 
    -o-transition:-o-transform 0.5s ease-in;
}
    .appios img:hover{
    -moz-transform:scale(2); 
    -webkit-transform:scale(2);
    -o-transform:scale(2);
}

.iostext{
    float:left;
}
.iostext a{
    color:#fff;
    text-decoration:none;        
    
}
.iosdevelop{
    padding: 5px;
    margin: 0;
}
.iostitle{
    font-weight: bold;
    background-color:#E66014;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    padding: 12px;
    margin: 5px;
    transition: background-color .3s;
}
.iosrating{
    padding: 5px;
    margin: 0;    
}
.iosprice{
    color: #BA603B;
    padding: 5px;
    margin: 0;   
}
.iosqr{
    height: 86px;
    width: 86px;
    float:right;
    padding:15px;
	display:none;
	}
	
	.close {
    float:right;
    display:inline-block;
    padding:2px 5px;
    background:#ccc;
}
