/*-------------------------------------------------------------------------------------------------------

        Theme Name:         Next
        Theme URI:          http://projectgen.com/next
        Description:        Responsive Business / Portfolio theme
        Version:            1.0.5
        Author:             Adaptive Themes
        Author URI:         http://themeforest.net/user/adaptivethemes
        License:            GNU General Public License version 3.0
        License URI:        http://www.gnu.org/licenses/gpl-3.0.html

---------------------------------------------------------------------------------------------------------

        NOTE: DO NOT CHANGE THE CSS IN THIS FILE TO CUSTOMIZE YOUR THEME AS IT IS OVERWRITTEN EVERY TIME
		YOU UPDATE. USE THE CUSTOM CSS THEME OPTION IN "APPEARANCE > THEME OPTIONS > CUSTOM CSS" INSTEAD.

-------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------
        CSS Reset (Boilerplate)
-------------------------------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}
a:hover {
    color: #06e;
}

a:focus, a:hover, a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 20px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/*-------------------------------------------------------------------------------------------------------
        Document
-------------------------------------------------------------------------------------------------------*/

html.touch a:hover {
    text-decoration: none;
}

body a, body a:visited {
    text-decoration: underline;
/*    color: #ff8000;*/
}

body a:hover {
/*    color: #ff8000;*/
    text-decoration: underline;
}

div[role="document"] {
    color: #555555;
    font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    zoom: 1;
    -webkit-font-smoothing: antialiased;
}

abbr[title] {
    border-bottom: none;
}

.ie7 body > div#wrap {
    width: 1004px;
    max-width: 1004px;
}

.no-js body {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    padding: 0;
    margin: 0 0 1em 0;
}

h1 {
    font-size: 24px;
    line-height: 28px;
}

h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
}

h5 {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

h6 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

/* Page Containers */

.main {
    position: relative;
    background: white;
    margin-top: 9px;
    padding-top: 30px;
    border-radius: 4px;
    margin-bottom: 9px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.main.home {
    margin-top: 0;
    padding-top: 18px;
}

.prime-page, .prime-post, .comments {
    padding: 26px 6px 26px 0;
    margin-right: 14px;
    margin-bottom: 10px;
}

.main.has-sidebar.left-sidebar .prime-page {
    margin-left: 14px;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 0;
}

.main.has-sidebar.left-sidebar .sidebar-right {
    display: none;
    visibility: collapse;
}

.prime-post {
    padding-top: 0;
margin-top: -5px;
}

.prime-single-portfolio {
    padding-top: 29px;
    padding-bottom: 0;
}

.prime-full-width {
    margin-right: 0;
    padding-right: 0;
}

article.item > iframe {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


/* Fluid Columns */

[class*="span"] {
    float: left;
    margin-left: 20px;
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
}
.row-fluid:after {
    clear: both;
}
.row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid > .span12 {
    width: 99.99999998999999%;
}
.row-fluid > .span11 {
    width: 91.489361693%;
}
.row-fluid > .span10 {
    width: 82.97872339599999%;
}
.row-fluid > .span9 {
    width: 74.468085099%;
}
.row-fluid > .span8 {
    width: 65.95744680199999%;
}
.row-fluid > .span7 {
    width: 57.446808505%;
}
.row-fluid > .span6 {
    width: 48.93617020799999%;
}
.row-fluid > .span5 {
    width: 40.425531911%;
}
.row-fluid > .span4 {
    width: 31.914893614%;
}
.row-fluid > .span3 {
    width: 23.404255317%;
}
.row-fluid > .span2 {
    width: 14.89361702%;
}
.row-fluid > .span1 {
    width: 6.382978723%;
}

/* WP Core Styling*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

figcaption {
    margin-top: 1em;
    margin-bottom: 1em;
}

.sticky, .bypostauthor { }




/*-------------------------------------------------------------------------------------------------------
        Header
-------------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
    position: relative;
    margin: 9px 0;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

/*html.touch header {*/
    /*margin-top: 10px;*/
/*}*/

.tagline {
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: relative;
    top: 46px;
    padding-left: 10px;
    color: #7d7d7d;
}

header .logo {
    padding: 11px 0;
    display: inline-block;
    float: left;
	margin-left: -20px; //AshvinDX
}

header div.logo > a {
    display: block;
}

/*-------------------------------------------------------------------------------------------------------
        Menus
-------------------------------------------------------------------------------------------------------*/

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style:	none;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 20em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li.sfHover, html.no-touch .sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
    height: 20px;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li.sfHover ul, html.no-touch .sf-menu li:hover ul {
    left: 0;
    top: 55px; /* match top ul list item height */
    z-index: 99;
}

body .sf-menu li.no-description.sfHover ul, html.no-touch body .sf-menu.no-description li:hover ul {
    top: 36px;
}

ul.sf-menu li.sfHover li ul, html.no-touch ul.sf-menu li:hover li ul{
    top: -999em;
}

ul.sf-menu li li.sfHover ul, html.no-touch ul.sf-menu li li:hover ul {
    left: 20em; /* match ul width */
    top: 0;
}

ul.sf-menu li li.sfHover li ul, html.no-touch ul.sf-menu li li:hover li ul {
    top: -999em;
}

ul.sf-menu li li li.sfHover ul, html.no-touch ul.sf-menu li li li:hover ul {
    left: 10em; /* match ul width */
    top: 0;
}

ul.sf-menu li {
    height: auto;
}

ul.topmenu {
    line-height: 1.0;
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    float: right;
}

ul.topmenu > li:first-child {
    padding-left: 0;
}

ul.topmenu li a {
    display: block;
    text-decoration: none;
    border-bottom: none;
    line-height: 1.6em;
    padding-right: 13px;
    margin-right: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

ul.topmenu li.menu-parent-item a {
    border-radius: 4px 4px 0 0;

}
ul.topmenu li.menu-parent-item.sfHover > a, html.no-touch ul.topmenu li.menu-parent-item:hover > a {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}

ul.topmenu li a span.menu-link-wrap {
    border-left: 1px solid #ededed;
    display: block;
    padding-left: 12px;
}

ul.topmenu li.sfHover > a > span.menu-link-wrap {
    border-color: transparent;
}

ul.topmenu li.sfHover > a {
    background: #191919;
}

ul.topmenu li a strong {
    font-weight: bold;
    display: block;
    color: #333;
    text-transform: uppercase;
}

ul.topmenu > li.sfHover > a strong, html.no-touch ul.topmenu > li:hover > a strong {
    color: white;
}

ul.topmenu li a span.description, ul.social-links a, ul.social-links a:visited {
    color: #b4b4b4;
    font-weight: 500;
}

ul.topmenu  li:last-child {
    padding-right: 0;
}

ul.topmenu ul.sub-menu {
    background: white;
    border-top: 4px solid #191919;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}

ul.topmenu ul.sub-menu li:first-child {
    border-top: none;
}

.ie8 ul.sub-menu li > a, .ie7 ul.sub-menu li > a {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.ie8 ul.sub-menu, .ie7 ul.sub-menu {
    border-bottom: 1px solid #ededed
}

ul.sub-menu ul.sub-menu {
    margin-top: -4px;
}

ul.topmenu ul.sub-menu a, ul.mobile-menu li a  {
    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
}

ul.topmenu ul.sub-menu li.sfHover > a, html.no-touch ul.topmenu ul.sub-menu li:hover > a {
    background: #f8f8f8;
}

ul.topmenu ul.sub-menu li a span.menu-link-wrap {
    border-left: 1px solid transparent;
}

ul.topmenu ul.sub-menu li:first-child a {
    border-top:1px solid transparent;
}

ul.topmenu ul.sub-menu li a, ul.mobile-menu li a {
    border-top: 1px solid #ededed;
}

html.touch ul.topmenu.desktop-menu, html.no-touch ul.tablet-menu.tablet-menu-landscape, ul.topmenu.tablet-menu, ul.topmenu.mobile-menu, div.mobile-menu-wrapper, a.mobile-menu-btn {
    display: none;
    visibility: collapse;
}

html.touch ul.tablet-menu.tablet-menu-landscape {
    display: block;
    visibility: visible;
}

ul.social-links {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ededed;
    padding-left: 12px;
    margin-top: 45px;
    /*font-size: 12px;*/
    padding-bottom: 1px;
}

ul.social-links li {
    line-height: 1.5em;
}

ul.social-links li:first-child, ul.social-links li:first-child a {
    line-height: 1.6em;
}

ul.social-links a {
    text-decoration: none;
}
ul.social-links a:hover {
    text-decoration: underline;
}

ul.social-links li span.arrow {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -1px;
}

.ie7 ul.social-links li a > span.arrow {
    text-decoration: none;
}

ul.social-links li:first-child a span.arrow {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------
        Page
-------------------------------------------------------------------------------------------------------*/

div#subheader {
    padding: 0;
    /*background: white url(img/separator.png) bottom left repeat-x;*/
    padding-bottom: 0;
}

div#subheader div.divider {
    width: 1004px;
    padding-top: 6px;
    margin-bottom: 0;
}

#subheader h1 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}

p#breadcrumbs {
    float: right;
    padding: 2px 0 0 0;
    margin: 0;
    line-height: 20px;
    color: #b4b4b4;
}

p#breadcrumbs a {
    text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------
        Front Page
-------------------------------------------------------------------------------------------------------*/

div.intro {
    border-radius: 4px;
    margin-bottom: 9px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

div.frontpage-slider-wrapper {
    border-radius: 4px;
    
}

div.flexslider {
    overflow: hidden;
}

div.home.prime-page {
    padding-top: 5px;
    margin-bottom: 0;
}

div.home.prime-page > .grid_3, .recent-posts-shortcode .grid_3  {
    padding-bottom: 15px;
    padding-top: 24px;
}

div.home.prime-page > .grid_3.omega {
    margin-right: 0;
}


/*-------------------------------------------------------------------------------------------------------
        Footer
-------------------------------------------------------------------------------------------------------*/

footer {
    width: 100%;
    background: #191919;
    padding-bottom: 20px;
    color: #b4b4b4;
    line-height: 18px;
    overflow-x: hidden;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

footer div.divider {
    display: none;
    width: 3000px;
    margin-left: -1000px;
    height: 1px;
    background: #212121;
    float: left;
}

footer a, footer a:visited {
    color: white;
    text-decoration: none;
}

footer h3 {
    color: white;
    text-transform: uppercase;
    margin: 0 0 11px 0;
    font-size: 12px;
    border-bottom: 1px solid #363636;
    padding: 0 0 10px 0;
}

footer .widget {
    margin-top: 30px;
}

body footer a, body footer a:visited {
    color: white;
}

footer a:hover {
    color: white;
}

.footer-logo {
    text-align: center;
}

.footer-logo h3 {
    margin-bottom: 17px;
}

.footer-logo h3 a {
    border: none;
}

.footer-logo span#tagline {
    display: block;
}

footer > .container_12 > div.grid_3:first-child > div.widget-first.divider {
    background: none;
}

#subfooter {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#subfooter #copyright {
    float: left;
}

#subfooter #social {
    float: right;
}

#subfooter a, #subfooter a:visited {
    color: #7c7c7c;
    text-decoration: none;
}

#subfooter a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------
        Shortcodes
-------------------------------------------------------------------------------------------------------*/

/* Fonts */
a.divider-top-link {
    font-size: 11px;
}


/* Buttons */

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
    color: #ffffff;
}

.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
    background-color: #c43c35;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ee5f5b', endColorstr = '#c43c35', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.success, .alert-message.success {
    background-color: #57a957;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#62c462', endColorstr = '#57a957', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.info, .alert-message.info {
    background-color: #339bb9;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5bc0de', endColorstr = '#339bb9', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn, a.btn, .wpcf7-submit, input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6', GradientType = 0);
    padding: 8px 17px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    margin: 0 8px 1em 0;

    text-decoration: none;
    font-weight: bold;
}

