/********************************
*								*
* Company: Nitro PDF			*
* Web-site Version: 9			*
* Copyright: NitroPDF 2014	    *
* Author: Daryl Guieb   		*
*								*
********************************/

/**
*
* Global
*
**/



html {
    min-width:1024px;
}
body {
    background:#f4f4f4;
    color:#888;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif !important;
    font-size:16px;
    font-weight: normal;
    padding:0;
    margin:0;
    min-width:1024px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
    color: #39393a;
    font-family: "Open Sans", sans-serif;
    line-height:1.3;

}

.heading1,
h1 {
    font-weight: bold;
    font-size: 36px;
    margin-top:0px;
}

.heading2,
h2 {
    font-weight: bold;
    font-size: 30px;
}

.heading3,
h3 {
    font-weight: bold;
    font-size: 24px;
}

.heading4,
h4 {
    font-weight: bold;
    font-size: 20px;
}

.heading5,
h5 {
    font-weight: bold;
    font-size: 18px;
}

a, a:visited, a:active {
    font-weight: bold;
    color: #169acd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    border:none;
    border-bottom:1px solid #dcdcdc;
    height:0px;
    background:transparent;
    margin:0px;
    padding:0px;
}

section {
    position: relative;
    z-index: 1;
}

/** Forms **/

