@charset "utf-8";
/* "CSS Time", Bootstrap theme file */

/* body */
body {background:#f1f1f1 url(../img/header_bg.png) repeat-x;}
#page_logo {padding:15px 30px;}

/* colors */
.time {background:#c8c8c8; color:#FFFFFF;}
/* end of colors */

/* front page */
/* .frontpage {background:url(../assets/header.png) top center no-repeat;} */

/* single page */
#single {background:#FFFFFF; padding:0px 40px;-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
/* end of single page */

/* header */
.header {min-height:120px; padding-top:40px;}
.header {color:#FFFFFF;}  .header-nav {padding:15px 0px;}
.nav-pills .active > a, .nav-pills .active > a:hover {color: white;background-color: #f14a29;}
.header a {color:#FFF;} .header a:hover {color:#f14a29;}
/* end of header */

/* content */
hr.soften {height: 1px;margin: 30px 0;background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));border: 0;border-image: initial;}
hr.space {height:1px;margin: 54px 0; border:none 0px;}
/* end of content */

/* pricing */
#pricing h2 {text-align:center; font-size:14pt; font-weight:500;}
#pricing span.price {color:#f14a29; display:block; font-size:12pt;}
#pricing p {padding-top:10px; text-align:center;}
#pricing ul {text-align:center;}
.pricing_box { -webkit-box-shadow: 5px 8px 0px 0px black;-moz-box-shadow: 0 8px 0px 0px #d3d3d3;box-shadow: 5px 8px 6px -6px #d3d3d3; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px; background:#e1e1e1; padding:10px 0px;}
#pricing_select {background:#f14a29;color:#FFF;} #pricing_select small {color:#FFFFFF; font-weight:600;} #pricing_select span.price {color:#FFFFFF;}
#pricing_action  {text-align:center; padding-top:30px;}


/* landing */
h2.landing_hero {color:#CCCCCC;}
#landing { background:#FFFFFF;} .landing {background:url(../img/bg.png);} .landing-content { color:#FFFFFF; -webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px; }
#landing hr.space {height:1px;margin: 30px 0; border:none 0px;}
.pricing_box_landing { -webkit-box-shadow: 5px 8px 0px 0px black;-moz-box-shadow: 0 8px 0px 0px #3c3e41;box-shadow: 5px 8px 6px -6px #3c3e41; -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px; background:#e1e1e1; padding:10px 0px; color:#111;}
#landing_hero {background:#333333; color:#CCCCCC;}
#pricing_details h1 {color:#FFFFFF;} #pricing_details h2 {color:#c6ccd5;} #pricing_details .page-header {border-bottom:1px solid #4e4f53;}
/* end of landing */

/* footer */
.footer {background:#e9e9e9; color:#445142; width:100%;}
.footer_content {min-height:140px;} .footer_bottom {background:#2c2e2e; min-height:40px;} .footer_bottom {background:url(../img/bg.png);}
.footer_bottom, .footer_bottom h3 {color:#FFFFFF;} .footer_render {padding-top:20px;}
.footer a {color:#474747;} .footer h4 {color:#424a42;}
.frow { background:url(../img/row.png) top left no-repeat; background:url(../img/row.png) 5% 0% no-repeat; padding-top:20px;}
.frow_white { background:url(../img/row_w.png) top left no-repeat; background:url(../img/row_w.png) 30% 0% no-repeat; padding-top:20px;}
/* end of footer */

/* scroolbars */
::-moz-selection {  background: #E4E4E6;  color: #111;  text-shadow: none; }
::selection {  background: #E4E4E6;  color: #111;  text-shadow: none; }
::-webkit-scrollbar {  width: 12px;  height: 12px; }
::-webkit-scrollbar-thumb {  background: #d0d0d0; }
::-webkit-scrollbar-track-piece {  background: #2c2e2e;  }
/* end of scroolbars */