/*
* Mixin for easy media queries
* @include bp(tablet) { SCSS here };
* Default css is for big screen > 1300px width
*/

@font-face {
    font-family: "chaparralproregular";
    src: url("../fonts/chaparralproregular/chaparralproregular.eot");
    src: url("../fonts/chaparralproregular/chaparralproregular.eot?#iefix") format("embedded-opentype"), url("../fonts/chaparralproregular/chaparralproregular.woff") format("woff"), url("../fonts/chaparralproregular/chaparralproregular.ttf") format("truetype"), url("../fonts/chaparralproregular/chaparralproregular.svg#chaparralproregular") format("svg");
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/myriadpro/MyriadPro-Regular.eot");
    src: url("../fonts/myriadpro/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro/MyriadPro-Regular.woff") format("woff"), url("../fonts/myriadpro/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/myriadpro/MyriadPro-Regular.svg#MyriadPro") format("svg");
}

@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/myriadpro/myriadpro-bold.eot");
    src: url("../fonts/myriadpro/myriadpro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro/myriadpro-bold.woff") format("woff"), url("../fonts/myriadpro/myriadpro-bold.ttf") format("truetype"), url("../fonts/myriadpro/myriadpro-bold.svg#MyriadProBold") format("svg");
}

@font-face {
    font-family: "NillandBold";
    src: url("../fonts/nilland/nilland-bold.eot");
    src: url("../fonts/nilland/nilland-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/nilland/nilland-bold.woff") format("woff"), url("../fonts/nilland/nilland-bold.ttf") format("truetype"), url("../fonts/nilland/nilland-bold.svg#NillandBold") format("svg");
}

@font-face {
    font-family: "Desyrel";
    src: url("../fonts/desyrel/desyrel.eot");
    src: url("../fonts/desyrel/desyrel.eot?#iefix") format("embedded-opentype"), url("../fonts/desyrel/desyrel.woff") format("woff"), url("../fonts/desyrel/desyrel.ttf") format("truetype"), url("../fonts/desyrel/desyrel.svg#Desyrel") format("svg");
}

@font-face {
    font-family: "HelveticaTstd";
    src: url("../fonts/helveticatlsd/HelveticaLTStd-ExtraComp.eot");
    src: url("../fonts/helveticatlsd/HelveticaLTStd-ExtraComp.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticatlsd/HelveticaLTStd-ExtraComp.woff") format("woff"), url("../fonts/helveticatlsd/HelveticaLTStd-ExtraComp.ttf") format("truetype"), url("../fonts/helveticatlsd/HelveticaLTStd-ExtraComp.svg#HelveticaTstd") format("svg");
}

@font-face {
    font-family: "Wcroughtrad";
    src: url("../fonts/wc-roughtrad/wc_roughtrad.eot");
    src: url("../fonts/wc-roughtrad/wc_roughtrad.eot?#iefix") format("embedded-opentype"), url("../fonts/wc-roughtrad/wc_roughtrad.woff") format("woff"), url("../fonts/wc-roughtrad/wc_roughtrad.ttf") format("truetype"), url("../fonts/wc-roughtrad/wc_roughtrad.svg#Wcroughtrad") format("svg");
}

/*@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot");
	src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), 
         url("../fonts/icomoon/icomoon.woff") format("woff"), 
         url("../fonts/icomoon/icomoon.ttf") format("truetype"), 
         url("../fonts/icomoon/icomoon.svg#Icomoon") format("svg");
}*/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot?-rouj9v');
    src: url('../fonts/icomoon/icomoon.eot?#iefix-rouj9v') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?-rouj9v') format('woff'), url('../fonts/icomoon/icomoon.ttf?-rouj9v') format('truetype'), url('../fonts/icomoon/icomoon.svg?-rouj9v#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Reset
---------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*-- html5 elements --*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #888;
    margin: 1em 0 0.8em;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html input[disabled] {
    background-color: #ebebe4;
}

/*=Global
---------------------------------------*/

body {
    *font-size: small;
    font-family: arial, sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    font-size: 87.5%;
    background: #fff;
    color: #606060;
}

