    /* 
	Table of Contents
	update on Wed Apr 20 2016 09:19:33 GMT+0300 (FLE Summer Time)

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	         Mobile -----------------------------------
	     04. Header -----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	         Tablet Portrait --------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Features ---------------------------------
	         Mobile -----------------------------------
	     03. Form Elements ----------------------------
	     04. Form -------------------------------------
	         Mobile -----------------------------------
	     05. Intro ------------------------------------
	         Mobile -----------------------------------
	     06. List -------------------------------------
	     07. List Features ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     08. Logo -------------------------------------
	     09. Nav --------------------------------------
	     10. Section Features -------------------------
	         Mobile -----------------------------------
	     11. Section Fundings -------------------------
	         Mobile -----------------------------------
	     12. Section About ----------------------------
	         Mobile -----------------------------------
	     13. Slider -----------------------------------
	     14. Table ------------------------------------
	     15. Widget -----------------------------------
 */

.ico-1 {
    background-image: url(../css/images/sprite.png);
    background-position: -86px 0;
    width: 82px;
    height: 81px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-2 {
    background-image: url(../css/images/sprite.png);
    background-position: 0 -86px;
    width: 82px;
    height: 81px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-3 {
    background-image: url(../css/images/sprite.png);
    background-position: -86px -86px;
    width: 82px;
    height: 81px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-4 {
    background-image: url(../css/images/sprite.png);
    background-position: 0 0;
    width: 82px;
    height: 82px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-arrow-left {
    background-image: url(../css/images/sprite.png);
    background-position: -172px 0;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-arrow-right {
    background-image: url(../css/images/sprite.png);
    background-position: -172px -27px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-arrow {
    background-image: url(../css/images/sprite.png);
    background-position: -172px -54px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}


/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */


/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

html,
body {
    height: 100%;
}

html {
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}


/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.42;
    color: #000;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    text-decoration: none;
}

h1 {
    font-size: 41px;
    line-height: 0.93;
    font-weight: 800;
    letter-spacing: -0.025em;
}

h2 {
    font-size: 39px;
    line-height: 0.92;
    font-weight: 800;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.025em;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.71em;
}

p,
ul,
ol,
dl,
table,
blockquote {
    margin-bottom: 1.42em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}


/* Mobile */

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 25px;
    }
}


/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamMedium_400_normal_1423227322.eot");
    src: url("fonts/GothamMedium_400_normal_1423227322.eot?#iefix") format("embedded-opentype"), url("fonts/GothamMedium_400_normal_1423227322.svg#GothamMedium") format("svg"), url("fonts/GothamMedium_400_normal_1423227322.woff") format("woff"), url("fonts/GothamMedium_400_normal_1423227322.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham-book-webfont.woff') format('woff'), url('fonts/gotham-book-webfont.ttf') format('truetype'), url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-regular-webfont.woff') format('woff'), url('fonts/proximanova-regular-webfont.ttf') format('truetype'), url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */


/*  Clear  */

.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}


/*  Notext  */

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}


/*  Hidden  */

[hidden],
.hidden {
    display: none;
}


/*  Alignleft  */

.alignleft {
    float: left;
}


/*  Alignright  */

.alignright {
    float: right;
}


/*  Disabled  */

[disabled],
.disabled {
    cursor: default;
}


/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */


/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container {}


/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {}


/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
    padding: 47px 0;
    text-align: center;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    letter-spacing: -0.02em;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


/* Mobile */

@media (max-width: 767px) {
    .footer {
        padding: 20px 0;
        font-size: 12px;
    }
}


/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
    padding: 50px 0 11px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .32);
    background: #fff;
    z-index: 20;
}

.header .logo {
    margin-left: 32px;
}

.header .nav {
    float: right;
    margin-top: 43px;
}

.header .btn-menu {
    display: none;
    position: relative;
    width: 40px;
    height: 26px;
}

.header .btn-menu span {
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background: #9f9e9e;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
}

.header .btn-menu span:nth-child(1) {
    top: 0;
}