form ul {
    list-style:none;
    margin:none;
    padding:0px;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

form ul li {
    margin-bottom:15px;
}


fieldset {
    border:none;
}

legend {
    font-weight:bold;
}


form input:active,
form input:focus {
    -webkit-box-shadow: 0 0 5px 2px #1183c2;
    box-shadow: 0 0 5px 2px #1183c2;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 3px #d1d1d1;
    -webkit-box-shadow: inset 0 1px 3px #d1d1d1;
    box-shadow: inset 0 1px 3px #d1d1d1;
    focus: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    padding:10px;
    color: #888;
}

textarea {
    resize:none;
}


label {
    font-size:16px;
    font-weight:normal;
}

label span {
    color:red;
}

.sm {
    width: 75px;
}

.med {
    width: 138px;
}

.lg {
    width: 300px;
}

.xlg {
    width: 420px;
}

.styled-select.med {
    padding: 0 10px;
}

form li.left {
    margin-right:20px;
}

li.clear-row {
    clear:both;
}

.input-row.error label, .select-row.error label {
    color: red !important;
}

li.error label {
    color: red !important;
}

li.error textarea {
    border: 1px solid red !important;
}

label.error {
    color: red !important;
}

.input-row.error .styled-input, .select-row.error .styled-select {
    border: 1px solid red !important;
}

.styled-input {
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 3px #d1d1d1;
    -webkit-box-shadow: inset 0 1px 3px #d1d1d1;
    box-shadow: inset 0 1px 3px #d1d1d1;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

li.error input, li.error .styled-select{
    border: 1px solid red !important;
}

input.error-icon {
    background: url(/img/nitropdfcom/common/icon_error.png) no-repeat right 10px center #fff;
    border: 1px solid red !important;
}

.styled-input input {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    font-weight: bold;
    color: #5d5d5d;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    text-indent: 10px;
    width: 97%;
    background: transparent;
    border: 0;
    outline-width: 0;

    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.styled-input:before {
    top: 1px;
    border-color: transparent transparent #656565 transparent;
}

.styled-input:after {
    bottom: 1px;
    border-color: #656565 transparent transparent transparent;
}

.styled-select {
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 3px #d1d1d1;
    -webkit-box-shadow: inset 0 1px 3px #d1d1d1;
    box-shadow: inset 0 1px 3px #d1d1d1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 42px;
    line-height: 43px;
}

.styled-select select {
    color: #5d5d5d;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-indent: 10px;
    width: 128%;
    height: auto;
    background: transparent;
    border: 0;
    outline-width: 0;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    padding-top: 10px;
}

.styled-select select#language {
    width: 100%;
}

.styled-select select::-ms-expand {
    display: none;
}

.styled-select>* {
    cursor: pointer;
}

.styled-select:before,.styled-select:after {
    content: '';
    position: absolute;
    right: 7px;
    border-width: 8px 8px;
    border-style: solid;
    width: 0;
    pointer-events: none;
}

.styled-select:before {
    top: 1px;
    border: none;
    /*border-color: transparent transparent #656565 transparent;*/
}

.styled-select:after {
    bottom: 7px;
    border-color: #656565 transparent transparent transparent;
}

@-moz-document url-prefix(){
    .styled-select select { width: 125%; }
    .styled-select:before { border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #656565 rgba(255, 255, 255, 0);
        border-left-style: dotted;
        border-right-style: dotted;
    }
    .styled-select:after { border-color: #656565 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        border-left-style: dotted;
        border-right-style: dotted;
    }
}
.styled-textarea {
    border: 1px solid #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 3px #d1d1d1;
    -webkit-box-shadow: inset 0 1px 3px #d1d1d1;
    box-shadow: inset 0 1px 3px #d1d1d1;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.styled-textarea textarea {
    font-weight: bold;
    color: #5d5d5d;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-indent: 10px;
    width: 109%;
    background: transparent;
    border: 0;
    outline-width: 0;

    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#geoccc {
    position: absolute;
    top: 0;
}

.leadin-title {
    font-size:28px;
    font-weight:bold;
}

.leadin p {
    font-size:20px;
    line-height:1.4;
}

/* Global Layout Classes */

.wrapper {
    position: relative;
    width:940px;
    margin:0 auto;
    padding:0 10px;
}
.drop-shadow {
    position: absolute;
    display: block;
    background:url(/img/nitropdfcom/common/header-dropshadow.png) top left repeat-x;
    height:4px;
    right:0; bottom:-4px; left:0;
}

.hidden {
    display: none;
}

.vr-container {
    position:relative;
}

.vr {
    border-left:2px solid #ededed;
    height:0px;
    background:transparent;
    margin:0px;
    padding:0px;
    position:absolute;
}

/* Global Style Classes */

.text-xsmall {
    font-size:12px;
}

.text-small {
    font-size:14px;
}

.text-medium {
    font-size:16px;
}

.text-large {
    font-size:20px;
}

.text-extra-large {
    font-size: 28px;
}

.text-smaller {
    font-size:95%;
}

.text-larger {
    font-size:110%;
}

.italic {
    font-style:italic;
}
.normal {
    font-weight:normal;
}
.regular {
    font-weight: 400 !important;
}
.semi-bold {
    font-weight: 600;
}
.bold {
    font-weight:700;
}

.block {
    display:block;
}

.relative {
    position:relative;
}

.inline-block {
    display:inline-block;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.left {
    float: left;
}
.right {
    float: right;
}

.rounded-corners {
    border-radius: 5px;
}

.rounded-corners-top {
    border-radius: 5px 0px 0px 5px;
}

.margin0 {
    margin: 0;
}

.margin5 {
    margin: 5px;
}

.margin5.vertical {
    margin: 5px 0px;
}

.margin5.top {
    margin: 5px 0px 0px;
}

.margin5.bottom {
    margin: 0px 0px 5px;
}

.margin10 {
    margin: 10px;
}

.margin10.vertical {
    margin: 10px 0px;
}

.margin10.top {
    margin: 10px 0px 0px;
}

.margin10.bottom {
    margin: 0px 0px 10px;
}

.margin20 {
    margin: 20px;
}

.margin20.vertical {
    margin: 20px 0px;
}

.margin20.top {
    margin: 20px 0px 0px;
}

.margin20.bottom {
    margin: 0px 0px 20px;
}

.margin30 {
    margin: 30px;
}

.margin30.vertical {
    margin: 30px 0px;
}

.margin30.top {
    margin: 30px 0px 0px;
}

.margin30.bottom {
    margin: 0px 0px 30px;
}

.margin40 {
    margin: 40px;
}

.margin40.vertical {
    margin: 40px 0px;
}

.margin40.top {
    margin: 40px 0px 0px;
}

.margin40.bottom {
    margin: 0px 0px 40px;
}

.margin50 {
    margin: 50px;
}

.margin50.vertical {
    margin: 50px 0px;
}

.margin50.top {
    margin: 50px 0px 0px;
}

.margin50.bottom {
    margin: 0px 0px 50px;
}

.margin60 {
    margin: 60px;
}

.margin60.vertical {
    margin: 60px 0px;
}

.margin60.top {
    margin: 60px 0px 0px;
}

.margin60.bottom {
    margin: 0px 0px 60px;
}

.margin70 {
    margin: 70px;
}

.margin70.vertical {
    margin: 70px 0px;
}

.margin70.top {
    margin: 70px 0px 0px;
}

.margin70.bottom {
    margin: 0px 0px 70px;
}

.margin80 {
    margin: 80px;
}

.margin80.vertical {
    margin: 80px 0px;
}

.margin80.top {
    margin: 80px 0px 0px;
}

.margin80.bottom {
    margin: 0px 0px 80px;
}

.margin90 {
    margin: 90px;
}

.margin90.vertical {
    margin: 90px 0px;
}

.margin90.top {
    margin: 90px 0px 0px;
}

.margin90.bottom {
    margin: 0px 0px 90px;
}

.padding5 {
    padding:10px;
}

.padding5.vertical {
    padding:10px 0px;
}

.padding5.bottom {
    padding: 0 0 5px;
}

.padding5.top {
    padding: 5px 0 0;
}

.padding10 {
    padding:10px;
}

.padding10.vertical {
    padding:10px 0px;
}

.padding20 {
    padding:20px;
}

.padding20.bottom {
    padding: 0 0 20px;
}

.padding20.vertical {
    padding:20px 0px;
}

.padding30 {
    padding:30px;
}

.padding30.vertical {
    padding:30px 0;
}

.padding40 {
    padding:40px;
}

.padding40.top {
    padding: 40px 0 0;
}

.padding40.bottom {
    padding: 0 0 40px;
}

.padding40.vertical {
    padding:40px 0px !Important;
}

.padding50 {
    padding:50px;
}

.padding50.vertical {
    padding:50px 0px;
}

.padding60 {
    padding:60px;
}

.padding60.vertical {
    padding:60px 0px;
}

.padding70 {
    padding:70px;
}

.padding70.vertical {
    padding:70px 0px;
}
.padding70.bottom {
    padding: 0 0 70px;
}
.padding70.top {
    padding: 70px 0 0;
}

.border {
    border: 1px solid #dcdcdc;
}

.border-right {
    border-right:1px solid #dcdcdc;
}

.border-left {
    border-left:1px solid #dcdcdc;
}

.border-bottom {
    border-bottom:1px solid #dcdcdc;
}

.border-top {
    border-top:1px solid #dcdcdc;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center-align {
    text-align: center;
}

.ui-list,
.page_wrapper .ui-list {
    list-style:none;
    margin:0px;
    padding-left:0px;
}

.ui-list li {
    margin-left:0px;
}

.uo-list {
    list-style:disc;
}

.ordered-list {
    margin-left:20px;
    padding-left:0px;
}

.ordered-list li {
    margin-bottom:20px;
}

.ordered-list.single li {
    margin-bottom:3px;
}

.no-underline:hover {
    text-decoration: none;
}


/* Colors: Backgrounds; */

.background-orange {
    background-color: #ee5b21;
}

.background-blue-gray {
    background-color: #4d7d89;
}

.background-blue {
    background-color: #169acd;
}

.background-grey {
    background-color: #39393a;
}

.background-off-grey {
    background-color: #5d5d5d;
}

.background-dark-gray,
.background-gray {
    background: #3c3c3c;
}

.background-light-gray,
.background_gray,
.background-off-gray {
    background-color:#f8f8f8;
    text-shadow:1px 1px 0px #fff;
}

.background-off-white {
    background: #d4d4d4;
    text-shadow:1px 1px 0px #fff;
}

.background-light-blue {
    background-color: #169acd;
}

.background-lime-green {
    background-color: #7fb919;
}

.background-green {
    background-color: #4c972b;
}

.background-white {
    background-color:#fff;
}

.background-grey-gradient {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 26%, rgba(248,248,248,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 26%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 26%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 26%,rgba(248,248,248,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 26%,rgba(248,248,248,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    text-shadow:1px 1px 0px #fff;
}

.blue-text {
    color: #169acd !important;
}

.blue-text:active {
    color: #1cbbd9;
}

.orange-text {
    color: #ee5b21 !important;
}

.orange-text:hover {
    color: #ee5b21;
}

.orange-text:active {
    color: #ee6921;
}

.white-text {
    color: #fff !important;
}

.grey-text {
    color: #888;
}

.gray-text {
    color: #5d5d5d !important;
}

.dark-gray-text {
    color:#39393a !important;
}

.sky-blue-text {
    color:#afe9ff;
}

.dark-blue-text {
    color:#14232c;
}

.red-text {
    color: red;
}

.green-text {
    color: #4c972b !important;
}

.lime-green-text {
    color: #7fb919 !important;
}

.light-green-text {
    color: #7ebb42 !important;
}

/** Text decoration**/
.line-through {
    text-decoration: line-through;
}

.shadow-box {
    -webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, .35);
    box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, .35);
    border:1px solid #efefef;
}

.shadow-box.white {
    background-color:white;
}

/** Buttons **/

/*.button {*/
/*display:inline-block;*/
/*border:1px solid #10749a;*/
/*border-radius: 3px;*/
/*padding:13px 30px;*/
/*text-decoration: none;*/
/*color:white;*/
/*font-size: 18px;*/
/*font-weight: 700;*/
/*text-shadow:0 -1px 0 rgba(0, 0, 0, .6);*/
/*box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 2px 2px rgba(0, 0, 0, 0.4);*/
/* button defaults to blue */
/*background: #1cb7dc;*/
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYjdkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjdjYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
/*background: -moz-linear-gradient(top,  #1cb7dc 0%, #0f7cbe 100%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1cb7dc), color-stop(100%,#0f7cbe));*/
/*background: -webkit-linear-gradient(top,  #1cb7dc 0%,#0f7cbe 100%);*/
/*background: -o-linear-gradient(top,  #1cb7dc 0%,#0f7cbe 100%);*/
/*background: -ms-linear-gradient(top,  #1cb7dc 0%,#0f7cbe 100%);*/
/*background: linear-gradient(to bottom,  #1cb7dc 0%,#0f7cbe 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb7dc', endColorstr='#0f7cbe',GradientType=0 );*/
/*text-shadow:none;*/
/*}*/

.button-transparent-flat {
    border-radius: 3px;
    display: block;
    width: 140px !important;
    padding: 12px 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
.button-transparent-flat.orange {
    border: 1px solid #ee5b21;
}
.button-transparent-flat.blue {
    border: 1px solid #169acd;
}
.button-transparent-flat.green {
    border: 1px solid #7fb919;
}
.button-transparent-flat.orange:hover {
    background: #f26831;
}
.button-transparent-flat.blue:hover {
    background: #26a8da;
}
.button-transparent-flat.green:hover {
    background: #89c324;
}
.button.no-shadow,
.button-flat.no-shadow {
    box-shadow: none !important;
}
.button,
.button-flat {
    display:inline-block;
    border-radius: 3px;
    border: none;
    padding:13px 30px;
    text-decoration: none;
    color:white;
    font-size: 18px;
    font-weight: 700;
    text-shadow:0 -1px 0 rgba(0, 0, 0, .6);
    background: #1cb7dc;
    text-shadow:none;
    cursor: pointer;
    box-shadow: none !important;
}

.button:hover, .button-flat:hover {
    text-decoration: none;
    text-shadow:none;
}

.button.xsmall,
.button-transparent.xsmall,
.button-flat.xsmall {
    font-size:11px;
    padding:5px 10px
}

.button.small,
.button-flat.small,
.button-transparent.small {
    font-size:13px;
    padding:8px 15px
}

.button.medium,
.button-flat.medium,
.button-transparent.medium {
    font-size:15px;
    padding:12px 25px
}

.button.large,
.button-flat.large,
.button-transparent.large {
    font-size:18px;
    padding:17px 55px
}

.button.xlarge,
.button-flat.xlarge,
.button-transparent.xlarge {
    font-size:20px;
    padding:20px 85px
}

/*.button.gray {*/
/*color:white;*/
/*border: 1px solid #414141;*/
/*background-color: #505050;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5NyA1MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2IzYjNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjU2NTY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOTciIGhlaWdodD0iNTEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);*/
/*background-image: -moz-linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*background-image: -o-linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*background-image: linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*}*/

/*.button.gray:hover {*/
/*background-color: #757575;*/
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #d9d9d9;*/
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #d9d9d9;*/
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #d9d9d9;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0NTQ1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5Njk2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #545454 0%, #696969 100%);*/
/*background-image: -o-linear-gradient(bottom, #545454 0%, #696969 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #545454 0%, #696969 100%);*/
/*background-image: linear-gradient(bottom, #545454 0%, #696969 100%);*/
/*}*/



/*.button.gray:active {*/
/*background-color: #505050;*/
/*-moz-box-shadow: inset 0 1px 1px #414141;*/
/*-webkit-box-shadow: inset 0 1px 1px #414141;*/
/*box-shadow: inset 0 1px 1px #414141;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY1NjU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*background-image: -o-linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*background-image: linear-gradient(bottom, #3b3b3b 0%, #656565 100%);*/
/*}*/

.button.gray,
.button-flat.gray {
    color:white;
    background-color: #5d5d5d;
    box-shadow: 0 4px 0 #39393a;
    /*border-bottom: 4px solid #39393a;*/
}

.button.gray:hover,
.button-flat.gray:hover {
    background-color: #6a6a6a;
}

.button.gray:active,
.button-flat.gray:active {
    background-color: #6a6a6a;
    border-bottom-width: 2px;
}

/*.button.orange {*/
/*color:white;*/
/*border: 1px solid #9e2200;*/
/*background-color: #ed5b21 !important;*/
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f9b943;*/
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f9b943;*/
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f9b943;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NDUxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNmYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*background-image: -o-linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*background-image: linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5b21', endColorstr='#ed5b21',GradientType=0 );*/
/*}*/

/*.button.orange:hover {*/
/*background-color: #ed7321 !important;*/
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f9d743;*/
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f9d743;*/
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f9d743;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmNTQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5NzUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #ef541e 0%, #f9752e 100%);*/
/*background-image: -o-linear-gradient(bottom, #ef541e 0%, #f9752e 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #ef541e 0%, #f9752e 100%);*/
/*background-image: linear-gradient(bottom, #ef541e 0%, #f9752e 100%);*/

/*}*/

/*.button.orange:active {*/
/*background-color: #ed5b21 !important;*/
/*-moz-box-shadow: inset 0 1px 1px #9d2100;*/
/*-webkit-box-shadow: inset 0 1px 1px #9d2100;*/
/*box-shadow: inset 0 1px 1px #9d2100;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NDUxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNmYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*background-image: -o-linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*background-image: linear-gradient(bottom, #e94519 0%, #f16f27 100%);*/
/*}*/

.button.orange,
.button-flat.orange {
    color:white;
    background-color: #ee5b21;
    /*border-bottom: 4px solid #b64011;*/
    box-shadow: 0 4px 0 #9b3b15;
}

.button.orange.hover,
.button.orange:hover,
.button-flat.orange:hover {
    background-color: #f26831;
}

.button.orange:active,
.button-flat.orange:active {
    background-color: #f26831;
    border-bottom-width: 2px;
}

.button.dark-gray,
.button-flat.dark-gray {
    color:white;
    background-color: #39393a;
    /*border-bottom: 4px solid #b64011;*/
    box-shadow: 0 4px 0 #5d5d5d;
}

.button.dark-gray.hover,
.button.dark-gray:hover,
.button-flat.dark-gray:hover {
    background-color: #5d5d5d;
}

.button.dark-gray:active,
.button-flat.dark-gray:active {
    background-color: #5d5d5d;
    border-bottom-width: 2px;
}

/*.button.blue {*/
/*color:white;*/
/*border: 1px solid #10739a;*/
/*background-color: #1599cd;*/
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #2fe5f3;*/
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #2fe5f3;*/
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #2fe5f3;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmN2JiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiYjdkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*background-image: -o-linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*background-image: linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*}*/

/*.button.blue:hover {*/
/*background-color: #16a4cd;*/
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #2fe9f3;*/
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #2fe9f3;*/
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #2fe9f3;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODliZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkYmZkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #0f89bd 0%, #1dbfdb 100%);*/
/*background-image: -o-linear-gradient(bottom, #0f89bd 0%, #1dbfdb 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #0f89bd 0%, #1dbfdb 100%);*/
/*background-image: linear-gradient(bottom, #0f89bd 0%, #1dbfdb 100%);*/
/*}*/

/*.button.blue:active {*/
/*border: 1px solid #10739a;*/
/*background-color: #1599cd;*/
/*-moz-box-shadow: inset 0 1px 1px #0f7399;*/
/*-webkit-box-shadow: inset 0 1px 1px #0f7399;*/
/*box-shadow: inset 0 1px 1px #0f7399;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmN2JiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFiYjdkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*background-image: -o-linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*background-image: linear-gradient(bottom, #0f7bbd 0%, #1bb7db 100%);*/
/*}*/

.button.blue,
.button-flat.blue {
    color:white;
    background-color: #169acd;
    /*border-bottom: 4px solid #0d6b8f;*/
    box-shadow: 0 4px 0 #0d6b8f;
}

.button.blue:hover,
.button-flat.blue:hover {
    background-color: #26a8da;
}

.button.blue:active,
.button-flat.blue:active {
    background-color: #26a8da;
    border-bottom-width: 2px;
}

/*.button.green {*/
/*color:white;*/
/*border: 1px solid #428f00;*/
/*background-color: #7fb919;*/
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #dbeb33;*/
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #dbeb33;*/
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #dbeb33;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYTkxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliYzkxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*background-image: -o-linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*background-image: linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fb919', endColorstr='#7fb919',GradientType=0 );*/
/*}*/

/*.button.green:hover {*/
/*background-color: #9cb919;*/
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #e3eb33;*/
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #e3eb33;*/
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #e3eb33;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3YWQxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1ZDMyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #67ad13 0%, #a5d326 100%);*/
/*background-image: -o-linear-gradient(bottom, #67ad13 0%, #a5d326 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #67ad13 0%, #a5d326 100%);*/
/*background-image: linear-gradient(bottom, #67ad13 0%, #a5d326 100%);*/
/*}*/

/*.button.green:active {*/
/*background-color: #7fb919;*/
/*-moz-box-shadow: inset 0 1px 1px #578300;*/
/*-webkit-box-shadow: inset 0 1px 1px #578300;*/
/*box-shadow: inset 0 1px 1px #578300;*/
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYTkxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliYzkxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);*/
/*background-image: -moz-linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*background-image: -o-linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*background-image: -webkit-linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*background-image: linear-gradient(bottom, #61a913 0%, #9bc91f 100%);*/
/*}*/

.button.green,
.button-flat.green {
    color:white;
    background-color: #7fb919;
    /*border-bottom: 4px solid #4c7d19;*/
    box-shadow: 0 4px 0 #557915;
}

.button.green:hover,
.button-flat.green:hover {
    background-color: #89c324;
}

.button.green:active,
.button-flat.green:active {
    background-color: #89c324;
    border-bottom-width: 2px;
}


/*.button.red {*/
/*color:white;*/
/*border: 1px solid #870505; *//* stroke */
/*-moz-border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
/*border-radius: 3px; *//* border radius */
/*-moz-background-clip: padding;*/
/*-webkit-background-clip: padding-box;*/
/*background-clip: padding-box; *//* prevents bg color from leaking outside the border */
/*background-color: #ce1313; *//* layer fill content */
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f65b5b; *//* drop shadow and inner shadow */
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f65b5b; *//* drop shadow and inner shadow */
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f65b5b; *//* drop shadow and inner shadow */
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); *//* gradient overlay */
/*background-image: -moz-linear-gradient(bottom, #a30000 0%, #ef4a4a 100%); *//* gradient overlay */
/*background-image: -o-linear-gradient(bottom, #a30000 0%, #ef4a4a 100%); *//* gradient overlay */
/*background-image: -webkit-linear-gradient(bottom, #a30000 0%, #ef4a4a 100%); *//* gradient overlay */
/*background-image: linear-gradient(bottom, #a30000 0%, #ef4a4a 100%); *//* gradient overlay */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1313', endColorstr='#ce1313',GradientType=0 );*/
/*}*/

/*.button.red:hover {*/
/*border: 1px solid #9e2200; *//* stroke */
/*background-color: #b31111; *//* layer fill content */
/*-moz-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f13b3b; *//* drop shadow and inner shadow */
/*-webkit-box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f13b3b; *//* drop shadow and inner shadow */
/*box-shadow: 0 2px 2px rgba(4,4,4,.2), inset 0 1px 1px #f13b3b; *//* drop shadow and inner shadow */
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiNTM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); *//* gradient overlay */
/*background-image: -moz-linear-gradient(bottom, #a71616 0%, #fb5353 100%); *//* gradient overlay */
/*background-image: -o-linear-gradient(bottom, #a71616 0%, #fb5353 100%); *//* gradient overlay */
/*background-image: -webkit-linear-gradient(bottom, #a71616 0%, #fb5353 100%); *//* gradient overlay */
/*background-image: linear-gradient(bottom, #a71616 0%, #fb5353 100%); *//* gradient overlay */
/*}*/



/*.button.red:active {*/
/*border: 1px solid #9e2200; *//* stroke */
/*background-color: #ed5b21; *//* layer fill content */
/*-moz-box-shadow: inset 0 1px 1px #9d2100; *//* inner shadow */
/*-webkit-box-shadow: inset 0 1px 1px #9d2100; *//* inner shadow */
/*box-shadow: inset 0 1px 1px #9d2100; *//* inner shadow */
/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxMjMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViMzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); *//* gradient overlay */
/*background-image: -moz-linear-gradient(bottom, #d12323 0%, #eb3535 100%); *//* gradient overlay */
/*background-image: -o-linear-gradient(bottom, #d12323 0%, #eb3535 100%); *//* gradient overlay */
/*background-image: -webkit-linear-gradient(bottom, #d12323 0%, #eb3535 100%); *//* gradient overlay */
/*background-image: linear-gradient(bottom, #d12323 0%, #eb3535 100%); *//* gradient overlay */
/*}*/

.button.red,
.button-flat.red {
    color:white;
    background-color: #870505;
    /*border-bottom: 4px solid #4b0505;*/
    box-shadow: 0 4px 0 #4b0505;
}

.button.red:hover,
.button-flat.red:hover {
    background-color: #b31111;
}

.button.red:active,
.button-flat.red:active {
    background-color: #870505;
}

.button-flat.white {
    color: #a54024;
    background-color: #ffffff;
    box-shadow: 0 4px 0 #d3d3d3;
}

.button-transparent{
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 0 40px;
    border-radius: 4px;
    background: none;
    text-shadow:none;
}

.button-transparent.white.orange-text {
    color: #ee5b21;
    border: 1px solid white;
}

.button-transparent.white.orange-text:hover {
    color:white;
    background-color: #ee5b21;
    border: 1px solid #ee5b21;
    text-decoration:none;
}

.right-column .col-2 .button-transparent,
.right-column-7-5 .col-2 .button-transparent.large {
    background-color:#fff;
}

.button-transparent.white {
    color: white;
    border: 1px solid white;
}

.button-transparent.white:hover {
    color:transparent;
    background-color: white;
    text-decoration:none;
}

.button-transparent.orange {
    color: #ee5b21;
    border: 1px solid #ee5b21;
}

.button-transparent.orange:hover{
    color: #ffffff !important;
    background-color: #ee5b21 !important;
    text-decoration:none;
}

.button-transparent.orange.white-text {
    color: white;
    border: 1px solid #ee5b21;
}

.button-transparent.orange.white-text:hover {
    color:#ee5b21;
    background-color: white;
    border: 1px solid white;
    text-decoration:none;
}

.button-transparent.green {
    color: #7fb919;
    border: 1px solid #7fb919;
}

.button-transparent.green:hover {
    color:white;
    background-color: #7fb919;
    text-decoration:none;
}

.button-transparent.green.white-text {
    background-color: #7fb919;
    color:white;
    border: 1px solid white;
}

.button-transparent.green.white-text:hover {
    background-color: white;
    color:#7fb919;
    border: 1px solid white;
}

.background-green .button-transparent.white:hover {
    color:#7fb919 !Important;
}


.button-transparent.blue {
    color: #169acd;
    border: 1px solid #169acd;
}

.button-transparent.blue:hover {
    color:#ffffff !important;
    background-color:#169acd !important;
    text-decoration:none;
}

.button-transparent.blue.white-text {
    background-color: #169acd;
    color:#7fb91;
    border: 1px solid white;
}

.button-transparent.blue.white-text:hover {
    background-color: white;
    color:#169acd;
    border: 1px solid white;
}

.button-transparent.dark-blue {
    color: #2c5564;
    border: 1px solid #2c5564;
}

.button-transparent.dark-blue:hover {
    color:white;
    background-color: #2c5564;
    text-decoration:none;
}

.button-transparent.gray {
    color: #5d5d5d;
    border: 1px solid #b8b8b8;
}

.button-transparent.gray:hover {
    color: white;
    background-color: #5d5d5d;
    text-decoration:none;
}

#new-header #phone-number {
    background: url(/images/sites/nitroweb/common/phone-icon.png) no-repeat 11px 18px;
    position: absolute;
    right: 100px;
    width: 120px;
    top: -5px;
    height: 20px;
    border-radius: 5px;
    padding: 13px 0 0 30px;
}


@media all and (max-width: 480px) and (min-width: 320px) {
    .trial-pre-footer a {
        font-size: 18px;
    }
}

.translated .trial-pre-footer a {
    width: auto;
}

.trial-pre-footer {
    background: url(/images/sites/common/pages/icon-pattern-transparent-1.png) repeat;
    padding: 70px 0;
}

.trial-pre-footer .col-md-7, .trial-pre-footer .grid_7 {
    padding-left: 0;
}

.trial-pre-footer p {
    font-weight: 400;
}

.trial-pre-footer.blue {
    background-color: #169acd;
}

.trial-pre-footer.dark-gray {
    background-color: #39393a;
}

.trial-pre-footer a {
    padding: 5px 20px;
    cursor: pointer;
    line-height: 60px;
    width: 300px;
    font-size: 28px;
}