select,
input,
textarea,
button {
    font: 99% arial, sans-serif;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

body,
select,
input,
textarea {
    color: #2f2f2f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

h2 {
    position: relative;
    font-size: 1.714em;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #2b84b7;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.143em;
    font-family: arial, sans-serif;
    font-weight: normal;
    color: #2483b9;
}

h4 {
    font-size: 1.286em;
    font-family: arial, sans-serif;
    color: #003d61;
}

h5 {
    font-size: 18px;
    font-family: arial, sans-serif;
}

h6 {
    font-size: 16px;
    font-family: arial, sans-serif;
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    /* color: #fff;*/
}

a,
a:active,
a:visited {
    outline: none;
    text-decoration: none;
}

::-moz-selection {
    background: #0097d2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0097d2;
    color: #fff;
    text-shadow: none;
}

a:link {
    -webkit-tap-highlight-color: #333;
}

ul,
ol {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
}

p {
    margin: 0 0 10px 0;
}

nav ul,
nav li {
    margin: 0;
}

small {
    font-size: 85%;
}

strong,
th {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/*=Button resets
-----------------------------*/

input[type="submit"],
input[type="button"],
input[type="search"] {
    -webkit-appearance: none;
}

input[type="submit"] {
    padding: 8px 20px;
    color: #fff;
    /*text-transform: uppercase;*/
    background: #fea903;
}

    input[type="submit"]:hover {
        background: #EF9F02;
    }

/*=Normalize forms
-----------------------------*/

textarea {
    overflow: auto;
    width: 100%;
}

.ie6 legend,
.ie7 legend {
    margin-left: -7px;
}

input[type="text"] {
    width: 100%;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
}

input,
textarea {
    padding: 12px 20px;
    color: #7f8c8d;
    border: none;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    resize: none;
    color: #888;
}

    input:invalid,
    textarea:invalid {
        border-radius: 1px;
        -moz-box-shadow: 0px 0px 5px red;
        -webkit-box-shadow: 0px 0px 5px red;
        box-shadow: 0px 0px 5px red;
    }

input:focus {
    outline: none;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd;
}

button {
    width: auto;
    overflow: visible;
}

/*=Helper classes
-----------------------------*/

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.invisible {
    visibility: hidden;
}

.hpf {
    display: none;
    width: 1px;
}

.col {
    display: inline;
    float: left;
}

/*-- More semantic clearfix hack --*/

.group:before,
.group:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    width: 100%;
    overflow: hidden;
}

/* images */

p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    display: inline;
    float: right;
}

img.alignleft {
    display: inline;
    float: left;
}

/* Various Tags & Classes */

acronym,
abbr,
span.caps {
    cursor: help;
}

acronym,
abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

    blockquote cite {
        margin: 5px 0 0;
        display: block;
    }

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

::-webkit-input-placeholder {
    color: #7f8c8d;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #7f8c8d;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #7f8c8d;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

/*=Layout
---------------------------------------*/

p {
    line-height: 1.4;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a.link {
        position: absolute;
        bottom: 16px;
        right: 70px;
        font-weight: 700;
        color: #fea903;
    }

        a.link:hover {
            text-decoration: underline;
        }

img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}

h2.box-title {
    font-size: 1.929em;
    font-family: "Desyrel";
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}

.textaligncenter {
    text-align: center;
}

.textalignright {
    text-align: right;
}

.no-pd-right {
    padding-right: 0;
}

.with-border-bottom-left,
.with-border-bottom-right {
    position: relative;
}

    .with-border-bottom-left:before,
    .with-border-bottom-right:before {
        position: absolute;
        bottom: -25px;
        left: 0;
        content: '';
        width: 269px;
        padding-bottom: 20px;
        border-bottom: 3px solid #fff;
    }

    .with-border-bottom-right:before {
        left: auto;
        right: 0;
    }

/*=Icon styles
---------------------------------------*/

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check-alt:before {
    content: "\e606";
}

.icon-controller-play:before {
    content: "\e605";
}

.icon-close:before {
    content: "\e604";
}

.icon-quote-left:before {
    content: "\e602";
}

.icon-quote-right:before {
    content: "\e603";
}

.icon-chevron-right:before {
    content: "\e601";
}

.icon-chevron-left:before {
    content: "\e600";
}

.icon-uniE609:before {
    content: "\e609";
}

/*=Button & link Styles
---------------------------------------*/

.button {
    padding: 5px 14px;
    font: 1.3em/1 "MyriadProBold";
    color: #fff;
    text-shadow: none; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3e78e+0,a1d959+50,82cc41+51,44b402+100 */
    background: #5ea226; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .button:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44b402+0,82cc41+49,a1d959+50,c3e78e+100 */
        background: #468811; 
        color: #fff;
    }

    .button.style-1,
    .button.style-2 {
        position: relative;
        padding: 4px 10px 4px 22px;
        margin-left: 7px;
        font-size: 1.071em;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: 600;
        text-shadow: none; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4cb3ef+0,338fc4+39,2e87ba+51,338fc4+65,4db6f3+100 */
        background: #4cb3ef; /* Old browsers */
        background: -moz-linear-gradient(top, #4cb3ef 0%, #338fc4 39%, #2e87ba 51%, #338fc4 65%, #4db6f3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cb3ef), color-stop(39%, #338fc4), color-stop(51%, #2e87ba), color-stop(65%, #338fc4), color-stop(100%, #4db6f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4cb3ef 0%, #338fc4 39%, #2e87ba 51%, #338fc4 65%, #4db6f3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4cb3ef 0%, #338fc4 39%, #2e87ba 51%, #338fc4 65%, #4db6f3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4cb3ef 0%, #338fc4 39%, #2e87ba 51%, #338fc4 65%, #4db6f3 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4cb3ef 0%, #338fc4 39%, #2e87ba 51%, #338fc4 65%, #4db6f3 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb3ef', endColorstr='#4db6f3',GradientType=0 ); /* IE6-9 */
        border: 1px solid #164866;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .button.style-1:hover,
        .button.style-2:hover {
            background: #44a8e1;
        }

        .button.style-1:first-child,
        .button.style-2:first-child {
            margin-left: 0;
        }

        .button.style-1:before,
        .button.style-2:before {
            position: absolute;
            top: 7px;
            left: 9px;
            content: "\e601";
            font-family: "Icomoon";
            font-size: 12px;
            color: #89eb35;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
        }

    .button.style-2 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71cb29+0,4d970d+43,4d970d+53,4f9d05+63,4f9d05+63,62bc00+100 */
        background: #71cb29; /* Old browsers */
        background: -moz-linear-gradient(top, #71cb29 0%, #4d970d 43%, #4d970d 53%, #4f9d05 63%, #4f9d05 63%, #62bc00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #71cb29), color-stop(43%, #4d970d), color-stop(53%, #4d970d), color-stop(63%, #4f9d05), color-stop(63%, #4f9d05), color-stop(100%, #62bc00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #71cb29 0%, #4d970d 43%, #4d970d 53%, #4f9d05 63%, #4f9d05 63%, #62bc00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #71cb29 0%, #4d970d 43%, #4d970d 53%, #4f9d05 63%, #4f9d05 63%, #62bc00 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #71cb29 0%, #4d970d 43%, #4d970d 53%, #4f9d05 63%, #4f9d05 63%, #62bc00 100%); /* IE10+ */
        background: linear-gradient(to bottom, #71cb29 0%, #4d970d 43%, #4d970d 53%, #4f9d05 63%, #4f9d05 63%, #62bc00 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cb29', endColorstr='#62bc00',GradientType=0 ); /* IE6-9 */
        border: 1px solid #295603;
    }

        .button.style-2:hover {
            background: #509c10;
        }

    .button.style-3 {
        font-size: 1em;
        font-weight: bold;
        font-family: arial, sans-serif;
        text-shadow: none;
        padding: 8px 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4e384+0,4dbb07+100 */
        background: #b4e384; /* Old browsers */
        background: -moz-linear-gradient(top, #b4e384 0%, #4dbb07 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4e384), color-stop(100%, #4dbb07)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #b4e384 0%, #4dbb07 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #b4e384 0%, #4dbb07 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #b4e384 0%, #4dbb07 100%); /* IE10+ */
        background: linear-gradient(to bottom, #b4e384 0%, #4dbb07 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e384', endColorstr='#4dbb07',GradientType=0 ); /* IE6-9 */
    }

        .button.style-3:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4dbb07+0,b4e384+100 */
            background: #4dbb07; /* Old browsers */
            background: -moz-linear-gradient(top, #4dbb07 0%, #b4e384 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4dbb07), color-stop(100%, #b4e384)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #4dbb07 0%, #b4e384 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #4dbb07 0%, #b4e384 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #4dbb07 0%, #b4e384 100%); /* IE10+ */
            background: linear-gradient(to bottom, #4dbb07 0%, #b4e384 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dbb07', endColorstr='#b4e384',GradientType=0 ); /* IE6-9 */
        }

#top-header {
    padding: 25px 0 16px;
    background: #eff5f8 url("../images/header-bg.jpg") repeat-x;
}

.logo img {
    display: inline-block;
}

.header-right {
    position: relative;
    padding: 15px 125px 0 0;
}

    .header-right span.or {
        display: inline-block;
        padding: 0 8px;
        font-size: 1.143em;
        color: #898888;
    }

.signin {
    font: 1.429em "MyriadProBold";
    color: #1a80ba;
    border-bottom: 1px solid #1a80ba;
}

    .signin:hover {
        color: #205786;
        border-bottom: 1px solid #205786;
    }

.free-trial {
    position: absolute;
    right: 65px;
    top: -16px;
    font: 1.286em "Desyrel";
    color: #4bb706;
}

    .free-trial:before {
        position: absolute;
        top: 5px;
        left: -34px;
        content: '';
        width: 31px;
        height: 17px;
        background: url(../images/arrow.png) no-repeat;
    }

#primary-nav { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22a6cf+0,156aae+100 */
    background: #22a6cf; /* Old browsers */
    background: -moz-linear-gradient(top, #22a6cf 0%, #156aae 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #22a6cf), color-stop(100%, #156aae)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #22a6cf 0%, #156aae 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #22a6cf 0%, #156aae 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #22a6cf 0%, #156aae 100%); /* IE10+ */
    background: linear-gradient(to bottom, #22a6cf 0%, #156aae 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22a6cf', endColorstr='#156aae',GradientType=0 ); /* IE6-9 */
}

    #primary-nav .navbar {
        margin-bottom: 0;
    }

        #primary-nav .navbar .navbar-collapse {
            -webkit-box-shadow: 0 0 0 0;
            -moz-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
        }

    #primary-nav .navbar-nav li {
        padding: 10px 22px;
        margin: 0;
    }

        #primary-nav .navbar-nav li.dropdown {
            padding: 0;
        }

        #primary-nav .navbar-nav li:before,
        #primary-nav .navbar-nav li:after {
            position: absolute;
            top: 8px;
            left: 0;
            content: '';
            width: 1px;
            height: 20px;
            border-left: 1px solid #0b558b;
        }

        #primary-nav .navbar-nav li:after {
            left: auto;
            right: -2px;
            border-right: 1px solid #43c0dd;
        }

        #primary-nav .navbar-nav li.dropdown li {
            padding: 3px;
        }

        #primary-nav .navbar-nav li:first-child:before {
            border-left: none;
        }

        #primary-nav .navbar-nav li:last-child:after {
            border-right: none;
            border-left: none;
        }

    #primary-nav .navbar-nav a {
        padding: 0;
        font: bold 1em arial, sans-serif;
        text-transform: uppercase;
        color: #afe6ff;
    }

        #primary-nav .navbar-nav a:hover,
        #primary-nav .navbar-nav a:focus {
            background: none;
            color: #fff;
        }

        #primary-nav .navbar-nav a.dropdown-toggle {
            padding: 10px 24px;
        }

    #primary-nav .navbar-header {
        position: relative;
    }

    #primary-nav .navbar-toggle {
        position: absolute;
        right: 18px;
        left: auto;
        top: -42px;
        padding: 0;
        margin: 0;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        #primary-nav .navbar-toggle .icon-bar {
            height: 3px;
            background: #197fb9;
        }

    #primary-nav .navbar-collapse {
        padding: 0;
    }

    #primary-nav .dropdown-menu {
        padding: 0;
        margin-top: 0;
        min-width: 178px;
        border: 2px solid #4192d3;
        box-shadow: none;
        background: #2878b7;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        #primary-nav .dropdown-menu li {
            border-top: 2px solid #4192d3;
            border-left: none;
            border-right: none;
        }

            #primary-nav .dropdown-menu li:first-child {
                border-top: none;
            }

                #primary-nav .dropdown-menu li:first-child:before {
                    border-left: none;
                }

            #primary-nav .dropdown-menu li:before {
                border: none;
            }

            #primary-nav .dropdown-menu li:after {
                border: none;
            }

            #primary-nav .dropdown-menu li:hover {
                background: #5b9b26;
            }

        #primary-nav .dropdown-menu a {
            padding: 0;
            font-size: 0.909em;
            text-transform: none;
        }

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown.open:hover .dropdown-menu {
    display: none;
}

