/*########### CSS reset ############*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}



html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}


  h3.ff {
        font-size:12px;
        line-height:0;
        margin: 8px 0;
       font-weight:400;
    }


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

section, header {
    display: block;
}



/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ General ###########*/


hr {
    display: block;
    padding: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 15px;
}

p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 5px;
}

code {
    color: #05B5D6;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 4px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

pre code {
    color: inherit;
    white-space: pre-wrap;
    padding: 0;
    border: 0;
    background: 0 0;
}






code, kbd, pre, samp {
    font-size: 1em;
}

img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

button, input:not([type=radio]):not([type=checkbox]), select {
    vertical-align: middle;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 300;
    color: #222;
    text-transform: none;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 25px;
}

ul, ol {
    .padding-left: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

li a:hover {
    text-decoration: none !important;
}

.e-outside-low, .e-outside-up-low {
    margin-top: 10px !important;
}

.e-outside, .e-outside-up {
    margin-top: 17px !important;
}

.e-outside-regular, .e-outside-up-regular {
    margin-top: 30px !important;
}

.e-outside-high, .e-outside-up-high {
    margin-top: 60px !important;
}

.e-outside-vhigh, .e-outside-up-vhigh {
    margin-top: 120px !important;
}

.e-outside-low, .e-outside-down-low {
    margin-bottom: 10px !important;
}

.e-outside, .e-outside-down {
    margin-bottom: 17px !important;
}

.e-outside-regular, .e-outside-down-regular {
    margin-bottom: 30px !important;
}

.e-outside-high, .e-outside-down-high {
    margin-bottom: 60px !important;
}

.e-outside-vhigh, .e-outside-down-vhigh {
    margin-bottom: 120px !important;
}

.e-inside-low, .e-inside-up-low {
    padding-top: 10px !important;
}

.e-inside, .e-inside-up {
    padding-top: 17px !important;
}

.e-inside-regular, .e-inside-up-regular {
    padding-top: 30px !important;
}

.e-inside-high, .e-inside-up-high {
    padding-top: 60px !important;
}

.e-inside-vhigh, .e-inside-up-vhigh {
    padding-top: 120px !important;
}

.e-inside-low, .e-inside-down-low {
    padding-bottom: 10px !important;
}

.e-inside, .e-inside-down {
    padding-bottom: 17px !important;
}

.e-inside-regular, .e-inside-down-regular {
    padding-bottom: 30px !important;
}

.e-inside-high, .e-inside-down-high {
    padding-bottom: 60px !important;
}

.e-inside-vhigh, .e-inside-down-vhigh {
    padding-bottom: 120px !important;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/

* + .e-divider {
    margin-top: 25px;
}

.e-divider {
    margin-bottom: 25px;
    border-color: #e5e5e5;
}

.e-float-right {
    float: right !important;
}

.e-float-left {
    float: left !important;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

* {
    box-sizing: border-box;
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*######## Code ########*/

pre .tag, pre .tag .title, pre .rules .property, pre .django .tag .keyword {
    color: #000080;
    font-weight: normal;
}

pre .title, pre .id {
    color: #900;
    font-weight: bold;
}

pre .attribute, pre .variable, pre .lisp .body {
    color: #008080;
}

pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula {
    color: #d14;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*######## Heading   [ <H1> ... <H6> ] ########*/

h1, .e-h1 {
    font-size: 38px;
    line-height: 42px;
}

h2, .e-h2 {
    font-size: 16px;
    line-height: 30px;
}

h3, .e-h3 {
    font-size: 20px;
    line-height: 24px;
}

h4, .e-h4 {
    font-size: 15px;
    line-height: 22px;
}

h5, .e-h5 {
    font-size: 16px;
    line-height: 20px;
}

h6, .e-h6 {
    font-size: 15px;
    line-height: 18px;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############  List   [ <ul> <li> ] ###########*/

.e-list > li:before, .e-list > li:after {
    content: " ";
    display: table;
}

.e-list > li:after {
    clear: both;
}

.e-list {
    padding: 0;
    list-style: none;
}

/* List Brindle*/

.e-list-brindle > li:first-child {
    border-top: 1px solid #e5e5e5;
}

.e-list-brindle > li:nth-of-type(odd) {
    background: #fafafa;
}

.e-list-brindle > li {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Paragraph   [ <p> ] ############*/

.e-paragraph:before, .e-paragraph:after {
    content: " ";
    display: table;
}

.e-paragraph:after {
    clear: both;
}

.e-paragraph-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-transform: none;
}

.e-paragraph-desc {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.e-paragraph-lead {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.e-lb-title {
    text-transform: capitalize;
    padding-left: 6px;
    border-left: 3px solid #1FA2D6;
    font-size: 16px;
    line-height: 16px;
}

.e-text-small {
    font-size: 11px;
    line-height: 16px;
}

.e-text-large {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.e-text-header {
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
}

.e-text-bold {
    font-weight: 700;
}

.e-text-left {
    text-align: left !important;
}

.e-text-right {
    text-align: right !important;
}

.e-text-center {
    text-align: center !important;
}

.e-text-justify {
    text-align: justify !important;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Panel ###########*/

.e-panel {
    display: block;
    position: relative;
    padding: 15px;
    background: #fafafa;
    color: #666;
    border: 1px solid #e5e5e5;
}

.e-panel .e-panel-title {
    color: #666;
}

.e-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    color: #666;
}

.e-box-center {
    margin: 10px auto;
    display: block;
}

.e-box-center:before,
.e-box-center:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Form ###########*/

.e-form select, .e-form textarea, .e-form input:not([type]), .e-form input[type=text], .e-form input[type=password], .e-form input[type=datetime], .e-form input[type=datetime-local], .e-form input[type=date], .e-form input[type=month], .e-form input[type=time], .e-form input[type=week], .e-form input[type=number], .e-form input[type=email], .e-form input[type=url], .e-form input[type=search], .e-form input[type=tel], .e-form input[type=color] {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #666;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.e-form-row:before,
.e-form-row:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-form > :last-child {
    margin-bottom: 0;
}

.e-form-row + .e-form-row {
    margin-top: 15px;
}

.e-form legend {
    width: 100%;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Image   [ <img> ] ############*/

.e-thumbnail-wrapper {
    padding: 15px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.e-thumbnail-wrapper:before,
.e-thumbnail-wrapper:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-thumbnail-cover {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.e-thumbnail-cover:before,
.e-thumbnail-cover:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-thumbnail {
    display: inline-block;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.e-thumbnail-header {
    padding: 14px 8px 3px 8px;
    border-bottom: 1px solid #E8E6E8;
    margin-bottom: 10px;
}

.e-thumbnail-title {
    padding: 14px 0 9px 8px;
    font-size: 28px;
    font-weight: 100;
}

.e-thumbnail-header .e-thumbnail-title {
    padding: 0;
}

.e-thumbnail-title-small {
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 100;
}

.e-thumbnail-header .e-thumbnail-title-small {
    padding: 0;
    line-height: 26px;
}

.e-thumbnail img {
    width: 100% !important;
}

.e-thumbnail-caption {
    padding-top: 4px;
    text-align: center;
    color: #666;
}

.e-thumbnail .e-thumbnail-caption .e-button {
    margin-top: 8px;
    margin-bottom: 7px;
}

img.img-left {
    float: left;
    margin: 10px 20px 15px 20px;
}

img.img-right {
    float: right;
    margin: 10px 20px 15px 20px;
}

img.e-image {
    margin: 0 auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.e-logo {
    margin: 10px 0 20px 0;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Absolute or Relative image ############*/
.images-wrapper {
    position: relative;
}

.images {
    display: block;
    /*Default Width and Height*/
    width: 100%;
    height: 100%;
}

.images.img-absolute,
.images.img-relative {
    width: 220px;
    height: 80px;
    /*Default Width and Height*/
}

.images.img-absolute {
    position: absolute;

    top: 0;
    right: 0;
}

.images.img-relative {
    position: relative;
}

.images.img-background {
    position: static;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Insert a Background Image Src*/
}

.images a,
.images span {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* Insert a Background Image Src*/
}

.images.img-absolute span,
.images.img-relative span {
    cursor: default;
}

.img-absolute.img-center,
.img-relative.img-center {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.img-absolute.img-left,
.img-relative.img-left {
    margin: 0;
    margin-right: auto;
    left: 0;
}

.img-absolute.img-center,
.img-relative.img-center {
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############  a   [ <a> ] ###########*/

a, .e-link {
    color: #fdb913;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .e-link:hover {
    color: #0b5f90;
    text-decoration: underline;
}

.e-button:hover, .e-button:focus {
    background-color: #fafafa;
    color: #666;
    outline: 0;
    text-decoration: none;
    background-image: none;
}

.e-button {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 28px;
    min-height: 30px;
    font-size: 13px;
    padding: 0 12px;
    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0, 0, 0, .2);
    text-shadow: 0 1px 0 #fff;
}

.e-button:disabled {
    background-color: #fafafa;
    color: #999;
    border-color: rgba(0, 0, 0, .2);
    background-image: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff;
}

.e-button-primary {
    background-color: #00ACE6;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.e-button-primary:hover, .e-button-primary:focus {
    background-color: #00aff2;
    color: #fff;
    background-image: none;
}

.e-button-success {
    background-color: #32CD32;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.e-button-success:hover, .e-button-success:focus {
    background-color: #8fce48;
    color: #fff;
    background-image: none;
}

.e-button-danger {
    background-color: #F23B3B;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.e-button-danger:hover, .e-button-danger:focus {
    background-color: #e33551;
    color: #fff;
    background-image: none;
}

.e-button-link, .e-button-link:hover, .e-button-link:focus, .e-button-link:active, .e-button-link.e-active, .e-button-link:disabled {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
}

.e-button-link:hover, .e-button-link:focus, .e-button-link:active, .e-button-link.e-active {
    color: #0b5f90;
    text-decoration: underline;
}

.e-button-mini {
    min-height: 20px;
    padding: 0 6px;
    line-height: 18px;
    font-size: 11px;
}

.e-button-small {
    min-height: 25px;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px;
}

.e-button-large {
    min-height: 40px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
}

.e-button-shop {
    margin: 5px 0 15px 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
    color: #2ba3d4 !important;
    min-height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 18px;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############  Table ###########*/

.e-table {
    width: 100%;
    margin-bottom: 15px;
}

.e-table caption {
    text-align: left;
    color: #999;
}

.e-table caption, .e-table tfoot {
    font-size: 12px;
    font-style: italic;
}

.e-table td {
    vertical-align: top;
}

.e-table th, .e-table td {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.e-table thead th {
    vertical-align: bottom;
}

.e-table th {
    text-align: left;
    font-weight: bold;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############## Structure ##############*/
.e-container {
    max-width: 1270px;
    /*padding: 0 35px;*/
    margin-right: auto;
    margin-left: auto;
}

.e-container-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.e-container:before,
.e-container:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-row {
    margin: 0 0 0 -35px;
    padding: 0;
    list-style: none;
}

.e-row:before,
.e-row:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-row > * {
    padding-left: 35px;
    margin: 0;
    float: left;
}

p.grid-demo {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 4px 7px;
}

.e-sidebar {
    margin-right: -1px !important;
    border-right: 1px solid #E5E5E5;
}

.e-main {
    padding-left: 50px !important;
    border-left: 1px solid #E5E5E5;
}

.e-middle {
    background: #fff;
    padding: 120px 0;
}

.e-footer, .e-footer a,
.e-header, .e-header a {
    color: #ddd !important;
}

.e-footer,
.e-header {
    padding: 120px 0;
    background-color: #1a1a1a;
}

.e-header {
    padding: 150px 0;
    background-color: #019875;
    text-shadow: 2px 2px 13px #4C4C4C;
    color: #fff !important;
}

[class*=e-size] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.e-size-1-1 {
    width: 100%;
}

.e-size-1-2, .e-size-2-4, .e-size-3-6, .e-size-5-10 {
    width: 50%;
}

.e-size-1-3, .e-size-2-6 {
    width: 33.333%;
}

.e-size-2-3, .e-size-4-6 {
    width: 66.666%;
}

.e-size-1-4 {
    width: 25%;
}

.e-size-3-4 {
    width: 75%;
}

.e-size-1-5, .e-size-2-10 {
    width: 20%;
}

.e-size-2-5, .e-size-4-10 {
    width: 40%;
}

.e-size-3-5, .e-size-6-10 {
    width: 60%;
}

.e-size-4-5, .e-size-8-10 {
    width: 80%;
}

.e-size-1-6 {
    width: 16.666%;
}

.e-size-5-6 {
    width: 83.333%;
}

.e-size-1-10 {
    width: 10%;
}

.e-size-3-10 {
    width: 30%;
}

.e-size-7-10 {
    width: 70%;
}

.e-size-9-10 {
    width: 90%;
}




/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
