body {
    margin: 0;
    padding: 0;
    color: #484847;
}

a, a:link, a:visited, a:active, a:focus, a:hover {
    text-decoration: none;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    font-family: 'JosefinSans';
}

h2, h3, h4, h5, h6 {
    font-family: 'Domine';
}

p {
    font-family: 'Domine';
}

#main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 50px 0 0;
}

.header-wrap {
    position: relative;
}

.langs {
    position: absolute;
    right: 0;
    top: -30px;
}

.langs a {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    padding: 0px 3px 3px 3px;
    border: 1px solid transparent;
}

.langs a.active, .langs a:hover {
    opacity: .55;
}

.main-nav {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.main-nav ul li {
    float: left;
    position: relative;
}

.main-nav ul li ul {
    position: absolute;
    top: 33px;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    z-index: 3;
    width: 230px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
}

.main-nav ul li ul li {
    float: none;
}

.main-nav ul li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    border-right: 1px solid #76cbd0;
    padding: 0 20px 20px 20px;
    display: block;
}

.main-nav ul li:last-child a {
    padding-right: 0;
}

.main-nav ul li:hover a {
    opacity: .55;
}

.main-nav ul li:first-child a, .main-nav ul li:last-child a {
    border: none;
}

.main-nav ul li ul {
    display: none;
}

.main-nav ul li:hover ul  {
    display: block;
}

.main-nav ul li ul li a {
    color: #484847;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    font-family: Arial, sans-serif;
    display: block;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px;
}