.caret {
    margin-top: -2px;
}

#main {
    position: relative;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.nav-open #main {
    -moz-transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -o-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
}

.sidebar-open #main {
    -moz-transform: translateX(80%);
    -webkit-transform: translateX(80%);
    -o-transform: translateX(80%);
    -ms-transform: translateX(80%);
    transform: translateX(80%);
}

.nav-title {
    display: none;
    padding: 27px 25px;
    font-size: 1.286em;
    font-weight: bold;
    text-transform: uppercase;
    color: #94c5e1;
}

#primary-nav .dropdown.open {
    padding: 0;
}

    #primary-nav .dropdown.open .dropdown-menu {
        width: auto;
        min-width: auto;
        border: none;
        background: #00659d;
        display: none;
    }

        #primary-nav .dropdown.open .dropdown-menu a {
            font-weight: bold;
            padding: 10px 20px;
        }

            #primary-nav .dropdown.open .dropdown-menu a:focus,
            #primary-nav .dropdown.open .dropdown-menu a:hover {
                background: none;
            }

    #primary-nav .dropdown.open li {
        border: none;
        padding: 10px 25px;
        border-top: 1px solid #1383b3;
        border-bottom: 1px solid #0b558b;
    }

.login-options {
    padding: 30px 20px;
    display: none;
}

    .login-options a {
        display: inline-block;
    }

    .login-options span {
        padding: 0 6px;
        color: #fff;
        font-size: 1em;
        font-weight: bold;
    }

#billboard { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8effd+0,e9fafd+47,cce8af+100 */
    background: #d8effd; /* Old browsers */
    background: -moz-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8effd), color-stop(47%, #e9fafd), color-stop(100%, #cce8af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effd', endColorstr='#cce8af',GradientType=0 ); /* IE6-9 */
    border-bottom: 4px solid #76bd2e;
}

.intro {
    padding-top: 34px;
    color: #4c4d4f;
}

    .intro p {
        font: 2.1em "NillandBold";
    }

.highlight {
    display: block;
    font-size: 1.0em;
    color: #2b84b7;
}

    .highlight .text-color-1 {
        color: #42a800;
    }

    .highlight .text-color-2 {
        color: #91c5e4;
    }

.text-market-name {
    /*font-size: 1.70em;*/
    font-family: "chaparralproregular";
}


.videos {
    padding-top: 70px;
    clear: both;
}

.box {
    position: relative;
    padding: 14px 16px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #0f77b2;
}

    .box:after {
        position: absolute;
        bottom: -66px;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: url(../images/video-bottom-blue-bg.png) no-repeat bottom center;
    }

.box-entry {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    font: 2.5em "Desyrel";
    color: #2b88bd;
}

#compare-back-office-box,
#compare-hosting-box {
    cursor: pointer;
}

.heading {
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 57px;
    padding-top: 12px;
    background: url(../images/comment-blue-bg.png) no-repeat top center;
}

.play-btn {
    width: 50%;
    height: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

    .play-btn a {
        display: block;
    }

    .play-btn img {
        display: inline-block;
    }

    .play-btn iframe {
        width: 640px;
        height: 380px;
    }

.box-style-1 { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#448814+1,73c539+47,448814+100 */
    background: #448814; /* Old browsers */
    background: -moz-linear-gradient(top, #448814 1%, #73c539 47%, #448814 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #448814), color-stop(47%, #73c539), color-stop(100%, #448814)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #448814 1%, #73c539 47%, #448814 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #448814 1%, #73c539 47%, #448814 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #448814 1%, #73c539 47%, #448814 100%); /* IE10+ */
    background: linear-gradient(to bottom, #448814 1%, #73c539 47%, #448814 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448814', endColorstr='#448814',GradientType=0 ); /* IE6-9 */
}

    .box-style-1 .heading {
        background: url(../images/comment-green-bg.png) no-repeat top center;
    }

    .box-style-1:after {
        background: url(../images/video-bottom-green-bg.png) no-repeat bottom center;
    }

    .box-style-1 .box-entry {
        color: #448914;
    }

.box-footer {
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    z-index: 1;
}

.glyphicon-chevron-right {
    font-size: 14px;
    color: #89eb35;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}

.fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 2px solid #76bd2e;
}

    .fancybox-skin iframe {
        width: 640px;
        height: 380px;
    }

#inline1,
#inline2 {
    padding: 8px;
}

#main-container {
    margin-bottom: 1px;
    border-bottom: 2px solid #76bd2e;
}

#testimonial-slider {
    position: relative;
    margin: 80px 0 60px;
    border: 1px solid #d3ddc9;
    -webkit-box-shadow: 2px 2px 0 -1px #98ce62;
    -moz-box-shadow: 2px 2px 0 -1px #98ce62;
    box-shadow: 2px 2px 0 -1px #98ce62;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9fff5+100 */
    background: white; /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f9fff5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9fff5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #f9fff5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, #f9fff5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, #f9fff5 100%); /* IE10+ */
    background: linear-gradient(to bottom, white 0%, #f9fff5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fff5',GradientType=0 ); /* IE6-9 */
}

    #testimonial-slider p {
        font-size: 1.786em;
        font-family: Georgia;
        font-style: italic;
        line-height: 1.2;
        color: #48494b;
    }

    #testimonial-slider:before,
    #testimonial-slider:after {
        position: absolute;
        top: 2px;
        left: 15px;
        content: "\e603";
        font-family: "Icomoon";
        font-size: 40px;
        color: #dceece;
    }

    #testimonial-slider:after {
        top: auto;
        bottom: 35px;
        left: auto;
        right: 15px;
        content: "\e602";
    }

#design-templates-slider {
    position: relative;
    margin: 100px 0 0px;
    border: 3px solid #beddee;
    /*-webkit-box-shadow: 2px 2px 0 -1px #98ce62;
	-moz-box-shadow: 2px 2px 0 -1px #98ce62;*/
    /*box-shadow: 2px 2px 0 -1px #98ce62;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8f4fb+100 */
    background: white; /* Old browsers */
    background: -moz-linear-gradient(top, #f5fbff 0%, #e8f4fb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5fbff), color-stop(100%, #e8f4fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5fbff 0%, #e8f4fb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5fbff 0%, #e8f4fb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5fbff 0%, #e8f4fb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5fbff 0%, #e8f4fb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbff', endColorstr='#e8f4fb',GradientType=0 ); /* IE6-9 */
}

    #design-templates-slider p {
        font-size: 1.786em;
        font-family: Georgia;
        font-style: italic;
        line-height: 1.2;
        color: #48494b;
    }

