/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	     02. Callout ----------------------------------
	         Callout Solid ----------------------------
	         Callout Centered -------------------------
	     03. Features ---------------------------------
	     04. Form Elements ----------------------------
	     05. Form -------------------------------------
	     06. Instructions -----------------------------
	     07. Intro ------------------------------------
	     08. Line -------------------------------------
	     09. List -------------------------------------
	     10. List Numbers -----------------------------
	     11. List Features ----------------------------
	     12. List Info --------------------------------
	     13. List Partners ----------------------------
	     14. Logo -------------------------------------
	     15. Nav --------------------------------------
	     16. Section ----------------------------------
	         Section Solid ----------------------------
	         Section Centered -------------------------
	         Section Large ----------------------------
	     17. Section Partners -------------------------
	     18. Slider -----------------------------------
	     19. Socials ----------------------------------
	     20. Table ------------------------------------
	     21. Testimonials -----------------------------
	     22. Widget -----------------------------------
 */

.ico-facebook {
    background-image: url(images/sprite.png);
    background-position: 79.14438502673798% 58.536585365853654%;
    background-size: 1058.974358974359% 415.3846153846154%;
    width: 39px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-linked {
    background-image: url(images/sprite.png);
    background-position: 90.64171122994652% 58.536585365853654%;
    background-size: 1058.974358974359% 415.3846153846154%;
    width: 39px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-twitter {
    background-image: url(images/sprite.png);
    background-position: 0% 100%;
    background-size: 1058.974358974359% 415.3846153846154%;
    width: 39px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.logo-small {
    background-image: url(images/sprite.png);
    background-position: 0% 62.60869565217392%;
    background-size: 141.43835616438355% 344.6808510638298%;
    width: 292px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.logo {
    background-image: url(images/sprite.png);
    background-position: 0% 0%;
    background-size: 100% 238.23529411764704%;
    width: 413px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.tick {
    background-image: url(images/sprite.png);
    background-position: 99.73890339425587% 54.54545454545454%;
    background-size: 1376.6666666666667% 540%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.cols:after,
.footer .footer__inner:after,
.shell:after,
.section .section__body:after,
.socials ul:after,
.testimonial .testimonial__author:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}
/* ------------------------------------------------------------ *\
	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 {
    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="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    -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: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #000;
}

a {
    color: inherit;
    text-decoration: underline;
    transition: .3s;
}

    a:hover {
        text-decoration: none;
    }

    a[href^="tel"] {
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: normal;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

h3 {
    font-size: 38px;
    font-family: 'Ubuntu', sans-serif;
    color: rgb(43, 43, 43);
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 26px;
    color: rgb(84, 84, 84);
    font-weight: bold;
}

h6 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

p,
ul,
ol,
dl,
table,
blockquote {
    margin-bottom: 1.33em;
}

    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;
    }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	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;
}
/*  Grid  */
.cols {
    margin: 0 -15px;
}

    .cols:after {
    }

.col {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.col-1of2 {
    width: 50%;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
    text-align: center;
    background: rgba(21,21,21,1);
}

    .footer .footer__container {
        padding: 26px 0 35px;
    }

    .footer .footer__inner {
        margin-bottom: 27px;
    }

        .footer .footer__inner:after {
        }

    .footer .footer__content {
        float: left;
    }

    .footer .socials {
        float: right;
        margin: 55px 65px 0 0;
    }

    .footer .logo-small {
        margin-bottom: 16px;
    }

    .footer .footer__copyright {
        color: rgb(142, 142, 142);
        font-size: 15px;
    }

    .footer .footer__email {
        padding-left: 5px;
        color: #fff;
        text-align: left;
        font-size: 16px;
    }

        .footer .footer__email a {
            text-decoration: none;
        }

    .footer .footer__bar {
        display: block;
        padding: 5px 0;
        background: #0098db;
    }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
    padding: 20px 0;
    background: rgba(4,58,124,1);
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: 1142px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

    .shell:after {
    }

.shell-fluid {
    max-width: none;
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
    display: inline-block;
    min-width: 292px;
    height: 56px;
    padding: 0 8px;
    line-height: 56px;
    border-radius: 8px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-size: 25px;
    background: rgba(234,183,63,1);
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .btn:hover {
        background: rgba(222,163,48,1);
    }

.btn_transparent {
    background: transparent;
    border: 2px solid #043a7c;
    color: #043a7c;
}

    .btn_transparent:hover {
        background: transparent;
    }

.btn_small {
    min-width: 211px;
    line-height: 52px;
    text-transform: capitalize;
}

.btn_large {
    min-width: 373px;
    font-size: 28px;
}
/*  Button Block  */
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
    padding: 72px 0 55px;
}
/*  Callout Solid  */
.callout_solid {
    background: rgba(0,49,105,1);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

    .callout_solid .callout__body {
        margin-bottom: 57px;
    }
/*  Callout Centered  */
.callout_centered {
    padding: 0;
    text-align: center;
}

    .callout_centered .callout__inner {
        position: relative;
        padding: 50px 0 45px;
    }

        .callout_centered .callout__inner:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: url(images/temp/cabel.png);
            width: 96px;
            height: 226px;
        }

        .callout_centered .callout__inner:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 155px;
            background: url(images/temp/cabel-2.png);
            width: 96px;
            height: 129px;
        }

    .callout_centered .callout__title {
        margin-bottom: 18px;
    }

    .callout_centered .callout__entry {
        margin-bottom: 45px;
        font-size: 36px;
        line-height: 1.17;
        color: rgb(4, 58, 124);
    }
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

    .features .feature {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 33.33%;
        padding: 0 15px 23px;
    }

.feature {
    position: relative;
    text-align: center;
}

    .feature .feature__image {
        width: 100px;
        height: 100px;
        margin: 0 auto 17px;
        border: 3px solid #4a8af4;
        border-radius: 50%;
        background: rgba(4,58,124,1);
        line-height: 94px;
    }

    .feature .feature__title {
        margin-bottom: 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

    .feature .line {
        position: absolute;
    }

    .feature .line_right {
        top: 100%;
        left: 48%;
        height: 30px;
        width: 99px;
        border-width: 0 0 3px 3px;
        border-style: dashed;
        border-color: #fff;
    }

        .feature .line_right:after {
            content: '';
            position: absolute;
            left: 100%;
            top: 100%;
            width: 3px;
            height: 41px;
            border-width: 0 0 3px 3px;
            border-style: dashed;
            border-color: #fff;
        }

    .feature .line_center {
        top: 100%;
        left: 48%;
        height: 68px;
        width: 3px;
        border-width: 0 3px 0 0;
        border-style: dashed;
        border-color: #fff;
    }

    .feature .line_left {
        top: 100%;
        right: 48%;
        height: 30px;
        width: 99px;
        border-width: 0 3px 3px 0;
        border-style: dashed;
        border-color: #fff;
    }

        .feature .line_left:after {
            content: '';
            position: absolute;
            right: 100%;
            top: 100%;
            width: 3px;
            height: 41px;
            border-width: 0 0 3px 3px;
            border-style: dashed;
            border-color: #fff;
        }
/* ------------------------------------------------------------ *\
	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;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
}

.textarea {
}

.select {
}

.radio {
}

.checkbox {
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
}
/* ------------------------------------------------------------ *\
	Instructions
\* ------------------------------------------------------------ */
.instructions .instructions__title {
    margin-bottom: 25px;
}

.instructions-list {
    list-style-type: none;
}

    .instructions-list li {
        font-size: 22px;
        line-height: 1.09;
    }

        .instructions-list li + li {
            margin-top: 28px;
        }
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
    padding: 47px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .intro .intro__content {
        float: left;
        width: 46.5%;
    }

    .intro .intro__image {
        float: right;
        width: 53.5%;
        padding: 25px 0 0 16px;
    }

    .intro .intro__title {
        margin-bottom: 20px;
        color: #fff;
        line-height: 1.36;
    }

        .intro .intro__title span {
            font-size: 64px;
        }

    .intro .intro__entry {
        margin-bottom: 39px;
        font-family: 'Ubuntu', sans-serif;
        font-size: 24px;
        line-height: 1.46;
        color: #fff;
    }

    .intro .intro__actions a + a {
        margin-left: 12px;
    }
/* ------------------------------------------------------------ *\
	Line
\* ------------------------------------------------------------ */
.line {
    position: absolute;
    height: 30px;
    width: 30px;
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
    list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	List Numbers
\* ------------------------------------------------------------ */
.list-number {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    background: rgba(0,49,105,1);
    color: #fff;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
}
/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */
.list-features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
}

    .list-features li {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 33.33%;
        padding: 0 25px;
        text-align: center;
    }

    .list-features p {
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
        color: rgb(0, 49, 105);
    }

    .list-features i {
        display: block;
        margin: 0 auto 20px;
        width: 75px;
        height: 75px;
        line-height: 72px;
        border-radius: 50%;
        background: rgba(0,49,105,1);
    }
/* ------------------------------------------------------------ *\
	List Info
\* ------------------------------------------------------------ */
.list-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
}

    .list-info li {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 33.33%;
        padding: 0 20px;
    }

    .list-info span {
        position: relative;
        padding-left: 36px;
    }

        .list-info span:before {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 0;
            background-image: url(images/sprite.png);
            background-position: 99.73890339425587% 54.54545454545454%;
            background-size: 1376.6666666666667% 540%;
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            font-size: 0;
        }
/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */
.list-partners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    text-decoration: none;
    text-align: center;
}

    .list-partners li {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 25%;
        padding: 0 15px;
        min-height: 67px;
        line-height: 67px;
    }

        .list-partners li:nth-child(n+5) {
            margin-top: 20px;
        }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
    padding: 36px 0;
}

    .section .section__head {
        text-align: center;
        margin: 0 38px 34px 0;
    }

    .section .section__body {
        margin-bottom: 75px;
    }

        .section .section__body:after {
        }

        .section .section__body .features {
            margin-bottom: 68px;
        }

    .section .section__foot {
        text-align: center;
    }

    .section .section__video {
        float: left;
        width: 55%;
        text-align: center;
    }

    .section .section__content {
        float: right;
        width: 45%;
        padding: 3px 0 0 25px;
    }

    .section .section__title {
        margin-bottom: 20px;
    }

    .section .section__entry {
        font-size: 22px;
        line-height: 1.32;
        color: rgb(84, 84, 84);
    }
/*  Section Solid  */
.section_solid {
    background: rgba(230,230,230,1);
}
/*  Section Centered  */
.section_centered {
    padding: 43px 0 20px;
    text-align: center;
}

    .section_centered .section__body {
        margin-bottom: 0;
    }

    .section_centered .section__title {
        margin-bottom: 8px;
    }

    .section_centered .section__entry {
        font-family: 'Ubuntu', sans-serif;
        font-size: 20px;
        line-height: 1.45;
    }
/*  Section Large  */
.section_large {
    padding: 75px 0;
}

    .section_large .section__body {
        margin-bottom: 0;
    }

    .section_large .section__title {
        margin-bottom: 14px;
        font-size: 36px;
        line-height: 1.17;
    }

    .section_large .section__entry {
        font-size: 17px;
        color: #000;
    }
/* ------------------------------------------------------------ *\
	Section Partners
\* ------------------------------------------------------------ */
.section-partners {
    padding: 40px 0 20px;
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
}

    .slider .slides {
        list-style: none outside none;
    }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
    list-style-type: none;
}

    .socials ul:after {
    }

.socials li {
    float: left;
}

    .socials li + li {
        margin-left: 5px;
    }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
}
/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
.testimonials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -30px;
}

    .testimonials .testimonial {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 33.33%;
        max-width: 470px;
        padding: 0 30px;
    }

        .testimonials .testimonial:nth-child(n+4) {
            margin-top: 75px;
        }

.testimonial {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 1.45;
    color: rgb(98, 98, 98);
    font-style: italic;
}

    .testimonial .testimonial__author:after {
    }

    .testimonial .testimonial__image {
        float: left;
        margin-right: 11px;
        border: 3px solid #d3d3d3;
    }

    .testimonial .testimonial__content {
        overflow: hidden;
    }

        .testimonial .testimonial__content p {
            font-size: 20px;
            color: rgb(43, 43, 43);
            font-weight: bold;
            font-style: normal;
        }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
    list-style: none outside none;
}


/* ------------------------------------------------------------ *\
  Begins	Navigation Links style by Goyal Begins
\* ------------------------------------------------------------ */

div.navigation {
    float: right;
    padding-top: 20px;
}

.navigation .link {
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-family: 'museo_sans500';
    text-transform: uppercase;
}

.navigation > a {
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
}

.link {
    background: url(../img/sprites-v.png) right -113px no-repeat scroll;
    /*z-index: 99999;*/
    position: relative;
}

.navigation .link:hover, .navigation .link.active {
    background: #295aa3;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

/* ------------------------------------------------------------ *\
  Ends	Navigation Links style by Goyal Ends
\* ------------------------------------------------------------ */