.header .btn-menu span:nth-child(2) {
    top: 12px;
}

.header .btn-menu span:nth-child(3) {
    top: 25px;
}

.header .btn-menu.active span {
    transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
}

.header .btn-menu.active span:nth-child(3),
.header .btn-menu.active span:nth-child(1) {
    top: 12px;
    background: #448bca;
}

.header .btn-menu.active span:nth-child(2) {
    opacity: 0;
}

.header .btn-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .btn-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Tablet Portrait */

@media (max-width: 1023px) {
    .header {
        padding-top: 28px;
    }
    .header .logo {
        margin-left: 0;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .header {
        padding-top: 14px;
    }
    /* head .header .logo { width: 148px; height: 60px; background-size: 100% auto; }*/
    .header .logo {
        height: 60px;
        background-size: 100% auto;
    }
    .header .btn-menu {
        display: inline-block;
        float: right;
        margin-top: 23px;
    }
    .header .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .header .nav a {
        background: #fff;
        display: block;
        padding: 10px;
        border-top: 2px solid #aaa;
    }
    .header .nav li {
        float: none;
        height: 0;
        overflow: hidden;
        transition: height .4s ease;
    }
    .header .nav li ~ li {
        margin: 0;
    }
    .header.nav-visible .nav li {
        height: 40px;
    }
}


/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {}


/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 998px;
    margin: auto;
}

.shell:after {
    content: '';
    font-size: 0;
    line-height: 0;
    clear: both;
    display: table;
}


/* Tablet Portrait */

@media (max-width: 1023px) {
    .shell {
        padding: 0 15px;
    }
}


/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}


/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    position: relative;
}


/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */


/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
}

.btn-green {
    background: #028f3d;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 800;
    -webkit-appearance: none;
    background: #028f3d;
    border-radius: 2px;
    border: 0;
    text-transform: uppercase;
    padding: 0 20px;
}

.btn-green:hover {
    background: #0bb753;
}


/*  Button Block  */

.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}


/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */

.features {
    font-size: 0;
}

.features h4 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 27px 0;
}

.features .feature {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-family: 'Gotham', sans-serif;
    margin: 0 17px 36px;
}

.features .feature-inner {
    width: 320px;
    min-height: 288px;
    height: 288px;
    background: #ebebeb;
    color: #636363;
    padding: 38px 33px 20px;
    border-radius: 2px;
}

.features .feature-entry {
    text-align: left;
    letter-spacing: -0.02em;
}


/* Mobile */

@media (max-width: 767px) {
    .features .feature {
        margin: 8px auto;
        width: 100%;
    }
    .features .feature-inner {
        max-width: 100%;
        padding: 30px 15px 15px;
        margin: 0 auto;
    }
}


/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.form-label {
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.02em;
}

.field {
    width: 100%;
    background: #fff;
    border-radius: 1px;
    box-shadow: none;
    -webkit-appearance: none;
    border: 0;
    height: 21px;
    color: #000;
}

.textarea {}

.select {}

.radio {}

.checkbox {}


/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {
    padding: 3px 26px 26px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .58);
}

.form .form-cols {
    overflow: hidden;
    margin: 0 -2px;
}

.form .form-col {
    float: left;
    width: 50%;
    padding: 0 2px;
}

.form .form-row {
    margin-top: 5px;
}

.form .form-btn {
    width: 100%;
    font-size: 13px;
}

.form .form-actions {
    padding-top: 17px;
}

.form .checkbox {
    overflow: hidden;
    padding-top: 15px;
}

.form .checkbox input {
    float: left;
    width: 9px;
    height: 9px;
    margin: 2px 7px 0 0;
}

.form .checkbox .form-label {
    font-size: 10px;
    color: #979797;
    line-height: 1;
    overflow: hidden;
    display: block;
}


/* Mobile */

@media (max-width: 767px) {
    .form .form-btn {
        padding: 0 5px;
        font-size: 12px;
    }
}


