﻿/*--------------------------------------------------
              RESET
---------------------------------------------------*/

.clear:after {
    clear: both;
    content: "";
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, 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 { margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-decoration:none;
}
html, body {
  height: 100%;
  width: 100%;
  margin:0px;
}
::-moz-selection{ color: #fff; background: #707070; }
::selection { color: #fff; background: #707070; }
body {
  font-family:  Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
  background: repeat 0 0 #f8f8f8;
  background-image:url('/wp-content/themes/bigbangwp/images/bgrepeat.png'); background-repeat:repeat;
}
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
  font-weight: normal;
}
h1{
  font-size:46px;
  line-height: 10px;
  padding: 0px 25px 25px 0;
  color: #4A4848;
  font-family: "Trebuchet MS",sans-serif;
  font-style: normal;
  font-weight: normal;
  text-shadow: 1px 1px 1px #AAAAAA;

}
h2{
  font-size: 32px;
  line-height: 34px;
}
#inner-content h2 {
  display: inline-block;
    margin-top: 30px;
    width: 100%;
}
h3{
  font-size:24px;
  line-height: 24px;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid gray;
}
h4{
  font-size:20px;
  line-height: 25px;
}
#middlebar h4 {
    border-bottom-color: #E9EAEA;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
}
h5{
  font-size:16px;
  line-height: 21px;
}
h6{
  font-size:14px;
  line-height: 17px;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-size:22px;
  line-height: 20px;
  font-weight: 300;
}
ul, ol  {
  display: block;
  padding: 0px;
  margin: 0 0 14px 17px;
}
blockquote {
  float: left;
  width: 60%;
  margin: 10px 15px 10px 0;
  color: #aaa;
  background: url(../images/sprite.png) no-repeat scroll 0 -330px transparent;
}
blockquote.right {
  float: right;
  margin: 10px 0 15px  15px;
}
blockquote p {
    font: 16px/17px Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  padding-left: 40px;
}
p {
  margin-bottom: 14px;
}
p:last-child {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
strong, b {
  font-weight: bold;
}
input, textarea, select, #recaptcha_response_field {
  outline: medium none;
  font-family:  Helvetica, Arial, sans-serif;
  font-size:12px;
  color: #bbb;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  background-color: #fff;
  padding: 8px;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #8DC5C5;
  color: #676767;
  box-shadow:0 0 4px rgba(82,168,236,.5);
  -moz-box-shadow:0 0 4px rgba(82,168,236,.5);
  -webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus, input.submit:active {
  cursor:pointer;
  text-align:center;
  text-transform: uppercase;
  font-size:11px;
  font-weight: bold;
  line-height: 14px;
    color: #fff;
  text-decoration:none !important;
  padding: 7px;
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  box-shadow:0 0 0;
  -moz-box-shadow:0 0 0;
  -webkit-box-shadow:0 0 0;
}
input.submit:hover {
  background-color: #444;
}
a {
  -webkit-transition:all 0.14s ease 0s;
  -moz-transition:all 0.14s ease 0s;
  -o-transition:all 0.14s ease 0s;
  outline:none;
}
a:hover {
  color: #444;
}
.title, .title a {
  text-decoration: none;
}
.title a:hover {
}
img, iframe {
  max-width:100%;
}
.alignleft {
  float:left;
  margin: 10px 20px 10px 0;
}
.alignright {
  float:right;
  margin: 10px 0 10px 20px;
}
.aligncenter {
  display: block;
  margin: 10px auto 10px auto;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.divider {
  float: left;
  width: 100%;
  height: 70px;
}
.divider-border {
  border-top: 2px solid #eee;
  float: left;
  width: 100%;
  margin: 40px 0;
}

/*--------------------------------------------------
      STRUCTURE
---------------------------------------------------*/
#page-wrap {
    width: 960px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 35px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #FD5927;
    border-right: 5px solid #FD5927;
    height: 500px;
}

#header {
   height: 20px;
    background-color: #FFFFFF;
    border-bottom-color: #F0F0F0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

#content {
  margin-top: 20px;
  display: inline-block;
}


#footer p {
  padding: 0px;
  text-align: center;
}

#content p {
    font-size: 16px;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
    line-height: 20px;
}

#content a:not(.seelivedemo) {
   color: #FD5927;
}
#content a:not(.seelivedemo):hover {
   color: #000;
}

#content h2 {
   padding: 15px 0;
}

.singledemo {
   margin: 20px 0;
}


/*--------------------------------------------------
      TOP BAR SEARCH
---------------------------------------------------*/
#main-search {
  width: 250px;
  float: right;
  height: 50px;
}
#main-search #searchsubmit, #signup-rss .submit-btn {
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
  color: #FFF;
  background-color: #FF4A0B;
}
#main-search input.search {
  width: 150px;
}
#main-search input.search:hover, #signup-rss input[name=email]:hover {
   font-weight: 700;
   opacity: 1.0;
   color: gray;
}
#main-search input.search:focus, #signup-rss input[name=email]:focus {
  border: 2px solid #FF4A0B;
}
#main-search #searchsubmit:hover, #main-search #searchsubmit:focus, #main-search #searchsubmit:active,
#signup-rss .submit-btn:hover, #signup-rss .submit-btn:focus, #signup-rss .submit-btn:active {
  cursor: pointer;
  color: #FFF;
  background-color: #FF4A0B;
  opacity: 1.0;
}
.fixed #main-search {
  margin-top: 13px;
}
.active-btn {
  color: #FFF;
  background-color: #FF4A0B;
}
#searchform label {
    display: none;
}
#footer a {
  color: #535252;
}
#footer p {
   padding-top: 0px;
}

/*--------------------------------------------------
        POST DEMO LINKS
---------------------------------------------------*/
a.seelivedemo {
  cursor:pointer;
  text-align:center;
  display:inline-block;
  margin: 10px 10px 10px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  padding: 11px 19px 11px 19px !important;
  font-size: 17px;
  background-color:#FF4A0B;
  opacity: 0.9;
}
a.seelivedemo, a.seelivedemo:hover {
  font-weight: bold;
  color: #FFFFFF;
  text-transform:uppercase;
}
a.seelivedemo:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    opacity: 1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* BSA */
.bsap {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
}
.close_bsap {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 5px 8px;
}