.carousel-indicators {
    bottom: -25px;
    left: auto;
    margin-left: 0;
    right: 0;
    text-align: right;
    width: 100%;
}

    .carousel-indicators li {
        width: 10px;
        height: 10px;
        margin: 1px 0;
        border: 1px solid #c2c2c2;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        background: #fff;
    }

        .carousel-indicators li.active {
            width: 10px;
            height: 10px;
            margin: 1px 0;
            border: 1px solid #709da4;
            background: #588d22;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            border-radius: 50px;
        }

.carousel {
    padding: 20px 0;
}

.carousel-inner .item {
    padding: 0 52px 8px;
    height: 80px !important;
}


#design-templates-slider .carousel-inner {
    height: 140px;
}

#design-templates-slider span {
    color: #1a80ba;
    font-size: 1.4em;
    position: relative;
    top: 10px;
}

.thumbnails li {
    display: table-cell;
    padding: 0 10px;
}

ul.thumbnails {
    display: table;
    margin: 0 auto;
}

.thumbnail img {
    max-width: 100%;
    display: block;
    height: auto;
}

.caption {
    text-align: center;
    font-size: 0.9em;
    color: #000;
}

    .caption a, .caption a:hover, .caption a:visited, .caption a:active {
        color: #5b9b26;
    }

a.custom-link, a.custom-link:hover, a.custom-link:visited, a.custom-link:active {
    color: #5b9b26;
    text-decoration: underline;
}

.notes {
    font-size: 0.8em;
}

.money-notes {
    font-size: 1.4em;
    font-weight: bold;
}


.carousel-control {
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=70);
    opacity: .7;
}

    .carousel-control.right {
        background-image: none;
        width: 33px;
    }

    .carousel-control.left {
        background-image: none;
        width: 33px;
    }

.customer-quote {
    position: absolute;
    bottom: 0;
    right: 6px;
    font-size: 0.929em;
    font-style: italic;
    color: #767676;
}

.customer-name {
    color: #6aa82b;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
}

.quote-arrow {
    position: absolute;
    bottom: -21px;
    right: 84px;
}

#teaser-block {
    float: left;
    position: relative;
    margin-bottom: 50px;
    border: 3px solid #beddee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #e8f4fb;
    clear: both;
}


    #teaser-block:after,
    #design-templates-slider:after {
        position: absolute;
        bottom: -22px;
        width: 100%;
        height: 17px;
        content: '';
        background: url(../images/shadow.png) no-repeat center;
        background-size: 100%;
    }

.teaser {
    padding: 15px;
    min-height: 122px;
}

    .teaser.col-1 {
        border-right: 1px solid #afd6eb;
    }

    .teaser.col-2 {
        border-left: 1px solid #fff;
        border-right: 1px solid #afd6eb;
    }

    .teaser.col-3 {
        border-left: 1px solid #fff;
    }

.teaser-icon {
    margin-right: 12px;
}

.teaser-entry {
    position: relative;
    overflow: hidden;
}

    .teaser-entry p {
        font-size: 0.929em;
        margin-bottom: 0;
    }

h3.teaser-title {
    font-size: 2.286em;
    font-family: "Wcroughtrad";
    color: #2a88be;
    margin-bottom: 5px;
}

h3.static {
    margin-top: 30px;
}

#footer {
    width: 100%;
}

.footer-top {
    padding: 20px 0;
    border-bottom: 1px solid #6bb0d7;
    background: #4494c2;
}

.list3-wdt {
    width: 100%;
    padding-top: 10px;
    font-size: 0.87em;
}

.list3 {
    width: 100%;
    padding-top: 10px;
}

    .list3-wdt UL,
    .list3 UL {
        list-style-image: url('../images/bullet_2.png');
        list-style-position: inside;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        margin: 0 auto;
    }

    .list3 UL {
        width: 70%;
    }

.list3-wdt UL {
    width: 95%;
}

.list3-wdt li,
.list3 li {
    font-size: 1.70em;
    font-family: "chaparralproregular";
    color: #545454;
    white-space: nowrap;
}

    .list3 li span,
    .list3-wdt li span {
        position: relative;
        left: -7px;
    }

.list1 {
    width: 100%;
    padding-top: 5px;
    padding-left: 25px;
}

    .list1 UL {
        list-style-image: url('../images/bullet_2.png');
        list-style-position: inside;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-indent: -25px;
    }

.list1 li {
    color: #545454;
    left: 10px;
}


.list {
    padding: 20px 0;
    border-top: 1px solid #64add7;
    clear: both;
}

.list-title {
    border-bottom: 1px solid #1b6b99;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.list-item:first-child {
    padding-left: 0;
}

.list-item li {
    position: relative;
    padding-left: 10px;
}

    .list-item li:before {
        position: absolute;
        top: 12px;
        left: 0;
        content: '';
        width: 3px;
        height: 3px;
        background: #003d61;
    }

.list-item a {
    color: #fff;
    font-size: 0.929em;
}

    .list-item a:hover {
        text-decoration: underline;
    }

#footer-bottom {
    padding: 20px 0;
    background: #2b7fb0;
}

.copyright {
    font-size: 0.929em;
    color: #7abde4;
}

.footer-links {
    font-size: 0.929em;
}

    .footer-links a {
        color: #fff;
        text-decoration: none;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

    .footer-links span {
        display: inline-block;
        padding: 0 6px;
        color: #7abde4;
    }

/* Backoffice customers page */

.interior #billboard {
    min-height: 250px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7effe+0,e9fafd+96,e7fafa+100 */
    background: #d7effe; /* Old browsers */
    background: -moz-linear-gradient(top, #d7effe 0%, #e9fafd 96%, #e7fafa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7effe), color-stop(96%, #e9fafd), color-stop(100%, #e7fafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d7effe 0%, #e9fafd 96%, #e7fafa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d7effe 0%, #e9fafd 96%, #e7fafa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d7effe 0%, #e9fafd 96%, #e7fafa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d7effe 0%, #e9fafd 96%, #e7fafa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7effe', endColorstr='#e7fafa',GradientType=0 ); /* IE6-9 */
    border-bottom: 4px solid #76bd2e;
}

#main-content {
    padding: 40px 30px 10px;
    margin: -170px 0 58px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f3f6+0,ffffff+28,ffffff+100 */
    background: #f5f3f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f3f6 0%, white 28%, white 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f3f6), color-stop(28%, white), color-stop(100%, white)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f3f6 0%, white 28%, white 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f3f6 0%, white 28%, white 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f3f6 0%, white 28%, white 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f3f6 0%, white 28%, white 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    #main-content ol {
        margin-left: 40px;
    }

    #main-content ol {
        margin-left: 40px;
    }

.main-content-popup-margin {
    margin: 10px 10px 58px !important;
}

ol.ol-alpha {
    list-style-type: lower-alpha;
}

ol.ol-roman {
    list-style-type: lower-roman;
}

.product {
    clear: both;
    padding-top: 100px;
}

    .product a:hover {
        color: #74bf1b;
    }

.product-item {
    margin-bottom: 50px;
}

.product-entry {
    padding: 10px;
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
}

.top-content h2 {
    padding-top: 30px;
    margin-bottom: 35px;
}

.content {
    position: relative;
    padding: 40px;
    z-index: 1;
}

    .content p {
        font-size: 1.071em;
        color: #606060;
        padding-bottom: 10px;
        /*border-bottom: 1px solid #dfdfdf;*/
    }

    .content strong {
        display: block;
    }


