/* Copyright (C) Primer Templates, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  background-image: url('/images/bgimg0.png');
    background-repeat: repeat-x;
     background-color: #b1b7cc;
	font: normal 16px/21px Arial, Helvetica, sans-serif;
	color: #444;
}

a { color: #0076F9; }

a:hover,
em, code { color: #3d3d5c; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

.btn-primary {
  background-color: #0076F9;
  background-image: none !important;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 0;
  color: #FFFFFF;
  padding: 5px 10px !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
  background-color: #333333;
  background-image: none !important;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 0;
  color: #FFFFFF;
  padding: 5px 10px !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.item-list li {
  background: none repeat scroll 0 0 #F7F7F7;
  border-bottom: 1px solid #E4E4E4;
  padding: 8px 10px;
}

.item-list li a{
  color: #808080;
}

.item-list li a:hover{
  color: #0076F9;
}

td {
  background: none repeat scroll 0 0 #F7F7F7;
  border-top: 1px solid #ffffff;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
}

button, input[type="button"], input[type="submit"] {
  background: none repeat scroll 0 0 #0076F9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -moz-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -webkit-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  color: #FFFFFF;
  font-weight: 100;
  margin: 0 0 30px;
  text-shadow: none !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;  
  border-radius: 2px !important;
  -moz-border-radius:  2px !important;
  -webkit-border-radius:  2px !important;
  padding: 8px 15px;
  float: left;
}

/*---------------------------Pricing-------------------------------*/

.pricing-box{

}

ul.pricing-table {
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out; 
}

ul.pricing-table:hover {
    box-shadow: 0 0 20px #c6c6c6;
}

ul.pricing-table li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    border-top: none;
    background: #fff;
}

ul.pricing-table li:first-child {
    padding: 35px 0;
    border: none;
    background: #444444;
}

ul.pricing-table li p {
    color: #444444;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

ul.pricing-table li:first-child p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

ul.pricing-table li:first-child span {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 20px;
}

ul.pricing-table li a {
  background: none repeat scroll 0 0 #444444;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 20px;
  text-decoration: none;
  transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;    
}

ul.pricing-table li a:hover {
    opacity: 0.8;    
}

.pricing-table.standard li {
    border: none;
    border-bottom: 1px solid #005ec7;
    background: #0076f9;
}

.pricing-table.standard li:first-child {
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.pricing-table.standard li:last-child {
    border-bottom: none;
}

.pricing-table.standard li p {
    color: #fff;
}

.pricing-table.standard li:first-child p,
.pricing-table.standard li:first-child span {
    color: #0076f9;
}

.pricing-table.standard li a {
    background: #ffffff;
    color: #0076f9;
}

ul, ol {
  list-style: none outside none;
  margin: 0 0 10px 0;
  padding: 0;
}

.col-md-4 {
  float: left;
  width: 32.3333%;
}

#advanced-search-toggle {
  background: none repeat scroll 0 0 #333333;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -moz-border-radius:  2px;
  -webkit-border-radius:  2px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -moz-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -webkit-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 20px;
  padding: 7px 6px;
}

#advanced-search-toggle:hover {
  background: none repeat scroll 0 0 #0076F9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -moz-border-radius:  2px;
  -webkit-border-radius:  2px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -moz-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -webkit-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  color: #FFFFFF;
  cursor: pointer;
  margin-left: 20px;
  padding: 7px 6px;
}

a#advanced-search-toggle{

}

form.box input, form.box select, form.box textarea, form.short input, form.short select, form.short textarea, .searchbox input {
  padding: 8px 5px;
}

.advanced-search-tip {
  padding-top: 25px;
}

/*-------------------------------------------------*/

/*----------------------Progress-------------------*/

.skills-progress {
    margin-bottom: 30px;
}

.skills-progress p {
    font-weight: 300;
    clear: both;
    margin-bottom: 6px;
}

.skills-progress p span {
    display: inline-block;
    color: #0076f9;
    float: right;
    font-weight: 400;
}