/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {
    position: relative;
    height: 820px;
    overflow: hidden;
}

.intro .intro-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    height: 713px;
    background: url(../css/images/gradient-bg.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.intro .intro-video video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .67;
}

.intro .intro-title {
    text-transform: uppercase;
    margin-bottom: 70px;
}

.intro .intro-content {
    position: absolute;
    left: 0;
    top: 26%;
    width: 100%;
    color: #fff;
    text-align: center;
}

.intro .intro-content-inner {
    max-width: 734px;
    margin: 0 auto
}

.intro .list-features {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 24px 50px 0 33px;
}

.intro .form {
    display: inline-block;
    width: 280px;
    text-align: left;
}

.intro .intro-video figure {
    opacity: 0;
    visibility: hidden;
}

.intro.no-video .intro-video figure {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.intro.no-video .intro-video figure img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    opacity: .5;
}


/* Mobile */

@media (max-width: 767px) {
    .intro .intro-title {
        margin-bottom: 35px;
    }
    .intro .intro-title br {
        display: none;
    }
    .intro .intro-content {
        top: 16%;
    }
    .intro .list-features {
        margin: 0 10px 24px 10px;
    }
    .intro .form {
        width: 250px;
        padding: 3px 15px 15px;
    }
    .intro .intro-video video {
        display: none;
    }
    .intro .intro-video figure {
        opacity: 1;
        visibility: visible;
        height: 100%;
        width: 100%;
        display: block;
    }
    .intro .intro-video figure img {
        height: 100%;
        width: auto;
        max-width: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: .5;
    }
}


/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] {
    list-style: none outside none;
}


/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */

.list-features {
    list-style: none;
    font-weight: 800;
    font-size: 23px;
}

.list-features li {
    display: block;
    padding-left: 50px;
    position: relative;
    white-space: nowrap;
}

.list-features li:before {
    content: '';
    background-image: url(../css/images/sprite.png);
    background-position: -172px -54px;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

.list-features li ~ li {
    margin-top: 22px;
}


/* Tablet Portrait */

@media (max-width: 1023px) {
    .list-features {
        font-size: 20px;
    }
    .list-features li {
        padding-left: 34px;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .list-features {
        font-size: 16px;
    }
    .list-features li ~ li {
        margin-top: 13px;
    }
}


/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
    background: url(../css/images/logo.png) no-repeat 0 0;
    width: 178px;
    height: 69px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}


/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
    font-size: 18px;
    color: #9f9e9e;
    letter-spacing: -0.025em;
    font-weight: bold;
    text-transform: uppercase;
}

.nav ul {
    list-style: none;
}

.nav li {
    float: left;
}

.nav li ~ li {
    margin-left: 30px;
}

.nav a {
    text-decoration: none;
}

.nav a:hover {
    color: #448bca;
}


/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */

.section-features {
    text-align: center;
    padding: 59px 0 20px;
}

.section-features .section-title {
    color: #666;
    text-transform: uppercase;
}

.section-features .section-body {
    padding: 40px 0 0;
}

.section-actions {
    text-align: center;
    margin-bottom: 10px;
}


/* Mobile */

@media (max-width: 767px) {
    .section-features {
        padding: 30px 0 20px;
    }
    .section-features .section-body {
        padding-top: 40px;
    }
}


/* ------------------------------------------------------------ *\
	Section Fundings
\* ------------------------------------------------------------ */

.section-fundings {
    text-align: center;
    padding: 43px 0 48px;
}

.section-fundings .section-title {
    color: #666;
    text-transform: uppercase;
}

.section-fundings .section-body {
    padding: 40px 0 0;
}

.section-fundings .section-actions .btn {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
}


/* Mobile */

@media (max-width: 767px) {
    .section-fundings {
        padding: 17px 0 40px;
    }
    .section-fundings .section-actions .btn {
        font-size: 12px;
    }
}


/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */

.section-about {
    background: #448bca url(../css/images/mountains-bg.png) no-repeat center bottom;
    color: #fff;
    padding: 66px 0 145px;
}

