/*
Theme Name: Imbalance 2
Theme URI: http://www.wpshower.com/
Description: Imbalance 2 turns you Wordpress-based website to an attractive blog, portfolio or even online magazine. This free template designed in strict modern style with a minimalistic touch. Imbalance 2 can easily fresh up your web-magazine or blog. Due to modern flexible features and layout Imbalance 2 fits to almost any project and your visitors won't remain indifferent.
Author: WPSHOWER
Author URI: http://www.wpshower.com
Version: 1.0.3
License: GNU General Public License
License URI: license.txt
Tags: fluid, grid, blog, magazine, imbalance
*/

html,  form, ul, li, table, td { margin:0; padding: 0; }
body { position: relative; color: #333; background-color: #f4f4f4; margin:0 0 20px 0; 
}
body, input, textarea { font-size: 12px; letter-spacing:1.2px; }
a:link { color: #979797; text-decoration: none; }
a:visited { color: #2fa590; text-decoration: none; }
a:active,
a:hover { color: #ff4b33; text-decoration: none; }
a img { border: 1; }
td { vertical-align: top; }
@font-face { font-family: 'AllerDisplay';  src: url('../../../logo/AllerDisplay.ttf');}
@font-face { font-family: 'AllerBD';  src: url('../../../logo/Aller_Bd.ttf');}

ul { list-style-position: inside; }
h1 { font-size: 12px; }
h2 { font-size: 14px; }
h3 { font-size: 16px; }
blockquote { border-left-width: 1px; border-left-style: solid; margin-left: 7px; padding-left: 20px; font-size: 12px; font-style: italic; }
.clear { clear: both; }
.main_separator { color: #dedfe0; }
.wrapper { padding-top: 31px; }
#footer { background-color:#f4f4f4;
bottom:0;
border-top: 0 solid #868686;  
left:0;
width:100%;
height:50px;
z-index:999;}
#footer a { color: #000000 ; }

#footer-left { position:relative; text-align:center; }
#footer-left li { display: inline; }
#footer-left ul a { padding-bottom: 1.5px; margin-right:8px; }

#footer-right { position: fixed; left: 50px; bottom: 30px; z-index:999; }
#footer-right li { display: block; padding-bottom: 20px; }
#footer-right ul a { border-bottom: 0px solid #868686; }

#header { padding-bottom:20px; }

#site-title { float: left; width: 70px; height: 102px; overflow: hidden; line-height: 27px; font-size: 23px; background-image: url('../../../logo/newlogo.png'); background-repeat: no-repeat; background-size:70px 102px; }

#header-left { float: left; width: 210px; padding-right: 40px; padding-left: 180px;}
#header-left ul a { border-bottom: 1px solid #868686; padding-bottom: 1.5px; }
#header-center { float: left; width: 210px; padding-right: 30px; }
#header-center ul a { border-bottom: 1px solid #868686; padding-bottom: 1.5px; }

#header-right { margin: 30px 0 0 10px; }
#header-right ul a { font-size: 14px; font-family: 'AllerBD'; padding-bottom: 1.5px; margin-right:8px; line-height: 18px; }


.menu ul { list-style-type: none; }
.menu ul li { padding-bottom: 6px; }
.menu ul a { line-height: 13px; color: #333; }

#fulltable { margin-top: 10px; z-index:999; }

.box 
 {
    -moz-transform:scale(0.7);
    -webkit-transform:scale(0.7);
    transform:scale(0.7);
}

#boxes { margin-top: 0; z-index:998; }
.box { width: 180px; margin-bottom: 40px; }
.box a { line-height: 22px; color: #333; text-decoration: none; }
.box .rel { font-size: 17px; position: relative;  font-weight: 500; }
.box .rel p { font-size: 17px; margin: 0; font-weight: 500; }
.box .texts { font-size: 17px; position: absolute; top: -20px; left: -20px; width: 150px;  z-index: 200; opacity: 0; filter: alpha(opacity=0); }
.box .texts .transparent img { font-size: 16px; opacity: 0.1; filter: alpha(opacity=10); top: -20px; left: -20px; width: 180px; }
.box .texts .abs { font-size: 17px; position: absolute; top: 0; width: 180px; }
.box h1 { font-weight:normal; margin: 0; padding-bottom: 10px; padding-top: 10px; font-size: 17px; }
.box h1 a { color: #333; }
.box .posted { padding-top: 10px; color: #a1a1a1; }
.box img { display: block; }

.box .categories { padding-bottom: 10px; }
.box .categories a, .box .posted a { color: #a1a1a1; }


@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fetch { clear: both; width: 460px; margin: 0 auto 40px; background: #fafafa; -moz-border-radius: 4px; border-radius: 4px; text-align: center; }
.fetch a { display: block; height: 40px; line-height: 40px; font-size: 12px; color: #333; text-decoration: none; }
.fetch:hover a { color: #fafafa; }
#content { padding-bottom: 20px; }
#nav-above { float: left; width: 210px; padding-right: 40px; text-align: right; color: #636363; }
#nav-above a { text-decoration: none; }
.nav-previous, .nav-next { display: inline; }
.nav-separator { color: #e5e5e5; }
.post_title { font-size: 22px; margin-top: 35px; overflow: hidden; }
.post_title h1 { margin: 0 0 5px 250px; font-size: 32px; line-height: 34px; width: 710px; font-weight:normal; font-family: 'AllerBD'; }
.entry-title, .page-title { margin-left: 250px; margin-top: 35px; }
.entry-meta { padding-bottom: 30px; color: #636363; }
.entry-meta a { color: #636363; text-decoration: none; }
#wides { clear: both; }

.entry-aside { width: 210px; padding-right: 40px; padding-bottom: 103px; vertical-align: bottom; }
.post_categories { width: 190px; margin: 0 0 0 0; padding: 5px 5px 5px 5px; font-size: 9px; line-height: 18px; border: 1px solid; border-color: #8d8b8b; }
.fulltable { font-size: 12px; line-height: 21px; }

.entry-content-right { width: 705px; font-size: 12px; line-height: 21px; }
.entry-content { width: 705px; margin-left: 250px; font-size: 12px; line-height: 21px; }
.entry-utility { padding: 10px 0; }
.entry-tags {  margin: 10px 0; }
.entry-tags span { color: #a1a1a1; font-weight: bolder; }
#social { padding: 20px 0 0 0; }
.twitter-share-button { float: left; margin: 2px 20px 0 0; }
.post img, .page img { margin: 0 0; }
.post .alignleft, .page .alignleft { float: left; margin-right: 20px; }
.post .alignright, .page .alignright { float: right; margin-left: 20px; }
.post .aligncenter, .page .aligncenter { display: block; clear: both; margin: 20px auto; }
#comments { padding: 0 0 0 246px; width: 714px; }
#comments-title { font-size: 21px; margin: 40px 0 20px 4px; }
.commentlist { margin: 0; padding: 0; list-style: none; }
.commentlist ul.children { list-style: none; }
.commentlist li > div { position: relative; border-bottom: 1px solid #dedfe0; padding: 30px 0 30px 4px; }
.commentlist li li > div { margin-left: 90px; }
.commentlist li li li > div { margin-left: 180px; }
.commentlist li li li li > div { margin-left: 270px; }
.commentlist li li li li li > div { margin-left: 360px; }
.comment-avatar { position: absolute; top: 30px; left: -96px; }
.comment-content { margin-left: 96px; border-bottom: 1px solid #dedfe0; }
.comment-author { float: left; width: 210px; padding-right: 40px; font-size: 15px; }
cite { font-style: normal; font-weight: bold; }
.comment-meta { float: left; width: 210px; padding-right: 40px; color: #999999; }
.comment-body { clear: both; padding-top: 7px; font-size: 15px; line-height: 21px; }
#respond { padding-left: 4px; }
li.comment > div { position: relative; }
.reply { position: absolute; top: 30px; right: 20px; }
#reply-title { font-size: 21px; }
.comment-reply-link { display: none; }
.comment-form-author, .comment-form-email, .comment-form-url { float: left; width: 460px; margin: 0; padding: 10px 0; }
.comment-form-comment { clear: both; width: 460px; margin: 0; padding: 10px 0; }
input[type="text"], textarea { background: #fff; border: 1px solid #ccc; padding: 8px; outline: none; color: #6b6b6b; -moz-border-radius: 4px; border-radius: 4px; }
#comments input[type="text"] { width: 442px; }
#comments textarea { width: 442px; }
.form-submit { margin-bottom: 40px; }
.form-submit input { width: 460px; padding: 6px 0; color: #fff; font-size: 15px; font-weight: bold; cursor: pointer; border: 0; text-align: center; -moz-border-radius: 4px; border-radius: 4px; }
.recent { margin-top: 40px; padding-top: 40px; border-top: 1px solid #ccc; }
#infscr-loading { background: none repeat scroll 0 0 #000000; bottom: 40px; color: #FFFFFF; height: 100px; left: 40%; opacity: 0.8; padding: 10px; position: fixed; width: 200px; z-index: 5000; border-radius: 10px; }


.post_categories a {color: #8d8b8b; text-transform:uppercase; border-bottom: 1px solid #868686;  }
.post_categories a:hover {color: #2d688b; border-bottom: 1px solid #868686; }
.tagindex {color: #000; }
.tagindex a {color: #8d8b8b; border-bottom: 1px solid #868686; }
.tagindex a:hover {color: #2d688b; border-bottom: 1px solid #868686; }

p.abouttitles { font-size: 16px; font-family: 'AllerDisplay'; }
h1.page-title { font-size: 20px; font-family: 'AllerBD'; color: black; }


#search label, #search input[type=submit] { display: none; }
#search input[type=text] { width: 200px; padding: 7px 9px; border: 1px solid #dedfe0; margin: 0; background: #fff; font-size: 12px; outline: none; }
#page_search input[type=submit] { display: none; }
#search { float: right; width: 220px; }


div.mc-field-group input[type=email] { width: 150px; padding: 7px 9px; border: 1px solid #dedfe0; font-size: 12px; -moz-border-radius: 4px; border-radius: 4px; margin: 0; background: #fff; outline: none; }


#genericon-instagram:hover {
    color: #3f729b;
}
#genericon-facebook-alt:hover {
    color: #3b5998;
}
#genericon-twitter:hover {
    color: #55acee;
}

.wp_cart_button {
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
    position: relative; left:-43px; bottom: 4px;
}
.outofstock
 {
    -moz-transform:scale(0.5);
    -webkit-transform:scale(0.5);
    transform:scale(0.5);
    position: relative; left:-177px; bottom: 4px;
}