.main-nav ul li ul:after {
    bottom: 100%;
    left: 21%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.main-nav ul li ul li:first-child a {
    border-bottom: 1px solid #eee;
}

.main-nav ul li ul li a:hover {
    color: #3fb7bb;
}

.top-title {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3eb7bb+0,1286c3+100 */
    background: rgb(62,183,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(62,183,187,1) 0%, rgba(18,134,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(62,183,187,1) 0%,rgba(18,134,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(62,183,187,1) 0%,rgba(18,134,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb7bb', endColorstr='#1286c3',GradientType=0 ); /* IE6-9 */
    padding: 260px 0 380px;
    position: relative;
}

.top-title.small {
    padding: 160px 0 215px;
}

.main-head h1, .main-head h2 {
    font-size: 59px;
    line-height: 69px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: 'JosefinSans';
}

.main-head {
    display: block;
}

.main-head h2 {
    max-height: 207px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-head a p {
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
}

.main-head span {
    color: #79e4eb;
    text-transform: uppercase;
    padding: 0 10px 0 0;
}

.flying-letter {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: rgba(255,255,255,.2);
    font-family: 'JosefinSans';
    font-weight: 700;
    text-transform: uppercase;
}

.boxici.bigger .flying-letter {
    transform: none;
    text-align: left;
    top: 0;
    left: -40px;
}

.boxici.bigger a .rd-mr, .cats a, .boxici.smaller a .rd-mr, .dd-cats button, .dropdown-menu a {
    color: #3fb7bb;
    border: 1px solid #3fb7bb;
    padding: 7px 15px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'JosefinSans';
    font-weight: 500;
}

.boxici.smaller a .rd-mr {
    position: absolute;
    bottom: 20px;
}

.cats {
    text-align: center;
}

.cats a, .dd-cats button {
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3eb7bb+0,1286c3+100 */
    background: rgb(62,183,187); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(62,183,187,1) 0%, rgba(18,134,195,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(62,183,187,1) 0%,rgba(18,134,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(62,183,187,1) 0%,rgba(18,134,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb7bb', endColorstr='#1286c3',GradientType=0 ); /* IE6-9 */
    color: #fff;
}

.cats a:hover {
    background: rgb(62,183,187);
}

.cats a.active, .dd-cats .dropdown-menu a{
    background: none;
    color: #3fb7bb;
}

.dd-cats .dropdown-menu a {
    border: none;
}

.dd-cats .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
}

.dd-cats button {
    width: 100%;
}

.dd-cats {
    margin: 35px 40px;
}

.boxici.bigger a:hover .rd-mr, .boxici.smaller a:hover .rd-mr {
    background: #3fb7bb;
    color: #fff;
}

.top-title .flying-letter, .home-slide .flying-letter {
    font-size: 500px;
    line-height: 500px;
    margin: -30px 0 0 -17px;
}

.home-slide .flying-letter {
    margin: 50px 0 0 -17px;
}

.main-head a:hover .flying-letter {
    opacity: .5;
}

.paper-wrap {
    min-height: 600px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
    padding: 130px 0 100px;
}

.kill-paddings {
    padding: 80px 0 60px;
}

.paper-wrap.small-paddings {
    padding: 70px 0 100px;
}

.pull-it-up {
    margin: -220px 0 0;
}

.style-text p {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 28px;
}

.style-text p.intro {
    font-size: 25px;
    line-height: 40px;
}

.style-text h2 {
    font-size: 24px;
    color: #3eb7bb;
    margin: 0 0 10px;
}

.style-text h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #3eb7bb;
}

.style-text ul {
    margin: 0 0 40px 60px;
}

.style-text ul li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px;
    list-style: disc;
}

.style-text p a {
    color: #8f8f8f;
    text-decoration: underline;
}

.style-text p a:hover {
    text-decoration: none;
}

.share-it {
    margin: 0 0 50px;
}

.read-more {
    font-size: 18px;
    color: #cfcfcf;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.read-more i {
    padding: 0 2px;
}

.article-box {
    padding: 50px 0 50px;
    position: relative;
    margin: 50px 0 50px;
}

.boxici.smaller .article-box {
    border: 1px solid #eee;
    height: 450px;
    margin: 40px 20px 30px;
    padding: 20px 0;
    position: relative;
}

.articles {
    padding:  0 50px;
}

.article-box a {
    padding: 0 70px;
    display: block;
    text-align: center;
}

.boxici.bigger .article-box a {
    text-align: left;
}

.article-box a h2 {
    color: #484747;
    font-size: 23px;
    line-height: 34px;
    font-family: 'JosefinSans';
    font-weight: 500;
    height: 102px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.boxici.smaller .article-box a {
    padding: 0 20px;
    height: 100%;
    display: block;
}

.article-box a:hover h2 {
    color: #3fb7bb;
}

.main-title h1 {
    text-align: center;
    font-size: 145px;
    line-height: 145px;
    font-weight: 100;
    text-transform: uppercase;
    color: #3fb7bb;
}

.boxici.bigger .article-box a h2 {
    font-size: 50px;
    line-height: 52px;
    height: auto;
    overflow: visible;
    display: inline-block;
}

.article-box a span {
    display: block;
    font-size: 17px;
    color: #b4b3b3;
}

.boxici.bigger .article-box a span {
    display: inline-block;
    padding: 0 10px 0 0;
}

.boxici.bigger .article-box a p {
    font-size: 15px;
    line-height: 25px;
    color: #484847;
    margin: 20px 0;
}

.article-box a .flying-letter {
    font-size: 320px;
    line-height: 320px;
    color: #f6f5f5;
    z-index: -1;
    left: 0;
}

.article-box a:hover .flying-letter {
    color: #eee;
}

.boxici:nth-child(odd) .article-box:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -7.5px;
    top: 0;
    background: #eeeeee;
}

.boxici.bigger:nth-child(odd) .article-box:before, .boxici.smaller:nth-child(odd) .article-box:before {
    display: none;
}

.boxici.smaller a h2 {
    font-size: 16px;
    line-height: 23px;
}

.boxici.smaller a p {
    font-size: 13px;
    line-height: 23px;
}

.boxici.smaller a {
    text-align: left;
}

.boxici.smaller a p {
    font-size: 13px;
    line-height: 23px;
    color: #484847;
}

.boxici.bigger .article-box {
    border-bottom: 1px solid #eeeeee;
    padding: 0px 0 80px;
    margin: 50px 0 30px;
    min-height: 360px;
}

.boxici.bigger:last-child .article-box {
    border-bottom: none;
    padding-bottom: 0;
}

.main-title {
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 40px;
    margin: 0 0 30px;
}

.ft-wrap {
    text-align: center;
    padding: 100px 0;
    color: #e6e6e6;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.dwnld-footer a {
    text-decoration: underline;
    color: #9a9a9a;
    transition: 1s all;
}

.dwnld-footer a:hover {
    color: #1387c2;
}

.home-slider {
    background: #2fa6be; 
    width:100%; 
    color: #fff; 
    padding: 260px 0 0
}

.home-slide {
    height: 750px;
    background: #2fa6be; 
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
}

.last-blog h3 {
    font-family: 'JosefinSans';
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 0 0 30px;
}

.ajkon {
    text-align: center;
}

.ajkonica {
    text-align: center;
}

.ajkon i {
    font-size: 65px;
    color: #2fa6be;
    margin: 0 0 30px;
}

.ajkon h3 {
    font-family: 'JosefinSans';
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
}

.ajkon p {
    font-size: 14px;
}

.last-icons {
    padding: 100px 0 150px;
}

.sidr ul li {
    text-transform: uppercase;
}

.sidr ul li ul li {
    text-transform: none;
    line-height: 23px;
    padding: 4px 0;
}

.sidr ul li a {
    color: #3fb7bb;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('/assets/fonts/JosefinSansBold.eot');
    src: url('/assets/fonts/JosefinSansBold.eot') format('embedded-opentype'),
         url('/assets/fonts/JosefinSansBold.woff2') format('woff2'),
         url('/assets/fonts/JosefinSansBold.woff') format('woff'),
         url('/assets/fonts/JosefinSansBold.ttf') format('truetype'),
         url('/assets/fonts/JosefinSansBold.svg#JosefinSansBold') format('svg');
         font-weight: 700;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('/assets/fonts/JosefinSansSemiBold.eot');
    src: url('/assets/fonts/JosefinSansSemiBold.eot') format('embedded-opentype'),
         url('/assets/fonts/JosefinSansSemiBold.woff2') format('woff2'),
         url('/assets/fonts/JosefinSansSemiBold.woff') format('woff'),
         url('/assets/fonts/JosefinSansSemiBold.ttf') format('truetype'),
         url('/assets/fonts/JosefinSansSemiBold.svg#JosefinSansSemiBold') format('svg');
         font-weight: 500;
}

@font-face {
    font-family: 'JosefinSans';
    src: url('/assets/fonts/JosefinSansThin.eot');
    src: url('/assets/fonts/JosefinSansThin.eot') format('embedded-opentype'),
         url('/assets/fonts/JosefinSansThin.woff2') format('woff2'),
         url('/assets/fonts/JosefinSansThin.woff') format('woff'),
         url('/assets/fonts/JosefinSansThin.ttf') format('truetype'),
         url('/assets/fonts/JosefinSansThin.svg#JosefinSansThin') format('svg');
         font-weight: 100;
}


@font-face {
    font-family: 'Domine';
    src: url('/assets/fonts/DomineRegular.eot');
    src: url('/assets/fonts/DomineRegular.eot') format('embedded-opentype'),
         url('/assets/fonts/DomineRegular.woff2') format('woff2'),
         url('/assets/fonts/DomineRegular.woff') format('woff'),
         url('/assets/fonts/DomineRegular.ttf') format('truetype'),
         url('/assets/fonts/DomineRegular.svg#DomineRegular') format('svg');
         font-weight: 400;
}