.section-about .section-head {
    text-align: center;
    text-transform: uppercase;
}

.section-about .section-body {
    overflow: hidden;
    padding: 20px 0;
}

.section-about .section-body .logo {
    float: left;
    background: url(../css/images/logo-secondary.png) no-repeat 0 0;
    width: 247px;
    height: 97px;
    margin: 47px 0 0 48px;
}

.section-about .section-entry {
    font-size: 29px;
    line-height: 1.34;
    overflow: hidden;
    padding: 16px 10px 0 42px;
    letter-spacing: -0.029em;
}

.section-about .section-entry strong {
    font-weight: 800;
}


/* Mobile */

@media (max-width: 767px) {
    .section-about {
        padding: 46px 0 30px;
    }
    .section-about .section-body .logo {
        float: none;
        margin: 0 auto;
        display: block;
        height: 73px;
        background-size: 100% auto;
    }
    .section-about .section-entry {
        font-size: 17px;
    }
}


/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {
    text-align: left;
    color: #fff;
}

.slider .slides {
    list-style: none outside none;
}

.slider .slides.owl-carousel .owl-item {
    -webkit-backface-visibility: visible;
}

.slider .slide {
    background: url(../css/images/slide-bg.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    border-radius: 2px;
}

.slider .slide:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    border: 1px solid #fff;
    border-radius: 2px;
    display: block;
}

.slider .slide .slide-content {
    padding: 3px 12px 8px;
    position: relative;
    z-index: 20;
}

.slider .slide ul {
    list-style: none;
}

.slider .slide h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1;
    margin-bottom: 1px;
}

.slider .slide strong {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.slider .slide-image a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    position: relative;
}

.slider .slide-image a:after {
    content: '';
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 0;
    border-radius: 2px 2px 0 0;
}

.slider .owl-nav {
    text-align: center;
    padding: 20px 0 29px;
}

.slider .owl-nav .owl-next,
.slider .owl-nav .owl-prev {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    margin: 0 28px;
}

.slider .owl-nav .owl-next {
    background-image: url(../css/images/sprite.png);
    background-position: -172px -27px;
    width: 23px;
    height: 23px;
}

.slider .owl-nav .owl-prev {
    background-image: url(../css/images/sprite.png);
    background-position: -172px 0;
    width: 23px;
    height: 23px;
}


/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}


/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
}


/*MATCH TABLE UL LI*/

ul.match-table li {
    border-bottom: 0px solid #fff;
}

p.r-colunm {
    border-left: 0px solid;
    float: right;
    padding-left: 28px;
    min-width: 100px;
}


/*SUCCESS*/

.successMessage {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.form-label-error {
    font-size: 10px;
    color: red;
    line-height: 1;
    overflow: hidden;
    display: block;
}


/*Image loader*/

@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.uil-default-css > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: -20px;
}

.uil-default-css > div:nth-of-type(2) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s;
}



.uil-default-css > div:nth-of-type(3) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s;
}



.uil-default-css > div:nth-of-type(4) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}



.uil-default-css > div:nth-of-type(5) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s;
}


.uil-default-css > div:nth-of-type(6) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s;
}



.uil-default-css > div:nth-of-type(7) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}



.uil-default-css > div:nth-of-type(8) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s;
}



.uil-default-css > div:nth-of-type(9) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s;
}



.uil-default-css > div:nth-of-type(10) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}



.uil-default-css > div:nth-of-type(11) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s;
}



.uil-default-css > div:nth-of-type(12) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s;
}

.split-front {
    float : left;
    display: inline-block;
}

.w60 {
    width: auto;
    min-width: 60%;
    vertical-align: top;
}
.w40 {
    width: 40%;
    float: none;
}

.intro .list-features {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .split-front {
        width: 100%;
        float: none;
    }

    .w60 {
        margin-bottom: 20px;
    }

    .intro .list-features {
        width: 70%;
    }

    .intro .list-features li {
        white-space: normal;
    }

}