.content-sby {
    position: relative;
    /*padding: 40px;*/
    /*margin-bottom: -60px;*/
    z-index: 1;
}

    .content-sby p {
        font-size: 1.071em;
        color: #606060;
        padding-bottom: 10px;
        border-bottom: 1px solid #dfdfdf;
    }

    .content-sby strong {
        display: block;
    }

p.contact-info {
    margin-left: 50px;
}

    p.contact-info a {
        color: #5b9b26;
        text-decoration: underline;
    }

.video-note {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* backoffice mainstreet */

.top-intro {
    padding: 40px 20px;
}

    .top-intro h2 {
        font-size: 1.643em;
        padding-top: 28px;
        margin-bottom: 10px;
    }

    .top-intro img {
        margin-right: 20px;
    }

    .top-intro p {
        font-size: 1.143em;
    }

.sidebar {
    margin-top: -227px;
    border: 1px solid #74bf1b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

    .sidebar h2 {
        padding: 8px 15px;
        margin-bottom: 0;
        font: bold 1.143em/1 "MyriadPro";
        color: #fff;
        text-shadow: 1px 1px 0 #000; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c3e78e+0,a1d959+50,82cc41+51,44b402+100 */
        background: #c3e78e; /* Old browsers */
        background: -moz-linear-gradient(top, #c3e78e 0%, #a1d959 50%, #82cc41 51%, #44b402 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3e78e), color-stop(50%, #a1d959), color-stop(51%, #82cc41), color-stop(100%, #44b402)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c3e78e 0%, #a1d959 50%, #82cc41 51%, #44b402 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c3e78e 0%, #a1d959 50%, #82cc41 51%, #44b402 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c3e78e 0%, #a1d959 50%, #82cc41 51%, #44b402 100%); /* IE10+ */
        background: linear-gradient(to bottom, #c3e78e 0%, #a1d959 50%, #82cc41 51%, #44b402 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e78e', endColorstr='#44b402',GradientType=0 ); /* IE6-9 */
    }

.sidebar-list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

    .sidebar-list li {
        padding: 15px 12px 5px;
        border-top: 1px solid #d2dec6;
        cursor: pointer;
    }

        .sidebar-list li:hover {
            background: #f6faf1;
        }

            .sidebar-list li:hover a {
                color: #46a503;
            }

    .sidebar-list .icon-holder {
        float: left;
        width: 20%;
        margin-right: 8px;
    }

.tour-link {
    display: inline-block;
    padding: 5px 20px 15px;
    font-size: 1em;
    line-height: 1.1em;
    font-weight: bold;
    color: #197fb8;
}

.toggle-btn {
    position: fixed;
    top: 20px;
    left: 0px;
    z-index: 999;
}

.slide-toggle {
    position: absolute;
    top: 155px;
    left: -30px;
    z-index: 999;
    padding: 10px 25px 10px 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    min-width: 100px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #5dc800;
    display: none;
}

.arrow-with-circle {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 17px;
    height: 17px;
    padding: 3px;
    margin-left: 20px;
    text-align: center;
    margin-left: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    font-size: 10px;
    color: #5dc800;
}

.list-entry {
    position: relative;
    overflow: hidden;
}

    .list-entry a {
        display: block;
    }

    .list-entry h3.title {
        font-size: 1em;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .list-entry h3 a {
        color: #1a80ba;
    }

    .list-entry p {
        font-size: 0.786em;
        color: #838383;
    }

#main-col {
    padding: 40px 10px 0 20px;
}

.details {
    clear: both;
    overflow: hidden;
    margin-bottom: 65px;
}

.entry {
    width: 48%;
}

    .entry h3 {
        font-size: 1.429em;
        color: #2b84b7;
    }

    .entry p {
        font-size: 1.071em;
    }

/* plan and pricing */

.box-inner {
    padding: 20px 22px 10px;
    -webkit-box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.38);
    box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.38);
    background: #fff;
    min-height: 250px;
}

    .box-inner h2.head {
        font-size: 1.857em;
        line-height: 1.1;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .box-inner p {
        font-size: 1.071em;
        color: #2a2a2a;
    }

.box-style-1 h2.head {
    color: #46a503;
}

.box-style-1 .price {
    color: #1a80ba;
}

.price {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    font-size: 0.857em;
    color: #46a503;
}

    .price strong {
        display: inline-block;
        padding-top: 3px;
        text-transform: uppercase;
        font-size: 1.250em;
    }

.amount {
    float: left;
    font-weight: bold;
    font-size: 3.750em;
    line-height: 1;
}

#faq-block {
    padding-top: 20px;
    clear: both;
}

#testimonial-block {
    padding-top: 80px;
    clear: both;
}

.faq-details {
    min-height: 172px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d9d9d9;
}

.icon-holder {
    margin-right: 15px;
}

.faq-entry {
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px;
}

    .faq-entry h3 {
        font-size: 1.286em;
        font-weight: normal;
    }

    .faq-entry p {
        font-size: 1em;
        color: #555;
    }

    .faq-entry a {
        color: #74bf1b;
        text-decoration: underline;
    }

        .faq-entry a:hover {
            text-decoration: none;
        }



.backoffice-details {
    min-height: 100px;
    margin-bottom: 0px;
}

.testimonials-details {
    font-style: italic;
    font-family: Georgia;
    font-size: 10pt;
}

    .testimonials-details img {
        float: left;
        vertical-align: top;
    }

.testimonials-author {
    font-style: normal;
    color: #1a80ba;
    margin-top: 0.5em;
    text-align: right;
}

.testimonials-addr {
    font-style: normal;
    color: #46a503;
    text-align: right;
}

.backoffice-icon-holder {
    margin-right: 5px;
}

.backoffice-entry {
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px;
}

    .backoffice-entry h3 {
        font-size: 1.286em;
        font-weight: normal;
        color: #1a80ba;
    }

    .backoffice-entry p {
        font-size: 1em;
        color: #555;
    }

    .backoffice-entry a {
        color: #74bf1b;
        text-decoration: underline;
    }

        .backoffice-entry a:hover {
            text-decoration: none;
        }

.space-left,
.space-left-no-border {
    margin-left: 20px;
}

.space-right,
.space-right-no-border {
    margin-right: 20px;
}

.with-border-top {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.without-border-bottom {
    border-bottom: none;
}

/* Compare Webhosting */

.without-border {
    border: none !important;
}

#table-wrap {
    padding-top: 30px;
    margin: 90px 10px 0;
    /*border-top: 1px solid #dfdfdf;*/
}

.table-block {
    margin-bottom: 15px;
}

    .table-block h4 {
        font-size: 1.143em;
        font-weight: bold;
        margin-bottom: 15px;
    }

.table {
    border: 1px solid #91b9d0;
}

    .table thead { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e8ed8+0,0d76c0+100 */
        background: #2e8ed8; /* Old browsers */
        background: -moz-linear-gradient(top, #2e8ed8 0%, #0d76c0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e8ed8), color-stop(100%, #0d76c0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #2e8ed8 0%, #0d76c0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #2e8ed8 0%, #0d76c0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #2e8ed8 0%, #0d76c0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #2e8ed8 0%, #0d76c0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8ed8', endColorstr='#0d76c0',GradientType=0 ); /* IE6-9 */
    }

        .table thead tr th {
            padding: 10px 15px;
            border-bottom: none;
            font-size: 0.929em;
            line-height: 1;
            color: #fff;
            vertical-align: middle;
        }

    .table tbody tr:nth-child(2n+2) {
        background: #f3fbff;
    }

    .table tbody tr td {
        border-bottom: 1px solid #91b9d0;
        border-left: 1px solid #91b9d0;
        color: #555;
        line-height: 1.4;
    }

        .table tbody tr td:first-child {
            border-left: none;
            width: 27%;
        }


.table-content {
    border: none;
    margin: 0 auto;
    width: 60%;
}

    .table-content thead tr th {
        padding: 10px 15px;
        border-bottom: none;
        font-size: 0.929em;
        line-height: 1;
        vertical-align: middle;
    }

    .table-content tbody tr td {
        border: none;
        line-height: 1.4;
        padding: 5px 5px;
        align-content: center;
    }

        .table-content tbody tr td:first-child {
            border-left: none;
            width: 30%;
        }

.table tbody tr td.remarks {
    vertical-align: middle;
    text-align: center;
}

.icon-check-alt {
    font-size: 23px;
    color: #57c615;
}

.button-vertical-align-dummy {
    padding-top: 15%;
}

.market-details {
    min-height: 172px;
    margin-bottom: 28px;
    border-bottom: 1px solid #d9d9d9;
}

.market-entry {
    position: relative;
    overflow: hidden;
    padding: 5px 15px 10px;
}

.market-img-holder {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    background: #f1f1f1;
}

.market-entry h3 A:hover {
    color: #2b84b7;
    text-decoration: none;
}

.market-more {
    width: 50%;
}

    .market-entry p A, .market-entry p A:hover,
    .entry-markets p A:visited, .entry-markets p A:active,
    .market-more p A, .market-more p A:hover {
        color: #5b9b26;
    }

        .market-entry p a:hover,
        .market-more p a:hover {
            text-decoration: underline;
        }

img.markets {
    width: 90px;
}

.form-wrapper li {
    float: left;
    width: 44.2%;
    margin-right: 35px;
}

    .form-wrapper li label {
        display: block;
        margin-bottom: 12px;
        font: 1.2em "Arial";
        color: #000;
    }

        .form-wrapper li label span {
            color: #d00000;
        }

    .form-wrapper li input {
        padding: 14px 15px;
        width: 100%;
        font: 1.2em "Arial";
        border: 1px solid #ccc;
    }

        .form-wrapper li input[type="checkbox"] {
            display: none;
        }

            .form-wrapper li input[type="checkbox"] + label {
                color: #737477;
                display: inline-block;
                position: relative;
                padding-left: 25px;
            }

                .form-wrapper li input[type="checkbox"] + label:before {
                    position: absolute;
                    top: 2px;
                    left: 0;
                    background: none repeat scroll 0 0 #fff;
                    border: 1px solid #bacad6;
                    border-radius: 0;
                    content: "";
                    display: inline-block;
                    height: 14px;
                    margin-right: 10px;
                    vertical-align: middle;
                    width: 14px;
                }

            .form-wrapper li input[type="checkbox"]:checked + label:after {
                display: inline-block;
                content: "\e609";
                font-family: "icomoon";
                font-size: 10px;
                left: 2px;
                position: absolute;
                top: 3px;
            }

.form-footer {
    float: left;
    margin-top: 37px;
}

    .form-footer input.button {
        padding: 18px 20px;
        border: none;
        font: 1.6em/1 'Arial';
        color: #fff;
        /*text-transform: uppercase;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #2eaad8;
    }

        .form-footer input.button:hover {
            background: #2A96BE;
        }

.form-2 {
    /*padding: 80px 0;*/
}

.form-wrapper li label {
    margin-bottom: 20px;
    font: 1.2em "Arial";
    font-weight: normal;
    color: #666;
}

.form-2 li {
    position: relative;
    margin: 0 5px 25px 0;
}

.form-2 h3 {
    color: #000;
    font-size: 1.373em;
    font-weight: bold;
    margin: 20px 0px 25px 0;
    /*margin-bottom: 25px;*/
}

.form-2 li.no-bottom-margin {
    margin: 0 55px 15px 0;
}

.form-2 li input, .form-2 li select {
    width: 100%;
    padding: 5px;
    font: 1.2em "Arial";
    font-weight: normal;
    border: 1px solid #bacad6;
}

    .form-2 li input:focus, .form-2 li select:focus {
        color: #45494c;
    }

.form-2 li select {
    padding: 11px 13px;
}

.form-2 li:nth-child(3n+3) {
    margin-right: 0;
}

.form-2 li.field label {
    margin-top: 23px;
}

.form-2 li input[type="checkbox"] {
    border: 1px solid #bacad6;
}

    .form-2 li input[type="checkbox"] + label:before {
        top: 1px;
    }

.form-2 li.comments {
    width: 100%;
}

    .form-2 li.comments textarea {
        width: 49%;
        padding: 13px;
        height: 92px;
        font: 1.4em "Arial";
        resize: none;
        border: 1px solid #bacad6;
    }

.form-2 .form-container {
    position: absolute;
    top: 65px;
    left: 0;
}

.form-2 li.gchoice {
    width: 100%;
    margin: 0 0 6px;
}

    .form-2 li.gchoice label {
        position: relative;
        overflow: hidden;
        margin-bottom: 5px;
        font-size: 1.6em;
        line-height: 1;
    }

.form-2 li input[type="checkbox"] {
    margin: 1px 11px 0 0;
    outline: none;
}

.form-2 li.gchoice-txt {
    width: 100%;
}

    .form-2 li.gchoice-txt input[type="text"] {
        width: 92%;
        margin-left: 25px;
        padding: 5px;
    }

.form-2 .form-footer {
    width: 100%;
    margin: 0;
}

.form-2 input.button {
    float: right;
    padding: 14px 32px;
    font-size: 1.8em;
}

.subheader {
    float: left;
    width: 100%;
}

.tabs {
    padding-bottom: 20px;
}

.backoffice-intro {
    padding: 10px 20px 0px 20px;
}

/*=Button resets
-----------------------------*/
input[type="submit"], input[type="button"], input[type="search"] {
    padding: 10px 25px;
    font: 1.4em "Arial";
    /*text-transform: uppercase;*/
    color: #fff;
    background: #0097d2;
    border: none;
    /*margin-bottom: 50px;*/
    -webkit-appearance: none;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="search"]:hover {
    background: #026d96;
}

.field-row-control {
    /*float: right;*/
    width: 95%;
}

.field-row-promo-control {
    float: right;
    width: 75%;
}

.field-row a, .field-row a:hover, .field-row a:visited, .field-row a:active {
    text-decoration: none;
    color: #337ab7;
}

@media (min-width: 768px) and (max-width: 991px) {

    .header-right {
        padding: 15px 60px 0 0;
    }

    .free-trial {
        right: 10px;
        top: -16px;
    }

    #primary-nav .navbar-nav li {
        padding: 10px 13px;
    }

    #primary-nav .navbar-nav a {
        font-size: 0.857em;
        padding: 0;
    }

        #primary-nav .navbar-nav a.dropdown-toggle {
            padding: 10px 18px;
        }

    #billboard {
        background: none;
        border: none;
    }

    #intro-wrap {
        margin-bottom: 24px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8effd+0,e9fafd+47,cce8af+100 */
        background: #d8effd; /* Old browsers */
        background: -moz-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8effd), color-stop(47%, #e9fafd), color-stop(100%, #cce8af)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effd', endColorstr='#cce8af',GradientType=0 ); /* IE6-9 */
        border-bottom: 4px solid #76bd2e;
    }

    .intro {
        /*padding: 45px 0 135px;*/
        padding: 45px 0 50px;
    }

        .intro p {
            font-size: 1.857em;
            padding: 0 30px;
        }

    .highlight {
        font-size: 1.154em;
        padding: 0 55px;
    }

    .videos {
        width: 65.5%;
        margin: 0px auto 0;
    }

    .list3-wdt {
        width: 85%;
        margin: -30px auto 0;
    }

    .list3 UL {
        width: 70%;
        margin: -30px auto 0;
    }

    .box {
        margin-bottom: 90px;
    }

        .box.box-style-1 {
            margin-bottom: 95px;
        }

    #testimonial-slider {
        margin-top: 0;
    }

    #design-templates-slider {
        margin: 10px 0 50px;
    }

    .carousel {
        padding: 25px 25px 16px;
    }

    .carousel-inner .item {
        height: auto !important;
    }

    .customer-quote {
        position: static;
        float: right !important;
        margin-top: 14px;
    }

    .teaser {
        text-align: center;
        min-height: 220px;
    }

    .teaser-icon {
        float: none !important;
    }

        .teaser-icon img {
            display: inline-block;
        }

    h3.teaser-title {
        font-size: 2em;
        margin: 10px 0 15px;
    }

    .product-item:nth-child(10) {
        clear: both;
    }

    .product-item:nth-child(16) {
        clear: both;
    }

    .top-intro h2 {
        padding-top: 12px;
        font-size: 1.571em;
    }

    .details img {
        float: left !important;
    }

    .entry {
        width: 100%;
        margin-bottom: 10px;
    }

    .box-inner {
        margin-bottom: 10px;
    }

    .faq-details {
        min-height: 0;
    }

    .space-left {
        margin-left: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .space-right {
        margin-right: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .backoffice-details {
        margin-bottom: 10px;
    }

    .space-right-no-border {
        margin-right: 0;
    }


    .button-vertical-align-dummy {
        padding-top: 0px;
    }

    .button-vertical-align-wrap {
        padding-bottom: 20px;
    }

    .list3-wdt UL,
    .list3 UL {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .market-more {
        width: 100%;
    }
}

@media (max-width: 1366px) {

    .login-options {
        display: none;
    }
}

@media (max-width: 991px) {

    .with-border-bottom-left:before,
    .with-border-bottom-right:before {
        bottom: -20px;
    }
}

@media (max-width: 767px) {

    .interior #billboard {
        min-height: initial;
    }

    .button.style-1,
    .button.style-2 {
        display: inline-block;
        padding: 5px 6px 5px 18px;
        font-size: 0.8em;
    }

        .button.style-1:before,
        .button.style-2:before {
            font-size: 9px;
            margin: 1px 5px 0 0;
        }

    #top-header {
        padding: 25px 0 16px;
        border-bottom: 2px solid #0d7fbc;
    }

    .logo {
        display: block;
        width: 50%;
    }

    .header-right {
        padding-right: 0;
        position: absolute;
        right: 55px;
        top: -39px;
    }

        .header-right span.or {
            display: none;
        }

        .header-right a.button {
            padding: 3px 8px;
            font-size: 0.929em;
            text-shadow: none;
        }

    .signin {
        display: none;
    }

    .free-trial {
        display: none;
    }

    #primary-nav {
        background: none;
    }

        #primary-nav .navbar {
            position: inherit;
            min-height: auto;
            border-bottom: none;
            background: none;
        }

        #primary-nav .navbar-nav {
            padding: 0;
            margin: 0;
            border-top: 1px solid #0b558b;
            border-bottom: 1px solid #1b92c6;
        }

            #primary-nav .navbar-nav li:before,
            #primary-nav .navbar-nav li:after {
                border: none;
            }

            #primary-nav .navbar-nav li {
                padding: 10px 25px;
                border-top: 1px solid #1b92c6;
                border-left: none;
                border-right: none;
                border-bottom: 1px solid #0b558b;
            }

            #primary-nav .navbar-nav a {
                padding: 0;
            }

        #primary-nav .navbar-collapse {
            background: #0c7bba;
            display: block !important;
            height: 100% !important;
            position: absolute;
            right: -80%;
            top: 0 !important;
            width: 80%;
            z-index: 999;
        }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.open:hover .dropdown-menu {
        display: block;
    }

    .nav-title {
        display: block;
    }

    #primary-nav .dropdown.open .dropdown-menu {
        display: block;
    }

        #primary-nav .dropdown.open .dropdown-menu a {
            background: none;
        }

            #primary-nav .dropdown.open .dropdown-menu a.dropdown-toggle {
                padding: 10px 25px;
            }

    .login-options {
        display: block;
    }

    #billboard {
        background: none;
        border: none;
    }

    #intro-wrap {
        margin-bottom: 24px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8effd+0,e9fafd+47,cce8af+100 */
        background: #d8effd; /* Old browsers */
        background: -moz-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8effd), color-stop(47%, #e9fafd), color-stop(100%, #cce8af)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d8effd 0%, #e9fafd 47%, #cce8af 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8effd', endColorstr='#cce8af',GradientType=0 ); /* IE6-9 */
        border-bottom: 4px solid #76bd2e;
    }

    .intro {
        padding: 40px 0 30px;
    }

        .intro p {
            font-size: 1.2em;
        }

    .highlight {
        font-size: 1.526em;
        margin-bottom: 8px;
    }

    .videos {
        width: 100%;
    }

    .list3 UL,
    .list3-wdt UL {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .list3 li,
    .list3-wdt li {
        font-size: 1.15em;
    }


    .box {
        /*margin-bottom: 98px;*/
        margin-bottom: 58px;
        padding: 14px 12px 50px;
    }

        .box:after {
            background: none;
            bottom: -40px;
        }

    .box-entry {
        bottom: 51px;
        font-size: 1.477em;
    }

    .img-holder img {
        width: 100%;
    }

    .play-btn {
        width: 25%;
    }

        .play-btn iframe {
            height: 250px;
        }

    .box-style-1 {
        margin-bottom: 50px;
    }

        .box-style-1:after {
            background-size: 100%;
        }

    .box-footer {
        bottom: 14px;
    }

    .glyphicon-chevron-right {
        font-size: 13px;
    }

    .fancybox-skin iframe {
        width: auto;
        height: auto;
    }

    #inline1,
    #inline2 {
        padding: 0;
    }

    #testimonial-slider {
        margin-top: 0;
        margin-bottom: 68px;
    }

        #testimonial-slider p {
            font-size: 1.429em;
            padding: 0 16px;
        }

        #testimonial-slider:before,
        #testimonial-slider:after {
            font-size: 30px;
        }

    .carousel {
        padding: 20px;
    }

    .carousel-inner .item {
        height: auto !important;
        padding: 0 5px 8px;
    }

    .customer-quote {
        position: static;
        float: left !important;
        margin-top: 14px;
    }

    #teaser-block {
        margin-bottom: 60px;
    }

        #teaser-block:after {
            background-size: 100%;
        }

    .teaser {
        padding: 20px 24px;
        width: 100%;
    }

        .teaser.col-1 {
            border-right: none;
            border-bottom: 1px solid #afd6eb;
        }

        .teaser.col-2 {
            border-left: none;
            border-right: none;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #afd6eb;
        }

        .teaser.col-3 {
            border-left: none;
            border-top: 1px solid #fff;
        }

    .teaser-icon {
        width: 20%;
        margin-right: 20px;
    }

    h3.teaser-title {
        font-size: 2.143em;
    }

    #design-templates-slider {
        margin: 10px 0 50px;
    }

        #teaser-block:after,
        #design-templates-slider:after {
            background-size: 100%;
        }


    .list-title {
        padding-left: 10px;
    }

    .list-item {
        width: 100%;
    }

        .list-item:first-child {
            padding-left: 10px;
        }

    .footer-links {
        display: block;
    }

    #main-wrap {
        margin-top: 0;
    }

    #main-content {
        padding: 30px 0 10px;
        margin-top: 10px;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .product {
        padding-top: 0;
    }

    .product-item:nth-child(15) {
        clear: both;
    }

    .product-item:nth-child(17) {
        clear: both;
    }

    .content {
        padding: 0 0 40px;
    }

    /*.content-sby {
        padding: 0 0 65px; 
    } */

    .top-intro {
        padding: 40px 43px 40px 70px;
        width: 100%;
    }

        .top-intro h2 {
            padding-top: 13px;
            font-size: 1.357em;
            margin-bottom: 20px;
        }

        .top-intro img {
            margin: 0 13px 13px 0;
        }

    .sidebar-wrap {
        position: inherit;
    }

    .sidebar {
        position: absolute;
        left: -80%;
        top: 0;
        display: block !important;
        padding: 40px 10px 10px;
        margin-top: 0;
        width: 80%;
        height: 100% !important;
        z-index: 1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        background: #49b506;
    }

        .sidebar h2 {
            padding-top: 20px; /*change padding-top atomatically based on current scroll position */
            padding-bottom: 20px;
            padding-right: 98px;
            padding-left: 10px;
            font: 1.286em arial, sans-serif;
            text-shadow: none;
            background: none;
        }

    .sidebar-list li:first-child {
        border-top: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

    /*.toggle-btn {
	position: inherit;
}*/

    .slide-toggle {
        display: block;
    }

    #main-col {
        padding: 30px 20px;
        width: 100%;
    }

    .details img {
        float: left !important;
    }

    .entry {
        width: auto;
    }

        .entry h3 {
            font-size: 1.214em;
        }

    .box-inn-wrap {
        width: 100%;
    }

    .box-inner {
        margin-bottom: 10px;
    }

    .amount {
        float: none;
        display: block;
    }

    .faq-details {
        min-height: 0;
    }

    .space-left {
        margin-left: 0;
    }

    .space-right {
        margin-right: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .space-right-no-border {
        margin-right: 0;
    }

    #table-wrap {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .table-block {
        margin-bottom: 35px;
    }

    .table thead tr th {
        font-size: 0.9em;
    }

        .table thead tr th:nth-child(2) {
            display: none;
        }

    .table tbody tr td {
        font-size: 0.9em;
        word-break: break-all;
    }

        .table tbody tr td:first-child {
            width: auto;
        }

        .table tbody tr td:nth-child(2) {
            display: none;
        }

    .icon-check-alt {
        font-size: 20px;
    }

    .button-vertical-align-dummy {
        padding-top: 0px;
    }

    .button-vertical-align-wrap {
        padding-bottom: 20px;
    }

    .market-more {
        width: 100%;
    }

    .form-2 {
        padding: 5px 0;
    }

        .form-2 li {
            position: relative;
            width: 90%;
            margin: 0 25px 35px 0;
        }

    .form-wrapper li label {
        margin-bottom: 10px;
        font: 1.1em "Arial";
    }

    input[type="submit"], input[type="button"], input[type="search"] {
        font: 1.2em "Arial";
        margin-bottom: 20px;
        -webkit-appearance: none;
    }

    .content p {
        font-size: 1.071em;
        color: #606060;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .field-row-control {
        width: 100%;
        float: none;
    }

    .field-row-promo-control {
        width: 100%;
        float: none;
    }
}