.meter {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DBDBDB;
  height: 20px;
  margin-bottom: 8px;
  position: relative;
}

.meter > span {
  background: none repeat scroll 0 0 #0076F9;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/*------------------------Buttons---------------------------------*/

.btn.btn-default {
  background: none repeat scroll 0 0 #0076F9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -moz-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -webkit-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5);
  color: #FFFFFF;
  font-weight: 100;
  margin: 0 0 30px;
  text-shadow: none !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;  
  border-radius: 2px !important;
  -moz-border-radius:  2px !important;
  -webkit-border-radius:  2px !important;
}

.btn.btn-default.btn-large:hover, .btn.btn-default.btn-medium:hover, .btn.btn-default.btn-small:hover {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5) !important;
  -moz-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5) !important;
  -webkit-box-shadow:  0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 3px -1px rgba(45, 60, 72, 0.5) !important;
  background: #0076F9;
  color: #fff;
}

.btn.btn-default.btn-large {
  font-size: 20px;
  padding: 18px 60px;
}

.btn.btn-default.btn-medium {
  font-size: 16px;
  padding: 14px 50px;
}

.btn.btn-default.btn-small {
  font-size: 14px;
  padding: 10px 50px;
}

.btn.btn-default.btn-gray {
  background: none repeat scroll 0 0 #7D8998;
  border-radius: 2px !important;
  -moz-border-radius:  2px !important;
  -webkit-border-radius:  2px !important;
  text-shadow: none !important;
}

.btn.btn-default.btn-orange {
  background: #e75830; 
border-radius: 2px !important;
  -moz-border-radius:  2px !important;
  -webkit-border-radius:  2px !important;  
}

.btn.btn-default.btn-red {
  background: #d73b37;  
  border-radius: 2px !important;
  -moz-border-radius:  2px !important;
  -webkit-border-radius:  2px !important;
}

.btn.btn-default.btn-dark-blue {
  background: none repeat scroll 0 0 #000000;
  border-radius: 2px !important;
  -moz-border-radius:  2px !important;
  -webkit-border-radius:  2px !important;
  text-shadow: none !important;
}

.btn.btn-default.btn-green {
  background: #8cc63a; 
border-radius: 2px !important;
  -moz-border-radius:  2px !important;
  -webkit-border-radius:  2px !important;  
}

.col-sm-4 {
  float: left;
  width: 33.3333%;
}

/*------------------List Styles-------------------------*/

.arrows li {
  background: url("../images/arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 25px;
}

.star li {
  background: url("../images/star.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 25px;
}

.play-list li {
  background: url("../images/playlist.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 25px;
}

.plus-circled li {
  background: url("../images/circled.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 25px;
}

.arrows2 li {
  background: url("../images/arrows2.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  padding-bottom: 0;
  padding-left: 25px;
}

.taxonomy a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;  
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #E4E4E4;
  color: #808080;
  font-size: 85%;
  margin-right: 5px;
  padding: 3px 10px;
}

.taxonomy a:hover {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;  
  background: none repeat scroll 0 0 #0076F9;
  border: 1px solid #E4E4E4;
  color: #ffffff;
  font-size: 85%;
  margin-right: 5px;
  padding: 3px 10px;
}

/*------------------------Suffixes--------------------------------*/

.shopsuffix .item {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #E4E4E4 !important;
  margin-bottom: 25px !important;
  margin-top: 10px !important;
  padding: 20px !important;
}

.team-bottom .btn-medium {
  float: right;
  margin-bottom: 0;
}

.k2-comments-module {
  background: none repeat scroll 0 0 #121212;
  color: #FFFFFF;
  margin: 30px !important;
  padding: 15px !important;
}

/*----------------Float Images----------------------*/

.img-left{

}

.img-left img {
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #E4E4E4;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 3px;
}

.img-right{

}

.img-right img{
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #E4E4E4;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 3px;
}