.gf_browser_ie.gform_wrapper div.gform_footer > input.button {
	padding: 10px 14px;
}

body a.btn, body a:visited.btn {
    color: #333333;
}

.btn.dark-gray, .btn.dark-gray:visited {
    color: #ffffff;
    background-color: #333333;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#656971), to(#333333));
    background-image: -moz-linear-gradient(top, #656971, #333333);
    background-image: -ms-linear-gradient(top, #656971, #333333);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656971), color-stop(100%, #333333));
    background-image: -webkit-linear-gradient(top, #656971, #333333);
    background-image: -o-linear-gradient(top, #656971, #333333);
    background-image: linear-gradient(top, #656971, #333333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#656971', endColorstr = '#333333', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #333333 #333333 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.dark-gray, .ie7 .btn.dark-gray {
    border-bottom-color: #333333;
}

.btn.orange, .btn.orange:visited {
    color: #ffffff;
    background-color: #b26a15;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#f7941d), to(#b26a15));
    background-image: -moz-linear-gradient(top, #f7941d, #b26a15);
    background-image: -ms-linear-gradient(top, #f7941d, #b26a15);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941d), color-stop(100%, #b26a15));
    background-image: -webkit-linear-gradient(top, #f7941d, #b26a15);
    background-image: -o-linear-gradient(top, #f7941d, #b26a15);
    background-image: linear-gradient(top, #f7941d, #b26a15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f7941d', endColorstr = '#b26a15', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #b26a15 #b26a15 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.orange, .ie7 .btn.orange {
    border-bottom-color: #b26a15;
}

.btn.black, .btn.black:visited {
    color: #ffffff;
    background-color: black;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#444444), to(black));
    background-image: -moz-linear-gradient(top, #444444, black);
    background-image: -ms-linear-gradient(top, #444444, black);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, black));
    background-image: -webkit-linear-gradient(top, #444444, black);
    background-image: -o-linear-gradient(top, #444444, black);
    background-image: linear-gradient(top, #444444, black);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#444444', endColorstr = 'black', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: black black #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.black, .ie7 .btn.black {
    border-bottom-color: black;
}

.btn.light-gray, .btn.light-gray:visited {
    color: #ffffff;
    background-color: #656971;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#b4bbca), to(#656971));
    background-image: -moz-linear-gradient(top, #b4bbca, #656971);
    background-image: -ms-linear-gradient(top, #b4bbca, #656971);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4bbca), color-stop(100%, #656971));
    background-image: -webkit-linear-gradient(top, #b4bbca, #656971);
    background-image: -o-linear-gradient(top, #b4bbca, #656971);
    background-image: linear-gradient(top, #b4bbca, #656971);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#b4bbca', endColorstr = '#656971', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #656971 #656971 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.light-gray, .ie7 .btn.light-gray {
    border-bottom-color: #656971;
}

.btn.dark-yellow, .btn.dark-yellow:visited {
    color: #ffffff;
    background-color: #999000;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ddd000), to(#999000));
    background-image: -moz-linear-gradient(top, #ddd000, #999000);
    background-image: -ms-linear-gradient(top, #ddd000, #999000);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd000), color-stop(100%, #999000));
    background-image: -webkit-linear-gradient(top, #ddd000, #999000);
    background-image: -o-linear-gradient(top, #ddd000, #999000);
    background-image: linear-gradient(top, #ddd000, #999000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ddd000', endColorstr = '#999000', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #999000 #999000 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.dark-yellow, .ie7 .btn.dark-yellow {
    border-bottom-color: #999000;
}

.btn.peach, .btn.peach:visited {
    color: #ffffff;
    background-color: #eedc94;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fbecbd), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fbecbd, #eedc94);
    background-image: -ms-linear-gradient(top, #fbecbd, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbecbd), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fbecbd, #eedc94);
    background-image: -o-linear-gradient(top, #fbecbd, #eedc94);
    background-image: linear-gradient(top, #fbecbd, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbecbd', endColorstr = '#eedc94', GradientType = 0);
    border-color: #eedc94 #eedc94 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333333;
}

.ie8 .btn.peach, .ie7 .btn.peach {
    border-bottom-color: #eedc94;
}

.btn.red, .btn.red:visited {
    color: #ffffff;
    background-color: #c1292d;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6a6a), to(#c1292d));
    background-image: -moz-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: -ms-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6a6a), color-stop(100%, #c1292d));
    background-image: -webkit-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: -o-linear-gradient(top, #ff6a6a, #c1292d);
    background-image: linear-gradient(top, #ff6a6a, #c1292d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff6a6a', endColorstr = '#c1292d', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c1292d #c1292d #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.red, .ie7 .btn.red {
    border-bottom-color: #c1292d;
}

.btn.green, .btn.green:visited {
    color: #ffffff;
    background-color: #227e22;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5ac45a), to(#227e22));
    background-image: -moz-linear-gradient(top, #5ac45a, #227e22);
    background-image: -ms-linear-gradient(top, #5ac45a, #227e22);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ac45a), color-stop(100%, #227e22));
    background-image: -webkit-linear-gradient(top, #5ac45a, #227e22);
    background-image: -o-linear-gradient(top, #5ac45a, #227e22);
    background-image: linear-gradient(top, #5ac45a, #227e22);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5ac45a', endColorstr = '#227e22', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #227e22 #227e22 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.green, .ie7 .btn.green {
    border-bottom-color: #227e22;
}

.btn.blue, .btn.blue:visited {
    color: #ffffff;
    background-color: #27559f;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#4fa5ed), to(#27559f));
    background-image: -moz-linear-gradient(top, #4fa5ed, #27559f);
    background-image: -ms-linear-gradient(top, #4fa5ed, #27559f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fa5ed), color-stop(100%, #27559f));
    background-image: -webkit-linear-gradient(top, #4fa5ed, #27559f);
    background-image: -o-linear-gradient(top, #4fa5ed, #27559f);
    background-image: linear-gradient(top, #4fa5ed, #27559f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4fa5ed', endColorstr = '#27559f', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #27559f #27559f #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.purple, .btn.purple:visited {
    color: #ffffff;
    background-color: #3c1e4b;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ad54d9), to(#3c1e4b));
    background-image: -moz-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: -ms-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad54d9), color-stop(100%, #3c1e4b));
    background-image: -webkit-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: -o-linear-gradient(top, #ad54d9, #3c1e4b);
    background-image: linear-gradient(top, #ad54d9, #3c1e4b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ad54d9', endColorstr = '#3c1e4b', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #3c1e4b #3c1e4b #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn.yellow, .btn.yellow:visited {
    color: #ffffff;
    background-color: #fff200;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#FFF799), to(#fff200));
    background-image: -moz-linear-gradient(top, #FFF799, #fff200);
    background-image: -ms-linear-gradient(top, #FFF799, #fff200);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF799), color-stop(100%, #fff200));
    background-image: -webkit-linear-gradient(top, #FFF799, #fff200);
    background-image: -o-linear-gradient(top, #FFF799, #fff200);
    background-image: linear-gradient(top, #FFF799, #fff200);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFF799', endColorstr = '#fff200', GradientType = 0);
    border-color: #fff200 #fff200 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333333;
}

.ie8 .btn.yellow, .ie7 .btn.yellow {
    border-bottom-color: #fff200;
}

.btn.fuschia, .btn.fuschia:visited {
    color: #ffffff;
    background-color: #a62a73;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff46b4), to(#a62a73));
    background-image: -moz-linear-gradient(top, #ff46b4, #a62a73);
    background-image: -ms-linear-gradient(top, #ff46b4, #a62a73);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff46b4), color-stop(100%, #a62a73));
    background-image: -webkit-linear-gradient(top, #ff46b4, #a62a73);
    background-image: -o-linear-gradient(top, #ff46b4, #a62a73);
    background-image: linear-gradient(top, #ff46b4, #a62a73);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff46b4', endColorstr = '#a62a73', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #a62a73 #a62a73 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.fuschia, .ie7 .btn.fuschia {
    border-bottom-color: #a62a73;
}

.btn.bronze, .btn.bronze:visited {
    color: #ffffff;
    background-color: #603913;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#cd7929), to(#603913));
    background-image: -moz-linear-gradient(top, #cd7929, #603913);
    background-image: -ms-linear-gradient(top, #cd7929, #603913);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cd7929), color-stop(100%, #603913));
    background-image: -webkit-linear-gradient(top, #cd7929, #603913);
    background-image: -o-linear-gradient(top, #cd7929, #603913);
    background-image: linear-gradient(top, #cd7929, #603913);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cd7929', endColorstr = '#603913', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #603913 #603913 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.bronze, .ie7 .btn.bronze {
    border-bottom-color: #603913;
}

.btn.aqua, .btn.aqua:visited {
    color: #ffffff;
    background-color: #317673;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#1cbbb4), to(#317673));
    background-image: -moz-linear-gradient(top, #1cbbb4, #317673);
    background-image: -ms-linear-gradient(top, #1cbbb4, #317673);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1cbbb4), color-stop(100%, #317673));
    background-image: -webkit-linear-gradient(top, #1cbbb4, #317673);
    background-image: -o-linear-gradient(top, #1cbbb4, #317673);
    background-image: linear-gradient(top, #1cbbb4, #317673);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1cbbb4', endColorstr = '#317673', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #317673 #317673 #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.ie8 .btn.aqua, .ie7 .btn.aqua {
    border-bottom-color: #317673;
}

#button-examples .btn {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn:hover, a.btn:hover, .main .prime-page a.btn:hover, .main .post a.btn:hover, .wpcf7-submit:hover, input[type="submit"]:hover {
    background-position: 0 -15px;
    text-decoration: none;
    /*font-size: 12px;*/
    font-weight: bold;
}

.btn:focus {
    outline: 1px dotted #666;
}

.btn.primary, .main a.btn.primary {
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#049cdb', endColorstr = '#0064cd', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity = 65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn[disabled] {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity = 65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.large, a.btn.large:hover, .main .post a.btn.large:hover, .main .prime-page a.btn.large:hover {
    font-size: 15px;
    line-height: normal; 
    padding: 9px 14px 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn.small, a.btn.small, a.btn.small:hover, .main .post a.btn.small, .main .prime-page a.btn.small:hover {
    padding: 7px 9px 7px;
    margin: 0 5px 0 0;
    font-size: 11px;
}

:root .alert-message, :root .btn {
    border-radius: 0 \0;
}

button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Tabs */

.tabs, .pills {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}

.tabs:after, .pills:after {
    clear: both;
}

.tabs > li:first-child {
    background: none;
    padding-left: 0;
}

.tabs > li, .pills > li {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    
}

.tabs > li.active, .tabs > li.right-of-active {
    background: none;
}

.tabs > li > a, .pills > li > a {
    display: block;
}

ul.tabs, .prime-post ul.tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
	padding-left: 0;
}

.tabs > li {
    position: relative;
    top: 0;
}

.main .tabs > li > a, .tabs > li > a {
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid transparent;

    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;

    /*font-size: 12px;*/
    font-weight: bold;
/*    color: #ff8000;*/

    border: 1px solid #ddd;
    border-bottom: none;
    
    margin-right: 3px;
    text-decoration: none;
}

.main .tabs > li > a:hover, .tabs > li > a:hover {
    text-decoration: underline;
}

main .tabs > li.active > a:hover, .tabs > li.active > a:hover {
    text-decoration: none;
}

.main .tabs > li.active > a, .tabs > li.active > a {
    color: #555;
    background: #f8f8f8;
}

.tabs .menu-dropdown, .tabs .dropdown-menu {
    top: 35px;
    border-width: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.tabs a.menu:after, .tabs .dropdown-toggle:after {
    border-top-color: #999;
    margin-top: 15px;
    margin-left: 5px;
}

.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
    border-color: #999;
}

.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
    border-top-color: #555;
}

.tab-content {
    background: white;
    margin-bottom: 1em;
    clear: both;
}

.tab-content > div {
    padding: 2px 13px 2px 13px;
    border-top: none;
    margin-top: 0;
}

.tab-content > div, .pill-content > div {
    visibility: hidden;
    display: block;
    opacity: 0;
    height: 0;
    width: auto;
    padding: 0;
    overflow: hidden;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    height: auto;
    overflow: hidden;
}

.tab-content > div.active {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding: 2px 13px 2px 13px;
    margin-top: 0;
}

/* Alerts */

.close, .main a.close, .main a.close:hover {
    float: right;
    color: black;
    font-size: 24px;
    font-weight: bold;
    line-height: 17.5px;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity = 20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    border: none;
    text-decoration: none;
}

.close:hover, .main a.close:hover {
    color: #000000;
    text-decoration: none;
    filter: alpha(opacity = 40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    background: none;
}

.alert-message {
    position: relative;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #404040;
    background-color: #eedc94;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
    background-image: linear-gradient(top, #fceec1, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fceec1', endColorstr = '#eedc94', GradientType = 0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #eedc94 #eedc94 #e4c652;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message .close {
    *margin-top: 3px; /* IE7 spacing */
}

.alert-message h5 {
    line-height: 18px;
}

.alert-message p:first-child {
    margin-top: 0;
}

.alert-message div {
    margin-top: 5px;
    margin-bottom: 2px;
    line-height: 28px;
}

.alert-message .btn {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    margin-bottom: 0;
    margin-top: 0;
}

.alert-message.block-message {
    background-image: none;
    background-color: #fdf5d9;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 14px;
    border-color: #fceec1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.alert-message.block-message ul, .alert-message.block-message p {
    margin-right: 30px;
}

.alert-message.block-message ul {
    margin-bottom: 0;
}

.alert-message.block-message li {
    color: #404040;
}

.alert-message.block-message .alert-actions {
    margin-top: 5px;
}

.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-message.block-message.error {
    background-color: #fddfde;
    border-color: #fbc7c6;
}

.alert-message.block-message.success {
    background-color: #d1eed1;
    border-color: #bfe7bf;
}

.alert-message.block-message.info {
    background-color: #ddf4fb;
    border-color: #c6edf9;
}

.alert-message .alert-actions a.btn {
    color: black !important;
}

/* Dividers */


.ie8 .main div.divider, .ie8 .main div#subheader div.divider {
	border-bottom: 1px solid #eee;
}

.main div.prime-page div.divider, .main.has-sidebar div.divider, .main.has-sidebar div.prime-page > div.divider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.main div.prime-page > div.divider, .main div#subheader div.divider {
    height: 3px;
    margin-top: 12px;
    margin-bottom:9px;
    display: inline-block;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-bottom: none;
    width: 1004px;
    margin-left: -32px;
}

.ie8 .main div.prime-page div.divider, .ie8 .main.has-sidebar div.divider, .ie8 .main.has-sidebar div.prime-page > div.divider, .ie8 .main div.prime-page > div.divider, .ie8 .main div#subheader div.divider {
    border-bottom: 1px solid #eee;
}

/* Accordion */

.collapse {
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 0;
}
.collapse.in {
    height: auto;
}
.accordion {
    margin-top: 2px;
    margin-bottom: 18px;
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion-heading {
    border-bottom: 0;
    position: relative;

}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-inner {
    padding: 2px 15px;
    border-top: 1px solid #e5e5e5;
}
a.accordion-toggle, a.accordion-toggle:visited {
    font-weight: bold;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}
a.accordion-toggle > span {
    margin-left: 15px;
}
a.accordion-toggle.closed {
    border-radius: 4px;
}
html.touch a.accordion-toggle:hover {
    text-decoration: none;
}
i.toggle-icon {
    display: block;
    position: absolute;
    left: 14px;
}

/* Gallery */

.prime-gallery {
    display: inline-block;
    width: 100%;
}

.prime-gallery a {
    cursor: pointer;
}

/*.prime-gallery */
a.image-link {
    position:relative;
    display:inline-block;
    /*overflow: hidden;*/
    margin-right: 18px;
    margin-bottom: 18px;
    border: 4px solid #eee;
    transition: border 0.2s;
    -moz-transition: border 0.2s;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
}

div.prime-gallery a.image-link img {
	margin: 0;
	border-radius: 0;
}

div.prime-gallery.single-image > a.image-link {
	margin-bottom: 0;
	margin-right: 0;
}

.ie8 article.item, .ie8 a.image-link {
	overflow: hidden;
}

.prime-gallery a.image-link.no-frame span.image-overlay {
    bottom: 0;
}

.prime-gallery a.image-link.no-frame img {
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

html.no-touch a.image-link:hover {
/*    border-color: #ff8000;*/
}

a.image-link.no-frame {
    border: 0;
}

a.image-link.no-frame span.image-overlay {
    top: 0;
    left: 0;
    bottom: 5px;
    right: 0;
}

/*html.no-touch .prime-gallery a.image-link */
html.no-touch span.image-overlay {
    position: absolute;
    margin: 0;
    top:-4px;
    left:-4px;
    right: -4px;
    bottom: -4px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
	border-width: 4px;
	border-style: solid;
/*    border: 4px solid #ff8000;*/
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    border-radius: 4px;

}

html.no-touch.ie8 span.image-overlay {
	display: none;
	visibility: collapse;
}

/*html.no-touch .prime-gallery */
html.no-touch a.image-link:hover span.image-overlay {
    opacity: 1;
}

html.no-touch.ie8 a.image-link:hover span.image-overlay {
	display: block;
	visibility: visible;
}

/*.prime-gallery */
a.image-link span.overlay-thumbnail {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
/*    background: #ff8000;*/
    color: white;
    font-size: 22px;
    text-align: center;
    opacity: 0;
}

/*.prime-gallery */
a.image-link span.overlay-thumbnail i {
    line-height: 40px;
}

.prime-gallery a.desktop-row {
    margin-right: 0;
}

/* Drop Cap */

span.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 34px;
    margin: 2px 8px 0 0;
}

/* Contact Form */

form.wpcf7-form ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

form.wpcf7-form ul li:first-child {
    padding-top: 0;
}

form.wpcf7-form ul br {
    display: none;
    visibility: collapse;
}

form.wpcf7-form  ul input {
    float: none;
    margin-bottom: 6px;
}

form.wpcf7-form  ul textarea {
    height: 200px;
    width: 97.5%;
    margin-bottom: 17px;
}

form.wpcf7-form  ul label {
    font-weight: bold;
    text-align: left;
    float: none;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

form.wpcf7-form  ul input[type="submit"] {
    font-weight: bold;
    display: inline-block;
}

form.wpcf7-form ul p {
    display: inline-block;
    margin-left: 4px;
}

/* Styled Table */
div.styled-table {
    display: inline-block;
    width: 100%;
}

div.styled-table > table {
    width:100%;
    text-align: left;
    white-space: normal;
}

div.styled-table > table > thead {
    background: #fafafa;
    border-bottom: 2px solid #DDD;
    border-top: 1px solid #DDD;

}

div.styled-table > table > thead > tr > th {
    padding: 10px;
    text-align: left;
}

div.styled-table > table td {
    padding: 10px;
}

div.styled-table > table tbody {
    margin-top: 3px;
}

div.styled-table > table tbody tr {
    border-bottom: 1px solid white;
    background: #f2f2f4;
}

div.styled-table > table tfoot {
    font-size: 0.9em;
}

/* Force table to not be like a table anymore */
div.styled-table.responsive-table table,
div.styled-table.responsive-table thead,
div.styled-table.responsive-table tbody,
div.styled-table.responsive-table th,
div.styled-table.responsive-table td,
div.styled-table.responsive-table tr{
    display: block;
}
div.styled-table.responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
div.styled-table.responsive-table tr { border: 1px solid #ccc; }
div.styled-table.responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
}
div.styled-table.responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
}

/* Blockquote */

blockquote, span.pullquote {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5em;
/*    border-left: 5px solid #ff8000;*/
/*    color: #ff8000;*/
}

blockquote > p {
    margin: 0;
    position: relative;
}

span.pullquote {
    margin-top: 25px;
    margin-bottom: 25px;
}

span.pullquote.left {
    float: left;
    width: 220px;
}

span.pullquote.right {
    float: right;
    width: 220px;
    margin-left: 40px;
    margin-right: 20px;
}

/* Video Embed Shortcode */

div.video-embed-shortcode, div#map_canvas {
    border: 4px solid #eee;
    transition: border 0.2s;
    -moz-transition: border 0.2s;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
}

div.video-embed-shortcode:hover, div#map_canvas:hover {
/*    border-color: #ff8000;*/
}

div.video-embed-shortcode.autosize {
    width: 99%;
}

div.video-embed-shortcode > iframe {
    width: 100%;
    height: 100%;
}

/* Recent Posts Shortcode */

.recent-projects-carousel li {
    height:auto;
	list-style:none;
	float: left;
	display:block;
	padding-bottom:10px;
}

.recent-posts-shortcode {
/*    margin: 2em 0 0 0;*/
}

.recent-posts-item > a:first-child {
     display: block;
    margin-bottom: 13px;
}

.recent-posts-shortcode div.recent-posts-item h5 {
    margin-top: 1em;
    margin-bottom: 0;
}
.recent-posts-shortcode div.recent-posts-item p.post-meta {
    margin-top: 1px;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.recent-posts-shortcode div.recent-posts-item .continue-link {
    display: block;
    margin-top: 1em;
}

.recent-posts-shortcode div.recent-posts-item img.post-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.recent-posts-shortcode.vertical a.image-link {
    margin: 0;
}

.recent-posts-shortcode.vertical .recent-posts-item {
    margin-bottom: 1.3em;
    margin-top: 0;
}

.recent-posts-shortcode.vertical div.recent-posts-item h5 {
    margin-top: -3px;
}

.recent-posts-shortcode h5 > a, .recent-posts-shortcode h5 > a:visited {
    color: #333;
    text-decoration: none;
}

.recent-posts-shortcode.vertical div.preview-content > * {
    margin-left: 10px;
}

/* Codebox shortcode */
code,
pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre.prettyprint {
    margin-bottom: 18px;
}
pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}
/* Prettify */
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
    -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin: 0 0 0 33px; /* IE indents via margin-left */
    padding: 0;
}
ol.linenums li {
    padding-left: 12px;
    color: #bebec5;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
}

ul.entypo-icon-list {
    margin: 0;
    padding: 0;
}

/* Recent Projects */
div.recent-projects article.item, div.recent-posts-carousel article.item {
    opacity: 1;
    margin: 0;
    margin-left: 21px;
}

div.recent-projects h2, div.recent-posts-carousel h2 {
    line-height: 18px;
}

div.recent-projects div.recent-projects-carousel, div.recent-projects div.recent-posts-carousel {
    margin-left: 0;
}

.ie8 div.recent-projects div.recent-projects-carousel {
	max-height: 265px;
}

div.recent-projects div.rpc-paginators {
    margin-top: 0.8em;
    display: inline-block;
    /*position: absolute;*/
    /*left: 1px;*/
    /*bottom: 18px;*/
}

div.recent-projects div.rpc-paginators a {
    text-align: center;
    display: inline-block;
	background: #191919;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
	padding-top: 2px;
}

div.recent-projects div.rpc-paginators a.disabled {
    background: rgba(0, 0, 0, 0.5);
    cursor: not-allowed;
}

div.recent-projects div.rpc-paginators a.rpc-prev i {
    padding-right: 1px;
}

div.recent-projects div.rpc-paginators a.rpc-next i {
    padding-left: 1px;
}


.ie8 div.recent-projects-carousel, .ie8 div.recent-posts-carousel {
	position: relative;
}

.ie8 div.recent-projects {
	overflow: hidden;
	min-height: 267px;
}

.ie8 div.recent-projects.recent-posts {
	min-height: 374px;
}

.ie8 div.recent-projects-carousel > ul > li, .ie8 div.recent-posts-carousel > ul > li {
	list-style: none;
	float: left;
}

.ie8 div.recent-projects-carousel > ul, .ie8 div.recent-posts-carousel > ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	width: 10000px;
}

.ie8 div.recent-projects div.rpc-paginators {
	display: none;
	visibility: collapse;
}

/* Recent Posts */

div.recent-posts-carousel h5 {
    margin-top: 3px;
    margin-bottom: 2px;
}

div.recent-posts-carousel article.item div.description h5 a, div.recent-posts-carousel article.item div.description h5 a:visited {
    color: #333;
    text-decoration: none;
}

div.recent-posts-carousel h5 a:hover {
/*    color: #ff8000;*/
}

div.recent-posts-carousel article.item div.description a, div.recent-posts-carousel  article.item div.description a:visited{
/*    color: #ff8000;*/
    text-decoration: underline;
}


/* Pricing Table */

div.pricing-table {
    padding-top: 25px;
}

div.plan {
    position: relative;
    z-index: 1;
}

div.plan > div.inner {
    margin-right: 1px;
    border-radius: 4px;
}

div.plan.featured {
    margin-top: -25px;
    z-index: 2!important
}

div.plan.featured {
    box-shadow: 0 0 100px rgba(255, 255, 255, 1);
}

div.plan.featured span.featured-msg {
    position: absolute;
    display: block;
    top: -2px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.ie9 div.plan.featured span.featured-msg {
	top: -8px;
}

div.plan.featured div.plan-header div.price {
    padding-top: 28px;
}

.ie9 div.plan.featured div.plan-header div.price {
	padding-top: 25px;
}

div.pricing-table  > div.plan.featured > div.inner > ul > li:last-child {
    padding-bottom: 30px;
}

div.plan.featured > div.inner {
    /*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);*/
    /*margin: -21px -4px 0px -1px;*/
}

div.pricing-table > div.plan {
    float: left;
    display: block;
    text-align:center;
}

div.pricing-table  > div.plan > div.inner > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fafafa;
    border-radius: 0 0 4px 4px;
}
div.pricing-table  > div.plan > div.inner > ul  > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.8);

    background-image: -webkit-gradient(
        linear, left top, left bottom, from(rgba(220,220,220,0.05)),
        to(rgba(200,200,200,0.1))
    );

    background-image: -moz-linear-gradient(
        rgba(220, 220, 220, 0.05) 0%, rgba(200, 200, 200, 0.1) 100%
    );

    text-align: left;
    padding: 10px 13%;
}

.ie8 div.pricing-table  > div.plan > div.inner > ul  > li {
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}


div.pricing-table  > div.plan > div.inner > ul  > li ul {
    padding-left: 16px;
    font-size: 11px;
}

div.pricing-table  > div.plan > div.inner > ul  > li:first-child {
    border-top: none;
    padding-top: 20px;
    background: #fafafa;
}

div.pricing-table  > div.plan > div.inner > ul  > li:last-child {
    border-radius: 0 0 4px 4px;
}

div.pricing-table  > div.plan > div.inner > ul  > li:nth-child(odd) {
    /*background: #fafafa;*/
}
div.pricing-table  > div.plan > div.inner > ul  > li:nth-child(even) {
    /*background: #f5f5f5;*/
}

div.plan-header {
    color: white;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
div.plan-header h3 {
    padding: 9px 0 6px 0;
    color: white;
    font-weight: 400;
    border-radius: 4px 4px 0 0;

    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    margin-top: 0;

    background-image: -webkit-gradient(
        linear, left top, left bottom, from(rgba(80,80,80,0.2)),
        to(rgba(120,120,120,0.2))
    );

    /* mozilla example - FF3.6+ */
    background-image: -moz-linear-gradient(
        rgba(80, 80, 80, 0.2) 0%, rgba(120, 120, 120, 0.2) 100%
    );
}
.ie8 div.plan-header h3 {
	border-bottom: 1px solid white;
}
div.plan-header div.price {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

    font-size: 5em;
    line-height: 0.8em;
    font-weight: 300;
    padding-top: 3px;
    vertical-align: text-bottom;

    background-image: -webkit-gradient(
        linear, left top, left bottom, from(rgba(180,180,180,0.2)),
        to(rgba(255,255,255,0.2))
    );

    background-image: -moz-linear-gradient(
        rgba(180, 180, 180, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%
    );
}

.ie9 div.plan-header div.price {
	padding-top: 10px;
}

div.plan-header div.price > span {
    font-size: 13px;
}
div.plan-header div.price > span.symbol {
    vertical-align: text-top;
}
.ie9 div.plan-header div.price > span.symbol {
	padding-top: 10px;
	line-height: 10px;
	vertical-align: middle;

/*	padding-top: 5px;*/
}
div.plan-action {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    border-bottom: none;
    padding-top: 20px;
    background: #fafafa;
    background-image: -webkit-gradient(
        linear, left top, left center, from(rgba(180,180,180,0.2)),
        to(rgba(255,255,255,0.2))
    );

    background-image: -moz-linear-gradient(
        rgba(180, 180, 180, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%
    );
}
.ie8 div.plan-action {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

div.plan-action > a.btn {
    width: 60%;
    margin: 0;
}

div.pricing-table.columns-1 > div.plan {
    width: 100%;
}
div.pricing-table.columns-2 > div.plan {
    width: 50%;
}
div.pricing-table.columns-3 > div.plan {
    width: 33.333333333333333%;
}
div.pricing-table.columns-4 > div.plan {
    width: 25%;
}
div.pricing-table.columns-5 > div.plan {
    width: 20%;
}
div.pricing-table.columns-6 > div.plan {
    width: 16.6666666666666666%;
}

/* Flexslider */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    max-width: 100%;
    display: block;
    border-radius: 4px;
	margin-bottom: 0;
}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* Ensure no padding or margin is set on the main ul*/
.flexslider > ul.slides {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* FlexSlider Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Frontpage slider preloader */
div.frontpage-slider-wrapper {
    background: #191919;
    position: relative;
}

.frontpageslider {
    background: transparent;
    height: auto;
    height: 250px;
    position: relative;
}

.frontpageslider ul {
    opacity: 0;
    position: absolute;
}

html.touch div#frontpageslider-container {
    width:100%;
    margin:0;
}

html.touch div#frontpageslider-container >.grid_12 {
    width:100%;
    margin:0;
}

div.flexslider-shortcode {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

div.flexslider-shortcode ul.slider-arrows {
    opacity: 1;
}

/* Remove tap on android*/
.flexslider li {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.flex-caption {
    width: auto;
    position: absolute;
    left: 45px;
    top: 17px;
    background: yellow;
    //en commentaire par YY 18/07/2013 background: rgba(0, 0, 0, 0.85);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    line-height: 18px;
    border-radius: 4px;
}

.ie8 .flex-caption {
    padding-top: 3px;
}

.flex-caption > div.caption {
    display: inline-block;
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 13px 8px 13px;
}

.flex-caption > div.subcaption > p {
    margin: 0;
}

.flex-caption > div.subcaption {
    position: relative;
    font-weight: 500;
    display: block;
    color: #7d7d7d;
    padding: 0 14px 11px 14px;
    font-size: 13px;
}

.flex-caption.top-left {
    top: 30px;
    left: 33px;
    bottom: auto;
    right: auto;
}

.flex-caption.top-right {
    top: 30px;
    right: 33px;
    bottom: auto;
    left: auto;
}

.flex-caption.bottom-right {
	bottom: 20px;
	right:30px;
	top: auto;
	left: auto;
}

.flex-caption.top-right > div, .flex-caption.bottom-right > div {
    float: right;
}

ul.slider-arrows {
    position: absolute;
    bottom: 7px;
    z-index: 100;
    padding: 0;
    left: 33px;
    opacity: 0;
}

ul.slider-arrows li {
    float: left;
    display: inline-block;
}

ul.slider-arrows li i {
    background: black;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    border-radius: 2px;
	padding-top: 2px;
    cursor: pointer;
}

ul.slider-arrows li i.previous-slide-arrow {
    padding-right: 1px;
}

ul.slider-arrows li i.next-slide-arrow {
    padding-left: 1px;
}

/* Control Nav */

.flex-control-nav {width: 940px; position: absolute; bottom: 6px; margin-bottom: 20px; text-align: left; margin-left:95px; opacity: 0; vertical-align:middle;height:10px;}
.flex-control-nav li {margin: 0; display: inline-block; zoom: 1; *display: inline; float: left;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    text-indent: -9999px;
    margin-right: 7px;
}

.flex-control-nav li a.active {
    background: black;
}

/* Needed since there is not animated fade in the gallery slider */
.galleryslider .flex-control-nav {
    opacity: 1;
}
.galleryslider ul.slider-arrows {
    opacity: 1;
    padding-left: 0;
}

div#frontpageslider-container, div#frontpageslider-container >.grid_12  {
    width:100%;
    margin:0;
}


/*-------------------------------------------------------------------------------------------------------
        Archives
-------------------------------------------------------------------------------------------------------*/

.prime-archives > h4 {
	margin: 2em 0 1em 0;
}



/*-------------------------------------------------------------------------------------------------------
        Portfolio
-------------------------------------------------------------------------------------------------------*/

div.main.portfolio-main.show-filter {
    padding-top: 0;
}

div.main.portfolio-main.show-filter div#subheader {
    padding-bottom: 0;
}

div.main.portfolio-main img {
    border-radius: 3px;
}

div.main.portfolio-main.show-filter div#subheader h1 {
    padding-top: 30px;
    padding-bottom: 8px;
}

div.main.portfolio-main.show-filter div#subheader div.divider {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 70px;
    background: transparent;
}

div.main.portfolio-main.no-filter div#subheader div.divider {
    margin-bottom: -5px;
}

div.prime-portfolio {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul#filters
{
    float: right;
    line-height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}

ul#filters li {
    float: left;
    padding: 0;
    cursor: pointer;
    color: #7d7d7d;
}

ul#filters li div:hover {
/*    color: #ff8000;*/
}

ul#filters li div {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    padding-top: 30px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 24px;
}

ul#filters li div.current, ul#filters li div.current:hover {
    background: #999;
    color: white;
}

select.filter {
    display: none;
    visibility: collapse;
    float: right;
    margin-top: 27px;
}

div.prime-portfolio {
    overflow: visible;
    position: relative;
    padding-bottom: 20px;
}

div.prime-portfolio.paginated div#masonry-container{
    padding-bottom: 70px;
}


div#masonry-container {
    margin-bottom: -13px;
	margin-left: -11px;
	margin-right: -11px;
}

div#masonry-container iframe {
    width: 218px;
    height: 201px;
}


div.prime-portfolio div.paginators {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

article.item {
    width: 218px;
    overflow: visible;
    margin: 35px 11px 15px 11px;
    padding: 0;
    opacity: 0;
    display:inline-block;
}

article.item div.description {
    padding-top: 6px;
    padding-bottom: 0;
}

article.item div.description a, article.item div.description a:visited {
    text-decoration: none;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
}

article.item div.flexslider ol.flex-control-nav {
    display: none;
    visibility: collapse;
}

article.item div.flexslider ul.slider-arrows {
    margin-bottom: 0;
    left: 15px;
    bottom: 15px;
}

article.item div.portfolio-preview-video {
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

article.item div.description a:hover {
/*    color: #ff8000;*/
}

article.item div.description h2 {
    margin-bottom: 0;
}

article.item div.description h2 a {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}
article.item div.description p {
    margin-top: 0;
}

article.item div.description p a {
    color: #555;
}

article.item a.image-link {
    margin-bottom: 0;

}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Portfolio (Isotope) CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* Disabling Portfolio (Isotope) CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}

#masonry-container {
    overflow-x: visible;
}


div.portfolio-divider {
    position: absolute;
}

div.portfolio-divider.tablet-divider {
    display: none;
    visibility: collapse;
}


.fade {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0;
}

.fade.in {
    opacity: 1;
}



/* Portfolio Item */

div.prime-post.prime-single-portfolio {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 1em;
    padding-top: 25px;
}

div.galleryslider-wrapper {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;

    margin-bottom: 12px;
    position: relative;
}

div.prime-post.prime-single-portfolio div.post > .embed-wrapper {
	margin-top: 0;
}

div.prime-single-portfolio img.post-image {
    margin-bottom: 12px;
}


/*-------------------------------------------------------------------------------------------------------
        Comments
-------------------------------------------------------------------------------------------------------*/

.comments {
    margin-top: 32px;
    padding-top: 34px;
    margin-bottom: 5px;
    padding-right: 0;
    margin-right: 0;
    border-top: 1px solid #e8e8e8;
}

.comments h2.comments-title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
}

.comments h2.comments-title a {
    font-weight: normal;
}

.comments .comment:first-child {
    margin-top: 0;
}

.comments ul.children {
    margin: 0;
    padding-left: 46px;
}

.comment, .comments ul.children .comment:first-child {
    margin-top: 22px;
    padding-bottom: 3px;
    clear: both;
    width: 100%;
    position: relative;
}

.comment > .avatar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.comment .message-wrap {
    padding-left: 76px;
}

.comment .message > .comment-tip {
    float: left;
    margin-left: -33px;
    margin-top: 1px;
    width: 12px;
    height: 17px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #f3f3f3;
}

.comment a, .comment a:visited {
/*    color: #ff8000;*/
    text-decoration: none;
    font-weight: bold;
}

.comment a:hover, .comment .message a.reply:hover {
/*    color: #ff8000;*/
}

.comment .message > h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
}

.comment .message {
    padding: 21px 24px 21px 24px;
    background: #f3f3f3;
    border-radius: 4px;
}
.comment .message h3 a, .comment.author .message h3 a:visited, .comment .message a.comment-reply-link, .comment .message a.comment-reply-link:visited {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.comment .message h3 a:hover, .comment.author .message h3 a:visited:hover, .comment .message a.comment-reply-link:hover, .comment .message a.comment-reply-link:visited:hover {
    text-decoration: none;
    color: #ff8400;
}

.comment-form-wrapper > h2 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 22px;
}

nav#comments-nav a {
    display: inline-block;
    margin-bottom: 13px;
}

nav#comments-nav a, nav#comments-nav a:visited {
    color: #313337;
    font-weight: bold;
}

nav#comments-nav a:hover {
    color: #ff8400;
    text-decoration: none;
}

nav#comments-nav div.comments-previous {
    float: left;
}

nav#comments-nav div.comments-next {
    float: right;
}

form.comment-form {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
}

form.comment-form fieldset {
    padding-top: 0;
    margin-bottom: 0;
}

div#respond {
    border-top: 1px solid #e8e8e8;
    margin-top: 19px;
    padding-top: 16px;
}

div#respond.is-logged-in fieldset {
    padding-left: 0;
    padding-right: 0;
}

form.comment-form fieldset .comment-info {
    width: 44%;
    float: left;
    margin-bottom: 17px;
}

form.comment-form p.login-info {
    margin-top: 0;
    font-weight: bold;
}

form.comment-form p.login-info > a {
    color: #313337;
}

form.comment-form p.login-info > a:hover {
    color: #ff8400;
    text-decoration: none;
}

form.comment-form fieldset .comment-info input {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 3px;
}

form.comment-form fieldset .comment-message {
    width: 50%;
    float: right;
    margin-bottom: 17px;
    position: relative;
}

div#respond.is-logged-in form.comment-form fieldset .comment-message {
    width: 100%;
    float: left;
}

div#respond.is-logged-in form.comment-form fieldset .comment-message > label {
    display: none;
    visibility: collapse;
}

form.comment-form fieldset .comment-message textarea {
    width: 97%;
    height: 140px;
    margin-top: 3px;
}

div#respond.is-logged-in form.comment-form fieldset .comment-message textarea {
    width: 98%;
}

form.comment-form fieldset .comment-options {
    width: 44%;
    float: left;
    clear: both;
    padding-left: 24px;
}

form.comment-form fieldset .comment-options label {
    font-weight: normal;
    margin-top: -1px;
    padding-top: 0;
    margin-left: 3px;
    width: 100%;
}

div#respond.is-logged-in form.comment-form fieldset input[type="submit"] {
    float: left;
}

form.comment-form fieldset input[type="submit"] {
    float: right;
    margin-right: 0;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0;
}

div#respond.logged-in form.comment-form fieldset input[type="submit"] {
    float: left;
}

form.comment-form fieldset input {
    float: none;
}

form.comment-form fieldset label {
    font-weight: bold;
    text-align: left;
    float: none;
}

form.comment-form fieldset span.form {
    display: block;
    padding: 24px;
}


/*-------------------------------------------------------------------------------------------------------
        Blog
-------------------------------------------------------------------------------------------------------*/

.prime-blog {
    padding-top: 3px;
    padding-bottom: 15px;
}

.prime-blog div.divider:first-child {
    display: none;
    visibility: collapse;
}

.post-preview {
    margin-top: 19px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
    margin-right: 20px;
}

.post-preview:first-child {
    margin-top: 0;
    padding-top: 18px;
}

img.post-image {
    background: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-bottom: 5px;
}

.post-preview h2.post-title {
    font-size: 20px;
    margin: 0 0 6px 0;
    line-height: 24px;
}

.post-preview h2.post-title a {
    color: #333;
    text-decoration: none;
}

.post-preview h2.post-title a:hover {
    text-decoration: none;
}

.post-preview p.post-meta {
    margin: 0 0 12px 0;
    padding: 0;
}

.post-preview .post-content p.post-text {
    margin: 0 0 11px 0;
}

.post-preview .like-buttons {
    width: auto;
    margin: 18px 0 0 0;
}

.post-preview .read-more-link {
    font-weight: bold;
    margin: 0;
}

.main div.divider.post-divider {
    margin-top: 0;
    margin-bottom: 0;
}

.paginators {
    position: relative;
    margin: 15px 18px 15px 0;
}

.paginators a,
.paginators span {
    padding-top: 8px;
vertical-align: middle;
}

.paginators ul.page-numbers {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.paginators ul.page-numbers li {
    display: inline-block;
}

.paginators ul.page-numbers li a,
.paginators ul.page-numbers li span.current {
    display: block;
    width: 33px;
    height: 26px;
    background: #191919;
    border-radius: 17px;
}

.paginators ul.page-numbers li a.next,
.paginators ul.page-numbers li a.prev {
    width: auto;
}

.prime-blog .paginators ul.page-numbers li span.current {
    display: inline-block;
    background: #7d7d7d;
}

.paginators ul.page-numbers li.ellipsis {
    background-image: url(../img/paginator-ellipsis.png);
    text-indent: -9999px;
    height: 10px;
    width: 18px;
}

.paginators ul.page-numbers li a,
.paginators ul.page-numbers li a:visited {
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.paginators ul.page-numbers li a:hover {
    text-decoration: none;
}

.paginators ul.page-numbers li span.current {
    color: white;
}

.paginators ul.page-numbers li a.prev,
.paginators ul.page-numbers li a.next {
    position: absolute;
    background: none;
    top: 0;
    color: #7d7d7d;
    font-weight: 500;
}

.paginators ul.page-numbers li a.prev:hover,
.paginators ul.page-numbers li a.next:hover {
    text-decoration: none;
/*    color: #ff8000;*/
}

.paginators ul.page-numbers li a.prev {
    left: 0;
}

.paginators ul.page-numbers li a.next {
    right: 0;
}


/*-------------------------------------------------------------------------------------------------------
        Post
-------------------------------------------------------------------------------------------------------*/
.prime-post h1.post-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 23px;
}

.prime-post .post-meta {
    margin-top: 3px;
    margin-bottom: 12px;
}

.prime-post.prime-single-portfolio .post-meta {
    padding-top: 12px;
    padding-bottom: 4px;
}

.prime-post .post-meta > a#prev-post {
    background: url(../img/prev-post.png) center center no-repeat;
}

.prime-post .post-meta > a#next-post {
    margin-left: 2px;
    background: url(../img/next-post.png) center center no-repeat;
}

.prime-post .post-meta p.post-byline a {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}

.prime-post .post-meta p.post-date {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1em;
    margin-bottom: 0;
    color: #656971;
}

.prime-post .post-meta p.post-date sup {
    text-transform: none;
}

.prime-post .video-iframe-wrapper iframe, .jquery-player-wrapper {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background: #191919;
}

.prime-post .video-iframe-wrapper, .jquery-player-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 1px;
}

.jquery-player-wrapper {
    margin-bottom: 5px;
}

div.jquery-player-wrapper.jplayer-audio-wrapper {
    margin-bottom: 1px;
    border-top: 0px;
}

.prime-post img.post-image.audio-banner-image {
    margin-bottom: 0;
    border-bottom: none;
}

.prime-post span.post-subtitle {
    color: #7d828c;
    font-weight: normal;
}

.prime-post ul.post-social {
    list-style: none;
    padding-left: 0;
    padding-top: 4px;
    float: left;
}

.prime-post ul.post-social li {
    margin-bottom: 10px;
    margin-left: 0;
}

.prime-post ul {
    padding-left: 16px;
}


div.post-content img {
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    margin-bottom: 5px;
}


/*-------------------------------------------------------------------------------------------------------
        Widgets
-------------------------------------------------------------------------------------------------------*/

#sidebar {
    padding-top: 26px;
    padding-bottom: 30px;
}

.sidebar-widget {
    position: relative;
}

#sidebar article.widget {
    padding-top: 2.2em;
    margin-bottom: 2.2em;
    border-top: 1px solid #eee;
}

#sidebar article.widget.widget-first, #sidebar article.widget:first-child {
    padding-top: 0;
    border-top: none;
}

#sidebar article.widget ul {
    margin-bottom: 0;
}

#sidebar article.widget li {
    padding-top:0;
    padding-bottom: 0;
}

#sidebar article.widget li:first-child {
    border-top: none;
}

#sidebar article > .sidebar-widget > h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
}

#sidebar div.divider {
    display: none;
}

.search-widget {
    padding-bottom: 5px;
}

.search-widget > form.search-form {
    margin: 0;
}

div.search-widget input {
    color: #555;
}
.search-widget > form.search-form > fieldset {
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.search-widget > form.search-form > fieldset.has-focus {
    outline: 0;
}

.search-widget > form.search-form > fieldset > div {
    padding-right: 40px;
}

.search-widget input[type="text"] {
    width: 100%;
    padding-left: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fcfcfc;
}
.ie9 .search-width input[type="text"] {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.search-widget input[type="text"]:focus {
    box-shadow: none;
    background-color: white;
}

.search-widget button {
    width: 30px;
    height: 28px;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0pt;
    top: 0pt;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search-widget button div, .ie8 .search-widget button div, .ie7 .search-widget button div {
    width: 28px;
    height: 28px;
    background: url('img/search-icon.png') center top no-repeat;
}

#searchform {
    max-width: 400px;
}

span.post-date {
    display: block;
    font-size: 10px;
    color: #464646;
}

/* Twitter Widget */

.tweet_time {
    display: block;
}

footer .tweet_time > a, .tweet_time > a:visited {
    color: #464646;
    font-size: 10px;
}

footer .tweet_list a {
    color: white;
    text-decoration: none;
}

ul.tweet_list, ul.post-list, article.widget_recent_entries ul {
    margin-left: 0;
    padding-left: 0;
}

ul.tweet_list > li, .ie8 ul.tweet_list > li, ul.post-list > li, .ie8 ul.post-list > li, article.widget_recent_entries ul > li, .widget_recent_comments ul > li {
    list-style: none;
    margin-left: 0;
    padding-top: 10px;
}

ul.tweet_list > li:first-child, .ie8 ul.tweet_list > li:first-child, ul.post-list > li:first-child, .ie8 ul.post-list > li:first-child, article.widget_recent_entries ul > li:first-child, .widget_recent_comments ul > li:first-child {
    border-top: none;
    padding-top: 0;
}

ul.tweet_list a.tweet_avatar {
    position: absolute;
}

ul.tweet_list span.tweet_text, ul.tweet_list span.tweet_time {
    display: inline-block;
    padding-left: 50px;
}

ul.tweet_list a.tweet_avatar > img {
    border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#sidebar article.widget ul.tweet_list > li:first-child {
	padding-top: 3px;
}

#sidebar article.widget ul.tweet_list > li {
	margin-top: 1em;
}


/* Video Embed Styling */

.embed-wrapper {
    line-height: 0;
}

.embed-wrapper > iframe {
    width: 100%;
    height: auto;
}

.embed-wrapper {
    margin: 1em 0 0 0;
}

/* Archive Widget */

.widget_archive ul, .widget_categories ul, .widget_recent_comments ul, .widget_nav_menu ul, .widget_pages ul, .widget_links ul, .widget_meta ul, .widget_rss ul {
    list-style-type: disc;
    padding-left: 0;
}

.widget_archive ul > li, .widget_categories ul > li, .widget_nav_menu ul > li, .widget_pages ul > li, .widget_links ul > li, .widget_meta ul > li, .widget_rss ul > li {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    margin-bottom: 2px;
}



/* RSS */

.widget_rss > div.container > h3 > a:first-child > img {
    margin-top: -3px;
    margin-right: 5px;
}

.widget_rss cite {
    /*font-family: 'Droid Serif';*/
    /*color: #656971;*/
    color: #b4b4b4;
    font-style: normal;
}

.widget_rss h3 a {
    color: #333;
    text-decoration: none;
}

footer .widget_rss h3 a {
	color: #d4d4d4;
}

.widget_rss h3 a:hover {
/*    color: #ff8000;*/
    text-decoration: underline;
}

.widget_rss span.rss-date {
    /*font-family: 'Droid Serif';*/
    color: #b4b4b4;
    /*font-style: italic;*/
}

.widget_links ul > li a, .widget_rss ul > li a {
    display: block;
}

.widget_nav_menu ul ul, .widget_pages ul ul {
    margin: 0;
    padding: 2px 0 1px 1.4em;
}

.widget_nav_menu ul ul li, .widget_pages ul ul li {
    /*list-style-type: disc;*/
    background-image: none;
    margin-left: 0;
    padding-left: 0;
}



/*-------------------------------------------------------------------------------------------------------
        Forms
-------------------------------------------------------------------------------------------------------*/
form {
    margin-bottom: 18px;
}

fieldset {
    margin-bottom: 18px;
    padding-top: 18px;
}

fieldset legend {
    display: block;
    padding-left: 150px;
    font-size: 19.5px;
    line-height: 1;
    color: #404040;
    *padding: 0 0 5px 145px; /* IE6-7 */
    *line-height: 1.5; /* IE6-7 */

}

form .clearfix {
    margin-bottom: 18px;
    zoom: 1;
}

form .clearfix:before, form .clearfix:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}

form .clearfix:after {
    clear: both;
}

label,
input,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}

label {
    color: #333;
}

footer label {
    color: white;
}

form .input {
    margin-left: 150px;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

input,
textarea,
select,
.uneditable-input {
    display: inline-block;
    /*    width: 210px;*/
    height: 18px;
    padding: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0; /* IE6-7 */

    line-height: normal;
    border: none;
}

input[type=file] {
    background-color: #ffffff;
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type=button], input[type=reset], input[type=submit] {
    width: auto;
    height: auto;
}

select, input[type=file] {
    height: 27px;
    line-height: 27px;
    *margin-top: 4px; /* For IE7, add top margin to align select with labels */
}

select[multiple] {
    height: inherit;
}

textarea {
    height: auto;
}

.uneditable-input {
    background-color: #ffffff;
    display: block;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

:-moz-placeholder {
    color: #bfbfbf;
}

::-webkit-input-placeholder {
    color: #bfbfbf;
}

input, textarea {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input:focus, textarea:focus {
    outline: 0;
}

input[type=file]:focus, input[type=checkbox]:focus, select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 1px dotted #666;
}

form div.clearfix.error {
    background: #fae5e3;
    padding: 10px 0;
    margin: -10px 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

form div.clearfix.error > label, form div.clearfix.error span.help-inline, form div.clearfix.error span.help-block {
    color: #9d261d;
}

form div.clearfix.error input, form div.clearfix.error textarea {
    border-color: #c87872;
    -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

form div.clearfix.error input:focus, form div.clearfix.error textarea:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
    box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}

form div.clearfix.error .input-prepend span.add-on, form div.clearfix.error .input-append span.add-on {
    background: #f4c8c5;
    border-color: #c87872;
    color: #b9554d;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
}

/* Gravity Forms */

.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
    overflow: visible;
}

li.gfield {
    padding-bottom: 3px;
}

.gform_wrapper .gfield_description {
    padding-top: 6px;
}

label {
    padding-bottom: 2px;
}

.widget .gform_wrapper .top_label input.medium, .widget .gform_wrapper .top_label select.medium {
    width: 100%;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #d4d4d4;
}

/*-------------------------------------------------------------------------------------------------------
        Helper
-------------------------------------------------------------------------------------------------------*/

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}