@media (max-width: 479px) {

    .button.style-3 {
        padding: 8px 4px;
    }

    .nav-title {
        padding: 18px 25px;
    }

    .product-item {
        width: 100%;
    }

    .list3 UL,
    .list3-wdt UL {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    #design-templates-slider span {
        font-size: 0.9em;
    }

    #templatesBoxHeader {
        font-size: 1.1em;
    }

    .market-entry h3 {
        font-size: 0.9em;
    }

    .market-entry p {
        font-size: 0.85em;
    }

    img.markets {
        width: 50px;
    }

    p.contact-info {
        margin-left: 10px;
    }

    .video-note {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 0.83em;
    }
}

.templates_box_popup {
    border: #0f77b2 2px solid;
    padding: 3px !important;
    background-color: #fff;
    display: none;
}

#templates_popup_slideright {
    background: url('../images/templates_box/btn_right.png') no-repeat;
}

#templates_popup_slideleft {
    background: url('../images/templates_box/btn_left.png') no-repeat;
}

img.responsive {
    padding-bottom: 8px;
}

.templates_sliderbutton {
    width: 33px;
    height: 45px;
    cursor: pointer;
}

.buttons-container {
    text-align: center;
    font: 0/0 a; /* Hide the characters like spaces */
}

    .buttons-container:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .buttons-container img {
        vertical-align: middle;
        display: inline-block;
    }

.button-vertical-align-wrap {
    position: relative;
    width: 100%;
}

.btn_bottom {
    padding-top: 10px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs li {
    width: 42%;
    margin-bottom: -1px;
    margin-right: 10px;
    background-color: #d7d7d7;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    text-align: center;
}

.nav-tabs li a {
    color: #fff;
    margin-right: 0;
    white-space: nowrap;
}

.nav-tabs li a div.note{
    font-size: 80%;
    white-space: normal;
}

.nav-tabs li:hover a {
    color: #000;
}

.nav-tabs li.active {
    background-color: #fff;
    font-weight: bold;
}

.tab-pane input, .tab-pane select {
    width: 50%;
    padding: 13px;
    font: 1.1em "Arial";
    border: 1px solid #bacad6;
}

.tab-pane li {
    float: none;
}

.tab-pane input,
.tab-pane select {
    padding: 5px;
}

.tab-pane label {
    font: 1.15em "Arial";
}

.tab-pane input[type="radio"] {
    float: left;
    width: auto;
    margin: 3px 8px 0 0;
}

.tab-pane .container {
    padding-top: 15px;
    padding-bottom: 10px;
}

.spacer-left {
    padding: 10px 0px 5px 30px;
    width: 90%;
}

.spacer-left-label {
    width: 95%;
    display: inline-block;
}

.input-note span {
    font-style: italic;
    font-size: small;
}

.form-wrapper li .field-row label,
.form-wrapper li .field-row span {
    display: inline;
}

/*.form-wrapper li .field-row input {
    width: 80%;
    float: right;
}*/

/*.form-wrapper li .field-row input.promo {
    width: 75%;
}*/

.field-set li {
    width: 80%;
}

ul.field-set33 {
    float: left;
    width: 100%;
}

.field-set33 li {
    width: 25%;
    float: left;
}

.field-set50 li {
    width: 25%;
}

.field-set100 li {
    width: 52%;
}

.promo {
    margin-left: -10px; 
}

@media (min-width: 768px) and (max-width: 991px) {
    .tab-pane input, .tab-pane select {
        width: 80%;
    }

    .spacer-left-label input {
        float: none;
    }

    /*.form-wrapper li .field-row input.promo {
    width: 70%;
}*/
}

@media (max-width: 767px) {
    .tab-pane input, .tab-pane select {
        width: 100%;
    }

    .field-set li,
    .field-set50 li,
    .field-set33 li,
    .field-set100 li,
    .form-2 li.comments textarea {
        width: 90%;
    }

    .form-wrapper li .field-row label,
    .form-wrapper li .field-row span {
        display: block;
    }

        .form-wrapper li .field-row span.asterisk {
            display: inline;
        }


    .nav-tabs li a {
        font-size: 0.85em;
    }

    /*.form-wrapper li .field-row input {
    width: 100%;
    float: none;
}*/

}

@media (max-width: 479px) {
    .spacer-left {
        padding: 5px 0px 5px 10px;
    }

    .field-set li,
    .field-set50 li,
    .field-set33 li,
    .field-set100 li,
    .form-2 li.comments textarea {
        width: 100%;
    }

    .form-wrapper li label,
    .tab-pane label,
    .field-row a {
        font-size: 0.85em;
        display: inline;
    }

    .form-2 li,
    .form-2 li.no-bottom-margin {
        margin: 0 5px 10px 0;
    }

    .tab-content {
        padding: 0px;
    }

    .nav-tabs li {
        margin-bottom: -1px;
        margin-right: 10px;
    }

    .nav-tabs li a {
        min-height: 80px;
        white-space: normal;
    }

}